@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.SP {
  display: none;
}
:root {
  --blk: #000;
  --glay: #f2f2f2;
}
.blk {
  background-color: var(--blk);
}
.glay {
  background-color: var(--glay);
}
.lato,
.header_nav a,
#top h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.space {
  letter-spacing: 0.62em;
}
.wrapp {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
p {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 15px;
}
section {
  padding: clamp(50px, 7.692vw, 100px) 0;
}
h2 {
  background-color: #000;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  width: fit-content;
  margin: 0 auto clamp(50px, 7.692vw, 100px) auto;
  font-size: clamp(20px, 2.308vw, 30px);
  letter-spacing: 0.62em;
}
img.square {
  width: clamp(300px, 46.385vw, 603px);
}
/*header*/
header {
  position: relative;
}
.header .img_wrapp {
  position: relative;
}
header .img_wrapp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1));
}
.header_nav {
  position: absolute;
  background-color: #000;
  padding: 25px 0;
  width: 100%;
  top: 40px;
}
.header_nav .wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.header_nav .wrapp > a img {
  width: clamp(50px, 7.538vw, 98px);
}
.header_nav ul {
  display: flex;
  gap: 30px;
}
.header_nav ul a {
  position: relative;
}
.header_nav ul a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_nav ul a:hover::after {
  width: 100%;
}
.header_txt {
  width: fit-content;
  position: absolute;
  right: 15%;
  top: 30%;
}
h1 {
  font-size: clamp(30px, 3.615vw, 47px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 3.846vw, 50px);
}
h1 + p {
  font-size: clamp(15px, 1.385vw, 18px);
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
h1 + p + p {
  background-color: #000;
  padding: 10px;
  color: #fff;
  text-align: center;
}
/*function*/
.function_inner {
  display: flex;
  gap: 100px;
  align-items: center;
  font-size: clamp(16px, 1.385vw, 18px);
  justify-content: center;
}
.function_inner img {
  box-shadow: -40px 40px 0 #000;
}
.function_inner p {
  font-size: clamp(16px, 1.385vw, 18px);
}
/*why*/
.why_inner ul {
  display: flex;
  gap: 30px;
}
.why_inner li {
  background-color: #fff;
  padding: clamp(20px, 3.077vw, 40px) 30px;
  width: calc(100%/3);
  flex-shrink: 1;
}
.why_inner li p:first-of-type {
  font-size: clamp(16px, 1.538vw, 20px);
}
.why_inner li p span {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  margin-top: 10px;
}
.why_inner li img {
  display: block;
  margin: clamp(20px, 3.077vw, 40px) auto;
  width: clamp(70px, 7.692vw, 100px);
}
.why_inner li:first-of-type img {
  width: clamp(50px, 5.385vw, 70px);
}
.why_inner li img + p {
  text-align: center;
}
/*product*/
.product_inner {
  background-color: #fff;
  padding: clamp(30px, 3.846vw, 50px) clamp(30px, 3.846vw, 50px) clamp(30px, 3.846vw, 50px) 0;
  margin-bottom: clamp(100px, 15.385vw, 200px);
}
.product_inner:last-of-type {
  padding: clamp(30px, 3.846vw, 50px) 0 clamp(30px, 3.846vw, 50px) clamp(30px, 3.846vw, 50px);
}
.sec_product h2 {
  background-color: #fff;
  color: #000;
  margin-bottom: clamp(100px, 15.385vw, 200px);
}
.product_inner img {
  margin-left: -150px;
  margin-top: -100px;
  display: block;
  width: clamp(300px, 56vw, 728px);
}

.product_inner:last-of-type img {
  margin-left: auto;
  margin-right: -150px;
  display: block;
}
.product_inner:last-of-type img.SP {
  display: none;
}
.product_cont {
  position: relative;
  height: clamp(500px, 50.231vw, 653px);
}
.product_cont div {
  width: 45%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: clamp(-50px, -7.692vw, -100px);
  top: 0;
  margin: auto;
  height: fit-content;
}
.product_inner:last-of-type div {
  right: auto;
  left: 0;
}
.product_cont div h3 {
  font-size: clamp(16px, 1.538vw, 20px);
  margin-bottom: clamp(20px, 3.077vw, 40px);
  line-height: 1.8em;
}
.product_cont div h3 + p {
  font-size: clamp(16px, 1.385vw, 18px);
  margin-bottom: clamp(30px, 3.846vw, 50px);
}
.product_cont div a {
  display: block;
}
.product_cont div a:first-of-type {
  border: solid 1px #000;
  color: #000;
  width: fit-content;
  margin: 20px clamp(20px, 3.077vw, 40px) 0 auto;
  font-size: 12px;
  padding: 10px;
}
.btn {
  background-color: #000;
  padding: 15px 20px;
  width: 80%;
  margin: clamp(30px, 3.846vw, 50px) auto 0 auto;
  text-align: left;
  position: relative;
}
.btn::after {
  content: '';
  border-top: solid 1px #fff;
  width: clamp(50px, 10.846vw, 180px);
  position: absolute;
  top: 50%;
  right: 0;
  transition: .3s;
}
.btn:hover::after {
  width: clamp(70px, 11.538vw, 150px);
}
/*ingredient story*/
span.blk.border {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  position: sticky;
  z-index: 55;
}
.sec_ingredient {
  padding: clamp(100px, 15.385vw, 200px) 0 clamp(50px, 7.692vw, 100px) 0;
  background-image: url(../img/ing_bkg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sec_ingredient h2 {
  background-color: inherit;
}
.ing_inner {
  position: relative;
  margin-bottom: clamp(180px, 26.923vw, 350px);
}
.ing_cont {
  background-color: #fff;
  padding: clamp(70px, 7.692vw, 100px) clamp(30px, 3.846vw, 50px);
  width: clamp(400px, 43.077vw, 560px);
}
.ing_cont h3 {
  font-size: clamp(16px, 1.538vw, 20px);
  font-weight: bold;
  margin-bottom: clamp(20px, 3.077vw, 40px);
}
.ing_cont h3 span {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.ing_inner img {
  position: absolute;
  right: 0;
  top: auto;
  bottom: -80%;
  width: clamp(400px, 49vw, 637px);
}
/*foryou*/
.foryou_inner {
  display: flex;
  gap: clamp(50px, 7.692vw, 100px);
  justify-content: center;
  align-items: center;
}
.foryou_inner img {
  box-shadow: clamp(20px, 3.077vw, 40px) clamp(20px, 3.077vw, 40px) 0 #000;
}
.foryou_inner p {
  font-size: clamp(16px, 1.385vw, 18px);
  text-align: center;
}
.foryou_inner p + p {
  margin-top: clamp(30px, 3.846vw, 50px);
}
/*campaign*/
.sec_campaign .wrapp {
  padding: clamp(50px, 7.692vw, 100px) clamp(30px, 3.846vw, 50px);
}
.sec_campaign h2 {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
.sec_campaign h2 + p {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 3.846vw, 50px);
  font-size: clamp(16px, 1.385vw, 18px);
}
.camp_cont {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 3.846vw, 50px);
}
.camp_cont div {
  width: 40%;
  background-color: #fff;
  padding: clamp(30px, 3.846vw, 50px);
}
.camp_cont a {
  display: block;
  width: 80%;
}
.camp_cont div p {
  text-align: center;
}
.camp_cont div .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 3.846vw, 50px);
}
.camp_cont div .tit span {
  font-size: clamp(16px, 1.538vw, 20px);
  font-weight: bold;
}
.camp_cont div .price {
  margin: 30px 0 10px 0;
  border: solid 1px #000;
  padding: 10px;
  font-size: clamp(16px, 1.385vw, 18px);
}
.camp_cont div .price span {
  display: inline-block;
  margin-left: 30px;
  font-size: clamp(18px, 2.154vw, 28px);
  text-decoration: line-through;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 25px solid #000000;
  border-bottom: 0;
  display: block;
  margin: 0 auto 10px auto;
}
.camp_cont div .triangle + p {
  font-size: clamp(16px, 1.538vw, 20px);
}
.camp_cont div .price_main {
  font-size: clamp(40px, 4.615vw, 60px);
  letter-spacing: 0.25em;
  background: linear-gradient(transparent 60%, #f7d22b 40%);
  line-height: 1em;
  width: fit-content;
  margin: 20px auto;
  padding: 0 20px;
}
/*footer*/
footer {
  background-image: url(../img/foot.png);
  padding: clamp(50px, 7.692vw, 100px) clamp(30px, 3.846vw, 50px);
  color: #fff;
}
footer > div {
  display: flex;
  gap: clamp(100px, 15.385vw, 200px);
  justify-content: center;
  align-items: center;
}
footer div div {
  width: fit-content;
}
footer .btn {
  background-color: inherit;
  border: solid 1px #fff;
  width: clamp(50px, 17.846vw, 180px);
  display: block;
  margin: 10px auto 0 0;
  padding: 10px;
}
footer .btn::after {
  width: clamp(20px, 4.154vw, 80px);
}
footer .btn:hover::after {
  width: clamp(20px, 3.615vw, 60px);
}
footer p {
  margin-bottom: 10px;
}
footer p span {
  border: solid 1px #fff;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
}
small {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: clamp(50px, 7.692vw, 100px);
}
/*===============
animation
================*/
:root {
  --lux-ease: cubic-bezier(.25, 1, .25, 1);
  --lux-dur: 1600ms;
  --lux-y: 20px;
}
header .header_nav,
header .header_txt {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  filter: blur(2px);
  transition:
    opacity 1100ms var(--lux-ease),
    transform 1100ms var(--lux-ease),
    filter 1000ms var(--lux-ease);
  will-change: opacity, transform, filter;
}
header .img_wrapp {
  opacity: 0;
  transform: scale(1.02);
  filter: blur(3px);
  transition:
    opacity 1200ms var(--lux-ease),
    transform 1400ms var(--lux-ease),
    filter 1200ms var(--lux-ease);
  will-change: opacity, transform, filter;
}
header.is_fv_in .img_wrapp {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-delay: 60ms;
}
header .img_wrapp > img {
  display: block;
  width: 100%;
  height: auto;
}
header.is_fv_in .header_nav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition-delay: 120ms;
}
header.is_fv_in .header_txt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition-delay: 260ms;
}
header .header_txt h1,
header .header_txt p {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 1000ms var(--lux-ease),
    transform 1000ms var(--lux-ease);
  will-change: opacity, transform;
}
header.is_fv_in .header_txt h1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 360ms;
}
header.is_fv_in .header_txt p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
header.is_fv_in .header_txt p:nth-of-type(1) {
  transition-delay: 480ms;
}
header.is_fv_in .header_txt p:nth-of-type(2) {
  transition-delay: 620ms;
}
main :is(section, .wp-block-group, .wp-block-cover, .wp-block-media-text).is_inview .lux_auto {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
main :is(section, .wp-block-group, .wp-block-cover, .wp-block-media-text) .lux_auto {
  opacity: 0;
  transform: translate3d(0, var(--lux-y), 0);
  filter: blur(2px);
  transition:
    opacity var(--lux-dur) var(--lux-ease),
    transform calc(var(--lux-dur) + 200ms) var(--lux-ease),
    filter var(--lux-dur) var(--lux-ease);
}
@media (prefers-reduced-motion: reduce) {
  main :is(section, .wp-block-group, .wp-block-cover, .wp-block-media-text) .lux_auto {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
main header {
  opacity: initial;
  transform: initial;
  filter: initial;
  transition: initial;
}
#page_head .head_main {
  opacity: 0;
  transform: scale(1.02);
  filter: blur(3px);
  transition:
    opacity 1200ms var(--lux-ease),
    transform 1400ms var(--lux-ease),
    filter 1200ms var(--lux-ease);
  will-change: opacity, transform, filter;
}

#page_head.is_fv_in .head_main {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-delay: 120ms;
}
/*=======
page
========*/
.head_main {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: clamp(50px, 7.692vw, 100px) auto 0 auto;
}
#page_head .header_nav {
  position: static;
}
.main_flex {
  display: flex;
  gap: clamp(50px, 7.692vw, 100px);
  align-items: center;
}
.main_flex img {
  max-width: 50%;
}
.main_flex div {
  max-width: 40%;
}
.main_inner h2 {
  margin-bottom: 50px;
  line-height: 1.3em;
  font-size: clamp(18px, 1.923vw, 25px);
}
.main_inner p:first-of-type {
  text-align: center;
  font-size: clamp(20px, 1.923vw, 25px);
  margin-bottom: clamp(20px, 3.077vw, 40px);
}
#page h2.ja {
  font-family: inherit;
  line-height: 1.3em;
  font-size: clamp(16px, 1.538vw, 20px);
  font-weight: bold;
  letter-spacing: .25em;
  padding: 20px clamp(20px, 3.077vw, 40px);
}
.mid_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.mid_inner li {
  width: calc(91%/2);
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 10px 10px 0 #000;
}
.mid_inner li:last-of-type {
  flex-grow: .98;
}
.mid_inner li h3 {
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.385vw, 18px);
}
.sec_point ul {
  display: flex;
  gap: clamp(40px, 6.154vw, 80px);
  justify-content: center;
}
.sec_point li div {
  width: 310px;
  height: 310px;
  background-color: var(--glay);
  border-radius: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  gap: 15px;
}
.sec_point li div p {
  width: 100%;
}
.sec_point li div + p {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin-top: -30px;
}
.sec_pr h2 {
  background-color: #fff;
  color: #000;
  margin-bottom: lamp(30px, 3.846vw, 50px);
}
.sec_pr {
  color: #fff;
}
.sec_pr h2 + p {
  font-size: clamp(15px, 1.385vw, 18px);
  text-align: center;
  margin-bottom: clamp(30px, 3.846vw, 50px);
}
.pr_inner {
  display: flex;
  gap: clamp(50px, 7.692vw, 100px);
  align-items: center;
}
.pr_inner img {
  max-width: 50%;
}
.pr_inner div {
  max-width: 50%;
}
.pr_cont h3 {
  text-align: center;
  font-size: clamp(20px, 1.923, 25px);
  font-weight: bold;
  margin-bottom: clamp(30px, 3.846vw, 50px);
}
.pr_cont p {
  margin-bottom: 20px;
}
.pr_cont p span {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  width: clamp(150px, 16.923vw, 220px);
  margin-right: 2rem;
  display: inline-block;
}
.pr_cont h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 3em;
  margin-top: clamp(30px, 3.846vw, 50px);
}
.pr_cont h4 span {
  display: block;
  font-weight: bold;
}
.pr_cont h4 span::before,
.pr_cont h4 span::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.pr_cont h4 span::after {
  margin-right: 0;
  margin-left: 10px;
}
.about_inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
.about_inner span {
  display: block;
  font-weight: bold;
  margin: 15px 0 0 auto;
  text-align: right;
}
section.no_top {
  padding-top: 0;
}
.foryou_inner.mid_inner h2 {
  margin-bottom: 50px;
}
.foryou_inner.mid_inner p {
  font-size: 15px;
}
.foryou_inner.mid_inner h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.pr_gel p {
  text-align: center;
  font-size: clamp(16px, 1.385vw, 18px);
  margin-bottom: clamp(30px, 3.846vw, 50px);
}
.sec_contact {
  margin: clamp(50px, 7.692vw, 100px) 0;
}

.wpcf7 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

/* checked反映はこれでOK（今の構造なら動く） */
.wpcf7 input[type="checkbox"]:checked + .pp_check::after {
  opacity: 1;
}
.submit {
  text-align: center;
  width: fit-content;
  margin: clamp(30px, 3.846vw, 50px) auto 0 auto;
}
.submit input[type='submit'] {
  display: block;
  width: 150px;
  border: none;
  background-color: #000;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  padding: 15px 30px;
  cursor: pointer;
  font-size: inherit;
}
.submit.no_check input[type='submit'] {
  background-color: #ccc;
  pointer-events: none;
}
.submit input[type='submit']:disabled {
  cursor: not-allowed;
}
form {
  width: 750px;
  margin: 0 auto;
  max-width: 90%;
}
form dl {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
form dt {
  width: 30%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  flex-shrink: 1;
  font-size: 15px;
}
form dd {
  width: 70%;
}
form dd input,
form dd textarea,
form dd select {
  border: none;
  background-color: #fff;
  padding: 15px;
  width: 94%;
  font-family: inherit;
  font-size: inherit;
}
form dd textarea {
  height: 100px;
}
form dd select {
  width: 100%;
}
form dl + div {
  margin: 40px 0;
  height: 80px;
  overflow-y: scroll;
  background-color: #fff;
}
form dl + div p {
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
}
form dl + div::-webkit-scrollbar {
  width: 10px;
}
form dl + div::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
form dl + div::-webkit-scrollbar-thumb {
  background-color: #000;
}
.pp_cont + div {
  width: fit-content;
  margin: 0 auto;
}
.pp_cont + div label {
  font-size: 15px;
  font-weight: bold;
}
.nav_toggle {
  display: none;
}
@media(max-width:1330px) {
  .pr_inner {
    gap: 40px;
  }
  .pr_cont h4 {
    font-size: 18px;
  }
  .pr_inner img {
    max-width: 45%;
  }
}
@media(max-width:1300px) {
  .header_nav {
    padding: 15px 0;
    top: 20px;
  }
}
@media(max-width:1200px) {
  .mid_inner li {
    width: calc(90%/2);
  }
  .mid_inner li h3 {
    line-height: 1.3em;
  }
  .sec_point li div {
    width: 270px;
    height: 270px;
  }
  .sec_point li div img {
    width: 80px;
  }
}
@media(max-width:1000px) {
  .pr_inner {
    display: block;
  }
  .pr_inner img {
    max-width: 95%;
    margin-bottom: 30px;
    display: block;
  }
  .pr_inner div {
    max-width: 90%;
    margin: 0 auto;
  }
  .pr_inner div p {
    width: fit-content;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .pr_inner div p span {
    text-align: center;
    margin: 0 auto 15px auto;
  }
  .pr_cont p span {
    display: block;
    width: fit-content;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .pr_cont p {
    margin-bottom: 30px;
  }
  .sec_point li div {
    width: 230px;
    height: 230px;
  }
  .sec_point ul {
    gap: 40px;
  }
  .mid_inner li {
    width: calc(86%/2);
  }
  .header_txt {
    top: 25%;
  }
  .camp_cont {
    flex-wrap: wrap;
  }
  .camp_cont > img {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 80%;
  }
  .camp_cont div {
    width: 80%;
    margin: 0 auto;
    flex-shrink: 1;
  }
  .sec_campaign .wrapp {
    padding: 50px 0;
  }
}
@media(max-width:850px) {
  .sec_point ul {
    display: block;
  }
  .sec_point li {
    margin-bottom: 40px;
  }
  .sec_point li div {
    margin: 0 auto;
  }
  .sec_point li div + p {
    width: 230px;
    margin: -30px auto 0 auto;
    padding: 10px;
  }
  header .img_wrapp img {
    height: 100vw;
    width: auto;
    object-fit: cover;
  }
  .function_inner {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .function_inner img {
    margin: 0 auto 70px auto;
    display: block;
  }
  .function_inner p {
    width: fit-content;
    margin: 0 auto;
  }
  #top h2 {
    line-height: 1.3em;
    font-size: 18px;
    letter-spacing: 0.42em;
  }
  .why_inner ul {
    flex-wrap: wrap;
  }
  .why_inner li {
    width: 100%;
    max-width: 100%;
  }
  .foryou_inner {
    display: block;
  }
  .foryou_inner img {
    margin: 40px auto 0 auto;
    display: block;
  }
  footer > div img {
    width: 150px;
  }
  footer > div {
    gap: 50px;
  }
  .main_flex {
    display: block;
  }
  .main_flex img {
    max-width: 80%;
    display: block;
    margin: 0 auto 40px auto;
  }
  .main_flex div {
    max-width: 90%;
    margin: 0 auto;
  }
  .main_flex div p:last-of-type {
    width: fit-content;
    margin: 0 auto;
  }
}
@media(max-width:720px) {
  .mid_inner li {
    width: 100%;
  }
  body,
  p {
    font-size: 14px;
  }
  header .img_wrapp img {
    height: 130vw;
  }
  .product_cont {
    position: static;
    height: fit-content;
  }
  .product_inner div,
  .product_inner:last-of-type div {
    position: static;
    width: 100%;
  }
  .product_inner,
  .product_inner:last-of-type {
    padding: clamp(30px, 3.846vw, 50px);
    margin-bottom: 50px;
  }
  .product_inner img {
    margin: 0 auto 30px auto;
  }
  .product_inner:last-of-type img.SP {
    display: block;
    margin: 0 auto 30px auto;
  }
  .product_inner:last-of-type img.PC {
    display: none;
  }
  a {
    font-size: 14px;
  }
  .ing_inner {
    position: static;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 30px 30px 30px;
    margin-bottom: 50px;
  }
  .ing_cont {
    width: 100%;
    flex-shrink: 1;
    padding-right: 0;
    padding-left: 0;
  }
  .ing_inner img {
    position: static;
    width: 100%;
  }
}
@media(max-width:650px) {
  #page h2.ja .SP {
    display: block;
  }
  .pr_cont h4 span::before,
  .pr_cont h4 span::after {
    display: none;
  }
  .pr_cont h4 span {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-top: 30px;
    line-height: 1.5em;
    padding: 10px 0;
  }
  .pr_cont h4 span .SP {
    display: block;
  }
  header .PC {
    display: none;
  }
  header .SP {
    display: inline-block;
    width: 100%;
    height: 100vh;
    max-height: 800px;
    position: relative;
  }
  header > .SP img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header_nav nav {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -6px, 0);
    transition: opacity 700ms cubic-bezier(.25, 1, .25, 1),
      transform 700ms cubic-bezier(.25, 1, .25, 1);
    z-index: 999;
  }
  .header_nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .header_nav nav li {
    margin: 18px 0;
    letter-spacing: .12em;
    font-size: 18px;
  }
  .header_nav nav a {
    color: #fff;
    text-decoration: none;
  }
  body.is_nav_open .header_nav nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
  .nav_toggle {
    display: inline;
    position: relative;
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
    z-index: 1000;
  }
  .nav_toggle span {
    position: absolute;
    left: 10px;
    right: 5px;
    height: 1px;
    background: #fff;
    transition: transform 700ms cubic-bezier(.25, 1, .25, 1),
      top 700ms cubic-bezier(.25, 1, .25, 1),
      opacity 400ms cubic-bezier(.25, 1, .25, 1),
      background 400ms ease;
  }
  .nav_toggle span:nth-child(1) {
    top: 13px;
  }
  .nav_toggle span:nth-child(2) {
    top: 20px;
  }
  .header_nav nav ul {
    gap: 20px;
    margin-right: 45px;
  }
  body.is_nav_open .nav_toggle span {
    background: #fff;
  }
  body.is_nav_open .nav_toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
  }
  body.is_nav_open .nav_toggle span:nth-child(2) {
    top: 22px;
    transform: rotate(-45deg);
  }
  .header_nav .wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer > div img {
    width: 100px;
    margin-bottom: 30px;
  }
  footer > div {
    display: block;
  }
  footer .btn {
    min-width: 130px;
  }
  small {
    line-height: 1.3em;
  }
  form dl {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
  }
  form dt,
  form dd {
    width: 100%;
  }
}
@media(max-width:500px) {
  .header_txt {
    right: 0;
    left: 0;
    top: 40%;
    margin: auto;
  }
  .ing_cont h3 span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  .camp_cont div {
    width: 75%;
  }
  .camp_cont div .tit {
    display: block;
  }
  .camp_cont div .tit img,
  .camp_cont div .tit span {
    display: block;
    margin: 0 auto;
  }
  .camp_cont div .tit span {
    margin-top: 25px;
  }
  .camp_cont div .price span {
    display: block;
    margin-left: 0;
  }

}