@charset "UTF-8";

/* common
------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}
.ib {
  display: inline-block;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#main {
  margin-top: 60px;
}
#main.to:not(.--hakama) {
  margin-top: 0;
}
.web_font1, .ttl_style span, .ttl_style_mini span, .ttl_style_mini2 span, .big_tab_style li, .page_in_link_nav_style li .num {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.web_font3, .all_number_style span {
  font-family: 'Roboto', sans-serif;
}
.border {
  border-bottom: 1px dashed #cdcdd2;
}
.border2 {
  border-bottom: 1px dashed #03071f;
}
.border3, .table_style > li {
  border-bottom: 1px solid #cdcdd2;
}
.border4 {
  border-bottom: 1px solid #03071f;
}
.border5, .table_big_style > li {
  border-bottom: 2px solid #03071f;
}
button {
  color: #03071F;
}
.logo_pink {
  color: #D01126;
}

.c-title01 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: normal;
}

.c-title02 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #03071f;
  line-height: normal;
}

.anm {
  opacity: 0;
  -webkit-transform: translate(0, 8%);
  transform: translate(0, 8%);
}
.anm.is_show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
  transition: all 0.5s 0s cubic-bezier(0, 0, 0.395, 0.995);
}

/* header
------------------------------ */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  z-index: 1000;
  pointer-events: none;
}
#header img {
  width: 100%;
}
#header button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  line-height: 1;
  font-size: 1.4rem;
  cursor: pointer;
}
.header__logo {
  position: relative;
  position: relative;
  flex-shrink: 0;
  max-width: 140px;
  height: 100%;
}
.header__logo a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.header__logo img {
  display: block;
}
.header__fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  background-color: #fff;
}
.header__fix.show {
  opacity: 1;
  pointer-events: all;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header__nav_list {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  line-height:1.2;
}
.header__nav_list::after {
  border-left: dotted 2px #03071F;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  content: '';
}
.header__nav_list a {
  display: block;
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: 700;
  padding: 15px min(2.4vw, 5px);
  position: relative;
}
.header__nav_list a::before {
  border-left: dotted 2px #03071F;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  content: '';
}
.header__btn {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn_inn {
  position: relative;
  width: 24px;
  height: 14px;
}
.header__btn span:not(.header__btn_inn) {
  width: 100%;
  height: 2px;
  background: #03071F;
  display: block;
  border-radius: 10px;
  position: absolute;
}
.header__btn span:first-of-type {
  top: 0;
}
.header__btn span:nth-of-type(2) {
  top: 6px;
}
.header__btn span:last-of-type {
  bottom: 0;
}

.header__container {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.header__container_inner {
  transform: translateX(100%);
  transition: 0.3s all;
}
.header__container.open {
  visibility: visible;
  pointer-events: all;
}
.header__container.open .header__container_inner  {
  transform: translateX(0);
}
.header__container_top {
  width: 100%;
  height: 60px;
  max-width: 400px;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 1;
}
.header__container_top .logo {
  flex-shrink: 0;
  max-width: 140px;
  height: 100%;
}
.header__container_top .logo a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.header__container_top .logo img {
  display: block;
}
.header__container_top .header__btn span:first-of-type {
  transform: rotate(45deg);
  top: 6px;
}
.header__container_top .header__btn span:last-of-type {
  transform: rotate(-45deg);
  bottom: 6px;
}
.header__nav {
  overflow-y: scroll;
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
}
.header__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  
}
.header__link a {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #070B1C;
  border-bottom: solid 3px #B1FFFC;
}
.header__link li:nth-of-type(1) a,
.header__link li:nth-of-type(4) a {
  background-color: #2D2D2D;
  border-bottom: solid 3px #FFBBC4;
}
.header__link a::before {
  content: ''; 
}
.header__link a.favorite::before {
  background: url(../../common/images/2025/icon_favorite.webp) no-repeat center center / contain;
  width: 16px;
  height: 13px;
}
.header__link a.reserve::before {
  background: url(../../common/images/2025/icon_calendar.webp) no-repeat center center / contain;
  width: 18px;
  height: 18px;
}
.header__link a.web::before {
  background: url(../../common/images/2025/icon_web.webp) no-repeat center center / contain;
  width: 20px;
  height: 22px;
}
.header__link a.catalog::before {
  background: url(../../common/images/2025/icon_catalog.webp) no-repeat center center / contain;
  width: 17px;
  height: 14px;
}
.header__link .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #fff;
  line-height: 1;
  font-size: 1.0rem;
  position: relative;
}
.header__link .web_font1 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header__banner {
  padding: 22px 20px 26px;
}
.header__banner a {
  display: block;
}
.header__banner a + a {
  margin-top: 20px;
}
.header__nav_main {
  padding: 0 20px;
}
.header__nav_main > li {
  border-bottom: solid 1px #03071F;
}
.header__nav_main > li:first-of-type {
  border-top: solid 1px #03071F;
}
.header__nav_main > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  font-size: 1.6rem;
  height: 60px;
  position: relative;
  letter-spacing: 0;
  line-height: 1.2;
}
.header__nav_main > li > a::after {
  content: '';
  background: url(../../common/images/btn_arrow_cercle.webp) no-repeat center center / contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.header__nav_main > li > a .icon {
  width: 25px !important;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  object-fit: contain;
}
.header__nav_main .acc_btn {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.header__nav_main .acc_btn .icon {
  width: 25px !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.header__nav_main .acc_btn::before,
.header__nav_main .acc_btn::after {
  content: '';
  background-color: #03071F;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.header__nav_main .acc_btn::after {
  transform: rotate(-90deg);
}
.header__nav_main .acc_btn.open::after {
  transform: rotate(0);
}
.header__nav_main .acc_box {
  border-top: solid 1px #03071F;
  background-color: #f6f3f4;
  display: flex;
  flex-wrap: wrap;
}
.header__nav_main .acc_box li {
  width: 50%;
  border-bottom: dashed 1px #03071F;
  margin-bottom: -1px;
}
.header__nav_main .acc_box a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  height: 100%;
  position: relative;
}
.header__nav_main .acc_box > li:nth-child(odd) {
  border-right: dashed 1px #03071F;
}
.header__nav_main .acc_box li.sub {
  width: 100%;
  border-right: none;
}
.header__nav_main .acc_box li.sub + li.sub {
  border-top: solid 1px #03071F;
}
.header__nav_main .acc_box_subbox .acc_btn {
  height: auto;
  background-color: #f6f3f4;
  font-size: 1.2rem;
  padding: 14px 10px;
}
.header__nav_main .acc_box_subbox .acc_btn .circle {
  width: 25px;
  height: 25px;
  border: solid 1px #03071F;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.5px;
  margin: auto;
}
.header__nav_main .acc_box_subbox .acc_btn::before,
.header__nav_main .acc_box_subbox .acc_btn::after {
  height: 1px;
}
.header__nav_main li.lookbook .acc_box li {
  width: 100%;
  border-right: 0;
}
.header__nav_main li.lookbook .acc_box li {
  width: 100%;
  border-right: 0;
}
.header__nav_sub {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none !important;
}
.header__nav_sub a {
  width: 50%;
  border-bottom: solid 1px #03071F;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
.header__nav_sub a:nth-child(odd) {
  border-right: solid 1px #03071F;
}
.header__nav_sub a::after,
.header__nav_bnr a::after,
.header__nav_bottom a::after {
  content: none !important;
}
.header__nav_bnr {
  border-bottom: none !important;
  margin-top: 35px;
}
.header__nav_bnr a::first-of-type {
  margin-bottom: 10px;
}
.header__nav_bnr a {
  padding: 0 !important;
  height: auto !important;
}
.header__nav_bnr a + a {
  margin-top: 10px;
}
.header__nav_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-top: 20px;
  border-bottom: none !important;
}
.header__nav_bottom a {
  font-size: 1.3rem !important;
  height: auto !important;
  padding: 0 10px !important;
  line-height: 1;
}
.header__nav_bottom a + a {
  border-left: solid 1px #03071F;
}
.header__btn_bottom {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.header__btn_bottom .icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.header__btn_bottom .icon::before,
.header__btn_bottom .icon::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #03071F;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header__btn_bottom .icon::before {
  transform: rotate(45deg);
}
.header__btn_bottom .icon::after {
  transform: rotate(-45deg);
}
.header__btn_bottom span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
/* 2025年度改訂時修正 */
.header__nav_main .acc_box li.sub a::after {
  content: '';
  background: url(../../common/images/btn_arrow_cercle.webp) no-repeat center center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 18px;
  height: 18px;
}
.header__nav_main .acc_box li.category {
  background-color: #fff;
  border: none;
  margin: 1px 0;
  width: 100%;
}
.header__nav_main .acc_box .category__list li {
  border: none;
  margin-top: 10px;
  width: 100%;
}
.header__nav_main .acc_box .category__list a {
  display: grid;
  grid-template-columns: 134px 1fr;
  gap: 7px 15px;
  padding: 0;
  background: url(../../common/images/bg_dot.png) left top repeat;
  background-size: 5px 5px;
  padding-right: 8px;
  height: 134px;
}
.header__nav_main .acc_box .category__list .head {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 10px;
  align-self: end;
}
.header__nav_main .acc_box .category__list .hepburn .logo {
  width: 49px;
}
.header__nav_main .acc_box .category__list .koten .logo {
  width: 36px;
}
.header__nav_main .acc_box .category__list .premiumkoten .logo {
  width: 51px;
}
.header__nav_main .acc_box .category__list .blacklabel .logo {
  width: 74px;
}
.header__nav_main .acc_box .category__list .kusumi .logo {
  width: 48px;
}
.header__nav_main .acc_box .category__list .vintage .logo {
  width: 47px;
}
.header__nav_main .acc_box .category__list .ikikoten .logo {
  width: 34px;
}
.header__nav_main .acc_box .category__list .mode .logo {
  width: 36px;
}
.header__nav_main .acc_box .category__list .jpmode .logo {
  width: 69px;
}
.header__nav_main .acc_box .category__list .cute .logo {
  width: 50px;
}
.header__nav_main .acc_box .category__list .retro .logo {
  width: 60px;
}
.header__nav_main .acc_box .category__list .yasukawa .logo {
  width: 50px;
}
.header__nav_main .acc_box .category__list .bland .logo {
  width: 42px;
}
.header__nav_main .acc_box .category__list .hakama_kusumi .logo {
  width: 45px;
}
.header__nav_main .acc_box .category__list .hakama_retro .logo {
  width: 41px;
}
.header__nav_main .acc_box .category__list .img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.header__nav_main .acc_box .category__list .logo img {
  display: block;
}
.header__nav_main .acc_box .category__list .name {
  font-size: 1.0rem;
  position: relative;
  padding-left: 10px;
}
.header__nav_main .acc_box .category__list .name::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 20px;
}
.header__nav_main .acc_box .category__list .txt {
  grid-column: 2 / 3;
  font-size: 1.0rem;
  line-height: 1.3;
  align-self: start;
}
.header__nav_main .acc_box .category__list li.hepburn .txt {
  font-size: 0.9rem;
}
.header__nav_main .acc_box .category__btn {
  background-color: #000;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  width: 275px;
  height: 50px;
  margin: 20px auto 30px;
  position: relative;
}
.header__nav_main .acc_box .category__btn::after {
  content: '';
  background: url(../../common/images/btn_arrow_w.webp) no-repeat center center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 12px;
  height: 12px;
}

.header__nav_main .acc_box li.sub.--pink a {
  font-weight: 700;
  background-color: #F7D6E1;
  padding: 23px 10px;
}
.header__nav_main .acc_box li.sub.--blue a {
  font-weight: 700;
  background-color: #D6EFF5;
  padding: 23px 10px;
}



/* footer
------------------------------ */
#footer {
  padding: 0 0 20px;
}
.footer__inner {
  padding: 0 20px;
}
.footer__nav  {
  border-bottom: solid 1px #03071F;
}
.footer__nav > li {
  border-top: solid 1px #03071F;
}
.footer__nav .acc_btn {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.footer__nav .acc_btn::before,
.footer__nav .acc_btn::after {
  content: '';
  background-color: #03071F;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.footer__nav .acc_btn::after {
  transform: rotate(-90deg);
}
.footer__nav .acc_btn.open::after {
  transform: rotate(0);
}
.footer__nav .acc_box {
  padding: 0 10px 20px;
}
.footer__nav .link {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.footer__nav .link::after {
  content: '';
  background: url(../../common/images/btn_arrow_cercle.webp) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.footer__shop_list + .footer__shop_list {
  margin-top: 12px;
}
.footer__shop_list .area {
  font-size: 0.8rem;
  color: #999;
  font-weight: 400;
}
.footer__shop_list .area_link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  line-height: 1.4;
}
.footer__shop_list .area_link a {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}
.footer__nav ul:not(.area_link) li + li {
  padding-top: 10px;
}
.footer__nav_bottom {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}
.footer__nav_bottom a {
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
}
.footer__nav_bottom a + a {
  border-left: solid 1px #03071F;
}
.footer__bnr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0 50px;
}
.footer__bnr-link {
  margin-bottom: 8px;
}
.footer__bnr-txt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 4px;
}
.footer__bnr img {
  width: 100%;
}
.footer__bottom {
  position: relative;
}
.footer__bottom img {
  width: 100%;
  max-width: 150px;
}
.footer__bottom .copy {
  color: #aaa;
  font-size: 1.0rem;
  margin-top: 20px;
}
.footer__bottom #pageTop {
  position: absolute;
  top: 0;
  right: 20px;
  font-style: italic;
  font-size: 1.0rem;
  padding: 10px  28px 10px 0;
}
.footer__bottom #pageTop::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 2px #03071F;
  border-right: solid 2px #03071F;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  margin: auto;
}



/* popup(mfp)
------------------------------ */
.mfp-content {
  width: 100%;
  max-width: 900px;
}
.mfp-content:has(.youtube-short) {
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: 367.762px;
  height: auto;
}
.mfp-iframe-scaler.video {
  height: auto;
  padding-top: 0;
  margin: 0 auto;
  overflow: visible;
}
.mfp-iframe-scaler.video video {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* aspect-ratio: 16 / 9; */
  /* 動画サイズが自由なため、動画サイズにフィットするように修正 */
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.mfp-iframe-scaler.video .mfp-close {
  top: -37px;
  color: #fff;
}
.mfp-iframe-scaler.video .caution {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.mfp-iframe-scaler.video .caution .icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.mfp-iframe-scaler.video .caution .icon::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/2025/icon-fullscreen01.webp) no-repeat center center / contain;
  content: '';
}
.mfp-iframe-scaler.video .caution .icon::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/2025/icon-fullscreen02.webp) no-repeat center center / contain;
  content: '';
}
.mfp-iframe-scaler.video .caution .btn {
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  margin-top: 10px;
}
.mfp-iframe-scaler.youtube-short {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mfp-content:has(.youtube-short) {
    max-width: 294.131px;
  }
  .mfp-iframe-scaler.video .caution .btn {
    width: 200px;
    height: 40px;
  }
}




/* 袴専門ページ追加分 */
#header .header__nav_bnr-link {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px !important;
  margin-bottom: 20px;
}
#header .header__nav_bnr-txt {
  font-size: 1.3rem;
}
#header.hakama-header .header__nav_main > li > a {
  gap: 10px;
  padding: 10px 25px 10px 0;
  letter-spacing: 0;
  line-height: 1.2;
}
#header.hakama-header .header__nav_main .acc_btn {
  padding: 10px 25px 10px 0;
}
#header.hakama-header .header__nav_main .acc_btn .icon {
  width: 25px !important;
  gap: 10px;
}
#header.hakama-header .header__nav_sub a {
  padding: 10px 0;
}
#header.hakama-header .header__nav_sub a:nth-child(even) {
  padding-left: 15px;
}