@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Roboto:wght@700&display=swap');

/* =====================
  リセット
 ======================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: table;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;

}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  letter-spacing: 0.05em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

i,
address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

/* =====================
共通
 ======================= */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #007167;
  font-weight: 400;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.ll-luna .llwrapper {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  background: #fff;
}

.ll-luna .button_link {
  /* padding: 20px 22px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background: #007167;
  font-weight: 500;
  letter-spacing: 1.8px;
  height: 62px;
  border-radius: 31px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
}

.ll-luna .button_link::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../images/ll-luna/cta_arrow.png) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}

/* .ll-luna .llwrapper .button:hover {
  opacity: 0.7;
  text-decoration: none !important;
} */

/* =====================
mv / メインビジュアル
 ======================= */

.ll-luna .mv {
  background: url(../images/ll-luna/bg_mv.png) no-repeat;
  background-size: cover;
  height: 639px;
}

.ll-luna .mv .mv-wrap {
  padding-top: 14px;
  padding-bottom: 12px;
}

.ll-luna .logo-box {
  width: 62px;
}

.ll-luna .mv .logo-box img {
  margin: 0 0 0 15px;
}

.ll-luna .mv .catch-box img {
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.ll-luna .mv .heading {
  width: 232px;
  margin: 6px 30px 0 auto;
  transition: all 0.5s ease-in-out;
}

.ll-luna .mv .heading .sub-heading {
  font-size: 18px;
  color: #CC96AA;
  font-weight: 500;
  display: block;
}

.ll-luna .mv .copy-box {
  position: relative;
  height: auto;
  min-height: 308px;
}

.ll-luna .mv .copy {
  writing-mode: vertical-rl;
  color: #C96C8E;
  font-size: 1.2rem;
  position: absolute;
  top: 34px;
  right: 8%;
}

.ll-luna .mv .copy span {
  background: #fff;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
  letter-spacing: 0.25em;
}

.ll-luna .mv .button_link {
  margin: 25px auto;
}

/* =====================
trouble / お悩み
 ======================= */

.ll-luna .trouble {
  position: relative;
  height: auto;
  background: #F7F7F7;
  padding-top: 40px;
}

.ll-luna .trouble-check_title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 3.74px;
  color: #333;
  text-align: center;
}

.ll-luna .trouble-check_title::before {
  content: '';
  display: inline-block;
  width: 339px;
  height: 106px;
  background: url(../images/ll-luna/img_trouble-check01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 77px;
}

.ll-luna .trouble-check_title::after {
  content: '';
  display: inline-block;
  width: 116px;
  height: 124px;
  background: url(../images/ll-luna/img_trouble-check02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 10;
}

.ll-luna .trouble-check_list {
  margin-top: 30px;
}

.ll-luna .trouble-check_list .inner {
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 50px auto 30px;
  width: 83%;
}

.ll-luna .trouble-check_item {
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  letter-spacing: 1.9px;
}

.ll-luna .trouble-check_item strong {
  font-size: 19px;
  color: #007167;
}

.ll-luna .trouble-check_item .icon {
  content: '';
  margin-right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/ll-luna/icon_check.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* =====================
  body-sign / カラダからのサイン
  ======================= */

.ll-luna .body-sign {
  background: linear-gradient(0deg, rgba(231, 167, 152, 0.10) 13.15%, rgba(231, 206, 224, 0.23) 20.45%, rgba(251, 248, 249, 0.83) 42.54%);
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -30px;
}

.ll-luna .body-sign_graph {
  padding: 28px 22px 0 38px;
}

.ll-luna .body-sign_graph img {
  width: 100%;
  height: auto;
  display: block;
}

.ll-luna .body-sign_text {
  padding: 20px 46px 35px;
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: left;
}

/* =====================
  注目の成分『ラクトフェリン』 / lactoferrin
  ======================= */

.ll-luna .lactoferrin {
  background: url(../images/ll-luna/bg_lactoferrin.png) no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.ll-luna .lactoferrin-lead {
  color: #ffffff;
  background: #CC96AA;
  display: block;
  font-size: 15px;
  letter-spacing: 2.55px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ll-luna .lactoferrin-title {
  text-align: center;
  color: #5a8b8a;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2.55px;
  margin: 30px 0 20px;
}

.ll-luna .lactoferrin-title span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 8px;
  position: relative;
  letter-spacing: 2.55px;
}

.ll-luna .lactoferrin-desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  color: #5a8b8a;
  justify-content: right;
  display: flex;
  padding: 0 20px;
}

.ll-luna .lactoferrin-text_wrap {
  background: #fff;
  border-radius: 70px;
  padding: 44px 35px;
  box-shadow: 0 0 10px 0 rgba(233, 84, 107, 0.10);
  margin-bottom: 40px;
  margin: 280px 30px 0 30px;
}

.ll-luna .lactoferrin-text {
  line-height: 2;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.17em;
}

.ll-luna .lactoferrin-image.powder img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.ll-luna .lactoferrin-foot {
  font-size: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 0;
}

/* =====================
ラクトフェリン ラボ ルナフローラ / product
 ======================= */
.ll-luna .product {
  position: relative;
  height: 700px;
  background: url(../images/ll-luna/bg_product.png) no-repeat;
  background-size: cover;
}

.ll-luna .product-heading {
  padding-top: 56px;
}

.ll-luna .product-heading {
  width: 62px;
  height: 11px;
  margin: 0 auto 10px;
}

.ll-luna .product-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 4.25px;
  text-align: center;
  /* border-bottom: #007167 1px dotted; */
  /* padding-bottom: 0.5em; */
  /* margin-right: 25px; */
  /* margin-left: 25px; */
}

.ll-luna .product-title span {
  font-size: 14px;
  line-height: 2.6;
  letter-spacing: 2.55px;
}

.ll-luna .product-image {
  width: 160px;
  height: 216px;
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: 22px;
}

.ll-luna .product-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.38px;
  margin-top: 24px;
  justify-content: center;
  display: grid;
}

.ll-luna .product-text p:nth-child(2) {
  margin-top: 20px;
}

.wave_product-reason {
  background: url("../images/ll-luna/bg_product-reason.png") no-repeat center bottom;
  background-size: cover;
  height: 50px;
}

/* =====================
３つの理由 / reason
 ======================= */
.ll-luna .reason {
  position: relative;
  height: 1918px;
  background: url(../images/ll-luna/bg_reason.png) no-repeat;
  background-size: cover;
  padding: 60px 20px 0;
  text-align: center;
}

.ll-luna .reason_label {
  color: #CC96AA;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 1.5px;
  background: #fff;
  padding: 2px 12px;
  display: inline;
  align-items: center;
}

.ll-luna .reason_title {
  font-size: 25px;
  font-weight: 300;
  color: #338b80;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.ll-luna .reason_title span {
  font-size: 36px;
  letter-spacing: 0.1em;
}

.ll-luna .reason_card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  margin-top: 27px;
}

.ll-luna .reason_card img {
  width: 53px;
  margin-right: 10px;
}

.ll-luna .reason_card_lead {
  display: flex;
  align-items: center;
}

.ll-luna .reason_sub {
  color: #ffffff;
  font-size: 18px;
  flex-shrink: 0;
}

.ll-luna .reason_sub .sm {
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px;
}

.ll-luna .reason_card_lead span {
  background: #CC96AA;
  display: inline-block;
  padding: 6px 4px 4px;
  margin-bottom: 3px;
  height: 32px;
}

.ll-luna .reason_point {
  width: 58px;
  margin-right: 20px;
}

.ll-luna .reason_point_img img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 12px;
}

.ll-luna .reason_point_video {
  width: 100%;
  margin-top: 20px;
}

.ll-luna .reason_text {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 1.4px;
}

.ll-luna .reason_text span {
  font-size: 14px;
  font-weight: 500;
  color: #C96C8E;
}

.ll-luna .reason_text span .sup {
  font-size: 0.7em;
  vertical-align: super;
}

.ll-luna .note {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
  margin-top: 5px;
}

.wave_reason-cta {
  background: url("../images/ll-luna/bg_reason-cta.png") no-repeat center bottom;
  background-size: cover;
  height: 85px;
}

/* =====================
cta / お得な定期便に申し込む
 ======================= */
.ll-luna .cta {
  background: url(../images/ll-luna/bg_cta.png) no-repeat;
  background-size: cover;
  height: 452px;
  position: relative;
}

.ll-luna .cta-area {
  margin: 0 auto;
  width: 80%;
}

.ll-luna .cta .button_link {
  position: absolute;
  bottom: 45px;
  width: 80%;
  margin: 0 auto;
}

.wave_cta-article {
  background: url("../images/ll-luna/bg_cta-article.png") no-repeat center bottom;
  background-size: cover;
  height: 67px;
}

/* =====================
article / 飲むラクトフェリン記事
 ======================= */
.ll-luna .article {
  background: url(../images/ll-luna/bg_article.png) no-repeat;
  background-size: cover;
  height: 975px;
  position: relative;
}

.ll-luna .article_title {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 4.42px;
  border-bottom: 1px dotted #007167;
  padding-bottom: 0.3em;
  padding-top: 60px;
  margin-right: 20px;
  margin-left: 20px;

}

.ll-luna .article-text_wrap {
  background: #fff;
  border-radius: 70px;
  box-shadow: 0 0 10px 0 rgba(233, 84, 107, 0.10);
  margin-bottom: 40px;
  margin: 24px 25px 0 25px;
}

.ll-luna .article-text {
  font-size: 14px;
  color: #333;
  line-height: 1.85;
  letter-spacing: 2.38px;
}

.ll-luna .article-text:first-child {
  padding: 44px 40px 0;
}

.ll-luna .article-text:last-child {
  padding: 0 40px 44px;
}

.ll-luna .article-text .pink {
  font-weight: 500;
  color: #C96C8E;
}

.ll-luna .article-image {
  margin: 15px 10px 16px 20px;
}

/* =====================
研究 / research
 ======================= */
.ll-luna .research {
  background-color: #F7F7F7;
  padding: 60px 15px 10px;
}

.ll-luna .research-lead span {
  background: #CC96AA;
  color: #fff;
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 3px;
  font-size: 18px;
  font-style: normal;
  line-height: 37px;
  letter-spacing: 0.9px;
}

.ll-luna .research-main-title {
  text-align: center;
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: 2.2px;
  margin-top: 10px;
  border-bottom: #007167 1px dotted;
  padding-bottom: 0.3em;
}

.ll-luna .research-title {
  text-align: center;
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: 2.2px;
  margin-top: 10px;
}

.ll-luna .research-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  margin: 20px auto 30px;
  box-shadow: 0 0 20px 0 rgba(248, 203, 205, 0.20);
}

.ll-luna .research-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ll-luna .research-text {
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.8px;
  /* 罫線 */
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
    linear-gradient(180deg, #CF8AA3 1px, transparent 1px);
  background-size: 8px 100%,
    100% 2.5em;
  line-height: 2.5;
  padding-bottom: 1px;
}

.wave_research-teiki {
  background: url("../images/ll-luna/bg_research-teiki.png") no-repeat center bottom;
  background-size: cover;
  height: 80px;
}

/* =====================
定期便 / ll-luna-teiki
 ======================= */
.ll-luna .ll-luna-teiki {
  background: url(../images/ll-luna/bg_teiki.png) no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}

.ll-luna-teiki-logo img {
  width: 62px;
  height: 11px;
}

.ll-luna .ll-luna-teiki__catch {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: 2.2px;
  border-bottom: 1px dashed #007167;
  padding-bottom: 0.3em;
  margin: 10px 20px 0;
}

/* ラクトフェリンを毎日の習慣に */
.ll-luna .ll-luna-teiki__catch .head {
  background: #CC96AA;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 0 8px 2px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 12px;
}

.ll-luna .ll-luna-teiki__catch .pink {
  color: #CF8AA3;
  font-weight: 400;
}

.ll-luna .ll-luna-teiki__product_wrap {
  background: #FFF;
  border-radius: 10px;
  padding: 40px 20px 37px;
  margin: 20px 20px 0;
}

.ll-luna .ll-luna-teiki__product {
  position: relative;
  margin: 25px auto -65px;
  max-width: 280px;
}

.ll-luna .ll-luna-teiki__badge {
  position: absolute;
  top: -5px;
  left: -20px;
  width: 94px;
}

.ll-luna .ll-luna-teiki__image {
  width: 40%;
}

.ll-luna .ll-luna-teiki__note {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.ll-luna .ll-luna-teiki__note span {
  font-size: 0.7em;
  vertical-align: super;
}

.ll-luna .ll-luna-teiki .note-sm {
  font-size: 10px;
}

.ll-luna .ll-luna-teiki .cta-area {
  width: 100%;
}

.ll-luna .ll-luna-teiki__tags {
  display: inline-flex;
  height: 29px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 10px auto 0;
  width: -webkit-fill-available;
}

.ll-luna .ll-luna-teiki__tags li {
  border: 1px solid #CC96AA;
  background: #FFF2F2;
  padding: 6px;
  font-size: 13px;
  color: #CD5C86;
  letter-spacing: 0.65px;
}

.ll-luna .ll-luna-teiki__price img {
  width: 100%;
  margin: 15px 0;
}

.ll-luna .ll-luna-teiki__detail {
  font-size: 12px;
  font-weight: 500;
  margin: 10px;
}

.ll-luna .ll-luna-teiki__detail ul {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 7px;
  margin-bottom: 15px;
}

.ll-luna .ll-luna-teiki__detail li {
  list-style-type: disc;
}

.ll-luna .ll-luna-teiki__benefits {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}

.ll-luna .ll-luna-teiki__benefits p {
  background: #F7F7F7;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-top: 6px;
  padding: 8px 0;
}

.ll-luna .ll-luna-teiki__benefits p:last-child {
  padding: 15px 0;
}

.ll-luna .ll-luna-teiki__benefits p .pink {
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #C96C8E;
}

.wave_teiki-single {
  background: url("../images/ll-luna/bg_teiki-single.png") no-repeat center bottom;
  background-size: cover;
  height: 65px;
}

/* =====================
まずは単品で / ll-luna-single
 ======================= */
.ll-luna .ll-luna-single {
  background: url(../images/ll-luna/bg_single.png) no-repeat;
  background-size: cover;
}

.ll-luna .ll-luna-single__inner {
  padding: 10px 30px 60px;
}

.ll-luna .ll-luna-single__catch {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1.26px;
  padding-top: 20px;
}

.ll-luna .ll-luna-single__title {
  border-radius: 10px 10px 0 0;
  border: 2px solid #7E7C7C;
  background: #7E7C7C;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  padding: 16px 0 14px 0;
}

.ll-luna .ll-luna-single__detail {
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}

.ll-luna .ll-luna-single__product {
  border-radius: 0 0 10px 10px;
  border: 1px solid #7E7C7C;
  background: #fff;
  padding: 15px 20px;
}

.ll-luna .ll-luna-single .cta-area {
  margin: 0 auto;
  width: 100%;
}

.ll-luna .ll-luna-single .cta-area .button_link {
  margin-top: 13px;
  background: #7E7C7C;
}

.ll-luna .ll-luna-single__price {
  width: 90%;
  margin: 0 auto;
}


/* =====================
brand/ ブランドメッセージ
 ======================= */
.ll-luna .brand {
  background: url(../images/ll-luna/bg_brand.png) no-repeat;
  background-size: cover;
  height: 670px;
}

.ll-luna .brand__inner {
  padding-top: 220px;
}

.ll-luna .brand-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: 2.2px;
  color: #FFF;
}

.ll-luna .brand-title span {
  font-size: 30px;
  letter-spacing: 3px;
}

.ll-luna .brand-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2.1px;
  padding: 0 41px;
  margin-top: 20px;
}

.ll-luna .line {
  display: inline-block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.3em;
  margin-bottom: 2px;
}


/* =====================
csr / 支援
 ======================= */
.ll-luna .csr {
  background: url(../images/ll-luna/bg_csr.png) no-repeat;
  background-size: cover;
}

.ll-luna .csr__inner {
  padding: 40px 30px 50px;
}

.ll-luna .csr-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2.2px;
}

.ll-luna .csr-text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.5px;
  margin-top: 20px;
}

.ll-luna .csr-image {
  margin-top: 30px;
}

.ll-luna .csr-image img {
  box-shadow: 0 0 10px 0 rgba(233, 84, 107, 0.10);
}

.wave_csr-faq {
  background: url("../images/ll-luna/bg_csr-faq.png") no-repeat center bottom;
  background-size: cover;
  height: 40px;
}

/* =====================
F&Q
 ======================= */

.ll-luna .faq {
  background: #F7F7F7;
  padding: 40px 30px 68px;
}

.ll-luna .faq h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: 4.42px;
  margin: 0 auto 30px;
  border-bottom: #007167 1px dotted;
  padding-bottom: 0.3em;
  display: table;
}


.ll-luna .faq .faq_list li {
  background: #fff;
  padding: 40px 25px;
  margin-top: 30px;
  border-radius: 10px;
}

.ll-luna .faq .faq_list li dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #007167;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.ll-luna .faq .faq_list li dt span {
  color: #CF8AA3;
  text-align: center;
  font-family: "Noto Serif";
  font-size: 26px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 2.6px;
  margin-right: 10px;
}

.ll-luna .faq .faq_list li dd {
  color: #333;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* =====================
商品詳細 / details
 ======================= */

.ll-luna .details {
  color: #333;
}

.ll-luna .details-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 2.72px;
  background: #5F5E5E;
}

.ll-luna .details-list {
  display: flex;
  padding-bottom: 30px;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px 50px;
}

.ll-luna .details-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #CF8AA3;
}

.ll-luna .details-list li dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
}

.ll-luna .details-list li dd {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.4px;
}


/* =====================
使用上の注意 / caution
 ======================= */
.ll-luna .caution {
  color: #333;
}

.ll-luna .caution-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 2.72px;
  background: #5F5E5E;
}

.ll-luna .caution_wrap {
  padding: 30px 35px;
}

.ll-luna .caution li {
  list-style-type: disc;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #333;
}

/* =====================
フッター
 ======================= */
.ll-luna #global_footer {
  padding: 1.5rem 0;
  width: 100%;
  color: #707070;
  font-size: 0.9rem;
  background: #fff;
}

.ll-luna #global_footer p {
  margin-top: 20px;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0;
}

.ll-luna #global_footer a {
  color: #707070;
  text-decoration: none;
}

.ll-luna #global_footer a:hover {
  text-decoration: underline;
}

.ll-luna #global_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2.2;
}

.ll-luna #global_footer ul li {
  padding-right: 1.5em;
}

.ll-luna #global_footer ul li:last-child::after {
  content: none;
}

.ll-luna #global_footer ul li::after {
  padding-left: 1.5em;
  content: '|';
}

form {
  margin: 0 1.5rem;
}

@media screen and (min-width: 450px) {

  /*画面サイズ450px*/
  /* =====================
共通
 ======================= */
  :root {
    --vw: 1.2;
  }

  img {
    width: auto;
  }

  .ll-luna .container {
    background: #faf4f6;
  }

  .ll-luna .llwrapper {
    max-width: 450px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  }

  .ll-luna .button_link {
    font-size: calc(18px * var(--vw));
    height: 72px;
    border-radius: 36px;
  }

  .ll-luna .button_link::after {
    right: 25px;
  }

  /* =====================
mv / メインビジュアル
 ======================= */
  .ll-luna .mv {
    height: 767px;
  }

  .ll-luna .mv .cta-area {
    width: 80%;
    margin: 80px auto;
  }

  .ll-luna .button_link::after {
    width: 8px;
    height: 12px;
  }

  .ll-luna .mv .heading {
    margin: 12px 32px 0 auto;
    width: calc(232px * var(--vw));
  }

  .ll-luna .logo-box {
    width: 62px;
    width: calc(62px * var(--vw));
  }

  .ll-luna .mv .copy-box {
    min-height: 350px;
  }

  .ll-luna .mv .copy {
    font-size: 1.4rem;
    top: 34px;
    right: 10%;
  }

  .ll-luna .mv .button_link {
    margin: -30px auto 0;
  }

  /* =====================
trouble / お悩み
 ======================= */

  .ll-luna .trouble-check_title {
    font-size: calc(22px * var(--vw));
  }

  .ll-luna .trouble-check_title::before {
    width: calc(339px * var(--vw));
    height: calc(106px * var(--vw));
    top: 80px;
  }

  .ll-luna .trouble-check_title::after {
    width: calc(116px * var(--vw));
    height: calc(124px * var(--vw));
  }

  .ll-luna .trouble-check_list {
    margin-top: 60px;
  }

  .ll-luna .trouble-check_item {
    font-size: calc(16px * var(--vw));
    padding-bottom: 15px;
  }

  .ll-luna .trouble-check_item strong {
    font-size: calc(19px * var(--vw));
  }

  .ll-luna .trouble-check_item .icon {
    width: calc(24px * var(--vw));
    height: calc(24px * var(--vw));
  }

  /* =====================
  body-sign / カラダからのサイン
  ======================= */

  .ll-luna .body-sign_text {
    font-size: calc(14px * var(--vw));
    padding: 30px 60px 40px;
  }

  /* =====================
  フッター
  ======================= */
  .ll-luna #global_footer {
    font-size: calc(0.9rem * var(--vw));
  }

  .ll-luna #global_footer p {
    font-size: calc(0.9rem * var(--vw));
  }

  .ll-luna .contents04-03 .txt01 {
    height: calc(250px * var(--vw));
  }

  .ll-luna .contents04-03 .txt01 p {
    font-size: calc(16px * var(--vw));
  }

  .ll-luna .contents04-03 .txt01 strong {
    font-size: calc(85px * var(--vw));
  }

  .ll-luna .contents04-03 .txt01 span {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .contents04-03 .notice {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .ll-luna-teiki h2 {
    font-size: calc(18px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box01 .name {
    font-size: calc(16px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box01 .note {
    width: calc(64px * var(--vw));
    height: calc(64px * var(--vw));
    font-size: calc(12px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__label {
    font-size: calc(19px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__label span {
    font-size: calc(23px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__num {
    font-size: calc(32px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__num strong {
    font-size: calc(78px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__num span {
    font-size: calc(64px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box02_price__num small {
    font-size: calc(11px * var(--vw));
    bottom: calc(36px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box03__txt01 small {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .btn {
    font-size: calc(24px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box03__num {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .box03 .notice-list {
    font-size: calc(10px * var(--vw));
  }


  /* =====================
  注目の成分『ラクトフェリン』 / lactoferrin
  ======================= */

  .ll-luna .lactoferrin {
    height: 1416px;
    padding-bottom: 40px;
  }

  .ll-luna .lactoferrin-lead {
    font-size: calc(15px * var(--vw));
    height: 40px;
  }

  .ll-luna .lactoferrin-title {
    font-size: calc(18px * var(--vw));
    margin: 30px 0 20px;
  }

  .ll-luna .lactoferrin-title span {
    font-size: calc(26px * var(--vw));
    margin-top: 8px;
  }

  .ll-luna .lactoferrin-desc {
    font-size: calc(14px * var(--vw));
    padding: 0 20px;
  }

  .ll-luna .lactoferrin-text_wrap {
    padding: 44px 35px;
    margin-bottom: 40px;
    margin: 280px 30px 0 30px;
  }

  .ll-luna .lactoferrin-text {
    font-size: calc(14px * var(--vw));
  }

  .ll-luna .lactoferrin-foot {
    font-size: calc(15px * var(--vw));
  }

  /* =====================
ラクトフェリン ラボ ルナフローラ / product
 ======================= */
  .ll-luna .product {
    height: 840px;
  }

  .ll-luna .product-heading {
    padding-top: 80px;
  }

  .ll-luna .product-heading {
    width: calc(62px * var(--vw));
    height: calc(11px * var(--vw));
    margin: 0 auto 20px;
  }

  .ll-luna .product-title {
    font-size: calc(25px * var(--vw));
    /* padding-bottom: 0.5em; */
    margin-right: 40px;
    margin-left: 40px;
  }

  .ll-luna .product-title span {
    font-size: calc(15px * var(--vw));
  }

  .ll-luna .product-image {
    width: calc(160px * var(--vw));
    height: calc(216px * var(--vw));
    margin-left: 50px;
    margin-top: 22px;
  }

  .ll-luna .product-text {
    font-size: calc(14px * var(--vw));
  }

  .ll-luna .product-text p:nth-child(2) {
    margin-top: 20px;
  }

  .wave_product-reason {
    height: 50px;
  }

  /* =====================
３つの理由 / reason
 ======================= */
  .ll-luna .reason {
    height: 2147px;
    padding: 40px 20px;
  }

  .ll-luna .reason_label {
    font-size: calc(15px * var(--vw));
  }

  .ll-luna .reason_title {
    font-size: calc(25px * var(--vw));
  }

  .ll-luna .reason_title span {
    font-size: calc(36px * var(--vw));
    letter-spacing: 0.1em;
  }

  .ll-luna .reason_card {
    padding: 30px 20px;
    margin-top: 27px;
  }

  .ll-luna .reason_card img {
    width: 53px;
    margin-right: 10px;
  }

  .ll-luna .reason_card_lead {
    display: flex;
    align-items: center;
  }

  .ll-luna .reason_sub {
    font-size: calc(18px * var(--vw));
  }

  .ll-luna .reason_sub .sm {
    font-size: calc(13px * var(--vw));
  }

  .ll-luna .reason_card_lead span {
    padding: 6px 4px 4px;
    margin-bottom: 3px;
    height: 37px;
  }

  .ll-luna .reason_point {
    width: 58px;
    margin-right: 20px;
  }

  .ll-luna .reason_point_img img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 12px;
  }

  .ll-luna .reason_point_video {
    margin-top: 20px;
  }

  .ll-luna .reason_text {
    font-size: calc(14px * var(--vw));
    letter-spacing: 0.04em;
  }

  .ll-luna .reason_text span {
    font-size: calc(14px * var(--vw));
  }

  /* =====================
cta / お得な定期便に申し込む
 ======================= */
  .ll-luna .cta {
    background: url(../images/ll-luna/bg_cta.png) no-repeat;
    background-size: cover;
    height: 543px;
    /* position: relative; */
  }

  .ll-luna .cta .cta-area {
    width: 80%;
    margin: 0px auto;
  }

  .ll-luna .cta .button_link {
    width: 80%;
    margin: 12px auto;
  }

  /* =====================
article / 飲むラクトフェリン記事
 ======================= */
  .ll-luna .article {
    background: url(../images/ll-luna/bg_article.png) no-repeat;
    background-size: cover;
    height: 1170px;
    position: relative;
  }

  .ll-luna .article_title {
    font-size: calc(25px * var(--vw));
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 0.5em;
  }

  .ll-luna .article-text {
    font-size: calc(14px * var(--vw));
  }

  /* =====================
研究 / research
 ======================= */
  .ll-luna .research {
    background-color: #F7F7F7;
    padding: 60px 15px 10px;
  }

  .ll-luna .research-lead span {
    font-size: calc(18px * var(--vw));
  }

  .ll-luna .research-main-title {
    font-size: calc(22px * var(--vw));
    margin-top: 12px;
    padding-bottom: 0.5em;
  }

  .ll-luna .research-title {
    font-size: calc(22px * var(--vw));
    margin-top: 12px;
  }

  .ll-luna .research-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .ll-luna .research-text {
    font-size: calc(14px * var(--vw));
    letter-spacing: 1.4px;
  }


  /* =====================
定期便 / ll-luna-teiki
 ======================= */
  .ll-luna .ll-luna-teiki {
    background: url(../images/ll-luna/bg_teiki.png) no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 40px;
  }

  .ll-luna-teiki-logo img {
    width: calc(62px * var(--vw));
    height: calc(11px * var(--vw));
  }

  .ll-luna .ll-luna-teiki__catch {
    font-size: calc(22px * var(--vw)) !important;
    padding-bottom: 0.5em;
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
  }

  /* ラクトフェリンを毎日の習慣に */
  .ll-luna .ll-luna-teiki__catch .head {
    font-size: calc(18px * var(--vw));
    padding: 0 10px 4px;
  }

  .ll-luna .ll-luna-teiki__product_wrap {
    background: #FFF;
    border-radius: 10px;
    padding: 40px 20px 37px;
    margin: 20px 20px 0;
  }

  .ll-luna .ll-luna-teiki__product {
    margin: 25px auto -65px;
  }

  .ll-luna .ll-luna-teiki__badge {
    left: -40px;
    width: 102px;
  }

  .ll-luna .ll-luna-teiki__image {
    width: 50%;
  }

  .ll-luna .ll-luna-teiki__note {
    font-size: calc(13px * var(--vw));
  }

  .ll-luna .ll-luna-teiki .note-sm {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .cta-area {
    width: 100%;
    margin: 0 auto;
  }

  .ll-luna .ll-luna-teiki__tags {
    gap: 5px;
    margin-top: 12px;
  }

  .ll-luna .ll-luna-teiki__tags li {
    font-size: calc(13px * var(--vw));
  }

  .ll-luna .ll-luna-teiki__price img {
    margin: 15px 0;
  }

  .ll-luna .ll-luna-teiki__detail {
    font-size: calc(12px * var(--vw));
    margin: calc(10px * var(--vw));
  }

  .ll-luna .ll-luna-teiki__detail ul {
    font-size: calc(10px * var(--vw));
  }

  .ll-luna .ll-luna-teiki__detail li {
    list-style-type: disc;
    letter-spacing: 0;
  }

  .ll-luna .ll-luna-teiki__benefits {
    margin-top: 15px;
  }

  .ll-luna .ll-luna-teiki__benefits p {
    font-size: calc(14px * var(--vw));
    margin-top: 8px;
  }

  .ll-luna .ll-luna-teiki__benefits p:last-child {
    padding: 15px 0;
  }

  /* =====================
まずは単品で / ll-luna-single
 ======================= */
  .ll-luna .ll-luna-single__inner {
    padding: 10px 30px 60px;
  }

  .ll-luna .ll-luna-single__catch {
    font-size: calc(18px * var(--vw));
  }

  .ll-luna .ll-luna-single__title {
    font-size: calc(18px * var(--vw));
  }

  .ll-luna .ll-luna-single__detail {
    font-size: calc(12px * var(--vw));
  }

  .ll-luna .ll-luna-single__product {
    border-radius: 0 0 10px 10px;
    border: 1px solid #7E7C7C;
    background: #fff;
    padding: 15px 20px;
  }

  .ll-luna .ll-luna-single .button_link {
    width: 100%;
    margin-top: 13px;
    background: #7E7C7C;
  }

  .ll-luna .ll-luna-single__price {
    width: 90%;
    margin: 0 auto;
  }

  .ll-luna .ll-luna-single__product .button_link {
    width: 100%;
  }

  /* =====================
brand/ ブランドメッセージ
 ======================= */
  .ll-luna .brand {
    background: url(../images/ll-luna/bg_brand.png) no-repeat;
    background-size: cover;
    height: 804px;
  }

  .ll-luna .brand__inner {
    padding-top: 270px;

  }

  .ll-luna .brand-title {
    font-size: calc(22px * var(--vw));
    font-family: "Noto Serif JP", serif;
  }

  .ll-luna .brand-title span {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .ll-luna .brand-text {
    font-size: calc(14px * var(--vw));
    position: relative;
  }

  .ll-luna .line {
    margin-bottom: 4px;
  }

  /* =====================
csr / 支援
 ======================= */
  .ll-luna .csr {
    background: url(../images/ll-luna/bg_csr.png) no-repeat;
    background-size: cover;
  }


  .ll-luna .csr-title {
    font-size: calc(22px * var(--vw));
  }

  .ll-luna .csr-text p {
    font-size: calc(14px * var(--vw));
    margin-top: 40px;
    letter-spacing: 0;
  }

  .ll-luna .csr-image {
    margin-top: 40px;
  }

  .ll-luna .csr-image img {
    box-shadow: 0 0 10px 0 rgba(233, 84, 107, 0.10);
  }

  .wave_csr-faq {
    background: url("../images/ll-luna/bg_csr-faq.png") no-repeat center bottom;
    background-size: cover;
    height: 40px;
  }

  /* =====================
F&Q
 ======================= */

  .ll-luna .faq {
    background: #F7F7F7;
    padding: 40px 30px 68px;
  }

  .ll-luna .faq h2 {
    font-size: calc(26px * var(--vw));
  }

  .ll-luna .faq .faq_list li {
    background: #fff;
    padding: 40px 25px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .ll-luna .faq .faq_list li dt {
    font-size: calc(16px * var(--vw));
  }

  .ll-luna .faq .faq_list li dt span {
    font-size: calc(26px * var(--vw));
  }

  .ll-luna .faq .faq_list li dd {
    font-size: calc(14px * var(--vw));
  }


  /* =====================
商品詳細 / details
 ======================= */

  .ll-luna .details-title {
    font-size: calc(16px * var(--vw));
  }

  .ll-luna .details-list li dt {
    font-size: calc(14px * var(--vw));
  }

  .ll-luna .details-list li dd {
    font-size: calc(14px * var(--vw));
  }

  /* =====================
使用上の注意 / caution
 ======================= */
  .ll-luna .caution-title {
    font-size: calc(16px * var(--vw));
  }

  .ll-luna .caution li {
    font-size: calc(14px * var(--vw));
  }

  /* =====================
フッター
 ======================= */
  .ll-luna #global_footer {
    padding: 1.5rem 0;
    width: 100%;
    color: #707070;
    font-size: 0.9rem;
    background: #fff;
  }

  .ll-luna #global_footer p {
    margin-top: 20px;
    font-size: 0.95rem;
    text-align: center;
    letter-spacing: 0;
  }

  .ll-luna #global_footer a {
    color: #707070;
    text-decoration: none;
  }

  .ll-luna #global_footer a:hover {
    text-decoration: underline;
  }

  .ll-luna #global_footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 2.2;
  }

  .ll-luna #global_footer ul li {
    padding-right: 1.5em;
  }

  .ll-luna #global_footer ul li:last-child::after {
    content: none;
  }

  .ll-luna #global_footer ul li::after {
    padding-left: 1.5em;
    content: '|';
  }

  form {
    margin: 0 1.5rem;
  }

}