@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: 'Noto Sans JP', sans-serif;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  font-size: 62.5%;
}

_:-ms-lang(x)::-ms-backdrop, html {
  font-family: YakuHanJP, "Crimson Text", "メイリオ", sans-serif;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.67;
  letter-spacing: .12em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: #132738;
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  position: relative;
}

a {
  outline: 0;
  color: #000;
  text-decoration: none;
  transition: .5s;
}

a:hover {
  color: #7daeb1;
}

:focus, a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}

button, input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
}

button, select {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  margin-top: 14.66667vw;
}

body:not(.is-load) .main {
  display: none;
}

.content-inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.btn-white-small {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border: 1px solid #e6e7e7;
  border-radius: 15px;
  width: 40.53333vw;
  height: 8.66667vw;
}

.btn-white-small__text {
  font-size: 1.4rem;
  color: #a3cf3c;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  padding: 5.33333vw;
}

.btn-wrap .btn-white-small {
  pointer-events: auto;
}

.hero-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}

.hero-wrap h1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-wrap h1 img {
  z-index: 10;
  position: absolute;
  object-fit: contain;
}

.hero-wrap #stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 200px;
}

.hero-wrap .pic {
  position: absolute;
  width: 100%;
}

.hero-wrap .pic img {
  width: 100%;
  height: 200px;
  opacity: 0;
  -moz-animation: imgTrans 12s infinite;
  -webkit-animation: imgTrans 12s ease-in infinite;
  animation: imgTrans 24s infinite;
}

.hero-wrap #photo1 img {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-wrap #photo2 img {
  -moz-animation-delay: 8s;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.hero-wrap #photo3 img {
  -moz-animation-delay: 16s;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.page-top__gallery__text{
	text-align: center;
  margin: 2em;
}
.loopSlide {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}

.loopSlide ul {
  padding: 0;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}

.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}

.loopSlide ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-right: 2.66667vw;
}

.loopSlide ul li img {
  display: block;
  object-fit: contain;
  box-shadow: 10px 10px 15px -10px;
}

.loopSlide:hover ul {
  animation-play-state: paused;
}
/* クリックでポップアップ */
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.loader {
  color: #fff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fdedee;
  background-image: url("img/img05.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}

.sec-heading .sec-heading-title {
  text-align: center;
  color: #a3cf3c;
  margin: 0 0 4vw 0;
  font: 3rem centurygothic;
  font-weight: 500;
}

.sec-heading .sec-heading-title span {
  display: block;
  font-size: 1.2rem;
  color: #635245;
}

.header {
  width: 100%;
  height: 120px;
}

.header .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.header .header__logo {
  width: 15%;
}

.header .header__humberger {
  padding: 2.66667vw;
  margin-right: -2.66667vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header .header__humberger:after, .header .header__humberger:before {
  content: '';
  display: block;
  width: 6.4vw;
  height: 2px;
  background: #132738;
  transition: .2s;
  z-index: 900;
}

.header .header__humberger:before {
  margin-bottom: 2.13333vw;
}

.is-navi-open .header .header__humberger:before {
  transform: rotate(45deg);
  background: #000;
  margin-bottom: 0;
}

.header .header__humberger:after {
  margin-top: 2.13333vw;
}

.is-navi-open .header .header__humberger:after {
  transform: rotate(-45deg);
  margin-top: -2px;
  background: #000;
}

.header .header__humberger__inner {
  display: block;
  width: 6.4vw;
  height: 2px;
  background: #132738;
}

.is-navi-open .header .header__humberger__inner {
  display: none
}

.header .header__menu-logo {
  width: 15%;
}

.header .header__menu__link a {
  display: block;
}

.header .header__menu__link span {
  display: inline-block;
  position: relative;
  color: #000;
}

.footer {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 100;
  color: #fff;
}

.footer .footer__list {
  display: flex;
}

.footer .footer__list ul {
  display: flex;
}

.footer .footer__list li {
  font-size: 1.2rem;
}

.footer .footer__list li a {
  color: #fff;
}

.footer .footer__logo {
  width: 40%;
}

.footer .footer__bottom {
  text-align: right;
  font-size: .8rem;
  letter-spacing: .1em;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important;
  }
}

@media (min-width:768px) {
  body {
    min-width: 1032px;
    line-height: 1.87;
  }
  .only-sp {
    display: none!important;
  }
  .main {
    margin-top: 80px;
  }
  .content-inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
  .btn-white-small {
    width: 142px;
    height: 34px;
    border-radius: 15px;
    transition: .6s;
    cursor: pointer;
  }
  .btn-white-small:hover {
    background: #fdedee;
  }
  .btn-wrap {
    padding: 40px;
  }
  .hero-wrap {
    height: 600px;
  }
  .hero-wrap #stage {
    height: 600px;
  }
  .hero-wrap .pic img {
    height: 600px;
  }
  .loopSlide ul li {
    width: 100%;
    height: auto;
    margin-right: 2em;
  }
  .sec-heading .sec-heading-title {
    margin: 0 0 40px 0;
  }
  .header {
    margin-top: 25px;
  }
  .header .header__humberger {
    display: none;
  }
  .header .header__menu-logo {
    display: none;
  }
  .header .header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 30px;
  }
  .header .header__menu-box {
    display: flex;
  }
  .header .header__menu__link {
    height: 100%;
  }
  .header .header__menu__link a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    letter-spacing: .1em;
  }
  .header .header__menu__link span {
    color: #132738;
  }
  .header .header__menu__link span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: #a3cf3c;
    transition: .6s;
    transform: scaleX(0);
  }
  .header .header__menu__link:hover span:after {
    transform: scaleX(1);
  }
  .header .header__menu__link--only-sp {
    display: none;
  }
  .footer .footer__list {
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer__list li {
    font-size: 1.3rem;
  }
  .footer .footer__list li:not(:last-child) {
    margin-right: 1em;
  }
  .footer .footer__list li a {
    transition: .6s;
  }
  .footer .footer__list li a:hover {
    color: #7daeb1;
  }
  .footer .footer__logo {
    width: 15%;
  }
  .footer .footer__bottom {
    font-size: 1.1rem;
    padding-bottom: 1em;
  }
}

@media (max-width:767px) {
  html {
    font-size: calc(1000vw / 375);
  }
  input, select, textarea {
    font-size: 1.6rem;
  }
  .only-wide {
    display: none!important;
  }
  .hero-wrap h1 {
    width: 80%;
  }
  .loopSlide ul li {
    width: 100%;
    height: auto;
  }
  .header {
    height: 12vw;
    margin-top: 3.33333vw;
  }
  .header .header__logo {
    width: 25%;
  }
  .header .header__menu {
    padding: 32vw 16px 21.33333vw 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fdedee;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transform: translateX(0);
    transition: .4s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body:not(.is-navi-open) .header .header__menu {
    transform: translateX(-100%);
    transition: .4s;
  }
  .header .header__menu__link {
    font-size: 1.7rem;
    position: relative;
  }
  .header .header__menu__link::before {
    display: block;
    position: absolute;
    content: '';
    display: block;
    width: 84vw;
    height: 100%;
    border-top: solid 1px #fff;
    top: 0;
    left: 0;
  }
  .header .header__menu__link:last-child::after {
    display: block;
    position: absolute;
    content: '';
    display: block;
    width: 84vw;
    height: 100%;
    border-top: solid 1px #fff;
    bottom: -103%;
    left: 0;
  }
  .header .header__menu__link a {
    position: relative;
    padding: 5.33333vw 0;
  }
  .header .header__menu__link a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-size: contain;
    vertical-align: middle;
  }
  .footer .footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__list li {
    width: 40vw;
    text-align: center;
    padding-bottom: 1em;
  }
  .footer .footer__bottom {
    padding-bottom: 1em;
  }
}

@-webkit-keyframes imgTrans {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes imgTrans {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imgTrans {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}