@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);
  -webkit-clip-path: inset(0 100% 0 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: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.lefts-fade.visible {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.digit.bottom-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(100% 0 0 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: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.bottom-fade.visible {
  -webkit-clip-path: inset(0);
          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;
}

.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);
  -webkit-clip-path: inset(0 100% 0 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: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.lefts-fade.visible {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}
.digit.bottom-fade {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(100% 0 0 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: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.digit.bottom-fade.visible {
  -webkit-clip-path: inset(0);
          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;
}

a {
  color: #000000;
  text-decoration: none;
}

.wrap-15012-primary {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  margin-top: 0 !important;
  line-height: 2;
  text-align: left;
  color: #000000;
}
.wrap-15012-primary .section-15012 {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrap-15012-primary .section-15012.oveflow-hidden {
  width: 100% !important;
}
.wrap-15012-primary .section-15012.pt-contents {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012.pt-contents {
    padding-top: 140px;
  }
}
.wrap-15012-primary .section-15012.pb-contents {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012.pb-contents {
    padding-bottom: 180px;
  }
}
.wrap-15012-primary .section-15012.py-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012.py-contents {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.wrap-15012-primary .section-15012.margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012.margin-top {
    margin-top: 80px;
  }
}
.wrap-15012-primary .section-15012.no-margin {
  margin-bottom: 0;
}
.wrap-15012-primary .section-15012.mn-contents {
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012.mn-contents {
    margin-bottom: -60px;
  }
}
.wrap-15012-primary .section-15012.no-padding {
  padding: 0 !important;
}
.wrap-15012-primary .section-15012.oveflow-hidden {
  overflow: hidden !important;
  width: 100% !important;
}
.wrap-15012-primary .section-15012.bg-gray {
  background-color: #EAEAEA;
}
.wrap-15012-primary .section-15012.bg-white {
  background-color: #ffffff;
}
.wrap-15012-primary .section-15012 .border-bottom-contents {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .section-15012 .border-bottom-contents {
    padding-bottom: 105px;
    margin-bottom: 160px;
  }
}
.wrap-15012-primary .section-15012 .border-bottom-contents:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  position: absolute;
}
.wrap-15012-primary .container-15012 {
  max-width: 1160px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-15012-primary .container-15012.xl {
  max-width: 1250px;
}
.wrap-15012-primary .container-15012.lg {
  max-width: 1162px;
}
.wrap-15012-primary .container-15012.size-md-sm {
  width: calc(78% + 20px);
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .container-15012.size-md-sm {
    width: 100%;
    max-width: 720px;
  }
}
.wrap-15012-primary .container-15012.lg-main {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .container-15012.lg-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wrap-15012-primary .container-15012.md-width {
  max-width: 700px;
}
.wrap-15012-primary .container-15012.no-padding-sm {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .wrap-15012-primary .container-15012.no-padding-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-15012-primary .container-15012-full {
  width: 100%;
  position: relative;
}
.wrap-15012-primary .container-15012-full.box {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.header-contents {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.header-contents {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header-contents.is-visible {
  opacity: 1;
}

.header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-logo {
  position: absolute;
  width: 16%;
  min-width: 60.08px;
  left: 20px;
  top: 20px;
  line-height: 1;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    position: absolute;
    width: 8%;
    left: 30px;
    top: 25px;
  }
}

.header-hamburger-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9998;
  width: 33px;
  font-family: "adobe-kis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
}
.header-hamburger-wrap.is-active {
  color: #333333;
}

.header-hamburger {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.header-hamburger.active {
  top: 0;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 1px;
  border-radius: 50rem;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
  width: 100%;
}
.hamburger span:nth-child(2) {
  margin: 6px 0;
  width: 100%;
}
.hamburger span:nth-child(3) {
  top: 0;
  margin: 0 0 0 auto;
  width: 100%;
}
.hamburger.active span {
  background-color: #000000;
}
.hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.nav-sp {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 999;
}

/* ハンバーガーメニュークリック後のスタイル */
.nav-sp.active {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (min-width: 768px) {
  .nav-sp.active {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}

.logo-brand {
  width: 72px;
  position: relative;
  top: -5px;
  right: 40px;
}
@media only screen and (min-width: 768px) {
  .logo-brand {
    width: 84px;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
    margin-bottom: 25px;
  }
}

.nav-h-wrap {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100;
}
@media only screen and (min-width: 992px) {
  .nav-h-wrap {
    right: auto;
    right: 20px;
    top: 20px;
    text-align: right;
  }
}

.nav-h-list {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .nav-h-list {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    margin-right: 0;
  }
}
.nav-h-list_item {
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item:after {
    content: "";
  }
}
.nav-h-list_item:last-child {
  margin-bottom: 0;
}
.nav-h-list_item:last-child:after {
  content: "";
}
@media only screen and (min-width: 768px) {
  .nav-h-list_item:last-child:after {
    padding-left: 0;
  }
}
.nav-h-list_item a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item a {
    font-size: 14px;
    color: #ffffff;
  }
}

.nav-h-wrap.is-active-modal a {
  color: #000000;
}
.nav-h-wrap.is-active-modal a:hover {
  color: #EA3223;
  text-decoration: underline;
}

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

.logo-main {
  position: fixed;
  width: 64px;
  left: 20px;
  top: 20px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .logo-main {
    width: 77.12px;
    left: 30px;
    top: 30px;
  }
}

.kv-wrap {
  width: 100%;
  min-height: 732px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap {
    min-height: 780px;
    margin-top: -30px;
  }
}
.kv-wrap #logomain {
  fill: transparent;
  stroke: #D1C679;
  stroke-width: 1;
  stroke-linecap: round;
  opacity: 0;
}
.kv-wrap .logomain-animated {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: line-animation 2s linear forwards;
          animation: line-animation 2s linear forwards;
  opacity: 1 !important;
}
.kv-wrap .kv-title-main svg {
  width: 100%;
  height: auto;
}
@-webkit-keyframes line-animation {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  1% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  85% {
    stroke-dashoffset: 50;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #D1C679;
  }
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  1% {
    stroke-dashoffset: 1000;
    fill: transparent;
  }
  85% {
    stroke-dashoffset: 50;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #D1C679;
  }
}
.kv-wrap .kv-parts-block {
  position: absolute;
  width: 52%;
  z-index: 3;
  bottom: 16%;
  left: 8%;
  min-width: 195.76px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-parts-block {
    width: 27%;
    min-width: 340px;
    bottom: 10%;
    left: 8%;
  }
}
@media only screen and (min-width: 992px) {
  .kv-wrap .kv-parts-block {
    left: 13%;
  }
}
.kv-wrap .kv-title-main {
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-main {
    width: 100%;
    margin: 30px 0 15px;
  }
}
.kv-wrap .kv-title-parts-01 {
  position: relative;
  width: 60%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-parts-01 {
    width: 56%;
  }
}
.kv-wrap .kv-title-parts-02 {
  position: relative;
  width: 60%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-parts-02 {
    width: 56%;
  }
}
.kv-wrap .kv-title-parts-03 {
  position: absolute;
  width: 19%;
  right: 8%;
  top: 27%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-parts-03 {
    width: 10%;
    right: 24%;
    top: 22%;
  }
}
.kv-wrap .kv-title-head {
  position: absolute;
  z-index: 5;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 12%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-head {
    top: 50%;
    bottom: auto;
    left: 20%;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.kv-wrap .kv-title-01 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-01 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .kv-wrap .kv-title-01 {
    font-size: 67px;
  }
}
.kv-wrap .kv-title-02 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: right;
}
.kv-wrap .kv-title-02 .head {
  font-size: 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-02 .head {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .kv-wrap .kv-title-02 .head {
    font-size: 12px;
  }
}
.kv-wrap .kv-title-02 .foot {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-02 .foot {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .kv-wrap .kv-title-02 .foot {
    font-size: 16px;
  }
}
.kv-wrap .kv-bg {
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  line-height: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-bg {
    width: 100%;
    height: 100%;
    min-height: calc(100dvh + 30px);
    margin-top: -30px;
    background-image: url(//feature-tool.bcg.staff-start.com/assets/uploads/202503/2f60d382-5e39-4ecc-b466-b8df8e1f8751/assets/img/15012/kv_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
}
@media (hover: hover) {
  .kv-wrap .kv-bg:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.kv-wrap .kv-bg.touching, .kv-wrap .kv-bg.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.kv-wrap .kv-bg.is-active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.contents-main-all {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .contents-main-all {
    position: relative;
    width: 100%;
  }
}

.section-thumb {
  -ms-touch-action: auto;
      touch-action: auto;
  height: 100%;
  min-height: 100dvh;
  background-color: transparent;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  // タッチデバイス向けのクラス
  &.touching,
  &.active {
    background-color: rgba(#F0E7AB, 0.9);
  }
  */
  padding: 70px 0 70px;
}
@media (hover: hover) {
  .section-thumb:hover {
    background-color: rgba(240, 231, 171, 0.9);
  }
}
.section-thumb.is-active {
  background-color: rgba(240, 231, 171, 0.9);
}
@media only screen and (min-width: 768px) {
  .section-thumb {
    padding: 80px 0 80px;
  }
}
.section-thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main-contents {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .main-contents {
    position: relative;
  }
}

.intro-contents {
  width: 100%;
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0 45px;
}
@media only screen and (min-width: 768px) {
  .intro-contents {
    padding: 60px 0 60px;
  }
}
.intro-contents .text-intro {
  font-size: 12px;
  font-family: 400;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .intro-contents .text-intro {
    font-size: 12px;
    max-width: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thumb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.thumb-row .thumb-block {
  position: relative;
}
.thumb-row .thumb-inner {
  position: relative;
}
.thumb-row .thumb-01-1 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-01-1 {
    width: 48%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-01-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-01-2 {
    width: 48%;
  }
}
.thumb-row .thumb-01-2 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-row .thumb-01-2 img.is-rotat {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.thumb-row .thumb-02-1 {
  width: 64%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-02-1 {
    width: 36%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-02-2 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-02-2 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-03-1 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-03-1 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-04-1 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-04-1 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-04-2 {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-04-2 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-05-1 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-05-1 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-06-1 {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-06-1 {
    width: 49%;
    margin-bottom: 0;
  }
}
.thumb-row .thumb-06-2 {
  width: 66%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .thumb-row .thumb-06-2 {
    width: 36%;
    margin-bottom: 0;
  }
}

.thumb-03-2 {
  width: 47%;
  margin-bottom: 15px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .thumb-03-2 {
    width: 36%;
    margin-bottom: 0;
  }
}

/*
.thumb-03-02-inner {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.thumb-03-03-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-top: 1000px;
}
*/
.thumb-03-02-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

.thumb-03-03-inner {
  position: absolute;
  width: 100%;
  z-index: 12;
  top: 0;
}

.section-thumb-05 {
  height: 100%;
  position: relative;
}

.thumb-05-2 {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .thumb-05-2 {
    width: 49%;
    margin-bottom: 0;
    margin-top: 30vh;
  }
}

.thumb-05-2-1 {
  width: 54%;
  margin-bottom: 0;
  margin: 30% 0 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .thumb-05-2-1 {
    width: 54%;
    position: relative;
    margin: 0 0 20px auto;
  }
}

.thumb-05-2-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  margin-top: 300px;
}
@media only screen and (min-width: 768px) {
  .thumb-05-2-2 {
    margin-top: 300px;
  }
}

.number-text {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  position: absolute;
  line-height: 1;
  color: #ffffff;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .number-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text {
    font-size: 100px;
  }
}
.number-text.number-01 {
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-01 {
    left: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-01 {
    left: 30px;
    top: 30px;
  }
}
.number-text.number-02 {
  right: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-02 {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-02 {
    right: 20px;
    top: 20px;
  }
}
.number-text.number-03 {
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-03 {
    left: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-03 {
    left: 30px;
    top: 30px;
  }
}
.number-text.number-04 {
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-04 {
    left: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-04 {
    left: 30px;
    top: 30px;
  }
}
.number-text.number-05 {
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-05 {
    left: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-05 {
    left: 30px;
    top: 30px;
  }
}
.number-text.number-06 {
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .number-text.number-06 {
    left: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .number-text.number-06 {
    left: 30px;
    top: 30px;
  }
}

.text-anim {
  display: inline-block;
  overflow: hidden;
}
.text-anim span {
  display: inline-block;
}

.btn-thmb-modal {
  position: absolute;
  width: 14px;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .btn-thmb-modal {
    width: 18px;
  }
}
.btn-thmb-modal.btn-thmb-modal-01 {
  right: 15px;
  bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-01 {
    right: 20px;
    bottom: 20px;
  }
}
.btn-thmb-modal.btn-thmb-modal-02 {
  right: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-02 {
    right: 20px;
    top: 20px;
  }
}
.btn-thmb-modal.btn-thmb-modal-03 {
  right: 15px;
  bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-03 {
    right: 20px;
    bottom: 20px;
  }
}
.btn-thmb-modal.btn-thmb-modal-04 {
  right: 15px;
  bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-04 {
    right: 20px;
    bottom: 20px;
  }
}
.btn-thmb-modal.btn-thmb-modal-05 {
  right: 15px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-05 {
    right: 20px;
    top: 20px;
  }
}
.btn-thmb-modal.btn-thmb-modal-06 {
  right: 15px;
  bottom: 15px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .btn-thmb-modal.btn-thmb-modal-06 {
    right: 20px;
    bottom: 20px;
  }
}

.thmb-modal-area {
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 231, 171, 0.9);
}

.modal-content {
  position: relative;
  z-index: 1100;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.modal-content .modal-card {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal-content .modal-card .modal-thumb {
  width: 100%;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-thumb {
    width: 58%;
  }
}
.modal-content .modal-card .modal-thumb .thumb-slider {
  padding: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-thumb .thumb-slider {
    padding: 0;
    margin-bottom: 0;
  }
}
.modal-content .modal-card .modal-text-contents {
  width: 100%;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-text-contents {
    width: 40%;
  }
}
.modal-content .modal-card .modal-text-title {
  margin-bottom: 13px;
  line-height: 1.2;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-text-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.modal-content .modal-card .modal-text-lead {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-text-lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.modal-content .modal-card .modal-text {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .modal-content .modal-card .modal-text {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

.modal-close {
  background: transparent;
  border: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 27px;
  z-index: 1000000;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .modal-close {
    width: 47px;
    right: 20px;
    bottom: 20px;
  }
}

.no-scroll {
  overflow: hidden;
}

.slick-dots2 {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  line-height: 1;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 {
    width: auto;
    bottom: 25px;
    right: 20px;
  }
}
.slick-dots2 li {
  position: relative;
  display: block;
  width: 14px;
  height: 4px;
  margin: 0 0 0 5px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 li {
    width: 14px;
    height: 4px;
    margin: 0 0 0 5px;
    padding: 0;
  }
}
.slick-dots2 li.slick-active button::before {
  background-color: #000000;
}
.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
  cursor: pointer;
}
.slick-dots2 li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "slick";
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  opacity: 1;
}
.item-buy-card {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.item-buy-card.item-buy-card-02 {
  margin-left: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-card.item-buy-card-02 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.item-buy-card.item-buy-card-03 {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  line-height: 1;
  width: 38%;
}
@media only screen and (min-width: 768px) {
  .item-buy-card.item-buy-card-03 {
    width: auto;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    right: auto;
    top: auto;
  }
}
.item-buy-card.item-buy-card-04 {
  margin-left: 20px;
}
.item-buy-card .item-buy-card-item {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item {
    margin-bottom: 0;
  }
}
.item-buy-card .item-buy-card-item div {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.item-buy-card .item-buy-card-item:last-child {
  margin-bottom: 0;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link {
  color: #000000;
  text-decoration: none;
  line-height: 1;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  width: auto;
  margin-bottom: 6px;
  display: inline-block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link {
    margin-bottom: 10px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link:hover {
  text-decoration: underline;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link.white {
  color: #ffffff !important;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .cat {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .cat {
    font-size: 12px;
    margin-bottom: 1px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .cat:after {
  content: "";
  background-color: #000000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .foot-text {
  margin-top: -3px;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .brand {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .brand {
    font-size: 12px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .price {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .price {
    font-size: 12px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-text {
  margin-left: 0;
  font-weight: 600;
  width: 42px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-text {
    width: 52px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .text-notes {
  font-size: 11px;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .text-notes {
    font-size: 14px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link.no-link {
  pointer-events: none;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link.no-link .buy-text {
  text-decoration: none;
  font-weight: 400;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link:last-child .item-buy-card-item-link {
  margin-bottom: 0;
}

.footer-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .footer-wrap {
    max-width: 400px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-wrap .credit-card {
  width: 230px;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card {
    margin-bottom: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-wrap .credit-card .credit-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card .credit-head {
    font-size: 22px;
  }
}
.footer-wrap .credit-card .credit-head .credit-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card .credit-head .credit-title {
    font-size: 22px;
  }
}
.footer-wrap .credit-card .credit-head .credit-lead {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card .credit-head .credit-lead {
    font-size: 12px;
  }
}
.footer-wrap .credit-card .credit-head .credit-text {
  font-size: 10px;
  font-weight: 400;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card .credit-head .credit-text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.footer-wrap .credit-card .credit-body {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .credit-card .credit-body {
    font-size: 12px;
    margin-top: 60px;
  }
}
.footer-wrap .credit-card .credit-body .font-lg {
  font-weight: 500;
}
.footer-wrap .logo-footer {
  width: 65px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .logo-footer {
    margin: 0 auto 30px;
    width: 95px;
  }
}
.footer-wrap .nav-f {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .nav-f {
    margin-bottom: 60px;
  }
}
.footer-wrap .nav-f .nav-f-list {
  text-align: center;
  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;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .nav-f .nav-f-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    width: 100%;
  }
}
.footer-wrap .nav-f .nav-f-list .nav-f-list_item {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .nav-f .nav-f-list .nav-f-list_item {
    font-size: 14px;
    margin: 0 0;
  }
}
.footer-wrap .nav-f .nav-f-list .nav-f-list_item a {
  color: #000000;
  text-decoration: underline;
}
.footer-wrap .text-copyright {
  font-family: "articulat-cf", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 8px;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .text-copyright {
    font-size: 10px;
    padding: 0 0;
    margin-bottom: 70px;
  }
}

.footer-nav {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.pagetops {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pagetops {
    font-size: 20px;
  }
}
.pagetops a {
  line-height: 1;
  color: #ffffff;
}

.footer-nav-list {
  display: block;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-nav-list {
    display: none;
  }
}
.footer-nav-list .footer-nav-item {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 3px;
}
.footer-nav-list a {
  color: #ffffff;
  text-decoration: underline;
}

.pagetop {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .pagetop {
    font-size: 20px;
  }
}

.is-body-fix {
  overflow: hidden;
  height: 100dvh;
  max-height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.contents-fade {
  -webkit-transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s cubic-bezier(0.37, 0, 0.63, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s cubic-bezier(0.37, 0, 0.63, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.contents-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in {
  -webkit-transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s cubic-bezier(0.37, 0, 0.63, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 1s cubic-bezier(0.37, 0, 0.63, 1), opacity 1s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.no-scroll {
  overflow: hidden;
}

.item-d-none a {
  text-decoration: none !important;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3) !important;
}
.item-d-none a .buy-text {
  display: none !important;
}

.animate-text {
  opacity: 0;
}

.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;
}