@charset "UTF-8";
/*　PRINT------------------------------------*/
@media print {
  * html body {
    zoom: .7; } }
/*　RESET------------------------------------*/
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 {
  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; }

img {
  vertical-align: bottom; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* iOSでのデフォルトスタイルをリセット */
input[type="radio"],
input[type="checkbox"] {
  border-radius: 0;
  border: #ddd solid 1px;
  /*appearance: none;*/
  appearance: normal;
  -webkit-appearance: normal;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-radius: 0;
  appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  border: #ddd solid 1px;
  box-sizing: border-box; }

input[type="submit"],
input[type="button"],
input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: #ddd solid 1px;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus,
  input[type="search"]::focus {
    outline-offset: -2px; }

@font-face {
  font-family: "icomoon";
  font-weight: embedded-opentype;
  src: url("fonts/icomoon.ttf") format("truetype"); }
@font-face {
  font-family: "icomoon";
  font-weight: embedded-opentype;
  src: url("fonts/icomoon.woff") format("woff"); }
@font-face {
  font-family: "icomoon";
  font-weight: embedded-opentype;
  src: url("fonts/icomoon.svg") format("svg"); }
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
body {
  width: 100%;
  z-index: 0;
  position: relative; }

.wrap {
  background: #F5F3F0;
  z-index: 1;
  position: relative; }

.top-round {
  background-image: url("img/top-rep@2x.png");
  background-repeat: repeat-x;
  position: fixed;
  top: 0;
  left: 210px;
  z-index: 2;
  width: 100%;
  height: 88px; }
  .top-round .top-round-r {
    display: none; }
  @media screen and (max-width: 767px) {
    .top-round {
      background: none;
      left: inherit;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding: 38px 0 0 0;
      position: absolute; }
      .top-round img {
        width: 50px;
        height: auto;
        display: block; }
      .top-round .top-round-r {
        display: block; } }

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 38px;
  width: 75px;
  height: 160px;
  z-index: 100;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }
  @media screen and (max-width: 767px) {
    .fixed-btn {
      width: 58px;
      height: 95px;
      bottom: 0; } }
  .fixed-btn p {
    width: 100%;
    height: 75px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .fixed-btn p {
        font-size: 9px;
        font-size: 0.5625rem;
        margin-bottom: 0; } }
    .fixed-btn p a {
      display: block;
      color: #fff;
      text-decoration: none;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      .fixed-btn p a span {
        font-size: 25px;
        font-size: 1.5625rem;
        display: block;
        margin-bottom: 3px; }
  .fixed-btn .rsv-btn a {
    -webkit-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -moz-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -ms-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -o-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    padding: 10px 0px;
    opacity: .95; }
    .fixed-btn .rsv-btn a:hover {
      opacity: .7;
      transition: 1s; }
  .fixed-btn .mve-btn a {
    background-color: #808080;
    padding: 8px 0px;
    opacity: .85; }
    .fixed-btn .mve-btn a:hover {
      opacity: .7;
      transition: 1s; }

/*  MENU----------------------------------*/
#nav_toggle {
  display: none; }
  @media screen and (max-width: 767px) {
    #nav_toggle {
      display: block;
      width: 30px;
      height: 30px;
      position: fixed;
      top: 15px;
      right: 0.5em;
      z-index: 500;
      padding: 10px 10px; } }
  #nav_toggle div {
    position: relative; }
    #nav_toggle div span {
      display: block;
      height: 2px;
      background: #626262;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.7s ease-in-out;
      -moz-transition: 0.7s ease-in-out;
      transition: 0.7s ease-in-out; }
    #nav_toggle div span:nth-child(1) {
      top: 0px; }
    #nav_toggle div span:nth-child(2) {
      top: 10px; }
    #nav_toggle div span:nth-child(3) {
      top: 20px; }

/*開閉ボタンopen時*/
.open span:nth-child(1) {
  top: 12px !important;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }

.open span:nth-child(2) {
  width: 0 !important;
  left: 50% !important; }

.open span:nth-child(3) {
  top: 12px !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.side-ctt {
  position: fixed;
  z-index: 100;
  width: 210px;
  top: 170px; }
  @media screen and (max-width: 767px) {
    .side-ctt {
      width: 100%;
      top: 0;
      height: 100vh;
      background: #F5F3F0;
      z-index: 100;
      opacity: 0;
      left: -100%; } }
  .side-ctt nav ul {
    list-style: none;
    text-align: center;
    margin: 2.5em 0; }
    .side-ctt nav ul li {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: a-otf-ryumin-pr6n, "ＭＳ 明朝", serif;
      color: #1A1311;
      letter-spacing: 0.1em;
      padding: 0.9em 0; }
      @media screen and (max-width: 767px) {
        .side-ctt nav ul li {
          font-size: 16px;
          font-size: 1rem; } }
      .side-ctt nav ul li a {
        color: #1A1311;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        text-decoration: none; }
        .side-ctt nav ul li a:hover {
          color: #808080;
          text-decoration: none; }
  .side-ctt .sns-link {
    text-align: center; }
    .side-ctt .sns-link a {
      display: inline-block;
      padding: 0 4px;
      color: #626262;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      text-decoration: none; }
      .side-ctt .sns-link a:hover {
        color: #808080;
        text-decoration: none; }
      @media screen and (max-width: 767px) {
        .side-ctt .sns-link a {
          padding: 0 6px; } }
      .side-ctt .sns-link a span {
        font-size: 25px;
        font-size: 1.5625rem; }
        @media screen and (max-width: 767px) {
          .side-ctt .sns-link a span {
            font-size: 29px;
            font-size: 1.8125rem; } }
      .side-ctt .sns-link a .icon-pinterest {
        font-size: 29px;
        font-size: 1.8125rem; }
        @media screen and (max-width: 767px) {
          .side-ctt .sns-link a .icon-pinterest {
            font-size: 33px;
            font-size: 2.0625rem; } }

/*  HEADER----------------------------------*/
header {
  position: fixed;
  z-index: 50;
  width: 210px;
  height: 100vh; }
  @media screen and (max-width: 767px) {
    header {
      width: 100%;
      height: inherit;
      background: #F5F3F0;
      position: absolute; } }
  header h1 {
    width: 117px;
    height: auto;
    padding: 60px 0 0 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      header h1 {
        width: 55px;
        padding: 0.7em 0; }
        header h1 img {
          width: 100%;
          height: auto; } }

/*  CONTENTS area(scroll-on)----------------------------------*/
.contents-wrap {
  width: calc( 100%-210px );
  margin-left: 210px;
  position: relative;
  z-index: 60; }
  @media screen and (max-width: 767px) {
    .contents-wrap {
      width: 100%;
      margin-left: 0; } }

/*  CONTENTS----------------------------------*/
.contents {
  background: #fff;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  position: relative;
  z-index: 60;
  padding: 36px 0 100px 0; }
  @media screen and (max-width: 767px) {
    .contents {
      padding: 77px 0 2em 0;
      -webkit-border-radius: 30px 0 30px 30px;
      -moz-border-radius: 30px 0 30px 30px;
      -ms-border-radius: 30px 0 30px 30px;
      -o-border-radius: 30px 0 30px 30px;
      border-radius: 30px 0 30px 30px; } }
  .contents .page-top {
    position: absolute;
    bottom: 0;
    width: 138px;
    height: 31px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 60px;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .contents .page-top {
        padding-left: 0; } }
    .contents .page-top a {
      display: block;
      width: 138px;
      height: 31px;
      text-align: center;
      background: #ccc;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      opacity: 1; }
      .contents .page-top a img {
        vertical-align: middle; }
      .contents .page-top a:hover {
        opacity: .8;
        transition: 1s; }

.base-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 180px 0 0 0;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .base-column {
      padding: 4em 0 0 0; } }
  .base-column__frame {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    flex: 1;
    position: relative;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .base-column__frame {
        flex: none;
        padding-right: 0; } }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.8s; }

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.8s; }

.delay-show li {
  opacity: 0; }

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .column__wrap3 {
    width: 31%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .column__wrap3 {
        width: 100%; } }
  .column__wrap3-2 {
    width: 31%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .column__wrap3-2 {
        width: 48%; } }
  .column__wrap3-2:nth-child(3n+2) {
    padding-right: 3.5%;
    padding-left: 3.5%; }
    @media screen and (max-width: 767px) {
      .column__wrap3-2:nth-child(3n+2) {
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .column__wrap3-2:nth-child(2n+1) {
      padding-right: 4%; } }
  .column__wrap2-2 {
    width: 48%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .column__wrap2-2 {
        width: 48%; } }
  .column__wrap2-2:nth-child(2n+1) {
    padding-right: 4%; }
  .column__wrap2-2:last-of-type {
    padding-right: 0; }
  .column__wrap2 {
    width: 49%;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .column__wrap2 {
        width: 100%; } }

/*　FOOTER------------------------------------*/
footer {
  font-family: a-otf-ryumin-pr6n, "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1.2em 0 1.2em 60px;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 1.2em 0; } }

/*  COMMON--------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-line:before {
  content: "\e900"; }

.icon-pinterest:before {
  content: "\ead1"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-play:before {
  content: "\e912"; }

.icon-cart:before {
  content: "\e93a"; }

.contents {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 2em;
  letter-spacing: 0.18em;
  color: #626262;
  font-feature-settings: "palt";
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .contents {
      line-height: 1.8em;
      letter-spacing: 0.15em; } }
  .contents a {
    color: #FC8E8E;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .contents a:hover {
      color: #9ABCF2;
      text-decoration: none; }

.cmn-ttl {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, "ＭＳ 明朝", serif;
  background-image: url("img/ttl_icon.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 88px 21px;
  padding: 60px 0 80px 0;
  color: #1A1311;
  font-weight: normal;
  letter-spacing: 0.35em; }
  @media screen and (max-width: 767px) {
    .cmn-ttl {
      font-size: 20px;
      font-size: 1.25rem;
      background-size: 60px 14px;
      padding: 1.7em 0; } }

.cmn-ettl {
  color: #E8DFD3;
  font-size: 16px;
  font-size: 1rem;
  font-family: bodoni-urw, serif;
  letter-spacing: 0.23em;
  width: 60px;
  line-height: 1em;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cmn-ettl {
      display: none; } }
  .cmn-ettl span {
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center center;
    position: relative;
    height: 10px; }
    .cmn-ettl span:before {
      content: '';
      position: absolute;
      top: 45%;
      display: inline-block;
      width: 100px;
      height: 1px;
      background: #E8DFD3; }
    .cmn-ettl span:after {
      content: '';
      position: absolute;
      top: 45%;
      display: inline-block;
      width: 100px;
      height: 1px;
      background: #E8DFD3; }

.opc {
  overflow: hidden;
  width: 100%;
  height: auto; }
  .opc img {
    display: block; }
    .opc img:hover {
      transform: scale(1.1);
      /*画像の拡大率*/
      transition-duration: 0.5s;
      /*変化に掛かる時間*/
      opacity: 0.7;
      filter: alpha(opacity=70); }

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.br-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .br-sp {
      display: inherit; } }

.top-frame {
  position: fixed;
  z-index: 200;
  border-top: solid 51px #F5F3F0;
  width: 100vw;
  height: 100px;
  box-sizing: border-box;
  top: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .top-frame {
      border-top: solid 20px #F5F3F0;
      height: 40px; } }
  .top-frame::before, .top-frame::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background-image: url("img/round50.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 200; }
    @media screen and (max-width: 767px) {
      .top-frame::before, .top-frame::after {
        width: 20px;
        height: 20px; } }
  .top-frame::before {
    top: 0;
    left: 50px; }
    @media screen and (max-width: 767px) {
      .top-frame::before {
        left: 20px; } }
  .top-frame::after {
    top: 0;
    right: 50px;
    transform: rotate(90deg); }
    @media screen and (max-width: 767px) {
      .top-frame::after {
        right: 20px; } }

.bottom-frame {
  position: fixed;
  z-index: 200;
  border-bottom: solid 51px #F5F3F0;
  width: 100vw;
  height: 100px;
  box-sizing: border-box;
  bottom: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .bottom-frame {
      border-bottom: solid 20px #F5F3F0;
      height: 40px; } }
  .bottom-frame::before, .bottom-frame::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background-image: url("img/round50.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 200; }
    @media screen and (max-width: 767px) {
      .bottom-frame::before, .bottom-frame::after {
        width: 20px;
        height: 20px; } }
  .bottom-frame::before {
    top: 0;
    left: 50px;
    transform: rotate(-90deg); }
    @media screen and (max-width: 767px) {
      .bottom-frame::before {
        left: 20px; } }
  .bottom-frame::after {
    top: 0;
    right: 50px;
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .bottom-frame::after {
        right: 20px; } }

.top-contents {
  position: relative;
  margin-top: 50px;
  z-index: 0;
  border-left: solid 50px #F5F3F0;
  border-right: solid 50px #F5F3F0; }
  @media screen and (max-width: 767px) {
    .top-contents {
      margin-top: 20px;
      border-left: solid 20px #F5F3F0;
      border-right: solid 20px #F5F3F0; } }
  .top-contents .main-column .top-logo {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    mix-blend-mode: overlay;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .top-contents .main-column .top-logo {
        width: 150px;
        height: 150px; } }
    .top-contents .main-column .top-logo img {
      width: 100%;
      height: 100%; }
@keyframes displayLogo {
  0% {
    /*top: 80%;*/
    transform: translate3d(0, 15px, 0);
    opacity: 0; }
  30% {
    /*top: 80%;*/
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  70% {
    /*top: 80%;*/
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    /*top: 20%;*/
    transform: translate3d(0, -15px, 0);
    opacity: 0; } }
  .top-contents .main-column .logo_fadein {
    animation: displayLogo 4s ease-in-out .6s 1 normal both; }
  .top-contents .main-column .scroll {
    position: absolute;
    font-family: bodoni-urw, serif;
    letter-spacing: 0.05em;
    font-size: 13px;
    writing-mode: vertical-rl;
    bottom: 98px;
    right: 30px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    mix-blend-mode: overlay; }
    @media screen and (max-width: 767px) {
      .top-contents .main-column .scroll {
        font-size: 12px;
        right: 15px; } }
    .top-contents .main-column .scroll::after {
      content: '';
      display: inline-block;
      position: absolute;
      background-color: #000;
      right: 50%;
      bottom: -113px;
      transform: translateX(-50%);
      width: 1px;
      height: 100px;
      animation: scroll 1.5s infinite;
      mix-blend-mode: overlay; }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
  .top-contents .main-column__frame .main-slider .image {
    width: 100%;
    height: calc( 100vh - 100px );
    filter: brightness(80%); }
    @media screen and (max-width: 767px) {
      .top-contents .main-column__frame .main-slider .image {
        width: 100%;
        height: calc( 100vh - 40px );
        height: calc( 100dvh - 40px ); } }
  .top-contents .studio-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 230px; }
    @media screen and (max-width: 767px) {
      .top-contents .studio-list {
        padding-bottom: calc( 4em + 20px ); } }
    .top-contents .studio-list p {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 7vw;
      font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
      font-size: 16px;
      width: fit-content; }
      @media screen and (max-width: 767px) {
        .top-contents .studio-list p {
          margin: 0 auto;
          column-gap: 3vw;
          font-size: 12px; } }
      .top-contents .studio-list p a {
        text-align: center;
        position: relative;
        text-decoration: none;
        color: #1A1311;
        line-height: 1em;
        letter-spacing: 0.05em;
        transition: opacity 0.6s;
        display: block; }
        .top-contents .studio-list p a:hover {
          opacity: .6;
          transition: opacity 0.6s; }
        .top-contents .studio-list p a .en {
          font-family: bodoni-urw, serif;
          font-size: 16px;
          display: inline-block;
          margin-top: 1.5em; }
          @media screen and (max-width: 767px) {
            .top-contents .studio-list p a .en {
              font-size: 12px; } }
        .top-contents .studio-list p a .btn {
          display: block;
          animation: btn_animation 4s ease-in-out alternate infinite;
          background: linear-gradient(90deg, #dc7442, #c53f6f);
          background-size: 500% 500%;
          border-radius: 30px;
          color: #fbfbfb;
          width: fit-contents;
          height: fit-contents;
          line-height: 1em;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          padding: 0.7em 1.5em;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
          @media screen and (max-width: 767px) {
            .top-contents .studio-list p a .btn {
              padding: 0.7em 1em;
              border-radius: 20px; } }
@keyframes btn_animation {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
        .top-contents .studio-list p a .ja {
          font-size: 12px;
          display: inline-block;
          margin-top: 0.8em; }
          @media screen and (max-width: 767px) {
            .top-contents .studio-list p a .ja {
              font-size: 12px; } }
        .top-contents .studio-list p a img {
          display: block;
          margin: 0 auto;
          width: 12vw;
          max-width: 180px;
          min-width: 117px;
          height: 12vw;
          min-height: 117px; }
          @media screen and (max-width: 767px) {
            .top-contents .studio-list p a img {
              width: 30vw;
              min-width: inherit;
              max-width: inherit;
              height: 30vw;
              min-height: inherit; } }

.main-column {
  position: relative; }
  .main-column__frame .main-slider {
    position: relative; }
    .main-column__frame .main-slider img {
      width: 100%;
      height: calc( 100vh - 36px );
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .main-column__frame .main-slider img {
          width: 100vw;
          height: auto; } }
  .main-column__frame .swiper-container {
    width: 100%;
    opacity: 0; }
  .main-column__frame .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%; }
  .main-column__frame .swiper-wrapper .swiper-slide {
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out; }

.concept .cmn-ettl span {
  height: 50px; }
  .concept .cmn-ettl span:before {
    top: 10%;
    left: 110px; }
  .concept .cmn-ettl span:after {
    top: 10%;
    right: 110px; }
.concept__frame p {
  font-family: a-otf-ryumin-pr6n, "ＭＳ 明朝", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 3em;
  letter-spacing: 0.3em;
  color: #1A1311; }
  @media screen and (max-width: 767px) {
    .concept__frame p {
      letter-spacing: 0.2em;
      font-size: 14px;
      font-size: 0.875rem; } }

.menu .cmn-ettl span:before {
  left: 70px; }
.menu .cmn-ettl span:after {
  right: 70px; }
.menu__frame p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 3em;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 767px) {
    .menu__frame p {
      line-height: 2em;
      letter-spacing: 0.1em; } }
.menu__frame ul.menu-list {
  margin: 50px 0 10px; }
  @media screen and (max-width: 767px) {
    .menu__frame ul.menu-list {
      margin: 2em 0 0; } }
  .menu__frame ul.menu-list li {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .menu__frame ul.menu-list li {
        margin-bottom: 1em; } }
    .menu__frame ul.menu-list li img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 1em;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .menu__frame ul.menu-list li img {
          height: 120px;
          margin-bottom: 0.5em; } }
  .menu__frame ul.menu-list .t-menu {
    text-align: left !important; }

.price .cmn-ettl span {
  height: 20px; }
  .price .cmn-ettl span:before {
    top: 30%;
    left: 80px; }
  .price .cmn-ettl span:after {
    top: 30%;
    right: 80px; }
.price__frame .price-wrap {
  border-top: solid 2px #808080;
  border-bottom: solid 2px #808080;
  padding: 2px 0; }
  .price__frame .price-wrap__frame {
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
    padding: 0 0 80px 0; }
    @media screen and (max-width: 767px) {
      .price__frame .price-wrap__frame {
        padding: 0 0 3em 0; } }
    .price__frame .price-wrap__frame h2 {
      width: 90%;
      margin: 0 auto;
      padding: 80px 0 0 0;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (max-width: 767px) {
        .price__frame .price-wrap__frame h2 {
          padding: 3em 0 0 0;
          font-size: 15px;
          font-size: 0.9375rem; } }
      .price__frame .price-wrap__frame h2 span {
        color: #E8DFD3; }
    .price__frame .price-wrap__frame dl {
      width: 90%;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-bottom: solid 1px #ddd;
      padding: 2em 0; }
      @media screen and (max-width: 767px) {
        .price__frame .price-wrap__frame dl {
          display: block;
          padding: 1em 0; } }
      .price__frame .price-wrap__frame dl dt {
        width: 10em; }
        @media screen and (max-width: 767px) {
          .price__frame .price-wrap__frame dl dt {
            width: 100%;
            margin-bottom: 0.5em;
            font-weight: 600; } }
      .price__frame .price-wrap__frame dl dd {
        flex: 1; }
        .price__frame .price-wrap__frame dl dd ul {
          list-style: none; }
          .price__frame .price-wrap__frame dl dd ul li span {
            display: inline-block;
            width: 6em; }
    .price__frame .price-wrap__frame ul.list-icon {
      padding-left: 1.1em;
      list-style: none; }
      .price__frame .price-wrap__frame ul.list-icon li {
        counter-increment: cnt;
        text-indent: -1.1em; }
        .price__frame .price-wrap__frame ul.list-icon li:before {
          content: '・';
          margin-right: 5px; }
        .price__frame .price-wrap__frame ul.list-icon li span {
          display: inline !important;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.6em !important; }
    .price__frame .price-wrap__frame ul.att-list {
      list-style: none;
      margin-top: 20px; }
      .price__frame .price-wrap__frame ul.att-list li {
        padding-left: 1.2em;
        counter-increment: cnt;
        text-indent: -1.2em; }
        .price__frame .price-wrap__frame ul.att-list li:before {
          content: '※'; }
        .price__frame .price-wrap__frame ul.att-list li span {
          display: inline !important;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.6em !important; }
    .price__frame .price-wrap__frame .w90 {
      width: 90%;
      margin: 0 auto;
      box-sizing: border-box; }
    .price__frame .price-wrap__frame .p-pln_wrap {
      position: relative;
      width: 90%;
      margin: 30px auto 20px;
      box-sizing: border-box;
      border: #E8DFD3 1px solid;
      padding: 0 30px;
      display: grid;
      grid-template-columns: 150px 1fr;
      grid-template-rows: fit-contents;
      place-items: center start; }
      @media screen and (max-width: 767px) {
        .price__frame .price-wrap__frame .p-pln_wrap {
          display: block;
          padding: 25px 25px 5px 25px;
          margin: 20px auto 20px; } }
      .price__frame .price-wrap__frame .p-pln_wrap h3 {
        grid-area: 1 / 1 / 3 / 2;
        font-family: bodoni-urw, serif;
        font-style: italic;
        font-weight: 600;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1em;
        color: #626262; }
        @media screen and (max-width: 767px) {
          .price__frame .price-wrap__frame .p-pln_wrap h3 {
            text-align: center;
            font-size: 20px;
            font-size: 1.25rem; } }
        .price__frame .price-wrap__frame .p-pln_wrap h3 span {
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
          font-weight: 400; }
      .price__frame .price-wrap__frame .p-pln_wrap .p-pln_dl1 {
        grid-area: 1 / 2 / 2 / 3;
        width: 100%; }
      .price__frame .price-wrap__frame .p-pln_wrap .p-pln_dl2 {
        grid-area: 2 / 2 / 3 / 3;
        width: 100%;
        border-bottom: none; }
    .price__frame .price-wrap__frame h4 {
      position: relative;
      text-align: center;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 600;
      width: 90%;
      margin: 40px auto 20px; }
      @media screen and (max-width: 767px) {
        .price__frame .price-wrap__frame h4 {
          margin: 20px auto 20px; } }
      .price__frame .price-wrap__frame h4 .wrap {
        display: inline-block;
        background: #fff;
        padding: 0 0 0 2em;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .price__frame .price-wrap__frame h4 .wrap {
            padding: 0 1em; } }
      .price__frame .price-wrap__frame h4 .cap {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        display: inline-block;
        background: #fff;
        padding: 0 30px 0 0;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .price__frame .price-wrap__frame h4 .cap {
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            padding: 0; } }
      .price__frame .price-wrap__frame h4::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #E8DFD3;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .price__frame .price-wrap__frame h4::before {
            top: 13px; } }
    .price__frame .price-wrap__frame .c-pln_wrap {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 32%);
      grid-column-gap: 2%;
      text-align: center; }
      .price__frame .price-wrap__frame .c-pln_wrap .c-plan {
        border: #E8DFD3 solid 1px;
        padding: 1.5em 0; }

.gallery .cmn-ettl span {
  height: 50px; }
  .gallery .cmn-ettl span:before {
    top: 10%;
    left: 110px; }
  .gallery .cmn-ettl span:after {
    top: 10%;
    right: 110px; }
.gallery__frame p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 3em;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 767px) {
    .gallery__frame p {
      line-height: 2em; } }
.gallery__frame ul.gallery-list {
  margin: 50px 0 10px; }
  @media screen and (max-width: 767px) {
    .gallery__frame ul.gallery-list {
      margin: 2em 0; } }
  .gallery__frame ul.gallery-list li {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .gallery__frame ul.gallery-list li {
        margin-bottom: 1em; } }
    .gallery__frame ul.gallery-list li img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .gallery__frame ul.gallery-list li img {
          height: 160px; } }
.gallery__frame .insta-btn {
  margin: 30px 0 50px; }
  @media screen and (max-width: 767px) {
    .gallery__frame .insta-btn {
      margin: 0; } }
  .gallery__frame .insta-btn a {
    color: #fff;
    background: #626262;
    text-decoration: none;
    padding: 4px 0;
    display: block;
    max-width: 375px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .gallery__frame .insta-btn a {
        padding: 0.7em 0; } }
    .gallery__frame .insta-btn a:hover {
      background: #808080;
      transition: 1s; }
    .gallery__frame .insta-btn a span {
      font-size: 24px;
      font-size: 1.5rem;
      vertical-align: middle;
      margin-right: 0.3em; }

.reservation .cmn-ettl span {
  height: 90px; }
  .reservation .cmn-ettl span:before {
    top: 8%;
    left: 140px; }
  .reservation .cmn-ettl span:after {
    top: 8%;
    right: 140px; }
.reservation__frame p {
  margin-bottom: 2em; }
.reservation__frame dl dt {
  font-weight: 500;
  color: #1A1311;
  margin-bottom: 0.3em; }
.reservation__frame dl dd {
  margin-bottom: 2em; }
  .reservation__frame dl dd ul {
    list-style: none;
    padding-left: 1em;
    margin-top: 1em; }
    .reservation__frame dl dd ul li {
      counter-increment: cnt;
      text-indent: -1em; }
      .reservation__frame dl dd ul li:before {
        content: '・';
        margin-right: 5px; }
.reservation__frame .reserve_btn {
  position: relative; }
  .reservation__frame .reserve_btn ul {
    position: relative;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 80px);
    grid-column-gap: 15px;
    list-style: none;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .reservation__frame .reserve_btn ul {
        margin: 0 auto 25px; } }
    .reservation__frame .reserve_btn ul li {
      position: relative; }
      .reservation__frame .reserve_btn ul li a {
        display: grid;
        grid-template-rows: 10px 36px 10px;
        grid-row-gap: 5px;
        text-decoration: none;
        letter-spacing: 0.05em;
        text-align: center;
        place-content: center;
        color: #fff;
        padding: 8px 0;
        border-radius: 10px;
        transition: opacity .6s; }
        .reservation__frame .reserve_btn ul li a span {
          display: block; }
        .reservation__frame .reserve_btn ul li a .txt {
          font-size: 10px;
          line-height: 1em; }
        .reservation__frame .reserve_btn ul li a .icon-line {
          font-size: 36px;
          line-height: 36px; }
        .reservation__frame .reserve_btn ul li a .icon-instagram {
          font-size: 36px;
          line-height: 36px; }
        .reservation__frame .reserve_btn ul li a:hover {
          opacity: 0.6;
          transition: opacity .6s; }
      .reservation__frame .reserve_btn ul li:nth-child(1) a {
        background: #D6CBBD; }
      .reservation__frame .reserve_btn ul li:nth-child(2) a {
        background: #D6C6B1; }
      .reservation__frame .reserve_btn ul li:nth-child(3) a {
        background: #C2B8AB; }
.reservation__frame .reservation-btn {
  padding: 40px 0 50px;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .reservation__frame .reservation-btn {
      padding: 2em 0 0 0; } }
  .reservation__frame .reservation-btn a {
    color: #fff;
    -webkit-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -moz-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -ms-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    -o-background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    background: linear-gradient(180deg, #9ABCF2, #8EF0EE);
    text-decoration: none;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0.8em 0;
    display: block;
    max-width: 375px;
    margin: 0 auto;
    opacity: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .reservation__frame .reservation-btn a:hover {
      opacity: .7;
      transition: 1s; }

.access {
  position: relative; }
  .access .cmn-ettl span {
    height: 35px; }
    .access .cmn-ettl span:before {
      top: 20%;
      left: 90px; }
    .access .cmn-ettl span:after {
      top: 20%;
      right: 90px; }
  .access__frame {
    position: relative; }
    .access__frame .store-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .access__frame .store-info {
          display: block; } }
      .access__frame .store-info dl {
        flex: 1;
        border-left: #E8DFD3 solid 2px;
        padding: 0 0 0 2em; }
        .access__frame .store-info dl dt {
          line-height: 1.5em;
          font-size: 18px;
          font-size: 1.125rem;
          color: #1A1311;
          margin-bottom: 0.5em; }
          .access__frame .store-info dl dt span {
            color: #626262;
            font-size: 12px;
            font-size: 0.75rem;
            margin-left: 0.5em; }
        .access__frame .store-info dl dd span {
          display: inline-block;
          width: 5em; }
      .access__frame .store-info .store-img {
        width: 310px; }
        @media screen and (max-width: 767px) {
          .access__frame .store-info .store-img {
            width: 100%;
            margin-top: 2em; } }
        .access__frame .store-info .store-img .swiper-container {
          width: 100%;
          opacity: 0; }
        .access__frame .store-info .store-img .swiper-wrapper .swiper-slide {
          width: 100%;
          height: 100%; }
          .access__frame .store-info .store-img .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px; }
        .access__frame .store-info .store-img .swiper-wrapper .swiper-slide {
          transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -webkit-transition-timing-function: ease-out; }
    .access__frame #map {
      width: 100%;
      height: 450px;
      margin: 60px 0; }
      @media screen and (max-width: 767px) {
        .access__frame #map {
          margin: 2em 0;
          height: 65vh; } }
    .access__frame h2 {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 400;
      background: url("img/ttl_icon2.svg") no-repeat center top;
      padding: 35px 0 50px 0;
      color: #808080;
      letter-spacing: 0.18em; }
      @media screen and (max-width: 767px) {
        .access__frame h2 {
          font-size: 18px;
          font-size: 1.125rem;
          padding: 30px 0 2.5em 0; } }
    .access__frame .swiper-container {
      width: 100%;
      position: relative; }
      .access__frame .swiper-container div.swiper-wrapper {
        list-style: none; }
        .access__frame .swiper-container div.swiper-wrapper div.swiper-slide {
          position: relative;
          transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -webkit-transition-timing-function: ease-out;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }
          .access__frame .swiper-container div.swiper-wrapper div.swiper-slide img {
            width: 100%;
            height: auto;
            -webkit-border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -ms-border-radius: 10px 10px 0 0;
            -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0; }
          .access__frame .swiper-container div.swiper-wrapper div.swiper-slide a {
            display: block;
            text-align: center;
            text-decoration: none;
            background: #FC8E8E;
            color: #fff;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            border-radius: 20px;
            padding: 1px 0;
            margin: 1em 0 0 0; }
      .access__frame .swiper-container .shop-btn {
        margin: 30px 0 50px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .access__frame .swiper-container .shop-btn {
            margin: 0; } }
        .access__frame .swiper-container .shop-btn a {
          color: #fff;
          background: #626262;
          text-decoration: none;
          padding: 8px 0;
          display: block;
          max-width: 375px;
          margin: 0 auto;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }
          @media screen and (max-width: 767px) {
            .access__frame .swiper-container .shop-btn a {
              padding: 0.7em 0; } }
          .access__frame .swiper-container .shop-btn a:hover {
            background: #808080;
            transition: 1s; }
          .access__frame .swiper-container .shop-btn a span {
            font-size: 24px;
            font-size: 1.5rem;
            vertical-align: middle;
            margin-right: 0.3em; }

.contact .cmn-ettl span {
  height: 50px; }
  .contact .cmn-ettl span:before {
    top: 8%;
    left: 110px; }
  .contact .cmn-ettl span:after {
    top: 8%;
    right: 110px; }
.contact__frame {
  max-width: 650px;
  margin: 0 auto; }
  .contact__frame span {
    color: #FC8E8E; }
  .contact__frame .form-att {
    text-align: center; }
  .contact__frame p {
    margin-bottom: 2em; }
  .contact__frame dl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .contact__frame dl {
        margin-bottom: 2em; } }
    .contact__frame dl dt {
      margin-bottom: 0.2em; }
    .contact__frame dl dd {
      margin-bottom: 1.5em; }
      .contact__frame dl dd input, .contact__frame dl dd textarea {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        padding: 0.8em;
        font-size: 14px;
        font-size: 0.875rem;
        border: none;
        background: #f5f5f5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        color: #626262;
        letter-spacing: 0.18em; }
      .contact__frame dl dd .w350 {
        width: 350px; }
        @media screen and (max-width: 767px) {
          .contact__frame dl dd .w350 {
            width: 100%;
            max-width: 350px; } }
      .contact__frame dl dd .w450 {
        width: 450px; }
        @media screen and (max-width: 767px) {
          .contact__frame dl dd .w450 {
            width: 100%;
            max-width: 450px; } }
      .contact__frame dl dd .w100 {
        width: 100%; }
      .contact__frame dl dd textarea {
        line-height: 1.7em;
        height: 200px; }
  .contact__frame .smt-btn {
    display: block;
    color: #fff;
    background: #626262;
    text-decoration: none;
    letter-spacing: 0.18em;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.8em 0;
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none; }
    @media screen and (max-width: 767px) {
      .contact__frame .smt-btn {
        margin: 0 auto 1.5em; } }
    .contact__frame .smt-btn:hover {
      background: #808080;
      transition: 1s; }
  .contact__frame .contact-result {
    width: 100%;
    padding: 8px 0;
    background-color: #9ABCF2;
    text-align: center;
    color: white;
    display: none;
    margin-bottom: 2em; }
  .contact__frame .pp {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact__frame .pp {
        margin: 0 auto 6em; } }
    .contact__frame .pp a {
      color: #626262;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .contact__frame .pp a:hover {
        color: #1A1311;
        text-decoration: none; }

#video {
  display: none; }
  #video video {
    width: 100%;
    height: auto; }

.pp-content {
  width: 75vw;
  height: 75vh;
  padding: 5em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 2em;
  letter-spacing: 0.18em;
  color: #626262;
  font-feature-settings: "palt";
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .pp-content {
      width: 90vw;
      height: 90vh;
      padding: 1em;
      line-height: 1.6em;
      letter-spacing: 0.05em; } }
  .pp-content h1 {
    margin-bottom: 1em; }
  .pp-content h2 {
    padding-bottom: 0.5em; }
  .pp-content p {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem; }

.data-dl {
  width: 290px;
  height: auto;
  margin: 150px auto 0; }
  @media screen and (max-width: 767px) {
    .data-dl {
      width: 80%;
      max-width: 300px;
      height: auto;
      margin: 2em auto 3em; } }
  .data-dl a {
    opacity: 1;
    transition: 0.5s; }
    .data-dl a:hover {
      opacity: 0.6; }
    .data-dl a img {
      width: 100%;
      height: auto; }
