/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  min-width: 300px;
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*********************************
 common
 *********************************/
* {
  font-weight: 500;
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  font-family: 'Noto Sans JP', sans-serif; }

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #000000; }
  @media screen and (min-width: 1281px) {
    body {
      font-size: 18px; } }
  @media screen and (max-width: 960px) {
    body {
      font-size: 14px;
      padding-top: 40px !important; } }
  @media screen and (max-width: 640px) {
    body {
      font-size: 12px; } }
  body.p-contents {
    color: #000000;
    background-color: #ffffff; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #ffffff;
  text-decoration: none; }
  @media screen and (min-width: 641px) {
    a[href^="tel:"] {
      pointer-events: none;
      cursor: default; } }

.inner {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto; }

@media screen and (min-width: 961px) {
  .pcNone {
    display: none; } }

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

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

@media screen and (min-width: 641px) {
  .spOnly {
    display: none; } }

[data-scroll] {
  transition: opacity 1.5s; }

[data-scroll="in"] {
  opacity: 1; }

[data-scroll="out"] {
  opacity: 0; }

/*********************************
 header
 *********************************/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  #header:before {
    width: 100%;
    height: 50%;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      #header:before {
        height: 40px; } }
  #header h1 {
    width: 9.765vw; }
    @media screen and (min-width: 1281px) {
      #header h1 {
        width: 125px; } }
    @media screen and (max-width: 960px) {
      #header h1 {
        width: 80px; } }
    @media screen and (max-width: 640px) {
      #header h1 {
        width: 60px; } }
  #header .menu_icon {
    width: 4.921875vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99; }
    @media screen and (min-width: 1281px) {
      #header .menu_icon {
        width: 63px; } }
    @media screen and (max-width: 960px) {
      #header .menu_icon {
        width: 40px; } }
  #header .menu_list {
    width: 300px;
    max-width: 80%;
    height: 100%;
    padding: 100px 10px 10px 10px;
    background-color: #444444;
    position: fixed;
    top: 0;
    right: -300px;
    transition: right 0.5s;
    z-index: 98; }
    #header .menu_list.open {
      right: 0; }
    #header .menu_list ul {
      list-style: none; }
      #header .menu_list ul li {
        border-bottom: dotted 1px #ffffff; }
        #header .menu_list ul li a {
          padding: 10px;
          display: block; }

/*********************************
 footer
 *********************************/
#footer {
  margin-top: 100px;
  font-size: 0.83em;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-top: solid 10px #ffffff; }
  @media screen and (max-width: 640px) {
    #footer {
      margin-top: 50px; } }
  #footer .inner {
    padding: 120px 0 20px 0;
    position: relative; }
    @media screen and (max-width: 640px) {
      #footer .inner {
        padding-top: 60px; } }
    #footer .inner .pagetop {
      position: absolute;
      top: -40px;
      right: 0; }
      @media screen and (max-width: 640px) {
        #footer .inner .pagetop {
          width: 50px;
          top: -30px; } }

/*********************************
 content
 *********************************/
#content .subttl01 {
  margin-bottom: 60px;
  padding: 25px 0;
  text-align: center;
  color: #000000;
  background-color: #ededed;
  position: relative; }
  @media screen and (max-width: 640px) {
    #content .subttl01 {
      margin-bottom: 30px;
      padding: 15px 0; } }
  #content .subttl01:after {
    width: 0;
    height: 0;
    margin-left: -12px;
    content: '';
    border-style: solid;
    border-width: 24px 12px 0 12px;
    border-color: #ededed transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%; }
  #content .subttl01 h2 {
    font-size: 2.7em;
    font-weight: 700; }
  #content .subttl01 p {
    font-size: 1.38em; }
#content .acc .acc_head {
  position: relative; }
  #content .acc .acc_head:after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url("../img/acc_plus.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 100%; }
#content .acc .acc_body {
  display: none; }
#content .acc.open .acc_head:after {
  background-image: url("../img/acc_minus.png"); }
#content .acc.open .acc_body {
  display: block; }

#content.top .top_fv {
  width: 100%;
  height: 55.3125vw;
  max-height: 708px;
  background-image: url("../img/fv.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    #content.top .top_fv {
      height: auto;
      max-height: none;
      background: none; } }
#content.top .top_mv_bottom {
  width: 100%;
  height: 27.57vw;
  max-height: 357px;
  background-image: url("../img/mv_bottom.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    #content.top .top_mv_bottom {
      height: auto;
      max-height: none;
      background: none; } }
#content.top .top_sejutsu {
  padding: 6.25vw 0;
  background-image: url("../img/sejutsu_img01.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: 0 0; }
  @media screen and (min-width: 1281px) {
    #content.top .top_sejutsu {
      padding: 90px 0; } }
  @media screen and (max-width: 960px) {
    #content.top .top_sejutsu {
      padding: 20px 0; } }
  #content.top .top_sejutsu .inner .box {
    width: 73%;
    margin: 0 0 0 auto;
    padding: 30px 40px;
    transform: translateX(20px);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #content.top .top_sejutsu .inner .box {
        width: 100%;
        padding: 15px 20px;
        transform: none; } }
    #content.top .top_sejutsu .inner .box:after {
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(-45deg, #0b1b42 20%, #123a56 80%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 960px) {
        #content.top .top_sejutsu .inner .box:after {
          opacity: 0.8; } }
    #content.top .top_sejutsu .inner .box h2 {
      margin-bottom: 20px;
      font-size: 2.0em;
      line-height: 1.2; }
      @media screen and (max-width: 640px) {
        #content.top .top_sejutsu .inner .box h2 {
          text-align: center; } }
#content.top .top_sejutsu2 {
  padding-bottom: 60px;
  color: #000000;
  background-color: #ffffff; }
  #content.top .top_sejutsu2 h3 {
    margin-bottom: 50px;
    font-size: 2.2em;
    font-weight: 700;
    text-align: center; }
  #content.top .top_sejutsu2 .box {
    width: 102%;
    margin-right: -2%;
    display: flex; }
    #content.top .top_sejutsu2 .box .txt {
      width: 78.75%;
      padding-bottom: 100px; }
      @media screen and (max-width: 960px) {
        #content.top .top_sejutsu2 .box .txt {
          width: 70%;
          padding-bottom: 0; } }
      #content.top .top_sejutsu2 .box .txt ul {
        list-style: none; }
        #content.top .top_sejutsu2 .box .txt ul li {
          margin-bottom: 60px;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 960px) {
            #content.top .top_sejutsu2 .box .txt ul li {
              margin-bottom: 30px;
              display: block; } }
        #content.top .top_sejutsu2 .box .txt ul h4 {
          width: 165px;
          font-size: 1.95em;
          font-weight: 700;
          text-align: center;
          line-height: 4.5;
          color: #ffffff;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 960px) {
            #content.top .top_sejutsu2 .box .txt ul h4 {
              width: auto;
              line-height: normal; } }
          #content.top .top_sejutsu2 .box .txt ul h4:after {
            width: 100%;
            height: 100%;
            content: '';
            background: linear-gradient(-45deg, #0b1b42 20%, #123a56 80%);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
        #content.top .top_sejutsu2 .box .txt ul p {
          width: calc(100% - 165px);
          padding-left: 0.5em;
          font-size: 2.4em;
          font-weight: 700; }
          @media screen and (min-width: 1281px) {
            #content.top .top_sejutsu2 .box .txt ul p {
              font-size: 2.77em; } }
          @media screen and (max-width: 960px) {
            #content.top .top_sejutsu2 .box .txt ul p {
              width: auto;
              font-size: 2em; } }
      #content.top .top_sejutsu2 .box .txt .img {
        width: 98%;
        display: flex;
        justify-content: space-between; }
        #content.top .top_sejutsu2 .box .txt .img img {
          width: 48%; }
    #content.top .top_sejutsu2 .box .kiki {
      width: 21.25%;
      text-align: right;
      align-self: flex-end; }
      @media screen and (max-width: 960px) {
        #content.top .top_sejutsu2 .box .kiki {
          width: 30%;
          align-self: flex-start; } }
#content.top .top_sejutsu_douga {
  padding: 80px 0;
  color: #000000;
  background-color: #ffffff;
  background-image: url("../img/sejutsu_douga_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center; }
  #content.top .top_sejutsu_douga h2 {
    margin-bottom: 10px; }
  #content.top .top_sejutsu_douga .movie {
    margin-bottom: 30px;
    display: flex; }
    @media screen and (max-width: 640px) {
      #content.top .top_sejutsu_douga .movie {
        display: block; } }
    #content.top .top_sejutsu_douga .movie > div {
      width: 48%; }
      @media screen and (max-width: 640px) {
        #content.top .top_sejutsu_douga .movie > div {
          width: 100%;
          margin-bottom: 20px; } }
      #content.top .top_sejutsu_douga .movie > div:last-child {
        margin-left: 4%; }
        @media screen and (max-width: 640px) {
          #content.top .top_sejutsu_douga .movie > div:last-child {
            margin: 0; } }
      #content.top .top_sejutsu_douga .movie > div .youtube {
        width: 100%;
        position: relative;
        padding-top: 56.25%; }
        #content.top .top_sejutsu_douga .movie > div .youtube iframe, #content.top .top_sejutsu_douga .movie > div .youtube img {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #content.top .top_sejutsu_douga p {
    text-align: center; }
#content.top .top_checkpoint {
  padding: 60px 0 160px 0;
  background-image: url("../img/checkpoint_bg.png.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 960px) {
    #content.top .top_checkpoint {
      padding-bottom: 60px; } }
  #content.top .top_checkpoint h2 {
    margin-bottom: 60px;
    text-align: center; }
  #content.top .top_checkpoint ol {
    list-style: none; }
    #content.top .top_checkpoint ol > li {
      margin-bottom: 60px;
      padding: 20px;
      color: #000000;
      background-color: #ffffff;
      display: flex; }
      @media screen and (max-width: 960px) {
        #content.top .top_checkpoint ol > li {
          padding: 15px; } }
      @media screen and (max-width: 640px) {
        #content.top .top_checkpoint ol > li {
          padding: 1em;
          display: block; } }
      #content.top .top_checkpoint ol > li:last-child {
        margin-bottom: 0; }
      #content.top .top_checkpoint ol > li h3 {
        width: 239px; }
        @media screen and (max-width: 960px) {
          #content.top .top_checkpoint ol > li h3 {
            width: 20%; } }
        @media screen and (max-width: 640px) {
          #content.top .top_checkpoint ol > li h3 {
            width: 100%;
            margin-bottom: 20px;
            text-align: center; } }
        #content.top .top_checkpoint ol > li h3 img {
          transform: translateY(-40px);
          margin-bottom: -40px; }
          @media screen and (max-width: 960px) {
            #content.top .top_checkpoint ol > li h3 img {
              transform: translateY(-3.125vw);
              margin-bottom: -3.125vw; } }
          @media screen and (max-width: 640px) {
            #content.top .top_checkpoint ol > li h3 img {
              max-width: 30%;
              transform: translateY(-2em);
              margin-bottom: -2em; } }
      #content.top .top_checkpoint ol > li .content {
        width: calc(100% - 239px);
        padding-left: 20px; }
        @media screen and (max-width: 960px) {
          #content.top .top_checkpoint ol > li .content {
            width: 80%;
            padding-left: 15px; } }
        @media screen and (max-width: 640px) {
          #content.top .top_checkpoint ol > li .content {
            width: 100%;
            padding: 0; } }
        #content.top .top_checkpoint ol > li .content p {
          font-size: 1.25em;
          font-weight: 700; }
          #content.top .top_checkpoint ol > li .content p span {
            font-size: 0.75em;
            font-weight: 400;
            display: block; }
      #content.top .top_checkpoint ol > li.checkpoint1 .content {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #content.top .top_checkpoint ol > li.checkpoint1 .content img {
          width: 30%;
          max-width: 205px; }
      #content.top .top_checkpoint ol > li.checkpoint2 p span {
        margin: 1em 0; }
      #content.top .top_checkpoint ol > li.checkpoint3 p {
        margin-bottom: 1em; }
      #content.top .top_checkpoint ol > li.checkpoint3 ul {
        list-style: none; }
        #content.top .top_checkpoint ol > li.checkpoint3 ul li {
          margin-bottom: 1em;
          display: flex;
          align-items: flex-end; }
          @media screen and (max-width: 640px) {
            #content.top .top_checkpoint ol > li.checkpoint3 ul li {
              align-items: flex-start; } }
          #content.top .top_checkpoint ol > li.checkpoint3 ul li .img {
            width: 25%;
            margin-right: 1em; }
          #content.top .top_checkpoint ol > li.checkpoint3 ul li .text {
            width: calc(100% - 25% - 1em); }
            #content.top .top_checkpoint ol > li.checkpoint3 ul li .text h4 {
              margin-bottom: 1em;
              font-size: 1.11em;
              font-weight: 700;
              line-height: 2; }
              #content.top .top_checkpoint ol > li.checkpoint3 ul li .text h4 span {
                padding: 0.1em 0.5em;
                color: #ffffff;
                border-radius: 100px; }
            #content.top .top_checkpoint ol > li.checkpoint3 ul li .text p {
              font-size: 0.8888em;
              font-weight: 400; }
          #content.top .top_checkpoint ol > li.checkpoint3 ul li:nth-child(1) .text h4 span {
            background-color: #74add8; }
          #content.top .top_checkpoint ol > li.checkpoint3 ul li:nth-child(2) .text h4 span {
            background-color: #ed1e79; }
      #content.top .top_checkpoint ol > li.checkpoint4 .content p, #content.top .top_checkpoint ol > li.checkpoint5 .content p {
        font-weight: 400; }
        #content.top .top_checkpoint ol > li.checkpoint4 .content p b, #content.top .top_checkpoint ol > li.checkpoint5 .content p b {
          font-weight: 700; }
      #content.top .top_checkpoint ol > li.checkpoint4 .content .annotation, #content.top .top_checkpoint ol > li.checkpoint5 .content .annotation {
        margin: 1em 0;
        font-size: 0.888em; }
      #content.top .top_checkpoint ol > li.checkpoint4 .content .btn, #content.top .top_checkpoint ol > li.checkpoint5 .content .btn {
        margin-top: 1em;
        text-align: center; }
        #content.top .top_checkpoint ol > li.checkpoint4 .content .btn a, #content.top .top_checkpoint ol > li.checkpoint5 .content .btn a {
          padding: 0.1em 0.5em;
          font-size: 1.3333em;
          font-weight: 700;
          color: #ffffff;
          background-color: #000000;
          display: block; }
          #content.top .top_checkpoint ol > li.checkpoint4 .content .btn a:hover, #content.top .top_checkpoint ol > li.checkpoint5 .content .btn a:hover {
            background-color: #e28a50; }
#content.top .top_hikaku {
  padding-bottom: 60px;
  background-image: url("../img/hikaku_bg.jpg");
  background-position: center 0;
  border-top: 20px solid #000000; }
  @media screen and (max-width: 960px) {
    #content.top .top_hikaku {
      border-top: none; } }
  #content.top .top_hikaku h2 {
    margin: -85px 0 50px 0;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #content.top .top_hikaku h2 {
        margin-top: 0; } }
  #content.top .top_hikaku .hikaku_table {
    width: 100%;
    table-layout: fixed; }
    #content.top .top_hikaku .hikaku_table > tbody > tr > th:nth-child(1), #content.top .top_hikaku .hikaku_table > tbody > tr > td:nth-child(1) {
      color: #ffffff;
      background-color: #000000; }
    #content.top .top_hikaku .hikaku_table > tbody > tr > th:nth-child(3), #content.top .top_hikaku .hikaku_table > tbody > tr > td:nth-child(3) {
      color: #444444;
      background-color: #ededed; }
    #content.top .top_hikaku .hikaku_table > tbody > tr > th.spacer, #content.top .top_hikaku .hikaku_table > tbody > tr > td.spacer {
      width: 4%;
      padding: 0;
      background: none;
      border: none; }
    #content.top .top_hikaku .hikaku_table > tbody > tr > th {
      padding: 0.5em;
      font-size: 1.6em;
      font-weight: 700;
      text-align: center;
      border-bottom: solid 1px #ffffff; }
    #content.top .top_hikaku .hikaku_table > tbody > tr > td {
      padding: 1em;
      text-align: center;
      vertical-align: middle;
      border-bottom: solid 1px #ffffff; }
      #content.top .top_hikaku .hikaku_table > tbody > tr > td > div {
        width: 100%;
        max-width: 430px;
        text-align: left;
        display: inline-block; }
      #content.top .top_hikaku .hikaku_table > tbody > tr > td b {
        font-weight: 700; }
      #content.top .top_hikaku .hikaku_table > tbody > tr > td .oote_ryoukin td {
        padding: 0.25em; }
        #content.top .top_hikaku .hikaku_table > tbody > tr > td .oote_ryoukin td:last-child {
          white-space: nowrap;
          text-align: right; }
      #content.top .top_hikaku .hikaku_table > tbody > tr > td .oote_ryoukin tr:last-child {
        text-align: right; }
    #content.top .top_hikaku .hikaku_table > tbody > tr:nth-child(3) td {
      text-align: center;
      font-size: 1.3333em;
      font-weight: 700; }
      #content.top .top_hikaku .hikaku_table > tbody > tr:nth-child(3) td.spacer {
        position: relative; }
        #content.top .top_hikaku .hikaku_table > tbody > tr:nth-child(3) td.spacer img {
          width: 24vw;
          max-width: 249px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    #content.top .top_hikaku .hikaku_table > tbody > tr:nth-child(4) table {
      margin-bottom: 1em; }
    #content.top .top_hikaku .hikaku_table > tbody > tr:nth-child(4) p {
      margin-bottom: 1em; }
#content.top .top_flow ol {
  list-style: none; }
  #content.top .top_flow ol li {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
    #content.top .top_flow ol li:nth-child(1) {
      background-image: url("../img/flow_num1_bg.jpg"); }
    #content.top .top_flow ol li:nth-child(2) {
      background-image: url("../img/flow_num2_bg.jpg"); }
    #content.top .top_flow ol li:nth-child(3) {
      background-image: url("../img/flow_num3_bg.jpg"); }
    #content.top .top_flow ol li:nth-child(4) {
      background-image: url("../img/flow_num4_bg.jpg"); }
    #content.top .top_flow ol li .inner {
      display: flex;
      align-items: center; }
      #content.top .top_flow ol li .inner .text {
        width: 78%;
        padding: 0.5em 1em 0.5em 165px;
        color: #000000;
        position: relative; }
        @media screen and (max-width: 960px) {
          #content.top .top_flow ol li .inner .text {
            padding-left: 115px; } }
        @media screen and (max-width: 640px) {
          #content.top .top_flow ol li .inner .text {
            width: 60%;
            padding: 1em 0; } }
        #content.top .top_flow ol li .inner .text .num {
          width: 165px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
          @media screen and (max-width: 960px) {
            #content.top .top_flow ol li .inner .text .num {
              width: 100px; } }
          @media screen and (max-width: 640px) {
            #content.top .top_flow ol li .inner .text .num {
              margin-bottom: 5px;
              position: static;
              display: block;
              transform: none; } }
        #content.top .top_flow ol li .inner .text h3 {
          font-size: 2.22em;
          font-weight: 700; }
        #content.top .top_flow ol li .inner .text p {
          font-size: 1.55em;
          font-weight: 700; }
      #content.top .top_flow ol li .inner .img {
        width: 26%; }
        @media screen and (max-width: 640px) {
          #content.top .top_flow ol li .inner .img {
            width: 40%; } }
#content.top .top_price {
  padding: 60px 0; }
  #content.top .top_price .headding {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #content.top .top_price .headding em {
      width: 22%;
      padding: 35px 0;
      font-size: 1.77em;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      align-self: center;
      position: relative;
      z-index: 1;
      transform: rotate(-10deg); }
      @media screen and (max-width: 640px) {
        #content.top .top_price .headding em {
          width: 100%;
          margin-bottom: 10px;
          padding: 10px;
          transform: none; } }
      #content.top .top_price .headding em:after {
        width: 100%;
        height: 100%;
        content: '';
        background: linear-gradient(-45deg, #0b1b42 20%, #123a56 80%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    #content.top .top_price .headding h3 {
      max-width: 75%;
      margin-left: 3%;
      font-size: 2.77em;
      font-weight: 700; }
      @media screen and (max-width: 640px) {
        #content.top .top_price .headding h3 {
          width: 100%;
          max-width: none; } }
    #content.top .top_price .headding p {
      width: 100%;
      margin-top: 30px;
      font-size: 1.22em;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #content.top .top_price .headding p {
          margin-top: 15px; } }
      #content.top .top_price .headding p span {
        text-align: left;
        display: inline-block; }
  #content.top .top_price .price_list {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    color: #000000;
    display: table;
    list-style: none; }
    #content.top .top_price .price_list li {
      display: table-row; }
      #content.top .top_price .price_list li > div {
        display: table-cell;
        border-bottom: solid 2px #000000; }
    #content.top .top_price .price_list .menu_name {
      width: 33%;
      padding: 20px;
      font-size: 1.28em;
      font-weight: 700;
      text-align: center;
      vertical-align: middle;
      background-color: #ededed; }
      @media screen and (max-width: 640px) {
        #content.top .top_price .price_list .menu_name {
          padding: 10px 5px; } }
      #content.top .top_price .price_list .menu_name span {
        font-size: 0.72em;
        display: block; }
    #content.top .top_price .price_list .menu_price {
      padding: 20px 40px;
      font-size: 1.28em;
      vertical-align: middle;
      background-color: #ffffff; }
      @media screen and (min-width: 1281px) {
        #content.top .top_price .price_list .menu_price {
          padding: 20px 60px; } }
      @media screen and (max-width: 960px) {
        #content.top .top_price .price_list .menu_price {
          padding: 20px; } }
      @media screen and (max-width: 640px) {
        #content.top .top_price .price_list .menu_price {
          padding: 10px 15px; } }
      #content.top .top_price .price_list .menu_price > div {
        width: 50%;
        float: left; }
        @media screen and (max-width: 640px) {
          #content.top .top_price .price_list .menu_price > div {
            float: none; } }
        #content.top .top_price .price_list .menu_price > div:after {
          content: '';
          display: block;
          clear: both; }
      #content.top .top_price .price_list .menu_price i {
        width: 5em;
        display: inline-block;
        font-style: normal; }
        @media screen and (max-width: 960px) {
          #content.top .top_price .price_list .menu_price i {
            display: block; } }
      #content.top .top_price .price_list .menu_price span {
        margin-right: 1em;
        display: inline-block; }
      #content.top .top_price .price_list .menu_price b {
        font-weight: 700; }
      #content.top .top_price .price_list .menu_price em {
        font-style: normal;
        font-size: 2em;
        font-weight: 700;
        color: #e28a50;
        font-family: 'Bebas Neue', cursive;
        font-weight: 700; }
        @media screen and (min-width: 1281px) {
          #content.top .top_price .price_list .menu_price em {
            font-size: 2.4em; } }
    #content.top .top_price .price_list + p {
      width: 100%;
      max-width: 1150px;
      margin: 1em auto 0 auto;
      font-size: 0.77em; }
#content.top .top_tokuten {
  padding: 80px 0;
  background-image: url("../img/tokuten_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    #content.top .top_tokuten {
      padding: 40px 0; } }
  #content.top .top_tokuten .inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      #content.top .top_tokuten .inner {
        display: block;
        text-align: center;
        position: relative; } }
    #content.top .top_tokuten .inner span {
      margin-right: 10px; }
      #content.top .top_tokuten .inner span:last-child {
        margin: 0; }
      @media screen and (max-width: 640px) {
        #content.top .top_tokuten .inner span {
          margin: 0 0 10px 0;
          display: block; }
          #content.top .top_tokuten .inner span:first-child {
            text-align: center; }
            #content.top .top_tokuten .inner span:first-child img {
              width: 40%; } }
#content.top .top_syokaigentei {
  padding: 30px 0;
  background-image: url("../img/syokai_bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  #content.top .top_syokaigentei:before {
    width: 100%;
    height: 12px;
    content: '';
    background-image: url("../img/syokai_line.jpg");
    position: absolute;
    top: 0;
    left: 0; }
  #content.top .top_syokaigentei:after {
    width: 100%;
    height: 12px;
    content: '';
    background-image: url("../img/syokai_line.jpg");
    position: absolute;
    bottom: 0;
    left: 0; }
  #content.top .top_syokaigentei .inner {
    display: flex; }
    #content.top .top_syokaigentei .inner:after {
      width: 100%;
      height: 100px;
      content: '';
      background-color: #000000;
      position: absolute;
      bottom: 35px;
      left: 0;
      z-index: -1; }
      @media screen and (min-width: 1281px) {
        #content.top .top_syokaigentei .inner:after {
          height: 140px; } }
      @media screen and (max-width: 960px) {
        #content.top .top_syokaigentei .inner:after {
          height: 75px;
          bottom: 30px; } }
      @media screen and (max-width: 640px) {
        #content.top .top_syokaigentei .inner:after {
          height: 120px; } }
  #content.top .top_syokaigentei .fig {
    width: 25%;
    text-align: center;
    align-self: flex-end; }
    @media screen and (max-width: 640px) {
      #content.top .top_syokaigentei .fig {
        width: 40%; } }
    #content.top .top_syokaigentei .fig img {
      max-width: 80%; }
  #content.top .top_syokaigentei .txt {
    width: 75%;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #content.top .top_syokaigentei .txt {
        width: 60%; } }
    #content.top .top_syokaigentei .txt h2 {
      margin-bottom: 20px;
      font-size: 1.8em;
      font-weight: 700; }
      @media screen and (min-width: 1281px) {
        #content.top .top_syokaigentei .txt h2 {
          font-size: 2em; } }
      @media screen and (max-width: 640px) {
        #content.top .top_syokaigentei .txt h2 {
          width: 160%;
          margin-left: -60%; } }
    #content.top .top_syokaigentei .txt .price {
      text-align: center;
      line-height: 1.25; }
      #content.top .top_syokaigentei .txt .price .bui {
        padding: 0 0.125em;
        font-size: 4em;
        font-weight: 700;
        display: inline-block; }
        @media screen and (min-width: 1281px) {
          #content.top .top_syokaigentei .txt .price .bui {
            font-size: 4.44em; } }
        @media screen and (max-width: 960px) {
          #content.top .top_syokaigentei .txt .price .bui {
            font-size: 2.4em; } }
      #content.top .top_syokaigentei .txt .price .kakaku {
        padding: 0 0.125em;
        font-size: 2em;
        font-weight: 700; }
        @media screen and (min-width: 1281px) {
          #content.top .top_syokaigentei .txt .price .kakaku {
            font-size: 2.5em; } }
        @media screen and (max-width: 960px) {
          #content.top .top_syokaigentei .txt .price .kakaku {
            font-size: 2.0em; } }
        #content.top .top_syokaigentei .txt .price .kakaku b {
          font-size: 2.5em;
          font-weight: 700;
          font-family: 'Bebas Neue', cursive;
          font-weight: 700; }
          @media screen and (max-width: 960px) {
            #content.top .top_syokaigentei .txt .price .kakaku b {
              font-size: 2em; } }
#content.top .top_tennai {
  padding-bottom: 60px;
  background-color: #ffffff; }
  #content.top .top_tennai .tennai_douga {
    margin-bottom: 60px;
    padding-bottom: 60px;
    background-image: url("../img/tennai_douga_bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
    #content.top .top_tennai .tennai_douga .movie > div {
      width: 100%;
      max-width: 960px;
      margin: 0 auto; }
      #content.top .top_tennai .tennai_douga .movie > div .youtube {
        width: 100%;
        position: relative;
        padding-top: 56.25%; }
        #content.top .top_tennai .tennai_douga .movie > div .youtube iframe, #content.top .top_tennai .tennai_douga .movie > div .youtube img {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
    #content.top .top_tennai .tennai_douga p {
      margin-top: 30px;
      text-align: center; }
#content.top .top_qa {
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    #content.top .top_qa {
      padding: 50px 0; } }
  #content.top .top_qa h2 {
    margin-bottom: 40px;
    font-size: 2.77em;
    font-weight: 700;
    text-align: center; }
  #content.top .top_qa ul {
    list-style: none; }
    #content.top .top_qa ul li {
      margin-bottom: 30px;
      padding: 20px 60px;
      color: #000000;
      background-color: #ffffff; }
      @media screen and (max-width: 640px) {
        #content.top .top_qa ul li {
          padding: 20px 30px; } }
      #content.top .top_qa ul li .qa_q {
        padding: 10px 10px 10px 70px;
        font-size: 1.11em;
        font-weight: 700;
        position: relative; }
        @media screen and (max-width: 640px) {
          #content.top .top_qa ul li .qa_q {
            padding: 5px 5px 5px 50px; } }
        #content.top .top_qa ul li .qa_q:before {
          width: 50px;
          height: 50px;
          content: '';
          background-image: url("../img/faq_q.jpg");
          -webkit-background-size: cover;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 640px) {
            #content.top .top_qa ul li .qa_q:before {
              width: 30px;
              height: 30px; } }
      #content.top .top_qa ul li .qa_a {
        margin-top: 20px;
        padding: 10px 10px 10px 70px;
        position: relative; }
        @media screen and (max-width: 640px) {
          #content.top .top_qa ul li .qa_a {
            padding: 5px 5px 5px 50px; } }
        #content.top .top_qa ul li .qa_a:before {
          width: 50px;
          height: 50px;
          content: '';
          background-image: url("../img/faq_a.jpg");
          -webkit-background-size: cover;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 640px) {
            #content.top .top_qa ul li .qa_a:before {
              width: 30px;
              height: 30px; } }
#content.top .top_voice {
  padding: 120px 0 60px 0;
  color: #000000;
  background-color: #ffffff; }
  #content.top .top_voice .box {
    padding: 80px;
    border: solid 2px #000000;
    border-radius: 20px; }
    @media screen and (max-width: 960px) {
      #content.top .top_voice .box {
        padding: 40px; } }
    @media screen and (max-width: 640px) {
      #content.top .top_voice .box {
        padding: 15px; } }
    #content.top .top_voice .box h2 {
      margin-top: -120px;
      margin-bottom: 80px;
      text-align: center; }
      @media screen and (max-width: 960px) {
        #content.top .top_voice .box h2 {
          margin-top: -80px;
          margin-bottom: 40px; } }
      @media screen and (max-width: 640px) {
        #content.top .top_voice .box h2 {
          margin-top: -45px;
          margin-bottom: 15px; }
          #content.top .top_voice .box h2 img {
            height: 60px; } }
    #content.top .top_voice .box ul {
      list-style: none; }
      #content.top .top_voice .box ul li {
        margin-bottom: 60px;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 1281px) {
          #content.top .top_voice .box ul li {
            margin-bottom: 80px; } }
        @media screen and (max-width: 960px) {
          #content.top .top_voice .box ul li {
            margin-bottom: 40px; } }
        @media screen and (max-width: 640px) {
          #content.top .top_voice .box ul li {
            margin-bottom: 15px; } }
        #content.top .top_voice .box ul li:nth-child(1) .img {
          order: 2; }
        #content.top .top_voice .box ul li:nth-child(1) .text {
          margin-right: 60px;
          order: 1;
          background-color: #ededed; }
          @media screen and (max-width: 960px) {
            #content.top .top_voice .box ul li:nth-child(1) .text {
              margin-right: 40px; } }
          #content.top .top_voice .box ul li:nth-child(1) .text:after {
            border-width: 13px 0 13px 26px;
            border-color: transparent transparent transparent #ededed;
            left: 100%; }
        #content.top .top_voice .box ul li:nth-child(2) .img {
          order: 1; }
        #content.top .top_voice .box ul li:nth-child(2) .text {
          margin-left: 60px;
          color: #ffffff;
          background-color: #000000;
          order: 2; }
          @media screen and (max-width: 960px) {
            #content.top .top_voice .box ul li:nth-child(2) .text {
              margin-left: 40px; } }
          #content.top .top_voice .box ul li:nth-child(2) .text:after {
            border-width: 13px 26px 13px 0;
            border-color: transparent #000000 transparent transparent;
            right: 100%; }
        #content.top .top_voice .box ul li:nth-child(3) {
          margin-bottom: 0; }
          #content.top .top_voice .box ul li:nth-child(3) .img {
            order: 2; }
          #content.top .top_voice .box ul li:nth-child(3) .text {
            margin-right: 60px;
            order: 1;
            color: #ffffff;
            background-color: #0b1b42; }
            @media screen and (max-width: 960px) {
              #content.top .top_voice .box ul li:nth-child(3) .text {
                margin-right: 40px; } }
            #content.top .top_voice .box ul li:nth-child(3) .text:after {
              border-width: 13px 0 13px 26px;
              border-color: transparent transparent transparent #0b1b42;
              left: 100%; }
        #content.top .top_voice .box ul li .img {
          width: 20%; }
        #content.top .top_voice .box ul li .text {
          width: calc(80% - 60px);
          padding: 1em;
          font-size: 1.11em;
          border-radius: 20px;
          position: relative; }
          @media screen and (max-width: 960px) {
            #content.top .top_voice .box ul li .text {
              width: calc(80% - 40px); } }
          #content.top .top_voice .box ul li .text:after {
            width: 0;
            height: 0;
            margin-top: -13px;
            content: '';
            border-style: solid;
            position: absolute;
            top: 50%; }
