@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select::-ms-expand {
  display: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.js-slideUp {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-slideUp.is-done {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and ( max-width: 768px ) {
  .js-slideUp {
    -webkit-transform: translateY(15.6vw);
            transform: translateY(15.6vw);
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
	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: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.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: 1000px;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          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 {
  display: block;
  width: 48px;
  height: 72px;
  padding: 36px 12px 12px;
  border-radius: 0px 0px 24px 24px;
  background: #000;
  position: absolute;
  right: 70px;
  top: 0;
}
.modaal-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.modaal-close span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-mask: url("../img/common/i_close.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_close.svg");
          mask-image: url("../img/common/i_close.svg");
}
@media screen and ( max-width: 768px ) {
  .modaal-close {
    width: 12.5vw;
    height: 12.5vw;
    padding: 3.1vw;
    border-radius: 0 0 6.3vw 6.3vw;
    right: 11.5vw;
  }
  .modaal-close span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.modaal-content-container {
  height: 100vh;
  padding: 0;
}

.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;
  -webkit-transition: background 0.2s ease-in-out;
  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;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          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%;
  position: static;
}
.modaal-image .modaal-close {
  position: fixed;
}

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

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  max-height: 80vh;
  max-width: 80vh;
}
.modaal-gallery-item.is_active {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .modaal-gallery-item {
    max-width: 85vw;
  }
}

.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%;
  -webkit-transform: translateY(-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%;
  -webkit-transition: all 0.2s ease-in-out;
  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;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          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%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          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;
    -webkit-transform: none;
            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;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-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) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-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) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-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) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, serif, -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #46423B;
}
@media screen and ( max-width: 768px ) {
  body {
    font-size: 4.2vw;
  }
}

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

.scroll-fix {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

@media screen and ( max-width: 768px ) {
  .show-pc {
    display: none;
  }
}
@media screen and ( min-width: 769px ) {
  .show-sp {
    display: none;
  }
}
.wrap {
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
}

.bold {
  font-weight: 700;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100svw;
  height: 100svh;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.loading::before {
  content: "";
  display: block;
  width: 100svh;
  height: 100svh;
  margin: auto;
  background: #E2443B;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s ease-in 0.2s;
  transition: -webkit-transform 0.6s ease-in 0.2s;
  transition: transform 0.6s ease-in 0.2s;
  transition: transform 0.6s ease-in 0.2s, -webkit-transform 0.6s ease-in 0.2s;
  z-index: 1;
}
.loading::after {
  content: "";
  display: block;
  width: 100svh;
  height: 100svh;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s ease-in 0.6s;
  transition: -webkit-transform 0.6s ease-in 0.6s;
  transition: transform 0.6s ease-in 0.6s;
  transition: transform 0.6s ease-in 0.6s, -webkit-transform 0.6s ease-in 0.6s;
  z-index: 2;
}
.loading img {
  width: 100%;
  height: auto;
}
.loading__innr {
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.loading__wink {
  width: 170px;
  height: 44px;
  margin: 0 auto;
}
.loading__40th {
  width: 188px;
  height: 137px;
  margin: 10px auto 0;
}
.loading.is-done::before {
  -webkit-transform: scale(3);
          transform: scale(3);
}
.loading.is-done::after {
  -webkit-transform: scale(3);
          transform: scale(3);
}
.loading.is-done .loading__innr {
  opacity: 0;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}
@media screen and ( max-width: 768px ) {
  .loading__wink {
    width: 44.3vw;
    height: 11.5vw;
  }
  .loading__40th {
    width: 49vw;
    height: 35.7vw;
    margin-top: 2.6vw;
  }
}

.page {
  overflow: hidden;
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70.2vw;
  max-height: 1014px;
  background: url(../img/kv_bg_pc.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
.kv::before {
  content: "";
  display: block;
  max-width: 930px;
  max-height: 930px;
  width: 64.6vw;
  height: 64.6vw;
  background: url(../img/kv_bg_circle.svg) no-repeat center center/cover;
  -webkit-animation: kvCircle 40s linear infinite;
          animation: kvCircle 40s linear infinite;
  mix-blend-mode: multiply;
  position: absolute;
}
.kv__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 718px;
  max-height: 718px;
  width: 49.9vw;
  height: 49.9vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.kv__logo {
  max-width: 194px;
  max-height: 136px;
  width: 13.5vw;
  height: 9.4vw;
}
.kv__txt {
  margin-top: min(50px, 3.5vw);
  text-align: center;
  font-size: min(2rem, 1.4vw);
  font-weight: 600;
}
@media screen and ( max-width: 768px ) {
  .kv {
    width: 100svw;
    height: 100svh;
    max-height: inherit;
    background-image: url(../img/kv_bg_sp.jpg);
  }
  .kv::before {
    width: 145.3vw;
    height: 145.3vw;
  }
  .kv__circle {
    width: 119.3vw;
    height: 119.3vw;
  }
  .kv__logo {
    width: 28.9vw;
    height: 20.3vw;
  }
  .kv__txt {
    width: 74.7vw;
    margin: 4.2vw auto 1em;
    text-align: left;
    font-size: min(1.6rem, 4.2vw);
  }
}

@-webkit-keyframes kvCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes kvCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 48px;
  bottom: 56px;
  -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: 10;
}
.top-share.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.top-share.is-fix {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-share__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  height: 34px;
  margin: 0 auto;
  background: #E2443B;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-filter: drop-shadow(-1px 0px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(1px 0px 0 #fff) drop-shadow(0px 1px 0 #fff);
          filter: drop-shadow(-1px 0px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(1px 0px 0 #fff) drop-shadow(0px 1px 0 #fff);
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top-share__hdg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #E2443B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.top-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.top-share__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-share__item .share-msg {
  width: 96px;
  height: 19px;
  margin: 0 auto;
  padding: 2px 6px 4px;
  border-radius: 4px;
  background: #46423b;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  z-index: 1;
}
.top-share__item .share-msg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-bottom: 8px solid #46423b;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}
.top-share__link {
  display: block;
  width: 48px;
  height: 48px;
}
.top-share__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-share__link span::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
}
.top-share__link span.i-fb::before {
  -webkit-mask: url("../img/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_fb.svg");
          mask-image: url("../img/i_fb.svg");
}
.top-share__link span.i-x::before {
  -webkit-mask: url("../img/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_x.svg");
          mask-image: url("../img/i_x.svg");
}
.top-share__link span.i-line::before {
  -webkit-mask: url("../img/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_line.svg");
          mask-image: url("../img/i_line.svg");
}
.top-share__link span.i-share::before {
  -webkit-mask: url("../img/i_share.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_share.svg");
          mask-image: url("../img/i_share.svg");
}
@media screen and ( max-width: 768px ) {
  .top-share {
    padding: 2.1vw 4.2vw;
    border-radius: 10.4vw;
    right: 4.2vw;
    bottom: 5.7vw;
  }
  .top-share__hdg {
    width: 24vw;
    height: 4.7vw;
    font-size: 2.6vw;
    top: -6.3vw;
  }
  .top-share__hdg::after {
    border-left-width: 0.8vw;
    border-right-width: 0.8vw;
    border-top-width: 1.6vw;
    bottom: -1.3vw;
  }
  .top-share__list {
    gap: 4.2vw;
  }
  .top-share__item .share-msg {
    width: 25vw;
    height: 4.9vw;
    padding: 0.5vw 1.6vw 1vw;
    border-radius: 1vw;
    font-size: 3.1vw;
  }
  .top-share__item .share-msg::before {
    border-bottom-width: 2.1vw;
    border-left-width: 2.1vw;
    border-right-width: 2.1vw;
    top: -1.8vw;
  }
  .top-share__link {
    width: 6.3vw;
    height: 6.3vw;
  }
  .top-share__link span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.mgzn-slider {
  height: auto;
  will-change: transform;
}
.mgzn-slider__slide {
  max-height: 189px;
  height: 13.1vw;
}
.mgzn-slider__slide img {
  width: auto;
  height: 100%;
}
@media screen and ( max-width: 768px ) {
  .mgzn-slider__slide {
    max-height: inherit;
    height: 31.8vw;
  }
}

.tte-sec {
  padding: 72px 0 80px;
  background: #E2443B;
}
.tte-sec__innr {
  padding: 64px 0 64px;
}
@media screen and ( max-width: 768px ) {
  .tte-sec {
    padding: 10.4vw 0;
  }
  .tte-sec__innr {
    padding: 8.3vw 0 10.4vw;
  }
}

.tte__hdg-box {
  max-width: 1186px;
  width: 85.4vw;
  margin: 0 auto;
  color: #fff;
}
.tte__hdg {
  text-align: center;
  font-family: brandon-grotesque;
  font-size: 7.4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.tte__lead {
  margin-top: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and ( max-width: 768px ) {
  .tte__hdg-box {
    max-width: inherit;
  }
  .tte__hdg {
    width: 52.1vw;
    margin: 0 auto;
    font-size: 8.3vw;
    font-weight: 600;
  }
  .tte__lead {
    margin-top: 4.2vw;
    font-size: 4.8vw;
    text-align: left;
  }
}

.tte-timeline {
  margin: 64px 0 80px;
  padding: 0 0 40px;
  border-bottom: 2px solid #fff;
}
@media screen and ( max-width: 768px ) {
  .tte-timeline {
    width: 85.4vw;
    margin: 10.4vw auto 0;
    padding: 0 0 0 8.3vw;
    border-bottom: 0;
  }
}

.tte-timeline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1186px;
  width: 85.4vw;
  margin: 0 auto;
}
.tte-timeline-list__item {
  width: 17.5%;
  border: 2px solid #fff;
  padding: 1.4% 1.3% 2.7%;
  color: #fff;
  position: relative;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.tte-timeline-list__item:hover {
  background: #fff;
  color: #E2443B;
}
.tte-timeline-list__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
}
.tte-timeline-list__item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
}
.tte-timeline-list__year {
  text-align: center;
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.tte-timeline-list__hdg {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.tte-timeline-list__img-box {
  margin-top: 17px;
}
.tte-timeline-list__img-box img {
  display: block;
  max-width: 136px;
  width: 100%;
  margin: 0 auto;
}
.tte-timeline-list__txt-box {
  margin-top: 10.8%;
  padding-top: 8.5%;
  border-top: 1px solid #fff;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.tte-timeline-list__item:hover .tte-timeline-list__txt-box {
  border-top-color: #E2443B;
}
.tte-timeline-list__item:hover .tte-timeline-list__txt-box.border-none {
  border-top-color: transparent;
}
.tte-timeline-list__logo {
  display: none;
  padding-top: 14.2%;
}
.tte-timeline-list__item:hover .tte-timeline-list__logo {
  display: block;
}
.tte-timeline-list__logo-svg {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
  height: auto;
  fill: #E2443B;
}
.tte-timeline-list__txt {
  display: block;
}
.tte-timeline-list__item:hover .tte-timeline-list__txt {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .tte-timeline-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.4vw;
    width: auto;
    border-left: 2px solid #fff;
  }
  .tte-timeline-list__item {
    width: auto;
    margin-left: 7vw;
    padding: 2.6vw 4.2vw 4.2vw;
  }
  .tte-timeline-list__item::before {
    width: 7.6vw;
    height: 2px;
    top: 0;
    bottom: 0;
    left: -7.6vw;
    right: inherit;
  }
  .tte-timeline-list__item::after {
    content: none;
  }
  .tte-timeline-list__item.soukan {
    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;
  }
  .tte-timeline-list__year {
    width: 4em;
    height: 1em;
    margin: auto;
    line-height: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 4.2vw;
    top: 0;
    bottom: 0;
    left: -20.8vw;
    right: inherit;
  }
  .tte-timeline-list__hdg {
    font-size: 4.7vw;
  }
  .tte-timeline-list__item.soukan .tte-timeline-list__hdg {
    width: 30.7vw;
    text-align: left;
  }
  .tte-timeline-list__img-box {
    margin-top: 0;
    width: 25.8vw;
  }
  .tte-timeline-list__img-box img {
    max-width: inherit;
    margin: 0;
  }
  .tte-timeline-list__txt-box {
    margin-top: 2.1vw;
    padding-top: 2.1vw;
  }
  .tte-timeline-list__txt-box.border-none {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .tte-timeline-list__logo {
    display: block;
    padding-top: 8.1vw;
  }
  .tte-timeline-list__item:hover .tte-timeline-list__logo {
    display: block;
  }
  .tte-timeline-list__logo-svg {
    display: block;
    max-width: inherit;
    width: 49.5vw;
    fill: #fff;
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  .tte-timeline-list__item:hover .tte-timeline-list__logo-svg {
    fill: #E2443B;
  }
  .tte-timeline-list__txt {
    display: block;
    margin-top: 8.1vw;
  }
  .tte-timeline-list__item:hover .tte-timeline-list__txt {
    display: block;
  }
}

.spc-sec {
  padding: 102px 0 0;
  overflow: hidden;
}
@media screen and ( max-width: 768px ) {
  .spc-sec {
    padding: 20.8vw 0 0;
  }
}

.spc__hdg-box {
  max-width: 1186px;
  width: 85.4vw;
  margin: 0 auto;
}
.spc__hdg {
  text-align: center;
  font-family: brandon-grotesque;
  color: #E2443B;
  font-size: 7.4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.spc__lead {
  margin-top: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and ( max-width: 768px ) {
  .spc__hdg-box {
    max-width: inherit;
  }
  .spc__hdg {
    width: 49vw;
    margin: 0 auto;
    font-size: 8.3vw;
  }
  .spc__lead {
    margin-top: 4.2vw;
    font-size: 4.7vw;
  }
}

.spc-cnt {
  margin: 48px 0 0;
  position: relative;
}
.spc-cnt::before, .spc-cnt::after {
  content: "";
  display: block;
  width: 5.9vw;
  height: 122.8vw;
  max-width: 85px;
  max-height: 1768px;
  -webkit-mask: url("../img/sc_bg_40th_txt.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/sc_bg_40th_txt.svg");
          mask-image: url("../img/sc_bg_40th_txt.svg");
  position: absolute;
  top: 0;
  z-index: -1;
}
.spc-cnt::before {
  left: -8px;
}
.spc-cnt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -8px;
}
.spc-cnt__innr {
  position: relative;
}
.spc-cnt__innr::after {
  content: "";
  display: block;
  width: 83.3vw;
  height: 83.3vw;
  max-width: 1200px;
  max-height: 1200px;
  margin: auto;
  border-radius: 100%;
  background: #E2443B;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and ( max-width: 768px ) {
  .spc-cnt {
    margin: 9.6vw 0 0;
  }
  .spc-cnt::before, .spc-cnt::after {
    content: none;
  }
  .spc-cnt__innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19.5vw 0 30.7vw;
  }
  .spc-cnt__innr::after {
    width: 140vw;
    height: auto;
    max-width: inherit;
    max-height: inherit;
    left: inherit;
    right: inherit;
    border-radius: 100vw/40vw;
  }
}

.spc-cnt-list {
  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;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 56px;
  max-width: 1116px;
  width: 85.4vw;
  margin: 0 auto;
  padding-bottom: 96px;
}
.spc-cnt-list__item {
  width: 47.5%;
  position: relative;
}
.spc-cnt-list__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b8322a;
  border-radius: 0px min(96px, 7.5vw) 0px 0px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
  mix-blend-mode: multiply;
}
.spc-cnt-list__item:nth-child(even)::after {
  -webkit-transform: translateY(96px);
          transform: translateY(96px);
}
.spc-cnt-list__link {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 0px min(96px, 7.5vw) 0px 0px;
  overflow: hidden;
  position: relative;
}
.spc-cnt-list__item:nth-child(even) .spc-cnt-list__link {
  -webkit-transform: translateY(96px);
          transform: translateY(96px);
}
.spc-cnt-list__img-box {
  position: relative;
}
.spc-cnt-list__link:not([href]) .spc-cnt-list__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spc-cnt-list__link:not([href]) .spc-cnt-list__img-box::before {
  content: "";
  display: block;
  background: #46423B;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.spc-cnt-list__link:not([href]) .spc-cnt-list__img-box::after {
  content: "Coming soon...";
  color: #fff;
  text-align: center;
  font-family: brandon-grotesque;
  font-size: min(6.4rem, 4.4vw);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
  z-index: 2;
}
.spc-cnt-list__img {
  border-radius: 0px min(96px, 7.5vw) 0px 0px;
  overflow: hidden;
}
.spc-cnt-list__img img {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.spc-cnt-list__link:is([href]):hover .spc-cnt-list__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.spc-cnt-list__txt-box {
  padding: 16px 24px 32px 32px;
  position: relative;
  z-index: 1;
}
.spc-cnt-list__hdg {
  color: #E2443B;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.spc-cnt-list__sub-hdg {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.spc-cnt-list__txt {
  margin-top: 8px;
  padding-right: 126px;
  font-size: 1.6rem;
}
.spc-cnt-list__btn {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  padding: 12px;
  background: #f0f0ee;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.spc-cnt-list__btn::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #f0f0ee;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.spc-cnt-list__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-mask: url("../img/i_spc_arrow.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #f0f0ee;
  -webkit-mask-image: url("../img/i_spc_arrow.svg");
          mask-image: url("../img/i_spc_arrow.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spc-cnt-list__link:is([href]) .spc-cnt-list__btn {
  background: #fff;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.spc-cnt-list__link:is([href]) .spc-cnt-list__btn::before {
  border-color: #E2443B;
}
.spc-cnt-list__link:is([href]) .spc-cnt-list__btn::after {
  background: #E2443B;
}
.spc-cnt-list__link:is([href]):hover .spc-cnt-list__btn {
  background: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .spc-cnt-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
    row-gap: 10.4vw;
    max-width: inherit;
    width: 85.4vw;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .spc-cnt-list__item {
    width: 100%;
    position: relative;
  }
  .spc-cnt-list__item::after {
    background: #b8322a;
    border-radius: 0 15.4vw 0 0;
    top: 1.8vw;
    left: 1.8vw;
  }
  .spc-cnt-list__item:nth-child(even)::after {
    -webkit-transform: none;
            transform: none;
  }
  .spc-cnt-list__link {
    height: auto;
    border-radius: 0 15.4vw 0 0;
    position: static;
  }
  .spc-cnt-list__item:nth-child(even) .spc-cnt-list__link {
    -webkit-transform: none;
            transform: none;
  }
  .spc-cnt-list__link:not([href]) .spc-cnt-list__img-box::after {
    content: "Coming\asoon...";
    font-size: 12.5vw;
    white-space: pre;
    -webkit-transform: none;
            transform: none;
  }
  .spc-cnt-list__img {
    border-radius: 0 15.4vw 0 0;
  }
  .spc-cnt-list__img-btn {
    width: 18.8vw;
    height: 18.8vw;
    border-radius: 100%;
    padding: 2.1vw;
    background: #fff;
    position: absolute;
    right: 3.4vw;
    bottom: 4.2vw;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .spc-cnt-list__img-btn::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14.6vw;
    height: 14.6vw;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #E2443B;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .spc-cnt-list__img-btn::after {
    content: "";
    display: block;
    width: 3.4vw;
    height: 3.4vw;
    margin: auto;
    -webkit-mask: url("../img/i_spc_arrow.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #E2443B;
    -webkit-mask-image: url("../img/i_spc_arrow.svg");
            mask-image: url("../img/i_spc_arrow.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .spc-cnt-list__link:is([href]):hover .spc-cnt-list__img-btn {
    background: #E2443B;
  }
  .spc-cnt-list__txt-box {
    padding: 4.2vw;
  }
  .spc-cnt-list__hdg {
    font-size: 5.2vw;
  }
  .spc-cnt-list__sub-hdg {
    margin-top: 2.1vw;
    font-size: 4.2vw;
  }
  .spc-cnt-list__txt {
    margin-top: 2.1vw;
    padding-right: 0;
    font-size: 4.2vw;
  }
  .spc-cnt-list__btn {
    display: none;
  }
}

.spc-more {
  max-width: 1116px;
  width: 85.4vw;
  margin: 104px auto 0;
}
.spc-more__hdg {
  color: #E2443B;
  text-align: center;
  font-family: brandon-grotesque;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.spc-more__lead {
  margin-top: 8px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and ( max-width: 768px ) {
  .spc-more {
    max-width: inherit;
    margin: 16.7vw auto 0;
  }
  .spc-more__hdg {
    font-size: 8.3vw;
  }
  .spc-more__lead {
    margin-top: 2.1vw;
    font-size: 4.7vw;
  }
}

.btm-menu {
  max-width: 1280px;
  width: 85.4vw;
  margin: 175px auto 0;
}
.btm-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btm-menu__item {
  width: 31.3%;
  min-width: 342px;
  border-top: 1px solid #46423B;
  border-bottom: 1px solid #46423B;
}
.btm-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 106px;
  color: #46423B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.btm-menu__link::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  -webkit-mask: url("../img/i_arrow_up_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/i_arrow_up_right.svg");
          mask-image: url("../img/i_arrow_up_right.svg");
}
.btm-menu__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .btm-menu {
    max-width: inherit;
    margin: 7.8vw auto 0;
  }
  .btm-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    border-bottom: 1px solid #46423B;
  }
  .btm-menu__item {
    width: 100%;
    min-width: inherit;
    border-top: 1px solid #46423B;
    border-bottom: 0;
  }
  .btm-menu__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 16.7vw;
    padding: 2.1vw 4.2vw;
    font-size: 5.2vw;
  }
  .btm-menu__link::after {
    width: 12.5vw;
    height: 12.5vw;
  }
}

.btm-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 106px;
  -webkit-column-gap: min(40px, 2.8vw);
     -moz-column-gap: min(40px, 2.8vw);
          column-gap: min(40px, 2.8vw);
  padding: 16px 0;
}
.btm-menu-sns__hdg {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
}
.btm-menu-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btm-menu-sns__item {
  margin-left: 28px;
}
.btm-menu-sns__item:first-child {
  margin-left: 0;
}
.btm-menu-sns__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.btm-menu-sns__link:hover {
  opacity: 0.8;
}
.btm-menu-sns__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.btm-menu-sns__link span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.btm-menu-sns__link span.i-fb::before {
  -webkit-mask: url("../img/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_fb.svg");
          mask-image: url("../img/i_fb.svg");
}
.btm-menu-sns__link span.i-inst::before {
  -webkit-mask: url("../img/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_inst.svg");
          mask-image: url("../img/i_inst.svg");
}
.btm-menu-sns__link span.i-x::before {
  -webkit-mask: url("../img/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_x.svg");
          mask-image: url("../img/i_x.svg");
}
.btm-menu-sns__link span.i-line::before {
  -webkit-mask: url("../img/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/i_line.svg");
          mask-image: url("../img/i_line.svg");
}
@media screen and ( max-width: 768px ) {
  .btm-menu-sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
    min-height: 16.7vw;
    padding: 2.1vw 4.2vw;
  }
  .btm-menu-sns__hdg {
    font-size: 5.2vw;
  }
  .btm-menu-sns__item {
    margin-left: 6.3vw;
  }
  .btm-menu-sns__link span::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}

.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 114px;
}
.pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E2443B;
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.pagetop__link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  -webkit-mask: url("../img/i_arrow_up.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/i_arrow_up.svg");
          mask-image: url("../img/i_arrow_up.svg");
}
.pagetop__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .pagetop {
    margin-top: 21.6vw;
  }
  .pagetop__link {
    font-size: 4.2vw;
  }
  .pagetop__link::after {
    width: 8.3vw;
    height: 8.3vw;
    margin-left: 2.1vw;
  }
}

.hdr {
  mix-blend-mode: multiply;
  position: fixed;
  top: min(39px, 2.7vw);
  left: min(50px, 3.5vw);
  z-index: 10;
}
.hdr__logo {
  max-width: 253px;
  max-height: 66px;
  width: 17.6vw;
  height: 4.6vw;
}
@media screen and ( max-width: 768px ) {
  .hdr {
    width: 32.9vw;
    height: 8.6vw;
    margin: 0 auto;
    position: fixed;
    top: 5.2vw;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .hdr__logo {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
  }
}

.ftr {
  margin-top: 50px;
  padding: 40px 0;
  background: #E2443B;
}
.ftr__innr {
  max-width: 1280px;
  width: 85.4vw;
  margin: 0 auto;
}
.ftr__logo {
  width: 315px;
  margin: 0 auto;
}
.ftr__copy {
  margin-top: 40px;
  text-align: center;
}
.ftr__copy-txt {
  font-size: 1rem;
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .ftr {
    margin-top: 10.4vw;
    padding: 6.5vw 0 3.9vw;
  }
  .ftr__innr {
    max-width: inherit;
  }
  .ftr__logo {
    width: 44.3vw;
  }
  .ftr__copy {
    margin-top: 6.3vw;
  }
  .ftr__copy-txt {
    font-size: 2.6vw;
  }
}