@charset "UTF-8";
html {
  overflow-y: scroll;
  height: 102%;
}

body {
  line-height: 1;
  color: #000;
}

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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #909090;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: #1F1F1F;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

a {
  color: #1F1F1F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-break: break-all;
}
a:hover {
  color: #E00017;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6em;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 0 0 25px;
  }
}

b {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

ul {
  margin: 10px 0;
}
ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 20px;
}

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

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

.center {
  text-align: center;
}

.copy-guard {
  pointer-events: none;
}

main {
  padding: 0 1.5rem 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  main {
    padding: 0 4rem 50px;
  }
}
@media screen and (min-width: 1025px) {
  main {
    width: calc(100% - 300px);
    position: relative;
    padding: 0 0 150px;
    min-height: 900px;
  }
}
main::before {
  position: fixed;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-img1.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  main::before {
    width: calc(100% - 300px);
    left: auto;
    right: 0;
  }
}
main::after {
  position: fixed;
  display: block;
  content: "";
  background-repeat: repeat;
  background-image: url(../img/common/bg-ptn.png);
  background-size: 264px 263px;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
}

/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  display: block;
  position: fixed;
  width: 22px;
  height: 50px;
  top: 15px;
  right: 15px;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .gnav-btn {
    right: 25px;
    width: 35px;
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn div {
  position: relative;
}

.gnav-btn span {
  display: block;
  height: 3px;
  background: #E00017;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gnav-btn span {
    height: 4px;
  }
}

.gnav-btn span:nth-child(1) {
  top: 0px;
}

.gnav-btn span:nth-child(2) {
  top: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gnav-btn span:nth-child(2) {
    top: 9px;
  }
}

.gnav-btn span:nth-child(3) {
  top: 14px;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .gnav-btn span:nth-child(3) {
    top: 18px;
  }
}

/*開閉ボタンopen時*/
.gnav-btn.btn_open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gnav-btn.btn_open span:nth-child(2) {
  width: 0;
  left: 50%;
}

.gnav-btn.btn_open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

/* GLOVAL_NAVI */
nav {
  display: none;
  top: 0;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 10;
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  nav {
    padding: 45px 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  nav {
    overflow: hidden;
    display: block;
    height: auto;
    padding: 25px 0 30px;
    margin-bottom: 20px;
  }
}
nav::before, nav::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/line-s.svg);
  background-size: 100%;
  height: 3.6vw;
  width: 60vw;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
}
@media screen and (min-width: 1025px) {
  nav::before, nav::after {
    height: 15px;
    width: 80%;
  }
}
nav::before {
  top: 0;
}
nav::after {
  bottom: 0;
  background-position: bottom center;
}
nav .header__gnav {
  margin: 0;
  position: relative;
}
nav .header__gnav__item {
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: block;
  color: #63190E;
  margin: 0;
}
@media screen and (min-width: 768px) {
  nav .header__gnav__item {
    font-size: 2.5rem;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  nav .header__gnav__item {
    font-size: 1.7rem;
    padding: 8px 0;
  }
}
nav .header__gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-weight: 600;
  color: #63190E;
}
@media screen and (min-width: 1025px) {
  nav .header__gnav__item a {
    position: relative;
    display: inline-block;
  }
  nav .header__gnav__item a:hover {
    color: #E00017;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  nav .header__gnav__item a::before {
    background: #E00017;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    margin: auto;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  nav .header__gnav__item a:hover::before {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
nav .header__gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #959595;
}

/* FOOTER */
footer {
  background-color: #F8F8F8;
  padding: 50px 0 80px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 80px 0 20px;
  }
}
footer__logo {
  margin: 0 auto;
  width: 170px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  footer__logo {
    width: 250px;
  }
}
footer__logo img, footer__logo a {
  width: 100%;
  display: block;
}
footer .bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 30px;
}
@media screen and (min-width: 1025px) {
  footer .bnr_area {
    padding: 0 0 30px;
  }
}
footer .bnr_area__banner {
  display: block;
  margin: 5px 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  footer .bnr_area__banner {
    margin: 0 10px;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  footer .bnr_area__banner {
    margin: 0 7px;
    width: 320px;
  }
}
footer .bnr_area__banner img {
  display: block;
  border: 1px solid #dcdcdc;
}
footer .bnr_area__banner--l {
  width: 90%;
}
@media screen and (min-width: 768px) {
  footer .bnr_area__banner--l {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  footer .bnr_area__banner--l {
    width: 500px;
  }
}
footer .sns-area {
  text-align: center;
  padding: 50px 0;
}
footer .sns-area__cap {
  margin: 0 0 20px;
}
footer .copyright {
  color: #63190E;
  line-height: 2em;
  font-size: 0.7rem;
  text-align: center;
  padding: 30px 0;
}

.gotop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.gotop img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .gotop {
    bottom: 50px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
}

/* HEADER */
.header {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header {
    background-size: 80%;
    background-position: top center;
    position: sticky;
    display: block;
    width: 300px;
  }
}
.header.open {
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__inner {
  background-image: url(../img/common/triangle.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top -2% center;
  padding: 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    background-size: 75%;
    padding: 25px 10px 80px;
    position: sticky;
    top: 0;
    width: 100%;
  }
}
.header__logo {
  width: 65%;
  margin: 0 auto 20px;
  max-width: 300px;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 100%;
    position: relative;
    margin: 0 0 15px;
  }
}
.header__logo h1 {
  margin: 0;
}
.header__logo h1 a {
  display: block;
}
.header__logo h1 a img {
  width: 100%;
}
.header__onair {
  width: 85%;
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
}
.header__onair img {
  width: 100%;
}
.header__exlink {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .header__exlink {
    margin-bottom: 30px;
  }
}
.header__exlink__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header__exlink__item {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__exlink__item {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
.header__exlink__item a {
  text-decoration: none;
  color: #63190E;
  position: relative;
  display: inline-block;
}
.header__exlink__item a::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon-link.svg);
  background-size: 100%;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__exlink__item a:hover {
  color: #E00017;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (min-width: 1025px) {
  .header__sns {
    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;
    gap: 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
  }
  .header__sns .sns_icon_list li {
    margin: 0 4px;
  }
}

.page-title {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin: 0 auto;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .page-title {
    height: 200px;
  }
}
.page-title__title {
  font-family: "Judson", serif;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  position: relative;
  color: #63190E;
  font-size: 4.5rem;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .page-title__title {
    font-size: 6.5rem;
  }
}
.page-title__title::first-letter {
  color: #E00017;
}
.page-title__title::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/fire.svg);
  background-size: 100%;
  bottom: -0.1em;
  right: -0.5em;
  height: 50px;
  width: 33px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page-title__title::after {
    height: 71px;
    width: 47px;
    bottom: -0.1em;
    right: -0.5em;
  }
}

/* Head */
.head--h2 {
  font-size: 1.6rem;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2rem;
  }
}
.head--h2--center {
  color: #63190E;
  text-align: center;
  background-image: url(../img/common/line-l.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 1.9rem;
  margin-bottom: 20px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .head--h2--center {
    padding-bottom: 25px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.head--h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .head--h3 {
    font-size: 1.8rem;
  }
}

.nh--2 {
  background-color: #f3d5d7;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #63190E;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .nh--2 {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}
.nh--3 {
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .nh--3 {
    font-size: 1.7rem;
    padding: 0;
  }
}

/* THUMB-MOVIE */
.thumb-movie {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.thumb-movie::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-movie.svg);
  height: 50px;
  width: 50px;
  background-size: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .thumb-movie::before {
    height: 70px;
    width: 70px;
  }
}
.thumb-movie::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
.thumb-movie:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* SNS SHARE */
.sns-area .sns_icon_list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.sns-area .sns_icon_list li {
  margin: 0 7px;
}
.sns-area .sns_icon_list li a {
  display: block;
}
.sns-area .sns_icon_list li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns-area__cap {
  margin-bottom: 0;
  position: relative;
  line-height: 0;
  padding-bottom: 7px;
  color: #63190E;
  font-size: 0.9em;
  display: inline-block;
}
.sns-area__cap::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/icon-share.svg);
  background-size: 100%;
  width: 13px;
  height: 18px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* SubNav */
.sub-nav {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sub-nav__ul {
  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;
  gap: 10px;
}
.sub-nav__li {
  width: 45%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sub-nav__li {
    width: 28%;
  }
}
.sub-nav__li--bd {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .sub-nav__li--bd {
    width: 15%;
  }
}
.sub-nav__li:has(.active) {
  background-color: #E00017;
}
.sub-nav__li a {
  background-color: rgba(255, 255, 255, 0.8);
  width: 70%;
  height: 40px;
  display: block;
  color: #E00017;
  text-align: center;
  line-height: 40px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 40px;
  border: solid #E00017 1px;
  transition: all 0.5s ease;
  margin: 0;
  width: 100% !important;
}
.sub-nav__li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E00017;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .sub-nav__li a {
    height: 50px;
    line-height: 50px;
    width: 250px;
  }
}

a > img {
  display: block;
  width: 100%;
}
a > img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* BUTTON */
.btn {
  background-color: rgba(255, 255, 255, 0.8);
  width: 70%;
  height: 40px;
  display: block;
  color: #E00017;
  text-align: center;
  line-height: 40px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 40px;
  border: solid #E00017 1px;
  transition: all 0.5s ease;
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E00017;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .btn {
    height: 50px;
    line-height: 50px;
    width: 250px;
  }
}

/* CONTENT */
.c-wrap {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 9px 7px rgba(69, 69, 69, 0.19);
          box-shadow: 0px 0px 9px 7px rgba(69, 69, 69, 0.19);
  position: relative;
  padding-top: calc(7vw + 10px);
  padding-bottom: calc(7vw + 10px);
}
@media screen and (min-width: 768px) {
  .c-box {
    padding-top: calc(3.5% + 10px);
    padding-bottom: calc(3.5% + 10px);
  }
}
@media screen and (min-width: 1025px) {
  .c-box {
    padding-top: calc(4% + 10px);
    padding-bottom: calc(4% + 10px);
  }
}
.c-box + .c-box {
  margin-top: 50px;
}
.c-box::after, .c-box::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/frame-s.svg);
  background-size: 100%;
  width: calc(100% - 10px);
  aspect-ratio: 23/2;
  margin: auto;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-box::after, .c-box::before {
    background-image: url(../img/common/frame-l.svg);
  }
}
.c-box::before {
  top: 10px;
}
.c-box::after {
  bottom: 10px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-box__inr {
  width: calc(100% - 10px);
  margin: 0 auto;
  background-image: url(../img/common/frame-side-s.svg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 2rem 40px;
}
@media screen and (min-width: 768px) {
  .c-box__inr {
    background-image: url(../img/common/frame-side-l.svg);
    padding: 20px 60px 60px;
  }
}

.news-list {
  margin-top: 0;
}
.news-list__item {
  position: relative;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 9px 7px rgba(69, 69, 69, 0.19);
          box-shadow: 0px 0px 9px 7px rgba(69, 69, 69, 0.19);
  outline: 1px solid #63190E;
  outline-offset: -7px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    margin-bottom: 15px;
  }
}
.news-list__item:hover {
  background-color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.news-list__item a {
  display: block;
  padding: 25px 32px 22px 15px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-list__item a {
    padding: 30px 45px 30px 40px;
  }
}
.news-list__item a::after {
  background-image: url(../img/common/arrow.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .news-list__item a::after {
    right: 30px;
    width: 15px;
    height: 22px;
  }
}
.news-list__item a:hover::after {
  -webkit-transform: translate(8px);
          transform: translate(8px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list__date {
  color: #E00017;
  font-size: 0.9em;
  margin: 0 0 5px;
  line-height: 1em;
  font-family: "Judson", serif;
}
.news-list__title {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .news-list__title {
    font-size: 1.2em;
  }
}

.icon--new {
  background-color: #E00017;
  border-radius: 4rem;
  color: #F7B12F;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}
@media screen and (min-width: 1025px) {
  .icon--new {
    top: -1rem;
    left: -2rem;
  }
}

.pager {
  text-align: center;
  margin-top: 50px;
}

.thumb-list {
  width: 80%;
  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;
  gap: 30px 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .thumb-list {
    width: 95%;
  }
}
.thumb-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumb-list__item {
    width: 30%;
  }
}
.thumb-list__item a {
  display: block;
  text-decoration: none;
}
.thumb-list__item a:hover {
  text-decoration: underline;
}
.thumb-list__item a:hover {
  opacity: 1;
}
.thumb-list__item a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-list__item__thumb {
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  border: solid 6px #1F1F1F;
  width: 100%;
  overflow: hidden;
}
.thumb-list__item__thumb img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thumb-list__item__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4em;
}

.back_idx {
  text-align: center;
  margin-top: 50px;
}

.news-detail__date {
  font-family: "Judson", serif;
  color: #E00017;
  margin-bottom: 10px;
}
.news-detail__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  background-image: url(../img/common/line-l.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    padding-bottom: 30px;
    font-size: 2.5rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    width: 700px;
    height: 400px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HEX-ICON */
.icon--hex {
  font-family: "Judson", serif;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  display: block;
  max-width: 120px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #E00017;
  margin: 0 auto 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.icon--hex:before,
.icon--hex:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.icon--hex:before {
  right: 100%;
  border-right-color: #E00017;
}

.icon--hex:after {
  left: 100%;
  border-left-color: #E00017;
}

/* IMAGES */
.img-box {
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .img-box {
    margin: 30px 0;
  }
}
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.font--red {
  color: #E00017;
}
.font--red_light {
  color: #ED3E50;
}
.font--brown {
  color: #63190E;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--l {
    font-size: 2.5rem;
  }
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.5rem;
  }
}
.font--s {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--s {
    font-size: 1.2rem;
  }
}

/* LIST */
.list--circle {
  margin-bottom: 20px;
}
.list--circle > li {
  margin-bottom: 10px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 20px;
}
.list--notice > li {
  margin-bottom: 7px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 1025px) {
  p:has(+ .list--notice) {
    margin-bottom: 10px;
  }
}

.table_list {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .table_list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.table_list dt, .table_list dd {
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .table_list dt, .table_list dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.3em;
  }
}
.table_list dt {
  color: #E00017;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.1em;
  padding: 20px 5px 10px;
}
@media screen and (min-width: 1025px) {
  .table_list dt {
    padding: 20px 10px;
    width: 10em;
    border-bottom: 1px solid #dcdcdc;
  }
}
.table_list dd {
  padding: 0 5px 20px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .table_list dd {
    padding: 20px 10px 20px;
    width: calc(100% - 11em);
  }
}

.head--h2 + .table_list {
  border-top: none;
}

/*========= 頁遷移 ===============*/
body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fuContent {
  -webkit-animation-name: fuContentAnime;
          animation-name: fuContentAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*========= ローディング画面 ===============*/
.splash, .splash-logo, .splashbg1, .splashbg2 {
  display: none;
}

.top .splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #1F1F1F;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  display: block;
}

.top .splash-logo {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .top .splash-logo {
    width: 300px;
  }
}
.top .splash-logo img {
  width: 100%;
}
.top .splash-logo p {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  font-family: "Judson", serif;
  letter-spacing: 0.3em;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========= 画面遷移 ===============*/
body.top {
  background: #1F1F1F;
}

body.appear.top {
  background-color: #fff;
  background-image: url(../img/common/bg-body.jpg);
  background-size: 100%;
}

/*画面遷移アニメーション*/
.top .splashbg1,
.top .splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*右に消えるエリア*/
body.appear .splashbg1 {
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #1F1F1F; /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*左に消えるエリア*/
body.appear.top .splashbg2 {
  -webkit-animation-name: PageAnime2;
          animation-name: PageAnime2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #1F1F1F; /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
.top .anime-container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear.top .anime-container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* modaal */
.modaal-image .modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
}
.modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
    height: 40px;
  }
}
.modaal-image .modaal-close:hover {
  background: transparent;
}
.modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:hover:before, .modaal-image .modaal-close:hover:after {
  background: #E00017;
}

.modaal-video-wrap {
  margin: auto 0 !important;
}
@media screen and (min-width: 768px) {
  .modaal-video-wrap {
    margin: auto 50px !important;
  }
}

.flex {
  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;
  gap: 20px 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
.flex img, .flex .img-box {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .flex--2col > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}/*# sourceMappingURL=style.css.map */