@charset "utf-8";

/*
Theme Name: FANTASY.
Author: hironori hashimoto
Author URI: http://fantasy-official.net/
Description: FANTASYのオリジナルテンプレート
*/
html {
  font-size: 55%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #222;
  font-family: YakuHanJP, 'Noto Sans JP',"ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック","Yu Gothic",YuGothic,sans-serif;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
/****************************
共通
****************************/
.page-up__link{
  text-align: center;
  margin-bottom: 6rem;
}
.page-up{
  color:#fff;
  display: inline-block;
  transition: .3s;
  z-index: 23;
}
.page-up:hover{
  opacity: 0.6;
}
#page-animate::before {
 content: '';
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 100;
 pointer-events: none;
 right: 100%;
 -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
 #page-animate::after {
 content: '';
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 100;
 pointer-events: none;
 left: 100%;
 -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 background-image:url("/wp-content/themes/ETERNAL/images/logo-white.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size:50%;
}
@media screen and (min-width: 960px) {
   #page-animate::after {
     background-size:18%;
   }

}
 #page-animate.is-slide-in::before {
 right: 0%;
}
 #page-animate.is-slide::after {
 left: 0;
}
.en {
  font-family: 'Lato', sans-serif;
}
.jp{
	font-family: YakuHanJP, 'Noto Sans JP',"ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック","Yu Gothic",YuGothic,sans-serif;
  font-weight: 500;
}
section{
  padding:10rem 0;
  position: relative;
}
@media screen and (min-width: 560px) {
	section{
		padding:12rem 0;
	}
}
@media screen and (min-width: 960px) {
section{
  padding:14rem 0;
}
}
.common-headline{
  font-size:2.4rem;
  text-align: center;
  letter-spacing: 0.4rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .common-headline{
    font-size:3.2rem;
  }
}
.common-headline span{
  display: block;
  font-size:1.4rem;
  letter-spacing: 0.7rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.common-headline::after{
  content:'';
  background-color:#a78b6d;
  width: 80px;
  height:2px;
  position: absolute;
  bottom:-20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;

}
.common-description{
  margin:5rem 0 4rem;
  text-align: center;
}
.common-link{
    font-size: 2rem;
    margin: calc(48em/20) auto 0;
    text-align: center;
    max-width: 550px;
    width:100%;
    background-color: #a78b6d;
    position: relative;
    overflow: hidden;
    color:#fff;
    height:90px;
    line-height: 90px;
    font-family: 'Lato', sans-serif;
    transition: .3s;
}
.common-link::before{
  content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 20em/10);
    height: 100%;
    transform: translate3d(-130%,0,0) skewX(70deg);
    z-index: 0;
    
        background-color: #697087;
        opacity: 0.6;
        transition: .3s;
}
.common-link:hover::before{
  transform: translate3d(0,0,0) skewX(0deg);
}
.common-link::after{
  content:'\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
      position: absolute;
    top: 0%;
    right:30px;
    z-index: 1;
transition: .3s;
    display: block;
}
.common-link:hover::after{
  transform: translate3d(10px,0,0);
  right:20px;
}
.common-link span{
    position: relative;
    z-index: 2;
    letter-spacing: .06em;
    text-indent: .06em;
}
.common-ttl__block{
  font-size:4.2rem;
  letter-spacing: 0.5rem;
  color:#fff;
  background-image: url("images/common-ttl.jpg");
  background-position: 100%;
  line-height: 1.4;
  padding:8rem 0;
  margin-top: 88px;
  position: relative;
  z-index: 0;
  background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .common-ttl__block{
  font-size:6.4rem;
  background-size:auto;
  padding:12rem 0;
  margin-top: 110px;
}
}
.common-ttl__block h2 span{
  display: block;
  font-size:1.4rem;
}
.common-ttl__block::after{
  content: '';
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accent-color{
 color: #a78b6d;
}
.contact{
  padding:0;
}
.contact a{
  position: relative;
  overflow: hidden;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:5rem 0;
}
@media screen and (min-width: 560px) {
	.contact a{
    padding:12rem 0;
  }
}
@media screen and (min-width: 960px) {
  .contact a{
    padding:14rem 0;
  }
}
.contact a::after{
  background:url("images/contact-bg.jpg");
  background-size:100%;
  position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease-out;
}
.contact a:hover::after{
    transform: scale(1.1);
}
.contact-common__block{
  z-index: 1;
}
.contact-common__block h3{
  font-size:3.2rem;
  text-align: center;
  letter-spacing: 0.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .contact-common__block h3{
    font-size:4rem;
  }
}
.contact-common__block h3 span{
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}
.contact-common__block p{
  margin-top: 2rem;
  padding:0 4rem;
}
@media screen and (min-width: 960px) {
.wpcf7{
	max-width:100%;	
}
}
.cform tr {
	display:block;
	margin-bottom:4.8rem;
}
@media screen and (min-width: 560px) {
.cform tr {
  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;	
}
}
.cform th {
	display:block;
	margin-bottom: 1rem;
	text-align:left;
}
@media screen and (min-width: 560px) {
.cform th {
	margin-bottom:0;
  margin-right: 1rem;
  max-width: 20rem;
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}
.cform td {
	width: 100%;
  display: block;
}
@media screen and (min-width: 560px) {
.cform td {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
}
.mw_wp_form {
margin: 6rem auto;
}
@media screen and (min-width: 560px) {
.mw_wp_form {
  max-width: 960px;
  margin: 10rem auto;
}
}
.contact-agreement__body{
	text-align:center;
	margin:4rem auto;
}
.cform {
  margin: auto;
	width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}
.cform option, .cform textarea, .cform input[type=text], .cform select, .cform input[type=email], .cform input[type=search], .cform input[type=url] {
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  margin-bottom: 5px;
	width: 95%;
}
@media screen and (min-width: 560px) {
.cform option, .cform textarea, .cform input[type=text], .cform select, .cform input[type=email], .cform input[type=search], .cform input[type=url] {	
	width: 100%;
}
}
/****************************
固定幅
****************************/
.wrap-1480 {
  max-width: 1512px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap-960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.common-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .common-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
.col-2 {
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
/****************************
テキストアニメーション
****************************/
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.motion-txt::after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #a78b6d;
  transform: translate3d(-101%, 0, 0);
  transition-delay: 0.2s;
}
.js-scroll.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.js-scroll.show .motion-txt:nth-child(2)::after {
  transition-delay: 0.3s;
}
.js-scroll.show .motion-txt:nth-child(3)::after {
  transition-delay: 0.4s;
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.animation {
  overflow: hidden;
  position: relative;
}
.img-animation {
  animation: img-opacity 1s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.is-fadeIn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  transform: scaleX(0);
  animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  animation-delay: .3s;
}
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
/****************************
ヘッダー
****************************/
.hamburger {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 3em;
  right: 3em;
  z-index: 100;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after,.hamburger.is-active .site-header.transform .hamburger .hamburger--bars{
  background: white;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars {
  background:#fff;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background:#fff;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger.is-active{
  z-index: 101;
}
.site-header.transform .hamburger.is-active{
  z-index: 101;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 2em;
  background: #fff;
  position: absolute;
  top: 0.9em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fixed-page .hamburger .hamburger--container .hamburger--bars {
  background: #222;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 2em;
  background: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}
.logo {
  width: 13em;
  height: 5em;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 10;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (min-width: 960px){
.logo {
  left: 2%;
}  
}
.fixed-page .logo{
  -webkit-filter: invert(0);
          filter: invert(0);
          width: 10em;
}
.logo a:hover{
  opacity: 0.6;
}
.logo img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s linear 0.3s;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 10;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: #222;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  list-style-type: none;
  text-align: right;
  margin-top:5rem;
}
@media screen and (min-width: 960px){
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  margin-top:0;
}
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: #bf976b;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 102;
}
@media screen and (min-width: 960px){
  .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
    font-size: 4vw;
  }
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 103;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  display: none;
}
@media screen and (min-width: 960px){
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transform: translate(-20%, -101%);
          transform: translate(-20%, -101%);
  opacity: 0;
  pointer-events: none;
}
}
@media screen and (min-width: 960px){
  .fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #444;
  display: inline-block;
  margin-right: 1em;
}
}
@media screen and (min-width: 960px){
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
  animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  display: none;
}
@media screen and (min-width: 960px){
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
  display: block;
}
}
@media screen and (min-width: 960px){
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: block;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: #222;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    -webkit-transform: translate(-20%, -100%);
            transform: translate(-20%, -100%);
  }
  100% {
    -webkit-transform: translate(-40%, -100%);
            transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    -webkit-transform: translate(-20%, -100%);
            transform: translate(-20%, -100%);
  }
  100% {
    -webkit-transform: translate(-40%, -100%);
            transform: translate(-40%, -100%);
  }
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 32px 0;
    position: fixed;
    top:0;
    z-index: 22;
    width: 100%;
  }
@media screen and (min-width: 960px){
  .site-header.transform{
    padding: 50px 0;
  }
}  
  .site-header.transform .logo{
    width:9em;
    left:21px;
    top: 6px;
  }
@media screen and (min-width: 960px){
.site-header.transform .logo{
  top: 1.5em;
  left: 3em;
}
}
.site-header.transform .logo,.site-header.transform .hamburger{
  z-index: 11;
  filter: invert(0);
}
.site-header.transform .hamburger{
    top: 1.5em;
    right: 2em;
}
@media screen and (min-width: 960px){
  .site-header.transform .hamburger{
    top: 3em;
    right: 3em;
  }
}
.site-header.transform .hamburger .hamburger--bars{
  background:#222;
}
/****************************
フッター
****************************/
footer{
  background-color:#222;
  color:#fff;
  padding:5rem 0 0;
  text-align: center;
}
footer .wrap-1480{
  z-index: 10;
}
.footer-logo{
  filter: invert(1);
  max-width: 30%;
  margin:0 auto 4rem;
}
.footer-logo a:hover{
  opacity: 0.6;
}
@media screen and (min-width: 960px){
  .footer-logo{
    max-width: 35%;
  }
}
.ggmap{
  margin:2rem 0;
}
.footer-link__block{
	font-size:1.3rem;
	gap:10px;
	display:flex;
	justify-content:center;
}
.footer-link__block li a{
	border-bottom:1px solid #fff;
	margin-bottom:40px;
}
.footer-link__block li a i{
	font-weight:900;
}
@media screen and (min-width: 960px){
	.footer-link__block li a{
		margin-bottom:0px;
	}
}
.footer-sns__block{
  max-width: 100px;
  margin:4rem auto 4rem;
  text-align: center;
}
.footer-sns__block li a{
  font-size:4rem;
  display: inline-block;
}
copyright{
  display: block;
  padding:15px 10px;
  color:#fff;
  background: #a78b6d;
}
footer .common-inner{
  align-items: center;
  padding-bottom: 8rem;
}
@media (min-width: 960px){
.footer-common__block,.footer-ggmap{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 42.25%;
    flex: 0 0 42.25%;
    max-width: 42.25%;
}
}
/****************************
トップ
****************************/
.top-hero{
    overflow: hidden;
    position: relative;
    height: 100vh;
    background-image: url("images/mv.jpg");
    z-index: 1;
    background-position: center center;
}
.top-hero::after,.guide::after{
  content:'';
  background-color:rgba(0,0,0,0.35);
  position: absolute;
  width:100%;
  height:100%;
  z-index: -1;
  top:0;
  left: 0;
}
.guide::after{
	background-color:rgba(0,0,0,0.5);
	z-index: 0;
}
.top-hero__catch{
    color: #fff;
    position: absolute;
    bottom: 20vh;
    width: calc(95% - 60px);
    left: 5%;
}
@media (min-width: 960px){
.top-hero__catch{
    color: #fff;
    position: absolute;
    left: 10vw;
    bottom: 20vh;
    width: 610px;
}
}
.top-hero__catch h1{
  font-size: 40px;
    font-size: 5.7rem;
    line-height: 1;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 960px){
  .top-hero__catch h1{
    font-size: 10rem;
  }
}
.top-hero__catch p{
  font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
}
.scrollcont {
  padding: 80px 0 0;
  height: 175px;
  width: 20px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top:90%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
	.scrollcont {
		top:60%;
	}
}
.scroll::before {
 content: '';
 display: block;
 width: 1px;
 height: 90px;
 background: #FFF;
 margin: 0 auto;
 padding: 0;
 position: absolute;
 top: 85px;
 left: 11px;
}
.scroll::after {
 content: '';
 display: block;
 padding: 0;
 width: 1px;
 height: 90px;
 background: #000;
 position: absolute;
 top: 175px;
 left: 11px;
 -webkit-animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
 animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.scrollcont p {
 letter-spacing: 0.1em;
 font-size: 14px;
 color: #fff;
 -webkit-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
         writing-mode: vertical-rl;
 position: absolute;
 top: 0;
 left: 0;
}
@keyframes scroll {
 0%, 6% {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
 }
 33%, 66% {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
 }
 94%, 100% {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
 }
}
#particles-js {
width:100%;
height:100%;
top:0;
left:0;
right:0;
bottom:0;
display:block;
z-index:0;
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about{
  text-align: center;
  position: relative;
  overflow: hidden;
}
.layer-01{
  display: block;
    content: "";
    position: absolute;
    top: 0; 
    width: 100%;
    height: 100%;
    opacity: .3;
}
.layer-01 {
    right: 0;
    height: 120%;
    background-color: #cecece;
    z-index: 2;
    -webkit-transform: skewY(108deg) skewX(24deg) translateX(100%);
    transform: skewY(108deg) skewX(24deg) translateX(100%);
    transition: 1s all ease-in;
}
.js-scroll.done .layer-01{
  -webkit-transform: skewY(108deg) skewX(24deg) translateX(0%);
    transform: skewY(108deg) skewX(24deg) translateX(0%);
    z-index: -1;
}
@media screen and (min-width: 960px) {
  .layer-01 {
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(100%);
    transform: skewY(118deg) skewX(24deg) translateX(100%);
  }
  .js-scroll.done .layer-01{
  -webkit-transform: skewY(118deg) skewX(24deg) translateX(0%);
    transform: skewY(118deg) skewX(24deg) translateX(0%);
}
}
.about .wrap-1480{
  position: relative;
}
.top-about__body{
  font-size:2rem;
}
.about-logo{
  max-width: 280px;
  text-align: center;
  margin:9rem auto 4rem;
}
.guide{
  color:#fff;
  background-image:url("images/a2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .guide{
  background-size: 100%;
}
}
.guide .wrap-1480{
  position: relative;
	z-index:1;
}
.guide p{
  margin:4rem auto 0;
  text-shadow:1px 1px 3px #333;
}

.staff .wrap-1480{
  position: relative;
}
@media screen and (min-width: 560px) {
.staff .common-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}
}
@media screen and (min-width: 560px) {
.staff .col-3{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
}
}
.top-staff__block{
  margin-top: 0.5rem;
  font-weight: bold;
}
.top-staff__rank{
  color:#a78b6d;
  border: 2px solid #a78b6d;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.top-staff__name{
  font-size:2rem;
}
.top-staff__name span{
  font-size:1.5rem;
  color:#999;
  margin-left: 1.5rem;
}
.staff-description__block{
    margin-top:0;
    margin-bottom: 7rem;
  }
  @media screen and (min-width: 960px) {
    .staff-description__block{
      margin-bottom: 0;
    }
  }
  .staff-description__body{
    margin-bottom: 6rem;
  }
@media screen and (min-width: 960px) {
  .staff-description__block:nth-child(2){
    margin-top:3.5rem;
  }
  .staff-description__block:nth-child(3){
    margin-top:7rem;
  }
}
.event .wrap-1480{
  position: relative;
}
.top-event__list{
  margin:10rem 0;
}
.top-event__list li a{
  border-top:1px solid #cecece;
  padding:24px 15px;
  position: relative;
}
.top-event__list li a::after{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 35%;
  right: 20px;
  z-index: 1;
  transition: .3s;
  display: block;
  color:#a78b6d;
}
.top-event__list li a:hover{
  opacity: 0.6;
}
.top-event__list li a:hover::after{
  right:10px;
}
.top-bg{
  background-image:url("images/top-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding:40% 0;
}
@media screen and (min-width: 960px) {
  .top-bg{
    background-attachment: fixed;
    padding:10% 0;
  }
}
/****************************
初めての方へ
****************************/
.about-eternal{
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
.about-eternal .common-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
}
.about-eternal ul{
  position:absolute;
  right:0;
  top: 10%;
  font-size:12rem;
  letter-spacing: 0.8rem;
  color:#cecece;
  animation: flowing 50s linear infinite;
  white-space : nowrap;
  transform:translateX(0);
  display : inline-block;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .about-eternal ul{
    top:12%;
    font-size:10vw;
  }
}
.about-eternal ul li{
  display:inline;
  margin:0 100px 0 0;
}
@keyframes flowing{
0% { transform: translateX(0)}
100% {
    transform: translateX(100%);
  }
}
.about-common__block,.about-common__image{
  z-index: 2;
}
.about-common__image{
  position: relative;
  display: block;
}
.about-common__image::after{
  content:'';
  background-color: #222;
  max-width: 450px;
  width:100%;
  height:90%;
  position: absolute;
  right:5%;
  bottom:-5%;
  z-index: -1;
  display: block;
}
@media screen and (min-width: 560px) {
.about-common__block{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50.25%;
    flex: 0 0 50.25%;
    max-width: 50.25%;
}
.about-common__image{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 40.25%;
    flex: 0 0 40.25%;
    max-width: 40.25%;
}
}
.about-common__block h4{
  font-size:2.4rem;
  color:#a78b6d;
  line-height: 1.6;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 960px) {
.about-common__block h4{  
  font-size:4rem;
}
}
.about-common__block h4::after{
  content:'';
  background:#a78b6d;
  position: absolute;
  bottom:-20px;
  left: 0;
  width:120px;
  height: 2px;
}
.about-common__block h5{
  font-size:2.2rem;
  background: #222;
  color:#fff;
  display: inline-block;
  padding:8px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .about-common__block h5{
    font-size:2.4rem;
  }
}
.about-common__block p{
  margin-top: 4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 960px) {
	.about-common__block p{
		max-width: 480px;
	}
}
.page-link{
  background: #f2f2f2;
  padding:7rem 0;
}
.page-link ul{
  max-width: 632px;
  margin:0 auto;
  padding:0 16px
}
.page-link li{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 45.25%;
    flex: 0 0 45.25%;
    max-width: 45.25%;
    text-align: center;
}
.page-link li a{
  padding:20px 10px;
  border:1px solid #222;
  background:#fff;
}
.page-link li a:hover{
  background:#222;
  color:#fff;
}
.system-content__block{
  max-width: 960px;
  margin:6rem auto 0;
}
.system-content__block h4{
  font-size:2.4rem;
}
.system-content__block p{
  margin-top:2rem;
}
.system-content__body-block{
  margin-top:2rem;
}
.members-content{
  background: #f2f2f2;
}
/****************************
スタッフ
****************************/
@media screen and (min-width: 560px) {
.staff-content .common-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
.staff-content__block{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    max-width: 48.25%;
    position: relative;
    margin-top: 4.2rem;
    overflow: hidden;
}
@media screen and (min-width: 560px) {
.staff-content__block div{
	width:100%;
	object-fit:cover;
}	
}
@media screen and (min-width: 960px) {
.staff-content__block div{
	width:446px;
}	
}
.staff-content__block img{transition: .3s;width:100%;
	height:250px;
	object-fit:cover;
}
@media screen and (min-width: 560px) {
	.staff-content__block img{
		height:480px;
	}
}
@media screen and (min-width: 960px) {
	.staff-content__block img{
		height:689px;
	}
}
.staff-content__block a{
  background-color:#000;
}
.staff-content__block a:hover div img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.staff-content__body{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#222;
  color:#fff;
  padding:10px;
  font-size:1.8rem;
}
.staff-content__body span{
  display: block;
  font-size:1.4rem;
}
@media screen and (min-width: 960px) {
  .staff-content__block{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 30.125%;
    flex: 0 0 30.125%;
    max-width: 30.125%;
}
.staff-content .common-sp__inner::after,.event-content .common-sp__inner::after{
    content:"";
    display:block;
    width: 30.125%;
    height:0;
}
}
.staff-content__lead{
  text-align: center;
  margin:6rem auto 10rem;
}
.staff-content__lead h3{
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  background: #222;
  font-style: italic;
  color:#fff;
  line-height: 1;
  padding:10px;
}
.staff-content__lead p{
    line-height: 2.2;
}
.staff-content__block.js-scroll.done .motion-txt{
  padding:0;
}
@media screen and (min-width: 560px) {
.staff-content__image{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.staff-content__items{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
}
}
.staff-content__rank{
  background-color: #a78b6d;
  line-height: 1;
  padding:10px;
  display: inline-block;
  color:#fff;
}
.staff-content__names{
  font-size:4.2rem;
  margin-top:1.5rem;
  line-height: 1.5;
}
.staff-content__body-block{
  margin-top:4.5rem;
  max-width: 400px;
  font-size:1.6rem;
  border: 1px solid #a78b6d;
  padding:10px 20px 20px;
}
.staff-content__body-block li{
  margin-top:1rem;
}
.profile-body{
  margin-top:6rem;
}
.profile-body h4{
  font-size:2.4rem;
  font-weight: 700;
}
/****************************
アクセス
****************************/
@media screen and (min-width: 960px) {
#slider{
  padding:0 10rem;
}
}
.slick-slider{
  margin:10rem 0 0;
}
.slick-slide .place-badge img{
	border-radius: 8px 0 0 0;
}
#thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #thumbnail-list {
    padding:0 10rem;
  }
}
.thumbnail-item {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media screen and (min-width: 960px) {
  .thumbnail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.corporate-table{
	width:100%;
  border-collapse: collapse;
  margin: 10rem auto;
  max-width: 960px;
}
.access-slide__image{
  margin:6rem 0;
}
.corporate-table tr{
	border-bottom:1px solid #cecece;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 1.5rem;
}
@media screen and (min-width: 960px) {
.corporate-table tr{
	padding: 3rem 1.5rem;	
}
}
.corporate-table tr:first-child{
	border-top:1px solid #cecece;
}
.corporate-table tbody{
	display: block;
  width: 100%;
}
.corporate-table th{
	width: 30%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 500;
}
.corporate-table td{
  width: 70%;
}
@media screen and (min-width: 960px) {
.corporate-table th,.corporate-table td{
	padding: 1rem 3rem;
}
}
.corporate-table td a{
	display:inline-block;
	margin-right:15px;
}
/****************************
お問い合わせ
****************************/
.faq-content{
  margin:8rem 0;
}
.faq-content__block{
  margin-top: 5rem;
}
.faq-content__block h3{
  position: relative;
  margin-bottom: 1rem;
  font-size:2rem;
  color:#a78b6d;
}
@media screen and (min-width: 960px) {
  .faq-content__block h3{
    font-size:2.4rem;
  }
}
.faq-content__block h3::after{
  content:'';
  background:#a78b6d;
  height: 2px;
  width:120px;
  position: absolute;
  bottom:-10px;
  left:0;
}
.faq-content__block p{
  margin-top: 4rem;
  padding:0 20px;
}
.contact-form__body{
  margin:8rem 0;
  text-align: center;
}
.contact-form__body a{
  display: inline-block;
  color:#a78b6d;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
.mw_wp_form {
  max-width: 960px;
  margin: 0 auto;
}
}
.mw_wp_form {
  margin: auto;
	width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.mw_wp_form table{
	width:100%;
}
.mw_wp_form [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}
.mw_wp_form option, .mw_wp_form textarea, .mw_wp_form input[type=text], mw_wp_form select, .mw_wp_form input[type=email], .mw_wp_form input[type=search], .mw_wp_form input[type=url] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
  margin-bottom: 5px;
	width: 100%;
}
@media screen and (min-width: 560px) {
.mw_wp_form option, .mw_wp_form textarea, .mw_wp_form input[type=text], .mw_wp_form select, .mw_wp_form input[type=email], .mw_wp_form input[type=search], .mw_wp_form input[type=url] {	
	width: 100%;
}
}
.required-srt {
  display: inline-block;
  background-color:#333;
	color:#fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  line-height: 2;
	margin-left:1rem;	
}
@media screen and (min-width: 960px) {
.required-srt {
	margin-left:0;	
}
}
.mw_wp_form input[type="submit"] {
  cursor: pointer;
  max-width: 280px;
  background-color: #a78b6d;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: block;
	letter-spacing: 0.25rem;
	position: relative;
	transition:.3s;
	font-weight: 600;
	border:none;
}
.mw_wp_form input[type="submit"]:hover{
	opacity:0.6;
	
}
.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}
.form-btn__inner{
	margin-top:4rem;
}
.caption{
	color:#999;
	margin-top:5rem;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}
.submit-btn{
	cursor: pointer;
	max-width: 280px;
	background-color: #a78b6d;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition:.3s;
  font-weight: 600;
  border:none;
}
.submit-btn::after{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
#wpcf7-modify{
  cursor: pointer;
  max-width: 280px;
  background-color: #fff;
  padding: 24px 32px;
  color: #FF9103!important;
  border:1px solid #FF9103!important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition:.3s;
  font-weight: 600;
  border:none;
}
.submit-btn:hover{
	opacity:0.6;
}
.thanks-block{
	margin-bottom:16rem;
	text-align:left;
}
.thanks-block h3{
	font-size:2.4rem;
	margin-bottom:2rem;
}
@media screen and (min-width: 960px) {
.thanks-block{
	text-align:center;	
}
}
.thanks-text{
	line-height:2.4;
}
.wpcf7 form .wpcf7-response-output{
	border-color: #42455e!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	background:#fff;
	padding:10px;
	border-color: #42455e!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #42455e!important;
}
/****************************
CMS-EVENT
****************************/
.event-content{
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
.event-content{
  margin-bottom: 10rem;
}
}
.event-content h2{
  font-size:2.4rem;
  margin-bottom: 6rem;
}
.event-content li{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    max-width: 48.25%;
    margin-top:4rem;
}
@media screen and (min-width: 960px) {
  .event-content li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.event-content li p{
  text-align: right;
  margin-top:1rem;
}
.event-image__thumbnail{
  position: relative;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 1.5rem;
  height: 130px;
  background-color: #000;
}
@media screen and (min-width: 560px) {
	.event-image__thumbnail{
    height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .event-image__thumbnail{
    height: 240px;
  }
}
.event-image__thumbnail img{
  background-color: #000;
	transition: .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-content li a:hover .event-image__thumbnail img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
/****************************
プライバシーポリシー
****************************/
.privacy-content__block{
  margin-top: 4.5rem;
}
.privacy-content__block h3{
  font-size:2rem;
  margin-bottom: 1rem;
  color:#a78b6d;
}
/****************************
採用情報
****************************/
.p-recruit__inner{
	background-image:url("/wp-content/uploads/2022/03/ep.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	margin:5rem auto 4rem;
	text-align:center;
}
.p-recruit__body{
	line-height:1.65;
	text-align:center;
	margin-bottom:1rem;
	font-size:1.6rem;
	font-weight:400;
	font-weight:bold;
	padding:5px 10px;
}
.p-recruit__body span{
	font-size:13px;
}
.p-recruit__headline{
	font-size: 2.4rem;
    margin-bottom: 2.5rem;
    display: inline-block;
    background: #222;
    font-style: italic;
    color: #fff;
    line-height: 1;
    padding: 10px;
	text-align:center;
	margin:0 auto 2.5rem;
}
.u-recruit__point{
	margin-bottom:3rem;
}
.col-5{
	text-align:center;
	margin-bottom:15px;
	border:1px solid #a78b6d;
}
@media screen and (min-width: 560px) {
.col-5{
	flex:0 0 18.91%;
	max-width:18.91%;
	margin-bottom:0px;
}
}
.p-common__point{
	background-color:#a78b6d;
	padding:5px 10px;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
}