@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-blur {
  -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-blur.visible {
  -webkit-animation: digitanimation 0.5s linear forwards;
     -moz-animation: digitanimation 0.5s linear forwards;
          animation: digitanimation 0.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);
  }
}
.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%;
    overflow-x: hidden !important;
  }
}
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;
}

img {
  width: 100%;
}

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

body {
  height: 100vh !important;
  overflow: hidden;
}
body.is-fadein {
  height: 100% !important;
  overflow: visible;
}

.wrap-10312-primary {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 0 !important;
  line-height: 2;
  background-color: #E8E8E8;
  color: #000000;
  font-family: "input-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.wrap-10312-primary img {
  width: 100%;
  vertical-align: top;
}
.wrap-10312-primary p {
  z-index: 1;
  position: relative;
  display: block;
}
.wrap-10312-primary .section-10312 {
  width: 100%;
  position: relative;
}
.wrap-10312-primary .section-10312.pt-contents {
  padding-top: 160px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .section-10312.pt-contents {
    padding-top: 140px;
  }
}
.wrap-10312-primary .section-10312.pb-contents {
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .section-10312.pb-contents {
    padding-bottom: 180px;
  }
}
.wrap-10312-primary .section-10312.py-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .section-10312.py-contents {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.wrap-10312-primary .section-10312.margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .section-10312.margin-top {
    margin-top: 80px;
  }
}
.wrap-10312-primary .section-10312.no-margin {
  margin-bottom: 0;
}
.wrap-10312-primary .section-10312.no-padding {
  padding: 0 !important;
}
.wrap-10312-primary .section-10312.oveflow-hidden {
  overflow: hidden !important;
  width: 100% !important;
}
.wrap-10312-primary .section-10312.bg-gray {
  background-color: #EAEAEA;
}
.wrap-10312-primary .section-10312.bg-white {
  background-color: #ffffff;
}
.wrap-10312-primary .section-10312 .border-bottom-contents {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .section-10312 .border-bottom-contents {
    padding-bottom: 105px;
    margin-bottom: 160px;
  }
}
.wrap-10312-primary .section-10312 .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-10312-primary .container-box-10312 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .container-box-10312 {
    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-10312-primary .container-box-10312 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}
.wrap-10312-primary .container-box-10312.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.wrap-10312-primary .container-10312 {
  max-width: 1002px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-10312-primary .container-10312.xl {
  max-width: 1250px;
}
.wrap-10312-primary .container-10312.lg {
  max-width: 1162px;
}
.wrap-10312-primary .container-10312.size-md-sm {
  width: -webkit-calc(78% + 20px);
  width: -moz-calc(78% + 20px);
  width: calc(78% + 20px);
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .container-10312.size-md-sm {
    width: 100%;
    max-width: 720px;
  }
}
.wrap-10312-primary .container-10312.lg-main {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .container-10312.lg-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wrap-10312-primary .container-10312.md-width {
  max-width: 700px;
}
.wrap-10312-primary .container-10312.no-padding-sm {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .container-10312.no-padding-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrap-10312-primary .container-10312-full {
  width: 100%;
  position: relative;
}
.wrap-10312-primary .container-10312-full.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.wrap-10312-primary .header-wrap {
  position: fixed;
  top: 10px;
  left: 0;
  padding: 0 20px;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap {
    padding: 30px 20px 0 40px;
    top: 0;
  }
}
.wrap-10312-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%;
}
.wrap-10312-primary .header-wrap .logo-header {
  width: 100%;
  max-width: 65.88px;
  position: relative;
  line-height: 1;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap .logo-header {
    max-width: 111.65px;
  }
}
.wrap-10312-primary .header-wrap .logo-header h1 {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 0;
}
.wrap-10312-primary .header-wrap .logo-header svg {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrap-10312-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: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  /*@media only screen and (min-width: 992px) {
    position: relative;
    width: calc(100% - 150px);
    justify-content: flex-end;
    max-width: auto;
    margin: 0;
    right: 0;
    flex-flow: row;
    padding: 0;
    text-align: left;
  }*/
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap .nav-h-list {
    display: block;
    top: 10px;
    right: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    text-align: right;
  }
}
.wrap-10312-primary .header-wrap .nav-h-list_item {
  font-size: 14px;
  line-height: 1;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
}
.wrap-10312-primary .header-wrap .nav-h-list_item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap .nav-h-list_item {
    margin-left: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
  }
}
.wrap-10312-primary .header-wrap .nav-h-list_item a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap .nav-h-list_item a {
    color: #000000;
    padding: 0;
  }
}
.wrap-10312-primary .header-wrap .nav-h-list_item a.nav-05 {
  width: 45px;
  margin: 0 auto;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-wrap .nav-h-list_item a.nav-05 {
    margin: 0;
    margin-top: 0;
    width: 34px;
  }
}
.wrap-10312-primary .header-wrap .nav-h-list_item a:hover {
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  opacity: 0.7;
}
.wrap-10312-primary .header-hamburger {
  width: 31px;
  position: fixed;
  right: 20px;
  top: 17px;
}
@media only screen and (min-width: 992px) {
  .wrap-10312-primary .header-hamburger {
    width: 26px;
  }
}
.wrap-10312-primary .header-hamburger.active {
  top: 15px;
}
.wrap-10312-primary .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.wrap-10312-primary .hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: relative;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.wrap-10312-primary .hamburger span:nth-child(1) {
  top: 0;
  width: 100%;
}
.wrap-10312-primary .hamburger span:nth-child(2) {
  margin: 7px 0;
  width: 100%;
}
.wrap-10312-primary .hamburger span:nth-child(3) {
  top: 0;
  margin: 0 0 0 auto;
  width: 100%;
}
.wrap-10312-primary .hamburger.active span {
  background-color: #000000;
}
.wrap-10312-primary .hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrap-10312-primary .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.wrap-10312-primary .hamburger.active span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}
.wrap-10312-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(223, 28, 14, 0.9);
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  transition: ease 0.4s;
}
.wrap-10312-primary .nav-sp.active {
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.ico-scroll-down {
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 2;
  width: 10px;
}
@media only screen and (min-width: 992px) {
  .ico-scroll-down {
    right: 25px;
    bottom: 40px;
    width: 10px;
  }
}
.ico-scroll-down svg {
  width: 100%;
  max-width: 10px;
}
.ico-scroll-down.is-black path {
  fill: #000000 !important;
}
.ico-scroll-down.is-black text {
  fill: #000000 !important;
}

.img-photo {
  width: 100%;
}

.thumb-01 {
  width: 100%;
  max-width: 694px;
  padding: 0 47px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 85px auto 55px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumb-01 {
    width: 100%;
    margin: 175px auto 95px;
  }
}
.thumb-01 .img-title-01 {
  position: absolute;
  width: 100%;
  max-width: 87px;
  top: 8%;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .thumb-01 .img-title-01 {
    max-width: 171px;
    top: 8%;
  }
}

.intro-inner-block-01 {
  width: 83%;
  max-width: 580px;
  position: relative;
  padding: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  margin: 0 auto 45px auto;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .intro-inner-block-01 {
    padding: 40px;
    max-width: 580px;
    font-size: 18px;
    margin-bottom: 145px;
  }
}

.quotation-marks01 {
  width: 23px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.quotation-marks02 {
  width: 23px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.thumb-02 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 10px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-02 {
    width: 68.1%;
    margin: 0 auto 0 0;
  }
}

.thumb-03 {
  width: 70.6%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 10px auto;
}
@media only screen and (min-width: 992px) {
  .thumb-03 {
    width: 48.1%;
    margin: -10% 0 0 auto;
  }
}
.thumb-03 .img-title-03 {
  position: absolute;
  width: 100%;
  max-width: 241px;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .thumb-03 .img-title-03 {
    max-width: 303px;
    top: 50%;
    left: -202px;
  }
}

.thumb-04 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -20% auto 100px auto;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .thumb-04 {
    width: 68.1%;
    margin: -10% auto 185px auto;
  }
}

.goods-detail-link-list-wrap-04 {
  width: 100%;
  padding: 0 47px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-04 {
    width: 100%;
    margin-top: 20px;
  }
}

.thumb-05 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 10px;
  padding: 0 18px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-05 {
    width: 38.1%;
    margin: 0 auto 0 23.1%;
    padding: 0 0;
  }
}

.thumb-06 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -10% auto 10px;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-06 {
    width: 41.6%;
    margin: -8% 5.5% 0 auto;
    padding: 0 0;
  }
}
.thumb-06 .img-title-06 {
  position: absolute;
  width: 100%;
  max-width: 237px;
  z-index: 2;
  left: 5%;
  bottom: 16%;
}
@media only screen and (min-width: 992px) {
  .thumb-06 .img-title-06 {
    max-width: 224px;
    left: 10%;
    bottom: 7%;
  }
}

.thumb-07 {
  width: 87.2%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -20% 0 0 auto;
  padding: 0 0;
  z-index: 2;
  margin-bottom: 130px;
}
@media only screen and (min-width: 992px) {
  .thumb-07 {
    margin: 0;
    width: 100%;
    margin-bottom: 130px;
  }
}
.thumb-07 .img-photo {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumb-07 .img-photo {
    width: 36.3%;
    position: absolute;
    left: 8.4%;
    bottom: 50%;
  }
}

.goods-detail-link-list-wrap-07 {
  width: -webkit-calc(100% - 47px);
  width: -moz-calc(100% - 47px);
  width: calc(100% - 47px);
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-07 {
    width: 41.6%;
    padding: 0;
    margin: 0 5.5% 0 auto;
  }
}

.item-desc-title07 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title07 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.item-desc-text07 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .item-desc-text07 {
    font-size: 14px;
    margin-bottom: 25px;
    margin-bottom: 20px;
  }
}

.thumb-08 {
  width: 78.1%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 125px auto;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-08 {
    width: 38.4%;
    margin: 0 auto 280px 28.8%;
    padding: 0 0;
  }
}
.thumb-08 .img-title-08 {
  position: absolute;
  width: 100%;
  max-width: 44px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  left: -54px;
  top: 50%;
}
@media only screen and (min-width: 992px) {
  .thumb-08 .img-title-08 {
    max-width: 57px;
    left: -104px;
  }
}

.thumb-09 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-09 {
    width: 68%;
    margin: 0 auto 20px auto;
    padding: 0 0;
  }
}

.thumb-10 {
  width: 69.8%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 20px 0;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-10 {
    width: 38.1%;
    margin: 0 auto 0 24.3%;
    padding: 0 0;
  }
}

.thumb-11 {
  width: 80%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 0 auto;
  padding: 0 0;
  z-index: 1;
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .thumb-11 {
    margin: 0;
    width: 100%;
    margin-bottom: 130px;
  }
}
.thumb-11 .img-photo {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumb-11 .img-photo {
    width: 36.8%;
    position: absolute;
    right: 5.8%;
    top: -50%;
    z-index: 1;
  }
}
.thumb-11 .img-title-11 {
  position: absolute;
  width: 100%;
  max-width: 125px;
  z-index: 2;
  right: 15px;
  bottom: -40px;
  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;
}
@media only screen and (min-width: 992px) {
  .thumb-11 .img-title-11 {
    max-width: 129px;
    bottom: -45px;
  }
}
.thumb-11 .img-title-11 img {
  margin-right: 5px;
}

.goods-detail-link-list-wrap-11 {
  width: -webkit-calc(100% - 47px);
  width: -moz-calc(100% - 47px);
  width: calc(100% - 47px);
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 55px;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-11 {
    width: 38.1%;
    margin: 30px auto 0 24.3%;
    padding: 0 0;
  }
}

.thumb-12 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 60px auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-12 {
    margin: 0 0 100px 0;
    width: 100%;
  }
}
.thumb-12 .img-photo {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumb-12 .img-photo {
    width: 41.6%;
    position: relative;
    margin: 0 auto 0 13.1%;
    z-index: 1;
  }
}
.thumb-12 .img-title-12 {
  position: absolute;
  width: 100%;
  max-width: 125px;
  z-index: 2;
  right: 20px;
  bottom: -40px;
}
@media only screen and (min-width: 992px) {
  .thumb-12 .img-title-12 {
    max-width: 129px;
    bottom: -45px;
  }
}

.goods-detail-link-list-wrap-12 {
  width: 100%;
  padding: 0 47px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-12 {
    width: 41.6%;
    position: absolute;
    left: 57.5%;
    bottom: 0;
    padding: 0;
  }
}

.item-desc-title12 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title12 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.item-desc-text12 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .item-desc-text12 {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.thumb-13 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-13 {
    width: 41.6%;
    margin: 0 auto 55px auto;
    padding: 0 0;
  }
}
.thumb-13 .img-title-13 {
  position: absolute;
  width: 100%;
  max-width: 204px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  left: 50%;
  bottom: -20px;
}
@media only screen and (min-width: 992px) {
  .thumb-13 .img-title-13 {
    max-width: 360px;
    bottom: -20px;
  }
}

.thumb-14 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 100px;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-14 {
    margin: 0 auto 20px;
    width: 68%;
  }
}
.thumb-14 .img-photo {
  width: 100%;
  position: relative;
}

.goods-detail-link-list-wrap-14 {
  width: 100%;
  padding: 0 47px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-14 {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 0;
  }
}

.thumb-15 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-15 {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
.thumb-15 .img-photo {
  width: 100%;
  position: relative;
}

.thumb-16 {
  width: 64.5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -10% auto 65px;
  padding: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-16 {
    margin: -10% auto 95px;
  }
}
@media only screen and (min-width: 992px) {
  .thumb-16 {
    width: 38.8%;
    margin: -15% auto 155px 0;
    padding: 0 0;
  }
}
.thumb-16 .img-title-16 {
  position: relative;
  width: 100%;
  max-width: 238px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  .thumb-16 .img-title-16 {
    position: absolute;
    max-width: 238px;
    margin: 0;
    right: -160px;
    bottom: 10%;
  }
}

.thumb-17-20 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -10% auto 65px;
  padding: 0 0;
  z-index: 2;
  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;
}
@media only screen and (min-width: 992px) {
  .thumb-17-20 {
    max-width: 58.75%;
    margin: 0 auto 122px auto;
    padding: 0 0;
  }
}
.thumb-17-20 .img-photo {
  width: 50%;
}

.thumb-21 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 60px auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-21 {
    margin: 0 0 290px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1360px) {
  .thumb-21 {
    margin: 0 0 100px 0;
  }
}
.thumb-21 .img-photo {
  width: 74.9%;
  position: relative;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .thumb-21 .img-photo {
    width: 46.3%;
    position: relative;
    margin: 0 0 0 auto;
    z-index: 1;
  }
}
.thumb-21 .img-title-21 {
  position: absolute;
  width: 100%;
  max-width: 125px;
  z-index: 2;
  right: 20px;
  bottom: -40px;
}
@media only screen and (min-width: 992px) {
  .thumb-21 .img-title-21 {
    max-width: 129px;
    bottom: -45px;
  }
}

.goods-detail-link-list-wrap-21 {
  width: 100%;
  padding: 0 47px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-21 {
    width: 30.3%;
    position: absolute;
    left: 21.3%;
    top: -15%;
    padding: 0;
    margin: 0;
  }
}

.item-desc-title21 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title21 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.item-desc-text21 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .item-desc-text21 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.thumb-22 {
  width: 100%;
  max-width: 992px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 0;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-22 {
    margin: 0 auto 0;
    width: 100%;
  }
}
.thumb-22 .img-photo {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumb-22 .img-photo {
    margin: 0 auto 0 0;
    width: 61%;
  }
}

.thumb-23 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 71px auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-23 {
    margin: 0 0 260px 0;
    width: 100%;
  }
}
.thumb-23 .img-photo {
  width: 61.6%;
  position: relative;
  margin: 0 auto 0 18px;
}
@media only screen and (min-width: 992px) {
  .thumb-23 .img-photo {
    width: 34.7%;
    position: relative;
    margin: -30% 4.5% 0 auto;
    z-index: 1;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.goods-detail-link-list-wrap-23 {
  width: 100%;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-23 {
    width: auto;
    position: absolute;
    right: 42%;
    bottom: 0;
    margin-top: 0;
  }
}

.thumb-24-25 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -10% auto 60px;
  padding: 0 0;
  z-index: 2;
  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;
}
@media only screen and (min-width: 992px) {
  .thumb-24-25 {
    width: 81.1%;
    margin: 0 auto 0 auto;
    padding: 0 0;
  }
}
.thumb-24-25 .img-photo {
  width: 50%;
}

.thumb-24-25-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
  z-index: 2;
  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;
}
@media only screen and (min-width: 992px) {
  .thumb-24-25-slide {
    width: 81.1%;
    margin: 0 auto 122px auto;
    padding: 0 0;
  }
}
.thumb-24-25-slide .img-photo {
  width: 76%;
}

