.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #40210f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*fade*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .header__top__wrap .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 1rem 0;
  width: 120rem;
}
header .header__top__wrap .logo {
  width: 16rem;
}
header .header__top__wrap .header__top div {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .header__top__wrap .header__top nav ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .header__top__wrap .header__top nav ul li {
  font-size: 1.6rem;
  margin-right: 1em;
}
header .header__top__wrap .header__top .btn {
  width: 21.6rem;
}
header .header__main__wrap {
  background: center center / cover url(../img/0000.webp) no-repeat;
  margin-top: 8rem;
}
header .header__main__wrap div {
  margin: auto;
  padding: 13rem 5% 22rem;
  width: 110rem;
}
header .header__main__wrap h1 {
  width: 64rem;
}

/*notes*/
.s01__wrap {
  background: top center / cover url(../img/0100.webp) no-repeat;
  padding: 12rem 5%;
}
.s01__wrap h2,
.s04__wrap h2 {
  position: relative;
  background: #ffff9f;
  border-radius: 2em;
  color: #ff7b9d;
  font-size: 4.6rem;
  letter-spacing: .05em;
  margin: 0 auto 5rem;
  padding: .05em;
  text-align: center;
  width: 54rem;
}
.s01__wrap h2:before,
.s04__wrap h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -2.3rem;
  border: 2.3rem solid transparent;
  border-top: 2.4rem solid #ffff9f;
}
.s01__wrap h2:first-child:after {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 14.8rem;
  height: 15.0rem;
  top: -54%;
  right: -17%;
}
.s01__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 8rem;
  width: 88rem;
}
.s01__wrap .box__wrap li {
  position: relative;
  background: #fff;
  border-radius: 5rem;
  filter: drop-shadow(0 .8rem 1.6rem rgba(255,123,157,0.16));
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 42rem;
}
.s01__wrap .box__wrap li h3 {
  color: #ff7b9d;
  font-size: 3.0rem;
  margin-bottom: .5em;
}
.s01__wrap .box__wrap li p {
  font-size: 2.0rem;
  line-height: 1.4;
}
.s01__wrap .box__wrap li p span {
  font-size: 1.6rem;
}
.s01__wrap .box__wrap li:last-child:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0106.webp) no-repeat;
  width: 14rem;
  height: 14rem;
  top: -5%;
  right: -10%;
}
.s01__wrap .box2__wrap {
  margin: auto;
  width: 88rem;
}
.s01__wrap .box2__wrap li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 5rem;
  filter: drop-shadow(0 .8rem 1.6rem rgba(255,123,157,0.16));
  margin-bottom: 4rem;
  padding: 4rem 5rem;
}
.s01__wrap .box2__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}
.s01__wrap .box2__wrap li img {
  width: 40rem;
}
.s01__wrap .box2__wrap li div {
  width: 34rem;
}
.s01__wrap .box2__wrap li div h3 {
  color: #ff7b9d;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.s01__wrap .box2__wrap li:first-child:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0108.webp) no-repeat;
  width: 14rem;
  height: 14rem;
  top: -5%;
  right: 4%;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(../img/0200.webp) no-repeat;
  margin-top: -10rem;
  padding: 12rem 5%;
  text-align: center;
}
.s02__wrap h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: top center / cover url(../img/0201.webp) no-repeat;
  color: #fff6e9;
  font-size: 3.2rem;
  margin: 0 auto 1em;
  height: 8rem;
  width: 36rem;
}
.youtube__wrap {
  margin: 0 auto 8rem;
  max-width: 64rem;
}
.youtube__wrap:last-child {
  margin: auto;
}
.karim-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.karim-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.s02__wrap h3 {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
.s02__wrap .item {
  margin-bottom: 8rem;
  width: 84rem;
}
.s02__wrap p {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

/*notes*/
.s03__wrap {
  background: top center / cover url(../img/0300.webp) no-repeat;
  padding: 14rem 5% 22rem;
}
.s03__wrap h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: top center / cover url(../img/0301.webp) no-repeat;
  color: #ff7b9d;
  font-size: 3.2rem;
  margin: 0 auto 1em;
  height: 8rem;
  width: 36rem;
}
.s03__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 100rem;
}
.s03__wrap .box__wrap li {
  margin-bottom: 4rem;
  width: 32rem;
}
.s03__wrap .box__wrap li img {
  display: block;
  margin: 0 auto 1rem;
  width: 16rem;
}
.s03__wrap .box__wrap li p {
  background: #fff;
  border-radius: 3rem;
  line-height: 1.4;
  padding: 2rem;
}
.s03__wrap .box__wrap li p span {
  background: linear-gradient(transparent 72%, #fff000 0%);
  color: #ff7b9d;
}
.s03__wrap .line {
  display: block;
  margin: 6rem auto;
  width: 90rem;
}
.s03__wrap .box2__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 76rem;
}
.s03__wrap .box2__wrap img {
  width: 29rem;
}
.s03__wrap .box2__wrap div h3 {
  color: #ff7b9d;
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.s03__wrap .box2__wrap div p {
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  background: top center / cover url(../img/0400.webp) no-repeat;
  margin-top: -10rem;
  padding: 12rem 5% 4rem;
}
.s04__wrap h2 {
  background: #e8ed83;
}
.s04__wrap h2:before {
  border-top: 2.4rem solid #e8ed83;
}
.s04__wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
}
.faq__wrap {
  margin: auto;
  max-width: 80rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 2em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7b9d;
  border-radius: 3rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  margin-right: .25em;
  height: 6rem;
  width: 6rem;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 35%;
  right: 1rem;
  background: #6fbb59;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 3.2rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 35%;
  right: 1rem;
  background: #6fbb59;
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 3.2rem;
}
.faq__wrap .que.open:before {
  background: #6fbb59;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  background: #fff;
  border-radius: 2rem;
  font-size: 2.0rem;
  margin-bottom: 2em;
  padding: 1em;
}

/*notes*/
footer {
  background: bottom center / cover url(../img/0400.webp) no-repeat;
  padding: 1rem 5%;
  text-align: center;
}
footer img {
  display: block;
  margin: 6rem auto 1rem;
  width: 32rem;
}
footer h4 {
  color: #ee7c10;
  font-size: 1.8rem;
  margin-bottom: 8rem;
}
footer p {
  font-size: 1.4rem;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}

/*notes*/
header .header__top__wrap .header__top {
  padding: 1rem 2%;
  width: 96%;
}
header .header__top__wrap .logo {
  width: 10rem; /* ← 14rem から変更 */
}
header .header__top__wrap .header__top nav {
  display: none;
}
header .header__top__wrap .header__top div {
  flex: 1;                    /* ← 追加 */
  justify-content: center;    /* ← 追加 */
  margin-left: 0;             /* ← 追加 */
}
header .header__top__wrap .header__top .btn {
  width: 14rem; /* ← 18rem から変更 */
}
header .header__main__wrap {
  background: top center / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 7rem;
}
header .header__main__wrap div {
  margin: auto;
  padding: 2rem 5% 32rem;
  width: 90%;
}
header .header__main__wrap h1 {
  display: block;
  margin: auto;
  width: 90%;
}
#be-hamburger-btn {
  top: 8px;
}
/*notes*/
.s01__wrap {
  padding: 6rem 5% 10rem;
}
.s01__wrap h2,
.s04__wrap h2 {
  font-size: 2.2rem;
  margin: 0 auto 3rem;
  padding: .25em 0;
  width: 100%;
}
.s01__wrap h2:before,
.s04__wrap h2:before {
  margin-left: -1.3rem;
  border: 1.3rem solid transparent;
  border-top: 1.4rem solid #ffff9f;
}
.s01__wrap h2:first-child:after {
  width: 7.4rem;
  height: 7.5rem;
  top: -54%;
  right: -2%;
}
.s01__wrap .box__wrap {
  margin: 0 auto 4rem;
  width: 100%;
}
.s01__wrap .box__wrap li {
  border-radius: 3rem;
  margin-bottom: 2rem;
}
.s01__wrap .box__wrap li h3 {
  font-size: 2.0rem;
}
.s01__wrap .box__wrap li p {
  font-size: 1.6rem;
}
.s01__wrap .box__wrap li p span {
  font-size: 1.4rem;
}
.s01__wrap .box__wrap li:last-child:before {
  width: 9rem;
  height: 9rem;
  top: -2%;
  right: -2%;
}
.s01__wrap .box2__wrap {
  width: 100%;
}
.s01__wrap .box2__wrap li {
  display: block;
  border-radius: 3rem;
  margin-bottom: 2rem;
  padding: 2rem;
}
.s01__wrap .box2__wrap li img {
  margin-bottom: 1em;
  width: 100%;
}
.s01__wrap .box2__wrap li div {
  width: 100%;
}
.s01__wrap .box2__wrap li div h3 {
  font-size: 2.0rem;
}
.s01__wrap .box2__wrap li:first-child:before {
  width: 9rem;
  height: 9rem;
  top: -2%;
  right: -2%;
}

/*notes*/
.s02__wrap {
  margin-top: -5rem;
  padding: 10rem 5% 4rem;
}
.s02__wrap h2 {
  font-size: 2.2rem;
  height: 5.8rem;
  width: 26rem;
}
.s02__wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.s02__wrap .item {
  margin-bottom: 4rem;
  width: 100%;
}
.s02__wrap p {
  font-size: 1.8rem;
}

/*notes*/
.s03__wrap {
  padding: 10rem 5% 11rem;
}
.s03__wrap h2 {
  font-size: 2.2rem;
  height: 5.8rem;
  width: 26rem;
}
.s03__wrap .box__wrap {
  width: 90%;
}
.s03__wrap .box__wrap li {
  margin-bottom: 3rem;
  width: 100%;
}
.s03__wrap .box__wrap li img {
  width: 12rem;
}
.s03__wrap .line {
  margin: 3rem auto;
  width: 100%;
}
.s03__wrap .box2__wrap {
  display: block;
  margin: auto;
  width: 100%;
}
.s03__wrap .box2__wrap img {
  display: block;
  margin: auto;
  width: 60%;
}
.s03__wrap .box2__wrap div h3 {
  font-size: 2.4rem;
  text-align: center;
}
.s03__wrap .box2__wrap div p {
  font-size: 1.8rem;
}

/*notes*/
.s04__wrap {
  margin-top: -5rem;
  padding: 8rem 5% 4rem;
}
.s04__wrap h3 {
  font-size: 1.8rem;
}
.faq__wrap .que {
  font-size: 1.8rem;
}
.faq__wrap .que p:nth-of-type(1) {
  font-size: 2.8rem;
  height: 4rem;
  max-width: 4rem;
  width: 100%;
}
.faq__wrap .que:before {
  width: 2.2rem;
}
.faq__wrap .que:after {
  width: 2.2rem;
}
.faq__wrap .ans {
  font-size: 1.6rem;
}

/*notes*/
footer img {
  margin: 4rem auto 1rem;
  width: 22rem;
}
footer h4 {
  font-size: 1.4rem;
}
footer p {
  font-size: 1.0rem;
}
}
/* ================================================
   ハンバーガーメニュー (LP用)
   ================================================ */
#be-hamburger-btn {
    position: fixed;
    top: 8px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}
#be-hamburger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #66bb6a;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}
#be-hamburger-btn.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
#be-hamburger-btn.open span:nth-child(2) {
    opacity: 0;
}
#be-hamburger-btn.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
#be-mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 9998;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 15px rgba(0,0,0,0.05);
    padding-top: 80px;
    box-sizing: border-box;
}
#be-mobile-menu.open {
    right: 0;
}
.be-menu-inner {
    padding: 0 30px;
}
.be-menu-title {
    font-size: 14px;
    color: #a0aec0;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}
#be-mobile-menu nav a {
    display: block;
    padding: 15px 0;
    color: #4a5568;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s;
    text-align: center;
}
#be-mobile-menu nav a:hover {
    color: #66bb6a;
}
#be-mobile-menu nav a.highlight {
    background: #66bb6a;
    color: white;
    border-radius: 30px;
    margin-top: 20px;
    border: none;
    box-shadow: 0 4px 12px rgba(102, 187, 106, 0.3);
}
#be-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
#be-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}