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

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-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #53310B;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-size: 79%;
  background-color: #F8F4E7;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-size: 400px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

a {
  color: #53310B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
a:hover {
  color: #D42C24;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

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

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

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

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

b {
  font-weight: 700;
}

hr {
  border-top: 1px solid #EAD2AC;
}

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

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

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

.center {
  text-align: center;
}

.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 {
  display: block;
  max-width: 100%;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* MAIN */
.main {
  min-height: 500px;
  padding-bottom: 100px;
}

/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  background-color: #D42C24;
  border-radius: 0 0 20px 0;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .gnav-btn {
    width: 90px;
    height: 90px;
    padding: 30px 25px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn div {
  position: relative;
}

.gnav-btn span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  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: 5px;
  }
}

.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: 11px;
  }
}

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

/*開閉ボタンopen時*/
.open .gnav-btn span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .open .gnav-btn span:nth-child(1) {
    top: 10px;
  }
}

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

.open .gnav-btn span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .open .gnav-btn span:nth-child(3) {
    top: 10px;
  }
}

/* GLOVAL_NAVI */
.gnav {
  display: none;
  background-color: #F8F4E7;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .gnav {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .gnav {
    background-color: transparent;
    display: block;
    height: 100%;
    width: 82%;
    max-width: 1000px;
    position: relative;
    padding: 0;
    overflow: visible;
  }
}
.gnav__logo {
  margin: 30px auto 40px;
  text-align: center;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .gnav__logo {
    margin: 0 auto 60px;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__logo {
    display: none;
  }
}
.gnav__logo a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.gnav__list {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .gnav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    height: 100%;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.gnav__item {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  display: block;
  background-color: #8F5F2A;
  color: #fff;
  position: relative;
  width: 12em;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    width: 14em;
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__item {
    width: auto;
    padding: 0 1.5%;
    margin-bottom: 0;
    font-size: 2.1rem;
  }
}
.gnav__item:hover {
  background-color: #D42C24;
}
.gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2rem;
  width: 100%;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .gnav__item a {
    padding: 25px 25px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__item a {
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    padding: 15px 20px;
  }
}
.gnav__item a:hover {
  color: #fff;
}
.gnav__item a.nolink {
  text-decoration: none;
  line-height: 1em;
  pointer-events: none;
  color: #bababa;
}
@media screen and (min-width: 1025px) {
  .gnav__item a.nolink {
    color: #c3ac34;
  }
}
.gnav__item--twitter {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter {
    margin-top: 0;
  }
}
.gnav__item::after {
  background-image: url(../img/common/icon-heart.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .gnav__item::after {
    top: 0;
    bottom: 0;
    right: -4px;
    left: auto;
  }
}
.gnav__item:nth-child(even)::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .gnav__item:nth-child(even)::after {
    display: block;
  }
}
.gnav__item:last-child::after {
  display: none;
}

/* FOOTER */
.footer {
  position: relative;
  padding: 50px 0;
  background-color: #659519;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
}
.footer .footer-pandorobou {
  position: absolute;
  display: block;
  bottom: 0;
  left: 10px;
  width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer .footer-pandorobou {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer-pandorobou {
    bottom: auto;
    top: -130px;
    width: 299px;
  }
}
.footer .banner-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: 50px 0 30px;
  width: 70%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer .banner-area {
    width: 100%;
  }
}
.footer .banner-area__banner {
  display: block;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .footer .banner-area__banner {
    display: inline-block;
    margin: 0 10px 20px;
  }
}
.footer .banner-area__banner img {
  display: block;
  border: 1px solid #EAD2AC;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer .banner-area__banner img {
    width: auto;
    height: 90px;
  }
}

.footer__copyright {
  line-height: 2em;
  font-size: 0.8rem;
  text-align: center;
  padding: 30px 0 100px;
}
@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 1.1rem;
    padding: 60px 0 50px;
  }
}

.gotop {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: auto;
}
.gotop img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .gotop {
    width: 85px;
  }
}

/* HEADER */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 60px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 0 80px;
    height: 110px;
  }
  .header.scrolled {
    height: 80px;
  }
}
.header__logo {
  width: 50px;
  margin: 0 auto;
  overflow: hidden;
  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;
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    display: block;
    width: 18%;
    max-width: 230px;
    height: auto;
    position: relative;
    margin: 0;
  }
}
.header__logo h1 {
  margin: 0;
}
.header__logo h1 a {
  display: block;
}
.header__logo h1 a img {
  width: 100%;
}
.header__ticket-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn {
    top: auto;
    right: auto;
    position: relative;
    width: 200px;
    height: 50px;
  }
}
.header__ticket-btn a.ticket-btn {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  line-height: 1em;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  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;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn a.ticket-btn {
    font-size: 1.6rem;
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 1.3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}
.header__ticket-btn a.ticket-btn .icon-ticket {
  width: 15px;
  height: 12px;
  background-image: url(../img/common/icon-ticket.svg);
  background-size: 100%;
  margin-right: 5px;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn a.ticket-btn .icon-ticket {
    width: 23px;
    height: 19px;
    margin-right: 10px;
  }
}

.page-title {
  background-color: #fff;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  border-radius: 0 0 60px 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title {
    background-size: cover;
    height: 170px;
    border-radius: 0 0 100px 100px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title {
    height: 330px;
    margin-bottom: 70px;
  }
}
.page-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 41px;
  background-image: url(../img/common/pan2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .page-title::after {
    width: 80px;
    height: 70px;
    bottom: -30px;
  }
}
.page-title__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .page-title__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title__title {
    padding-top: 80px;
    font-size: 6rem;
  }
}
.page-title__title span {
  display: block;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .page-title__title span {
    font-size: 1.6rem;
  }
}

/* Head */
.head--h1--bar {
  font-size: 1.8rem;
  background: #EAD2AC;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: solid 5px #8F5F2A;
}
@media screen and (min-width: 768px) {
  .head--h1--bar {
    font-size: 2.7rem;
    padding: 15px 20px;
    border-left: solid 10px #8F5F2A;
  }
}
.head--h2 {
  font-size: 1.8rem;
  border-bottom: 2px dotted #EAD2AC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.head--h3 {
  font-size: 1.8rem;
  color: #8F5F2A;
  margin: 30px 0 15px 0;
  padding-left: 15px;
  border-left: 4px solid #F68F1E;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .head--h3 {
    font-size: 2rem;
    margin: 35px 0 20px 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .head--h3 {
    font-size: 2.2rem;
    margin: 40px 0 25px 0;
    padding-left: 25px;
  }
}
.head--h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .head--h4 {
    font-size: 1.9rem;
  }
}
.head--h4--bg {
  display: inline-block;
  background-color: #EAD2AC;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  line-height: 1em;
}
.head--center {
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .head--center {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 2.5rem;
  }
}

.title-section {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .title-section {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .title-section {
    font-weight: 600;
    font-size: 4.8rem;
  }
}
.title-section__jp {
  font-size: 1.5rem;
  display: block;
  padding-top: 10px;
  line-height: 1em;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .title-section__jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .title-section__jp {
    font-size: 2rem;
  }
}

.pan-title {
  display: block;
  width: 45px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .pan-title {
    width: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pan-title {
    width: 80px;
  }
}

.news-h2 {
  font-size: 1.7rem;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: 500;
  background-color: #FAE7ED;
}
@media screen and (min-width: 1025px) {
  .news-h2 {
    padding: 7px 10px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.news-h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .news-h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

/* SNS SHARE */
.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-area__label {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}

.sns-area__icon-list ul {
  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__icon-list li {
  margin: 0 10px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SubNav */
.sub-nav {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.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: 48%;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
}
.sub-nav--li a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 50px;
  background-color: #D42C24;
  width: 70%;
  max-width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 25px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  .sub-nav--li a {
    height: 70px;
    line-height: 70px;
  }
}
.sub-nav--li a:hover {
  opacity: 0.6;
}
.sub-nav--li 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;
  line-height: 1.2em;
  height: 100%;
}
.sub-nav--li button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  font-size: 0.9em;
  letter-spacing: -0.02em;
  background-color: #8F5F2A;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .sub-nav--li button {
    padding: 10px 20px;
    font-size: 1em;
  }
}
.sub-nav--li button:hover {
  background-color: #D42C24;
}
.sub-nav--li button.unavailable {
  pointer-events: none;
  color: #959595;
  cursor: none;
}
.sub-nav--li button.active {
  background: #D42C24;
}
.sub-nav--li button.fin {
  background: #959595;
}
.sub-nav--li button .font--s {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sub-nav--li {
    width: 30%;
  }
}
.sub-nav--li::before {
  display: none;
}

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 a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 50px;
  background-color: #D42C24;
  width: 70%;
  max-width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 25px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  .btn a {
    height: 70px;
    line-height: 70px;
  }
}
.btn a:hover {
  opacity: 0.6;
}

/* CONTENT */
.section-article {
  margin-top: -130px;
  padding-top: 130px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .section-article {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

.content-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .content-inner {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .content-inner {
    padding: 0;
  }
}
.content-inner + .content-inner,
.content-inner + .card {
  margin-top: 50px;
}
.content-inner--wide {
  max-width: 1200px;
}

.card {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 1.7rem;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(78, 77, 76, 0.082);
          box-shadow: 0px 0px 5px 0px rgba(78, 77, 76, 0.082);
}
@media screen and (min-width: 768px) {
  .card {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .card {
    border-radius: 35px;
    padding: 40px 70px;
  }
}
.card + .card,
.card + .content-inner {
  margin-top: 50px;
}
.card .section-article:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.card .section-article:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.card .head--h2:first-child {
  margin-top: 0;
}

.pan-line {
  position: relative;
  background-image: url(../img/common/pan-line-l.png), url(../img/common/pan-line-r.png);
  background-repeat: no-repeat;
  background-size: 55% 25vw;
  background-position: left -10vw top 0, right -10vw top 0;
  border-radius: 50px 50px 0 0;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .pan-line {
    padding-top: 100px;
    border-radius: 80px 80px 0px 0px;
    background-size: 300px 133px;
    background-position: left -25px top -10px, right -25px top -10px;
  }
}
@media screen and (min-width: 1025px) {
  .pan-line {
    padding-top: 100px;
    border-radius: 80px 80px 0px 0px;
    background-size: 403px 173px;
    background-position: left -25px top -10px, right -25px top -10px;
  }
}

.news-list {
  margin-top: 0;
  border-top: 2px dashed #EAD2AC;
}
.news-list .news-item {
  border-bottom: 2px dashed #EAD2AC;
  position: relative;
  margin-bottom: 0;
}
.news-list .news-item a {
  display: block;
  padding: 15px 28px 15px 0;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-list .news-item a {
    padding: 25px 50px 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
.news-list .news-item a::after {
  background-image: url(../img/common/arrow-newslist.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .news-list .news-item a::after {
    right: 20px;
    width: 15px;
    height: 25px;
  }
}
.news-list .news-item a:hover {
  color: #D42C24;
}
.news-list .news-item a .news-date {
  color: #D42C24;
  padding-bottom: 7px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .news-list .news-item a .news-date {
    width: 4em;
  }
}
.news-list .news-item a .news-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #53310B;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .news-list .news-item a .news-title {
    font-size: 2rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .news-list .news-item a .news-title {
    line-height: 1.4em;
  }
}
.news-list .news-item a .news-title:hover {
  color: #D42C24;
}

.icon--new {
  display: inline-block;
  background-color: #D42C24;
  padding: 3px 5px;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1em;
  height: 1em;
  width: 4em;
  border-radius: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.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%;
    gap: 50px 5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.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;
  color: #53310B;
}
.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: 10px;
  border: solid 4px #fff;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.thumb-list__item__thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.thumb-list__item__title {
  line-height: 1.4em;
}

.back_idx {
  text-align: center;
  margin-top: 50px;
}
.back_idx .btn::before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .back_idx .btn::before {
    display: none;
  }
}

.news-detail__date {
  color: #959595;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .news-detail__date {
    font-size: 1.7rem;
  }
}
.news-detail__title {
  font-size: 2.2rem;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 2px dashed #EAD2AC;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    padding-bottom: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
  border: solid 6px #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    -webkit-box-shadow: 20px 20px 0px 0px #000000;
            box-shadow: 20px 20px 0px 0px #000000;
    outline-offset: -15px;
    padding: 30px 60px 60px;
    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;
}

/* IMAGES */
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.img-box.center img {
  margin: 10px auto;
}

/* COMING SOON */
.coming-soon {
  text-align: center;
  margin: 100px auto;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #959595;
}
@media screen and (min-width: 1025px) {
  .coming-soon {
    margin: 200px auto;
  }
}

.font--red {
  color: #D42C24;
}
.font--red_light {
  color: #E83131;
}
.font--blue {
  color: #40C1D8;
}
.font--pink {
  color: #EE5A95;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .font--l {
    font-size: 1.8rem;
  }
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.6rem;
  }
}
.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: 10px;
}
.list--circle > li {
  margin-bottom: 10px;
  line-height: 1.6em;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list--circle > li {
    line-height: 1.8em;
  }
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 40px;
}
.list--notice > li {
  margin-bottom: 7px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .list--notice > li {
    font-size: 1.4rem;
  }
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.table_list {
  border-top: 2px dashed #EAD2AC;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
@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 {
  font-weight: 700;
  font-size: 1.2em;
  padding: 20px 5px 10px;
}
@media screen and (min-width: 1025px) {
  .table_list dt {
    padding: 20px 10px;
    width: 10em;
    border-bottom: 2px dashed #EAD2AC;
    font-size: 1em;
  }
}
.table_list dt span {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
  border-radius: 1px;
}
@media screen and (min-width: 1025px) {
  .table_list dt span {
    padding: 8px 15px;
    line-height: 1em;
  }
}
.table_list dd {
  padding: 0 5px 20px;
  border-bottom: 2px dashed #EAD2AC;
}
@media screen and (min-width: 1025px) {
  .table_list dd {
    padding: 20px 10px 20px;
    width: calc(100% - 10em);
  }
}
.table_list dd p {
  line-height: 1.5em;
}

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

.table_basic th {
  background-color: #333333;
  color: white;
  border: solid 1px #333333;
}
.table_basic td {
  background-color: #CCCCCC;
  border: solid 1px #959595;
}
.table_basic td, .table_basic th {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*========= 頁遷移 ===============*/
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);
  }
}
.fuContent-right {
  -webkit-animation-name: fuContentAnime-right;
          animation-name: fuContentAnime-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fuContentAnime-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fuContent-left {
  -webkit-animation-name: fuContentAnime-left;
          animation-name: fuContentAnime-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fuContentAnime-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 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: #D42C24;
}