body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url(../img/body_bg_sp.webp);
  background-color: #f9f2dc;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  color: #333;
}
@media screen and (min-width: 750px) {
  body {
    background-image: url(../img/body_bg.webp);
  }
}
/*
font-weight:
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	Black 900 
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
strong {
  font-weight: 700;
}
.top_header {
  font-size: min(36px, 5.8vw);
  font-weight: 700;
  line-height: 1.72;
  color: #e5710e;
  text-align: center;
  margin-bottom: min(40px, 10.6vw);
}
@media screen and (min-width: 750px) {
  .top_header {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 60px;
  }
}
.sub_header {
  font-size: min(36px, 5.8vw);
  font-weight: 700;
  line-height: 1.72;
  color: #e5710e;
  text-align: center;
  margin-bottom: min(40px, 10.6vw);
}
@media screen and (min-width: 750px) {
  .sub_header {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
header {
  z-index: 100;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 4vw;
}
@media screen and (min-width: 750px) {
  header {
    top: 50px;
  }
}
header h1 img {
  width: min(131px, 34.9vw);
}
@media screen and (min-width: 750px) {
  header h1 img {
    width: inherit;
  }
}
.top {
  width: 100%;
  height: 100svh;
  background-image: url(../img/main_image_sp.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .top {
    background-image: url(../img/main_image.webp);
  }
}
.top .inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 750px) {
  .top .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50%;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.top .inner .top_wrap {
  padding: 0 5%;
  padding-bottom: 10vw;
}
@media screen and (min-width: 750px) {
  .top .inner .top_wrap {
    padding: 0;
  }
}
.top .inner .top_wrap .copy img {
  height: auto;
  width: 64vw;
}
@media screen and (min-width: 750px) {
  .top .inner .top_wrap .copy img {
    width: 38.5vw;
  }
}
.top .inner .top_wrap .message p {
  font-size: 3.8vw;
  text-align: right;
  line-height: 2;
  width: 64vw;
  word-break: keep-all;
}
.top .inner .top_wrap .message p span {
  background-color: #fff;
  padding: 0 0.7vw;
}
@media screen and (min-width: 750px) {
  .top .inner .top_wrap .message p {
    font-size: 1.4vw;
    text-align: left;
    line-height: 2.1;
    width: inherit;
    margin-left: 2em;
  }
  .top .inner .top_wrap .message p span {
    background: none;
    padding: 0;
  }
}
.section > .inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
p {
  font-size: 14px;
  line-height: 2.28;
  margin-bottom: 2em;
}
@media screen and (min-width: 750px) {
  p {
    font-size: 18px;
    line-height: 2.33;
    text-align: center;
  }
}
p.copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
a.phone {
  font-size: min(38px, 10vw);
  font-weight: 700;
  color: #e5710e;
  display: inline-block;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  a.phone {
    font-size: 38px;
  }
}
a.phone small {
  font-size: min(18px, 4.8vw);
}
@media screen and (min-width: 750px) {
  a.phone small {
    font-size: 18px;
  }
}
a.mail {
  background-image: url(../img/icon_link.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  color: #333;
  font-weight: 700;
  font-size: min(14px, 3.73vw);
}
@media screen and (min-width: 750px) {
  a.mail {
    font-size: 14px;
  }
}
h2 {
  font-weight: 700;
}
h2.howtojoin {
  background-image: url(../img/h_howto.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
  margin-bottom: min(40px, 10.6vw);
}
@media screen and (min-width: 750px) {
  h2.howtojoin {
    margin-bottom: 40px;
  }
}
h2.aboutus {
  background-image: url(../img/h_about.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
  margin-bottom: min(40px, 10.6vw);
}
@media screen and (min-width: 750px) {
  h2.aboutus {
    margin-bottom: 40px;
  }
}
span.big {
  font-size: 142%;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  span.big {
    font-size: 122%;
    line-height: 2.33;
  }
}
span.yellow {
  color: #e5710e;
}
span.glay {
  color: #666;
}
ol.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 27px;
  margin-bottom: 40px;
}
ol.panel li {
  background-color: #fcd350;
  border-radius: 20px;
  overflow: hidden;
  padding: 225px 10px 30px;
  color: #402a18;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  ol.panel li {
    width: calc((100% - 27px) / 2);
  }
}
@media screen and (min-width: 1137px) {
  ol.panel li {
    width: calc((100% - 27px * 3) / 4);
  }
}
ol.panel li:nth-child(1) {
  background-image: url(../img/icon_1.svg), url(../img/illust_1.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top -16px left -16px, top center;
  background-size: min(103px, 30vw), auto;
}
ol.panel li:nth-child(2) {
  background-image: url(../img/icon_2.svg), url(../img/illust_2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top -16px left -16px, top center;
  background-size: min(103px, 30vw), auto;
}
ol.panel li:nth-child(3) {
  background-image: url(../img/icon_3.svg), url(../img/illust_3.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top -16px left -16px, top center;
  background-size: min(103px, 30vw), auto;
}
ol.panel li:nth-child(4) {
  background-image: url(../img/icon_4.svg), url(../img/illust_4.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top -16px left -16px, top center;
  background-size: min(103px, 30vw), auto;
}
.btn_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_contact > a {
  background-color: #402a18;
  background-image: url(../img/btn_link.svg);
  background-repeat: no-repeat;
  background-position: bottom -9px right -9px;
  border-radius: 9px;
  color: #fcebb5;
  font-size: 16px;
  text-decoration: none;
  padding: min(32px, 8.5vw) min(70px, 18.6vw) min(32px, 8.5vw) min(50px, 13vw);
}
@media screen and (min-width: 750px) {
  .btn_contact > a {
    padding: 32px 70px 32px 50px;
  }
}
.contact {
  background-image: url(../img/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: left right center;
  font-size: 28px;
  padding-left: 60px;
}
.address p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin-left: 20px;
}
.overview {
  margin-top: 1em;
  margin-bottom: min(40px, 10.66vw);
  border-bottom: 1px solid #abb4b6;
  max-width: 295px;
}
.overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #abb4b6;
}
.overview div dt {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  width: 115px;
  padding: 12px 8px 12px 15px;
}
.overview div dd {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  width: calc(100% - 115px);
  padding: 12px 8px 12px 8px;
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  height: min(200px, 53vw);
}
@media screen and (min-width: 750px) {
  footer {
    height: 300px;
  }
}
footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(50px, 13vw);
  margin-bottom: min(20px, 5vw);
}
@media screen and (min-width: 750px) {
  footer > .inner {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
footer > .inner .logo {
  width: min(159px, 42.4vw);
}
@media screen and (min-width: 750px) {
  footer > .inner .logo {
    width: inherit;
  }
}
.slider {
  background-color: #9f9f9f;
}
.slider img {
  height: auto;
  width: 100%;
}
.sns {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .sns {
    top: -26vw;
  }
}
.sns a {
  display: block;
  background-color: #fff;
  width: 100%;
  height: min(297px, 79.2vw);
  padding-left: 15%;
  padding-right: 15%;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../img/h_sns.svg), url(../img/icon_insta.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top min(30px, 8vw) center, bottom min(30px, 8vw) center;
  background-size: min(136px, 36.26vw), min(70px, 18.67vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .sns a {
    position: absolute;
    right: 6%;
    background-position: top 1.95vw center, bottom 4.7vw center;
    background-size: 14vw, 7vw;
    -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
    width: 29.6vw;
    height: 29.6vw;
    border-radius: 29.6vw;
    padding: 5.46vw;
  }
}
.sns a span {
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 750px) {
  .sns a span {
    font-size: 1.25vw;
    line-height: 1.75;
    padding-bottom: 2em;
  }
}
.gmap iframe {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
.bg_intro {
  padding-top: min(60px, 16vw);
  padding-bottom: min(32px, 8.5vw);
}
@media screen and (min-width: 750px) {
  .bg_intro {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.bg_sns {
  padding-top: 0;
}
@media screen and (min-width: 750px) {
  .bg_sns {
    padding-top: 4.7vw;
  }
}
.bg_howtojoin {
  background-color: rgba(254, 247, 225, 0.6);
  padding-top: min(60px, 16vw);
  padding-bottom: min(60px, 16vw);
}
@media screen and (min-width: 750px) {
  .bg_howtojoin {
    padding-top: calc(60px + 4.7vw);
    padding-bottom: 120px;
  }
}
.bg_aboutus {
  padding-top: min(60px, 16vw);
  padding-bottom: min(80px, 21vw);
}
.bg_aboutus h4 {
  margin-top: min(40px, 10.66vw);
}
@media screen and (min-width: 750px) {
  .bg_aboutus {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
.mejs__container {
  position: fixed !important;
  bottom: 0;
  right: 0;
}
.mejs__offscreen {
  display: none;
}
.mejs__container {
  display: none;
}
.btn_waterring {
  position: fixed !important;
  right: min(20px, 5.33vw);
  bottom: min(10px, 2.5vw);
  margin: 0;
}
@media screen and (min-width: 750px) {
  .btn_waterring {
    bottom: 70px;
    right: 70px;
  }
}
.btn_waterring .sound {
  display: block;
  position: relative;
  cursor: pointer;
  width: min(55px, 14.67vw);
  height: min(55px, 14.67vw);
  line-height: 55px;
  font-size: 24px;
  border-radius: 55px;
  text-decoration: none;
  background-color: #000;
  color: #ffe9ad;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/sound_stop.svg), url(../img/sound_play.svg);
  background-position: center, center left 80px;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 750px) {
  .btn_waterring .sound {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.btn_waterring .sound:before,
.btn_waterring .sound:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  border-radius: 55px;
  background: #aaa;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: min(55px, 14.67vw);
  height: min(55px, 14.67vw);
}
@media screen and (min-width: 750px) {
  .btn_waterring .sound:before,
  .btn_waterring .sound:after {
    width: 55px;
    height: 55px;
  }
}
.btn_waterring .sound:before {
  -webkit-animation: anime 1.297s ease-out infinite;
          animation: anime 1.297s ease-out infinite;
}
.btn_waterring .sound:after {
  -webkit-animation: anime 1.297s ease-out 1.297s infinite;
          animation: anime 1.297s ease-out 1.297s infinite;
}
.btn_waterring .sound span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.btn_waterring .sound.play {
  background-position: center left -80px, center;
  background-repeat: no-repeat, no-repeat;
}
@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
