@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500;700&family=Noto+Sans+JP:wght@500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*--------------------------------------------------------------
  reset.css
--------------------------------------------------------------*/
/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*--------------------------------------------------------------
base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: min(200px, 12.5rem, 26.66666666666667vw);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  letter-spacing: 0em;
  background: url(../images/background.webp) repeat fixed;
  background-size: cover;
}

a {
  text-decoration: none;
}

figure {
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.on {
  font-family: 'On Diatype Standard';
}

.din {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.animate__animated {
  --animate-delay: 0s;
  animation-delay: var(--animate-delay);
}

/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.l-header__inner {
  width: min(100%, 750px);
  margin: 0 auto;
}

/* <!-- -----MP4----- --> */

.video-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* ← 修正！ */
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: auto;
}

.video-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.video-overlay video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

body.noscroll {
  overflow: hidden;
  height: 100vh;
}

.skip-button {
  position: absolute;
  bottom: min(40px, 2.5rem, 5.33333333333333vw);
  right: min(40px, 2.5rem, 5.33333333333333vw);
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding-block: min(20px, 1.25rem, 2.66666666666667vw);
  padding-inline: min(32px, 2rem, 4.26666666666667vw);
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.skip-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* // ========================
// MP4オーバーレイ制御
// ======================== */
@media screen and (max-width: 450px) {
  .video-overlay {
    display: none !important;
  }
}

/* <!-- -----MP4----- --> */
/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/

.l-main__inner {
  width: min(100%, 750px);
  margin: 0 auto;
  background: url(../images/main_back.webp) repeat;
  background-size: 100%;
}

.inner {
  max-width: min(650px, 40.625rem, 86.66666666666667vw);
  margin: 0 auto;
}

/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  sec01
--------------------------------------------------------------*/
section.sec01 {
  padding-top: min(80px, 5rem, 10.6666666666667vw);
}

.sec01_txt p {
  color: #fff;
  font-size: min(32px, 2rem, 4.26666666666667vw);
  letter-spacing: 0.03em;
  line-height: 1.78125;
}

.sec01_txt-img {
  padding-top: min(60px, 3.75rem, 8vw);
  padding-bottom: min(80px, 5rem, 10.6666666666667vw);
}

.sec01_txt-img img {
  width: min(379px, 23.6875rem, 50.5333333333333vw);
}

.sec01_img {
  padding-bottom: min(60px, 3.75rem, 8vw);
}

.link-lady {
  margin-top: min(20px, 1.25rem, 2.66666666666667vw);
}

a.link_btn {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF1B0;

  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  width: 100%;
  text-align: center;
}

.link_btn span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
  font-weight: bold;
}

.link_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

a.link_btn-ladies {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E29362;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-block: min(37px, 2.3125rem, 4.933333333333333vw);
  width: 100%;
  text-align: center;
}

.link_btn-ladies span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
  font-weight: bold;
}

.link_btn-ladies::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

.alpen_exclusive {
  padding-top: min(60px, 3.75rem, 8vw);
}

.alpen_exclusive h2 {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: min(70px, 4.375rem, 9.33333333333333vw);
  font-weight: bold;
}

.alpen_exclusive p {
  text-align: center;
  color: #fff;
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-weight: bold;
  letter-spacing: 0.03em;
}

.alpen_exclusive img {
  padding-top: min(40px, 2.5rem, 5.33333333333333vw);
}

.alpen_exclusive p.attention {
  text-align: left;
  color: #fff;
  font-size: min(16px, 1rem, 2.13333333333333vw);
  font-weight: 500;
  line-height: 1.75;
}

/*--------------------------------------------------------------
  sec02
--------------------------------------------------------------*/
section.sec02 {
  padding-block: min(120px, 7.5rem, 16vw);
}

.lineup_ttl {
  width: min(390px, 24.375rem, 52vw);
  margin: 0 auto;

}

.lineup_ttl-mens {
  margin-top: min(44px, 2.75rem, 5.86666666666667vw);
  margin-bottom: min(42px, 2.625rem, 5.6vw);
}

.lineup_ttl-mens h2 {
  text-align: center;
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  color: #fff;
}

.lineup_ttl-mens h2 span.on {
  padding-inline: min(60px, 3.75rem, 8vw);
  letter-spacing: 0.14em;
}

.lineup_ttl-mens h2 span img {
  width: min(200px, 12.5rem, 26.66666666666667vw);
}

.sec02 .mr_80 {
  margin-top: min(80px, 5rem, 10.6666666666667vw);
}

p.gender {
  font-family: 'On Diatype Standard';
  font-size: min(36px, 2.25rem, 4.8vw);
  font-weight: bold;
  line-height: 1.361111111111111;
  margin-top: min(20px, 1.25rem, 2.66666666666667vw);
}

p.color {
  font-family: 'On Diatype Standard';
  font-size: min(24px, 1.5rem, 3.2vw);
  font-weight: 500;
  line-height: 1.375;
}

p.price {
  color: #fff;
  font-family: 'On Diatype Standard';
  font-size: min(48px, 3rem, 6.4vw);
  font-weight: bold;
  line-height: 1.354166666666667;
}

span.price_mark {
  font-size: min(28px, 1.75rem, 3.7333333333vw);
}

span.tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(22px, 1.375rem, 2.933333333333333vw);
}

a.lineup_btn {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(29px, 1.8125rem, 3.86666666666667vw);
  background-color: #EFF1B0;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-inline: min(245px, 15.3125rem, 32.66666666666667vw);
}

a.lineup_Wide {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(29px, 1.8125rem, 3.86666666666667vw);
  background-color: rgba(0, 0, 0, 0);
  /* ← ここを修正 */
  border: solid 1px #fff;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
}

.lineup_Wide::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

.lineup_Wide span {
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
}

p.attention01 {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.lineup_btn span {

  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
}

.lineup_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

a.lineup_btn-gray {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(29px, 1.8125rem, 3.86666666666667vw);
  background-color: #777;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-inline: min(245px, 15.3125rem, 32.66666666666667vw);
}

p.attention01 {
  font-size: min(22px, 1.375rem, 2.93333333333333vw);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.lineup_btn-gray span {

  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
}

.lineup_btn-gray::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

.lineup_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup-box {
  width: 47%;
  margin-top: min(80px, 5rem, 10.66666666666667vw);
}

p.gender_2 {
  font-family: 'On Diatype Standard';
  font-size: min(30px, 1.875rem, 4vw);
  font-weight: bold;
  line-height: 1.5;
  margin-top: min(10px, 0.625rem, 1.333333333333333vw);
}

p.color_2 {
  font-family: 'On Diatype Standard';
  font-size: min(24px, 1.5rem, 3.2vw);
  font-weight: 500;
  line-height: 1.375;
}

p.price_2 {
  font-family: 'On Diatype Standard';
  font-size: min(40px, 2.5rem, 5.333333333vw);
  font-weight: bold;
  line-height: 1.475;
}

span.price_mark_2 {
  font-family: 'On Diatype Standard';
  font-size: min(24px, 1.5rem, 3.2vw);
}

span.tax_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(20px, 1.25rem, 2.6666666667vw);
}

a.lineup_btn_2 {
  height: min(100px, 6.25rem, 13.3333333333333vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(25px, 1.5625rem, 3.33333333333333vw);
  background-color: #EFF1B0;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-left: min(90px, 5.625rem, 12vw);
  padding-right: min(85px, 5.3125rem, 11.33333333333333vw);
}

.lineup_btn_2 span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(26px, 1.625rem, 3.4666666667vw);
}

.lineup_btn_2::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

a.lineup_btn-gray_2 {
  height: min(100px, 6.25rem, 13.3333333333333vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(25px, 1.5625rem, 3.33333333333333vw);
  background-color: #777;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-left: min(90px, 5.625rem, 12vw);
  padding-right: min(85px, 5.3125rem, 11.33333333333333vw);
}

.lineup_btn-gray_2 span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(26px, 1.625rem, 3.4666666667vw);
}

.lineup_btn-gray_2::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

.lineup_ttl-ladies {
  margin-top: min(120px, 7.5rem, 16vw);
  margin-bottom: min(42px, 2.625rem, 5.6vw);
}

.lineup_ttl-ladies h2 {
  font-size: min(36px, 2.25rem, 4.8vw);
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: min(20px, 1.25rem, 2.6666666667vw);
}

.lineup_ttl-ladies h2 span.on {
  padding-inline: min(20px, 1.25rem, 2.6666666667vw);
  letter-spacing: 0.14em;
}

.lineup_ttl-ladies h2 span img {
  width: min(200px, 12.5rem, 26.66666666666667vw);
}

a.lineup_btn-ladies {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(20px, 1.25rem, 2.6666666667vw);
  background-color: #E29362;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-inline: min(245px, 15.3125rem, 32.66666666666667vw);
}

.lineup_btn-ladies span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
}

.lineup_btn-ladies::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

a.lineup_btn-ladies_2 {
  height: min(100px, 6.25rem, 13.3333333333333vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(25px, 1.5625rem, 3.33333333333333vw);
  background-color: #E29362;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  padding-left: min(90px, 5.625rem, 12vw);
  padding-right: min(85px, 5.3125rem, 11.33333333333333vw);
}

.lineup_btn-ladies_2 span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(26px, 1.625rem, 3.4666666667vw);
}

.lineup_btn-ladies_2::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

/*--------------------------------------------------------------
  sec03
--------------------------------------------------------------*/
section.sec03 {
  padding-bottom: min(60px, 3.75rem, 8vw);
}

.sec03_ttl {
  width: min(390px, 24.375rem, 52vw);
  margin: 0 auto;
  margin-bottom: min(65px, 4.0625rem, 8.66666666666667vw);
}

.sec03_contents {
  margin-bottom: min(60px, 3.75rem, 8vw);
}

.sec03_contents h2.din {
  line-height: 1;
  text-align: center;
  font-size: min(82px, 5.125rem, 10.9333333333333vw);
}

.sec03_contents p {
  text-align: center;
  font-size: min(28px, 1.75rem, 3.7333333333vw);

}

.sec03_contents img {
  margin-block: min(20px, 1.25rem, 2.6666666667vw);
}

.sec03_contents p.se03_txt {
  text-align: left;
  font-size: min(28px, 1.75rem, 3.7333333333vw);

}

/*--------------------------------------------------------------
  movie
--------------------------------------------------------------*/
.movie {
  padding-bottom: min(120px, 7.5rem, 16vw);
}

.movie-box {
  width: min(650px, 40.625rem, 86.66666666666667vw);
}

.movie-box iframe {
  width: min(650px, 40.625rem, 86.66666666666667vw);
  height: auto;
  border-radius: min(20px, 1.25rem, 2.66666666666667vw);
  aspect-ratio: 0.5939716312;
}

/*--------------------------------------------------------------
  movie
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  sec04
--------------------------------------------------------------*/
.sec04 {
  padding-bottom: min(136px, 8.5rem, 18.1333333333333vw);
}

.magazine_ttl {
  width: min(464px, 29rem, 61.8666666666667vw);
  margin: 0 auto;
  margin-bottom: min(47px, 2.9375rem, 6.26666666666667vw);
}

.c-title--h2--jp {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  text-align: center;
  line-height: 1.6;
  margin-bottom: min(40px, 2.5rem, 5.333333333333333vw);
  font-weight: bold;
  color: #fff;
}

.c-title--h2--jp span {
  font-family: "Open Sans", sans-serif;
}

.magazine__text {
  font-size: min(28px, 1.75rem, 3.73333333333333vw);
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  margin-top: min(40px, 2.5rem, 5.3333333333vw);
}

.magazine__text span {
  font-family: "Open Sans", sans-serif;
}

a.magazine_btn {
  height: min(120px, 7.5rem, 16vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(60px, 3.75rem, 8vw);
  background-color: #EFF1B0;
  line-height: 1;
  border-radius: min(10px, 0.625rem, 1.33333333333333vw);
  /* padding-block: min(37px, 2.3125rem, 4.933333333333333vw); */
  width: 100%;
  text-align: center;
}

.magazine_btn span {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-size: min(32px, 2rem, 4.2666666667vw);
}

.magazine_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: min(15px, 0.9375rem, 2vw);
  height: min(15px, 0.9375rem, 2vw);
  border: 2px solid #000000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: min(22px, 1.375rem, 2.933333333333333vw);
  transform: translateY(-50%) rotate(45deg);
}

/* .sec04 .magazine__box figure img {
  border-radius: 15px;
} */

/* 計算方法
10px
0.625rem = 10px / 16px
1.3333333333vw = 10px / 750px * 100%
*/