@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

/* 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: 0;
  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 */
}

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

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

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

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

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

/* # =================================================================
     # 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* base color */
/* text */
/* link */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

div,
li,
dt,
dd,
th,
td {
  word-break: normal;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 1200px) {
  div,
  li,
  dt,
  dd,
  th,
  td {
    font-size: 1.7rem;
  }
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

a {
  cursor: pointer;
}

/* header */
header {
  text-align: center;
}

.l-header {
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(51, 59, 36, 0.8);
  position: fixed;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1200px) {
  .l-header {
    padding: 0 50px;
  }
}

.l-header h1 img {
  max-width: 140px;
  margin-top: 10px;
  max-block-size: -10px;
}

.l-header .c-mnav {
  display: none;
  padding-top: 50px;
}

@media screen and (min-width: 1200px) {
  .l-header .c-mnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}

.l-header .c-mnav li {
  list-style: none;
  font-size: 1.6rem;
  cursor: pointer;
}

.l-header .c-mnav li a {
  display: block;
  margin: 0 1em;
  padding: 1em 0;
  color: white;
  text-decoration: none;
}

.l-header .c-mnav li a:hover {
  color: #EAE3C6;
}

.l-header .c-mnav.navion {
  display: block;
}

@media screen and (min-width: 1200px) {
  .l-header .c-mnav.navion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: auto;
    padding-top: inherit;
  }
}

/* footer */
.l-footer {
  padding-bottom: 40px;
  background: #333b24;
  color: white;
  text-align: center;
}

.l-footer .eirin-logo {
  width: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer .eirin-logo {
    width: 60px;
  }
}

.l-footer .footer-title {
  padding-top: 30px;
  font-size: calc(3.4rem * .7);
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .l-footer .footer-title {
    font-size: 3.4rem;
    padding-top: 70px;
  }
}

.l-footer .footer-info {
  font-size: calc(3.4rem * .7);
}

@media screen and (min-width: 768px) {
  .l-footer .footer-info {
    font-size: 3.4rem;
  }
}

.l-footer .footer-info span {
  margin: 0 .1em;
}

.l-footer .copy {
  font-size: 1.4rem;
}

/* container */
.c-container-top {
  margin: 0 20px;
  width: calc(100% - 40px);
  padding: 48px 0;
}

@media screen and (min-width: 1200px) {
  .c-container-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 0;
  }
}

/* container */
.c-container {
  margin: 0 20px;
  width: calc(100% - 40px);
  padding: 48px 0;
}

@media screen and (min-width: 1200px) {
  .c-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 0;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .c-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-flex-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-flex-tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-title-manzokudo {
  text-align: center;
  font-size: calc(4.8rem * .5);
  background: url(../image/bg-pat02.jpg) repeat 0 0;
  background-size: 1000px;
  padding: 0.5em 0;
  line-height: 1.3;
}

/* title */
.c-title {
  text-align: center;
  font-size: calc(4.8rem * .5);
  background: url(../image/bg-pat02.jpg) repeat 0 0;
  background-size: 1000px;
  padding: 1em 0;
  line-height: 1.3;
}

@media screen and (min-width: 480px) {
  .c-title {
    font-size: calc(4.8rem * .6);
  }
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: calc(4.8rem * .7);
  }
}

@media screen and (min-width: 992px) {
  .c-title {
    padding: 2em 0;
    font-size: 4.8rem;
  }
}

.c-title__sub {
  display: block;
  font-size: 1.6rem;
}

.c-subtitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: calc(4.6rem * .4);
}

@media screen and (min-width: 480px) {
  .c-subtitle {
    font-size: calc(4.6rem * .7);
  }
}

@media screen and (min-width: 768px) {
  .c-subtitle {
    font-size: calc(4.6rem * .5);
  }
}

@media screen and (min-width: 1200px) {
  .c-subtitle {
    font-size: 4.6rem;
  }
}

.c-subtitle-event {
  margin-bottom: 40px;
  text-align: center;
  font-size: calc(3rem * .4);
}

@media screen and (min-width: 480px) {
  .c-subtitle-event {
    font-size: calc(3rem * .7);
  }
}

@media screen and (min-width: 768px) {
  .c-subtitle-event {
    font-size: calc(3rem * .5);
  }
}

@media screen and (min-width: 1200px) {
  .c-subtitle-event {
    font-size: 3rem;
  }
}

.c-linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  height: 60px;
  background: #E4531A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1200px) {
  .c-linkbtn {
    width: 40%;
    height: 100px;
    font-size: 2rem;
  }
}

.c-linkbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-decoration: none;
}

.c-linkbtn .ico-external {
  width: 24px;
  margin-left: .5em;
}

.c-linkbtn:hover {
  background: #EAE3C6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-txlink {
  color: #0074BF;
  font-family: "Noto Sans JP", sans-serif;
}

/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .menu_btn {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 10px;
  width: 41px;
  height: 41px;
  top: 11px;
  z-index: 999;
  border-radius: 3px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media screen and (min-width: 1200px) {
  #mainnavi .menu_btn {
    display: none;
  }
}

#mainnavi .menu_btn:hover {
  cursor: pointer;
}

#mainnavi .menu_btn .hambgr {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background: white;
  z-index: 999;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#mainnavi .menu_btn .hambgr:before {
  content: "";
  display: block;
  margin: -10px auto 0;
  width: 35px;
  height: 4px;
  background: white;
}

#mainnavi .menu_btn .hambgr:after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 35px;
  height: 4px;
  background: white;
}

#mainnavi .menu_btn .hambgr.hbg_close {
  display: inline-block;
  position: absolute;
  margin: auto;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background: white;
  z-index: 999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mainnavi .menu_btn .hambgr.hbg_close:before {
  content: "";
  display: block;
  margin: -10px auto 0;
  width: 35px;
  height: 0px;
  background: white;
}

#mainnavi .menu_btn .hambgr.hbg_close:after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 35px;
  height: 4px;
  background: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 58% 0;
          transform-origin: 58% 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .menu_btn {
    top: 20px;
  }
}

/* bg */
.u-bg-pat01 {
  background: url(../image/bg-pat01.jpg) repeat 0 0;
  background-size: 965px;
}

.u-bg-pat02 {
  background: url(../image/bg-pat02.jpg) repeat 0 0;
  background-size: 965px;
}

.u-bg-pat03 {
  background: url(../image/bg-pat03.jpg) repeat 0 0;
  background-size: 710px;
}

.u-bg-pat04 {
  background: url(../image/bg-pat04.jpg) repeat 0 0;
  background-size: 965px;
}

.u-sp-disp {
  display: block;
}

@media screen and (min-width: 1200px) {
  .u-sp-disp {
    display: none;
  }
}

.u-fontsize-l {
  font-size: 1.5em;
}

/* mainvisual */
.mainvisual {
  min-height: 568px;
  height: 100vh;
  background: url(../image/mainimage.jpg) no-repeat 39% top;
  background-size: cover;
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
}

@media screen and (min-width: 768px) {
  .mainvisual {
    min-height: 768px;
    background: url(../image/mainimage.jpg) no-repeat center top;
    background-size: cover;
  }
}

