@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

*, *::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: "Zen Kaku Gothic New", 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: #000;
  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 {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
  background: #fffded;
  color: #333;
  font-size: 1rem;
  text-align: left;
}

section {
  position: relative;
}

main {
  display: block;
}

.wrap {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

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

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

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

.preload *, .preload *::before, .preload *::after {
  transition: none !important;
}

img {
  width: 100%;
}

@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(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    main
------------------------------ */
@media screen and (min-width: 768px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    background: url("../img/bg_pc.jpg") no-repeat center bottom/cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .contents {
    background: #fffded;
    position: absolute;
    right: 10%;
    top: 0;
    width: 487px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contents {
    right: 50%;
    translate: 50% 0;
  }
}
@media screen and (min-width: 768px) {
  .pc_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(90% - 487px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pc_wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_wrap .logo {
    translate: 2% 0;
  }
  .pc_wrap .logo img {
    width: 30rem;
  }
  .pc_wrap .btn a {
    background: #fff;
    border: 2px solid #ec6c1f;
    color: #ec6c1f;
    width: 23rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 1em 2em;
    position: relative;
    margin: 3rem auto 0;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .pc_wrap .btn a i {
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1em;
    top: 50%;
    translate: 0 -50%;
  }
  .pc_wrap .btn a i svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pc_wrap .btn a i svg .cls-1 {
    transition: fill 0.3s ease;
  }
  .pc_wrap .btn a:hover {
    background: #ec6c1f;
    color: #fff;
    opacity: 1;
  }
  .pc_wrap .btn a:hover i svg .cls-1 {
    fill: #fff;
  }
}
#sec_fv {
  background: url("../img/fv_bg.jpg") no-repeat center top/100% auto;
}
#sec_fv .txt {
  padding: 4rem 4rem 0;
}
#sec_fv .txt img {
  width: 100%;
}
#sec_fv .logo {
  padding: 0 6rem;
}
#sec_fv .logo img {
  translate: 3% 0;
}
#sec_fv .logo.scroll-show {
  animation: 0.4s boing-anim ease;
}
@keyframes boing-anim {
  10% {
    transform: scale(0.8, 0.8);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
#sec_fv .img {
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
#sec_fv .img ._02 {
  width: 85%;
  margin-left: 1rem;
}
#sec_fv .img ._01 {
  margin-top: -11rem;
  width: 98%;
  margin-left: 0.5rem;
  position: relative;
  z-index: 2;
}

.shikumi_wrap {
  background: #fffac8;
  border-radius: 1rem;
  padding: 4rem 2.5rem 2rem;
  position: relative;
}
.shikumi_wrap .ttl {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  width: 90%;
}
.shikumi_wrap .ttl span {
  display: block;
  background: #ec6c1f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  padding: 0.3em;
  margin: 0 0.8rem;
}
.shikumi_wrap .ttl span::before, .shikumi_wrap .ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
  display: block;
  background: #ec6c1f;
}
.shikumi_wrap .ttl span::after {
  left: auto;
  right: 0;
}
.shikumi_wrap .txt {
  letter-spacing: 0.06em;
  font-weight: 500;
}
.shikumi_wrap .table {
  display: grid;
  grid-template-columns: 23% 1fr;
  align-items: flex-start;
  gap: 1.5em;
  margin-top: 1rem;
}
.shikumi_wrap .table .sttl {
  background: #ec6c1f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 0.4rem;
  margin-top: 0.4rem;
}
.shikumi_wrap .table .txt {
  color: #ec6c1f;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.shikumi_wrap .table .txt strong {
  font-size: 3rem;
  line-height: 1;
}
.shikumi_wrap .table .txt small {
  font-size: 1.7rem;
}
.shikumi_wrap .table .txt .black {
  color: #333;
  line-height: 1;
  font-size: 1.6rem;
}
.shikumi_wrap .table .txt .black small {
  font-size: 1.3rem;
}
.shikumi_wrap .tokuten {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.shikumi_wrap .tokuten .tate {
  border: 1px solid #ec6c1f;
  color: #ec6c1f;
  width: 1.5em;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  border-radius: 0.3rem;
}
.shikumi_wrap .tokuten .img img {
  width: 9.6rem;
}
.shikumi_wrap .tokuten .txt {
  color: #ec6c1f;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.shikumi_wrap .tokuten .txt strong {
  font-size: 2.2rem;
  font-weight: 500;
}

#sec_01 {
  background: #1eaa39;
  margin-top: -4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
#sec_01::before {
  content: "";
  background: url("../img/sec01_bg.png") no-repeat center/120% auto;
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: -5rem;
}
#sec_01 .ttl_wrap {
  color: #fff;
  padding: 5rem 0 6rem;
  position: relative;
}
#sec_01 .ttl_wrap .ttl {
  font-size: 2.3rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}
#sec_01 .ttl_wrap .txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#sec_01 .ttl_wrap .img {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
#sec_01 .ttl_wrap .img img {
  width: 14rem;
}

#sec_02 {
  padding: 4rem 0 5rem;
}
#sec_02 .ttl_wrap .ttl {
  position: relative;
}
#sec_02 .ttl_wrap .ttl span {
  display: block;
  background: #ec6c1f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  padding: 0.3em;
  margin: 0 0.8rem;
}
#sec_02 .ttl_wrap .ttl span::before, #sec_02 .ttl_wrap .ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
  display: block;
  background: #ec6c1f;
}
#sec_02 .ttl_wrap .ttl span::after {
  left: auto;
  right: 0;
}
#sec_02 .ttl_wrap .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 0.8em;
}
#sec_02 .ttl_wrap .txt small {
  font-size: 1.2rem;
}
#sec_02 .lineup_wrap .box {
  margin-top: 2.5rem;
}
#sec_02 .lineup_wrap .box .num {
  background: url("../img/sec02_ttl01.svg") no-repeat center/100% auto;
  color: #009eb8;
  padding: 0.8em 0 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
#sec_02 .lineup_wrap .box .ttl {
  color: #009eb8;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  margin: 1em 0;
}
#sec_02 .lineup_wrap .box .img {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
#sec_02 .lineup_wrap .box .img .month {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
  padding-top: 1rem;
  background: #009eb8;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 1rem 0;
}
#sec_02 .lineup_wrap .box .img .month i {
  width: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sec_02 .lineup_wrap .box .img .month img {
  width: auto;
  height: 2rem;
}
#sec_02 .lineup_wrap .box .img .month small {
  font-size: 1.1rem;
}
#sec_02 .lineup_wrap .box .flex {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
}
#sec_02 .lineup_wrap .box .flex .img {
  flex: 0 0 auto;
  width: 15rem;
  border-radius: 1rem;
  overflow: hidden;
}
#sec_02 .lineup_wrap .box .flex .txt {
  flex: 1 1 auto;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#sec_02 .lineup_wrap .box:nth-child(even) .num {
  background-image: url(../img/sec02_ttl02.svg);
  color: #ec6c1f;
}
#sec_02 .lineup_wrap .box:nth-child(even) .ttl {
  color: #ec6c1f;
}
#sec_02 .lineup_wrap .box:nth-child(even) .img .month {
  background: #ec6c1f;
}

#sec_03 {
  background: linear-gradient(to bottom, transparent 30%, #ec6c1f 30%);
}
#sec_03 .ttl {
  width: 90%;
  padding-right: 1rem;
  margin: 0 auto;
}
#sec_03 .bg {
  background: url("../img/sec03_bg.png") no-repeat top center/100% auto;
  margin-top: -1rem;
  padding: 5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
#sec_03 .bg .hatena .ico {
  position: absolute;
}
#sec_03 .bg .hatena ._01 {
  left: -2rem;
  top: 3rem;
  width: 3.5rem;
  rotate: -20deg;
  animation: 3s hatena-anime-01 ease infinite;
}
@keyframes hatena-anime-01 {
  80% {
    rotate: -20deg;
  }
  90% {
    rotate: 20deg;
  }
  100% {
    rotate: -20deg;
  }
}
#sec_03 .bg .hatena ._02 {
  left: 6rem;
  top: -2.5rem;
  width: 2rem;
  rotate: -20deg;
  animation: 3s hatena-anime-02 ease infinite;
}
@keyframes hatena-anime-02 {
  20% {
    rotate: -20deg;
  }
  30% {
    rotate: 20deg;
  }
  40% {
    rotate: -20deg;
  }
}
#sec_03 .bg .hatena ._03 {
  right: 7rem;
  top: -3rem;
  width: 3rem;
  rotate: 20deg;
  animation: 3s hatena-anime-03 ease infinite;
}
@keyframes hatena-anime-03 {
  50% {
    rotate: 20deg;
  }
  60% {
    rotate: -20deg;
  }
  70% {
    rotate: 20deg;
  }
}
#sec_03 .bg .hatena ._04 {
  right: -2rem;
  top: 2rem;
  width: 3.5rem;
  rotate: 25deg;
  animation: 3s hatena-anime-04 ease infinite;
}
@keyframes hatena-anime-04 {
  20% {
    rotate: 25deg;
  }
  30% {
    rotate: -15deg;
  }
  40% {
    rotate: 25deg;
  }
}
#sec_03 .bg .hatena ._05 {
  left: 0;
  top: 22rem;
  width: 3.5rem;
  rotate: -25deg;
  animation: 3s hatena-anime-05 ease infinite;
}
@keyframes hatena-anime-05 {
  50% {
    rotate: -25deg;
  }
  60% {
    rotate: 15deg;
  }
  70% {
    rotate: -25deg;
  }
}
#sec_03 .bg .hatena ._06 {
  right: 1rem;
  top: 21rem;
  width: 3rem;
  rotate: 25deg;
  animation: 3s hatena-anime-06 ease infinite;
}
@keyframes hatena-anime-06 {
  80% {
    rotate: 25deg;
  }
  90% {
    rotate: -10deg;
  }
  100% {
    rotate: 25deg;
  }
}
#sec_03 .img {
  position: relative;
}
#sec_03 .img .month {
  position: absolute;
  left: 10%;
  top: 4%;
  width: 6.6rem;
}
#sec_03 .sttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  margin: 1em 0;
}
#sec_03 .txt {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
}

#sec_04 .bg {
  background: #fff;
  margin-top: 2rem;
  padding: 4rem 4% 10rem;
}
#sec_04 .bg .ttl {
  text-align: center;
}
#sec_04 .bg .ttl img {
  width: 90%;
}
#sec_04 .bg .txt {
  color: #603813;
  margin-top: 1.3em;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
}

#sec_05 {
  background: #ebebeb;
}
#sec_05::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 100%;
  background: #ebebeb;
}
#sec_05 .logo {
  width: 15rem;
  translate: 3% -4rem;
  margin: 0 auto;
}

.fixed_btn {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
}
.fixed_btn img {
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .fixed_btn {
    right: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fixed_btn {
    right: 50%;
    margin-right: -243.5px;
  }
}

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

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

*[data-scroll=fade] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
}

*[data-scroll=fade].scroll-show {
  opacity: 1;
}

/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #ebebeb;
  color: #4d4d4d;
  padding: 4rem 0;
  text-align: center;
}
#footer .ttl span {
  background: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding: 0.3em 1em;
  border-radius: 100px;
}
#footer .sttl {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0.8em 0 0.5em;
}
#footer .txt {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#footer .txt a {
  color: #4d4d4d;
}
#footer .small {
  font-size: 1.1rem;
  margin-top: 1em;
}
#footer .small a {
  font-weight: 500;
  color: #666;
  text-decoration: underline;
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .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; /* 隙間対応 */
}
