@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details {
  display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 4.0625vw;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #000;
  line-height: 1.8;
  background: #ddd;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 4.6875vw;
  margin: 0 auto;
}

.to_top {
  transition: top 0.6s ease, opacity 0.6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.contents {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.note {
  font-size: 3.4375vw;
  line-height: 1.6;
  margin-left: 1em;
}
.note li {
  margin: 0 0 0.5em;
  text-indent: -1em;
}
.note li:last-of-type {
  margin-bottom: 0;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

.red {
  color: #e60012;
}

/*=======================================
	mv
=======================================*/
.mv {
  position: relative;
}
.mv .btn {
  max-width: 87.5vw;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=======================================
	worry
=======================================*/
.worry .bg,
.voice .bg {
  position: relative;
}
.worry .bg .text-box,
.voice .bg .text-box {
  position: absolute;
  bottom: 7vw;
  left: 11%;
  color: #000;
  text-align: left;
  font-size: 1em;
  max-width: 600px;
  width: 80%;
  line-height: 1.6;
}
.worry .bg .text-box-2,
.voice .bg .text-box-2 {
  position: absolute;
  bottom: 10vw;
  left: 11%;
  color: #000;
  text-align: left;
  font-size: 1em;
  max-width: 600px;
  width: 80%;
  line-height: 1.6;
}
.worry .bg .red,
.voice .bg .red {
  color: red;
}
@media (min-width: 768px) {
  .worry .bg .text-box,
  .voice .bg .text-box {
    font-size: 1em;
    bottom: 5vw;
  }
  .worry .bg .text-box-2,
  .voice .bg .text-box-2 {
    font-size: 1em;
    bottom: 7vw;
  }
}

/*=======================================
	info
=======================================*/
.info {
  margin-top: -0.3%;
}
.info .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0.5em 1.5em;
}
.info .container section {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
}
.info .container section:last-of-type {
  border-bottom: none;
}
.info .container h2 {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: left;
}
.info .container h2:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .info .container h2 {
    font-size: 1.4rem;
  }
}
.info .container .dot {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background-color: #0096f0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.4em;
}
.info .container ul.custom-list {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 0.3em;
}
.info .container ul.custom-list li::before {
  content: "・";
  color: #000;
  margin-right: 0.5em;
}
.info .container ul.custom-list li {
  text-align: left;
  margin-bottom: 0.4em;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.info .container .red {
  color: red;
  font-weight: bold;
}
.info .container p {
  text-align: left;
  margin: 0.5em 0 0.5em 1.5em;
}
@media (min-width: 768px) {
  .info .container h2 {
    font-size: 1.3rem;
  }
  .info .container .container {
    padding: 2em;
  }
}

/*=======================================
	point
=======================================*/
.point {
  margin-bottom: 0.5rem;
}
.point .container {
  max-width: 720px;
  margin: 0 auto;
  padding: 1em;
  background: #f5f5f5;
}
.point .container section {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  text-align: left;
}
.point .container section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.point .container h2 {
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5em;
  text-align: left;
}
.point .container h2::after {
  content: "";
  display: block;
  width: 24px;
  /* ← 短めの下線 */
  height: 2px;
  background-color: #0096f0;
  margin-top: 6px;
}
.point .container h2 .small {
  font-size: 0.9rem;
  font-weight: 400;
}
.point .container ul.dot-list {
  list-style: none;
}
.point .container ul.dot-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
.point .container ul.dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0096f0;
  font-weight: bold;
}
.point .container .red {
  color: red;
  font-weight: bold;
}
.point .container .nut-info {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.point .container .ingredients {
  font-size: 0.95rem;
  line-height: 1.8;
}
.point .container .note {
  font-size: 0.9rem;
  margin-top: 0.6em;
  margin-left: 0;
}

/*=======================================
	form
=======================================*/
.form {
  padding: 1.5rem 0 3.5rem;
  text-align: left;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 0.6rem;
  box-sizing: border-box;
  border: 0.3125vw solid #d4d4d4;
  border-radius: 2.1875vw;
}
.form textarea {
  min-height: 6em;
}
.form select {
  width: 100%;
  padding: 0.4rem 0.6rem;
}
.form .wrap {
  padding: 0 6.25vw;
}
.form .btn button,
.form .btn a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #1e88e5;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 2.1875vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
}
.form dt {
  font-size: 4.375vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.form dt span {
  display: inline-block;
  background: #e90000;
  color: #fff;
  font-size: 2.8125vw;
  line-height: 1;
  padding: 0.3rem 0.4rem;
  margin-left: 0.5rem;
  border-radius: 1.5625vw;
}
.form dt span.any {
  background: #d0d0d0;
}
.form dd {
  margin-bottom: 1.5rem;
}
.form dd dd {
  margin-bottom: 1rem;
}
.form dd p {
  margin-bottom: 0.5rem;
}
.form dd .flex {
  display: flex;
}
.form dd .flex div {
  width: 48%;
}
.form dd .flex div:first-child {
  margin-right: 4%;
}
.form dd .col3 {
  display: flex;
}
.form dd .col3 div {
  width: 33%;
}
.form dd .col3 div select {
  width: calc(100% - 2.5em);
}
.form dd label {
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 2.1875vw;
  padding: 0.5rem;
}
.form dd label:nth-of-type(2) {
  margin-top: 0.5rem;
}
.form dd .scroll_box {
  max-height: 6em;
  border: 1px solid #d4d4d4;
  border-radius: 2.1875vw;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  overflow: scroll;
  font-size: 3.125vw;
  line-height: 1.6;
}
.form .mail div:first-child {
  margin-bottom: 0.5rem;
}

/*=======================================
	footer
=======================================*/
footer {
  border-top: 1px solid #d4d4d4;
  line-height: 1.4;
  padding: 1.5rem 0 1rem;
}
footer a {
  color: #333;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.8125vw;
}
footer li {
  margin: 0 0.5rem 0.5rem;
}

/*=======================================
	contact
=======================================*/
.contact .form {
  padding-top: 3rem;
}
.contact .form h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact .form h1 span {
  display: inline-block;
  font-size: 4.6875vw;
  font-weight: 500;
  border-bottom: 0.625vw solid #bd0000;
  line-height: 1.4;
  padding-left: 7.8125vw;
  padding-bottom: 0.3rem;
  position: relative;
}
.contact .form h1 span:before {
  content: "";
  display: block;
  width: 6.25vw;
  height: 4.6875vw;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact .form h1 + p {
  font-size: 3.4375vw;
}
.contact .form .outer {
  margin-top: 2rem;
}
.contact .thanks {
  padding: 3rem 0 3rem;
}
.contact .thanks figure {
  max-width: 62.5vw;
  margin: 0 auto;
}

/*=======================================
	law
=======================================*/
.law .main {
  padding: 2rem 0 0;
  text-align: left;
  font-size: 3.75vw;
}
.law h1 {
  font-size: 4.6875vw;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.law table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.law tr {
  border-bottom: 1px solid #ccc;
}
.law th,
.law td {
  padding: 0.8rem 1rem;
}
.law th {
  width: 30%;
  border-right: 1px solid #ccc;
}
.law td ul {
  margin-left: 1em;
}
.law td li {
  text-indent: -1em;
}
.law .info {
  margin: 1rem 0 2rem;
}
.law .info h3 {
  font-weight: 500;
}
.law .red {
  color: red;
}

/*=======================================
	privacy
=======================================*/
.privacy .main {
  padding: 2rem 0 0;
  text-align: left;
}
.privacy h1 {
  font-size: 4.6875vw;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.privacy dl {
  font-size: 3.75vw;
  margin-bottom: 3rem;
}
.privacy dt {
  font-weight: bold;
  margin: 1rem 0 0.3rem;
}
.privacy dd p {
  margin-bottom: 0.5rem;
}
.privacy dd ol li {
  counter-increment: num;
  padding-left: 1em;
  position: relative;
}
.privacy dd ol li:before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  html {
    font-size: 26px;
  }
  .sp_only,
  .sp_only_inline {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .pc_only_inline {
    display: inline;
  }
  .wrap {
    padding: 0 30px;
  }
  .note {
    font-size: 22px;
  }
  /*=======================================
  	mv
  =======================================*/
  .mv .btn {
    max-width: 560px;
    margin: 10px auto 0;
  }
  /*=======================================
  	worry
  =======================================*/
  .worry .sec1 {
    max-width: 592px;
  }
  .worry .sec2 p {
    font-size: 30px;
  }
  /*=======================================
  	component
  =======================================*/
  .component .h {
    max-width: 608px;
  }
  .component .sec3 {
    margin-bottom: 50px;
  }
  /*=======================================
  	point
  =======================================*/
  /*=======================================
  	voice
  =======================================*/
  .voice figure {
    max-width: 568px;
  }
  /*=======================================
  	info
  =======================================*/
  .info .sec2 section {
    border-bottom: 2px solid #dbdbdb;
  }
  .info .sec2 h3 {
    font-size: 32px;
  }
  .info .sec2 h3:after {
    width: 40px;
    height: 4px;
  }
  .info .sec2 ul li {
    padding-left: 30px;
  }
  .info .sec2 ul li:before {
    width: 22px;
    height: 22px;
  }
  /*=======================================
  	form
  =======================================*/
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form textarea, .form select {
    border: 2px solid #d4d4d4;
    border-radius: 14px;
    font-size: 20px;
  }
  .form .wrap {
    padding: 0 40px;
  }
  .form .btn button,
  .form .btn a {
    font-size: 26px;
    border-radius: 14px;
  }
  .form dt {
    font-size: 28px;
  }
  .form dt span {
    font-size: 18px;
    border-radius: 10px;
  }
  .form dd label {
    border-radius: 14px;
  }
  .form dd .scroll_box {
    border-radius: 14px;
    font-size: 20px;
  }
  /*=======================================
  	footer
  =======================================*/
  footer ul {
    font-size: 18px;
  }
  /*=======================================
  	contact
  =======================================*/
  .contact .form h1 span {
    font-size: 30px;
    border-bottom: 4px solid #bd0000;
    padding-left: 50px;
  }
  .contact .form h1 span:before {
    width: 40px;
    height: 30px;
  }
  .contact .form h1 + p {
    font-size: 22px;
  }
  .contact .thanks figure {
    max-width: 400px;
  }
  /*=======================================
  	law
  =======================================*/
  .law .main {
    font-size: 24px;
  }
  .law h1 {
    font-size: 30px;
  }
  /*=======================================
  	privacy
  =======================================*/
  .privacy h1 {
    font-size: 30px;
  }
  .privacy dl {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */