@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

a {
  text-decoration: none !important;
  cursor: pointer;
}

img {
  width: 100%;
}

.ja_m {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_r {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en_r {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#special-content.s_container {
  width: auto;
  padding: 0 !important;
  max-width: 100%;
}

.wrapper_158 {
  width: 100%;
  color: #043918;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.container_158 {
  width: 94.3516699411%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container_158 {
    width: 100%;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.header_158 .top_movie {
  width: 100%;
}
.header_158 .lead-wrap {
  margin-top: 4.7891723061%;
  opacity: 0;
  animation: opacity 1s 0.7s ease forwards;
}
.header_158 .lead-wrap .subttl {
  line-height: 0;
  width: 38.0114523686%;
  margin: 0 auto;
}
.header_158 .lead-wrap h1 {
  line-height: 0;
  width: 52.7438833941%;
  margin: 2.394586153% auto 0;
}
.header_158 .lead-wrap .lead {
  font-size: 1.768172888vw;
  margin-top: 4.060385216%;
  text-align: center;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .header_158 .lead-wrap {
    margin-top: 8.9866666667%;
    margin-left: 8.6666666667%;
  }
  .header_158 .lead-wrap .subttl {
    width: 52.108%;
    margin: 0 auto 0 0;
  }
  .header_158 .lead-wrap h1 {
    width: 66.9333333333%;
    margin: 5.0666666667% auto 0 0;
  }
  .header_158 .lead-wrap .lead {
    font-size: 3.4666666667vw;
    margin-top: 4.6666666667%;
    margin-bottom: 10%;
    text-align: left;
    line-height: 1.9230769231;
  }
}

video {
  width: 100%;
}

.video {
  line-height: 0;
  position: relative;
}
.video:before {
  aspect-ratio: 1/1;
  background-image: url(/storage/brandsite/feature/img/170/off.png);
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  right: 0;
  pointer-events: none;
  position: absolute;
  width: 4.1644976575%;
  margin-bottom: 1.5616866216%;
  margin-right: 1.5616866216%;
}
@media screen and (max-width: 768px) {
  .video:before {
    width: 10.8986666667%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
}
.video .logos40th {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28.8084331078%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .video .logos40th {
    width: 32.9626666667%;
  }
}

.video:has(video.unmuted):before {
  background-image: url(/storage/brandsite/feature/img/170/on.png);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logosmovie {
  display: flex;
}
@media screen and (max-width: 768px) {
  .logosmovie {
    display: block;
  }
}
.logosmovie .sec_txt {
  width: 50%;
  border-top: solid #043918 1px;
  border-left: solid #043918 1px;
  border-bottom: solid #043918 1px;
}
@media screen and (max-width: 768px) {
  .logosmovie .sec_txt {
    border-left: none;
    border-right: solid #043918 1px;
    border-bottom: none;
    width: 84.6666666667%;
  }
}
.logosmovie .sec_txt .top_txt {
  display: flex;
  border-bottom: solid #043918 1px;
}
.logosmovie .sec_txt .top_txt .pc-season {
  width: 20.4379562044%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .logosmovie .sec_txt .top_txt .pc-season {
    display: none;
  }
}
.logosmovie .sec_txt .top_txt .vol-tag {
  width: 79.5620437956%;
  text-align: left;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.logosmovie .sec_txt .top_txt .vol-tag .vol-tag-inner {
  width: 100%;
}
.logosmovie .sec_txt .top_txt .vol-tag .volume {
  line-height: 1;
  font-size: 1.9646365422vw;
  margin-left: 6.6841415465%;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-end;
  vertical-align: bottom;
}
.logosmovie .sec_txt .top_txt .vol-tag .volume p {
  display: block;
}
.logosmovie .sec_txt .top_txt .vol-tag .volume .volume_movie {
  font-size: 1.9646365422vw;
}
.logosmovie .sec_txt .top_txt .vol-tag .volume .volume_num {
  font-size: 1.4734774067vw;
}
.logosmovie .sec_txt .top_txt .vol-tag .volume .volume_num span {
  font-size: 1.9646365422vw;
}
.logosmovie .sec_txt .top_txt .vol-tag .tag {
  margin-left: 6.6841415465%;
  margin-right: 1.3106159895%;
  margin-top: 3.1454783748%;
  line-height: 1.9230769231;
  letter-spacing: 0.1em;
  font-size: 1.1787819253vw;
}
@media screen and (max-width: 768px) {
  .logosmovie .sec_txt .top_txt .vol-tag {
    width: 100%;
    margin-left: 10.2362204724%;
    margin-top: 5.9842519685%;
    margin-bottom: 5.3070866142%;
  }
  .logosmovie .sec_txt .top_txt .vol-tag .volume {
    font-size: 5.3333333333vw;
    margin-left: 0;
  }
  .logosmovie .sec_txt .top_txt .vol-tag .volume .volume_movie {
    font-size: 5.3333333333vw;
  }
  .logosmovie .sec_txt .top_txt .vol-tag .volume .volume_num {
    font-size: 4vw;
  }
  .logosmovie .sec_txt .top_txt .vol-tag .volume .volume_num span {
    font-size: 5.3333333333vw;
  }
  .logosmovie .sec_txt .top_txt .vol-tag .tag {
    margin-left: 0;
    margin-top: 2.9921259843%;
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
  }
}

.story-wrap {
  padding: 5.7351407716% 0 5.7351407716% 8.3420229406%;
  background-image: url(/storage/brandsite/feature/img/170/bg.png);
  background-size: 100%;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .story-wrap {
    background-image: url(/storage/brandsite/feature/img/170/spbg.png);
  }
}
.story-wrap .story {
  font-size: 1.1296660118vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.story-wrap .story_txt {
  font-size: 1.2770137525vw;
  line-height: 1.9230769231;
  margin-top: 2.6068821689%;
  letter-spacing: 0.1em;
}
.story-wrap .story_staff {
  font-size: 1.0805500982vw;
  line-height: 1.6818181818;
  margin-top: 4.6923879041%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .story-wrap {
    padding: 7.0866141732% 0 6.7716535433% 10.5511811024%;
  }
  .story-wrap .story {
    font-size: 3.3333333333vw;
  }
  .story-wrap .story_txt {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 4.094488189%;
    letter-spacing: 0.1em;
  }
  .story-wrap .story_staff {
    font-size: 2.9333333333vw;
    line-height: 1.9545454545;
    margin-top: 4.7244094488%;
    letter-spacing: 0.1em;
  }
}

.sec_youtube {
  width: 50%;
}
.sec_youtube .youtube-box {
  width: 100%;
  aspect-ratio: 1/0.7;
}
.sec_youtube .youtube-box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec_youtube {
    width: 100%;
  }
  .sec_youtube .youtube-box {
    aspect-ratio: 16/9;
  }
}

.autumn .story-wrap .story_txt, .winter .story-wrap .story_txt {
  line-height: 1.8;
}
.autumn .story_staff, .winter .story_staff {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .autumn .story_staff, .winter .story_staff {
    line-height: 1.9545454545;
  }
}

.spring {
  margin-top: 6.5070275898%;
}
@media screen and (max-width: 768px) {
  .spring {
    margin-top: 0;
  }
}

.summer, .autumn, .winter {
  margin-top: 4.1644976575%;
}
@media screen and (max-width: 768px) {
  .summer, .autumn, .winter {
    margin-top: 0;
  }
}

.story_caption {
  margin-top: 1.5616866216%;
  font-size: min(0.9823182711vw, 20px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .story_caption {
    font-size: 2.6666666667vw;
  }
}

.autumn .story-wrap, .winter .story-wrap {
  padding-bottom: 7.735141%;
}

.winter .sec_txt .top_txt .vol-tag .tag {
  line-height: 1.5;
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  .winter .sec_txt .top_txt .vol-tag .tag {
    margin-top: 2.9921259843%;
    line-height: 1.9090909091;
  }
}

.main_158 {
  opacity: 0;
  animation: opacity 1s 0.7s ease forwards;
}
@media screen and (max-width: 768px) {
  .main_158 {
    position: relative;
    padding-top: 187.4666666667%;
  }
  .main_158 .logosmovie {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .main_158 .logosmovie.on {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
  .main_158 .comingsoon {
    display: none;
  }
}

.season_btnlist {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .season_btnlist {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 15.6%;
  }
}
.season_btnlist.in .season_btn {
  transform: translateX(0);
}
.season_btnlist .season_btn {
  width: 64.9401709402%;
  height: 0;
  padding-top: 64.9401709402%;
  margin: 17.094017094% auto 0;
  position: relative;
  pointer-events: all;
  transform: translateX(200%);
  transition: transform 0.5s ease;
}
.season_btnlist .season_btn:nth-of-type(2) {
  transition-delay: 0.1s;
}
.season_btnlist .season_btn:nth-of-type(3) {
  transition-delay: 0.2s;
}
.season_btnlist .season_btn:nth-of-type(4) {
  transition-delay: 0.3s;
}
.season_btnlist .season_btn .circle {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #043918;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 50%;
  z-index: 10;
  transform-origin: center;
  transform: rotate(0);
  animation: roll 2.5s infinite;
  transition: all 0.2s ease;
}
.season_btnlist .season_btn .circle::after {
  width: 4px;
  height: 2px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
.season_btnlist .season_btn:first-of-type {
  margin-top: 0;
}
.season_btnlist .season_btn .season_name {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #043918;
  z-index: 60;
  transition: all 0.2s ease;
}
.season_btnlist .season_btn .btnon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.season_btnlist .season_btn.click .circle {
  background: #043918;
}
.season_btnlist .season_btn.click .circle::after {
  display: none;
}
.season_btnlist .season_btn.click .season_name {
  color: #fff;
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */