@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-fv-deco1.png) left top no-repeat, url(../images/bg-fv-deco2.png) right bottom no-repeat, url(../images/bg-fv.jpg) center top no-repeat;
  background-size: 28% auto, 26% auto, 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(108px,56.25vw);
}
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(28px,1.46vw) 0 min(28px,1.46vw) 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%;
}

.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;
  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: 45px;
    width: 272px;
  }
  header .menu-deco {
    margin: 45px 0 0;
    width: 81px;
  }
  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: 20px 0 20px 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: 20px 0 20px 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);
}

@media only screen and (max-width: 768px) {
  .kv {
    order: 1;
    width: 100%;
  }
  .kv .kv-logo {
    position: absolute;
    top: 5.26%;
    left: 14.7%;
    width: 70.7%;
    filter: drop-shadow(0 0 15px #fff) drop-shadow(0 0 15px #fff);
  }
}
.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 {
    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: 40px 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(200px,18vw);
  height: 2px;
}
section h2::before {
  right: calc(100% + 30px);
  background: linear-gradient(to right, rgba(221, 192, 124, 0) 0%, rgb(221, 192, 124) 40%);
}
section h2::after {
  left: calc(100% + 30px);
  background: linear-gradient(to left, rgba(221, 192, 124, 0) 0%, rgb(221, 192, 124) 40%);
}

@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-news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(../images/bg-news1.png) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.section-bg.type-news .dot {
  width: 100%;
  height: 100%;
  background: url(../images/bg-news2.png) center center repeat-y;
  background-size: 100% 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-news {
    opacity: 0.3;
    background: url(../images/bg-news3.png) no-repeat, url(../images/bg-news4.png) no-repeat;
    background-size: cover;
    background-position: 0 300px;
  }
  .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;
  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;
  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;
}
.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;
  }
}
.section-article .article-container {
  padding: 0 30px 30px;
  width: 100%;
  background: #fff;
  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 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.section-chara .section-contents {
  margin: 0 auto;
  max-width: 1200px;
}
.section-chara .chara-select-container {
  width: 90%;
  margin: 0 auto;
}
.section-chara .chara-select-container .chara-select-item {
  display: flex;
  width: 200px;
  height: 40px;
  background: #eeebe5;
  box-shadow: 0 0 30px rgba(78, 75, 72, 0.2);
  cursor: pointer;
  transition: background 0.5s, box-shadow 0.5s ease;
}
.section-chara .chara-select-container .chara-select-item.swiper-slide-thumb-active {
  background: #dacbad;
  pointer-events: none;
}
.section-chara .chara-select-container .chara-select-item .chara-select-pic {
  display: flex;
  justify-content: center;
  width: 40%;
  transition: opacity 0.5s;
}
.section-chara .chara-select-container .chara-select-item .chara-select-pic img {
  width: auto;
  height: 40px;
}
.section-chara .chara-select-container .chara-select-item .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 .chara-select-text p {
  font-size: 18px;
  transform: scale(1, 1.1);
}
.section-chara .chara-select-container .chara-select-item:hover {
  background: #dacbad;
  box-shadow: 0 0 10px rgba(78, 75, 72, 0.2);
}
.section-chara .chara-select-container .chara-select-item:hover .chara-select-pic {
  opacity: 0.5;
}
.section-chara .chara-select-container .chara-select-item:hover .chara-select-text {
  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 .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-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: "";
}

@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;
  }
}
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: 120px 0 80px;
  width: 100%;
  background: url(../images/bg-fv.jpg) center center no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
  mask-image: linear-gradient(to top, transparent 0%, black 20%);
}
footer .footer-contents .credit {
  font-size: 13px;
}

.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 */