@charset "utf-8";

:root {
  --common: #485150;
  --color: #B5A082;
  --line: #A4A8A8;
  --bg: #F1F5F4;
}

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

* {box-sizing: border-box;}
img {max-width: 100%;}
.fcred {color: #FF0000;}
.fwbold {font-weight: bold;}
.fs80 {font-size: 0.8em;}
.fs120 {font-size: 1.2em;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.clear {clear: both;}
.italic {font-style: italic;}
.mt00 {margin-top: 0!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}

.mb00 {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}

.pt00 {padding-top: 0!important;}
.pt10 {padding-top: 10px!important;}
.pt20 {padding-top: 20px!important;}
.pt30 {padding-top: 30px!important;}
.pt40 {padding-top: 40px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pt90 {padding-top: 90px!important;}
.pt100 {padding-top: 100px!important;}

.pb00 {padding-bottom: 0!important;}
.pb10 {padding-bottom: 10px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb60 {padding-bottom: 60px!important;}
.pb70 {padding-bottom: 70px!important;}
.pb80 {padding-bottom: 80px!important;}
.pb90 {padding-bottom: 90px!important;}
.pb100 {padding-bottom: 100px!important;}
figure img {display: block;}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.875;
  color: var(--common);
}
body.fixed {overflow: hidden;}

input,button ,select,option,textarea {font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color: inherit;}

@media screen and (min-width: 801px) {
  
  .sp_cont {display: none !important;}
  
}
a:hover {
  text-decoration: underline;
  color: inherit;
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

.maintenance_caution {
  padding: 1em;
  color: #FFFFFF;
  line-height: 1.8;
  text-align: center;
  transform: rotate(0);
  background: var(--color);
}
.maintenance_caution span {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 auto 0.25em;
}
/* :::::::::: header :::::::::: */

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 3%;
}
header .logo {
  margin: 30px 0 0;
  width: 450px;
}
header .logo img {display: block;}
header .btn_list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 260px;
}
header .btn_list img {display: block;}
header .btn_list p {width: 70px;}
header .btn_list .btn_recommend img {width: 36px;}
header .btn_list .btn_cart img {width: 34px;}
header .btn_list .btn_setting img {width: 37px;}
header .btn_list .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  cursor: pointer;
  margin: 0 0 15px 10px;
}
header .btn_list p a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70px;
  height: 100%; 
  text-decoration: none;
}
header .btn_list .menu a {width: 100%;}
header .btn_list p a span {
  display: block;
  font-size: 0.687em;
  line-height: 1;
  margin: 7px 0 0;
  text-align: center;
}
header .btn_list .btn_setting span {margin: 3px 0 0;}
.header_caution {
  position: fixed;
  z-index: 12;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  background: var(--common);
  top: 0;
  left: 0;
  right: 0;
}
.header_caution p {
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.2;
}
.header_caution p::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.4em;
  height: 1.3em;
  background: url("../img/common/ico_caution.svg") no-repeat center / 100%;
  margin: 0 0.25em 0.3em 0;
}
.header_caution + header {margin: 50px 0 0;}

/* :::::::::: nav :::::::::: */

nav {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100vh;
  padding: 130px 50px;
  background: rgba(241,245,244,0.9);
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
nav.open {
  opacity: 1;
  visibility: visible;
}
nav .menu_box {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 500px;
  padding: 60px 0 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.4s 0.4s;
}
nav.open .menu_box {opacity: 1;}
nav .menu_box .btn_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
}
nav .menu_box .menu_btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 30px;
}
nav .menu_box .menu_btn li {width: 48%;}
nav .menu_box .menu_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 0.65em;
  text-align: center;
  text-decoration: none;
  background: var(--common);
  border-radius: 99px;
  transition: 0.5s;
}
nav .menu_box .menu_btn li a:hover {opacity: 0.5;}
nav .menu_box .menu_product {
  margin: 0 auto 30px;
  /*border-bottom: solid 1px var(--common);*/
}
nav .menu_box .menu_product p {
  font-size: 1.25em;  
  line-height: 1.5;
  border-top: solid 1px var(--common);
}
nav .menu_box .menu_product p span {
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
nav .menu_box .menu_product p a {
  display: block;
  text-decoration: none;
  padding: 1.25em 0;
}
nav .menu_box .menu_product p.parent {
  position: relative;
  z-index: 0;
  padding: 1.25em 0;
  cursor: pointer;
}
nav .menu_box .menu_product p.parent::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border-right: solid 1px var(--common); 
  border-bottom: solid 1px var(--common); 
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0.6em;
  right: 20px;
}
nav .menu_box .menu_product p.parent.open::after {
  transform: rotate(225deg);
  top: 0.6em;
  bottom: 0;
  right: 20px;
}
nav .menu_box .menu_product ul {
  display: none;
  margin: 0 0 10px;
}
nav .menu_box .menu_product ul li {
  line-height: 1.3;
  margin: 0 0 20px;
}
nav .menu_box .menu_product .search_box {
  padding: 2em 0 0;
  border-top: solid 1px var(--common); 
  border-bottom: none;
}
nav .menu_box .menu_product .search_box p {
  border: none;
  margin: 0 0 0.5em;
  font-size: 1em;
}

nav .menu_box .menu_link li {display: inline-block;}
nav .menu_box .menu_link li::after {
  content: "/";
  margin: 0 0.5em;
}
nav .menu_box .menu_link li:nth-child(3)::after {content: none;}
nav .menu_box .menu_product ul li a {
  text-decoration: none;
  transition: 0.5s;
}
nav .menu_box .menu_product ul li a:hover {opacity: 0.5;}
nav .menu_box .btn_logout {
  width: 240px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin: 30px auto 0;
}
nav .menu_box .btn_logout a {
  display: block;
  height: 100%;
  border: solid 1px var(--common);
  border-radius: 99px;
  text-decoration: none;
  transition: 0.5s;
}
nav .menu_box .btn_logout a:hover {opacity: 0.5;}

/* :::::::::: main :::::::::: */

main {
  display: block;
  min-height: calc(100vh - 430px);
  margin: 30px 0 0;
  padding: 0 0 120px;
}
main article .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

/* :::::::::: footer :::::::::: */

.pagetop {
  position: fixed;
  z-index: 5;
  width: 80px;
  height: 80px;
  font-size: 0;
  background: url("../img/common/pagetop.svg") no-repeat center / contain;
  right: 3%;
  bottom: 50px;
  cursor: pointer
}
footer {
  text-align: center;
  padding: 80px 50px;
  background: var(--bg);
}
footer .footer_link {margin: 0 auto 30px;}
footer .footer_link li {
  display: inline-block;
  font-weight: 300;
}
footer .footer_link li::after {
  content: "/";
  margin: 0 0.5em;
}
footer .footer_link li:nth-last-child(1)::after {content: none;}
footer .footer_link li a {
  text-decoration: none;
  transition: 0.5s;
}
footer .footer_link li a:hover {opacity: 0.5;}
footer .f_logo {
  width: 180px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
 parts
----------------------------------------------------------- */

.p_title_common {
  color: var(--color);
  margin: 0 0 60px;
  line-height: 1.3;
}
.p_title_common > span {font-size: 60px;}
.p_title_common > h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.w_box {padding: 0 5.2%;}
.p_title > span {display: block;}
.p_title > span ,
.p_price ,
.p_count {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.p_price {line-height: 1.2;}
.p_price span {font-size: 0.75em;display: inline-block;}
p.btn_common {
  width: 450px;
  border-radius: 4px;
  margin: 70px auto 0;
}
p.btn_common a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 0.65em;
  font-size: 1.5em;
  color: #FFFFFF;
  background: var(--color);
  text-decoration: none;
  border-radius: 4px;
  transition: 0.5s;
}
p.btn_common a:hover {opacity: 0.5;}
p.btn_common a[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/sub/ico_target_w.svg") no-repeat center / cover;
  margin: 0 0 0.25em 0.25em;
}
button.btn_common {
  width: 450px;
  border-radius: 4px;
  margin: 70px auto 0;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 0.65em;
  font-size: 1.5em;
  color: #FFFFFF;
  background: var(--color);
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
button.btn_common:hover {opacity: 0.5;}
.btn_common.disabled {pointer-events: none;opacity: 0.5;}
button.btn_common.btn_narrow { 
  width: 150px;
  margin: 0 auto;
}
.btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_box .btn_common {margin: 0 10px!important;}
.btn_box .btn_common.unselected {background: #DACFC0;pointer-events: none;}
.btn_box .btn_common.selected {background: var(--color);pointer-events: none;}

.pagenation {
  text-align: right;
  margin: 30px 0 0;
}
.pagenation a,
.pagenation span {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75em;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--color);
  margin: 0 10px;
  padding: 0 0 0 0.1em;
  text-decoration: none;
}
.pagenation span.current::after ,
.pagenation a:hover::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color);
  left: 0;
  right: 0;
  bottom: 0;
}
.pagenation a.btn_next,
.pagenation a.btn_prev {
  width: 1.2em;
  height: 1.2em;
}
.pagenation a.btn_next {margin: 0 0 0 20px;}
.pagenation a.btn_prev {margin: 0 20px 0 0;}
.pagenation a.btn_next:hover,
.pagenation a.btn_prev:hover {opacity: 0.5;}
.pagenation a.btn_next {background: url("../img/common/ar_b.svg") no-repeat center / cover;}
.pagenation a.btn_prev {background: url("../img/common/al_b.svg") no-repeat center / cover;}
.pagenation a.btn_next::after ,
.pagenation a.btn_prev::after {display: none;}
.pagenation .elip {letter-spacing: 0;margin: 0;}

/** p_list **/

.p_list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 20%;
}
.p_list ul::after {
  display: block;
  content: "";
  width: 31%;
  height: 0;
}
.p_list ul li {
  width: 23%;
  margin: 0 0 40px;
}
.p_list ul li a {
  text-decoration: none;
  transition: 0.5s;
}
.p_list ul li a:hover {opacity: 0.5;}
.p_list ul li figure {margin: 0 0 20px;}
.p_list ul li figure img {width: 100%;}
.p_list ul li .p_name {
  margin: 0 0 10px;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p_list ul li .p_price {font-size: 1.25em;}

/** error **/

.error_box {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.error_box::after {
  position: fixed;
  z-index: -1;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
.error_box.hidden {
  opacity: 0;
  visibility: hidden;
}
.error_box > div {
  width: 400px;
  height: auto;
  min-height: 220px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  padding: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.error_box figure {
  width: 40px;
  margin: 0 auto 10px;
}
.error_box > div p {
  font-size: 0.8em;
  text-align: center;
}
.error_box > div .btn_modal {
  text-align: center;
  margin: 10px auto 0;
}

.error_box > div .btn_modal button {
  display: inline-block;
  width: 100px;
  line-height: 1.3em;
  font-size: 0.8em;
  padding: 0.75em;
  text-align: center;
  background: var(--bg);
  border-radius: 99px;
  margin: 10px 10px 0;
  cursor: pointer;
}

.keep_msg {
  position: fixed;
  z-index: 5;
  width: 400px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.3;
  padding: 1em;
  background: rgba(72,81,80,0.8);
  border-radius: 10px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  transition: 0.5s 1s;
  opacity: 0;
}
.keep_msg.keep {
  opacity: 1;
  bottom: 50px;
  transition: 0.5s 0.5s;
}

/* -----------------------------------------------------------
 form
----------------------------------------------------------- */

label {
  display: block;
  margin: 0 0 5px;
  cursor: pointer;
}
input[type="text"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5em 1em;
  border: solid 1px var(--common);
  margin: 0 0 20px;
}
input[type="text"]::placeholder {color: var(--line);}
input[type="checkbox"] + span {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  margin: 0 10px 5px 0;
  border: solid 1px var(--line);
  border-radius: 4px;
}
input[type="checkbox"]:checked + span {
  border: solid 1px var(--color);
  background: var(--color);
}
input[type="checkbox"]:checked + span::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 0.9em;
  height: 0.8em;
  background: url("../img/common/ico_checked.svg") no-repeat center / cover;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
input[type="radio"] + span {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  margin: 0 10px 5px 0;
  border: solid 1px var(--line);
  border-radius: 50%;
}
input[type="radio"]:checked + span {border: solid 1px var(--color);}
input[type="radio"]:checked + span::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: var(--color);
  border: none;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
}
 button.delete {
  position: relative;
  z-index: 0;
  font-size: 0;
  line-height: 1;
  width: 19px;
  height: 24px;
  margin: 0 20px 0 0;
  background: url("../img/sub/btn_delete.svg") no-repeat center / contain;
  cursor: pointer;
}
 button.setting {
  position: relative;
  z-index: 0;
  font-size: 0;
  line-height: 1;
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
  background: url("../img/sub/btn_setting.svg") no-repeat center / contain;
  cursor: pointer;
}
input[type="number"] {
  vertical-align: middle;
  width: 80px;
  height: 50px;
  padding: 0 5px;
  text-align: right;
  font-size: 2em;
  color: inherit;
  background: var(--bg);
  border-radius: 6px;
  border: solid 1px #C8CBCB;
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.2);
}
input[type="number"] + span {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.select_outer {
  position: relative;
  z-index: 0;
  height: 50px;
  border: solid 1px var(--common);
}
.select_outer::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  pointer-events: none;
  width: 0.7em;
  height: 0.7em;
  border-right: solid 1px var(--common); 
  border-bottom: solid 1px var(--common); 
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0.6em;
  right: 20px;
}
.select_outer select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: var(--common);
  cursor: pointer;
}

.search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: solid 1px var(--common);
  border-radius: 5px;
}
.search_form input {
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  font-size: 0.875em;
  padding: 0 0.75em;
  margin: 0;
  border: none;
}
.search_form button {
  width: 40px;
  height: 40px;
  background: url("../img/common/ico_search.svg") no-repeat center / 50%;
}
    

/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

header.home {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
header.home h1 {
  position: relative;
  z-index: 1;
  width: 640px;
  top: 30px;
}
main.home {
  margin: 0;
  padding: 0;
}
.home_kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.home_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_kv p {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: auto;
  width: 90vh;
  vertical-align: middle;
  text-align: right;
  line-height: 1;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  transform: rotate(90deg);
  transform-origin: bottom right;
  bottom: 50px;
  right: calc(3% + 20px);
}
.home_kv p.index_caution {
  width: 86vw;
  max-width: 900px;
  line-height: 1.8;
  text-align: center;
  transform: rotate(0);
  padding: 80px 40px 40px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 60px;
  background: rgba(72,81,80,0.8);
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.home_kv p.index_caution span {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 auto 0.25em;
}
.home_kv p.index_caution::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.5em;
  height: 2.2em;
  background: url("../img/home/ico_indexcaution.svg") no-repeat center / cover;
  margin: auto;
  top: 25px;
  left: 0;
  right: 0;
}
.home_kv p.index_caution a {text-decoration: underline;}
.home_status {
  position: relative;
  z-index: 0;
  padding: 40px 3% 80px;
}
.home_status h2 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color);
  font-size: 50px;
  transform: rotate(90deg);
  transform-origin: top right;
  bottom: 50px;
  right: 3%;
}
.home_status > p {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color);
  font-size: 50px;
  line-height: 1.75;
  margin: 0 0 10px;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
.home_status > p.fadein {
  opacity: 1;
  transform: translateY(0);
}
.home_status > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 540px;
  margin: 0 100px 0 auto;
}
.home_status > div figure {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: solid 1px var(--color);
  border-radius: 50%;
}
.home_status > div figure span {
  display: inline-block;
  vertical-align: middle;
  color: var(--color);
  font-size: 1.8rem;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.home_status > div figure span:nth-of-type(1) {transform: translate(0.35em ,-0.35em);}
.home_status > div figure span:nth-of-type(2) {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
.home_status > div figure span:nth-of-type(3) {transform: translate(-0.35em ,0.45em);}
.home_status > div figure svg {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}
.home_status > div figure circle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: transparent;
  stroke: var(--color);
  stroke-width: 6;
  stroke-dasharray: 0 345;
}
.home_status > div.fadein figure.circle01 circle {animation: circle01 0.5s linear forwards;}
.home_status > div.fadein figure.circle02 circle {animation: circle02 0.5s linear forwards;}
.home_status > div.fadein figure.circle03 circle {animation: circle03 0.5s linear forwards;}

@keyframes circle01 {
  0% { stroke-dasharray: 0 345; }
  99.9%,to { stroke-dasharray: 115 345; }
}
@keyframes circle02 {
  0% { stroke-dasharray: 0 345; }
  99.9%,to { stroke-dasharray: 230 345; }
}
@keyframes circle03 {
  0% { stroke-dasharray: 0 345; }
  99.9%,to { stroke-dasharray: 345 345; }
}

.home_status > div p {
  width: 420px;
  color: var(--color);
  font-size: 1.25em;
  line-height: 1.7;
}
.home_status > div p span {
  display: block;
  font-size: 1.7em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin: 0 0 0.25em;
  letter-spacing: 0.1em;
}
.home_category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home_category > div {
  width: calc(100% / 3);
  height: 420px;
  overflow: hidden;
}
.home_category > div:nth-of-type(4) ,
.home_category > div:nth-of-type(5) {
  width: 50%;
  height: 300px;
}
.home_category > div figure {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.home_category > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_category > div > a ,
.home_category > div > span  {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  cursor: pointer;
}
.home_category > div > a > p ,
.home_category > div > span > p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.3;
  text-align: right;
  padding: 0 70px 0 0;
}
.home_category > div > a > p > span,
.home_category > div > span > p > span {
  display: block;
  font-size: 0.5em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.home_category > div > a > p:after ,
.home_category > div > span > p:after {
  position: absolute;
  display: block;
  content: "";
  width: 1.625em;
  height: 1.625em;
  background: url("../img/home/ab.svg") no-repeat center / contain;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.home_category > div > a {text-decoration: none;}
.home_category > div > a figure img ,
.home_category > div > span figure img {transition: 0.5s;}
.home_category > div > a:hover figure img ,
.home_category > div > span:hover figure img {transform: scale(1.1);}

.home_category > div .hikidemono_modal {
  position: fixed;
  z-index: 8;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.home_category > div .hikidemono_modal.open {
  visibility: visible;
  opacity: 1;
}
.home_category > div .hikidemono_modal > div {
  position: relative;
  z-index: 1;
  width: 90vw;
  height: 80vh;
  max-width: 800px;
  max-height: 800px;
  padding: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow-y: auto;
}
.home_category > div .hikidemono_modal > .bg {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  inset: 0;
  border-radius: 0;
  background: rgba(72,81,80,0.8);
  cursor: pointer;
}
.home_category > div .hikidemono_modal > div ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_category > div .hikidemono_modal > div ul li {
  width: 48.5%;
  margin: 0 0 3%;
  height: 120px;
}
.home_category > div .hikidemono_modal > div ul li a {
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.home_category > div .hikidemono_modal > div ul li a figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_category > div .hikidemono_modal > div ul li a figure img {transition: 0.5s;}
.home_category > div .hikidemono_modal > div ul li a:hover figure img {transform: scale(1.1);}
.home_category > div .hikidemono_modal > div ul li a p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.25em;
  text-align: center;
}
.home_category > div .hikidemono_modal > div ul li.list_all {
  width: 100%;
  height: 60px;
}
.home_category > div .hikidemono_modal > div ul li.list_all a {
  color: var(--color);
  border: solid 1px var(--color);
  border-radius: 4px;
  transition: 0.5s;
}
.home_category > div .hikidemono_modal > div ul li.list_all a:hover {
  color: #FFFFFF;
  background: var(--color);
}
.home_category > div .hikidemono_modal > div .btn_close {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--line);
  margin: 0 auto;
  background: var(--bg);
  border-radius: 99px;
  cursor: pointer;
}
.home_feature {
  position: relative;
  z-index: 0;
  padding: 150px 0 80px;
  background: var(--bg);
  overflow: hidden;
}
.home_feature h2 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color);
  font-size: 70px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  top: 20px;
  left: 3%;
}
.home_feature .feature_slider {
  width: calc(100vw - 200px);
  transform: translateX(290px);
  padding: 0 0 90px;
}
.home_feature .feature_slider .slick-track {display: flex;}
.home_feature .feature_slider .slick-slide {
  width: 32vw;
  height: auto !important;
  margin: 0 2vw 0 0;
  background: #FFFFFF;
  padding: 20px;
}
.home_feature .feature_slider .slick-slide p {
  color: var(--color);
  font-size: 1.25em;
  line-height: 2;
  min-height: 4em;
  padding: 0 20px;
  margin: 0 0 20px;
}
.home_feature .feature_slider .slick-slide figure {margin: 0 0 30px;}
.home_feature .feature_slider .slick-slide figure img {width: 100%;}
.home_feature .feature_slider .slick-slide .feature_title {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color);
  font-size: 1.9em;
  min-height: auto;
  line-height: 1.3;
  margin: 0 0 10px;
}
.home_feature .feature_slider .slick-slide .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  min-height: auto;
  text-align: center;
  margin: 0 0 10px;
}
.home_feature .feature_slider .slick-slide .btn a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  font-size: 1.2em;
  border: solid 1px var(--color);
  border-radius: 4px;
  text-decoration: none;
  transition: 0.5s;
}
.home_feature .feature_slider .slick-slide .btn a:hover {color: #FFFFFF;}
.home_feature .feature_slider .slick-slide .btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: var(--color);
  transition: 0.5s;
  top: 0;
  left: 0;
}
.home_feature .feature_slider .slick-slide .btn a:hover::after {width: 100%;}
.home_feature .feature_slider .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 5;
  transition: 0.5s;
  transform: translateY(0);
  top: auto;
  bottom: 0;
}
.home_feature .feature_slider:hover .slick-arrow {opacity: 0.5;}
.home_feature .feature_slider .slick-arrow.slick-prev {
  background: url("../img/common/al_b.svg"),no-repeat center / cover;
  left: 0;
}
.home_feature .feature_slider .slick-arrow.slick-next {
  background: url("../img/common/ar_b.svg"),no-repeat center / cover;
  left: 70px;
}
.home_feature .feature_slider .slick-arrow::before {opacity: 0;}
.home_feature .feature_category {
  width: calc(100vw - 390px);
  transform: translateX(290px);
  margin: 40px 0 0;
}
.home_feature .feature_category li {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
}
.home_feature .feature_category li a {
  display: block;
  color: var(--color);
  padding: 0.5em 0.75em;
  background: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.5s;
}
.home_feature .feature_category li a:hover {opacity: 0.5;}
.home_feature .feature_category li a::before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  content: "#"
}
.home_recommend {
  position: relative;
  z-index: 0;
  padding: 90px 0;
}
.home_recommend h2 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 16em;
  vertical-align: middle;
  line-height: 1;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: var(--color);
  font-size: 70px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  top: 20px;
  left: 3%;
}
.home_recommend ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 900px;
}
.home_recommend ul::after {
  display: block;
  content: "";
  width: 31%;
  height: 0;
}
.home_recommend ul li {
  width: 31%;
  margin: 0 0 50px;
}
.home_recommend ul li figure {margin: 0 auto 20px;}
.home_recommend ul li figure img {width: 100%;}
.home_recommend ul li .p_price {
  font-size: 1.25em;
  margin: 10px 0 0;
}
.home_recommend ul li .p_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_recommend ul li a {
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
.home_recommend ul li a:hover {opacity: 0.5;}

@media screen and (max-width: 1360px) {
  
  .home_feature .feature_slider {
    width: calc(100vw - 160px);
    transform: translateX(200px);
  }
  
  .home_feature .feature_category {
    width: calc(100vw - 300px);
    transform: translateX(200px);
  }
  .home_recommend .box {
    width: calc(100% - 150px);
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  .home_recommend .box ul {margin: 0 0 0 auto;}

}

@media screen and (max-width: 1000px) {
  
  header.home h1 {width: 540px;}
  header.home .logo {width: 540px;}
  .home_feature .feature_slider {width: 100vw;}
  .home_feature .feature_slider .slick-slide {padding: 10px;}
  .home_feature .feature_slider .slick-slide p {
    font-size: 1em;
    padding: 0 10px;
    margin: 0 0 15px;
  }
  .home_feature .feature_slider .slick-slide figure {margin: 0 0 20px;}
  .home_feature .feature_slider .slick-slide .feature_title {font-size: 1.4em;}
  .home_feature .feature_slider .slick-slide .btn {
    height: 40px;
    line-height: 38px;
  }
  .home_status > p {font-size: 2em;}
}

@media screen and (max-width: 1200px) {

  .home_category > div {height: 270px;}
  .home_category > div > a ,
  .home_category > div > span  {padding: 20px;}
  .home_category > div:nth-of-type(4) ,
  .home_category > div:nth-of-type(5) {height: 200px;}
  .home_category > div > a > p ,
  .home_category > div > span > p {
    font-size: 1.5em;
    padding: 0 50px 0 0;
  }
  
}


/* -----------------------------------------------------------
 page
----------------------------------------------------------- */

span.tips {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url("../img/sub/ico_q.svg") no-repeat center / cover;
  vertical-align: middle;
  margin: 0 0 5px 10px;
  cursor: pointer;
}
span.tips > span {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 160px;
  height: auto;
  padding: 0.8em;
  background: var(--common);
  color: #FFFFFF;
  font-size: 0.8em;
  line-height: 1.5;
  text-align: left;
  border-radius: 4px;
  bottom: calc(100% + 10px);
  left: -5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
span.tips.open > span {
  opacity: 1; 
  visibility: visible;
}
span.tips > span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0,100% 0, 50% 100%);
  background: var(--common);
  left: 10px;
  bottom: -7px;
}
.product_list {
  position: relative;
  z-index: 0;
}
.product_list .p_title_area {
  position: absolute;
  z-index: 0;
  display: flex;
  min-width: 780px;
  justify-content: space-between;
  align-items: center;
  top: 90px;
  left: calc(3% + 40px);
  transform: rotate(90deg);
  transform-origin: left top;
}
.product_list .p_title_area .p_title {
  position: relative;
  z-index: 0;
  font-size: 2em;
  margin: 0 30px 0 0;
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.product_list .p_title_area .p_title h1 {
  position: relative;
  width: 1em;
  font-weight: 400;
  writing-mode: vertical-rl;
  left: 0.5em;
}
.product_list .p_title_area .p_title span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 500px;
  transform: rotate(90deg);
  transform-origin: left top;
  letter-spacing: 0.1em;
}
.product_list .p_title_area .p_title span.child_category {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 0.5em;
  min-width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1em;
  height: 400px;
  font-weight: 400;
  left: 1.55em;
  top: 200px;
  transform: rotate(0deg);
}
.product_list .p_title_area .p_title span.child_category::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1px;
  height: 4em;
  background: var(--common);
  margin: auto;
  left: 0;
  right: 0;
  top: -5em;
}
.product_list.search_list .p_title_area .p_title span.child_category {
  padding: 5em 0 0;
  height: 540px;
  top: 250px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product_list.search_list .p_title_area .p_title span.child_category::before {top: 0;}

.product_list.search_list .list_search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20%;
}
.product_list.search_list .list_search_box .search_form {
  max-width: 500px;
  margin: 0 0 50px;
}

.product_list .p_title_area .p_count {
  position: absolute;
  right: 0;
  top: -0.5em;
}
.product_list .p_list ul::after {width: 23%;}
.product_list .p_list ul::before {
  display: block;
  content: "";
  width: 23%;
  height: 0;
  order: 1;
}
.product_list .p_list {min-height: 800px;}
.product_list .p_list .select_box {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 50px;
}
.product_list .p_list .select_sort {
  position: relative;
  z-index: 0;
  width: 200px;
  height: 40px;
  margin: 0 0 0 20px;
  line-height: 40px;
  border-bottom: solid 1px var(--common);
}

@media screen and (max-width: 1000px) {
  .product_list .p_list .select_sort {width: 160px;}
}

.product_list .p_list .select_sort::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  pointer-events: none;
  width: 0.7em;
  height: 0.7em;
  border-right: solid 1px var(--common); 
  border-bottom: solid 1px var(--common); 
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0.6em;
  right: 10px;
}
.product_list .p_list .select_sort select {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: var(--common);
  cursor: pointer;
}

/* -----------------------------------------------------------
 gift_list
----------------------------------------------------------- */

.group_settings {margin: 60px auto 90px;}
.gift_list {
  margin: 0 0 50px;
  padding: 50px 40px 20px;
  border: solid 1px var(--common);
  line-height: 1.5;
  border-radius: 4px;
}
.gift_list dt {
  position: relative;
  z-index: 0;
  font-size: 1.5em;
  font-weight: 400;
  padding: 0 0 30px 2em;
  border-bottom: solid 1px #C8CBCB;
}
.gift_list dt::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url("../img/sub/ico_cart.svg") no-repeat center / contain;
  top: -0.2em;
  left: 0;
}
.gift_list dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: solid 1px #C8CBCB;
  min-height: 110px;
} 
.gift_list dd:nth-last-child(1) {border: none;}
.gift_list dd .p_cat {
  width: 180px;
  color: var(--color);
}
.gift_list dd > div + .p_cat {font-size: 0;}
.gift_list dd > div + .p_cat + div {margin: 10px 0 0;}
.gift_list dd > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 200px);
}
.gift_list dd > div figure {width: 80px;}
.gift_list dd > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
}
.gift_list dd > div > div .p_title {width: calc(100% - 60px);}
.gift_list dd > div > div .p_title a {text-decoration: underline;}
.gift_list dd.no_item p a {text-decoration: underline;}
.gift_list dd.no_item ,
.gift_list dd.other_item {min-height: auto;}
.gift_list dd.no_item > p ,
.gift_list dd.other_item > p {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.gift_list dd.other_item a {
  color: var(--color);
  text-decoration: underline;
}
.gift_list dd.no_item > .p_cat {
  width: 180px;
  text-align: left;
}
.gift_list dd.no_item .p_cat {padding: 0;}
.gift_list dd.no_item .p_title {
  text-align: center;
  padding: 0;
}
.gift_list dd.no_item > div > div .p_title {text-align: left;}

.group_settings .gift_list:nth-last-of-type(1) {margin: 0;}
.group_settings .gift_list dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
  font-size: 1em;
}
.group_settings .gift_list dt::before {content: none;}
.group_settings .gift_list dt > div:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 380px);
  max-width: 440px;
}
.group_settings .gift_list dt > div:nth-of-type(1) span {
  display: block;
  width: 1.7em;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0.3em;
  background: #dadcdc;
  border-radius: 4px;
}
.group_settings .gift_list dt > div:nth-of-type(1) input {
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  color: var(--common);
  font-size: 1.5em;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group_settings .gift_list.setting dt > div:nth-of-type(1) input {
  border: solid 1px var(--common);
  background: var(--bg);
  padding: 0 0.5em;
  pointer-events: auto;
}
.group_settings .gift_list dt > div:nth-of-type(2) {width: 390px;}
.group_settings .gift_list dt > div:nth-of-type(2) button {
  width: 180px;
  height: 38px;
  line-height: 36px;
  color: var(--color);
  border: solid 1px var(--color);
  border-radius: 6px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.group_settings .gift_list.setting dt > div:nth-of-type(2) button.g_edit {
  color: #FFFFFF;
  background: var(--color);
}
.group_settings .btn_add {
  display: block;
  width: 130px;
  height: 25px;
  line-height: 25px;
  margin: 20px 0 0 auto;
  background: url("../img/sub/ico_add.svg") no-repeat left center / auto 100%;
  text-align: right;
  cursor: pointer;
}


/* -----------------------------------------------------------
 product_detail
----------------------------------------------------------- */

.product_detail .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_detail .box .products_img ,
.product_detail .box .products_info {width: 45%;}
.product_detail .box .products_img > img,
.products_img .slick-slide img {
  display: block;
  width: 100%;
}
.product_slide {margin: 0 0 20px;}
.product_thumb {width: 100%;}
.product_thumb .slick-track {
  width: 100%!important;
  transform:unset!important;
  margin: 0!important;
}
.product_thumb .slick-slide {
  position: relative;
  z-index: 0;
  width: 23.5%!important;
  margin: 0 2% 0 0;
}
.product_thumb .slick-slide:nth-last-of-type(1) {margin: 0!important;}
.product_thumb .slick-slide.slick-current::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background: var(--color);
  bottom: 0;
  left: 0;
  right: 0;
}
.product_detail .box .products_info .p_brand {margin: 20px 0 10px;}
.product_detail .box .products_info h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
}
.product_detail .box .products_info .p_price {font-size: 1.25em;}
.product_detail .box .products_info .recommend {
  display: block;
  width: 26px;
  height: 23px;
  margin: 0 0 15px auto;
  font-size: 0;
  background: url("../img/sub/ico_recommend.svg") no-repeat center / contain;
  cursor: pointer;
}
.product_detail .box .products_info .recommend:hover,
.product_detail .box .products_info .recommend.checked {background: url("../img/sub/ico_recommend_checked.svg") no-repeat center / contain;}
.product_detail .box .products_info .p_catch {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 0 20px;
}
.product_detail .box .products_info .p_content {margin: 0 0 20px;}
.product_detail .box .products_info .btn_show {
  display: inline-block;
  margin: 0 0 20px;
}
.product_detail .box .products_info .btn_show a {
  display: block;
  height: 100%;
  color: var(--color);
  letter-spacing: 0.1em;
  border: solid 1px var(--color);
  border-radius: 4px;
  padding: 0.25em 1em;
  text-decoration: none;
}
.product_detail .box .products_info .btn_show a:hover {opacity: 0.5;}
.product_detail .box .products_info .btn_show a::after { 
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/sub/ico_target.svg") no-repeat center / cover;
  margin: 0 0 0.25em 0.5em;
}
.product_detail .box .products_info .p_cat {margin: 0 0 60px;}
.product_detail .box .products_info .p_cat li {
  display: inline-block;
  color: var(--color);
  margin: 0 1em 0 0;
}
.product_detail .box .products_info .p_cat li::before {content: "#";}
.product_detail .box .products_info button.btn_common {
  width: 100%;
  margin: 40px 0 70px;
}
.product_detail .box .products_info .category_select > dl {margin: 0 0 20px;}
.product_detail .box .products_info .category_select > dl:nth-of-type(2) {margin: 0;}
.product_detail .box .products_info .category_select > dl > dt {margin: 0 0 5px;}
.product_detail .box .products_info .category_select .select_check ,
.product_detail .box .products_info .category_select .select_radio {display: none;}
.product_detail .box .products_info .p_info {margin: 0 0 40px;}
.product_detail .box .products_info .p_info dt {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: solid 1px var(--common);
}
.product_detail .box .products_info .p_info.ac dt {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.product_detail .box .products_info .p_info.ac dt::before ,
.product_detail .box .products_info .p_info.ac dt::after {
  position: absolute;
  z-index: 0;
  content: "";
  margin: auto;
  top: 0;
  bottom: 10px;
  right: 0;
  background: var(--common);
}
.product_detail .box .products_info .p_info.ac dt::before {
  width: 19px;
  height: 1px;
}
.product_detail .box .products_info .p_info.ac dt::after {
  width: 1px;
  height: 19px;
  right: 9px;
}
.product_detail .box .products_info .p_info.ac dt.open::after {display: none;}
.product_detail .box .products_info .p_info.ac dd {display: none;}
.product_detail .box .products_info .p_info dd p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 5px;
  color: #DD1B23;
}
.product_detail .box .products_info .p_info.p_spec dd p {color: var(--common);}
.product_detail .box .products_info .p_info dd p span {display: block;}
.product_detail .box .products_info .p_info dd p span:nth-of-type(1) {width: 130px;}
.product_detail .box .products_info .p_info dd p span:nth-of-type(2) {width: calc(100% - 150px);}
.product_detail .box .products_info .select_other {
  padding: 50px 40px;
  margin: 0 auto 60px;
  background: var(--bg);
}
.product_detail .box .products_info .select_other > p {
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0 0 1em;
}
.product_detail .box .products_info .select_other dl {margin: 30px 0 0;}
.product_detail .box .products_info .select_other dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px;
  border-bottom: solid 1px var(--line);
}
.product_detail .box .products_info .select_other dl dd input[type="text"] {
  width: calc(100% - 100px);
  height: 30px;
  line-height: 30px;
  color: var(--common);
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  pointer-events: none;
}
.product_detail .box .products_info .select_other dl dd.setting {border-bottom: solid 1px var(--color);}
.product_detail .box .products_info .select_other dl dd.setting input[type="text"] {pointer-events: auto;color: var(--color);}
.product_detail .box .products_info .select_other dl dd button {
  width: 80px;
  height: 32px;
  line-height: 27px;
  border: solid 1px var(--line);
  text-align: center;
  color: var(--line);
  border-radius: 4px;
  cursor: pointer;
}
.product_detail .box .products_info .select_other dl dd.setting button {
  background: var(--color);
  border: solid 1px var(--color);
  color: #FFFFFF;
}
.product_detail .box .btn_back {
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 90px auto;
}
.product_detail .box .btn_back a {
  display: block;
  height: 100%;
  color: var(--line);
  font-size: 1.5em;
  background: var(--bg);
  border-radius: 99px;
  text-decoration: none;
  transition: 0.5s;
}
.product_detail .box .btn_back a:hover {opacity: 0.5;}
.product_detail .box .btn_back a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-left: solid 1px var(--line);
  border-bottom: solid 1px var(--line);
  transform: rotate(45deg);
  margin: 0 0.5em 5px 0;
}
.product_detail .detail_select {
  background: var(--bg);
  padding: 80px 0 40px;
}
.product_detail .detail_select .box {display: block;}
.product_detail .detail_select .box h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}
.product_detail .detail_select .box h2 + p {margin: 0 0 1em;}
.product_detail .detail_select .box > div {
  margin: 0 auto 40px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product_detail .detail_select .box > div .slick-track {
  display: flex;
  align-items: stretch;
}
.product_detail .detail_select .box > div .slick-list {
  width: 88%;
  overflow: visible;
}
.product_detail .detail_select .box > div .slick-slide {
  height: auto!important;
  transition: 0.5s;
  background: #FFFFFF;
}
.product_detail .detail_select .box > div .slick-slide:hover {opacity: 0.5;}
.product_detail .detail_select .box > div .slick-list figure img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.product_detail .detail_select .box > div .slick-list p {
  line-height: 1.5;
  padding: 0.625em 1em 0.875em;
}

.product_detail .detail_select .box > div .slick-arrow {
  width: 52px;
  height: 52px;
  z-index: 5;
  transition: 0.5s;
}
.product_detail .detail_select .box > div .slick-arrow.slick-prev {
  background: url("../img/common/al.png"),no-repeat center / cover;
  left: 20px;
}
.product_detail .detail_select .box > div .slick-arrow.slick-next {
  background: url("../img/common/ar.png"),no-repeat center / cover;
  right: 20px;
}
.product_detail .detail_select .box > div .slick-arrow::before {opacity: 0;}

.product_detail .detail_select .modal_contents .modal {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  margin: auto;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.product_detail .detail_select .modal_contents .modal.open {
  opacity: 1;
  visibility: visible;
}
.product_detail .detail_select .modal_contents .modal figure {
  width: 900px;
  height: 900px;
  max-width: 90vw;
  max-height: 90vh;
}
.product_detail .detail_select .modal_contents .modal figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}




/* -----------------------------------------------------------
 mypage
----------------------------------------------------------- */

.mypage_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.mypage_box .mypage_list {
  width: 240px;
  border-right: solid 1px var(--line);
}
.mypage_box .mypage_list li {
  list-style-type: disc;
  margin: 0 0 1em 1.2em;
}
.mypage_box .mypage_list li a {text-decoration: none;}
.mypage_box .mypage_list li:hover,
.mypage_box .mypage_list li.current {color: var(--color);}

.mypage_box .mypage_column {width: calc(100% - 300px);}
.mypage_box .mypage_column dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--line);
  padding: 20px 0;
}
.mypage_box .mypage_column dl:nth-of-type(1) {border-top: solid 2px var(--common);}
.mypage_box .mypage_column dl:nth-last-of-type(1) {border-bottom: solid 2px var(--common);}
.mypage_box .mypage_column dl.mypage_info:nth-last-of-type(1) {margin: 0 0 120px;}
.mypage_box .mypage_column dl.mypage_info dt {width: 38%;}
.mypage_box .mypage_column dl.mypage_info dd {width: 60%;}
.mypage_box .mypage_column dl.mypage_setting01 {display: none;}
.mypage_box .mypage_column dl.mypage_setting01.open {display: flex;}
.mypage_box .mypage_column dl.mypage_setting01:nth-of-type(1) {margin: 30px 0 0;}
.mypage_box .mypage_column dl.mypage_setting01:nth-last-of-type(1) {margin: 0 0 30px;}
.mypage_box .mypage_column dl.mypage_setting01 dt {width: 25%;}
.mypage_box .mypage_column dl.mypage_setting01 dd:nth-of-type(1) {width: calc(75% - 80px);}
.mypage_box .mypage_column dl.mypage_setting01 dd:nth-of-type(2) {width: 30px;height: 20px;}
.mypage_box .mypage_column dl.mypage_setting01 dd:nth-of-type(3) {width: 30px;height: 24px;}
.mypage_box .mypage_column dl.mypage_setting01 dd:nth-of-type(2) button ,
.mypage_box .mypage_column dl.mypage_setting01 dd:nth-of-type(3) button {display: block;}
.mypage02 .p_list ul {padding: 0;}
.mypage02 .p_list ul li {
  position: relative;
  width: 31%;
  z-index: 0;
}
.mypage02 .p_list ul li .p_price span {display: block;}
.mypage02 .p_list ul li div {
  position: absolute;
  z-index: 1;
  width: 2em;
  height: 2em;
  bottom: 0;
  right: 0;
}
.mypage02 .p_list ul li div button {
  width: 1.5em;
  height: 1.5em;
  background: url("../img/sub/ico_recommend.svg") no-repeat center / contain;
  cursor: pointer;
}
.mypage02 .p_list ul li div button:hover,
.mypage02 .p_list ul li div button.checked {background: url("../img/sub/ico_recommend_checked.svg") no-repeat center / contain;}
.mypage03 .mypage_box .mypage_column table {
  width: 100%;
  border-top: solid 1px var(--common);
  border-bottom: solid 1px var(--common);
  margin: 0 auto 30px;
}
.mypage03 .mypage_box .mypage_column table th {
  width: 120px;
  background: var(--bg);
  padding: 20px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px var(--common);
}
.mypage03 .mypage_box .mypage_column table td {
  width: calc(100% - 120px);
  padding: 20px 30px;
  border-bottom: solid 1px var(--common);
}
.mypage03 .mypage_box .mypage_column table td input.date {
  display: inline-block;
  width: 200px;
  height: 30px;
  margin: 2px 0;
  background: url("../img/sub/ico_calendar.svg") no-repeat right 10px center / auto 60%;
}
.mypage03 .mypage_box .mypage_column table td label {
  display: inline-block;
  width: auto;
  margin: 0 40px 5px 0;
}
.mypage03 .mypage_box .mypage_column table td .select_outer {
  width: 200px;
  height: 32px;
  line-height: 30px;
}
.mypage03 .mypage_box .mypage_column table td .select_outer::after {
  right: 10px;
  bottom: 0.5em;
}
.mypage03 .mypage_box .mypage_column table td .select_outer select {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.mypage03 .mypage_box .mypage_column table td .select_outer select option {line-height: 30px;}
.mypage03 .mypage_box .mypage_column .btn_common {
  width: 150px;
  font-size: 1em;
  padding: 0.25em 1em;
  margin: 0 auto 100px;
}
.mypage03 .mypage_box .mypage_column dl:nth-of-type(1) {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  border-bottom: solid 1px var(--common);
  padding: 20px 0;
  line-height: 1.3;
}
.mypage03 .mypage_box .mypage_column dl {
  padding: 10px 0;
  line-height: 1.5;
}
.mypage03 .mypage_box .mypage_column dl dt ,
.mypage03 .mypage_box .mypage_column dl dd:nth-of-type(1) {width: 180px;}
.mypage03 .mypage_box .mypage_column dl dd:nth-of-type(2) {width: calc(100% - 360px);}
.mypage03 .mypage_box .mypage_column dl dt span {display: block;}
.mypage03 .mypage_box .mypage_column dl:nth-of-type(1) {border-top: solid 1px var(--common);}
.mypage03 .mypage_box .mypage_column dl:nth-last-of-type(1) {border-bottom: solid 1px var(--common);}
.mypage03 .pagenation a, .mypage03 .pagenation span {
  font-size: 2.4em;
  margin: 0 5px;
}
.mypage03 .pagenation a.btn_next, .mypage03 .pagenation a.btn_prev {
  width: 1em;
  height: 1em;
}
.mypage04 label {margin: 0 0 10px;}
.mypage04 button.btn_common.btn_narrow {margin: 30px auto 100px;}
.mypage05 .mypage_box .mypage_column .reset_date {margin: 0 0 20px;}
.mypage05 .mypage_box .mypage_column dl {border-bottom: solid 1px var(--common);}
.mypage05 .mypage_box .mypage_column dl:nth-of-type(1) {border-top: solid 1px var(--common);}
.mypage05 .mypage_box .mypage_column dl:nth-last-of-type(1) {
  margin: 0;
  border-bottom: solid 1px var(--common);
}
.mypage05 .mypage_box .mypage_column dl {
  display: block;
  padding: 40px 40px 10px;
  margin: 0 0 30px;
}
.mypage05 .mypage_box .mypage_column dl dd {min-height: 110px;}
.mypage05 .mypage_box .gift_list dd .p_cat {width: 130px;}
.mypage05 .mypage_box .gift_list dd > div {width: calc(100% - 140px);}
.mypage05 .gift_list dd > div > div .p_title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* -----------------------------------------------------------
 setting
----------------------------------------------------------- */

.setting00 {
  text-align: left;
  border-bottom: solid 1px var(--line);
  line-height: 1.3;
}
.setting00:nth-of-type(1) ,
.setting00:nth-last-of-type(1) {border-bottom: solid 2px var(--common);}
.setting00 > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.setting00.setting_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  border-top: solid 2px var(--common);
  padding: 20px 0;
}
.setting00 dt {
  position: relative;
  z-index: 0;
  width: 46%;
  font-size: 1.25em;
  padding: 0 0 0 1.5em;
}
.setting00 dt::before {
  position: absolute;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-right: solid 1px var(--line);
  border-bottom: solid 1px var(--line);
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.setting00 a  {
  text-decoration: none;
  transition: 0.5s;
}
.setting00 a:hover {color: var(--color);}
.setting00 dd {width: 22%;}
.setting00.setting_head dd {font-size: 1.25em;}
.setting00.setting_head dd:nth-of-type(1) {width: 46%;}
.setting00.setting_head dd:nth-of-type(2) {width: 22%;}
.setting00 dd:nth-last-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  width: 28%;
  padding: 0 10px 0 0;
}
.setting00 dd:nth-last-of-type(1)::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 80%;
  height: 2px;
  background: var(--color);
  opacity: 0.5;
  top: 14px;
  left: 10px;
}
.setting00 dd:nth-last-of-type(1) .btn_setting {
  width: 50px;
  color: var(--color);
  font-size: 0.75em;
  text-align: center;
  background: #FFFFFF;
}
.setting00 dd:nth-last-of-type(1) .btn_setting span {
  display: block;
  padding: 33px 0 0;
  background: url("../img/sub/ico_setted.svg") no-repeat top center / 30px;
  opacity: 0.5;
}
.setting00 dd:nth-last-of-type(1) .btn_setting.setted span {opacity: 1;}
.setting00.setting_head dd:nth-last-of-type(1)::after {display: none;}
.setting_box {
  padding: 60px 50px 70px;
  border-radius: 5px;
  box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
}
.setting_box .btn_back {
  width: 140px;
  margin: 0 0 30px;
  line-height: 1.2;
}
.setting_box .btn_back a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  color: var(--line);
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.5em 0.5em 1em;
  background: var(--bg);
  border-radius: 99px;
}
.setting_box .btn_back a::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-left: solid 1px var(--line);
  border-bottom: solid 1px var(--line);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1em;
  transform: rotate(45deg);
}
.setting_box h1 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
}
.setting01 {
  padding: 30px 50px;
  margin: 0 0 30px;
  border: solid 1px var(--common);
  border-radius: 6px;
}
.setting01 .setting_ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting01 .setting_ac.group input[type="number"] {pointer-events: none;}
.setting01 .setting_ac p {
  position: relative;
  z-index: 0;
  width: calc(100% - 200px);
  font-size: 1.5em;
  padding: 0 0 0 1.5em;
  cursor: pointer;
}
.setting01 .setting_ac p::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.5em 5px 0;
  width: 1.2em;
  height: 1.5em;
  background: url("../img/sub/ico_cart.svg") no-repeat center / contain;
}
.setting01 .setting_ac > span {
  position: absolute;
  z-index: 1;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
}
.setting01 .setting_ac > span::before ,
.setting01 .setting_ac > span::after {
  position: absolute;
  display: block;
  content: "";
  background: var(--common);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.setting01 .setting_ac > span::before {
  width: calc(100% - 1px);
  height: 1px;
}
.setting01 .setting_ac > span::after {
  width: 1px;
  height: calc(100% - 1px);
}
.setting01 .setting_ac > span.open::after {display: none;}
.setting01 .setting_ac div {
  width: 140px;
  text-align: right;
}
.setting01 .setting_ac div > .set_num {
  font-size: 2em;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.setting01 .setting_ac div > .set_num + span { 
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.setting01 .ac_box {display: none;}
.setting01 .ac_box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: solid 1px var(--line);
} 
.setting01 .ac_box dl:nth-of-type(1) {margin: 30px 0 0;}
.setting01 .ac_box dl:nth-last-of-type(1) {padding: 15px 0 0;}
.setting01 .ac_box dl dt {
  width: 150px;
  color: var(--color);
}
.setting01 .ac_box dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 160px);
}
.setting01 .ac_box dl dd figure {width: 80px;}
.setting01 .ac_box dl dd .p_title {width: calc(100% - 100px);}
.setting01 .ac_box dl dd + dt {font-size: 0;}
.setting01 .ac_box dl dd + dt + dd {margin: 15px 0 0;}
.noshi_setting_pc {display: block;}
.noshi_setting_sp {display: none;}
.setting02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-bottom: solid 1px var(--line);
  padding: 10px 0;
  line-height: 1.3;
}
.setting02:nth-of-type(1) {border-top: solid 1px var(--line);}
.setting02 dt {width: 100px;}
.setting02 dt figure {width: 80px;}
.setting02 dd {width: 110px;}
.setting02 dd:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 580px);
}
.setting02 dd p {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 1.5em 0 0;
}
.setting02 dd p span.tips {
  position: absolute;
  z-index: 0;
  margin: auto;
  top: 0;;
  bottom: 0;
  right: 0;
}
.setting02 dd label {
  font-size: 0.875em;
  margin: 0;
} 
.setting02 dd label span {margin: 0 5px 2px 0;}
.setting02 dd > .p_title {
  width: calc(100% - 160px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.setting02 dd > div {
  width: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.setting02 dd > div label input[type="checkbox"] + div {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
  background: #C8CBCB;
  border-radius: 99px;
  margin: 0 5px;
  vertical-align: middle;
}
.setting02 dd > div label input[type="checkbox"]:checked + div {background: var(--color);}
.setting02 dd > div label input[type="checkbox"] + div span {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  transition: 0.5s;
}
.setting02 dd > div label input[type="checkbox"]:checked + div span {left: 22px;}
.setting02.no_noshi {
  position: relative;
  z-index: 0;
}
.setting02.no_noshi::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  background: #C8CBCB;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.setting02 dd:nth-of-type(2) ,
.setting02 dd:nth-of-type(3) ,
.setting02 dd:nth-of-type(4), 
.setting02 dd:nth-of-type(5) {
  opacity: 0.3;
  pointer-events: none;
}
.setting02.setted dd:nth-of-type(2) ,
.setting02.setted dd:nth-of-type(3) ,
.setting02.setted dd:nth-of-type(4), 
.setting02.setted dd:nth-of-type(5) {
  opacity: 1;
  pointer-events: auto;
}
.setting02.setting02_hedding dd {opacity: 1;pointer-events: auto;}

@media screen and (max-width: 1050px) {
  
  .setting02 dd {
    width: 80px;
    font-size: 0.8em;
  }
  .setting02 dd:nth-of-type(1) {width: calc(100% - 500px);}
  .setting02 dd > div {width: 100px;}
  .setting02 dd > .p_title {width: 100%;}
}



.setting04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-bottom: solid 1px var(--line);
  padding: 10px 0;
  line-height: 1.3;
}
.setting04:nth-of-type(1) {border-top: solid 1px var(--line);}
.setting04 dt {width: 100px;}
.setting04 dt figure {width: 80px;}
.setting04 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
}
.setting04 dd .p_title {width: calc(100% - 130px);}
.setting04 dd div {
  width: 120px;
  text-align: right;
}
.setting03 .setting_box h1 {margin: 0;}
.setting03 .sc_caution {margin: 1em 0;color: #FF0000;}
.setting03 .sc_caution img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0.25em 0; 
  width: 1.5em;
}
.setting03 .tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 30px 0;
  border-top: solid 1px var(--line);
  border-bottom: solid 1px var(--line);
}
.setting03 .tab_menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 240px;
}
.setting03 .tab_menu li {
  width: 100px;
  text-align: center;
  margin: 0 20px 0 0;
  cursor: pointer;
  opacity: 0.3;
}
.setting03 .tab_menu li.active {opacity: 1;}
.setting03 .tab_menu li p {font-size: 0.875em;}
.setting03 .tab_menu li.active p {color: var(--color);}
.setting03 .tab_menu li figure {
  position: relative;
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.setting03 .tab_menu li.active figure {border: solid 4px var(--color);}
.setting03 .tab_menu li:nth-child(2) figure::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--common);
  top: 0;
  left: 0;
  opacity: 0.7;
  transition: 0.5s;
}
.setting03 .tab_menu li figure figcaption {
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
.setting03 .tab_menu li figure figcaption span {font-size: 3em;}
.setting03 .tab_menu li.selected figure figcaption {
  opacity: 1;
  visibility: visible;
}
.setting03 .tab_menu li.selected figure::after {
  opacity: 0.7;
  visibility: visible;
}
.setting03 .tab_content {display: none;}
.setting03 .tab_content.active {display: block;}
.setting03 .tab_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2px;
}
.setting03 .tab_content ul > li {
  position: relative;
  z-index: 1;
  width: calc(20% - 2px);
  cursor: pointer;
}
.setting03 .tab_content ul > li.hidden {z-index: -1;}
.setting03 .tab_content ul > li.open {z-index: 1;}
.setting03 .tab_content ul > li > figure::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  width: 40%;
  height: 40%;
  background: url("../img/sub/ico_caution.svg") no-repeat center / cover;
  margin: auto;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.setting03 .tab_content ul > li.sc_none > figure::before {
  opacity: 1;
  visibility: visible;
}
.setting03 .tab_content ul > li > figure span {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--common);
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 0;
  left: 0;
}
.setting03 .tab_content ul > li.selected > figure span {
  opacity: 0.7;
  visibility: visible;
}
.setting03 .tab_content ul > li > figure img {width: 100%;}
.setting03 .tab_content ul > li label.disabled {pointer-events: none;}
.setting03 .tab_content ul > li label {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.setting03 .tab_content ul > li label span {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
}
.setting03 .tab_content ul > li label input[type="checkbox"]:checked + span {border: solid 2px var(--color);}
.setting03 .tab_content ul > li > div {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  margin: auto;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.setting03 .tab_content ul > li.open > div {
  opacity: 1;
  visibility: visible;
}
.setting03 .tab_content ul > li > div figure {
  width: 600px;
  height: 600px;
  max-width: 90vw;
  max-height: 90vh;
}
.setting03 .tab_content ul > li > div figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.setting03 .btn_prev {
  width: 200px;
  height: 32px;
  color: var(--color);
  line-height: 30px;
  text-align: center;
  border: solid 1px var(--color);
  border-radius: 6px;
  cursor: pointer;
}
.setting03 .btn_prev::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: .85em;
  height: 0.85em;
  background: url("../img/sub/ico_prev.svg") no-repeat center / cover;
  margin: 0 0.25em 0.25em 0;
}
.setting03 .prev_box {
  position: fixed;
  z-index: 8;
  width: calc(100% - 100px);
  max-width: 800px;
  height: 80vh;
  max-height: 580px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  margin: auto;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow-y: auto;
}

.setting03 .bg_modal {
  position: fixed;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  margin: auto;
  inset: -100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.setting03 .prev_box.open ,
.setting03 .prev_box.open + .bg_modal {
  opacity: 1;
  visibility: visible;
}
.setting03 .prev_box h2 {
  color: var(--color);
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 20px;
}
.setting03 .prev_box dl dt {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0 0 0.25em;
  margin: 0 0 1em;
  border-bottom: solid 1px var(--common);
}
.setting03 .prev_box dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.setting03 .prev_box dl dd figure {width: 10%;}
.setting03 .prev_box .btn_close {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--line);
  margin: 0 auto;
  background: var(--bg);
  border-radius: 99px;
  cursor: pointer;
}

/* -----------------------------------------------------------
 tutorial
----------------------------------------------------------- */

.tutorial {
  min-height: 100vh;
  margin: 0;
  padding: 100px 0;
  background: var(--bg);
}
.tutorial article {width: 100%;}
.tutorial .box {max-width: 1000px;}
.tutorial.tutorial01 .box .logo {
  width: 400px;
  margin: 0 auto 50px;
}
.tutorial.tutorial01 .box figure {margin: 0 auto 60px;}
.tutorial.tutorial01 .box h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
.tutorial.tutorial01 .box p {
  text-align: center;
  line-height: 2;
  margin: 0 auto 30px;
}
.tutorial .btn_tutorial {
  width: 350px;
  border-radius: 4px;
  display: block;
  font-family: "Questrial", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
  padding: 0.65em;
  font-size: 1.5em;
  color: var(--color);
  border: solid 1px var(--color);
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
  margin: 40px auto 30px;
}
.tutorial01 .btn_tutorial {margin: 60px auto 0;}
.tutorial .btn_tutorial:hover {opacity: 0.5;}
.tutorial h1 {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.5;
}
.tutorial h1 span {
  display: block;
  color: var(--color);
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05em;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
}
.tutorial_radio {
  width: 350px;
  text-align: center;
  margin: 60px auto 40px;
}
.tutorial_radio label {height: auto;margin: 0;}
.tutorial_radio input[type="radio"] {display: none;}
.tutorial_radio input[type="radio"] + p {
  display: block;
  padding: 0.5em 0.5em 0.75em;
  color: var(--color);
  letter-spacing: 0.1em;
  border: solid 1px var(--color);
  border-radius: 4px;
  margin: 0 auto 10px;
  line-height: 1.5;
}
.tutorial_radio input[type="radio"]:checked + p {
  color: #FFFFFF;
  background: var(--color);
}
.tutorial_radio input[type="radio"] + p span {
  display: block;
  font-size: 1.5em;
}
.tutorial03 h1 + .center {margin: 0 auto 40px;}
.tutorial_setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none!important;
  border-bottom: solid 1px var(--line)!important;
  padding: 20px 10px;
}
.tutorial_setting:nth-of-type(1) {
  margin: 40px auto 0;
  border-top: solid 1px var(--common)!important;
}
.tutorial_setting:nth-last-of-type(1) {
  margin: 0 auto 10px;
  border-bottom: solid 1px var(--common)!important;
}
.tutorial_setting dt {
  width: 1.5em;
  padding: 0.25em;
  line-height: 1em;
  text-align: center;
  margin: 0 10px 0 0;
  background: #dadcdc;
  border-radius: 4px;
}
.tutorial_setting dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutorial_setting dd:nth-of-type(1) {width: calc(100% - 220px);}
.tutorial_setting dd:nth-of-type(2) {width: 150px;}
.tutorial_setting dd:nth-of-type(3) {width: 40px;}
.tutorial_setting dd input {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0.5em;
  border: none;
  color: var(--common);
  font-size: 1.5em;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tutorial_setting.setting {border-bottom: solid 1px var(--color)!important;}
.tutorial_setting.setting dd input {
  color: var(--color);
  pointer-events: auto;
}
.tutorial_setting dd button {margin: 0 0 0 10px;}
.tutorial_setting dd button.g_setting {
  width: 150px;
  height: 36px;
  line-height: 32px;
  color: var(--line);
  text-align: center;
  border: solid 1px var(--line);
  border-radius: 6px;
  cursor: pointer;
}
.tutorial_setting dd button.g_edit {
  width: 150px;
  height: 36px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  background: var(--color);
  border: solid 1px var(--color);
  border-radius: 6px;
  cursor: pointer;
}
.tutorial .btn_add {
  display: block;
  width: 140px;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
  background: url("../img/sub/ico_add.svg") no-repeat left center / auto 100%;
  cursor: pointer;
  color: inherit;
}
.tutorial .btn_add + .btn_tutorial {margin: 40px auto 30px;}
.congratulation {
  font-family: "Questrial", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
  font-size: 3.75em;
  color: var(--color);
  margin: 0 auto 20px;
}
.tutorial.tutorial02 ,
.tutorial.tutorial03 ,
.tutorial.tutorial04 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutorial01 figure.t_fade {transition: 1s 1s;}
.tutorial01 h2.t_fade {transition: 1s 1.5s;}
.tutorial01 div.t_fade:nth-of-type(1) {transition: 1s 2s;}
.tutorial01 div.t_fade:nth-of-type(2) {transition: 1s 2.5s;}

/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

.page_login .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page_login .box h1 {
  font-size: 2.5em;
  color: var(--color);
  text-align: center;
  font-weight: 400;
  margin: 0 auto 0.5em;
}
.page_login .box .btn_common {
  width: 400px;
  margin: 40px auto;
}
.login_p dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  font-size: 0.875em;
  text-align: left;
  margin: 20px auto 0;
}
.login_p dl dt {width: 100px;}
.login_p dl dd {width: 200px;}
.login_p dl dd input {
  height: 30px;
  border-radius: 4px;
  margin: 0;
  padding: 0.5em;
}
.login_p .box .btn_common {
  margin: 50px auto 0;
  width: 200px;
}
.page_static .p_title {margin: 0 0 80px;}
.page_static .p_title h1 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page_static .box h2 {
  font-size: 1.5em;
  padding: 0 0 0.25em;
  line-height: 1.5;
  margin: 60px 0 0.5em;
  border-bottom: solid 1px var(--common);  
}
.page_static .box h2.no_border {
  border-bottom: none;
  margin-bottom: 0;
}
.page_static .box h2 .tips {
  width: 20px;
  height: 20px;
  font-size: 16px;
  margin: 0 0 10px 10px;
}
.page_static .box p {margin: 0 0 20px;}
.page_static .box .btn_sub {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3;
  margin: 20px 10px 20px 0;
  padding: 0.5em 1.5em;
  background: var(--color);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
}
.page_static .box .btn_sub:hover {opacity: 0.5;}
.page_static .box .btn_sub a {text-decoration: none;}
.page_static ol {
  list-style-type: decimal;
  margin: 0 0 1em 1.2em;
}
.page_static ul {
  list-style-type: disc;
  margin: 0 0 1em 1.2em;
}
.page_static table {
  width: 100%;
  border-top: solid 1px var(--common);
  border-bottom: solid 1px var(--common);
}
.page_static table tr {border-bottom: solid 1px var(--line);}
.page_static table tr:nth-last-of-type(1) {border: none;}
.page_static table th {
  text-align: left;
  font-weight: normal;
  padding: 1em 0;
  vertical-align: top;
  width: 300px;
}
.page_static table td {padding: 1em 0;}
.page_static .faq {border-bottom: solid 1px var(--common);}
.page_static .faq:nth-of-type(1) {border-top: solid 1px var(--common);}
.page_static .faq dt {
  position: relative;
  z-index: 0;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1em 2em;
  cursor: pointer;
}
.page_static .faq dd {
  display: none;
  position: relative;
  z-index: 0;
  padding: 0 2.5em 2em;
}
.page_static .faq dt::before {
  position: absolute;
  z-index: 0;
  content: "Q.";
  color: var(--color);
  top: 0.9em;
  left: 0;
}
.page_static .faq dd::before {
  position: absolute;
  z-index: 0;
  content: "A.";
  color: var(--color);
  font-size: 1.5em;
  top: -0.35em;
  left: 0;
}
.page_static .faq dt span::before ,
.page_static .faq dt span::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: var(--common);
}
.page_static .faq dt span::before {
  width: 1em;
  height: 1px;
  top: 1.725em;
  right: 0.5em;
}
.page_static .faq dt span::after {
  width: 1px;
  height: 1em;
  top: 1.25em;
  right: 0.95em;
}
.page_static .faq dt.open span::after {display: none;}

/* -----------------------------------------------------------
 org
----------------------------------------------------------- */

.t_fade ,
.t_fade02 {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s 0.5s;
}
.t_fade.fadein ,
.t_fade02.fadein {
  opacity: 1;
  transform: translateY(0);
}
.page_about figure.t_fade {
  margin: 0 auto 60px;
  transition: 1s 1s;
}
.page_about h2.t_fade {
  font-size: 2em;
  font-weight: normal;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 1s 1.5s;
}
.page_about h2.t_fade + .t_fade {
  margin: 0 auto 80px;
  transition: 1s 2s;
}
.page_about h2.t_fade + .t_fade p {
  text-align: center;
  line-height: 2;
  margin: 0 auto 30px;
}
.page_about .mid_img {
  width: 100%;
  height: 400px;
}
.page_about .mid_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_about .mid_img + .box {margin: 0 auto 80px;}
.page_about .mid_img + .box p {
  line-height: 2;
  margin: 0 auto 30px;
}

.page_about .about_sect {
  position: relative;
  z-index: 0;
  padding: 90px 0;
  margin: 0 0 30px;
  overflow: hidden;
}
.page_about .about_sect::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 50vw;
  height: 100%;
  background: #f1f5f4;
  top: 0;
  bottom: 0;
}
.page_about .about_sect:nth-of-type(1)::after {right: calc(50% + 180px);}
.page_about .about_sect:nth-of-type(2)::after {left: 50%;}
.page_about .about_sect .box {
  position: relative;
  z-index: 0;
}
.page_about .about_sect:nth-of-type(1) .box {padding-left: 190px;}
.page_about .about_sect:nth-of-type(2) .box {padding-right: 190px;}
.page_about .about_sect h2 {
  position: absolute;
  z-index: 0;
  color: var(--color);
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.375em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  line-height: 1.25;
  top: 0;
}
.page_about .about_sect h2 span {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 0.42em;
  line-height: 1.5;
  margin: 0 10px;
}
.page_about .about_sect:nth-of-type(1) h2 {left: 50px;}
.page_about .about_sect:nth-of-type(2) h2 {right: 50px;}
.page_about .about_sect figure {
  margin: 20px 0 0!important;
}
.page_about .about_sect .catch {
  color: var(--color);
  font-size: 2.375em;
  line-height: 1.5;
  margin: 0 0 20px;
}
.page_about .about_sect p {line-height: 2;}
.page_about .about_sect section {margin: 0 0 60px;}
.page_about .about_sect section h3 {
  color: var(--color);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}
.page_about .about_sect section h3 span {
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.page_about .about_sect section ul li {
  position: relative;
  z-index: 0;
  padding: 0 0 0 2.25em;
}
.page_about .about_sect section ul li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 1em;
  content: "◇";
}
.page_select .kv {
  position: relative;
  z-index: 0;
  height: 820px;  
  transform: translateY(0);
}
.page_select .kv h1 {
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.375em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 1s 1s;
  transform: translateY(0);
}
.page_select .kv.t_fade02.fadein h1 {
  opacity: 1;
  transform: translateY(-50%);
}
.page_select .kv h1 span {
  display: block;
  font-size: 0.5em;
}
.page_select .kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
}
.page_select .select01 {
  text-align: center;
  padding: 100px 0 80px;
}
.page_select .select01 h2 {
  color: var(--color);
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 1em;
}
.page_select .select01 h2 span {
  display: block;
  font-size: 0.675em;
  margin: 0.5em 0 0;
}
.page_select .select01 p {line-height: 2.2;}
.page_ss .select01 figure {
  width: 240px;
  margin: 40px auto 0;
}
.page_select .select02 {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.page_select .select02::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background: var(--bg);
}
.page_select .select02 .box {
  position: relative;
  z-index: 1;
  padding-left: 140px;
}
.page_select .select02 .box h2 {
  position: absolute;
  z-index: 0;
  color: var(--color);
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.375em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  line-height: 1.25;
  top: 0;
  left: 40px;
}
.page_select .select02 .box > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page_select .select02 .box > div dl {width: 30%;}
.page_select .select02 .box > div dl dt {
  color: var(--color);
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
.page_select .select02 .box > div dl dt span {
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.625em;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
}
.page_ss .select02 .box > div dl dd p {min-height: 12em;}
.page_sc .select02 .box > figure {
  width: 620px;
  margin: 40px auto 0;
}
.page_select .select03 {padding: 90px 0 0;}
.page_select .select03 h2 {
  color: var(--color);
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.375em;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto 0.75em;
}
.page_select .select03 h2 + p {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 2em;
}
.page_select .select03 section {margin: 0 auto 50px;}
.page_select .select03 section:nth-last-of-type(1) {margin: 0 auto;}
.page_select .select03 section h3 {
  color: var(--color);
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  border-bottom: solid 1px var(--color);
  padding: 0 0 0.25em;
  margin: 0 auto 1em;
}
.page_select .select03 section h3 + p {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 1.5em;
}
.page_select .select03 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page_select .select03 ul li {
  width: 30%;
  margin: 0 0 30px;
}
.page_select .select03 ul li a {text-decoration: none;}
.page_select .select03 ul li a figure {margin: 0 auto 10px;}
.page_select .select03 ul li a figure img {width: 100%;transition: 0.5s;}
.page_select .select03 ul li a:hover figure img {opacity: 0.5;}
.page_select .select03 ul li p {
  font-size: 1.25em;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page_select .select03 ul li p > span {font-size: 0.75em;display: inline-block;}
.page_select .select03 ul li a > span {
  display: block;
  color: var(--line);
  font-size: 0.875em;
  line-height: 1.5;
}
.page_ss .select03 .btn_common {width: 600px;}
















