@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

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

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

/*-------------------------------

html

-------------------------------*/
html, body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::selection {
  color: #fff;
  background: #ffedf2;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}

/*-------------------------------

#header

-------------------------------*/
#header {
  display: none;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
  opacity: 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader-inner {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #f2c6c6;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*-------------------------------

@mvtk

-------------------------------*/
#mvtk-widgets-wrap {
  text-align: center;
  background: #000;
  padding: 60px 0 3px;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 30px 0 5px;
  }
}

#mvtk-widgets-container {
  margin: 30px auto 20px;
}
@media screen and (min-width: 960px) {
  #mvtk-widgets-container {
    margin: 30px auto 10px;
  }
}

.mvtk-bnr {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.mvtk-bnr a {
  display: block;
  width: 100%;
}
.mvtk-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 630px;
    margin: 20px auto;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  .mvtk-bnr a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
  background: #d4a5b2;
  color: #fff;
}
.sns-btn:hover .share-link-btn {
  color: #fff !important;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  display: block;
  color: #282453;
  transition: all 0.4s ease;
}

.custom-facebook-btn {
  transform: scale(1.2);
}

.custom-line-btn {
  transform: scale(1.4);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/*-------------------------------

img

-------------------------------*/
img {
  width: 100%;
  vertical-align: middle;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 10px);
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*-------------------------------

animation

-------------------------------*/
.delayItem {
  opacity: 0;
}

.blur-inview {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: none;
  will-change: opacity, filter;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.top-main {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-main {
    position: relative;
    width: 100vw;
    height: 67.8515625vw;
  }
}

.main-img {
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-img {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ttl {
  position: absolute;
  width: 88%;
  top: 36vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.ttl.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .ttl {
    width: 52%;
    top: 13.5vw;
  }
}

.roadshow {
  position: absolute;
  width: 17%;
  bottom: 4vw;
  right: 4vw;
  opacity: 0;
}
.roadshow.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 8.5%;
    right: 3vw;
    bottom: 2vw;
  }
}

.copy0 {
  position: absolute;
  width: 69%;
  top: 13vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.copy0.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .copy0 {
    width: 36%;
    top: 1.5vw;
    opacity: 0;
  }
  .copy0.show {
    animation: show 1s ease-in-out forwards;
  }
}

.copy1 {
  position: absolute;
  width: 4vw;
  right: 9vw;
  top: 65.5vw;
  opacity: 0;
}
.copy1.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .copy1 {
    width: 1.8%;
    top: 29vw;
    right: 7vw;
  }
}

.x-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #282453;
}
@media screen and (min-width: 960px) {
  .x-btn {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: all 0.4s ease;
  }
  .x-btn:hover {
    background: #d4a5b2;
    color: #fff;
  }
}

.top-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  z-index: 5;
}

/*-------------------------------

SP: モノクロ＋ブラー → カラー（同一アニメ）

-------------------------------*/
@keyframes spMainBlurToClear {
  0% {
    opacity: 1;
    transform: scale(1.06);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}
/* PC: スクロール終端と着地フェード0%を同一フィルターで継ぎ目なし */
@keyframes pcMainShrinkDuringScroll {
  0% {
    transform: scale(1.3);
    filter: blur(12px);
  }
  100% {
    transform: scale(1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.84) contrast(1.14);
  }
}
/* PC: 着地後 — 段階的にカラーへ（一発 none にしない） */
@keyframes pcMainBlurFadeOut {
  0% {
    transform: scale(1);
    filter: blur(12px) grayscale(38%) saturate(0.38) brightness(0.84) contrast(1.14);
  }
  100% {
    transform: scale(1);
    filter: none;
  }
}
.main-img-inner {
  overflow: hidden;
}
.main-img-inner img {
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: opacity, transform, filter;
}

@media screen and (max-width: 960px) {
  .main-img-inner img {
    opacity: 1;
    transform: scale(1.06);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
  }
  .main-img-inner.sp-main-anime img {
    transform: scale(1.06);
    filter: blur(8px) grayscale(38%) saturate(0.38) brightness(0.86) contrast(1.12);
    animation: spMainBlurToClear 3.5s ease-in-out both;
  }
  .main-img-inner {
    /* イントロ終了後（animation forwards の解除用） */
  }
  .main-img-inner.is-intro-done img {
    animation: none;
    transform: scale(1);
    filter: none;
  }
}
@media screen and (min-width: 960px) {
  .main-img-inner img {
    opacity: 1;
    transform: scale(1.3);
    filter: blur(12px);
  }
  .main-img-inner.pc-main-shrink img {
    animation: pcMainShrinkDuringScroll 3s ease-in-out forwards;
  }
  .main-img-inner.pc-clear-blur img {
    transform: scale(1);
    animation: pcMainBlurFadeOut 2s ease-in-out both;
  }
  .main-img-inner {
    /* イントロ終了後（animation forwards の解除用） */
  }
  .main-img-inner.is-intro-done img {
    animation: none;
    transform: scale(1);
    filter: none;
  }
}
.sns-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8893c4;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s ease;
}
.sns-top-btn i {
  font-size: 20px;
  line-height: 1;
}
.sns-top-btn:hover {
  background: #d4a5b2;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .sns-top-btn {
    border: 1px solid rgba(238, 238, 238, 0.2901960784);
  }
}

@media screen and (min-width: 960px) {
  .top-sns {
    position: absolute;
    top: 1vw;
    right: 2vw;
    margin-top: 0;
    opacity: 0;
  }
  .top-sns.show {
    animation: show 1s ease-in-out forwards;
  }
  .sns-top-btn {
    width: 60px;
    height: 60px;
    border-radius: 70px;
  }
  .sns-top-btn i {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-bottom {
    padding: 40px 5%;
  }
}

.billing {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

/*-------------------------------

#news

-------------------------------*/
.news-wrap {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  padding: 30px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "ttl btn" "feed feed";
  row-gap: 10px;
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: min(100%, 840px);
    margin: 30px auto 0;
    padding: 10px 30px;
  }
}

.news-feed {
  border-top: 1px solid rgba(212, 165, 178, 0.35);
  grid-area: feed;
}
.news-feed li + li {
  border-top: 1px solid rgba(212, 165, 178, 0.25);
}
@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
    border-top: none;
    min-width: 0;
  }
}

#news-ttl {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  text-align: justify;
  grid-area: ttl;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.news-txt-wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.news-item {
  display: block;
  padding: 14px 0;
  color: #282453;
  line-height: 1.7;
  border-bottom: 1px solid rgba(212, 165, 178, 0.35);
  transition: all 0.35s ease;
}
@media screen and (min-width: 960px) {
  .news-item {
    padding: 14px 0;
    border-left: none;
    border-bottom: none;
  }
  .news-item:hover {
    color: #d4a5b2;
  }
}

.news-date {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  color: rgb(135, 147, 195);
  margin-bottom: 6px;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 112px;
    margin-bottom: 0;
  }
}

.news-txt {
  color: rgba(40, 36, 83, 0.96);
}
.news-txt:hover {
  color: #d4a5b2;
  transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  font-size: x-small;
  background: #ebeff7;
  display: block;
  width: 120px;
  border-radius: 0;
  margin: 0;
  padding: 10px 14px;
  color: #3d444c;
  text-align: center;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  grid-area: btn;
  justify-self: end;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0;
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    background: #d4a5b2;
    color: #fff;
  }
}

.theater-btn-wrap {
  text-align: center;
}

.theater-btn {
  display: block;
  box-sizing: border-box;
  width: min(92%, 420px);
  margin: 20px auto 28px;
  padding: 10px 36px;
  border-radius: 50px;
  background: #eab8b9;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.theater-btn span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
}
.theater-btn:hover {
  background: #8893c4;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.theater-btn:hover span {
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 960px) {
  .theater-btn {
    margin: 0 auto 32px;
    padding: 10px 52px;
    font-size: 1.4rem;
  }
}

.btn-container {
  margin: 30px auto;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn-container a {
  display: block;
  background: #ffedf2;
  border-radius: 100px;
  margin: 10px auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}
.btn-container a span {
  display: block;
  font-size: 0.6em;
}
@media screen and (min-width: 960px) {
  .btn-container a {
    width: 300px;
    transition: all 0.4s ease;
  }
  .btn-container a:hover {
    background: #d4a5b2;
    color: #fff;
  }
}

.bnr-container {
  padding: 0 5% 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.bnr-container a {
  display: block;
  width: 60%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 80px;
    gap: 16px;
  }
  .bnr-container a {
    width: calc(25% - 16px);
    transition: opacity 0.4s ease;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  position: relative;
  padding: 10px 0;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
  #trailer .swiper-container {
    padding: 0 0 30px;
  }
}

#trailer-ttl {
  position: relative;
  display: inline-block;
}
#trailer-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #trailer-ttl::before {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 90px;
  }
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

.pc-modal-movie {
  display: none;
}

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    position: relative;
  }
  .trailer-pc-modaal:hover {
    transform: scale(1.1);
  }
}

#movie-container {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    max-width: 960px;
    margin: 40px auto 0;
  }
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}
.movie-thumb-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/img/overlay.png) repeat;
  z-index: 1;
  pointer-events: none;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.14);
  transform-origin: center center;
}

.movie-preview {
  pointer-events: none;
}

.movie-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 20px;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #282453;
  font-size: 16px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 960px) {
  .play-icon {
    width: 80px;
    height: 80px;
  }
  .play-icon::before {
    border-width: 13px 0 13px 22px;
  }
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.7;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  background: #888;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #646464;
}

.trailer-button-prev,
.trailer-button-next {
  background: #ffedf2;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .trailer-button-prev:hover,
  .trailer-button-next:hover {
    background: #282453;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 30px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 30px);
  }
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

#mvtk-widgets-container {
  margin: 0 auto;
}

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 36px;
  bottom: 20px;
  top: auto;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 36px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .swiper-button-prev:after:hover,
  .swiper-button-next:after:hover {
    background: #282453;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/common/arrow_left.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/common/arrow_right.svg);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: radial-gradient(circle at 30% 70%, #fffef2 0%, #fbedf1 20%, #cbd2eb 40%, #9ba3d4 80%);
}

/*-------------------------------

contents

-------------------------------*/
.contents {
  position: relative;
}

.contents-inner {
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .contents-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.contents-ttl-wrap {
  position: relative;
  text-align: center;
}

.contents-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #282453;
  text-align: center;
  font-size: 2em;
}

.contents-ttl-ja {
  display: block;
  margin-top: 0.4em;
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #d4a5b2;
}

.txt-container p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.small {
  font-size: 0.8em;
}

/*-------------------------------

#intro

-------------------------------*/
#intro {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 100px 0;
    text-align: center;
  }
}

.intro-lead-txt {
  margin: 0 0 30px;
}

.intro-txt0 {
  color: #282453;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.intro-txt1 {
  color: #282453;
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.4;
}

/*-------------------------------

#comment

-------------------------------*/
#comment {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 100px 0;
  }
}

#comment-ttl {
  position: relative;
  display: inline-block;
}
#comment-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-cast {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .comment-list-cast li {
    margin: 0 20px;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .comment-list-staff li {
    margin: 0 20px;
  }
}

.comment-btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .comment-btn:hover {
    cursor: pointer;
  }
  .comment-btn:hover .comment-name {
    color: #fba879 !important;
  }
}

.comment-box {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    max-width: 960px;
    margin: 80px auto;
  }
}

.modaal-content-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-fullscreen .modaal-close {
  background: #ffedf2;
}

.modaal-close:focus, .modaal-close:hover {
  background: #fba879;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.comment-box-inner {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    max-width: 960px;
    padding: 60px 30px;
  }
}

.comprof {
  color: #ffedf2;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  transition: all 0.4s ease;
}

.comment-txt {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    padding: 0 30px;
  }
}

.comment-name {
  display: inline-block;
  color: #282453;
  font-weight: bold;
  font-size: 1.4em;
  background: url(../img/teaser/fukidashi0.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 1em;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.comment-name .role {
  font-size: 0.8em;
}

.comment-list-cast li:nth-child(6) .comment-name {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.prof-box {
  position: relative;
  margin: 20px auto;
  padding: 20px 20px;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 40px auto;
    padding: 30px 30px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}
.prof-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffedf2;
  height: 1px;
  width: 20px;
}
.prof-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffedf2;
  height: 100px;
  width: 1px;
}

.prof-ttl {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #282453;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.prof-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffedf2;
  height: 1px;
  width: 20px;
}
.prof-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffedf2;
  height: 100px;
  width: 1px;
}

.comment-director {
  background: url(../img/teaser/fukidashi1.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.comment-original {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.original-box {
  margin: 40px auto;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .original-box {
    margin: 80px auto 20px;
  }
}

.original-ttl {
  font-size: 1.2em;
}

.original-link a {
  color: #282453;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.original-link a:hover {
  color: #fba879;
}

.original-img {
  margin: 10px auto;
  width: 60%;
  max-width: 240px;
}
@media screen and (min-width: 960px) {
  .original-img {
    margin: 20px auto;
  }
}

.original-att {
  font-size: 10px;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  padding: 30px 5%;
  background: #d5ccdc;
  background: linear-gradient(160deg, #88aec5 0%, #9493ba 70%, #dcdbe8 100%);
  background: linear-gradient(160deg, #88aec5 0%, #9493ba 20%, #dcdbe8 85%, #ede6ca 100%);
  background: #5d668a;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 60px 5%;
  }
}

.share-container {
  margin: 30px 0 0;
}
.share-container .contents-ttl {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}/*# sourceMappingURL=style.css.map */