@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap');
@font-face {font-family: "DSEG7"; src: url("../fonts/DSEG7Classic-BoldItalic.woff") format("woff");}

html {font-size: 62.5%;}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
@media (min-width: 576px){
  html {scroll-padding-top: 0px;}
}
@media (min-width: 992px){
  html {scroll-padding-top: 0px;}
}

:root {
  --space-unit: 0.8rem;
  --space-xxs:  calc( 0.5 * var(--space-unit)); /*   4 */
  --space-xs:   calc( 1   * var(--space-unit)); /*   8 */
  --space-sm:   calc( 2   * var(--space-unit)); /*  16 */
  --space-md:   calc( 3   * var(--space-unit)); /*  24 */
  --space-lg:   calc( 5   * var(--space-unit)); /*  40 */
  --space-xl:   calc( 8   * var(--space-unit)); /*  64 */
  --space-xxl:  calc(13   * var(--space-unit)); /* 104 */
  --space-3xl:  calc(21   * var(--space-unit)); /* 168 */
}

body {
  position: relative;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #3D4067;
  color: #fff;
  text-align: justify;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

/* ロード画面 */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3D4067;
  z-index: 1000;
  opacity: 1;
  transition: 0.5s;
}
body.loaded::before {
  /* transform: translateY(-100%); */
  opacity: 0;
  pointer-events: none;
}

* {
  letter-spacing: 0.075em;
}

/* common */
@media (max-width: 575px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sp {
    display: none !important;
  }
}

span.br {
  display: inline-block;
}

.inner {

}

/* Microsoft Edgeで画像検索無効に */
main img {
  pointer-events: none;
}



/* header */
header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo a img {
  height: 32px;
}
@media (max-width: 1024px) {
  header {
    height: 40px;
  }
  header .logo a img {
    height: 26px;
  }
}



/* pagetop */
#page-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 15px;
}

@media (max-width:575px){
  #page-top {
    right: 10px;
    padding-bottom: 0;
  }
}

#page-top .pagetop-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: rgba(0,0,0,0.5);
  border-radius: 30px;
  color: #fff;
  transition: 0.2s ease;
  margin-left: auto;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#page-top .pagetop-btn img {
  margin-top: 2px;
}

#page-top .pagetop-btn::before {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  #page-top .pagetop-btn:hover {
    background: #000;
    transition: width 0.2s;
    width: 120px;
  }
  #page-top .pagetop-btn:hover::before {
    content: "PageTop";
    font-size: 13px;
    margin-left: 5px;
    margin-right: 10px;
    opacity: 1;
  }
}
@media (hover: none) {
  /* #page-top .pagetop-btn:active {
    background: #000;
    transition: width 0.2s;
    width: 120px;
  }
  #page-top .pagetop-btn:active::before {
    content: "PageTop";
    font-size: 13px;
    margin-left: 5px;
    margin-right: 10px;
    opacity: 1;
  } */
}



/* shareボタン */
.share-btn a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1000;
  background-color: #00acee;
  border-radius: 30px;
  margin: 0 0 8px auto;
  padding-right: 10.5px;
  transition: width 0.2s;
}
.share-btn .fa-twitter {
  padding-top: 1px;
  padding-left: 2px;
}

.share-btn a::before {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .share-btn a:hover {
    transition: width 0.2s;
    width: 105px;
  }
  .share-btn a:hover::before {
    content: "SHARE";
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
  }
}
@media (hover: none) {
  .share-btn a:active {
    transition: width 0.2s;
    width: 105px;
  }
  .share-btn a:active::before {
    content: "SHARE";
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
  }
}




/* タイマー */
#period {
  position: fixed;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  /* pointer-events: none; */
  white-space: nowrap
}
#period .campaign-timer {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 8px 6px 0px;
  min-width: 240px;
  min-height: 26px;
  text-align: center;
}

@media (max-width: 575px) {
  #period {
    min-width: 224px;
  }
  #period .campaign-timer {
    min-width: 224px;
  }
}

#period .view_timer {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  /* margin-bottom: 2px; */
}
@media (max-width: 575px) {
  #period .view_timer {
    font-size: 11px;
  }
}

#period #CDT {
  display: block;
  font-size: 24px;
  color: #ffe600;
  margin: 0;
  width: 100%;
}
@media (max-width: 575px) {
  #period #CDT {
    font-size: 22px;
  }
}

#period #CDT .unit {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 46%;
  margin: 0 5px 0 2px;
  transform: skewX(-4deg);
}
#period #CDT .number {
  font-family: "DSEG7";
  position: relative;
  letter-spacing: 0;
  z-index: 1;
  /* line-height: 1; */
}
@-moz-document url-prefix() {
  /* Firefoxのみ適応 */
  #period #CDT .number {
    line-height: 1;
  }
}
#period #CDT .number::before{
  content: "88";
  color: #fff;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

#btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  width: 26px;
  height: 26px;
}
.round_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;  /* 丸みの度合い */
  background: #000; /* ボタンの背景色 */
}
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 66%;
  background: #fff; /* バツ印の色 */
}
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#period.close {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}



/* main */
main {

}



/* hero */

.hero {
  width: 100%;
  height: 56.2vw;
  /* overflow: hidden; */
  background: #000000;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: -99%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3D4067;
}

@media (max-width: 575px) {
  .hero {
    height: 141vw;
  }
}

.hero img,
.hero svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

.hero img.hero_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.motion_wrap
,.motion_inner
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero .title {
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,1));
}

.hero .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .photo img {
  opacity: 0;
  will-change: transform;
}

.loaded .hero .photo img:nth-of-type(1),
.loaded .hero .photo img:nth-of-type(5) {
  opacity: 1;
  transition: 1s 0.5s;
  animation: 2s 0.0s infinite ease fuwafuwa;
}
.loaded .hero .photo img:nth-of-type(2),
.loaded .hero .photo img:nth-of-type(6) {
  opacity: 1;
  transition: 1s 0.6s;
  animation: 2s 0.4s infinite ease fuwafuwa;
}
.loaded .hero .photo img:nth-of-type(3),
.loaded .hero .photo img:nth-of-type(7) {
  opacity: 1;
  transition: 1s 0.7s;
  animation: 2s 0.8s infinite ease fuwafuwa;
}
.loaded .hero .photo img:nth-of-type(4),
.loaded .hero .photo img:nth-of-type(8) {
  opacity: 1;
  transition: 1s 0.8s;
  animation: 2s 1.2s infinite ease fuwafuwa;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5%);
  }
  100% {
    transform: translateY(0);
  }
}



.hero .motion {
  animation: 2.5s infinite mokumoku;
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}

@keyframes mokumoku {
  0% {
    transform: scale(1.115);
    animation-timing-function: ease-in-out;
  }
  25% {
    transform: scale(1.11);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: scale(1.12);
    animation-timing-function: ease-in-out;
  }
  75% {
    transform: scale(1.11);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1.115);
    animation-timing-function: ease-in-out;
  }
}

.hero .menu {
  opacity: 0;
  transition: 0.5s 1s;
}

.loaded .hero .menu {
  opacity: 1;
}

.headline .inner {
  animation: 0.2s infinite chikachika;
}

@keyframes chikachika {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.97;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.92;
  }
  100% {
    opacity: 1;
  }
}

.headline_contents {
  opacity: 0;
  transition: 0.5s 1.25s;
}

.loaded .headline_contents {
  opacity: 1;
}



/* headline */
.headline {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  height: 66vw;
  background: #3D4067;
}

.headline .inner{
  width: 100%;
  height: 100%;
  background: url(../img/headline_bg.jpg) center center / cover no-repeat, #3D4067;
  display: flex;
  flex-wrap: nowrap;
}

.headline_contents {
  width: 100%;
  flex: 1;
  overflow: hidden;
  /* padding: 10vw 0vw 10vw 12vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .headline {
    height: auto;
  }
  .headline_contents {
    padding: 25vw 2vw 25vw 2vw;
    clip-path: none;
  }
}

.headline_bg {
  z-index: -1;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
}

.headline_contents img {
  width: 80%;
  height: 70%;
  object-fit: contain;
}
@media (max-width: 575px) {
  .headline_contents img {
    width: 90%;
    height: 100%;
    object-fit: contain;
  }
}

.headline-title {
  width: 60%;
  max-width: 400px;
  margin-bottom: 3vw;
}

.headline_contents p {
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  word-break: keep-all; /* wbrタグ用 */
}

.headline_contents p span.red {
  font-size: 120%;
  font-weight: bold;
  margin-right: 4px;
  padding: 0 5px 1px;
  background-color: #FFFFFF;
  color: #FF1A1A;
  line-height: 1;
}

@media (max-width: 575px) {
  .headline-title {
    margin-bottom: 8vw;
  }
  
    .headline_contents p {
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 3.6vw;
  }
}



/* gallery */
.gallery {
  position: relative;
  width: 100%;
  background: #3D4067;
  text-align: center;
  padding-bottom: var(--space-xxl);
}

.gallery-title {
  width: 50%;
  max-width: 520px;
  margin: var(--space-lg) auto var(--space-lg);
}
@media (max-width: 575px) {
  .gallery {
    padding-bottom: var(--space-xl);
  }
  .gallery-title {
    width: 75%;
    margin: var(--space-md) auto var(--space-md);
  }
}

.gallery-contents {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  overflow: hidden;
  padding: 24px;
  /* gap: 3px; */
}
.gallery-contents .grid-item:nth-child(n + 6) {
  display: none;
}
@media (max-width: 1024px) {
  .gallery-contents {
    grid-template-columns: repeat(3,1fr);
    padding: 16px;
  }
  .gallery-contents .grid-item:nth-child(n + 4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .gallery-contents {
    grid-template-columns: repeat(2,1fr);
    padding: 8px;
  }
  .gallery-contents .grid-item:nth-child(n + 4) {
    display: block;
  }
  .gallery-contents .grid-item:nth-child(n + 5) {
    display: none;
  }
}

.gallery-contents .grid-item {
  background: #FFFFFF;
}

@media (hover: hover) {
  .gallery-contents .grid-item:hover img {
    animation: 0.4s ease both active;
  }
}
@media (hover: none) {
  .gallery-contents .grid-item:active {
    animation: 0.4s ease both active;
  }
}
@keyframes active {
  0% {
    opacity: 0.5;
    filter: brightness(150%) contrast(120%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%) contrast(100%);
  }
}

.gallery-contents img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 1 / 1.41; */
  object-fit: cover;
}

#read-more {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-top: var(--space-md);
  line-height: 1;
  padding: 10px 60px;
  border: solid 1px #FFFFFF;
  transition: 0.15s;
}
@media (max-width: 575px) {
  #read-more {
    margin-top: var(--space-md);
  }
}
#read-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (hover: hover) {
  #read-more:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (hover: none) {
  #read-more:active {
    background: rgba(255, 255, 255, 0.2);
  }
}


/* sale 装飾 */
.sale {
  z-index: 10;
  /* background-color: #5FCACC; */
  position: relative;
  color: #FFFFFF;
  padding: 0;
  /* background: url(../img/hero_bg.jpg) center center / cover fixed; */
}

.sale-wrap {
  /* border-radius: 12px; */
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: rgba(43, 46, 72, 0.9);
}
.sale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hero_bg.jpg) center center / cover fixed, #2B2E48;
}

.sale_title {
width: 100%;
padding: 70px 0 25px;
}
@media (max-width: 1024px) {
  .sale_title {
    padding: 50px 0 0;
  }
  .sale-wrap {
    /* border-radius: 8px; */
  }
}
@media (max-width: 575px) {
  .sale_title {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
}


.sale h3 {
  width: 40%;
  max-width: 480px;
  margin: 0 auto;
  /* margin-right: 5%; */
}

.sale h3 img {
  width: 100%;
}

@media (max-width: 992px) {
  .sale h3 {
  }
}
@media (max-width: 575px) {
  .sale h3 {
    width: 60%;
  }
}

.sale .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}



/* register */
.register {
  margin-top: var(--space-md);
  display: flex;
  justify-content: center;
}

.register-inner {
}

@media (max-width: 992px) {
}
@media (max-width: 565px) {
  .register {
    margin-top: var(--space-md);
    margin-bottom: var(--space-md);
  }
}

.btn-user {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin: 0 12px;
  display: inline-block;
  transition: 0.1s;
}

@media (max-width: 565px) {
  .register-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn-user {
    font-size: 13px;
  }
}

