@charset "UTF-8";

 body{
	width:100%;
	height:100%;
	vertical-align: baseline;
     font-size: 18px;
     line-height: 1.5em;
     background: #f8f8f8;
	}

#wrap {
width: 100%;
    max-width: 960px;
    margin: auto;
    background: #fff;
}
img {
    width: 100%;
}
section {
    padding: 3% 0;
}
header h1, header h2, 
#productArea01 h1, #productArea01 h2, #productArea01 p,
#cmpoWrap h1, #cmpoWrap h2, #cmpoWrap p,
#stepInner h1, #stepInner p,
#about_content h1, #about_content p,
#productArea02 h1, #productArea02 p,
#compoListArea h2, #compoListArea p,
#kuchikomiWrap p,
#trialWrap h2, #trialWrap p
{
text-indent:100%;
height: 0;
white-space:nowrap;
overflow:hidden;
}

/******************
ヘッダー
******************/
header {
    width: 100%;
}
/******************
コンテンツ
******************/
/*商品紹介*/
.btnArea {
    width: 90%;
    max-width: 640px;
    margin: 2% auto;
    text-align: center;
    font-weight: 300;
font-size: 85%;
}
.btnArea2 {
    width: 90%;
    max-width: 640px;
    margin: -2% auto 2% auto;
    text-align: center;
    font-weight: 300;
font-size: 85%;
}

.btnArea  img, .btnArea2  img  {
     animation: anime1 0.5s ease 0s infinite alternate;
     transform-origin:center;
    width: 60%;
    max-width: 460px;
}
@keyframes anime1 {
      from {
        transform: scale(0.9,0.9);
      }
      to {
        transform: scale(1,1);
      }
    }

/*YouTube*/
#youtubeArea {
    width: 94%;
    max-width: 870px;
    margin: auto;
    border: 3px solid #999;
    background: #999;
  /*  box-sizing: border-box;*/
}
#youtube {
position: relative;
width: 100%;
background: #666;
padding-top: 56.25% !important;
}
#youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/*成分*/
#cmpoWrap {
    background: url("../img/compo_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/*STEP*/
#stepWrap {
    background: url("../img/step_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;    
}
#stepInner {
margin: 0;
padding: 0;
}
/*龍泉洞について*/
#about {
      background: url("../img/about_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;  
}
#about_content {
    width: 100%;
}
#compoListArea {
    width: 92%;
    background: #fff;
    border:4px solid #2babcf;
    padding: 3%  4%;
    box-sizing: border-box;
    margin: 1.5% auto;
    border-radius: 20px;
}
.padding-btm0 {
    padding-bottom: 0;
}
.padding-top0 {
    padding-top: 0;
}
/*特別番組内で紹介*/
#programWrap {
    background: #fdfef0;
    padding-bottom: 3%;
}
#programWrap h1 {
    width: 83.75%;
    margin: auto;
    padding: 5% 0 0 0;
}
#programWrap h2 {
 width: 50.25%;
    margin: auto;
}
#programWrap figure {
    width: 83%;
    margin: 2% auto;
}

/*口コミ*/
#kuchikomiWrap {
    width: 100%;
    margin: auto;
   background: #2babcf;
    box-sizing: border-box;
}
#kuchikomiWrap h1 {
    width: 79%;
    margin: 0 auto 2% auto;
}
#kuchikomiWrap figure {
    width: 81%;
    margin: 0 auto 2% auto;
}

/*お試し*/
#trialWrap {
    width: 94%;
    margin: auto;
}
#trialWrap h1 {
    width: 94%;
    margin: 0 auto;
}

/*注意*/
#noticeArea {
    width: 94%;
    margin: auto;
    background: #e5e5e5;
    padding: 3%;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.5em;
}
#noticeArea #date {
    text-align: center;
    margin: 2% 0;
    color: #ff3399;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.5em;
}
#noticeArea #date span {
     font-size: 2.1rem;
}
#noticeArea .note {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
  .sp {
        display: none;
    }
  .pc {
        display: block;
    }

/**********************
フッター
**********************/
footer {
    padding: 2.5% 0 5% 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 500;
}
ul#linkArea {
    font-size: 0;
    width: 94%;
    margin: 0 auto 5% auto;
    
}
ul#linkArea li {
    padding:  0 3%;
    font-size: 1rem;
    line-height: 1em;
    border-right: 1px #333 solid;
    display: inline-block;
}
ul#linkArea li:first-child {
        padding-left: 0;
}
ul#linkArea li:last-child {
    border: 0;
    padding-right: 0;
}
ul#linkArea li a {
    color: #333;
    text-decoration: none;
}


/****************************************************/
@media screen and (max-width: 599px) {
body{
     font-size: 0.7rem;
     line-height: 1.25em;
 font-feature-settings: "palt";
	}
    
    .sp {
        display: block;
    }
        .pc {
        display: none;
    }
 /*注意*/
#noticeArea {
    width: 94%;
    margin: auto;
    background: #e5e5e5;
    padding: 3%;
    box-sizing: border-box;
    font-size: 0.60rem;
    line-height: 1.5em;
}
#noticeArea #date {
    text-align: center;
    margin: 2% 0;
    color: #ff3399;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1.5em;
}
#noticeArea #date span {
     font-size: 0.8rem;
}
#noticeArea .note {
    font-size: 0.6rem;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
    
/**********************
フッター
**********************/
footer {

    font-size: 0.5rem;
    line-height: 1.5em;
    font-weight: 500;
}
ul#linkArea {
    font-size: 0;
    width: 90%;
    margin: 0 auto 5% auto;
    
}
ul#linkArea li {
    padding:  1% 2.5% 2% 2.5%;
    font-size: 0.5rem;
    line-height: 1.25em;
    border-right: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
    display: inline-block;
    width: 48%;
    text-align: center;
    box-sizing: border-box;
}

ul#linkArea li:nth-child(2n) {
    border-right: 0;
}
    ul#linkArea li:nth-child(3) {
    border-bottom: none;
}
ul#linkArea li a {
    color: #333;
    text-decoration: none;
}
}
