@charset "utf-8";
:root{
  --cl-pk:#EA8E9E;
  --cl-pk02:#FDF4F4;
  --cl-pk03:#FACAD2;
  --cl-gy:#F5F5F7;
  --cl-gy02:#7E7E7E;
  --cl-gy03:#D0D0D0;
  --cl-gy04:#636363;
  --cl-gd:#908C2C;
  --cl-red:#FF0000;
  --cl-gr:#EDECD2;
  --font-ntsans:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  --font-grm:"EB Garamond", "Garamond", "ITC Garamond", "Hoefler Text", "Goudy Old Style", "Times New Roman", serif;
  --font-ntserif:"Noto Serif JP", "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --font-mnt:"Montserrat","Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo","sans-serif";
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
/* header */
/* ======================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  width: 100%;
  z-index: 10;
}
header #nav{
  position: relative;
  height: 68px;
  background: rgb(255 255 255 / 95%);
  padding: 0 40px;
}
header #nav .logo{
  width: 116px;
  position: absolute;
  left: 0;
  top: 16px;
}
header #nav .wrap_cnt{
  width: calc(100% - 156px);
  margin-left: auto;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 12px;
}

header #nav .nav_list {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  height: 100%;
}
header #nav .nav_list a{
  text-align: center;
  padding: 0 10px;
}

header #nav .nav_list .item .link{
  font-size: 12px;
}
header #nav .inquiry{
  display: grid;
  gap: 5px;
  justify-content: center;
}
header #nav .inquiry p{
  line-height: 1.2em;
  margin-top: 1px;
}
header #nav .inquiry .btn{
  width: 156px;
  height: 30px;
  font-size: 12px;
}
header #nav #menu-btn-check {
    display: none;
}
header #nav .hamburger{
  height: 100%;
}

/* footer */
/* ======================================== */
#costume footer{
  background-color: #EFEFEF;
}
#costume footer .inner{
  padding: 80px 10px 30px;
}
#costume footer .head{
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.02em;
}
#costume footer .menu_list{
  max-width: 950px;
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
}
#costume footer .menu_list .category{
  padding-bottom: 2px;
  border-bottom: 1px solid var(--cl-gy04);
  margin-bottom: 16px;
}
#costume footer .menu_list .item_list a{
  font-size: 12px;
  line-height: 2.5em;
  letter-spacing: 0.04em;
}
#costume footer .copy{
  text-align: center;
}
#costume footer .copy .logo{
  width: 100px;
  margin: 0 auto 10px;
}
#costume footer .copy small{
  font-size: 10px;
  display: block;
  line-height: 1.4em;
}

/* 共通 */
/* ======================================== */
#costume{
  color: #000;
  line-height: 1.8em;
}
#costume main{
  padding-top: 68px;
}
#costume,
#costume a{
  font-size: 14px;
  font-family: var(--font-ntsans);
}
#costume a{
  display: block;
  position: relative;
  z-index: 2;
}
#costume .underline{
  text-decoration: underline;
  text-underline-offset: 2px;
}
#costume h2{
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
#costume h2.ft_grm{
  font-size: 22px;
}
#costume h2.ft_grm.cl_pk::before{
  content: '';
  display: block;
  background: url(../images/head_ob_pk.svg) no-repeat center / contain;
  height: 30px;
  margin-bottom: 8px;
}
#costume h2.ft_ntserif.cl_gd{
  font-size: 28px;
   gap: 14px;
}
#costume h2.ft_ntserif.cl_gd,
#costume h3.ob_leaf{
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.01em;
}
#costume h2.ft_ntserif.cl_gd::before,
#costume h2.ft_ntserif.cl_gd::after,
#costume h3.ob_leaf::before,
#costume h3.ob_leaf::after{
  content: '';
  display: block;
}
#costume h2.ft_ntserif.cl_gd::before,
#costume h2.ft_ntserif.cl_gd::after{
  width: 62px;
  height: 40px;
}
#costume h2.ft_ntserif.cl_gd::before{
  background: url(../images/head_ob_gd_l.svg) no-repeat center / contain;
}
#costume h2.ft_ntserif.cl_gd::after{
  background: url(../images/head_ob_gd_r.svg) no-repeat center / contain;
}
#costume h2.ft_ntserif{
  font-size: 18px;
}
#costume h3.ob_leaf{
  gap: 10px;
}
#costume h3.ob_leaf::before,
#costume h3.ob_leaf::after{
  width: 66px;
  height: 18px;
}
#costume h3.ob_leaf::before{
  background: url(../images/head_ob_leaf_gd_l.svg) no-repeat center / contain;
}
#costume h3.ob_leaf::after{
  background: url(../images/head_ob_leaf_gd_r.svg) no-repeat center / contain;
}

#costume img{
  width: 100%;
}

#costume .inner{
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
#costume figcaption.nm{
  margin-top: 20px;
  text-align: center;
}
#costume figcaption.nm a{
  display: inline;
}
#costume .vtc_txt{
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#costume .txt_top{
  text-align: center;
  margin-bottom: 50px;
}
#costume .shop_info{
  line-height: 1.6em;
}

#costume .vtc_line{
  position: relative;
}
#costume .vtc_line:before,
#costume .vtc_line:after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: -660px;
}
#costume .vtc_line:before{
  bottom: 0;
  background-color: #707070;
  width: 1px;
}
#costume .vtc_line:after{
  top: 0;
  width: 18px;
}
#costume #rental .vtc_line:before{
  height: calc(100% - 150px);
}
#costume #order .vtc_line.ptn:before{
  height: calc(100% - 215px);
}
#costume #order .vtc_line.full:before{
  height: calc(100% - 183px);
}
#costume #order .vtc_line.tutu:before{
  height: calc(100% - 87px);
}
#costume #rental .vtc_line:after{
  background: url(/content/ballet/costume/images/rental/verticalline_rental.svg) no-repeat top / contain;
  height: 140px;
  background-color: #FFF;
}
#costume #order .vtc_line.ptn:after{
  background: url(/content/ballet/costume/images/order/verticalline_ptnorder.svg) no-repeat top / contain;
  height: 205px;
  background-color: #FFF;
}

#costume #order .vtc_line.full:after{
  background: url(/content/ballet/costume/images/order/verticalline_fullorder.svg) no-repeat top / contain;
  height: 173px;
  background-color: #FFF;
}
#costume #order .vtc_line.tutu:after{
  background: url(/content/ballet/costume/images/order/verticalline_tutu.svg) no-repeat top / contain;
  height: 77px;
  background-color: var(--cl-gy);
}
#costume .btn{
  height: 58px;
  display: grid;
  place-content: center;
  border-radius: 29px;
  width: 280px;
  margin: 0 auto;
  color: #FFF;
  font-weight: 500;
}
#costume .btn.st{
  width: 172px;
  border-radius: 8px;
}
#costume .btn.st.cl_gd{
  border: 1px solid var(--cl-gd);
}
#costume .btn.st.page{
  position: relative;
}
#costume .btn.st.page:before{
  content: "";
  position: absolute;
  top: 48%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--cl-gd);
  border-bottom: 1px solid var(--cl-gd);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform .3s ease;
}
#costume .btn.st span{
  padding-right: 16px;
}

#costume .cl_pk{
  color: var(--cl-pk);
}
#costume .cl_pk02{
  color: var(--cl-pk02);
}
#costume .cl_gy02{
  color: var(--cl-gy02);
}
#costume .cl_gy04{
  color: var(--cl-gy04);
}
#costume .cl_gd{
  color: var(--cl-gd);
}
#costume .cl_red{
  color: var(--cl-red);
}
#costume .bg_wh{
  background-color: #FFF;
}
#costume .bg_pk{
  background-color: var(--cl-pk);
}
#costume .bg_pk02{
  background-color: var(--cl-pk02);
}
#costume .bg_pk03{
  background-color: var(--cl-pk03);
}
#costume .bg_gy{
  background-color: var(--cl-gy);
}
#costume .bg_gy02{
  background-color: var(--cl-gy02);
}
#costume .bg_gr{
  background-color: var(--cl-gr);
}

#costume .bg_pattern{
  background: url(/content/ballet/costume/images/bg_pattern.svg) center;
  padding: 100px 0;
}
#costume .ft_grm{
  font-family:var(--font-grm);
}
#costume .ft_ntserif{
  font-family: var(--font-ntserif);
}
#costume .ft_mnt{
  font-family: var(--font-mnt);
}

#costume .fw_mid{
  font-weight: 500;
}
#costume .fw_sb{
  font-weight: 600;
}
#costume #info{
  margin :162px 0;
}

#costume .list_dot .dot{
  margin-top: 20px;
}
#costume .list_dot .dot,
#costume .list_sppl li{
  position: relative;
  padding-left: 14px;
}
#costume .list_dot .dot::before,
#costume .list_sppl li::before{
  position: absolute;
  left: 0;
}
#costume .list_dot .dot::before{
  content: "";
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
#costume .list_dot .dot .txt{
  font-size: 18px;
}

#costume .list_sppl li::before{
  content: "※";
  top: 0;
}

/* accordion */
#costume .acc_list{
    max-width: 900px;
    margin:0 auto;
}
#costume .acc_list .item {
	border-bottom: 1px solid var(--cl-gy03);
}

#costume .acc_list .item:first-child{
  border-top: 1px solid var(--cl-gy03);
}
#costume .acc_list .item .ttl{
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
    padding-right: 30px;
}

#costume .acc_list .item .box .box_inner{
  padding-top: 20px;
}

#costume .acc_list .item .ttl .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: var(--cl-pk);
    border-radius: 50%;
    transform: translateY(-50%);
}
#costume .acc_list .item .ttl .icon::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .3s ease;
}
#costume .acc_list .item .ttl.open .icon::before {
    width: 10px;
    height: 1px;
    top: 50%;
    background: #fff;
    border: none;
    transform: translate(-50%, -50%) rotate(45deg);
}
#costume .acc_list .item .ttl.open .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#costume .acc_list .item .box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

#costume .acc_list .item .box p{
  color: var(--cl-gy02);
  line-height: 1.7em;
}
#costume .acc_list .item:not(#costume .acc_list.faq .item) {
  padding: 20px 0;
}
#costume .acc_list .item .ttl:not(#costume .acc_list.faq .item .ttl) {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

#costume .acc_list.faq .item .ttl,
#costume .acc_list.faq  .item .box .box_inner{
  position: relative;
}
#costume .acc_list.faq .item .ttl{
  padding: 24px 30px 24px 56px;
}
#costume .acc_list.faq  .item .box .box_inner{
  padding: 10px 30px 24px 56px;
}
#costume .acc_list.faq .item .ttl::before,
#costume .acc_list.faq .item .box .box_inner::before{
  content: '';
  position: absolute;
  left: 0%;
  width: 44px;
  height: 44px;
}
#costume .acc_list.faq .item .ttl::before{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/content/ballet/costume/images/faq_q.svg) no-repeat  center / contain;
}
#costume .acc_list.faq .item .box .box_inner::before{
  top: 0;
  background: url(/content/ballet/costume/images/faq_a.svg) no-repeat  center / contain;
}

#costume .acc_list.faq .item .ttl .icon::before {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
  top: 44%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#costume .acc_list.faq .item .ttl.open .icon::before {
  top: 58%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
#costume .acc_list.faq .item .ttl.open .icon::after {
  display: none;
}


/* box_inquiry */
#costume #box_inquiry{
  text-align: center;
}
#costume #box_inquiry .wrap_cnt{
  padding: 30px 0 36px;
  border-top: 1px solid var(--cl-pk);
  border-bottom: 1px solid var(--cl-pk);
  position: relative;
}
#costume #box_inquiry .wrap_cnt:before,
#costume #box_inquiry .wrap_cnt:after,
#costume #box_inquiry .wrap_cnt_inner:before,
#costume #box_inquiry .wrap_cnt_inner:after{
  content:'';
  background: url(/content/ballet/costume/images/inquiry_mark.svg) no-repeat center /contain;
  position: absolute;
  
  width: 22px;
  height: 19px;
}
#costume #box_inquiry .wrap_cnt:before,
#costume #box_inquiry .wrap_cnt:after{
  top: -10px;
}
#costume #box_inquiry .wrap_cnt_inner:before,
#costume #box_inquiry .wrap_cnt_inner:after{
  bottom: -10px;
}

#costume #box_inquiry .wrap_cnt:before,
#costume #box_inquiry .wrap_cnt_inner:before{
  left: 0;
}
#costume #box_inquiry .wrap_cnt:after,
#costume #box_inquiry .wrap_cnt_inner:after{
  right: 0;
  transform: rotate(180deg);
}
#costume #box_inquiry h2{
  margin-bottom: 20px;
}
#costume #box_inquiry .txt{
  margin-bottom: 36px;
}




/* box_double */
#costume .box_double{
  padding: 50px 20px;
}
#costume .box_double .outer{
  background-color: #FFF;
  max-width: 1200px;
  padding: 26px 20px;
  border-radius: 30px;
  margin: 0 auto;
}
#costume .box_double .outer .wrap_cnt{
  max-width: 796px;
  margin: 0 auto;
}

/* pic_list */
#costume .pic_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 20px;
}
#costume .pic_list.div3{
  grid-template-columns: repeat(3,1fr);
}
#costume .pic_list.div4{
  grid-template-columns: repeat(4,1fr);
}
#costume .pic_list li .area_pic{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* #costume .pic_list li .area_pic::before{
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */
#costume .pic_list li .area_pic img{
  display: block;
  width: 100%;
}
#costume .pic_list li figcaption.nm.scnd span{
  display: block;
}
#costume .pic_list li figcaption.nm.scnd h3{
  font-size: 18px;
}
#costume .pic_list li figcaption.nm.scnd .ft_mnt{
  letter-spacing: 0.02em;
}
#costume .pic_list li figcaption.mid{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFF;
  text-align: center;
}
#costume .pic_list li figcaption.mid .subttl{
  position: relative;
  display: inline;
}
#costume .pic_list li figcaption.mid .subttl::before,
#costume .pic_list li figcaption.mid .subttl::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #FFF;
  width: 14px;
  height: 1px;
}
#costume .pic_list li figcaption.mid .subttl::before{
  left: -20px;
}
#costume .pic_list li figcaption.mid .subttl::after{
  right: -20px;
}

#costume .pic_list li figcaption.mid .ttl{
  font-size: 28px;
  margin: 2px 0 10px;
}
#costume .pic_list li figcaption.mid .desc{
  margin-bottom: 20px;
  font-size: 20px;
}

/* flow_figure */
#costume .flow_figure{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  place-items: center;
  margin-bottom: 95px;
}
#costume .flow_figure .step{
  border-radius: 8px;
  height: 174px;
  width: min(6.94vw,100px);
  display: grid;
  place-content: center;
  font-size: 18px;
}
#costume .flow_figure .step:nth-child(7){
  border: 1px solid var(--cl-pk);
  color: var(--cl-pk);
}

#costume .flow_figure .arrow{
  width: 0;
  height: 0;
  border-left: 12px solid var(--cl-pk03);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}



/* section kv */
#costume #kv{
  text-align: center;
}
#costume #kv .area_kv{
  position: relative;
}
#costume #kv .area_kv .logo{
  position: absolute;
}
#costume #kv .txt_top{
  font-size: 15px;
  line-height: 2.27em;
  margin: 60px 0 100px;
  letter-spacing: 0.05em;
}
#costume #kv .txt_top::before{
  content: '';
  display: block;
  background: url(../images/head_ob_gd.svg) no-repeat center / contain;
  height: 20px;
  margin-bottom: 20px;
}

#costume #box_inquiry.bf_info{
  margin-bottom: 100px;
}


/* topページ */
/* ======================================== */
#costume #top #kv .area_kv .logo{
  width: 19.722vw;
  left: 8.33vw;
  top: 18.26vw;
}
#costume #top #service .inner{
  max-width: 1400px;
}
#costume #top #service .pic_list{
  margin-bottom: 50px;
}
#costume #top #service .box_double h3{
  padding-bottom: 14px;
  border-bottom: 1px solid;
}
#costume #top #service .box_double h3,
#costume #top #service .grp_photo h3{
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
}
#costume #top #service .box_double .desc{
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.73em;
}
#costume #top #service .grp_photo{
  text-align: center;
}
#costume #top #service .grp_photo .wrap_cnt{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  padding: 100px 20px;
  margin: 0 auto;
}
#costume #top #service .grp_photo h3{
  margin-bottom: 16px;
}
#costume #top #service .grp_photo .subttl{
  font-size: 20px;
}
#costume #top #service .grp_photo .desc{
  margin: 25px 0 30px;
}
#costume #top #shop{
  padding: 60px 0;
}
#costume #top #shop h2{
  margin-bottom: 20px;
}
#costume #top #shop .pic_list h3{
  font-size: 18px;
  margin-bottom: 8px;
}

#costume #top #online{
  padding-bottom: 250px;
}


/* rentalページ */
/* ======================================== */
#costume #rental #kv{
  margin-bottom: 50px;
}
#costume #rental #kv .area_kv .logo{
  width: 15vw;
  top: 21.9vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#costume #rental #info{
  margin:162px 0 100px;
}
#costume #rental #catalog .pic_list figure{
  background-color: #FFF;
}
/* box_nm */
#costume #rental #catalog .box_nm{
  max-width: 900px;
  margin: 100px auto 0;
  padding: 30px 40px;
  border-radius: 20px;
}
#costume #rental #catalog .box_nm .wrap_cnt{
  display: grid;
  grid-template-columns: 4.2fr 1fr;
  gap: 12px;
}
#costume #rental #catalog .box_nm .area_txt .ttl{
  font-size: 18px;
  margin: 16px 0 20px;
}
#costume #rental #catalog .box_nm .area_txt .desc{
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}


#costume #rental #flow{
  margin-bottom: 100px;
}
#costume #rental #flow h2{
  margin-bottom: 16px;
}

#costume #rental #flow .note{
  margin-bottom:  100px;
}

/* flow_list */
#costume #rental #flow .flow_list{
  display: grid;
  gap: 52px;
}
#costume #rental #flow .flow_list h3{
  width: 270px;
  padding: 4px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
#costume #rental #flow .flow_list .desc{
  font-size: 18px;
  line-height: 1.7em;
}
#costume #rental #flow .flow_list .list_dot .underline{
  font-size: 18px;
}
#costume #rental #flow .flow_list .list_sppl{
  margin-top: 8px;
}
#costume #rental #flow .flow_list .txt_list{
  display: grid;
  gap: 30px;
}
#costume #rental #flow .box_double{
  padding: 100px 20px;
}
#costume #rental #flow .box_double .outer{
  padding: 100px 20px;
}
#costume #rental #flow .box_double .outer .wrap_cnt{
  max-width: 900px;
}
#costume #rental #flow .box_double .wrap_ttl{
  text-align: center;
  margin-bottom: 100px;
}
#costume #rental #flow #box_inquiry{
  margin: 90px 0;
}
#costume #rental #works{
  margin: 100px 0;
  background-color: #FAFAF2;
}
#costume #rental #works h2{
  margin-bottom: 16px;
}

#costume #rental #faq{
  margin-bottom: 250px;
}
#costume #rental #faq h2{
  margin-bottom: 16px;
}

/* orderページ */
/* ======================================== */
#costume #order{
  margin-bottom: 250px;
}
#costume #order h2{
  margin-bottom: 16px;
}
#costume #order .pic_list li figcaption.nm{
  margin-bottom: 36px;
}
#costume #order #kv .txt_top{
  margin-bottom: 200px;
}
#costume #order #kv .area_kv .logo{
  width: 14.4vw;
  left: 8.4vw;
  top: 21.9vw;
}
#costume #order #about{
  margin-bottom: 100px;
}
#costume #order #about .pic_list h3{
  font-size: 18px;
  margin-bottom: 12px;
}
#costume #order #ptn_order .pic_list.div3{
  grid-template-columns: repeat(3, 1fr);
}
#costume #order #ptn_order .txt_mid{
  text-align: center;
  margin: 20px 0 100px;
}
#costume #order #ptn_order .pic_list .nm .fw_mid{
  margin-top: 12px;
  font-size: 18px;
}
#costume #order #box_shop{
  text-align: center;
  padding: 45px 0 70px;
}
/* #costume #order #box_shop a{
  display: inline;
} */
#costume #order #box_shop h2{
  margin-bottom: 12px;
}
#costume #order #box_shop .txt_top{
  margin-bottom: 38px;
}
#costume #order #box_shop .box_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  gap: 40px;
  margin: 0 auto;
}
#costume #order #box_shop .box_list li{
  background-color: #FFF;
  border-radius: 8px;
}
#costume #order #box_shop .box_list .box_link{
  padding: 20px;
}
#costume #order #box_shop .box_list h3{
  font-size: 18px;
  margin-bottom: 4px;
}
#costume #order #box_inquiry{
  margin: 100px 0;
}
#costume #order #full_order{
  margin-bottom: 100px;
}
#costume #order #full_order .pic_list{
  margin-bottom: 100px;
}
#costume #order #full_order .box_flow{
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
  border-radius: 20px;
  text-align: center;
}
#costume #order #full_order .box_flow .wrap_cnt{
  max-width: 900px;
  margin: 0 auto;
}
#costume #order #full_order .box_flow h3{
  font-size: 28px;
  margin-bottom: 50px;
}

#costume #order #full_order .box_flow .flow_list{
  margin-bottom:106px;
}
#costume #order #full_order .box_flow .flow_list li::after{
  content: '';
  display: block;
  margin: 20px auto 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--cl-pk03);
}
#costume #order #full_order .box_flow .flow_list li:last-child::after{
  display:none ;
}

#costume #order #full_order .flow_list h4{
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
#costume #order #full_order .flow_list h4::before{
  content:'';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--cl-pk);
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#costume #order #full_order .flow_list .box{
  padding: 20px 24px;
  border-radius: 8px;
}
#costume #order #full_order .flow_list .box .main{
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
#costume #order #full_order .flow_list .box .sub{
  margin-top: 10px;
}
#costume #order #full_order .flow_list .comment{
  margin: 14px 0 -6px;
}

#costume #order #full_order .table{
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid;
  border-left: 1px solid;
}
#costume #order #full_order .table tr{
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}
#costume #order #full_order .table th,
#costume #order #full_order .table td{
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: grid;
  place-items: center;
}
#costume #order #full_order .table th{
  text-align: center;
  padding: 10px 0;
}
#costume #order #full_order .table td{
  height: 70px;
}
#costume #order #full_order .box_care{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#costume #order #full_order .box_care figcaption{
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
}
#costume #order #works{
  background-color: #FAFAF2;
}
#costume #order #tutu{
  padding: 100px 0 104px;
}
#costume #order #tutu .pic_list{
  row-gap: 104px;
  margin-top: 120px;
}
#costume #order #tutu .pic_list .wrap_pic figcaption{
  display: block;
  background-color: var(--cl-gd);
  padding: 6px 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/* saleページ */
/* ======================================== */
#costume #sale #kv{
  margin-bottom: 150px;
}
#costume #sale #kv .area_kv .logo{
  width: 13.9vw;
  bottom: 3.5vw;
  left: 3.5vw;
}
#costume #sale #kv .txt_top{
  margin-bottom: 50px;
}

/* tab_switch */
#costume .tab_switch{
  display: grid;
  grid-template-areas: "tokyo osaka"
  "tab_content tab_content";
  column-gap: 24px;
}
#costume .tab_switch #tab1{
  grid-area: tokyo;
}
#costume .tab_switch #tab2{
  grid-area: osaka;
}
#costume .tab_switch .tab_cnt{
  grid-area: tab_content;
}
#costume .tab_switch input {
  display: none;
}
#costume .tab_switch label {
  padding: 16px;
  border-bottom: 2px solid var(--cl-gy);
  cursor: pointer;
  order: -1;
  text-align: center;
  font-size: 18px;
}
#costume .tab_switch .tab_cnt {
  display: none;
  width: 100%;
  margin-top: 50px;
}
#costume .tab_switch input:checked + label {
  border-bottom: 2px solid var(--cl-pk);
  color: var(--cl-pk);
}
#costume .tab_switch input:checked + label + .tab_cnt {
  display: block;
}
#costume #sale #shop{
  margin-bottom: 250px;
}
#costume #sale #shop .wrap_cnt{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#costume #sale #shop figcaption.nm{
  display: grid;
  place-content: center;
}
#costume #sale #shop figcaption.nm h3{
  font-size: 18px;
  margin-bottom: 8px;
}
#costume #sale #shop figcaption.nm .sppl{
  margin: 30px 0;
}
#costume #sale #shop figcaption.nm .btn{
  width: 200px;
}

/* ===========================================
 * pcのみ
 * ======================================== */
@media(min-width: 768px){

  body.rental #nav .link.rental,
  body.order #nav .link.order,
  body.sale #nav .link.sale,
  body.top #nav .link.top{
    position: relative;
  }
  body.rental #nav .link.rental:before,
  body.order #nav .link.order:before,
  body.sale #nav .link.sale:before,
  body.top #nav .link.top:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cl-pk);
  }

  header #nav .nav_list .dropDown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 
    opacity .3s ease,
    transform .3s ease,
    visibility .3s;
  padding: 40px;
  background: rgb(255 255 255 / 95%);
  transform: translate(0, 100%);
}
header #nav .nav_list .wrap_link:hover > .dropDown,
header #nav .nav_list .wrap_link:focus > .dropDown {
 opacity: 1;
  visibility: visible;
}
header #nav .nav_list .dropDown_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
header #nav .nav_list .dropDown_list p{
  display: block;
}

header #nav .nav_list .dropDown_list .dd_link {
  padding: 0;
  transition: color .15s;
  position: relative;
  text-align: left;
  display: inline;
}
header #nav .nav_list .dropDown_list .dd_link::after{
  content: "";
  position: absolute;
  top: 38%;
  right: -24px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--cl-gd);
  border-bottom: 1px solid var(--cl-gd);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform .3s ease;
}
header #nav .nav_list .dropDown_list .dd_link:hover{
  color: var(--cl-gd);
  opacity: 0.5;
}
/* 共通 */
/* ======================================== */
  #costume a:hover{
    color: var(--cl-pk);
  }
  #costume p{
    letter-spacing: 0.04em;
  }
  /* #costume a.tel{
    pointer-events: none;
  } */
  /* #costume .shop_info a:hover{
    color: #000;
  } */
  #costume .bg_pk:hover,
  #costume .bg_gy02:hover{
    background-color: unset;
  }
  #costume .bg_pk:hover{
    border: 1px solid var(--cl-pk);
  }
  #costume .bg_gy02:hover{
    border: 1px solid var(--cl-gy02);
    color: var(--cl-gy02);
  }
  #costume .btn.st.cl_gd:hover{
    background-color: var(--cl-gd);
    color: #FFF;
  }
  #costume .btn.st.page:hover:before{
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
}


/* ===========================================
 * sp
 * ======================================== */
@media(max-width: 768px){
/* header */
/* ======================================== */
header{
  height: 60px;
}
header #nav{
  padding: 0;
  height: 60px;
}
header #nav .logo{
  top: 16px;
  width: 100px;
  left: 15px;
}
  header #nav .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  header #nav .menu-btn span,
  header #nav .menu-btn span:before,
  header #nav .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #000;
      position: absolute;
  }
  header #nav .menu-btn span:before {
      bottom: 8px;
  }
  header #nav .menu-btn span:after {
      top: 8px;
  }
  header #nav #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);
  }
  header #nav #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  header #nav #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  header #nav .menu-content {
      width: 100%;
      height: calc(100% - 60px);
      position: fixed;
      bottom: 0;
      left: 100%;
      z-index: 2;
      background-color: #F5F5F7;
      transition: all 0.5s;
      flex-flow: column;
      overflow-y: scroll;
      
  }
  header #nav #menu-btn-check:checked ~ .menu-content {
      left: 0;
  }
  
  header #nav .inquiry{
    gap: 10px;
    margin-top:min(8vw, 34px);
  }

  header #nav .wrap_cnt{
    grid-auto-flow: row;
    padding: 30px 5.4vw;
    font-size: 14px;
    justify-content: unset;
  }
  header #nav .nav_list{
    grid-auto-flow: row;
    justify-content: flex-start;
    gap: min(8vw,32px);
  }
  header #nav .nav_list a{
    text-align: left;
    padding: 0;
  }
  header #nav .nav_list .item .link{
    font-size: 14px;
  }
  header #nav .nav_list .item .wrap_link{
    place-content: flex-start;
  }
  header #nav .nav_list .dropDown_list p{
    display: none;
  }
  header #nav .nav_list .dropDown_list{
    margin-left: 18px;
  }  
  header #nav .nav_list .dropDown_list .item{
    color: var(--cl-gd);
  }
  header #nav .nav_list .dropDown_list .item:before{
    content: '';
    background: var(--cl-gd);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -2px;
  }
  header #nav .nav_list .dropDown_list .item .dd_link{
    display: inline;
  }

  /* footer */
  /* ======================================== */
  #costume footer .menu_list{
    grid-template-areas: "basic toe"
    "stage costume";
    grid-template-columns: unset;
    column-gap: 10px;
  }
  #costume footer .menu_list .basic{
    grid-area: basic;
  }
  #costume footer .menu_list .toe{
    grid-area: toe;
  }
  #costume footer .menu_list .stage{
    grid-area: stage;
  }
  #costume footer .menu_list .costume{
    grid-area: costume;
  }

/* 共通 */
/* ======================================== */
  #costume{
    font-size: 14px;
  }
  #costume main{
    padding-top: 60px;
  }
  #costume .inner{
    padding: 0 10px;
  }
  #costume h2.ft_ntserif.cl_gd,
  #costume #order #full_order .box_flow h3{
    font-size: 22px;
    line-height: 1.45em;
  }
  #costume h2.ft_ntserif.cl_gd{
    gap: 6px;
    margin-bottom: 16px;
  }
  #costume #order #full_order .box_flow h3{
    gap: 4px;
  }
  
  #costume h2.ft_ntserif.cl_gd::before,
  #costume h2.ft_ntserif.cl_gd::after{
    width: 48px;
    height: 31px;
  }
  #costume h3.ob_leaf::before,
  #costume h3.ob_leaf::after{
    width: 40px;
    height: 18px;
  }
  #costume .txt_top{
    padding: 0 10px;
  }
  #costume #box_inquiry h2{
    line-height: 1.6em;
  }
  #costume #box_inquiry .wrap_cnt{
    padding: 30px 10px 36px;
  }
  #costume .acc_list.faq .item .ttl::before{
    top: 16px;
    transform: unset;
    -webkit-transform: unset;
  }
  #costume .acc_list .item .ttl:not(#costume .acc_list.faq .item .ttl){
    grid-template-columns: 1fr;
  }
  #costume .pic_list{
    grid-template-columns: 1fr;
  }
  #costume .pic_list.div3,
  #costume .pic_list.div4{
    grid-template-columns: repeat(2, 1fr);
  }
  #costume .pic_list.div4,
  #costume .pic_list.div3{
    row-gap: 30px;
    column-gap: 14px;
  }

  #costume .pic_list.div4 li figcaption.nm,
  #costume .pic_list.div3 li figcaption.nm{
    margin-top: 10px;
    line-height: 1.6em;
  }

  /* #costume .pic_list li figcaption.nm.scnd .ft_mnt{
    font-size: 12px;
  } */
  
  #costume .pic_list li figcaption.mid .ttl{
    font-size: 26px;
    margin: 4px 0 12px;
  }
  
  #costume #rental #catalog .box_nm{
    padding: 30px 20px;
  }
  #costume #rental #catalog .box_nm .wrap_cnt{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  #costume #rental #catalog .box_nm .area_txt{
    order: 2;
  }
  #costume #rental #catalog .box_nm .area_txt .ttl{
    margin: 0 0 20px;
  }
  #costume #rental #catalog .box_nm .area_txt .desc{
    margin-bottom: 30px;
  }
  #costume #rental #catalog .box_nm .area_pic{
    order: 1;
    margin: 0 auto;
    max-width: 200px;
  }
  #costume #rental #catalog .box_nm .btn{
    margin: 0 auto;
  }
  
  #costume .box_double{
    padding: 50px 10px;
  }
  #costume .flow_figure{
    grid-template-columns: repeat(5, 1fr);
    row-gap: 30px;
  }
  #costume .flow_figure .step{
    font-size: 13px;
    width: min(16vw,70px);
    height: 120px;
    line-height: 1.4em;
  }

  #costume #box_inquiry .wrap_cnt:before, #costume #box_inquiry .wrap_cnt:after, #costume #box_inquiry .wrap_cnt_inner:before, #costume #box_inquiry .wrap_cnt_inner:after{
    width: 17px;
    height: 15px;
  }
  #costume #box_inquiry .wrap_cnt:before, #costume #box_inquiry .wrap_cnt:after{
    top: -8px;
  }
  #costume #box_inquiry .wrap_cnt_inner:before, #costume #box_inquiry .wrap_cnt_inner:after{
    bottom: -8px;
  }


  

  
  /* top */
  /* ======================================== */
  #costume #top #kv .area_kv .logo{
    width: 59vw;
    top: 16.2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #costume #top #service .grp_photo .wrap_cnt{
    grid-template-columns: 1fr;
    padding: 100px 10px;
  }
  #costume #top #service .grp_photo .subttl{
    line-height: 1.4em;
  }
  #costume #top #shop .pic_list h3{
    font-size: 16px;
  }

  /* rental */
  /* ======================================== */
  #costume #rental #kv .area_kv .logo{
    width: 55.4vw;
    top: unset;
    bottom: 10.3vw;
  }
  #costume #rental #catalog h2.ft_ntserif.cl_gd{
    align-items: flex-start;
  }
  #costume #rental #catalog .pic_list h3{
    font-size: 14px;
    margin-bottom: 0;
  }
  #costume #rental #catalog .pic_list .nm span{
    font-size: 12px;
  }
  #costume #rental .wrap_note{
    padding: 0 26px;
  }
  #costume #rental #kv .wrap_note .note{
    line-height: 1.86em;
  }
  #costume #rental #flow .box_double{
    padding: 100px 10px;
  }
  #costume #rental #flow .box_double .outer{
    padding: 60px 20px;
  }
  #costume #rental #flow .box_double .wrap_ttl{
    margin-bottom: 60px;
  }
  #costume #rental #flow .flow_list h3{
    width: 100%;
    text-align: center;
  }
  #costume #rental #flow .flow_list{
    margin-top: 60px;
  }


  /* order */
  /* ======================================== */
  #costume #order #kv .area_kv .logo{
    width: 53.3vw;
    left: 2.8vw;
    top: 63vw;
  }
  #costume #order #about h2{
    position: relative;
  }
  #costume #order #about h2::before,
  #costume #order #about h2::after{
    position: absolute;
    top: 0;
  }
  #costume #order #about h2::before {
    background: url(../images/head_ob_gd_l.svg) no-repeat center / contain;
    right: 50%;
    margin-right: 72px;
  }
  #costume #order #about h2::after{
    background: url(../images/head_ob_gd_r.svg) no-repeat center / contain;
    left: 50%;
    margin-left: 72px;
  }
  #costume #order #ptn_order .pic_list.div3{
    column-gap: 6px;
  }
  #costume #order #ptn_order .pic_list.div3 figure{
    aspect-ratio: 1 / 2.5;
    overflow: hidden;
  }
  #costume #order #ptn_order .pic_list.div3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #costume #order #box_shop .box_list{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;

  }
  #costume #order #full_order .pic_list{
    gap: 20px;
  }
  #costume #order #full_order .table{
    grid-template-columns: 1fr;
  }
  #costume #order #full_order .box_flow{
    padding: 100px 10px;
  }
  #costume #order #full_order .flow_list .box{
    padding: 20px 10px;
    text-align: left;
  }
  #costume #order #full_order .box_care{
    grid-template-columns: 1fr;
  }

  /* sale */
  /* ======================================== */
  #costume #sale #kv .area_kv .logo{
    width: 50.76vw;
    bottom: 26.7vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #costume .tab_switch {
    display: block;
  }
  #costume .tab_switch .tab_cnt {
    display: block !important;
  }
  #costume .tab_switch label{
    border-bottom: 2px solid var(--cl-pk);
    color: var(--cl-pk);
    width: 100%;
    display: block;
  }
  #costume #sale #shop .wrap_cnt{
    grid-template-columns: 1fr;
  }

  #costume #sale #shop .tab_cnt.tk{
    margin-bottom: 116px;
  }
  #costume #sale #shop figcaption.nm h3{
    font-size: 16px;
  }
}