
#home nav.menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  height: 0; }
  #home nav.menu a {
    display: block;
    padding: 28px 25px 29px 0;
    width: 284px;
    background: #a31039;
    color: #fff;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: 1px solid #a31039;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 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%); }
    @media screen and (max-width: 750px) {
      #home nav.menu a {
        padding: 20px 12px 21px 0;
        width: 250px;
        font-size: 14px; } }
    #home nav.menu a:after {
      display: block;
      content: "";
      width: 8px;
      height: 12px;
      background: url("../imgs/common/arrow_w.svg") no-repeat center;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 25px; }
      @media screen and (max-width: 750px) {
        #home nav.menu a:after {
          width: 6px;
          height: 10px;
          background-size: 100% auto;
          right: 20px; } }
    #home nav.menu a:hover {
      background: #fff;
      color: #a31039; }
      #home nav.menu a:hover:after {
        background-image: url("../imgs/common/arrow_r.svg"); }
#home section {
  padding: 50px 0; }
#home h2 {
  font-family: "Noto Serif JP", serif;
  color: #4c4c4c;
  text-align: center;
  font-size: 40px;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }
  #home h2.anime {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  @media screen and (max-width: 750px) {
    #home h2 {
      font-size: 30px; } }
  #home h2 span {
    font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #a31039;
    margin: 20px 0 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }
    #home h2 span.anime {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px); }
    @media screen and (max-width: 750px) {
      #home h2 span {
        font-size: 12px;
        margin: 10px 0 0; } }
#home #cover {
  padding: 0 0 120px; }
  @media screen and (max-width: 750px) {
    #home #cover {
      padding: 0 0 72px; } }
  #home #cover > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0px;
    position: relative; }
    @media screen and (max-width: 750px) {
      #home #cover > div {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #home #cover > div {
        height: 375px;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #home #cover > div .swiper-container {
        height: 375px;
        overflow: hidden; } }
    #home #cover > div .swiper-container > ul > li {
      position: relative;
      overflow: hidden;
      height: 680px; }
      @media screen and (max-width: 750px) {
        #home #cover > div .swiper-container > ul > li {
          height: 375px; } }
      #home #cover > div .swiper-container > ul > li img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 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%); }
        @media screen and (max-width: 750px) {
          #home #cover > div .swiper-container > ul > li img {
            width: auto;
            height: 375px; } }
    #home #cover > div .swiper-pagination {
      position: absolute;
      z-index: 10;
      right: 30px;
      bottom: -25px; }
      @media screen and (max-width: 750px) {
        #home #cover > div .swiper-pagination {
          right: 5px;
          bottom: -22px; } }
      #home #cover > div .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        width: 110px;
        height: 60px;
        opacity: 100;
        margin: 0 5px;
        display: inline-block;
        border: 2px solid #fff;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 750px) {
          #home #cover > div .swiper-pagination .swiper-pagination-bullet {
            width: 40px;
            height: 43px;
            border: 1px solid #fff;
            margin: 0 3px; } }
        #home #cover > div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          border-color: #a31039;
          background: #a31039; }
        #home #cover > div .swiper-pagination .swiper-pagination-bullet img {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 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%); }
    #home #cover > div > p {
      position: absolute;
      top: 155px;
      left: 140px;
      font-size: 50px;
      font-family: "Noto Serif JP", serif;
      color: #a31039;
      z-index: 10;
      text-align: left; }
      @media screen and (max-width: 750px) {
        #home #cover > div > p {
          font-size: 25px;
          top: 110px;
          left: 30px; } }
      #home #cover > div > p span {
        display: inline-block;
        background: #fff;
        line-height: 1;
        padding: 10px; }
        @media screen and (max-width: 750px) {
          #home #cover > div > p span {
            padding: 5px; } }
#home #concept {
  padding: 0; }
  #home #concept.lazyloaded {
    background: url("../imgs/home/concept_bg_full.jpg") no-repeat center/cover; }
    @media screen and (max-width: 750px) {
      #home #concept.lazyloaded {
        background-size: auto 100%;
        background-position: 30% 0%; } }
  #home #concept div {
    background: rgba(0, 0, 0, 0.4);
    padding: 45px 0;
    text-align: center;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s; }
    #home #concept div.anime {
      opacity: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    @media screen and (max-width: 750px) {
      #home #concept div {
        padding: 45px 0; } }
    #home #concept div p:nth-child(1) {
      color: #fadbd4;
      font-size: 40px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.5;
      margin: 0 0 35px;
      -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
      -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
      -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
      -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
      transition: opacity 1s ease 0s, transform 1s ease 0s; }
      #home #concept div p:nth-child(1).anime {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px); }
      @media screen and (max-width: 750px) {
        #home #concept div p:nth-child(1) {
          font-size: 28px;
          margin: 0 0 28px; } }
    #home #concept div p:nth-child(2) {
      font-size: 16px;
      line-height: 2;
      color: #fff;
      -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
      -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
      -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
      -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
      transition: opacity 1s ease 0.5s, transform 1s ease 0.5s; }
      #home #concept div p:nth-child(2).anime {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px); }
      @media screen and (max-width: 750px) {
        #home #concept div p:nth-child(2) {
          font-size: 14px; } }
#home #symptoms {
  padding: 90px 0 0;
  position: relative; }
  #home #symptoms h2 {
    margin: 0 0 45px; }
    @media screen and (max-width: 750px) {
      #home #symptoms h2 {
        margin: 0 0 20px; } }
  #home #symptoms > div {
    display: flex; }
    @media screen and (max-width: 750px) {
      #home #symptoms > div {
        display: block; } }
    #home #symptoms > div > div {
      width: 50%;
      zoom: 1; }
      #home #symptoms > div > div:after {
        display: table;
        clear: both;
        content: ""; }
      #home #symptoms > div > div:before {
        display: table;
        content: ""; }
      @media screen and (max-width: 750px) {
        #home #symptoms > div > div {
          width: 100%; } }
      #home #symptoms > div > div > div {
        width: 640px; }
        @media screen and (max-width: 750px) {
          #home #symptoms > div > div > div {
            width: 100%; } }
        #home #symptoms > div > div > div h3 {
          font-size: 26px;
          font-weight: bold;
          margin: 0 0 20px;
          -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
          transition: opacity 1s ease 0s, transform 1s ease 0s; }
          #home #symptoms > div > div > div h3.anime {
            opacity: 0;
            -webkit-transform: translate(50px, 0);
            -moz-transform: translate(50px, 0);
            -ms-transform: translate(50px, 0);
            -o-transform: translate(50px, 0);
            transform: translate(50px, 0); }
          @media screen and (max-width: 750px) {
            #home #symptoms > div > div > div h3 {
              padding: 0 15px;
              font-size: 24px;
              margin: 0 0 10px; } }
        #home #symptoms > div > div > div p {
          font-size: 14px;
          width: 404px;
          margin: 0 0 20px;
          text-align: justify;
          text-justify: inter-ideograph;
          -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
          -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
          transition: opacity 1s ease 0s, transform 1s ease 0s; }
          #home #symptoms > div > div > div p.anime {
            opacity: 0;
            -webkit-transform: translate(50px, 0);
            -moz-transform: translate(50px, 0);
            -ms-transform: translate(50px, 0);
            -o-transform: translate(50px, 0);
            transform: translate(50px, 0); }
          @media screen and (max-width: 750px) {
            #home #symptoms > div > div > div p {
              padding: 0 15px;
              width: 100%;
              font-size: 14px;
              margin: 0 0 10px; } }
        #home #symptoms > div > div > div nav ul {
          width: 528px;
          text-align: center;
          font-size: 0;
          display: block; }
          @media screen and (max-width: 750px) {
            #home #symptoms > div > div > div nav ul {
              width: 100%;
              margin: 0 0 30px; } }
          #home #symptoms > div > div > div nav ul li:nth-child(1) {
            -webkit-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
            -moz-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
            -ms-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
            -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
            transition: opacity 1s ease 0.1s, transform 1s ease 0.1s; }
            #home #symptoms > div > div > div nav ul li:nth-child(1).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li:nth-child(2) {
            -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
            -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
            -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
            -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
            transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }
            #home #symptoms > div > div > div nav ul li:nth-child(2).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li:nth-child(3) {
            -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
            -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
            -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
            -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
            transition: opacity 1s ease 0.3s, transform 1s ease 0.3s; }
            #home #symptoms > div > div > div nav ul li:nth-child(3).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li:nth-child(4) {
            -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
            -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
            -ms-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
            -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
            transition: opacity 1s ease 0.4s, transform 1s ease 0.4s; }
            #home #symptoms > div > div > div nav ul li:nth-child(4).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li:nth-child(5) {
            -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
            -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
            -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
            -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
            transition: opacity 1s ease 0.5s, transform 1s ease 0.5s; }
            #home #symptoms > div > div > div nav ul li:nth-child(5).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li:nth-child(6) {
            -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
            -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
            -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
            -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
            transition: opacity 1s ease 0.6s, transform 1s ease 0.6s; }
            #home #symptoms > div > div > div nav ul li:nth-child(6).anime {
              opacity: 0;
              -webkit-transform: scale(0.5, 0.5);
              -moz-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
              -o-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); }
          #home #symptoms > div > div > div nav ul li {
            display: inline-block;
            width: 160px;
            margin: 0 8px 16px; }
            @media screen and (max-width: 750px) {
              #home #symptoms > div > div > div nav ul li {
                width: 108px;
                margin: 0 8px 8px; } }
            #home #symptoms > div > div > div nav ul li a {
              display: block;
              width: 160px;
              height: 160px;
              background-size: cover;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              -webkit-transition: transform 0.5s ease;
              -moz-transition: transform 0.5s ease;
              -ms-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              transition: transform 0.5s ease; }
              @media screen and (max-width: 750px) {
                #home #symptoms > div > div > div nav ul li a {
                  width: 115px;
                  height: 115px; } }
              #home #symptoms > div > div > div nav ul li a:hover {
                -webkit-transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
                transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
              #home #symptoms > div > div > div nav ul li a span {
                font-size: 14px;
                color: #000;
                display: block;
                position: absolute;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                bottom: 25px;
                white-space: nowrap;
                text-align: center;
                line-height: 1.2; }
                @media screen and (max-width: 750px) {
                  #home #symptoms > div > div > div nav ul li a span {
                    font-size: 11px;
                    bottom: 12px; } }
      #home #symptoms > div > div:nth-child(1) {
        background: url("../imgs/home/symptoms_hada_bg.jpg") repeat-y center/cover; }
        #home #symptoms > div > div:nth-child(1) > div {
          float: right;
          padding: 40px 0 70px 90px; }
          @media screen and (max-width: 750px) {
            #home #symptoms > div > div:nth-child(1) > div {
              float: none;
              padding: 30px 0; } }
      #home #symptoms > div > div:nth-child(2) {
        background: url("../imgs/home/symptoms_karada_bg.jpg") repeat-y center/cover; }
        #home #symptoms > div > div:nth-child(2) > div {
          float: left;
          padding: 40px 0 70px 45px; }
          @media screen and (max-width: 750px) {
            #home #symptoms > div > div:nth-child(2) > div {
              float: none;
              padding: 30px 0; } }
#home #special_menu {
  padding: 130px 0 80px; }
  @media screen and (max-width: 750px) {
    #home #special_menu {
      padding: 60px 0 40px; } }
  #home #special_menu h2 {
    margin: 0 0 50px; }
    @media screen and (max-width: 750px) {
      #home #special_menu h2 {
        margin: 0 0 20px; } }
  #home #special_menu .swiper-container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (max-width: 750px) {
      #home #special_menu .swiper-container {
        width: 100%;
        padding: 0 0 30px; } }
    #home #special_menu .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      height: 300px; }
      @media screen and (max-width: 750px) {
        #home #special_menu .swiper-container .swiper-wrapper .swiper-slide {
          width: 100%;
          height: 190px; } }
      #home #special_menu .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
        width: 450px; }
        @media screen and (max-width: 750px) {
          #home #special_menu .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
            width: auto;
            height: 190px; } }
      #home #special_menu .swiper-container .swiper-wrapper .swiper-slide img {
        width: 285px;
        -webkit-transition: width 1s ease, height 1s ease;
        -moz-transition: width 1s ease, height 1s ease;
        -ms-transition: width 1s ease, height 1s ease;
        -o-transition: width 1s ease, height 1s ease;
        transition: width 1s ease, height 1s ease;
        position: absolute;
        top: 50%;
        left: 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%);
        border: 1px solid #eee; }
        @media screen and (max-width: 750px) {
          #home #special_menu .swiper-container .swiper-wrapper .swiper-slide img {
            width: auto;
            height: 120px; } }
    #home #special_menu .swiper-container .swiper-button-next {
      background: url("../imgs/common/arrow_g.svg") no-repeat center/100% auto;
      width: 28px;
      height: 50px; }
      @media screen and (max-width: 750px) {
        #home #special_menu .swiper-container .swiper-button-next {
          width: 15px;
          height: 27.5px; } }
    #home #special_menu .swiper-container .swiper-button-prev {
      background: url("../imgs/common/arrow_g_l.svg") no-repeat center/100% auto;
      width: 28px;
      height: 50px; }
      @media screen and (max-width: 750px) {
        #home #special_menu .swiper-container .swiper-button-prev {
          width: 15px;
          height: 27.5px; } }
    #home #special_menu .swiper-container .swiper-pagination-bullet {
      width: 10px;
      height: 10px; }
      @media screen and (max-width: 750px) {
        #home #special_menu .swiper-container .swiper-pagination-bullet {
          width: 6px;
          height: 6px; } }
      #home #special_menu .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #a31039; }
#home #special_course {
  padding: 130px 0 80px; }
  @media screen and (max-width: 750px) {
    #home #special_course {
      padding: 60px 0 40px; } }
  #home #special_course h2 {
    margin: 0 0 50px; }
    @media screen and (max-width: 750px) {
      #home #special_course h2 {
        margin: 0 0 20px; } }
  #home #special_course p {
    text-align: center; }
    @media screen and (max-width: 750px) {
      #home #special_course p {
        padding: 0 30px; } }
    #home #special_course p a {
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      width: 1200px;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #home #special_course p a {
          width: 100%; } }
      #home #special_course p a:hover {
        -webkit-transform: scale(1.01, 1.01);
        -moz-transform: scale(1.01, 1.01);
        -ms-transform: scale(1.01, 1.01);
        -o-transform: scale(1.01, 1.01);
        transform: scale(1.01, 1.01); }
      #home #special_course p a img {
        width: 100%; }
#home #machine {
  padding: 95px 0 115px;
  display: block;
  position: relative; }
  #home #machine.lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  @media screen and (max-width: 750px) {
    #home #machine {
      padding: 45px 0 60px; } }
  #home #machine > div {
    zoom: 1; }
    #home #machine > div:after {
      display: table;
      clear: both;
      content: ""; }
    #home #machine > div:before {
      display: table;
      content: ""; }
    @media screen and (max-width: 750px) {
      #home #machine > div {
        padding: 0 15px; } }
    #home #machine > div h2 {
      margin: 0 0 45px; }
      @media screen and (max-width: 750px) {
        #home #machine > div h2 {
          margin: 0 0 20px; } }
    #home #machine > div nav ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        #home #machine > div nav ul {
          justify-content: space-between;
          display: block; } }
      #home #machine > div nav ul li {
        width: 300px;
        margin: 0 15px; }
        @media screen and (max-width: 750px) {
          #home #machine > div nav ul li {
            width: 100%;
            margin: 0 0 30px; } }
        #home #machine > div nav ul li:nth-child(1) a p:nth-child(1) {
          -webkit-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
          -moz-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
          -ms-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
          -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
          transition: opacity 1s ease 0.1s, transform 1s ease 0.1s; }
          #home #machine > div nav ul li:nth-child(1) a p:nth-child(1).anime {
            opacity: 0;
            -webkit-transform: scale(0.5, 0.5);
            -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
        #home #machine > div nav ul li:nth-child(2) a p:nth-child(1) {
          -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
          -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
          -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
          -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
          transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }
          #home #machine > div nav ul li:nth-child(2) a p:nth-child(1).anime {
            opacity: 0;
            -webkit-transform: scale(0.5, 0.5);
            -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
        #home #machine > div nav ul li:nth-child(3) a p:nth-child(1) {
          -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
          -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
          -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
          -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
          transition: opacity 1s ease 0.3s, transform 1s ease 0.3s; }
          #home #machine > div nav ul li:nth-child(3) a p:nth-child(1).anime {
            opacity: 0;
            -webkit-transform: scale(0.5, 0.5);
            -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
            -o-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
        #home #machine > div nav ul li a {
          display: block; }
          #home #machine > div nav ul li a:hover p:nth-child(1) {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
          #home #machine > div nav ul li a p:nth-child(1) {
            margin: 0 0 20px;
            position: relative; }
            @media screen and (max-width: 750px) {
              #home #machine > div nav ul li a p:nth-child(1) {
                overflow: hidden;
                margin: 0 0 5px; } }
            #home #machine > div nav ul li a p:nth-child(1) img {
              width: 100%; }
          #home #machine > div nav ul li a p:nth-child(2) {
            display: inline-block;
            padding: 0 20px 1px 0;
            background: url("../imgs/common/arrow_r.svg") no-repeat right center/8px auto;
            line-height: 1; }
            @media screen and (max-width: 750px) {
              #home #machine > div nav ul li a p:nth-child(2) {
                /*
                display: block;
                padding: 5px;
                text-align: center;
                */
                display: none; } }
#home #ranking {
  padding: 125px 0 90px; }
  @media screen and (max-width: 750px) {
    #home #ranking {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 750px) {
    #home #ranking > div {
      padding: 0 15px; } }
  #home #ranking > div h2 {
    margin: 0 0 45px; }
  #home #ranking > div ul {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      #home #ranking > div ul {
        width: 100%; } }
    #home #ranking > div ul li:nth-child(1) a {
      -webkit-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
      -moz-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
      -ms-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
      -o-transition: opacity 1s ease 0.1s, transform 1s ease 0.1s;
      transition: opacity 1s ease 0.1s, transform 1s ease 0.1s; }
      #home #ranking > div ul li:nth-child(1) a.anime {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
    #home #ranking > div ul li:nth-child(2) a {
      -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
      -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
      -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
      -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
      transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }
      #home #ranking > div ul li:nth-child(2) a.anime {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
    #home #ranking > div ul li:nth-child(3) a {
      -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
      -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
      -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
      -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
      transition: opacity 1s ease 0.3s, transform 1s ease 0.3s; }
      #home #ranking > div ul li:nth-child(3) a.anime {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
    #home #ranking > div ul li a {
      position: relative;
      display: block;
      border: 2px solid #eee; }
      #home #ranking > div ul li a:hover {
        transition-duration: 0.5s;
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        -o-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02); }
      #home #ranking > div ul li a img {
        width: 100%; }
      #home #ranking > div ul li a:before {
        display: block;
        content: "1";
        font-family: "Hind", sans-serif;
        color: #fff;
        position: absolute;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
    #home #ranking > div ul li:nth-child(1) {
      width: 900px;
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        #home #ranking > div ul li:nth-child(1) {
          width: 100%;
          margin-bottom: 15px; } }
      #home #ranking > div ul li:nth-child(1) a {
        /*
        &:before{
        	content:"1";
        	font-size: 60px;
        	background: #a31039;
        	
        	width: 100px; height: 100px;
        	position: absolute;
        	top:30px; left: 25px;
        	padding: 25px;
        	@include mq() {
        		width: 50px; height: 50px;
        		top:14px; left: 10px;
        		font-size: 30px;
        		padding: 12px;
        	}
        }
        &:after{
        	background: url("../imgs/home/ranking_crown@2x.png") no-repeat center / 100% auto;
        	width: 37px; height: 38px;
        	content: "";
        	position: absolute;
        	top:10px; left: 5px;
        	z-index: 1;
        	@include mq() {
        		width: 18.5px; height: 19px;
        		top:5px; left: 2px;
        	}
        }
        */ }
    #home #ranking > div ul li:nth-child(2), #home #ranking > div ul li:nth-child(3) {
      width: 435px; }
      @media screen and (max-width: 750px) {
        #home #ranking > div ul li:nth-child(2), #home #ranking > div ul li:nth-child(3) {
          width: 100%;
          margin-bottom: 15px; } }
      #home #ranking > div ul li:nth-child(2) a, #home #ranking > div ul li:nth-child(3) a {
        /*
        &:before{
        	content:"2";
        	font-size: 35px;
        	
        	background: #c54b73;
        	width: 70px; height: 70px;
        	position: absolute;
        	top:12px; left: 12px;
        	padding: 20px;
        	@include mq() {
        		width: 27px; height: 27px;
        		font-size: 14px;
        		top:6px; left: 3px;
        		padding: 8px;
        	}
        }
        */ }
    #home #ranking > div ul li:nth-child(3) a {
      /*
      &:before{
      	content:"3";
      	background: #de99a4;
      }
      */ }
#home #popular_area {
  padding: 95px 0; }
  @media screen and (max-width: 750px) {
    #home #popular_area {
      padding: 60px 0 80px; } }
  #home #popular_area h2 {
    width: 700px;
    position: relative;
    margin: 0 auto 50px;
    padding: 0; }
    #home #popular_area h2:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #333;
      display: block;
      position: absolute;
      top: 60%;
      z-index: -1; }
    #home #popular_area h2 span {
      color: #4c4c4c;
      text-align: center;
      font-size: 30px;
      font-family: "Noto Serif JP", serif;
      display: inline-block;
      background: #fff;
      padding: 0 30px;
      margin: 0;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        #home #popular_area h2 span {
          font-size: 20px;
          padding: 0 10px; } }
    @media screen and (max-width: 750px) {
      #home #popular_area h2 {
        width: 80%;
        margin: 0 auto 20px; } }
  #home #popular_area nav {
    width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #home #popular_area nav {
        width: 100%; } }
    #home #popular_area nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      @media screen and (max-width: 750px) {
        #home #popular_area nav ul {
          padding: 0 15px; } }
      #home #popular_area nav ul li {
        padding: 0 10px 20px;
        width: 50%; }
        @media screen and (max-width: 750px) {
          #home #popular_area nav ul li {
            padding: 0 5px 10px; }
            #home #popular_area nav ul li:nth-child(even) {
              padding-left: 0; }
            #home #popular_area nav ul li:nth-child(odd) {
              padding-right: 0; } }
        #home #popular_area nav ul li a {
          width: 100%;
          display: block;
          -webkit-transition: transform 0.5s ease;
          -moz-transition: transform 0.5s ease;
          -ms-transition: transform 0.5s ease;
          -o-transition: transform 0.5s ease;
          transition: transform 0.5s ease; }
          @media screen and (max-width: 750px) {
            #home #popular_area nav ul li a {
              width: 100%; } }
          #home #popular_area nav ul li a:hover {
            -webkit-transform: scale(1.02, 1.02);
            -moz-transform: scale(1.02, 1.02);
            -ms-transform: scale(1.02, 1.02);
            -o-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }
          #home #popular_area nav ul li a img {
            width: 100%; }
#home #banner_area {
  padding: 95px 0;
  background: url("../imgs/home/symptoms_karada_bg.jpg") repeat-y center/cover; }
  @media screen and (max-width: 750px) {
    #home #banner_area {
      padding: 60px 0 80px; } }
  #home #banner_area h2 {
    margin: 0 0 50px; }
    @media screen and (max-width: 750px) {
      #home #banner_area h2 {
        margin: 0 0 20px; } }
  #home #banner_area nav {
    width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #home #banner_area nav {
        width: 100%; } }
    #home #banner_area nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      @media screen and (max-width: 750px) {
        #home #banner_area nav ul {
          padding: 0 15px; } }
      #home #banner_area nav ul li {
        padding: 0 10px 20px;
        width: 33.333333%; }
        @media screen and (max-width: 750px) {
          #home #banner_area nav ul li {
            padding: 0;
            margin: 0 0 20px;
            width: 100%; } }
        #home #banner_area nav ul li a {
          width: 100%;
          display: block;
          -webkit-transition: transform 0.5s ease;
          -moz-transition: transform 0.5s ease;
          -ms-transition: transform 0.5s ease;
          -o-transition: transform 0.5s ease;
          transition: transform 0.5s ease; }
          @media screen and (max-width: 750px) {
            #home #banner_area nav ul li a {
              width: 100%; } }
          #home #banner_area nav ul li a:hover {
            -webkit-transform: scale(1.02, 1.02);
            -moz-transform: scale(1.02, 1.02);
            -ms-transform: scale(1.02, 1.02);
            -o-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }
          #home #banner_area nav ul li a img {
            width: 100%; }
#home #clinic {
  padding: 0; }
  #home #clinic.lazyloaded {
    background: url("../imgs/home/clinic_bg_full.jpg") no-repeat 0 60%/100% auto; }
    @media screen and (max-width: 750px) {
      #home #clinic.lazyloaded {
        background-size: auto 100%;
        background-position: 70% 0; } }
  #home #clinic div {
    background: rgba(0, 0, 0, 0.5);
    padding: 80px 0;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 750px) {
      #home #clinic div {
        padding: 45px 0; } }
    #home #clinic div h2 {
      color: #fff;
      margin: 0 0 40px; }
      @media screen and (max-width: 750px) {
        #home #clinic div h2 {
          margin: 0 0 20px; } }
      #home #clinic div h2 span {
        color: #fff; }
    #home #clinic div p {
      color: #fff;
      font-size: 24px;
      font-family: "Noto Serif JP", serif;
      margin: 0 0 90px;
      -webkit-transition: opacity 1s ease 2s, transform 1s ease 2s;
      -moz-transition: opacity 1s ease 2s, transform 1s ease 2s;
      -ms-transition: opacity 1s ease 2s, transform 1s ease 2s;
      -o-transition: opacity 1s ease 2s, transform 1s ease 2s;
      transition: opacity 1s ease 2s, transform 1s ease 2s; }
      #home #clinic div p.anime {
        opacity: 0;
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        transform: translate(0, 30px); }
      @media screen and (max-width: 750px) {
        #home #clinic div p {
          font-size: 14px;
          margin: 0 0 28px; } }
    #home #clinic div nav ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        #home #clinic div nav ul {
          display: block; } }
      #home #clinic div nav ul li {
        padding: 0 30px; }
        @media screen and (max-width: 750px) {
          #home #clinic div nav ul li {
            padding: 0;
            margin: 0 0 8px; } }
        #home #clinic div nav ul li a {
          display: block;
          padding: 28px 25px 29px 0;
          width: 284px;
          background: #fff;
          color: #a31039;
          position: relative;
          text-align: center;
          text-decoration: none;
          border: 1px solid #fff;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            #home #clinic div nav ul li a {
              padding: 20px 12px 21px 0;
              width: 250px;
              font-size: 14px; } }
          #home #clinic div nav ul li a:after {
            display: block;
            content: "";
            width: 8px;
            height: 12px;
            background: url("../imgs/common/arrow_r.svg") no-repeat center;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: 25px; }
            @media screen and (max-width: 750px) {
              #home #clinic div nav ul li a:after {
                width: 6px;
                height: 10px;
                background-size: 100% auto;
                right: 20px; } }
          #home #clinic div nav ul li a:hover {
            background: #a31039;
            color: #fff; }
            #home #clinic div nav ul li a:hover:after {
              background-image: url("../imgs/common/arrow_w.svg"); }
          @media screen and (max-width: 750px) {
            #home #clinic div nav ul li a {
              margin: 0 auto;
              width: 170px; } }
#home #news_schedule {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 !important; }
  @media screen and (max-width: 750px) {
    #home #news_schedule {
      width: 100%;
      padding: 0 15px; } }
  @media screen and (max-width: 750px) {
    #home #news_schedule {
      display: block; } }
  #home #news_schedule > section {
    padding: 0 !important;
    width: 50%;
    min-width: 640px;
    zoom: 1; }
    @media screen and (max-width: 750px) {
      #home #news_schedule > section {
        min-width: 0;
        width: 100%; } }
    #home #news_schedule > section:after {
      display: table;
      clear: both;
      content: ""; }
    #home #news_schedule > section:before {
      display: table;
      content: ""; }
    #home #news_schedule > section h2 {
      text-align: left;
      margin: 0 0 45px; }
      @media screen and (max-width: 750px) {
        #home #news_schedule > section h2 {
          text-align: center;
          margin: 0 0 20px; } }
    #home #news_schedule > section > div {
      width: 100%; }
    #home #news_schedule > section:nth-child(1) > div {
      float: right;
      padding: 80px 55px 115px 75px; }
      @media screen and (max-width: 750px) {
        #home #news_schedule > section:nth-child(1) > div {
          float: none;
          padding: 55px 15px 0px; } }
    #home #news_schedule > section:nth-child(2) > div {
      float: left;
      padding: 80px 0 115px 32px; }
      @media screen and (max-width: 750px) {
        #home #news_schedule > section:nth-child(2) > div {
          float: none;
          padding: 55px 15px; } }
    #home #news_schedule > section#news ul {
      border-top: 1px solid #eee; }
      #home #news_schedule > section#news ul li {
        border-bottom: 1px solid #eee; }
        #home #news_schedule > section#news ul li:nth-child(1) {
          -webkit-transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
          -moz-transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
          -ms-transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
          -o-transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
          transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          #home #news_schedule > section#news ul li:nth-child(1).anime {
            opacity: 0;
            -webkit-transform: translate(0, 10px);
            -moz-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
            -o-transform: translate(0, 10px);
            transform: translate(0, 10px); }
        #home #news_schedule > section#news ul li:nth-child(2) {
          -webkit-transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
          -moz-transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
          -ms-transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
          -o-transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
          transition: opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          #home #news_schedule > section#news ul li:nth-child(2).anime {
            opacity: 0;
            -webkit-transform: translate(0, 10px);
            -moz-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
            -o-transform: translate(0, 10px);
            transform: translate(0, 10px); }
        #home #news_schedule > section#news ul li:nth-child(3) {
          -webkit-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
          -moz-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
          -ms-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
          -o-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
          transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          #home #news_schedule > section#news ul li:nth-child(3).anime {
            opacity: 0;
            -webkit-transform: translate(0, 10px);
            -moz-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
            -o-transform: translate(0, 10px);
            transform: translate(0, 10px); }
        #home #news_schedule > section#news ul li a {
          display: flex;
          justify-content: flex-start;
          padding: 25px 10px;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            #home #news_schedule > section#news ul li a {
              padding: 15px 10px; } }
          #home #news_schedule > section#news ul li a:hover {
            background: #eee; }
          #home #news_schedule > section#news ul li a time {
            padding-right: 20px;
            white-space: nowrap;
            display: block;
            width: 25%; }
            @media screen and (max-width: 750px) {
              #home #news_schedule > section#news ul li a time {
                font-size: 14px; } }
          #home #news_schedule > section#news ul li a h3 {
            width: 75%; }
            @media screen and (max-width: 750px) {
              #home #news_schedule > section#news ul li a h3 {
                font-size: 14px; } }
    #home #news_schedule > section#schedule > div > div {
      width: 580px;
      margin: 0; }
      @media screen and (max-width: 750px) {
        #home #news_schedule > section#schedule > div > div {
          width: 100%; } }

#second #cover {
  padding: 0 !important; }
  @media screen and (max-width: 750px) {
    #second #cover {
      padding: 0 15px !important; } }
  #second #cover > div {
    width: 1260px;
    height: 480px;
    margin: 0 auto;
    position: relative;
    background: no-repeat center / cover; }
    @media screen and (max-width: 750px) {
      #second #cover > div {
        width: auto;
        height: 234px; } }
    #second #cover > div h1 {
      font-size: 60px;
      color: #fff;
      font-family: "Noto Serif JP", serif;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 90px; }
      @media screen and (max-width: 750px) {
        #second #cover > div h1 {
          font-size: 40px;
          left: 15px; } }
      #second #cover > div h1 span {
        font-size: 20px;
        display: block;
        font-family: "Hind", sans-serif;
        margin: 30px 0 0 0;
        font-weight: 500; }
        @media screen and (max-width: 750px) {
          #second #cover > div h1 span {
            font-size: 15px;
            margin: 10px 0 0 0; } }
#second h2 {
  font-family: "Noto Serif JP", serif;
  color: #4c4c4c;
  text-align: center;
  font-size: 40px;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; }
  #second h2.anime {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  @media screen and (max-width: 750px) {
    #second h2 {
      font-size: 30px; } }
  #second h2 span {
    font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #a31039;
    margin: 20px 0 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }
    #second h2 span.anime {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px); }
    @media screen and (max-width: 750px) {
      #second h2 span {
        font-size: 12px;
        margin: 10px 0 0; } }

#second.post #cover > div, #second.page.news #cover > div {
  background-image: url("../imgs/post/cover.jpg");
  background-position: left 25%;
  background-size: 105% auto; }
  @media screen and (max-width: 750px) {
    #second.post #cover > div, #second.page.news #cover > div {
      background-size: auto 100%;
      background-position: center; } }
  #second.post #cover > div h1, #second.page.news #cover > div h1 {
    color: #003366; }
#second.post main > section:nth-child(2), #second.page.news main > section:nth-child(2) {
  padding: 120px 0; }
  @media screen and (max-width: 750px) {
    #second.post main > section:nth-child(2), #second.page.news main > section:nth-child(2) {
      padding: 60px 0; } }
  #second.post main > section:nth-child(2) > div, #second.page.news main > section:nth-child(2) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (max-width: 750px) {
      #second.post main > section:nth-child(2) > div, #second.page.news main > section:nth-child(2) > div {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #second.post main > section:nth-child(2) > div, #second.page.news main > section:nth-child(2) > div {
        display: block; } }
    #second.post main > section:nth-child(2) > div > aside, #second.page.news main > section:nth-child(2) > div > aside {
      width: 150px; }
      @media screen and (max-width: 750px) {
        #second.post main > section:nth-child(2) > div > aside, #second.page.news main > section:nth-child(2) > div > aside {
          width: 100%;
          padding: 0 30px; } }
      #second.post main > section:nth-child(2) > div > aside h4, #second.page.news main > section:nth-child(2) > div > aside h4 {
        border-top: 1px solid #a31039;
        border-bottom: 1px solid #a31039;
        padding: 10px 0;
        text-align: center;
        color: #a31039;
        margin: 0 0 15px; }
        @media screen and (max-width: 750px) {
          #second.post main > section:nth-child(2) > div > aside h4, #second.page.news main > section:nth-child(2) > div > aside h4 {
            text-align: left;
            font-size: 14px; } }
      #second.post main > section:nth-child(2) > div > aside nav > ul > li > a, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > a {
        padding: 15px;
        display: block;
        position: relative;
        font-size: 14px; }
        #second.post main > section:nth-child(2) > div > aside nav > ul > li > a:hover, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > a:hover {
          background: #eee; }
        #second.post main > section:nth-child(2) > div > aside nav > ul > li > a:after, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > a:after {
          display: block;
          width: 5px;
          height: 9px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          background: url("../imgs/common/arrow_r.svg") no-repeat center/100% auto;
          content: "";
          right: 10px; }
      #second.post main > section:nth-child(2) > div > aside nav > ul > li > ul, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > ul {
        margin: 0 0 0 30px; }
        #second.post main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a {
          position: relative;
          display: block;
          font-size: 14px;
          padding: 10px 10px 10px 20px; }
          #second.post main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a:after, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a:after {
            display: block;
            content: "ー";
            color: #a31039;
            position: absolute;
            top: 10px;
            left: 0; }
          #second.post main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a:hover, #second.page.news main > section:nth-child(2) > div > aside nav > ul > li > ul > li > a:hover {
            opacity: 0.5; }
    #second.post main > section:nth-child(2) > div > section, #second.page.news main > section:nth-child(2) > div > section {
      width: 1000px; }
      @media screen and (max-width: 750px) {
        #second.post main > section:nth-child(2) > div > section, #second.page.news main > section:nth-child(2) > div > section {
          width: 100%; } }
#second.category.post main > section:nth-child(2) > div > section ul, #second.page.news main > section:nth-child(2) > div > section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -50px; }
  @media screen and (max-width: 750px) {
    #second.category.post main > section:nth-child(2) > div > section ul, #second.page.news main > section:nth-child(2) > div > section ul {
      margin-right: 0; } }
  #second.category.post main > section:nth-child(2) > div > section ul li, #second.page.news main > section:nth-child(2) > div > section ul li {
    width: 300px;
    margin: 0 50px 50px 0; }
    @media screen and (max-width: 750px) {
      #second.category.post main > section:nth-child(2) > div > section ul li, #second.page.news main > section:nth-child(2) > div > section ul li {
        margin: 0 0 30px;
        width: 100%; } }
    #second.category.post main > section:nth-child(2) > div > section ul li a, #second.page.news main > section:nth-child(2) > div > section ul li a {
      display: block; }
      @media screen and (max-width: 750px) {
        #second.category.post main > section:nth-child(2) > div > section ul li a, #second.page.news main > section:nth-child(2) > div > section ul li a {
          display: flex; } }
      @media screen and (max-width: 750px) {
        #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(1), #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(1) {
          width: 50%;
          padding-right: 15px; } }
      #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p {
        overflow: hidden;
        position: relative;
        width: 100%;
        border: 1px solid #eee;
        margin: 0 0 10px 0;
        background: #eee; }
        #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p:before, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p:before {
          content: "";
          display: block;
          padding-top: 100%; }
        #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p img, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(1) > p img {
          height: 100%;
          position: absolute;
          top: 50%;
          left: 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%); }
      @media screen and (max-width: 750px) {
        #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2), #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) {
          width: 50%;
          position: relative; } }
      @media screen and (max-width: 750px) {
        #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 100%; } }
      #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > p, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > p {
        font-size: 14px;
        color: #a31039;
        margin: 0 0 10px 0; }
        @media screen and (max-width: 750px) {
          #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > p, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > p {
            font-size: 14px; } }
      #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > time, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div > time {
        font-size: 14px;
        margin: 0 0 10px 0;
        display: block; }
      #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div h3, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div h3 {
        font-family: "Noto Serif JP", serif;
        font-size: 20px;
        line-height: 1.5; }
        @media screen and (max-width: 750px) {
          #second.category.post main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div h3, #second.page.news main > section:nth-child(2) > div > section ul li a > div:nth-child(2) > div h3 {
            font-size: 14px; } }
