@charset "UTF-8";
.slick-dots2 {
  position: relative;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 {
    margin-top: -30px;
  }
}
.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots2 li.slick-active button::before {
  color: #B14141;
}
.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
  cursor: pointer;
}
.slick-dots2 li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #B5AAAA;
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.slider {
  width: 100%;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1040px) {
  .slider .slick-arrow {
    width: 54px;
    height: 54px;
  }
}
.slider .prev-arrow {
  left: 15px !important;
}
@media only screen and (min-width: 768px) {
  .slider .prev-arrow {
    left: 0 !important;
  }
}
.slider .next-arrow {
  right: 15px !important;
}
@media only screen and (min-width: 768px) {
  .slider .next-arrow {
    right: 8px !important;
  }
}

.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;
  -webkit-flex: 0 0 33.333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

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

.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-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;
    -webkit-flex: 0 0 33.333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-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);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  -moz-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);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.digit-standard-top {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-top-page {
  opacity: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}
.digit.digit-standard-top-page.visible {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
     -moz-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.digit.digit-standard-blur {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.digit-standard-blur.visible {
  -webkit-animation: digitanimation 1.3s linear forwards;
     -moz-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);
  -moz-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;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.digit-standard-blur02.visible {
  -webkit-animation: digitanimation2 2.5s linear forwards;
     -moz-animation: digitanimation2 2.5s linear forwards;
          animation: digitanimation2 2.5s linear forwards;
}
.digit.digit-standard-grayscale {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-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);
  -moz-transition: 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;
     -moz-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);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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);
  -moz-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);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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;
     -moz-transition-delay: 3s;
          transition-delay: 3s;
}
.digit.digit-border {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-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;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation: leftright 0.5s linear forwards;
     -moz-animation: leftright 0.5s linear forwards;
          animation: leftright 0.5s linear forwards;
  -webkit-animation-delay: 0.9s;
     -moz-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;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: leftright 0.3s linear forwards;
     -moz-animation: leftright 0.3s linear forwards;
          animation: leftright 0.3s linear forwards;
  -webkit-animation-delay: 0s;
     -moz-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;
     -moz-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 1.4s;
     -moz-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;
     -moz-animation: topbottom 0.3s linear forwards;
          animation: topbottom 0.3s linear forwards;
  -webkit-animation-delay: 0.5s;
     -moz-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);
  -moz-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);
     -moz-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  -moz-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);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
  -moz-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);
     -moz-transform: translateY(0) translateX(100px);
      -ms-transform: translateY(0) translateX(100px);
          transform: translateY(0) translateX(100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -moz-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;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts {
  -webkit-transform: translateY(0) translateX(-100px);
     -moz-transform: translateY(0) translateX(-100px);
      -ms-transform: translateY(0) translateX(-100px);
          transform: translateY(0) translateX(-100px);
  -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
  -moz-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;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.lefts-fade {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-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);
  -moz-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;
  -moz-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
     -moz-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);
     -moz-transform: translateY(0);
      -ms-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);
  -moz-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;
  -moz-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.1s;
     -moz-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;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
  -moz-transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
  transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
}
.digit.steps02 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.steps03 {
  -webkit-transition-delay: 1.8s;
     -moz-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.digit.steps04 {
  -webkit-transition-delay: 1.6s;
     -moz-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.steps05 {
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
          transition-delay: 2s;
}
.digit.steps06 {
  -webkit-transition-delay: 2.4s;
     -moz-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.digit.steps07 {
  -webkit-transition-delay: 2.8s;
     -moz-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.digit.numbver01 {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.digit.numbver02 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.digit.numbver03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.digit.numbver04 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.digit.numbver05 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.numbver06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.digit.numbver07 {
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.digit.numbver08 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.digit.numbver09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.digit.numbver10 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}
.digit.numbver11 {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.digit.numbver12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.digit.numbver13 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.digit.numbver14 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.digit.numbver15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.digit.numbver16 {
  -webkit-transition-delay: 1.6s;
     -moz-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.digit.numbver17 {
  -webkit-transition-delay: 1.7s;
     -moz-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.digit.visible {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}

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

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

@keyframes leftright {
  0% {
    width: 0;
  }
  100% {
    width: -webkit-calc(100% + 45px);
    width: -moz-calc(100% + 45px);
    width: calc(100% + 45px);
  }
}
@-webkit-keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
  }
}
@-moz-keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
  }
}
@keyframes leftright-sm {
  0% {
    width: 0;
  }
  100% {
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
  }
}
@-webkit-keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@-moz-keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@keyframes topbottom {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + 30px);
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
  }
}
@-webkit-keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
@-moz-keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: -moz-calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
@keyframes topbottom-sm {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + 15px);
    height: -moz-calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
@-webkit-keyframes digitanimation {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-moz-keyframes digitanimation {
  0% {
    filter: blur(50px);
  }
  100% {
    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);
  }
}
@-moz-keyframes digitanimation2 {
  0% {
    filter: blur(0);
  }
  30% {
    filter: blur(50px);
  }
  100% {
    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;
  -moz-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;
     -moz-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;
    -webkit-flex: 0 0 50%;
       -moz-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;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: 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-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-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;
  -moz-transition: all ease-in 0.7;
  transition: all ease-in 0.7;
  line-height: 1;
  -webkit-box-sizing: border-box;
     -moz-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;
}

.is-body-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrap-11122-primary {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
  margin-top: 0 !important;
  line-height: 2;
  background-color: #212121;
  text-align: left;
  color: #000000;
  font-family: "input-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  /* ハンバーガーメニュークリック後のスタイル */
}
.wrap-11122-primary img {
  width: 100%;
  vertical-align: top;
}
.wrap-11122-primary .section-11122 {
  width: 100%;
  position: relative;
}
.wrap-11122-primary .section-11122.pt-contents {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122.pt-contents {
    padding-top: 140px;
  }
}
.wrap-11122-primary .section-11122.pb-contents {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122.pb-contents {
    padding-bottom: 180px;
  }
}
.wrap-11122-primary .section-11122.py-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122.py-contents {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.wrap-11122-primary .section-11122.margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122.margin-top {
    margin-top: 80px;
  }
}
.wrap-11122-primary .section-11122.no-margin {
  margin-bottom: 0;
}
.wrap-11122-primary .section-11122.mn-contents {
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122.mn-contents {
    margin-bottom: -60px;
  }
}
.wrap-11122-primary .section-11122.no-padding {
  padding: 0 !important;
}
.wrap-11122-primary .section-11122.oveflow-hidden {
  overflow: hidden !important;
  width: 100% !important;
}
.wrap-11122-primary .section-11122.bg-gray {
  background-color: #EAEAEA;
}
.wrap-11122-primary .section-11122.bg-white {
  background-color: #ffffff;
}
.wrap-11122-primary .section-11122 .border-bottom-contents {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .section-11122 .border-bottom-contents {
    padding-bottom: 105px;
    margin-bottom: 160px;
  }
}
.wrap-11122-primary .section-11122 .border-bottom-contents:after {
  content: "";
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  position: absolute;
}
.wrap-11122-primary .container-box-11122 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .container-box-11122 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .container-box-11122 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}
.wrap-11122-primary .container-box-11122.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.wrap-11122-primary .container-11122 {
  max-width: 1160px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-11122-primary .container-11122.xl {
  max-width: 1250px;
}
.wrap-11122-primary .container-11122.lg {
  max-width: 1162px;
}
.wrap-11122-primary .container-11122.size-md-sm {
  width: -webkit-calc(78% + 20px);
  width: -moz-calc(78% + 20px);
  width: calc(78% + 20px);
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .container-11122.size-md-sm {
    width: 100%;
    max-width: 720px;
  }
}
.wrap-11122-primary .container-11122.lg-main {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .container-11122.lg-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wrap-11122-primary .container-11122.md-width {
  max-width: 700px;
}
.wrap-11122-primary .container-11122.no-padding-sm {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .container-11122.no-padding-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-11122-primary .container-11122-full {
  width: 100%;
  position: relative;
}
.wrap-11122-primary .container-11122-full.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.wrap-11122-primary .header-wrap {
  position: fixed;
  top: 30px;
  left: 0;
  padding: 0 10px;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  top: 15px;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap {
    padding: 0 20px;
    top: 30px;
  }
}
.wrap-11122-primary .header-wrap .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .header-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap-11122-primary .header-wrap .logo-header {
  width: 100%;
  max-width: 54.4px;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .logo-header {
    max-width: 95.62px;
  }
}
.wrap-11122-primary .header-wrap .logo-header h1 {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 0;
}
.wrap-11122-primary .header-wrap .logo-header svg {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrap-11122-primary .header-wrap .nav-h-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 0 auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .nav-h-list {
    position: relative;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: auto;
    margin: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap-11122-primary .header-wrap .nav-h-list {
    right: 0;
  }
}
.wrap-11122-primary .header-wrap .nav-h-list_item {
  font-size: 14px;
  line-height: 1;
  font-family: "input-serif", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .nav-h-list_item:after {
    content: "/";
    color: #ffffff;
    padding-left: 13px;
  }
}
.wrap-11122-primary .header-wrap .nav-h-list_item:last-child {
  margin-bottom: 0;
}
.wrap-11122-primary .header-wrap .nav-h-list_item:last-child:after {
  content: "";
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .nav-h-list_item {
    margin-left: 12px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
  }
}
.wrap-11122-primary .header-wrap .nav-h-list_item a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-wrap .nav-h-list_item a {
    color: #ffffff;
    padding: 0;
  }
  .wrap-11122-primary .header-wrap .nav-h-list_item a:hover {
    text-decoration: underline;
  }
}
.wrap-11122-primary .header-hamburger {
  width: 31px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .wrap-11122-primary .header-hamburger {
    width: 26px;
  }
}
.wrap-11122-primary .header-hamburger.active {
  top: 10px;
}
.wrap-11122-primary .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.wrap-11122-primary .hamburger span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.wrap-11122-primary .hamburger span:nth-child(1) {
  top: 0;
  width: 100%;
}
.wrap-11122-primary .hamburger span:nth-child(2) {
  margin: 7px 0;
  width: 100%;
}
.wrap-11122-primary .hamburger span:nth-child(3) {
  top: 0;
  margin: 0 0 0 auto;
  width: 100%;
}
.wrap-11122-primary .hamburger.active span {
  background-color: #ffffff;
}
.wrap-11122-primary .hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrap-11122-primary .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.wrap-11122-primary .hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}
.wrap-11122-primary .nav-sp {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
}
.wrap-11122-primary .nav-sp.active {
  -webkit-transform: translateX(45%);
     -moz-transform: translateX(45%);
      -ms-transform: translateX(45%);
          transform: translateX(45%);
}
.wrap-11122-primary .text-copyright {
  position: fixed;
  width: 7px;
  right: 5px;
  bottom: 30%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .text-copyright {
    width: 12px;
    right: 10px;
  }
}
.wrap-11122-primary .hero-contents {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents {
    margin-top: 0;
    padding: 0;
    margin-bottom: 80px;
  }
}
.wrap-11122-primary .hero-contents .hero-inner {
  position: relative;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .hero-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.wrap-11122-primary .hero-contents .kv-lead-group {
  position: absolute;
  top: 34%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  z-index: 3;
}
.wrap-11122-primary .hero-contents .kv-lead-group .title-01 {
  width: 77.8%;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-lead-group .title-01 {
    width: 75.6%;
  }
}
.wrap-11122-primary .hero-contents .kv-lead-group .title-02 {
  width: 82.6%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-lead-group .title-02 {
    width: 39.7%;
  }
}
.wrap-11122-primary .hero-contents .kv-lead-group .scroll-text {
  width: 70px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-lead-group .scroll-text {
    width: 100px;
  }
}
.wrap-11122-primary .hero-contents .kv-bg {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-bg {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.wrap-11122-primary .hero-contents .kv-intro {
  position: relative;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-intro {
    position: absolute;
    width: 94%;
    left: 53%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10%;
    z-index: 2;
    padding: 0;
  }
}
.wrap-11122-primary .hero-contents .kv-intro .kv-intro-text {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .wrap-11122-primary .hero-contents .kv-intro .kv-intro-text {
    font-size: 12px;
  }
}

.grid-photo-list-wrap {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-photo-list-wrap.grid-photo-list-mb {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list-wrap.grid-photo-list-mb {
    margin-bottom: 80px;
  }
}
.grid-photo-list-wrap.grid-photo-list-mb-last {
  margin-bottom: 135px;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list-wrap.grid-photo-list-mb-last {
    margin-bottom: 125px;
  }
}

.grid-photo-list {
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list {
    width: 100%;
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.grid-photo-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.grid-photo-list_item {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list_item {
    margin-bottom: 0;
  }
}
.grid-photo-list_item.col-w-50 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list_item.col-w-50 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.grid-photo-list_item .grid-photo-card {
  width: 100%;
  position: relative;
}
.grid-photo-list_item .grid-photo-card-number {
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .grid-photo-list_item .grid-photo-card-number {
    left: 30px;
    top: 30px;
    font-size: 50px;
  }
}
.grid-photo-list_item .grid-photo-card-number.right {
  left: auto;
  right: 15px;
  top: 20px;
}
@media only screen and (min-width: 992px) {
  .grid-photo-list_item .grid-photo-card-number.right {
    right: 30px;
    top: 30px;
  }
}
.grid-photo-list_item .grid-photo-card-number .is-on {
  color: #FF0089;
  font-size: 60px;
}
@media only screen and (min-width: 992px) {
  .grid-photo-list_item .grid-photo-card-number .is-on {
    width: 48%;
    font-size: 100px;
  }
}
.grid-photo-list_item .mosaic-bodys10 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list_item .mosaic-bodys10 {
    width: 49.2%;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-photo-list_item .mosaic-bodys11 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-photo-list_item .mosaic-bodys11 {
    width: 61.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contents-footer-03 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents-footer-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
  }
}
.contents-footer-03 .mosaic-bodys07 {
  width: 77.6%;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .contents-footer-03 .mosaic-bodys07 {
    width: 41.7%;
    margin-left: 0;
  }
}
.contents-footer-03 .imt-title {
  width: 50.4%;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .contents-footer-03 .imt-title {
    position: relative;
    width: 28.55%;
    margin-left: 5%;
  }
}

.item-buy-list-wrap.contents01 {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents01 {
    position: absolute;
    z-index: 3;
    margin: 0;
    bottom: 20%;
    right: 2%;
  }
}
.item-buy-list-wrap.contents02 {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents02 {
    position: absolute;
    z-index: 3;
    margin: 0;
    bottom: 22%;
    right: 52%;
  }
}
.item-buy-list-wrap.contents03 {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents03 {
    position: absolute;
    z-index: 3;
    margin: 0;
    top: 35%;
    right: 53%;
  }
}
.item-buy-list-wrap.contents04 {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents04 {
    position: absolute;
    z-index: 3;
    margin: 0;
    top: 7rem;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .item-buy-list-wrap.contents04 {
    position: absolute;
    top: 12rem;
    right: 30px;
  }
}
.item-buy-list-wrap.contents05 {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents05 {
    position: absolute;
    z-index: 3;
    margin: 0;
    top: 7rem;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .item-buy-list-wrap.contents05 {
    position: absolute;
    top: 16rem;
    right: 28%;
  }
}
@media only screen and (min-width: 992px) {
  .item-buy-list-wrap.contents05 {
    top: 27px;
  }
}

.item-buy-list_item {
  width: auto;
  margin-bottom: 6px;
  line-height: 1;
}
.item-buy-list_item:last-child {
  margin-bottom: 0;
}
.item-buy-list_item .item-buy-list-link {
  text-decoration: none;
  color: #ffffff;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .item-buy-list_item .item-buy-list-link {
    font-size: 12px;
  }
}
.item-buy-list_item .item-buy-list-link .link-buy {
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .item-buy-list_item .item-buy-list-link .link-buy {
    margin-left: 20px;
  }
}
.item-buy-list_item .item-buy-list-link:hover {
  text-decoration: none;
}
.item-buy-list_item .item-buy-list-link:hover .link-buy {
  font-weight: 700;
  text-decoration: underline;
}

.btn-modal-more {
  width: 38px;
  position: absolute;
  right: 8px;
  bottom: 10px;
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .btn-modal-more {
    width: 50px;
    right: 10px;
    bottom: 10px;
  }
}
.btn-modal-more.left {
  right: 8px;
  bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .btn-modal-more.left {
    right: auto;
    left: 30px;
    bottom: 15px;
  }
}

.btn-modal-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  cursor: pointer !important;
}

.modal-wrap {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-wrap.is-active {
  opacity: 1;
}

.modal__bg {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  max-width: 1100px;
  max-height: 90%;
  overflow-y: auto;
}

.modal-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .modal-card {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-card {
    padding: 80px 100px;
  }
}
.modal-card .modal-card-thumb {
  width: 100%;
  margin-bottom: 15px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .modal-card .modal-card-thumb {
    width: 52%;
    margin-bottom: 30px;
  }
}
.modal-card .modal-card-body {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-card .modal-card-body {
    width: 48%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.modal-card .modal-card-body .modal-card-body-title {
  color: #E82D70;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .modal-card .modal-card-body .modal-card-body-title {
    margin-bottom: 20px;
  }
}
.modal-card .modal-card-body .modal-card-body-text {
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .modal-card .modal-card-body .modal-card-body-text {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.modal-card .modal-card-body .item-buy-list-wrap {
  position: relative;
}
.modal-card .modal-card-body .item-buy-list-wrap .item-buy-list_item .item-buy-list-link {
  color: #000000;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .modal-card .modal-card-body .item-buy-list-wrap .item-buy-list_item .item-buy-list-link {
    font-size: 12px;
  }
}
.modal-card .btn-modal-close {
  width: 45px;
  position: relative;
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) {
  .modal-card .btn-modal-close {
    width: 48.67px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal-card .btn-modal-close {
    width: 60px;
    right: 20px;
    bottom: 20px;
  }
}

.mosaic-body {
  position: relative;
}
.mosaic-body .mosaic-in {
  top: 0;
  left: 0;
}

canvas {
  top: 0;
  left: 0;
  position: relative;
  z-index: 2;
}
canvas.is-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-11122-wrap {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap {
    margin-bottom: 100px;
  }
}
.footer-11122-wrap .footer-11122-contents01 {
  margin-bottom: 45px;
}
.footer-11122-wrap .footer-11122-contents01 .title-foot {
  line-height: 1;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents01 .title-foot {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.footer-11122-wrap .footer-11122-contents01 .text-intro {
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents01 .text-intro {
    font-size: 12px;
  }
}
.footer-11122-wrap .footer-11122-contents01 .text-intro .link-text {
  color: #ffffff;
}
.footer-11122-wrap .footer-11122-contents01 .text-intro .link-text:hover {
  text-decoration: none;
}
.footer-11122-wrap .footer-11122-contents02 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents02 {
    margin-bottom: 90px;
  }
}
.footer-11122-wrap .footer-11122-contents02 .title-foot {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents02 .title-foot {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.footer-11122-wrap .footer-11122-contents02 .text-intro {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents02 .text-intro {
    font-size: 12px;
  }
}
.footer-11122-wrap .footer-11122-contents03 {
  font-size: 12px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-11122-wrap .footer-11122-contents03 {
    font-size: 14px;
  }
}
.footer-11122-wrap .footer-11122-contents03 .black-font {
  font-weight: 900;
}

.position-relative {
  position: relative;
}

.scroll-none {
  overflow: hidden !important;
}

.thumb-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.slick-track img {
  width: 100%;
}

.slick-slider img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.slick-arrow.prev-arrow {
  left: -18px;
  width: 35px !important;
  height: 35px !important;
}
@media only screen and (min-width: 768px) {
  .slick-arrow.prev-arrow {
    left: -20px;
    width: 40px !important;
    height: 40px !important;
  }
}
.slick-arrow.next-arrow {
  right: -18px;
  width: 35px !important;
  height: 35px !important;
}
@media only screen and (min-width: 768px) {
  .slick-arrow.next-arrow {
    right: -20px;
    width: 40px !important;
    height: 40px !important;
  }
}

.slick-dots2 {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  bottom: 20px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 {
    bottom: 20px;
    left: 10px;
  }
}
.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 li {
    margin: 0 2px;
  }
}
.slick-dots2 li.slick-active button::before {
  color: #ffffff;
}
.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
  cursor: pointer;
}
.slick-dots2 li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FF0089;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 li button:before {
    font-size: 20px;
  }
}

.slick-dots2 > li:first-child:last-child {
  display: none !important;
}

/*
.mgpoping{overflow-y:hidden;}
#mgpopup{ 
  position: fixed;
  background-color:rgba(#000000, 0.85); 
  width: 100vw; 
  height: 100vh; 
  padding: 0; 
  margin: 0px; 
  left: 0px; 
  top:-1000vh; 
  //top:0; 
  z-index: 0; 
  overflow: scroll; 
  opacity: 0;
  visibility: hidden;
  //opacity: 1; 
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  &.active { 
    top: 0; 
    z-index: 9999; 
    visibility: visible;
    overflow-y: auto;
  }
  &.close { 
    position:fixed; 
    width: 36px; 
    height: 36px; 
    bottom:15vw; 
    right:5vw; 
    border:2px solid #fff; 
    cursor: pointer; 
    z-index: 999; 
    transition: all 0.5s 0s ease;

    &::before {
      content: ""; 
      width: 50px; 
      height: 2px; 
      background-color: #fff; 
      transform: rotate(-45deg); 
      position: absolute; 
      left:-7px; 
      top:17px; 
      transition: all 0.5s 0s ease;
    }
    &::after {
      content: ""; 
      width:50px; 
      height: 2px; 
      background-color: #fff; 
      transform: rotate(45deg); 
      position: absolute; 
      left:-7px; 
      top:17px; 
      transition: all 0.5s 0s ease;
    }

    &:hover {
      border-color:#fff;
      &::before, #mgpopup .close:hover::after {
        background-color: #fff;
      }
    }
  }

  .mgpopupwrap{
    width: 100%;
    max-width: 100%; 
    margin: 40px auto; 
    padding: 0; 
    position: relative;
    box-sizing: border-box;
    @media only screen and (min-width: 768px) {
    margin: 60px auto 40px; 
    }
    @media only screen and (min-width: 1366px) {
      margin: 40px auto; 
    }

    p{margin-bottom: 10px; color: #fff; font-size: 12px; line-height: 2; margin-top: 15px; font-family: 'Noto Sans JP', sans-serif; font-weight: 400;}
  }
}

#mgpopup .mgpop{
  margin: 30px 0 60px;
  @media only screen and (min-width: 768px) {
    margin: 40px 0 100px;
  }
}

.fadeInTrigger,.fadeIn2Trigger,.fadeIn3Trigger{opacity: 0;}
//.fadeIn{animation-name:fadeInAnime; animation-duration:1s; animation-fill-mode:forwards; opacity:0;}
.fadeIn2{animation-name:fadeInAnime2; animation-duration:1.5s; animation-fill-mode:forwards; opacity:0;}
//.fadeIn3{animation-name:fadeInAnime3; animation-duration:2.5s; animation-fill-mode:forwards; opacity:0;}
@keyframes fadeInAnime{
from {opacity: 0; transform: translateY(0);}
to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeInAnime2{
from {opacity: 0; transform: translateY(30px);}
to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeInAnime3{
from {opacity: 0; transform: translateY(30px);}
to {opacity: 1; transform: translateY(0);}
}

#mgpopup {
  width: 100%;
  overflow: hidden;
  .mgpopup-logo {
    width: 125px;
    position: absolute;
    left: 15px;
    top: 15px;
    @media only screen and (min-width: 1366px) {
      width: 188px;
      position: absolute;
      left: 20px;
      top: 20px;
    }

    img {
      width: 100%;
    }
  }

  .close {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 30px;
    z-index: 10;
    cursor: pointer;
    @media only screen and (min-width: 768px) {
      width: 40px;
      right: 40px;
      bottom: 25px;
    }

    img {
      width: 100%;
    }
  }

  .mgpopup-scroll {
    width: 8px;
    position: fixed;
    left: 10px;
    bottom: 30px;
    @media only screen and (min-width: 1160px) {
      left: 25px;
    }
  }
}

.modal-contents {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  @media only screen and (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    //justify-content: flex-end;
    align-items: flex-end;

    max-width: 940px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
  @media only screen and (min-width: 1366px) {
    //margin-right: calc(8% + 10px);
    margin-left: 350px;
  }

  .text-no-block {
    font-size: 80px;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 900;
    line-height: 0.7;
    color: #ffffff;
    position: relative;
    margin: 0 auto 10px auto;
    text-align: right;
    @media only screen and (min-width: 768px) {
      font-size: 85px;
      position: absolute;
      right: 30px;
      top: 10px;
    }

    .text-no-block-inner {
      margin: 0 auto 15px auto;
      display: inline-block;
    }

    .sm {
      font-size: 20px;
      display: block;
      line-height: 1;
      text-align: left;
      @media only screen and (min-width: 768px) {
        font-size: 20px;
      }
    }
  }

  .thumb-slider {
    margin-bottom: 20px !important;
    width: 100%;
    @media only screen and (min-width: 768px) {
      width: 100%;
      margin-bottom: 0 !important;
    }
    @media only screen and (min-width: 1160px) {
      width: 100%;
    }

    img {
      width: 100%;
    }
  }

  .item-info {
    width: 100%;
    margin-top: 40px;
    @media only screen and (min-width: 768px) {
      width: calc(100% - 47%);
      margin-top: 0;
      padding-left: 20px;
      box-sizing: border-box;
    }
    @media only screen and (min-width: 1160px) {
      width: calc(100% - 47%);
      padding-left: 60px;
    }

    .item-info-block {
      &.mb-contnets {
        margin-bottom: 25px;
        @media only screen and (min-width: 1160px) {
          margin-bottom: 25px;
        }
      }
    }
  }

  .item-info-title {
    font-family: "input-serif", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #ffffff;
    @media only screen and (min-width: 768px) {
      font-size: 16px;
    }
  }

  .item-buy-link-list {
    width: 100%;
    &_item {
      font-family: "input-serif", serif;
      font-size: 10px;
      color: #ffffff;
      margin-bottom: 5px;
      @media only screen and (min-width: 768px) {
        font-size: 12px;
      }
      &:last-child {
        margin-bottom: 0;
      }
      .font-weight-black {
        font-weight: 900;
      }

      &.font-base {
        font-family: $font-base !important;
      }

      .link-text {
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        transition: all 0.3s;
        line-height: 1;
        text-decoration: none;
        .text-buy {
          background-color: #000000;
          color: #ffffff;
          display: inline-block;
          padding: 4px 5px;

        }


      }
    }
  }
}*/
.unit-group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
@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-group01 {
  max-width: 982px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-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;
  max-width: 200px;
  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: -webkit-calc(100% - 45px) !important;
    width: -moz-calc(100% - 45px) !important;
    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;
       -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-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;
     -moz-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;
}