@charset "UTF-8";
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #515151;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg, video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  max-width: calc(100% + 2px);
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #515151;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
}

main {
  flex: 1 1 auto;
  overflow: hidden;
}

.wrap {
  width: 90%;
  max-width: 120rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.wrap._small {
  width: 80%;
}
.wrap._wide {
  width: 95%;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 2.2rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.font_jost {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.font_cormorant {
  font-family: "Cormorant", serif;
  font-weight: 300;
}

.font_zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  input, textarea, select, .select {
    font-size: max(2.2rem, 16px) !important;
  }
}
/* ------------------------------
    body
------------------------------ */
@media screen and (min-width: 768px) {
  .vw100 {
    max-width: 76.8rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .vw100 {
    margin-left: 55vw;
  }
}

.contents {
  background: #f3eee6;
  position: relative;
  z-index: 1;
}

.pc_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pc_bg .bg {
  height: 100%;
  position: relative;
  z-index: -1;
}
.pc_bg .bg img, .pc_bg .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_bg .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc_bg .inner {
    display: flex;
  }
}
.pc_bg .inner .nav li {
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-weight: 600;
}
.pc_bg .inner .nav li a {
  color: #fff;
}
.pc_bg .inner .txt .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.pc_bg .inner .txt .en {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 0.5em;
  font-weight: 600;
}
.pc_bg .inner .txt .btn {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: 3rem;
}
.pc_bg .inner .txt .btn a {
  display: inline-block;
  color: #fff;
  padding-right: 2.5em;
  position: relative;
}
.pc_bg .inner .txt .btn a .ico {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #fff;
  border-radius: 100%;
}
.pc_bg .inner .txt .btn a .ico::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: -0.6em -100%;
  width: 1.5em;
  height: 0.3em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(35deg);
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8014;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: opacity 0.6s ease;
  transition-delay: 1s;
  display: none;
}
#loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

body:has(#page_index) #loading {
  display: flex;
}

/* ------------------------------
    header
------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header .wrap {
  width: 100%;
  max-width: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo_wrap {
  flex-grow: 1;
  height: 60px;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#header .logo_wrap .logo {
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: opacity 0.1s ease;
}
#header .logo_wrap .logo a {
  color: #ff8014;
}
#header .menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 997;
}
#header .menu-trigger .ico {
  width: 30px;
  height: 30px;
  position: relative;
}
#header .menu-trigger .ico span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff8014;
}
#header .menu-trigger .ico span:nth-of-type(1) {
  top: 25%;
}
#header .menu-trigger .ico span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .menu-trigger .ico span:nth-of-type(3) {
  bottom: 25%;
}
@media screen and (min-width: 768px) {
  #header .menu-trigger {
    width: 90px;
    height: 90px;
  }
  #header .menu-trigger .ico {
    width: 60px;
    height: 60px;
  }
  #header .menu-trigger .ico span {
    background: #fff;
  }
}
#header #header_nav {
  background: #fff;
  border-bottom: 2rem solid #ff8014;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
  z-index: 998;
}
#header #header_nav .inner {
  top: 0;
  left: 0;
  width: 90%;
  max-width: 1280px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner {
    width: 80%;
  }
}
#header #header_nav .inner .flex {
  display: flex;
  justify-content: space-between;
  gap: min(6.6666666667vw, 80px);
}
#header #header_nav .inner .flex .left {
  flex: 0 0 auto;
  width: 45%;
}
#header #header_nav .inner .flex .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .flex {
    flex-direction: column;
    gap: 3rem;
  }
  #header #header_nav .inner .flex .left, #header #header_nav .inner .flex .right {
    display: contents;
  }
  #header #header_nav .inner .flex .top {
    order: 1;
  }
  #header #header_nav .inner .flex .nav {
    order: 2;
  }
  #header #header_nav .inner .flex .bottom {
    order: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-left: 55%;
    margin-top: -34rem;
  }
  #header #header_nav .inner .flex .logo {
    order: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: 0.2em 0;
    margin-top: 0.3em;
  }
}
#header #header_nav .inner .logo {
  color: #ff8014;
  font-family: "Jost", sans-serif;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: min(4vw, 48px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .logo {
    font-size: 4.6rem;
  }
}
#header #header_nav .inner .logo a {
  color: #ff8014;
}
#header #header_nav .inner .nav {
  display: flex;
  justify-content: flex-start;
  gap: min(6.6666666667vw, 80px);
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .nav {
    justify-content: space-between;
  }
}
#header #header_nav .inner .nav .ttl {
  color: #ff8014;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-size: min(2.0833333333vw, 25px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .nav .ttl {
    font-size: 2.5rem;
  }
}
#header #header_nav .inner .nav .ttl {
  line-height: 1.4;
  font-weight: 600;
}
#header #header_nav .inner .nav .list {
  margin-bottom: 6rem;
}
#header #header_nav .inner .nav .list li {
  margin-top: 0.5em;
  font-size: 1.7rem;
  font-size: min(1.4166666667vw, 17px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .nav .list li {
    font-size: 1.7rem;
  }
}
#header #header_nav .inner .nav .list li {
  font-weight: 600;
  padding-left: 1em;
}
#header #header_nav .inner .nav .list li a {
  display: inline-block;
  color: #8d8d8d;
}
#header #header_nav .inner .nav .list li .en {
  font-family: "Jost", sans-serif;
  font-size: 2.3rem;
  font-size: min(1.9166666667vw, 23px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .nav .list li .en {
    font-size: 2.3rem;
  }
}
#header #header_nav .inner .nav .list li .en {
  font-weight: 600;
}
#header #header_nav .inner .nav .list li small {
  font-size: 1.4rem;
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .nav .list li small {
    font-size: 1.4rem;
  }
}
#header #header_nav .inner .nav .list li small {
  font-weight: 400;
  margin-left: 0.5em;
}
#header #header_nav .inner .nav .list li::before {
  content: "・";
}
#header #header_nav .inner .nav .list._simple li::before {
  display: none;
}
#header #header_nav .inner .fair {
  padding-top: 2rem;
  position: relative;
}
#header #header_nav .inner .fair .box {
  position: absolute;
  left: 0;
  top: 0;
}
#header #header_nav .inner .fair .ttl {
  display: inline-block;
  background: #fff;
  color: #ff8014;
  line-height: 1.1;
  padding-bottom: 0.5em;
}
#header #header_nav .inner .fair .ttl .en {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 4.7rem;
  font-size: min(3.9166666667vw, 47px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .fair .ttl .en {
    font-size: 4.7rem;
  }
}
#header #header_nav .inner .fair .ttl .en {
  font-weight: 600;
  padding-right: 2.5em;
  position: relative;
}
#header #header_nav .inner .fair .ttl .ja {
  font-size: 1.4rem;
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .fair .ttl .ja {
    font-size: 1.4rem;
  }
}
#header #header_nav .inner .fair .ttl .ico {
  position: absolute;
  right: 0;
  top: 50%;
  translate: -80% -50%;
}
#header #header_nav .inner .fair .txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-shadow: 0 0 5px #c1976d;
  font-size: 2.1rem;
  font-size: min(1.75vw, 21px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .fair .txt {
    font-size: 2.1rem;
  }
}
#header #header_nav .inner .fair .txt {
  padding: 3rem 6rem;
}
#header #header_nav .inner .sns .item {
  border-bottom: 1px solid #8d8d8d;
  padding-top: 2rem;
}
#header #header_nav .inner .sns .item a {
  color: #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem 0;
  font-size: 1.7rem;
  font-size: min(1.4166666667vw, 17px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .sns .item a {
    font-size: 1.7rem;
  }
}
#header #header_nav .inner .sns .item a {
  width: 12em;
}
#header #header_nav .inner .sns .item i {
  display: block;
  width: 2em;
  height: 2em;
}
#header #header_nav .inner .sns .item i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header #header_nav .inner .sns .item span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .sns {
    display: flex;
    width: 100%;
  }
  #header #header_nav .inner .sns .item {
    flex: 1;
    border: none;
    padding: 0;
  }
  #header #header_nav .inner .sns .item a {
    display: block;
    padding: 0;
    width: auto;
  }
  #header #header_nav .inner .sns .item a i {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
  #header #header_nav .inner .sns .item span {
    display: none;
  }
}
#header #header_nav .inner .contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ff8014;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-size: min(1.4166666667vw, 17px);
}
@media screen and (max-width: 767px) {
  #header #header_nav .inner .contact a {
    font-size: 1.7rem;
  }
}
#header #header_nav .inner .contact a {
  width: 15em;
  height: 4em;
  padding-left: 1.5em;
  position: relative;
}
#header #header_nav .inner .contact a .ico {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  border-radius: 100%;
}
#header #header_nav .inner .contact a .ico::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: -0.4em -50%;
  width: 2em;
  height: 0.2em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(35deg);
}
#header.is-open .logo_wrap .logo {
  opacity: 0;
}
#header.is-open .menu-trigger .ico span {
  background: #ff8014;
}
#header.is-open .menu-trigger .ico span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#header.is-open .menu-trigger .ico span:nth-of-type(2) {
  opacity: 0;
}
#header.is-open .menu-trigger .ico span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
#header.is-open #header_nav {
  opacity: 1;
  pointer-events: auto;
}
#header .overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 997;
}
#header .overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------
    footer
------------------------------ */
#footer .sec_present {
  margin-top: 25rem;
}
#footer .sec_present .list .item {
  background: #fff;
  margin-top: 6rem;
}
#footer .sec_present .list .item {
  display: block;
  padding: 4rem;
}
#footer .sec_present .list .item .ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 1em;
}
#footer .sec_present .list .item .txt {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 1em;
}
#footer .sec_link {
  background: url("../img/common/link_bg@2x.png") no-repeat center bottom/100% auto;
  margin-top: 20rem;
}
#footer .sec_link .btn_wrap .btn a {
  background: #ff8014 url("../img/common/ico_long_w.svg") no-repeat center right 3rem/13rem auto;
  color: #fff;
  width: 54.1rem;
  height: 12.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 2em;
  margin: 3rem auto;
}
#footer .sec_link .box._02 {
  margin-top: 10rem;
  padding-top: 30rem;
  padding-bottom: 8rem;
}
#footer .sec_link .box._02 .catch {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#footer .sec_link .box._02 .btn_wrap {
  margin-top: 6rem;
}
#footer .sec_footer {
  color: #7f7f7f;
  padding-bottom: 25rem;
}
#footer .sec_footer a {
  color: #7f7f7f;
}
#footer .sec_footer .box._01 {
  text-align: center;
  margin-top: 20rem;
}
#footer .sec_footer .box._01 .logo {
  width: 20.6rem;
  margin: 0 auto;
}
#footer .sec_footer .box._01 .tel {
  font-family: "Jost", sans-serif;
  font-size: 3.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 3rem 0;
}
#footer .sec_footer .box._01 .tel .big {
  font-size: 4.4rem;
}
#footer .sec_footer .box._01 .sns {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
#footer .sec_footer .box._01 .sns .item {
  flex: 1;
}
#footer .sec_footer .box._01 .sns i {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1rem;
}
#footer .sec_footer .box._01 .sns i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .sec_footer .box._02 {
  margin-top: 8rem;
}
#footer .sec_footer .box._02 .map {
  margin: 2rem 0 3rem;
}
#footer .sec_footer .box._02 .map iframe {
  width: 100%;
  height: 50rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer .sec_footer .box._02 .wrap {
  width: 80%;
}
#footer .sec_footer .box._02 .border {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #7f7f7f;
}
#footer .sec_footer .box._02 .border .sttl {
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin: 1.5em 0 0.5em;
}
#footer .sec_footer .box._02 .border .link {
  line-height: 2;
}
#footer .sec_footer .box._02 .border .flex {
  display: flex;
  justify-content: space-between;
}
#footer .sec_footer .box._03 {
  margin-top: 10rem;
}
#footer .sec_footer .box._03 .wrap {
  width: 80%;
}
#footer .sec_footer .box._03 .img img {
  width: 100%;
}
#footer .sec_footer .box._03 .logo {
  width: 55.4rem;
  margin: 15rem auto 0;
}
#footer .sec_footer .box._03 .ttl {
  font-family: "Jost", sans-serif;
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 10rem 0 4rem;
}
#footer .sec_footer .box._03 .table {
  display: grid;
  grid-template-columns: 12rem auto;
  gap: 2rem;
}
#footer .sec_footer .box._03 .table .txt {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#footer .sec_footer .box._03 .table + .table {
  margin-top: 6rem;
}

.floating_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.floating_nav.is-show {
  opacity: 1;
  pointer-events: auto;
}
.floating_nav .flex {
  display: flex;
}
.floating_nav .btn {
  flex: 1;
  background: #fff;
}
.floating_nav .btn a {
  background: #ff8014;
  color: #fff;
  height: 11.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.floating_nav .btn + .btn {
  border-left: 1px solid #fff;
}
.floating_nav .btn._02 a {
  background: #ff8b2c;
}
.floating_nav .btn._03 a {
  background: #ff9b49;
  letter-spacing: 0;
}

/* ------------------------------
    common
------------------------------ */
.pr_none {
  margin-right: -5vw;
}
@media screen and (min-width: 768px) {
  .pr_none {
    margin-right: -3.9rem;
  }
}

.pl_none {
  margin-left: -5vw;
}
@media screen and (min-width: 768px) {
  .pl_none {
    margin-left: -3.9rem;
  }
}

.orange {
  color: #ff8014;
}

.m-tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.m-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}

.m-catch {
  color: #ff8014;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.m-catch._en {
  font-size: 2.3rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.m-catch._small {
  font-size: 2.2rem;
}
.m-catch._black {
  color: #515151;
}

.m-imgBox .img {
  width: 49.3rem;
}
.m-imgBox .m-imgCol_t {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3rem;
}

.m-h2 {
  font-family: "Jost", sans-serif;
  font-size: 6.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.m-h2._white {
  color: #fff;
}
.m-h2._color {
  color: #ff8014;
}

.m-ico_ring {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid #ff8014;
  border-radius: 100%;
}
.m-ico_ring::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: 0 -50%;
  width: 80%;
  height: 1px;
  background: #ff8014;
}
.m-ico_ring::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #ff8014;
  border-right: 1px solid #ff8014;
  rotate: 45deg;
}
.m-ico_ring._white {
  border-color: #fff;
}
.m-ico_ring._white::before {
  background: #fff;
}
.m-ico_ring._white::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.m-ico_circle {
  vertical-align: -0.2em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ff8014;
  border-radius: 100%;
  margin-left: 0.3em;
}
.m-ico_circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -70% -50%;
  width: 30%;
  height: 30%;
  border-top: 1px solid #ff8014;
  border-right: 1px solid #ff8014;
  rotate: 45deg;
}
.m-ico_circle._white {
  border-color: #fff;
}
.m-ico_circle._white::before {
  border-color: #fff;
}
.m-ico_circle._black {
  border-color: #515151;
}
.m-ico_circle._black::before {
  border-color: #515151;
}

.m-btn_more {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.m-btn_more a {
  background: url("../img/common/ico_arrow.svg") no-repeat right center/2.2em auto;
  color: #ff8014;
  display: inline-block;
  padding: 0.5em 3em 0.5em 0;
}
.m-btn_more._white a {
  background-image: url("../img/common/ico_arrow_w.svg");
  color: #fff;
}

.m-btn_footer a {
  background: #ff8014 url("../img/common/ico_long_w.svg") no-repeat center right 3rem/10rem auto;
  color: #fff;
  width: 35rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 2em;
  margin: 3rem auto;
}

.m-btn_arrow {
  text-align: center;
}
.m-btn_arrow a {
  background: #ff8014;
  color: #fff;
  min-width: 35rem;
  height: 9.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding: 1em 3.5em;
  position: relative;
}
.m-btn_arrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #fff;
  border-radius: 100%;
}
.m-btn_arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.3em;
  height: 0.2em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  translate: -50% -50%;
  transform: skew(45deg);
}
.m-btn_arrow._transparent a {
  background: #f3eee6;
  color: #ff8014;
  border: 1px solid #ff8014;
}
.m-btn_arrow._transparent a::before, .m-btn_arrow._transparent a::after {
  border-color: #ff8014;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.slick-dots button {
  font-size: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ff8014;
  opacity: 0.3;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.dots_white .slick-dots button {
  background: #fff;
}

.m-page_ttl {
  padding-top: 30rem;
}
.m-page_ttl .ttl {
  color: #ff8014;
  margin-bottom: 3rem;
}
.m-page_ttl .ttl .en {
  font-family: "Jost", sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-right: 0.3em;
}
.m-page_ttl .ttl .ja {
  font-size: 2.4rem;
}
.m-page_ttl .ttl br + .ja {
  display: inline-block;
  margin-top: 1em;
}
.m-page_ttl .img img {
  width: 100%;
}

.m-date {
  position: absolute;
  left: 4rem;
  top: 0;
  width: 14rem;
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  color: #808080;
  font-family: "Jost", sans-serif;
  font-size: 4.5rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.m-date .day {
  display: block;
  border-bottom: 1px solid #808080;
}
.m-date._small {
  left: 2rem;
  width: 12rem;
  height: 15rem;
  font-size: 3.8rem;
}
.m-date.sat {
  color: #29a7de;
}
.m-date.sat .day {
  border-color: #29a7de;
}
.m-date.sun {
  color: #ff6464;
}
.m-date.sun .day {
  border-color: #ff6464;
}

.img:has(.m-date) {
  position: relative;
}

.m-fair {
  color: #ff8014;
  padding: 8rem 0 10rem;
}
.m-fair .slider {
  margin-top: 3rem;
}
.m-fair .slider .box {
  padding: 0 3rem;
}
.m-fair .slider .box .img {
  aspect-ratio: 1/1;
}
.m-fair .slider .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-fair .slider .box .ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8014;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 0.5em;
}
.m-fair._bg-color {
  background: #ff8014;
  color: #fff;
}
.m-fair._bg-color .slider .box .ttl {
  color: #fff;
}

.m-report {
  background: #ff8014;
  color: #fff;
  padding: 8rem 0 10rem;
}
.m-report .slider {
  margin-top: 3rem;
}
.m-report .slider .box {
  background: #fff;
  padding: 4rem 4rem 6rem;
}
.m-report .slider .box .img {
  aspect-ratio: 504/324;
}
.m-report .slider .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-report .slider .box .name {
  color: #ff8014;
  font-family: "Cormorant", serif;
  font-size: 5.8rem;
  line-height: 1.4;
  text-align: center;
  margin: 2rem 0;
}
.m-report .slider .box .category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 70%;
  margin: 0 auto;
}
.m-report .slider .box .category span {
  font-family: "Noto Sans JP", sans-serif;
  background: #ff8014;
  color: #fff;
  font-size: 2.4rem;
  padding: 0 0.5em;
}
.m-report .slider .box .txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8014;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.5em;
}
.m-report .slider .slick-slide {
  margin: 0 1.2rem;
}

.m-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
.m-pager li {
  color: #ff8014;
}
.m-pager li a, .m-pager li span {
  border: 1px solid #ff8014;
  color: #ff8014;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-pager li span {
  background: #ff8014;
  color: #fff;
}
.m-pager li.prev a, .m-pager li.next a {
  overflow: hidden;
  text-indent: -1000px;
  position: relative;
}
.m-pager li.prev a::before, .m-pager li.next a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 5% -80%;
  width: 60%;
  height: 20%;
  transform: skew(-45deg);
  border-left: 1px solid #ff8014;
  border-bottom: 1px solid #ff8014;
}
.m-pager li.next a {
  scale: -1 1;
}

.m-post_nav {
  text-align: center;
  position: relative;
}
.m-post_nav .prev, .m-post_nav .next {
  position: absolute;
  right: 50%;
  top: 50%;
  translate: -5em -50%;
  width: 2em;
  height: 2em;
  overflow: hidden;
  text-indent: -1000px;
  border: 1px solid #ff8014;
  border-radius: 100%;
}
.m-post_nav .prev::before, .m-post_nav .next::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 5% -80%;
  width: 60%;
  height: 20%;
  transform: skew(-45deg);
  border-left: 1px solid #ff8014;
  border-bottom: 1px solid #ff8014;
}
.m-post_nav .prev a, .m-post_nav .next a {
  display: block;
}
.m-post_nav .next {
  right: auto;
  left: 50%;
  translate: 5em -50%;
  scale: -1 1;
}
.m-post_nav .back {
  font-size: 2.4rem;
}
.m-post_nav .back a {
  color: #ff8014;
  border-bottom: 1px solid #ff8014;
  padding-bottom: 0.3em;
}
.m-post_nav + .m-pager {
  margin-top: 4rem;
}

.m-archive {
  margin-top: 15rem;
}
.m-archive .ttl {
  color: #ff8014;
}
.m-archive .ttl .en {
  font-family: "Jost", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 600;
}
.m-archive .ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  margin-left: 1em;
}
.m-archive .date {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: 3rem;
}
.m-archive .date .item {
  border-bottom: 1px solid #b3b3b3;
}
.m-archive .date .item a, .m-archive .date .item p {
  display: block;
  padding: 0.5em 0;
  position: relative;
}
.m-archive .date .item a .m-ico_circle, .m-archive .date .item p .m-ico_circle {
  display: inline-block;
  position: relative;
  rotate: 90deg;
  margin-left: 0.5em;
}
.m-archive .date .sub {
  padding-bottom: 2rem;
}
.m-archive .date .sub .item:last-child {
  border-bottom: none;
}

.m-post {
  zoom: 1;
}
.m-post::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
.m-post p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin: 2em 0;
}
.m-post p:first-child {
  margin-top: 0;
}
.m-post p:last-child {
  margin-bottom: 0;
}
.m-post h2, .m-post h3, .m-post h4, .m-post h5 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 3em 0 1.5em;
}
.m-post h2:first-child, .m-post h3:first-child, .m-post h4:first-child, .m-post h5:first-child {
  margin-top: 0;
}
.m-post h2 + p, .m-post h3 + p, .m-post h4 + p, .m-post h5 + p {
  margin-top: 0;
}
.m-post h2 {
  font-size: 3.2rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 4em;
}
.m-post h3 {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 600;
}
.m-post h4 {
  color: #ff8014;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 600;
}
.m-post h5 {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 600;
}
.m-post .wp-block-image {
  margin-top: 2rem;
}
.m-post ul, .m-post ol {
  margin: 2em 0;
}
.m-post ul:first-child, .m-post ol:first-child {
  margin-top: 0;
}
.m-post ul:last-child, .m-post ol:last-child {
  margin-bottom: 0;
}
.m-post ul {
  padding: 0;
}
.m-post ul li {
  list-style: none;
  padding-left: 1.3em;
  position: relative;
}
.m-post ul li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  width: 0.5em;
  height: 0.5em;
  background: #ff8014;
  border-radius: 100%;
}
.m-post ol {
  padding: 0;
  counter-reset: item;
}
.m-post ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.m-post ol li:nth-child(n+10) {
  padding-left: 2em;
  text-indent: -2em;
}
.m-post ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
}
.m-post bold, .m-post strong {
  font-weight: 600;
}
.m-post em {
  font-style: italic;
}
.m-post a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m-post a:hover {
    text-decoration: none;
  }
}
.m-post iframe, .m-post video {
  max-width: 100%;
  height: 40rem;
  margin: 3em auto;
}
.m-post iframe:first-child, .m-post video:first-child {
  margin-top: 0;
}
.m-post iframe:last-child, .m-post video:last-child {
  margin-bottom: 0;
}
.m-post figure {
  margin: 5em 0;
  display: table !important;
}
.m-post figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 1em;
}
.m-post figure a {
  display: block;
}
.m-post img.aligncenter {
  display: block;
  margin: 0 auto;
}
.m-post .aligncenter {
  text-align: center;
}
.m-post .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.m-post .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.m-post blockquote {
  background: #eee;
  border-radius: 1rem;
  padding: 2em;
  margin: 3em 0;
  font-size: 2.2rem;
  line-height: 1.8;
}
.m-post blockquote:first-child {
  margin-top: 0;
}
.m-post blockquote:last-child {
  margin-bottom: 0;
}
.m-post .img_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}
.m-post .img_box figure {
  margin: 0;
  overflow: hidden;
}
.m-post .img_box figure img {
  aspect-ratio: 322/348;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-post .img_box figure.w100 {
  grid-column: 1/3;
}
.m-post .img_box figure.w100 img {
  aspect-ratio: 664/360;
}
.m-post .wp-block-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem !important;
  margin: 2rem 0;
}
.m-post .wp-block-gallery figure {
  margin: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}
.m-post .wp-block-gallery figure img {
  aspect-ratio: 322/348 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.m-post .wp-block-gallery figure.size-full {
  grid-column: 1/3 !important;
}
.m-post .wp-block-gallery figure.size-full img {
  aspect-ratio: 664/360 !important;
}
.m-post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-post figure img {
  display: block;
  margin: 0 auto;
}
.m-post .aligncenter,
.m-post .alignright,
.m-post .alignleft {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-post blockquote {
  padding: 5vw;
}
.m-post iframe, .m-post video {
  max-width: 100%;
}

.m-form .table .ttl {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 0.3em;
}
.m-form .table .ttl:first-child {
  margin-top: 0;
}
.m-form .table .ttl .required {
  background: #ff8014;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 0.5em;
}
.m-form .table .txt {
  font-size: 2.4rem;
}
.m-form *::placeholder {
  color: #999;
}
.m-form label {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
}
.m-form input[type=text],
.m-form input[type=email],
.m-form input[type=tel],
.m-form input[type=date],
.m-form textarea,
.m-form select {
  font-size: 2.4rem;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #ff8014;
}
.m-form textarea {
  line-height: 1.8em;
  padding: 1em;
  height: 10em;
}
.m-form input[type=text],
.m-form input[type=email],
.m-form input[type=tel],
.m-form input[type=date],
.m-form select {
  line-height: 2.5em;
  height: 2.5em;
}
.m-form input[type=text],
.m-form input[type=email],
.m-form input[type=tel],
.m-form input[type=date],
.m-form textarea {
  width: 100%;
}
.m-form input[type=text]._short,
.m-form input[type=email]._short,
.m-form input[type=tel]._short,
.m-form input[type=date]._short,
.m-form textarea._short {
  width: 55%;
}
.m-form select {
  background: #fff url("../img/common/select.svg") no-repeat right center/auto 70%;
  padding-right: 2.5em;
  width: 100%;
}
.m-form input[type=radio],
.m-form input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.m-form input[type=radio] + span,
.m-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
.m-form input[type=radio] + span::before, .m-form input[type=radio] + span::after,
.m-form input[type=checkbox] + span::before,
.m-form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  border: 1px solid #ff8014;
  background: #fff;
  margin-right: 0.3em;
}
.m-form input[type=radio] + span::after,
.m-form input[type=checkbox] + span::after {
  width: 0.6em;
  height: 0.6em;
  margin: 0.2em 0 0 0.2em;
  background: transparent;
  border: none;
}
.m-form input[type=radio]:checked + span::after,
.m-form input[type=checkbox]:checked + span::after {
  background: #ff8014;
}
.m-form input[type=checkbox] + span::before {
  border-radius: 0;
}
.m-form input[type=checkbox]:checked + span::after {
  width: 1em;
  height: 0.6em;
  margin: 0.1em 0 0 0.1em;
  border-bottom: 3px solid #ff8014;
  border-left: 3px solid #ff8014;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
.m-form .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 10rem;
  position: relative;
}
.m-form .btn_wrap .btn {
  position: relative;
}
.m-form .btn_wrap .btn a, .m-form .btn_wrap .btn button, .m-form .btn_wrap .btn input {
  background: #ff8014;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.9rem;
  height: 6.4rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-form .btn_wrap .btn a:hover, .m-form .btn_wrap .btn button:hover, .m-form .btn_wrap .btn input:hover {
    opacity: 0.6;
  }
}
.m-form .btn_wrap .btn._white a, .m-form .btn_wrap .btn._white button, .m-form .btn_wrap .btn._white input {
  background: #fff;
  color: #ff8014;
}
.m-form .btn_wrap .btn._back a, .m-form .btn_wrap .btn._back button, .m-form .btn_wrap .btn._back input {
  background: #f3eee6;
  color: #ff8014;
  border: 1px solid #ff8014;
}
.m-form._bg {
  background: #ff8014;
  color: #fff;
}
.m-form._bg .table .ttl .required {
  background: #fff;
  color: #ff8014;
}
.m-form._confirm .table .ttl {
  color: #ff8014;
  font-weight: 600;
}
.m-form .wpcf7-not-valid-tip {
  color: #fff04d;
}
.m-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 100%;
  margin: 0 !important;
}
.m-form .wpcf7-response-output {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
}

/* --------------------------------------------------
  margin / padding / column / grid
-------------------------------------------------- */
.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

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

.mt11 {
  margin-top: 11rem !important;
}

.mt12 {
  margin-top: 12rem !important;
}

.mt13 {
  margin-top: 13rem !important;
}

.mt14 {
  margin-top: 14rem !important;
}

.mt15 {
  margin-top: 15rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

.mt17 {
  margin-top: 17rem !important;
}

.mt18 {
  margin-top: 18rem !important;
}

.mt19 {
  margin-top: 19rem !important;
}

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

.mt21 {
  margin-top: 21rem !important;
}

.mt22 {
  margin-top: 22rem !important;
}

.mt23 {
  margin-top: 23rem !important;
}

.mt24 {
  margin-top: 24rem !important;
}

.mt25 {
  margin-top: 25rem !important;
}

.mt26 {
  margin-top: 26rem !important;
}

.mt27 {
  margin-top: 27rem !important;
}

.mt28 {
  margin-top: 28rem !important;
}

.mt29 {
  margin-top: 29rem !important;
}

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

.mt31 {
  margin-top: 31rem !important;
}

.mt32 {
  margin-top: 32rem !important;
}

.mt33 {
  margin-top: 33rem !important;
}

.mt34 {
  margin-top: 34rem !important;
}

.mt35 {
  margin-top: 35rem !important;
}

.mt36 {
  margin-top: 36rem !important;
}

.mt37 {
  margin-top: 37rem !important;
}

.mt38 {
  margin-top: 38rem !important;
}

.mt39 {
  margin-top: 39rem !important;
}

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

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

.fz41 {
  font-size: 4.1rem !important;
}

.fz42 {
  font-size: 4.2rem !important;
}

.fz43 {
  font-size: 4.3rem !important;
}

.fz44 {
  font-size: 4.4rem !important;
}

.fz45 {
  font-size: 4.5rem !important;
}

.fz46 {
  font-size: 4.6rem !important;
}

.fz47 {
  font-size: 4.7rem !important;
}

.fz48 {
  font-size: 4.8rem !important;
}

.fz49 {
  font-size: 4.9rem !important;
}

.fz50 {
  font-size: 5rem !important;
}

.fz51 {
  font-size: 5.1rem !important;
}

.fz52 {
  font-size: 5.2rem !important;
}

.fz53 {
  font-size: 5.3rem !important;
}

.fz54 {
  font-size: 5.4rem !important;
}

.fz55 {
  font-size: 5.5rem !important;
}

.fz56 {
  font-size: 5.6rem !important;
}

.fz57 {
  font-size: 5.7rem !important;
}

.fz58 {
  font-size: 5.8rem !important;
}

.fz59 {
  font-size: 5.9rem !important;
}

.fz60 {
  font-size: 6rem !important;
}

[class*=m-col]._p0,
[class*=m-imgCol]._p0,
[class*=m-grid_]._p0 {
  gap: 0rem;
}

[class*=m-col]._p1,
[class*=m-imgCol]._p1,
[class*=m-grid_]._p1 {
  gap: 1rem;
}

[class*=m-col]._p2,
[class*=m-imgCol]._p2,
[class*=m-grid_]._p2 {
  gap: 2rem;
}

[class*=m-col]._p3,
[class*=m-imgCol]._p3,
[class*=m-grid_]._p3 {
  gap: 3rem;
}

[class*=m-col]._p4,
[class*=m-imgCol]._p4,
[class*=m-grid_]._p4 {
  gap: 4rem;
}

[class*=m-col]._p5,
[class*=m-imgCol]._p5,
[class*=m-grid_]._p5 {
  gap: 5rem;
}

[class*=m-col]._p6,
[class*=m-imgCol]._p6,
[class*=m-grid_]._p6 {
  gap: 6rem;
}

[class*=m-col]._p7,
[class*=m-imgCol]._p7,
[class*=m-grid_]._p7 {
  gap: 7rem;
}

[class*=m-col]._p8,
[class*=m-imgCol]._p8,
[class*=m-grid_]._p8 {
  gap: 8rem;
}

[class*=m-col]._p9,
[class*=m-imgCol]._p9,
[class*=m-grid_]._p9 {
  gap: 9rem;
}

[class*=m-col]._p10,
[class*=m-imgCol]._p10,
[class*=m-grid_]._p10 {
  gap: 10rem;
}

[class*=m-col]._text-only,
[class*=m-imgCol]._text-only,
[class*=m-grid_]._text-only {
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  [class*=m-col]._text-only,
  [class*=m-imgCol]._text-only,
  [class*=m-grid_]._text-only {
    row-gap: 0.8em;
  }
}
[class*=m-col] > *,
[class*=m-imgCol] > *,
[class*=m-grid_] > * {
  min-width: 0;
  max-width: 100%;
}

[class*=m-col] {
  display: flex;
  gap: 2.4rem;
}
[class*=m-col] > * {
  flex: 1;
}
[class*=m-col] > * > *:first-child {
  margin-top: 0;
}
[class*=m-col]._reverse {
  flex-flow: row-reverse;
}

.m-imgCol,
.m-imgCol_sp {
  display: flex;
  gap: 2.4rem;
}
.m-imgCol > * > *:first-child,
.m-imgCol_sp > * > *:first-child {
  margin-top: 0;
}
.m-imgCol .m-imgCol_i,
.m-imgCol_sp .m-imgCol_i {
  flex: 0 0 auto;
  max-width: 80%;
}
.m-imgCol .m-imgCol_t,
.m-imgCol_sp .m-imgCol_t {
  flex: 1 1 auto;
}
.m-imgCol._reverse,
.m-imgCol_sp._reverse {
  flex-flow: row-reverse;
}

[class*=m-grid_] {
  display: grid;
  gap: 2.4rem;
}
[class*=m-grid_] > * > *:first-child {
  margin-top: 0;
}

.m-grid_2 {
  grid-template-columns: 1fr 1fr;
}
.m-grid_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.m-grid_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.m-grid_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.m-grid_6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll=fade-top] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(30px);
}

*[data-scroll=fade-bottom] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(-30px);
}

*[data-scroll=fade-top].scroll-show,
*[data-scroll=fade-bottom].scroll-show {
  opacity: 1;
  transform: translateY(0);
}

*[data-scroll=fade-left] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(30px);
}

*[data-scroll=fade-right] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(-30px);
}

*[data-scroll=fade-left].scroll-show,
*[data-scroll=fade-right].scroll-show {
  opacity: 1;
  transform: translateX(0);
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 1200px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
