@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;
  vertical-align: baseline;
  text-decoration: underline;
  background: transparent;
  color:#404040;
  font-weight:bold;
}

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;
  background: #FFF9F8;
}

.ll-luna .llwrapper {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  background: #FFF;
}

.ll-luna .button_link {
  padding: 20px 22px;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #007167;
  /* transition: all 0.5s ease-in-out; */
  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.svg) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ll-luna .btn:hover {
  opacity: 0.7;
}

.ll-luna .maxw-none {
  max-width: none;
}

/* =====================
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";
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
  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: 28px;
  letter-spacing: 2.1px;
  padding: 0 41px;
  margin-top: 10px;
  color: #FFF;
}


/* =====================
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: 170%;
  letter-spacing: 2.2px;
}

.ll-luna .csr-text p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  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: 35px;
  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: 34px 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: 180%;
  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: 37px;
  letter-spacing: 2.6px;
  margin-right: 10px;
}

.ll-luna .faq .faq_list li dd {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  margin-top: 10px;
}

/* =====================
商品詳細 / details
 ======================= */

.ll-luna .details {
  color: #333;
}

.ll-luna .details-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 2.72px;
  background: #5F5E5E;
}

.ll-luna .details-list {
  display: flex;
  padding-bottom: 30px;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px 30px;
}

.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: 170%;
  letter-spacing: 1.4px;
}

.ll-luna .details-list li dd {
  font-size: 14px;
  line-height: 170%;
  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: 37px;
  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: 170%;
  letter-spacing: 1.4px;
  color: #333;
}


/*定期便*/	

.inn {
    margin: 0 auto;
}
.bg01 {
	position: relative;
}


.teiki_btn_kmd {
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 4%;
	z-index: 20;
}

#setteiki .teiki_btn {
    bottom: 22%;
}


/* 定期便について */

.accordion-content {
  display: none;
}

.teikifaq{
  padding: 20px 20px 60px;
  margin: 0 auto;
  background: #CB96AA;
  line-height: 150%;
}

.teikifaq .accordion-header {
  background-color: #FFF;
  padding: 12px 45px 12px 20px;
  margin: 15px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.teikifaq .accordion-header::before,
.teikifaq .accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#007167;
}
.teikifaq .accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.teikifaq .accordion-header.active::after{transform:rotate(0deg);}

.teikifaq .accordion-content {
  background-color: #FFF;
  padding: 12px 20px 14px;
}

.teikifaq .accordion-header span,
.teikifaq .accordion-content span{
  padding-left: 25px;
  position: relative;
}

.teikifaq .accordion-header span::before{
  position: absolute;
  content:"Q.";
  left: 0;
  color: #BC4B71;
  font-size: 18px;
}

.teikifaq .accordion-content span::before{
  position: absolute;
  content:"A.";
  left: 0;
  color: #BC4B71;
  font-size: 18px;
}

.teikifaq .accordion-header:hover {
  background-color: #F2F2F2;
}

.teikifaq h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 4.42px;
  margin: 0 auto 24px;
  color: #fff;
  border-bottom: #fff 1px dotted;
  padding-bottom: 0.3em;
  display: table;
}


/*ミニCTA*/

.bg02 {
	position: relative;
}

.teiki_btn_lf {
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 9%;
	z-index: 20;
}


/*footer*/

#attention {
    font-size: 14px;
    color: #404040;
    background-color: #FFFFFF;
	line-height:1.8;
    padding: 30px 20px;
}

#footer {
    font-size: 14px;
    color: #404040;
    background: #F7F0F3;
    line-height:1.8;
    padding: 30px 20px;
}

#footer .copyright {
    font-size: 0.8rem;
    margin-top: 20px;
    text-align: center;
}



@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);
  }




  /* =====================
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));
    line-height: calc(37px * var(--vw));
  }

  .ll-luna .brand-title span {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .ll-luna .brand-text {
    font-size: calc(14px * var(--vw));
    line-height: calc(28px * var(--vw));
    position: relative;
	margin-top: 20px;
  }

  /* =====================
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;

  }

  .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));
    line-height: 35px;
  }

  .ll-luna .faq .faq_list li {
    background: #fff;
    padding: 34px 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));
    line-height: 180%;
  }


  /* =====================
商品詳細 / details
 ======================= */

  .ll-luna .details-title {
    font-size: calc(16px * var(--vw));
    line-height: 40px;
  }

  .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));
    line-height: 40px;
  }

  .ll-luna .caution li {
    font-size: calc(14px * var(--vw));
  }


/*定期便*/

	.teiki_btn_kmd  {
    width: 378px;
	}
	
	
  /* 定期便について */
	
	
.teikifaq h2 {
   margin: 10px auto 30px;
}

	
/*ミニCTA*/
	.teiki_btn_lf  {
    width: 378px;
	}
	
}
	
