@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Sen:wght@400..800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
.footer_wrap .footer_nav .li a:hover p::before {
  color: #d07113;
}
.sp_fixed_nav {
  display: none;
}
@media screen and (max-width:1080px) {
  body {
    padding-bottom: 82px;
  }
  .sp_fixed_nav {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #d9d3c8;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
  }
  .sp_fixed_nav p{
  text-align:center}
  .sp_fixed_nav .nav_li {
    width: 25%;
    border-right: 1px solid #e5e0d8;
  }
  .sp_fixed_nav .nav_li:last-child {
    border-right: none;
  }
  .sp_fixed_nav .nav_li a {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
  }
  .sp_fixed_nav .nav_li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .sp_fixed_nav .nav_li .en {
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #333;
    font-weight: 600;
  }
  .sp_fixed_nav .nav_li .jp {
    font-size: 9px;
    line-height: 1;
    color: #333;
    margin-top: 3px;
  }
}
.scene_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(34px, 5vw, 70px);
}
.scene_wrap .scene_item {
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 6vw, 80px);
}
.scene_wrap .imgbox {
  width: calc(58% - clamp(40px, 6vw, 80px) / 2);
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 2.25 / 1;
}
.scene_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scene_wrap .txtbox {
  width: calc(42% - clamp(40px, 6vw, 80px) / 2);
}
.scene_wrap h3 {
  line-height: 1;
  letter-spacing: .16em;
  margin-bottom: 8px;
}
.scene_wrap .jp {
  letter-spacing: .08em;
}
.scene_wrap .line {
  width: 18px;
  height: 1px;
  background: #777;
  margin: 20px 0;
}
.scene_wrap .txt {
  line-height: 2;
  letter-spacing: .06em;
}
@media screen and (max-width:768px) {
  .scene_wrap {
    gap: clamp(50px, 7vw, 100px);
  }
  .scene_wrap .scene_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .scene_wrap .scene2 .txtbox, .scene_wrap .scene4 .txtbox {
    order: 2;
  }
  .scene_wrap .scene2 .imgbox, .scene_wrap .scene4 .imgbox {
    order: 1;
  }
  .scene_wrap .imgbox, .scene_wrap .txtbox {
    width: 100%;
  }
  .scene_wrap .imgbox {
    aspect-ratio: 16 / 9;
  }
  .scene_wrap .txtbox {
    text-align: center;
  }
  .scene_wrap .scene_head {
    text-align: center;
  }
  .scene_wrap .line {
    margin-left: auto;
    margin-right: auto;
  }
  .scene_wrap .txt {
    text-align: center;
  }
}
.rental_wrap, .other_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.rental_wrap {
  max-width: 1280px;
}
.rental_list {
  width: 100%;
}
.rental_item {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 10px;
  border-bottom: 1px dashed rgba(51, 51, 51, .45);
}
.rental_item > p {
  letter-spacing: .06em;
}
.rental_item .price_box {
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 0;
}
.rental_item .price_box p {
  line-height: 1.4;
  letter-spacing: .06em;
}
.rental_item .price_box .price_num {
  line-height: 1;
}
.rental_wrap .note {
  margin-top: clamp(10px, 4vw, 20px);
  line-height: 2;
  letter-spacing: .06em;
}
.service_link_wrap {
  --gap: clamp(20px, 4vw, 36px);
  justify-content: center;
  align-items: stretch;
  gap: var(--gap);
  margin-top: clamp(70px, 8vw, 100px);
}
.service_link {
  width: calc(100% / 3 - var(--gap) * 2 / 3);
  background: #fff;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px) 18px;
  text-align: center;
  transition: .3s;
}
.service_link img {
  width: clamp(36px, 5vw, 48px);
  height: auto;
  margin-bottom: 18px;
}
.service_link .en {
  line-height: 1;
  letter-spacing: .14em;
  white-space: nowrap;
}
.service_link .jp {
  letter-spacing: .08em;
  line-height: 1.5;
  margin-top: 6px;
}
.service_link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #333;
  margin: 14px auto 0;
  transition: .3s;
}
.service_link .icon i {
  color: #fff;
  line-height: 1;
}
.service_link:hover {
  transform: translateY(-4px);
}
.service_link:hover .icon {
  background: #d07113;
  transform: translateX(3px);
}
@media screen and (max-width:900px) {
  .service_link_wrap {
    flex-wrap: wrap;
  }
  .service_link {
    width: calc(50% - var(--gap) / 2);
  }
}
@media screen and (max-width:576px) {
  .rental_item {
    padding: 16px 0;
  }
  .service_link {
    width: 100%;
    max-width: 100%;
  }
}
.camp_intro_wrap .camp_intro_inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.camp_intro_wrap .txtbox h2 {
  letter-spacing: .12em;
  line-height: 1.7;
}
.camp_intro_wrap .txtbox p {
  letter-spacing: .08em;
}
.camp_intro_wrap .imglist {
  --gap: clamp(12px, 2vw, 22px);
  gap: var(--gap);
}
.camp_intro_wrap .imgbox {
  width: calc(100% / 3 - var(--gap) * 2 / 3);
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  border-radius: 8px;
}
.camp_intro_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width:768px) {
  .camp_intro_wrap .imglist {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .camp_intro_wrap .imgbox {
    width: calc(50% - var(--gap) / 2);
  }
}
@media screen and (max-width:576px) {
  .camp_intro_wrap .imglist {
    flex-direction: column;
  }
  .camp_intro_wrap .imgbox, .camp_intro_wrap .imgbox:nth-child(3) {
    width: 100%;
  }
}
.titlebox1 .entitle2 {
  letter-spacing: .18em;
  line-height: 1;
}
.titlebox1 h2 {
  margin-top: 10px;
  letter-spacing: .08em;
  line-height: 1.6;
}
.pagetitle {
  position: relative;
  height: clamp(260px, 32vw, 360px);
  min-height: 260px;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(70px, 8vw, 100px);
  padding-bottom: clamp(70px, 8vw, 100px);
}
body.on .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .12) 58%, rgba(0, 0, 0, 0) 100%);
}
.pagetitle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pagetitle .txtbox {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 50px;
}
.pagetitle h1 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
  margin-bottom: 16px;
}
.pagetitle p {
  letter-spacing: .12em;
  color: #fff;
}
@media screen and (max-width:576px) {
  .pagetitle {
    height: 240px;
    min-height: 240px;
  }
  .pagetitle h1 {
    font-size: clamp(36px, 12vw, 48px);
  }
}
.insta_wrap {}
.insta_wrap .insta_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  gap: 16px;
  justify-content: center;
}
.insta_wrap .insta_item {
  position: relative;
  width: calc(50% - 8px);
  aspect-ratio: 2.6 / 1;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.insta_wrap .insta_item .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.insta_wrap .insta_item .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 103, 132, .55);
  z-index: 2;
}
.insta_wrap .insta_item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s;
}
.insta_wrap .insta_item:hover .bg img {
  transform: scale(1.06);
}
.insta_wrap .txtbox {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.insta_wrap .insta_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 10px;
}
.insta_wrap .insta_txt i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.insta_wrap .title {
  color: #fff;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: .18em;
  line-height: 1;
  margin-bottom: 12px;
}
.insta_wrap .jp {
  color: #fff;
  letter-spacing: .16em;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .insta_wrap .insta_inner {
    flex-direction: column;
  }
  .insta_wrap .insta_item {
    width: 100%;
  }
}
@media screen and (max-width:576px) {
  .insta_wrap .insta_item {
    aspect-ratio: 2.2 / 1;
  }
  .insta_wrap .insta_txt {
    font-size: 12px;
  }
  .insta_wrap .title {
    font-size: 20px;
  }
}
.calendar_wrap {
  background: #ddd3b9;
}
.calendar_wrap .titlebox .entitle2 {
  letter-spacing: .18em;
  line-height: 1;
}
.calendar_wrap .titlebox .sub_txt {
  margin-top: 10px;
  letter-spacing: .12em;
}
.calendar_wrap .calendar_box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 36px);
  background: #fff;
  border-radius: 8px;
}
.calendar_wrap .calendar_box iframe {
  width: 100%;
  height: clamp(360px, 52vw, 520px);
  display: block;
  background: #ccc;
}
.service_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 112px;
  padding: 12px 16px;
  background: #3f3f3f;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  transition: .3s;
}
.service_more i {
  color: #fff;
  font-size: 11px;
  transition: .3s;
}
.service_more:hover {
  background: #d07113;
}
.service_more:hover i {
  transform: translateX(3px);
}
.service_more p {
  color: #fff;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1;
}
.service_more i {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  transition: .3s;
}
.service_wrap .service_item:hover .service_more {
  background: #d07113;
}
.service_wrap .service_item:hover .service_more i {
  transform: translateX(3px);
}
.message_wrap {
  position: relative;
  overflow: hidden;
}
.message_wrap .message_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.message_wrap .message_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 36, .7);
}
.message_wrap .message_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message_wrap .top_a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.message_wrap .leftbox, .message_wrap .rightbox {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.message_wrap .leftbox {
  width: 34%;
}
.message_wrap .leftbox {
  gap: clamp(70px, 8vw, 120px);
}
.message_wrap .rightbox {
  gap: clamp(50px, 6vw, 90px);
  padding-top: clamp(80px, 8vw, 120px);
}
.message_wrap .txtbox {
  width: 38%;
  position: relative;
  align-items: flex-start;
  text-align: left;
  min-width: 360px;
}
.message_wrap .message_en {
  position: absolute;
  left: -180px;
  top: clamp(-180px, -10vw, -60px);
  font-size: clamp(70px, 8vw, 110px);
  line-height: 1;
  transform: rotate(-8deg);
}
.message_wrap .imgbox {
  overflow: hidden;
  border-radius: 10px;
}
.message_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.message_wrap .message1 {
  width: 100%;
  aspect-ratio: 4 / 5;
}
.message_wrap .message2 {
  width: 78%;
  aspect-ratio: 16 / 10;
  margin-left: auto;
}
.message_wrap .message3 {
  width: 68%;
  aspect-ratio: 1 / 1;
  margin-left: auto;
}
.message_wrap .message4 {
  width: 88%;
  aspect-ratio: 4 / 5;
}
.message_wrap .txtbox h2 {
  line-height: 1.8;
  letter-spacing: .12em;
}
.message_wrap .txtbox p {
  letter-spacing: .08em;
}
@media screen and (max-width:1080px) {
  .message_wrap .top_a {
    flex-direction: column;
    align-items: center;
    gap: clamp(50px, 7vw, 90px);
  }
  .message_wrap .leftbox {
    order: 1;
    width: 100%;
    max-width: 780px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(20px, 4vw, 50px);
  }
  .message_wrap .txtbox {
    order: 2;
    width: 100%;
    max-width: 640px;
    align-items: center;
    text-align: center;
  }
  .message_wrap .rightbox {
    order: 3;
    width: 100%;
    max-width: 780px;
    padding-top: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(20px, 4vw, 50px);
  }
  .message_wrap .message_en {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
    font-size: clamp(56px, 10vw, 90px);
  }
  .message_wrap .message1 {
    width: 48%;
    max-width: 360px;
    aspect-ratio: 4 / 5;
    margin-top: -70px;
  }
  .message_wrap .message2 {
    width: 44%;
    max-width: 360px;
    aspect-ratio: 16 / 10;
    margin-top: clamp(170px, 22vw, 250px);
    transform: none;
  }
  .message_wrap .message3 {
    width: 40%;
    max-width: 300px;
    aspect-ratio: 16 / 10;
    transform: translateY(10px);
  }
  .message_wrap .message4 {
    width: 46%;
    max-width: 340px;
    aspect-ratio: 4 / 5;
    margin-top: clamp(80px, 12vw, 140px);
    transform: translateX(10px);
  }
}
@media screen and (max-width:768px) {
  .message_wrap .leftbox, .message_wrap .rightbox {
    max-width: 560px;
    gap: 18px;
  }
  .message_wrap .message1 {
    width: 52%;
  }
  .message_wrap .message2 {
    width: 48%;
  }
  .message_wrap .message3 {
    width: 45%;
  }
  .message_wrap .message4 {
    width: 50%;
    margin-top: clamp(70px, 14vw, 110px);
  }
}
@media screen and (max-width:576px) {
  .message_wrap .top_a {
    gap: 40px;
  }
  .message_wrap .leftbox, .message_wrap .rightbox {
    gap: 14px;
  }
  .message_wrap .message1 {
    width: 54%;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .message_wrap .message2 {
    width: 50%;
    margin-top: auto;
  }
  .message_wrap .message3 {
    width: 48%;
  }
  .message_wrap .message4 {
    width: 52%;
    margin-top: 60px;
  }
}
.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, .8);
  color: #fff;
  transition: .3s;
  backdrop-filter: blur(2px);
}
.more p {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: .12em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.more i {
  font-size: clamp(18px, 2vw, 24px);
  color: #fff;
  line-height: 1;
  transition: .3s;
}
.more:hover {
  background: #fff;
}
.more:hover p, .more:hover i {
  color: #27313d;
}
.more:hover i {
  transform: translateX(4px);
}
.more1 {
  display: flex;
  justify-content: flex-end;
}
.more1 a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  transition: .3s;
}
.more1 a p {
  font-weight: 700;
  letter-spacing: .12em;
  color: #333;
}
.more1 a .iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 5vw, 50px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3c3c3c;
  transition: .3s;
}
.more1 a .iconbox img {
  width: clamp(10px, 1.4vw, 12px);
  height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
}
.more1 a:hover .iconbox {
  transform: translateX(4px);
}
.section04_head .more1 {
  margin-left: auto;
}
.more1.more_bottom {
  margin-top: clamp(24px, 4vw, 40px);
}
.scroll_reserve_bt {
  position: fixed;
  right: clamp(16px, 3vw, 36px);
  bottom: clamp(16px, 3vw, 36px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: #d57712;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: .35s;
}
.scroll_reserve_bt.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll_reserve_bt img {
  width: 16px;
  height: auto;
}
.scroll_reserve_bt p {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.scroll_reserve_bt:hover {
  transform: translateY(-3px);
  opacity: .9;
}
@media screen and (max-width:576px) {
  .scroll_reserve_bt {
    right: 12px;
    bottom: 12px;
    padding: 12px 16px;
  }
  .scroll_reserve_bt p {
    font-size: 12px;
  }
}
body {
  padding-left: clamp(265px, 25vw, 300px);
  background: #27313d;
}
.head_logo, .menu-bt, .menu-wrap {
  display: none;
}
.side_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: clamp(265px, 25vw, 300px);
  height: 100vh;
  overflow: auto;
  background: #fff;
  padding: clamp(28px, 4vw, 44px) clamp(28px, 3vw, 40px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 36px);
}
.side_menu .logo {
  width: clamp(150px, 14vw, 190px);
}
.side_menu .logo img {
  width: 100%;
  height: auto;
}
.side_menu .main_nav {
  width: 100%;
}
.side_menu .main_nav .nav_li + .nav_li {
  margin-top: clamp(18px, 2vw, 24px);
}
.side_menu .main_nav .nav_li a {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  transition: .3s;
}
.side_menu .main_nav .nav_li a:hover {
  opacity: .65;
}
.side_menu .main_nav .nav_li img {
  width: clamp(28px, 3vw, 36px);
  height: auto;
}
.side_menu .main_nav .nav_li .en {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: .12em;
  color: #333;
  line-height: 1.4;
}
.side_menu .main_nav .nav_li .jp {
  font-size: 11px;
  letter-spacing: .08em;
  color: #333;
  line-height: 1.4;
}
.side_menu .ul {
  width: 100%;
}
.side_menu .ul > .li {
  width: 100%;
  background: #1b7894;
  border-radius: 3px;
  overflow: hidden;
}
.side_menu .ul > .li + .li {
  margin-top: 8px;
}
.side_menu .ul > .li a {
  width: 100%;
  padding: 12px 16px;
  justify-content: center;
  transition: .3s;
}
.side_menu .ul > .li a:hover {
  opacity: .8;
}
.side_menu .ul > .li a p {
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
}
.side_menu .ul .li-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 14px;
}
.side_menu .ul .li-box .li {
  background: #d8ceb2;
  border-radius: 2px;
}
.side_menu .ul .li-box .li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  transition: .3s;
}
.side_menu .ul .li-box .li a:hover {
  background: rgba(255, 255, 255, .25);
}
.side_menu .ul .li-box .li p, .side_menu .ul .li-box .li i {
  color: #4d4635;
  font-size: 12px;
  font-weight: 600;
}
.side_menu .snsbox {
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.side_menu .snsbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: .3s;
}
.side_menu .snsbox a:hover {
  opacity: .65;
}
.side_menu .snsbox i {
  font-size: 30px;
  line-height: 1;
  color: #1b7894;
}
.main-wrap {
  position: relative;
  overflow: hidden;
}
.fv_wrap {
  position: relative;
  overflow: hidden;
}
body:not(.gjs-dashed) .fv {
  position: relative;
  width: 100%;
  height: min(86vh, 760px);
  min-height: 560px;
  overflow: hidden;
}
body:not(.gjs-dashed) .fv .swiper-container, body:not(.gjs-dashed) .fv .swiper-wrapper, body:not(.gjs-dashed) .fv .swiper-slide, .fv .bg_img_wrap2 {
  width: 100%;
  height: 100%;
}
.fv .bg_img_wrap2 {
  display: block;
  position: relative;
}
body:not(.gjs-dashed) .fv .swiper-container, body:not(.gjs-dashed) .fv .swiper-wrapper, body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .bg_img_wrap2 {
  position: relative;
}
body:not(.gjs-dashed) .fv .bg_img_wrap2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .05) 55%, rgba(0, 0, 0, .15));
  z-index: 1;
}
.fv .bg_img_wrap2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site_logo {
  position: absolute;
  left: 53%;
  top: 18%;
  z-index: 3;
  color: #fff;
  text-align: right;
}
.site_logo .site_name {
  font-size: clamp(44px, 7vw, 74px);
  letter-spacing: .22em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.site_logo .site_kana {
  margin-top: 8px;
  letter-spacing: .16em;
  color: #fff;
  padding-right: 20px;
}
.fv_txt {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-45%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.fv_txt .catch_copy {
  margin-bottom: clamp(20px, 3vw, 30px);
}
.fv_txt .catch_copy h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.65;
  letter-spacing: .12em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}
.fv_txt .lead_box {
  max-width: 700px;
}
.fv_txt .lead1 {
  line-height: 2.1;
  letter-spacing: .08em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .3);
}
@media screen and (max-width:1080px) {
  .site_logo {
    left: auto;
    right: 10%;
    top: 22%;
  }
  .site_logo .site_name {
    font-size: clamp(38px, 10vw, 64px);
  }
  .fv_txt {
    left: 7%;
    top: 58%;
  }
}
@media screen and (max-width:576px) {
  .site_logo {
    top: 18%;
  }
  .fv_txt {
    width: 86%;
    left: 7%;
    top: 58%;
  }
  .fv_txt .catch_copy h1 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .fv_txt .lead br {
    display: none;
  }
}
.top_btns {
  position: absolute;
  right: clamp(20px, 3vw, 40px);
  top: clamp(18px, 2vw, 24px);
  z-index: 5;
  gap: 10px;
  flex-wrap: nowrap;
}
.top_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  transition: .3s;
}
.top_btns a:hover {
  transform: translateY(-2px);
  opacity: .9;
}
.top_btns a img {
  width: 16px;
  height: auto;
}
.top_btns a p {
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
}
.top_btns2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.top_btns2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 3px;
  color: #fff;
  letter-spacing: .08em;
  transition: .3s;
}
.top_btns2 a:hover {
  transform: translateY(-2px);
  opacity: .9;
}
.top_btns2 a img {
  width: 16px;
  height: auto;
}
.top_btns2 a p {
  color: #fff;
  letter-spacing: .08em;
}
.schedule_bt {
  background: #1b7894;
}
.reserve_bt {
  background: #d57712;
}
.circle_reserve {
  position: absolute;
  right: clamp(36px, 6vw, 72px);
  bottom: 10px;
  z-index: 6;
  width: clamp(175px, 17vw, 230px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  z-index: 100;
}
.circle_reserve:hover {
  transform: translateY(-4px);
}
.circle_reserve .circle_text {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  animation: reserve_rotate 18s linear infinite;
}
.circle_reserve .circle_text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.circle_reserve .circle_inner {
  position: relative;
  z-index: 2;
  width: 76%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d57712;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.circle_reserve .circle_inner img {
  width: clamp(18px, 2vw, 24px);
  height: auto;
  margin-bottom: 8px;
}
.circle_reserve .circle_inner .en {
  color: #fff;
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
}
.circle_reserve .circle_inner .jp {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: .06em;
  line-height: 1.5;
  margin-top: 4px;
}
@keyframes reserve_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width:576px) {
  .circle_reserve {
    right: 16px;
  }
}
@media screen and (max-width:1080px) {
  body {
    padding-left: 0;
  }
  .side_menu {
    display: none;
  }
  .head_logo {
    display: block;
    position: fixed;
    top: 14px;
    left: 20px;
    z-index: 99;
    width: clamp(70px, 15vw, 110px);
  }
  .head_logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .7));
  }
  .menu-bt {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 9999;
    width: clamp(54px, 8vw, 64px);
    aspect-ratio: 1/1;
    background: #d57712;
    border-radius: 50%;
    cursor: pointer;
  }
  .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
    aspect-ratio: 1.4/1;
  }
  .menu-bt .line div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: .3s;
  }
  .menu-bt .line div:first-of-type {
    top: 0;
  }
  .menu-bt .line div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-bt .line div:last-of-type {
    bottom: 0;
  }
  .menu-bt.active .line div:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .menu-bt.active .line div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-bt.active .line div:last-of-type {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .menu-wrap {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(255, 255, 255, .94);
  }
  .menu-wrap > div {
    width: 100%;
    height: 100%;
    padding: 90px 6vw 40px;
    overflow: auto;
  }
  .menu-wrap > div .ul {
    width: 100%;
    gap: 12px;
  }
  .menu-wrap > div .ul .li {
    width: calc(50% - 6px);
  }
  .menu-wrap > div .ul .li a {
    display: block;
    width: 100%;
    padding: 13px 10px;
    background: #26333d;
    border-radius: 4px;
    transition: .3s;
  }
  .menu-wrap > div .ul .li a:hover {
    opacity: .8;
  }
  .menu-wrap > div .ul .li2 a {
    background: #d57712;
  }
  .menu-wrap > div .ul .li a p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
  }
  .fv {
    height: 78vh;
    min-height: 560px;
  }
  .fv_txt {
    left: 7%;
    top: 56%;
  }
  .fv_txt .site_name {
    position: static;
    font-size: clamp(38px, 10vw, 64px);
    margin-bottom: 8px;
  }
  .fv_txt .site_kana {
    position: static;
    margin-bottom: clamp(34px, 7vw, 56px);
  }
  .top_btns {
    display: none;
  }
}
@media screen and (max-width:576px) {
  .circle_reserve {
    right: clamp(16px, 5vw, 24px);
    bottom: 8px;
    width: clamp(120px, 32vw, 145px);
  }
  .circle_reserve .circle_inner img {
    width: clamp(15px, 4vw, 18px);
    margin-bottom: 5px;
  }
  .circle_reserve .circle_inner .en {
    font-size: clamp(10px, 3vw, 12px);
  }
  .circle_reserve .circle_inner .jp {
    font-size: clamp(10px, 2.8vw, 12px);
    margin-top: 2px;
  }
  .fv {
    height: 72vh;
    min-height: 520px;
  }
  .fv_txt {
    width: 86%;
    left: 7%;
    top: 50%;
  }
  .fv_txt h1 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .fv_txt .lead br {
    display: none;
  }
  .circle_reserve {
    right: 20px;
  }
  .menu-wrap > div .ul .li {
    width: 100%;
  }
}
.footer_wrap {
  background: #2d2926;
  color: #fff;
}
.footer_wrap .snsbox i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.footer_wrap a {
  text-decoration: none;
  transition: .3s;
}
.footer_wrap .footer_upper {
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
.footer_wrap .footer_reserve, .footer_wrap .footer_contact {
  width: 50%;
  padding: clamp(36px, 5vw, 64px) clamp(28px, 5vw, 70px);
}
.footer_wrap .footer_contact {}
.footer_wrap .footer_reserve > p {
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.footer_wrap .footer_contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_wrap .footer_linkrow {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 460px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer_wrap .footer_linkrow p {
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.4;
}
.footer_wrap .footer_upper .icon {
  width: clamp(46px, 5vw, 56px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #444240;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s;
}
.footer_wrap .footer_upper .icon img {
  width: 10px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.footer_wrap .footer_linkrow:hover .icon {
  background: #d07113;
  transform: translateX(4px);
}
.footer_wrap .footer_lower {
  position: relative;
  padding-top: 100px;
}
.footer_wrap .footer_inner {
  --footer-gap: clamp(40px, 8vw, 120px);
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--footer-gap);
}
.footer_wrap .footer_brand {
  width: calc(40% - var(--footer-gap) / 2);
}
.footer_wrap .footer_nav {
  width: calc(60% - var(--footer-gap) / 2);
}
.footer_wrap .footer_brand .logo img {
  display: block;
  width: clamp(140px, 16vw, 220px);
  height: auto;
  margin-bottom: clamp(24px, 3vw, 34px);
}
.footer_wrap .footer_brand > p {
  color: rgba(255, 255, 255, .58);
  line-height: 2;
  letter-spacing: .08em;
  margin-bottom: clamp(14px, 2vw, 22px);
}
.footer_wrap .footer_brand > p a {
  color: rgba(255, 255, 255, .58);
}
.footer_wrap .snsbox {
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(22px, 3vw, 34px);
}
.footer_wrap .snsbox a {
  display: block;
}
.footer_wrap .snsbox img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer_wrap .snsbox a:hover {
  opacity: .7;
  transform: translateY(-2px);
}
.footer_wrap .footer_nav .rightbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(36px, 5vw, 72px);
}
.footer_wrap .footer_nav .ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_wrap .footer_nav .li a p {
  color: #fff;
  line-height: 1.7;
  letter-spacing: .08em;
  white-space: nowrap;
}
.footer_wrap .footer_nav .li a:hover p {
  color: #d07113;
  transform: translateX(4px);
  transition: .3s;
}
.footer_wrap .footer_copy {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(60px, 8vw, 100px);
}
.footer_wrap .footer_copy p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  letter-spacing: .12em;
}
.footer_wrap .footer_linkrow p {
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.6;
  white-space: nowrap;
}
.footer_wrap .footer_nav .li a p {
  position: relative;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .08em;
  white-space: nowrap;
  padding-left: 1em;
}
.footer_wrap .footer_nav .li a p::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
@media screen and (max-width:1200px) {
  .footer_wrap .footer_reserve, .footer_wrap .footer_contact {
    padding: clamp(30px, 4vw, 54px) clamp(22px, 3vw, 40px);
  }
  .footer_wrap .footer_linkrow {
    max-width: none;
  }
}
@media screen and (max-width:900px) {
  .footer_wrap .footer_upper {
    flex-direction: column;
  }
  .footer_wrap .footer_reserve, .footer_wrap .footer_contact {
    width: 100%;
    padding: 34px 24px;
  }
  .footer_wrap .footer_contact {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  .footer_wrap .footer_inner {
    flex-direction: column;
  }
  .footer_wrap .footer_brand, .footer_wrap .footer_nav {
    width: 100%;
  }
  .footer_wrap .footer_nav .rightbox {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 28px 44px;
  }
  .footer_wrap .footer_copy {
    justify-content: flex-start;
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:576px) {
  .footer_wrap .footer_inner {
    max-width: 350px;
  }
  .footer_wrap .footer_linkrow {
    max-width: 100%;
  }
}
.footer_map {
  width: 100%;
  height: clamp(380px, 32vw, 550px);
  overflow: hidden;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.main-wrap {
  overflow: hidden;
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #D07113;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: ;
}
.bg1 {
  background: #DDD3B9;
}
.bg2 {
  background: #1F6784;
}
.bg3 {
  background: #D07113;
}
.fontsen {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontcave {
  font-family: "Caveat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 72px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(24px, 3vw, 46px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F3F0E9;
  color: #404040;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}