@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&family=Shippori+Mincho:wght@400;500&display=swap");
:root {
  --color-base: #373a57;
  --color-pink: #ea609e;
  --font-jp: "Shippori Mincho", serif;
  --font-en: "Nanum Myeongjo", serif;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, 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, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: 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;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: YakuHanMP, "Shippori Mincho", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  font-size: 3.125vw;
}
@media only screen and (min-width:961px) {
  html {
    font-size: 16px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

.svg_icon {
  fill-rule: evenodd;
}

#wrapper {
  overflow: hidden;
}

@media only screen and (min-width:961px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:960px) {
  .pc {
    display: none;
  }
}
@keyframes move_flower {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(6);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: url("../img/bg_op.jpg") no-repeat center bottom;
  background-size: cover;
}
.loading img {
  pointer-events: none;
}
.loading_main {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_main__lead {
  color: var(--color-pink);
  letter-spacing: 0.3em;
}
.loading .loading_flower .fl {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
}
.loading .loading_flower .fl img {
  pointer-events: none;
}
.loading .loading_flower .fl1 {
  transform-origin: left bottom;
}
.loading .loading_flower .fl2 {
  transform-origin: right top;
}
.loading .loading_flower .fl3 {
  transform-origin: left top;
}
.loading .loading_flower .fl4 {
  transform-origin: centerh;
}
@media only screen and (min-width:961px) {
  .loading_main__lead {
    font-size: 4.6vw;
    margin-bottom: 30px;
  }
  .loading_main__lead .-small {
    font-size: 2.8vw;
  }
  .loading_main__logo {
    width: 720px;
    width: 51.42%;
    margin: auto;
  }
}
@media only screen and (max-width:960px) {
  .loading_main__logo {
    width: 74.13vw;
    margin: auto;
  }
  .loading_main__lead {
    font-size: 1.8rem;
  }
  .loading_main__lead .-small {
    font-size: 1.2rem;
    position: relative;
    top: -0.2rem;
    margin-bottom: 7.46vw;
  }
}
.loading_main__lead span {
  position: relative;
  opacity: 0;
  display: inline-block;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.04);
}
.loading_main__logo {
  opacity: 0;
  transform: scale(1.04);
}
.is-start .loading {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-out 3.4s;
}
.is-start .loading .loading_main__lead span {
  opacity: 1;
  transform: scale(0.8);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transition: opacity 1.2s cubic-bezier(0.11, 0, 0.5, 0), filter 2s cubic-bezier(0.33, 1, 0.68, 1), transform 6s ease-out;
}
.is-start .loading .loading_main__lead span:nth-child(1) {
  transition-delay: 0.12s;
}
.is-start .loading .loading_main__lead span:nth-child(2) {
  transition-delay: 0.24s;
}
.is-start .loading .loading_main__lead span:nth-child(3) {
  transition-delay: 0.36s;
}
.is-start .loading .loading_main__lead span:nth-child(4) {
  transition-delay: 0.48s;
}
.is-start .loading .loading_main__lead span:nth-child(5) {
  transition-delay: 0.6s;
}
.is-start .loading .loading_main__lead span:nth-child(6) {
  transition-delay: 0.72s;
}
.is-start .loading .loading_main__lead span:nth-child(7) {
  transition-delay: 0.84s;
}
.is-start .loading .loading_main__lead span:nth-child(8) {
  transition-delay: 0.96s;
}
.is-start .loading .loading_main__lead span:nth-child(9) {
  transition-delay: 1.08s;
}
.is-start .loading .loading_main__lead span:nth-child(10) {
  transition-delay: 1.2s;
}
.is-start .loading .loading_main__lead span:nth-child(11) {
  transition-delay: 1.32s;
}
.is-start .loading .loading_main__lead span:nth-child(12) {
  transition-delay: 1.44s;
}
.is-start .loading .loading_main__lead span:nth-child(13) {
  transition-delay: 1.56s;
}
.is-start .loading .loading_main__lead span:nth-child(14) {
  transition-delay: 1.68s;
}
.is-start .loading .loading_main__lead span:nth-child(15) {
  transition-delay: 1.8s;
}
.is-start .loading .loading_main__lead span:nth-child(16) {
  transition-delay: 1.92s;
}
.is-start .loading .loading_main__lead span:nth-child(17) {
  transition-delay: 2.04s;
}
.is-start .loading .loading_main__logo {
  opacity: 1;
  transform: scale(0.86);
  transition: opacity 1.6s cubic-bezier(0.11, 0, 0.5, 0), transform 8s ease-out;
}
.is-start .loading .loading_flower .fl {
  animation: move_flower 8s cubic-bezier(0.47, 0.17, 0.32, 0.97);
}
.is-start .loading .loading_flower .fl img {
  transform: rotate(180deg);
  transition: transform 10s ease-out;
}
.is-start .loading .loading_flower .fl.fl1 {
  animation-delay: 0.1s;
}
.is-start .loading .loading_flower .fl.fl2 {
  animation-delay: 0.6s;
}
.is-start .loading .loading_flower .fl.fl3 {
  animation-delay: 1.2s;
}
.is-start .loading .loading_flower .fl.fl4 {
  animation-delay: 1.7s;
}

.wrapper {
  opacity: 0;
}
.is-start .wrapper {
  opacity: 1;
  transition: opacity 0.8s ease-out 5.5s;
}

.l-main .main_area__account {
  opacity: 0;
}
.is-start .l-main .main_area__account {
  opacity: 1;
  transition: opacity 0.4s ease-out 6.5s;
}
.l-main .main_area__logo,
.l-main .main_area__lead {
  opacity: 0;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  transform: scale(1.08);
}
.is-start .l-main .main_area__logo,
.is-start .l-main .main_area__lead {
  opacity: 1;
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transform: scale(1);
  transition: opacity 1.4s ease-in 5.9s, filter 1.6s ease-out 5.9s, transform 6s ease-out 5.9s;
}
.is-start .l-main .main_area__lead {
  transition-delay: 6.12s;
}

@keyframes move_petal1 {
  0% {
    right: -20vw;
    top: 12%;
    opacity: 1;
    transform: rotate(10deg) scale(0.6);
  }
  30% {
    opacity: 1;
  }
  100% {
    right: 120vw;
    top: 80%;
    opacity: 0.4;
    transform: rotate(-140deg) scale(1) translateY(4rem);
  }
}
@keyframes move_petal2 {
  0% {
    right: -20vw;
    top: 30%;
    opacity: 1;
    transform: rotate(-10deg) scale(0.4);
  }
  20% {
    opacity: 1;
  }
  100% {
    right: 140vw;
    top: 70%;
    opacity: 0;
    transform: rotate(180deg) scale(1.2);
  }
}
@keyframes move_petal3 {
  0% {
    right: -20vw;
    top: 30%;
    opacity: 1;
    transform: rotate(-10deg) scale(0.4);
  }
  10% {
    opacity: 1;
  }
  100% {
    right: 200vw;
    top: 70%;
    opacity: 0;
    transform: rotate(180deg) scale(1.2);
  }
}
@keyframes move_petal4 {
  0% {
    right: -20vw;
    top: 40%;
    opacity: 1;
    transform: rotate(10deg) scale(0.4);
  }
  100% {
    right: 180vw;
    top: 76%;
    opacity: 0.4;
    transform: rotate(120deg) scale(1);
  }
}
.main_area-deco .fl_petal {
  position: absolute;
  opacity: 0;
}
.main_area-deco.is_start .fl_petal {
  opacity: 1;
}
.main_area-deco.is_start .fl_petal1 {
  width: 8vw;
  animation: move_petal1 5s ease-out infinite;
}
.main_area-deco.is_start .fl_petal2 {
  width: 6vw;
  animation: move_petal2 6s ease-out 0.4s infinite;
  transform-origin: left bottom;
}
.main_area-deco.is_start .fl_petal3 {
  width: 5vw;
  animation: move_petal3 8s ease-out 0.75s infinite;
}
.main_area-deco.is_start .fl_petal4 {
  width: 4.6vw;
  animation: move_petal4 7.6s ease-out 0.95s infinite;
}
@media only screen and (max-width:960px) {
  .main_area-deco.is_start .fl_petal1 {
    width: 20vw;
  }
  .main_area-deco.is_start .fl_petal2 {
    width: 12vw;
  }
  .main_area-deco.is_start .fl_petal3 {
    width: 10vw;
  }
  .main_area-deco.is_start .fl_petal4 {
    width: 10vw;
  }
}

.main_area .main_area__lead {
  opacity: 0;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
.main_area .main_area__lead span {
  display: inline-block;
  opacity: 0;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  transform: rotate(-45deg) translate(2em, 0.4em);
  transform-origin: left top;
}
@media only screen and (min-width:961px) {
  .main_area .main_area__lead.is-active span {
    opacity: 1;
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transform: translate(0) rotate(0);
    transition: opacity 1.2s ease-in, filter 1.2s ease-out, transform 1.38s ease-out;
  }
  .main_area .main_area__lead.is-active span:nth-child(1) {
    transition-delay: 0.09s;
  }
  .main_area .main_area__lead.is-active span:nth-child(2) {
    transition-delay: 0.18s;
  }
  .main_area .main_area__lead.is-active span:nth-child(3) {
    transition-delay: 0.27s;
  }
  .main_area .main_area__lead.is-active span:nth-child(4) {
    transition-delay: 0.36s;
  }
  .main_area .main_area__lead.is-active span:nth-child(5) {
    transition-delay: 0.45s;
  }
  .main_area .main_area__lead.is-active span:nth-child(6) {
    transition-delay: 0.54s;
  }
  .main_area .main_area__lead.is-active span:nth-child(7) {
    transition-delay: 0.63s;
  }
  .main_area .main_area__lead.is-active span:nth-child(8) {
    transition-delay: 0.72s;
  }
  .main_area .main_area__lead.is-active span:nth-child(9) {
    transition-delay: 0.81s;
  }
  .main_area .main_area__lead.is-active span:nth-child(10) {
    transition-delay: 0.9s;
  }
  .main_area .main_area__lead.is-active span:nth-child(11) {
    transition-delay: 0.99s;
  }
  .main_area .main_area__lead.is-active span:nth-child(12) {
    transition-delay: 1.08s;
  }
  .main_area .main_area__lead.is-active span:nth-child(13) {
    transition-delay: 1.17s;
  }
  .main_area .main_area__lead.is-active span:nth-child(14) {
    transition-delay: 1.26s;
  }
  .main_area .main_area__lead.is-active span:nth-child(15) {
    transition-delay: 1.35s;
  }
  .main_area .main_area__lead.is-active span:nth-child(16) {
    transition-delay: 1.44s;
  }
  .main_area .main_area__lead.is-active span:nth-child(17) {
    transition-delay: 1.53s;
  }
  .main_area .main_area__lead.is-active span:nth-child(18) {
    transition-delay: 1.62s;
  }
  .main_area .main_area__lead.is-active span:nth-child(19) {
    transition-delay: 1.71s;
  }
}
@media only screen and (max-width:960px) {
  .is-start .main_area .main_area__lead span {
    opacity: 1;
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transform: translate(0) rotate(0);
    transition: opacity 1.2s ease-in, filter 1.2s ease-out, transform 1.38s ease-out;
  }
  .is-start .main_area .main_area__lead span:nth-child(1) {
    transition-delay: 6.19s;
  }
  .is-start .main_area .main_area__lead span:nth-child(2) {
    transition-delay: 6.28s;
  }
  .is-start .main_area .main_area__lead span:nth-child(3) {
    transition-delay: 6.37s;
  }
  .is-start .main_area .main_area__lead span:nth-child(4) {
    transition-delay: 6.46s;
  }
  .is-start .main_area .main_area__lead span:nth-child(5) {
    transition-delay: 6.55s;
  }
  .is-start .main_area .main_area__lead span:nth-child(6) {
    transition-delay: 6.64s;
  }
  .is-start .main_area .main_area__lead span:nth-child(7) {
    transition-delay: 6.73s;
  }
  .is-start .main_area .main_area__lead span:nth-child(8) {
    transition-delay: 6.82s;
  }
  .is-start .main_area .main_area__lead span:nth-child(9) {
    transition-delay: 6.91s;
  }
  .is-start .main_area .main_area__lead span:nth-child(10) {
    transition-delay: 7s;
  }
  .is-start .main_area .main_area__lead span:nth-child(11) {
    transition-delay: 7.09s;
  }
  .is-start .main_area .main_area__lead span:nth-child(12) {
    transition-delay: 7.18s;
  }
  .is-start .main_area .main_area__lead span:nth-child(13) {
    transition-delay: 7.27s;
  }
  .is-start .main_area .main_area__lead span:nth-child(14) {
    transition-delay: 7.36s;
  }
  .is-start .main_area .main_area__lead span:nth-child(15) {
    transition-delay: 7.45s;
  }
  .is-start .main_area .main_area__lead span:nth-child(16) {
    transition-delay: 7.54s;
  }
  .is-start .main_area .main_area__lead span:nth-child(17) {
    transition-delay: 7.63s;
  }
  .is-start .main_area .main_area__lead span:nth-child(18) {
    transition-delay: 7.72s;
  }
  .is-start .main_area .main_area__lead span:nth-child(19) {
    transition-delay: 7.81s;
  }
}

.share_area .share_list .-caption {
  opacity: 0;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
.share_area .share_list .-icon img {
  opacity: 0;
  display: block;
  position: relative;
  left: 3rem;
  transform: rotate(45deg);
}
@media only screen and (min-width:961px) {
  .share_area.is-active .share_list .-caption {
    opacity: 1;
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transition: opacity 1.2s ease-out, filter 1.3s ease-out;
  }
  .share_area.is-active .share_list .-icon img {
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: opacity 1.2s cubic-bezier(0.32, 0, 0.67, 0), transform 1.3s cubic-bezier(0.32, 0, 0.67, 0), left 1.6s ease-out;
  }
  .share_area.is-active .share_list .-icon:nth-child(1) img {
    transition-delay: 0.08s;
  }
  .share_area.is-active .share_list .-icon:nth-child(2) img {
    transition-delay: 0.16s;
  }
  .share_area.is-active .share_list .-icon:nth-child(3) img {
    transition-delay: 0.24s;
  }
  .share_area.is-active .share_list .-icon:nth-child(4) img {
    transition-delay: 0.32s;
  }
}
@media only screen and (max-width:960px) {
  .is-start .share_area .share_list .-caption {
    opacity: 1;
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transition: opacity 1.2s ease-out 6.34s, filter 1.3s ease-out 6.34s;
  }
  .is-start .share_area .share_list .-icon img {
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: opacity 1.2s cubic-bezier(0.32, 0, 0.67, 0), transform 1.3s cubic-bezier(0.32, 0, 0.67, 0), left 1.6s ease-out;
  }
  .is-start .share_area .share_list .-icon:nth-child(1) img {
    transition-delay: 6.47s;
  }
  .is-start .share_area .share_list .-icon:nth-child(2) img {
    transition-delay: 6.55s;
  }
  .is-start .share_area .share_list .-icon:nth-child(3) img {
    transition-delay: 6.63s;
  }
  .is-start .share_area .share_list .-icon:nth-child(4) img {
    transition-delay: 6.71s;
  }
}

.comment_area__caption {
  opacity: 0;
}
.comment_area__caption span {
  display: inline-block;
  opacity: 0;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  transform: rotate(-45deg) translate(2em, 0.4em);
  transform-origin: left top;
}
.comment_area__text p {
  opacity: 0;
}
.comment_area__text p span {
  opacity: 0;
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1.6em);
  display: inline-block;
}
.is-modal-open .comment_area .comment_area__caption {
  opacity: 1;
}
.is-modal-open .comment_area .comment_area__caption span {
  opacity: 1;
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0) rotate(0);
  transition: opacity 1.2s cubic-bezier(0.11, 0, 0.5, 0), filter 1.2s cubic-bezier(0.11, 0, 0.5, 0), transform 1.66s ease-out;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(1) {
  transition-delay: 0.09s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(2) {
  transition-delay: 0.18s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(3) {
  transition-delay: 0.27s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(4) {
  transition-delay: 0.36s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(5) {
  transition-delay: 0.45s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(6) {
  transition-delay: 0.54s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(7) {
  transition-delay: 0.63s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(8) {
  transition-delay: 0.72s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(9) {
  transition-delay: 0.81s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(10) {
  transition-delay: 0.9s;
}
.is-modal-open .comment_area .comment_area__caption span:nth-child(11) {
  transition-delay: 0.99s;
}
.is-modal-open .comment_area .comment_area__text p {
  opacity: 1;
}
.is-modal-open .comment_area .comment_area__text p span {
  opacity: 1;
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transform: translate(0);
  transition: opacity 1.2s ease-in 1.1s, filter 1.2s cubic-bezier(0.11, 0, 0.5, 0) 1.1s, transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s;
}
.is-modal-open .comment_area .comment_area__text p span.line1 {
  transition-delay: 1.7s;
}
.is-modal-open .comment_area .comment_area__text p span.line2 {
  transition-delay: 2.3s;
}
.is-modal-open .comment_area .comment_area__text p span.line3 {
  transition-delay: 2.9s;
}
.is-modal-open .comment_area .comment_area__text p span.line4 {
  transition-delay: 3.5s;
}
.is-modal-open .comment_area .comment_area__text p span.line5 {
  transition-delay: 4.1s;
}
.is-modal-open .comment_area .comment_area__text p span.line6 {
  transition-delay: 4.7s;
}
.is-modal-open .comment_area .comment_area__text p span.line7 {
  transition-delay: 5.3s;
}
.is-modal-open .comment_area .comment_area__text p span.line8 {
  transition-delay: 5.9s;
}
.is-modal-open .comment_area .comment_area__text p span.line9 {
  transition-delay: 6.5s;
}

.cast_area .cast_title {
  opacity: 0;
  transform: translateY(1.6em);
}
.cast_area .cast_list__item {
  opacity: 0;
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1.6em);
}
.cast_area.is-active .cast_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.11, 0, 0.5, 0), transform 1.66s ease-out;
}
.cast_area.is-active .cast_list__item {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 1.2s cubic-bezier(0.11, 0, 0.5, 0), transform 1.66s ease-out, filter 1.2s cubic-bezier(0.11, 0, 0.5, 0);
  transition-delay: 0.3s;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.m-modal .m-modal__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("../img/bg_message_pc.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (max-width:960px) {
  .m-modal .m-modal__bg {
    background-image: url("../img/bg_message_sp_2.jpg");
  }
}
.m-modal .m-modal__close {
  position: absolute;
}
.m-modal .m-modal__close:before, .m-modal .m-modal__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-pink);
}
.m-modal .m-modal__close:before {
  transform: rotate(30deg);
}
.m-modal .m-modal__close:after {
  transform: rotate(-30deg);
}
.m-modal .m-modal__content {
  opacity: 0;
  transition: opacity 0.25s ease-out 0s;
}
.m-modal[data-modal-type=youtube] .m-modal__content {
  position: absolute;
  width: 90vw;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal[data-modal-type=template] .m-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal[data-modal-type=template] .modal_comment {
  background: no-repeat;
}
.m-modal[data-modal-type=template] .modal_comment.-mizuki {
  background-image: url("../img/img_chara_mizuki.png");
}
.m-modal[data-modal-type=template] .modal_comment.-sano {
  background-image: url("../img/img_chara_sano.png");
}
.m-modal[data-modal-type=template] .modal_comment.-nakatsu {
  background-image: url("../img/img_chara_nakatsu.png");
}
@media only screen and (min-width:961px) {
  .m-modal[data-modal-type=template] .modal_comment {
    padding: 50px 0;
    background-position: right top;
    background-size: min(300px, 25%);
  }
}
@media only screen and (max-width:960px) {
  .m-modal[data-modal-type=template] .modal_comment {
    background-position: left top;
    background-size: 46%;
  }
}
.m-modal[data-modal-type=template] .modal_comment__header {
  text-align: center;
}
.m-modal[data-modal-type=template] .modal_comment__header .-role {
  color: var(--color-pink);
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt {
  color: var(--color-pink);
  position: relative;
  line-height: 1.4;
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt:before, .m-modal[data-modal-type=template] .modal_comment__contents dl dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  left: -3.6rem;
  top: 0;
  text-align: center;
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt:before {
  background: url("../img/bg_num.png") no-repeat center;
  background-size: contain;
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt:after {
  line-height: 1.8rem;
  color: #FFF;
  font-family: var(--font-en);
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt.q1:after {
  content: "Q1";
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dt.q2:after {
  content: "Q2";
}
.m-modal[data-modal-type=template] .modal_comment__contents dl dd {
  line-height: 1.8;
}
@media only screen and (min-width:961px) {
  .m-modal .m-modal__close {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .m-modal .m-modal__close:before, .m-modal .m-modal__close:after {
    transition: transform 0.2s ease-out;
  }
  .m-modal .m-modal__close:hover:before, .m-modal .m-modal__close:hover:after {
    transform: rotate(180deg);
  }
  .m-modal[data-modal-type=template] .m-modal__content {
    width: 90%;
    min-width: 900px;
    max-width: 1200px;
  }
  .m-modal[data-modal-type=template] .modal_comment__header {
    margin-bottom: 44px;
  }
  .m-modal[data-modal-type=template] .modal_comment__header .-role {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .m-modal[data-modal-type=template] .modal_comment__header .-name {
    font-size: 36px;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl + dl {
    margin-top: 40px;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt:before {
    top: -20px;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt:after {
    font-size: 18px;
    top: 0px;
  }
}
@media only screen and (max-width:960px) {
  .m-modal .m-modal__close {
    width: 12.26vw;
    height: 12.26vw;
    top: 4vw;
    right: 4vw;
  }
  .m-modal[data-modal-type=template] .m-modal__content {
    width: 100%;
  }
  .m-modal[data-modal-type=template] .modal_comment {
    padding: 12vw 4.66vw 0 calc(3rem + 4.66vw);
  }
  .m-modal[data-modal-type=template] .modal_comment__header {
    margin-bottom: 10.66vw;
    padding-right: 3rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__header .-role {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__header .-name {
    font-size: 2.2rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl + dl {
    margin-top: 8vw;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt {
    margin-bottom: 14px;
    font-size: 1.2rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt:before {
    top: -0.8rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dt:after {
    font-size: 1.1rem;
    top: 0.4rem;
  }
  .m-modal[data-modal-type=template] .modal_comment__contents dl dd {
    font-size: 1.1rem;
  }
}
.m-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.m-modal.is-open .m-modal__bg:after {
  width: 0;
}
.m-modal.is-open .m-modal__content {
  opacity: 1;
  transition-delay: 0.4s;
}

.l-pageNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: clamp(400px, 90%, 720px);
  height: 60px;
  position: fixed;
  left: 50%;
  top: 20px;
  border-radius: 60px;
  padding: 0 min(4.2%, 60px) 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(230, 46, 139, 0.9) 0%, rgba(234, 96, 158, 0.9) 100%);
  box-sizing: border-box;
  transform: translate(-50%, 0%);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    transform: translate(0%, 0%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
  }
  .is-menu-open .l-pageNav {
    opacity: 1;
    pointer-events: all;
  }
}
.l-pageNav__txtLink {
  width: 81%;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__txtLink {
    width: 100%;
  }
}
.l-pageNav__txtLink-list {
  display: flex;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__txtLink-list {
    display: block;
    text-align: center;
  }
}
.l-pageNav__txtLink-item {
  margin-right: 9%;
}
.l-pageNav__txtLink-item:nth-last-of-type(1) {
  margin-right: 0;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__txtLink-item {
    margin-right: 0;
  }
  .l-pageNav__txtLink-item + .l-pageNav__txtLink-item {
    margin-top: 40px;
  }
}
.l-pageNav__txtLink-link {
  display: block;
  font-family: var(--font-en);
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.01em;
  transition: transform 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .l-pageNav__txtLink-link:hover {
    transform: scale(1.03);
  }
}
.l-pageNav__txtLink-txt {
  position: relative;
}
.l-pageNav__txtLink-txt span {
  font-size: 16px;
  vertical-align: baseline;
}
.l-pageNav__sns {
  width: 19%;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3vh;
    padding: 0 5.2%;
    box-sizing: border-box;
  }
}
.l-pageNav__sns.--not-open-menu {
  display: none;
  position: relative;
  bottom: 49.3vw;
  color: var(--color-pink);
}
@media only screen and (max-width:960px) {
  .l-pageNav__sns.--not-open-menu {
    display: flex;
  }
}
.l-pageNav__sns-cap {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns-cap {
    display: block;
    width: 92px;
    font-size: 13px;
  }
}
.l-pageNav__sns-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns-list {
    justify-content: space-between;
    width: calc(100% - 92px);
  }
}
.l-pageNav__sns-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: calc((100% - 66px) / 2);
}
.l-pageNav__sns-item:nth-last-of-type(1) {
  margin-right: 0;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns-item {
    width: 30.5%;
    margin-right: 0;
  }
}
.l-pageNav__sns-link {
  display: block;
  transition: transform 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .l-pageNav__sns-link:hover {
    transform: scale(1.12);
  }
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 60px;
  }
  .--not-open-menu .l-pageNav__sns-link {
    border-color: var(--color-pink);
    background-color: var(--color-pink);
  }
}
.l-pageNav__sns-txt {
  position: relative;
  width: 22px;
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__sns-txt {
    width: 16px;
  }
}

.l-pageNav__btn {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(230, 46, 139) 0%, rgb(234, 96, 158) 100%);
  z-index: 3;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width:961px) {
  .l-pageNav__btn:hover {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1320px) {
  .l-pageNav__btn {
    display: block;
  }
}
.is-menu-open .l-pageNav__btn {
  background: transparent;
}
.l-pageNav__btn::before, .l-pageNav__btn::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-pageNav__btn::before {
  transform: translate(-50%, calc(-50% - 3px));
}
.is-menu-open .l-pageNav__btn::before {
  transform: translate(-50%, calc(-50% - 0px)) rotate(40deg);
}
.l-pageNav__btn::after {
  transform: translate(-50%, calc(-50% + 3px));
}
.is-menu-open .l-pageNav__btn::after {
  transform: translate(-50%, calc(-50% + 0px)) rotate(-40deg);
}

.wrapper {
  position: relative;
  transition-delay: 0.2s !important;
}
.wrapper .contents_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width:961px) {
  .wrapper .contents_bg {
    background: url("../img/bg_pc.jpg") no-repeat center bottom;
    background-size: cover;
  }
}
@media only screen and (max-width:960px) {
  .wrapper {
    background: #fff6fa;
  }
  .wrapper .contents_bg {
    background: url("../img/bg_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
}

.share_area {
  position: relative;
}
.share_area .share_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_area .share_list__item {
  font-family: var(--font-en);
  color: var(--color-pink);
}
@media only screen and (min-width:961px) {
  .share_area {
    margin-bottom: 40px;
  }
  .share_area .share_list__item.-caption {
    margin-right: 12px;
  }
  .share_area .share_list__item.-icon {
    width: 40px;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-out;
  }
  .share_area .share_list__item.-icon:hover {
    opacity: 0.6;
    transform: scale(1.08);
  }
}
@media only screen and (max-width:960px) {
  .share_area {
    margin-bottom: 8vw;
  }
  .share_area .share_list__item.-caption {
    font-size: 1.18rem;
    margin-right: 2.4vw;
  }
  .share_area .share_list__item.-icon {
    width: 8vw;
    margin-left: 1.6vw;
  }
}

footer {
  color: var(--color-pink);
  text-align: center;
  position: relative;
}
footer .aniplex_list ul {
  display: flex;
  font-family: var(--font-en);
  justify-content: center;
}
footer .aniplex_list a {
  color: var(--color-pink);
}
@media only screen and (min-width:961px) {
  footer {
    padding: 40px 0;
  }
  footer .aniplex_list {
    margin-bottom: 32px;
  }
  footer .aniplex_list ul {
    font-size: 13px;
    gap: 20px;
  }
  footer .aniplex_list__item {
    position: relative;
  }
  footer .aniplex_list__item:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 12px);
    height: 2px;
    left: -6px;
    border-radius: 40px;
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    background: var(--color-pink);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  }
  footer .aniplex_list__item:hover:after {
    opacity: 1;
  }
  footer .copyright {
    font-size: 12px;
    line-height: 2.2;
  }
}
@media only screen and (max-width:960px) {
  footer {
    background: #fff6fa;
    padding: 13.33vw 0 8vw;
    bottom: 0;
    width: 100%;
  }
  footer .aniplex_list ul {
    font-size: 0.9rem;
    gap: 1.4rem;
    margin-bottom: 2.66vw;
  }
  footer .copyright {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.p-in-hero {
  width: 256px;
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1;
}
@media only screen and (max-width:960px) {
  .p-in-hero {
    width: 160px;
    left: 12px;
    top: 11px;
  }
}
.p-in-hero__logo-link {
  display: block;
  transition: transform 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .p-in-hero__logo-link:hover {
    transform: scale(1.03);
  }
}
.p-in-hero__logo-img {
  width: 100%;
  margin: 0 auto;
}

.contents_area {
  position: relative;
  background: url("../img/bg_blossoms_pc.png") no-repeat center top;
  background-size: contain;
}
@media only screen and (max-width:960px) {
  .contents_area {
    background-image: url("../img/bg_blossoms_sp.png");
  }
}
.contents_area .contents_line {
  width: 100%;
  height: 11px;
}
.contents_area .contents_line-txt {
  width: 100%;
  height: 11px;
  background: url(../img/deco_txt.png) center top repeat-x;
  background-size: 328px auto;
  animation: roop-txt-pc 12s linear infinite;
}
@media only screen and (max-width:960px) {
  .contents_area .contents_line-txt {
    background-size: 238px auto;
    animation: roop-txt-sp 12s linear infinite;
  }
}
@keyframes roop-txt-pc {
  0% {
    background-position: 328px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes roop-txt-sp {
  0% {
    background-position: 238px;
  }
  100% {
    background-position: 0;
  }
}
.contents_area .news_area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 0 120px;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area {
    display: block;
    width: 100%;
    padding-top: 120px;
  }
}
.contents_area .news_area .news_title {
  width: 65%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news_title {
    width: 100%;
  }
}
.contents_area .news_area .news__list {
  margin: 21px auto 0;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__list {
    width: 90%;
    margin-top: 26px;
  }
}
.contents_area .news_area .news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: auto;
  border-bottom: 1px solid rgba(239, 141, 178, 0.3);
  padding: 26px 0 26px;
  box-sizing: border-box;
  transition: color 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .contents_area .news_area .news__link:hover {
    color: var(--color-pink);
  }
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__link {
    display: block;
    padding: 15px 6px 15px 21px;
  }
}
.news__list-item:nth-last-of-type(1) .news__link {
  border-bottom: none;
}

.contents_area .news_area .news__day {
  width: 130px;
  font-family: var(--font-en);
  font-size: 15px;
  color: var(--color-pink);
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__day {
    width: 100%;
    font-size: 12px;
  }
}
.contents_area .news_area .news__cap {
  width: calc(100% - 130px);
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__cap {
    width: 100%;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.65;
  }
}
.contents_area .news_area .news__cap::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(-195%, -50%);
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__cap::before {
    width: 11px;
    height: 11px;
  }
}
.news__list-item:nth-of-type(3n + 1) .news__cap::before {
  background: url(../img/icon_petal_1.png) center center no-repeat;
  background-size: contain;
}

.news__list-item:nth-of-type(3n + 2) .news__cap::before {
  background: url(../img/icon_petal_2.png) center center no-repeat;
  background-size: contain;
}

.news__list-item:nth-of-type(3n + 3) .news__cap::before {
  background: url(../img/icon_petal_3.png) center center no-repeat;
  background-size: contain;
}

.contents_area .news_area .news__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px auto 0;
}
.contents_area .news_area .news__pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contents_area .news_area .news__pagination-list-item {
  margin-right: 20px;
}
.contents_area .news_area .news__pagination-list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.contents_area .news_area .news__pagination-link {
  width: 3.2em;
  height: 3.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgb(230, 46, 139);
  font-family: var(--font-en);
  color: rgb(230, 46, 139);
  box-sizing: border-box;
  transition: color 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (min-width:961px) {
  .contents_area .news_area .news__pagination-link:hover {
    color: #fff;
  }
  .contents_area .news_area .news__pagination-link:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__pagination-link {
    width: 3.4em;
    height: 3.4em;
  }
}
.contents_area .news_area .news__pagination-link.is-active {
  color: #fff;
}
.contents_area .news_area .news__pagination-link.is-active::before {
  opacity: 1;
}
.contents_area .news_area .news__pagination-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(230, 46, 139) 0%, rgb(234, 96, 158) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.contents_area .news_area .news__pagination-txt {
  position: relative;
}
.contents_area .news_area .news__detail {
  margin: 45px auto 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail {
    width: 90%;
    margin-top: 35px;
    font-size: 12px;
  }
}
.contents_area .news_area .news__detail-day {
  font-family: var(--font-en);
  font-size: 16px;
  color: var(--color-pink);
  line-height: 1.65;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail-day {
    width: 100%;
    font-size: 12px;
  }
}
.contents_area .news_area .news__detail-cap {
  position: relative;
  margin: 4px auto 0;
  border-bottom: 1px solid rgba(239, 141, 178, 0.3);
  padding-bottom: 44px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail-cap {
    width: 100%;
    margin: 4px auto 0;
    padding-bottom: 36px;
    font-size: 14px;
  }
}
.contents_area .news_area .news__detail-body {
  padding: 43px 0 20px;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail-body {
    padding: 34px 0 20px;
  }
}
.contents_area .news_area .news__detail p + p {
  margin-top: 29px;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail p + p {
    margin-top: 22px;
  }
}
.contents_area .news_area .news__detail a {
  color: var(--color-pink);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: opacity 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .contents_area .news_area .news__detail a:hover {
    opacity: 0.7;
  }
}
.contents_area .news_area .news__detail img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 16px auto 16px 0;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .news__detail img {
    margin: 11px auto 11px 0;
  }
}
.contents_area .news_area .p-iframe_wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 16px auto 16px 0;
  padding-top: 56.25%;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .p-iframe_wrap {
    margin: 11px auto 11px 0;
  }
}
.contents_area .news_area .p-iframe_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contents_area .news_area .p-back {
  width: 200px;
  margin: 49px auto 20px;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .p-back {
    width: 175px;
    margin: 39px auto 20px;
  }
}
.contents_area .news_area .p-back__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--color-pink);
  border-radius: 60px;
  padding: 17px 0 15px;
  font-family: var(--font-en);
  font-size: 16px;
  color: var(--color-pink);
  transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
}
@media only screen and (min-width:961px) {
  .contents_area .news_area .p-back__link:hover {
    background-color: var(--color-pink);
    color: #fff;
  }
  .contents_area .news_area .p-back__link:hover::before {
    background-color: #fff;
  }
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .p-back__link {
    padding: 14px 0 13px;
    font-size: 11px;
  }
}
.contents_area .news_area .p-back__link::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 9%;
  top: 50%;
  background-color: var(--color-pink);
  -webkit-mask: url(../img/icon_arrow.svg) center center no-repeat;
  mask: url(../img/icon_arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(0%, -50%) scale(-1, 1);
  transition: background-color 0.4s ease-in-out 0s;
}
@media only screen and (max-width:960px) {
  .contents_area .news_area .p-back__link::before {
    left: 7%;
  }
}
.contents_area .news_area .p-back__txt {
  position: relative;
}