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

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyo2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll3 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll4 {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll5 {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
body .m-modal.-movie .m-modal__content {
  height: 100%;
  padding: 100px 0;
  overflow: auto;
  max-width: none;
  width: 100%;
}
body .m-modal.-movie .m-modal__content > div {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  body .m-modal.-movie .m-modal__content > div {
    width: 100%;
  }
}
body .m-modal.-temp .m-modal__content {
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
}
body .m-modal.-temp .m-modal__content > div {
  height: 100%;
}
body .m-modal .m-modal__bg {
  height: 100% !important;
  background: url(../img/bg/bg_modal_pc.jpg) no-repeat center top;
  background-size: cover;
  position: fixed !important;
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__bg {
    background: url(../img/bg/bg_modal_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
body .m-modal .m-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 120px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close {
    top: 10px;
    right: 10px;
    width: 90px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close:hover {
    transform: scale(0.95);
  }
  body .m-modal .m-modal__close:hover .m-modal__close-text {
    transform: rotate(360deg);
  }
}
body .m-modal .m-modal__close-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .m-modal .m-modal__close-text {
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
body .m-modal .m-modal__content {
  max-width: 1000px;
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 auto;
}

.l-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: background 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 2;
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
.l-menu__body {
  position: absolute;
  top: 0;
  right: 20px;
  width: 300px;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__body {
    width: 200px;
    right: 15px;
  }
}
.is-menu-open .l-menu__body {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__content {
  background-color: #fbee50;
  padding: 49px 30px 19px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .l-menu__content {
    border-radius: 0 0 10px 10px;
    padding: 28px 20px 15px;
  }
}
.l-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 129, 190, 0.7);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__bg {
  opacity: 1;
}
.l-menu__list-item {
  transform: translateY(-25px);
  opacity: 0;
}
.is-menu-open .l-menu__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transition-delay: 0.1s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transition-delay: 0.23s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transition-delay: 0.36s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transition-delay: 0.49s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transition-delay: 0.62s;
}
.is-menu-open .l-menu__list-item:nth-child(6) {
  transition-delay: 0.75s;
}
.is-menu-open .l-menu__list-item:nth-child(7) {
  transition-delay: 0.88s;
}
.is-menu-open .l-menu__list-item:nth-child(8) {
  transition-delay: 1.01s;
}
.is-menu-open .l-menu__list-item:nth-child(9) {
  transition-delay: 1.14s;
}
.is-menu-open .l-menu__list-item:nth-child(10) {
  transition-delay: 1.27s;
}
.is-menu-close .l-menu__list-item {
  opacity: 1;
  transform: translateY(0);
}
.l-menu__list-item + .l-menu__list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 18px;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item + .l-menu__list-item {
    padding-top: 13px;
  }
}
.l-menu__list-item a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  padding-bottom: 18px;
  color: #000;
  letter-spacing: 1.8px;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item a {
    padding-bottom: 12px;
    letter-spacing: 1px;
    font-size: 15px;
  }
}
@media (hover: hover) {
  .l-menu__list-item a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-menu__list-item a:hover {
    color: #329fc8;
  }
}
.l-menu__btn {
  width: 140px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(99%);
}
@media screen and (max-width: 959px) {
  .l-menu__btn {
    right: -6px;
    width: 102px;
  }
}
.is-menu-close .l-menu__btn {
  pointer-events: none;
}
@media (hover: hover) {
  .l-menu__btn:hover img {
    transform: translateY(-10px);
  }
}
.l-menu__btn img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__sns {
  width: 150px;
  margin-left: auto;
  transform: translateX(7%);
}
@media screen and (max-width: 959px) {
  .l-menu__sns {
    margin-top: 16px;
    transform: translateX(4%);
  }
}
.l-menu__sns a {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
@media (hover: hover) {
  .l-menu__sns a {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .l-menu__sns a:hover {
    transform: scale(0.97);
  }
}
.l-menu__sns-fukidashi {
  position: absolute;
  top: -20%;
  right: 22%;
  width: 81%;
  transform-origin: bottom right;
  transform: scale(0.8) rotate(-5deg);
  opacity: 0;
}
.is-menu-open .l-menu__sns-fukidashi {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.is-menu-close .l-menu__sns-fukidashi {
  transform: scale(1) rotate(0);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .l-menu__sns-fukidashi {
    top: -65%;
    right: 2%;
    width: 56%;
  }
}
.l-menu__sns-icon {
  position: relative;
  width: 50px;
  flex-shrink: 0;
  transform: scale(0.8);
  opacity: 0;
}
.is-menu-open .l-menu__sns-icon {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.is-menu-close .l-menu__sns-icon {
  transform: scale(1) rotate(0);
  opacity: 1;
}
.is-menu-open .l-menu__sns-icon img, .is-menu-close .l-menu__sns-icon img {
  animation: shake 1.5s steps(1) infinite forwards;
}

.l-wrap {
  margin-top: -1px;
  position: relative;
  background-color: #fff;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_sky.jpg) repeat center 0;
  background-size: 500px;
}
@media screen and (max-width: 959px) {
  .l-bg {
    background-size: 250px;
  }
}

.l-decobg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_zigzag_pc.png) repeat center 0;
  background-size: 1400px;
  transition: background 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-decobg {
    background: url(../img/bg/bg_zigzag_sp.png) repeat-y center 0;
    background-size: 100%;
  }
}

.l-main {
  background: url(../img/bg/bg_repeat_pc.jpg) repeat-y center 0;
  background-size: 100%;
}

.l-follow {
  position: absolute;
  top: 23px;
  left: 19px;
  max-width: 210px;
  width: 10.5%;
}
@media screen and (max-width: 959px) {
  .l-follow {
    top: 40px;
    left: 10px;
    width: 86px;
  }
}
.l-follow a {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
@media (hover: hover) {
  .l-follow a {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .l-follow a:hover {
    transform: scale(0.97);
  }
}
.l-follow__fukidashi {
  position: absolute;
  top: -20%;
  right: 22%;
  width: 81%;
  transform-origin: bottom right;
  transform: scale(0.8) rotate(-5deg);
  opacity: 0;
}
.is-load .l-follow__fukidashi {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .l-follow__fukidashi {
    top: -66%;
    right: 3%;
    width: 97%;
  }
}
.l-follow__icon {
  position: relative;
  width: 34%;
  flex-shrink: 0;
  transform: scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-follow__icon {
    width: 57%;
  }
}
.is-load .l-follow__icon {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.is-load .l-follow__icon img {
  animation: shake 1.5s steps(1) infinite forwards;
}

.l-section {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 959px) {
  .l-section {
    padding-top: 80px;
  }
}
.l-section + .l-section {
  margin-top: 71px;
}
@media screen and (max-width: 959px) {
  .l-section + .l-section {
    margin-top: 11px;
  }
}
.l-section__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 920px;
}
@media screen and (max-width: 959px) {
  .l-section__inner {
    width: 84%;
  }
}
@media screen and (min-width: 1600px) {
  .l-section__inner {
    max-width: 1200px;
  }
}
.l-section__deco {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .l-section__deco {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  .l-section__deco {
    position: relative;
    margin-bottom: 22%;
  }
}
.l-section__deco-inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 106%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-section__deco-inner {
    width: 110%;
  }
}
.l-section__deco-item {
  width: 13.5%;
}
.l-section__deco-item:nth-child(1) {
  transform: translateX(-20%);
  opacity: 0;
}
.l-section__deco-item:nth-child(2) {
  transform: translateX(20%);
  opacity: 0;
}
.l-section.is-active .l-section__deco-item, .l-bnr.is-active .l-section__deco-item {
  opacity: 1;
  transform: translateX(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__deco-list {
  display: flex;
  justify-content: space-between;
}
.l-section__deco-list-item {
  width: 29%;
  transform: translateY(25%);
  opacity: 0;
}
.l-section.is-active .l-section__deco-list-item, .l-bnr.is-active .l-section__deco-list-item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .l-section__deco-list-item:nth-child(1), .l-bnr.is-active .l-section__deco-list-item:nth-child(1) {
  transition-delay: 0s;
}
.l-section.is-active .l-section__deco-list-item:nth-child(2), .l-bnr.is-active .l-section__deco-list-item:nth-child(2) {
  transition-delay: 0.15s;
}
.l-section.is-active .l-section__deco-list-item:nth-child(3), .l-bnr.is-active .l-section__deco-list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.l-section.is-active .l-section__deco-list-item:nth-child(4), .l-bnr.is-active .l-section__deco-list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.l-section.is-active .l-section__deco-list-item:nth-child(5), .l-bnr.is-active .l-section__deco-list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.l-section__ttl {
  margin: 0 auto;
  width: 607px;
  margin-bottom: 69px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-section__ttl {
    width: 100%;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 34px 0 60px;
  }
}
.l-footer__inner {
  margin: 0 auto;
  width: 70%;
  max-width: 924px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    width: 84%;
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__links-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-left: 14px;
  }
}
.l-footer__links-list-item a {
  text-decoration: none;
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 959px) {
  .l-footer__links-list-item a {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .l-footer__links-list-item a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-list-item a:hover {
    color: #329fc8;
  }
}
.l-footer__textarea {
  text-align: right;
  padding-top: 2px;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .l-footer__textarea {
    padding-top: 21px;
    text-align: center;
  }
}
.l-footer__text {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .l-footer__text {
    font-size: 9px;
  }
}
.l-footer__copy {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 24px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    font-size: 9px;
    margin-top: 8px;
  }
}

.l-bnr {
  position: relative;
  z-index: 1;
  padding-top: 5.4%;
  margin-top: 40px;
}
.l-bnr__list {
  margin: 0 auto;
  width: 70%;
  max-width: 924px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .l-bnr__list {
    width: 84%;
    display: block;
  }
}
.l-bnr__list-item {
  width: 49%;
  padding: 10px 10px 13px;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .l-bnr__list-item {
    margin-right: 2%;
  }
  .l-bnr__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-bnr__list-item {
    width: 100%;
    padding: 5px 5px;
    border-radius: 10px;
  }
  .l-bnr__list-item + .l-bnr__list-item {
    margin-top: 19px;
  }
}
.l-bnr__list-item.-official {
  background-color: #9defe0;
}
.l-bnr__list-item.-share {
  background-color: #faed49;
}
.l-bnr__list-inner {
  position: relative;
  padding: 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-inner {
    padding: 26px 20px;
  }
}
.l-bnr__list-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px dashed #fff;
  border-radius: 10px;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-inner::before {
    border-radius: 5px;
  }
}
.l-bnr__list-ttl {
  text-align: center;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 42px;
  color: #e64d79;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-ttl {
    font-size: 29px;
    letter-spacing: 2px;
  }
}
.l-bnr__list-ttl .is-small {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-ttl .is-small {
    font-size: 14px;
  }
}
.l-bnr__list-share {
  display: flex;
  justify-content: center;
}
.l-bnr__list-share-item {
  width: 81px;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-share-item {
    width: 60px;
  }
}
.l-bnr__list-share-item + .l-bnr__list-share-item {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-share-item + .l-bnr__list-share-item {
    margin-left: 8px;
  }
}
.is-load .l-bnr__list-share-item:nth-child(2n) img {
  animation: shake 1.5s steps(1) infinite forwards reverse;
}
.is-load .l-bnr__list-share-item:nth-child(2n+1) img {
  animation: shake 1.5s steps(1) infinite forwards;
}
.l-bnr__list-share-item a {
  display: block;
}
@media (hover: hover) {
  .l-bnr__list-share-item a {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-bnr__list-share-item a:hover {
    transform: scale(0.95);
  }
}
.l-bnr__list-logo {
  margin: 0 auto;
  width: 82%;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-logo {
    width: 74%;
    margin-bottom: 9px;
  }
}
.l-bnr__list-btn {
  margin: 0 auto;
  width: 90%;
  max-width: 280px;
}
@media screen and (max-width: 959px) {
  .l-bnr__list-btn {
    width: 85%;
  }
}

.c-btn {
  text-align: center;
  background-color: #ff9810;
  border-radius: 100px;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #329fc8;
    transform: scale(0.97);
  }
}
.c-btn__inner {
  text-decoration: none;
  display: block;
  padding: 17px 13% 18px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    padding: 13px 13% 14px;
  }
}
.c-btn__inner::before {
  content: "";
  width: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8%;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-btn__inner::before {
    width: 25px;
    right: 7%;
  }
}
.c-btn__text {
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-btn__text {
    letter-spacing: -0.5px;
    font-size: 12px;
  }
}

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

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