#second.single.post article {
  margin: 0 0 100px; }
  @media screen and (max-width: 750px) {
    #second.single.post article {
      margin: 0 0 50px; } }
  #second.single.post article time {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    display: block; }
    @media screen and (max-width: 750px) {
      #second.single.post article time {
        font-size: 14px; } }
  #second.single.post article h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 50px; }
    @media screen and (max-width: 750px) {
      #second.single.post article h1 {
        font-size: 18px;
        margin: 0 0 25px; } }
    #second.single.post article h1 + p.cover {
      margin: 0 0 50px; }
      @media screen and (max-width: 750px) {
        #second.single.post article h1 + p.cover {
          margin: 0 0 25px; } }
      #second.single.post article h1 + p.cover img {
        width: 100%; }
  #second.single.post article h2 {
    font-family: "Noto Serif JP", serif;
    color: #a31039;
    font-size: 26px;
    text-align: left;
    border-bottom: 1px solid #a31039;
    padding: 0 0 10px;
    margin: 0 0 30px;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      #second.single.post article h2 {
        font-size: 13px;
        margin: 0 0 15px;
        padding: 0 0 5px; } }
  #second.single.post article p {
    margin: 0 0 30px; }
    @media screen and (max-width: 750px) {
      #second.single.post article p {
        font-size: 14px;
        margin: 0 0 15px; } }
    #second.single.post article p:last-child {
      margin: 0; }
  #second.single.post article .aligncenter {
    display: block;
    margin: 0 auto; }
  #second.single.post article .alignright {
    float: right;
    margin: 0 0 20px 20px; }
    @media screen and (max-width: 750px) {
      #second.single.post article .alignright {
        width: 33.3333333333vw; } }
  #second.single.post article .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
    @media screen and (max-width: 750px) {
      #second.single.post article .alignleft {
        width: 33.3333333333vw; } }
  #second.single.post article > section {
    margin: 0 0 50px; }
    #second.single.post article > section#price p {
      width: 800px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #second.single.post article > section#price p {
          width: 100%; } }
      #second.single.post article > section#price p img {
        width: 100%; }
    #second.single.post article > section#hope nav a {
      display: block;
      padding: 28px 25px 29px 0;
      width: 284px;
      background: #a31039;
      color: #fff;
      position: relative;
      text-align: center;
      text-decoration: none;
      border: 1px solid #a31039;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        #second.single.post article > section#hope nav a {
          padding: 20px 12px 21px 0;
          width: 250px;
          font-size: 14px; } }
      #second.single.post article > section#hope nav a:after {
        display: block;
        content: "";
        width: 8px;
        height: 12px;
        background: url("../imgs/common/arrow_w.svg") no-repeat center;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 25px; }
        @media screen and (max-width: 750px) {
          #second.single.post article > section#hope nav a:after {
            width: 6px;
            height: 10px;
            background-size: 100% auto;
            right: 20px; } }
      #second.single.post article > section#hope nav a:hover {
        background: #fff;
        color: #a31039; }
        #second.single.post article > section#hope nav a:hover:after {
          background-image: url("../imgs/common/arrow_r.svg"); }
      @media screen and (max-width: 750px) {
        #second.single.post article > section#hope nav a {
          width: 180px; } }
  #second.single.post article + nav {
    width: 420px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #second.single.post article + nav {
        width: 260px;
        margin: 0 auto 50px; } }
    #second.single.post article + nav ul {
      display: flex;
      justify-content: space-between; }
      #second.single.post article + nav ul li {
        margin: 0 !important;
        display: block; }
        #second.single.post article + nav ul li a {
          display: block;
          font-size: 13px;
          padding: 15px;
          text-align: center;
          font-weight: bold; }
          @media screen and (max-width: 750px) {
            #second.single.post article + nav ul li a {
              font-size: 14px; } }
        #second.single.post article + nav ul li:nth-child(1) {
          width: 100px; }
          @media screen and (max-width: 750px) {
            #second.single.post article + nav ul li:nth-child(1) {
              width: 80px; } }
          #second.single.post article + nav ul li:nth-child(1) a {
            color: #a31039;
            background: url("../imgs/common/arrow_r_l.svg") no-repeat center left/6px 10px; }
            @media screen and (max-width: 750px) {
              #second.single.post article + nav ul li:nth-child(1) a {
                background-size: 4px 6px; } }
            #second.single.post article + nav ul li:nth-child(1) a:hover {
              opacity: 0.5; }
        #second.single.post article + nav ul li:nth-child(2) {
          width: 160px; }
          @media screen and (max-width: 750px) {
            #second.single.post article + nav ul li:nth-child(2) {
              width: 96px; } }
          #second.single.post article + nav ul li:nth-child(2) a {
            background: #a31039;
            color: #fff;
            border: 1px solid #a31039; }
            #second.single.post article + nav ul li:nth-child(2) a:hover {
              background: #eee;
              color: #a31039; }
        #second.single.post article + nav ul li:nth-child(3) {
          width: 100px; }
          @media screen and (max-width: 750px) {
            #second.single.post article + nav ul li:nth-child(3) {
              width: 80px; } }
          #second.single.post article + nav ul li:nth-child(3) a {
            color: #a31039;
            background: url("../imgs/common/arrow_r.svg") no-repeat center right/6px 10px; }
            @media screen and (max-width: 750px) {
              #second.single.post article + nav ul li:nth-child(3) a {
                background-size: 4px 6px; } }
            #second.single.post article + nav ul li:nth-child(3) a:hover {
              opacity: 0.5; }

#second.archive.menu #cover > div.lazyloaded {
  background-image: url("../imgs/menu/cover.jpg"); }
#second.archive.menu section {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.archive.menu section {
      padding: 45px 0; } }
  #second.archive.menu section#nav {
    padding: 85px 0; }
    @media screen and (max-width: 750px) {
      #second.archive.menu section#nav {
        padding: 40px 0; } }
    #second.archive.menu section#nav > nav {
      width: 1280px;
      margin: 0 auto;
      padding: 0 30px; }
      @media screen and (max-width: 750px) {
        #second.archive.menu section#nav > nav {
          width: 100%;
          padding: 0 15px; } }
      #second.archive.menu section#nav > nav > ul {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 750px) {
          #second.archive.menu section#nav > nav > ul {
            width: 100%; } }
        #second.archive.menu section#nav > nav > ul > li {
          margin: 0 12px 20px; }
          @media screen and (max-width: 750px) {
            #second.archive.menu section#nav > nav > ul > li {
              margin: 0 12px 8px 0; } }
          #second.archive.menu section#nav > nav > ul > li > a {
            display: block;
            padding: 0 20px 2px 0;
            line-height: 1;
            background: url("../imgs/common/arrow_r_d.svg") no-repeat right center/12px auto; }
            @media screen and (max-width: 750px) {
              #second.archive.menu section#nav > nav > ul > li > a {
                font-size: 14px;
                background-size: 11px auto;
                padding-right: 15px; } }
  #second.archive.menu section#anti-aging h2, #second.archive.menu section#medical_diet h2, #second.archive.menu section#other h2 {
    margin: 0 0 60px; }
    @media screen and (max-width: 750px) {
      #second.archive.menu section#anti-aging h2, #second.archive.menu section#medical_diet h2, #second.archive.menu section#other h2 {
        margin: 0 0 17px; } }
  #second.archive.menu section#anti-aging > nav, #second.archive.menu section#medical_diet > nav, #second.archive.menu section#other > nav {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0; }
    @media screen and (max-width: 750px) {
      #second.archive.menu section#anti-aging > nav, #second.archive.menu section#medical_diet > nav, #second.archive.menu section#other > nav {
        width: 100%;
        padding: 0 15px; } }
    #second.archive.menu section#anti-aging > nav > ul, #second.archive.menu section#medical_diet > nav > ul, #second.archive.menu section#other > nav > ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #second.archive.menu section#anti-aging > nav > ul > li, #second.archive.menu section#medical_diet > nav > ul > li, #second.archive.menu section#other > nav > ul > li {
        margin: 0 30px 60px; }
        @media screen and (max-width: 750px) {
          #second.archive.menu section#anti-aging > nav > ul > li, #second.archive.menu section#medical_diet > nav > ul > li, #second.archive.menu section#other > nav > ul > li {
            margin: 0 0 15px; } }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(1), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(1), #second.archive.menu section#other > nav > ul > li:nth-child(1) {
          -webkit-transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
          -moz-transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
          -ms-transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
          -o-transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
          transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(1).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(1).anime, #second.archive.menu section#other > nav > ul > li:nth-child(1).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(2), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(2), #second.archive.menu section#other > nav > ul > li:nth-child(2) {
          -webkit-transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
          -moz-transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
          -ms-transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
          -o-transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
          transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(2).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(2).anime, #second.archive.menu section#other > nav > ul > li:nth-child(2).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(3), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(3), #second.archive.menu section#other > nav > ul > li:nth-child(3) {
          -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
          -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
          -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
          -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
          transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(3).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(3).anime, #second.archive.menu section#other > nav > ul > li:nth-child(3).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(4), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(4), #second.archive.menu section#other > nav > ul > li:nth-child(4) {
          -webkit-transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
          -moz-transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
          -ms-transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
          -o-transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
          transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(4).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(4).anime, #second.archive.menu section#other > nav > ul > li:nth-child(4).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(5), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(5), #second.archive.menu section#other > nav > ul > li:nth-child(5) {
          -webkit-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
          -moz-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
          -ms-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
          -o-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
          transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(5).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(5).anime, #second.archive.menu section#other > nav > ul > li:nth-child(5).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li:nth-child(6), #second.archive.menu section#medical_diet > nav > ul > li:nth-child(6), #second.archive.menu section#other > nav > ul > li:nth-child(6) {
          -webkit-transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
          -moz-transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
          -ms-transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
          -o-transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
          transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s; }
          #second.archive.menu section#anti-aging > nav > ul > li:nth-child(6).anime, #second.archive.menu section#medical_diet > nav > ul > li:nth-child(6).anime, #second.archive.menu section#other > nav > ul > li:nth-child(6).anime {
            opacity: 0;
            -webkit-transform: translate(0, 100px);
            -moz-transform: translate(0, 100px);
            -ms-transform: translate(0, 100px);
            -o-transform: translate(0, 100px);
            transform: translate(0, 100px); }
        #second.archive.menu section#anti-aging > nav > ul > li > a, #second.archive.menu section#medical_diet > nav > ul > li > a, #second.archive.menu section#other > nav > ul > li > a {
          width: 360px;
          height: 442px;
          padding: 15px;
          display: block;
          background: #fff;
          text-align: center;
          position: relative;
          border: 1px solid #eee; }
          @media screen and (max-width: 750px) {
            #second.archive.menu section#anti-aging > nav > ul > li > a, #second.archive.menu section#medical_diet > nav > ul > li > a, #second.archive.menu section#other > nav > ul > li > a {
              width: 100%;
              height: auto; } }
          @media screen and (max-width: 750px) {
            #second.archive.menu section#anti-aging > nav > ul > li > a, #second.archive.menu section#medical_diet > nav > ul > li > a, #second.archive.menu section#other > nav > ul > li > a {
              padding: 15px 0 5px; } }
          @media screen and (max-width: 750px) {
            #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) {
              display: flex;
              margin: 0 0 15px; } }
          #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > p:nth-child(1), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > p:nth-child(1), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) {
            margin: 0 0 30px; }
            @media screen and (max-width: 750px) {
              #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > p:nth-child(1), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > p:nth-child(1), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) {
                width: 50%;
                margin: 0;
                padding: 0 7.5px; } }
            #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img, #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img, #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img {
              width: 100%; }
              @media screen and (max-width: 750px) {
                #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img, #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img, #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > p:nth-child(1) img {
                  border: 1px solid #eee; } }
          @media screen and (max-width: 750px) {
            #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) {
              width: 50%;
              text-align: center;
              padding: 0 7.5px 0 0; } }
          #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3, #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3, #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3 {
            margin: 0 0 20px;
            line-height: 1;
            padding: 0 20px 2px 0;
            background: url("../imgs/common/arrow_r.svg") no-repeat right center/8px auto;
            font-family: "Noto Serif JP", serif;
            font-size: 24px;
            color: #a31039;
            display: inline-block; }
            @media screen and (max-width: 750px) {
              #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3, #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3, #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > h3 {
                font-size: 20px;
                margin: 0 0 12px;
                background-size: 6px auto;
                padding-right: 15px;
                white-space: nowrap; } }
          #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) {
            font-size: 14px;
            margin: 0 0 20px;
            line-height: 1.5; }
            #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) span, #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) span, #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) span {
              white-space: nowrap; }
            @media screen and (max-width: 750px) {
              #second.archive.menu section#anti-aging > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2), #second.archive.menu section#medical_diet > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2), #second.archive.menu section#other > nav > ul > li > a > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) {
                font-size: 14px;
                margin: 0; } }
          #second.archive.menu section#anti-aging > nav > ul > li > a > ul, #second.archive.menu section#medical_diet > nav > ul > li > a > ul, #second.archive.menu section#other > nav > ul > li > a > ul {
            padding: 20px 0;
            border-top: 1px solid #eeeeee;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            left: 30px;
            bottom: 0;
            width: 300px;
            text-align: center; }
            @media screen and (max-width: 750px) {
              #second.archive.menu section#anti-aging > nav > ul > li > a > ul, #second.archive.menu section#medical_diet > nav > ul > li > a > ul, #second.archive.menu section#other > nav > ul > li > a > ul {
                position: static;
                width: auto;
                left: auto;
                bottom: auto;
                padding: 10px 0;
                margin: 0 5px; } }
            #second.archive.menu section#anti-aging > nav > ul > li > a > ul li, #second.archive.menu section#medical_diet > nav > ul > li > a > ul li, #second.archive.menu section#other > nav > ul > li > a > ul li {
              border-right: 1px solid #eeeeee; }
              #second.archive.menu section#anti-aging > nav > ul > li > a > ul li:last-child, #second.archive.menu section#medical_diet > nav > ul > li > a > ul li:last-child, #second.archive.menu section#other > nav > ul > li > a > ul li:last-child {
                border: none; }
              #second.archive.menu section#anti-aging > nav > ul > li > a > ul li > object > a, #second.archive.menu section#medical_diet > nav > ul > li > a > ul li > object > a, #second.archive.menu section#other > nav > ul > li > a > ul li > object > a {
                padding: 3px 5px;
                display: block;
                font-size: 14px;
                pointer-events: none; }
                @media screen and (max-width: 750px) {
                  #second.archive.menu section#anti-aging > nav > ul > li > a > ul li > object > a, #second.archive.menu section#medical_diet > nav > ul > li > a > ul li > object > a, #second.archive.menu section#other > nav > ul > li > a > ul li > object > a {
                    font-size: 14px;
                    padding: 1px 5px; } }
  #second.archive.menu section#anti-aging {
    display: block; }
    #second.archive.menu section#anti-aging.lazyloaded {
      background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  #second.archive.menu section#other {
    display: block; }
    #second.archive.menu section#other.lazyloaded {
      background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }

#second.single.menu main > section, #second.single.symptoms main > section {
  margin: 0 0 90px !important; }
  @media screen and (max-width: 750px) {
    #second.single.menu main > section, #second.single.symptoms main > section {
      margin: 0 0 45px !important; } }
  #second.single.menu main > section > div, #second.single.symptoms main > section > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    width: 1000px;
    padding: 0; }
    @media screen and (max-width: 750px) {
      #second.single.menu main > section > div, #second.single.symptoms main > section > div {
        width: 100%;
        padding: 0 15px; } }
    #second.single.menu main > section > div h2, #second.single.symptoms main > section > div h2 {
      background: #eee;
      color: #a31039;
      border-left: #a31039 2px solid;
      font-family: "Noto Serif JP", serif;
      font-size: 24px;
      font-weight: bold;
      padding: 15px;
      margin: 0 0 30px;
      text-align: left; }
      @media screen and (max-width: 750px) {
        #second.single.menu main > section > div h2, #second.single.symptoms main > section > div h2 {
          font-size: 22px;
          margin: 0 0 15px; } }
    #second.single.menu main > section > div img, #second.single.symptoms main > section > div img {
      max-width: 100%;
      height: auto; }
    #second.single.menu main > section > div > div, #second.single.symptoms main > section > div > div {
      font-size: 14px;
      padding: 0 15px;
      zoom: 1; }
      #second.single.menu main > section > div > div:after, #second.single.symptoms main > section > div > div:after {
        display: table;
        clear: both;
        content: ""; }
      #second.single.menu main > section > div > div:before, #second.single.symptoms main > section > div > div:before {
        display: table;
        content: ""; }
      #second.single.menu main > section > div > div .aligncenter, #second.single.symptoms main > section > div > div .aligncenter {
        display: block;
        margin: 0 auto; }
      #second.single.menu main > section > div > div .alignright, #second.single.symptoms main > section > div > div .alignright {
        float: right;
        margin: 0 0 10px 20px; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section > div > div .alignright, #second.single.symptoms main > section > div > div .alignright {
            width: 33.3333333333vw; } }
      #second.single.menu main > section > div > div .alignleft, #second.single.symptoms main > section > div > div .alignleft {
        float: left;
        margin: 0 20px 10px 0; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section > div > div .alignleft, #second.single.symptoms main > section > div > div .alignleft {
            width: 33.3333333333vw; } }
      #second.single.menu main > section > div > div p, #second.single.symptoms main > section > div > div p {
        margin: 0 0 20px; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section > div > div p, #second.single.symptoms main > section > div > div p {
            font-size: 14px; } }
        #second.single.menu main > section > div > div p:last-child, #second.single.symptoms main > section > div > div p:last-child {
          margin: 0; }
  #second.single.menu main > section#cover h1, #second.single.symptoms main > section#cover h1 {
    display: none; }
  @media screen and (max-width: 750px) {
    #second.single.menu main > section#cover > div, #second.single.symptoms main > section#cover > div {
      width: auto;
      height: auto !important;
      padding: 0; } }
  #second.single.menu main > section#cover > div img, #second.single.symptoms main > section#cover > div img {
    width: 100% !important;
    height: auto !important;
    margin: 0; }
  #second.single.menu main > section#lead > div p, #second.single.symptoms main > section#lead > div p {
    text-align: center; }
    #second.single.menu main > section#lead > div p:nth-child(1), #second.single.symptoms main > section#lead > div p:nth-child(1) {
      color: #4c4c4c;
      font-family: "Noto Serif JP", serif;
      font-size: 40px;
      margin: 0 0 20px; }
      @media screen and (max-width: 750px) {
        #second.single.menu main > section#lead > div p:nth-child(1), #second.single.symptoms main > section#lead > div p:nth-child(1) {
          font-size: 26px; } }
    #second.single.menu main > section#lead > div p:nth-child(2), #second.single.symptoms main > section#lead > div p:nth-child(2) {
      font-size: 16px; }
  #second.single.menu main > section#case > div > div ul li, #second.single.symptoms main > section#case > div > div ul li {
    margin: 0 0 30px; }
    #second.single.menu main > section#case > div > div ul li a, #second.single.symptoms main > section#case > div > div ul li a {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 750px) {
        #second.single.menu main > section#case > div > div ul li a, #second.single.symptoms main > section#case > div > div ul li a {
          display: block; } }
      #second.single.menu main > section#case > div > div ul li a > div:nth-child(1), #second.single.symptoms main > section#case > div > div ul li a > div:nth-child(1) {
        width: 450px; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section#case > div > div ul li a > div:nth-child(1), #second.single.symptoms main > section#case > div > div ul li a > div:nth-child(1) {
            width: 100%;
            margin: 0 0 10px; } }
      #second.single.menu main > section#case > div > div ul li a > div:nth-child(2), #second.single.symptoms main > section#case > div > div ul li a > div:nth-child(2) {
        width: 485px; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section#case > div > div ul li a > div:nth-child(2), #second.single.symptoms main > section#case > div > div ul li a > div:nth-child(2) {
            width: 100%; } }
        #second.single.menu main > section#case > div > div ul li a > div:nth-child(2) h3, #second.single.symptoms main > section#case > div > div ul li a > div:nth-child(2) h3 {
          margin: 0 0 10px;
          font-weight: bold; }
  #second.single.menu main > section#price > div > div, #second.single.symptoms main > section#price > div > div {
    width: 880px;
    margin: 0 auto; }
    #second.single.menu main > section#price > div > div img, #second.single.symptoms main > section#price > div > div img {
      width: 100%; }
    @media screen and (max-width: 750px) {
      #second.single.menu main > section#price > div > div, #second.single.symptoms main > section#price > div > div {
        width: 100%; } }
  #second.single.menu main > section#faq > div > div, #second.single.symptoms main > section#faq > div > div {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #second.single.menu main > section#faq > div > div, #second.single.symptoms main > section#faq > div > div {
        width: 100%; } }
    #second.single.menu main > section#faq > div > div dl, #second.single.symptoms main > section#faq > div > div dl {
      margin: 0 0 10px; }
      #second.single.menu main > section#faq > div > div dl dt, #second.single.menu main > section#faq > div > div dl dd, #second.single.symptoms main > section#faq > div > div dl dt, #second.single.symptoms main > section#faq > div > div dl dd {
        padding: 20px 30px;
        line-height: 1.5; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section#faq > div > div dl dt, #second.single.menu main > section#faq > div > div dl dd, #second.single.symptoms main > section#faq > div > div dl dt, #second.single.symptoms main > section#faq > div > div dl dd {
            padding: 7px 10px; } }
      #second.single.menu main > section#faq > div > div dl dt, #second.single.symptoms main > section#faq > div > div dl dt {
        border: 1px solid #eee;
        font-size: 20px;
        font-family: "Noto Serif JP", serif;
        font-weight: bold;
        color: #a31039;
        position: relative; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section#faq > div > div dl dt, #second.single.symptoms main > section#faq > div > div dl dt {
            font-size: 14px; } }
        #second.single.menu main > section#faq > div > div dl dt.open:after, #second.single.symptoms main > section#faq > div > div dl dt.open:after {
          background-image: url("../imgs/common/arrow_r_u.svg"); }
        #second.single.menu main > section#faq > div > div dl dt:after, #second.single.symptoms main > section#faq > div > div dl dt:after {
          display: block;
          width: 15px;
          height: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 30px;
          content: "";
          background: url("../imgs/common/arrow_r_d.svg") no-repeat center/100% auto; }
          @media screen and (max-width: 750px) {
            #second.single.menu main > section#faq > div > div dl dt:after, #second.single.symptoms main > section#faq > div > div dl dt:after {
              width: 8px;
              height: 5px;
              right: 10px; } }
        #second.single.menu main > section#faq > div > div dl dt:hover, #second.single.symptoms main > section#faq > div > div dl dt:hover {
          background: #eee;
          cursor: pointer; }
      #second.single.menu main > section#faq > div > div dl dd, #second.single.symptoms main > section#faq > div > div dl dd {
        font-size: 14px;
        display: none; }
        @media screen and (max-width: 750px) {
          #second.single.menu main > section#faq > div > div dl dd, #second.single.symptoms main > section#faq > div > div dl dd {
            font-size: 14px; } }
#second.single.menu main > section {
  /*
  &#case{
  	>div{
  		>div{
  			ul{
  				li{
  					margin: 0 0 30px;
  					@include mq() {
  					}
  					a{
  						
  						display: flex;
  						justify-content: space-between;
  						>div{
  							
  							&:nth-child(1){
  								width: 450px;
  								@include mq() {
  								}
  								
  							}
  							&:nth-child(2){
  								width: 485px;
  								@include mq() {
  								}
  								h3{
  									margin: 0 0 10px;
  									font-weight: bold;
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */ }
  #second.single.menu main > section#about > div section {
    margin: 0 0 30px; }
  #second.single.menu main > section#about > div h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: bold;
    color: #a31039;
    margin: 0 0 30px; }
    @media screen and (max-width: 750px) {
      #second.single.menu main > section#about > div h3 {
        font-size: 20px;
        margin: 0 0 15px; } }
    #second.single.menu main > section#about > div h3 span {
      display: inline-block;
      border-bottom: 1px solid #a31039;
      padding: 0 0 5px; }
  #second.single.menu main > section#about > div p img {
    max-width: 880px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 750px) {
      #second.single.menu main > section#about > div p img {
        max-width: 100%; } }
#second.single.symptoms main > section#type > div p img {
  /*
  max-width: 880px;
  margin: 0 auto;
  display: block;
  */ }
#second.single.symptoms main > section#causes > div > div section {
  margin: 0 0 50px; }
  #second.single.symptoms main > section#causes > div > div section h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: bold;
    color: #a31039;
    margin: 0 0 30px; }
    @media screen and (max-width: 750px) {
      #second.single.symptoms main > section#causes > div > div section h3 {
        font-size: 20px;
        margin: 0 0 15px; } }
    #second.single.symptoms main > section#causes > div > div section h3 span {
      display: inline-block;
      border-bottom: 1px solid #a31039;
      padding: 0 0 5px; }
  #second.single.symptoms main > section#causes > div > div section h4 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      #second.single.symptoms main > section#causes > div > div section h4 {
        font-size: 14px;
        display: block;
        margin: 0 0 10px; } }
  #second.single.symptoms main > section#causes > div > div section ul {
    display: inline-block;
    border-left: 1px solid #eee;
    clear: both; }
    #second.single.symptoms main > section#causes > div > div section ul li {
      display: inline-block; }
      @media screen and (max-width: 750px) {
        #second.single.symptoms main > section#causes > div > div section ul li {
          display: block;
          margin-bottom: 5px; } }
      #second.single.symptoms main > section#causes > div > div section ul li a {
        padding: 0 10px;
        display: inline-block;
        background: url("../imgs/common/arrow_r.svg") no-repeat center right/5px 8px; }
        @media screen and (max-width: 750px) {
          #second.single.symptoms main > section#causes > div > div section ul li a {
            font-size: 14px; } }
        #second.single.symptoms main > section#causes > div > div section ul li a:hover {
          opacity: 0.5; }

#second.page.about section {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.page.about section {
      padding: 45px 0; } }
  #second.page.about section h2 {
    margin: 0 0 45px; }
#second.page.about #cover > div.lazyloaded {
  background: url("../imgs/about/cover.jpg") no-repeat 0% 60%/100% auto; }
  @media screen and (max-width: 750px) {
    #second.page.about #cover > div.lazyloaded {
      background-size: 110% auto;
      background-position: 40% 50%; } }
#second.page.about #lead {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.page.about #lead {
      padding: 45px 0; } }
  #second.page.about #lead > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      #second.page.about #lead > div {
        width: 100%;
        padding: 0 15px; } }
    #second.page.about #lead > div p {
      text-align: center;
      line-height: 2.5; }
      @media screen and (max-width: 750px) {
        #second.page.about #lead > div p {
          font-size: 17px;
          text-align: left; } }
#second.page.about #our_promises {
  padding: 0; }
  #second.page.about #our_promises > div {
    padding: 60px 0;
    background: url("../imgs/about/our_promises_bg@2x.jpg") no-repeat center/cover; }
    #second.page.about #our_promises > div ul {
      width: 1280px;
      margin: 0 auto;
      padding: 0 30px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        #second.page.about #our_promises > div ul {
          width: 100%;
          padding: 0 15px; } }
      @media screen and (max-width: 750px) {
        #second.page.about #our_promises > div ul {
          display: block; } }
      #second.page.about #our_promises > div ul li {
        width: 300px;
        margin: 0 45px; }
        @media screen and (max-width: 750px) {
          #second.page.about #our_promises > div ul li {
            width: 100%;
            margin: 0 0 30px; } }
        @media screen and (max-width: 750px) {
          #second.page.about #our_promises > div ul li > div:nth-child(1) {
            padding-bottom: 30px; } }
        #second.page.about #our_promises > div ul li > div:nth-child(1) > p:nth-child(1) {
          overflow: hidden;
          height: 300px;
          margin: 0 0 50px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          @media screen and (max-width: 750px) {
            #second.page.about #our_promises > div ul li > div:nth-child(1) > p:nth-child(1) {
              width: 40vw;
              height: 40vw;
              margin: 0 auto; } }
          #second.page.about #our_promises > div ul li > div:nth-child(1) > p:nth-child(1) img {
            width: 100%; }
        #second.page.about #our_promises > div ul li > div:nth-child(2) h3 {
          margin: 0 0 50px;
          color: #a31039;
          font-family: "Noto Serif JP", serif;
          font-size: 24px;
          text-align: center; }
          @media screen and (max-width: 750px) {
            #second.page.about #our_promises > div ul li > div:nth-child(2) h3 {
              font-size: 24px;
              margin: 0 0 20px; } }
        #second.page.about #our_promises > div ul li > div:nth-child(2) p:nth-child(2) {
          font-size: 14px; }
#second.page.about #director > div,
#second.page.about #doctors > div {
  width: 880px;
  margin: 0 auto;
  zoom: 1; }
  #second.page.about #director > div:after,
  #second.page.about #doctors > div:after {
    display: table;
    clear: both;
    content: ""; }
  #second.page.about #director > div:before,
  #second.page.about #doctors > div:before {
    display: table;
    content: ""; }
  @media screen and (max-width: 750px) {
    #second.page.about #director > div,
    #second.page.about #doctors > div {
      width: 84vw; } }
  #second.page.about #director > div > div:nth-child(1),
  #second.page.about #doctors > div > div:nth-child(1) {
    width: 300px;
    float: left; }
    @media screen and (max-width: 750px) {
      #second.page.about #director > div > div:nth-child(1),
      #second.page.about #doctors > div > div:nth-child(1) {
        width: 50%; } }
    @media screen and (max-width: 750px) {
      #second.page.about #director > div > div:nth-child(1) p,
      #second.page.about #doctors > div > div:nth-child(1) p {
        text-align: center; } }
    #second.page.about #director > div > div:nth-child(1) p img,
    #second.page.about #doctors > div > div:nth-child(1) p img {
      width: 100%;
      border: none; }
      @media screen and (max-width: 750px) {
        #second.page.about #director > div > div:nth-child(1) p img,
        #second.page.about #doctors > div > div:nth-child(1) p img {
          width: 31.6vw; } }
  #second.page.about #director > div > div:nth-child(2),
  #second.page.about #doctors > div > div:nth-child(2) {
    width: 520px;
    float: right; }
    @media screen and (max-width: 750px) {
      #second.page.about #director > div > div:nth-child(2),
      #second.page.about #doctors > div > div:nth-child(2) {
        width: 50%;
        padding: 30px 0 0 15px; } }
    #second.page.about #director > div > div:nth-child(2) > h3,
    #second.page.about #doctors > div > div:nth-child(2) > h3 {
      font-family: "Noto Serif JP", serif;
      font-size: 24px; }
      @media screen and (max-width: 750px) {
        #second.page.about #director > div > div:nth-child(2) > h3,
        #second.page.about #doctors > div > div:nth-child(2) > h3 {
          font-size: 18px; } }
      #second.page.about #director > div > div:nth-child(2) > h3 + p,
      #second.page.about #doctors > div > div:nth-child(2) > h3 + p {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        margin: 0 0 40px; }
        @media screen and (max-width: 750px) {
          #second.page.about #director > div > div:nth-child(2) > h3 + p,
          #second.page.about #doctors > div > div:nth-child(2) > h3 + p {
            font-size: 25px;
            margin: 0; } }
        #second.page.about #director > div > div:nth-child(2) > h3 + p span,
        #second.page.about #doctors > div > div:nth-child(2) > h3 + p span {
          font-size: 14px;
          display: inline-block;
          margin: 0 0 0 20px;
          font-family: "Noto Sans JP", sans-serif; }
          @media screen and (max-width: 750px) {
            #second.page.about #director > div > div:nth-child(2) > h3 + p span,
            #second.page.about #doctors > div > div:nth-child(2) > h3 + p span {
              font-size: 14px;
              display: block;
              margin: 0; } }
  #second.page.about #director > div > div:nth-child(3),
  #second.page.about #doctors > div > div:nth-child(3) {
    width: 520px;
    float: right;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      #second.page.about #director > div > div:nth-child(3),
      #second.page.about #doctors > div > div:nth-child(3) {
        width: 100%;
        display: block;
        clear: both;
        float: none;
        padding-top: 45px; } }
    #second.page.about #director > div > div:nth-child(3) > div,
    #second.page.about #doctors > div > div:nth-child(3) > div {
      font-size: 14px; }
      @media screen and (max-width: 750px) {
        #second.page.about #director > div > div:nth-child(3) > div:nth-child(1),
        #second.page.about #doctors > div > div:nth-child(3) > div:nth-child(1) {
          margin: 0 0 5.3333333333vw; } }
      #second.page.about #director > div > div:nth-child(3) > div:nth-child(2),
      #second.page.about #doctors > div > div:nth-child(3) > div:nth-child(2) {
        width: 210px; }
        @media screen and (max-width: 750px) {
          #second.page.about #director > div > div:nth-child(3) > div:nth-child(2),
          #second.page.about #doctors > div > div:nth-child(3) > div:nth-child(2) {
            width: 100%; } }
      #second.page.about #director > div > div:nth-child(3) > div > h3,
      #second.page.about #doctors > div > div:nth-child(3) > div > h3 {
        margin: 0 0 20px; }
        @media screen and (max-width: 750px) {
          #second.page.about #director > div > div:nth-child(3) > div > h3,
          #second.page.about #doctors > div > div:nth-child(3) > div > h3 {
            margin: 0 0 2.4vw; } }
      #second.page.about #director > div > div:nth-child(3) > div ul li,
      #second.page.about #doctors > div > div:nth-child(3) > div ul li {
        margin: 0 0 10px; }
        @media screen and (max-width: 750px) {
          #second.page.about #director > div > div:nth-child(3) > div ul li,
          #second.page.about #doctors > div > div:nth-child(3) > div ul li {
            margin: 0 0 1.3333333333vw; } }
#second.page.about #doctors {
  background: url("../imgs/about/doctors_bg@2x.jpg") no-repeat center/cover; }
  #second.page.about #doctors > div {
    margin-bottom: 55px; }
    @media screen and (max-width: 750px) {
      #second.page.about #doctors > div > div:nth-child(2) {
        padding-top: 10px; } }
  #second.page.about #doctors > nav {
    text-align: center; }
    #second.page.about #doctors > nav a {
      display: block;
      padding: 28px 25px 29px 0;
      width: 284px;
      background: #a31039;
      color: #fff;
      position: relative;
      text-align: center;
      text-decoration: none;
      border: 1px solid #a31039;
      line-height: 1;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #second.page.about #doctors > nav a {
          padding: 20px 12px 21px 0;
          width: 250px;
          font-size: 14px; } }
      #second.page.about #doctors > nav a:after {
        display: block;
        content: "";
        width: 8px;
        height: 12px;
        background: url("../imgs/common/arrow_w.svg") no-repeat center;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 25px; }
        @media screen and (max-width: 750px) {
          #second.page.about #doctors > nav a:after {
            width: 6px;
            height: 10px;
            background-size: 100% auto;
            right: 20px; } }
      #second.page.about #doctors > nav a:hover {
        background: #fff;
        color: #a31039; }
        #second.page.about #doctors > nav a:hover:after {
          background-image: url("../imgs/common/arrow_r.svg"); }

#second.flow #cover > div.lazyloaded {
  background-image: url("../imgs/flow/cover.jpg"); }
  @media screen and (max-width: 750px) {
    #second.flow #cover > div.lazyloaded {
      background-size: 115% auto;
      background-position: 0% 0%; } }
#second.flow #lead {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.flow #lead {
      padding: 45px 0; } }
  #second.flow #lead > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      #second.flow #lead > div {
        width: 100%;
        padding: 0 15px; } }
    #second.flow #lead > div p {
      text-align: center;
      line-height: 2.5; }
      @media screen and (max-width: 750px) {
        #second.flow #lead > div p {
          font-size: 17px;
          text-align: left; } }
#second.flow #step h2 {
  margin: 0 0 40px; }
#second.flow #step > div {
  display: block;
  padding: 90px 0 0; }
  #second.flow #step > div.lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  @media screen and (max-width: 750px) {
    #second.flow #step > div {
      padding: 45px 0 0; } }
  #second.flow #step > div section {
    width: 1200px;
    margin: 0 auto;
    zoom: 1; }
    #second.flow #step > div section:after {
      display: table;
      clear: both;
      content: ""; }
    #second.flow #step > div section:before {
      display: table;
      content: ""; }
    @media screen and (max-width: 750px) {
      #second.flow #step > div section {
        width: 100%;
        padding: 0 15px 0 50px; } }
    #second.flow #step > div section > div {
      width: 600px;
      padding: 0 65px 30px 0;
      position: relative;
      border-right: 1px solid #a31039; }
      @media screen and (max-width: 750px) {
        #second.flow #step > div section > div {
          width: 100%; } }
      #second.flow #step > div section > div h3 {
        font-size: 26px;
        font-family: "Noto Serif JP", serif;
        margin: 0 0 30px;
        text-align: right; }
        @media screen and (max-width: 750px) {
          #second.flow #step > div section > div h3 {
            font-size: 24px;
            margin: 0 0 20px; } }
        #second.flow #step > div section > div h3 > span {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          display: block;
          width: 85px;
          height: 85px;
          background: #a31039;
          position: absolute;
          top: -30px;
          right: -43px; }
          @media screen and (max-width: 750px) {
            #second.flow #step > div section > div h3 > span {
              width: 60px;
              height: 60px;
              top: -18px;
              left: -30px;
              right: auto; } }
          #second.flow #step > div section > div h3 > span > span {
            color: #fff;
            font-family: "Hind", sans-serif;
            position: absolute;
            top: 50%;
            left: 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%);
            display: block;
            font-size: 40px;
            font-weight: 500;
            padding: 8px 0 0; }
            @media screen and (max-width: 750px) {
              #second.flow #step > div section > div h3 > span > span {
                font-size: 30px;
                padding: 4px 0 0; } }
      #second.flow #step > div section > div > div {
        zoom: 1; }
        #second.flow #step > div section > div > div:after {
          display: table;
          clear: both;
          content: ""; }
        #second.flow #step > div section > div > div:before {
          display: table;
          content: ""; }
        #second.flow #step > div section > div > div > div:nth-child(1) {
          width: 330px;
          padding: 0 0 0 10px;
          float: right; }
          @media screen and (max-width: 750px) {
            #second.flow #step > div section > div > div > div:nth-child(1) {
              float: none;
              width: 100%;
              padding: 0 0 10px; } }
          #second.flow #step > div section > div > div > div:nth-child(1) h4 {
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              #second.flow #step > div section > div > div > div:nth-child(1) h4 {
                font-size: 14px; } }
          #second.flow #step > div section > div > div > div:nth-child(1) p {
            font-size: 14px;
            line-height: 1.8;
            margin: 0 0 10px; }
          #second.flow #step > div section > div > div > div:nth-child(1) ul li {
            font-size: 14px;
            line-height: 1.8;
            text-indent: -14px;
            margin: 0 0 0 14px; }
        #second.flow #step > div section > div > div > div:nth-child(2) {
          width: 200px;
          float: left; }
          @media screen and (max-width: 750px) {
            #second.flow #step > div section > div > div > div:nth-child(2) {
              float: none;
              width: 100%; } }
          #second.flow #step > div section > div > div > div:nth-child(2) img {
            width: 100%; }
    @media screen and (max-width: 750px) {
      #second.flow #step > div section:nth-child(odd) > div {
        float: right;
        padding: 0 0 30px 65px;
        border-left: 1px solid #a31039;
        border-right: none; } }
  @media screen and (max-width: 750px) and (max-width: 750px) {
    #second.flow #step > div section:nth-child(odd) > div {
      padding: 0 0 40px 50px; } }
    @media screen and (max-width: 750px) {
        #second.flow #step > div section:nth-child(odd) > div h3 {
          text-align: left; }
          #second.flow #step > div section:nth-child(odd) > div h3 > span {
            left: -43px; } }
      @media screen and (max-width: 750px) and (max-width: 750px) {
        #second.flow #step > div section:nth-child(odd) > div h3 > span {
          left: -30px; } }
    @media screen and (max-width: 750px) {
        #second.flow #step > div section:nth-child(odd) > div > div > div:nth-child(1) {
          padding: 0 0 0 10px;
          float: right; } }
    @media screen and (max-width: 750px) and (max-width: 750px) {
      #second.flow #step > div section:nth-child(odd) > div > div > div:nth-child(1) {
        float: none;
        padding: 0 0 10px; } }
    @media screen and (max-width: 750px) {
        #second.flow #step > div section:nth-child(odd) > div > div > div:nth-child(2) {
          float: left; } }
    @media screen and (max-width: 750px) and (max-width: 750px) {
      #second.flow #step > div section:nth-child(odd) > div > div > div:nth-child(2) {
        float: none; } }

    #second.flow #step > div section:nth-child(even) > div {
      float: right;
      padding: 0 0 30px 65px;
      border-left: 1px solid #a31039;
      border-right: none; }
      @media screen and (max-width: 750px) {
        #second.flow #step > div section:nth-child(even) > div {
          padding: 0 0 40px 50px; } }
      #second.flow #step > div section:nth-child(even) > div h3 {
        text-align: left; }
        #second.flow #step > div section:nth-child(even) > div h3 > span {
          left: -43px; }
          @media screen and (max-width: 750px) {
            #second.flow #step > div section:nth-child(even) > div h3 > span {
              left: -30px; } }
      #second.flow #step > div section:nth-child(even) > div > div > div:nth-child(1) {
        padding: 0 0 0 10px;
        float: right; }
        @media screen and (max-width: 750px) {
          #second.flow #step > div section:nth-child(even) > div > div > div:nth-child(1) {
            float: none;
            padding: 0 0 10px; } }
      #second.flow #step > div section:nth-child(even) > div > div > div:nth-child(2) {
        float: left; }
        @media screen and (max-width: 750px) {
          #second.flow #step > div section:nth-child(even) > div > div > div:nth-child(2) {
            float: none; } }
    #second.flow #step > div section:last-child > div {
      padding-bottom: 100px; }
#second.flow #schedule {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.flow #schedule {
      padding: 45px 15px; } }

#second.page.price main {
  			/*
  			>section:nth-child(3) > div >div >table:nth-child(1) tbody th{ 
  				height: 45px * 3 ;
  				@include mq() {
  					height: auto;
  				}
  			}
  			>section:nth-child(4) > div >div >table:nth-child(1) tbody th{ 
  				height: 45px * 7 ;	
  				@include mq() {
  					height: auto;
  				}
  			}
  			>section:nth-child(5) > div > div >table:nth-child(2) thead th,
  			>section:nth-child(6) > div > div >table:nth-child(2) thead th{ 
  				@include mq() {
  					height: auto;
  					&:first-child{
  						width: 100 / 3 * 2 * 1%;
  					}
  					&:last-child{
  						width: 100 / 3 * 1%;
  
  					}
  				}
  			}
  			>section:nth-child(5) > div > div >table:nth-child(2) tbody td,
  			>section:nth-child(6) > div > div >table:nth-child(2) tbody td{ 
  				@include mq() {
  					&.q{
  						width: 100 / 3 * 1%;
  						
  					}
  				}
  				
  			}
  			
  			>section:nth-child(5) > div >div >table:nth-child(1) tbody th{ 
  				height: 45px * 9 ;	
  				@include mq() {
  					height: auto;
  				}
  			}
  			>section:nth-child(6) > div >div >table:nth-child(1) tbody th{ 
  				height: 45px * 9 ;	
  				@include mq() {
  					height: auto;
  				}
  			}
  			*/ }
  #second.page.price main > #cover > div.lazyloaded {
    background-image: url("../imgs/price/cover@2x.jpg"); }
  #second.page.price main > nav {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 85px 0; }
    @media screen and (max-width: 750px) {
      #second.page.price main > nav {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #second.page.price main > nav {
        padding: 40px 15px; } }
    #second.page.price main > nav > ul {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 750px) {
        #second.page.price main > nav > ul {
          width: 100%; } }
      #second.page.price main > nav > ul > li {
        margin: 0 12px 20px; }
        @media screen and (max-width: 750px) {
          #second.page.price main > nav > ul > li {
            margin: 0 12px 8px 0; } }
        #second.page.price main > nav > ul > li > a {
          display: block;
          padding: 0 20px 2px 0;
          line-height: 1;
          background: url("../imgs/common/arrow_r_d.svg") no-repeat right center/12px auto; }
          @media screen and (max-width: 750px) {
            #second.page.price main > nav > ul > li > a {
              font-size: 14px;
              background-size: 11px auto;
              padding-right: 15px; } }
  #second.page.price main > p {
    text-align: center;
    padding: 30px 10px; }
  #second.page.price main > section:nth-child(n+3):not(:last-child) {
    width: 1000px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 750px) {
      #second.page.price main > section:nth-child(n+3):not(:last-child) {
        padding: 0 15px;
        margin-bottom: 45px;
        width: 100%; } }
    #second.page.price main > section:nth-child(n+3):not(:last-child) h2 {
      background: #a31039;
      color: #fff;
      text-align: left;
      position: relative;
      padding: 20px;
      margin: 0 0 30px;
      font-size: 24px;
      line-height: 1.2; }
      @media screen and (max-width: 750px) {
        #second.page.price main > section:nth-child(n+3):not(:last-child) h2 {
          font-size: 24px;
          padding: 10px;
          margin: 0 0 15px; } }
      #second.page.price main > section:nth-child(n+3):not(:last-child) h2 span {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 30px;
        font-size: 14px;
        margin: 2px 0 0 !important;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        display: block; }
        @media screen and (max-width: 750px) {
          #second.page.price main > section:nth-child(n+3):not(:last-child) h2 span {
            right: 10px;
            font-size: 14px; } }
    #second.page.price main > section:nth-child(n+3):not(:last-child) > div {
      width: 800px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div {
          width: 100%; } }
      #second.page.price main > section:nth-child(n+3):not(:last-child) > div > p {
        font-family: "Noto Serif JP", serif;
        margin: 0 0 5px; }
        @media screen and (max-width: 750px) {
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > p {
            font-size: 14px; } }
      #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div {
        display: flex;
        align-items: stretch;
        border: #eee 1px solid;
        margin: 0 0 5px; }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div.comingsoon {
          border: none; }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div.comingsoon p {
            font-family: "Hind", sans-serif;
            font-weight: bold;
            font-size: 20px;
            color: #333; }
        @media screen and (max-width: 750px) {
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div {
            display: block; } }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table thead th {
          border-right: 1px solid #fff; }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(1) {
          width: 25%; }
          @media screen and (max-width: 750px) {
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(1) {
              width: 100%; } }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) {
          width: 75%; }
          @media screen and (max-width: 750px) {
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) {
              width: 100%; }
              #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) thead th {
                width: 50%; } }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) thead th:last-child {
            border-right: none; }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) td {
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            border-bottom: 1px solid #eee; }
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) td:last-child {
              border-right: none; }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table:nth-child(2) tr:last-child td {
            border-bottom: none; }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table th, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td {
          padding: 15px;
          font-size: 16px;
          text-align: center;
          vertical-align: middle;
          line-height: 1.5;
          height: 45px; }
          @media screen and (max-width: 750px) {
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table th, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td {
              font-size: 14px;
              padding: 5px;
              height: auto;
              min-width: 20% !important; } }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table th.pink, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td.pink {
            background: #faedf0;
            border-color: #fff !important; }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table th.q, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td.q {
            width: 200px; }
            @media screen and (max-width: 750px) {
              #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table th.q, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td.q {
                width: 25%; } }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table thead tr th {
          background: #999;
          color: #fff;
          font-weight: bold; }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table thead tr th:last-child {
            width: 200px; }
            @media screen and (max-width: 750px) {
              #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table thead tr th:last-child {
                width: 20%; } }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr:last-child td.pink, #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr:last-child th.pink {
          border-bottom-color: #eee !important; }
        #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr th {
          position: relative; }
          @media screen and (max-width: 750px) {
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr th ul {
              display: flex;
              justify-content: center;
              flex-wrap: wrap; } }
          @media screen and (max-width: 750px) {
            #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr th ul li {
              margin: 0 8px; } }
          #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr th ul li a {
            pointer-events: none;
            padding: 3px 20px 3px 3px;
            display: inline-block; }
            @media screen and (max-width: 750px) {
              #second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table tbody tr th ul li a {
                background-size: 3.5px auto;
                padding-right: 0; } }
  #second.page.price main section#glp-1 > div > div > table:nth-child(2) td {
    height: 45px; }
    @media screen and (max-width: 750px) {
      #second.page.price main section#glp-1 > div > div > table:nth-child(2) td {
        height: auto; } }
  #second.page.price main section#placenta > div > div > table:nth-child(2) td {
    height: 90px; }
    @media screen and (max-width: 750px) {
      #second.page.price main section#placenta > div > div > table:nth-child(2) td {
        height: auto; } }
  #second.page.price main section#suppliments > div > div > table:nth-child(2) td {
    height: 90px; }
    @media screen and (max-width: 750px) {
      #second.page.price main section#suppliments > div > div > table:nth-child(2) td {
        height: auto; } }
  #second.page.price main section#drip > div > div > table:nth-child(1),
  #second.page.price main section#cosme > div > div > table:nth-child(1),
  #second.page.price main section#bridal > div > div > table:nth-child(1) {
    display: none; }
  #second.page.price main section#drip > div > div > table:nth-child(2),
  #second.page.price main section#cosme > div > div > table:nth-child(2),
  #second.page.price main section#bridal > div > div > table:nth-child(2) {
    width: 100%; }

#second.page.contact #cover > div {
  background-image: url("../imgs/contact/cover@2x.jpg"); }
#second.page.contact #form {
  padding: 120px 0; }
  @media screen and (max-width: 750px) {
    #second.page.contact #form {
      padding: 45px 0; } }
  #second.page.contact #form > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    width: 1000px; }
    @media screen and (max-width: 750px) {
      #second.page.contact #form > div {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #second.page.contact #form > div {
        width: 100%; } }
    #second.page.contact #form > div > p:nth-child(1) {
      text-align: center;
      line-height: 2.5;
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      margin: 0 0 90px; }
      @media screen and (max-width: 750px) {
        #second.page.contact #form > div > p:nth-child(1) {
          font-size: 14px;
          line-height: 1.8;
          margin: 0 0 45px; } }
    @media screen and (max-width: 750px) {
      #second.page.contact #form > div table.form tr th, #second.page.contact #form > div table.form tr td {
        display: block; } }
    #second.page.contact #form > div table.form tr th {
      width: 30%; }
      @media screen and (max-width: 750px) {
        #second.page.contact #form > div table.form tr th {
          width: 100%; } }
    #second.page.contact #form > div table.form tr td {
      width: 70%; }
      @media screen and (max-width: 750px) {
        #second.page.contact #form > div table.form tr td {
          width: 100%;
          padding: 10px 0 20px; } }
    @media screen and (max-width: 750px) {
      #second.page.contact #form > div table.form tr:nth-child(3) th, #second.page.contact #form > div table.form tr:nth-child(7) th, #second.page.contact #form > div table.form tr:nth-child(9) th {
        padding: 0; } }
    #second.page.contact #form > div table.form tr:nth-child(1) th, #second.page.contact #form > div table.form tr:nth-child(2) th, #second.page.contact #form > div table.form tr:nth-child(4) th, #second.page.contact #form > div table.form tr:nth-child(5) th, #second.page.contact #form > div table.form tr:nth-child(6) th, #second.page.contact #form > div table.form tr:nth-child(8) th {
      padding-top: 35px; }
      @media screen and (max-width: 750px) {
        #second.page.contact #form > div table.form tr:nth-child(1) th, #second.page.contact #form > div table.form tr:nth-child(2) th, #second.page.contact #form > div table.form tr:nth-child(4) th, #second.page.contact #form > div table.form tr:nth-child(5) th, #second.page.contact #form > div table.form tr:nth-child(6) th, #second.page.contact #form > div table.form tr:nth-child(8) th {
          padding: 0; } }
    @media screen and (max-width: 750px) {
      #second.page.contact #form > div table.form tr:nth-child(9) .horizontal-item {
        display: block;
        margin: 0 0 10px; } }
    #second.page.contact #form > div table.form + p {
      text-align: center;
      padding: 80px 0;
      font-size: 14px;
      line-height: 1.5; }
      #second.page.contact #form > div table.form + p a {
        color: #a31039;
        text-decoration: underline; }
    #second.page.contact #form > div table.form + p + p {
      display: flex;
      justify-content: center;
      width: 100% !important; }

#second.policy #cover > div {
  background-image: url("../imgs/policy/cover@2x.jpg"); }
#second.policy #policy {
  padding: 120px 0; }
  @media screen and (max-width: 750px) {
    #second.policy #policy {
      padding: 60px 0; } }
  #second.policy #policy > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    width: 1000px; }
    @media screen and (max-width: 750px) {
      #second.policy #policy > div {
        width: 100%;
        padding: 0 15px; } }
    #second.policy #policy > div p {
      font-size: 14px;
      margin: 0 0 40px; }
    #second.policy #policy > div ul li {
      line-height: 1.8;
      text-indent: -20px;
      margin: 0 0 40px 20px;
      font-size: 14px; }

#second.page.recruit main > section:nth-child(n+2) {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    #second.page.recruit main > section:nth-child(n+2) {
      padding: 45px 0; } }
  #second.page.recruit main > section:nth-child(n+2) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      #second.page.recruit main > section:nth-child(n+2) > div {
        width: 100%;
        padding: 0 15px; } }
    #second.page.recruit main > section:nth-child(n+2) > div h2 {
      margin: 0 0 60px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit main > section:nth-child(n+2) > div h2 {
          margin: 0 0 20px; } }
#second.page.recruit #cover > div {
  background-image: url("../imgs/recruit/cover@2x.jpg"); }
#second.page.recruit #lead {
  padding-bottom: 0; }
  #second.page.recruit #lead > div p {
    text-align: center;
    font-size: 16px; }
    @media screen and (max-width: 750px) {
      #second.page.recruit #lead > div p {
        font-size: 14px; } }
#second.page.recruit #suitable p {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif; }
  @media screen and (max-width: 750px) {
    #second.page.recruit #suitable p {
      font-size: 22px;
      line-height: 1.5;
      margin: 0 0 20px;
      white-space: nowrap; } }
#second.page.recruit #type {
  background: url("../imgs/recruit/type_bg.jpg") no-repeat center/cover; }
  #second.page.recruit #type nav {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0;
    width: 1200px; }
    @media screen and (max-width: 750px) {
      #second.page.recruit #type nav {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      #second.page.recruit #type nav {
        padding: 0 !important; } }
    #second.page.recruit #type nav ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #type nav ul {
          flex-wrap: wrap;
          width: 100%; } }
      #second.page.recruit #type nav ul li {
        width: 300px;
        margin: 0 45px; }
        @media screen and (max-width: 750px) {
          #second.page.recruit #type nav ul li {
            width: 40vw;
            margin: 0; } }
        #second.page.recruit #type nav ul li:nth-child(1) a {
          background: url("../imgs/recruit/type1@2x.jpg") no-repeat center/100% auto; }
        @media screen and (max-width: 750px) {
          #second.page.recruit #type nav ul li:nth-child(1) {
            margin-right: 4vw; } }
        #second.page.recruit #type nav ul li:nth-child(2) a {
          background: url("../imgs/recruit/type2@2x.jpg") no-repeat center/100% auto; }
        #second.page.recruit #type nav ul li:nth-child(3) a {
          background: url("../imgs/recruit/type3@2x.jpg") no-repeat center/100% auto; }
        #second.page.recruit #type nav ul li a {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          width: 300px;
          height: 300px;
          display: block;
          position: relative; }
          @media screen and (max-width: 750px) {
            #second.page.recruit #type nav ul li a {
              width: 40vw;
              height: 40vw; } }
          #second.page.recruit #type nav ul li a span {
            position: absolute;
            top: 50%;
            left: 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%);
            display: inline-block;
            color: #fff;
            font-size: 24px;
            font-family: "Noto Serif JP", serif;
            line-height: 1.5;
            white-space: nowrap;
            background: url("../imgs/common/arrow_w.svg") no-repeat center right/9px 16px;
            padding: 0 20px; }
            @media screen and (max-width: 750px) {
              #second.page.recruit #type nav ul li a span {
                font-size: 14px;
                background-size: 4.5px 8px;
                padding: 0 10px; } }
#second.page.recruit #requirements > div > section {
  width: 800px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 750px) {
    #second.page.recruit #requirements > div > section {
      width: 100%;
      margin: 0 auto 30px; } }
  #second.page.recruit #requirements > div > section h3 {
    color: #a31039;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 20px; }
    @media screen and (max-width: 750px) {
      #second.page.recruit #requirements > div > section h3 {
        font-size: 20px;
        margin: 0 0 10px; } }
  #second.page.recruit #requirements > div > section table {
    width: 100%;
    margin: 0 0 30px; }
    #second.page.recruit #requirements > div > section table th, #second.page.recruit #requirements > div > section table td {
      padding: 30px;
      border: 1px solid #eee;
      line-height: 1.5;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #requirements > div > section table th, #second.page.recruit #requirements > div > section table td {
          font-size: 14px;
          padding: 10px; } }
    #second.page.recruit #requirements > div > section table th {
      background: #faedf0;
      border-bottom-color: #fff;
      border-right: none;
      width: 200px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #requirements > div > section table th {
          width: 26.6666666667vw; } }
    #second.page.recruit #requirements > div > section table td {
      border-left: none; }
    #second.page.recruit #requirements > div > section table tr:last-child th {
      border-bottom-color: #eee; }
    #second.page.recruit #requirements > div > section table + nav a {
      display: block;
      padding: 28px 25px 29px 0;
      width: 284px;
      background: #a31039;
      color: #fff;
      position: relative;
      text-align: center;
      text-decoration: none;
      border: 1px solid #a31039;
      line-height: 1;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #requirements > div > section table + nav a {
          padding: 20px 12px 21px 0;
          width: 250px;
          font-size: 14px; } }
      #second.page.recruit #requirements > div > section table + nav a:after {
        display: block;
        content: "";
        width: 8px;
        height: 12px;
        background: url("../imgs/common/arrow_w.svg") no-repeat center;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 25px; }
        @media screen and (max-width: 750px) {
          #second.page.recruit #requirements > div > section table + nav a:after {
            width: 6px;
            height: 10px;
            background-size: 100% auto;
            right: 20px; } }
      #second.page.recruit #requirements > div > section table + nav a:hover {
        background: #fff;
        color: #a31039; }
        #second.page.recruit #requirements > div > section table + nav a:hover:after {
          background-image: url("../imgs/common/arrow_r.svg"); }
      @media screen and (max-width: 750px) {
        #second.page.recruit #requirements > div > section table + nav a {
          width: 250px; } }
#second.page.recruit #entry {
  background: url("../imgs/recruit/entry_bg.jpg") no-repeat center/cover;
  /*
  >p:nth-child(1){
  	text-align: center;
  	line-height: 2.5;
  	font-size: 26px;
  	font-family: $font_Noto_Serif;
  	margin: 0 0 90px;
  	@include mq() {
  		font-size: 13px;
  		margin: 0 0 45px;
  	}
  }*/ }
  #second.page.recruit #entry > div {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #second.page.recruit #entry > div {
        width: 100%; } }
    #second.page.recruit #entry > div h2 {
      margin: 0 0 50px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #entry > div h2 {
          margin: 0 0 25px; } }
    #second.page.recruit #entry > div > p:nth-child(2) {
      text-align: center;
      line-height: 2.5;
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      margin: 0 0 90px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #entry > div > p:nth-child(2) {
          font-size: 13px;
          margin: 0 0 30px; } }
    @media screen and (max-width: 750px) {
      #second.page.recruit #entry > div table.form tr, #second.page.recruit #entry > div table.form td {
        display: block;
        font-size: 14px; }
        #second.page.recruit #entry > div table.form tr .mwform-radio-field, #second.page.recruit #entry > div table.form td .mwform-radio-field {
          margin: 0 !important; } }
    #second.page.recruit #entry > div table.form th {
      width: 30%; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #entry > div table.form th {
          width: 100%;
          padding: 0; } }
    #second.page.recruit #entry > div table.form td {
      width: 70%; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #entry > div table.form td {
          width: 100%;
          padding: 5px 0 20px; } }
    #second.page.recruit #entry > div table.form tr:nth-child(1) th, #second.page.recruit #entry > div table.form tr:nth-child(2) th, #second.page.recruit #entry > div table.form tr:nth-child(4) th, #second.page.recruit #entry > div table.form tr:nth-child(5) th, #second.page.recruit #entry > div table.form tr:nth-child(6) th, #second.page.recruit #entry > div table.form tr:nth-child(7) th {
      padding-top: 35px; }
      @media screen and (max-width: 750px) {
        #second.page.recruit #entry > div table.form tr:nth-child(1) th, #second.page.recruit #entry > div table.form tr:nth-child(2) th, #second.page.recruit #entry > div table.form tr:nth-child(4) th, #second.page.recruit #entry > div table.form tr:nth-child(5) th, #second.page.recruit #entry > div table.form tr:nth-child(6) th, #second.page.recruit #entry > div table.form tr:nth-child(7) th {
          padding-top: 0; } }
    #second.page.recruit #entry > div table.form input[type=text],
    #second.page.recruit #entry > div table.form input[type=email],
    #second.page.recruit #entry > div table.form input[type=tel],
    #second.page.recruit #entry > div table.form textarea,
    #second.page.recruit #entry > div table.form select {
      background-color: #fff; }
    #second.page.recruit #entry > div table.form + p {
      text-align: center;
      padding: 80px 0;
      font-size: 14px;
      line-height: 1.5; }
      #second.page.recruit #entry > div table.form + p a {
        color: #a31039;
        text-decoration: underline; }
    #second.page.recruit #entry > div table.form + p + p {
      display: flex;
      justify-content: center;
      width: 100% !important; }

body.machine main > section:nth-child(n+2) {
  padding: 90px 0; }
  @media screen and (max-width: 750px) {
    body.machine main > section:nth-child(n+2) {
      padding: 45px 0; } }
body.machine main > section h2 {
  margin-bottom: 40px;
  color: #a31039 !important;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2; }
  @media screen and (max-width: 750px) {
    body.machine main > section h2 {
      font-size: 30px !important;
      margin-bottom: 30px; } }
body.machine main > section#cover {
  width: 1260px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 750px) {
    body.machine main > section#cover {
      width: 100%;
      height: auto;
      margin: 0 auto 40px; } }
  @media screen and (max-width: 750px) {
    body.machine main > section#cover > div {
      height: auto !important; } }
  body.machine main > section#cover img {
    width: 100%; }
body.machine main > section.flow > div > div > section {
  width: 1200px;
  margin: 0 auto;
  zoom: 1; }
  body.machine main > section.flow > div > div > section:after {
    display: table;
    clear: both;
    content: ""; }
  body.machine main > section.flow > div > div > section:before {
    display: table;
    content: ""; }
  @media screen and (max-width: 750px) {
    body.machine main > section.flow > div > div > section {
      width: 100%;
      padding: 0 20px 0 50px; } }
  body.machine main > section.flow > div > div > section > div {
    width: 600px;
    padding: 0 65px 30px 0;
    position: relative;
    border-right: 1px solid #a31039;
    zoom: 1; }
    body.machine main > section.flow > div > div > section > div:after {
      display: table;
      clear: both;
      content: ""; }
    body.machine main > section.flow > div > div > section > div:before {
      display: table;
      content: ""; }
    @media screen and (max-width: 750px) {
      body.machine main > section.flow > div > div > section > div {
        width: 100%; } }
    body.machine main > section.flow > div > div > section > div h3 {
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      margin: 0 0 30px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        body.machine main > section.flow > div > div > section > div h3 {
          font-size: 24px;
          margin: 0 0 20px; } }
      body.machine main > section.flow > div > div > section > div h3 > span {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: block;
        width: 85px;
        height: 85px;
        background: #a31039;
        position: absolute;
        top: -30px;
        right: -43px; }
        @media screen and (max-width: 750px) {
          body.machine main > section.flow > div > div > section > div h3 > span {
            width: 60px;
            height: 60px;
            top: -15px; } }
        body.machine main > section.flow > div > div > section > div h3 > span > span {
          color: #fff;
          font-family: "Hind", sans-serif;
          position: absolute;
          top: 50%;
          left: 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%);
          display: block;
          font-size: 40px;
          font-weight: 500;
          padding: 8px 0 0; }
          @media screen and (max-width: 750px) {
            body.machine main > section.flow > div > div > section > div h3 > span > span {
              font-size: 30px;
              padding: 4px 0 0; } }
    body.machine main > section.flow > div > div > section > div > div {
      float: right; }
      body.machine main > section.flow > div > div > section > div > div p {
        margin: 0 0 20px;
        font-size: 14px; }
      body.machine main > section.flow > div > div > section > div > div img {
        width: 350px; }
        @media screen and (max-width: 750px) {
          body.machine main > section.flow > div > div > section > div > div img {
            width: 100%; } }
  @media screen and (max-width: 750px) {
    body.machine main > section.flow > div > div > section:nth-child(odd) > div {
      float: right;
      padding: 0 0 30px 65px;
      border-left: 1px solid #a31039;
      border-right: none; } }
  @media screen and (max-width: 750px) and (max-width: 750px) {
    body.machine main > section.flow > div > div > section:nth-child(odd) > div {
      padding: 0 0 40px 50px; } }
  @media screen and (max-width: 750px) {
      body.machine main > section.flow > div > div > section:nth-child(odd) > div h3 {
        text-align: left; }
        body.machine main > section.flow > div > div > section:nth-child(odd) > div h3 > span {
          left: -43px; } }
      @media screen and (max-width: 750px) and (max-width: 750px) {
        body.machine main > section.flow > div > div > section:nth-child(odd) > div h3 > span {
          left: -30px; } }
  @media screen and (max-width: 750px) {
      body.machine main > section.flow > div > div > section:nth-child(odd) > div > div {
        float: left; } }
  body.machine main > section.flow > div > div > section:nth-child(even) > div {
    float: right;
    padding: 0 0 30px 65px;
    border-left: 1px solid #a31039;
    border-right: none; }
    @media screen and (max-width: 750px) {
      body.machine main > section.flow > div > div > section:nth-child(even) > div {
        padding: 0 0 40px 50px; } }
    body.machine main > section.flow > div > div > section:nth-child(even) > div h3 {
      text-align: left; }
      body.machine main > section.flow > div > div > section:nth-child(even) > div h3 > span {
        left: -43px; }
        @media screen and (max-width: 750px) {
          body.machine main > section.flow > div > div > section:nth-child(even) > div h3 > span {
            left: -30px; } }
    body.machine main > section.flow > div > div > section:nth-child(even) > div > div {
      float: left; }
  body.machine main > section.flow > div > div > section:last-child > div {
    border: none; }
body.machine main > section ul.check li {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: -0.05em;
  margin: 0 0 27px 40px;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.5; }
  @media screen and (max-width: 750px) {
    body.machine main > section ul.check li {
      font-size: 22px;
      margin: 0 0 14px 25px; } }
  body.machine main > section ul.check li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    left: -40px;
    background: url("../imgs/common/check@2x.png") no-repeat center/100% auto; }
    @media screen and (max-width: 750px) {
      body.machine main > section ul.check li:before {
        width: 20px;
        height: 20px;
        top: 8px;
        left: -25px; } }
  body.machine main > section ul.check li span {
    display: inline-block;
    border-bottom: 5px solid #faedf0;
    white-space: nowrap;
    /*
    &:after{
    	content: "";
    	height: 5px;
    	display: block;
    	background: #faedf0;
    	position: absolute;
    	left: 0; bottom: 0;
    	z-index: -1;
    }
    */ }
    @media screen and (max-width: 750px) {
      body.machine main > section ul.check li span {
        border-bottom: 3px solid #faedf0; } }
body.machine.thermacool main > section:nth-child(2) {
  padding: 0; }
  body.machine.thermacool main > section:nth-child(2) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(2) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.thermacool main > section:nth-child(2) > div h2 {
      position: relative;
      z-index: 2;
      line-height: 1.2; }
      body.machine.thermacool main > section:nth-child(2) > div h2 span {
        font-size: inherit !important;
        font-family: inherit !important;
        display: inline-block !important;
        margin: 0 !important;
        white-space: nowrap; }
      body.machine.thermacool main > section:nth-child(2) > div h2:after {
        content: "";
        width: 100%;
        height: 10px;
        background: #faedf0;
        position: absolute;
        top: 50%;
        left: 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: -1; }
    body.machine.thermacool main > section:nth-child(2) > div > div {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-direction: row-reverse; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(2) > div > div {
          width: 100%;
          display: block;
          padding: 0 20px; } }
      body.machine.thermacool main > section:nth-child(2) > div > div > div:nth-child(1) {
        width: 440px; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(2) > div > div > div:nth-child(1) {
            width: 100%;
            margin: 0 0 20px; } }
        body.machine.thermacool main > section:nth-child(2) > div > div > div:nth-child(1) img {
          width: 100%; }
      body.machine.thermacool main > section:nth-child(2) > div > div > div:nth-child(2) {
        width: 560px; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(2) > div > div > div:nth-child(2) {
            width: 100%; } }
body.machine.thermacool main > section:nth-child(3) {
  padding: 40px 0 0 0; }
  body.machine.thermacool main > section:nth-child(3) > div {
    padding: 60px 0;
    display: block; }
    body.machine.thermacool main > section:nth-child(3) > div.lazyloaded {
      background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(3) > div {
        padding: 30px 0; } }
    body.machine.thermacool main > section:nth-child(3) > div > div {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(3) > div > div {
          width: 100%;
          display: block;
          padding: 0 15px; } }
      body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(1) {
        width: 240px;
        padding: 30px 0 0 0; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(1) {
            float: right;
            width: 32vw;
            padding: 0;
            margin: 0 0 5.3333333333vw 5.3333333333vw; } }
        body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(1) img {
          width: 100%; }
      body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) {
        width: 700px;
        font-weight: 500; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) {
            width: 100%; } }
        body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) h3 {
          color: #a31039;
          font-size: 32px;
          font-family: "Noto Serif JP", serif;
          margin: 0 0 20px; }
          @media screen and (max-width: 750px) {
            body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) h3 {
              font-size: 24px;
              margin: 0 0 10px; } }
        body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) p {
          margin: 0 0 25px;
          font-size: 18px; }
          @media screen and (max-width: 750px) {
            body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) p {
              font-size: 14px;
              margin: 0 0 12px; } }
          body.machine.thermacool main > section:nth-child(3) > div > div > div:nth-child(2) p span {
            color: #a31039; }
body.machine.thermacool main > section:nth-child(4) > div {
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(4) > div {
      width: 100%;
      padding: 0 15px; } }
  body.machine.thermacool main > section:nth-child(4) > div > div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(4) > div > div {
        width: 100%;
        display: block; } }
    body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(1) {
      width: 500px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(1) {
          width: 100%;
          margin: 0 0 20px; } }
      body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(1) p {
        margin: 0 0 25px;
        font-size: 18px; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(1) p {
            margin: 0 0 10px;
            font-size: 14px; } }
    body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(2) {
      width: 440px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(2) {
          width: 100%; } }
      body.machine.thermacool main > section:nth-child(4) > div > div > div:nth-child(2) p img {
        width: 100%; }
body.machine.thermacool main > section:nth-child(5) {
  display: block; }
  body.machine.thermacool main > section:nth-child(5).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.thermacool main > section:nth-child(5) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(5) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.thermacool main > section:nth-child(5) > div > p {
      text-align: center;
      line-height: 1.8;
      margin: 0 0 60px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(5) > div > p {
          font-size: 14px;
          margin: 0 0 30px; } }
    body.machine.thermacool main > section:nth-child(5) > div ul {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(5) > div ul {
          flex-wrap: wrap;
          width: 100%;
          justify-content: center; } }
      body.machine.thermacool main > section:nth-child(5) > div ul li {
        width: 260px;
        position: relative; }
        body.machine.thermacool main > section:nth-child(5) > div ul li:last-child p:after {
          display: none !important; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(5) > div ul li {
            width: 34.6666666667vw;
            margin: 0 3.4666666667vw 5.3333333333vw; } }
        body.machine.thermacool main > section:nth-child(5) > div ul li p {
          margin: 0 0 30px;
          position: relative; }
          body.machine.thermacool main > section:nth-child(5) > div ul li p:after {
            content: "";
            display: block;
            width: 23px;
            height: 27px;
            background: url("../imgs/common/arrow.svg") no-repeat center/100% auto;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: -40px; }
            @media screen and (max-width: 750px) {
              body.machine.thermacool main > section:nth-child(5) > div ul li p:after {
                width: 3.0666666667vw;
                height: 3.6vw;
                right: -5.3333333333vw; } }
          @media screen and (max-width: 750px) {
            body.machine.thermacool main > section:nth-child(5) > div ul li p {
              margin: 0 0 10px; } }
          body.machine.thermacool main > section:nth-child(5) > div ul li p img {
            width: 100%; }
        body.machine.thermacool main > section:nth-child(5) > div ul li h4 {
          text-align: center; }
          body.machine.thermacool main > section:nth-child(5) > div ul li h4 span {
            display: inline-block; }
            body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(1) {
              margin: 0 0 20px;
              font-size: 14px;
              position: relative; }
              body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(1):after {
                content: "";
                width: 20px;
                height: 1px;
                background: #4d4d4d;
                display: block;
                position: absolute;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                bottom: -10px; }
                @media screen and (max-width: 750px) {
                  body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(1):after {
                    width: 2.6666666667vw;
                    bottom: -5px; } }
              @media screen and (max-width: 750px) {
                body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(1) {
                  font-size: 12px;
                  margin: 0 0 10px; } }
            body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(2) {
              display: block;
              color: #a31039;
              font-size: 26px;
              font-family: "Noto Serif JP", serif;
              font-weight: 500;
              white-space: nowrap; }
              @media screen and (max-width: 750px) {
                body.machine.thermacool main > section:nth-child(5) > div ul li h4 span:nth-child(2) {
                  font-size: 16px; } }
body.machine.thermacool main > section:nth-child(6) > div {
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(6) > div {
      width: 100%;
      padding: 0 15px; } }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(6) > div {
      padding: 0; } }
  body.machine.thermacool main > section:nth-child(6) > div > ul {
    width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(6) > div > ul {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin: 0 auto 30px; } }
    body.machine.thermacool main > section:nth-child(6) > div > ul li {
      width: 210px;
      height: 210px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #a31039;
      position: relative; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(6) > div > ul li {
          width: 29.3333333333vw;
          height: 29.3333333333vw;
          margin: 0 0.6666666667vw 0; } }
      body.machine.thermacool main > section:nth-child(6) > div > ul li p {
        position: absolute;
        top: 50%;
        left: 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%);
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-family: "Noto Serif JP", serif;
        white-space: nowrap;
        font-weight: 600px;
        line-height: 1.5; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(6) > div > ul li p {
            font-size: 3.2vw; } }
  body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) {
    width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) {
        width: 100%;
        padding: 0 15px;
        display: block; } }
    body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div {
      width: 50%; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div {
          width: 100%; } }
      body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p {
        margin: 0 0 30px; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p {
            margin: 0 0 15px;
            font-size: 14px; } }
        body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p span {
          color: #a31039; }
      body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) {
        width: 440px; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) {
            width: 100%; } }
        body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) img {
          width: 100%;
          border: 1px solid #eee; }
  body.machine.thermacool main > section:nth-child(6) > div > div:nth-child(4) {
    flex-direction: row-reverse; }
body.machine.thermacool main > section:nth-child(7) {
  display: block; }
  body.machine.thermacool main > section:nth-child(7).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(7) > div {
      padding: 0 15px; } }
  body.machine.thermacool main > section:nth-child(7) > div > ul {
    width: 589px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(7) > div > ul {
        width: 100%; } }
    body.machine.thermacool main > section:nth-child(7) > div > ul li {
      /*
      &:after{
      	background: #fff;
      }
      */ }
      body.machine.thermacool main > section:nth-child(7) > div > ul li span {
        border-color: #fff; }
  body.machine.thermacool main > section:nth-child(7) > div > div {
    width: 800px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
    font-size: 16px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(7) > div > div {
        width: 100%;
        font-size: 14px;
        padding: 15px; } }
    body.machine.thermacool main > section:nth-child(7) > div > div h3 {
      margin: 0 0 30px;
      font-weight: bold; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(7) > div > div h3 {
          margin: 0 0 15px; } }
    body.machine.thermacool main > section:nth-child(7) > div > div ul {
      list-style: disc;
      margin: 0 0 0 30px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(7) > div > div ul {
          margin: 0 0 0 15px; } }
      body.machine.thermacool main > section:nth-child(7) > div > div ul li {
        margin: 0 0 10px; }
        body.machine.thermacool main > section:nth-child(7) > div > div ul li:last-child {
          margin: 0; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(7) > div > div ul li {
            margin: 0 0 5px; } }
@media screen and (max-width: 750px) {
  body.machine.thermacool main > section:nth-child(8) > div {
    padding: 0 15px; } }
body.machine.thermacool main > section:nth-child(8) > div > div {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(8) > div > div {
      width: 100%; } }
  body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(2) {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(2) {
        display: block;
        margin-bottom: 0; } }
    body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(2) > p {
      width: 455px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(2) > p {
          width: 100%;
          margin-bottom: 15px; } }
      body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(2) > p img {
        width: 100%; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(8) > div > div:nth-child(3) {
      font-size: 14px; } }
body.machine.thermacool main > section:nth-child(9) {
  display: block; }
  body.machine.thermacool main > section:nth-child(9).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.thermacool main > section:nth-child(9) h2 {
    margin-bottom: 80px; }
@media screen and (max-width: 750px) {
  body.machine.thermacool main > section:nth-child(10) > div {
    padding: 0 15px; } }
body.machine.thermacool main > section:nth-child(10) > div > p {
  margin: 0 auto; }
  body.machine.thermacool main > section:nth-child(10) > div > p:nth-child(2) {
    width: 1000px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(10) > div > p:nth-child(2) {
        width: 100%;
        margin-bottom: 15px; } }
  body.machine.thermacool main > section:nth-child(10) > div > p:nth-child(3) {
    width: 800px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(10) > div > p:nth-child(3) {
        width: 100%; } }
    body.machine.thermacool main > section:nth-child(10) > div > p:nth-child(3) img {
      width: 100%; }
body.machine.thermacool main > section:nth-child(11) {
  display: block; }
  body.machine.thermacool main > section:nth-child(11).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.thermacool main > section:nth-child(11) > div {
    margin: 0 auto;
    width: 800px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(11) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.thermacool main > section:nth-child(11) > div > p {
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(11) > div > p {
          margin-bottom: 15px;
          font-size: 14px; } }
    body.machine.thermacool main > section:nth-child(11) > div > table {
      border: 1px solid #999 !important;
      width: 100%; }
      body.machine.thermacool main > section:nth-child(11) > div > table th, body.machine.thermacool main > section:nth-child(11) > div > table td {
        padding: 15px;
        text-align: center;
        font-size: 16px;
        line-height: 1.5; }
        @media screen and (max-width: 750px) {
          body.machine.thermacool main > section:nth-child(11) > div > table th, body.machine.thermacool main > section:nth-child(11) > div > table td {
            font-size: 14px;
            padding: 10px 5px; } }
      body.machine.thermacool main > section:nth-child(11) > div > table thead th {
        background: #999;
        color: #fff;
        border-right: 1px solid #fff; }
        body.machine.thermacool main > section:nth-child(11) > div > table thead th:last-child {
          border: none; }
      body.machine.thermacool main > section:nth-child(11) > div > table tbody td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff; }
        body.machine.thermacool main > section:nth-child(11) > div > table tbody td:last-child {
          border-right: none; }
      body.machine.thermacool main > section:nth-child(11) > div > table tbody tr:last-child td {
        border-bottom: none; }
@media screen and (max-width: 750px) {
  body.machine.thermacool main > section:nth-child(12) > div {
    padding: 0 15px; } }
body.machine.thermacool main > section:nth-child(12) > div > div {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    body.machine.thermacool main > section:nth-child(12) > div > div {
      width: 100%;
      display: block; } }
  body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) {
    width: 500px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) {
        width: 100%;
        margin: 0 0 30px; } }
    body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p {
      margin: 0 0 30px; }
      @media screen and (max-width: 750px) {
        body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p {
          font-size: 14px;
          margin: 0 0 15px; } }
      body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p span {
        color: #a31039; }
      body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child {
        margin: 0; }
        body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a {
          display: block;
          padding: 28px 25px 29px 0;
          width: 284px;
          background: #a31039;
          color: #fff;
          position: relative;
          text-align: center;
          text-decoration: none;
          border: 1px solid #a31039;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a {
              padding: 20px 12px 21px 0;
              width: 250px;
              font-size: 14px; } }
          body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a:after {
            display: block;
            content: "";
            width: 8px;
            height: 12px;
            background: url("../imgs/common/arrow_w.svg") no-repeat center;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: 25px; }
            @media screen and (max-width: 750px) {
              body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a:after {
                width: 6px;
                height: 10px;
                background-size: 100% auto;
                right: 20px; } }
          body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a:hover {
            background: #fff;
            color: #a31039; }
            body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a:hover:after {
              background-image: url("../imgs/common/arrow_r.svg"); }
          @media screen and (max-width: 750px) {
            body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(1) p:last-child a {
              margin: 0 auto;
              width: 250px; } }
  body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(2) {
    width: 440px; }
    @media screen and (max-width: 750px) {
      body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(2) {
        width: 58.6666666667vw;
        margin: auto; } }
    body.machine.thermacool main > section:nth-child(12) > div > div > div:nth-child(2) img {
      width: 100%;
      border: 1px solid #eee; }
body.machine.ulthera main > section:nth-child(2) {
  padding: 0; }
  body.machine.ulthera main > section:nth-child(2) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(2) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.ulthera main > section:nth-child(2) > div h2 {
      position: relative;
      z-index: 2; }
      body.machine.ulthera main > section:nth-child(2) > div h2 span {
        font-size: inherit !important;
        font-family: inherit !important;
        display: inline-block !important;
        margin: 0 !important;
        white-space: nowrap; }
      body.machine.ulthera main > section:nth-child(2) > div h2:after {
        content: "";
        width: 100%;
        height: 10px;
        background: #faedf0;
        position: absolute;
        top: 50%;
        left: 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: -1; }
    body.machine.ulthera main > section:nth-child(2) > div > div {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-direction: row-reverse; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(2) > div > div {
          width: 100%;
          display: block;
          padding: 0 20px; } }
      body.machine.ulthera main > section:nth-child(2) > div > div > div:nth-child(1) {
        width: 440px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(2) > div > div > div:nth-child(1) {
            width: 100%;
            margin: 0 0 20px; } }
        body.machine.ulthera main > section:nth-child(2) > div > div > div:nth-child(1) img {
          width: 100%; }
      body.machine.ulthera main > section:nth-child(2) > div > div > div:nth-child(2) {
        width: 560px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(2) > div > div > div:nth-child(2) {
            width: 100%; } }
body.machine.ulthera main > section:nth-child(3) {
  padding: 40px 0 0 0; }
  body.machine.ulthera main > section:nth-child(3) > div {
    padding: 60px 0;
    display: block; }
    body.machine.ulthera main > section:nth-child(3) > div.lazyloaded {
      background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(3) > div {
        padding: 30px 0; } }
    body.machine.ulthera main > section:nth-child(3) > div > div {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(3) > div > div {
          width: 100%;
          display: block;
          padding: 0 15px;
          zoom: 1; }
          body.machine.ulthera main > section:nth-child(3) > div > div:after {
            display: table;
            clear: both;
            content: ""; }
          body.machine.ulthera main > section:nth-child(3) > div > div:before {
            display: table;
            content: ""; } }
      body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(1) {
        width: 240px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(1) {
            float: right;
            width: 32vw;
            padding: 0;
            margin: 0 0 5.3333333333vw 5.3333333333vw; } }
        body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(1) img {
          width: 100%; }
      body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) {
        width: 700px;
        font-weight: 500; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) {
            width: 100%; } }
        body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) h3 {
          color: #a31039;
          font-size: 32px;
          font-family: "Noto Serif JP", serif;
          margin: 0 0 20px; }
        body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) p {
          margin: 0 0 25px;
          font-size: 18px; }
          @media screen and (max-width: 750px) {
            body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) p {
              font-size: 14px; } }
          body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) p span {
            color: #a31039; }
          body.machine.ulthera main > section:nth-child(3) > div > div > div:nth-child(2) p:last-child {
            margin: 0; }
body.machine.ulthera main > section:nth-child(4) > div {
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 750px) {
    body.machine.ulthera main > section:nth-child(4) > div {
      width: 100%;
      padding: 0 15px; } }
  body.machine.ulthera main > section:nth-child(4) > div > div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(4) > div > div {
        width: 100%;
        display: block; } }
    body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(1) {
      width: 500px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(1) {
          width: 100%; } }
      body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(1) p {
        margin: 0 0 25px;
        font-size: 18px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(1) p {
            font-size: 14px;
            margin: 0 0 17px; } }
    body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(2) {
      width: 440px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(2) {
          width: 100%; } }
      body.machine.ulthera main > section:nth-child(4) > div > div > div:nth-child(2) p img {
        width: 100%; }
body.machine.ulthera main > section:nth-child(5) {
  display: block; }
  body.machine.ulthera main > section:nth-child(5).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.ulthera main > section:nth-child(5) > div {
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(5) > div {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(5) > div {
        padding: 0 15px; } }
    body.machine.ulthera main > section:nth-child(5) > div > p {
      text-align: center;
      line-height: 1.8;
      margin: 0 0 60px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(5) > div > p {
          font-size: 14px;
          margin: 0 0 10px; } }
      body.machine.ulthera main > section:nth-child(5) > div > p span {
        color: #a31039; }
    body.machine.ulthera main > section:nth-child(5) > div > div {
      width: 800px;
      margin: 0 auto;
      border: 2px solid #fff;
      background: rgba(255, 255, 255, 0.5);
      padding: 30px;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(5) > div > div {
          width: 100%;
          font-size: 14px;
          padding: 15px; } }
      body.machine.ulthera main > section:nth-child(5) > div > div h3 {
        margin: 0 0 10px;
        font-weight: bold;
        color: #a31039; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(5) > div > div h3 {
            font-size: 14px; } }
body.machine.ulthera main > section:nth-child(6) > div {
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 750px) {
    body.machine.ulthera main > section:nth-child(6) > div {
      width: 100%;
      padding: 0 15px; } }
  body.machine.ulthera main > section:nth-child(6) > div > ul:nth-child(2) {
    width: 866px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(6) > div > ul:nth-child(2) {
        width: 100%;
        margin-bottom: 25px; } }
    body.machine.ulthera main > section:nth-child(6) > div > ul:nth-child(2) li span {
      border-color: #faedf0; }
  body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) {
    width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) {
        width: 100%;
        display: block;
        margin: 0 auto 30px; } }
    body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div {
      width: 50%; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div {
          width: 100%; } }
      body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p {
        margin: 0 0 30px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p {
            margin: 0 0 15px;
            font-size: 14px; } }
        body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(1) p span {
          color: #a31039; }
      body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) {
        width: 440px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) {
            width: 100%; } }
        body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(n+3) > div:nth-child(2) img {
          width: 100%;
          border: 1px solid #eee; }
  body.machine.ulthera main > section:nth-child(6) > div > div:nth-child(4) {
    flex-direction: row-reverse; }
body.machine.ulthera main > section:nth-child(7) {
  display: block; }
  body.machine.ulthera main > section:nth-child(7).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.ulthera main > section:nth-child(7) > div {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(7) > div {
        width: 100%; } }
    body.machine.ulthera main > section:nth-child(7) > div > p:nth-child(2) {
      text-align: center;
      font-size: 24px;
      margin: 0 0 30px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(7) > div > p:nth-child(2) {
          font-size: 14px;
          margin: 0 0 15px; } }
      body.machine.ulthera main > section:nth-child(7) > div > p:nth-child(2) span {
        color: #a31039;
        font-weight: bold; }
    body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) {
      justify-content: space-between;
      display: flex;
      margin: 0 0 50px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) {
          display: block;
          margin: 0 0 25px;
          padding: 0 15px; } }
      body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) li {
        background: #a31039;
        width: 310px;
        height: 155px;
        position: relative; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) li {
            width: 100%;
            height: 21.3333333333vw;
            margin: 0 0 2vw; } }
        body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) li p {
          text-align: center;
          color: #fff;
          font-family: "Noto Serif JP", serif;
          font-size: 22px;
          white-space: nowrap;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 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%); }
          @media screen and (max-width: 750px) {
            body.machine.ulthera main > section:nth-child(7) > div > ul:nth-child(3) li p {
              font-size: 4vw; } }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(7) > div > p:nth-child(4) {
        padding: 0 15px;
        font-size: 14px; } }
    body.machine.ulthera main > section:nth-child(7) > div > p:nth-child(4) span {
      color: #a31039; }
body.machine.ulthera main > section:nth-child(8) > div {
  /*
  >div{
  	width: 800px;
  	margin: 0 auto;
  	border: 2px solid #fff;
  	background: rgba(255,255,255,0.50);
  	padding: 30px;
  	font-size: 16px;
  	@include mq() {}
  	h3{
  		margin: 0 0 30px;
  		font-weight: bold;
  	}
  	ul{
  		list-style: disc;
  		margin: 0 0 0 30px;
  		@include mq() {}
  		li{
  			margin: 0 0 10px;
  			@include mq() {}
  		}
  	}
  }
  */ }
  body.machine.ulthera main > section:nth-child(8) > div > ul {
    width: 589px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(8) > div > ul {
        width: auto;
        padding: 0 7.3333333333vw; } }
    body.machine.ulthera main > section:nth-child(8) > div > ul li {
      /*
      &:after{
      	background: #fff;
      }
      */ }
      body.machine.ulthera main > section:nth-child(8) > div > ul li span {
        border-color: #faedf0; }
body.machine.ulthera main > section:nth-child(9) {
  display: block; }
  body.machine.ulthera main > section:nth-child(9).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.ulthera main > section:nth-child(9) > div {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(9) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.ulthera main > section:nth-child(9) > div > p:nth-child(2) {
      margin: 0 0 30px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(9) > div > p:nth-child(2) {
          margin: 0 0 15px;
          font-size: 14px; } }
      body.machine.ulthera main > section:nth-child(9) > div > p:nth-child(2) span {
        color: #a31039; }
    body.machine.ulthera main > section:nth-child(9) > div > table {
      border: 1px solid #999 !important;
      width: 100%;
      margin: 0 0 30px; }
      body.machine.ulthera main > section:nth-child(9) > div > table th, body.machine.ulthera main > section:nth-child(9) > div > table td {
        padding: 15px;
        text-align: center;
        font-size: 16px;
        vertical-align: middle; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > table th, body.machine.ulthera main > section:nth-child(9) > div > table td {
            font-size: 14px;
            padding: 10px; } }
      body.machine.ulthera main > section:nth-child(9) > div > table thead th {
        background: #999;
        color: #fff;
        border-right: 1px solid #fff; }
        body.machine.ulthera main > section:nth-child(9) > div > table thead th:last-child {
          border: none; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > table thead th:nth-child(2), body.machine.ulthera main > section:nth-child(9) > div > table thead th:nth-child(3), body.machine.ulthera main > section:nth-child(9) > div > table thead th:nth-child(4) {
            width: 25.3333333333vw; } }
      body.machine.ulthera main > section:nth-child(9) > div > table tbody th, body.machine.ulthera main > section:nth-child(9) > div > table tbody td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff; }
        body.machine.ulthera main > section:nth-child(9) > div > table tbody th:last-child, body.machine.ulthera main > section:nth-child(9) > div > table tbody td:last-child {
          border-right: none; }
      body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(2) img {
        width: 214px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(2) img {
            width: 22.9333333333vw; } }
      body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(3) img {
        width: 109px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(3) img {
            width: 14.5333333333vw; } }
      body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(4) img {
        width: 182px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:nth-child(1) td:nth-child(4) img {
            width: 21.7333333333vw; } }
      body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:last-child th, body.machine.ulthera main > section:nth-child(9) > div > table tbody tr:last-child td {
        border-bottom: none; }
    body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) {
      border: 2px solid #fff;
      background: rgba(255, 255, 255, 0.5);
      padding: 30px;
      font-size: 16px;
      width: 800px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) {
          width: 100%;
          padding: 15px;
          font-size: 14px; } }
      body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) h3 {
        margin: 0 0 30px;
        font-weight: bold; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) h3 {
            margin: 0 0 15px; } }
      body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) ul {
        list-style: disc;
        margin: 0 0 0 30px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) ul {
            margin: 0 0 0 15px; } }
        body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) ul li {
          margin: 0 0 10px; }
          @media screen and (max-width: 750px) {
            body.machine.ulthera main > section:nth-child(9) > div > div:nth-child(4) ul li {
              margin: 0 0 5px; } }
@media screen and (max-width: 750px) {
  body.machine.ulthera main > section:nth-child(10) > div {
    padding: 0 15px; } }
body.machine.ulthera main > section:nth-child(10) > div > div {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    body.machine.ulthera main > section:nth-child(10) > div > div {
      width: 100%; } }
  body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(2) {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(2) {
        margin-bottom: 0;
        display: block; } }
    body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(2) > p {
      width: 455px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(2) > p {
          width: 100%;
          margin-bottom: 15px; } }
      body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(2) > p img {
        width: 100%; }
  @media screen and (max-width: 750px) {
    body.machine.ulthera main > section:nth-child(10) > div > div:nth-child(3) {
      font-size: 11px; } }
