@charset "UTF-8";
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: auto;
  height: 28px;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    height: 35px;
    top: 20px;
    left: 20px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 4px 0 0;
    height: 19px;
    width: 19px;
  }
}
.slick-dots li.slick-active button::before {
  background-color: #009DFF;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #000000;
  border: solid #000000 0px;
  background-color: #FFFFFF;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .slick-dots li button:before {
    font-size: 14px;
    width: 19px;
    height: 19px;
  }
}

.no-dots .slick-dots {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

/*
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 3;
  cursor: pointer;

  &.prev-arrow{
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #009DFF;
    line-height: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(25%) rotate(-135deg);
    @media only screen and (min-width: 768px) {
      width: 36px;
      height: 36px;
      left: 20px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      background: currentColor;
      border-radius: 0.1em;
    }

    &::before {
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
    }

    &::after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 4px;
    }
  }

  &.next-arrow{
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #009DFF;
    line-height: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(-25%) rotate(45deg);
    background-color: none !important;
    @media only screen and (min-width: 768px) {
      width: 36px;
      height: 36px;
      right: 20px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      background: currentColor;
      border-radius: 0.1em;
    }

    &::before {
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
    }

    &::after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 4px;
    }
  }
}
*/
.unit-group {
  /*width: 100%;
  //max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  //margin-bottom: 50px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;

  @media only screen and (min-width: 768px) {
    margin-top: 30px;
    //max-width: 600px;
    width: 100%;
    //margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    //padding-left: 12px;
    //padding-right: 12px;
  }*/
}
.unit-group.no-marge {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .unit-group.col-md-6 {
    width: 50%;
  }
}

.list-goods-text {
  font-family: "bookmania", serif;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .list-goods-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.position-relative {
  position: relative;
}

.scroll-none,
.overflow-hidden {
  overflow: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100%;
}

.col-4 {
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .col-md-4 {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mr-0 {
  margin-right: 0;
}

.ml-auto {
  margin-left: auto;
}

.digit {
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  vertical-align: top;
}
.digit.digit-standard {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.digit-standard-top {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-top-page {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.digit.digit-standard-top-page.visible {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.digit.digit-standard-blur {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-blur.visible {
  -webkit-animation: digitanimation 1.3s linear forwards;
          animation: digitanimation 1.3s linear forwards;
}
.digit.digit-standard-blur02 {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.digit-standard-blur02.visible {
  -webkit-animation: digitanimation2 2.5s linear forwards;
          animation: digitanimation2 2.5s linear forwards;
}
.digit.digit-standard-grayscale {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: filter 0.8s cubic-bezier(0, 0, 0, 0), -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-grayscale.visible {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.digit.digit-standard02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit.digit-standard02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit .digit-standard02-2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit .dig-md {
  -webkit-transition: 1s cubic-bezier(0.1, 0, 0.25, 0.4);
  transition: 1s cubic-bezier(0.1, 0, 0.25, 0.4);
}
.digit.digit-standard-late {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.digit.digit-border {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  opacity: 0;
}
.digit.digit-border.visible {
  position: relative;
  display: block;
  opacity: 1;
}
.digit.digit-border.visible::before, .digit.digit-border.visible::after {
  content: "";
  position: absolute;
  background: #F8CE46;
  width: 0;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::before, .digit.digit-border.visible::after {
    height: 30px;
  }
}
.digit.digit-border.visible::before {
  width: 0;
  right: -15px;
  bottom: -15px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation: leftright 0.5s linear forwards;
          animation: leftright 0.5s linear forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::before {
    right: -30px;
    bottom: -30px;
  }
}
.digit.digit-border.visible::after {
  width: 0;
  left: -15px;
  top: -15px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: leftright 0.3s linear forwards;
          animation: leftright 0.3s linear forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::after {
    left: -30px;
    top: -30px;
  }
}
.digit.digit-border.visible span {
  position: relative;
  display: block;
}
.digit.digit-border.visible span::before, .digit.digit-border.visible span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #F8CE46;
  /*線の形状*/
  width: 15px;
  height: 0;
  /*アニメーションの指定*/
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::before, .digit.digit-border.visible span::after {
    width: 30px;
  }
}
.digit.digit-border.visible span::before {
  height: 0;
  left: -15px;
  bottom: -15px;
  -webkit-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::before {
    left: -30px;
    bottom: -30px;
  }
}
.digit.digit-border.visible span::after {
  height: 0;
  right: -15px;
  top: -15px;
  -webkit-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::after {
    right: -30px;
    top: -30px;
  }
}
.digit.fifth {
  -webkit-transition: 3s cubic-bezier(0.1, 0, 0.25, 0.4);
  transition: 3s cubic-bezier(0.1, 0, 0.25, 0.4);
}
.digit.top {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  transition: 1s cubic-bezier(0.4, 0, 0, 0);
}
.digit.top-02 {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  transition: 1s cubic-bezier(0.4, 0, 0, 0);
}
.digit.rights {
  -webkit-transform: translateY(0) translateX(100px);
          transform: translateY(0) translateX(100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts {
  -webkit-transform: translateY(0) translateX(-100px);
          transform: translateY(0) translateX(-100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0, 0);
  transition: 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.lefts-fade.visible {
  clip-path: inset(0);
  opacity: 1;
}
.digit.bottom-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0, 0);
  transition: 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.bottom-fade.visible {
  clip-path: inset(0);
  opacity: 1;
}
.digit.stepsmin {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit.stepsfirst {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.steps02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.steps03 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.steps04 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.steps05 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.digit.steps06 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.digit.steps07 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.digit.step1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.step2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.digit.step3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.digit.step4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.digit.step5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.digit.step6 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.digit.step7 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.digit.step8 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.digit.step9 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.digit.numbver01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.numbver02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.numbver03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.numbver04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.digit.numbver05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.numbver06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.digit.numbver07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.digit.numbver08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.numbver09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.digit.numbver10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.digit.numbver11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.digit.numbver12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.digit.numbver13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.digit.numbver14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.digit.numbver15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.digit.numbver16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.numbver17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.digit.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes leftright {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 45px);
  }
}

@keyframes leftright {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 45px);
  }
}
@-webkit-keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 15px);
  }
}
@keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 15px);
  }
}
@-webkit-keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 30px);
  }
}
@keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 30px);
  }
}
@-webkit-keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 15px);
  }
}
@keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 15px);
  }
}
@-webkit-keyframes digitanimation {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes digitanimation {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes digitanimation2 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  30% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes digitanimation2 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  30% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none !important;
}

.underline-anime {
  position: relative;
  z-index: 1;
}
.underline-anime:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 8px;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media only screen and (min-width: 768px) {
  .underline-anime:after {
    height: 12px;
  }
}
.underline-anime.white {
  color: #000000;
}
.underline-anime.white:after {
  background: #ffffff;
}
.underline-anime.isActive:after {
  width: 100%;
}

.clear-both-diver {
  clear: both;
  height: 1px;
  font-size: 1px;
}

.font-weight-middle {
  font-weight: 500;
}

.text-center {
  text-align: center !important;
}

.font-weight-bold,
.fw-bold {
  font-weight: 700;
}

.font-weight-middle,
.fw-middle {
  font-weight: 500;
}

.clearfix {
  clear: both;
}

body {
  line-height: 1.6;
}

* {
  padding: 0;
  margin: 0;
}

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-breadcrumb {
  width: 100%;
  max-width: 982px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@media only screen and (min-width: 768px) {
  main {
    width: 100%;
  }
}
main .l-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  main .l-inner {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  main .col--02--Y {
    max-width: 100% !important;
  }
}
main aside {
  max-width: 982px !important;
  margin-left: auto;
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-md-50 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .w-md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-inline-lg-block,
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.font-base {
  font-family: source-han-sans-japanese, sans-serif;
}

.font-base-serif {
  font-family: source-han-serif-japanese, serif;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.btn-close .credit {
  display: block;
}
.btn-close .close {
  display: none;
}
.btn-close.is-active .credit {
  display: none;
}
.btn-close.is-active .close {
  display: block;
}

.diver-border {
  border-top: solid #707070 1px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .diver-border {
    margin-bottom: 80px;
  }
}

.btn-body {
  line-height: 1;
}
.btn-body.btn-md {
  width: 100%;
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  .btn-body.btn-md {
    max-width: 260px;
  }
}

.btn {
  display: block;
}
.btn.btn-outline {
  width: 100%;
  font-family: bookmania, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 15px 0;
  border: solid 1px #000000;
  text-decoration: none;
  -webkit-transition: all ease-in 0.7;
  transition: all ease-in 0.7;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .btn.btn-outline {
    padding: 20px 0;
    font-size: 34px;
  }
}
.btn.btn-outline:hover {
  opacity: 0.7;
}

.text-xs {
  font-size: 11px;
}

.position-relative {
  position: relative;
}

.scroll-none {
  overflow: hidden;
}

.footer-contents {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .footer-contents {
    margin-bottom: 200px;
  }
}
.footer-contents .btns {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer-contents .btn-imgW {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .footer-contents .btn-imgW {
    margin-top: 14px;
  }
}

.l-col4 .thumb img {
  width: 100%;
  height: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.thumb-slider {
  width: 100%;
  position: relative;
}
.thumb-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

/*
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 3;
  cursor: pointer;

  &.prev-arrow{
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #009DFF;
    line-height: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(25%) rotate(-135deg);
    @media only screen and (min-width: 768px) {
      width: 36px;
      height: 36px;
      left: 20px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      background: currentColor;
      border-radius: 0.1em;
    }

    &::before {
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
    }

    &::after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 4px;
    }
  }

  &.next-arrow{
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #009DFF;
    line-height: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(-25%) rotate(45deg);
    background-color: none !important;
    @media only screen and (min-width: 768px) {
      width: 36px;
      height: 36px;
      right: 20px;
    }

    &::before,
    &::after {
      content: '';
      position: absolute;
      background: currentColor;
      border-radius: 0.1em;
    }

    &::before {
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
    }

    &::after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 4px;
    }
  }
}
*/
.unit-group {
  /*width: 100%;
  //max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  //margin-bottom: 50px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;

  @media only screen and (min-width: 768px) {
    margin-top: 30px;
    //max-width: 600px;
    width: 100%;
    //margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    //padding-left: 12px;
    //padding-right: 12px;
  }*/
}
.unit-group.no-marge {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .unit-group.col-md-6 {
    width: 50%;
  }
}

.list-goods-text {
  font-family: "bookmania", serif;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .list-goods-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.position-relative {
  position: relative;
}

.scroll-none,
.overflow-hidden {
  overflow: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100%;
}

.w-sm-100 {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .w-sm-100 {
    width: auto;
    clear: none;
  }
}

.col-4 {
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .col-md-4 {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mr-0 {
  margin-right: 0;
}

.ml-auto {
  margin-left: auto;
}

.digit {
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  vertical-align: top;
}
.digit.digit-standard {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.digit-standard-top {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-top-page {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.digit.digit-standard-top-page.visible {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.digit.digit-standard-blur {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-blur.visible {
  -webkit-animation: digitanimation 1.3s linear forwards;
          animation: digitanimation 1.3s linear forwards;
}
.digit.digit-standard-blur02 {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.digit-standard-blur02.visible {
  -webkit-animation: digitanimation2 2.5s linear forwards;
          animation: digitanimation2 2.5s linear forwards;
}
.digit.digit-standard-grayscale {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: filter 0.8s cubic-bezier(0, 0, 0, 0);
  transition: filter 0.8s cubic-bezier(0, 0, 0, 0), -webkit-filter 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-grayscale.visible {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.digit.digit-standard02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit.digit-standard02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit .digit-standard02-2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit .dig-md {
  -webkit-transition: 1s cubic-bezier(0.1, 0, 0.25, 0.4);
  transition: 1s cubic-bezier(0.1, 0, 0.25, 0.4);
}
.digit.digit-standard-late {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.digit.digit-border {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  opacity: 0;
}
.digit.digit-border.visible {
  position: relative;
  display: block;
  opacity: 1;
}
.digit.digit-border.visible::before, .digit.digit-border.visible::after {
  content: "";
  position: absolute;
  background: #F8CE46;
  width: 0;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::before, .digit.digit-border.visible::after {
    height: 30px;
  }
}
.digit.digit-border.visible::before {
  width: 0;
  right: -15px;
  bottom: -15px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation: leftright 0.5s linear forwards;
          animation: leftright 0.5s linear forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::before {
    right: -30px;
    bottom: -30px;
  }
}
.digit.digit-border.visible::after {
  width: 0;
  left: -15px;
  top: -15px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: leftright 0.3s linear forwards;
          animation: leftright 0.3s linear forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible::after {
    left: -30px;
    top: -30px;
  }
}
.digit.digit-border.visible span {
  position: relative;
  display: block;
}
.digit.digit-border.visible span::before, .digit.digit-border.visible span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #F8CE46;
  /*線の形状*/
  width: 15px;
  height: 0;
  /*アニメーションの指定*/
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::before, .digit.digit-border.visible span::after {
    width: 30px;
  }
}
.digit.digit-border.visible span::before {
  height: 0;
  left: -15px;
  bottom: -15px;
  -webkit-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::before {
    left: -30px;
    bottom: -30px;
  }
}
.digit.digit-border.visible span::after {
  height: 0;
  right: -15px;
  top: -15px;
  -webkit-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (min-width: 768px) {
  .digit.digit-border.visible span::after {
    right: -30px;
    top: -30px;
  }
}
.digit.fifth {
  -webkit-transition: 3s cubic-bezier(0.1, 0, 0.25, 0.4);
  transition: 3s cubic-bezier(0.1, 0, 0.25, 0.4);
}
.digit.top {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  transition: 1s cubic-bezier(0.4, 0, 0, 0);
}
.digit.top-02 {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  transition: 1s cubic-bezier(0.4, 0, 0, 0);
}
.digit.rights {
  -webkit-transform: translateY(0) translateX(100px);
          transform: translateY(0) translateX(100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts {
  -webkit-transform: translateY(0) translateX(-100px);
          transform: translateY(0) translateX(-100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0, 0);
  transition: 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.lefts-fade.visible {
  clip-path: inset(0);
  opacity: 1;
}
.digit.bottom-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0, 0);
  transition: 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.bottom-fade.visible {
  clip-path: inset(0);
  opacity: 1;
}
.digit.stepsmin {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit.stepsfirst {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.steps02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.steps03 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.steps04 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.steps05 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.digit.steps06 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.digit.steps07 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.digit.step1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.step2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.digit.step3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.digit.step4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.digit.step5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.digit.step6 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.digit.step7 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.digit.step8 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.digit.step9 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.digit.numbver01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.numbver02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.numbver03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.numbver04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.digit.numbver05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.numbver06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.digit.numbver07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.digit.numbver08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.numbver09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.digit.numbver10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.digit.numbver11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.digit.numbver12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.digit.numbver13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.digit.numbver14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.digit.numbver15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.digit.numbver16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.numbver17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.digit.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@keyframes leftright {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 45px);
  }
}
@keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 15px);
  }
}
@keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 30px);
  }
}
@keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% + 15px);
  }
}
@keyframes digitanimation {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes digitanimation2 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  30% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none !important;
}

.underline-anime {
  position: relative;
  z-index: 1;
}
.underline-anime:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 8px;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media only screen and (min-width: 768px) {
  .underline-anime:after {
    height: 12px;
  }
}
.underline-anime.white {
  color: #000000;
}
.underline-anime.white:after {
  background: #ffffff;
}
.underline-anime.isActive:after {
  width: 100%;
}

.clear-both-diver {
  clear: both;
  height: 1px;
  font-size: 1px;
}

.font-weight-middle {
  font-weight: 500;
}

.text-center {
  text-align: center !important;
}

.font-weight-bold,
.fw-bold {
  font-weight: 700;
}

.font-weight-middle,
.fw-middle {
  font-weight: 500;
}

.clearfix {
  clear: both;
}

body {
  line-height: 1.6;
}

* {
  padding: 0;
  margin: 0;
}

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-breadcrumb {
  width: 100%;
  max-width: 982px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@media only screen and (min-width: 768px) {
  main {
    width: 100%;
  }
}
main .l-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  main .l-inner {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  main .col--02--Y {
    max-width: 100% !important;
  }
}
main aside {
  max-width: 982px !important;
  margin-left: auto;
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-md-50 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .w-md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-inline-lg-block,
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.font-base {
  font-family: source-han-sans-japanese, sans-serif;
}

.font-base-serif {
  font-family: source-han-serif-japanese, serif;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.btn-close .credit {
  display: block;
}
.btn-close .close {
  display: none;
}
.btn-close.is-active .credit {
  display: none;
}
.btn-close.is-active .close {
  display: block;
}

.diver-border {
  border-top: solid #707070 1px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .diver-border {
    margin-bottom: 80px;
  }
}

.btn-body {
  line-height: 1;
}
.btn-body.btn-md {
  width: 100%;
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  .btn-body.btn-md {
    max-width: 260px;
  }
}

.btn {
  display: block;
}
.btn.btn-outline {
  width: 100%;
  font-family: bookmania, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 15px 0;
  border: solid 1px #000000;
  text-decoration: none;
  -webkit-transition: all ease-in 0.7;
  transition: all ease-in 0.7;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .btn.btn-outline {
    padding: 20px 0;
    font-size: 34px;
  }
}
.btn.btn-outline:hover {
  opacity: 0.7;
}

.text-xs {
  font-size: 11px;
}

.position-relative {
  position: relative;
}

.scroll-none {
  overflow: hidden;
}

.footer-contents {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .footer-contents {
    margin-bottom: 200px;
  }
}
.footer-contents .btns {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer-contents .btn-imgW {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .footer-contents .btn-imgW {
    margin-top: 14px;
  }
}

.l-col4 .thumb img {
  width: 100%;
  height: auto;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

ul {
  list-style: none;
}

html, body {
  overflow-x: clip;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.js-fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.wrap-18757-primary {
  position: relative;
}

.header-logo {
  position: fixed;
  top: 22px;
  left: 22px;
  width: 74px;
  height: auto;
  z-index: 10100;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .header-logo {
    width: 180px;
    top: 25px;
    left: 25px;
  }
}
.header-logo img {
  width: 100%;
}

.page-fade {
  position: fixed;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
}

.sec-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 400px;
  z-index: 1;
  overflow: hidden;
}
.sec-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .sec-hero__bg {
    width: 520px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sec-hero__meta {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  pointer-events: none;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .sec-hero__meta {
    padding: 0;
    display: block;
  }
}
.sec-hero__date-img, .sec-hero__tag-img {
  width: auto;
  height: 11px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .sec-hero__date-img, .sec-hero__tag-img {
    position: absolute;
    top: 50%;
    height: 13px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .sec-hero__date-img {
    left: calc((100% - 520px) / 4);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 217px;
  }
}
.sec-hero__tag-img {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .sec-hero__tag-img {
    margin-left: 0;
    left: auto;
    right: calc((100% - 520px) / 4);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 299px;
  }
}
.sec-hero__title-wrap {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: kvTitleIn 0.9s ease 0.4s forwards;
          animation: kvTitleIn 0.9s ease 0.4s forwards;
  width: 100%;
  max-width: 327px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sec-hero__title-wrap {
    bottom: 85px;
    left: 50%;
    width: 388px;
    max-width: 388px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: kvTitleInCenter 0.9s ease 0.4s forwards;
            animation: kvTitleInCenter 0.9s ease 0.4s forwards;
  }
}
.sec-hero__title-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .sec-hero__title-img {
    width: 100%;
  }
}
.sec-hero__arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: kvTitleIn 0.9s ease 0.9s forwards;
          animation: kvTitleIn 0.9s ease 0.9s forwards;
}
@media screen and (min-width: 992px) {
  .sec-hero__arrow {
    bottom: 30px;
  }
}
.sec-hero__arrow img {
  width: 18px;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .sec-hero__arrow img {
    width: 22px;
  }
}

@-webkit-keyframes kvTitleIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes kvTitleIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes kvTitleInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 8px));
            transform: translate(-50%, calc(-50% + 8px));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes kvTitleInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 8px));
            transform: translate(-50%, calc(-50% + 8px));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main-contents {
  position: relative;
  z-index: 4;
  width: 100%;
  padding-top: calc(100dvh + 40px);
  background: transparent;
}
@media screen and (min-width: 992px) {
  .main-contents {
    max-width: 520px;
    margin: 0 auto;
  }
}

.sec-look {
  position: relative;
  background: #ffffff;
  padding-bottom: 110px;
}
.sec-look__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
.sec-look__photo {
  position: relative;
  overflow: hidden;
}
.sec-look__photo > img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-look__photo--01-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--01-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--01-2 {
  width: 63%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--01-2 {
    width: 330px;
  }
}
.sec-look__photo--01-2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo--01-3 {
  width: 50%;
  position: relative;
  z-index: 2;
}
.sec-look__photo--01-3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo-block--01-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  width: 100%;
  margin: -34% auto 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .sec-look__photo-block--01-3 {
    gap: 30px;
  }
}
.sec-look__photo-block--01-3 .sec-look__photo--01-3 {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.sec-look__photo-block--01-3 .sec-look__buy--01 {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.sec-look__photo--02-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--02-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--02-1 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.sec-look__photo--02-2 {
  width: 83%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--02-2 {
    margin: 0 auto 30px;
  }
}
.sec-look__photo--02-2 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sec-look__photo--02-3 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.sec-look__photo--03-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--03-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--03-2 {
  width: 63%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--03-2 {
    width: 330px;
  }
}
.sec-look__photo--03-2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo-block--03-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sec-look__photo-block--03-2 {
    gap: 30px;
  }
}
.sec-look__photo-block--03-2 .sec-look__photo--03-2 {
  margin: 0;
}
.sec-look__photo-block--03-2 .sec-look__meta--03 {
  position: static;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.sec-look__photo--03-3 {
  width: 50%;
  margin: -34% 0 0 auto;
  position: relative;
  z-index: 2;
}
.sec-look__photo--03-3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo--04-1, .sec-look__photo--04-2, .sec-look__photo--04-3, .sec-look__photo--04-4 {
  width: 83%;
  margin: 0 auto 0;
}
.sec-look__photo--04-1 > img, .sec-look__photo--04-2 > img, .sec-look__photo--04-3 > img, .sec-look__photo--04-4 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec-look__slider {
  position: relative;
}
.sec-look__slider .slick-dots {
  position: absolute;
  top: auto !important;
  left: 12px !important;
  right: auto;
  bottom: 12px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
  width: auto;
  height: auto;
}
.sec-look__slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.sec-look__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.sec-look__slider .slick-dots li button::before {
  display: none;
}
.sec-look__slider .slick-dots li.slick-active button {
  background: #c0c0f7;
}
.sec-look__slider--04 {
  width: 83%;
  margin: 0 auto;
}
.sec-look__slider--04 .sec-look__photo--04-2,
.sec-look__slider--04 .sec-look__photo--04-3,
.sec-look__slider--04 .sec-look__photo--04-4 {
  width: 100%;
  margin: 0;
}
.sec-look__slider--04 .slick-list,
.sec-look__slider--04 .slick-track {
  height: auto;
}
.sec-look__slider--04 .slick-slide {
  outline: none;
}
.sec-look__photo--05-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--05-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--05-2 {
  width: 63%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--05-2 {
    width: 330px;
  }
}
.sec-look__photo--05-2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo--05-3 {
  width: 50%;
  position: relative;
  z-index: 2;
}
.sec-look__photo--05-3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo-block--05-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  width: 100%;
  margin: -34% auto 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .sec-look__photo-block--05-3 {
    gap: 30px;
  }
}
.sec-look__photo-block--05-3 .sec-look__photo--05-3 {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.sec-look__photo-block--05-3 .sec-look__buy--05 {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.sec-look__photo--06-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--06-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--06-2 {
  width: 63%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--06-2 {
    width: 330px;
  }
}
.sec-look__photo--06-2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo-block--06-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sec-look__photo-block--06-2 {
    gap: 30px;
  }
}
.sec-look__photo-block--06-2 .sec-look__photo--06-2 {
  margin: 0;
}
.sec-look__photo-block--06-2 .sec-look__meta--06 {
  position: static;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.sec-look__photo--06-3 {
  height: 100%;
  width: 41%;
  margin: -80% 0 0 auto;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--06-3 {
    width: 41%;
  }
}
.sec-look__photo--06-3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo--06-4 {
  height: 100%;
  width: 50%;
  margin: 10px 0 0 auto;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--06-4 {
    width: 50%;
  }
}
.sec-look__photo--06-4 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-look__photo--07-1, .sec-look__photo--07-2 {
  width: 83%;
  margin: 0 auto 0;
  position: relative;
}
.sec-look__photo--07-1 > img, .sec-look__photo--07-2 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec-look__photo--07-2 {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--07-2 {
    margin-top: 20px;
  }
}
.sec-look__photo--07-2 .sec-look__dujour {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 388px;
  max-width: 388px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--07-2 .sec-look__dujour {
    width: 100%;
    max-width: 327px;
  }
}
.sec-look__photo--08-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__photo--08-1 {
    margin-bottom: 30px;
  }
}
.sec-look__photo--08-2 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.sec-look__photo--08-3 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.sec-look__photo--08-4 > img, .sec-look__photo--08-5 > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.sec-look__slider--08 {
  width: 100%;
  margin: 0 auto;
}
.sec-look__slider--08 .sec-look__photo--08-4,
.sec-look__slider--08 .sec-look__photo--08-5 {
  width: 100%;
  margin: 0;
}
.sec-look__slider--08 .slick-list,
.sec-look__slider--08 .slick-track {
  height: auto;
}
.sec-look__slider--08 .slick-slide {
  outline: none;
}
.sec-look__grid {
  position: relative;
}
.sec-look__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sec-look__col--left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-look__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.sec-look__row--08 {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sec-look__row--08 {
    margin-bottom: 30px;
  }
}
.sec-look__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.sec-look__meta {
  padding: 8px 10px 12px;
}
@media screen and (min-width: 992px) {
  .sec-look__meta {
    padding: 0;
  }
}
.sec-look__meta--01 {
  position: absolute;
  left: 0;
  top: 0;
}
.sec-look__meta--02 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .sec-look__meta--02 {
    left: 30px;
    bottom: 30px;
  }
}
.sec-look__meta--02 .sec-look__num,
.sec-look__meta--02 .sec-look__name,
.sec-look__meta--02 .sec-look__color {
  color: #ffffff;
}
.sec-look__meta--03 {
  padding: 0;
}
.sec-look__meta--04 {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 2;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .sec-look__meta--04 {
    top: 30px;
    right: 30px;
  }
}
.sec-look__meta--05 {
  position: absolute;
  left: 0;
  top: 0;
}
.sec-look__meta--06 {
  padding: 0;
}
.sec-look__meta--07 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__meta--07 {
    top: 30px;
    left: 30px;
  }
}
.sec-look__meta--08 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__meta--08 {
    top: 30px;
    left: 30px;
  }
}
.sec-look__num {
  font-family: "ivypresto-headline", "Times New Roman", serif;
  font-size: 22.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .sec-look__num {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec-look__name {
  font-family: "ivypresto-headline", "Times New Roman", serif;
  font-size: 18.14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .sec-look__name {
    font-size: 24px;
  }
}
.sec-look__color {
  font-family: "ivypresto-headline", "Times New Roman", serif;
  font-size: 9px;
  font-style: italic;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .sec-look__color {
    font-size: 12px;
  }
}
.sec-look__buy {
  list-style: none;
  margin: 20px 0 0;
  padding: 0 10px;
  font-size: 10px;
  line-height: 1.7;
  color: #000000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .sec-look__buy {
    font-size: 12px;
    margin: 30px 0 0;
  }
}
.sec-look__buy a {
  color: inherit;
  text-decoration: none;
}
.sec-look__buy span {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .sec-look__buy--02 {
    padding: 0;
  }
}
.sec-look__buy--03 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__buy--03 {
    padding: 0;
  }
}
.sec-look__buy--04 {
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  padding: 0;
}
.sec-look__buy--06 {
  position: absolute;
  left: 20px;
  bottom: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sec-look__buy--06 {
    left: 0;
    bottom: 0;
  }
}
.sec-look__buy--07 {
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  padding: 0;
}
.sec-look__buy--08 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sec-look__buy--08 {
    padding: 0;
  }
}
.sec-look__dujour {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
.sec-look__dujour img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-look--04 .sec-look__stack {
  gap: 0;
  position: relative;
}
.sec-look--04 .sec-look__photo-wrap {
  position: relative;
}
.sec-look--04 .sec-look__dujour {
  bottom: -30px;
  width: 388px;
  max-width: 388px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .sec-look--04 .sec-look__dujour {
    width: 100%;
    max-width: 327px;
  }
}

.sec-staff {
  background: #ffffff;
  padding: 40px 20px 36px;
  text-align: center;
  border-bottom: 1px solid #000000;
  min-height: 440px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .sec-staff {
    padding: 50px 30px 44px;
  }
}
.sec-staff__inner {
  max-width: 420px;
  margin: 0 auto;
}
.sec-staff__text {
  margin: 0;
  font-family: "ivypresto-headline", "Times New Roman", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.55;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .sec-staff__text {
    font-size: 12px;
  }
}

.sec-about {
  background: #ffffff;
  text-align: center;
  padding: 100px 20px 100px;
}
@media screen and (min-width: 992px) {
  .sec-about {
    padding: 100px 30px 100px;
  }
}
.sec-about__inner {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.sec-about__title {
  margin: 0 auto 30px;
  width: 220px;
}
@media screen and (min-width: 992px) {
  .sec-about__title {
    width: 282px;
    margin: 0 auto 40px;
  }
}
.sec-about__body {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .sec-about__body {
    font-size: 12px;
    margin-bottom: 60px;
  }
}
.sec-about__body p {
  margin: 0;
}
.sec-about__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-about__sns-link {
  display: block;
  width: 39px;
  height: 39px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 992px) {
  .sec-about__sns-link {
    width: 50px;
    height: 50px;
  }
}
.sec-about__sns-link:hover {
  opacity: 0.6;
}
.sec-about__sns-link img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.sec-last {
  background: #2a2a2a;
  padding: 56px 20px 40px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .sec-last {
    padding: 70px 40px 50px;
  }
}
.sec-last__inner {
  max-width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-last__logo {
  margin: 0 0 25px;
  width: 160px;
  line-height: 0;
}
@media screen and (min-width: 992px) {
  .sec-last__logo {
    width: 201px;
    margin-bottom: 35px;
  }
}
.sec-last__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-last__tagline {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  .sec-last__tagline {
    font-size: 12px;
    margin-bottom: 32px;
  }
}
.sec-last__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .sec-last__nav {
    margin-bottom: 32px;
  }
}
.sec-last__nav a {
  font-family: "helvetica-neue-lt-pro", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-last__nav a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .sec-last__nav a {
    font-size: 12px;
  }
}
.sec-last__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .sec-last__sns {
    gap: 26px;
    margin-bottom: 60px;
  }
}
.sec-last__sns a {
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-last__sns a:hover {
  opacity: 0.6;
}
.sec-last__sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer {
  text-align: center;
}
.l-footer__copy {
  margin: 0;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .l-footer__copy {
    font-size: 10px;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.unit-group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .unit-group {
    margin-left: 0;
    padding-bottom: 15px;
    width: 100%;
  }
}
.unit-group.mb-n {
  margin-bottom: -5px;
}
@media only screen and (min-width: 768px) {
  .unit-group.mb-n {
    margin-bottom: -10px;
  }
}
.unit-group-head {
  border-bottom: solid 1px #000000;
}
.unit-group.no-photo .thumb {
  display: none !important;
}
.unit-group.no-photo .brand,
.unit-group.no-photo .name,
.unit-group.no-photo .price {
  margin-left: -45px !important;
}
@media only screen and (min-width: 768px) {
  .unit-group.no-photo .brand,
  .unit-group.no-photo .name,
  .unit-group.no-photo .price {
    margin-left: 0 !important;
  }
}
.unit-group .line_up_two {
  margin-bottom: 13px !important;
}
@media only screen and (min-width: 768px) {
  .unit-group .line_up_two {
    width: 100% !important;
    float: none !important;
  }
}

.unit-group-md-row .line_up_two {
  margin-bottom: 13px !important;
}
@media only screen and (min-width: 768px) {
  .unit-group-md-row .line_up_two {
    width: 50% !important;
    float: left !important;
  }
}

.unit-group01 {
  max-width: 982px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .unit-group01 {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 10px;
  }
}

.line_up_two {
  margin-bottom: 13px !important;
}
.line_up_two .thumb {
  width: 45px !important;
}
.line_up_two .brand,
.line_up_two .name,
.line_up_two .price {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-left: 45px !important;
  font-size: 8px;
  scale: 0.9;
}
@media only screen and (min-width: 768px) {
  .line_up_two {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .line_up_two .thumb {
    width: 45px !important;
  }
  .line_up_two .brand,
  .line_up_two .name,
  .line_up_two .price {
    width: calc(100% - 45px) !important;
    max-width: auto !important;
    margin-left: 45px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 8px;
    scale: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .line_up_two {
    float: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto !important;
  }
  .line_up_two .brand,
  .line_up_two .name,
  .line_up_two .price {
    font-size: 10px;
  }
}

.float-md-left {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .float-md-left {
    float: left;
    width: 47%;
  }
  .float-md-left .item_reference_b--tpl-Y {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .float-md-left .line_up_two {
    float: none !important;
  }
}
.float-md-left.box-sm {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .float-md-left.box-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-white .line_up_two a {
  color: #ffffff !important;
}
.text-white .line_up_two a .brand,
.text-white .line_up_two a .name,
.text-white .line_up_two a .price,
.text-white .line_up_two a .name {
  color: #ffffff !important;
}