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

@PC - style.css v5.0.0

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

a,
hr {
  padding: 0;
}

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

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

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

.w100 {
  width: 100%;
  vertical-align: bottom;
}

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

html

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

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

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

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

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

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

@PC - common.css v5.0.0

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
#wrapper:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/top/top_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

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

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

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

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

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

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

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

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

@nav

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

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

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

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

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

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

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

#drawer-layer-container

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

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

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

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

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

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

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

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

#main

-------------------------------*/
#main {
  display: block;
}

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

#preloader

-------------------------------*/
#preloader {
  background: url(../img/top/top_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloaderAnime.la-ball-spin.la-sm {
  width: 32px;
  height: 32px;
  color: #5c4328;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
#preloaderAnime.la-ball-spin.la-sm > div {
  width: 8px;
  height: 8px;
  background-color: #5c4328;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #5c4328;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

#footer

-------------------------------*/
#footer {
  padding: 6% 0 2%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0 2%;
  }
}

.copy {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  color: #4e0d04;
  letter-spacing: -0.01em;
}

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

@SNS

-------------------------------*/
#social-container {
  margin: 10px auto 30px;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #social-container {
    margin: 15px auto 30px;
  }
}

.share-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #4e0d04;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .share-ttl {
    font-size: 1rem;
  }
}

.sns-btn {
  display: block;
  padding: 0 10px 0 0;
}

.share-link-btn {
  color: #4e0d04;
  font-size: 1.75rem;
  padding: 12px 12px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  transition: all 0.1s ease;
}
@media screen and (min-width: 960px) {
  .share-link-btn {
    font-size: 1.5rem;
  }
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn {
  transform: scale(1.2);
  padding: 11px 12px;
}

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

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

@modules

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

a

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

.fadein {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@flex

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

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

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

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

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

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

font-weight

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

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

font-style

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

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

display

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

.block {
  display: block;
}

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

position

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

.margin-auto {
  margin: 0 auto;
}

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

guard

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

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

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top {
  position: relative;
}
#top .mv {
  width: 100%;
  height: 100%;
}
#top .mv .mv-texts-billing {
  position: absolute;
  top: 12.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #top .mv .mv-texts-billing {
    width: 31%;
    top: 3%;
  }
}
#top .mv .mv-texts-logo {
  position: absolute;
  top: 27.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  z-index: 1;
  filter: none;
}
#top .mv .mv-texts-logo svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
#top .mv .mv-texts-logo svg #logo > path {
  opacity: 0;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path {
  animation: logoCharFadeIn 0.45s ease-out forwards;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(1) {
  animation-delay: 3.1s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(2) {
  animation-delay: 3.3s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(3) {
  animation-delay: 3.5s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(4) {
  animation-delay: 3.8s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(5) {
  animation-delay: 4s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(6) {
  animation-delay: 4.2s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(7) {
  animation-delay: 4.5s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(8) {
  animation-delay: 4.7s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(9) {
  animation-delay: 4.9s;
}
#top .mv .mv-texts-logo.start-animation svg #logo > path:nth-of-type(10) {
  animation-delay: 5.1s;
}
@media screen and (min-width: 960px) {
  #top .mv .mv-texts-logo {
    top: 19.5%;
    width: 21%;
  }
}
#top .mv .mv-texts-rs {
  position: absolute;
  bottom: 7%;
  left: 50.5%;
  transform: translateX(-50%);
  width: 66%;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #top .mv .mv-texts-rs {
    bottom: 3%;
    width: 30%;
  }
}
#top .mv .mv-img {
  width: 100%;
  overflow: hidden;
}
#top .mv .mv-img picture {
  display: block;
  width: 100%;
}
#top .mv .mv-img img {
  display: block;
  width: 100%;
  transform: scale(1.05);
  transform-origin: center center;
}

body.is-loaded #top .mv .mv-img img {
  animation: mvImgZoomOut 1s ease-out forwards;
}
body.is-loaded #top .mv .mv-texts-billing {
  animation: mvTextFadeIn 0.8s ease-out 5s forwards;
}
body.is-loaded #top .mv .mv-texts-rs {
  animation: mvTextFadeIn 0.8s ease-out 5s forwards;
}

@keyframes mvImgZoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mvTextFadeIn {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes logoCharFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec-ttl {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
}
.sec-ttl-jp {
  font-size: 0.9rem;
  color: #645028;
}

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

#main > img

-------------------------------*/
#main > img {
  position: absolute;
  left: 43px;
  top: 414px;
}

.social-icons {
  position: fixed;
  top: 10px;
  left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .social-icons {
    top: 15px;
    left: 15px;
  }
}

.series-logo {
  position: fixed;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  .series-logo {
    width: 70px;
    height: 70px;
    top: 15px;
    right: 15px;
  }
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.social-icon:hover {
  opacity: 0.5;
}
.social-icon i {
  font-size: 1.5rem;
  color: #231815;
}
@media screen and (min-width: 960px) {
  .social-icon {
    width: 60px;
    height: 60px;
  }
  .social-icon i {
    font-size: 1.8rem;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}

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

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

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

.movie-thumb-box {
  position: relative;
  padding-bottom: 51.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

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

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

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

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

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

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

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

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

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

#trailer-play {
  padding: 30px;
}

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

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

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

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

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

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
#news {
  padding: 9% 5%;
}
@media screen and (min-width: 960px) {
  #news {
    padding: 6% 0;
  }
}

.news-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .news-wrapper {
    width: 69.921875vw;
    margin: 0 auto;
  }
}

.news-ttl {
  margin: 0 0 1rem !important;
  width: fit-content;
  background: linear-gradient(90deg, #5c4328 0%, #8d7a40 50%, #5c4328 75%, #5c4328 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.news-ttl img {
  width: 23%;
}
@media screen and (min-width: 960px) {
  .news-ttl img {
    width: 10%;
  }
}

.news-list {
  width: 100%;
  margin: 0 auto 1rem;
}
.news-list li {
  border-bottom: solid 1px #b1ac9e;
  padding: 7px 0;
}
.news-list li:nth-child(1) {
  border-top: solid 1px #b1ac9e;
}

.news-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .news-item {
    transition: opacity 0.3s ease;
  }
  .news-item .news-thumb,
  .news-item .news-txt-content,
  .news-item .news-txt-wrap {
    transition: transform 0.3s ease;
  }
  .news-item:hover {
    opacity: 0.7;
  }
  .news-item:hover .news-thumb,
  .news-item:hover .news-txt-content,
  .news-item:hover .news-txt-wrap {
    transform: translateX(10px);
  }
}

.trimming {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 5/3;
}

.news-thumb {
  width: 41.8666666667vw;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .news-thumb {
    width: 18.28125vw;
    margin: 0 40px 0 0;
    max-width: 250px;
  }
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.news-thumb img.is-landscape {
  object-fit: cover;
}

.news-txt-wrap {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (min-width: 960px) {
  .news-txt-wrap {
    gap: 20px;
  }
}

.news-date {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  display: block;
}
@media screen and (min-width: 960px) {
  .news-date {
    font-size: 0.875rem;
  }
}

.news-category {
  display: inline-block;
  background: #e4007f;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  width: 35%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .news-category {
    font-size: 0.9em;
    width: 15%;
  }
}

.news-title {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news-title {
    font-size: 0.9rem;
  }
}

.news-btn {
  width: 100%;
  text-decoration: none;
  text-align: right;
  display: block;
  color: #000;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.news-btn span img {
  width: 40px;
}
@media screen and (min-width: 960px) {
  .news-btn span img {
    width: 50px;
  }
}
.news-btn {
  transition: all 0.5s ease;
}
.news-btn:hover {
  opacity: 0.5;
}

.no-news {
  padding: 30px 0;
  border-top: 1px solid #b1ac9e;
  border-bottom: 1px solid #b1ac9e;
}

#series {
  padding: 5% 4%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 960px) {
  #series {
    padding: 5% 0;
  }
}

.series-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .series-wrapper {
    width: 89.0625vw;
    gap: 3rem;
    flex-wrap: nowrap;
  }
}

.series-ttl {
  margin: 0 auto 2rem !important;
  background: linear-gradient(90deg, #6c1d04 30%, #be4707 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.series-ttl-jp {
  display: block;
  font-size: 0.9rem;
  color: #5e1604;
  margin-top: 10px;
}

.series-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .series-box {
    width: 33%;
    display: block;
    margin-bottom: 0;
    gap: 0;
  }
}

.series-box-img {
  width: 80%;
}
@media screen and (min-width: 960px) {
  .series-box-img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.series-box-img-logo {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 960px) {
  .series-box-img-logo {
    margin-bottom: 0;
  }
}

.series-box-logo {
  width: 85%;
  margin: 0 auto 0.75rem;
  max-width: 250px;
}
@media screen and (min-width: 960px) {
  .series-box-logo {
    margin: 0 auto 2rem;
    width: 55%;
  }
}

.series-box-date {
  font-size: 1rem;
  text-align: center;
  color: #2f2f2f;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */