@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0732064422vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.15625vw;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.w1186 {
  max-width: 1186px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .w1186 {
    max-width: 1186rem;
  }
}

.w980 {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .w980 {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .w980 {
    width: 90%;
  }
}

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

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1900px) {
  .title {
    gap: 5rem;
  }
}
.title .sec-ttl {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 81px;
  color: #000;
}
.title .sec-ttl::first-letter {
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .title .sec-ttl {
    font-size: 81rem;
  }
}
@media screen and (max-width: 768px) {
  .title .sec-ttl {
    font-size: 60rem;
  }
}
.title .ttl-ja {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-left: 8px;
}
@media screen and (max-width: 1900px) {
  .title .ttl-ja {
    margin-left: 8rem;
    font-size: 18rem;
  }
}

.cta {
  background: url(../img/common/cta.png) no-repeat bottom/cover;
}
.cta.studio {
  background: url(../img/common/cta.png) no-repeat bottom/cover #f6f7f7;
}
.cta.price {
  background: url(../img/common/cta.png) no-repeat bottom/cover #f6f7f7;
}
.cta .cta-top .inner {
  padding: 119px 0 60px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner {
    padding: 119rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner {
    padding: 200rem 0 60rem;
  }
}
.cta .cta-top .inner .sec-ttl {
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner .sec-ttl {
    margin-bottom: 26rem;
    font-size: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner .sec-ttl {
    font-size: 40rem;
  }
}
.cta .cta-top .inner .sec-ttl strong {
  color: #ff821a;
  font-weight: 700;
}
.cta .cta-top .inner .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .cta-top .inner .description {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-top .inner .description {
    font-size: 20rem;
    line-height: 1.8;
  }
}
.cta .cta-bottom .inner {
  padding: 156px 0 60px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner {
    padding: 156rem 0 60rem;
  }
}
.cta .cta-bottom .inner .column {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 28px;
  margin-bottom: 57px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column {
    gap: 28rem;
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.cta .cta-bottom .inner .column .text .price {
  position: relative;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column .text .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.cta .cta-bottom .inner .column .text .price::after {
  content: "※";
  position: absolute;
  right: 0;
  bottom: 71px;
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price::after {
    bottom: 71rem;
    font-size: 20rem;
  }
}
.cta .cta-bottom .inner .column .text .price .sub {
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .sub {
    font-size: 40rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f130 {
  color: #ff821a;
  font-size: 130px;
  line-height: 126px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f130 {
    font-size: 130rem;
    line-height: 126rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column .text .price .f130 {
    font-size: 80rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f50 {
  font-size: 50px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f50 {
    font-size: 50rem;
  }
}
.cta .cta-bottom .inner .column .text .price .f30 {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .price .f30 {
    font-size: 30rem;
  }
}
.cta .cta-bottom .inner .column .text .kome {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column .text .kome {
    font-size: 14rem;
  }
}
.cta .cta-bottom .inner .column table {
  width: 470px;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column table {
    width: 470rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column table {
    width: 100%;
  }
}
.cta .cta-bottom .inner .column table tr {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .column table tr {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .column table tr {
    font-size: 20rem;
    line-height: 45rem;
  }
}
.cta .cta-bottom .inner .column table tr th {
  background-color: #2c2c2c;
  vertical-align: middle;
  border: 1px solid #000000;
}
.cta .cta-bottom .inner .column table tr td {
  background-color: #404040;
  vertical-align: middle;
  border: 1px solid #000000;
}
.cta .cta-bottom .inner .more {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 13px 120px;
  border-radius: 50px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  background-color: #404040;
}
.cta .cta-bottom .inner .more:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .cta .cta-bottom .inner .more {
    font-size: 16rem;
    padding: 13rem 120rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta-bottom .inner .more {
    font-size: 18rem;
  }
}

.page-tit {
  background-size: cover;
}
.page-tit.studio {
  background-image: url(../img/studio/page-tit.jpg);
}
.page-tit.price {
  background-image: url(../img/price/page-tit.jpg);
}
.page-tit.access {
  background-image: url(../img/access/page-tit.jpg);
}
.page-tit.achievement {
  background-image: url(../img/achievement/page-tit.jpg);
}
.page-tit.contact {
  background-image: url(../img/contact/page-tit.jpg);
}
.page-tit.privacy {
  background-image: url(../img/privacy/page-tit.jpg);
}
.page-tit .inner {
  padding: 99px 0 98px;
}
@media screen and (max-width: 1900px) {
  .page-tit .inner {
    padding: 99rem 0 98rem;
  }
}
.page-tit .inner .p-title .ttl-en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 81px;
  color: #fffcfc;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
.page-tit .inner .p-title .ttl-en::first-letter {
  color: #ee834e;
}
@media screen and (max-width: 1900px) {
  .page-tit .inner .p-title .ttl-en {
    font-size: 81rem;
  }
}
@media screen and (max-width: 768px) {
  .page-tit .inner .p-title .ttl-en {
    font-size: 60rem;
  }
}
.page-tit .inner .p-title .ttl-ja {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1900px) {
  .page-tit .inner .p-title .ttl-ja {
    font-size: 24rem;
  }
}

.photos {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media screen and (max-width: 1900px) {
  .photos {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .photos {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.photos .item figure {
  position: relative;
  counter-increment: number 1;
}
.photos .item figure img {
  width: 100%;
  height: auto;
}
.photos .item figure .figno {
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .photos .item figure .figno {
    font-size: 18rem;
  }
}
.photos .item figure .figno::first-letter {
  color: #ee834e;
}
.photos .item figure::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 90px;
  line-height: 108px;
  color: #ee834e;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .photos .item figure::before {
    font-size: 90rem;
    line-height: 108rem;
    top: 11rem;
  }
}
.photos .item figure .zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .photos .item figure .zoom {
    right: 10rem;
    bottom: 10rem;
    width: 40rem;
  }
}

.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.3);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  max-width: 1333px;
  padding: 6px 0 11px 0;
  margin: 0 15px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .header .inner {
    max-width: 1333rem;
    padding: 6rem 0 11rem 0;
    margin: 0 15rem 0 18rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .inner .logo {
  max-width: 287px;
  width: 23%;
}
@media screen and (max-width: 1900px) {
  .header .inner .logo {
    max-width: 287rem;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .inner .logo a img {
  width: 100%;
  height: auto;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .h_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .h_tel {
    margin-left: auto;
    margin-right: 20rem;
  }
}
.header .inner .h_tel .sub {
  font-weight: 500;
  font-size: 11px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel .sub {
    font-size: 11rem;
  }
}
.header .inner .h_tel a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_tel a {
    font-size: 24rem;
  }
}
.header .inner .h_contact {
  max-width: 127px;
  width: 100%;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  border-radius: 50px;
}
.header .inner .h_contact:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_contact {
    max-width: 127rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .h_contact {
    margin-right: 10rem;
  }
}
.header .inner .h_contact a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  background-color: #000000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .header .inner .h_contact a {
    height: 43rem;
    font-size: 14rem;
  }
}
.header .inner .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner .hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #333;
  border-radius: 1px;
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header .inner .nav {
  margin-left: auto;
  margin-right: 38px;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav {
    margin-right: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav {
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #f6f7f7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
    margin-right: 0;
  }
  .header .inner .nav.active {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav .header-list {
    gap: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .inner .nav .header-list .menu-item {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 20rem;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.footer .inner {
  padding: 50px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .footer .inner {
    padding: 50rem 0 80rem;
  }
}
.footer .inner .logo {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .logo figure {
  max-width: 295px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo figure {
    max-width: 295rem;
  }
  .footer .inner .logo figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo {
    margin-bottom: 20rem;
    gap: 9rem;
  }
}
.footer .inner .logo .sub {
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .footer .inner .logo .sub {
    font-size: 14rem;
  }
}
.footer .inner .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 29px;
}
@media screen and (max-width: 1900px) {
  .footer .inner .footer-list {
    gap: 25rem;
    margin-bottom: 29rem;
  }
}
.footer .inner .footer-list .menu-item {
  font-weight: 700;
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .footer-list .menu-item {
    font-size: 15rem;
  }
}
.footer .inner .f_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .f_tel:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel {
    margin-bottom: 10rem;
  }
}
.footer .inner .f_tel .sub {
  font-weight: 500;
  font-size: 11px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel .sub {
    font-size: 11rem;
  }
}
.footer .inner .f_tel a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_tel a {
    font-size: 24rem;
  }
}
.footer .inner .f_contact {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_contact {
    margin-bottom: 30rem;
  }
}
.footer .inner .f_contact:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .f_contact a {
  padding: 17px 146px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .footer .inner .f_contact a {
    padding: 17rem 146rem;
    font-size: 18rem;
  }
}
.footer .inner .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy {
    gap: 13rem;
  }
}
.footer .inner .policy a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy a {
    font-size: 12rem;
  }
}
.footer .inner .policy a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .policy .copy {
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .footer .inner .policy .copy {
    font-size: 10rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
.mv {
  background: url(../img/top/mv.jpg) no-repeat left 20% center/cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background-position: left 15% center;
  }
}
.mv .inner {
  max-width: none;
  width: 100%;
}
.mv .inner .text {
  position: absolute;
  bottom: 120px;
  left: 58px;
}
@media screen and (max-width: 1900px) {
  .mv .inner .text {
    bottom: 120rem;
    left: 58rem;
  }
}
.mv .inner .text h2 {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1900px) {
  .mv .inner .text h2 {
    font-size: 34rem;
  }
}
.mv .inner .text .label {
  position: absolute;
  bottom: 49px;
  right: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#f3ad3d), color-stop(15.69%, #f2a23a), color-stop(52.97%, #f08834), color-stop(62.26%, #ef8132), to(#ec672c));
  background: linear-gradient(to right bottom, #f3ad3d 0%, #f2a23a 15.69%, #f08834 52.97%, #ef8132 62.26%, #ec672c 100%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .mv .inner .text .label {
    width: 130rem;
    height: 130rem;
    bottom: 49rem;
    font-size: 34rem;
  }
}
.mv .inner .text .label span {
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1900px) {
  .mv .inner .text .label span {
    font-size: 14rem;
    line-height: 20rem;
  }
}

.contact-btn {
  max-width: 323px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 56px;
  background-color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 90;
}
@media screen and (max-width: 1900px) {
  .contact-btn {
    max-width: 323rem;
    height: 56rem;
  }
}
.contact-btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-btn a {
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.contact-btn a img {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 1900px) {
  .contact-btn a img {
    width: 31rem;
    height: 31rem;
  }
}
@media screen and (max-width: 1900px) {
  .contact-btn a {
    padding-right: 19rem;
    gap: 57rem;
    font-size: 18rem;
  }
}

.t_campaign {
  background-color: #f6f7f7;
}
.t_campaign .inner {
  padding: 57px 0 80px;
}
@media screen and (max-width: 1900px) {
  .t_campaign .inner {
    padding: 57rem 0 80rem;
  }
}
.t_campaign .inner .title {
  margin-bottom: 28px;
}
@media screen and (max-width: 1900px) {
  .t_campaign .inner .title {
    margin-bottom: 28rem;
  }
}
.t_campaign .inner .contents .swiper .swiper-slide {
  width: 640px;
  margin-right: 20px;
}
.t_campaign .inner .contents .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .t_campaign .inner .contents .swiper .swiper-slide {
    width: 640rem;
    margin-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_campaign .inner .contents .swiper .swiper-slide {
    width: 90%;
  }
}

.t_whats .t_whats-top {
  background: url(../img/top/img02.png) no-repeat right/auto 100%;
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-top {
    background: url(../img/top/img02_sp.png) no-repeat top right/100% auto;
  }
}
.t_whats .t_whats-top .inner {
  padding: 100px 0 116px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-top .inner {
    padding: 100rem 0 116rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-top .inner {
    padding: 220rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-top .inner .text {
    background-color: #fff;
    padding: 20rem 30rem 100rem;
  }
}
.t_whats .t_whats-top .inner .text .title {
  margin-bottom: 59px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-top .inner .text .title {
    margin-bottom: 59rem;
  }
}
.t_whats .t_whats-top .inner .text .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #222;
}
.t_whats .t_whats-top .inner .text .description strong {
  font-size: 20px;
  color: #ee834e;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-top .inner .text .description strong {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-top .inner .text .description strong {
    font-size: 24rem;
  }
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-top .inner .text .description {
    font-size: 16rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-top .inner .text .description {
    font-size: 20rem;
    line-height: 1.8;
  }
}
.t_whats .t_whats-middle {
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background: linear-gradient(#333 0%, #000 100%);
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
}
.t_whats .t_whats-middle .inner {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-middle .inner {
    padding: 48rem 0;
    gap: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-middle .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_whats .t_whats-middle .inner figure {
  max-width: 455px;
  width: 100%;
  margin-left: 12px;
}
.t_whats .t_whats-middle .inner figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-middle .inner figure {
    max-width: 455rem;
    margin-left: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-middle .inner figure {
    margin-left: 0;
  }
}
.t_whats .t_whats-middle .inner .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 46px;
  color: #f4f4f4;
}
.t_whats .t_whats-middle .inner .text strong {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-middle .inner .text strong {
    font-size: 26rem;
  }
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-middle .inner .text {
    font-size: 20rem;
    line-height: 46rem;
  }
}
.t_whats .t_whats-bottom {
  counter-reset: number 0;
}
.t_whats .t_whats-bottom .inner {
  padding: 80px 0 88px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner {
    padding: 80rem 0 88rem;
  }
}
.t_whats .t_whats-bottom .inner .points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner .points {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-bottom .inner .points {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30rem;
  }
}
.t_whats .t_whats-bottom .inner .points .item {
  position: relative;
  counter-increment: number 1;
}
.t_whats .t_whats-bottom .inner .points .item::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 100px;
  color: #ee834e;
  top: -18px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner .points .item::before {
    font-size: 100rem;
    top: -18rem;
  }
}
.t_whats .t_whats-bottom .inner .points .item figure {
  margin-bottom: 20px;
}
.t_whats .t_whats-bottom .inner .points .item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner .points .item figure {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-bottom .inner .points .item figure {
    width: 90%;
    margin: auto auto 15rem;
  }
}
.t_whats .t_whats-bottom .inner .points .item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner .points .item .description {
    font-size: 16rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-bottom .inner .points .item .description {
    font-size: 20rem;
    line-height: 1.4;
  }
}
.t_whats .t_whats-bottom .inner .points .item .description strong {
  color: #ee834e;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .t_whats .t_whats-bottom .inner .points .item .description strong {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_whats .t_whats-bottom .inner .points .item .description strong {
    font-size: 24rem;
  }
}/*# sourceMappingURL=style.css.map */