@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: "M PLUS 1", sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #641B0C;
  background-color: #F7F5F0;
  background-image: url(../img/common/bg-pattern.png);
  background-attachment: fixed;
  background-size: 120%;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .wrap {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
}
.wrap::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/logo-stamp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 80vw;
  height: 80vw;
  position: fixed;
  top: -10vw;
  right: -20vw;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .wrap::before {
    width: 650px;
    height: 650px;
    top: -150px;
    right: -150px;
  }
}

.section {
  padding: 40px 0;
}
@media screen and (min-width: 1025px) {
  .section {
    padding: 60px 0;
  }
}

a {
  color: #641B0C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-break: break-all;
}
a:hover {
  color: #E5006E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-family: "M PLUS 1", sans-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: "M PLUS 1", sans-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-bottom: 100px;
  padding-top: 30px;
  background-image: url(../img/common/line-deco.svg);
  background-repeat: repeat-x;
  background-size: 14px auto;
  background-position: top 0 center;
}
@media screen and (min-width: 1025px) {
  .main {
    padding-top: 34px;
    padding-bottom: 200px;
    background-size: 19px auto;
  }
}

/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .gnav-btn {
    width: 80px;
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn div {
  position: relative;
  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;
  gap: 3px 0;
  width: 100%;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .gnav-btn div {
    height: 25px;
    gap: 4px 0;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn div {
    height: 25px;
    gap: 5px 0;
  }
}

.gnav-btn span {
  display: block;
  height: 3px;
  background-color: #E5006E;
  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 p {
  font-size: 0.8rem;
  text-align: center;
  color: #E5006E;
  line-height: 0.8rem;
  padding-top: 3px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .gnav-btn p {
    font-size: 1.2rem;
    padding-top: 7px;
  }
}

.gnav-btn span:nth-child(2) {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*開閉ボタンopen時*/
.gnav-btn.btn_open span {
  position: absolute;
  top: 5px;
}

.gnav-btn.btn_open span:nth-child(1) {
  -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) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

/* GLOVAL_NAVI */
.navigation {
  display: none;
  width: 100%;
  z-index: 10;
  position: relative;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 70px;
  overflow-y: scroll;
}
.navigation.open {
  display: block;
}
@media screen and (min-width: 768px) {
  .navigation {
    padding: 45px 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  .navigation {
    width: calc(100% + 17px);
    display: block;
    margin: 0 -17px 0 0;
    padding: 0 17px 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
  }
}
.navigation .header__gnav {
  margin: 0 auto 30px;
  width: 80%;
  max-width: 500px;
  position: relative;
  border-top: 1px solid #D6D6D6;
}
@media screen and (min-width: 1025px) {
  .navigation .header__gnav {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto 30px;
  }
}
.navigation .header__gnav__item {
  position: relative;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: block;
  color: #641B0C;
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (min-width: 768px) {
  .navigation .header__gnav__item {
    font-size: 2.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .navigation .header__gnav__item {
    font-size: 2rem;
    padding: 0;
    margin: 0;
  }
}
.navigation .header__gnav__item.gnav__sub__parent {
  cursor: pointer;
  padding: 20px 0;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .navigation .header__gnav__item.gnav__sub__parent {
    padding: 20px 0;
  }
}
.navigation .header__gnav__item.gnav__sub__parent:hover {
  color: #E5006E;
}
.navigation .header__gnav__item::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/gnav-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .navigation .header__gnav__item::before {
    height: 20px;
    top: 20px;
    right: 0;
  }
}
.navigation .header__gnav__item.gnav-ex::before {
  background-image: url(../img/common/gnav-ex.svg);
}
.navigation .header__gnav__item.gnav-plus::before {
  background-image: url(../img/common/gnav-plus.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation .header__gnav__item.gnav-plus.open::before {
  background-image: url(../img/common/gnav-minus.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation .header__gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  color: #641B0C;
  padding: 20px 0;
}
.navigation .header__gnav__item a:hover {
  color: #E5006E;
}
@media screen and (min-width: 1025px) {
  .navigation .header__gnav__item a {
    padding: 20px 0;
  }
}
.navigation .header__gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  color: #959595;
}
.navigation .gnav__sub {
  background-color: #F7F5F0;
  display: none;
  margin: 20px 0 0 0;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .navigation .gnav__sub {
    padding: 0;
  }
}
.navigation .gnav__sub.open {
  display: block;
}
.navigation .gnav__sub .gnav__sub__item {
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  color: #641B0C;
  border-bottom: 1px solid #D9C1A6;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation .gnav__sub .gnav__sub__item::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/gnav-ex.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 10px;
}
.navigation .gnav__sub .gnav__sub__item:last-child {
  border-bottom: none;
}
.navigation .gnav__sub .gnav__sub__item:hover {
  background-color: #e9e6e0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation .gnav__sub .gnav__sub__item a {
  font-size: 1.2rem;
  padding: 20px 30px 20px 10px;
  text-decoration: none;
  line-height: 1.5em;
  display: block;
  color: #641B0C;
}

/* FOOTER */
.footer {
  padding: 50px 0 80px;
  width: 100%;
  background-image: url(../img/common/bg-footer.png);
  background-color: #C48F49;
  background-repeat: repeat;
  background-size: 100%;
  background-position: bottom 0 center;
  color: #fff;
  position: relative;
}
.footer::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/footer-chara.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 180px;
  height: 73px;
  top: -70px;
  right: 20px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .footer::before {
    width: 293px;
    height: 119px;
    top: -110px;
    right: 40px;
  }
}
.footer__logo {
  margin: 0 auto;
  width: 170px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: 250px;
  }
}
.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 .bnr {
  display: block;
  margin: 5px 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .footer .bnr_area .bnr {
    margin: 10px;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .footer .bnr_area .bnr {
    width: 320px;
  }
}
.footer .bnr_area .bnr img {
  display: block;
  border: 1px solid #dcdcdc;
}
.footer .bnr_area .bnr--l {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .footer .bnr_area .bnr--l {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .footer .bnr_area .bnr--l {
    width: 500px;
  }
}
.footer__sns {
  text-align: center;
  padding: 30px 0;
  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: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__sns .sns-list__item {
  width: 40px;
  height: 40px;
}
.footer__sns .sns-list__item img {
  width: 100%;
  height: 100%;
}
.footer .copyright {
  line-height: 2em;
  font-size: 1rem;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 3;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .header {
    width: 270px;
    height: 100%;
    padding: 20px 20px;
    overflow: visible;
  }
}
.header__inner {
  padding-top: 5px;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    width: 100%;
    height: 100%;
    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-sizing: border-box;
            box-sizing: border-box;
  }
}
.header__logo {
  width: 90px;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__logo h1 {
  margin: 0;
}
.header__logo h1 a {
  display: block;
}
.header__logo h1 a img {
  width: 100%;
}
.header__exlink {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FADEBC;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .header__exlink {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header__exlink {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__exlink {
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__exlink .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
}
.header__exlink .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.header__exlink .sns-list__item {
  width: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.header__exlink .sns-list__item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.header__exlink .sns-list__item a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.page-title {
  text-align: left;
  color: #641B0C;
  font-size: 3rem;
  text-shadow: 1px 2px 0px #ffffff;
  font-weight: 800;
  padding-top: 40px;
  max-width: 1200px;
  margin: 0 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin: 0 30px;
  }
}
@media (min-width: 1486px) {
  .page-title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 5rem;
    padding-top: 60px;
  }
}
.page-title span {
  display: inline-block;
}
.page-title span.page-ttl-en {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 3rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .page-title span.page-ttl-en {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title span.page-ttl-en {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.page-title span.page-ttl-en {
  display: block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-title span.page-ttl-en {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title span.page-ttl-en {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

/* Head */
.head--h2 {
  font-size: 1.6rem;
  padding-bottom: 10px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2rem;
  }
}
.head--h2--center {
  color: #641B0C;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .head--h2--center {
    font-size: 4.5rem;
    margin-bottom: 30px;
  }
}
.head--h2--center:first-letter {
  color: #E5006E;
}
.head--h3 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .head--h3 {
    font-size: 1.8rem;
  }
}

.title-cts {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #641B0C;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .title-cts {
    padding: 10px 0;
    font-size: 4rem;
  }
}
.title-cts .en {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 1.5rem;
  margin: 0;
  padding-top: 7px;
}
.title-cts .en.orange {
  color: #F08300;
}
.title-cts .en.green {
  color: #4fa437;
}
.title-cts .en.blue {
  color: #36A3D1;
}
.title-cts .en.red {
  color: #E00017;
}
.title-cts .en.pink {
  color: #E5006E;
}
@media screen and (min-width: 1025px) {
  .title-cts .en {
    font-size: 2.8rem;
    padding-top: 10px;
  }
}

.nh--2 {
  background-color: #FAEDDC;
  border-left: 6px solid #C48F49;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #641B0C;
  -moz-text-align-last: left;
       text-align-last: left;
  border-radius: 5px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .nh--2 {
    padding: 7px 20px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.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/icon-play.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_icn_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_icn_list li {
  margin: 0 7px;
}
.sns_icn_list li a {
  display: block;
}
.sns_icn_list li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SubNav */
.sub-nav {
  max-width: 1200px;
  margin: 0 1.3rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    margin: 0 30px;
  }
}
@media (min-width: 1486px) {
  .sub-nav {
    margin: 0 auto;
  }
}
.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: 5px;
}
.sub-nav__li {
  width: 45%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sub-nav__li {
    width: 28%;
  }
}
.sub-nav__li--bd {
  width: 5em;
}
@media screen and (min-width: 768px) {
  .sub-nav__li--bd {
    width: 13%;
  }
}
.sub-nav__li:has(.active) {
  background-color: #641B0C;
}
.sub-nav__li a {
  background-color: #C48F49;
  width: 80%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  margin: 15px auto;
  padding-left: 20px;
  padding-right: 30px;
  -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: 50px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 1em;
  height: 40px;
  margin: 0;
  width: 100% !important;
}
@media screen and (min-width: 1025px) {
  .sub-nav__li a {
    height: 60px;
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sub-nav__li a:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-btn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .sub-nav__li a:before {
    width: 28px;
    height: 28px;
  }
}
.sub-nav__li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #641B0C;
  color: #fff;
}
.sub-nav__li a::before {
  background-image: url(../img/common/arrow-subnav.svg);
}
@media screen and (min-width: 768px) {
  .sub-nav__li a {
    height: 50px;
  }
}

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

/* BUTTON */
.btns {
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .btns {
    margin: 40px auto;
  }
}

.btn {
  background-color: #C48F49;
  width: 80%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  margin: 15px auto;
  padding-left: 20px;
  padding-right: 30px;
  -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: 50px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 1em;
}
@media screen and (min-width: 1025px) {
  .btn {
    height: 60px;
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn:before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-btn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .btn:before {
    width: 28px;
    height: 28px;
  }
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #641B0C;
  color: #fff;
}
.btn--back {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--back::before {
  display: none;
}

/* CONTENT */
.card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .card {
    border-radius: 30px;
    padding: 70px 50px;
    margin: 0 30px;
  }
}
@media (min-width: 1486px) {
  .card {
    margin: 0 auto;
  }
}
.card--wide {
  max-width: 100%;
  border-radius: 20px 0 0 20px;
  margin-right: 0 !important;
}
@media (min-width: 1486px) {
  .card--wide {
    margin: 0 0 0 calc((100% - 1200px) / 2);
  }
}
.card--wide .inner-wide {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto 0 0;
}

.news-list {
  margin-top: 0;
  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;
  gap: 20px 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-list__item {
  position: relative;
  width: 48%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    width: 31%;
  }
}
.news-list__item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.news-list__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 16/10;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
}
@media screen and (min-width: 1025px) {
  .news-list__thumb {
    border-radius: 20px;
  }
}
.news-list .text-area {
  padding-right: 3px;
  padding-left: 3px;
}
@media screen and (min-width: 1025px) {
  .news-list .text-area {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.news-list__date {
  font-size: 0.8em;
  margin: 0 0 2px;
  line-height: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .news-list__date {
    margin: 0 0 5px;
  }
}
.news-list__title {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.5em;
}

.icon--new {
  background-color: #4fa437;
  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;
  border-radius: 4rem;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1em;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .icon--new {
    top: -1rem;
    left: -2rem;
    height: 40px;
    width: 40px;
    font-size: 1.1rem;
  }
}

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

.thumb-list {
  width: 100%;
  padding: 40px 0;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .thumb-list {
    width: 100%;
    gap: 30px 2%;
  }
}
.thumb-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumb-list__item {
    width: 32%;
  }
}
.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: 10px;
  width: 100%;
  overflow: hidden;
}
.thumb-list__item__thumb img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thumb-list__title {
  font-weight: 700;
  line-height: 1.8rem;
  font-size: 1.5rem;
}

.news-detail__date {
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
  line-height: 1em;
}
.news-detail__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 4px solid #C48F49;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    font-size: 2.5rem;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100% !important;
  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;
}

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

/* LINE */
hr {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  hr {
    margin-bottom: 100px;
  }
}

.line_deco {
  width: 100%;
  display: block;
  height: 20px;
  background-image: url(../img/common/line-deco2.png);
  background-repeat: repeat-x;
  background-size: cover;
  border: none;
}
@media screen and (min-width: 1025px) {
  .line_deco {
    background-size: inherit;
    background-size: 1000px;
    height: 22px;
    margin-bottom: 40px;
  }
}

.font--red {
  color: #E00017;
}
.font--red_light {
  color: #ED3E50;
}
.font--brown {
  color: #641B0C;
}
.font--pink {
  color: #E5006E;
}
.font--green {
  color: #4fa437;
}
.font--orange {
  color: #F08300;
}
.font--blue {
  color: #36A3D1;
}
.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: #E5006E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "M PLUS 1", sans-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);
  }
}
/* 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;
}
.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 */