@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* 769～1200 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
dialog,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  /* color: #fff; */
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

a:visited {
  color: inherit;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  height: -webkit-fill-available;
}
@media screen and (max-width:767px) {
  html {
    font-size: 1rem;
  }
}
html body {
  width: 100%;
  color: #202020;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
@media print, screen and (min-width:1300px) {
  html body {
    min-width: 1200px;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  html body {
    min-width: auto;
  }
}
@media screen and (max-width:767px) {
  html body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:367px) {
  html body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

iframe {
  vertical-align: bottom;
}

.hover_alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  width: 100%;
  border: 1px solid #707070;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  border: 1px solid #F28548;
  border-radius: 12px;
  background: #fff;
  height: 40px;
  font-size: 1.6rem;
  color: #F28548;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width:767px) {
  select {
    min-width: 100px;
    width: auto;
  }
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #707070;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.2rem;
  }
}
@font-face {
  font-family: "ARCADE_N", sans-serif;
  src: url("../font/ARCADE_N.woff") format("woff");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  color: #202020;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
@media screen and (max-width:367px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}
header {
  width: 100vw;
  background: rgba(255, 255, 255, 0.6078431373);
  padding: 0.5em 1em;
}
header .header__inner {
  max-width: 980px;
  margin: auto;
}
header .header__inner .logo__wrap {
  width: clamp(75px, 7.8125vw, 100px);
}
header .header__inner nav {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
header .header__inner nav * {
  width: -moz-max-content;
  width: max-content;
}
header .header__inner nav ul {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
header .header__inner nav ul li a {
  font-size: 1em;
}
header .header__inner nav .cta {
  padding: 0.5em 2em;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.6s linear;
  margin: 0;
}
header .header__inner nav .cta:hover {
  color: #fff;
  background: linear-gradient(-45deg, #c2e8f9, #08b1ff, #6898ff, #0040ff) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 5s ease infinite;
}
header.fixed {
  transform: translate(0, -100%);
}
header.fixed.showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

#dl_btn {
  width: 720px;
  margin: auto;
}
@media screen and (max-width:767px) {
  #dl_btn {
    width: 100%;
  }
}

.c-mv {
  background: no-repeat center/cover #000;
}
.c-mv .c-mv__inner {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__inner {
    height: 19.53125vw;
  }
}
.c-mv .c-mv__breadcrumb {
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb {
    padding: 0;
  }
}
.c-mv .c-mv__breadcrumb:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -99vw;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb:before {
    height: 5.2083333333vw;
    top: -5.1953125vw;
    left: -7.8125vw;
  }
}
.c-mv .c-mv__breadcrumb li {
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb li {
    display: none !important;
  }
}
.c-mv .c-mv__breadcrumb li + li {
  margin-left: 40px;
}
.c-mv .c-mv__breadcrumb li + li:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -32px;
}
.c-mv .c-mv__breadcrumb li a {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .c-mv .c-mv__breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.2s ease;
  }
  .c-mv .c-mv__breadcrumb li a:hover:after {
    width: 100%;
  }
}

.c-mv-02 {
  background: no-repeat center/cover #000;
}
.c-mv-02 .c-mv__inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv-02 .c-mv__inner {
    height: 19.53125vw;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager .c-pager__arrow a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-pager .c-pager__arrow a svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__arrow a:hover {
    background: #fff;
  }
  .c-pager .c-pager__arrow a:hover svg {
    stroke: #fff;
  }
}
.c-pager .c-pager__arrow.prev {
  transform: rotate(180deg);
}
.c-pager .c-pager__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list {
    padding: 0 20px;
  }
}
.c-pager .c-pager__list li a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Libre Bodoni", serif;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__list li a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list li a:hover {
    background: #fff;
    color: #Fff;
  }
}
.c-pager .c-pager__list li.is-active a {
  background: #fff;
  color: #Fff;
  pointer-events: none;
}
.c-pager .c-pager__list li.dot {
  width: 30px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 5px;
}
.c-pager .c-pager__list li.dot:before, .c-pager .c-pager__list li.dot:after {
  content: "・";
}

.c-tab-01 .c-tab-list {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
.c-tab-01 .c-tab-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width:768px) and (max-width:1299px) {
  .c-tab-01 .c-tab-list li {
    word-break: keep-all;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li {
    font-size: 1.8229166667vw;
    height: 8.3333333333vw;
    word-break: keep-all;
    padding: 0 1.953125vw;
  }
}
.c-tab-01 .c-tab-list li + li {
  border-left: solid 1px #fff;
}
.c-tab-01 .c-tab-list li.is-active {
  height: 80px;
  background: #F4FAFF;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li.is-active {
    height: 10.4166666667vw;
  }
}
.c-tab-01 .c-tab-content {
  background: #F4FAFF;
  padding: 40px;
  display: none;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-content {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-tab-01 .c-tab-content.is-show {
  display: block;
}

.c-ttl-01 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-01:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-01:after {
    width: 6.25vw;
  }
}
.c-ttl-01 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-01 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-01 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-02 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    padding-bottom: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.c-ttl-02:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:767px) {
  .c-ttl-02:after {
    width: 6.25vw;
  }
}
.c-ttl-02 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-02 span {
    font-size: 2.0833333333vw;
  }
}
.c-ttl-02 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .c-ttl-02 b {
    font-size: 4.6875vw;
    padding-top: 1.953125vw;
  }
}

.c-ttl-03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 3.90625vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.5;
  }
}

.c-ttl-04 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  padding-left: 16px;
  border-left: solid 2px #fff;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-ttl-04 {
    font-size: 2.8645833333vw;
    padding-left: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}

.c-ttl-05 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .c-ttl-05 {
    padding-bottom: 1.3020833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.c-ttl-05 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .c-ttl-05 span {
    font-size: 1.5625vw;
  }
}
.c-ttl-05 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width:767px) {
  .c-ttl-05 b {
    font-size: 2.34375vw;
    padding-left: 1.953125vw;
  }
}

.page-ttl__wrap .page-ttl {
  font-size: 3.2307692308vw;
}
@media screen and (max-width:767px) {
  .page-ttl__wrap .page-ttl {
    font-size: 5.9782608696vw;
    letter-spacing: 0.1em;
  }
}

.sec-ttl__wrap .sec-ttl {
  position: relative;
}
.sec-ttl__wrap .sec-ttl::after {
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  width: 15%;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #d9b64d 40%, #d9b64d 60%, transparent 100%);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl::after {
    top: unset;
    bottom: 15%;
  }
}
.sec-ttl__wrap .sec-ttl-sub {
  opacity: 0.03;
  left: 0;
  bottom: -25%;
  font-size: clamp(90px, 15vw, 195px);
}
@media screen and (max-width:767px) {
  .sec-ttl__wrap .sec-ttl-sub {
    bottom: 10%;
    font-size: 16.3043478261vw;
  }
}

.box-ttl__wrap .block-ttl > span {
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  color: rgba(255, 228, 0, 0.1803921569) !important;
}

.c-accordion-01 > dt {
  text-align: center;
  padding: 30px;
  background: #fff;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt {
    padding: 1.953125vw;
    font-size: 2.34375vw;
  }
}
.c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: 0.2s ease;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
    right: 2.0833333333vw;
    width: 1.5625vw;
  }
}
.c-accordion-01 > dt:after {
  transform: rotate(90deg);
}
.c-accordion-01 > dt.is-active:after {
  transform: rotate(180deg);
}
.c-accordion-01 > dd {
  background: #F4FAFF;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dd {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-accordion-01 > dt:not(.is-active) + dd {
  display: none;
}

@media screen and (max-width:767px) {
  .c-table-01 {
    overflow-x: auto;
  }
}
.c-table-01 table {
  width: 100%;
  border: solid 1px #DEE2E8;
}
@media screen and (max-width:767px) {
  .c-table-01 table {
    min-width: 100%;
    width: auto;
  }
}
.c-table-01 table tr + tr {
  border-top: solid 1px #DEE2E8;
}
.c-table-01 table tr th {
  background: #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.c-table-01 table tr th + th {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr td {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
}
.c-table-01 table tr td + td {
  border-left: solid 1px #DEE2E8;
}
.c-table-01 table tr .head {
  background: #F4FAFF;
  color: #fff;
  vertical-align: middle;
}
.c-table-01 table tr .fixed-x {
  position: sticky;
  left: 0;
  z-index: 5;
}
.c-table-01 table tr .img {
  padding: 0;
}
.c-table-01 table tr .list-dot {
  text-align: left;
}
.c-table-01 table tr .list-dot li {
  padding-left: 10px;
  position: relative;
}
.c-table-01 table tr .list-dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-table-01 table tr .list-dot li + li {
  margin-top: 10px;
}