body.machine.ulthera main > section:nth-child(11) {
  display: block; }
  body.machine.ulthera main > section:nth-child(11).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
@media screen and (max-width: 750px) {
  body.machine.ulthera main > section:nth-child(12) > div {
    padding: 0 15px; } }
body.machine.ulthera main > section:nth-child(12) > div > p {
  margin: 0 auto; }
  body.machine.ulthera main > section:nth-child(12) > div > p:nth-child(2) {
    width: 1000px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(12) > div > p:nth-child(2) {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px; } }
  body.machine.ulthera main > section:nth-child(12) > div > p:nth-child(3) {
    width: 800px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(12) > div > p:nth-child(3) {
        width: 100%; } }
    body.machine.ulthera main > section:nth-child(12) > div > p:nth-child(3) img {
      width: 100%; }
body.machine.ulthera main > section:nth-child(13) {
  display: block; }
  body.machine.ulthera main > section:nth-child(13).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.ulthera main > section:nth-child(13) > div {
    margin: 0 auto;
    width: 800px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(13) > div {
        width: 100%;
        padding: 0 15px; } }
    body.machine.ulthera main > section:nth-child(13) > div > p {
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(13) > div > p {
          margin-bottom: 15px;
          font-size: 14px; } }
    body.machine.ulthera main > section:nth-child(13) > div > table {
      border: 1px solid #999 !important;
      width: 100%; }
      body.machine.ulthera main > section:nth-child(13) > div > table th, body.machine.ulthera main > section:nth-child(13) > div > table td {
        padding: 15px;
        text-align: center;
        font-size: 16px; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(13) > div > table th, body.machine.ulthera main > section:nth-child(13) > div > table td {
            padding: 7px;
            font-size: 14px; } }
      body.machine.ulthera main > section:nth-child(13) > div > table thead th {
        background: #999;
        color: #fff;
        border-right: 1px solid #fff; }
        body.machine.ulthera main > section:nth-child(13) > div > table thead th:last-child {
          border: none; }
      body.machine.ulthera main > section:nth-child(13) > div > table tbody td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff; }
        body.machine.ulthera main > section:nth-child(13) > div > table tbody td:last-child {
          border-right: none; }
      body.machine.ulthera main > section:nth-child(13) > div > table tbody tr:last-child td {
        border-bottom: none; }
@media screen and (max-width: 750px) {
  body.machine.ulthera main > section:nth-child(14) > div {
    padding: 0 15px; } }
body.machine.ulthera main > section:nth-child(14) > div > div {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    body.machine.ulthera main > section:nth-child(14) > div > div {
      width: 100%;
      display: block; } }
  body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) {
    width: 500px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) {
        width: 100%; } }
    body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p {
      margin: 0 0 30px; }
      @media screen and (max-width: 750px) {
        body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p {
          margin: 0 0 15px;
          font-size: 14px; } }
      body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p span {
        color: #a31039; }
      body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child {
        margin: 0; }
        @media screen and (max-width: 750px) {
          body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child {
            margin: 0 0 30px; } }
        body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a {
          display: block;
          padding: 28px 25px 29px 0;
          width: 284px;
          background: #a31039;
          color: #fff;
          position: relative;
          text-align: center;
          text-decoration: none;
          border: 1px solid #a31039;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a {
              padding: 20px 12px 21px 0;
              width: 250px;
              font-size: 14px; } }
          body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a:after {
            display: block;
            content: "";
            width: 8px;
            height: 12px;
            background: url("../imgs/common/arrow_w.svg") no-repeat center;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: 25px; }
            @media screen and (max-width: 750px) {
              body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a:after {
                width: 6px;
                height: 10px;
                background-size: 100% auto;
                right: 20px; } }
          body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a:hover {
            background: #fff;
            color: #a31039; }
            body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a:hover:after {
              background-image: url("../imgs/common/arrow_r.svg"); }
          @media screen and (max-width: 750px) {
            body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(1) p:last-child a {
              margin: 0 auto;
              width: 250px; } }
  body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(2) {
    width: 440px; }
    @media screen and (max-width: 750px) {
      body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(2) {
        width: 58.6666666667vw;
        margin: auto; } }
    body.machine.ulthera main > section:nth-child(14) > div > div > div:nth-child(2) img {
      width: 100%;
      border: 1px solid #eee; }
body.machine.triniti main > section:nth-child(2) {
  padding: 0; }
  body.machine.triniti main > section:nth-child(2) > div {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(2) > div {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(2) > div h2 {
        font-size: 20px; } }
    body.machine.triniti main > section:nth-child(2) > div > section {
      zoom: 1;
      font-size: 14px;
      margin: 0 0 40px; }
      body.machine.triniti main > section:nth-child(2) > div > section:after {
        display: table;
        clear: both;
        content: ""; }
      body.machine.triniti main > section:nth-child(2) > div > section:before {
        display: table;
        content: ""; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(2) > div > section {
          font-size: 14px;
          margin: 0 0 15px; } }
      body.machine.triniti main > section:nth-child(2) > div > section p {
        margin: 0 0 20px; }
        body.machine.triniti main > section:nth-child(2) > div > section p span {
          color: #a31039; }
        body.machine.triniti main > section:nth-child(2) > div > section p:last-child {
          margin: 0; }
        @media screen and (max-width: 750px) {
          body.machine.triniti main > section:nth-child(2) > div > section p {
            margin: 0 0 10px; } }
      body.machine.triniti main > section:nth-child(2) > div > section:nth-child(2) p:nth-child(1) {
        float: right;
        width: 440px;
        margin: 0 0 60px 60px; }
        @media screen and (max-width: 750px) {
          body.machine.triniti main > section:nth-child(2) > div > section:nth-child(2) p:nth-child(1) {
            float: none;
            width: 80vw;
            margin: 0 auto 30px; } }
        body.machine.triniti main > section:nth-child(2) > div > section:nth-child(2) p:nth-child(1) img {
          width: 100%;
          border: 2px solid #eee; }
      body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(4) {
        list-style: disc;
        line-height: 1.5;
        margin: 0 0 20px; }
        @media screen and (max-width: 750px) {
          body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(4) {
            margin: 0 0 10px; } }
        body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(4) li {
          margin: 0 0 10px 30px; }
          @media screen and (max-width: 750px) {
            body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(4) li {
              margin: 0 0 5px 15px; } }
      body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) {
        display: flex;
        justify-content: space-between; }
        body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) li {
          width: 300px; }
          @media screen and (max-width: 750px) {
            body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) li {
              width: 26.6666666667vw; } }
          body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) li p:nth-child(1) {
            height: 300px;
            margin: 0 0 10px; }
            @media screen and (max-width: 750px) {
              body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) li p:nth-child(1) {
                height: 26.6666666667vw;
                margin: 0 0 5px; } }
            body.machine.triniti main > section:nth-child(2) > div > section:nth-child(3) ul:nth-child(6) li p:nth-child(1) img {
              border: 2px solid #eee;
              width: 100%; }
body.machine.triniti main > section:nth-child(3) {
  display: block; }
  body.machine.triniti main > section:nth-child(3).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.triniti main > section:nth-child(3) > div > ul {
    text-align: center; }
    body.machine.triniti main > section:nth-child(3) > div > ul li {
      margin: 0 0 20px; }
      body.machine.triniti main > section:nth-child(3) > div > ul li span {
        font-size: 24px;
        font-family: "Noto Serif JP", serif;
        display: inline-block;
        border-bottom: 5px solid #fff; }
        @media screen and (max-width: 750px) {
          body.machine.triniti main > section:nth-child(3) > div > ul li span {
            border-bottom: 3px solid #fff;
            font-size: 22px; } }
@media screen and (max-width: 750px) {
  body.machine.triniti main > section:nth-child(4) > div {
    padding: 0 15px; } }
body.machine.triniti main > section:nth-child(4) > div > ul {
  text-align: center;
  margin: 0 0 50px; }
  @media screen and (max-width: 750px) {
    body.machine.triniti main > section:nth-child(4) > div > ul {
      margin: 0 0 25px; } }
  body.machine.triniti main > section:nth-child(4) > div > ul li {
    margin: 0 0 20px; }
    body.machine.triniti main > section:nth-child(4) > div > ul li span {
      font-size: 24px;
      font-family: "Noto Serif JP", serif;
      display: inline-block;
      border-bottom: 5px solid #faedf0; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(4) > div > ul li span {
          border-bottom: 3px solid #faedf0;
          font-size: 22px; } }
body.machine.triniti main > section:nth-child(4) > div > ul + div {
  border: 2px solid #ddd;
  background: rgba(238, 238, 238, 0.5);
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    body.machine.triniti main > section:nth-child(4) > div > ul + div {
      width: 100%;
      font-size: 14px;
      padding: 15px; } }
  body.machine.triniti main > section:nth-child(4) > div > ul + div h3 {
    font-weight: bold;
    margin: 0 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(4) > div > ul + div h3 {
        margin: 0 0 15px; } }
  body.machine.triniti main > section:nth-child(4) > div > ul + div ul {
    list-style: disc;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(4) > div > ul + div ul {
        margin: 0 0 0 15px; } }
    body.machine.triniti main > section:nth-child(4) > div > ul + div ul li {
      margin: 0 0 10px; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(4) > div > ul + div ul li {
          margin: 0 0 5px; } }
body.machine.triniti main > section:nth-child(5) {
  display: block; }
  body.machine.triniti main > section:nth-child(5).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  @media screen and (max-width: 750px) {
    body.machine.triniti main > section:nth-child(5) > div {
      padding: 0 15px; } }
  body.machine.triniti main > section:nth-child(5) > div table {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(5) > div table {
        width: 100%; } }
    body.machine.triniti main > section:nth-child(5) > div table tr th, body.machine.triniti main > section:nth-child(5) > div table tr td {
      font-size: 16px;
      border-bottom: 1px solid #fff;
      line-height: 1.8;
      white-space: nowrap; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(5) > div table tr th, body.machine.triniti main > section:nth-child(5) > div table tr td {
          font-size: 14px;
          white-space: normal; } }
    body.machine.triniti main > section:nth-child(5) > div table tr th {
      background: #a31039;
      text-align: center;
      color: #fff;
      padding: 30px;
      font-weight: 600; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(5) > div table tr th {
          padding: 10px; } }
    body.machine.triniti main > section:nth-child(5) > div table tr td {
      background: #faedf0;
      padding: 30px 0 30px 60px; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(5) > div table tr td {
          padding: 10px; } }
@media screen and (max-width: 750px) {
  body.machine.triniti main > section:nth-child(6) > div {
    padding: 0 15px; } }
body.machine.triniti main > section:nth-child(6) > div > div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 750px) {
    body.machine.triniti main > section:nth-child(6) > div > div {
      width: 100%;
      display: block; } }
  body.machine.triniti main > section:nth-child(6) > div > div > div {
    /*
    &:nth-child(2){
    	width: 500px;
    	@include mq() {
    		width: 100%;
    	}
    	p{
    		font-size: 14px;
    		@include mq() {
    			
    		}
    	}
    }
    */ }
    body.machine.triniti main > section:nth-child(6) > div > div > div:nth-child(1) {
      width: 455px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(6) > div > div > div:nth-child(1) {
          width: 100%;
          margin: 0 0 15px; } }
      body.machine.triniti main > section:nth-child(6) > div > div > div:nth-child(1) p img {
        width: 100%; }
body.machine.triniti main > section:nth-child(7) {
  display: block; }
  body.machine.triniti main > section:nth-child(7).lazyloaded {
    background: url("../imgs/common/texture_pink.jpg") repeat-y center top/100% auto; }
  body.machine.triniti main > section:nth-child(7) > div > div > section > div > div {
    width: 350px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(7) > div > div > section > div > div {
        width: 100%; } }
  body.machine.triniti main > section:nth-child(7) > div > div > section > div img {
    width: 350px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(7) > div > div > section > div img {
        width: 100%; } }
body.machine.triniti main > section:nth-child(8) > div {
  margin: 0 auto;
  width: 800px; }
  @media screen and (max-width: 750px) {
    body.machine.triniti main > section:nth-child(8) > div {
      width: 100%;
      padding: 0 15px; } }
  body.machine.triniti main > section:nth-child(8) > div > p {
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(8) > div > p {
        margin-bottom: 15px; } }
  body.machine.triniti main > section:nth-child(8) > div > table {
    border: 1px solid #999 !important;
    width: 100%;
    margin: 0 0 30px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(8) > div > table {
        margin: 0 0 15px; } }
    body.machine.triniti main > section:nth-child(8) > div > table th, body.machine.triniti main > section:nth-child(8) > div > table td {
      padding: 15px;
      text-align: center;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        body.machine.triniti main > section:nth-child(8) > div > table th, body.machine.triniti main > section:nth-child(8) > div > table td {
          font-size: 14px;
          padding: 7px; } }
    body.machine.triniti main > section:nth-child(8) > div > table thead th {
      background: #999;
      color: #fff;
      border-right: 1px solid #fff; }
      body.machine.triniti main > section:nth-child(8) > div > table thead th:last-child {
        border: none; }
    body.machine.triniti main > section:nth-child(8) > div > table tbody {
      /*
      &:nth-child(2),&:nth-child(4){
      	th,td{
      		background: #faedf0;
      		border-color: #fff!important;
      		
      	}
      	
      }
      */ }
      body.machine.triniti main > section:nth-child(8) > div > table tbody th, body.machine.triniti main > section:nth-child(8) > div > table tbody td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
        vertical-align: middle; }
        body.machine.triniti main > section:nth-child(8) > div > table tbody th:last-child, body.machine.triniti main > section:nth-child(8) > div > table tbody td:last-child {
          border-right: none;
          font-weight: bold; }
        body.machine.triniti main > section:nth-child(8) > div > table tbody th.pink, body.machine.triniti main > section:nth-child(8) > div > table tbody td.pink {
          background: #faedf0;
          border-color: #fff !important; }
      body.machine.triniti main > section:nth-child(8) > div > table tbody:last-child th, body.machine.triniti main > section:nth-child(8) > div > table tbody:last-child tr:last-child td {
        border-bottom: 1px solid #999 !important; }
  body.machine.triniti main > section:nth-child(8) > div > table + h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(8) > div > table + h3 {
        font-size: 14px; } }
  body.machine.triniti main > section:nth-child(8) > div > table + h3 + p {
    font-size: 14px; }
    @media screen and (max-width: 750px) {
      body.machine.triniti main > section:nth-child(8) > div > table + h3 + p {
        font-size: 14px; } }

div.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: scroll; }
  div.modal > div {
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh; }
  div.modal > button {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    mix-blend-mode: difference; }
    div.modal > button:nth-child(2) {
      width: 66px;
      height: 66px;
      top: 50px;
      right: 50px;
      background: url("../imgs/common/btn_slide_close.svg") no-repeat center; }
    div.modal > button:nth-child(3) {
      width: 37px;
      height: 103px;
      background: url("../imgs/common/btn_slide_next.svg") no-repeat center;
      margin-top: -50px;
      right: 60px;
      display: none; }
    div.modal > button:nth-child(4) {
      width: 37px;
      height: 103px;
      background: url("../imgs/common/btn_slide_prev.svg") no-repeat center;
      margin-top: -50px;
      left: 60px;
      display: none; }
  div.modal #swiper {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0); }
    div.modal #swiper .swiper-slide img {
      height: 80vh;
      position: absolute;
      top: 50%;
      left: 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%); }
    div.modal #swiper > ul {
      height: 100vh; }
    div.modal #swiper > ul > li {
      text-align: center;
      position: relative;
      /*
      >ul{
      	z-index: 10;
      	position: absolute;
      	left: 10vw; top: 0;
      	li{
      		margin-bottom: 5px;
      		text-align: center;
      		a{
      			display: block;
      			@include css3(transition, "all 0.5s ease");
      			z-index: 1;
      			position: relative;
      			&:hover{
      				@include css3(transform,scale(1.1,1.1));
      				@include css3(filter,brightness(120%));
      				z-index: 2;
      				img{
      					border: 1px solid rgba(255,255,255,1);
      				}
      			}
      			
      			img{
      				border: 1px solid rgba(255,255,255,0.10);
      				max-width: 5vw;
      				max-height: 5vw;
      				width: auto; height: auto;
      				vertical-align: top;
      			}
      		}
      	}
      }*/ }
      div.modal #swiper > ul > li > .swiper-container {
        width: 100vw;
        height: 80vh;
        position: absolute;
        top: 50%;
        left: 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%);
        overflow: visible; }
      div.modal #swiper > ul > li div.product_data {
        position: absolute;
        width: 100%;
        left: 10vw;
        bottom: 10vh;
        text-align: left; }
        div.modal #swiper > ul > li div.product_data p {
          font-family: montserrat, sans-serif;
          color: #fff;
          line-height: 1;
          margin: 0 0 20px; }
          div.modal #swiper > ul > li div.product_data p:last-child {
            margin-bottom: 0; }
          div.modal #swiper > ul > li div.product_data p span {
            display: block; }
            div.modal #swiper > ul > li div.product_data p span:nth-child(1) {
              font-size: 18px; }
            div.modal #swiper > ul > li div.product_data p span:nth-child(2) {
              font-size: 14px; }
  div.modal .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 0.8; }
  div.modal .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff; }

.color_E8D5C4 {
  color: #a31039; }

#second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td#width_300 {
  width: 300px; }

#second.page.price main section#placenta > div > div > table:nth-child(2) td {
  height: 90px; }

td.red {
  background-color: #a31039;
  color: #fff; }

#second.page.price main > section:nth-child(n+3):not(:last-child) > div > div > table td.total {
  font-size: 18px; }

#bridal table tr td.time_1,
#bridal table tr td.time_2,
#bridal table tr td.time_3,
#bridal table tr td.time_4 {
  position: relative; }

#bridal table tr td.time_1::before,
#bridal table tr td.time_2::before,
#bridal table tr td.time_3::before,
#bridal table tr td.time_4::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat; }

#bridal table tr td.time_1::before {
  background-image: url(https://dahlia-gsc.com/_cms/wp-content/uploads/2020/04/1.png); }

#bridal table tr td.time_2::before {
  background-image: url(https://dahlia-gsc.com/_cms/wp-content/uploads/2020/04/2.png); }

#bridal table tr td.time_3::before {
  background-image: url(https://dahlia-gsc.com/_cms/wp-content/uploads/2020/04/3.png); }

#bridal table tr td.time_4::before {
  background-image: url(https://dahlia-gsc.com/_cms/wp-content/uploads/2020/04/4.png); }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }

  #bridal table tr td.time_1::before,
  #bridal table tr td.time_2::before,
  #bridal table tr td.time_3::before,
  #bridal table tr td.time_4::before {
    height: 30px;
    width: 30px; }

  #bridal table tr td.time_1::before,
  #bridal table tr td.time_2::before,
  #bridal table tr td.time_3::before,
  #bridal table tr td.time_4::before {
    left: 5px; } }
