@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 rotate_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgline_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 0;
  }
}
@keyframes bgline_PC2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}
@keyframes gray_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -400px center;
  }
}
@keyframes card_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -565px center;
  }
}
@keyframes card_linePC {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -734.5px center;
  }
}
body {
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  color: #544d4f;
}

.l-wrap {
  position: relative;
  min-height: 100vh;
  background: url(../img/bg_pink.jpg) repeat-y center 0;
  background-size: 540px;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1001px) {
  .l-wrap {
    box-shadow: 0px 0px 60px 0px rgba(179, 74, 105, 0.2);
  }
}
@media screen and (max-width: 1000px) {
  .l-wrap {
    transition: background 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0 auto;
  }
}

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

.l-wrapper_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
.l-wrapper_content__line {
  position: absolute;
  width: 100%;
  padding-top: 74px;
  background-color: gray;
  background: url(../img/bg_pc_txt.png) repeat-x 0 0;
  background-size: 1400px;
}
.l-wrapper_content__line.-top {
  top: -6px;
  animation: bgline_PC 40s linear infinite forwards;
}
.l-wrapper_content__line.-bottom {
  bottom: -6px;
  animation: bgline_PC2 40s linear infinite forwards;
}
.l-wrapper_content__box {
  width: calc((100% - 540px) / 2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .l-wrapper_content__box {
    display: none;
  }
}
.l-wrapper_content__logo {
  margin: 0 auto;
  width: 69%;
  max-width: 350px;
}

.-in .l-content {
  padding-top: 85px;
  padding-bottom: 90px;
}

.l-section {
  padding-top: 40px;
}
.l-section:nth-child(2n) {
  background: url(../img/bg_silver.jpg) repeat-y center 0;
  background-size: 540px;
}
.-in .l-section {
  padding-top: 0;
}
.l-section__inner {
  position: relative;
  margin: 0 auto;
  width: 85%;
}
.l-section__ttl.is-center {
  text-align: center;
}
.l-section__ttl.is-center h2 {
  margin: 0 auto;
}
.l-section__ttl h2 {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  transform: translateY(25px);
  opacity: 0;
  font-size: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.9;
  background: linear-gradient(90deg, rgb(84, 77, 79) 0%, rgb(227, 127, 157) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1001px) {
  .l-section__ttl h2 {
    font-size: 71.5px;
  }
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-in-load .l-section__ttl h2 {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.l-section__ttl h2 .is-small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 2px;
}
@media screen and (min-width: 1001px) {
  .l-section__ttl h2 .is-small {
    font-size: 52px;
  }
}
.l-section__ttl-sub {
  font-size: 14px;
  margin-top: 7px;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .l-section__ttl-sub {
    font-size: 18.2px;
  }
}
.is-center .l-section__ttl-sub {
  text-align: center;
}
.l-section.is-active .l-section__ttl-sub {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.15s;
}
.is-in-load .l-section__ttl-sub {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}

.l-footer {
  background-color: #faeaec;
  padding-bottom: 35px;
  position: relative;
}
.l-footer__content {
  margin: 0 auto;
  margin-top: 44px;
  width: 84%;
  position: relative;
}
.l-footer__pagetop {
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer__pagetop-text {
  writing-mode: vertical-lr;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  color: #544d4f;
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1001px) {
  .l-footer__pagetop-text {
    font-size: 14.3px;
  }
}
.l-footer__pagetop a {
  text-decoration: none;
  display: flex;
}
@media (hover: hover) {
  .l-footer__pagetop a {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__pagetop a:hover {
    opacity: 0.7;
  }
}
.l-footer__pagetop-arrow {
  width: 4.3px;
  margin-left: 6px;
}
@media screen and (min-width: 1001px) {
  .l-footer__pagetop-arrow {
    width: 5.59px;
  }
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  margin-top: 15px;
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  color: #e37f9d;
  letter-spacing: 0.5px;
  position: relative;
}
.l-footer__anilink-list-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e37f9d;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1001px) {
  .l-footer__anilink-list-item a {
    font-size: 20.8px;
  }
  .l-footer__anilink-list-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: 25px;
}
@media screen and (min-width: 1001px) {
  .l-footer__share-list-item {
    width: 32.5px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 20px;
}
@media screen and (min-width: 1001px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 26px;
  }
}
.l-footer__share-list-item a {
  display: block;
}
.l-footer__share-list-item a svg {
  fill: #544d4f;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__share-list-item a {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-list-item a:hover svg {
    fill: #e37f9d;
  }
}
.l-footer__text {
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  margin-top: 45px;
}
@media screen and (min-width: 1001px) {
  .l-footer__text {
    font-size: 11.7px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 1001px) {
  .l-footer__copy {
    font-size: 11.7px;
  }
}

.l-menu {
  position: fixed;
  height: 100%;
  z-index: 3;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .l-menu {
    left: auto;
    right: 0;
    width: 33.4%;
    width: calc((100% - 540px) / 2);
    pointer-events: auto;
    min-width: 330px;
  }
}
@media screen and (max-width: 1199px) {
  .l-menu {
    left: 50%;
    transform: translateX(-50%);
    max-width: 540px;
    width: 100%;
  }
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
.l-menu__btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  pointer-events: none;
  cursor: pointer;
  z-index: 1;
  transform: translate(10px, 10px);
  opacity: 0;
}
.is-load .l-menu__btn {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.8s cubic-bezier(0.35, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.2s;
}
@media screen and (min-width: 1001px) {
  .l-menu__btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .l-menu__btn {
    display: block;
    pointer-events: all;
  }
}
.l-menu__btn-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f098b2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-bg {
  background-color: #fff;
}
.l-menu__btn-text {
  font-size: 14px;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  letter-spacing: 1px;
  width: 16px;
}
.l-menu__btn-text svg {
  fill: #fff;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-text svg {
  fill: #e37f9d;
}
.l-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-menu__content-inner {
  position: relative;
  padding: 30px 13%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1001px) {
  .l-menu__content-inner {
    padding: 87px 7%;
  }
}
.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal.jpg) no-repeat center 0;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: scale(1.15);
}
.is-menu-open .l-menu__bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__sns {
  position: fixed;
  top: 14px;
  left: 13px;
  transform: translateY(15px);
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.is-menu-open .l-menu__sns {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 1000px) {
  .l-menu__sns {
    top: 15px;
    left: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .l-menu__sns {
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 5.5%;
    left: auto;
    right: 5%;
    width: 35%;
    max-width: 100px;
    z-index: 1;
  }
}
.l-menu__sns a {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .l-menu__sns.is-pc {
    display: none;
  }
}
@media (hover: hover) {
  .l-menu__sns.is-pc {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-menu__sns.is-pc:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1199px) {
  .l-menu__sns.is-sp {
    display: block;
  }
}
.l-menu__sns-icon {
  width: 14px;
  height: 14px;
  fill: #544d4f;
}
@media screen and (min-width: 1000px) {
  .l-menu__sns-icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .l-menu__sns-icon {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
.l-menu__sns-base img {
  animation: rotate_loop 10s linear infinite forwards;
}
.l-menu__sns-text {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  writing-mode: vertical-lr;
  color: #544d4f;
  font-size: 14px;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1000px) {
  .l-menu__sns-text {
    font-size: 20px;
    margin-top: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .l-menu__list-item {
    transform: translateX(-25px);
    opacity: 0;
  }
  .is-menu-open .l-menu__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 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.25s;
  }
  .is-menu-open .l-menu__list-item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .is-menu-open .l-menu__list-item:nth-child(4) {
    transition-delay: 0.55s;
  }
  .is-menu-open .l-menu__list-item:nth-child(5) {
    transition-delay: 0.7s;
  }
  .is-menu-open .l-menu__list-item:nth-child(6) {
    transition-delay: 0.85s;
  }
  .is-menu-open .l-menu__list-item:nth-child(7) {
    transition-delay: 1s;
  }
  .is-menu-open .l-menu__list-item:nth-child(8) {
    transition-delay: 1.15s;
  }
  .is-menu-open .l-menu__list-item:nth-child(9) {
    transition-delay: 1.3s;
  }
  .is-menu-open .l-menu__list-item:nth-child(10) {
    transition-delay: 1.45s;
  }
}
.l-menu__list-item + .l-menu__list-item {
  margin-top: 30px;
}
@media screen and (min-width: 1001px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-top: 17px;
  }
}
.l-menu__list-item.is-ja a {
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: -0.1px;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .l-menu__list-item.is-ja a {
    line-height: 1.3;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 30px;
  color: #e37f9d;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .l-menu__list-item a {
    font-size: 23px;
    padding-left: 12px;
  }
  .l-menu__list-item a::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e37f9d;
    border-radius: 50%;
  }
  .l-menu__list-item a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e37f9d;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-menu__list-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-menu__share {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 30px;
}
@media screen and (max-width: 1199px) {
  .l-menu__share {
    display: none !important;
  }
}
.l-menu__share-content {
  display: flex;
}
.l-menu__share-text {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  flex-shrink: 0;
  margin-right: 18px;
}
.l-menu__share-list {
  display: flex;
}
.l-menu__share-list-item {
  width: 21px;
}
.l-menu__share-list-item + .l-menu__share-list-item {
  margin-left: 16px;
}
.l-menu__share-list-item a {
  display: block;
}
.l-menu__share-list-item a svg {
  fill: #544d4f;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-menu__share-list-item a {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-menu__share-list-item a:hover svg {
    fill: #e37f9d;
  }
}

.p-sns {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-top: 65px;
  padding-left: 14px;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .p-sns {
    padding-top: 95px;
    padding-left: 20px;
  }
}
.-in .p-sns {
  padding-top: 0;
}
@media screen and (min-width: 1001px) {
  .p-sns {
    max-width: 540px;
  }
}
.p-sns__content {
  position: -webkit-sticky;
  position: sticky;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 15px;
  left: 0;
  pointer-events: all;
}
.p-sns__content a {
  text-decoration: none;
  position: relative;
}
@media (hover: hover) {
  .p-sns__content a:hover .p-sns__text {
    color: #e37f9d;
  }
  .p-sns__content a:hover .p-sns__icon svg {
    fill: #e37f9d;
  }
}
.p-sns__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .p-sns__icon {
    width: 17px;
    height: 17px;
  }
}
.p-sns__icon svg {
  fill: #544d4f;
  transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-sns__text {
  writing-mode: vertical-lr;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  font-size: 13px;
  padding-top: 21px;
  letter-spacing: 0.7px;
  color: #544d4f;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1001px) {
  .p-sns__text {
    font-size: 20px;
    padding-top: 28px;
  }
}

.l-logo {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 71px;
  z-index: 1;
}

body .m-modal {
  max-width: 540px;
  left: 50%;
  transform: translateX(-50%);
}
body .m-modal .m-modal__bg {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_modal.jpg) no-repeat center 0;
  background-size: cover;
  position: fixed !important;
  max-width: 540px;
}
body .m-modal .m-modal__content {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}
body .m-modal .m-modal__close-btn {
  top: 3px;
  right: 12px;
  width: 50px;
  height: 50px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(0.97);
    opacity: 0.6;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  background-color: #e37f9d;
  height: 50px;
}
body .m-modal .m-modal__close-btn::before {
  transform: rotate(-60deg);
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(60deg);
}

.l-line {
  width: 100%;
  padding-top: 42px;
  background: linear-gradient(90deg, rgb(84, 77, 79) 0%, rgb(187, 183, 171) 100%);
  position: relative;
}
.l-line__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 2px);
  background: url(../img/tape.png) repeat-x 0 center;
  background-size: 400px;
}
.-r .l-line__content {
  animation: gray_lineSP 15s linear infinite reverse;
}
.-l .l-line__content {
  animation: gray_lineSP 15s linear infinite;
}

.c-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-more__inner {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .c-more__inner {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-more__inner:hover::after {
    transform: scaleX(0);
  }
  .c-more__inner:hover .c-more__text {
    transform: translateX(10px);
  }
}
.c-more__inner::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #e37f9d;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: right;
}
@media screen and (min-width: 1001px) {
  .c-more__inner::after {
    width: 26px;
  }
}
.c-more__text {
  color: #e37f9d;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-right: 7px;
}
@media screen and (min-width: 1001px) {
  .c-more__text {
    font-size: 26px;
  }
}

.c-btn {
  text-align: center;
  background: linear-gradient(90deg, rgb(240, 152, 178) 0%, rgb(242, 210, 213) 100%);
}
@media (hover: hover) {
  .c-btn {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn:hover {
    opacity: 0.7;
  }
  .c-btn:hover .c-more__text {
    transform: translateX(10px);
  }
}
.c-btn__inner {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10% 0;
  position: relative;
  height: 50px;
}
@media screen and (min-width: 1001px) {
  .c-btn__inner {
    height: 65px;
  }
}
.c-btn__inner::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 1001px) {
  .c-btn__inner::before {
    width: 19.5px;
    height: 19.5px;
  }
}
.c-btn__text {
  font-size: 13.5px;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 1001px) {
  .c-btn__text {
    font-size: 17.55px;
  }
}

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

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