@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.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: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.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 0.8s linear forwards;
     -moz-animation: digitanimation 0.8s linear forwards;
          animation: digitanimation 0.8s 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: 2s;
     -moz-transition-delay: 2s;
          transition-delay: 2s;
}
.digit.digit-standard-blur02.visible {
  -webkit-animation: digitanimation2 3.5s linear forwards;
     -moz-animation: digitanimation2 3.5s linear forwards;
          animation: digitanimation2 3.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.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.digit.steps03 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.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-10764-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-10764-primary img {
  width: 100%;
  vertical-align: top;
}
.wrap-10764-primary .section-10764 {
  width: 100%;
  position: relative;
}
.wrap-10764-primary .section-10764.pt-contents {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764.pt-contents {
    padding-top: 140px;
  }
}
.wrap-10764-primary .section-10764.pb-contents {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764.pb-contents {
    padding-bottom: 180px;
  }
}
.wrap-10764-primary .section-10764.py-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764.py-contents {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.wrap-10764-primary .section-10764.margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764.margin-top {
    margin-top: 80px;
  }
}
.wrap-10764-primary .section-10764.no-margin {
  margin-bottom: 0;
}
.wrap-10764-primary .section-10764.mn-contents {
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764.mn-contents {
    margin-bottom: -60px;
  }
}
.wrap-10764-primary .section-10764.no-padding {
  padding: 0 !important;
}
.wrap-10764-primary .section-10764.oveflow-hidden {
  overflow: hidden !important;
  width: 100% !important;
}
.wrap-10764-primary .section-10764.bg-gray {
  background-color: #EAEAEA;
}
.wrap-10764-primary .section-10764.bg-white {
  background-color: #ffffff;
}
.wrap-10764-primary .section-10764 .border-bottom-contents {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .section-10764 .border-bottom-contents {
    padding-bottom: 105px;
    margin-bottom: 160px;
  }
}
.wrap-10764-primary .section-10764 .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-10764-primary .container-box-10764 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .container-box-10764 {
    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-10764-primary .container-box-10764 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}
.wrap-10764-primary .container-box-10764.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.wrap-10764-primary .container-10764 {
  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-10764-primary .container-10764.xl {
  max-width: 1250px;
}
.wrap-10764-primary .container-10764.lg {
  max-width: 1162px;
}
.wrap-10764-primary .container-10764.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-10764-primary .container-10764.size-md-sm {
    width: 100%;
    max-width: 720px;
  }
}
.wrap-10764-primary .container-10764.lg-main {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .container-10764.lg-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wrap-10764-primary .container-10764.md-width {
  max-width: 700px;
}
.wrap-10764-primary .container-10764.no-padding-sm {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .container-10764.no-padding-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-10764-primary .container-10764-full {
  width: 100%;
  position: relative;
}
.wrap-10764-primary .container-10764-full.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.wrap-10764-primary .header-wrap {
  position: absolute;
  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-10764-primary .header-wrap {
    padding: 0 20px;
    top: 30px;
  }
}
.wrap-10764-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-10764-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-10764-primary .header-wrap .logo-header {
  width: 100%;
  max-width: 115px;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .wrap-10764-primary .header-wrap .logo-header {
    max-width: 162.62px;
  }
}
.wrap-10764-primary .header-wrap .logo-header h1 {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 0;
}
.wrap-10764-primary .header-wrap .logo-header svg {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrap-10764-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-10764-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-10764-primary .header-wrap .nav-h-list {
    right: 20px;
  }
}
.wrap-10764-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;
}
.wrap-10764-primary .header-wrap .nav-h-list_item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .wrap-10764-primary .header-wrap .nav-h-list_item {
    margin-left: 40px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
  }
}
.wrap-10764-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;
}
@media only screen and (min-width: 992px) {
  .wrap-10764-primary .header-wrap .nav-h-list_item a {
    color: #666666;
    padding: 0;
  }
  .wrap-10764-primary .header-wrap .nav-h-list_item a:hover {
    text-decoration: underline;
  }
}
.wrap-10764-primary .header-hamburger {
  width: 31px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .wrap-10764-primary .header-hamburger {
    width: 26px;
  }
}
.wrap-10764-primary .header-hamburger.active {
  top: 10px;
}
.wrap-10764-primary .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.wrap-10764-primary .hamburger span {
  width: 100%;
  height: 1px;
  background-color: #666666;
  position: relative;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.wrap-10764-primary .hamburger span:nth-child(1) {
  top: 0;
  width: 100%;
}
.wrap-10764-primary .hamburger span:nth-child(2) {
  margin: 7px 0;
  width: 100%;
}
.wrap-10764-primary .hamburger span:nth-child(3) {
  top: 0;
  margin: 0 0 0 auto;
  width: 100%;
}
.wrap-10764-primary .hamburger.active span {
  background-color: #ffffff;
}
.wrap-10764-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-10764-primary .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.wrap-10764-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-10764-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-10764-primary .nav-sp.active {
  -webkit-transform: translateX(45%);
     -moz-transform: translateX(45%);
      -ms-transform: translateX(45%);
          transform: translateX(45%);
}
.wrap-10764-primary .hero-contents {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 135px;
  margin-bottom: -60px;
  padding: 290px 0 0;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .hero-contents {
    margin-top: 210px;
    padding: 80px 0 0;
    margin-bottom: 0;
  }
}
.wrap-10764-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%;
  max-width: 1176px;
  margin-bottom: 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .hero-contents .hero-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.wrap-10764-primary .hero-contents .kv-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .wrap-10764-primary .hero-contents .kv-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
  }
}

.bland-item-list-wrap {
  width: 100%;
  max-width: 1176px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap {
    padding: 0 10px;
  }
}
.bland-item-list-wrap .bland-item-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-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.bland-item-list-wrap .bland-item-list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bland-item-list-wrap .bland-item-list_item {
  width: 33.333%;
  padding: 0 0.5%;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap .bland-item-list_item {
    width: 33.333%;
    padding: 0 1.7%;
  }
}
.bland-item-list-wrap .bland-item-list_item .ico-btn-credit {
  width: 12px;
  position: absolute;
  right: -webkit-calc(8px + 1%);
  right: -moz-calc(8px + 1%);
  right: calc(8px + 1%);
  top: 8px;
  z-index: 5;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap .bland-item-list_item .ico-btn-credit {
    right: -webkit-calc(15px + 3.4%);
    right: -moz-calc(15px + 3.4%);
    right: calc(15px + 3.4%);
    width: 18px;
    top: 15px;
    width: 18px;
  }
}
.bland-item-list-wrap .bland-item-list_item.item-full {
  width: 100%;
  position: relative;
  cursor: none;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap .bland-item-list_item.item-full {
    max-width: 900px;
  }
}
.bland-item-list-wrap .bland-item-list_item.colum-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap .bland-item-list_item.colum-between {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1160px) {
  .bland-item-list-wrap .bland-item-list_item.colum-between {
    padding: 70px 0;
  }
}
.bland-item-list-wrap .bland-item-list.contents-list .bland-item-list_item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .bland-item-list-wrap .bland-item-list.contents-list .bland-item-list_item {
    margin-bottom: 60px;
  }
}

.footer-img {
  width: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .footer-img {
    width: 97%;
  }
}

.text-scroll-va {
  width: 100%;
  font-size: 33px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 900;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .text-scroll-va {
    font-size: 96px;
  }
}
.text-scroll-va .text-inner {
  white-space: nowrap;
  line-height: 1;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .text-scroll-va .text-inner {
    padding: 20px 0;
  }
}

.hero-contents02 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0px;
  padding: 0 0 0;
  padding: 60px 0 60px;
}
@media only screen and (min-width: 768px) {
  .hero-contents02 {
    padding: 50px 0 65px;
    margin-top: 0px;
    padding: 0 0 0;
  }
}
.hero-contents02 .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%;
  max-width: 1176px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero-contents02 .hero-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.hero-contents02 .kv-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .hero-contents02 .kv-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
  }
}

.logo-footer {
  width: 94.64px;
  margin: 0 auto;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .logo-footer {
    width: 162.62px;
    margin-bottom: 0;
  }
}

.foot-font-list {
  font-family: "input-serif", serif;
  font-size: 10px;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (min-width: 768px) {
  .foot-font-list {
    font-size: 10px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-width: 1160px) {
  .foot-font-list {
    font-size: 12px;
  }
}
.foot-font-list_item {
  margin-bottom: 5px;
  text-align: center;
  font-size: 10px;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (min-width: 768px) {
  .foot-font-list_item {
    margin-bottom: 15px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1160px) {
  .foot-font-list_item {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.foot-font-list_item:last-child {
  margin-bottom: 0;
}
.foot-font-list_item a {
  color: #ffffff;
  text-decoration: none;
}

.copyright-text {
  font-family: "input-serif", serif;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (min-width: 768px) {
  .copyright-text {
    font-size: 10px;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.mgthumb {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

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

.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: -15px;
  left: -6px;
}
@media only screen and (min-width: 768px) {
  .slick-dots2 {
    left: -6px;
    bottom: -15px;
  }
}
.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: #000000;
  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(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0px;
  left: 0px;
  top: -1000vh;
  z-index: 0;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}
#mgpopup.active {
  top: 0;
  z-index: 9999;
  visibility: visible;
  overflow-y: auto;
}
#mgpopup.close {
  position: fixed;
  width: 36px;
  height: 36px;
  bottom: 15vw;
  right: 5vw;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#mgpopup.close::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -7px;
  top: 17px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#mgpopup.close::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -7px;
  top: 17px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#mgpopup.close:hover {
  border-color: #fff;
}
#mgpopup.close:hover::before, #mgpopup.close:hover #mgpopup .close:hover::after {
  background-color: #fff;
}
#mgpopup .mgpopupwrap {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #mgpopup .mgpopupwrap {
    margin: 60px auto 40px;
  }
}
@media only screen and (min-width: 1366px) {
  #mgpopup .mgpopupwrap {
    margin: 40px auto;
  }
}
#mgpopup .mgpopupwrap 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) {
  #mgpopup .mgpop {
    margin: 40px 0 100px;
  }
}

.fadeInTrigger, .fadeIn2Trigger, .fadeIn3Trigger {
  opacity: 0;
}

.fadeIn2 {
  -webkit-animation-name: fadeInAnime2;
     -moz-animation-name: fadeInAnime2;
          animation-name: fadeInAnime2;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes fadeInAnime {
  from {
    opacity: 0;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInAnime2 {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAnime3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInAnime3 {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInAnime3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
#mgpopup {
  width: 100%;
  overflow: hidden;
}
#mgpopup .mgpopup-logo {
  width: 125px;
  position: absolute;
  left: 15px;
  top: 15px;
}
@media only screen and (min-width: 1366px) {
  #mgpopup .mgpopup-logo {
    width: 188px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
#mgpopup .mgpopup-logo img {
  width: 100%;
}
#mgpopup .close {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 30px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #mgpopup .close {
    width: 40px;
    right: 40px;
    bottom: 25px;
  }
}
#mgpopup .close img {
  width: 100%;
}
#mgpopup .mgpopup-scroll {
  width: 8px;
  position: fixed;
  left: 10px;
  bottom: 30px;
}
@media only screen and (min-width: 1160px) {
  #mgpopup .mgpopup-scroll {
    left: 25px;
  }
}

.modal-contents {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal-contents {
    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-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 940px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .modal-contents {
    margin-left: 350px;
  }
}
.modal-contents .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) {
  .modal-contents .text-no-block {
    font-size: 85px;
    position: absolute;
    right: 30px;
    top: 10px;
  }
}
.modal-contents .text-no-block .text-no-block-inner {
  margin: 0 auto 15px auto;
  display: inline-block;
}
.modal-contents .text-no-block .sm {
  font-size: 20px;
  display: block;
  line-height: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .modal-contents .text-no-block .sm {
    font-size: 20px;
  }
}
.modal-contents .thumb-slider {
  margin-bottom: 20px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-contents .thumb-slider {
    width: 42%;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1160px) {
  .modal-contents .thumb-slider {
    width: 42%;
  }
}
.modal-contents .thumb-slider img {
  width: 100%;
}
.modal-contents .item-info {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .modal-contents .item-info {
    width: 53%;
    margin-top: 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 1160px) {
  .modal-contents .item-info {
    width: 53%;
    padding-left: 60px;
  }
}
.modal-contents .item-info .item-info-block.mb-contnets {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1160px) {
  .modal-contents .item-info .item-info-block.mb-contnets {
    margin-bottom: 25px;
  }
}
.modal-contents .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) {
  .modal-contents .item-info-title {
    font-size: 16px;
  }
}
.modal-contents .item-buy-link-list {
  width: 100%;
}
.modal-contents .item-buy-link-list_item {
  font-family: "input-serif", serif;
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .modal-contents .item-buy-link-list_item {
    font-size: 12px;
  }
}
.modal-contents .item-buy-link-list_item:last-child {
  margin-bottom: 0;
}
.modal-contents .item-buy-link-list_item .font-weight-black {
  font-weight: 900;
}
.modal-contents .item-buy-link-list_item.font-base {
  font-family: source-han-sans-japanese, sans-serif !important;
}
.modal-contents .item-buy-link-list_item .link-text {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  text-decoration: none;
}
.modal-contents .item-buy-link-list_item .link-text .text-buy {
  background-color: #ffb401;
  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;
}