@charset "UTF-8";
/* 変数設定 */
/********************/
html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Geneva,sans-serif", "Noto Sans JP", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
body img {
  position: relative;
  width: 100%;
  height: auto;
}

.ie-error {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #000;
  font-size: 24px;
  text-align: center;
  line-height: 2;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  padding: 80px 40px;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .ie-error {
    padding: 160px 80px;
  }
}

svg {
  fill: #000;
}

.marker-color {
  background: #f4f0e7;
  padding: 0 20px 5px 20px;
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br_tl {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .br_tl {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .br_pc {
    display: block;
  }
}

hr {
  border-top: 1px dotted #8c8c8c;
  margin: 40px 0;
}
@media screen and (min-width: 769px) {
  hr {
    margin: 140px 0;
  }
}

.text-bold {
  font-weight: 700;
}

.text-exbold {
  font-weight: 900;
}

.text-rmark {
  font-size: 1.1rem;
  vertical-align: super;
}

/*テキストカラー*/
.text-red {
  color: red;
}

.text-blue {
  color: #033480;
}

a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out; /* Opera */
  -moz-transition: all 0.4s ease-out; /* Firefox */
  -webkit-transition: all 0.4s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out; /* IE */
}
a:hover {
  color: #dcc2a5;
  /*text-decoration: underline;*/
}

a img {
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out; /* Opera */
  -moz-transition: all 0.4s ease-out; /* Firefox */
  -webkit-transition: all 0.4s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out; /* IE */
}
a:hover img {
  opacity: 0.6;
}

.telephone {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .telephone {
    margin-top: -3px;
  }
}
.telephone a {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-decoration: none;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .telephone a {
    pointer-events: none;
    font-size: 18px;
  }
}
.telephone:last-child {
  margin-bottom: 0;
}

.btn-box {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.btn-box a {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  border: #ffffff 1px solid;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: all 0.4s ease-out;
  width: 160px;
  padding: 10px 20px;
}
@media screen and (min-width: 769px) {
  .btn-box a {
    padding: 15px 30px;
  }
}
.btn-box a:hover {
  color: #dcc2a5;
  border: #dcc2a5 1px solid;
}
.btn-box.gray-out {
  display: inline-block;
  background: #000000;
  color: #666;
  border: #666 1px solid;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.4s ease-out;
  width: 220px;
  padding: 10px 20px;
}
@media screen and (min-width: 769px) {
  .btn-box.gray-out {
    font-size: 18px;
    padding: 15px 30px;
    margin-bottom: 10px;
  }
}

.icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .icon-link {
    font-size: 16px;
  }
}
.icon-link .link-text {
  text-decoration: underline;
}

.icon-link .material-symbols-outlined {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .icon-link .material-symbols-outlined {
    font-size: 20px;
  }
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
.instagram-link img {
  width: 20px;
  height: auto;
  display: block;
}
.instagram-link:hover {
  color: #dcc2a5;
}
.instagram-link:hover img {
  opacity: 1;
}

.header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /*padding: 22px 20px;*/
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header {
    /*padding: 22px 40px;*/
    background: #000000;
  }
}

.navi {
  position: absolute;
  width: 100px;
  top: 20px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .navi {
    right: 40px;
  }
}
.navi__btn {
  position: relative;
  box-sizing: border-box;
}
.navi__btn-sns {
  display: none;
  position: relative;
  letter-spacing: -0.5em;
}
@media screen and (min-width: 768px) {
  .navi__btn-sns {
    display: block;
  }
}
.navi__btn-sns li {
  display: inline-block;
  letter-spacing: normal;
  width: 30px;
  height: 30px;
  padding-left: 20px;
}
.navi__btn-sns li img {
  width: 100%;
  height: 100%;
}
.navi__btn-menu {
  position: fixed;
  width: 34px;
  height: 34px;
  top: 18px;
  right: 13px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .navi__btn-menu {
    width: 34px;
    height: 34px;
    right: 38px;
  }
}

/* ======================================
footer
======================================*/
.footer {
  position: relative;
  /*box-sizing: border-box;*/
  background: #000000;
  background-size: cover;
  background-position: center;
  background-image: url(../images/photo_top_05.jpg);
  width: 100%;
  padding: 60px 0;
  /*margin-top: 40px;*/
}
@media screen and (min-width: 768px) {
  .footer {
    /*height: 360px;*/
    padding: 100px 0;
    margin-top: 40px;
  }
}
.footer__logo {
  position: relative;
  width: 130px;
  /*height: 70px;*/
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    /*padding-bottom: 25px;*/
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__copyright {
  position: relative;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
.footer__privacy {
  position: relative;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    margin-top: 120px;
  }
}
.footer__sns {
  position: relative;
  width: 60px;
  /*height: 70px;*/
  margin: 0 auto;
  /*padding-top: 40px;*/
}
@media screen and (min-width: 768px) {
  .footer__sns {
    width: 70px;
    margin: 0 auto;
  }
}
.footer__sns img {
  width: 100%;
  height: 100%;
}

.footer__sns ul {
  position: relative;
  width: 70px;
}

.footer__sns li {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 30px;
}

.footer__sns li:last-child {
  margin-right: 0px;
}

.footer__sns li a {
  /*width: 30px;*/
  height: 30px;
}

.back-top__btn {
  position: fixed;
  background: url(../images/btn_arrow_01_ro.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .back-top__btn {
    background-size: 40px;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 44px;
  }
  .back-top__btn a:hover {
    opacity: 0;
  }
}
.back-top__btn img {
  width: 100%;
  height: 100%;
}

.sticky-area {
  position: relative;
  text-align: center;
}

.modal__photo {
  position: relative;
}
.modal__title {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 20px 0 20px;
}
@media screen and (min-width: 769px) {
  .modal__title {
    font-size: 16px;
    padding: 60px 40px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .modal__title {
    font-size: 16px;
    padding-top: 60px;
  }
}
.modal__text {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-optical-sizing: auto;
  line-height: 1.8;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 769px) {
  .modal__text {
    font-size: 16px;
    max-width: 700px;
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .modal__text {
    font-size: 16px;
    padding-top: 30px;
  }
}
.modal__caption {
  position: relative;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-optical-sizing: auto;
  line-height: 1.8;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
}
@media screen and (min-width: 769px) {
  .modal__caption {
    font-size: 14px;
    max-width: 700px;
    padding: 10px 40px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .modal__caption {
    font-size: 14px;
    padding-top: 10px;
  }
}

/* ======================================
delighter
======================================*/
/* 基本のスタイル */
.top-detail__title-num.delighter,
.top-news__title.delighter {
  transition: all 1s ease-out;
  transform: translateY(-20%);
  opacity: 0;
}

/* スタート時のスタイル */
.top-detail__title-num.delighter.started,
.top-news__title.delighter.started {
  transform: none;
  opacity: 1;
}

/* 基本のスタイル */
.fade-in.delighter {
  transition: all 1.5s ease-out;
  opacity: 0;
}

/* スタート時のスタイル */
.fade-in.delighter.started {
  transform: none;
  opacity: 1;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10010;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1024px;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #333;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .modaal-close:before, .modaal-close:after {
    top: 8px;
    left: 18px;
    width: 2px;
    height: 22px;
  }
}
.modaal-close:before {
  background: #000000;
  transform: rotate(-45deg);
}

.modaal-close:after {
  background: #000000;
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .modaal-close {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (max-height: 900px) {
  .modaal-video-container {
    max-width: 1500px;
    box-sizing: border-box;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}


/*全て共通：hideエリアをはじめは非表示*/
.hide_area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: black;
}

.modaal-close:hover {
  background: #dcc2a5;
}

.modaal-close {
  background: black;
  border: 1px solid #fff;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* -----------------------------------------
//screen reader
----------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

* html .clearfix {
  zoom: 1;
}

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

/*# sourceMappingURL=style.css.map */