@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h2, h3, .font-bold {
  font-weight: normal;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  background-color: #fff;
}

body {
  font: 16px/1 "Barlow Condensed", "Noto Sans JP", Meiryo, Arial, Helvetica;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid black;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

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

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

a {
  color: #286ecd;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  display: none;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-appearance: none;
  background: none;
  border-width: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=text], input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

[hidden] {
  display: none !important;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 767.98px) {
  .mt-0-sp {
    margin-top: 0;
  }
  .mr-0-sp {
    margin-right: 0;
  }
  .mb-0-sp {
    margin-bottom: 0;
  }
  .ml-0-sp {
    margin-left: 0;
  }
  .mt-5-sp {
    margin-top: 5px;
  }
  .mr-5-sp {
    margin-right: 5px;
  }
  .mb-5-sp {
    margin-bottom: 5px;
  }
  .ml-5-sp {
    margin-left: 5px;
  }
  .mt-10-sp {
    margin-top: 10px;
  }
  .mr-10-sp {
    margin-right: 10px;
  }
  .mb-10-sp {
    margin-bottom: 10px;
  }
  .ml-10-sp {
    margin-left: 10px;
  }
  .mt-15-sp {
    margin-top: 15px;
  }
  .mr-15-sp {
    margin-right: 15px;
  }
  .mb-15-sp {
    margin-bottom: 15px;
  }
  .ml-15-sp {
    margin-left: 15px;
  }
  .mt-20-sp {
    margin-top: 20px;
  }
  .mr-20-sp {
    margin-right: 20px;
  }
  .mb-20-sp {
    margin-bottom: 20px;
  }
  .ml-20-sp {
    margin-left: 20px;
  }
  .mt-25-sp {
    margin-top: 25px;
  }
  .mr-25-sp {
    margin-right: 25px;
  }
  .mb-25-sp {
    margin-bottom: 25px;
  }
  .ml-25-sp {
    margin-left: 25px;
  }
  .mt-30-sp {
    margin-top: 30px;
  }
  .mr-30-sp {
    margin-right: 30px;
  }
  .mb-30-sp {
    margin-bottom: 30px;
  }
  .ml-30-sp {
    margin-left: 30px;
  }
  .mt-35-sp {
    margin-top: 35px;
  }
  .mr-35-sp {
    margin-right: 35px;
  }
  .mb-35-sp {
    margin-bottom: 35px;
  }
  .ml-35-sp {
    margin-left: 35px;
  }
  .mt-40-sp {
    margin-top: 40px;
  }
  .mr-40-sp {
    margin-right: 40px;
  }
  .mb-40-sp {
    margin-bottom: 40px;
  }
  .ml-40-sp {
    margin-left: 40px;
  }
  .mt-45-sp {
    margin-top: 45px;
  }
  .mr-45-sp {
    margin-right: 45px;
  }
  .mb-45-sp {
    margin-bottom: 45px;
  }
  .ml-45-sp {
    margin-left: 45px;
  }
  .mt-50-sp {
    margin-top: 50px;
  }
  .mr-50-sp {
    margin-right: 50px;
  }
  .mb-50-sp {
    margin-bottom: 50px;
  }
  .ml-50-sp {
    margin-left: 50px;
  }
  .mt-55-sp {
    margin-top: 55px;
  }
  .mr-55-sp {
    margin-right: 55px;
  }
  .mb-55-sp {
    margin-bottom: 55px;
  }
  .ml-55-sp {
    margin-left: 55px;
  }
  .mt-60-sp {
    margin-top: 60px;
  }
  .mr-60-sp {
    margin-right: 60px;
  }
  .mb-60-sp {
    margin-bottom: 60px;
  }
  .ml-60-sp {
    margin-left: 60px;
  }
  .mt-65-sp {
    margin-top: 65px;
  }
  .mr-65-sp {
    margin-right: 65px;
  }
  .mb-65-sp {
    margin-bottom: 65px;
  }
  .ml-65-sp {
    margin-left: 65px;
  }
  .mt-70-sp {
    margin-top: 70px;
  }
  .mr-70-sp {
    margin-right: 70px;
  }
  .mb-70-sp {
    margin-bottom: 70px;
  }
  .ml-70-sp {
    margin-left: 70px;
  }
  .mt-75-sp {
    margin-top: 75px;
  }
  .mr-75-sp {
    margin-right: 75px;
  }
  .mb-75-sp {
    margin-bottom: 75px;
  }
  .ml-75-sp {
    margin-left: 75px;
  }
  .mt-80-sp {
    margin-top: 80px;
  }
  .mr-80-sp {
    margin-right: 80px;
  }
  .mb-80-sp {
    margin-bottom: 80px;
  }
  .ml-80-sp {
    margin-left: 80px;
  }
}
.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 767.98px) {
  .pt-0-sp {
    padding-top: 0;
  }
  .pr-0-sp {
    padding-right: 0;
  }
  .pb-0-sp {
    padding-bottom: 0;
  }
  .pl-0-sp {
    padding-left: 0;
  }
  .pt-5-sp {
    padding-top: 5px;
  }
  .pr-5-sp {
    padding-right: 5px;
  }
  .pb-5-sp {
    padding-bottom: 5px;
  }
  .pl-5-sp {
    padding-left: 5px;
  }
  .pt-10-sp {
    padding-top: 10px;
  }
  .pr-10-sp {
    padding-right: 10px;
  }
  .pb-10-sp {
    padding-bottom: 10px;
  }
  .pl-10-sp {
    padding-left: 10px;
  }
  .pt-15-sp {
    padding-top: 15px;
  }
  .pr-15-sp {
    padding-right: 15px;
  }
  .pb-15-sp {
    padding-bottom: 15px;
  }
  .pl-15-sp {
    padding-left: 15px;
  }
  .pt-20-sp {
    padding-top: 20px;
  }
  .pr-20-sp {
    padding-right: 20px;
  }
  .pb-20-sp {
    padding-bottom: 20px;
  }
  .pl-20-sp {
    padding-left: 20px;
  }
  .pt-25-sp {
    padding-top: 25px;
  }
  .pr-25-sp {
    padding-right: 25px;
  }
  .pb-25-sp {
    padding-bottom: 25px;
  }
  .pl-25-sp {
    padding-left: 25px;
  }
  .pt-30-sp {
    padding-top: 30px;
  }
  .pr-30-sp {
    padding-right: 30px;
  }
  .pb-30-sp {
    padding-bottom: 30px;
  }
  .pl-30-sp {
    padding-left: 30px;
  }
  .pt-35-sp {
    padding-top: 35px;
  }
  .pr-35-sp {
    padding-right: 35px;
  }
  .pb-35-sp {
    padding-bottom: 35px;
  }
  .pl-35-sp {
    padding-left: 35px;
  }
  .pt-40-sp {
    padding-top: 40px;
  }
  .pr-40-sp {
    padding-right: 40px;
  }
  .pb-40-sp {
    padding-bottom: 40px;
  }
  .pl-40-sp {
    padding-left: 40px;
  }
  .pt-45-sp {
    padding-top: 45px;
  }
  .pr-45-sp {
    padding-right: 45px;
  }
  .pb-45-sp {
    padding-bottom: 45px;
  }
  .pl-45-sp {
    padding-left: 45px;
  }
  .pt-50-sp {
    padding-top: 50px;
  }
  .pr-50-sp {
    padding-right: 50px;
  }
  .pb-50-sp {
    padding-bottom: 50px;
  }
  .pl-50-sp {
    padding-left: 50px;
  }
  .pt-55-sp {
    padding-top: 55px;
  }
  .pr-55-sp {
    padding-right: 55px;
  }
  .pb-55-sp {
    padding-bottom: 55px;
  }
  .pl-55-sp {
    padding-left: 55px;
  }
  .pt-60-sp {
    padding-top: 60px;
  }
  .pr-60-sp {
    padding-right: 60px;
  }
  .pb-60-sp {
    padding-bottom: 60px;
  }
  .pl-60-sp {
    padding-left: 60px;
  }
  .pt-65-sp {
    padding-top: 65px;
  }
  .pr-65-sp {
    padding-right: 65px;
  }
  .pb-65-sp {
    padding-bottom: 65px;
  }
  .pl-65-sp {
    padding-left: 65px;
  }
  .pt-70-sp {
    padding-top: 70px;
  }
  .pr-70-sp {
    padding-right: 70px;
  }
  .pb-70-sp {
    padding-bottom: 70px;
  }
  .pl-70-sp {
    padding-left: 70px;
  }
  .pt-75-sp {
    padding-top: 75px;
  }
  .pr-75-sp {
    padding-right: 75px;
  }
  .pb-75-sp {
    padding-bottom: 75px;
  }
  .pl-75-sp {
    padding-left: 75px;
  }
  .pt-80-sp {
    padding-top: 80px;
  }
  .pr-80-sp {
    padding-right: 80px;
  }
  .pb-80-sp {
    padding-bottom: 80px;
  }
  .pl-80-sp {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

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

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  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 {
  border: none;
  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: 1190px;
  border-radius: 0px;
  background: #fff;
  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;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  background: url(../images/btn_close_0003.png) no-repeat 0 0;
  top: 88px;
  width: 1190px;
  height: 40px;
  margin: 0 auto;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.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: none;
  content: " ";
  position: absolute;
  top: 54px;
  left: 23px;
  width: 1px;
  height: 38px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  left: 100px;
  top: 88px;
  width: 1190px;
  margin: 0 auto;
}

.modaal-content-container {
  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;
  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;
  }
}
.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);
}

:root {
  --theme-color__010: #000;
  --theme-color__020: #eee;
  --theme-color__030: #1f1f1f;
  --theme-color__040: #242424;
  --theme-color__050: #fff;
  --theme-color__070: #788B4F;
  --theme-fontsize__010: 1.6rem;
  --theme-fontsize__010_sp: 1.2rem;
  --theme-fontsize__010_tablet: 1.2rem;
  --theme-fontsize__020: 4rem;
  --theme-fontsize__020_sp: 1.8rem;
  --theme-fontsize__020_tablet: 2.4rem;
  --theme-fontsize__030: 3rem;
  --theme-fontsize__030_sp: 2.6rem;
  --theme-fontsize__030_tablet: 2rem;
  --theme-fontsize__040: 3.2rem;
  --theme-fontsize__040_sp: 1.6rem;
  --theme-fontsize__040_tablet: 2.2rem;
  --theme-fontsize__050: 2.4rem;
  --theme-fontsize__050_sp: 2rem;
  --font_famimly: "Oswald", "Noto Sans JP", Meiryo, Arial, Helvetica;
}

html {
  font-size: 62.5%;
  vertical-align: bottom;
  overflow-x: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

body {
  background-color: var(--theme-color__020);
  color: var(--theme-color__030);
  overflow-x: hidden;
}

*::selection {
  background-color: #CC0000;
  color: #fff;
}
*::-moz-selection {
  background-color: #CC0000;
  color: #fff;
}

.container {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.section-hero .section-inner {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-common .section-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 16rem 0;
}
@media (max-width: 767.98px) {
  .section-common .section-inner {
    max-width: 80rem;
    margin: 0;
    padding: 4rem 2.4rem;
  }
}
.section-contents__040 {
  background-color: #fff;
}
.section-image .parallax-img {
  height: 40vh;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-image .parallax-img {
    height: 30vh;
  }
}
@media (max-width: 767.98px) {
  .section-image .parallax-img img {
    max-width: 180%;
  }
}

.footer-common {
  padding: 0 4.8rem 11rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .footer-common {
    padding: 0 2.4rem 11rem;
  }
}
.footer-common .copyright {
  font-size: 1.2rem;
  text-align: center;
}

.is__PC {
  display: block;
}
@media (max-width: 767.98px) {
  .is__PC {
    display: none !important;
  }
}

.is__SP {
  display: none;
}
@media (max-width: 767.98px) {
  .is__SP {
    display: block !important;
  }
}

.swiper {
  padding-bottom: 6rem;
  z-index: 200;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 5rem;
}
.swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/arrow_0007.svg) no-repeat 50% 50%;
  background-color: #CC0000;
  position: absolute;
  right: 8px;
  top: 10px;
}
.swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}
.swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/arrow_0008.svg) no-repeat 50% 50%;
  background-color: #CC0000;
  position: absolute;
  right: 8px;
  top: 10px;
}

@media (max-width: 767.98px) {
  .txt_adjust {
    letter-spacing: -2px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: calc(infinity);
}

.modal__container {
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 2rem;
}
.modal__container .yt-video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.modal__container .yt-video iframe {
  width: 100%;
  height: 100%;
  min-width: 64rem;
}
@media (max-width: 1919.98px) {
  .modal__container .yt-video iframe {
    min-width: 80rem;
  }
}
@media (max-width: 767.98px) {
  .modal__container .yt-video iframe {
    min-width: 30rem;
  }
}

.modal__header {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 1.6rem;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__header .modal__close:before {
  content: "";
  background: url(/assets/images/btn_close.svg) no-repeat 0 0;
  width: 5rem;
  height: 5rem;
  display: inline-block;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  max-width: 80rem;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.title-common.c__010 {
  font-size: 16rem;
  font-weight: 200;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: calc(100% + 15px);
}
@media (max-width: 767.98px) {
  .title-common.c__010 {
    font-size: 6rem;
  }
}
.title-common.c__010 .t1 {
  display: block;
}
.title-common.c__010 .t2 {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}
.title-common.c__020 {
  width: 9.6rem;
  padding: 2.4rem;
  position: fixed;
  z-index: 100100;
}
.title-common.c__020 img {
  width: 100%;
}
.title-common.c__030 {
  font-size: 4.8rem;
  font-weight: 200;
  font-weight: 400;
  margin-bottom: 2.4rem;
  background: linear-gradient(90deg, #000000 0%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-common.c__040 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
.title-common.c__040::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--theme-color__030);
  margin-top: 1.6rem;
}

.text-common.read {
  font-size: 3.2rem;
  margin-bottom: 4.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #000000 0%, #ea51fb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-common.c__010 {
  font-size: 1.8rem;
  line-height: 1.8;
}

.list-common.c__010 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .list-common.c__010 {
    flex-wrap: wrap;
  }
}
.list-common.c__010 .list-item {
  width: 30%;
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item {
    width: 100%;
    margin-bottom: 3.6rem;
  }
}
.list-common.c__020 .list-item {
  margin-bottom: 4.8rem;
}
.list-common.c__020 .list-item .list-item_inner .image {
  position: relative;
}
.list-common.c__020 .list-item .list-item_inner .image .caption {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  padding: 0.8rem;
  background-color: var(--theme-color__050);
}
.list-common.c__030 li {
  margin-bottom: 1.6rem;
}
.list-common.c__030 li::before {
  content: "・";
  margin-right: 0.8rem;
}

.column-col1 {
  margin-bottom: 4.8rem;
}
.column-col1.v2 {
  margin-bottom: 8rem;
}
.column-col2 {
  display: flex;
}
@media (max-width: 1023.98px) {
  .column-col2 {
    flex-wrap: wrap;
  }
}
.column-col2 .item {
  width: 50%;
  padding-right: 12rem;
}
@media (max-width: 1919.98px) {
  .column-col2 .item {
    padding-right: 8rem;
  }
}
@media (max-width: 1365.98px) {
  .column-col2 .item {
    padding-right: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .column-col2 .item {
    width: 100%;
    padding: 0;
    padding-bottom: 6.4rem;
  }
}
.column-col2 .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 120px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1919.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-left: 8rem;
  }
}
@media (max-width: 1919.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-left: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-top: 6.4rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.column-col2 .item.c__010 {
  display: flex;
  flex-wrap: wrap;
}
.column-col2 .item.c__010 .title-common {
  width: 100%;
  order: 2;
}
.column-col2 .item.c__010 .image-common {
  width: 100%;
  order: 1;
}
.column-col2 .item.c__010 .text-common {
  width: 100%;
  order: 3;
}

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    width: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */