@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: #1F1F1F;
  background-color: #fff;
  background-attachment: fixed;
  background-size: 120%;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  body {
    background-size: 850px auto;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  width: 100%;
  position: relative;
}

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

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

body:not(.top) .page-title-bg + .section {
  padding-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  body:not(.top) .page-title-bg + .section {
    padding-top: 0 !important;
  }
}

.section-inner {
  width: calc(100% - 3.2rem);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-inner {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1025px) {
  .section-inner {
    width: calc(100% - 15rem);
  }
}

.page-lead {
  color: #641B0C;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media screen and (min-width: 1025px) {
  .page-lead {
    font-size: 2.2rem;
  }
}

/*  Background Figure
--------------------------------*/
.bg-figure {
  display: block;
  position: absolute;
  z-index: -1;
}

.main {
  padding-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .main {
    padding-bottom: 250px;
  }
}

.bg-figure-main {
  position: fixed;
  z-index: -1;
}
.bg-figure-main.circle-dots-orange {
  top: -100px;
  right: -100px;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 1025px) {
  .bg-figure-main.circle-dots-orange {
    top: -190px;
    right: -150px;
    width: 500px;
    height: 500px;
  }
}
.bg-figure-main.square-stripe-blue {
  top: 100px;
  left: -100px;
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 1025px) {
  .bg-figure-main.square-stripe-blue {
    top: 200px;
    left: -150px;
    width: 372px;
    height: 372px;
  }
}
.bg-figure-main.triangle-stripe-green {
  top: 300px;
  right: -100px;
  width: 200px;
  height: 220px;
}
@media screen and (min-width: 1025px) {
  .bg-figure-main.triangle-stripe-green {
    top: 500px;
    right: -150px;
    width: 287px;
    height: 324px;
  }
}
.bg-figure-main.square-stripe-orange {
  top: 500px;
  left: -80px;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1025px) {
  .bg-figure-main.square-stripe-orange {
    top: 800px;
    left: -200px;
    width: 311px;
    height: 311px;
  }
}

/* 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: 10px;
  right: 10px;
  margin: auto;
  z-index: 11;
  background: -webkit-gradient(linear, left top, right top, from(#A38809), to(#D1B335));
  background: linear-gradient(to right, #A38809, #D1B335);
  border-radius: 50px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .gnav-btn {
    width: 80px;
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 100px;
    height: 80px;
    padding: 0 27px;
  }
}

.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;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav-btn div {
    height: 25px;
    gap: 5px 0;
  }
}

.gnav-btn span {
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
  -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: #fff;
  line-height: 0.8rem;
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .gnav-btn p {
    font-size: 1.2rem;
    padding-top: 5px;
  }
}

.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: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gnav-btn.btn_open span {
    top: 7px;
  }
}

.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);
}

/* GLOVAL_NAVI */
nav {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto 30px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  nav {
    padding: 45px 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  nav {
    width: calc(100% - 400px);
    max-width: 800px;
    margin: 0;
    padding-left: 50px;
  }
}
nav .header__gnav {
  padding: 60px 30px 50px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}
nav .header__gnav__item {
  text-align: left;
  font-size: 1.5rem;
  display: block;
  color: #641B0C;
  margin: 0;
  width: 49%;
}
@media screen and (min-width: 768px) {
  nav .header__gnav__item {
    font-size: 2.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  nav .header__gnav__item {
    font-size: 2rem;
    padding: 0;
  }
}
nav .header__gnav__item a {
  padding: 10px 0;
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-weight: 700;
  color: #641B0C;
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
}
nav .header__gnav__item a:hover {
  color: #a97d16;
}
nav .header__gnav__item a span {
  font-size: 0.7em;
  display: block;
  padding-top: 3px;
  color: #a97d16;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (min-width: 768px) {
  nav .header__gnav__item a span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  nav .header__gnav__item a span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  nav .header__gnav__item a {
    font-size: 1.4em;
    padding: 15px 0;
  }
}
nav .header__gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  color: #959595;
}

/* FOOTER */
footer {
  width: 100%;
  background-color: #FFF8E7;
  position: relative;
}
footer .circle-dots-green {
  width: 150px;
  height: 150px;
  top: 30px;
  right: -80px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  footer .circle-dots-green {
    width: 347px;
    height: 347px;
    top: -50px;
    right: auto;
    left: -150px;
  }
}
footer .circle-dots-blue {
  width: 267px;
  height: 267px;
  bottom: -100px;
  left: -100px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  footer .circle-dots-blue {
    width: 367px;
    height: 367px;
    bottom: -100px;
    right: -100px;
    left: auto;
  }
}
footer::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-footer.svg);
  background-size: 100%;
  background-position: top 0 center;
  width: 100%;
  height: 12vw;
  top: -10.9vw;
  left: 0;
  z-index: -1;
}
footer .footer-inner {
  max-width: 1000px;
}
footer .footer-menu {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-menu {
    gap: 0;
  }
}
footer .footer-menu .logo-area {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .logo-area {
    max-width: 200px;
    margin-bottom: 0;
  }
}
footer .footer-menu .logo-area .logo-footer {
  width: 50%;
  margin: 0 auto;
  max-width: 150px;
  display: block;
}
footer .footer-menu .logo-area .logo-footer img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .logo-area .logo-footer {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-menu .logo-area .logo-footer {
    width: 180px;
  }
}
footer .footer-menu .sns_icn_list {
  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;
  gap: 10px;
}
footer .footer-menu .sns_icn_list li a img {
  display: block;
  width: 25px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .sns_icn_list li a img {
    width: 25px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-menu .sns_icn_list li a img {
    width: 40px;
  }
}
footer .footer-menu .nav-area {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  footer .footer-menu .nav-area {
    max-width: 600px;
  }
}
footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .nav-list__item {
  padding: 0;
  line-height: 1em;
}
footer .nav-list__item a {
  font-size: 1.2rem;
  padding: 5px 0;
  display: block;
  font-weight: 700;
  color: #1F1F1F;
  text-decoration: none;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  footer .nav-list__item a {
    padding: 8px 0;
  }
}
@media screen and (min-width: 1025px) {
  footer .nav-list__item a {
    padding: 10px 0;
    font-size: 2rem;
  }
}
footer .nav-list__item:hover a {
  color: #E5006E;
}
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: 10px;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  footer .bnr_area__banner {
    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 .copyright {
  color: #641B0C;
  line-height: 2em;
  font-size: 1rem;
  text-align: center;
  padding: 30px 0;
}

.gotop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 75px;
  height: 125px;
  z-index: 3;
}
.gotop img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .gotop {
    bottom: 30px;
    right: 10px;
    width: 150px;
    height: 250px;
  }
}

/* HEADER */
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__logo {
  width: 15%;
  margin: 0 auto;
  max-width: 160px;
  position: fixed;
  top: 5px;
  left: 10px;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    top: 10px;
    left: 20px;
  }
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  border-top: #641B0C 1px solid;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .header__exlink {
    font-size: 0.8rem;
  }
}
@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__item {
  margin-bottom: 20px;
  width: 70px;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .header__exlink__item {
    width: 100px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__exlink__item {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
.header__exlink__item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #a97d16;
  font-weight: bold;
}
.header__exlink__item a img {
  width: 50%;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .header__exlink__item a img {
    width: 40%;
  }
}

.page-title-bg {
  padding: 70px 10px 40px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-title-bg {
    padding: 70px 10px 80px;
  }
}
.page-title-bg .page-title {
  text-align: center;
  color: #641B0C;
  font-size: 3rem;
  background-image: url(../img/common/fukidashi-pagetitle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90%;
  height: auto;
  max-width: 378px;
  margin: 0 auto;
  aspect-ratio: 578/213;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .page-title-bg .page-title {
    width: 50%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title-bg .page-title {
    padding-bottom: 20px;
    max-width: 578px;
  }
}
.page-title-bg .page-title span {
  display: inline-block;
}
.page-title-bg .page-title span.page-ttl-en {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 2px;
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .page-title-bg .page-title span.page-ttl-en {
    padding-bottom: 5px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title-bg .page-title span.page-ttl-en {
    font-size: 6rem;
  }
}
.page-title-bg .page-title span.page-ttl-jp {
  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-bg .page-title span.page-ttl-jp {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title-bg .page-title span.page-ttl-jp {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

/*========= pagetaitle 背景 流れる文字 ===============*/
.flow-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  /* スクロール高さ調整 */
  min-height: 15rem;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  .flow-text {
    top: 180px;
  }
}

.flow-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: flowTextLoop 45s linear infinite;
          animation: flowTextLoop 45s linear infinite;
  will-change: transform;
}

.flow-text__inner {
  display: inline-block;
  padding-right: 3rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 7rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  color: #fff;
  text-shadow: 1px 1px 0 #641B0C, -1px -1px 0 #641B0C, -1px 1px 0 #641B0C, 1px -1px 0 #641B0C, 1px 0 0 #641B0C, -1px 0 0 #641B0C, 0 1px 0 #641B0C, 0 -1px 0 #641B0C;
}
@media screen and (min-width: 1025px) {
  .flow-text__inner {
    font-size: 15rem;
  }
}

@-webkit-keyframes flowTextLoop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes flowTextLoop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* 疑似要素で繰り返す場合や、HTMLに .flow-text__inner を2回書いてもOK。推奨はHTMLに同じ中身を2つ書く方法です */
/* 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;
  }
}

.nh--2 {
  font-size: 1.6rem;
  margin-top: 40px;
  border-bottom: 2px solid #641B0C;
  color: #641B0C;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .nh--2 {
    font-size: 2.4rem;
  }
}
.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 {
  width: calc(100% - 3.2rem);
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1025px) {
  .sub-nav {
    width: calc(100% - 15rem);
  }
}
.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: #E5006E;
}
.sub-nav__li a {
  background-color: #641B0C;
  width: 80%;
  height: 50px;
  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;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  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: 50px;
  transition: all 0.5s ease;
  height: 40px;
  margin: 0;
  width: 100% !important;
}
.sub-nav__li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E5006E;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sub-nav__li a {
    height: 50px;
    width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .sub-nav__li a {
    height: 60px;
    width: 300px;
  }
}
@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 */
.btn {
  background-color: #641B0C;
  width: 80%;
  height: 50px;
  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;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  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: 50px;
  transition: all 0.5s ease;
  position: relative;
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E5006E;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn {
    height: 50px;
    width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .btn {
    height: 60px;
    width: 300px;
  }
}
.btn--arrow::after {
  content: "";
  display: block;
  background-image: url(../img/common/arrow-btn.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn--arrow:hover::after {
  right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* CONTENT */
.news-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .news-list {
    gap: 15px;
  }
}
.news-list__item {
  position: relative;
  width: 95%;
}
@media screen and (min-width: 1025px) {
  .news-list__item {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .news-list__item:hover {
    width: 95%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .news-list__item a {
    padding: 20px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.news-list__item:nth-child(4n+1) {
  background-color: #E5006E;
  border-left: 8px solid #B40058;
}
@media screen and (min-width: 1025px) {
  .news-list__item:nth-child(4n+1) {
    border-left: 16px solid #B40058;
  }
}
.news-list__item:nth-child(4n+2) {
  background-color: #36A3D1;
  border-left: 8px solid #0083B6;
}
@media screen and (min-width: 1025px) {
  .news-list__item:nth-child(4n+2) {
    border-left: 16px solid #0083B6;
  }
}
.news-list__item:nth-child(4n+3) {
  background-color: #F08300;
  border-left: 8px solid #C96713;
}
@media screen and (min-width: 1025px) {
  .news-list__item:nth-child(4n+3) {
    border-left: 16px solid #C96713;
  }
}
.news-list__item:nth-child(4n+4) {
  background-color: #8FC73E;
  border-left: 8px solid #6D9D26;
}
@media screen and (min-width: 1025px) {
  .news-list__item:nth-child(4n+4) {
    border-left: 16px solid #6D9D26;
  }
}
.news-list__date {
  font-size: 0.9em;
  line-height: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  width: 9em;
  padding: 0;
  margin: 0;
}
.news-list__title {
  line-height: 1.6em;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news-list__title {
    font-size: 2rem;
  }
}

.icon--new {
  background-color: #a97d16;
  border-radius: 4rem;
  color: #fff;
  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 {
    line-height: 4.5rem;
    height: 4.5rem;
    width: 4.5rem;
    top: -1rem;
    left: -3rem;
  }
}

.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;
  margin: 0 auto;
  width: 100%;
  -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;
}

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

.news-detail {
  border: 2px solid #641B0C;
  background-color: rgba(255, 248, 231, 0.8);
  padding: 30px 20px 60px;
}
@media screen and (min-width: 1025px) {
  .news-detail {
    border: 3px solid #641B0C;
    padding: 50px 70px 70px;
  }
}
.news-detail__date {
  font-family: "Jost", sans-serif;
  color: #641B0C;
  margin-bottom: 10px;
  font-weight: 700;
}
.news-detail__title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #641B0C;
  font-size: 1.8rem;
  border-left: 8px solid #E5006E;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    border-left: 16px solid #E5006E;
    padding-left: 25px;
    font-size: 3rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}

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

.youtube-list {
  padding-top: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .youtube-list {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .youtube-list {
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 40px;
  }
}
.youtube-list .youtube-list__item {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1025px) {
  .youtube-list .youtube-list__item {
    aspect-ratio: 16/9;
    width: 45% !important;
    height: auto !important;
  }
}

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

/* 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: #8FC73E;
}
.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;
  margin: 0 auto;
  width: 100%;
}
.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 */