@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0; }

ol, ul {
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

fieldset {
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

[hidden], template {
  display: none; }

* {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99); }

body {
  color: #000;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 190%; }

a {
  color: #000; }

a:hover {
  color: #000; }

.en {
  font-family: mrs-eaves, serif;
  font-weight: 400;
  font-style: normal; }

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  text-align: center;
  color: #fff; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 100px; }

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block; }

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(48px); }

.fadein.animated {
  opacity: 1;
  transform: translatey(0px); }

header {
  position: fixed;
  width: 100%;
  z-index: 9999; }
  header .logo {
    width: 80px;
    margin: 40px; }
    header .logo img {
      mix-blend-mode: difference; }

/*menu*/
.menu {
  height: 20px;
  position: absolute;
  right: 48px;
  top: 64px;
  width: 48px;
  z-index: 99; }

.menu__line {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  transition: transform .3s;
  width: 100%; }

.menu__line--center {
  top: 9px; }

.menu__line--bottom {
  bottom: 0; }

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg); }

.menu__line--center.active {
  transform: scaleX(0); }

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg); }

.scd .menu__line {
  background: #000; }

.scd .menu__line--top.active,
.scd .menu__line--center.active,
.scd .menu__line--bottom.active {
  background: #fff; }

/*gnav*/
.gnav {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0; }

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%; }

.gnav__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; }

.gnav__menu__item {
  margin: 40px 0 40px 100px;
  opacity: 0; }

.gnav__menu__item a {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  transition: .5s; }
  .gnav__menu__item a span {
    font-size: 13px;
    color: #ccc;
    display: block; }

.gnav__menu__item a:hover {
  color: #666; }

.cta a {
  border-radius: 200px;
  background-image: -moz-linear-gradient(0deg, #3ecbff 0%, #0041c3 100%);
  background-image: -webkit-linear-gradient(0deg, #3ecbff 0%, #0041c3 100%);
  background-image: -ms-linear-gradient(0deg, #3ecbff 0%, #0041c3 100%);
  box-shadow: 0px 5px 13px 0px rgba(29, 129, 223, 0.46);
  color: #fff; }

span.marker {
  background: linear-gradient(transparent 50%, #000 50%);
  padding: 0 5px; }

/* =================================================================

    トップページ

================================================================= */
#home .hero {
  position: relative;
  /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;
  /*高さを全画面にあわせる*/
  background: #000;
  z-index: -2;
  /*最背面に設定*/ }
  #home .hero #video-area {
    position: fixed;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.7; }
  #home .hero #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }
  #home .hero h1 {
    /*要素の配置*/
    position: absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #666; }
  #home .hero .copy {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.004); }
    #home .hero .copy span {
      display: block; }
    #home .hero .copy .jp {
      font-size: 32px;
      line-height: 200%;
      background: url("../images/home/hero_01.png") no-repeat 50% 100%;
      padding-bottom: 40px;
      margin-bottom: 50px; }
    #home .hero .copy .en {
      font-size: 18px; }
#home .sec01 {
  background: url("../images/home/sec01_01.jpg") no-repeat 50% 0/cover;
  color: #fff; }
  #home .sec01 .inner {
    width: 70%;
    margin: auto;
    padding: 130px 0 160px;
    line-height: 300%; }
    #home .sec01 .inner p {
      text-shadow: 0px 0px 10px #47698c; }
#home .sec02 {
  background: #fff;
  color: #fff; }
  #home .sec02 .main_ttl {
    background: url("../images/home/sec02_02.png") no-repeat 50% 60%/300px;
    color: #000;
    text-align: center;
    padding: 100px 0 180px 0;
    font-size: 36px; }
  #home .sec02 .inner {
    width: 100%;
    margin: auto;
    padding: 0x; }
    #home .sec02 .inner .box .img {
      overflow: hidden;
      position: relative;
      width: 50%;
      float: left;
      cursor: pointer;
      height: 35vw; }
    #home .sec02 .inner .box-bg {
      background: url("../images/home/sec02_01.jpg") center center/cover no-repeat;
      width: 100%;
      height: 35vw;
      position: relative;
      z-index: 0;
      transition: .5s ease-in-out; }
      #home .sec02 .inner .box-bg.r {
        background: url("../images/home/sec02_03.jpg") center center/cover no-repeat; }
    #home .sec02 .inner .box-bg:hover {
      transform: scale(1.1); }
    #home .sec02 .inner .box-bg::before {
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: -1; }
    #home .sec02 .inner .box-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      pointer-events: none; }
    #home .sec02 .inner .box-text h3 {
      color: #fff;
      font-size: 28px;
      font-weight: bold; }
#home .sec03 {
  background: #fff;
  padding: 7vw 0; }
  #home .sec03 .in {
    background: url("../images/home/sec03_01.jpg") no-repeat 100% 50%/80vw; }
    #home .sec03 .in .in_wrap {
      padding: 10vw 0 10vw 10vw; }
      #home .sec03 .in .in_wrap .ttl {
        font-size: 53px;
        line-height: 140%; }
        #home .sec03 .in .in_wrap .ttl i {
          font-size: 43px;
          font-style: normal; }
      #home .sec03 .in .in_wrap .btn_base a {
        display: block;
        color: #fff;
        text-align: center;
        background: #000;
        margin-top: 36px;
        width: 160px;
        padding: 8px;
        border: #000 solid 1px; }
        #home .sec03 .in .in_wrap .btn_base a:hover {
          background: #fff;
          color: #000; }
#home .sec_04 {
  background: #fff;
  text-align: center;
  padding-bottom: 120px; }
  #home .sec_04 h2 {
    color: #000;
    text-align: center;
    padding: 80px 0 48px 0;
    font-size: 36px;
    margin-bottom: 64px;
    background: url("../images/home/sec05_01.png") no-repeat 50% 100%; }
  #home .sec_04 p {
    margin-bottom: 24px; }
  #home .sec_04 table {
    width: 450px;
    margin: auto; }
    #home .sec_04 table th {
      color: #777;
      width: 30%;
      padding-bottom: 16px; }
    #home .sec_04 table td {
      width: 70%;
      text-align: left;
      padding-bottom: 16px; }

.sec_contact {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  border-bottom: #222 solid 1px; }
  .sec_contact .main_ttl {
    background: url("../images/home/sec04_01.png") no-repeat 50% 50%/300px;
    padding: 50px 0; }
    .sec_contact .main_ttl h2 {
      font-size: 39px; }
  .sec_contact .line {
    background: url("../images/common/contact_line.png") no-repeat 50% 100%;
    padding: 36px 0 48px; }
    .sec_contact .line a {
      display: block;
      border-radius: 100px;
      background: #1d1d1c;
      padding: 12px;
      width: 287px;
      margin: auto; }
      .sec_contact .line a img {
        width: 72%; }
  .sec_contact .form {
    padding: 48px 0;
    width: 415px;
    margin: auto; }
    .sec_contact .form h3 {
      margin-bottom: 40px; }
    .sec_contact .form .blk {
      margin-bottom: 24px;
      text-align: left; }
      .sec_contact .form .blk input[type="text"],
      .sec_contact .form .blk input[type="email"],
      .sec_contact .form .blk input[type="tel"],
      .sec_contact .form .blk textarea {
        background: #fff;
        padding: 10px 16px;
        width: 100%;
        color: #000; }
        .sec_contact .form .blk input[type="text"]::placeholder,
        .sec_contact .form .blk input[type="email"]::placeholder,
        .sec_contact .form .blk input[type="tel"]::placeholder,
        .sec_contact .form .blk textarea::placeholder {
          color: #777 !important; }
      .sec_contact .form .blk textarea {
        height: 200px; }
    .sec_contact .form .btn input[type="submit"] {
      display: block;
      border: none;
      border-radius: 100px;
      background: #1d1d1c;
      padding: 12px;
      width: 287px;
      margin: auto; }
      .sec_contact .form .btn input[type="submit"]:hover {
        background: #fff;
        color: #000; }

.thanks {
  text-align: center;
  padding: 0 24px 100px; }
  .thanks p {
    margin-bottom: 20px; }

/* =================================================================

    ギャラリー

================================================================= */
#gallary h2 {
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 36px;
  text-align: center;
  clear: both; }
#gallary .box_wrap {
  overflow: hidden; }
#gallary .box .img {
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
  cursor: pointer;
  height: 35vw; }
#gallary .box-bg {
  width: 100%;
  height: 35vw;
  position: relative;
  z-index: 0;
  transition: .5s ease-in-out; }
  #gallary .box-bg.m01 {
    background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
  #gallary .box-bg.m02 {
    background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
  #gallary .box-bg.m03 {
    background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
  #gallary .box-bg.m04 {
    background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
#gallary .box-bg:hover {
  transform: scale(1.1); }
#gallary .iframe-wrap {
  width: 100px; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* アスペクト比16:9の場合 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
  /* YouTubeの下に余白をつける */ }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#video {
  width: 80vw;
  height: auto;
  display: block;
  margin: auto; }

@media screen and (max-width: 768px) {
  #video {
    width: 100vw;
    height: auto;
    display: block;
    margin: auto; } }
/* =================================================================

    料金

================================================================= */
#price .plan {
  border-top: #eee solid 1px; }
  #price .plan .inner {
    width: 100%;
    margin: auto;
    padding: 0x; }
    #price .plan .inner .box .img {
      overflow: hidden;
      position: relative;
      width: 50%;
      float: left;
      height: 35vw; }
    #price .plan .inner .box-bg {
      width: 100%;
      height: 35vw;
      position: relative;
      z-index: 0;
      transition: .5s ease-in-out; }
      #price .plan .inner .box-bg.s01 {
        background: url("../images/price/01.jpg") center center/cover no-repeat; }
      #price .plan .inner .box-bg.s02 {
        background: url("../images/price/02.jpg") center center/cover no-repeat; }
    #price .plan .inner .box-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      color: #fff;
      text-align: center; }
      #price .plan .inner .box-text h3 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        text-align: center; }
      #price .plan .inner .box-text .prc {
        font-size: 50px;
        text-align: center;
        margin: 24px 0;
        padding-bottom: 36px;
        background: url("../images/common/line.png") no-repeat 50% 100%; }
        #price .plan .inner .box-text .prc span {
          font-size: 22px; }
      #price .plan .inner .box-text p {
        font-size: 18px;
        text-align: center;
        margin: 24px 0 16px; }
      #price .plan .inner .box-text .sub {
        font-size: 12px;
        margin-bottom: 24px; }
#price .option .inner {
  width: 1100px;
  margin: auto; }
  #price .option .inner .box .img {
    overflow: hidden;
    position: relative;
    width: 33.33333%;
    float: left;
    cursor: pointer;
    height: 45vw;
    max-height: 37vw; }
  #price .option .inner .box-bg {
    width: 100%;
    height: 45vw;
    max-height: 37vw;
    position: relative;
    z-index: 0;
    transition: .5s ease-in-out; }
    #price .option .inner .box-bg.s03 {
      background: url("../images/price/03.jpg") center center/cover no-repeat; }
    #price .option .inner .box-bg.s04 {
      background: url("../images/price/04.jpg") center center/cover no-repeat; }
    #price .option .inner .box-bg.s05 {
      background: url("../images/price/05.jpg") center center/cover no-repeat; }
  #price .option .inner .box-text {
    position: absolute;
    padding-top: 5vw;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -100px);
    color: #fff;
    text-align: center;
    width: 80%; }
    #price .option .inner .box-text .suben {
      text-align: center;
      font-size: 13px;
      margin-bottom: 8px; }
    #price .option .inner .box-text h3 {
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      text-align: center; }
    #price .option .inner .box-text .prc {
      font-size: 50px;
      text-align: center;
      margin: 24px 0;
      padding-bottom: 36px;
      background: url("../images/common/line.png") no-repeat 50% 100%; }
      #price .option .inner .box-text .prc span {
        font-size: 22px; }
    #price .option .inner .box-text p {
      font-size: 16px;
      text-align: center;
      margin: 0 0 12px 0; }
    #price .option .inner .box-text .sub {
      font-size: 12px;
      text-align: left;
      margin: 0 0 24px 0; }
#price .option2 .inner {
  width: 1100px;
  margin: auto;
  padding-bottom: 100px; }
  #price .option2 .inner .box .img {
    overflow: hidden;
    position: relative;
    width: 33.33333%;
    float: left;
    cursor: pointer;
    height: 35vw; }
  #price .option2 .inner .box-bg {
    width: 100%;
    height: 35vw;
    position: relative;
    z-index: 0;
    transition: .5s ease-in-out; }
    #price .option2 .inner .box-bg.s06 {
      background: url("../images/price/06.jpg") center center/cover no-repeat; }
    #price .option2 .inner .box-bg.s07 {
      background: url("../images/price/12.jpg") center center/cover no-repeat; }
    #price .option2 .inner .box-bg.s08 {
      background: url("../images/price/13.jpg") center center/cover no-repeat; }
  #price .option2 .inner .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    #price .option2 .inner .box-text .suben {
      text-align: center;
      font-size: 13px;
      margin-bottom: 8px; }
    #price .option2 .inner .box-text h3 {
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      text-align: center; }
    #price .option2 .inner .box-text .prc {
      font-size: 50px;
      text-align: center;
      margin: 24px 0;
      padding-bottom: 36px;
      background: url("../images/common/line.png") no-repeat 50% 100%; }
      #price .option2 .inner .box-text .prc span {
        font-size: 22px; }
    #price .option2 .inner .box-text p {
      font-size: 16px;
      text-align: center;
      margin: 0 0 12px 0; }
    #price .option2 .inner .box-text .sub {
      font-size: 12px;
      text-align: left;
      margin: 0 0 24px 0; }
      #price .option2 .inner .box-text .sub a {
        display: block;
        color: #fff;
        text-decoration: underline;
        text-align: center; }
#price .price .bgon {
  background: #000;
  padding: 60px 0;
  color: #fff; }
  #price .price .bgon .inner {
    width: 730px;
    margin: auto; }
    #price .price .bgon .inner .total {
      border-bottom: #fff solid 3px;
      padding-bottom: 16px;
      margin-bottom: 36px; }
      #price .price .bgon .inner .total .left {
        width: 20%;
        float: left;
        font-size: 24px; }
      #price .price .bgon .inner .total .right {
        width: 80%;
        float: right;
        text-align: right; }
        #price .price .bgon .inner .total .right #result {
          font-size: 58px; }
        #price .price .bgon .inner .total .right span {
          font-size: 26px; }
    #price .price .bgon .inner .btnarea .left {
      float: left;
      width: 49%; }
    #price .price .bgon .inner .btnarea .right {
      float: right;
      width: 49%; }
#price .price ul {
  width: 730px;
  margin: auto;
  color: #919191;
  font-size: 14px;
  padding: 40px; }
  #price .price ul li {
    line-height: 150%;
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em; }
#price .flow {
  background: url("../images/price/07.jpg") no-repeat 50% 0/cover;
  padding-bottom: 100px; }
  #price .flow .inner {
    width: 730px;
    margin: auto; }
    #price .flow .inner .f_wrap {
      background: url("../images/price/09.png") repeat-y 50% 0; }
      #price .flow .inner .f_wrap .base {
        background: #fff;
        border: #000 solid 1px;
        padding: 36px 72px 48px 72px;
        margin-bottom: 40px; }
        #price .flow .inner .f_wrap .base .num {
          float: left;
          width: 20%;
          font-size: 38px;
          text-align: center; }
          #price .flow .inner .f_wrap .base .num span {
            border-bottom: #000 solid 1px;
            padding-bottom: 10px; }
        #price .flow .inner .f_wrap .base .body {
          float: right;
          width: 80%;
          font-size: 16px; }
          #price .flow .inner .f_wrap .base .body h3 {
            font-size: 21px;
            margin-bottom: 10px; }
          #price .flow .inner .f_wrap .base .body .btn {
            margin-top: 19px; }
            #price .flow .inner .f_wrap .base .body .btn a {
              display: block;
              color: #fff;
              background: #000;
              text-align: center;
              padding: 6px;
              width: 200px;
              border-radius: 100px;
              font-size: 13px; }
    #price .flow .inner .cancel {
      background: #fff;
      padding: 0 40px 40px;
      margin-top: 100px; }
      #price .flow .inner .cancel .blk {
        margin-bottom: 30px;
        color: #5f5f5f; }
        #price .flow .inner .cancel .blk h4 {
          font-size: 18px;
          margin-bottom: 16px;
          color: #000; }
        #price .flow .inner .cancel .blk h5 {
          font-size: 15px;
          margin-bottom: 16px;
          color: #000; }
#price .s_ttlarea {
  text-align: center;
  padding: 48px 0 40px 0; }
  #price .s_ttlarea .en {
    font-size: 36px;
    padding-bottom: 24px; }
  #price .s_ttlarea h2 {
    font-size: 16px; }
  #price .s_ttlarea p {
    font-size: 13px;
    color: #555; }
#price .radio-001 {
  display: flex;
  flex-wrap: wrap;
  gap: .3em 2em;
  border: none; }
#price .radio-001 label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  color: #000;
  padding: 10px 30px;
  margin: auto; }
#price .radio-001 label::before,
#price .radio-001 label:has(:checked)::after {
  border-radius: 100px;
  content: ''; }
#price .radio-001 label::before {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: #000 solid 1px; }
#price .radio-001 label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 41px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #000;
  animation: anim-radio-001 .3s linear; }
@keyframes anim-radio-001 {
  0% {
    box-shadow: 0 0 0 1px transparent; }
  50% {
    box-shadow: 0 0 0 10px #ccc; }
  100% {
    box-shadow: 0 0 0 10px transparent; } }
#price .radio-001 input {
  display: none; }
#price .checkbox-002 {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2em;
  border: none; }
#price .checkbox-002 label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  color: #000;
  padding: 10px 30px;
  margin: auto; }
#price .checkbox-002 label::before {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #000;
  content: ''; }
#price .checkbox-002 label:has(:checked)::after {
  position: absolute;
  top: 20px;
  left: 39px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  content: ''; }
#price .checkbox-002 input {
  display: none; }

.remodal.p {
  max-width: 40%; }
  .remodal.p img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 768px) {
  .remodal.p {
    max-width: 100%; } }
/* =================================================================

    プライバシー

================================================================= */
#privacy .inner {
  width: 1100px;
  margin: auto;
  padding-bottom: 100px; }
  #privacy .inner .body h2 {
    font-size: 24px;
    margin-bottom: 24px; }
  #privacy .inner .body p, #privacy .inner .body ol, #privacy .inner .body ul {
    margin: 16px 0 40px; }
  #privacy .inner .body li {
    padding-left: 1em;
    text-indent: -1em; }
  #privacy .inner .body li:before {
    content: "・"; }
@media screen and (max-width: 768px) {
  #privacy .inner {
    width: auto;
    margin: auto;
    padding: 0 24px;
    padding-bottom: 40px; }
    #privacy .inner .body h2 {
      font-size: 19px;
      margin-bottom: 24px; } }

/* =================================================================

    下層

================================================================= */
.second .ttlarea {
  text-align: center;
  padding: 180px 0 120px; }
  .second .ttlarea h1 {
    color: #b6b6b6;
    font-size: 18px;
    padding-bottom: 24px; }
  .second .ttlarea .en {
    font-size: 38px; }

.foot_sec {
  position: relative;
  z-index: 0;
  background: #1d1d1c;
  padding: 48px 0;
  clear: both; }
  .foot_sec .inner {
    width: 974px;
    margin: auto; }
    .foot_sec .inner .left {
      width: 458px;
      float: left; }
    .foot_sec .inner .right {
      width: 458px;
      float: right; }

/* =================================================================

    footer

================================================================= */
footer {
  background: #000;
  color: #fff;
  padding: 4vw 10vw;
  position: relative;
  z-index: 0; }
  footer .left {
    float: left;
    width: 80px; }
  footer .right {
    float: right;
    width: 400px; }
    footer .right ul li {
      width: 50%;
      float: left; }
      footer .right ul li a {
        display: block;
        color: #fff;
        font-size: 13px;
        padding: 10px 0; }
        footer .right ul li a:hover {
          opacity: 0.5; }
  footer .copy {
    clear: both;
    width: 100%;
    color: #777;
    text-align: center;
    font-size: 12px;
    padding: 100px 0 0; }

/* ==================================================================================================================================

    スマホ 

================================================================================================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px; }

  header {
    position: fixed;
    width: 100%; }
    header .logo {
      width: 60px;
      margin: 36px 0 0 24px; }
      header .logo img {
        mix-blend-mode: difference; }

  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 24px;
    top: 50px;
    width: 48px;
    z-index: 99; }

  	/* =================================================================
  
  		トップページ
  
  	================================================================= */
  #home .hero .copy .jp {
    font-size: 24px; }
  #home .hero .copy .en {
    font-size: 15px; }
  #home .sec01 {
    background: url("../images/home/sec01_01_sp.jpg") no-repeat 50% 100%/cover; }
    #home .sec01 .inner {
      width: 100%;
      padding: 80px 0 360px;
      font-size: 12px;
      text-align: center; }
  #home .sec02 .main_ttl {
    background: url("../images/home/sec02_02.png") no-repeat 50% 120%/52%;
    color: #000;
    text-align: center;
    padding: 60px 0 60px 0;
    font-size: 30px; }
  #home .sec02 .inner {
    width: 100%;
    margin: auto;
    padding: 0x; }
    #home .sec02 .inner .box .img {
      overflow: hidden;
      position: relative;
      width: 100%;
      float: left;
      cursor: pointer;
      height: 64vw; }
    #home .sec02 .inner .box-bg {
      height: 64vw; }
    #home .sec02 .inner .box-text h3 {
      color: #fff;
      font-size: 24px;
      font-weight: bold; }
  #home .sec03 {
    background: #fff;
    padding: 10vw 0; }
    #home .sec03 .in {
      background: url("../images/home/sec03_01_sp.jpg") no-repeat 100% 50%/90vw; }
      #home .sec03 .in .in_wrap {
        padding: 14vw 0 15vw 4vw; }
        #home .sec03 .in .in_wrap .ttl {
          font-size: 24px;
          line-height: 140%;
          padding-bottom: 16px; }
          #home .sec03 .in .in_wrap .ttl i {
            font-size: 19px; }
        #home .sec03 .in .in_wrap .cont {
          font-size: 14px; }
        #home .sec03 .in .in_wrap .btn_base a {
          width: 36vw;
          padding: 6px;
          font-size: 13px;
          border: #000 solid 1px; }
          #home .sec03 .in .in_wrap .btn_base a:hover {
            background: #fff;
            color: #000; }
  #home .sec_04 {
    padding-bottom: 80px; }
    #home .sec_04 h2 {
      color: #000;
      text-align: center;
      padding: 40px 0 30px 0;
      font-size: 26px;
      margin-bottom: 40px;
      background: url("../images/home/sec05_01.png") no-repeat 50% 100%; }
    #home .sec_04 table {
      width: 90%;
      margin: auto;
      font-size: 14px; }
      #home .sec_04 table th {
        color: #777;
        width: 30%;
        padding-bottom: 16px; }
      #home .sec_04 table td {
        width: 70%;
        text-align: left;
        padding-bottom: 16px; }

  .sec_contact {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 40px 0; }
    .sec_contact .main_ttl {
      background: url("../images/home/sec04_01.png") no-repeat 50% 50%/300px;
      padding: 50px 0; }
      .sec_contact .main_ttl h2 {
        font-size: 26px; }
    .sec_contact .line {
      background: url("../images/common/contact_line.png") no-repeat 50% 100%;
      padding: 36px 0 48px; }
      .sec_contact .line a {
        display: block;
        border-radius: 100px;
        background: #1d1d1c;
        padding: 12px;
        width: 287px;
        margin: auto; }
        .sec_contact .line a img {
          width: 72%; }
    .sec_contact .form {
      padding: 48px 0;
      width: 80%;
      margin: auto; }
      .sec_contact .form h3 {
        margin-bottom: 40px; }
      .sec_contact .form .blk {
        margin-bottom: 24px;
        text-align: left; }
        .sec_contact .form .blk input[type="text"],
        .sec_contact .form .blk input[type="email"],
        .sec_contact .form .blk input[type="tel"],
        .sec_contact .form .blk textarea {
          font-size: 13px; }
        .sec_contact .form .blk textarea {
          height: 200px; }
      .sec_contact .form .btn input[type="submit"] {
        display: block;
        border: none;
        border-radius: 100px;
        background: #1d1d1c;
        padding: 12px;
        width: 78%;
        margin: auto; }
        .sec_contact .form .btn input[type="submit"]:hover {
          background: #fff;
          color: #000; }

  	/* =================================================================
  
  		料金
  
  	================================================================= */
  #price .plan {
    border-top: #eee solid 1px; }
    #price .plan .inner {
      width: 90%;
      margin: auto;
      padding: 0x; }
      #price .plan .inner .box .img {
        width: 100%;
        height: 100vw;
        margin-bottom: 16px; }
      #price .plan .inner .box-bg {
        width: 100%;
        height: 100vw;
        position: relative;
        z-index: 0;
        transition: .5s ease-in-out;
        border-radius: 30px; }
      #price .plan .inner .box-bg::before {
        border-radius: 30px;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: -1; }
      #price .plan .inner .box-text {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #fff;
        text-align: center; }
        #price .plan .inner .box-text h3 {
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
        #price .plan .inner .box-text .prc {
          font-size: 40px;
          text-align: center;
          margin: 24px 0;
          padding-bottom: 36px;
          background: url("../images/common/line.png") no-repeat 50% 100%; }
          #price .plan .inner .box-text .prc span {
            font-size: 22px; }
        #price .plan .inner .box-text p {
          font-size: 13px;
          text-align: center;
          margin: 24px 0 6px; }
  #price .option .inner {
    width: 90%;
    margin: auto; }
    #price .option .inner .box .img {
      overflow: hidden;
      position: relative;
      width: 100%;
      float: left;
      cursor: pointer;
      height: 120vw;
      max-height: 120vw;
      margin-bottom: 16px; }
    #price .option .inner .box-bg {
      border-radius: 30px;
      width: 100%;
      height: 120vw;
      max-height: 120vw; }
    #price .option .inner .box-bg::before {
      border-radius: 30px;
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: -1; }
    #price .option .inner .box-text {
      width: 90%;
      position: absolute;
      padding-top: 5vw;
      top: 100px;
      left: 50%;
      transform: translate(-50%, -100px);
      color: #fff;
      text-align: center;
      width: 80%; }
      #price .option .inner .box-text .suben {
        text-align: center;
        font-size: 13px;
        margin-bottom: 8px; }
      #price .option .inner .box-text h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
      #price .option .inner .box-text .prc {
        font-size: 40px;
        text-align: center;
        margin: 24px 0;
        padding-bottom: 36px;
        background: url("../images/common/line.png") no-repeat 50% 100%; }
        #price .option .inner .box-text .prc span {
          font-size: 22px; }
      #price .option .inner .box-text p {
        font-size: 13px;
        text-align: center;
        margin: 0 0 12px 0; }
      #price .option .inner .box-text .sub {
        font-size: 11px;
        text-align: left;
        margin: 0 0 24px 0; }
  #price .option2 .inner {
    width: 90%;
    margin: auto;
    padding-bottom: 40px; }
    #price .option2 .inner .box .img {
      overflow: hidden;
      position: relative;
      width: 100%;
      float: left;
      cursor: pointer;
      height: 120vw;
      margin-bottom: 16px;
      border-radius: 30px; }
    #price .option2 .inner .box-bg {
      width: 100%;
      height: 120vw; }
    #price .option2 .inner .box-bg::before {
      border-radius: 30px;
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: -1; }
    #price .option2 .inner .box-text {
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      color: #fff;
      text-align: center; }
      #price .option2 .inner .box-text .suben {
        text-align: center;
        font-size: 13px;
        margin-bottom: 8px; }
      #price .option2 .inner .box-text h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
      #price .option2 .inner .box-text .prc {
        font-size: 40px;
        text-align: center;
        margin: 24px 0;
        padding-bottom: 36px;
        background: url("../images/common/line.png") no-repeat 50% 100%; }
        #price .option2 .inner .box-text .prc span {
          font-size: 22px; }
      #price .option2 .inner .box-text p {
        font-size: 13px;
        text-align: center;
        margin: 0 0 12px 0; }
      #price .option2 .inner .box-text .sub {
        font-size: 11px;
        text-align: left;
        margin: 0 0 24px 0; }
  #price .price .bgon {
    background: #000;
    padding: 60px 36px;
    color: #fff; }
    #price .price .bgon .inner {
      width: 100%;
      margin: auto; }
      #price .price .bgon .inner .total {
        border-bottom: #fff solid 3px;
        padding-bottom: 16px;
        margin-bottom: 36px; }
        #price .price .bgon .inner .total .left {
          width: 100%;
          float: none;
          font-size: 18px;
          text-align: center; }
        #price .price .bgon .inner .total .right {
          width: 100%;
          float: none;
          text-align: center;
          padding: 24px 0 0; }
          #price .price .bgon .inner .total .right #result {
            font-size: 48px; }
          #price .price .bgon .inner .total .right span {
            font-size: 26px; }
      #price .price .bgon .inner .btnarea img {
        width: 100%;
        height: auto; }
      #price .price .bgon .inner .btnarea .left {
        float: none;
        width: 100%;
        margin-bottom: 16px; }
      #price .price .bgon .inner .btnarea .right {
        float: none;
        width: 100%; }
  #price .price ul {
    width: 100%;
    font-size: 12px; }
    #price .price ul li {
      line-height: 150%;
      margin-bottom: 8px; }
  #price .flow {
    padding-bottom: 40px; }
    #price .flow .inner {
      width: 100%;
      margin: auto; }
      #price .flow .inner .f_wrap {
        background: url("../images/price/09.png") repeat-y 50% 0;
        padding: 0 24px; }
        #price .flow .inner .f_wrap .base {
          background: #fff;
          border: #000 solid 1px;
          padding: 36px 24px 48px 24px;
          margin-bottom: 40px;
          text-align: center; }
          #price .flow .inner .f_wrap .base .num {
            float: none;
            width: 100%;
            font-size: 38px;
            text-align: center; }
            #price .flow .inner .f_wrap .base .num span {
              border-bottom: #000 solid 1px;
              padding-bottom: 10px; }
          #price .flow .inner .f_wrap .base .body {
            float: none;
            width: 100%;
            font-size: 14px;
            color: #777; }
            #price .flow .inner .f_wrap .base .body h3 {
              font-size: 18px;
              margin: 40px 0 10px;
              text-align: center;
              color: #000; }
            #price .flow .inner .f_wrap .base .body span {
              font-size: 12px; }
            #price .flow .inner .f_wrap .base .body .btn {
              margin-top: 19px; }
              #price .flow .inner .f_wrap .base .body .btn a {
                margin: auto; }
      #price .flow .inner .cancel {
        margin: 24px;
        background: #fff;
        padding: 0 24px 40px;
        margin-top: 40px; }
        #price .flow .inner .cancel .blk {
          margin-bottom: 24px;
          color: #5f5f5f; }
          #price .flow .inner .cancel .blk h4 {
            font-size: 16px;
            margin-bottom: 16px;
            color: #000; }
          #price .flow .inner .cancel .blk h5 {
            font-size: 15px;
            margin-bottom: 16px;
            color: #000; }
          #price .flow .inner .cancel .blk li {
            padding-left: 1em;
            text-indent: -1em;
            line-height: 150%;
            font-size: 13px;
            margin-bottom: 5px; }
          #price .flow .inner .cancel .blk p {
            line-height: 150%;
            font-size: 13px;
            margin-bottom: 24px; }
  #price .s_ttlarea {
    text-align: center;
    padding: 48px 0 40px 0; }
    #price .s_ttlarea .en {
      font-size: 30px;
      padding-bottom: 24px; }
    #price .s_ttlarea h2 {
      font-size: 14px; }
  #price .s_ttlarea {
    text-align: center;
    padding: 48px 0 40px 0; }
    #price .s_ttlarea .en {
      font-size: 30px;
      padding-bottom: 24px; }
    #price .s_ttlarea h2 {
      font-size: 14px; }
  #price .checkbox-002 label:has(:checked)::after {
    position: absolute;
    top: 17px;
    left: 39px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    content: ''; }

  	/* =================================================================
  
  		ギャラリー
  
  	================================================================= */
  #gallary h2 {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 16px;
    text-align: center;
    clear: both; }
  #gallary .box_wrap {
    margin-bottom: 0 !important; }
  #gallary .box .img {
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
    cursor: pointer;
    height: 35vw; }
  #gallary .box-bg {
    width: 100%;
    height: 35vw;
    position: relative;
    z-index: 0;
    transition: .5s ease-in-out; }
    #gallary .box-bg.m01 {
      background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
    #gallary .box-bg.m02 {
      background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
    #gallary .box-bg.m03 {
      background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
    #gallary .box-bg.m04 {
      background: url("../images/home/sec02_01.jpg") center center/cover no-repeat; }
  #gallary .box-bg:hover {
    transform: scale(1.1); }
  #gallary .iframe-wrap {
    width: 100px; }

  #video {
    width: 80vw;
    height: auto;
    display: block;
    margin: auto; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  #video {
    width: 100vw;
    height: auto;
    display: block;
    margin: auto; } }
@media screen and (max-width: 768px) {
  	/* =================================================================
  
  		下層
  
  	================================================================= */
  .second .ttlarea {
    padding: 120px 0 80px; }
    .second .ttlarea h1 {
      color: #b6b6b6;
      font-size: 13px;
      padding-bottom: 24px; }
    .second .ttlarea .en {
      font-size: 24px; }

  .foot_sec {
    background: #1d1d1c;
    padding: 36px 48px 16px; }
    .foot_sec .inner {
      width: 100%;
      margin: auto; }
      .foot_sec .inner .left {
        width: 100%;
        float: none;
        margin-bottom: 16px; }
      .foot_sec .inner .right {
        width: 100%;
        float: none;
        margin-bottom: 16px; }
      .foot_sec .inner img {
        width: 100%;
        height: auto; }

  	/* =================================================================
  
  		footer
  
  	================================================================= */
  footer {
    padding: 10vw 0; }
    footer .left {
      float: none;
      width: 24%;
      margin: auto; }
    footer .right {
      float: none;
      width: 100%; }
      footer .right ul {
        margin-top: 26px; }
        footer .right ul li {
          width: 100%;
          float: none; }
          footer .right ul li a {
            text-align: center; }
    footer .copy {
      font-size: 10px;
      padding: 40px 0 0;
      border-top: #444 solid 1px;
      margin-top: 40px; } }
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block; }

.sp-only {
  display: none; }

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

  .sp-only {
    display: block; } }
br.is-sp-only {
  display: none; }
