@charset "UTF-8";
/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul li {
  list-style: none;
}
summary {
  display: block;
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: 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;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  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;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}


/* style */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Yu Gothic","游ゴシック体",YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,Osaka,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #605858;
}

main {
  width: 100%;
  max-width: 750px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main img {
  display: block;
  width: 100%;
  border-style: none;
}


/* アコーディオン */
.ac_cate {
  background: #f9dfdd;
  padding: 0 min(6.666vw,50px) min(8vw,60px);
}
.ac_cate .question {
  font-weight: 700;
  font-weight: 700;
  padding-left: 2em;
  text-indent: -2em;
}
details {
  background: #fff;
  border-radius: min(4vw,30px);
  padding: min(4vw,30px) min(2.933vw, 22px) min(4vw,30px) min(3.6vw, 27px);
}
details:not(:last-child) {
  margin-bottom: min(4vw,30px);
}
details[open] {
}

summary {
  cursor: pointer;
  position: relative;
  font-size: clamp(12px,3.2vw,24px);
  font-weight: bold;
  padding-left: min(.4vw,3px);
}
.ac_content {
  font-size: clamp(12px,3.2vw,24px);
}
.ac_content p > img {
  width: 100%;
  padding-bottom: min(1.866vw,14px);
}

.icon-wrap {
  position: absolute;
  right: max(-1.866vw,-14px);
  top: 50%;
  transform: translatey(-50%);
  width: min(6.4vw,48px);
  height: min(6.4vw,48px);
}
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  background: #c59494;
  left: 50%;
  top: 50%;
  width: 50%;
  height: min(0.533vw,4px);
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
details[open] .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}


/* CVボタン */
.cv_btn_cate01 , .cv_btn_cate02 , .cv_btn_cate03 {
  position: relative;
  width: 100%;
  height: 100%;
} 
.cv_btn01 ,.cv_btn02 {
  width: 80.6%;
  position: absolute;
  bottom: 1.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cv_btn03 {
  width: 80.6%;
  position: absolute;
  bottom: 10.3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cv_btn01 > img ,.cv_btn02 > img ,.cv_btn03 > img  {
  width: 100%;
}

/* telボタン */
.tel_btn01 {
  padding: 0 4.4%;
}
.tel_btn01 a > img {
  width: 100%;
}

/* 成分名 */
.comp_cate {
  font-family: "Yu Gothic Medium","游ゴシック体","Yu Gothic",YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,Osaka,sans-serif;
  color: #605858;
  padding: min(9.333vw,70px) min(6.666vw,50px) min(7.066vw,53px); 
}
.comp_txt01 , .comp_txt02 {
  font-size: clamp(9px,2.4vw,18px);
}
.comp_txt01 {
  line-height: 1.34;
}
.comp_txt02 {
  line-height: 1.22;
}
.comp_img {
  width: min(86.666vw,650px);
  padding: min(6vw,45px) 0 min(2.4vw,18px);
}
.comp_img > img {
  width: 100%;
}


/* インクルード部分
---------------------------------------------------------- */
/*============================
footer
============================*/
footer
{
    width: 100%;
}
 footer div.shop
{
    width: 100%;
}
 footer div.shop img
{
    width: 100%;
}
 footer div.phone
{
    width: 85.94%;
    margin: 0 auto 3%;
}


/* footer ol.badge
{
    width: 100%;
    padding-top: 1em;

    text-align: center;
}
 footer ol.badge li
{
    display: inline-block;

    vertical-align: middle;

}
 footer ol.badge li a img
{
    transform: scale(.7);
}*/


.sslinfo {
  text-align:center;
  margin-bottom: 5%;
}
.sslinfo li{
  display: block;
  line-height: 1.3;
}
.sslinfo li a{
  color:#000;
  text-decoration: none;
}
.sslinfo li.line{
  display: inline-block!important;
}
.sslinfo li.line:after{
  content:'|';
  margin-left: 0.5em;
}
.sslinfo li.line:nth-of-type(3):after{
  content:none;
}

/*footer*/
footer ol.badge{
    width: 100%;
    padding-top: 1em;
    text-align: center;
}
footer ol.badge li
{
    display: inline-block;
    vertical-align: middle;
}
footer ul.sslinfo li
{
    font-size: 1rem;
    text-align: center;
    margin:2% 0 5%;
}
footer .copy p
{
 font-size: 0.7rem;
    width: 100%;
    padding: 1em 0 ;
    text-align: center;
    background-color: #FFF;
    color: #000;

}
/* tag img size
--------------------------------------------------*/
.include_tags img{
    height: 1px;
    width:  1px;
}

.include_tags ~ img{
    height: 1px;
    width:  1px;
}

.movie_container {
  padding: 0 6.9%;
  margin: 0 0 -1%;
}

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