a.cta_btn {
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #002071;
  border: solid 1px #002071;
  border-radius: 3em;
  padding: 0.8em 3em;
  margin: auto;
  font-size: clamp(18px, 4vw, 24px);
  transition: all 0.8s ease-in-out;
}
a.cta_btn img {
  width: clamp(18px, 4vw, 24px);
  margin-left: 0.5em;
}
a.cta_btn:hover {
  color: #002071;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

section {
  padding: clamp(50px, 7.8125vw, 100px) 0;
}
section:not(.fv) .sec__inner {
  width: clamp(300px, 78.125%, 1000px);
  margin: auto;
}
@media screen and (max-width:767px) {
  section:not(.fv) .sec__inner {
    width: 100%;
  }
}
section .sec_ttl {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(42px, 4.6875vw, 60px);
  text-align: center;
  padding: 0.3em 1em;
  color: #F28548;
  margin: 0 auto clamp(50px, 7.8125vw, 100px);
  position: relative;
}
section .sec_ttl::before, section .sec_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #f28548, #f13e3c);
  -webkit-mask-image: repeating-linear-gradient(to right, #000 0, #000 1px, transparent 1px, transparent 5px);
          mask-image: repeating-linear-gradient(to right, #000 0, #000 1px, transparent 1px, transparent 5px);
  -webkit-mask-size: 10px 100%;
          mask-size: 10px 100%;
}
section .sec_ttl::before {
  top: 0;
}
section .sec_ttl::after {
  bottom: 0;
}
section.fv {
  width: 100vw;
  height: 100dvh;
  padding-top: 0 !important;
  overflow: hidden;
}
section.fv .fv_bg,
section.fv .fv_bg_sp {
  background: no-repeat center/cover;
  width: 100vw;
  height: 100dvh;
}
section.fv .fv_bg > img,
section.fv .fv_bg_sp > img {
  position: absolute;
  opacity: 0;
}
section.fv .fv_bg.move,
section.fv .fv_bg_sp.move {
  background-position: 0 -39vh;
  -webkit-backdrop-filter: blur(1.5px) brightness(0.75);
          backdrop-filter: blur(1.5px) brightness(0.75);
  transition: all 0.3s ease-in-out;
}
section.fv .fv_logo_1st {
  width: clamp(40px, 6.25vw, 80px);
  aspect-ratio: 1;
  top: 40%;
  left: 50%;
  translate: -50% 0;
}
section.fv .fv_logo_2nd {
  width: clamp(30px, 4.6875vw, 60px);
  aspect-ratio: 1;
  top: clamp(10px, 1.5625vw, 20px);
  right: clamp(10px, 1.5625vw, 20px);
}
section.fv .fv_person {
  width: clamp(280px, 54.6875vw, 700px);
  left: 22.65625%;
  bottom: 0;
  translate: 0 100%;
  scale: 110%;
}
section.fv .fv_person.showing {
  opacity: 1;
  translate: 0;
  transition: all 0.3s ease-in-out;
}
section.fv .fv_person.showing.move {
  translate: 25vw 8dvh;
  scale: 1s;
  transition: all 0.3s ease-in-out;
}
section.fv .fv_txt {
  width: auto;
  height: 100%;
  aspect-ratio: 143/125;
  translate: -100% 0;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sec_00_fv_txt_bg.png) no-repeat center/cover;
}
section.fv .fv_txt.show {
  opacity: 1;
  translate: 0 0;
  transition: all 0.3s ease-in-out;
}
section.fv .fv_txt .fv_txt_content {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: 7.8125vw;
}
section.fv .fv_txt .fv_txt_content > img {
  height: 100%;
  width: auto;
}
section.fv .fv_txt .fv_txt_content .btn_lang__wrap {
  position: absolute;
  left: 0;
  bottom: 7.25vw;
  width: 100%;
  aspect-ratio: 7/1;
}
section.fv .fv_txt .fv_txt_content .btn_lang__wrap img {
  height: 100% !important;
  width: auto !important;
}
section.fv .fv_txt .fv_txt_content .btn_lang__wrap a {
  display: block;
}
section.fv .fv_txt .fv_txt_content .btn__wrap {
  position: absolute;
  right: 0;
  left: unset;
  bottom: 1em;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
section.fv .fv_txt .fv_txt_content .btn__wrap a {
  display: block;
  width: 46.0869565217%;
}
section.fv .btn_lang__wrap {
  position: absolute;
  left: 0;
  bottom: 24vw;
  width: 100%;
  aspect-ratio: 9/1;
}
section.fv .btn_lang__wrap img {
  height: 100% !important;
  width: auto !important;
}
section.fv .btn_lang__wrap a {
  display: block;
}
section.fv .btn__wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
section.fv .btn__wrap a {
  display: block;
  width: 50%;
}
section.fv .fv_logo_1st_sp {
  width: 20vw;
  aspect-ratio: 1;
  top: 40%;
  left: 50%;
  translate: -50% 0;
}
section.fv .fv_logo_2nd_sp {
  width: 12vw;
  aspect-ratio: 1;
  top: 3vw;
  right: 3vw;
}
section.fv .fv_person_sp {
  width: 100%;
  top: 0;
  left: 0;
  translate: 0 100dvh;
}
section.fv .fv_person_sp.showing {
  opacity: 1;
  scale: 1.6;
  translate: 12.5vw 27dvh;
  transition: all 0.3s ease-in-out;
}
section.fv .fv_person_sp.showing.move {
  scale: 1.125;
  translate: 4vw 3dvh;
  -webkit-backdrop-filter: blur(1.25px) brightness(0.8);
          backdrop-filter: blur(1.25px) brightness(0.8);
  transition: all 0.3s ease-in-out;
}
section.fv .fv_txt_sp {
  width: 100%;
  translate: 0 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}
section.fv .fv_txt_sp.show {
  opacity: 1;
  translate: 0 0;
  transition: opacity 0.3s ease-in-out;
}
section#feature ul.features__wrap {
  width: 100%;
  gap: clamp(25px, 3.90625vw, 50px);
}
@media screen and (max-width:767px) {
  section#feature ul.features__wrap {
    padding: 0 2.6666666667vw;
  }
}
section#feature ul.features__wrap li {
  width: clamp(300px, 78.125vw, 1000px);
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
  height: clamp(300px, 47.65625vw, 610px);
  position: relative;
  margin: auto;
}
section#feature ul.features__wrap li:nth-of-type(2n) {
  justify-content: flex-end;
}
section#feature ul.features__wrap li .txt__wrap {
  width: 50%;
}
section#feature ul.features__wrap li .txt__wrap > img {
  width: clamp(70px, 10.9375vw, 140px);
  aspect-ratio: 1;
}
section#feature ul.features__wrap li .txt__wrap h3 {
  font-size: clamp(22px, 2.8125vw, 36px);
  text-align: center;
  line-height: 1.3888888889;
  margin: clamp(20px, 3.125vw, 40px) auto clamp(25px, 3.90625vw, 50px);
  background: linear-gradient(to right, #f28548, #f13e3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#feature ul.features__wrap li .txt__wrap p {
  font-size: clamp(15px, 1.40625vw, 18px);
  line-height: 1.75;
  padding: 0 10%;
}
section#feature ul.features__wrap li .img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
@media screen and (max-width:767px) {
  section#feature ul.features__wrap li .img__wrap {
    position: relative;
  }
  section#feature ul.features__wrap li .img__wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    aspect-ratio: 1;
    background: linear-gradient(to right, #f28548, #f13e3c);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    width: 67.8873239437%;
  }
}
section#feature ul.features__wrap li .bg_img {
  position: absolute;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section#feature ul.features__wrap li:not(.f_yc) {
  padding-top: clamp(30px, 4.921875vw, 63px);
}
section#feature ul.features__wrap li:nth-of-type(2) .bg_img {
  width: clamp(1px, 44.53125vw, 545px);
}
section#feature ul.features__wrap li:nth-of-type(2) .bg_img._01 {
  translate: 80px 0;
}
section#feature ul.features__wrap li:nth-of-type(2) .bg_img._02 {
  translate: -80px 0;
}
section#feature ul.features__wrap li:nth-of-type(2) .bg_img._03 {
  translate: 80px 0;
}
section#feature ul.features__wrap li:nth-of-type(3) .bg_img {
  width: clamp(1px, 41.40625vw, 530px);
}
section#feature ul.features__wrap li:nth-of-type(3) .bg_img._01 {
  translate: 80px 0;
}
section#feature ul.features__wrap li:nth-of-type(3) .bg_img._02 {
  translate: 80px 0;
}
section#feature ul.features__wrap li:nth-of-type(3) .txt__wrap p {
  padding: 0 7%;
}
@media screen and (max-width:767px) {
  section#feature ul.features__wrap li:nth-of-type(3) .txt__wrap p {
    padding: 0 2.6666666667vw;
  }
}
section#feature ul.features__wrap li:nth-of-type(4) .bg_img {
  width: clamp(1px, 39.0625vw, 500px);
}
section#feature ul.features__wrap li:nth-of-type(4) .bg_img._01 {
  translate: 80px 0;
}
section#feature ul.features__wrap li:nth-of-type(4) .bg_img._02 {
  translate: -80px 0;
}
@media screen and (max-width:767px) {
  section#feature ul.features__wrap li {
    height: auto;
  }
  section#feature ul.features__wrap li .txt__wrap,
  section#feature ul.features__wrap li .img__wrap {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  section#feature ul.features__wrap li {
    width: 100%;
  }
}
section#faq .sec__inner {
  max-width: 1280px;
  padding: 0 clamp(20px, 10.9375%, 140px);
  margin: auto;
}
@media screen and (max-width:767px) {
  section#faq .sec__inner {
    padding: 0 2.6666666667vw;
  }
}
section#faq ul {
  gap: 5.5px;
}
@media screen and (max-width:767px) {
  section#faq ul {
    gap: 2.6666666667vw;
  }
}
section#faq ul li.faq_elem input[type=checkbox] {
  display: none;
}
section#faq ul li.faq_elem label {
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: clamp(14px, 1.5625vw, 20px);
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: calc(10% + 1.5em);
  line-height: 1.5;
  background: linear-gradient(to right, #f28548, #f13e3c);
}
section#faq ul li.faq_elem label::before {
  color: #F28548;
  font-size: clamp(14px, 1.40625vw, 18px);
  border: 1px solid #707070;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
}
@media screen and (max-width:767px) {
  section#faq ul li.faq_elem label::before {
    width: 14.0845070423%;
  }
}
section#faq ul li.faq_elem label::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: -1.5em -50%;
  width: 25px;
  aspect-ratio: 1;
  background: url(../img/ico_arrow_DWN.png) no-repeat center/contain;
}
@media screen and (max-width:767px) {
  section#faq ul li.faq_elem label {
    padding-left: calc(14.0845070423% + 1.5em);
    padding-right: 3em;
  }
  section#faq ul li.faq_elem label::after {
    right: -0.5em;
    width: 4.6666666667vw;
  }
}
section#faq ul li.faq_elem:nth-of-type(1) label::before {
  content: "No.1";
}
section#faq ul li.faq_elem:nth-of-type(2) label::before {
  content: "No.2";
}
section#faq ul li.faq_elem:nth-of-type(3) label::before {
  content: "No.3";
}
section#faq ul li.faq_elem:nth-of-type(4) label::before {
  content: "No.4";
}
section#faq ul li.faq_elem:nth-of-type(5) label::before {
  content: "No.5";
}
section#faq ul li.faq_elem:nth-of-type(6) label::before {
  content: "No.6";
}
section#faq ul li.faq_elem p {
  height: 0;
  padding: 0;
  overflow: hidden;
  font-size: clamp(13px, 1.5625vw, 20px);
  line-height: 1.6153846154;
}
section#faq ul li.faq_elem input:checked ~ label::after {
  rotate: 180deg;
}
section#faq ul li.faq_elem input:checked ~ p {
  height: auto;
  padding: 1em clamp(65px, 10.15625vw, 130px);
}
@media screen and (max-width:767px) {
  section#faq ul li.faq_elem input:checked ~ p {
    padding: 1em 6.6666666667vw;
  }
}

.footer_inner {
  text-align: center;
  padding: 36px 0px 24px;
}

footer {
  background: linear-gradient(to right, #f28548, #f13e3c);
}
footer p {
  color: #fff;
}
footer li {
  font-size: 16px;
  color: #fff;
}
footer li + li {
  border-left: solid 1px #fff;
}
footer li a {
  padding: 0 1.25em;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
footer img {
  width: 35%;
  margin-bottom: 16px;
}
footer .copylight {
  margin: 16px 0 16px 0;
}

.bg_grad {
  background: linear-gradient(to right, #f28548, #f13e3c);
}

#loom-companion-mv3 {
  display: none;
}

#lang_selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  z-index: 1000;
  top: 1.5em;
  right: 5.5em;
}
#lang_selector p {
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  #lang_selector {
    display: block;
    flex-direction: column;
    height: auto;
    width: 100%;
    left: 1em;
    top: 1em;
  }
  #lang_selector p {
    display: none;
  }
}

/* ======  bounce  =========*/
.bounce-in {
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}
.bounce-in.is_action {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

.d_01 {
  transition-delay: 0.1s !important;
}

.d_02 {
  transition-delay: 0.2s !important;
}

.d_03 {
  transition-delay: 0.3s !important;
}

.d_04 {
  transition-delay: 0.4s !important;
}

.d_05 {
  transition-delay: 0.5s !important;
}

.d_06 {
  transition-delay: 0.6s !important;
}

.d_07 {
  transition-delay: 0.7s !important;
}

.d_08 {
  transition-delay: 0.8s !important;
}

.d_09 {
  transition-delay: 0.9s !important;
}

.d_10 {
  transition-delay: 1s !important;
}

.d_11 {
  transition-delay: 1.1s !important;
}

.d_12 {
  transition-delay: 1.2s !important;
}

.d_06 {
  transition-delay: 0.6s !important;
}

/*=========== Infinite_Animation_Library  ===============*/
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.con {
  display: inline-block;
}

.miniCon {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
}

/****--------- エンジン ---------****/
.engine {
  animation: engine 0.2s infinite;
  -webkit-animation: engine 0.2s infinite;
  -moz-animation: engine 0.2s infinite;
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/****--------- 雲 ---------****/
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
}
/****--------- ふわふわ ---------****/
.fuwax2 {
  animation: fuwax2 ease-in-out 2s infinite alternate;
  -webkit-animation: fuwax2 ease-in-out 2s infinite alternate;
  -moz-animation: fuwax2 ease-in-out 2s infinite alternate;
}

@keyframes fuwax2 {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}
/****--------- 回転 ---------****/
.spin {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****--------- ジャンプ ---------****/
.jump {
  animation: jump 5s infinite;
  -webkit-animation: jump 5s infinite;
  -moz-animation: jump 5s infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0px);
  }
  3% {
    transform: translate(0, -20px);
  }
  5% {
    transform: translate(0, 0px);
  }
  6% {
    transform: translate(0, -5px);
  }
  7% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -60px);
  }
}
/****--------- 登場 ---------****/
.appearance {
  opacity: 0;
  animation: appearance 2.5s 1s 1 forwards;
  -webkit-animation: appearance 2.5s 1s 1 forwards;
  -moz-animation: appearance 2.5s 1s 1 forwards;
}

@keyframes appearance {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/*---- animationbutton ---*/
/* required：
<button><span>hover me</span></button> */
/* .head_banner_img {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
    	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  width: 210px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
} */
.head_cta {
  /* animation: rotate 0.7s ease-in-out both; */
}

/* button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* =====  humberger menu  ===== */
#menu-btn-check {
  display: none;
}

.menu-btn {
  position: fixed;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  left: 17%;
  top: clamp(6px, 0.375rem + (1vw - 7.68px) * 3.6458, 48px);
  opacity: 1;
  display: block;
}

.close_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 90;
  top: 5%;
  right: 2%;
  transition: all 0.6s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after,
.close_btn span:before,
.close_btn span:after {
  content: "";
  display: block;
  height: clamp(2px, 0.125rem + (1vw - 7.68px) * 0.2604, 5px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 10.6061, 100px);
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}

.menu-btn span:before,
.close_btn span:before {
  bottom: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 6.8182, 75px);
}

.close_btn span:before {
  width: clamp(15px, 0.9375rem + (1vw - 7.68px) * 3.9063, 60px);
}

.menu-btn span:after,
.close_btn span:after {
  width: clamp(20px, 1.25rem + (1vw - 3.2px) * 4.5455, 50px);
}

.menu-btn span:after {
  top: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
}

.menu-content {
  width: clamp(215px, 13.4375rem + (1vw - 7.68px) * 52.6042, 821px);
  position: fixed;
  top: 0;
  right: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #e8e8e8;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 10% 0 0;
}

.menu-content ul li {
  list-style: none;
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 3.3657, 92px);
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-content ul li:nth-of-type(2n-1) {
  background-color: #fff;
}

.menu-content ul li:nth-of-type(2n) {
  background-color: #e8e8e8;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4531, 19px);
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bolder;
}

.menu-content ul li a::before {
  content: "";
  width: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  height: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  border-top: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  border-right: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .close_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked ~ .close_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked + .menu-btn {
  display: none;
}

.close_btn span::before {
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
  top: 0;
}

.close_btn span::after {
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#scroll_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://picsum.photos/id/163/900/400);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  transition-property: background-position;
  transition-duration: 0.3s;
  transition-delay: 0.01s;
}

.tp-abSlider {
  position: relative;
  overflow: hidden;
  margin-top: -15.625vw;
  margin-right: -11.5625vw;
  width: 56.875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider {
    margin-top: 0;
    margin-right: -16.4rem;
    margin-left: -16.4rem;
    width: auto;
  }
}
.auto_slider {
  display: inline-flex;
  animation: auto_slider 70s linear 0s infinite normal both;
}
@keyframes auto_slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-abSlider__item {
  padding: 0 0.46875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item {
    padding: 0 0.3rem;
  }
}
.tp-abSlider__item .c-picture {
  overflow: hidden;
  width: 23.4375vw;
  border-radius: 3.125vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture {
    width: 11rem;
    border-radius: 3rem;
  }
}
.tp-abSlider__item .c-picture picture {
  padding-top: 182.6666666667%;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture picture {
    padding-top: 185.4545454545%;
  }
}
a.arrow_to_circle::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #00e0cd;
  border-bottom: 2px solid #00e0cd;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease-out;
}

a.arrow_to_circle:hover::before {
  background: #00e0cd;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

.elem {
  opacity: 0;
  translate: 0 50px;
  transition: all linear 0.3s;
  pointer-events: none;
}
.elem.is_showed {
  opacity: 1;
  translate: 0 0 !important;
  transition: all var(--easePopUp) 0.3s;
  pointer-events: auto;
}

header.fixed {
  transform: translate(0, -100%);
}
header.fixed.showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: all 1s ease-in-out;
  z-index: 9999;
}
.loader img {
  width: clamp(200px, 23.4375vw, 300px);
}

.page_content {
  display: none;
}

:root {
  --easePopUp: cubic-bezier(0.17, 0.88, 0.3, 1.28);
}

.serif {
  font-family: "Zen Old Mincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", Sans-serif !important;
}

.jp {
  font-family: "Noto Sans JP", Sans-serif;
}

.en {
  font-family: "Libre Bodoni", serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

h1 .h1 {
  font-size: clamp(28px, 1.75rem + (1vw - 7.68px) * 1.1905, 36px);
}

.fz80_61 {
  font-size: clamp(61px, 3.8125rem + (1vw - 3.75px) * 1.784, 80px);
}

.fz80_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 3.2864, 80px);
}

.fz80_43 {
  font-size: clamp(43px, 2.6875rem + (1vw - 3.75px) * 2.3948, 80px);
}

.fz80_42 {
  font-size: clamp(42px, 2.625rem + (1vw - 3.75px) * 3.5681, 80px);
}

.fz80_40 {
  font-size: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.589, 80px);
}

.fz67_34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 3.0986, 67px);
}

.fz64_30 {
  font-size: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.2006, 64px);
}

.fz63 {
  font-size: clamp(36px, 4.8461538462vw, 63px);
}

.fz62 {
  font-size: clamp(36px, 4.7692307692vw, 62px);
}

.fz60 {
  font-size: clamp(30px, 4.6153846154vw, 60px);
}

.fz44 {
  font-size: clamp(25px, 3.3846153846vw, 644x);
}

.fz56_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.0329, 56px);
}

.fz51_35 {
  font-size: clamp(35px, 2.1875rem + (1vw - 3.75px) * 1.0356, 51px);
}

.fz50 {
  font-size: clamp(25px, 3.8461538462vw, 50px);
  line-height: 1;
}

.fz49-34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 1.4085, 49px);
}

.fz42_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 1.0356, 42px);
}

.fz40_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 0.9061, 40px);
}

.fz_40-24 {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.0356, 40px);
}

.fz40_20 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2945, 40px);
}

.fz40 {
  font-size: clamp(20px, 3.0769230769vw, 40px);
}

.fz39-15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.2535, 39px);
}

.fz35-21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.9061, 35px);
}

.fz34-17 {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 1.5962, 34px);
}

.fz32_28 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.75px) * 0.2589, 32px);
}

.fz32_16 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.0356, 32px);
}

.fz32_15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.1003, 32px);
}

.fz31_21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.6472, 31px);
}

.fz36 {
  font-size: clamp(20px, 2.7692307692vw, 36px);
}

.fz32 {
  font-size: clamp(24px, 2.4615384615vw, 32px);
}

.fz30 {
  font-size: clamp(15px, 2.3076923077vw, 30px);
}

.fz28 {
  font-size: clamp(20px, 2.1538461538vw, 28px);
}

.fz26 {
  font-size: 26px;
}

.fz24 {
  font-size: clamp(18px, 1.8461538462vw, 24px);
}

.fz22 {
  font-size: clamp(18px, 1.6923076923vw, 22px);
}

.fz21 {
  font-size: 21px;
}

.fz20 {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}

.fz18 {
  font-size: clamp(9px, 1.3846153846vw, 18px);
}

.fz17 {
  font-size: clamp(8.5px, 1.3076923077vw, 17px);
}

.fz16 {
  font-size: clamp(14px, 1.2307692308vw, 16px);
}

.fz16_8 {
  font-size: clamp(8px, 1.2307692308vw, 16px);
}

.fz15 {
  font-size: clamp(7.5px, 1.1538461538vw, 15px);
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: clamp(6.5px, 1vw, 13px);
}

.fz12 {
  font-size: clamp(6px, 0.9230769231vw, 12px);
}

.fz10 {
  font-size: 10px;
}

.fz8 {
  font-size: 8px;
}

.fz6 {
  font-size: 6px;
}

.dsc_xxxs,
.dsc_xxs,
.dsc_xs,
.dsc_sm,
.dsc_mb,
.dsc_lg,
.dsc_xl,
.dsc_xxl,
.dsc_xxxl {
  text-align: justify;
}

.dsc_xs {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_xs {
    font-size: 2.7173913043vw;
  }
}

.dsc_sm {
  font-size: clamp(14px, 1.2307692308vw, 16px);
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .dsc_sm {
    font-size: 3.2608695652vw;
  }
}

.dsc_md {
  font-size: clamp(16px, 1.3846153846vw, 18px);
  line-height: 1.7222222222;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .dsc_md {
    font-size: 3.8043478261vw;
  }
}

.dsc_lg {
  font-size: clamp(18px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .dsc_lg {
    font-size: 4.347826087vw;
  }
}

.dsc_xl {
  font-size: 1.8461538462vw;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .dsc_xl {
    font-size: 5.4347826087vw;
  }
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh16 {
  line-height: 1.6;
}

.lh14 {
  line-height: 1.4;
}

.lh12 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1;
}

.txt_4xl {
  font-size: clamp(120px, 19.2307692308vw, 250px);
}
@media screen and (max-width:767px) {
  .txt_4xl {
    font-size: 27.1739130435vw;
  }
}

.txt_xxxl {
  font-size: clamp(72px, 7.6923076923vw, 100px);
}
@media screen and (max-width:767px) {
  .txt_xxxl {
    font-size: 13.5869565217vw;
  }
}

.txt_xxl {
  font-size: clamp(32px, 3.8461538462vw, 50px);
}
@media screen and (max-width:767px) {
  .txt_xxl {
    font-size: 8.152173913vw;
  }
}

.txt_xl {
  font-size: clamp(24px, 3.0769230769vw, 40px);
}
@media screen and (max-width:767px) {
  .txt_xl {
    font-size: 6.5217391304vw;
  }
}

.txt_lg {
  font-size: clamp(20px, 2.3076923077vw, 30px);
}
@media screen and (max-width:767px) {
  .txt_lg {
    font-size: 5.4347826087vw;
  }
}

.txt_md {
  font-size: clamp(16px, 1.5384615385vw, 20px);
}
@media screen and (max-width:767px) {
  .txt_md {
    font-size: 4.8913043478vw;
  }
}

.txt_sm {
  font-size: clamp(16px, 1.3846153846vw, 18px);
}
@media screen and (max-width:767px) {
  .txt_sm {
    font-size: 3.8043478261vw;
  }
}

.txt_xs {
  font-size: clamp(13px, 1.2307692308vw, 16px);
}
@media screen and (max-width:767px) {
  .txt_xs {
    font-size: 3.2608695652vw;
  }
}

.txt_xxs {
  font-size: clamp(12px, 1.0769230769vw, 14px);
}
@media screen and (max-width:767px) {
  .txt_xxs {
    font-size: 2.7173913043vw;
  }
}

.txt_xxxs {
  font-size: clamp(10px, 0.9230769231vw, 12px);
}
@media screen and (max-width:767px) {
  .txt_xxxs {
    font-size: 2.1739130435vw;
  }
}

.ls05 {
  letter-spacing: 0.5em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.fw_100 {
  font-weight: 100 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u_bar {
  display: block;
  width: 72px;
  border-bottom: 3px solid #1b3377;
  -o-border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
     border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image-slice: 1;
  margin: 0 auto 10px;
}

.u_line {
  text-decoration: underline;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_jst {
  text-align: justify;
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
}

._outline {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.u-c-main {
  color: #fff !important;
}

.u-c-plain {
  color: #202020 !important;
}

.u-c-white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gold {
  color: #d0b68a !important;
}

.shdw_white {
  text-shadow: 1px 1px 1px #fff;
}

.shdw_black {
  text-shadow: 1px 1px 1px #303030;
}

.green {
  color: #21ce89;
}

.blue {
  color: #2685E9 !important;
}

.deep_blue {
  color: #1b3377 !important;
}

.red {
  color: red !important;
}

.pale_navy {
  color: #4a76ce !important;
}

.navy {
  color: #002267 !important;
}

.coral_pink {
  color: #E89292 !important;
}

.pink {
  color: #E5497C !important;
}

.orange {
  color: #f1693B !important;
}

.pale_orange {
  color: #FFF4D9 !important;
}

.pale_yellow {
  color: #fffec8 !important;
}

.yellow {
  color: #F5D560 !important;
}

.dark_yellow {
  color: #bfb43f !important;
}

.emerald {
  color: #92E8A6 !important;
}

.vivid_emerald {
  color: #55CDCC !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #fff !important;
}

.u-bg-plain {
  background-color: #202020 !important;
}

.u-bg-focus {
  background-color: #0f3193 !important;
}

.u-bg-border {
  background-color: #707070 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #dcdcdc !important;
}

.u-bg-gray02 {
  background-color: #909090 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #F0F0F0 !important;
}

.bg_pale_cream {
  background-color: #e3e3d9 !important;
}

.bg_black {
  background: #000 !important;
  color: #fff;
}

.bg_dark {
  background: #202020 !important;
  color: #fff;
}

.bg_gray {
  background-color: #f5f5f5 !important;
}

.bg_navy {
  background-color: #01356d;
}

.bg_pale_blue {
  background-color: #ABC8E6 !important;
}

.bg_sky_blue {
  background-color: #3CFFFF !important;
}

.bg_blue {
  background-color: #1400FF !important;
}

.bg_deep_blue {
  background: #1b3377;
  border-radius: 15px 15px 0 0;
}

.bg_moss_green {
  background-color: #008300;
}

.bg_gold {
  background-color: #d0b68a !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_line {
  background-color: #21ce89 !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_green {
  background-color: #21ce89;
  padding: 0 20px;
  color: #202020 !important;
}

.bg_pale_green {
  background-color: #C0FEC0;
}

.bg_emerald {
  background-color: #55CDCC;
  color: #fff !important;
}

.bg_pale_emerald {
  background-color: #99E1E0;
}

.bg_vivid_yellow {
  background-color: #FEFF00 !important;
}

.bg_yellow {
  background-color: #FFFFA1 !important;
}

.bg_pale_yellow {
  background-color: #F9E69F;
}

.bg_dark_yellow {
  background-color: #d5c94c;
}

.bg_orange {
  background-color: rgb(232, 160, 28);
}

.bg_pale_orange {
  background-color: rgba(255, 166, 0, 0.174);
}

.bg_pink {
  background-color: #FFC0FF;
}

.bg_vivid_pink {
  background-color: #FA647C;
}

.bg_red {
  background-color: #FF0000;
}

.bg_pale_pink {
  background-color: #FAC6C4;
}

.box_shadow_primary {
  box-shadow: 1px 1px 10px rgba(255, 217, 0, 0.372);
}

:focus {
  outline-color: #0f3193;
}

.bg_grad {
  background: linear-gradient(45deg, #fff, rgba(90, 56, 20, 0.507));
}

.inline {
  display: inline !important;
}

.inline_b {
  display: inline-block !important;
}

.sp {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp {
    display: block;
  }
}

.sp_flex {
  display: none !important;
}
@media screen and (max-width:767px) {
  .sp_flex {
    display: flex !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

.pc_flex {
  display: flex;
}
@media screen and (max-width:767px) {
  .pc_flex {
    display: none !important;
  }
}

@media screen and (max-width:367px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:368px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1299px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1300px) {
  .u-lg-max {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inl_block {
  display: inline-block;
}

.flex,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_r,
.to_clm,
.to_clmR,
.x_start,
.x_end,
.x_start_to_end,
.x_end_to_start,
.y_start,
.y_end,
.y_start_to_end,
.y_end_to_start,
.f_cc,
.f_xc,
.f_yc,
.f_1 {
  display: flex;
}

.column,
.clm_to_row,
.clm_to_row_r {
  flex-direction: column;
}

@media screen and (max-width:767px) {
  .clm_to_row {
    flex-direction: row;
  }
}

@media screen and (max-width:767px) {
  .clm_to_rowR {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width:767px) {
  .to_clm {
    flex-direction: column;
  }
}

@media screen and (max-width:767px) {
  .to_clmR {
    flex-direction: column-reverse;
  }
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.f_cc {
  align-items: center;
  justify-content: center;
}

.f_xc {
  justify-content: center;
}
@media screen and (max-width:767px) {
  .f_xc.to_clm,
  .f_xc .to_clmR {
    justify-content: unset;
    align-items: center;
  }
}

.x_start {
  justify-content: flex-start;
}

.x_end {
  justify-content: flex-end;
}

.f_yc {
  align-items: center;
}

.y_start {
  align-items: flex-start;
}

.y_end {
  align-items: flex-end;
}

.f_1 {
  flex: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.t_0 {
  top: 0 !important;
}

.r_0 {
  right: 0 !important;
}

.b_0 {
  bottom: 0 !important;
}

.l_0 {
  left: 0 !important;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  z-index: -1;
}
.parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url() center/cover no-repeat;
}

.w100v {
  width: 100vw;
}

.w90v {
  width: 90vw;
}

.w80v {
  width: 80vw;
}

.w70v {
  width: 70vw;
}

.w60v {
  width: 60vw;
}

.w50v {
  width: 50vw;
}

.w40v {
  width: 40vw;
}

.w30v {
  width: 30vw;
}

.w20v {
  width: 20vw;
}

.w10v {
  width: 10vw;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w75p {
  width: 75%;
}

.w70p {
  width: 70%;
}

.w66p {
  width: 66.6666%;
}

.w65p {
  width: 65%;
}

.w60p {
  width: 60%;
}

.w55p {
  width: 55%;
}

.w52p {
  width: 52%;
}

.w50p {
  width: 50%;
}

.w49p {
  width: 49%;
}

.w48p {
  width: 48%;
}

.w47p {
  width: 47%;
}

.w45p {
  width: 45%;
}

.w40p {
  width: 40%;
}

.w35p {
  width: 35%;
}

.w33p {
  width: 33.3334%;
}

.w30p {
  width: 30%;
}

.w25p {
  width: 25%;
}

.w20p {
  width: 20%;
}

.w15p {
  width: 15%;
}

.w10p {
  width: 10%;
}

.w_fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.w_auto {
  width: auto;
}

.h_fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.under_bar_prm {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #F28548 60%, #F28548 100%);
}

.under_bar_sec {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(254, 169, 228) 40%, rgb(254, 169, 228) 100%);
}

.u-bd {
  border: 1px solid #707070 !important;
}

.u-bd-t {
  border-top: 1px solid #707070 !important;
}

.u-bd-r {
  border-right: 1px solid #707070 !important;
}

.u-bd-b {
  border-bottom: 1px solid #707070 !important;
}

.u-bd-l {
  border-left: 1px solid #707070 !important;
}

.u-bd-main {
  border-color: #fff !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.p_0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.p_xxxs {
  padding: 5px !important;
}
@media screen and (max-width:767px) {
  .p_xxxs {
    padding: 2.5px !important;
  }
}

.p_xxs {
  padding: 10px !important;
}
@media screen and (max-width:767px) {
  .p_xxs {
    padding: 5px !important;
  }
}

.p_xs {
  padding: 25px !important;
}
@media screen and (max-width:767px) {
  .p_xs {
    padding: 12.5px !important;
  }
}

.p_sm {
  padding: 40px !important;
}
@media screen and (max-width:767px) {
  .p_sm {
    padding: 20px !important;
  }
}

.p_md {
  padding: 60px !important;
}
@media screen and (max-width:767px) {
  .p_md {
    padding: 30px !important;
  }
}

.p_lg {
  padding: 80px !important;
}
@media screen and (max-width:767px) {
  .p_lg {
    padding: 40px !important;
  }
}

.p_xl {
  padding: 100px !important;
}
@media screen and (max-width:767px) {
  .p_xl {
    padding: 50px !important;
  }
}

.p_xxl {
  padding: 120px !important;
}
@media screen and (max-width:767px) {
  .p_xxl {
    padding: 60px !important;
  }
}

.p_xxxl {
  padding: 150px !important;
}
@media screen and (max-width:767px) {
  .p_xxxl {
    padding: 75px !important;
  }
}

.px_xxxs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media screen and (max-width:767px) {
  .px_xxxs {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width:767px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.px_xs {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
@media screen and (max-width:767px) {
  .px_xs {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}

.px_sm {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media screen and (max-width:767px) {
  .px_sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.px_md {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
@media screen and (max-width:767px) {
  .px_md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.px_lg {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
@media screen and (max-width:767px) {
  .px_lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.px_xl {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
@media screen and (max-width:767px) {
  .px_xl {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.px_xxl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
@media screen and (max-width:767px) {
  .px_xxl {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

.px_xxxl {
  padding-right: 150px !important;
  padding-left: 150px !important;
}
@media screen and (max-width:767px) {
  .px_xxxl {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
}

.py_xxxs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .py_xxxs {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.py_xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .py_xs {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}

.py_sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .py_sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.py_md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .py_md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py_lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .py_lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.py_xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .py_xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.py_xxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .py_xxl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.py_xxxl {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .py_xxxl {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.pt_xxxs {
  padding-top: 5px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxs {
    padding-top: 2.5px !important;
  }
}

.pt_xxs {
  padding-top: 10px !important;
}
@media screen and (max-width:767px) {
  .pt_xxs {
    padding-top: 5px !important;
  }
}

.pt_xs {
  padding-top: 25px !important;
}
@media screen and (max-width:767px) {
  .pt_xs {
    padding-top: 12.5px !important;
  }
}

.pt_sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .pt_sm {
    padding-top: 20px !important;
  }
}

.pt_md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .pt_md {
    padding-top: 30px !important;
  }
}

.pt_lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .pt_lg {
    padding-top: 40px !important;
  }
}

.pt_xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .pt_xl {
    padding-top: 50px !important;
  }
}

.pt_xxl {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .pt_xxl {
    padding-top: 60px !important;
  }
}

.pt_xxxl {
  padding-top: 150px !important;
}
@media screen and (max-width:767px) {
  .pt_xxxl {
    padding-top: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 12.5px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.pb_lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .pb_lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.p50 {
  padding: 50px !important;
}

.p40 {
  padding: 40px !important;
}

.p30 {
  padding: 30px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr50 {
  padding-right: 50px;
}

.pr40 {
  padding-right: 40px;
}

.pr30 {
  padding-right: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pl50 {
  padding-left: 50px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pl20 {
  padding-left: 20px;
}

.pl10 {
  padding-left: 10px;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_xs {
  margin-top: 25px !important;
}
@media screen and (max-width:767px) {
  .mt_xs {
    margin-top: 12.5px !important;
  }
}

.mt_sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .mt_sm {
    margin-top: 20px !important;
  }
}

.mt_md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .mt_md {
    margin-top: 30px !important;
  }
}

.mt_lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .mt_lg {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_xxxs {
  margin-bottom: 5px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxs {
    margin-bottom: 2.5px !important;
  }
}

.mb_xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width:767px) {
  .mb_xxs {
    margin-bottom: 5px !important;
  }
}

.mb_xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width:767px) {
  .mb_xs {
    margin-bottom: 12.5px !important;
  }
}

.mb_sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .mb_sm {
    margin-bottom: 20px !important;
  }
}

.mb_md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .mb_md {
    margin-bottom: 30px !important;
  }
}

.mb_lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .mb_lg {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

.mb_xxl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .mb_xxl {
    margin-bottom: 60px !important;
  }
}

.mb_xxxl {
  margin-bottom: 150px !important;
}
@media screen and (max-width:767px) {
  .mb_xxxl {
    margin-bottom: 75px !important;
  }
}

.mr_xxxs {
  margin-right: 5px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxs {
    margin-right: 2.5px !important;
  }
}

.mr_xxs {
  margin-right: 10px !important;
}
@media screen and (max-width:767px) {
  .mr_xxs {
    margin-right: 5px !important;
  }
}

.mr_xs {
  margin-right: 25px !important;
}
@media screen and (max-width:767px) {
  .mr_xs {
    margin-right: 12.5px !important;
  }
}

.mr_sm {
  margin-right: 40px !important;
}
@media screen and (max-width:767px) {
  .mr_sm {
    margin-right: 20px !important;
  }
}

.mr_md {
  margin-right: 60px !important;
}
@media screen and (max-width:767px) {
  .mr_md {
    margin-right: 30px !important;
  }
}

.mr_lg {
  margin-right: 80px !important;
}
@media screen and (max-width:767px) {
  .mr_lg {
    margin-right: 40px !important;
  }
}

.mr_xl {
  margin-right: 100px !important;
}
@media screen and (max-width:767px) {
  .mr_xl {
    margin-right: 50px !important;
  }
}

.mr_xxl {
  margin-right: 120px !important;
}
@media screen and (max-width:767px) {
  .mr_xxl {
    margin-right: 60px !important;
  }
}

.mr_xxxl {
  margin-right: 150px !important;
}
@media screen and (max-width:767px) {
  .mr_xxxl {
    margin-right: 75px !important;
  }
}

.ml_xxs {
  margin-left: 10px !important;
}
@media screen and (max-width:767px) {
  .ml_xxs {
    margin-left: 5px !important;
  }
}

.ml_xs {
  margin-left: 25px !important;
}
@media screen and (max-width:767px) {
  .ml_xs {
    margin-left: 12.5px !important;
  }
}

.ml_sm {
  margin-left: 40px !important;
}
@media screen and (max-width:767px) {
  .ml_sm {
    margin-left: 20px !important;
  }
}

.ml_md {
  margin-left: 60px !important;
}
@media screen and (max-width:767px) {
  .ml_md {
    margin-left: 30px !important;
  }
}

.ml_lg {
  margin-left: 80px !important;
}
@media screen and (max-width:767px) {
  .ml_lg {
    margin-left: 40px !important;
  }
}

.ml_xl {
  margin-left: 100px !important;
}
@media screen and (max-width:767px) {
  .ml_xl {
    margin-left: 50px !important;
  }
}

.ml_xxl {
  margin-left: 120px !important;
}
@media screen and (max-width:767px) {
  .ml_xxl {
    margin-left: 60px !important;
  }
}

.ml_xxxl {
  margin-left: 150px !important;
}
@media screen and (max-width:767px) {
  .ml_xxxl {
    margin-left: 75px !important;
  }
}

.m0 {
  margin: 0;
}

.m_A {
  margin: auto;
}

.mt_A {
  margin-top: auto;
}

.mb_A {
  margin-bottom: auto;
}

.mr_A {
  margin-right: auto;
}

.ml_A {
  margin-left: auto;
}

.m_x_A {
  margin-right: auto;
  margin-left: auto;
}

.m_y_A {
  margin-top: auto;
  margin-bottom: auto;
}

.gap_xxs {
  gap: 10px !important;
}
@media screen and (max-width:767px) {
  .gap_xxs {
    gap: 5px !important;
  }
}

.gap_xs {
  gap: 25px !important;
}
@media screen and (max-width:767px) {
  .gap_xs {
    gap: 12.5px !important;
  }
}

.gap_sm {
  gap: 40px !important;
}
@media screen and (max-width:767px) {
  .gap_sm {
    gap: 20px !important;
  }
}

.gap_md {
  gap: 60px !important;
}
@media screen and (max-width:767px) {
  .gap_md {
    gap: 30px !important;
  }
}

.gap_lg {
  gap: 80px !important;
}
@media screen and (max-width:767px) {
  .gap_lg {
    gap: 40px !important;
  }
}

.gap_xl {
  gap: 100px !important;
}
@media screen and (max-width:767px) {
  .gap_xl {
    gap: 50px !important;
  }
}

.gap_xxl {
  gap: 120px !important;
}
@media screen and (max-width:767px) {
  .gap_xxl {
    gap: 60px !important;
  }
}

.gap_xxxl {
  gap: 150px !important;
}
@media screen and (max-width:767px) {
  .gap_xxxl {
    gap: 75px !important;
  }
}

.pc {
  display: block;
}

.pc_inlineB {
  display: inline-block;
}

.sp,
.sp_f .sp_il {
  display: none !important;
}

.op0 {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_f {
    display: flex !important;
  }
  .to_inline {
    display: inline-block !important;
  }
  .to_clm {
    flex-direction: column !important;
  }
  .to_clmR {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .clm_to_row {
    flex-direction: row !important;
  }
  .clm_to_row_r {
    flex-direction: row-reverse !important;
  }
  .to_x_start {
    justify-content: start !important;
  }
  .to_x_end {
    justify-content: end !important;
  }
  .to_y_start {
    align-items: start !important;
  }
  .to_y_end {
    align-items: end !important;
  }
  .to_w100p {
    width: 100% !important;
    box-sizing: border-box;
  }
  .to_op1 {
    opacity: 1;
  }
  .to_op0 {
    opacity: 0;
  }
  .to_txt_c {
    text-align: center;
  }
  .to_m0 {
    margin: 0;
  }
  .to_mA {
    margin: auto !important;
  }
}/*# sourceMappingURL=style.css.map */
