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

:root {
  --color-white: #fff;
  --color-gray: #f7f7f7;
  --color-black: #000;
  --color-purple: #5a4f9f;
  --color-purple-light: #7a54cb;
  --color-pink: #fb1261;
  --color-blue: #4153d3;
  --font-jp: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: YakuHanJP, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --shadow: 0px 3px 8px 0px rgba(120, 120, 120, 0.1);
  --shadow-dark: 3px 5px 8px 0px rgba(120, 120, 120, 0.3);
}

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

.is-sp {
  display: none;
}
@media (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 750px) {
  .is-pc {
    display: block;
  }
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--color-gray);
  font-family: var(--font-jp);
  color: var(--color-purple);
}
.l-wrapper.page-news {
  padding-top: 100px;
}
@media (max-width: 750px) {
  .l-wrapper.page-news {
    padding-top: 48px;
  }
}

.l-content {
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .l-content {
    padding-bottom: 55px;
  }
}
.page-news .l-content {
  padding-bottom: 132px;
}
@media (max-width: 750px) {
  .page-news .l-content {
    padding-bottom: 105px;
  }
}
.l-content__banner {
  opacity: 0;
}
.on-load .l-content__banner {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .l-content__banner {
    transition-delay: 4.6s;
  }
}
.on-load .page-news .l-content__banner {
  transition-delay: 0.75s;
}
.l-content__banner-inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-content__banner-inner {
    width: 66.5%;
  }
}

.l-section--info {
  margin-top: 180px;
}
@media (max-width: 750px) {
  .l-section--info {
    margin-top: 106px;
  }
}
.l-section--news {
  margin-top: 186px;
}
@media (max-width: 750px) {
  .l-section--news {
    margin-top: 114px;
  }
}
.page-news .l-section--news {
  margin-top: 0;
}
.l-section--fes {
  margin-top: 178px;
}
@media (max-width: 750px) {
  .l-section--fes {
    margin-top: 114px;
  }
}
.l-section--campaign {
  margin-top: 188px;
}
@media (max-width: 750px) {
  .l-section--campaign {
    margin-top: 111px;
  }
}
.l-section--present {
  margin-top: 181px;
}
@media (max-width: 750px) {
  .l-section--present {
    margin-top: 111px;
  }
}
.l-section__inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}
.page-news .l-section__inner {
  max-width: 1100px;
}
.l-section--news .l-section__inner {
  padding-top: 53px;
  padding-bottom: 61px;
  border-radius: 15px;
  background: url(../img/bg_color.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .l-section--news .l-section__inner {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-news .l-section--news .l-section__inner {
  padding-top: 0;
  padding-bottom: 131px;
  background: none;
}
@media (max-width: 750px) {
  .page-news .l-section--news .l-section__inner {
    padding-bottom: 85px;
  }
}
.l-section--present .l-section__inner {
  padding-bottom: 176px;
}
@media (max-width: 750px) {
  .l-section--present .l-section__inner {
    padding-bottom: 100px;
  }
}
.l-section__head {
  transform: translateX(12px);
  opacity: 0;
}
.l-section.is-active .l-section__head {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.on-load .page-news .l-section__head {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-section--info .l-section__title {
  width: 70.85%;
  max-width: 300px;
  margin: 0 auto;
}
.l-section--news .l-section__title {
  width: 63%;
  max-width: 300px;
  margin: 0 auto;
}
.l-section--fes .l-section__title {
  width: 90.5%;
  max-width: 680px;
  margin: 0 auto;
}
.l-section--campaign .l-section__title {
  width: 54%;
  max-width: 410px;
  margin: 0 auto;
}
.l-section--present .l-section__title {
  width: 97%;
  max-width: 726px;
  margin: 0 auto;
}
.l-section__body {
  transform: translateY(10px);
  opacity: 0;
}
.l-section.is-active .l-section__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}

.on-load .page-news .l-section__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.page-news .l-section__foot {
  transform: translateY(10px);
  opacity: 0;
}
.on-load .page-news .l-section__foot {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.l-section__pageback {
  margin-top: 45px;
}
@media (max-width: 750px) {
  .l-section__pageback {
    margin-top: 30px;
  }
}
.l-section__pageback-btn {
  width: 83%;
  max-width: 410px;
  margin: 0 auto;
}

.l-footer {
  position: relative;
  opacity: 0;
}
.on-load .l-footer {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .l-footer {
    transition-delay: 4.6s;
  }
}
.on-load .page-news .l-footer {
  transition-delay: 0.75s;
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_color.png) no-repeat center center/cover;
}
.l-footer__inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 59px;
  padding-bottom: 56px;
}
@media (max-width: 750px) {
  .l-footer__inner {
    padding-top: 69px;
    padding-bottom: 72px;
  }
}
.l-footer__support {
  margin-top: 38px;
}
.l-footer__attention {
  margin-top: 36px;
}
@media (max-width: 750px) {
  .l-footer__attention {
    margin-top: 40px;
  }
}
.l-footer__attention .p-in-txt {
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.015em;
}
@media (max-width: 750px) {
  .l-footer__attention .p-in-txt {
    font-size: 10.5px;
  }
}
.l-footer__copy {
  margin-top: 28px;
}
@media (max-width: 750px) {
  .l-footer__copy {
    margin-top: 9px;
  }
}
.l-footer__copy-txt {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .l-footer__copy-txt {
    font-size: 11px;
    line-height: 1.65;
  }
}
@media (max-width: 350px) {
  .l-footer__copy-txt {
    font-size: 10px;
  }
}

.l-footer_sns__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer_sns__label {
  margin-right: 36px;
}
@media (max-width: 374px) {
  .l-footer_sns__label {
    margin-right: 18px;
  }
}
.l-footer_sns__label .p-in-txt {
  font-family: var(--font-eng);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.l-footer_sns__icon-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer_sns__icon-list-item {
  width: 35px;
  margin-left: 42px;
}
@media (max-width: 374px) {
  .l-footer_sns__icon-list-item {
    width: 30px;
    margin-left: 24px;
  }
}
.l-footer_sns__icon-list-item:first-child {
  margin-left: 0;
}
.l-footer_sns__icon-link {
  display: block;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 751px) {
  .l-footer_sns__icon-link:hover {
    opacity: 0.5;
  }
}

.l-footer_support__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer_support__list-item {
  position: relative;
}
.l-footer_support__list-item:last-child::after {
  content: none;
}
.l-footer_support__list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: var(--color-purple);
}
@media (max-width: 750px) {
  .l-footer_support__list-item::after {
    height: 100%;
  }
}
.l-footer_support__link {
  display: block;
  padding: 0 23px;
  text-decoration: none;
  color: var(--color-purple);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 751px) {
  .l-footer_support__link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 750px) {
  .l-footer_support__link {
    padding: 0 18.5px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (max-width: 350px) {
  .l-footer_support__link {
    padding: 0 12px;
    font-size: 12px;
  }
}

.c-btn__link {
  display: block;
  position: relative;
}
.c-btn__link.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.c-btn__bg {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 75px;
  border: 1px var(--color-purple) solid;
  background: var(--color-purple);
  border-radius: 100px;
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.--black .c-btn__bg {
  background: var(--color-black);
  border-color: var(--color-black);
}
@media (max-width: 750px) {
  .c-btn__bg {
    height: 60px;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover .c-btn__bg {
    background: var(--color-white);
  }
}
.c-btn__txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-eng);
  color: var(--color-white);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.125em;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 750px) {
  .c-btn__txt {
    width: calc(100% - 115px);
    font-size: 14px;
    letter-spacing: 0.11em;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover .c-btn__txt {
    color: var(--color-purple);
  }
}
@media (min-width: 751px) {
  .--black .c-btn__link:hover .c-btn__txt {
    color: var(--color-black);
  }
}
.c-btn__txt.--size-large {
  font-size: 19px;
  letter-spacing: 0.11em;
}
@media (max-width: 750px) {
  .c-btn__txt.--size-large {
    font-size: 13px;
    line-height: 1.1;
  }
}
.--jp .c-btn__txt {
  top: 47%;
  font-family: var(--font-jp);
}
.c-btn__txt .--size-small {
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .c-btn__txt .--size-small {
    font-size: 10px;
    letter-spacing: -0.08em;
  }
}
.c-btn__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  width: 55px;
  padding-top: 55px;
  background: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-disabled .c-btn__icon {
  display: none;
}
@media (max-width: 750px) {
  .c-btn__icon {
    width: 44px;
    padding-top: 44px;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover .c-btn__icon {
    background: var(--color-purple);
  }
}
@media (min-width: 751px) {
  .--black .c-btn__link:hover .c-btn__icon {
    background: var(--color-black);
  }
}
.l-section__pageback .c-btn__icon {
  right: auto;
  left: 11px;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 750px) {
  .l-section__pageback .c-btn__icon {
    left: 9px;
  }
}
.c-btn__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 100%;
  background: url(../img/arrow_purple.svg) no-repeat center center/100% auto;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.--black .c-btn__icon::before {
  background-image: url(../img/arrow_black.svg);
}
@media (max-width: 750px) {
  .c-btn__icon::before {
    width: 10px;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover .c-btn__icon::before {
    opacity: 0;
  }
}
.c-btn__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 100%;
  background: url(../img/arrow_white.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 750px) {
  .c-btn__icon::after {
    width: 10px;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover .c-btn__icon::after {
    opacity: 1;
  }
}

.c-banner__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .c-banner__list {
    display: block;
  }
}
.c-banner__list-item {
  width: 31.2%;
  margin-left: 3.2%;
}
@media (max-width: 750px) {
  .c-banner__list-item {
    width: 100%;
    margin-left: 0;
  }
}
.c-banner__list-item:nth-child(3n-2) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .c-banner__list-item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.c-banner__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--shadow);
  transition: box-shadow 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 751px) {
  .c-banner__link:hover {
    box-shadow: var(--shadow-dark);
  }
}
@media (max-width: 750px) {
  .c-banner__link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
  }
}
.c-banner__logo {
  display: block;
  width: 54%;
  margin: 0 auto;
}