@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  font-size: 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #4e4b48;
  background: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.font-ph {
  font-family: "Philosopher", sans-serif;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.firstview {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: min(150px,7.8vw);
}
.firstview .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-fv2.jpg) center top no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%);
  mask-image: linear-gradient(to top, transparent 0%, black 10%);
}

@media only screen and (max-width: 768px) {
  .firstview {
    flex-direction: column;
    padding-bottom: 120px;
  }
  .firstview .bg {
    background-size: 28% auto, 80% auto, cover;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 5%);
    mask-image: linear-gradient(to top, transparent 0%, black 5%);
  }
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: min(50px,2.6vw);
  width: 29.17%;
}
header h1 {
  width: min(450px,23.4vw);
}
header .menu-deco {
  margin: min(60px,3.125vw) 0 min(30px,1.56vw);
  width: min(310px,16vw);
}
header nav {
  width: 100%;
}
header nav .menu-list {
  width: 100%;
}
header nav .menu-list .menu-item {
  position: relative;
  font-size: min(24px,1.2vw);
  letter-spacing: 0.4em;
  transition: color 0.5s;
}
header nav .menu-list .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(15px,.78vw) 0 min(15px,.78vw) 0.4em;
}
header nav .menu-list .menu-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #c2a876;
  transition: width 0.5s ease;
}
header nav .menu-list .menu-item:hover {
  color: #c2a876;
}
header nav .menu-list .menu-item:hover::after {
  width: 90%;
}
header nav .menu-list .menu-item.active {
  color: #c2a876;
}
header nav .menu-list .menu-item.active::after {
  width: 90%;
}

.page header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(25px,2.1vw) 0 min(40px,3.33vw);
  width: 100%;
  height: 100px;
  background: url(../images/bg-fv.jpg);
  background-size: cover;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}
.page header h1 {
  width: min(276px,23vw);
}
.page header nav {
  height: 100%;
}
.page header nav .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
}
.page header nav .menu-list .menu-item {
  font-size: min(18px,1.5vw);
  letter-spacing: 0.2em;
}
.page header nav .menu-list .menu-item.menu-top {
  display: block;
}
.page header nav .menu-list .menu-item a {
  padding: 0 min(25px,2.1vw);
  height: 100%;
}
.page header nav .menu-list .menu-item:hover::after {
  width: 100%;
}

.fv-onair-text {
  margin-top: min(50px,2.6vw);
  font-size: min(26px,1.35vw);
  transform: scale(1, 1.1);
  line-height: 1.2em;
}
.fv-onair-text strong {
  font-size: min(30px,1.56vw);
  font-weight: 400;
}
.fv-onair-text strong.num {
  font-size: min(35px,1.8vw);
  font-weight: 900;
}
.fv-onair-text .gold {
  color: #c2a876;
}
.fv-onair-text .bold {
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  header {
    order: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 1000;
    background: url(../images/bg-fv.jpg);
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
  }
  header.open {
    opacity: 1;
    pointer-events: initial;
  }
  header h1 {
    margin-top: 15px;
    width: 272px;
  }
  header .menu-deco {
    margin: 25px 0 0;
    width: 155px;
  }
  header nav {
    flex-grow: 1;
  }
  header nav .menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  header nav .menu-list .menu-item {
    font-size: 18px;
  }
  header nav .menu-list .menu-item a {
    padding: 7px 0 7px 0.4em;
  }
  .menu-button {
    position: fixed;
    top: -15px;
    right: -24px;
    width: 70px;
    height: 70px;
    border: solid 1px #c2a876;
    border-radius: 70px;
    z-index: 1000;
  }
  .menu-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    background: #dacbad;
    border-radius: 70px;
    opacity: 1;
  }
  .menu-button .menu-button-line-container {
    position: absolute;
    top: 25px;
    left: 12px;
    width: 25px;
    height: 22px;
  }
  .menu-button .menu-button-line-container .menu-button-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: opacity 0.5s, top 0.2s 0.3s ease, bottom 0.2s 0.3s ease, transform 0.3s ease;
  }
  .menu-button .menu-button-line-container .menu-button-line:first-child {
    top: 0;
  }
  .menu-button .menu-button-line-container .menu-button-line:nth-of-type(2) {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .menu-button .menu-button-line-container .menu-button-line:last-child {
    bottom: 0;
  }
  .menu-button.open .menu-button-line-container .menu-button-line {
    transition: opacity 0.5s, top 0.2s ease, bottom 0.2s ease, transform 0.3s 0.2s ease;
  }
  .menu-button.open .menu-button-line-container .menu-button-line:first-child {
    top: 10px;
    transform: rotate(30deg);
  }
  .menu-button.open .menu-button-line-container .menu-button-line:nth-of-type(2) {
    opacity: 0;
  }
  .menu-button.open .menu-button-line-container .menu-button-line:last-child {
    bottom: 10px;
    transform: rotate(-30deg);
  }
  .page header.open {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    height: 100dvh;
  }
  .page header.open h1 {
    width: 272px;
  }
  .page header.open nav .menu-list {
    justify-content: center;
  }
  .page header.open nav .menu-list .menu-item {
    font-size: 18px;
    letter-spacing: 0.4em;
  }
  .page header.open nav .menu-list .menu-item a {
    padding: 10px 0 10px 0.4em;
    height: auto;
  }
  .page header.open nav .menu-list .menu-item.active {
    color: #c2a876;
  }
  .page header.open nav .menu-list .menu-item.active::after {
    width: 95%;
  }
}
.kv {
  position: relative;
  width: 41.67%;
  height: fit-content;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}

.kv-change-container {
  position: absolute;
  top: min(50px, 2.6vw);
  left: min(50px, 2.6vw);
  width: 23.96%;
}
.kv-change-container .swiper-wrapper {
  gap: 4.34%;
}
.kv-change-container .kv-change {
  position: relative;
  width: 30.65%;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
  cursor: pointer;
  transition: opacity 0.3s;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.kv-change-container .kv-change.swiper-slide-thumb-active {
  filter: grayscale(0);
}
.kv-change-container .kv-change:hover {
  opacity: 0.5;
}
.kv-change-container .kv-change .inner {
  border-radius: 10px;
  overflow: hidden;
}
.kv-change-container .kv-change::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #c2a876;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .kv {
    order: 1;
    width: 100%;
  }
  .kv .kv-logo, .kv .kv-logo2 {
    position: absolute;
    top: 5.26%;
    left: 14.7%;
    width: 70.7%;
    filter: drop-shadow(0 0 15px #fff) drop-shadow(0 0 15px #fff);
  }
  .kv .kv-logo.kv-logo2, .kv .kv-logo2.kv-logo2 {
    top: 78.26%;
    filter: brightness(5) drop-shadow(0 0 15px #b4423d) drop-shadow(0 0 15px #b4423d);
  }
  .kv-change-container {
    position: absolute;
    top: 134vw;
    left: 5%;
    width: 90%;
  }
}
.pvtw-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: min(50px,2.6vw) min(50px,2.6vw) 0;
  width: 29.17%;
}
.pvtw-container .pv-container {
  margin-bottom: min(50px,2.6vw);
}
.pvtw-container .pv-container a {
  position: relative;
  display: block;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}
.pvtw-container .pv-container a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.pvtw-container .pv-container a .arrow img {
  width: min(98px,5.1vw);
  transition: opacity 0.5s;
}
.pvtw-container .pv-container a .arrow:hover img {
  opacity: 0.5;
}
.pvtw-container .twitter-container {
  width: 100%;
  /* aspect-ratio: 9 / 10; */
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}
.pvtw-container .twitter-container .twitter-timeline {
  height: 100%;
}
.pvtw-container .twitter-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.pvtw-container .twitter-container a img {
  transition: opacity 0.5s;
}
.pvtw-container .twitter-container a img:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .pvtw-container {
    order: 3;
    padding: 0 5% 0;
    width: 100%;
  }
  .pvtw-container .menu-deco {
    display: none;
    margin: 0 auto 30px;
    width: 81px;
  }
  .pvtw-container .pv-container {
    margin-bottom: 30px;
  }
  .pvtw-container .pv-container a .arrow img {
    width: 31.6%;
  }
  .fv-onair-text {
    margin: 40vw 0 30px;
    font-size: 19px;
    text-align: center;
  }
  .fv-onair-text strong {
    font-size: 21px;
  }
  .fv-onair-text strong.num {
    font-size: 25px;
  }
  .fv-onair-text .gold {
    color: #c2a876;
  }
}
.pv-modal-container {
  aspect-ratio: 16/9;
}
.pv-modal-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 100px 0;
}
section h2 {
  position: relative;
  margin: 0 auto 80px;
  width: fit-content;
  font-size: min(50px,4.54vw);
  font-weight: 400;
  text-indent: 0.4em;
  letter-spacing: 0.4em;
}
section h2::before, section h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: min(193px,22vw);
  aspect-ratio: 193/28;
}
section h2::before {
  right: calc(100% + 30px);
  background: url(../images/title-deco-left.png);
  background-size: 100% 100%;
}
section h2::after {
  left: calc(100% + 30px);
  background: url(../images/title-deco-right.png);
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  section h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 40px auto;
    width: 95%;
    font-size: 35px;
    text-indent: 0;
    letter-spacing: 0.2em;
  }
  section h2::before {
    display: none;
  }
  section h2::after {
    flex-grow: 1;
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: 1px;
    background: #dacbad;
  }
}
.section-bg.type-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-image: url(../images/flower-news1.png), url(../images/flower-news2.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 505px auto, 442px auto;
  z-index: -1;
}
.section-bg.type-common .dot {
  width: 100%;
  height: 100%;
  background: url(../images/bg-news2.png) center center repeat-y;
  background-size: 100% auto;
}
.section-bg.type-common.type-onair {
  background-image: url(../images/flower-onair1.png), url(../images/flower-onair2.png);
  background-size: 586px auto, 445px auto;
}
.section-bg.type-common.type-chara {
  background-image: url(../images/flower-chara1.png), url(../images/flower-chara2.png);
  background-position: left top, right bottom;
  background-size: 526px auto, 603px auto;
}
.section-bg.type-common.type-movie {
  background-image: url(../images/flower-movie1.png), url(../images/flower-movie2.png);
  background-size: 552px auto, 544px auto;
}
.section-bg.type-common.type-music {
  background-image: url(../images/flower-music1.png), url(../images/flower-music2.png);
  background-position: left top, right bottom;
  background-size: 529px auto, 518px auto;
}
.section-bg.type-common.type-staffcast {
  background-image: url(../images/flower-staffcast1.png), url(../images/flower-staffcast2.png);
  background-position: left top, right bottom;
  background-size: 671px auto, 498px auto;
}
.section-bg.type-common.type-books {
  background-image: url(../images/flower-books1.png), url(../images/flower-books2.png);
  background-position: left top, right bottom;
  background-size: 553px auto, 543px auto;
}
.section-bg.type-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-intro.jpg) center center;
  background-size: 100% auto;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
}

@media only screen and (max-width: 768px) {
  .section-bg.type-common {
    background-size: 168px auto, 147px auto;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }
  .section-bg.type-common .dot {
    background-size: auto 100%;
  }
  .section-bg.type-common.type-onair {
    background-size: 195px auto, 148px auto;
  }
  .section-bg.type-common.type-chara {
    background-size: 175px auto, 201px auto;
  }
  .section-bg.type-common.type-movie {
    background-size: 184px auto, 181.3333333333px auto;
  }
  .section-bg.type-common.type-music {
    background-size: 176.3333333333px auto, 172.6666666667px auto;
  }
  .section-bg.type-common.type-staffcast {
    background-size: 223.6666666667px auto, 166px auto;
  }
  .section-bg.type-common.type-books {
    background-size: 184.3333333333px auto, 181px auto;
  }
  .section-bg.type-intro {
    opacity: 0.6;
    background-size: cover;
  }
}
.common-button .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #dacbad;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
  transition: box-shadow 0.5s ease;
}
.common-button .inner .text {
  margin-left: 0.4em;
  font-size: 20px;
  letter-spacing: 0.4em;
  transition: opacity 0.5s;
}
.common-button .inner .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
  width: 12px;
  transition: left 0.5s ease, right 0.5s ease;
}
.common-button .inner .arrow svg {
  fill: #fff;
}
.common-button.comment-button {
  width: 100px;
  height: 20px;
}
.common-button.comment-button .inner .text {
  margin-left: 0.2em;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.common-button:hover .inner {
  box-shadow: 0 0 10px rgba(78, 75, 72, 0.2);
}
.common-button:hover .inner .text {
  opacity: 0.5;
}
.common-button:hover .inner .arrow {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .common-button.comment-button {
    width: 75px;
    height: 15px;
  }
  .common-button.comment-button .inner .text {
    font-size: 10px;
  }
}
.modaal-overlay {
  opacity: 1 !important;
  background: url(../images/bg-fv.jpg) !important;
  background-size: cover;
}

.modaal-container {
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}

.type-comment .modaal-container {
  background: transparent;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  top: -30px;
  right: -48px;
  width: 140px;
  height: 140px;
  border: solid 2px #c2a876;
  border-radius: 70px;
  transition: opacity 0.5s;
}
.modaal-wrapper .modaal-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #dacbad;
  border-radius: 70px;
  opacity: 1;
}
.modaal-wrapper .modaal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 30px;
  width: 46px;
  height: 30px;
  background: url(../images/close-button.png);
  background-size: 100% 100%;
  transform: rotate(0deg);
}
.modaal-wrapper .modaal-close:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    top: -15px;
    right: -24px;
    width: 70px;
    height: 70px;
    border: solid 1px #c2a876;
  }
  .modaal-wrapper .modaal-close::before {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  .modaal-wrapper .modaal-close::after {
    top: 30px;
    left: 15px;
    width: 23px;
    height: 15px;
  }
}
.section-news .section-contents {
  margin: 0 auto;
  max-width: 800px;
}
.section-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-news .news-list .news-item {
  display: flex;
  width: 100%;
}
.section-news .news-list .news-item a {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
  transition: box-shadow 0.5s ease;
}
.section-news .news-list .news-item .text {
  padding: 50px 30px;
  width: calc(100% - 30px);
  transition: opacity 0.5s;
}
.section-news .news-list .news-item .text .date {
  font-size: 15px;
  letter-spacing: 0.4em;
  color: #c2a876;
}
.section-news .news-list .news-item .text .title {
  font-size: 20px;
  line-height: 1.5em;
}
.section-news .news-list .news-item .arrow {
  display: flex;
  align-items: center;
  padding-left: 0px;
  width: 30px;
  height: 100%;
  background: #dacbad;
  border-radius: 0 10px 10px 0;
}
.section-news .news-list .news-item .arrow svg {
  display: block;
  margin-left: auto;
  margin-right: 8px;
  width: 12px;
  fill: #fff;
  transition: margin-right 0.5s ease;
}
.section-news .news-list .news-item:hover a {
  box-shadow: 0 0 10px rgba(78, 75, 72, 0.2);
}
.section-news .news-list .news-item:hover .text {
  opacity: 0.5;
}
.section-news .news-list .news-item:hover .arrow svg {
  margin-right: 0;
}
.section-news .more-button {
  margin: 60px auto 0;
  width: 200px;
  height: 40px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.pagination .prev-button, .pagination .next-button, .pagination .pagination-num-item {
  width: 40px;
  height: 40px;
}
.pagination .prev-button .inner .arrow, .pagination .next-button .inner .arrow, .pagination .pagination-num-item .inner .arrow {
  top: 55%;
  transition: opacity 0.5s;
}
.pagination .prev-button .inner .arrow svg, .pagination .next-button .inner .arrow svg, .pagination .pagination-num-item .inner .arrow svg {
  fill: #4e4b48;
}
.pagination .prev-button.off, .pagination .next-button.off, .pagination .pagination-num-item.off {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .prev-button.off .inner .arrow svg, .pagination .next-button.off .inner .arrow svg, .pagination .pagination-num-item.off .inner .arrow svg {
  color: #fff;
}
.pagination .prev-button.active, .pagination .next-button.active, .pagination .pagination-num-item.active {
  pointer-events: none;
}
.pagination .prev-button.active .inner, .pagination .next-button.active .inner, .pagination .pagination-num-item.active .inner {
  background: #c2a876;
}
.pagination .prev-button:hover .inner .arrow, .pagination .next-button:hover .inner .arrow, .pagination .pagination-num-item:hover .inner .arrow {
  opacity: 0.5;
}
.pagination .next-button .inner .arrow {
  right: 12px;
}
.pagination .prev-button .inner .arrow {
  left: 12px;
  right: initial;
  transform: scale(-1, 1) translate3d(0, -50%, 0);
}
.pagination .pagination-num-list {
  display: flex;
  gap: 20px;
}
.pagination .pagination-num-item .inner .text {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .section-news .section-contents {
    width: 90%;
  }
  .section-news .news-list {
    gap: 30px;
  }
  .section-news .news-list .news-item .text {
    padding: 30px 20px;
  }
  .section-news .news-list .news-item .text .title {
    font-size: 16px;
  }
  .section-news .more-button {
    margin: 30px auto 0;
  }
  .pagination .pagination-num-list {
    display: none;
  }
  .pagination .pagination-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 18px;
    background: #dacbad;
    border-radius: 10px;
  }
}
.section-article .article-container {
  padding: 0 30px 30px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}
.section-article .article-container .article-title {
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: solid 1px #dacbad;
}
.section-article .article-container .article-title .date {
  font-size: 20px;
  color: #c2a876;
  letter-spacing: 0.4em;
}
.section-article .article-container .article-title .title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.2em;
}
.section-article .article-container .article-text p, .section-article .article-container .article-text h1, .section-article .article-container .article-text h2, .section-article .article-container .article-text h3, .section-article .article-container .article-text .yt, .section-article .article-container .article-text blockquote {
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}
.section-article .article-container .article-text p a {
  font-weight: 900;
  color: #c2a876;
  text-decoration: underline;
  transition: opacity 0.5s;
}
.section-article .article-container .article-text p a:hover {
  opacity: 0.5;
}
.section-article .article-container .article-text h1 {
  font-size: 28px;
  font-weight: 900;
  color: #c2a876;
}
.section-article .article-container .article-text h2 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 900;
  color: #c2a876;
  letter-spacing: 0;
  text-indent: 0;
}
.section-article .article-container .article-text h2::before, .section-article .article-container .article-text h2::after {
  display: none;
}
.section-article .article-container .article-text h3 {
  font-size: 20px;
  font-weight: 900;
}
.section-article .article-container .article-text .yt {
  width: 100%;
  aspect-ratio: 16/9;
}
.section-article .article-container .article-text .yt iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.section-article .article-container .article-text blockquote {
  padding: 30px 20px;
  background: #fff9eb;
}
.section-article .article-container .article-text .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.section-article .article-container .article-text *:last-child {
  margin-bottom: 0;
}
.section-article .back-button {
  margin: 60px auto 0;
  width: 200px;
  height: 40px;
}
.section-article .back-button .inner .arrow {
  left: 10px;
  right: initial;
}
.section-article .back-button .inner .arrow svg {
  transform: scale(-1, 1);
}
.section-article .back-button:hover .inner .arrow {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .section-article .article-container {
    padding: 0 20px 30px;
  }
  .section-article .article-container .article-title {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .section-article .article-container .article-title .date {
    font-size: 15px;
  }
  .section-article .article-container .article-title .title {
    font-size: 20px;
  }
  .section-article .article-container .article-text p {
    font-size: 14px;
  }
  .section-article .article-container .article-text h1 {
    font-size: 20px;
  }
  .section-article .article-container .article-text h2 {
    font-size: 18px;
  }
  .section-article .article-container .article-text h3 {
    font-size: 16px;
  }
  .section-article .article-container .article-text blockquote {
    padding: 20px 20px;
  }
}
.section-intro {
  background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 51%);
}
.section-intro .section-contents {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.section-intro .section-contents p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}
.section-intro .section-contents p.strong {
  font-size: 30px;
  font-style: italic;
  color: #c2a876;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.section-intro .section-contents p strong {
  font-size: 24px;
  font-weight: 400;
  color: #c2a876;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

@media only screen and (max-width: 768px) {
  .section-intro {
    background: linear-gradient(to top, #fff 90%, rgba(255, 255, 255, 0) 100%);
  }
  .section-intro .section-contents {
    width: 90%;
  }
  .section-intro .section-contents p {
    font-size: 15px;
    text-align: justify;
  }
  .section-intro .section-contents p.strong {
    font-size: 22px;
    letter-spacing: -0.05em;
  }
  .section-intro .section-contents p strong {
    font-size: 22px;
  }
}
.section-chara {
  overflow: hidden;
}
.section-chara .section-contents {
  margin: 0 auto;
  max-width: 1200px;
}
.section-chara .correlation-button {
  margin: 0 auto 60px;
  width: 200px;
  height: 60px;
}
.section-chara .correlation-button a {
  transition: background 0.3s;
}
.section-chara .correlation-button p {
  font-size: 20px;
}
.section-chara .correlation-button:hover a {
  background: #eeebe5;
}
.section-chara .chara-select-container {
  padding: 0 10%;
  width: 90%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, transparent 3%, black 8%, black 92%, transparent 97%);
  mask-image: linear-gradient(to bottom, transparent 3%, black 8%, black 92%, transparent 97%);
}
.section-chara .chara-select-container .chara-select-item {
  width: 200px;
  height: 40px;
  /*      filter: drop-shadow(0 0 30px rgba(78,75,72,.2)); */
}
.section-chara .chara-select-container .chara-select-item .inner {
  display: flex;
  width: 100%;
  height: 100%;
  background: #eeebe5;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.5s, box-shadow 0.5s ease;
}
.section-chara .chara-select-container .chara-select-item .inner .chara-select-pic {
  display: flex;
  justify-content: center;
  width: 40%;
  transition: opacity 0.5s;
}
.section-chara .chara-select-container .chara-select-item .inner .chara-select-pic img {
  width: auto;
  height: 40px;
}
.section-chara .chara-select-container .chara-select-item .inner .chara-select-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  transition: opacity 0.5s;
}
.section-chara .chara-select-container .chara-select-item .inner .chara-select-text p {
  font-size: 18px;
  transform: scale(1, 1.1);
}
.section-chara .chara-select-container .chara-select-item .inner:hover {
  background: #dacbad;
  box-shadow: 0 0 10px rgba(78, 75, 72, 0.2);
}
.section-chara .chara-select-container .chara-select-item .inner:hover .chara-select-pic {
  opacity: 0.5;
}
.section-chara .chara-select-container .chara-select-item .inner:hover .chara-select-text {
  opacity: 0.5;
}
.section-chara .chara-select-container .chara-select-item.swiper-slide-thumb-active .inner {
  background: #dacbad;
  pointer-events: none;
}
.section-chara .chara-select-button {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.section-chara .chara-select-arrow {
  width: 15px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.section-chara .chara-select-arrow svg {
  fill: #c2a876;
}
.section-chara .chara-select-arrow.chara-select-prev {
  transform: scale(-1, 1);
}
.section-chara .chara-select-arrow:hover {
  opacity: 0.5;
}
.section-chara .chara-container {
  margin-top: 60px;
}
.section-chara .chara-container .chara-item {
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "pic name" "pic profile" "pic space";
}
.section-chara .chara-container .chara-item .chara-pic {
  grid-area: pic;
  max-width: 512px;
}
.section-chara .chara-container .chara-item .chara-name {
  grid-area: name;
  padding-top: 50px;
}
.section-chara .chara-container .chara-item .chara-name .chara-name-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: scale(1, 1.1);
}
.section-chara .chara-container .chara-item .chara-name .chara-name-text .name {
  font-size: 45px;
  font-weight: 500;
}
.section-chara .chara-container .chara-item .chara-name .chara-name-text .ruby {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4em;
}
.section-chara .chara-container .chara-item .chara-name .chara-name-text .ruby::before, .section-chara .chara-container .chara-item .chara-name .chara-name-text .ruby::after {
  content: "-";
}
.section-chara .chara-container .chara-item .chara-name .chara-cv {
  margin-top: 45px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.section-chara .chara-container .chara-item .chara-name .chara-cv .title {
  font-size: 20px;
  color: #c2a876;
}
.section-chara .chara-container .chara-item .chara-name .chara-cv .name {
  font-size: 27px;
  font-weight: 500;
  transform: scale(1, 1.1) translate3d(0, -0.2em, 0);
}
.section-chara .chara-container .chara-item .chara-profile {
  grid-area: profile;
  position: relative;
  padding: 40px 0;
  margin: 30px 0;
}
.section-chara .chara-container .chara-item .chara-profile .bg {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100%;
  background: url(../images/bg-fv.jpg) center center no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
  z-index: -1;
}
.section-chara .chara-container .chara-item .chara-profile p {
  margin-bottom: 20px;
  padding-right: 30px;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .section-chara .chara-select-container {
    padding: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .section-chara .chara-select-container .chara-select-item {
    width: 150px;
  }
  .section-chara .chara-select-container .chara-select-item .chara-select-pic {
    width: 50%;
  }
  .section-chara .chara-select-container .chara-select-item .chara-select-text {
    width: 50%;
  }
  .section-chara .chara-select-container .chara-select-item .chara-select-text p {
    font-size: 16px;
  }
  .section-chara .chara-select-button {
    display: none;
  }
  .section-chara .chara-container .chara-item {
    grid-template-rows: max-content max-content 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "name" "pic" "profile";
  }
  .section-chara .chara-container .chara-item .chara-pic {
    margin: 20px auto 0;
  }
  .section-chara .chara-container .chara-item .chara-name {
    padding: 0 5%;
  }
  .section-chara .chara-container .chara-item .chara-name .chara-name-text .name {
    font-size: 34px;
  }
  .section-chara .chara-container .chara-item .chara-name .chara-name-text .ruby {
    margin-left: 1em;
    font-size: 13px;
  }
  .section-chara .chara-container .chara-item .chara-name .chara-cv {
    align-items: flex-start;
    margin-top: 20px;
  }
  .section-chara .chara-container .chara-item .chara-name .chara-cv .title {
    font-size: 15px;
  }
  .section-chara .chara-container .chara-item .chara-name .chara-cv .name {
    font-size: 20px;
  }
  .section-chara .chara-container .chara-item .chara-profile .bg {
    left: 0;
  }
  .section-chara .chara-container .chara-item .chara-profile p {
    margin: 0 auto 20px;
    padding-right: 0;
    width: 90%;
    font-size: 14px;
  }
  .arrow-container .arrow-prev, .arrow-container .arrow-next {
    position: absolute;
    top: 75vw;
    width: 18px;
    z-index: 10;
  }
  .arrow-container .arrow-prev svg, .arrow-container .arrow-next svg {
    fill: #dacbad;
  }
  .arrow-container .arrow-prev.swiper-button-disabled, .arrow-container .arrow-next.swiper-button-disabled {
    opacity: 0.2;
  }
  .arrow-container .arrow-prev {
    left: 5%;
    transform: scale(-1, 1);
  }
  .arrow-container .arrow-next {
    right: 5%;
  }
}
.comment-modal-box {
  display: none;
}
.comment-modal-box.active {
  display: flex;
}
.comment-modal-box .comment-pic {
  padding: 0 20px 0 40px;
  width: 50%;
}
.comment-modal-box .comment-text-container {
  width: 50%;
}
.comment-modal-box .comment-text-container .position {
  font-size: 27px;
  font-weight: 500;
  color: #c2a876;
  transform: scale(1, 1.1);
}
.comment-modal-box .comment-text-container .position::after {
  content: "役";
  margin-left: 0.5em;
  font-size: 18px;
}
.comment-modal-box .comment-text-container .name {
  margin-top: 30px;
  font-size: 45px;
  font-weight: 500;
  transform: scale(1, 1.1);
}
.comment-modal-box .comment-text-container .comment-text {
  margin-top: 40px;
}
.comment-modal-box .comment-text-container .comment-text p {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
  line-height: 1.5em;
}
.comment-modal-box .comment-text-container .comment-text p.answer {
  font-size: 15px;
}
.comment-modal-box#comment00 .comment-text-container .position::after {
  content: "";
}

.correlation-modal-container {
  width: 100%;
}

.leaflet-control-container {
  display: none;
}

@media only screen and (max-width: 768px) {
  .comment-modal-box {
    flex-direction: column;
  }
  .comment-modal-box .comment-pic {
    padding: 0;
    width: 100%;
  }
  .comment-modal-box .comment-text-container {
    width: 100%;
  }
  .comment-modal-box .comment-text-container .position {
    margin-top: 20px;
    font-size: 20px;
  }
  .comment-modal-box .comment-text-container .position::after {
    font-size: 13px;
  }
  .comment-modal-box .comment-text-container .name {
    margin-top: 20px;
    font-size: 34px;
  }
  .comment-modal-box .comment-text-container .comment-text p {
    font-size: 16px;
  }
  .comment-modal-box .comment-text-container .comment-text p.answer {
    font-size: 14px;
  }
}
.section-staffcast h2 span {
  font-size: 30px;
}
.section-staffcast .staffcast-container {
  margin-bottom: 80px;
}
.section-staffcast h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 0.4em;
}
.section-staffcast .sc-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-staffcast .sc-item {
  display: flex;
  gap: 30px;
}
.section-staffcast .sc-item .position {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #c2a876;
  text-align: right;
  transform: scale(1, 1.1);
}
.section-staffcast .sc-item .name {
  margin-top: -0.25em;
  width: 50%;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5em;
  transform: scale(1, 1.1);
}
.section-staffcast .sc-item .name span {
  font-size: 14px;
}
.section-staffcast .sc-item .name .comment-button {
  margin-top: -5px;
}
.section-staffcast .type-cast .sc-item .name .comment-button {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .section-staffcast h3 {
    font-size: 30px;
  }
  .section-staffcast .sc-item .position {
    font-size: 13px;
  }
  .section-staffcast .sc-item .name {
    margin-top: -0.1em;
    font-size: 20px;
  }
  .section-staffcast .sc-item .name span {
    display: block;
    margin-top: -10px;
    font-size: 10px;
  }
}
.section-onair .section-contents .main {
  padding: 0 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.section-onair .section-contents .onair-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.section-onair .section-contents .onair-container h3 {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
}
.section-onair .section-contents .onair-container .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
.section-onair .section-contents .onair-container .lead a {
  color: #c2a876;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-onair .section-contents .onair-container .lead a:hover {
  opacity: 0.5;
}
.section-onair .section-contents .onair-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-onair .section-contents .onair-list .onair-item {
  display: flex;
}
.section-onair .section-contents .onair-list .onair-item .name {
  min-width: 150px;
  font-size: 20px;
  font-weight: 700;
  color: #c2a876;
}
.section-onair .section-contents .onair-list .onair-item .time {
  font-size: 20px;
}
.section-onair .section-contents .onair-list .onair-item .indent {
  margin-left: 1em;
}
.section-onair .section-contents .note {
  margin-top: 30px;
}
.section-onair .section-contents .onair-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 20px;
  max-width: 760px;
}
.section-onair .section-contents .onair-button-list .onair-button-item {
  width: auto;
  transition: opacity 0.3s;
}
.section-onair .section-contents .onair-button-list .onair-button-item .inner {
  padding: 0 10px;
  height: 30px;
  border-radius: 30px;
}
.section-onair .section-contents .onair-button-list .onair-button-item:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .section-onair .section-contents .main {
    padding: 0 5%;
    font-size: 20px;
  }
  .section-onair .section-contents .onair-container {
    margin: 60px auto 0;
    width: 90%;
  }
  .section-onair .section-contents .onair-container .lead {
    font-size: 15px;
  }
  .section-onair .section-contents .onair-list {
    width: 100%;
  }
  .section-onair .section-contents .onair-list .onair-item {
    flex-direction: column;
  }
  .section-onair .section-contents .onair-list .onair-item .name {
    font-size: 15px;
  }
  .section-onair .section-contents .onair-list .onair-item .time {
    font-size: 15px;
  }
  .section-onair .section-contents .onair-list .onair-item .time span {
    display: none;
  }
  .section-onair .section-contents .note {
    font-size: 12px;
  }
}
.section-movie .movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 860px;
}
.section-movie .movie-list .movie-item {
  width: calc(50% - 15px);
}
.section-movie .movie-list .movie-item .yt {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.section-movie .movie-list .movie-item .yt iframe {
  width: 100%;
  height: 100%;
}
.section-movie .movie-list .movie-item p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-movie .movie-list {
    flex-direction: column;
    padding: 0 5%;
  }
  .section-movie .movie-list .movie-item {
    width: 100%;
  }
}
.section-music .music-container {
  margin: 0 auto 60px;
  padding: 30px;
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
}
.section-music .music-container h3 {
  margin: 10px 0 30px 0.4em;
  padding-bottom: 30px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.4em;
  border-bottom: solid 1px #c2a876;
}
.section-music .music-container .song-name {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #c2a876;
}
.section-music .music-container .artist-name {
  margin: 10px 0 30px;
  font-size: 20px;
  text-align: center;
}
.section-music .music-container .music-text h4 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #c2a876;
}