.btn-user span {
  border-bottom: 1px solid hsl(0, 0%, 100%);
  transition: 0.1s;
  padding: 2px 4px;
}

.btn-user:first-child {
  margin-bottom: 15px;
}

.btn-user i {
  margin-right: 5px;
}

@media (hover: hover) {
  .btn-user:hover {
    /* color: #000; */
    opacity: 0.5;
  }
  .btn-user:hover span {
    /* border-bottom: 1px solid #000; */
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (hover: none) {
  .btn-user:active {
    /* color: #000; */
    opacity: 0.5;
  }
  .btn-user:active span {
    /* border-bottom: 1px solid #000; */
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.btn-user.plus{
  /* margin-bottom: 30px; */
}

.btn-user.plus::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%,0);
  border-right: 8px solid transparent;
  border-bottom: 16px solid #be9112;
  border-left: 8px solid transparent; 
  pointer-events: none;
}

.btn-user.plus::after {
  /* content: "会員はさらに10%OFF!"; */
  content: "";
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%,0);
  width: 90%;
  height: 25px;
  border-radius: 3px;
  /* background: #be9112; */
  background: repeat-x url(../img/plus.svg) ,#be9112;  background-position: 0px;
  border-left: 6px solid #be9112;
  border-right: 6px solid #be9112;
  pointer-events: none;
  animation: 10s linear infinite plusscroll;
}
@keyframes plusscroll {
  0%{
    background-position: 0px;
  }
  100%{
    background-position: -234px;
  }
}



/* plus-member */
.plus-member {
  height: 35px;
  position: relative;
  background: url(../img/plus-member.svg) center / contain, #2B2E48;
  animation: slider 400s linear infinite;
  will-change: background-position;
  z-index: 20;
  border-top: 2px solid #FFFF00;
  border-bottom: 2px solid #FFFF00;
}
@media (max-width: 575px) {
  .plus-member {
    height: 25px;
  }
}
@keyframes slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -9999px 0;
  }
}



