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

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

img {
  vertical-align: bottom;
}

.wrap-15928-primary {
  width: 100%;
  height: 100%;
  margin: 0 0;
  padding: 0 0 0;
  position: relative;
  margin-top: 0 !important;
  line-height: 2;
  text-align: left;
  color: #000000;
}
.wrap-15928-primary .section-15928 {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrap-15928-primary .section-15928.oveflow-hidden {
  width: 100% !important;
}
.wrap-15928-primary .section-15928.pt-contents {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928.pt-contents {
    padding-top: 140px;
  }
}
.wrap-15928-primary .section-15928.pb-contents {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928.pb-contents {
    padding-bottom: 180px;
  }
}
.wrap-15928-primary .section-15928.py-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928.py-contents {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.wrap-15928-primary .section-15928.margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928.margin-top {
    margin-top: 80px;
  }
}
.wrap-15928-primary .section-15928.no-margin {
  margin-bottom: 0;
}
.wrap-15928-primary .section-15928.mn-contents {
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928.mn-contents {
    margin-bottom: -60px;
  }
}
.wrap-15928-primary .section-15928.no-padding {
  padding: 0 !important;
}
.wrap-15928-primary .section-15928.oveflow-hidden {
  overflow: hidden !important;
  width: 100% !important;
}
.wrap-15928-primary .section-15928.bg-gray {
  background-color: #EAEAEA;
}
.wrap-15928-primary .section-15928.bg-white {
  background-color: #ffffff;
}
.wrap-15928-primary .section-15928 .border-bottom-contents {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .section-15928 .border-bottom-contents {
    padding-bottom: 105px;
    margin-bottom: 160px;
  }
}
.wrap-15928-primary .section-15928 .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-15928-primary .container-15928 {
  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-15928-primary .container-15928.xl {
  max-width: 1250px;
}
.wrap-15928-primary .container-15928.lg {
  max-width: 1162px;
}
.wrap-15928-primary .container-15928.size-md-sm {
  width: calc(78% + 20px);
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .container-15928.size-md-sm {
    width: 100%;
    max-width: 720px;
  }
}
.wrap-15928-primary .container-15928.lg-main {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .container-15928.lg-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wrap-15928-primary .container-15928.md-width {
  max-width: 748px;
}
.wrap-15928-primary .container-15928.no-padding-sm {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .wrap-15928-primary .container-15928.no-padding-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-15928-primary .container-15928-full {
  width: 100%;
  position: relative;
}
.wrap-15928-primary .container-15928-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: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-logo {
  position: absolute;
  width: 70.96px;
  min-width: 70.96px;
  left: 20px;
  top: 20px;
  line-height: 1;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header-logo {
    position: absolute;
    width: 94.25px;
    left: 20px;
    top: 20px;
  }
}

.header-logo-right {
  width: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  line-height: 1;
  position: absolute;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .header-logo-right {
    right: 20px;
    width: 20.79px;
  }
}

.header-hamburger-wrap {
  position: absolute;
  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;
  z-index: 100000;
}
.header-hamburger-wrap.is-active {
  color: #ffffff;
}

.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: absolute;
  top: 15px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .nav-h-wrap {
    right: 0;
    top: 25px;
    text-align: right;
  }
}

.nav-h-list {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .nav-h-list {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.nav-h-list_item {
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .nav-h-list_item {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item:after {
    content: "";
  }
}
.nav-h-list_item:last-child {
  margin-bottom: 8px;
}
.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-size: 12px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 768px) {
  .nav-h-list_item a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 992px) {
  .nav-h-list_item a {
    font-size: 12px;
    color: #000000;
  }
}
.nav-h-list_item a.white {
  color: #ffffff !important;
}

.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: absolute;
  width: 80px;
  right: 20px;
  top: 25px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .logo-main {
    width: 80px;
    right: 50px;
    top: 35px;
  }
}

.kv-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .kv-wrap {
    height: auto;
  }
}
.kv-wrap .kv-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-inner {
    width: 74%;
    min-width: 748px;
    height: 100dvh;
    min-height: 600px;
  }
}
.kv-wrap .video-fixed {
  width: 100%;
  position: fixed;
  min-height: 100dvh;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .video-fixed {
    min-height: 100dvh;
    width: 74%;
    min-width: 748px;
  }
}
.kv-wrap .video-wrap {
  margin: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .video-wrap {
    width: 41%;
    margin: 0 0 0 auto;
  }
}
.kv-wrap .top-movie {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-wrap.is-up {
  z-index: 5;
}
.kv-wrap .kv-title-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6%;
  width: 92%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-wrap {
    width: 51%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.kv-wrap .kv-title-01 {
  width: 66%;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-01 {
    width: 55%;
    margin: 0 0 30px 0;
  }
}
.kv-wrap .kv-title-02 {
  width: 96%;
  margin: 0 0 10% 0;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-02 {
    width: 84%;
    margin: 0 0 20% 0;
  }
}
.kv-wrap .kv-title-03 {
  width: 67%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .kv-wrap .kv-title-03 {
    width: 81%;
    margin: 0 0 0 auto;
  }
}

.pages-section-intro {
  position: relative;
  z-index: 3;
}

.intro-wrap {
  width: 91%;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-wrap {
    width: 74%;
    min-width: 748px;
    padding: 35px 0 0;
  }
}
.intro-wrap .intro-inner {
  max-width: 512px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .intro-wrap .intro-inner {
    max-width: 100%;
    width: 53%;
    margin: 0;
  }
}
.intro-wrap .intro-title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .intro-wrap .intro-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 35px;
    width: 100%;
  }
}
.intro-wrap .intro-text {
  width: 100%;
  font-weight: 400;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .intro-wrap .intro-text {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
  }
}
.intro-wrap .intro-img {
  width: 42%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .intro-wrap .intro-img {
    margin: 0 -45px 0 auto;
    width: 46%;
  }
}

#main-contents {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  margin-top: 70px;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #main-contents {
    margin-top: 100dvh;
  }
}

.title-loop-text-wrap {
  width: 100%;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .title-loop-text-wrap {
    margin-bottom: 60px;
  }
}

.title-loop-text {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .title-loop-text {
    font-size: 120px;
  }
}
.title-loop-text.yellow {
  color: #FFCC40;
}
.title-loop-text.white {
  color: #ffffff;
}

.loop_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}

.loop_text:nth-child(odd) {
  -webkit-animation: loop 70s -35s linear infinite;
          animation: loop 70s -35s linear infinite;
}

.loop_text:nth-child(even) {
  -webkit-animation: loop2 70s linear infinite;
          animation: loop2 70s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.pages-section {
  padding: 60px 0;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pages-section {
    padding: 80px 0;
  }
}
.pages-section.bg-yellow {
  background-color: #D5AD61 !important;
}
.pages-section.border-top {
  border-top: solid 2px #000000;
}

.contents-inner {
  width: 100%;
  position: relative;
}
.contents-inner .contents-intro {
  width: 91%;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 400;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .contents-inner .contents-intro {
    font-size: 14px;
    font-weight: 500;
    min-width: 480px;
    max-width: 100%;
    width: 33%;
  }
}
.contents-card {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .contents-card {
    width: 70%;
    min-width: 748px;
    padding: 70px 0;
  }
}
.contents-card .contents-card-inner {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents-card .contents-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents-card .contents-card-head {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .contents-card .contents-card-head {
    width: 375px;
    margin-bottom: 25px;
  }
}
.contents-card .contents-card-head .contents-intro-img {
  position: sticky;
  top: 60px;
  left: 0;
}
.contents-card .contents-card-body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .contents-card .contents-card-body {
    width: calc(100% - 375px);
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .contents-card .contents-card-body {
    padding-left: 140px;
  }
}
.contents-card .contents-intro-02 {
  width: 91%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .contents-card .contents-intro-02 {
    width: 100%;
    margin-bottom: 70px;
  }
}
.contents-card .contents-card-date {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  border-radius: 10px;
  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;
  border: solid 1px #000000;
  margin: 0 auto 30px auto;
  width: 145px;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .contents-card .contents-card-date {
    font-size: 14px;
    margin: 0 auto 20px 0;
  }
}

.contents-comment-wrap {
  width: 91%;
  margin: 35px auto 60px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents-comment-wrap {
    width: 100%;
    margin: 40px auto 80px;
  }
}
.contents-comment-wrap .contents-comment-inner {
  position: relative;
}
.contents-comment-wrap .contents-comment-title {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contents-comment-wrap .contents-comment-title {
    font-size: 20px;
  }
}
.contents-comment-wrap .contents-comment-kakko-left {
  width: 49px;
  position: absolute;
  left: 0;
  top: 0;
}
.contents-comment-wrap .contents-comment-kakko-left svg {
  width: 100% !important;
  height: auto !important;
}
.contents-comment-wrap .contents-comment-kakko-right {
  width: 49px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contents-comment-wrap .contents-comment-kakko-right svg {
  width: 100% !important;
  height: auto !important;
}
.contents-comment-wrap .svg-white path {
  stroke: #ffffff;
}
.contents-comment-wrap .contents-comment-text {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents-comment-wrap .contents-comment-text {
    font-size: 12px;
    font-weight: 500;
  }
}

.contents-main-all {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin-top: 100dvh;
}
@media only screen and (min-width: 768px) {
  .contents-main-all {
    position: relative;
    width: 100%;
  }
}
.contents-main-all.is-display {
  display: block;
}

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

.contents-section {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin: 0 auto 0;
}
.contents-section .contents-inner {
  width: 100%;
  position: relative;
}

.contents-group {
  position: relative;
  width: 100%;
  overflow-x: auto;
  z-index: 2;
  /* スクロールバー非表示対応 */
  /* WebKit (Chrome, Safari) */
  /* Firefox */
  scrollbar-width: none;
  /* IE, Edge */
  -ms-overflow-style: none;
}
.contents-group::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contents-group {
    margin: 0 auto 0;
  }
}
.contents-group .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}
.contents-group .contents-thumb-01 {
  width: 514%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-01 {
    width: 171%;
  }
}
.contents-group .contents-thumb-01 .thumb-img-01-1 {
  width: 19%;
}
.contents-group .contents-thumb-01 .thumb-img-01-2 {
  width: 19%;
}
.contents-group .contents-thumb-01 .thumb-img-01-3 {
  width: 39%;
  margin-left: 2%;
}
.contents-group .contents-thumb-01 .thumb-img-01-4 {
  width: 19%;
}
.contents-group .contents-thumb-01 .thumb-img-01-full {
  width: 100%;
}
.contents-group .contents-thumb-02,
.contents-group .contents-thumb-03,
.contents-group .contents-thumb-04,
.contents-group .contents-thumb-08,
.contents-group .contents-thumb-09,
.contents-group .contents-thumb-10,
.contents-group .contents-thumb-11,
.contents-group .contents-thumb-13 {
  width: 300%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-02,
  .contents-group .contents-thumb-03,
  .contents-group .contents-thumb-04,
  .contents-group .contents-thumb-08,
  .contents-group .contents-thumb-09,
  .contents-group .contents-thumb-10,
  .contents-group .contents-thumb-11,
  .contents-group .contents-thumb-13 {
    width: 100%;
  }
}
.contents-group .contents-thumb-05 {
  width: 400%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-05 {
    width: 133%;
  }
}
.contents-group .contents-thumb-05 .thumb-img-full {
  width: 100%;
}
.contents-group .contents-thumb-06 {
  width: 158%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-06 {
    width: 100%;
  }
}
.contents-group .contents-thumb-06 .thumb-img-full {
  width: 100%;
}
.contents-group .contents-thumb-07 {
  width: 356%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-07 {
    width: 118%;
  }
}
.contents-group .contents-thumb-07 .thumb-img-full {
  width: 100%;
}
.contents-group .contents-thumb-12 {
  width: 200%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-12 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents-group .contents-thumb-12 .thumb-img-full-12-01 {
    width: 39%;
  }
  .contents-group .contents-thumb-12 .thumb-img-full-12-02 {
    width: 61%;
  }
}
.contents-group .contents-thumb-14 {
  width: 200%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .contents-group .contents-thumb-14 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.contents-group.row {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contents-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.slider-js {
  position: relative;
  overflow: hidden;
}
.slider-js > .thumb-img-full,
.slider-js > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slider-js > .thumb-img-full.is-active,
.slider-js > video.is-active {
  opacity: 1;
  z-index: 1;
}

.video-section {
  margin-bottom: -2px;
  background-color: #ffffff;
}
.video-section .bg-v-contents {
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  opacity: 1;
}
.video-section .vide-v-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 2;
  opacity: 0;
  width: 100%;
  max-width: 442px;
}
@media only screen and (min-width: 768px) {
  .video-section .vide-v-wrap {
    width: 31%;
  }
}
.video-section.is-visible .bg-v-contents {
  opacity: 0;
}
.video-section.is-visible .vide-v-wrap {
  opacity: 1;
}

.btn-credit,
.btn-modal {
  width: 48px;
  height: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .btn-credit,
  .btn-modal {
    width: 62px;
  }
}
.btn-credit.right,
.btn-modal.right {
  left: auto;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .btn-credit.right,
  .btn-modal.right {
    right: 10px;
  }
}

.ico-swipe {
  width: 63px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .ico-swipe {
    width: 56px;
  }
}
.ico-swipe.hidden {
  opacity: 0;
}

.bg-orange {
  background-color: #FF894E;
}

.loop-slide-wrap {
  width: 100%;
  overflow: hidden;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .loop-slide-wrap {
    height: 572px;
  }
}

.loop-slide .loop-slide-inner {
  width: 270px;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .loop-slide .loop-slide-inner {
    width: 429px;
    height: 572px;
  }
}

.scroll-fix {
  width: 12px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .scroll-fix {
    width: 12px;
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
.scroll-fix .cls-1 {
  fill: #000000;
  /*@media only screen and (min-width: $desktop-breakpoint-md) {
    fill: #ffffff;
    isolation: isolate;
  }*/
}
.scroll-fix .cls-1.white {
  fill: #ffffff;
}
.scroll-fix .cls-2 {
  stroke-miterlimit: 4;
  stroke-width: 1px;
}
@media only screen and (min-width: 768px) {
  .scroll-fix .cls-2 {
    isolation: isolate;
  }
}
.scroll-fix .cls-2, .scroll-fix .cls-3 {
  fill: none;
  stroke: #000000;
}
@media only screen and (min-width: 768px) {
  .scroll-fix .cls-2, .scroll-fix .cls-3 {
    isolation: isolate;
  }
}
.scroll-fix .cls-2.white, .scroll-fix .cls-3.white {
  stroke: #ffffff;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.item-buy-card {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .item-buy-card {
    width: 100%;
    margin-bottom: 80px;
  }
}
.item-buy-card .item-buy-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
}
.item-buy-card .item-buy-card-item {
  padding: 0;
  line-height: 1;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item {
    margin-bottom: 10px;
  }
}
.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:last-child .item-buy-card-item-link {
  margin-bottom: 0 !important;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link {
  text-decoration: none;
  line-height: 1;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-style: normal;
  line-height: 1.2;
  width: auto;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  font-size: 12px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link:hover {
  text-decoration: none;
}
.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: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .cat {
    font-size: 14px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .price {
  font-weight: 400;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-wrap {
  margin-left: 8px;
  line-height: 1;
  font-family: "goldenbook", serif;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-wrap {
    margin-left: 10px;
    font-size: 16px;
  }
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-text {
  text-decoration: underline;
  padding: 0 2px;
  color: #000000;
  padding: 5px 10px;
}
.item-buy-card .item-buy-card-item .item-buy-card-item-link .buy-text.yellow {
  background-color: #FFCC40;
  border-radius: 4px;
}
.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;
}
.item-buy-card .btn-modal-close {
  width: 15px;
  margin: 20px auto 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .item-buy-card .btn-modal-close {
    margin: 20px auto 0;
  }
}

.thumb-slider-wrap {
  width: 100%;
  position: relative;
}
.thumb-slider-wrap .title-img {
  width: 33px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.thumb-slider-wrap .title-img.left-bottom {
  right: auto;
  top: auto;
  left: 20px;
  bottom: 65px;
}
.thumb-slider-wrap .title-img.left-top {
  right: auto;
  top: 20px;
  left: 20px;
}
.thumb-slider-wrap .title-img.right-bottom {
  right: 20px;
  top: auto;
  bottom: 65px;
}
.thumb-slider-wrap.bgyellow .slick-dot-number {
  color: #ffffff !important;
}

.thumb-slider {
  position: relative;
  padding-bottom: 55px;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: auto;
  bottom: 0 !important;
  left: 0;
}
.slick-dots li {
  margin: 0 20px !important;
}
.slick-dots li.slick-active button .slick-dot-number {
  color: #000000 !important;
}
.slick-dots li.slick-active button .slick-dot-icon {
  background-color: #FFCC40;
  opacity: 1;
}
.slick-dots li button {
  display: block !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  text-align: center;
  line-height: 1;
}
.slick-dots li button::before, .slick-dots li button:after {
  display: none !important;
}
.slick-dots li button .slick-dot-number {
  font-size: 14px;
  line-height: 1;
  color: #A8A8A8;
  margin-bottom: 6px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .slick-dots li button .slick-dot-number {
    font-size: 46px;
  }
}
.slick-dots li button .slick-dot-icon {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 auto;
  opacity: 0;
}

.btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-close-item {
  width: 18px;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .btn-close-item {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.footer-contents-inner {
  width: 91%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer-contents-inner {
    width: 100%;
    max-width: 700px;
  }
}

.fooer-01-intro-card {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .fooer-01-intro-card {
    margin-bottom: 65px;
  }
}
.fooer-01-intro-card .fooer-01-intro-card-head-01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .fooer-01-intro-card .fooer-01-intro-card-head-01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.fooer-01-intro-card .fooer-01-intro-card-head-02 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fooer-01-intro-card .fooer-01-intro-card-head-02 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.fooer-01-intro-card .fooer-01-intro-card-body {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .fooer-01-intro-card .fooer-01-intro-card-body {
    font-size: 13px;
  }
}

.footer-info-title {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.footer-info-text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .footer-info-text {
    font-size: 13px;
    margin-bottom: 55px;
  }
}

.footer-event-title-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer-event-title-wrap {
    margin-bottom: 40px;
  }
}

.footer-event-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-event-title {
    width: 335.5px;
    margin-bottom: 20px;
  }
}

.footer-event-date {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 59px;
  line-height: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-event-date {
    font-size: 59px;
    margin-bottom: 0;
  }
}
.footer-event-date .font-size-sm {
  font-size: 14px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .footer-event-date .font-size-sm {
    font-size: 14px;
  }
}

.footer-time-schedule-title {
  font-size: 14px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FFCC40;
  border: solid 1px #000000;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer-time-schedule-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.footer-time-title {
  font-size: 17px;
  font-weight: 700;
  border-left: solid 2px #000000;
  padding: 0;
  padding-left: 10px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer-time-title {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.footer-time-title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footer-time-title .flex {
    font-size: 13px;
  }
}
.footer-time-title .badge {
  display: block;
  width: 115px;
  background-color: #FFCC40;
  border: solid 1px #000000;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-time-title .badge {
    font-size: 12px;
  }
}

.footer-time-text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 700px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .footer-time-text {
    font-size: 13px;
    margin-bottom: 35px;
  }
}

.footer-time-link {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-time-link {
    font-size: 13px;
    margin-top: 20px;
  }
}
.footer-time-link a {
  text-decoration: underline;
}

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

.footer-credit-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card {
    max-width: 390px;
    margin-bottom: 125px;
  }
}
.footer-credit-card-head {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  color: #FFCC40;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card-head {
    font-size: 41px;
    margin-bottom: 40px;
  }
}
.footer-credit-card-title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
.footer-credit-card .font-sm {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.footer-credit-card .footer-credit-card-body .text {
  font-size: 12px;
  font-weight: 500;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card .footer-credit-card-body .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.footer-credit-card .footer-credit-card-body .link-list {
  font-size: 12px;
  font-weight: 500;
  font-family: yugothic, "游ゴシック体", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card .footer-credit-card-body .link-list {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.footer-credit-card .footer-credit-card-body .link-list a {
  text-decoration: underline;
  color: #000000;
}
.footer-credit-card .footer-credit-card-body .text-credit {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .footer-credit-card .footer-credit-card-body .text-credit {
    font-size: 16px;
  }
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  width: 98.89px;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    margin-bottom: 45px;
  }
}

.nav-top-link {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  position: relative;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .nav-top-link {
    font-size: 20px;
  }
}
.nav-top-link a {
  line-height: 1;
  color: #000000;
  text-decoration: underline;
}

.nav-footer-link-list {
  text-align: center;
}
.nav-footer-link-list-item {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  position: relative;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .nav-footer-link-list-item {
    font-size: 12px;
  }
}
.nav-footer-link-list-item a {
  text-decoration: underline;
}

.footer-copyright {
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  padding: 150px 0 0;
}

.footer-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .footer-wrap {
    padding-bottom: 0;
  }
}
.footer-wrap .contents-thumb-15 img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter 0.5s ease-in-out 0;
  transition: -webkit-filter 0.5s ease-in-out 0;
  transition: filter 0.5s ease-in-out 0;
  transition: filter 0.5s ease-in-out 0, -webkit-filter 0.5s ease-in-out 0;
}
.footer-wrap .contents-thumb-15 img.is-grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.footer-wrap .contents-thumb-15 img.thumb-img-full {
  width: 120%;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .contents-thumb-15 img.thumb-img-full {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100dvh;
  }
}
.footer-wrap .footer-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .footer-inner {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    height: 100vh;
  }
}
@media only screen and (min-width: 1440px) {
  .footer-wrap .footer-inner {
    height: 100vh;
  }
}
.footer-wrap .footer-head {
  display: block;
  margin-bottom: 115px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .footer-head {
    margin-bottom: 135px;
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .footer-wrap .footer-head {
    margin-bottom: 140px;
  }
}
.footer-wrap .logo-footer {
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 100px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .logo-footer {
    font-size: 130px;
  }
}
.footer-wrap .text-credit {
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .text-credit {
    font-size: 12px;
    text-align: center;
  }
}
.footer-wrap .footer-foot {
  width: 100%;
}
.footer-wrap .footer-foot .fotter-nav-top {
  font-size: 20px;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 500;
  margin: 0 0 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .footer-foot .fotter-nav-top {
    font-size: 20px;
  }
}
.footer-wrap .footer-foot .fotter-nav-top a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-wrap .footer-foot .fotter-nav-list {
  font-size: 12px;
  font-family: "marlide-display-variable", sans-serif;
  font-variation-settings: "wght" 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .footer-foot .fotter-nav-list {
    font-size: 12px;
    gap: 20px;
  }
}
.footer-wrap .footer-foot .fotter-nav-list .footer-nav-item a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-wrap .text-copyright {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 10px;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer-wrap .text-copyright {
    font-size: 10px;
    padding: 0 0;
    margin: 50px 0 0;
  }
}

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

.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.2) !important;
}
@media only screen and (min-width: 768px) {
  .item-d-none a {
    color: rgba(0, 0, 0, 0.2) !important;
  }
}
.item-d-none a .buy-text,
.item-d-none a .buy-wrap {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.2) !important;
}
.item-d-none a .buy-text.yellow,
.item-d-none a .buy-wrap.yellow {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.2) !important;
}

.animate-text {
  opacity: 0;
}

/* Swiper コンテナに高さを指定 */
.swiper-container {
  width: 100%;
  height: 100dvh; /* ビューポート全体の高さにする例 */
}

/* 各スライド */
.swiper-slide {
  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;
  width: 100%;
  height: 100dvh;
}

.fade-common {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade-common.is-fade-view {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.fade-common-02 {
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade-common-02.is-fade-view {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.kv-title-01,
.kv-title-02,
.kv-title-03,
.kv-photo-04,
.fade-kv-02 {
  opacity: 0 !important;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.kv-title-01.is-on,
.kv-title-02.is-on,
.kv-title-03.is-on,
.kv-photo-04.is-on,
.fade-kv-02.is-on {
  opacity: 1 !important;
}

.fade-common {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade-common.is-fade-view {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.fade-common-02 {
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade-common-02.is-fade-view {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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