.mainvisual__title {
  position: absolute;
  bottom: 35%;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .mainvisual__title {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__title {
    width: 70%;
    bottom: 20%;
  }
}

@media screen and (min-width: 992px) {
  .mainvisual__title {
    bottom: 24%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .mainvisual__title {
    width: 60%;
    bottom: 78px;
  }
}

.mainvisual__catch {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 40%;
}

@media screen and (min-width: 480px) {
  .mainvisual__catch {
    width: 23%;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__catch {
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .mainvisual__catch {
    width: 20%;
    top: 15%;
    right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .mainvisual__catch {
    width: 15%;
    top: 15%;
    right: 50px;
  }
}

.mainvisual__date {
  width: 40%;
  position: absolute;
  bottom: 40px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 480px) {
  .mainvisual__date {
    width: 28%;
    left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__date {
    width: 30%;
    left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .mainvisual__date {
    width: 30%;
    left: 50px;
  }
}

.mainvisual__date .date01 img {
  position: relative;
  top: 20px;
  left: 0;
}

@media screen and (min-width: 480px) {
  .mainvisual__date .date01 img {
    max-width: 200px;
    left: -20px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__date .date01 img {
    left: -25px;
  }
}

@media screen and (min-width: 992px) {
  .mainvisual__date .date01 img {
    left: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .mainvisual__date .date01 img {
    max-width: 230px;
    left: 30px;
    top: 50px;
  }
}

.mainvisual__date .date02 img {
  position: relative;
  z-index: 0;
}

.mainvisual__actor {
  position: absolute;
  right: 20px;
  bottom: 40px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.4);
}

.mainvisual__actor dt {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: .3em;
}

@media screen and (min-width: 480px) {
  .mainvisual__actor dt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__actor dt {
    font-size: 1.8rem;
  }
}

.mainvisual__actor dd {
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .mainvisual__actor dd {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__actor dd {
    font-size: 1.8rem;
  }
}

.mainvisual__actor dd li {
  display: inline-block;
  font-size: 1.7rem;
}

@media screen and (min-width: 480px) {
  .mainvisual__actor dd li {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual__actor dd li {
    font-size: 2rem;
  }
}

.mainvisual__actor dd li:not(:last-of-type) {
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .mainvisual__actor {
    font-size: 2rem;
  }
}

/* intro */
.intro-area {
  text-align: center;
}

.intro-area .c-title {
  padding-top: 0;
  background: transparent;
  line-height: 1.1;
}

.intro-area h3 {
  margin-bottom: calc(40px * .7);
  text-align: center;
  font-size: calc(3.6rem * .4);
  background: transparent;
}

@media screen and (min-width: 480px) {
  .intro-area h3 {
    font-size: calc(3.6rem * .5);
  }
}

@media screen and (min-width: 768px) {
  .intro-area h3 {
    font-size: calc(3.6rem * .8);
  }
}

@media screen and (min-width: 1200px) {
  .intro-area h3 {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}

.intro-area h3 span {
  display: block;
  font-size: calc(4.6rem * .5);
}

@media screen and (min-width: 768px) {
  .intro-area h3 span {
    font-size: calc(4.6rem * .8);
  }
}

@media screen and (min-width: 1200px) {
  .intro-area h3 span {
    display: inline-block;
    font-size: 4.6rem;
  }
}

.intro-area__youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 992px) {
  .intro-area__youtube {
    max-width: 940px;
    margin: 0 auto;
  }
}

.intro-area__youtube div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.intro-area__youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

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

.theater-area__place ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .theater-area__place ul {
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .theater-area__place ul {
    width: 54%;
  }
}

.theater-area__place ul li {
  padding: 0 .2em;
}

.theater-area__place ul li:not(:last-of-type):after {
  content: "、";
  padding-left: .1em;
}

.theater-area .c-linkbtn {
  margin-top: 40px;
}

.theater-area__special .c-container {
  padding-top: 0;
}

.theater-area__special__place {
  margin-bottom: 30px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .theater-area__special__place {
    width: 80%;
    margin: 0 auto 60px;
    padding: 40px;
  }
}

.theater-area__special__place div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .1em 0;
  padding: .1em 0;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.theater-area__special__place div dt {
  max-width: 4em;
  width: 4em;
  margin-right: .5em;
  padding: 0 .5em;
  background: #EAE3C6;
  text-align: center;
}

.theater-area__special__place div dd {
  margin: 0 .5em;
}

.theater-area__special__place h4 {
  background: #EAE3C6;
  padding: .3em 1em;
}

.theater-area__special__place ul {
  margin: 1em .5em;
}

.theater-area__special__place ul li {
  margin: .3em 0;
  padding: .5em;
}

.theater-area__special__place ul li:not(:last-of-type) {
  border-bottom: 1px solid #EAE3C6;
}

.theater-area__special__place ul .special-date {
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .theater-area__special__place ul .special-date {
    min-width: 28%;
    max-width: 28%;
    margin-right: 1em;
  }
}

.theater-area__special__place ul .special-time {
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .theater-area__special__place ul .special-time {
    min-width: 17%;
    max-width: 17%;
    margin-right: 1em;
  }
}

.theater-area .c-txlink {
  text-align: center;
  font-size: 1.8rem;
}

.theater-area .c-title {
  position: relative;
}

.theater-area .c-title::after {
  content: "";
  display: block;
  width: calc(212px * .4);
  height: calc(196px * .4);
  background: url(../image/kirinuki-cb.png) no-repeat 0 0;
  background-size: calc(212px* .4) auto;
  position: absolute;
  right: .5%;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .theater-area .c-title::after {
    width: 212px;
    height: 196px;
    background: url(../image/kirinuki-cb.png) no-repeat 0 0;
    background-size: 212px auto;
    right: 10%;
  }
}

.theater-area::after {
  content: "";
  display: block;
  width: calc(297px * .4);
  height: calc(190px * .4);
  background: url(../image/kirinuki-bou2.png?timestamp=20211130) no-repeat 0 0;
  background-size: calc(297px * .4) auto;
  position: absolute;
  left: .5%;
  bottom: -30px;
}

@media screen and (min-width: 992px) {
  .theater-area::after {
    width: 297px;
    height: 190px;
    background: url(../image/kirinuki-bou2.png?timestamp=20211130) no-repeat 0 0;
    background-size: 297px auto;
    right: 10%;
    bottom: -20px;
  }
}

/* story */
.story-area .c-title {
  background: url(../image/bg-pat04.jpg) repeat 0 0;
  color: white;
}

.story-area .c-subtitle {
  margin-top: 48px;
}

@media screen and (min-width: 1200px) {
  .story-area .c-subtitle {
    margin-top: 96px;
  }
}

.story-area h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: calc(2.4rem * .8);
}

@media screen and (min-width: 992px) {
  .story-area h4 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

.story-area h4 br {
  display: none;
}

@media screen and (min-width: 992px) {
  .story-area h4 br {
    display: block;
  }
}

.story-area figure {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .story-area figure {
    margin-bottom: 0;
    width: calc(40% - 20px);
  }
}

@media screen and (min-width: 992px) {
  .story-area figure {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
}

.story-area__tx {
  margin-left: 20px;
  margin-right: 15px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .story-area__tx {
    width: calc(60% - 40px);
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .story-area__tx {
    width: calc(50% - 40px);
    margin-right: 100px;
    margin-left: 40px;
  }
}

.story-area__tx h4 {
  text-align: left;
}

.story-area__tx p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .story-area__tx p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .story-area__tx p {
    font-size: 1.6rem;
  }
}

.story-area .slider {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .story-area .slider {
    margin-top: 96px;
  }
}

/* comments */
.comments-area {
  background: #f5f5f5;
}

.comments-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comments-area__list li {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px;
  background: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .comments-area__list li {
    padding: 40px;
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}

.comments-area__list:last-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.comments-area__list__text {
  margin-bottom: .5em;
}

.comments-area__list__name {
  text-align: right;
  font-weight: 800;
  margin-left: auto;
  margin-top: auto;
}

/* sns-area */
.sns-area {
  background: rgba(51, 59, 36, 0.46);
}

.sns-area__tw {
  background: #00ACEE;
}

.sns-area__tw .ico-image {
  margin-right: .1em;
  width: calc(46px *.6);
}

@media screen and (min-width: 992px) {
  .sns-area__tw .ico-image {
    width: 46px;
  }
}

.no-wrap {
  display: inline-block; /* インラインブロック化 */
}
/*# sourceMappingURL=style.css.map */