@charset "UTF-8";
.jr-tukin {
  z-index: 1;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.btn {
  border-radius: 30px;
  padding: 18px;
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.btn.btn--large {
  background-color: #71625B;
  width: 500px;
}
.btn.btn--more {
  padding: 7px;
  width: 120px;
  margin-top: 20px;
}
#tote-bag .btn.btn--more {
  background-color: #E29F7E;
}
#ruck-bag .btn.btn--more {
  background-color: #79B8B6;
}
#compact-bag .btn.btn--more {
  background-color: #B4AC6A;
}
.btn.btn--qa {
  background-color: #71625B;
  width: 100%;
  margin-top: 16px;
}
.btn.btn--qa + .btn.btn--qa {
  margin-top: 15px;
}
/*-----------------------------*/
.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv .pc {
  display: block;
  width: 920px;
  height: 660px;
}
.mv__img {
  position: absolute;
  top: 0;
}

[data-browse-mode=P] .sp,
[data-browse-mode=P] .for_sp,
[data-browse-mode=S] .pc {
  display: none;
}

/*-----------------------------*/
.head-text {
  display: block;
  line-height: 1.7;
  margin: 50px auto 111px;
  text-align: center;
  width: 100%;
}
.head-text p {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
/*-----------------------------*/
.kaban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 60px;
  gap: 39px;
}
.kaban__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
  width: 174px;
  height: 196px;
  text-decoration: none;
  color: #000000;
}
.kaban__inner img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.kaban__inner::after {
  content: "";
  position: absolute;
  background: url(/img/usr/event/jr-tukin/2025ss/down_allow.png) no-repeat center top;
  width: 8px;
  height: 38px;
  left: 50%;
  right: 0;
  bottom: -30px;
}
.kaban__inner p {
  width: 100%;
  position: absolute;
  top: 145px;
  font-weight: bold;
  font-size: 18px;
}
.kaban__inner.kaban__inner--tote {
  background-color: #F7E6DC;
  border-radius: 20px 0 20px 0;
}
.kaban__inner.kaban__inner--ruck {
  background-color: #DDEBE9;
  border-radius: 0 20px 0 20px;
}
.kaban__inner.kaban__inner--compact {
  background-color: #F4F0CD;
  border-radius: 20px 0 20px 0;
}
.bag-wrap {
  position: relative;
  padding: 100px 40px;
  z-index: -2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 20px;
  width: 900px;
  margin: 0 auto 100px;
}
.bag-wrap h2 {
  position: absolute;
  top: -66px;
  font-size: 55px;
}
.bag-wrap h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 1px;
}
.bag-wrap .item_wrap {
  position: relative;
  width: 400px;
  display: block;
}
.bag-wrap .item_wrap:nth-of-type(n + 0)::before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: 360px;
  height: 420px;
  z-index: -1;
  right: 0;
  left: 0;
  top: 20px;
  margin: auto;
}
.bag-wrap .item_wrap:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px 0 0 0;
  width: 222px;
  height: 212px;
  z-index: -2;
}
.bag-wrap .item_wrap:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 250px;
  right: 0;
  border-radius: 0 0 40px 0;
  width: 222px;
  height: 212px;
  z-index: -2;
}
.bag-wrap .item_wrap:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 250px;
  right: 0;
  border-radius: 0 0 40px 0;
  width: 222px;
  height: 212px;
  z-index: -2;
}
.bag-wrap .item_wrap:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px 0 0 0;
  width: 222px;
  height: 212px;
  z-index: -2;
}
.bag-wrap .item_wrap .item_wrap_top {
	height: 370px;
}

.bag-wrap .item_wrap .item_wrap_top .item_image {
  text-align: center;
  position: relative;
}
.bag-wrap .item_wrap .item_wrap_top .item_image img {
    height: 160px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px auto 0;
}
.bag-wrap .item_wrap .item_wrap_top .item_image p {
  margin-top: 2px;
  font-size: 15px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .price {
    display: block;
    margin-top: 14px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec {
    font-family: "Herr Von Muellerhoff", cursive;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.08em;
    position: absolute;
    top: 40px;
    right: 30px;
    -webkit-transform: rotate(344deg);
    transform: rotate(344deg);
}
.bag-wrap .item_wrap .item_wrap_top .item_text {
  margin: 20px auto 0;
  font-size: 14px;
  width: 360px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ruck-bag.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec {
    right: auto;
    left: 30px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec3 {
    right: 70px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec4 {
    right: -10px;
}
#ruck-bag.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec7 {
    left: -300px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec11 {
    right: 0;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec12 {
    right: -20px;
}

/*-----------------------------*/
#tote-bag {
  background-color: #FFF0E8;
  border-radius: 0 60px 60px 0;
}
#tote-bag h2 {
  color: #E29F7E;
  left: 0;
}
#tote-bag h2::after {
  background-color: #E29F7E;
  left: 0;
}
#tote-bag .item_wrap:nth-of-type(1)::after {
  left: 0;
  background-color: #E9EFCC;
}
#tote-bag .item_wrap:nth-of-type(2)::after {
  right: 0;
  background-color: #E9EFCC;
}
#tote-bag .item_wrap:nth-of-type(3)::after {
  right: 0;
  background-color: #E9EFCC;
}
#tote-bag .item_wrap:nth-of-type(4)::after {
  left: 0;
  background-color: #E9EFCC;
}
#tote-bag .text-dec.text-dec {
    color: #DEE8B1;
}
#ruck-bag .text-dec.text-dec {
  color: #D4D2B1;
}
#compact-bag .text-dec.text-dec {
  color: #EFD3AC;
}
/*-----------------------------*/
#ruck-bag {
  background-color: #DDEBE9;
  border-radius: 60px 0 0 60px;
}
#ruck-bag h2 {
  right: 0;
  color: #79B8B6;
}
#ruck-bag h2::after {
  background-color: #79B8B6;
  right: 0;
}
#ruck-bag .item_wrap:nth-of-type(1)::after {
  right: 20px;
  background-color: #FFFDCC;
}
#ruck-bag .item_wrap:nth-of-type(2)::after {
  left: 20px;
  background-color: #FFFDCC;
}
#ruck-bag .item_wrap:nth-of-type(3)::after {
  left: 20px;
  background-color: #FFFDCC;
}
#ruck-bag .item_wrap:nth-of-type(4)::after {
  right: 20px;
  background-color: #FFFDCC;
}
/*-----------------------------*/
#compact-bag {
  background-color: #F4F0CD;
  border-radius: 0 60px 60px 0;
}
#compact-bag h2 {
  left: 0;
  color: #B4AC6A;
  padding-left: 1rem;
}
#compact-bag h2::after {
  background-color: #B4AC6A;
  left: 0;
}
#compact-bag .item_wrap:nth-of-type(1)::after {
  left: 20px;
  background-color: #F5DFC1;

}
#compact-bag .item_wrap:nth-of-type(2)::after {
  right: 20px;
  background-color: #F5DFC1;
}
#compact-bag .item_wrap:nth-of-type(3)::after {
  right: 20px;
  background-color: #F5DFC1;
}
#compact-bag .item_wrap:nth-of-type(4)::after {
  left: 20px;
  background-color: #F5DFC1;
}

/*-----------------------------*/
/* swiper */
/*-----------------------------*/
.jr-tukin .swiper {
    margin-top: 20px;
    height: 300px;
}
.jr-tukin .swiper-slide {
    width: 300px;
}
.jr-tukin .swiper-slide .hacobune-univideo .hacobune-app-container {
    padding: unset;
}
.jr-tukin .swiper-slide .hacobune-univideo .hacobune-app-container .hacobune-unit-video-player{
top: -80px;
}

.jr-tukin .swiper-slide img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.jr-tukin .swiper-button-prev,
.jr-tukin .swiper-button-next {
  height: 30px;
  width: 30px;
  background-size: 100%;
}
.jr-tukin .swiper-button-prev::before, .jr-tukin .swiper-button-prev::after,
.jr-tukin .swiper-button-next::before,
.jr-tukin .swiper-button-next::after {
  content: none;
}
.jr-tukin .swiper-button-prev {
  background: url(/img/usr/event/jr-tukin/2025ss/arrow-prev.png) no-repeat;
}
.jr-tukin .swiper-button-next {
  background: url(/img/usr/event/jr-tukin/2025ss/arrow-next.png) no-repeat;
}
/*---------------------------------------------------*/
/* モーダル全体のスタイル */
.js-modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
  z-index: 1000; /* 他の要素より前面に表示 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* モーダルがアクティブな場合 */
.js-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスで中央揃え */
}

/* モーダルの初期状態を非表示にする */
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 背景を半透明にする */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* is-activeクラスが付与された場合に表示する */
.js-modal.is-active {
    display: flex;
}
#question {
    border-radius: 15px;
    box-sizing: border-box;
    background: #FFF0E8;
    padding: 60px;
    text-align: center;
    font-size: 16px;
    width: 600px;
    position: relative;
}
.modal_btn_close:after, .modal_btn_close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 18px;
    left: 28px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #333;
    transition: background .2s ease-in-out;
}
.modal_btn_close:before {
    transform: rotate(-45deg);
}
.modal_btn_close:after {
    transform: rotate(45deg);
}
.modal_btn_close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modal-qa .q_txt {
    font-size: 24px;
    font-weight: bold;
	color: #71625B;
}
.modal-qa .btn_area {
    margin-top: 60px;
}
.modal-qa .btn_area .q_btn {
    background: #71625B;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.modal-qa .btn_area .q_btn.btn_yes {
    margin-bottom: 20px;
}


.js-modal p {
    font-size: 20px;
    font-weight: bold;
    color: #6e635c;
    margin-bottom: 40px;
}
.modal-qa img {
  margin: 20px auto;
}

/* モーダルを閉じるボタンの指定 */
.modal_btn_close {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #333;
  cursor: pointer;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transition: all .2s ease-in-out;
  background: #fff;
  border: none;
}
.modal_btn_close:focus,
.modal_btn_close:hover {
  outline:0;
  background:#fff
}
.modal_btn_close:focus:after,
.modal_btn_close:focus:before,
.modal_btn_close:hover:after,
.modal_btn_close:hover:before {
  background:#b93d0c
}
.modal_btn_close span {
  position:absolute!important;
  clip:rect(1px 1px 1px 1px);
  clip:rect(1px,1px,1px,1px);
  padding:0!important;
  border:0!important;
  height:1px!important;
  width:1px!important;
  overflow:hidden
}
.modal_btn_close:after,
.modal_btn_close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 18px;
  left: 28px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #333;
  transition: background .2s ease-in-out;
}
.modal_btn_close:before {
  transform:rotate(-45deg)
}
.modal_btn_close:after {
  transform:rotate(45deg)
}
/*---------------------------------------------------*/
@media screen and (min-width: 720px) {
.sp {
		display: none;
	}
}
@media screen and (max-width: 720px) {
  .jr-tukin {
    width: calc(100vw); /* 小さなデバイスでは少し幅を調整 */
  }
  .kaban {
    padding: 0 20px;
    gap: 12px;
  }
  .kaban__inner {
    height: 130px;
  }
  .kaban__inner img {
    top: -20px;
  }
  .kaban__inner p {
    top: 100px;
    font-size: 12px;
    line-height: 1.2;
  }
  .kaban__inner.kaban__inner--compact img {
    top: -25px;
  }
  .kaban__inner.kaban__inner--compact p {
    top: 90px;
  }
  .kaban__inner::after {
    bottom: -32px;
  }
  .head-text p {
    font-size: 16px;
	}
	
#tote-bag,
#compact-bag {
    margin: 0 20px 80px 0;
}
#ruck-bag {
    margin: 0 0 80px 20px;
}
  .bag-wrap {
    width: auto;
    padding: 92px 0;
  }
  .bag-wrap h2 {
    top: -50px;
    font-size: 45px;
    background-color: unset;
  }
  .bag-wrap .item_wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
.bag-wrap .item_wrap:nth-of-type(n + 0)::before {
  width: 90%;
}
.item_wrap:nth-of-type(1)::after,
.item_wrap:nth-of-type(4)::after {
  left: -4px!important;
}
.item_wrap:nth-of-type(2)::after,
.item_wrap:nth-of-type(3)::after {
  right: -4px!important;
}
.bag-wrap .item_wrap .item_wrap_top {
    height: auto;
}	
.bag-wrap .item_wrap .item_wrap_top .item_text {
    width: 290px;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
}
.bag-wrap .item_wrap .item_wrap_top .item_image {
    height: auto;
}
   .bag-wrap .item_wrap .item_wrap_top .item_image p {
    font-size: 13px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .price {
    margin-top: 10px;
}
.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec {
    top: 20px;
    right: 0;
}
#ruck-bag.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec {
    right: auto;
    top: 100px;
    left: -10px;
}
#ruck-bag.bag-wrap .item_wrap .item_wrap_top .item_image .text-dec.text-dec7 {
    left: -250px;
}
    .jr-tukin .swiper {
        margin-top: 20px;
        overflow: hidden;
        width: 100vw;
    }
  #ruck-bag .jr-tukin .swiper {
    margin: 20px 0 0 -30px;
  }
  .hacobune-video-js {
    background-color: #333;
    padding-top: 100%;
  }	
.jr-tukin .swiper-slide .hacobune-univideo .hacobune-app-container {
    padding: 0;
    width: 100%;
	height: 300px;
    background: none;
}
  .btn{
	font-size: 14px;
	letter-spacing: 0.08em;
	}
  .btn.btn--large {
    width: 90%;
  }
#question {
    padding: 40px 20px;
    width: 90vw;
}
.modal_btn_close {
    right: -16px;
    top: -20px;
    width: 40px;
    height: 40px;
}
.modal_btn_close:after, .modal_btn_close:before {
    top: 9px;
    left: 18px;
    width: 4px;
}
.modal-qa .q_txt {
    font-size: 18px;
    line-height: 1.6;
}
.modal-qa .btn_area {
    margin-top: 30px;
}
.modal-qa .btn_area .q_btn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.js-modal p {
	font-size: 18px;
    margin-bottom: 0;
}
.block-page-top {
    z-index: 99;
}
}