#content.top .top_shop {
  color: #000000;
  background-color: #ffffff; }
  #content.top .top_shop .map {
    width: 100%;
    height: 480px; }
    @media screen and (max-width: 640px) {
      #content.top .top_shop .map {
        height: 300px; } }
    #content.top .top_shop .map iframe {
      width: 100%;
      height: 100%;
      border: none; }
  #content.top .top_shop .inner {
    padding: 60px 0; }
    @media screen and (max-width: 640px) {
      #content.top .top_shop .inner {
        padding: 30px 0; } }
  #content.top .top_shop .shop_info {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      #content.top .top_shop .shop_info {
        display: block; } }
    #content.top .top_shop .shop_info h2 {
      padding: 0 1em;
      font-size: 2.77em;
      font-weight: 700; }
      @media screen and (max-width: 960px) {
        #content.top .top_shop .shop_info h2 {
          margin-bottom: 0.5em;
          padding: 0;
          text-align: center; } }
    @media screen and (max-width: 960px) {
      #content.top .top_shop .shop_info table {
        margin: 0 auto; } }
    #content.top .top_shop .shop_info table th {
      width: 100px;
      text-align: left; }
#content.top .top_contact {
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    #content.top .top_contact {
      padding: 50px 0; } }
  #content.top .top_contact h2 {
    font-size: 2.77em;
    font-weight: 700;
    text-align: center; }
    #content.top .top_contact h2 + p {
      margin-bottom: 60px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #content.top .top_contact h2 + p {
          margin-bottom: 30px; } }
  #content.top .top_contact .box {
    max-width: 900px;
    margin: 0 auto 100px auto;
    padding: 50px;
    color: #000000;
    background-color: #ffffff; }
    @media screen and (max-width: 640px) {
      #content.top .top_contact .box {
        margin-bottom: 50px;
        padding: 20px; } }
    #content.top .top_contact .box .tel {
      margin-bottom: 40px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #content.top .top_contact .box .tel {
          margin-bottom: 20px; } }
      #content.top .top_contact .box .tel h3 {
        font-size: 1.66em;
        font-weight: 700; }
      #content.top .top_contact .box .tel a {
        font-family: 'Bebas Neue', cursive;
        font-weight: 700;
        font-size: 3.3333em;
        font-weight: 700;
        color: #000000;
        display: inline-block; }
        #content.top .top_contact .box .tel a:before {
          width: 32px;
          height: 32px;
          margin-right: 20px;
          content: '';
          background-image: url("../img/icon_tel.png");
          display: inline-block;
          vertical-align: 0.125em; }
      #content.top .top_contact .box .tel p {
        font-weight: 700; }
        #content.top .top_contact .box .tel p i {
          margin-right: 10px;
          padding: 2px 5px;
          font-style: normal;
          font-weight: 700;
          color: #ffffff;
          background-color: #00adba;
          display: inline-block; }
    #content.top .top_contact .box .yoyaku {
      text-align: center; }
      #content.top .top_contact .box .yoyaku h3 {
        margin-bottom: 30px;
        font-size: 1.66em;
        font-weight: 700; }
        @media screen and (max-width: 640px) {
          #content.top .top_contact .box .yoyaku h3 {
            margin-bottom: 15px; } }
      #content.top .top_contact .box .yoyaku .btn a:hover {
        opacity: 0.6; }
  #content.top .top_contact .form h3 {
    margin-bottom: 60px;
    font-size: 2.77em;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #content.top .top_contact .form h3 {
        margin-bottom: 30px; } }
  #content.top .top_contact .form ul {
    max-width: 900px;
    margin: 0 auto;
    list-style: none; }
    #content.top .top_contact .form ul li {
      margin-bottom: 40px;
      display: flex; }
      @media screen and (max-width: 640px) {
        #content.top .top_contact .form ul li {
          margin-bottom: 20px;
          display: block; } }
      #content.top .top_contact .form ul li .label {
        width: 160px; }
        @media screen and (min-width: 1281px) {
          #content.top .top_contact .form ul li .label {
            width: 200px; } }
        @media screen and (max-width: 640px) {
          #content.top .top_contact .form ul li .label {
            width: 100%;
            margin-bottom: 10px; } }
      #content.top .top_contact .form ul li .input {
        width: calc(100% - 160px); }
        @media screen and (min-width: 1281px) {
          #content.top .top_contact .form ul li .input {
            width: calc(100% - 200px); } }
        @media screen and (max-width: 640px) {
          #content.top .top_contact .form ul li .input {
            width: 100%; } }
        #content.top .top_contact .form ul li .input input[type="text"], #content.top .top_contact .form ul li .input input[type="tel"], #content.top .top_contact .form ul li .input input[type="email"], #content.top .top_contact .form ul li .input textarea {
          width: 100%;
          padding: 10px;
          color: #000000;
          background-color: #ffffff;
          border: none; }
        #content.top .top_contact .form ul li .input textarea {
          height: 200px; }
  #content.top .top_contact .form .submit {
    text-align: center; }
    #content.top .top_contact .form .submit input[type="submit"] {
      width: 314px;
      height: 59px;
      text-indent: -99999px;
      background: none;
      background-image: url("../img/submit_btn.png");
      border: none;
      overflow: hidden; }
      #content.top .top_contact .form .submit input[type="submit"]:hover {
        opacity: 0.6; }

.p-contents .pagetitle {
  padding: 120px 0 80px 0;
  background-image: url("../img/kasou_pagetitle_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 960px) {
    .p-contents .pagetitle {
      padding: 60px 0 40px 0; } }
  .p-contents .pagetitle h2 {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 2.666em;
    font-weight: 700;
    color: #ffffff; }
    .p-contents .pagetitle h2 span {
      font-size: 0.5em;
      display: block; }
.p-contents .btn_area {
  max-width: 1206px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 640px) {
    .p-contents .btn_area {
      display: block; } }
  .p-contents .btn_area a {
    width: 46.875%;
    padding: 0.25em 1em;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center; }
    .p-contents .btn_area a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 640px) {
      .p-contents .btn_area a {
        width: 80%;
        display: block; } }
    .p-contents .btn_area a:nth-child(1) {
      background-color: #0b1b42; }
      @media screen and (max-width: 640px) {
        .p-contents .btn_area a:nth-child(1) {
          margin: 0 auto 20px auto; } }
    .p-contents .btn_area a:nth-child(2) {
      margin-left: 6px;
      background-color: #003d82; }
      @media screen and (max-width: 640px) {
        .p-contents .btn_area a:nth-child(2) {
          margin: 0 auto; } }

#content.hifu .hifu_sec1 {
  padding: 60px 0; }
  #content.hifu .hifu_sec1 p {
    text-align: center; }
#content.hifu .hifu_sec2 {
  padding: 60px 0;
  background-image: url("../img/hifu_sec2_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #content.hifu .hifu_sec2 h3 {
    margin-bottom: 40px;
    text-align: center; }
  #content.hifu .hifu_sec2 p {
    padding-left: 30%;
    font-size: 1.11em;
    line-height: 2;
    position: relative; }
    @media screen and (max-width: 640px) {
      #content.hifu .hifu_sec2 p {
        padding-left: 0; }
        #content.hifu .hifu_sec2 p:after {
          content: '';
          display: block;
          clear: both; } }
    #content.hifu .hifu_sec2 p img {
      width: 26.25%;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 640px) {
        #content.hifu .hifu_sec2 p img {
          width: 40%;
          margin: 0 1em 1em 0;
          float: left;
          position: static; } }
#content.hifu .hifu_sec3 h3 {
  margin-bottom: 70px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    #content.hifu .hifu_sec3 h3 {
      margin-bottom: 30px; } }
#content.hifu .hifu_sec3 .box {
  background-color: #0b1b42; }
  #content.hifu .hifu_sec3 .box p {
    padding: 3em 0 3em 33%;
    font-size: 1.11em;
    line-height: 2;
    color: #ffffff;
    position: relative; }
    @media screen and (max-width: 640px) {
      #content.hifu .hifu_sec3 .box p {
        padding: 1em 0; }
        #content.hifu .hifu_sec3 .box p:after {
          content: '';
          display: block;
          clear: both; } }
  #content.hifu .hifu_sec3 .box img {
    width: 31.25%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      #content.hifu .hifu_sec3 .box img {
        width: 40%;
        margin: 0 1em 1em 0;
        float: left;
        position: static;
        transform: none; } }
#content.hifu .hifu_sec4 {
  padding: 60px 0; }
  #content.hifu .hifu_sec4 h3 {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1; }
    #content.hifu .hifu_sec4 h3:after {
      width: 100%;
      height: 10px;
      margin-top: -5px;
      content: '';
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
  #content.hifu .hifu_sec4 p {
    width: 100%;
    height: 30vw;
    max-height: 244px;
    background-image: url("../img/hifu_sec4_kakaku.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 640px) {
      #content.hifu .hifu_sec4 p {
        height: auto;
        max-height: none;
        background: none; } }

#content.eyespa .eyespa_sec1 {
  width: 100%;
  height: 51.5625vw;
  max-height: 660px;
  background-image: url("../img/eyespa_sec1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 640px) {
    #content.eyespa .eyespa_sec1 {
      height: auto;
      max-height: none;
      background: none; } }
#content.eyespa .eyespa_sec2 {
  padding: 80px 0;
  text-align: center;
  background-color: #f8f8f8; }
  #content.eyespa .eyespa_sec2 h3 {
    margin-bottom: 60px; }
#content.eyespa .eyespa_sec3 {
  padding: 60px 0; }
  #content.eyespa .eyespa_sec3 h3 {
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      #content.eyespa .eyespa_sec3 h3 {
        margin-bottom: 50px; } }
    #content.eyespa .eyespa_sec3 h3:after {
      width: 100%;
      height: 10px;
      margin-top: -5px;
      content: '';
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
  #content.eyespa .eyespa_sec3 p {
    padding-right: 40%;
    font-size: 1.11em;
    line-height: 2.75;
    background-image: url("../img/eyespa_sec3_img.png");
    -webkit-background-size: 46.875% auto;
    background-size: 46.875% auto;
    background-repeat: no-repeat;
    background-position: right 0; }
    @media screen and (max-width: 640px) {
      #content.eyespa .eyespa_sec3 p {
        padding-right: 0;
        background: none; }
        #content.eyespa .eyespa_sec3 p:after {
          content: '';
          display: block;
          clear: both; }
        #content.eyespa .eyespa_sec3 p img {
          width: 50%;
          margin: 0 0 1em 1em;
          float: right; } }
#content.eyespa .eyespa_sec4 {
  padding: 80px 0;
  background-image: url("../img/eyespa_sec4_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #content.eyespa .eyespa_sec4 ol {
    width: 90.625%;
    list-style: none;
    display: flex; }
    @media screen and (max-width: 640px) {
      #content.eyespa .eyespa_sec4 ol {
        width: 100%;
        margin: 0 !important;
        display: block; } }
    #content.eyespa .eyespa_sec4 ol li {
      margin-right: 5px; }
      @media screen and (max-width: 640px) {
        #content.eyespa .eyespa_sec4 ol li {
          margin: 0 0 15px 0 !important;
          text-align: center; } }
    #content.eyespa .eyespa_sec4 ol:nth-child(2) {
      margin: 20px 0 0 auto; }
      #content.eyespa .eyespa_sec4 ol:nth-child(2) li {
        margin-left: 0;
        margin-right: 5px; }

#content.thankspage .subttl01 {
  margin-bottom: 100px;
  font-size: 2em;
  font-weight: 700; }
#content.thankspage p {
  margin-bottom: 100px;
  text-align: center; }
#content.thankspage .modoru {
  margin-bottom: 100px;
  text-align: center; }
