@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);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s cubic-bezier(0.1, 0, 0.25, 0);
  -o-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);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .digit.digit-standard-top {
    -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .digit.digit-standard-blur {
    -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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;
         -o-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;
           -o-animation: digitanimation 0.5s linear forwards;
              animation: digitanimation 0.5s linear forwards; }
  .digit.digit-standard02 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1.7s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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);
    -o-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-border {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s;
        -webkit-animation: leftright 0.5s linear forwards;
           -moz-animation: leftright 0.5s linear forwards;
             -o-animation: leftright 0.5s linear forwards;
                animation: leftright 0.5s linear forwards;
        -webkit-animation-delay: 0.9s;
           -moz-animation-delay: 0.9s;
             -o-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;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-animation: leftright 0.3s linear forwards;
           -moz-animation: leftright 0.3s linear forwards;
             -o-animation: leftright 0.3s linear forwards;
                animation: leftright 0.3s linear forwards;
        -webkit-animation-delay: 0.0s;
           -moz-animation-delay: 0.0s;
             -o-animation-delay: 0.0s;
                animation-delay: 0.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;
               -o-animation: topbottom 0.3s linear forwards;
                  animation: topbottom 0.3s linear forwards;
          -webkit-animation-delay: 1.4s;
             -moz-animation-delay: 1.4s;
               -o-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;
               -o-animation: topbottom 0.3s linear forwards;
                  animation: topbottom 0.3s linear forwards;
          -webkit-animation-delay: 0.5s;
             -moz-animation-delay: 0.5s;
               -o-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);
    -o-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);
         -o-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
    -o-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);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0, 0);
    -o-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);
         -o-transform: translateY(0) translateX(100px);
            transform: translateY(0) translateX(100px);
    -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
    -o-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;
         -o-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);
         -o-transform: translateY(0) translateX(-100px);
            transform: translateY(0) translateX(-100px);
    -webkit-transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
    -o-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;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .digit.stepsmin {
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: 0.6s cubic-bezier(0.5, 0, 0.2, 0);
    -o-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;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .digit.steps03 {
    -webkit-transition-delay: 1.2s;
       -moz-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .digit.steps04 {
    -webkit-transition-delay: 1.6s;
       -moz-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s; }
  .digit.steps05 {
    -webkit-transition-delay: 2.0s;
       -moz-transition-delay: 2.0s;
         -o-transition-delay: 2.0s;
            transition-delay: 2.0s; }
  .digit.steps06 {
    -webkit-transition-delay: 2.4s;
       -moz-transition-delay: 2.4s;
         -o-transition-delay: 2.4s;
            transition-delay: 2.4s; }
  .digit.steps07 {
    -webkit-transition-delay: 2.8s;
       -moz-transition-delay: 2.8s;
         -o-transition-delay: 2.8s;
            transition-delay: 2.8s; }
  .digit.numbver01 {
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .digit.numbver02 {
    -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .digit.numbver03 {
    -webkit-transition-delay: 0.3s;
       -moz-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .digit.numbver04 {
    -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .digit.numbver05 {
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .digit.numbver06 {
    -webkit-transition-delay: 0.6s;
       -moz-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .digit.numbver07 {
    -webkit-transition-delay: 0.7s;
       -moz-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .digit.numbver08 {
    -webkit-transition-delay: 0.8s;
       -moz-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .digit.numbver09 {
    -webkit-transition-delay: 0.9s;
       -moz-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .digit.numbver10 {
    -webkit-transition-delay: 1.0s;
       -moz-transition-delay: 1.0s;
         -o-transition-delay: 1.0s;
            transition-delay: 1.0s; }
  .digit.numbver11 {
    -webkit-transition-delay: 1.1s;
       -moz-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  .digit.numbver12 {
    -webkit-transition-delay: 1.2s;
       -moz-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .digit.numbver13 {
    -webkit-transition-delay: 1.3s;
       -moz-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s; }
  .digit.numbver14 {
    -webkit-transition-delay: 1.4s;
       -moz-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s; }
  .digit.numbver15 {
    -webkit-transition-delay: 1.5s;
       -moz-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s; }
  .digit.numbver16 {
    -webkit-transition-delay: 1.6s;
       -moz-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s; }
  .digit.numbver17 {
    -webkit-transition-delay: 1.7s;
       -moz-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s; }
  .digit.visible {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-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); } }

@-o-keyframes leftright {
  0% {
    width: 0; }
  100% {
    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); } }

@-o-keyframes leftright-sm {
  0% {
    width: 0; }
  100% {
    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); } }

@-o-keyframes topbottom {
  0% {
    height: 0; }
  100% {
    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); } }

@-o-keyframes topbottom-sm {
  0% {
    height: 0; }
  100% {
    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); } }

@-o-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;
    -o-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: 1440px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-block {
    display: block !important; } }

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !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; } }

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

.wrap-9550-primary {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 0 !important;
  line-height: 2;
  background-color: #D9D6D2;
  font-family: "input-serif","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
  .wrap-9550-primary img {
    width: 100%;
    vertical-align: top; }
  .wrap-9550-primary .section-9550 {
    width: 100%;
    position: relative; }
    .wrap-9550-primary .section-9550.pt-contents {
      padding-top: 160px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .section-9550.pt-contents {
          padding-top: 140px; } }
    .wrap-9550-primary .section-9550.pb-contents {
      padding-bottom: 70px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .section-9550.pb-contents {
          padding-bottom: 180px; } }
    .wrap-9550-primary .section-9550.py-contents {
      padding-top: 60px;
      padding-bottom: 100px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .section-9550.py-contents {
          padding-top: 70px;
          padding-bottom: 120px; } }
    .wrap-9550-primary .section-9550.margin-top {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .section-9550.margin-top {
          margin-top: 80px; } }
    .wrap-9550-primary .section-9550.no-margin {
      margin-bottom: 0; }
    .wrap-9550-primary .section-9550.no-padding {
      padding: 0 !important; }
    .wrap-9550-primary .section-9550.oveflow-hidden {
      overflow: hidden !important;
      width: 100% !important; }
    .wrap-9550-primary .section-9550.bg-gray {
      background-color: #EAEAEA; }
    .wrap-9550-primary .section-9550.bg-white {
      background-color: #ffffff; }
    .wrap-9550-primary .section-9550 .border-bottom-contents {
      padding-bottom: 80px;
      margin-bottom: 100px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .section-9550 .border-bottom-contents {
          padding-bottom: 105px;
          margin-bottom: 160px; } }
      .wrap-9550-primary .section-9550 .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%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #000000;
        position: absolute; }
  .wrap-9550-primary .container-box-9550 {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .wrap-9550-primary .container-box-9550 {
        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-9550-primary .container-box-9550 {
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 60px; } }
    .wrap-9550-primary .container-box-9550.px-0 {
      padding-left: 0;
      padding-right: 0; }
  .wrap-9550-primary .container-9550 {
    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-9550-primary .container-9550.xl {
      max-width: 1250px; }
    .wrap-9550-primary .container-9550.lg {
      max-width: 1162px; }
    .wrap-9550-primary .container-9550.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-9550-primary .container-9550.size-md-sm {
          width: 100%;
          max-width: 720px; } }
    .wrap-9550-primary .container-9550.lg-main {
      padding-right: 12px;
      padding-left: 12px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .container-9550.lg-main {
          padding-right: 12px;
          padding-left: 12px; } }
    .wrap-9550-primary .container-9550.md-width {
      max-width: 700px; }
    .wrap-9550-primary .container-9550.no-padding-sm {
      padding-right: 0;
      padding-left: 0; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .container-9550.no-padding-sm {
          padding-right: 10px;
          padding-left: 10px; } }
  .wrap-9550-primary .container-9550-full {
    width: 100%;
    position: relative; }
    .wrap-9550-primary .container-9550-full.box {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 25px;
      padding-right: 25px; }
  .wrap-9550-primary .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    z-index: 100;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .wrap-9550-primary .header-wrap {
        padding: 15px 20px; } }
    .wrap-9550-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; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-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-9550-primary .header-wrap .logo-header {
      max-width: 112px;
      position: fixed;
      top: 2px;
      left: 15px; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .header-wrap .logo-header {
          margin-top: 0;
          max-width: 195px;
          top: 8px;
          left: 20px; } }
      .wrap-9550-primary .header-wrap .logo-header h1 {
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: 1; }
      .wrap-9550-primary .header-wrap .logo-header svg {
        width: 100%;
        padding: 0;
        margin: 0; }
    .wrap-9550-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;
      position: relative;
      margin: 12px 0 0 auto;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .header-wrap .nav-h-list {
          margin: 0;
          position: fixed;
          font-size: 12px;
          -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;
          right: 20px;
          top: 23px; } }
      .wrap-9550-primary .header-wrap .nav-h-list_item {
        font-size: 10px;
        line-height: 1.7; }
        @media only screen and (min-width: 768px) {
          .wrap-9550-primary .header-wrap .nav-h-list_item {
            margin-left: 20px;
            line-height: 1;
            font-size: 11px; } }
        @media only screen and (min-width: 992px) {
          .wrap-9550-primary .header-wrap .nav-h-list_item {
            margin-left: 40px;
            font-size: 12px; } }
        .wrap-9550-primary .header-wrap .nav-h-list_item a {
          color: #ffffff;
          text-decoration: none;
          -webkit-transition: all 0.3 ease-in;
          -o-transition: all 0.3 ease-in;
          -moz-transition: all 0.3 ease-in;
          transition: all 0.3 ease-in; }
    .wrap-9550-primary .header-wrap.is-black a {
      color: #000000 !important;
      -webkit-transition: all 0.3 ease-in;
      -o-transition: all 0.3 ease-in;
      -moz-transition: all 0.3 ease-in;
      transition: all 0.3 ease-in; }
    .wrap-9550-primary .header-wrap.is-black .logo-header {
      fill: #000000 !important; }
      .wrap-9550-primary .header-wrap.is-black .logo-header path {
        fill: #000000 !important; }
  .wrap-9550-primary .hero-contents {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #E8DC9E; }
    .wrap-9550-primary .hero-contents .kv-bg {
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative; }
    .wrap-9550-primary .hero-contents .kv-title {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10;
      font-family: "input-serif", serif;
      font-weight: 400;
      font-style: normal;
      width: 88%; }
      @media only screen and (min-width: 768px) {
        .wrap-9550-primary .hero-contents .kv-title {
          width: 40%;
          max-width: 530px; } }
      .wrap-9550-primary .hero-contents .kv-title svg {
        width: 100%; }
      .wrap-9550-primary .hero-contents .kv-title .kv-title-text {
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        color: #ffffff;
        margin-top: 30px; }
        @media only screen and (min-width: 768px) {
          .wrap-9550-primary .hero-contents .kv-title .kv-title-text {
            font-size: 14px;
            margin-top: 50px; } }
    .wrap-9550-primary .hero-contents svg .svg-elem-1 {
      stroke-dashoffset: 5161.27783203125px;
      stroke-dasharray: 5161.27783203125px;
      -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
      -o-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
      -moz-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
      transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; }
    .wrap-9550-primary .hero-contents svg.active .svg-elem-1 {
      stroke-dashoffset: 0; }

.ico-scroll-down {
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 2;
  width: 10px; }
  @media only screen and (min-width: 768px) {
    .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; }

.headding-typing {
  line-height: 1.8;
  height: 4.8rem; }

.contents-area-01 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-01 {
      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; } }
  .contents-area-01 .thumb-01 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-01 .thumb-01 {
        width: 57%;
        padding-right: 45px;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 30px 0 0;
        margin-bottom: 0; } }
  .contents-area-01 .headding-box-01 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-01 .headding-box-01 {
        font-size: 10px;
        position: absolute;
        right: 40px;
        top: 0px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-01 .block-text-01 {
    width: 100%;
    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: 768px) {
      .contents-area-01 .block-text-01 {
        width: -webkit-calc(100% - 57%);
        width: -moz-calc(100% - 57%);
        width: calc(100% - 57%);
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -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; } }
  .contents-area-01 .thumb-02 {
    position: relative;
    width: 68%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .contents-area-01 .thumb-02 {
        width: 63%;
        margin-top: 100%;
        padding-right: 0;
        padding-left: 10px; } }

.contents-area-02 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-02 {
      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; } }
  .contents-area-02 .thumb-03 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-02 .thumb-03 {
        width: 57%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0; } }
  .contents-area-02 .headding-box-02 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-02 .headding-box-02 {
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 0px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-02 .block-text-02 {
    width: 100%;
    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-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (min-width: 768px) {
      .contents-area-02 .block-text-02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        width: 45%;
        position: relative;
        top: 0;
        left: 0; } }
    .contents-area-02 .block-text-02 .item-detail-link {
      width: 100%;
      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-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 20px; }
      @media only screen and (min-width: 768px) {
        .contents-area-02 .block-text-02 .item-detail-link {
          width: 60% !important;
          margin: 0 0 0 auto;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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; } }
      .contents-area-02 .block-text-02 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-02 .block-text-02 .item-detail-link_item {
            width: 100%; } }
  .contents-area-02 .thumb-04 {
    position: relative;
    width: 80%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: -10% auto 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-02 .thumb-04 {
        margin: 10% auto 20px;
        width: 100%; } }

.contents-area-03 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-03 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      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) {
    .contents-area-03 {
      padding: 0 50px; } }
  .contents-area-03 .thumb-05 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-03 .thumb-05 {
        width: 49%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0; } }
  .contents-area-03 .headding-box-03 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 0 0 -40px 40px; }
    @media only screen and (min-width: 768px) {
      .contents-area-03 .headding-box-03 {
        font-size: 10px;
        position: absolute;
        right: 0;
        top: -40px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-03 .block-text-03 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
    @media only screen and (min-width: 768px) {
      .contents-area-03 .block-text-03 {
        -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;
        width: 49%;
        position: relative;
        top: 0;
        left: 0; } }
    .contents-area-03 .block-text-03 .item-detail-link {
      width: 32%;
      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;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .contents-area-03 .block-text-03 .item-detail-link {
          margin: 0 0 0 auto;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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;
          position: absolute;
          left: -webkit-calc(-100% - 30px);
          left: -moz-calc(-100% - 30px);
          left: calc(-100% - 30px);
          bottom: 2rem; } }
      @media only screen and (min-width: 992px) {
        .contents-area-03 .block-text-03 .item-detail-link {
          left: -webkit-calc(-100% - 80px);
          left: -moz-calc(-100% - 80px);
          left: calc(-100% - 80px);
          bottom: 3rem; } }
      .contents-area-03 .block-text-03 .item-detail-link_item {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .contents-area-03 .block-text-03 .item-detail-link_item {
            width: 100%; } }
  .contents-area-03 .thumb-06 {
    position: relative;
    width: 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .contents-area-03 .thumb-06 {
        width: 100%;
        margin: 0;
        padding-left: 0; } }

.contents-area-04 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-04 {
      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: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0; } }
  @media only screen and (min-width: 992px) {
    .contents-area-04 {
      padding: 0 0; } }
  .contents-area-04 .headding-box-04 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px;
    left: 0;
    top: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-04 .headding-box-04 {
        font-size: 10px;
        position: absolute;
        left: 20px;
        top: 40px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-04 .headding-box-04 {
        left: 60px; } }
  .contents-area-04 .thumb-07 {
    position: relative;
    width: 80%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-04 .thumb-07 {
        width: 58%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin: 0;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0; } }
  .contents-area-04 .block-text-04 {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -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; }
    @media only screen and (min-width: 768px) {
      .contents-area-04 .block-text-04 {
        margin: 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;
        width: 42%;
        position: relative;
        top: 0;
        left: 0; } }
    .contents-area-04 .block-text-04 .item-detail-link {
      width: 40%;
      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;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 20px 0 0;
      position: absolute;
      right: 0;
      bottom: -13rem;
      margin-right: -10px; }
      @media only screen and (min-width: 768px) {
        .contents-area-04 .block-text-04 .item-detail-link {
          margin: 0 0 0 auto;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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;
          position: absolute;
          right: 20px;
          bottom: -8rem; } }
      @media only screen and (min-width: 992px) {
        .contents-area-04 .block-text-04 .item-detail-link {
          right: 30px; } }
      .contents-area-04 .block-text-04 .item-detail-link_item {
        width: 100%;
        margin-bottom: 5px; }
        @media only screen and (min-width: 768px) {
          .contents-area-04 .block-text-04 .item-detail-link_item {
            width: 100%;
            margin-bottom: 10px; } }
  .contents-area-04 .thumb-08 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-04 .thumb-08 {
        width: 100%;
        margin: 0;
        padding-left: 0; } }

.contents-area-05 {
  width: 100%;
  position: relative;
  margin-top: 100px; }
  @media only screen and (min-width: 768px) {
    .contents-area-05 {
      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: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 0;
      padding: 0 0;
      margin-top: 140px; } }
  @media only screen and (min-width: 992px) {
    .contents-area-05 {
      padding: 0 0; } }
  .contents-area-05 .headding-box-05 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-05 .headding-box-05 {
        font-size: 10px;
        position: absolute;
        right: 73%;
        left: auto;
        top: 0;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-05 .headding-box-05 {
        left: 60px; } }
  .contents-area-05 .block-text-05 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -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-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-05 .block-text-05 {
        margin: 0 0 0 auto;
        -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;
        width: 72%;
        position: relative;
        padding: 0;
        padding-left: 10px; } }
    .contents-area-05 .block-text-05 .item-detail-link {
      width: 100%;
      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-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .contents-area-05 .block-text-05 .item-detail-link {
          width: 27%;
          margin: 0 0 0 auto;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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;
          position: absolute;
          right: 0;
          top: 0; } }
      .contents-area-05 .block-text-05 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-05 .block-text-05 .item-detail-link_item {
            width: 100%; } }
  .contents-area-05 .thumb-09 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-05 .thumb-09 {
        width: 73%;
        margin: 0;
        padding: 0 0;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box; } }

.contents-area-06 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-06 {
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0; } }
  @media only screen and (min-width: 992px) {
    .contents-area-06 {
      padding: 0 0; } }
  .contents-area-06 .headding-box-06 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px;
    right: 20px;
    top: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-06 .headding-box-06 {
        font-size: 10px;
        position: absolute;
        left: auto;
        right: 23%;
        top: 40px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-06 .thumb-10 {
    position: relative;
    width: 80%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    margin: 0 auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-06 .thumb-10 {
        width: 47%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin: 0 auto;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0; } }
  .contents-area-06 .block-text-06 {
    width: 100%;
    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: 0 auto 0 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; }
    @media only screen and (min-width: 768px) {
      .contents-area-06 .block-text-06 {
        margin: -6rem 0 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;
        width: 41%;
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-06 .block-text-06 {
        margin: -9rem 0 0; } }
    .contents-area-06 .block-text-06 .item-detail-link {
      width: 32%;
      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;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2rem 0 0 20px;
      position: relative;
      top: 0; }
      @media only screen and (min-width: 768px) {
        .contents-area-06 .block-text-06 .item-detail-link {
          width: 100%;
          margin: 0 0 0 0;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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;
          position: absolute;
          right: auto;
          left: -webkit-calc(100% + 30px);
          left: -moz-calc(100% + 30px);
          left: calc(100% + 30px);
          top: 8rem;
          bottom: auto; } }
      @media only screen and (min-width: 992px) {
        .contents-area-06 .block-text-06 .item-detail-link {
          left: -webkit-calc(100% + 50px);
          left: -moz-calc(100% + 50px);
          left: calc(100% + 50px);
          top: 12rem; } }
      .contents-area-06 .block-text-06 .item-detail-link_item {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .contents-area-06 .block-text-06 .item-detail-link_item {
            width: 100%; } }
  .contents-area-06 .thumb-11 {
    position: relative;
    width: 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: -2rem 0 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-06 .thumb-11 {
        width: 100%;
        margin: 0;
        padding-left: 0; } }

.contents-area-07 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-07 {
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0; } }
  @media only screen and (min-width: 992px) {
    .contents-area-07 {
      padding: 0 0; } }
  .contents-area-07_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
    @media only screen and (min-width: 768px) {
      .contents-area-07_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse; } }
  .contents-area-07 .headding-box-07 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-07 .headding-box-07 {
        font-size: 10px;
        position: absolute;
        left: auto;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-07 .thumb-12 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 20px auto 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-07 .thumb-12 {
        width: 36%;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin: -3rem auto 0 0;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box; } }
    @media only screen and (min-width: 992px) {
      .contents-area-07 .thumb-12 {
        margin: -12rem auto 0 0; } }
    @media only screen and (min-width: 1240px) {
      .contents-area-07 .thumb-12 {
        margin: -22rem auto 0 0; } }
  .contents-area-07 .block-text-07 {
    width: 100%;
    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: 0 auto 0 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (min-width: 768px) {
      .contents-area-07 .block-text-07 {
        -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;
        margin: 0 0 0;
        -webkit-flex-flow: row-reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse;
        width: 100%;
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-07 .block-text-07 {
        margin: 0 0 0; } }
    .contents-area-07 .block-text-07 .item-detail-link {
      width: 100%;
      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;
      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) {
        .contents-area-07 .block-text-07 .item-detail-link {
          width: -webkit-calc(27% - 100px);
          width: -moz-calc(27% - 100px);
          width: calc(27% - 100px);
          margin: 0 0 0 0;
          padding: 0;
          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-box-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -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;
          position: absolute;
          right: auto;
          left: 120px;
          top: 0;
          bottom: auto; } }
      @media only screen and (min-width: 1366px) {
        .contents-area-07 .block-text-07 .item-detail-link {
          width: 27%;
          left: 150px; } }
      .contents-area-07 .block-text-07 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-07 .block-text-07 .item-detail-link_item {
            width: 100%; } }
  .contents-area-07 .thumb-13 {
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-07 .thumb-13 {
        width: 57%;
        margin: 0 0 0 auto;
        padding: 0;
        padding-left: 40px; } }

.contents-area-08 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-08 {
      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: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -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;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0; } }
  @media only screen and (min-width: 992px) {
    .contents-area-08 {
      padding: 0 0; } }
  .contents-area-08 .headding-box-08 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px;
    right: 20px;
    top: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-08 .headding-box-08 {
        font-size: 10px;
        position: absolute;
        left: 15%;
        top: -25%;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
  .contents-area-08 .thumb-14 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-08 .thumb-14 {
        width: 52%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 3rem 0;
        margin: 0 0 0 auto;
        margin-bottom: 0;
        position: relative; } }
  .contents-area-08 .block-text-08 {
    width: 100%;
    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: 0 auto 0 0;
    -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; }
    @media only screen and (min-width: 768px) {
      .contents-area-08 .block-text-08 {
        margin: 0 0 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;
        width: 34%;
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-08 .block-text-08 {
        margin: 0 0 0; } }
    .contents-area-08 .block-text-08 .item-detail-link {
      width: 32%;
      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;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2rem 0 0 20px;
      position: relative;
      top: 0; }
      @media only screen and (min-width: 768px) {
        .contents-area-08 .block-text-08 .item-detail-link {
          width: 100%;
          margin: 0 0 0 0;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          -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;
          position: absolute;
          right: auto;
          left: -webkit-calc(100% + 30px);
          left: -moz-calc(100% + 30px);
          left: calc(100% + 30px);
          top: auto;
          bottom: -5rem; } }
      @media only screen and (min-width: 992px) {
        .contents-area-08 .block-text-08 .item-detail-link {
          left: -webkit-calc(100% + 50px);
          left: -moz-calc(100% + 50px);
          left: calc(100% + 50px);
          bottom: -5rem; } }
      .contents-area-08 .block-text-08 .item-detail-link_item {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .contents-area-08 .block-text-08 .item-detail-link_item {
            width: 100%; } }
  .contents-area-08 .thumb-15 {
    position: relative;
    width: 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-08 .thumb-15 {
        width: 100%;
        margin: 0 0 0;
        padding-left: 0; } }

.contents-area-08-02 {
  width: 100%;
  max-width: 968px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto 0;
  padding: 0;
  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-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; }
  @media only screen and (min-width: 768px) {
    .contents-area-08-02 {
      padding: 0 20px;
      margin-top: 60px;
      -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; } }
  .contents-area-08-02 .thumb-16 {
    position: relative;
    width: 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 0 -20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-08-02 .thumb-16 {
        width: 53%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 10rem 0 0 0;
        margin: 0 0 0 0;
        margin-bottom: 0;
        position: relative; } }
  .contents-area-08-02 .thumb-17 {
    position: relative;
    width: 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-08-02 .thumb-17 {
        width: 33%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        margin-bottom: 0;
        position: relative; } }

.contents-area-09 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-09 {
      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; } }
  .contents-area-09 .headding-box-09 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px;
    color: #ffffff;
    right: 20px;
    top: 30px; }
    @media only screen and (min-width: 768px) {
      .contents-area-09 .headding-box-09 {
        font-size: 10px;
        position: absolute;
        right: 20px;
        top: 60px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .contents-area-09 .headding-box-09 {
        right: 60px;
        top: 60px; } }
  .contents-area-09 .thumb-18 {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-09 .thumb-18 {
        margin-bottom: 30px; } }
  .contents-area-09 .thumb-19 {
    position: relative;
    width: 100%;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-09 .thumb-19 {
        margin-bottom: 0; } }
    .contents-area-09 .thumb-19 .item-detail-link {
      position: absolute !important;
      top: 85%;
      left: 0;
      z-index: 2;
      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;
      width: 100%;
      padding: 0 20px; }
      @media only screen and (min-width: 768px) {
        .contents-area-09 .thumb-19 .item-detail-link {
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          bottom: auto;
          top: 80px;
          left: 20px;
          display: block; } }
      @media only screen and (min-width: 992px) {
        .contents-area-09 .thumb-19 .item-detail-link {
          top: 80px;
          left: 60px; } }
      .contents-area-09 .thumb-19 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-09 .thumb-19 .item-detail-link_item {
            width: 100%; } }
      .contents-area-09 .thumb-19 .item-detail-link .item-link-text {
        color: #ffffff; }

.contents-area-10 {
  width: 100%;
  position: relative;
  padding: 330px 0 0;
  margin-top: -50px; }
  @media only screen and (min-width: 768px) {
    .contents-area-10 {
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .contents-area-10 {
      padding: 0 0; } }
  .contents-area-10 .headding-box-10 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0;
    left: 20px;
    top: 280px; }
    @media only screen and (min-width: 768px) {
      .contents-area-10 .headding-box-10 {
        font-size: 10px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0; } }
  .contents-area-10 .thumb-20 {
    position: relative;
    width: 71%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    margin: 0 0 0 auto;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-10 .thumb-20 {
        width: 53%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 0 0 0;
        margin: 0 0 0 auto;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0; } }
  .contents-area-10 .thumb-21 {
    position: absolute;
    width: 46%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0;
    padding-left: 0;
    left: 0;
    top: -webkit-calc(12rem + 300px);
    top: -moz-calc(12rem + 300px);
    top: calc(12rem + 300px); }
    @media only screen and (min-width: 768px) {
      .contents-area-10 .thumb-21 {
        width: 41%;
        margin: 0;
        padding-left: 0;
        top: auto;
        left: 0;
        bottom: -13rem; } }
    .contents-area-10 .thumb-21 .thumb-inner-21 {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .contents-area-10 .thumb-21 .thumb-inner-21 {
          margin-bottom: 30px; } }
  .contents-area-10 .block-text-10 {
    width: 100%;
    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: 3rem auto 0 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; }
    @media only screen and (min-width: 768px) {
      .contents-area-10 .block-text-10 {
        margin: 0 0 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;
        width: 100%;
        position: relative;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-10 .block-text-10 {
        margin: 0 0 0; } }
    .contents-area-10 .block-text-10 .item-detail-link {
      width: 100%;
      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-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2rem 20px 0 20px;
      position: relative;
      top: 0;
      margin-top: 6rem; }
      @media only screen and (min-width: 768px) {
        .contents-area-10 .block-text-10 .item-detail-link {
          width: 53%;
          margin: 0 0 0 auto;
          margin-top: 20px;
          padding: 0;
          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;
          position: relative;
          bottom: auto; } }
      .contents-area-10 .block-text-10 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-10 .block-text-10 .item-detail-link_item {
            width: 50%; } }

.contents-area-11 {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contents-area-11 {
      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: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 20px;
      margin-top: 12rem; } }
  @media only screen and (min-width: 992px) {
    .contents-area-11 {
      padding: 0 50px; } }
  .contents-area-11 .headding-box-11 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0 20px;
    color: #ffffff !important;
    left: 0;
    top: 40px; }
    @media only screen and (min-width: 768px) {
      .contents-area-11 .headding-box-11 {
        font-size: 10px;
        position: absolute;
        left: 50px;
        top: 20px;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-11 .headding-box-11 {
        left: 100px;
        top: 50px; } }
  .contents-area-11 .block-text-11 {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contents-area-11 .block-text-11 {
        width: 50%;
        position: relative; } }
    .contents-area-11 .block-text-11 .item-detail-link {
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      left: 20px;
      top: -webkit-calc( 50% + 4rem);
      top: -moz-calc( 50% + 4rem);
      top: calc( 50% + 4rem); }
      @media only screen and (min-width: 768px) {
        .contents-area-11 .block-text-11 .item-detail-link {
          width: 50%;
          margin: 0 0 0 auto;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -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;
          position: absolute;
          left: -webkit-calc(30px - 100%);
          left: -moz-calc(30px - 100%);
          left: calc(30px - 100%);
          top: 35%; } }
      @media only screen and (min-width: 992px) {
        .contents-area-11 .block-text-11 .item-detail-link {
          left: -webkit-calc(50px - 100%);
          left: -moz-calc(50px - 100%);
          left: calc(50px - 100%);
          top: 35%; } }
      .contents-area-11 .block-text-11 .item-detail-link_item {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .contents-area-11 .block-text-11 .item-detail-link_item {
            width: 100%; } }
      .contents-area-11 .block-text-11 .item-detail-link .item-link-text {
        color: #ffffff !important; }
  .contents-area-11 .thumb-23 {
    position: relative;
    width: 80%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .contents-area-11 .thumb-23 {
        width: 50%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 20px 0 0;
        margin-bottom: 0;
        position: relative;
        top: 0;
        right: 0; } }
  .contents-area-11 .thumb-24 {
    position: relative;
    width: 80%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-11 .thumb-24 {
        width: 100%;
        margin: 0;
        padding-left: 20px; } }

.contents-area-12 {
  width: 100%;
  position: relative;
  margin-top: 5rem; }
  @media only screen and (min-width: 768px) {
    .contents-area-12 {
      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: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0;
      margin-top: 12rem; } }
  .contents-area-12 .headding-box-12 {
    z-index: 2;
    position: relative;
    font-size: 10px;
    padding: 0;
    margin: 20px 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .contents-area-12 .headding-box-12 {
        margin: 0 0 20px 20px;
        font-size: 10px;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 992px) {
      .contents-area-12 .headding-box-12 {
        right: 0;
        top: 0; } }
  .contents-area-12 .block-text-12 {
    width: 100%;
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
    @media only screen and (min-width: 768px) {
      .contents-area-12 .block-text-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 45%;
        position: relative; } }
    .contents-area-12 .block-text-12 .item-detail-link {
      width: 100%;
      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-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      padding: 0 20px; }
      @media only screen and (min-width: 768px) {
        .contents-area-12 .block-text-12 .item-detail-link {
          width: 100%;
          margin: 0 0 5rem auto;
          padding: 0;
          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;
          position: relative; } }
      .contents-area-12 .block-text-12 .item-detail-link_item {
        width: 50%; }
        @media only screen and (min-width: 768px) {
          .contents-area-12 .block-text-12 .item-detail-link_item {
            width: 100%; } }
  .contents-area-12 .thumb-25 {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .contents-area-12 .thumb-25 {
        width: 53%;
        padding-right: 0;
        -webkit-box-sizing: 0;
           -moz-box-sizing: 0;
                box-sizing: 0;
        padding: 0 20px 0 0;
        margin: 0 auto 0 0;
        margin-bottom: 0;
        position: relative; } }
  .contents-area-12 .thumb-26 {
    position: relative;
    width: 61%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto 0 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-12 .thumb-26 {
        position: relative;
        width: 64%;
        margin: 0 0 0 auto; } }
  .contents-area-12 .thumb-27 {
    position: relative;
    width: 61%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .contents-area-12 .thumb-27 {
        width: 36%;
        margin: 0 auto 0 auto;
        position: absolute;
        bottom: -6rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }

.contents-area-13 {
  width: 100%;
  position: relative;
  margin-top: 6rem; }
  @media only screen and (min-width: 768px) {
    .contents-area-13 {
      margin-top: 12rem; } }
  .contents-area-13 .thumb-27 {
    position: relative;
    width: 100%; }
  .contents-area-13 .headding-box-13 {
    z-index: 2;
    position: absolute;
    font-size: 10px;
    padding: 0;
    margin: 0 0 0;
    color: #ffffff;
    text-align: center;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1.5;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contents-area-13 .headding-box-13 {
        width: auto;
        min-width: 300px;
        margin: 0 0 0;
        font-size: 10px;
        position: absolute;
        right: 10%;
        left: auto;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
        bottom: 20%;
        padding: 0;
        margin: 0;
        text-align: left; } }
    .contents-area-13 .headding-box-13 .headding-typing {
      line-height: 1.8;
      height: 6.8rem; }
  .contents-area-13 .copyright-text {
    margin: 0 0 20px 20px;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 7%;
    padding: 0;
    margin: 0;
    color: #ffffff;
    z-index: 2;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .contents-area-13 .copyright-text {
        width: auto;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
        right: auto;
        top: -webkit-calc(100% + 30px);
        top: -moz-calc(100% + 30px);
        top: calc(100% + 30px);
        bottom: auto;
        left: auto;
        text-align: left; } }

.t-caret {
  display: none; }

.t-container {
  margin-bottom: -5rem; }

.item-detail-link {
  font-size: 10px; }
  @media only screen and (min-width: 768px) {
    .item-detail-link {
      font-size: 10px; } }
  .item-detail-link.width-size-01 {
    width: 32%; }
  .item-detail-link_item {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .item-detail-link_item {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 992px) {
      .item-detail-link_item {
        margin-bottom: 20px; } }
    .item-detail-link_item:last-child {
      margin-bottom: 0; }
    .item-detail-link_item .item-link-text {
      color: #000000;
      text-decoration: none;
      display: block;
      line-height: 1.8; }
      .item-detail-link_item .item-link-text .text-buy {
        font-weight: 700; }
      .item-detail-link_item .item-link-text:hover .text-buy {
        text-decoration: underline; }

.thumb-video {
  width: 100%; }

.diver-border {
  border-top: solid #707070 1px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .diver-border {
      margin-bottom: 80px; } }

.unit-group {
  width: 100%;
  overflow: hidden; }
  .unit-group.mb-n {
    margin-bottom: -5px; }
    @media only screen and (min-width: 768px) {
      .unit-group.mb-n {
        margin-bottom: -10px; } }

.line_up_two,
.swiper-slide {
  background-color: #ffffff;
  padding: 0 0 20px; }
  .line_up_two .thumb,
  .swiper-slide .thumb {
    width: 100% !important;
    margin-bottom: 20px; }
  .line_up_two .brand,
  .line_up_two .name,
  .line_up_two .price,
  .swiper-slide .brand,
  .swiper-slide .name,
  .swiper-slide .price {
    font-weight: 500;
    color: #000000 !important;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  .line_up_two .brand,
  .swiper-slide .brand {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  .line_up_two .name,
  .swiper-slide .name {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }
  .line_up_two .price,
  .swiper-slide .price {
    margin-bottom: 8px;
    color: #7B7B7B !important; }
  @media only screen and (min-width: 768px) {
    .line_up_two,
    .swiper-slide {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0 30px; }
      .line_up_two .brand,
      .line_up_two .name,
      .line_up_two .price,
      .swiper-slide .brand,
      .swiper-slide .name,
      .swiper-slide .price {
        font-size: 12px;
        margin-left: 0 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; } }
  .line_up_two a,
  .swiper-slide a {
    font-family: source-han-sans-japanese, sans-serif; }
    .line_up_two a:hover,
    .swiper-slide a:hover {
      text-decoration: none !important; }

.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;
    -o-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 {
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .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: 768px) {
      .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;
      -o-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: 768px) {
      .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: 768px) {
        .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; }

.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; }
  .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: 768px) {
    .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);
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px; }
  @media only screen and (min-width: 768px) {
    .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: 768px) {
    .swiper-wrap .swiper-button-prev {
      left: 20px; } }

.swiper-wrap .swiper-button-next {
  right: 10px; }
  @media only screen and (min-width: 768px) {
    .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);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  position: absolute;
  top: 34%;
  left: 25%; }
  @media only screen and (min-width: 768px) {
    .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);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg);
  position: absolute;
  top: 36%;
  left: 40%; }
  @media only screen and (min-width: 768px) {
    .swiper-wrap .swiper-button-prev::after {
      width: 12px;
      height: 12px; } }

#list01 {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    #list01 {
      margin-bottom: 5px; } }
  #list01 li.item {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      #list01 li.item {
        width: 20%;
        margin-bottom: 65px;
        padding-left: 10px;
        padding-right: 10px; } }
    #list01 li.item .thumb {
      width: 100%;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #list01 li.item .thumb {
          width: 100%;
          margin-bottom: 15px; } }
      #list01 li.item .thumb img {
        width: 100%;
        height: auto; }
    #list01 li.item .sale {
      display: none !important; }
    #list01 li.item .data {
      font-size: 10px;
      font-weight: 700;
      font-family: source-han-sans-japanese, sans-serif; }
      @media only screen and (min-width: 768px) {
        #list01 li.item .data {
          font-size: 12px; } }
      #list01 li.item .data .brand,
      #list01 li.item .data .name,
      #list01 li.item .data .price {
        font-size: 10px;
        color: #000000; }
        @media only screen and (min-width: 768px) {
          #list01 li.item .data .brand,
          #list01 li.item .data .name,
          #list01 li.item .data .price {
            font-size: 12px; } }
    #list01 li.item::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 5px;
      width: 15px;
      height: 15px;
      color: #ffffff;
      font-family: adobe-caslon-pro, serif;
      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;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      line-height: 12px !important;
      font-size: 12px;
      background-color: #D8C66C;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        #list01 li.item::before {
          top: -30px;
          left: 10px;
          width: 30px;
          height: 30px;
          line-height: 26px !important;
          font-size: 26px; } }
    #list01 li.item:nth-child(1)::before {
      content: "1"; }
    #list01 li.item:nth-child(2)::before {
      content: "2"; }
    #list01 li.item:nth-child(3)::before {
      content: "3"; }
    #list01 li.item:nth-child(4)::before {
      content: "4"; }
    #list01 li.item:nth-child(5)::before {
      content: "5"; }
    #list01 li.item:nth-child(6)::before {
      content: "6"; }
    #list01 li.item:nth-child(7)::before {
      content: "7"; }
    #list01 li.item:nth-child(8)::before {
      content: "8"; }
    #list01 li.item:nth-child(9)::before {
      content: "9"; }
    #list01 li.item:nth-child(10)::before {
      content: "10"; }
    #list01 li.item:nth-child(9), #list01 li.item:nth-child(10) {
      display: none; }
      @media only screen and (min-width: 768px) {
        #list01 li.item:nth-child(9), #list01 li.item:nth-child(10) {
          display: block; } }

#list02 {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    #list02 {
      margin-bottom: 70px; } }
  #list02 li.contents {
    width: 100%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #list02 li.contents {
        width: 48%;
        margin-bottom: 15px; } }
    #list02 li.contents:last-child {
      margin-bottom: 0; }
    #list02 li.contents .contents-inner {
      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; }
    #list02 li.contents .thumb {
      width: 60px; }
      @media only screen and (min-width: 768px) {
        #list02 li.contents .thumb {
          width: 100px; } }
      #list02 li.contents .thumb img {
        width: 100%;
        height: auto; }
    #list02 li.contents .data {
      width: -webkit-calc(100% - 68px);
      width: -moz-calc(100% - 68px);
      width: calc(100% - 68px);
      margin-left: 8px;
      font-size: 10px;
      font-weight: 700;
      font-family: source-han-sans-japanese, sans-serif; }
      @media only screen and (min-width: 768px) {
        #list02 li.contents .data {
          width: -webkit-calc(100% - 110px);
          width: -moz-calc(100% - 110px);
          width: calc(100% - 110px);
          margin-left: 10px;
          font-size: 12px; } }
      #list02 li.contents .data .title,
      #list02 li.contents .data .shop,
      #list02 li.contents .data .date {
        font-size: 10px;
        color: #000000; }
        @media only screen and (min-width: 768px) {
          #list02 li.contents .data .title,
          #list02 li.contents .data .shop,
          #list02 li.contents .data .date {
            font-size: 12px; } }
/*# sourceMappingURL=custom.css.map */