.goods-detail-link-list-wrap-25 {
  width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 18px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-25 {
    width: auto;
    margin: 0 0 0 auto;
    margin-top: 30px;
    position: relative;
  }
}

.thumb-26 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-26 {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 992px;
  }
}
.thumb-26 .img-photo {
  width: 74.6%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .thumb-26 .img-photo {
    width: 57%;
    position: relative;
    margin: 0 auto 0 0;
    z-index: 1;
    padding-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.thumb-27 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -15% auto 0 auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-27 {
    margin: -25% 30px 0 auto;
    width: 41.6%;
  }
}
.thumb-27 .img-title-27 {
  position: absolute;
  width: 100%;
  max-width: 214px;
  left: 12%;
  bottom: 20%;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .thumb-27 .img-title-27 {
    max-width: 242px;
    left: 12%;
    bottom: 12%;
  }
}
.thumb-27 .img-photo {
  width: 100%;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .thumb-27 .img-photo {
    width: 100%;
  }
}

.thumb-28 {
  width: 74%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: -20% 0 30px auto;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-28 {
    margin: -40% auto 0 30px;
    width: 33.33%;
  }
}
.thumb-28 .img-photo {
  width: 100%;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .thumb-28 .img-photo {
    width: 100%;
  }
}

.thumb-29 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 100px 0;
  padding: 0 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .thumb-29 {
    margin: -3% 9.5% 275px auto;
    width: 48.6%;
  }
}
.thumb-29 .img-photo {
  width: 100%;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .thumb-29 .img-photo {
    width: 100%;
  }
}

.goods-detail-link-list-wrap-29 {
  width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 18px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-29 {
    width: auto;
    margin: 0 0 0 auto;
    margin-top: 30px;
    position: relative;
  }
}

.thumb-30 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 50px auto 30px auto;
  padding: 0 0;
  z-index: 1;
  max-width: 992px;
}
@media only screen and (min-width: 992px) {
  .thumb-30 {
    margin: 90px auto 0 auto;
    width: 100%;
  }
}
.thumb-30 .img-photo {
  width: 55.2%;
  position: relative;
  margin: 0 auto 30px 18px;
}
@media only screen and (min-width: 992px) {
  .thumb-30 .img-photo {
    width: 42.7%;
    position: relative;
    margin: 0 auto 0 0;
    z-index: 1;
  }
}

.goods-detail-link-list-wrap-30 {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 18px;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-30 {
    width: 54.5%;
    position: absolute;
    left: 46%;
    top: 0;
    margin: 0;
  }
}

.item-desc-title30 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title30 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.item-desc-text30 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .item-desc-text30 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.thumb-31 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 60px auto;
  padding: 0 0;
  z-index: 1;
  max-width: 992px;
}
@media only screen and (min-width: 992px) {
  .thumb-31 {
    margin: -10rem auto 100px auto;
    width: 100%;
  }
}
.thumb-31 .img-photo {
  width: 55.2%;
  position: relative;
  margin: 0 18px 30px auto;
}
@media only screen and (min-width: 992px) {
  .thumb-31 .img-photo {
    width: 42.7%;
    position: relative;
    margin: 0 0 0 auto;
    z-index: 1;
  }
}

.goods-detail-link-list-wrap-31 {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 18px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-31 {
    width: 44.5%;
    position: absolute;
    left: 9%;
    bottom: 0;
    margin: 0;
    text-align: left;
  }
}

.item-desc-title31 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title31 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.item-desc-text31 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .item-desc-text31 {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.thumb-32 {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 90px auto;
  padding: 0 0;
  z-index: 1;
  max-width: 600px;
}
@media only screen and (min-width: 992px) {
  .thumb-32 {
    margin: 0 auto 120px auto;
    width: 100%;
  }
}
.thumb-32 .img-photo {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  .thumb-32 .img-photo {
    width: 100%;
  }
}

.goods-detail-link-list-wrap-32 {
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 auto;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list-wrap-32 {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
  }
}

.item-desc-title32 {
  font-family: "sybarite", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .item-desc-title32 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.item-desc-text32 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .item-desc-text32 {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.goods-detail-link-list_item {
  font-size: 12px;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .goods-detail-link-list_item {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.goods-detail-link-list_item .link-text {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.goods-detail-link-list_item .link-text .font-sm {
  font-weight: 400;
  padding-right: 10px;
}
.goods-detail-link-list_item .link-text:hover {
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  opacity: 0.7;
}
.goods-detail-link-list_item .text-buy {
  background-color: #000000;
  color: #ffffff;
  padding: 2px 5px;
}

.comment-block01 {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 90px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .comment-block01 {
    font-size: 12px;
    margin-bottom: 105px;
  }
}

.foot-profile {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .foot-profile {
    margin-bottom: 75px;
  }
}
.foot-profile .title-01 {
  width: 71px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 992px) {
  .foot-profile .title-01 {
    width: 91px;
    margin: 0 auto 25px;
  }
}
.foot-profile .title-02 {
  margin: 0 auto 15px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  width: 280px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .foot-profile .title-02 {
    width: 358px;
    margin: 0 auto 20px;
    font-size: 20px;
  }
}
.foot-profile .text-01 {
  margin: 0 auto 20px;
  text-align: left;
  width: 280px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .foot-profile .text-01 {
    width: 358px;
    margin: 0 auto 20px;
    font-size: 12px;
  }
}
.foot-profile .text-01 a {
  color: #000000;
  text-decoration: underline;
}
.foot-profile .text-01 a:hover {
  text-decoration: none;
}

.foot-staff {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .foot-staff {
    margin-bottom: 90px;
  }
}
.foot-staff .title-01 {
  width: 58px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 992px) {
  .foot-staff .title-01 {
    width: 74px;
    margin: 0 auto 25px;
  }
}
.foot-staff .text-01 {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .foot-staff .text-01 {
    font-size: 14px;
  }
}
.foot-staff .text-01 a {
  color: #000000;
  text-decoration: underline;
}
.foot-staff .text-01 a:hover {
  text-decoration: none;
}

.foot-thumb-list-wrap {
  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;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .foot-thumb-list-wrap {
    margin-bottom: 115px;
  }
}
.foot-thumb-list-wrap .foot-thumb-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;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .foot-thumb-list-wrap .foot-thumb-list {
    width: 50%;
  }
}
.foot-thumb-list-wrap .foot-thumb-list_item {
  width: 50%;
}

.footer-wrap {
  width: 100%;
}
.footer-wrap .nav-f-list {
  margin: 0 auto 50px;
}
@media only screen and (min-width: 992px) {
  .footer-wrap .nav-f-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}
.footer-wrap .nav-f-list_item {
  font-size: 12px;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .footer-wrap .nav-f-list_item::after {
    content: "/";
    padding: 0 5px;
  }
  .footer-wrap .nav-f-list_item:last-child::after {
    content: "";
    padding: 0 5px;
  }
}
.footer-wrap .nav-f-list_item a {
  color: #000000;
  text-decoration: none;
}
.footer-wrap .nav-f-list_item a:hover {
  text-decoration: underline;
}
.footer-wrap .ico-instagram {
  width: 50px;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 992px) {
  .footer-wrap .ico-instagram {
    width: 50px;
    margin: 0 auto 80px;
  }
}
.footer-wrap .ico-instagram a:hover {
  opacity: 0.7;
}
.footer-wrap .copyright-text {
  text-align: center;
  font-size: 10px;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .footer-wrap .copyright-text {
    font-size: 10px;
  }
}

.diver-border {
  border-top: solid #000000 1px;
  height: 1px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .diver-border {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

.btn-body {
  line-height: 1;
}
.btn-body.btn-md {
  width: 100%;
  max-width: 210px;
}
@media only screen and (min-width: 992px) {
  .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: 992px) {
  .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 {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .footer-contents {
    padding-bottom: 100px;
  }
}
.footer-contents .wrap .head-unit {
  text-align: center;
  width: 100%;
  font-family: roc-grotesk, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .footer-contents .wrap .head-unit {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.footer-contents .wrap .head-unit a {
  text-decoration: none;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.footer-contents .wrap .head-unit a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer-contents .wrap .btn-content .btn-list_item {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 10px;
  max-width: 265px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .footer-contents .wrap .btn-content .btn-list_item {
    max-width: 330px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.footer-contents .wrap .btn-content .btn-list_item a {
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  padding: 15px 0;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .footer-contents .wrap .btn-content .btn-list_item a {
    padding: 20px 0;
  }
}
.footer-contents .wrap .btn-content .btn-list_item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.accordion {
  position: relative;
}

/* ボタン */
.accordion-btn {
  bottom: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.accordion-btn::after {
  content: "+ more read";
}

.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
  padding-bottom: 10px;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 95px;
}

/* テキストをグラデーションで隠す */
.accordion-text::before {
  bottom: 0;
  content: "";
  height: 30px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
  background-color: #E8E8E8;
}

/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -2em;
}

/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "close";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

/* レイアウトの為のスタイル */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 300px;
}

.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: 992px) {
  .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.slick-arrow.prev-arrow {
  left: -18px;
}
.slick-arrow.next-arrow {
  right: -18px;
}

.slick-dots2 {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
}
.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots2 li.slick-active button::before {
  color: #8E8E8E;
}
.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: 14px;
  height: 14px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 1;
}

.swiper-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap {
    margin: 0 auto 0;
  }
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap .swiper-button-next,
  .swiper-wrap .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.swiper-wrap .swiper-button-prev {
  left: 10px;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap .swiper-button-prev {
    left: 20px;
  }
}

.swiper-wrap .swiper-button-next {
  right: 10px;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap .swiper-button-next {
    right: 20px;
  }
}

.swiper-wrap .swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
  position: absolute;
  top: 34%;
  left: 25%;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap .swiper-button-next::after {
    width: 12px;
    height: 12px;
  }
}

.swiper-wrap .swiper-button-prev::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
       transform: rotate(-135deg);
  position: absolute;
  top: 36%;
  left: 40%;
}
@media only screen and (min-width: 992px) {
  .swiper-wrap .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}

#site-open {
  background: #DF1C0E;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
#site-open .img-logo {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  #site-open .img-logo {
    width: 45.2%;
  }
}
#site-open .img-logo .img-logo-inner {
  max-width: 159.71px;
  width: 30.2%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#site-open .bg-open {
  position: relative;
  z-index: -1;
  opacity: 0;
}

#first-contents {
  background-color: #ffffff;
  padding: 0 0 50px;
}
@media only screen and (min-width: 992px) {
  #first-contents {
    padding: 0 0 80px;
  }
}

.hero-contents {
  position: relative;
}

.kv-logo {
  position: absolute;
  z-index: 9999;
  width: 45.2%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.kv-logo .img-logo-inner {
  width: 159.71px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.intro-hero {
  width: 100%;
  padding: 55px 0;
}
@media only screen and (min-width: 992px) {
  .intro-hero {
    padding: 85px 0;
  }
}
.intro-hero_title {
  width: 193.3px;
  margin: 0 auto 38px;
}
.intro-hero_text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  margin-bottom: 55px;
  line-height: 2;
}
@media only screen and (min-width: 992px) {
  .intro-hero_text {
    font-size: 16px;
    margin-bottom: 85px;
  }
}

.intro-inner-block-00 {
  width: 83%;
  max-width: 580px;
  position: relative;
  padding: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  margin: 0 auto 55px auto;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .intro-inner-block-00 {
    padding: 40px;
    max-width: 580px;
    font-size: 16px;
    margin-bottom: 85px;
  }
}

.main-v-anime01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.main-v-anime01 img {
  position: relative;
  width: 320%;
  left: -109%;
}
@media only screen and (min-width: 992px) {
  .main-v-anime01 img {
    width: 100%;
    left: auto;
  }
}
.main-v-anime01 .after-anime,
.main-v-anime01 .after-anime-sp {
  display: none;
}
.main-v-anime01 .is-active-pc {
  display: none;
}
.main-v-anime01 .is-active-sp {
  display: block;
}
@media only screen and (min-width: 992px) {
  .main-v-anime01 .is-active-pc {
    display: block;
  }
  .main-v-anime01 .is-active-sp {
    display: none;
  }
}

.btn-taphere {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.floating-scroll {
  position: fixed;
}
@media only screen and (min-width: 992px) {
  .floating-scroll {
    width: 50px;
    left: 40px;
    bottom: 35px;
  }
}

#second-contents {
  position: relative;
  position: fixed;
  padding-bottom: 50px;
  z-index: -1;
}
#second-contents.is-active {
  top: 0;
  position: relative;
  z-index: 2;
}

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

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