@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
  font-family: YakuHanMP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 0 auto 0;
    padding: 0 0;
  }
}
.l-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: #fff;
  opacity: 1;
  filter: blur(5px);
  transition: opacity 0.8s 0.2s, filter 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 11;
}
.js-load .l-wrapper::before {
  opacity: 0;
  filter: blur(0);
  pointer-events: none;
}
.l-wrapper .--blue-txt {
  color: #65c6e7;
  vertical-align: baseline;
}
.l-wrapper .--pink-txt {
  color: #ffa8d0;
  vertical-align: baseline;
}
.l-wrapper .--orrange-txt {
  color: #fead54;
  vertical-align: baseline;
}

.l-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: url(../img/common/bg_footer.jpg) top center repeat;
  background-size: cover;
  pointer-events: none;
}

.l-outer {
  position: relative;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-section__inner {
  position: relative;
  padding: 21px 0 21px;
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    padding: 27px 0 28px;
  }
}
[data-scroll-sa].is-active .l-section__head .l-section__title {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__head + .l-section__body {
  transition-delay: 0.4s !important;
}
.l-section__body {
  opacity: 0;
  transform: translate(0, 20px);
}
[data-scroll-sa].is-active .l-section__body {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__title {
  position: relative;
  font-family: "Cormorant", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  opacity: 0;
  transform: translate(0, 20px);
  z-index: 1;
}
.l-section__title-txt {
  display: inline-block;
  font-size: 200px;
  font-size: min(15.421vw, 200px);
  font-weight: 300;
  color: rgba(101, 198, 231, 0.3);
  line-height: 1;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 767px) {
  .l-section__title-txt {
    font-size: 100px;
    font-size: min(26.67vw, 100px);
    letter-spacing: -0.018em;
  }
}
.l-section__lead-txt.--size-b {
  margin: 28px auto 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.108em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-b {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }
}
.--size-n + .l-section__lead-txt.--size-b.--end-b {
  margin-top: 5px;
}
.l-section__lead-txt.--size-mb {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-mb {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.l-section__lead-txt.--size-ms {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-ms {
    margin-top: 1px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
.l-section__lead-txt.--size-ms + .l-section__lead-txt.--size-ms {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-ms + .l-section__lead-txt.--size-ms {
    margin-top: 20px;
  }
}
.l-section__lead-txt.--size-n {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-n {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}
.l-section__lead-txt.--size-n + .l-section__lead-txt.--size-n {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-n + .l-section__lead-txt.--size-n {
    margin-top: 13px;
  }
}
.l-section__lead-txt.--size-n span {
  padding-left: 0.1em;
  font-size: 25px;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-n span {
    padding-left: 0em;
    font-size: 15.5px;
    letter-spacing: 0.06em;
    line-height: 0.8;
  }
}
.--size-b + .l-section__lead-txt.--size-n {
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .--size-b + .l-section__lead-txt.--size-n {
    margin-top: 4px;
  }
}
.--size-ms + .l-section__lead-txt.--size-n {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .--size-ms + .l-section__lead-txt.--size-n {
    margin-top: 3px;
  }
}
.l-section__lead-txt.--size-s {
  margin-top: 21px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-section__lead-txt.--size-s {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.072em;
  }
}
.l-section__contents {
  width: 92.188%;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-section__contents {
    width: 100%;
    padding: 0 0;
  }
}

.l-footer {
  width: 100%;
  position: relative;
  margin: auto auto 0;
  padding-top: 210px;
  padding-bottom: 50px;
  background-color: transparent;
  font-family: "Cormorant", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: auto auto 0;
    padding-top: 100px;
    padding-bottom: 48px;
  }
}
.l-footer__banner-list {
  display: flex;
  justify-content: center;
  width: 41.2%;
  position: relative;
  margin: 23px auto 81px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list {
    width: 90%;
    margin: 0px auto 42px;
  }
}
.l-footer__banner-list-item {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
}
.l-footer__banner-list-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.l-footer__banner-list-link {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.l-footer__banner-list-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ccc;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-link::before {
    border: 1px solid #ccc;
  }
}
.l-footer__banner-list-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #34bce3, #5280c1);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-link:hover::after {
    opacity: 0.2;
  }
  .l-footer__banner-list-link:hover .l-footer__banner-list-img {
    transform: scale(1.06);
  }
}
.l-footer__banner-list-img {
  display: block;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-footer__sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__sns-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.l-footer__sns-list-item {
  width: 73px;
  margin-left: 19px;
  justify-content: space-between;
}
.l-footer__sns-list-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list-item {
    width: 50px;
    margin-left: 14px;
  }
}
.l-footer__sns-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__sns-link:hover {
    transform: scale(1.1);
  }
}
.l-footer__txtLinks {
  margin: 43px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__txtLinks {
    margin-top: 33px;
  }
}
.l-footer__txtLinks-list {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__txtLinks-list-item {
  margin-left: 10px;
}
.l-footer__txtLinks-list-link {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  text-decoration: none;
}
.l-footer__note {
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer__note {
    font-size: 10px;
    line-height: 1.5;
  }
}
.l-footer__copy {
  font-size: 11px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.l-menuBtn {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #65c6e7;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  transform-origin: right bottom;
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-menuBtn:hover {
    transform: scale(1.06);
    background-color: #fff;
  }
  .l-menuBtn:hover .l-menuBtn__line {
    background-color: #65c6e7;
  }
  .l-menuBtn:hover .l-menuBtn__txt {
    color: #65c6e7;
  }
}
@media screen and (max-width: 767px) {
  .l-menuBtn {
    width: 60px;
    height: 60px;
  }
}
.l-menuBtn__inner {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0%;
  bottom: 0%;
}
@media screen and (max-width: 767px) {
  .l-menuBtn__inner {
    width: 30px;
    height: 30px;
  }
}
.l-menuBtn__contents {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-62%, -62%);
}
@media screen and (max-width: 767px) {
  .l-menuBtn__contents {
    width: 20px;
    height: 20px;
  }
}
.l-menuBtn__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .l-menuBtn__line {
    height: 1px;
  }
}
.l-menuBtn__line.--line-01 {
  transform: translate(-50%, calc(-50% - 10px)) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .l-menuBtn__line.--line-01 {
    transform: translate(-50%, calc(-50% - 5px)) rotate(0deg);
  }
}
.is-menu-open .l-menuBtn__line.--line-01 {
  transform: translate(-50%, calc(-50% - 0px)) rotate(30deg);
}
.l-menuBtn__line.--line-02 {
  transform: translate(-50%, -50%);
}
.is-menu-open .l-menuBtn__line.--line-02 {
  opacity: 0;
  transform: translate(50%, -50%);
}
.l-menuBtn__line.--line-03 {
  transform: translate(-50%, calc(-50% + 10px));
}
@media screen and (max-width: 767px) {
  .l-menuBtn__line.--line-03 {
    transform: translate(-50%, calc(-50% + 5px)) rotate(0deg);
  }
}
.is-menu-open .l-menuBtn__line.--line-03 {
  transform: translate(-50%, calc(-50% + 0px)) rotate(-30deg);
}
.l-menuBtn__txt {
  width: 120%;
  position: absolute;
  left: 50%;
  bottom: 0;
  font-family: "Cormorant", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translate(-50%, 55%);
  transition: color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .l-menuBtn__txt {
    font-size: 9px;
    letter-spacing: 0.1em;
    transform: translate(-50%, 60%);
  }
}

.l-menu {
  font-family: "Cormorant", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.is-menu-open .l-menu {
  opacity: 1;
  pointer-events: all;
}
.l-menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-menu__contents {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .l-menu__contents {
    width: 84%;
  }
}
.l-menu__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-menu__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-menu__list-item {
    width: 46%;
    margin-left: 8%;
  }
  .l-menu__list-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .l-menu__list-item:nth-of-type(n + 3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__list-item {
    width: 100%;
  }
  .l-menu__list-item:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}
.l-menu__list-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #65c6e7;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .l-menu__list-link:hover {
    transform: scale(1.05);
  }
  .l-menu__list-link:hover .l-menu__list-txt::before {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.l-menu__list-txt {
  display: inline-block;
  font-size: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-menu__list-txt {
    font-size: 30px;
  }
}
.l-menu__list-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.07em;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  background-color: #65c6e7;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: clip-path 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: clip-path 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-clip-path 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.c-videoList__item {
  position: relative;
  overflow: hidden;
}

.c-video #youtubePlayer_ui {
  display: none;
}
.c-video #youtubePlayer {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.c-video .ytp-button {
  display: none;
  opacity: 0;
}
.c-video__link {
  display: block;
  padding-top: 33.9%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-video__link:hover .c-video__frame {
    background-color: rgba(101, 198, 231, 0);
  }
  .c-video__link:hover .c-video__frame::after {
    border-color: #65c6e7;
  }
  .c-video__link:hover .c-video__icon {
    background-color: #65c6e7;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-video__link {
    padding-top: 53.6%;
  }
}
.c-video__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center 61% no-repeat;
  background-size: 101.5%;
}
@media screen and (max-width: 767px) {
  .c-video__pict {
    background: center 61% no-repeat;
    background-size: 159.5%;
  }
}
.c-video__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: rgba(101, 198, 231, 0.4);
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-video__frame::after {
  content: "";
  display: block;
  width: 97.8%;
  height: 93.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  transition: border-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-video__frame::after {
    width: 96.5%;
    height: 92.5%;
    border: 2px solid #fff;
  }
}
.c-video__icon {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-mask: url(../img/top/movie_play.png) center center no-repeat;
  mask: url(../img/top/movie_play.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-video__icon {
    width: 55px;
    height: 55px;
  }
}

.c-btn {
  border-radius: 30px;
  background: linear-gradient(90deg, #ff614c 15%, #c12713);
  background: -webkit-linear-gradient(0deg, #ff614c 15%, #c12713);
  overflow: hidden;
}
.c-btn__link {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 20px 3% 21px;
}
@media screen and (min-width: 768px) {
  .c-btn__link:hover::before {
    transform: translateX(0);
  }
}
.c-btn__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #c12713 15%, #ff614c);
  background: -webkit-linear-gradient(0deg, #c12713 15%, #ff614c);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    padding: 14px 3% 18px;
  }
}
.c-btn__txt {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.c-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
}

.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
.u-nm__harf__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-nm__r-03__txt {
  vertical-align: baseline;
  margin-right: -0.3em;
}

.u-nm__r-05__txt {
  vertical-align: baseline;
  margin-right: -0.5em;
}

.u-nm__r-06__txt {
  vertical-align: baseline;
  margin-right: -0.6em;
}

.u-nm__r-07__txt {
  vertical-align: baseline;
  margin-right: -0.7em;
}

.u-nm__r-08__txt {
  vertical-align: baseline;
  margin-right: -0.8em;
}

.u-nm__r-09__txt {
  vertical-align: baseline;
  margin-right: -0.9em;
}

.u-nm__l-05__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
}

.u-ls__d-001 {
  letter-spacing: -0.01em;
}

.u-ls__d-008 {
  letter-spacing: -0.08em;
}

.u-ls__d-05 {
  letter-spacing: -0.5em;
}

.u-ls__u-001 {
  letter-spacing: 0.01em;
}

.u-ls__u-008 {
  letter-spacing: 0.08em;
}

.u-ls__u-05 {
  letter-spacing: 0.5em;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
[data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-txt] {
  transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
}
[data-scroll].is-active [data-scroll-txt] {
  background-position: 0 center;
}

[data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll].is-active [data-scroll-fade-up] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-right] {
  opacity: 1;
  transform: translateX(0);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}