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

body {
  color: #212325;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/bg_pattern.png) repeat 0 0;
  background-size: 400px;
}
@media screen and (max-width: 959px) {
  .l-bg::before {
    background-size: 200px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 100vh;
  background-color: #212325;
  z-index: 4;
}
@media screen and (max-width: 959px) {
  .l-header {
    background-color: transparent;
    height: 75px;
    width: 100%;
    pointer-events: none;
  }
}
.l-header__inner {
  padding: 21px 14px 19px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-header__inner {
    padding: 0 0;
    display: block;
  }
}
.l-header__menubtn {
  width: 53px;
  height: 81px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .l-header__menubtn {
    pointer-events: all;
    position: absolute;
    width: 35px;
    height: 58px;
    top: 8px;
    right: 10px;
  }
}
@media (hover: hover) {
  .l-header__menubtn:hover .l-header__menubtn-line {
    background-color: #212325;
  }
}
.is-load .l-header__menubtn {
  animation: fuyofuyo2 3.5s cubic-bezier(0.37, 0, 0.63, 1) infinite both;
}
.l-header__menubtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon/point.svg) no-repeat center center;
  background-size: contain;
}
.l-header__menubtn-content {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 959px) {
  .l-header__menubtn-content {
    bottom: 10px;
    width: 13px;
    height: 13px;
  }
}
.l-header__menubtn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: top 0.6s cubic-bezier(0.76, 0, 0.24, 1), transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-header__menubtn-line {
    height: 1px;
  }
}
.l-header__menubtn-line:nth-child(1) {
  top: 20%;
}
.is-menu-open .l-header__menubtn-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.is-menu-open .l-header__menubtn-line:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.l-header__menubtn-line:nth-child(3) {
  top: 85%;
}
.is-menu-open .l-header__menubtn-line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
}
.l-header__logo {
  margin: 0 auto;
  width: 95%;
  transform: translateY(-3px);
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    width: 158px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__logo img {
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header__logo img {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 959px) {
  .l-header__brand {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    width: 36px;
  }
  .l-header__brand img {
    transform: translateY(-15px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header__brand img {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.4s;
  }
}

.l-menu {
  position: fixed;
  top: 0;
  right: 80px;
  width: 100%;
  height: 100vh;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}
.is-menu-open .l-menu {
  pointer-events: visible;
}
@media screen and (max-width: 959px) {
  .l-menu {
    right: 0;
  }
}
.l-menu__bg {
  position: fixed;
  top: 0;
  right: 80px;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 35, 37, 0.5);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-menu__bg {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .l-menu__bg {
    right: 0;
    display: none;
  }
}
.l-menu__inner {
  position: relative;
  width: 340px;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__inner {
    transform: translateY(-100%);
  }
}
.is-menu-open .l-menu__inner {
  overflow: auto;
  transform: translateX(0%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .is-menu-open .l-menu__inner {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 959px) {
  .l-menu__inner {
    padding-top: 73px;
    background-color: #212325;
    height: auto;
    width: 100%;
    max-height: 100vh;
  }
}
.l-menu__content {
  min-height: 100%;
  width: 100%;
  background-color: #212325;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0;
}
@media screen and (max-width: 959px) {
  .l-menu__content {
    padding: 35px 0 43px;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
  }
}
.l-menu__list-item {
  transform: translatex(-25px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .l-menu__list-item {
    border-top: 2px dotted rgba(253, 229, 56, 0.3);
  }
  .l-menu__list-item:last-of-type {
    border-bottom: 2px dotted rgba(253, 229, 56, 0.3);
  }
}
@media screen and (max-width: 959px) {
  .l-menu__list-item {
    width: 48%;
    margin-right: 3.5%;
    border-bottom: 1px dotted rgba(253, 229, 56, 0.3);
  }
  .l-menu__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .l-menu__list-item:nth-child(-n+2) {
    border-top: 1px dotted rgba(253, 229, 56, 0.3);
  }
}
@media screen and (min-width: 960px) {
  .l-menu__list-item {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
.is-menu-open .l-menu__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transition-delay: 0.55s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transition-delay: 0.85s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transition-delay: 1s;
}
.is-menu-open .l-menu__list-item:nth-child(6) {
  transition-delay: 1.15s;
}
.is-menu-open .l-menu__list-item:nth-child(7) {
  transition-delay: 1.3s;
}
.is-menu-open .l-menu__list-item:nth-child(8) {
  transition-delay: 1.45s;
}
.is-menu-open .l-menu__list-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-menu-open .l-menu__list-item:nth-child(10) {
  transition-delay: 1.75s;
}
.l-menu__list-item a {
  display: block;
  padding: 18px 47px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item a {
    padding: 20px 0 19px;
  }
}
@media (hover: hover) {
  .l-menu__list-item a:hover .l-menu__list-text {
    padding-left: 20px;
  }
  .l-menu__list-item a:hover .l-menu__list-text::before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
  }
}
.l-menu__list-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  transition: padding-left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__list-text::before {
  content: "";
  width: 16px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/common/icon/point.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__list-text {
    text-align: center;
    font-size: 14px;
  }
}
.l-menu__sns {
  margin-top: 30px;
  transform: translatex(-25px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-menu__sns {
    margin-top: 39px;
  }
}
@media screen and (min-width: 960px) {
  .l-menu__sns {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.2s;
  }
}
.is-menu-open .l-menu__sns {
  transform: translatex(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
.l-menu__sns-btn {
  margin: 0 auto;
  width: 217px;
  border-radius: 100px;
  background-color: #ba6b43;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-menu__sns-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-menu__sns-btn {
    width: 210px;
  }
}
.l-menu__sns-btn-inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 14% 16px 26%;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-btn-inner {
    padding: 12px 14% 12px 29%;
  }
}
.l-menu__sns-btn-inner::after {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  -webkit-mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-btn-inner::after {
    width: 13px;
    left: 8%;
  }
}
.l-menu__sns-btn-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-btn-text {
    font-size: 12px;
  }
}

.l-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.is-load .l-load {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.l-wrap {
  position: relative;
  padding-right: 80px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-wrap {
    padding: 0;
  }
}

.l-section {
  position: relative;
}
.l-section__box {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  padding-top: 80px;
}
@media screen and (min-width: 1600px) {
  .l-section__box {
    max-width: 1300px;
  }
}
@media screen and (max-width: 959px) {
  .l-section__box {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .-flex .l-section__box {
    display: flex;
  }
}
.p-about .l-section__box {
  padding-top: 116px;
}
@media screen and (max-width: 959px) {
  .p-about .l-section__box {
    padding-top: 74px;
  }
}
.p-intro .l-section__box {
  padding-top: 103px;
  padding-bottom: 108px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-intro .l-section__box {
    padding-bottom: 62px;
    padding-top: 69px;
  }
}
.p-selection .l-section__box {
  padding-top: 94px;
  padding-bottom: 131px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-selection .l-section__box {
    padding-bottom: 108px;
    padding-top: 69px;
  }
}
.l-section__ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.-flex .l-section__ttl {
  flex-shrink: 0;
  width: 280px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .-flex .l-section__ttl {
    width: 100%;
    text-align: center;
  }
}
.l-section__ttl-text {
  width: 100%;
  height: 42px;
}
@media screen and (max-width: 959px) {
  .l-section__ttl-text {
    height: 25px;
  }
}
.p-news .l-section__ttl-text {
  height: 33px;
}
@media screen and (max-width: 959px) {
  .p-news .l-section__ttl-text {
    height: 20px;
  }
}
.p-selector .l-section__ttl-text {
  height: 39px;
}
@media screen and (max-width: 959px) {
  .p-selector .l-section__ttl-text {
    height: 24px;
  }
}
.l-section__ttl-text h2 {
  width: 100%;
  height: 100%;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-text h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__ttl-text h2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.-flex .l-section__ttl-text h2 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .-flex .l-section__ttl-text h2 img {
    width: 100%;
  }
}
.l-section__ttl-sub {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 19px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-sub {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 959px) {
  .l-section__ttl-sub {
    font-size: 11px;
    margin-top: 10px;
  }
}
.p-about .l-section__ttl-sub {
  color: #fff;
}
.l-section__content {
  position: relative;
}
.-flex .l-section__content {
  overflow: hidden;
  flex-grow: 1;
  word-break: break-all;
}

.l-footer {
  width: 100%;
  padding-bottom: 80px;
  padding-top: 164px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-top: 46px;
    padding-bottom: 49px;
  }
}
.l-footer::before {
  content: "";
  width: 567px;
  padding-top: 211px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/footer/footer_bg_deco.png) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .l-footer::before {
    width: 100%;
    padding-top: 29%;
  }
}
.l-footer__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    display: block;
  }
}
.l-footer__official {
  background-color: #ba6b43;
  height: 100%;
  border-radius: 100px;
  width: 220px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 6.4%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__official:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-footer__official {
    height: auto;
    width: 210px;
    margin: 0 auto;
  }
}
.l-footer__official-inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 20%;
}
@media screen and (max-width: 959px) {
  .l-footer__official-inner {
    padding: 12px 18% 13px;
  }
}
.l-footer__official-inner::after {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11%;
  -webkit-mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .l-footer__official-inner::after {
    width: 12px;
    left: 8%;
  }
}
.l-footer__official-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translateX(2%);
}
@media screen and (max-width: 959px) {
  .l-footer__official-text {
    font-size: 12px;
  }
}
.l-footer__share {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-footer__share {
    justify-content: center;
    margin-top: 25px;
  }
}
.l-footer__share-text {
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-text {
    font-size: 12px;
    margin-right: 10px;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: 49px;
  height: 49px;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__share-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item {
    width: 37px;
    height: 37px;
  }
}
.l-footer__share-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ba6b43;
  border-radius: 50%;
}
.l-footer__share-list-item .p-in_icon {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item .p-in_icon {
    width: 40%;
  }
  .l-footer__share-list-item .p-in_icon.-line {
    width: 50%;
  }
}
.l-footer__share-list-item .p-in_icon svg {
  fill: #fff;
  fill-rule: evenodd;
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 11px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 8px;
  }
}
.l-footer__share-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-footer__banner {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .l-footer__banner {
    margin-top: 41px;
  }
}
.l-footer__banner-list {
  display: flex;
  flex-wrap: wrap;
  width: 91.5%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-footer__banner-list {
    width: 100%;
  }
}
.l-footer__banner-list-item {
  width: 32%;
  margin-bottom: 2%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-footer__banner-list-item {
    margin-right: 2%;
  }
  .l-footer__banner-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__banner-list-item {
    width: 48%;
    border-radius: 5px;
    margin-bottom: 3%;
    margin-right: 3.5%;
  }
  .l-footer__banner-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.l-footer__banner-list-item img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer__banner-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__banner-list-item a:hover img {
    transform: scale(1.1);
  }
}
.l-footer__logo {
  margin: 0 auto;
  margin-top: 33px;
  width: 345px;
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    width: 230px;
    margin-top: 19px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 13px;
  margin-top: 54px;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    font-size: 10px;
    margin-top: 34px;
  }
}

.l-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 24%;
  max-width: 120px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .l-pagetop {
    width: 130px;
    max-width: none;
    right: 110px;
    right: 80px;
  }
}
.l-pagetop a {
  position: absolute;
  bottom: -4.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 66%;
  pointer-events: none;
  transform-origin: bottom center;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .l-pagetop a:hover {
    transform: translateX(-50%) translateY(-10px) rotate(3deg);
  }
}
.is-foot .l-pagetop a {
  pointer-events: all;
}
.is-pagetop .l-pagetop a {
  pointer-events: none;
}
.l-pagetop a img {
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-foot .l-pagetop a img {
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
}

.c-more {
  background-color: #ba6b43;
  text-align: center;
  border-radius: 100px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-more:hover {
    transform: scale(0.95);
  }
}
.c-more__inner {
  display: block;
  text-decoration: none;
  padding: 14px 14% 15px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .c-more__inner {
    padding: 12px 14% 12px;
  }
}
.c-more__inner::after {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 9%;
  background: url(../img/common/icon/btn_arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-more__inner::after {
    right: 8%;
    width: 6px;
  }
}
.c-more__text {
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .c-more__text {
    font-size: 12px;
  }
}

.c-back {
  margin: 0 auto;
  width: 220px;
  background-color: #ba6b43;
  text-align: center;
  border-radius: 100px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-back:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .c-back {
    width: 180px;
  }
}
.c-back__inner {
  display: block;
  text-decoration: none;
  padding: 14px 14% 15px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .c-back__inner {
    padding: 11px 14% 12px;
  }
}
.c-back__inner::after {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9%;
  background: url(../img/common/icon/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 959px) {
  .c-back__inner::after {
    width: 6px;
    left: 10%;
  }
}
.c-back__text {
  color: #fff;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .c-back__text {
    font-size: 13px;
  }
}

.m-modal .m-modal__content {
  max-width: 1400px !important;
}
@media screen and (max-width: 959px) {
  .m-modal .m-modal__content {
    width: 100% !important;
  }
}
.m-modal .m-modal__close-btn {
  top: 30px !important;
  right: 0 !important;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .m-modal .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
  .m-modal .m-modal__close-btn:hover::before, .m-modal .m-modal__close-btn:hover::after {
    background-color: #ba6b43 !important;
  }
}
@media screen and (max-width: 959px) {
  .m-modal .m-modal__close-btn {
    top: 22px !important;
    right: 3px !important;
    width: 50px !important;
    height: 50px !important;
  }
}
.m-modal .m-modal__close-btn::before, .m-modal .m-modal__close-btn::after {
  top: 6px !important;
  height: 70px !important;
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .m-modal .m-modal__close-btn::before, .m-modal .m-modal__close-btn::after {
    height: 40px !important;
  }
}
.m-modal .m-modal__close-btn::before {
  transform: rotate(-55deg) !important;
}
.m-modal .m-modal__close-btn::after {
  transform: rotate(55deg) !important;
}

@keyframes rotate_card {
  0% {
    transform: rotateY(720deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes katakata {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(-5deg);
  }
  15% {
    transform: rotate(5deg);
  }
  18% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes katakata2 {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(2deg);
  }
  6% {
    transform: rotate(-2deg);
  }
  9% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-2deg);
  }
  15% {
    transform: rotate(2deg);
  }
  18% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fuyofuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyofuyo2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

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