@charset "UTF-8";
@import url("https://use.typekit.net/ada7ekx.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');

/*-----------------------------------------------------------
 reset css
------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------
 font
------------------------------------------------------------*/
/*-----------------------------------------------------------
 color
------------------------------------------------------------*/
/*-----------------------------------------------------------
 width
------------------------------------------------------------*/
/*-----------------------------------------------------------
 base-font
------------------------------------------------------------*/
/* サイズ指定 */
html {
  /* ベースフォントサイズを10pxにする（16*62.5） */
	font-size: 62.5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

body {
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
  font-weight: bold;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: bold;
	margin-bottom: 2rem;
}

p {
  font-size: 2rem;
  line-height: 1.3;
}

/*-----------------------------------------------------------
 layout
------------------------------------------------------------*/
body {
    margin: 0;
    overflow-x: hidden;
}

main {
	position: relative;
}

.inner_wrap {
    display: block;
    margin: 0 auto;
    width: 90%;
}
/*-----------------------------------------------------------
mv
------------------------------------------------------------*/
.mv__wrapper {
  position: relative;
}

.mv_img {
  width: 100%;
}

.mv__ctaBtn {
  position: absolute;
  top: 85.6%;
  left: 9.3%;
  text-align: center;
  width: 81.4%;
}

/*-----------------------------------------------------------
img
------------------------------------------------------------*/
.content_img {
  width: 100%;
}
img{
	max-width: 100%;
}

/*-----------------------------------------------------------
 top product
------------------------------------------------------------*/
.top_product {
    margin-top: -12px;
	position: relative;
}

.btn_1 a {
    display: block;
}

.btn_1 {
    position: absolute;
    max-width: 542px;
    width: 75%;
    left: 0;
    right: 0;
    bottom: 7%;
    margin: auto;
}


/*-----------------------------------------------------------
instagram
------------------------------------------------------------*/

.instagram {
}
.insta_ttl {
    margin: 0;
}
.instagram_in {
	background: #f7f5f0;
    padding: 15px 0 30px;
}
.insta_user {
    display: block;
    margin: 0 auto 1rem;
    width: 90%;
}
.insta_user a {
    display: block;
}

p.insta_txt {
    font-size: 9px;
    text-align: center;
	margin-bottom: 1rem;
    color: #4c4c4c;
}

/*-----------------------------------------------------------
youtube
------------------------------------------------------------*/

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

/*-----------------------------------------------------------
trouble
------------------------------------------------------------*/
.trouble {
    position: relative;
}

.arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    max-width: 130px;
    width: 17%;
    margin: 0 auto;
    z-index: 1;
}

/*-----------------------------------------------------------
item
------------------------------------------------------------*/

.item {
    background-image: url(../img/bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 4% 0;
}
.item.item01 {
    background-color: #eedee4;
}
.item.item02 {
    background-color: #e3dcbc;
}
.item.item03 {
    background-color: #f6e7d9;
}
.item_inner {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 92%;
    background: rgba(255,255,255,0.6);
}

.cta {
    padding: 5% 0;
}
.btn_area {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 542px;
    width: 84%;
}
.cta_btn {
    margin-top: 12px;
}
.cta_btn a {
    display: block;
}
p.component {
	font-size: 10px;
    color: #4c4c4c;
    padding: 0 4% 5%;
    line-height: 1.5;
}



/*-----------------------------------------------------------
trial
------------------------------------------------------------*/
.trial {
    position: relative;
}
.trial .btn_1 {
    bottom: 10%;
}

/*-----------------------------------------------------------
faq
------------------------------------------------------------*/

.faq {
    background: #f7f5f0;
    padding: 30px 0 45%;
}
.faq h2 {
    margin-bottom: 2rem;
}
dl#faq {
    margin-bottom: 3rem;
}

dl#faq dt {
    background: #fff;
    box-sizing: border-box;
    padding: 1rem 3.5rem;
    position: relative;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}
dl#faq dd {
    background: rgba(255,255,255,0.72);
    padding: 1rem;
    padding-left: 3.5rem;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    display: none;
}

dl#faq dt:before,dl#faq dd:before {
    content: '';
    font-family: futura-pt, sans-serif;
    font-size: 18px;
	font-weight: 500;
    position: absolute;
    left: 1rem;
    top: 1rem;
    line-height: 1.5;
    color: #ab9160;
	cursor: pointer;
}
dl#faq dd:before {
	content: '';
	color: #e08181;
}
dl#faq dt:after {
	content: '＋';
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto 0;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #ab9160;
    transition: all .3s ease;
}

dl#faq dt.active:after {
    transform: rotate(225deg);
}

.btn_detail a {
    display: block;
}

/*-----------------------------------------------------------
ac
------------------------------------------------------------*/
/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  background: #bab09d;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}
.footer__copyright {
    font-size: 14px;
}

/*-----------------------------------------------------------
float
------------------------------------------------------------*/
.float {
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    padding: 10px;
	z-index: 999;
}
.btn_float {
    width: 95%;
    margin: 0 auto;
}

@media screen and (min-width:600px){
h2 {
    margin-bottom: 4rem;
}	
p.insta_txt {
    font-size: 12px;
    text-align: right;
    padding-right: 5%;
}
.arrow {
    bottom: -50px;
}
		
p.component {
    font-size: 16px;
    line-height: 1.5;
}
.reason_box {
    margin-bottom: 4rem;
}
dl#faq dt {
    font-size: 24px;
    line-height: 1.6;
    padding: 2rem 6rem;
}
dl#faq dd {
    font-size: 21px;
    padding: 2rem;
    padding-left: 6rem;
}	
dl#faq dt:before, dl#faq dd:before {
    font-size: 28px;
    top: 1.5rem;
    left: 1.8rem;
}	
dl#faq dt:after {
    font-size: 26px;
    width: 26px;
    height: 26px;
    right: 1.6rem;
}
.footer__copyright {
    font-size: 18px;
}
	
	
}

@media screen and (min-width:769px){
	
#wrapper {
    width: 750px;
    margin: 0 auto;
	box-shadow: 0 0 10px #ddd;
}
.item_img {
    margin-bottom: 18px;
}
.cta_btn {
    margin-top: 18px;
}
.arrow {
    bottom: -64px;
}
	
.btn_float {
    width: 675px;
}	
	
}

