@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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transition-timing-function: cubic-bezier(0.23, 0.93, 0.5, 1);
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.9);
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    right: 0;
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover::before, body .m-modal .m-modal__close-btn:hover::after {
    background-color: var(--color-main);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  height: 70px;
  transition: background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 40px;
  }
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "LINE Seed JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  background-color: var(--color-black);
  color: var(--color-white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

::-moz-selection {
  color: var(--color-main);
}

::selection {
  color: var(--color-main);
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.l-header__wrapper {
  position: relative;
  transform: translateX(100%);
  background: var(--color-main);
  overflow-y: auto;
  transition: transform 1.2s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-header__wrapper {
    width: 500px;
    height: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .l-header__wrapper {
    height: 100%;
    transition-duration: 0.9s;
  }
}
.is-menu-open .l-header__wrapper {
  transform: translateX(0);
  pointer-events: auto;
}
.l-header__container {
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
@media not all and (max-width: 900px) {
  .l-header__container {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .l-header__container {
    width: 70.6666666667%;
  }
}
.l-header__sns {
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .l-header__sns {
    margin-top: 23px;
  }
}
.l-header__sns .l-sns__ttl {
  margin-bottom: 11px;
  color: var(--color-black);
}
@media screen and (max-width: 900px) {
  .l-header__sns .l-sns__ttl {
    margin-bottom: 9px;
  }
}
@media not all and (max-width: 900px) {
  .l-header__sns .l-sns__list {
    margin-left: -6px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__sns .l-sns__list {
    margin-left: -5px;
  }
}
@media (hover: hover) {
  .l-header__sns .l-sns__link:hover svg {
    fill: var(--color-white);
  }
}
.l-header__fixsns {
  position: absolute;
  top: 50%;
  left: 14px;
  pointer-events: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .l-header__fixsns {
    display: none;
  }
}
.l-header__fixsns .l-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 1.2s cubic-bezier(0.23, 0.93, 0.5, 1) 1s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 1s;
}
.is-start .l-header__fixsns .l-sns {
  opacity: 1;
  transform: translateX(0);
}
.l-header__fixsns .l-sns__ttl {
  writing-mode: vertical-rl;
  margin-bottom: 20px;
  white-space: nowrap;
}
.l-header__fixsns .l-sns__list {
  display: block;
}
.l-header__fixsns .l-sns__list-item + .l-sns__list-item {
  margin-left: 0;
  margin-top: 14px;
}
.l-header__fixsns .l-sns__link svg {
  fill: var(--color-white);
}
.l-header__btn {
  position: absolute;
  right: 20px;
  width: 80px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}
@media not all and (max-width: 900px) {
  .l-header__btn {
    top: 0;
    right: 0;
    height: 100%;
  }
  [data-page=top] .l-header__btn {
    opacity: 0;
    transform: translateX(30px);
    transition: transform 1.2s cubic-bezier(0.23, 0.93, 0.5, 1) 1s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 1s;
  }
  .is-start [data-page=top] .l-header__btn {
    opacity: 1;
    transform: translateX(0);
  }
  .l-header__btn:hover::before {
    transform: scaleX(1);
  }
  .l-header__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-main);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
}
@media screen and (max-width: 900px) {
  .l-header__btn {
    top: 8px;
    right: 15px;
    width: 48px;
    height: 30px;
    transform: translateY(0);
  }
}
.l-header__btn-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-header__btn-line {
    left: 10px;
    width: 60px;
  }
}
.is-menu-open .l-header__btn-line {
  background-color: var(--color-black);
}
@media (hover: hover) {
  .l-header__btn:hover .l-header__btn-line {
    background-color: transparent;
  }
}
.l-header__btn-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media (hover: hover) {
  .l-header__btn:hover .l-header__btn-line::after {
    transform-origin: left center;
    transform: scaleX(1);
  }
  .is-menu-open .l-header__btn:hover .l-header__btn-line::after {
    background-color: var(--color-white);
  }
}
.l-header__btn-line:nth-child(1) {
  transform: translateY(-3px);
}
.is-menu-open .l-header__btn-line:nth-child(1) {
  transform: rotate(30deg);
}
.l-header__btn-line:nth-child(2) {
  transform: translateY(3px);
}
.is-menu-open .l-header__btn-line:nth-child(2) {
  transform: rotate(-30deg);
}
.is-menu-open .l-header__btn:hover .l-header__btn-line:nth-child(2)::after {
  transform-origin: right center;
}
.l-header__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    top: 10px;
  }
}
[data-page=top] .l-header__logo {
  top: 25px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  [data-page=top] .l-header__logo {
    top: 38px;
  }
}
.l-header__logo-inner {
  display: block;
  width: 100px;
}
@media screen and (max-width: 900px) {
  .l-header__logo-inner {
    width: 75px;
  }
}
[data-page=top] .l-header__logo-inner {
  width: 250px;
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transform-origin: top center;
}
@media screen and (max-width: 900px) {
  [data-page=top] .l-header__logo-inner {
    width: 150px;
    transform-origin: 50% -100%;
  }
}
.is-scrolled [data-page=top] .l-header__logo-inner {
  transform: scale(0.4);
}
@media screen and (max-width: 900px) {
  .is-scrolled [data-page=top] .l-header__logo-inner {
    transform: scale(0.5);
  }
}
@media (hover: hover) {
  .l-header__logo-inner {
    transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .l-header__logo-inner:hover {
    transform: scale(0.94);
  }
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 10px;
  }
}
.l-nav__link {
  display: block;
  color: var(--color-black);
  font-family: "Bodoni Moda", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.06rem;
  line-height: 1;
  transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-nav__link {
    font-size: 35px;
    letter-spacing: 0.02rem;
  }
}
@media (hover: hover) {
  .l-nav__link:hover {
    color: var(--color-white);
  }
}

.l-footer {
  position: relative;
  padding: 140px 0 65px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 78px 0 88px;
  }
}
.l-footer__deco {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 180px;
}
@media screen and (max-width: 900px) {
  .l-footer__deco {
    bottom: -3px;
    left: -8px;
    width: 113px;
  }
}
.l-footer__deco.--right {
  left: auto;
  right: 0px;
}
@media screen and (max-width: 900px) {
  .l-footer__deco.--right {
    right: -8px;
  }
}
.l-footer__sns {
  margin-bottom: 36px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns {
    margin-bottom: 49px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__sns .l-sns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__sns .l-sns__ttl {
  margin-right: 48px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns .l-sns__ttl {
    margin-bottom: 9px;
    margin-right: 0;
    text-align: center;
  }
}
.l-footer__sns .l-sns__list {
  justify-content: center;
}
.l-footer__sns .l-sns__link svg {
  fill: var(--color-white);
}
.l-footer__copy {
  text-align: center;
  font-size: 11px;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.is-load .l-loading {
  opacity: 0;
}

.l-main {
  position: relative;
}

.l-contents {
  position: relative;
}
.l-contents__loop {
  margin-top: 161px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .l-contents__loop {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}

.l-section {
  position: relative;
}
.l-section__header {
  max-width: 1600px;
  width: 86.6666666667%;
  margin: 0 auto;
}
.l-section__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-section__ttl-sub {
  position: relative;
  font-size: 10px;
  transform: translateY(-5px);
}
@media screen and (max-width: 900px) {
  .l-section__ttl-sub {
    font-size: 8px;
    transform: translateY(-1px);
  }
}
.l-section__ttl-main {
  position: relative;
  font-size: 65px;
  font-family: "Bodoni Moda", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-section__ttl-main {
    font-size: 34px;
  }
}
.l-section__ttl-main span {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.l-section__ttl-main span:nth-child(1) {
  transition-delay: 0s;
}
.l-section__ttl-main span:nth-child(2) {
  transition-delay: 0.05s;
}
.l-section__ttl-main span:nth-child(3) {
  transition-delay: 0.1s;
}
.l-section__ttl-main span:nth-child(4) {
  transition-delay: 0.15s;
}
.l-section__ttl-main span:nth-child(5) {
  transition-delay: 0.2s;
}
.l-section__ttl-main span:nth-child(6) {
  transition-delay: 0.25s;
}
.l-section__ttl-main span:nth-child(7) {
  transition-delay: 0.3s;
}
.l-section__ttl-main span:nth-child(8) {
  transition-delay: 0.35s;
}
.l-section__ttl-main span:nth-child(9) {
  transition-delay: 0.4s;
}
.l-section__ttl-main span:nth-child(10) {
  transition-delay: 0.45s;
}
.l-section__ttl-main span:nth-child(11) {
  transition-delay: 0.5s;
}
.l-section__ttl-main span:nth-child(12) {
  transition-delay: 0.55s;
}
.l-section__ttl-main span:nth-child(13) {
  transition-delay: 0.6s;
}
.l-section__ttl-main span:nth-child(14) {
  transition-delay: 0.65s;
}
.l-section__ttl-main span:nth-child(15) {
  transition-delay: 0.7s;
}
.is-data-loaded .l-section__ttl-main span {
  opacity: 1;
  transform: translateY(0);
}
.is-load [data-page=top] .l-section__ttl-main span {
  transform: translateY(100%);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-main span {
  opacity: 1;
  transform: translateY(0);
}
.l-section__inner {
  max-width: 1600px;
  width: 86.6666666667%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-section__more {
    width: 223px;
  }
}
@media screen and (max-width: 900px) {
  .l-section__more {
    width: 180px;
  }
}

.l-sns {
  position: relative;
}
.l-sns__ttl {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.02rem;
}
.l-sns__list {
  display: flex;
}
.l-sns__list-item + .l-sns__list-item {
  margin-left: 39px;
}
@media screen and (max-width: 900px) {
  .l-sns__list-item + .l-sns__list-item {
    margin-left: 20px;
  }
}
.l-sns__link {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .l-sns__link {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .l-sns__link:hover {
    transform: scale(1.1);
  }
  .l-sns__link:hover svg {
    fill: var(--color-main);
  }
}
.l-sns__link svg {
  width: 23px;
  height: 23px;
  transition: fill 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}

.c-loop {
  width: 100%;
  height: 134px;
  background: url(../img/txt_slide.png) 690px 50% repeat-x;
  background-size: 690px 134px;
  animation: loop_line 10s linear infinite;
}
@media screen and (max-width: 900px) {
  .c-loop {
    height: 67px;
    background-size: 345px 67px;
    animation: loop_line_sp 10s linear infinite;
  }
}

.c-btn__inner {
  position: relative;
  display: block;
  padding: 13px 0;
  border: 1px solid var(--color-white);
  text-align: center;
  border-radius: 99px;
  width: 100%;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 11px 0 10px;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), border-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .c-btn__inner:hover {
    color: var(--color-main);
    border-color: var(--color-main);
  }
  .c-btn__inner:hover::after {
    background-color: var(--color-main);
  }
}
.c-btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 15px;
  height: 100%;
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transition: background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .c-btn__inner::after {
    right: 12px;
    width: 12px;
  }
}
.c-btn.--back .c-btn__inner::after {
  right: auto;
  left: 15px;
  transform: scaleX(-1);
}
@media screen and (max-width: 900px) {
  .c-btn.--back .c-btn__inner::after {
    left: 12px;
  }
}
.c-btn.--arrow-btm .c-btn__inner::after {
  transform: rotate(90deg);
}
.c-btn__txt {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .c-btn__txt {
    font-size: 10px;
  }
}

.c-category {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 0.2s;
}
.is-data-loaded .c-category {
  transform: translateY(0);
  opacity: 1;
}
.c-category__list {
  display: grid;
}
.--col2 .c-category__list {
  grid-template-columns: repeat(2, 1fr);
}
.--col6 .c-category__list {
  grid-template-columns: 14.2% 15.7% 20.1% 17.8% 16.2% 1fr;
}
@media screen and (max-width: 900px) {
  .--col6 .c-category__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 21px 0;
  }
}
.--col5 .c-category__list {
  grid-template-columns: 17.8% 20.9% 20.2% 20.2% 1fr;
}
@media screen and (max-width: 900px) {
  .--col5 .c-category__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 21px 0;
  }
}
.c-category__list-item {
  position: relative;
}
.c-category__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 13px;
  background: var(--color-white);
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-category__list-item::before {
    left: auto;
    right: 0;
    width: 1px;
  }
}
@media screen and (max-width: 900px) {
  .c-category__list-item:nth-child(3n)::before {
    content: none;
  }
}
@media not all and (max-width: 900px) {
  .c-category__list-item:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 13px;
    background: var(--color-white);
    transform: translateY(-50%);
  }
}
.c-category__link {
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  transition: background-position 1s cubic-bezier(0.04, 0.92, 0.5, 1);
  background-image: linear-gradient(to top, var(--color-main) 50%, #fff 50%);
  background-position: 50% 0%;
  background-size: 100% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-category__list-item.is-current .c-category__link {
  background-position: 50% 100%;
}
@media (hover: hover) {
  .c-category__link:hover {
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-category__link {
    font-size: 11px;
    letter-spacing: 0.04rem;
  }
}

.c-article {
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .c-article {
    font-size: 13px;
    line-height: 1.9;
  }
}
.c-article .tourimg {
  width: 60%;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .c-article .tourimg {
    width: 100%;
  }
}
.c-article a {
  display: inline-block;
  color: var(--color-main);
  text-decoration: underline;
  max-width: 100%;
}
@media (hover: hover) {
  .c-article a:hover {
    text-decoration: none;
  }
}
.c-article a > span {
  color: var(--color-main);
}
.c-article span {
  display: inline-block;
  vertical-align: baseline;
}
.c-article strong {
  display: inline-block;
  vertical-align: baseline;
}
.c-article img {
  max-width: 100% !important;
}
.c-article iframe {
  max-width: 100% !important;
  aspect-ratio: 1.8;
}
@media screen and (max-width: 900px) {
  .c-article iframe {
    width: 100%;
    height: auto;
  }
}
.c-article hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-data-loaded .c-loading {
  opacity: 0;
}
.c-loading__spinner {
  width: 50px;
  height: 50px;
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-white) var(--color-white) var(--color-white) transparent;
  border-radius: 50%;
  animation: circle_rotate 1s linear infinite;
}

.c-pager {
  position: relative;
  width: 130px;
  padding: 13px 0;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 99px;
  font-size: 13px;
  transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), border-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .c-pager {
    width: 104px;
    padding: 11px 0;
    font-size: 10px;
  }
}
.c-pager::after {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 15px;
  height: 100%;
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transition: background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .c-pager::after {
    left: 25px;
    width: 12px;
  }
}
@media (hover: hover) {
  .c-pager:hover {
    border-color: var(--color-main);
    color: var(--color-main);
  }
  .c-pager:hover::after {
    background-color: var(--color-main);
  }
}
.c-pager.--prev::after {
  transform: scaleX(-1);
}
.c-pager.--prev span {
  transform: translateX(14px);
}
@media screen and (max-width: 900px) {
  .c-pager.--prev span {
    transform: translateX(11px);
  }
}
.c-pager.--next::after {
  left: auto;
  right: 32px;
}
@media screen and (max-width: 900px) {
  .c-pager.--next::after {
    right: 25px;
  }
}
.c-pager.--next span {
  transform: translateX(-14px);
}
@media screen and (max-width: 900px) {
  .c-pager.--next span {
    transform: translateX(-11px);
  }
}
.c-pager span {
  display: inline-block;
  vertical-align: baseline;
}

@keyframes modal_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    transform: translate(0px, -50%);
  }
  38% {
    transform: translate(5px, -50%);
    opacity: 0;
  }
  40% {
    transform: translate(-20px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0px, -50%);
    opacity: 1;
  }
}
@keyframes btn_animation_back {
  0% {
    transform: translate(0px, -50%);
  }
  38% {
    transform: translate(-5px, -50%);
    opacity: 0;
  }
  40% {
    transform: translate(20px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0px, -50%);
    opacity: 1;
  }
}
@keyframes circle_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_line {
  0% {
    background-position: 690px;
  }
  100% {
    background-position: 0px;
  }
}
@keyframes loop_line_sp {
  0% {
    background-position: 345px;
  }
  100% {
    background-position: 0px;
  }
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-main: #ff6600;
  --color-line: #3b3b3b;
}

@media not all and (max-width: 900px) {
  .p-news_data {
    display: flex;
    align-items: center;
    padding: 36px 0;
  }
}
@media screen and (max-width: 900px) {
  .p-news_data {
    display: block;
    padding: 22px 0;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-news_data:hover {
    color: var(--color-main);
  }
}
.p-news_data__header {
  position: relative;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-news_data__header {
    margin-right: 50px;
    padding-right: 47px;
  }
  .p-news_data__header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: var(--color-white);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .p-news_data__header {
    margin-bottom: 4px;
  }
}
.p-news_data__date {
  min-width: 123px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05rem;
}
.p-news_data__category {
  padding: 0px 8px 1px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 99px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-news_data__category {
    padding: 1px 8px;
  }
}
.p-news_data__ttl {
  font-size: 14px;
  line-height: 1.7;
}