@charset "UTF-8";
/*
Theme Name: yamaguchi
*/
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;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol, 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
}

body {
  font-size: 16px;
  color: #102440;
  background-color: #FFF;
  font-style: normal;
  line-height: 2;
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  flex: 1;
}

.is-sub {
  background: linear-gradient(270deg, #FC4679 0%, #F898A4 100%);
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #102440;
}

img, picture, video {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.font-24 {
  font-size: 1.5em;
}

.loading-front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-front .progress-bar {
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}
.loading-front .progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: #FFF100;
  transition: width 0.8s ease;
}

.loading {
  position: fixed;
  inset: 0;
  background: linear-gradient(270deg, #FC4679 0%, #F898A4 100%);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.loading .logo {
  width: 50%;
  max-width: 300px;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading.hidden {
  opacity: 0;
}

.loading-sub {
  position: fixed;
  inset: 0;
  background: linear-gradient(270deg, #FC4679 0%, #F898A4 100%);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.loading-sub.hidden {
  opacity: 0;
}

h2.site-default {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  color: #FFF100;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h2.site-default {
    font-size: 2em;
  }
}

h2.h2-default {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  h2.h2-default {
    font-size: 2em;
  }
}

.contents {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.imgb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 768px) {
  .imgb img {
    aspect-ratio: 3/2;
  }
}
.imgb.imgb1 img {
  -o-object-position: 50% 4%;
     object-position: 50% 4%;
}
.imgb.imgb2 img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.fixed_bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}
.fixed_bg::before, .fixed_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.8s ease;
}
.fixed_bg::before {
  background-image: url(img/bg_grange.jpg);
  opacity: 1;
}
.fixed_bg::after {
  background-image: url(img/bg7.jpg);
  background-position: 60% 0;
  opacity: 0;
}

body.bg-cast .fixed_bg::before {
  opacity: 0;
}
body.bg-cast .fixed_bg::after {
  opacity: 1;
}

.teaser-top {
  padding: 5vw 50px;
  background-color: #fff;
  background-image: url(img/bg2.jpg);
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .teaser-top {
    padding: 40vw 0px;
  }
}
.teaser-top .section-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .teaser-top .section-content {
    max-width: 500px;
  }
}

h1.title {
  width: 100%;
  margin: 0 auto;
  transform: scale(1.2);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  h1.title {
    margin-bottom: 40px;
  }
}
h1.title.active {
  transform: scale(1);
}

.release {
  width: 33%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .release {
    width: 55%;
  }
}

.fadeinBright {
  overflow: hidden;
  opacity: 0;
  filter: brightness(200%);
  transform: translateY(0px);
  transition: all 1s ease; /* ちょっと長め */
}
.fadeinBright img {
  transition: 3s;
  transform: scale(1.1);
}
.fadeinBright.is-show {
  opacity: 1;
  filter: brightness(100%);
  transform: translateY(0);
}
.fadeinBright.is-show img {
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transform: translateY(-20px);
}
.fadein.is-show {
  animation: jelloLite 0.6s ease-out both;
}

@keyframes jelloLite {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95, 1.03);
  }
  30% {
    opacity: 1;
    transform: translateY(0) scale(1.03, 0.98);
  }
  55% {
    transform: translateY(-2px) scale(0.98, 1.01);
  }
  80% {
    transform: translateY(2px) scale(1.01, 0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fixed_title {
  opacity: 0.32;
  position: fixed;
  top: -5px;
  right: -5px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .fixed_title {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.spacer {
  width: 100%;
  height: 40vw;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .spacer {
    height: 130vw;
  }
}

.chevron-down::after {
  content: "";
  background-image: url(img/chevron-down.svg);
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 100%;
  margin-left: 0.5em;
  margin-top: -0.3em;
}
@media screen and (max-width: 768px) {
  .chevron-down::after {
    width: 12px;
    background-size: 12px 12px;
  }
}

.nav_btn,
.main-navigation,
.sns-navigation {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

body.is-sub .nav_btn,
body.is-sub .main-navigation,
body.is-sub .sns-navigation {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav_title {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav_title {
    display: block;
  }
}

.main-navigation {
  z-index: 100;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-navigation {
    background-color: #fff;
    background-size: cover;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    left: 100%;
    transition: 0.4s;
  }
}
.main-navigation .main-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .main-navigation .main-menu {
    padding: 0px 0 0;
    margin-top: -40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.25em;
  }
}
.main-navigation .main-menu li.current a {
  color: #E00000;
}
.main-navigation .main-menu li a, .main-navigation .main-menu li span {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  pointer-events: all;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #102440;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 1.5em;
  line-height: 60px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .main-navigation .main-menu li a, .main-navigation .main-menu li span {
    height: 55px;
    font-size: 1.3em;
  }
}
.main-navigation .main-menu li a:hover, .main-navigation .main-menu li span:hover {
  color: #707070;
}
@media screen and (max-width: 768px) {
  .main-navigation.show {
    left: 0%;
  }
}

.nav_btn {
  z-index: 104;
  display: none;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: flex;
    top: 0px;
    right: 0px;
    background-image: url(img/icon_menu.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.4s;
  }
  .nav_btn.active {
    opacity: 0.8;
  }
  .nav_btn.show {
    background-image: url(img/icon_close.svg);
    opacity: 1;
  }
}

.sns-navigation {
  z-index: 102;
  position: fixed;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sns-navigation {
    display: block;
  }
}
.sns-navigation .sns-menu {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sns-navigation .sns-menu {
    gap: 5px;
  }
}
.sns-navigation .sns-menu li a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FE5981;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sns-navigation .sns-menu li a {
    width: 40px;
    height: 40px;
  }
}
.sns-navigation .sns-menu li a:hover {
  background-color: rgb(254.3053892216, 139.6946107784, 167.4790419162);
}

.to_top {
  z-index: 98;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: 0.2s;
  background-color: #FFF100;
}
.to_top::before {
  content: "▲";
  color: #FE5981;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 0.6);
}
.to_top:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .to_top {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
  }
}

.nav_btn.is-show,
.main-navigation.is-show,
.sns-navigation.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#footer {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 60px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 30px;
  }
}
#footer .title-footer {
  max-width: 470px;
  margin: 0 auto;
}
#footer .release-footer {
  max-width: 280px;
  margin: -30px auto 10px;
}
@media screen and (max-width: 768px) {
  #footer .release-footer {
    margin: -20px auto 10px;
  }
}
#footer .billing {
  max-width: 466px;
  margin: 0 auto 30px;
}
#footer .seal {
  width: 100%;
}
#footer .seal #ss_gmo_globalsign_secured_site_seal {
  margin: 30px auto 0;
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .share_btns {
    margin-top: 10px;
  }
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_btns-square::before {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FE5981;
  line-height: 12px;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.4s;
  line-height: 24px;
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
#top {
  position: relative;
  overflow: hidden;
}
#top .main {
  position: relative;
  width: 100%;
  filter: blur(10px);
  transition: 1s;
}
#top .main.in-site {
  filter: blur(0px);
}
#top .title {
  position: absolute;
  width: 45.54%;
  left: 15.03%;
  top: 14.7%;
  /* PCの top% が #VALUE のため未指定 */
  transition: 0.2s;
  opacity: 0;
  transform: scale(5) rotate(20deg);
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 76.64%;
    top: 41.78%;
    left: 11.68%;
  }
}
#top .title.in-site {
  transform: scale(1) rotate(0);
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 1.88%;
  top: 13.89%;
  left: 6.45%;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 4.42%;
    top: 12.41%;
    left: 6.02%;
  }
}
#top .copy_tate.in-site {
  opacity: 1;
  transform: translateX(0px);
}
#top .release {
  position: absolute;
  width: 13.36%;
  top: 85.41%;
  left: 18.13%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 37.6%;
    top: 87.86%;
    left: 4%;
  }
}
#top .release img {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(50px);
}
#top .release.in-site img {
  opacity: 1;
  transform: translateY(0px);
}
#top .catch {
  position: absolute;
  width: 3.82%;
  top: 11.1%;
  left: 82.28%;
  opacity: 0;
  transform: translateY(-10px) scale(0.95, 1.05);
}
@media screen and (max-width: 768px) {
  #top .catch {
    width: 12.27%;
    top: 5.61%;
    left: 61.87%;
  }
}
#top .catch.in-site {
  animation: catchJello 0.6s 0.2s ease-out both;
}
@keyframes catchJello {
  0% {
    opacity: 0;
    transform: translateY(-25px) scale(0.95, 1.05);
  }
  30% {
    opacity: 1;
    transform: translateY(0) scale(1.03, 0.97);
  }
  55% {
    transform: translateY(-5px) scale(0.98, 1.02);
  }
  80% {
    transform: translateY(4px) scale(1.01, 0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#top .credit {
  position: absolute;
  width: 32.97%;
  top: 80.86%;
  left: 63.05%;
  transition: 0.5s;
  opacity: 0;
  transform: translate(-20px, 10px);
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 52.25%;
    top: 77.53%;
    left: 44.94%;
  }
}
#top .credit.in-site {
  opacity: 1;
  transform: translate(0px, 0px);
}
#top .btn_prof {
  position: absolute;
  width: 15%;
  bottom: 4%;
  left: 1%;
  opacity: 0;
  transition: 1.2s;
  transform: rotate(0) scale(1.1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .btn_prof {
    width: 51%;
    left: 48%;
    bottom: 0%;
  }
}
#top .btn_prof img {
  transition: 0.2s;
}
#top .btn_prof.in-site {
  opacity: 1;
  transform: rotate(2deg) scale(1);
}
#top .btn_prof:hover img {
  transform: rotate(2deg) scale(1.1);
}

/* ===== プロフィールモーダル全体 ===== */
/* ===== プロフィールモーダル全体 ===== */
.prof-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* visibility: hidden;  ← 消す */
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.prof-modal.is-open {
  opacity: 1;
  /* visibility: visible; ← 消す */
  pointer-events: auto;
}

/* ===== オーバーレイ ===== */
.prof-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* ===== 中身（PCベース） ===== */
.prof-modal__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  max-width: 700px;
  max-height: calc(100vh - 40px); /* 上下に少し余白 */
  padding: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden; /* PCはスクロールなし */
  /* 開閉アニメーション初期値 */
  opacity: 0;
  transform: translateY(20px) rotate(-3deg);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* モーダル表示時の最終状態 */
.prof-modal.is-open .prof-modal__inner {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* ===== 画像 ===== */
.prof-modal__image {
  width: 100%;
}

.prof-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 80px); /* 閉じるボタンぶん少し余白 */
}

/* ===== 閉じるボタン（×） ===== */
.prof-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}

.prof-modal__close {
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 20px;
  right: 0px;
  width: 120px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .prof-modal__close {
    width: 70px;
    height: 42px;
    top: 10px;
    right: 0px;
  }
}
.prof-modal__close span {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #FFF100;
  transition: 0.3s;
  width: 120px;
  transform: rotate(-32deg) translate(-7px, 12px);
}
@media screen and (max-width: 768px) {
  .prof-modal__close span {
    width: 70px;
    transform: rotate(-32deg) translate(-7px, 12px);
  }
}
.prof-modal__close span:last-of-type {
  transform: rotate(32deg) translate(7px, 12px);
}
@media screen and (max-width: 768px) {
  .prof-modal__close span:last-of-type {
    transform: rotate(32deg) translate(7px, 12px);
  }
}
.prof-modal__close:hover span {
  transform: rotate(-26deg) translate(-6px, 13px);
}
.prof-modal__close:hover span:last-of-type {
  transform: rotate(26deg) translate(6px, 13px);
}

/* ===== スマホ（〜500px）：最大幅500px・縦スクロール許可 ===== */
@media (max-width: 500px) {
  .prof-modal__inner {
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    margin: 0 auto;
    padding: 16px;
    display: block;
    overflow-y: auto; /* モーダル内だけスクロール */
    -webkit-overflow-scrolling: touch;
  }
  .prof-modal__image img {
    max-height: none; /* 画像高さ制限は外す（中身がスクロール領域になる） */
  }
}
.news-asset ul.news-list {
  position: relative;
}
.news-asset ul.news-list li {
  margin-bottom: 0.5em;
  background-color: #fff;
  opacity: 0;
  transform: translateY(15px) scale(0.96, 1.04);
  border-left: solid 5px #009AE6;
  transition: 0.2s;
}
.news-asset ul.news-list li.in-site {
  animation: newsJello 0.4s ease-out forwards;
}
.news-asset ul.news-list li a {
  padding: 20px 20px 20px 30px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-asset ul.news-list li a {
    padding: 16px 16px 16px 20px;
    display: block;
  }
}
.news-asset ul.news-list li time {
  width: 10em;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  padding-top: 0;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news-asset ul.news-list li time {
    width: 100%;
  }
}
.news-asset ul.news-list li .news-title {
  font-weight: 700;
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news-asset ul.news-list li .news-title {
    width: 100%;
  }
}
.news-asset ul.news-list li time {
  color: #BF0000;
}
.news-asset ul.news-list li:nth-of-type(2n) {
  border-left: solid 5px #BF0000;
}
.news-asset ul.news-list li:nth-of-type(2n) time {
  color: #009AE6;
}
.news-asset ul.news-list li:hover {
  opacity: 0.9;
}

#news-top {
  margin-left: -10px;
  padding: 0 0 10px 10px;
  background-color: #fff;
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news-top {
    padding: 0 0 5px 0;
    margin-left: 0;
  }
}
#news-top h2 {
  font-size: 1.5em;
  color: #FFF100;
  text-align: center;
  text-transform: uppercase;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  letter-spacing: 0.2em;
}
#news-top .news-top_inner {
  padding: 30px 40px 20px;
  background-color: #FE5981;
}
@media screen and (max-width: 768px) {
  #news-top .news-top_inner {
    padding: 30px 20px;
  }
}
#news-top .news-top_inner ul li {
  width: 100%;
}
#news-top .news-top_inner ul li a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #news-top .news-top_inner ul li a {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0.5em;
  }
  #news-top .news-top_inner ul li a:last-of-type {
    margin-bottom: 0;
  }
}
#news-top .news-top_inner ul li a time {
  width: 120px;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  letter-spacing: 0.2em;
  color: #FFF100;
  font-size: 1.125em;
  padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
  #news-top .news-top_inner ul li a time {
    width: 100%;
  }
}
#news-top .news-top_inner ul li a .news-title {
  display: block;
  flex: 1;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #news-top .news-top_inner ul li a .news-title {
    width: 100%;
  }
}
#news-top .news-top_inner ul li a:hover {
  opacity: 0.5;
}
#news-top a.news-more {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  letter-spacing: 0.2em;
  color: #FFF100;
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: right;
  display: block;
  transition: 0.2s;
}
#news-top a.news-more:hover {
  color: rgba(255, 241, 0, 0.5);
}

#news-archive {
  min-height: 50vh;
}
@media screen and (max-width: 768px) {
  #news-archive {
    min-height: 70vh;
  }
}
#news-archive .news-pagination {
  margin-top: 3rem;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: 20px;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
}
@media screen and (max-width: 768px) {
  #news-archive .news-pagination {
    padding: 0 30px;
    max-width: 440px;
  }
}
#news-archive .news-pagination .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news-archive .news-pagination .pagination-list {
    flex-wrap: wrap;
  }
}
#news-archive .news-pagination .pagination-list li a,
#news-archive .news-pagination .pagination-list li span {
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  transition: opacity 0.3s;
  color: #FFF100;
}
#news-archive .news-pagination .pagination-list li a:hover {
  opacity: 0.7;
}
#news-archive .news-pagination .pagination-list li .current {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  color: #FFF;
}

#news-single .post-navigation {
  margin-top: 3rem;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #news-single .post-navigation {
    padding: 0 30px;
    max-width: 440px;
  }
}
#news-single .post-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
#news-single .post-navigation .nav-links a, #news-single .post-navigation .nav-links span {
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  color: #FFF100;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#news-single .post-navigation .nav-links a:hover {
  opacity: 0.7;
}
#news-single .post-navigation .nav-links .inactive span {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#news-single .post-navigation .nav-links > div {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#news-single .post-navigation .nav-links > div.in-site {
  opacity: 1;
  transform: translateY(0);
}
#news-single .news-article {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  border-left: solid 5px #BF0000;
  opacity: 0;
  transform: translateY(15px) scale(0.96, 1.04);
}
@media screen and (max-width: 768px) {
  #news-single .news-article {
    padding: 30px 20px;
  }
}
#news-single .news-article.in-site {
  animation: newsJello 0.4s ease-out forwards;
}
#news-single a {
  word-break: break-all;
  transition: 0.2s;
  text-decoration: underline;
}
#news-single a:hover {
  text-decoration: none;
}
#news-single h1.article-title {
  font-size: 1.175em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: solid 1px #FFF100;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #news-single h1.article-title {
    font-size: 1.25em;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#news-single time {
  color: #FE5981;
  font-size: 1.175em;
  margin-bottom: 10px;
  display: block;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #news-single time {
    margin-bottom: 0;
  }
}
#news-single .has-small-font-size {
  font-size: 0.875em !important;
}
#news-single .has-normal-font-size {
  font-size: 1em;
}
#news-single .has-medium-font-size {
  font-size: 1.3em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news-single .has-medium-font-size {
    font-size: 1.1em !important;
  }
}
#news-single .has-large-font-size {
  font-size: 2em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news-single .has-large-font-size {
    font-size: 1.3em !important;
  }
}
#news-single .has-huge-font-size {
  font-size: 3em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news-single .has-huge-font-size {
    font-size: 1.5em !important;
  }
}
#news-single strong {
  font-weight: 700;
}
#news-single p {
  text-align: justify;
  margin: 1em 0;
}
#news-single p.has-text-align-center {
  text-align: center;
}
#news-single p.has-text-align-left {
  text-align: left;
}
#news-single p.has-text-align-right {
  text-align: right;
}
#news-single .wp-embed-aspect-16-9,
#news-single .wp-embed-aspect-16-9 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}
#news-single .has-background {
  padding: 5px 10px !important;
}

#news-single, #news-archive {
  padding: 200px 0 120px;
}
@media screen and (max-width: 768px) {
  #news-single, #news-archive {
    padding: 140px 0 120px;
  }
}
#news-single .section_inner, #news-archive .section_inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news-single .section_inner, #news-archive .section_inner {
    padding: 0 20px;
    max-width: 500px;
  }
}
@keyframes newsJello {
  0% {
    opacity: 0;
    transform: translateY(-15px) scale(0.96, 1.02);
  }
  35% {
    opacity: 1;
    transform: translateY(0) scale(1.03, 0.99);
  }
  60% {
    transform: translateY(-3px) scale(0.98, 1.01);
  }
  85% {
    transform: translateY(2px) scale(1.01, 0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
}
#trailer {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7);
}
#trailer .trailer_inner {
  height: 100%;
  height: 100svh;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  max-width: 150vh;
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_inner .overlay_trailer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#trailer .close_btn_trailer {
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 20px;
  right: 0px;
  width: 120px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 70px;
    height: 42px;
    top: 10px;
    right: 0px;
  }
}
#trailer .close_btn_trailer span {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #FFF100;
  transition: 0.3s;
  width: 120px;
  transform: rotate(-32deg) translate(-7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span {
    width: 70px;
    transform: rotate(-32deg) translate(-7px, 12px);
  }
}
#trailer .close_btn_trailer span:last-of-type {
  transform: rotate(32deg) translate(7px, 12px);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span:last-of-type {
    transform: rotate(32deg) translate(7px, 12px);
  }
}
#trailer .close_btn_trailer:hover span {
  transform: rotate(-26deg) translate(-6px, 13px);
}
#trailer .close_btn_trailer:hover span:last-of-type {
  transform: rotate(26deg) translate(6px, 13px);
}

#info {
  background-color: #FFF100;
}

.block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .block {
    flex-wrap: wrap;
  }
}

.nav_sns-top {
  padding: 10px 10px 10px 0;
  background-color: #fff;
  gap: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav_sns-top {
    padding: 5px 5px 5px 0;
    gap: 5px;
  }
}
.nav_sns-top li a {
  width: 50px;
  height: 50px;
  background-color: #FFF100;
  display: block;
  transition: 0.2s;
}
.nav_sns-top li a:hover {
  background-color: rgb(255, 249.96, 163.2);
}

.btn-comments_outer {
  background-color: #fff;
  padding: 10px 0px 10px 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .btn-comments_outer {
    padding: 5px 0 5px 0;
  }
}

.btn-comments {
  background-color: #FE5981;
  color: #FFF100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  height: 50px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .btn-comments {
    font-size: 1.175em;
  }
}
.btn-comments::after {
  transition: 0.2s;
}
.btn-comments:hover {
  color: rgba(255, 241, 0, 0.5);
}
.btn-comments:hover::after {
  opacity: 0.5;
}

#btn_trailer {
  background-color: #fff;
  padding: 0 10px 10px 0;
  max-width: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #btn_trailer {
    padding: 0 0 5px 0;
  }
}
#btn_trailer video {
  aspect-ratio: 20/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: relative;
  width: 100%;
  transition: 0.2s;
}
#btn_trailer .overlay-pink {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 0;
  left: 0;
  transition: 0.2s;
  background-color: rgba(254, 89, 129, 0.5);
}
@media screen and (max-width: 768px) {
  #btn_trailer .overlay-pink {
    width: calc(100% - 0px);
    height: calc(100% - 5px);
  }
}
#btn_trailer .play-circle {
  position: absolute;
  width: 32%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
#btn_trailer p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #FFF100;
  font-size: 1.5em;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
}
#btn_trailer:hover .overlay-pink {
  opacity: 0.2;
}
#btn_trailer:hover .play-circle {
  width: 30%;
}

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

#comments {
  background-color: #FFF100;
}
#comments .section_inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #comments .section_inner {
    padding: 40px 0;
  }
}
#comments .section_inner .section_main {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main {
    padding: 0 20px;
    max-width: 500px;
  }
}
#comments .section_inner .section_main h2 {
  font-size: 2em;
  color: #102440;
  text-align: center;
  text-transform: uppercase;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 0.4em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main h2 {
    font-size: 1.5em;
  }
}
#comments .section_inner .section_main .comment_items {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
#comments .section_inner .section_main .comment_items .comment_item {
  background-color: #fff;
  border-top: solid 3px #FE5981;
  border-bottom: solid 3px #FE5981;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item {
    padding: 30px 20px;
  }
}
#comments .section_inner .section_main .comment_items .comment_item .names {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
#comments .section_inner .section_main .comment_items .comment_item .names .name {
  font-weight: 700;
  font-size: 1.75em;
  margin-bottom: 0.4em;
}
#comments .section_inner .section_main .comment_items .comment_item .names .role {
  font-weight: 700;
  color: #FE5981;
  font-size: 1.175em;
}
#comments .section_inner .section_main .comment_items .comment_item .body p {
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
}
#comments .section_inner .section_main .comment_items .comment_item .original {
  border-top: dashed 3px #FE5981;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item .original {
    flex-direction: column;
    gap: 20px;
  }
}
#comments .section_inner .section_main .comment_items .comment_item .original .shoei {
  max-width: 280px;
  width: 60%;
}
#comments .section_inner .section_main .comment_items .comment_item .original .shoei .shoei_img {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}
#comments .section_inner .section_main .comment_items .comment_item .original .shoei .shoei_copy {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item .original .shoei .shoei_copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item .original .texts {
    width: 100%;
  }
}
#comments .section_inner .section_main .comment_items .comment_item .original .texts p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item .original .texts p {
    line-height: 1.6;
    text-align: center;
  }
}
#comments .section_inner .section_main .comment_items .comment_item .original .texts a.link-origin {
  background-color: #FE5981;
  color: #FFF;
  font-weight: 700;
  max-width: 400px;
  width: 100%;
  display: block;
  line-height: 50px;
  height: 50px;
  text-align: center;
  padding: 0 4em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #comments .section_inner .section_main .comment_items .comment_item .original .texts a.link-origin {
    padding: 0em;
  }
}/*# sourceMappingURL=style.css.map */