.section-books .books-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.75%;
  row-gap: 30px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 800px;
}
.section-books .books-list .books-item {
  width: 22%;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
  transition: opacity 0.3s;
}
.section-books .books-list .books-item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.section-books .books-list .books-item:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 768px) {
  .section-books .books-list {
    padding: 0 5%;
    column-gap: 5%;
  }
  .section-books .books-list .books-item {
    width: 29.5%;
  }
}
.section-story .num-container .swiper-wrapper {
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.section-story .num-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.section-story .num-button.swiper-slide-thumb-active .inner {
  background: #c2a876;
  color: #fff;
}
.section-story .story-container {
  margin: 60px auto 0;
  max-width: 800px;
}
.section-story .story-container > .swiper-wrapper {
  height: auto !important;
}
.section-story .story-container .story-box.swiper-slide-active {
  z-index: 100;
}
.section-story .story-container h3 {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0 5%;
}
.section-story .story-container h3 .num {
  padding-top: 0.5em;
  color: #c2a876;
}
.section-story .story-container h3 .num span {
  font-size: 30px;
}
.section-story .story-container h3 .sub-text {
  font-size: 30px;
  line-height: 1.2em;
}
.section-story .story-container .ss-pic {
  margin-bottom: 1px;
}
.section-story .story-container .ss-thumb {
  margin-bottom: 30px;
}
.section-story .story-container .ss-thumb .ss-thumb-item {
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.section-story .story-container .ss-thumb .ss-thumb-item:hover {
  opacity: 0.5;
}
.section-story .story-container .ss-thumb .ss-thumb-item.swiper-slide-thumb-active {
  border: 3px solid #c2a876;
  box-sizing: border-box;
}
.section-story .story-container .story-text {
  padding: 0 5%;
}
.section-story .story-container .story-text p {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .section-story .story-container h3 {
    flex-direction: column;
    align-items: center;
  }
  .section-story .story-container h3 .sub-text {
    font-size: 20px;
  }
}
.section-bluray p {
  margin-bottom: 30px;
  line-height: 1.5em;
}
.section-bluray .tab-container .swiper-wrapper {
  justify-content: center;
  gap: 20px;
}
.section-bluray .tab-item {
  width: 120px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.section-bluray .tab-item:hover {
  opacity: 0.5;
}
.section-bluray .tab-item p {
  margin: 0;
}
.section-bluray .tab-item.swiper-slide-thumb-active {
  pointer-events: none;
}
.section-bluray .tab-item.swiper-slide-thumb-active .inner {
  background: #c2a876;
}
.section-bluray .tab-item.swiper-slide-thumb-active p {
  color: #fff;
}
.section-bluray .bluray-container {
  margin: 60px auto;
  padding: 0 30px;
  max-width: 860px;
  border-bottom: solid 1px #dacbad;
}
.section-bluray .bluray-container .bluray-pic {
  position: relative;
  margin: 0 auto 30px;
  max-width: 400px;
  border: solid 1px #eeebe5;
}
.section-bluray .bluray-container .bluray-pic .bluray-pic-wrapper {
  overflow: hidden;
}
.section-bluray .bluray-container .bluray-pic.open {
  max-width: 692px;
}
.section-bluray .bluray-container .bluray-pic a {
  transition: opacity 0.3s;
}
.section-bluray .bluray-container .bluray-pic a:hover {
  opacity: 0.5;
}
.section-bluray .bluray-container .bluray-pic .swiper-pagination {
  bottom: -25px;
}
.section-bluray .maker-container {
  margin: 0 auto 60px;
  padding: 0 30px;
  max-width: 860px;
  border-bottom: solid 1px #dacbad;
}
.section-bluray .maker-container .inner {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.section-bluray .maker-container .maker-pic {
  position: relative;
  margin-bottom: 10px;
  width: 50%;
  overflow: hidden;
}
.section-bluray .maker-container .maker-pic .store-pic-box {
  border: solid 1px #eee;
}
.section-bluray .maker-container .maker-pic .item-name {
  text-align: center;
}
.section-bluray .maker-container .maker-pic .swiper-pagination-bullet-active {
  background: #c2a876;
}
.section-bluray .maker-container .maker-pic .swiper-button-next, .section-bluray .maker-container .maker-pic .swiper-button-prev {
  color: #c2a876;
}
.section-bluray .maker-container .right-container {
  width: 50%;
}
.section-bluray .store-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 860px;
}
.section-bluray .store-container .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section-bluray .store-container .store-box {
  width: calc(50% - 15px);
}
.section-bluray .store-container .store-box .store-pic {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-bluray .store-container .store-box .store-pic .store-pic-box {
  border: solid 1px #eee;
}
.section-bluray .store-container .store-box .store-pic .item-name {
  text-align: center;
}
.section-bluray .store-container .store-box .store-pic .swiper-pagination-bullet-active {
  background: #c2a876;
}
.section-bluray .store-container .store-box .store-pic .swiper-button-next, .section-bluray .store-container .store-box .store-pic .swiper-button-prev {
  color: #c2a876;
}
.section-bluray .store-container .store-box p:not(:last-child) {
  margin: 0;
}
.section-bluray .store-container .store-box p a {
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-bluray .store-container .store-box p a:hover {
  opacity: 0.5;
}
.section-bluray .store-container .store-box p.margintop {
  margin-top: 30px;
}
.section-bluray h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.section-bluray h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #c2a876;
}
.section-bluray h4 span {
  font-size: 15px;
  color: #4e4b48;
}
.section-bluray h4 span a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-bluray h4 span a:hover {
  opacity: 0.5;
}
.section-bluray h4 span.small {
  font-size: 13px;
}
.section-bluray h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

@media only screen and (max-width: 768px) {
  .section-bluray p {
    font-size: 14px;
  }
  .section-bluray .tab-container {
    margin: 0 auto;
    width: 90%;
  }
  .section-bluray .tab-container .swiper-wrapper {
    gap: 10px;
  }
  .section-bluray .tab-item {
    width: calc(25% - 10px);
  }
  .section-bluray .bluray-container {
    padding: 0;
    width: 90%;
  }
  .section-bluray .maker-container {
    padding: 0;
    width: 90%;
  }
  .section-bluray .maker-container .inner {
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-bluray .maker-container .maker-pic {
    width: 100%;
  }
  .section-bluray .maker-container .right-container {
    width: 100%;
  }
  .section-bluray .store-container {
    padding: 0;
    width: 90%;
  }
  .section-bluray .store-container .inner {
    flex-direction: column;
    gap: 0;
  }
  .section-bluray .store-container .store-box {
    width: 100%;
  }
  .section-bluray .store-container .store-box:last-child {
    margin-bottom: 30px;
  }
  .section-bluray h4 span.small {
    font-size: 10px;
  }
}
footer .top-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 104px;
  z-index: 100;
  transition: opacity 0.5s;
}
footer .top-button:hover {
  opacity: 0.5;
}
footer .footer-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 80px;
  width: 100%;
  background: url(../images/bg-fv.jpg) center center no-repeat;
  background-size: cover;
}
footer .footer-contents .credit {
  font-size: 13px;
}
footer.footer-onair {
  position: sticky;
  top: 100vh;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10000;
  overflow: hidden;
}
.loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 200dvh;
  background-color: #fff9eb;
  background-image: url(../images/bg-fv.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
  transition: left 1s linear, background-position 1s linear;
}
.loading .loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 300px;
  transition: opacity 1s;
}
.loading .loading-logo img {
  position: absolute;
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  /* transition: transform 1s ease, opacity 1s; */
  animation: slide 1s forwards ease;
  /* 1376245 */
}
.loading .loading-logo img:nth-of-type(1) {
  top: 9px;
  left: 0;
  width: 33px;
}
.loading .loading-logo img:nth-of-type(2) {
  top: 15px;
  left: 47px;
  width: 33px;
  animation-delay: 0.3s;
}
.loading .loading-logo img:nth-of-type(3) {
  top: 13px;
  left: 92px;
  width: 27px;
  animation-delay: 0.07s;
}
.loading .loading-logo img:nth-of-type(4) {
  top: 14px;
  left: 132px;
  width: 28px;
  animation-delay: 0.37s;
}
.loading .loading-logo img:nth-of-type(5) {
  top: 22px;
  left: 176px;
  width: 17px;
  animation-delay: 0.45s;
}
.loading .loading-logo img:nth-of-type(6) {
  top: 1px;
  left: 208px;
  width: 49px;
  animation-delay: 0.22s;
}
.loading .loading-logo img:nth-of-type(7) {
  top: 20px;
  left: 264px;
  width: 25px;
  animation-delay: 0.15s;
}
.loading .loading-logo img:nth-of-type(8) {
  top: 0;
  left: 255px;
  width: 13px;
  animation-delay: 0.52s;
}
.loading .loading-logo img:nth-of-type(9) {
  top: 13px;
  left: 288px;
  width: 12px;
  animation-delay: 0.6s;
}
.loading .loading-logo img:nth-of-type(10) {
  top: 66px;
  left: 73px;
  width: 144px;
  animation-delay: 0.67s;
}
.loading .loading-logo .anim-start img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.loading.loaded::before {
  left: 100%;
  background-position: -200vw 0;
}
.loading.loaded .loading-logo {
  opacity: 0;
}

@keyframes slide {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */