body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #EB668B;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

header, section, nav, footer {
  display: block;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea, select {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  line-height: 1.875;
  letter-spacing: 0;
  color: #7C7C7C;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0;
}

sup {
  font-size: 10px;
}

a {
  color: #7C7C7C;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  transform: translateY(-10px) scale(0.99, 0.99);
  transition: 1s;
}

.move {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.2s;
}

.move-b {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    transition-delay: 0;
  }
}

.delay2 {
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    transition-delay: 0;
  }
}

.delay3 {
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    transition-delay: 0;
  }
}

.delay4 {
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    transition-delay: 0;
  }
}

.delay5 {
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 980px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .hnavi_btn {
    right: 0;
  }
}

.menu-button {
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  /* background: url("../img/qr_bg.svg") no-repeat; */
  background: url(../img/drawer.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 641px) {
  .menu-button:hover {
    transform: rotate(15deg);
  }
}
.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  /* background: #A2D0AB; */
  background: #fff;
  transition: background 0.5s;
  position: absolute;
  right: 26px;
  /* top: 33px; */
  top: 36px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  /* background: #A2D0AB; */
  background: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.menu-button i:before {
  transform: translateY(7px);
}
.menu-button i:after {
  transform: translateY(-7px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
}

.site_wrapper {
  padding-top: 48px;
}
@media screen and (min-width: 641px) {
  .site_wrapper {
    background: url("../img/bg.jpg") no-repeat top center fixed;
    background-size: 1366px;
  }
}
@media screen and (min-width: 1367px) {
  .site_wrapper {
    background: url("../img/bg.jpg") no-repeat top center fixed;
    background-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .site_wrapper {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 48px 0 0 32px;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 48px 0 0 16px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    padding: 0;
    height: 0;
    position: static;
  }
}

@media screen and (max-width: 980px) {
  .hlogo {
    display: none;
  }
}
.hlogo img {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .hlogo img {
    width: calc(50vw - 300px);
  }
}

.side_navi {
  width: 280px;
  height: 100%;
  padding-bottom: 30px;
  margin-right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .side_navi {
    margin-right: 0;
    width: auto;
    padding-top: 0;
  }
}
.side_navi .gnavi {
  margin-top: auto;
  margin-left: -6px;
  margin-bottom: 75px;
}
@media screen and (max-width: 980px) {
  .side_navi .gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #86D1D8 url("../img/spbg.jpg") no-repeat top center;
    background-size: cover;
    z-index: 5000;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .side_navi .gnavi.active {
    opacity: 1;
    pointer-events: all;
  }
  .side_navi .gnavi.active .navlogo {
    opacity: 1;
    transform: translateY(0);
  }
  .side_navi .gnavi.active ul {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .side_navi .gnavi {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.side_navi .gnavi .navlogo {
  display: none;
  transition: all 0.9s ease;
}
@media screen and (max-width: 980px) {
  .side_navi .gnavi .navlogo {
    display: block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition-delay: 0.3s;
    transform: translateY(20px);
  }
}
@media screen and (max-width: 980px) and (max-width: 640px) {
  .side_navi .gnavi .navlogo {
    position: static;
    margin-bottom: 40px;
  }
}
.side_navi .gnavi .navlogo img {
  width: 240px;
}
.side_navi .gnavi ul {
  transition: all 0.9s ease;
}
@media screen and (max-width: 980px) {
  .side_navi .gnavi ul {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 640px) {
  .side_navi .gnavi ul {
    margin-bottom: 60px;
  }
}
.side_navi .gnavi ul li {
  margin-bottom: 10px;
  text-align: center;
}
.side_navi .gnavi ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  opacity: 1 !important;
}
.side_navi .gnavi ul li a:hover {
  padding-top: 3px;
}
.side_navi .gnavi ul li a:hover::after {
  width: 100%;
}
.side_navi .gnavi ul li a:hover span {
  transform: translateY(3px);
}
.side_navi .gnavi ul li a::after {
  content: "";
  width: 0;
  height: 17px;
  background: #A2D0AB;
  opacity: 0.3;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 5;
  transition: all 0.3s ease;
}
.side_navi .gnavi ul li a span {
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}
.side_navi .side_qr {
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .side_navi .side_qr {
    position: fixed;
    right: -62px;
    bottom: -42px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .side_navi .side_qr {
    display: none;
  }
}
.side_navi .side_qr .qr_ttl {
  text-align: center;
  margin-bottom: -7px;
}
.side_navi .side_qr .qr {
  width: 270px;
  height: 274px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.side_navi .side_qr .qr .img {
  position: relative;
  z-index: 10;
}
.side_navi .side_qr .qr .bg {
  /* position: absolute; */
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  animation: 2s ease-in-out infinite fuwafuwa;
}
.side_navi .pagetop {
  text-align: center;
  /* margin-top: -54px; */
  margin-top: -48px;
  padding-right: 8px;
}
@media screen and (max-width: 980px) {
  .side_navi .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_navi .pagetop {
    display: none;
  }
}
.side_navi .pagetop a {
  transition: all 0.3s ease;
  display: block;
  opacity: 1 !important;
}
.side_navi .pagetop a:hover {
  transform: translateY(-5px);
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(5px) scale(1, 0.97);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px) scale(1, 0.97);
  }
}
.shop_link {
  background: url("../img/shop_link_bg.jpg") no-repeat center;
  height: 55px;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .shop_link {
    width: 100%;
  }
}
.shop_link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.shop_link a img {
  margin-left: 8px;
}

.main_body {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 60px rgba(0, 97, 105, 0.3);
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 640px) {
  .main_body {
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }
}
.main_body .fv {
  background: url("../img/fvbg.jpg") no-repeat top center;
  background-size: 100%;
  min-height: 650px;
  text-align: center;
  padding-top: 462px;
  box-sizing: border-box;
  margin-bottom: 74px;
}
@media screen and (max-width: 640px) {
  .main_body .fv {
    min-height: 130vw;
    padding-top: 92.4vw;
  }
}
.main_body .fv .main_logo {
  margin-bottom: 46px;
  font-size: 0;
}
.main_body .fv .main_lead {
  font-size: 0;
}
.main_body .sec_ttl {
  text-align: center;
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 50px;
  margin-top: -50px;
}
.main_body .sec_ttl span {
  display: block;
  color: #A2D0AB;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.main_body .sec1 {
  position: relative;
  margin-bottom: 92px;
}
.main_body .sec1::before {
  content: "";
  display: block;
  background: url("../img/sec1_l.png") no-repeat;
  background-size: 100%;
  width: 105px;
  height: 545px;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 5;
}
.main_body .sec1::after {
  content: "";
  display: block;
  background: url("../img/sec1_r.png") no-repeat;
  background-size: 100%;
  width: 99px;
  height: 334px;
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 5;
}
.main_body .sec1 .ttl {
  text-align: center;
  margin-bottom: 48px;
  font-size: 0;
}
.main_body .sec1 .icon {
  text-align: center;
}
.main_body .sec1 .txt {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main_body .sec1 .txt {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.main_body .sec1 .txt p {
  margin-bottom: 30px;
}
.main_body .sec1 .img {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0;
}
.main_body .sec1 .img2 {
  margin-top: 60px;
}
.main_body .sec2 {
  position: relative;
  z-index: 20;
}
.main_body .sec2 .points li {
  margin-bottom: 60px;
}
.main_body .sec2 .points li:last-of-type {
  margin-bottom: 0;
}
.main_body .sec2 .points li .box_ttl {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .main_body .sec2 .points li .box_ttl img {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  .main_body .sec2 .points li .box_ttl img {
    height: 52px;
  }
}
.main_body .sec2 .points li .txt {
  max-width: 380px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 640px) {
  .main_body .sec2 .points li .txt {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.main_body .sec2 .points li .txt span {
  font-size: 12px;
}
.main_body .sec2 .points li .img {
  font-size: 0;
}
.main_body .sec2 .points li .btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding: 0 30px;
}
.main_body .sec2 .points li .btn a {
  max-width: 360px;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background: #A2D0AB;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 63px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .main_body .sec2 .points li .btn a {
    padding-left: 36px;
    max-width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .main_body .sec2 .points li .btn a {
    padding-left: 30px;
    max-width: 280px;
    font-size: 12px;
  }
}
.main_body .ingredient {
  margin-top: -130px;
  position: relative;
  z-index: 10;
  margin-bottom: 96px;
}
@media screen and (max-width: 640px) {
  .main_body .ingredient {
    margin-top: -26vw;
    margin-bottom: 64px;
  }
}
.main_body .ingredient .cnt {
  position: absolute;
  top: 157px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 380px;
  width: 100%;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 640px) {
  .main_body .ingredient .cnt {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.main_body .ingredient .cnt .ttl {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.main_body .ingredient .cnt .ttl img {
  margin-right: 9px;
}
.main_body .ingredient .cnt .ttl span {
  font-size: 16px;
}
.main_body .sec3 {
  margin-bottom: -135px;
  position: relative;
  z-index: 50;
}
.main_body .sec3 .cnt {
  max-width: 380px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  .main_body .sec3 .cnt {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.main_body .sec3 .cnt .txt {
  margin-bottom: 14px;
}
.main_body .sec3 .cnt .txt2 {
  font-size: 12px;
}
.main_body .sec3 .cnt .img {
  font-size: 0;
}
.main_body .sec4 {
  background: url("../img/faq_bg.jpg") repeat;
  background-size: 500px;
  position: relative;
  z-index: 10;
  padding: 170px 20px 30px;
}
.main_body .sec4 .faq_list {
  max-width: 440px;
  margin: 0 auto;
}
.main_body .sec4 .faq_list li {
  padding: 25px 40px;
  background: #FFF;
  margin-bottom: 10px;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .main_body .sec4 .faq_list li {
    padding: 25px 24px;
  }
}
.main_body .sec4 .faq_list li:last-of-type {
  margin-bottom: 0;
}
.main_body .sec4 .faq_list li .q {
  display: flex;
  line-height: 1.75;
  cursor: pointer;
}
.main_body .sec4 .faq_list li .q span {
  margin-right: 20px;
}
.main_body .sec4 .faq_list li .q.active::after {
  content: "";
  display: block;
  background: url("../img/faq_icon2.svg") no-repeat;
  background-size: 13px;
}
.main_body .sec4 .faq_list li .q::before {
  content: "";
  display: block;
  background: url("../img/q.png") no-repeat;
  background-size: 35px;
  width: 35px;
  height: 31px;
  margin-right: 14px;
  flex-shrink: 0;
}
.main_body .sec4 .faq_list li .q::after {
  content: "";
  display: block;
  background: url("../img/faq_icon.svg") no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  margin-top: 8px;
  flex-shrink: 0;
}
.main_body .sec4 .faq_list li .a {
  padding-left: 47px;
  position: relative;
  display: none;
  margin-top: 16px;
}
.main_body .sec4 .faq_list li .a::before {
  content: "";
  display: block;
  background: url("../img/a.png") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 22px;
  position: absolute;
  top: 8px;
  left: 0;
}
.main_body .sec4 .faq_list li .a a {
  color: #A2D0AB;
  text-decoration: underline;
}

.footer {
  text-align: center;
  padding: 60px 0 70px;
}
.footer .flogo {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footer .flogo {
    padding: 0 40px;
  }
}
.footer .company {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}
.footer .company img {
  margin: 0 8px;
}
.footer .fcopy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #A2D0AB;
}
.footer .fcopy::before {
  content: "";
  display: block;
  background: url("../img/ficonl.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-right: 8px;
}
.footer .fcopy::after {
  content: "";
  display: block;
  background: url("../img/ficonr.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-left: 8px;
}/*# sourceMappingURL=style.css.map */



/* 追加CSS
/* --------------------------------------------------------------- */

/* 16:9 を維持してレスポンシブ（動画） */
.yt-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* ここで比率固定 */
    background: #000;
    /* border-radius: 12px; */
    overflow: hidden;
}

.yt-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}