@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.66666667vw;
  font-weight: 400;
}

@media only screen and (min-width: 46.875em) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 75em) {
  html {
    font-size: 125%;
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  overflow-x: hidden;
  line-height: 1.6;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #2F3E3D;
  font-style: normal;
}

img {
  height: auto;
  max-width: 100%;
  transition: 0.3s;
}

a::hover img {
  opacity: 0.8;
}

svg {
  height: 100%;
  width: 100%;
}

img[srcset] {
  width: 100%;
  transition: 0.3s;
}

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: none;
  transition-timing-function: ease-in-out;
}
.st-Layout *::before, .st-Layout *::after {
  transition-duration: inherit;
  transition-property: inherit;
  transition-timing-function: inherit;
}
.st-Layout li {
  list-style-type: inherit;
}

a {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/*------------------------------------
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.sorts-mill-goudy-regular {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.sorts-mill-goudy-regular-italic {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: italic;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
----------------------------------*/
.font-sorts-mill {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.st-Wrapper {
  overflow: hidden;
  position: relative;
}

.st-Width {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}

@media only screen and (min-width: 46.875em) {
  .st-Width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 60rem;
  }
}
.st-Header {
  position: fixed;
  background: #000;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.st-Header .inner {
  padding-top: 1.7rem;
  padding-bottom: 0;
  height: 8rem;
}
.st-Header .logo {
  width: 17rem;
  margin-left: 1.75rem;
}
.st-Header .logo img {
  width: 100%;
}

@media only screen and (min-width: 48.75em) {
  .st-Header {
    width: 100%;
  }
  .st-Header .inner {
    padding-top: 0;
    padding-bottom: 0;
    width: 58rem;
    height: 6.35rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .st-Header .logo {
    width: 10.7rem;
    margin-left: 0;
  }
}
.st-Nav {
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
  top: -200vh;
  height: 100%;
  color: #2F3E3D;
  background: #fff;
  overflow-y: scroll;
  opacity: 0;
}
.st-Nav.menu-expanded {
  top: 0;
  animation: fade-in 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
}
.st-Nav .logo-nav {
  width: 16.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: 3rem;
}
.st-Nav .logo-nav img {
  width: 100%;
}
.st-Nav .list {
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5rem;
}
.st-Nav .list li {
  position: relative;
}
.st-Nav .list li a {
  display: block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.st-Nav .list li.insta a img {
  width: 1.8rem;
}

@media only screen and (min-width: 48.75em) {
  .st-Nav {
    position: relative;
    width: 37.5rem;
    top: 0;
    height: auto;
    overflow: hidden;
    color: #fff;
    background: none;
    margin-left: auto;
    opacity: 1;
  }
  .st-Nav.menu-expanded {
    top: 0;
  }
  .st-Nav .logo-nav {
    display: none;
  }
  .st-Nav .list {
    width: auto;
    font-size: 0.8rem;
    margin-bottom: 0;
    display: flex;
    -webkit-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
  }
  .st-Nav .list li a {
    display: block;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    padding-top: 1rem;
    padding-bottom: 0.85rem;
    transition: 0.3s;
  }
  .st-Nav .list li a:hover {
    opacity: 0.7;
  }
  .st-Nav .list li.insta a {
    padding-right: 0;
    padding-top: 0.75rem;
  }
  .st-Nav .list li.insta a img {
    width: 0.7rem;
  }
}
.menu-trigger {
  display: block;
  width: 5.5rem;
  height: 8rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1rem;
  background: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 3.6rem;
}
.menu-trigger span:nth-of-type(2) {
  top: 4.5rem;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(0.45rem) translateX(-50%) rotate(-45deg);
  background: #000;
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-0.45rem) translateX(-50%) rotate(45deg);
  background: #000;
}

@media only screen and (min-width: 48.75em) {
  .menu-trigger {
    display: none;
  }
}
/**共通y
------------------------------------------------------------------------------------------***/
/**home
------------------------------------------------------------------------------------------***/
.home-Fv {
  position: relative;
  background-size: 100%;
  background: #000;
  padding-top: 8rem;
}
.home-Fv .inner {
  height: 100%;
  position: relative;
}
.home-Fv .pc {
  display: none;
}
.home-Fv video {
  width: 100%;
  pointer-events: none;
  /*&::-webkit-media-controls {
  	display: none !important;
  }
  &::-webkit-media-controls-enclosure {
  	display: none !important;
  }
  &::-webkit-media-controls-overlay-play-button {
  	display: none !important;
  }*/
}

@media only screen and (min-width: 48.75em) {
  .home-Fv {
    position: relative;
    background-size: 100%;
    padding-top: 6.35rem;
  }
  .home-Fv .inner {
    height: 100%;
    position: relative;
  }
  .home-Fv .sp {
    display: none;
  }
  .home-Fv .pc {
    display: block;
  }
  .home-Fv video {
    width: 100%;
  }
}
.home-Concept .inner {
  padding-top: 5.8rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.home-Concept .ttl-en {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.7rem;
  line-height: 1;
}
.home-Concept .ttl {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
  line-height: 1;
}
.home-Concept .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.home-Concept .txt:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 48.75em) {
  .home-Concept .inner {
    padding-top: 6rem;
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
  .home-Concept .ttl-en {
    font-size: 1.6rem;
    margin-bottom: 1.15rem;
  }
  .home-Concept .ttl {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .home-Concept .txt {
    font-size: 0.8rem;
    line-height: 2;
    margin-bottom: 1.25rem;
  }
  .home-Concept .txt:last-of-type {
    margin-bottom: 0;
  }
}
.home-News .inner {
  padding-top: 7.3rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.home-News .ttl-en {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.3rem;
  line-height: 1;
}
.home-News .list {
  font-size: 1.4rem;
  line-height: 2;
}
.home-News .list li a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.home-News .list li a::before {
  content: "・";
}
.home-News .list li a.off {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 48.75em) {
  .home-News .inner {
    padding-top: 6rem;
    padding-left: 20.8rem;
    padding-right: 20.8rem;
  }
  .home-News .ttl-en {
    font-size: 1.6rem;
  }
  .home-News .list {
    font-size: 0.8rem;
  }
  .home-News .list li a {
    transition: 0.3s;
  }
  .home-News .list li a:hover {
    opacity: 0.7;
  }
}
.home-Section .inner {
  padding-top: 7rem;
}
.home-Section .ttl-en {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}
.home-Section .ttl-en.sp {
  display: block;
}
.home-Section .ttl-en.pc {
  display: none;
}
.home-Section .img {
  margin-bottom: 1.4rem;
}
.home-Section .sttl {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.home-Section .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.home-Section .unit {
  margin-bottom: 8rem;
}
.home-Section .unit.s1 .txt {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .unit.s2 .txt {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .unit.s2 .img {
  margin-bottom: 2.8rem;
}
.home-Section .unit.s3 .txt {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .unit.s3 .img {
  margin-bottom: 2rem;
}
.home-Section .unit.s4 .txt {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .unit.s4 .img {
  margin-bottom: 2rem;
}
.home-Section .unit.s5 .txt {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .unit.s5 .img {
  margin-bottom: 2.8rem;
}
.home-Section .txtarea {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.home-Section .btn {
  font-size: 1.6rem;
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.home-Section .btn a {
  height: 4.3rem;
  border-radius: 0.25rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #445857;
  color: #445857;
  display: flex;
  align-items: center;
  -webkit-flex-pack: center;
  justify-content: center;
}
.home-Section .btn span {
  padding-top: 0.35rem;
}
.home-Section .btn .ico {
  width: 1rem;
  margin-left: 1rem;
}
.home-Section .btn.sp {
  display: block;
}
.home-Section .btn.pc {
  display: none;
}

@media only screen and (min-width: 48.75em) {
  .home-Section .inner {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-Section .ttl-en {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
  .home-Section .ttl-en.sp {
    display: none;
  }
  .home-Section .ttl-en.pc {
    display: block;
  }
  .home-Section .img {
    margin-bottom: 1.5rem;
  }
  .home-Section .sttl {
    font-size: 0.8rem;
    text-align: left;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-Section .txt {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .home-Section .unit {
    margin-bottom: 6.2rem;
  }
  .home-Section .unit.s1 .txt {
    width: 100%;
  }
  .home-Section .unit.s2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .home-Section .unit.s2 .ttl-en {
    text-align: left;
    margin-bottom: 1rem;
  }
  .home-Section .unit.s2 .txt {
    text-align: left;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .home-Section .unit.s2 .img {
    width: 24.75rem;
    margin-bottom: 0;
  }
  .home-Section .unit.s2 .txtarea {
    width: 29.7rem;
    margin-top: 3.1rem;
    margin-right: 0;
  }
  .home-Section .unit.s2 .btn {
    margin-right: 0;
  }
  .home-Section .unit.s3 {
    display: flex;
    flex-direction: row-reverse;
  }
  .home-Section .unit.s3 .ttl-en {
    text-align: left;
    margin-bottom: 1rem;
  }
  .home-Section .unit.s3 .txt {
    text-align: left;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .home-Section .unit.s3 .img {
    width: 24.75rem;
    margin-bottom: 0;
  }
  .home-Section .unit.s3 .txtarea {
    width: 29.7rem;
    margin-top: 3.1rem;
    margin-left: 0;
  }
  .home-Section .unit.s3 .btn {
    margin-right: 0;
  }
  .home-Section .unit.s4 {
    display: flex;
  }
  .home-Section .unit.s4 .ttl-en {
    text-align: left;
    margin-bottom: 1rem;
  }
  .home-Section .unit.s4 .txt {
    text-align: left;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .home-Section .unit.s4 .img {
    width: 24.75rem;
    margin-bottom: 0;
  }
  .home-Section .unit.s4 .txtarea {
    margin-top: 3.1rem;
    width: 29.7rem;
    margin-right: 0;
  }
  .home-Section .unit.s4 .btn {
    margin-right: 0;
  }
  .home-Section .unit.s5 {
    display: flex;
  }
  .home-Section .unit.s5 .ttl-en {
    text-align: left;
    margin-bottom: 1rem;
  }
  .home-Section .unit.s5 .txt {
    text-align: left;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .home-Section .unit.s5 .img {
    width: 24.75rem;
    margin-bottom: 0;
  }
  .home-Section .unit.s5 .txtarea {
    margin-top: 3.1rem;
    width: 29.7rem;
    margin-left: 0;
  }
  .home-Section .unit.s5 .btn {
    margin-right: 0;
  }
  .home-Section .txtarea {
    width: 48.1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .home-Section .btn {
    font-size: 0.9rem;
    width: 14.25rem;
  }
  .home-Section .btn a {
    text-align: center;
    height: 2.6rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    transition: 0.3s;
  }
  .home-Section .btn a:hover {
    background: #445857;
    color: #fff;
  }
  .home-Section .btn span {
    padding-top: 0.2rem;
  }
  .home-Section .btn .ico {
    width: 0.55rem;
    margin-left: 0.5rem;
  }
  .home-Section .btn.sp {
    display: none;
  }
  .home-Section .btn.pc {
    display: block;
  }
}
.st-footer {
  background: #000;
  padding-bottom: 6.5rem;
}
.st-footer .sns-area {
  background: #F5F3ED;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
}
.st-footer .sns-area .ico {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.st-footer .sns-area .ico a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.45rem;
  height: 1.6rem;
}
.st-footer .sns-area .ico svg {
  width: 100%;
}
.st-footer .inner {
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.st-footer .f-logo {
  width: 16.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}
.st-footer .f-logo img {
  width: 100%;
}
.st-footer .list {
  text-align: center;
}
.st-footer .list li {
  font-size: 1.4rem;
}
.st-footer .list li a {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.st-footer .list li.insta img {
  width: 1.6rem;
}
.st-footer .copy {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (min-width: 48.75em) {
  .st-footer {
    padding-bottom: 5.5rem;
  }
  .st-footer .sns-area {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 1.1rem;
  }
  .st-footer .sns-area .ico {
    margin-top: 1.25rem;
    margin-bottom: 1.05rem;
  }
  .st-footer .sns-area .ico a {
    width: 1.05rem;
    height: 1.15rem;
  }
  .st-footer .sns-area a {
    transition: 0.3s;
  }
  .st-footer .sns-area a:hover {
    opacity: 0.7;
  }
  .st-footer .inner {
    padding-top: 5.5rem;
    padding-bottom: 2.6rem;
  }
  .st-footer .f-logo {
    width: 10.7rem;
    margin-bottom: 3.15rem;
  }
  .st-footer .f-logo img {
    width: 100%;
  }
  .st-footer .list {
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  .st-footer .list li {
    font-size: 0.8rem;
  }
  .st-footer .list li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    transition: 0.3s;
  }
  .st-footer .list li a:hover {
    opacity: 0.7;
  }
  .st-footer .list li.insta img {
    width: 1.05rem;
    height: 1.2rem;
  }
  .st-footer .copy {
    font-size: 0.65rem;
  }
}
/*-下層共通
------------------------------------------------------------------------------------*/
.st-Fv {
  padding-top: 8rem;
  background: #000;
  width: 100%;
}

.st-Section .inner {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.st-Section .sl {
  padding-bottom: 2.6rem;
  margin-bottom: 2rem;
}
.st-Section .mb60 {
  margin-bottom: 8.1rem;
}

.st-Ttl {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}

.st-Sttl {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.st-Ssttl {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 2;
}

.st-Txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.st-Txt.mb120 {
  margin-bottom: 6rem;
}

.st-Btn {
  font-size: 1.6rem;
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}
.st-Btn a {
  text-align: center;
  display: block;
  height: 4.3rem;
  border-radius: 0.2rem;
  border: 1px solid #445857;
  color: #445857;
  display: flex;
  align-items: center;
  -webkit-flex-pack: center;
  justify-content: center;
}
.st-Btn span {
  padding-top: 0.35rem;
}
.st-Btn .ico {
  width: 1rem;
  margin-left: 1rem;
}

@media only screen and (min-width: 48.75em) {
  .st-Fv {
    padding-top: 6.35rem;
    text-align: center;
  }
  .st-Fv img {
    width: 100%;
  }
  .st-Section .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .st-Section .sl {
    padding-bottom: 1.75rem;
    margin-bottom: 1.35rem;
    width: 24.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .st-Section .mb60 {
    margin-bottom: 4.8rem;
  }
  .st-Ttl {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }
  .st-Sttl {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }
  .st-Txt {
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
  .st-Txt br.sp {
    display: none;
  }
  .st-Txt.mb120 {
    margin-bottom: 3.5rem;
  }
  .st-Ssttl {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
  .st-Btn {
    font-size: 0.9rem;
    width: 14.25rem;
  }
  .st-Btn a {
    text-align: center;
    height: 2.5rem;
    transition: 0.3s;
  }
  .st-Btn a:hover {
    background: #445857;
    color: #fff;
  }
  .st-Btn .ico {
    width: 0.55rem;
    margin-left: 0.5rem;
  }
}
/*-CONTACT
------------------------------------------------------------------------------------*/
.form-Section {
  padding-top: 14rem;
  padding-bottom: 6rem;
}
.form-Section .inner {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}
.form-Section .st-Ttl {
  margin-bottom: 1.5rem;
}
.form-Section .st-Txt {
  margin-bottom: 1.5rem;
}
.form-Section .table {
  width: 100%;
  margin-bottom: 2.5rem;
}
.form-Section .table tr:first-of-type th {
  padding-top: 0;
}
.form-Section .table th, .form-Section .table td {
  display: block;
  width: 100%;
  text-align: left;
}
.form-Section .table input[type=text] {
  width: 100%;
  height: 4.2rem;
  background: #F5F3ED;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-radius: 0.2rem;
}
.form-Section .table input[type=email] {
  width: 100% !important;
  height: 4.2rem;
  background: #F5F3ED;
  font-size: 16px;
  border: none;
  border-radius: 0.2rem;
}
.form-Section .table textarea {
  background: #F5F3ED;
  width: 100% !important;
  height: 23rem;
  font-size: 16px;
  border: none;
  border-radius: 0.2rem;
}
.form-Section .table th {
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-top: 2.5rem;
}
.form-Section .submit-area {
  text-align: center;
}
.form-Section .submit-area button {
  font-size: 1.6rem;
  width: 28.5rem;
  height: 4.3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  border: 1px solid #445857;
  color: #445857;
  border-radius: 0.2rem;
}
.form-Section .company-txt {
  margin-top: 7.3rem;
  line-height: 2;
  font-size: 1.4rem;
  padding-left: 1.15rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 48.75em) {
  .form-Section {
    padding-top: 12.35rem;
    padding-bottom: 6rem;
  }
  .form-Section .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-Section .st-Ttl {
    margin-bottom: 1rem;
  }
  .form-Section .st-Txt {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .form-Section .table {
    width: 31.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .form-Section .table tr:first-of-type th {
    padding-top: 0.75rem;
  }
  .form-Section .table th, .form-Section .table td {
    display: table-cell;
    width: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .form-Section .table input[type=text] {
    height: 2.1rem;
    font-size: 0.8rem;
  }
  .form-Section .table input[type=email] {
    height: 2.1rem;
    font-size: 0.8rem;
  }
  .form-Section .table textarea {
    height: 11.5rem;
    font-size: 0.8rem;
  }
  .form-Section .table th {
    font-size: 0.8rem;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0.75rem;
    width: 5rem;
  }
  .form-Section .submit-area button {
    font-size: 0.9rem;
    width: 14.25rem;
    height: 2.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    transition: 0.3s;
  }
  .form-Section .submit-area button:hover {
    background: #445857;
    color: #fff;
  }
  .form-Section .company-txt {
    margin-top: 2rem;
    padding-left: 0;
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 0;
  }
}
/***creators
------------------------------------------------------------------------------------*/
.creators-Section .inner {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.creators-Section .img {
  margin-bottom: 2.5rem;
}
.creators-Section .img img {
  border-radius: 3px;
}
.creators-Section .st-Sttl {
  margin-top: 7rem;
  margin-bottom: 1.5rem;
}
.creators-Section .st-Sttl:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 48.75em) {
  .creators-Section .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .creators-Section .img {
    margin-bottom: 1.5rem;
  }
  .creators-Section .st-Sttl {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
}
/***order
------------------------------------------------------------------------------------*/
.order-Section .inner {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.order-Section .st-Ttl {
  margin-bottom: 2rem;
}
.order-Section .unit {
  margin-bottom: 2.5rem;
}
.order-Section .unit .img {
  margin-bottom: 2rem;
}
.order-Section .unit .img img {
  border-radius: 3px;
}
.order-Section .unit .st-Txt {
  margin-bottom: 0;
}
.order-Section .unit .st-Txt br {
  display: none;
}
.order-Section .wap-Color {
  margin-top: 3.5rem;
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  justify-content: space-between;
}
.order-Section .wap-Color .st-Txt {
  width: 100%;
  margin-bottom: 2rem;
}
.order-Section .wap-Color .st-Sttl {
  width: 100%;
}
.order-Section .wap-Color .unit-color {
  width: 15rem;
  margin-bottom: 2.5rem;
}
.order-Section .wap-Color .unit-ttl {
  text-align: center;
  margin-top: 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.order-Section .st-Btn {
  margin-bottom: 2.1rem;
}
.order-Section .st-Txt.mast a {
  font-weight: 600;
}
.order-Section .wap-sl .thumbnail .thumbnail-img, .order-Section .wap-sl .thumbnail2 .thumbnail-img {
  opacity: 0.7;
  transition: opacity 0.3s linear;
}
.order-Section .wap-sl .thumbnail .thumbnail-img img, .order-Section .wap-sl .thumbnail2 .thumbnail-img img {
  width: 6rem;
}
.order-Section .wap-sl .thumbnail .slick-track, .order-Section .wap-sl .thumbnail2 .slick-track {
  transform: unset !important;
}
.order-Section .wap-sl .thumbnail .slick-current, .order-Section .wap-sl .thumbnail2 .slick-current {
  opacity: 1;
}
.order-Section .wap-sl .pb {
  margin-bottom: 5rem;
}
.order-Section .wap-sl .jb .thumbnail, .order-Section .wap-sl .jb .thumbnail2 {
  margin-bottom: 3rem;
}
.order-Section .wap-sl .mast {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.order-Section .wap-sl .mast br {
  display: none;
}
.order-Section .sl-unit .img {
  margin-bottom: 2rem;
}
.order-Section .sl-unit .img img {
  border-radius: 3px;
}

@media only screen and (min-width: 48.75em) {
  .order-Section .st-Ttl {
    margin-bottom: 0.8rem;
  }
  .order-Section .st-Txt.last {
    margin-bottom: 1rem;
  }
  .order-Section .inner {
    padding-top: 5.25rem;
    padding-bottom: 6rem;
  }
  .order-Section .wap {
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  .order-Section .unit {
    width: 10.6rem;
    margin-bottom: 0;
  }
  .order-Section .unit .st-Sttl {
    margin-bottom: 1rem;
  }
  .order-Section .unit .img {
    margin-bottom: 0.8rem;
  }
  .order-Section .unit .st-Txt {
    margin-bottom: 0;
    width: auto;
  }
  .order-Section .unit .st-Txt br {
    display: block;
  }
  .order-Section .wap-Color {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }
  .order-Section .wap-Color .st-Sttl {
    margin-bottom: 0.85rem;
  }
  .order-Section .wap-Color .st-Txt {
    width: 48rem;
    margin-bottom: 1.35rem;
  }
  .order-Section .wap-Color .unit-color {
    width: 10.6rem;
    margin-bottom: 0;
  }
  .order-Section .wap-Color .unit-ttl {
    margin-top: 0.85rem;
    font-size: 0.8rem;
  }
  .order-Section .mast br {
    display: none;
  }
  .order-Section .st-Btn {
    margin-bottom: 1.2rem;
  }
  .order-Section .wap-sl {
    display: grid;
    grid-template-columns: 24.75rem 24.75rem;
    gap: 4.9rem;
  }
  .order-Section .wap-sl .thumbnail .thumbnail-img img, .order-Section .wap-sl .thumbnail2 .thumbnail-img img {
    width: 4.7rem;
  }
  .order-Section .wap-sl .pb {
    margin-bottom: 0;
  }
  .order-Section .wap-sl .jb .thumbnail, .order-Section .wap-sl .jb .thumbnail2 {
    margin-bottom: 1.1rem;
  }
  .order-Section .wap-sl .mast {
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    text-indent: -1em;
  }
  .order-Section .wap-sl .mast br.pc {
    display: block;
  }
  .order-Section .sl-unit .img {
    margin-bottom: 1.25rem;
  }
}
/*ここまであく*/
/***********/
.inview {
  transform: translateY(2rem);
  opacity: 0;
}
.inview.is-show {
  animation: fade-in-bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

body {
  animation: fade-in 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
.fade-out {
	-webkit-animation: fade-out 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 * ----------------------------------------
 */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@keyframes fade-in-bottom {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after, *::first-letter, *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */