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

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

blockquote, q {
  quotes: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

ol, ul {
  list-style: none;
}

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

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

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

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

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

[role=button] {
  cursor: pointer;
}

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

[aria-controls] {
  cursor: pointer;
}

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

body {
  line-height: 1;
}

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

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  transform: translate3d(0, 0, 0) scale(1.05);
  filter: blur(3px);
}
.is-load .l-bg::before {
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
@media screen and (max-width: 959px) {
  .l-bg::before {
    background: url(../img/bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.l-deco {
  position: relative;
  width: 100%;
  height: 135px;
}
@media screen and (max-width: 959px) {
  .l-deco {
    height: 65px;
  }
}
.l-deco.-top {
  background: url(../img/bg_deco-top.png) repeat-x center top;
  background-size: 1290px;
}
@media screen and (max-width: 959px) {
  .l-deco.-top {
    background-size: 645px;
  }
}
.l-deco.-bottom {
  background: url(../img/bg_deco-bottom.png) repeat-x center bottom;
  background-size: 1290px;
}
@media screen and (max-width: 959px) {
  .l-deco.-bottom {
    background-size: 645px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-footer {
  margin-top: 62px;
  padding-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 29px;
    padding-bottom: 11px;
  }
}
.l-footer__bnr {
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
}
@media screen and (max-width: 959px) {
  .l-footer__bnr {
    width: 89%;
  }
}
.l-footer__bnr-list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__bnr-list-item {
  width: 49%;
  margin-right: 2%;
}
.l-footer__bnr-list-item a {
  display: block;
  box-shadow: 0 0 0 3px #fb9eca;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .l-footer__bnr-list-item a:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.l-footer__bnr-list-item a::before {
  content: "";
  width: 110%;
  padding-top: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  background-color: rgba(251, 158, 202, 0.3);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-footer__bnr-list-item a {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #fb9eca;
  }
}
.l-footer__bnr-list-item:nth-child(2n) {
  margin-right: 0;
}
.l-footer__bnr-list-item img {
  width: 100%;
}
.l-footer__share {
  margin-top: 62px;
}
@media screen and (max-width: 959px) {
  .l-footer__share {
    margin-top: 31px;
  }
}
.l-footer__share-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 520px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-inner {
    width: 89%;
  }
}
.l-footer__share-ttl {
  flex-shrink: 0;
  width: 102px;
  margin-right: 21px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-ttl {
    width: min(61px, 16.2666666667vw);
    margin-right: min(17px, 4.5333333333vw);
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__share-list-item:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item {
    width: 32px;
    height: 32px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 10px;
}
@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 {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px 8px 10px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-item a {
    padding: 9px 7px 8px;
  }
}
.l-footer__share-list-item.-x {
  background-color: #2d2c2d;
}
.l-footer__share-list-item.-line {
  background-color: #06c755;
}
.l-footer__share-list-icon {
  flex-shrink: 0;
  width: 29px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-icon {
    width: 16px;
  }
}
.l-footer__share-list-text {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .l-footer__share-list-text {
    font-size: 10px;
  }
}
.-x .l-footer__share-list-text {
  margin-left: 28px;
}
@media screen and (max-width: 959px) {
  .-x .l-footer__share-list-text {
    margin-left: min(18px, 4.8vw);
  }
}
.-line .l-footer__share-list-text {
  margin-left: 60px;
}
@media screen and (max-width: 959px) {
  .-line .l-footer__share-list-text {
    margin-left: min(41px, 10.9333333333vw);
  }
}
.l-footer__copy {
  text-align: center;
  font-weight: 700;
  color: #209fd3;
  margin-top: 60px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 30px;
    font-size: 10px;
  }
}

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

.l-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-stalker.is-show {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
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;
  }
}
.p-hero {
  margin: 0 auto;
  width: 90%;
  max-width: 986px;
}
@media screen and (max-width: 959px) {
  .p-hero {
    width: 100%;
  }
}