/* sale-group */
.sale-group {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  gap: 60px 3%;
  width: 100%;
  padding: 60px 7% 80px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .sale-group {
    grid-template-columns: repeat(auto-fit, 170px);
    gap: 60px 3%;
  }
}
@media (max-width: 1023px) {
  .sale-group {
    grid-template-columns: repeat(auto-fit, 150px);
    padding: 50px 30px 70px;
  }
}
@media (max-width: 767px) {
  .sale-group {
    gap: 50px 3.5%;
  }
}
@media (max-width: 575px) {
  .sale-group {
    grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
    gap: 40px 3.5%;
    padding: 50px 15px 55px;
  }
}
.sale-item {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sale-item a {
  width: 100%;
  text-decoration: none;
}
.sale-item a:first-child {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sale-item a figure {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sale-item a figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: left bottom/contain no-repeat url("../img/sale.svg");
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale-item a figure img {
  width: 100%;
  height: 100%;
  /* max-height: 282px; */
  object-fit: contain;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
@media (max-width: 575px) {
  .sale-item a figure img {
    /* max-height: 200px; */
  }
}
.sale-item a dl {
  margin: 6px 0 12px;
  overflow: hidden;
  width: 100%;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .sale-item a dl {
    margin: 4px 0 8px;
  }
}
.sale-item a dl dt {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: normal;
  order: 1;
}
@media (max-width: 575px) {
  .sale-item a dl dt {
    font-size: 1.3rem;
    margin-top: 0.3em;
  }
}

.sale-item a dl dt small {
  font-size: 1.0rem;
}

.sale-item a dl dt i {
  letter-spacing: 0.05em;
  opacity: 0.3;
}

@media (min-width: 1201px) {
  .sale-item a dl dt br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .sale-item a dl dt i {
    display: none;
  }
}
.sale-item a dl dt .before {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 0.8em, #FFF 0, #FFF calc(0.8em + 1px), transparent 0, transparent calc(0.8em + 3px));
  /* color: #fff; */
  opacity: 0.7;
}
@media (max-width: 575px) {
  .sale-item a dl dt .before {
    font-size: 1.2rem;
  }
}

.sale-item a dl dt .after {
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #FF0000;
  padding: 0 3px;
  font-weight: bold;
}
.sale-item a dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .sale-item a dl dd {
    font-size: 1.3rem;
  }
}
.sale-item a dl dd:nth-of-type(2) {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .sale-item a dl dd:nth-of-type(2) {
    font-size: 1.0rem;
  }
}

@media (hover: hover) {
  .sale-item a:hover img {
    transform: scale(1.075, 1.075);
    filter: opacity(0.8);
  }
  .sale-item a:hover dl {
    filter: opacity(0.7);
  }
}
@media (hover: none) {
  .sale-item a:active img {
    filter: opacity(0.7);
  }
  .sale-item a:active dl {
    filter: opacity(0.7);
  }
}

/* sale btn */
.btn-sample, .btn-cart {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-weight: bold;
  display: block;
  width: 100%;
  /* max-width: 180px; */
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px;
  font-size: 1.4rem;
  /* border-radius: 4px; */
  transition: 0.15s;
}
.btn-sample i, .btn-cart i {
  padding-right: 0.75rem;
}
@media (max-width: 575px) {
  .btn-sample, .btn-cart {
    margin: 0 auto 5px;
  }
    .btn-sample i, .btn-cart i {
    display: none;
  }
}

.btn-sample {
  position: relative;
  background: #5FCACC;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .btn-sample {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .btn-sample:hover {
    filter: opacity(0.8);
  }
}
@media (hover: none) {
  .btn-sample:active {
    filter: opacity(0.8);
  }
}
.btn-cart {
  background: #fe9501;
  color: #fff;
  border: none;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 1.1rem;
  }
}
@media (hover: hover) {
  .btn-cart:hover {
    filter: opacity(0.8);
  }
}
@media (hover: none) {
  .btn-cart:active {
    filter: opacity(0.8);
  }
}

.btn-browser,.btn-app {
  background: #ff0060;
  color: #fff;
}
@media (max-width: 575px) {
  .btn-browser,.btn-app {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .btn-browser:hover,.btn-app:hover {
    filter: opacity(0.8);
  }
}
@media (hover: none) {
  .btn-browser:hover,.btn-app:active {
    filter: opacity(0.8);
  }
}

.btn-sample::before
,.btn-cart::before
,.btn-browser::before
,.btn-app::before
 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: overlay;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  pointer-events: none;
}

.btn-browser::before
,.btn-app::before
 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  pointer-events: none;
}



/* footer */
footer {
  background: #3D4067;
  color: #fff;
  text-align: center;
  padding: 70px 30px 50px;
  position: relative;
}
@media (max-width: 575px) {
  footer {
    padding: 40px 20px 30px;
  }
}

footer .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto 0;
  z-index: 10;
}

footer .register {
  padding-top: 40px;
}
@media (max-width: 575px) {
  footer .register {
    padding-top: 30px;
  }
}
footer .footer-info {
  padding: 0 0 40px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-inner {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .footer-inner {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
footer h4 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
}
footer p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 575px) {
  footer h4 {
    font-size: 1.8rem;
  }
    footer p {
    font-size: 1.3rem;
    text-align: justify;
    line-height: 1.7;
  }
}
footer .logo {
  margin: 2.5em 0 1.5em;
}
@media (max-width: 575px) {
  footer .logo {
    text-align: center;
  }
}
footer .logo a img {
  width: 200px;
  height: auto;
}
footer .copyright,
footer address {
  opacity: 0.6;
}
footer .copyright {
  font-size: 1.2rem;
}
footer address {
  margin-top: 1em;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  footer .inner {
    padding: 0;
  }
}

/* footer-btn */
.btn-info {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  transition: 0.15s ease;
  display: inline-block;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.btn-info:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .btn-info {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .btn-info:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (hover: none) {
  .btn-info:active {
    background: rgba(255, 255, 255, 0.4);
  }
}



/* lenis推奨 */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
} 

#luxy {
  will-change: transform;
}



/* end版 */
#period {
  display: none;
}

.sale-item a {
  pointer-events: none;
  display: block;
}

.sale-item figure img,
.sale-item a figure img {
  filter: grayscale(100%);
}

.sale-item .btn-sample,
.sale-item .btn-cart,
.sale-item .btn-browser,
.sale-item .btn-app,
.sale-item form
 {
  display: none;
}