@import url("https://file003.shop-pro.jp/PAPA01416/159/style.css");

@charset "euc-jp";

/*------------------------------
    スマホベースで作成しました
    パソコンサイズの編集は下部です
-------------------------------*/

/*------------------------------
        エリック　リセットCSS
-------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*-------------------------------------------
HTML5 display-role reset for older browsers 
---------------------------------------------*/

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------
        ハンバーガーメニュー
--------------------------------*/


header > nav > ul > li > a {
    text-decoration: none;
}

nav > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

nav > ul > li > ul {
    display: none;
}

#nav_toggle {
    display: none;
}

@media screen and (min-width:961px) {

    nav {
        display: block !important;
    }
}

/*メニュー部分*/
@media screen and (max-width:960px) {
    nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(1, 1, 1, 0.5);
        left: 0;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: auto;
    }

    header nav ul {
        display: block;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 50px;
        background: rgba(1, 1, 1, 0.9);
    }

    header nav ul li {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    header nav ul li a {
        display: block;
        padding-top: 60px;
        padding-bottom: 10px;
        color: white;
    }

}

@media screen and (max-width:960px) {

    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 11px;
        right: 4px;
        z-index: 100;
        align-self: flex-start;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: black;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        right: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 12px;
    }

    #nav_toggle span:nth-child(3) {
        top: 24px;
    }

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

/*--------------------------------
        基本設定
--------------------------------*/

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.1em;
}

p {
    line-height: 1.7;
}

#index_wrapper {
    width: 100%;
}

#index_box {
    width: 100%;
}

.effect {
    transition: 0.8s ease-in-out;
}

.effect02 {
    transition: 0.8s ease-in-out;
}




/*.space{
    width: 100vw;
    height: 100vh;
    background: url(../img/zariga-nick_mae.png);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.4;
    background-size: cover;
    background-repeat: repeat, repeat;
    background-attachment: fixed;
}*/


main {
    height: 400px;
    background: ;
}



/*----------------------------------
        ヘッダー
-----------------------------------*/

header {
    width: 100%;
}

.index_header > h1 > a {
    font-size: 0;
}

.index_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #eee;
    box-sizing: border-box;
}

h1 {
    width: 200px;
}

h1 > a > img {
    width: 100%;
    margin-left: 5px;
}

.shopcart {
    width: 40px;
    position: absolute;
    top: 7px;
    right: 60px;
    z-index: 105;
}

.shopcart > img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.banner {
    width: 45px;
    height: 45px;
    position: fixed;
    opacity: 0.6;
    bottom: 55px;
    right: 5px;
    z-index: 9999;
}

.banner > a {
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.banner > a::before {
    font-family: FontAwesome;
    content: '\f139';
    font-size: 45px;
    color: black;
    opacity: 0.4;
}


/*----------------------------------
        メイン
-----------------------------------*/


.index_main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("http://file003.shop-pro.jp/PA01416/159/image/main_resize.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_main > img {
    width: 100%;
    height: 100%;
}


.index_logo {
    position: absolute;
    width: 250px;
    bottom: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.8;
    z-index: 105;
}

.index_logo > a > img {
    width: 100%;
}

.downbtn {
    position: absolute;
    width: 60px;
    height: 20px;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 105;
}

.downbtn > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    display: inline-block;
    transform: translate(0, -50%);
    text-decoration: none;
    text-align: center;
    color: black;
    opacity: 0.5;
}

.downbtn > a > span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 50px;
    border: 2px solid black;
    opacity: 0.5;
    border-radius: 50px;
    box-sizing: border-box;
}

.downbtn > a > span::before {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 6px;
    height: 12px;
    background-color: black;
    opacity: 0.5;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hide {
    opacity: 0;
    transform: translateY(-100%);
}


/*----------------------------------
        what is surfers wash
-----------------------------------*/

.whatis_title {
    width: 95%;
    margin: 30px auto 30px auto;
    text-align: center;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.whatis_title > h2 {
    background: url("../");
}

#whatis {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto 60px auto;
}

.whatis_img {
    width: 150px;
    margin: 30px auto;
}

.whatis_img > img {
    width: 100%;
    height: 100%;
}

.whatis_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.whatis_more {
    width: 200px;
    margin: 30px auto;
    text-align: center;
    border: 1px solid #0e3444;
    box-sizing: border-box;
}

.whatis_more > a {
    display: block;
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
}

.whatis_more:hover {
    border: none;
}

.whatis_more > a:hover {
    background: #0e3444;
    color: white;
}

/*----------------------------------
        course
-----------------------------------*/

.course {
    width: 100%;
    margin: 30px auto 30px auto;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #0e3444;
}

.course_text01 {
    display: block;
}

.course_text02 {
    display: none;
}

.course_title {
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 auto 30px auto;
}

.course_text {
    margin-bottom: 30px;
}

.course_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.course_img > a > img {
    width: 100%;
    transition: transform 0.5s linear;
    vertical-align: bottom;
}

.course_img > a > img:hover {
    transform: scale(1.02);
}

.course01 {
    display: none;
}

.course02 {
    display: block;
}

.course_syousai {
    width: 100%;
    background: #ddd;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: white;
}

.course_img a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


/*----------------------------------
        予約 pcsize


.yoyaku {
    width: 100%;
    display: none;
}

.yoyaku {
    width: 100%;
    display: block;
}

.yoyaku_contents {
    width: 230px;
    margin: 10px auto;
    text-align: center;
}

.yoyaku_contents a {
    display: block;
    padding: 10px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #ffa702;
}

-----------------------------------*/


/*----------------------------------
        video
-----------------------------------*/


.video {
    width: 100%;
}

.video_box {
    width: 100%;
    height: 150px;
}

.video_box > img {
    width: 100%;
    height: 100%;
}

/*----------------------------------
        インフォメーション
-----------------------------------*/

.info {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
}

.info_title {
    width: 250px;
    text-align: center;
    padding: 3px;
    margin: 0 auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.info_more {
    width: 100px;
    text-align: center;
    margin: 0 10px 30px auto;
    border: 1px solid #eee;
    cursor: pointer;
}

.info_more a {
    display: block;
    color: white;
    font-style: bold;
    text-decoration: none;
    cursor: pointer;
}

.info_more:hover {
    background: #0e3444;
    color: white;
}

.info_content {
    display: none;
}

.info_box {
    margin: 10px;
}

.info_box > ul > li {
    line-height: 1.7;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    background: rgba(234, 234, 234, 0.1);
}


/*----------------------------------
        セクション
-----------------------------------*/

.index_border {
    width: 100%;
    border-top: 1px solid #0e3444;
    border-bottom: 1px solid #0e3444;
}

.index_section {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.index_section a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_section a img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.index_section img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.namasekken {
    width: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.namasekken img {
    transition: transform 0.5s linear;
}

.namasekken_text {
    width: 40%;
    box-sizing: border-box;
}

.how_to_use {
    width: 50%;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

.how_to_use img {
    transition: transform 0.5s linear;
}


.how_to_use_text {
    width: 40%;
    box-sizing: border-box;
}

.guarantee {
    width: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.guarantee img {
    transition: transform 0.5s linear;
}


.guarantee_text {
    width: 40%;
    box-sizing: border-box;
}



/*----------------------------------
        インスタグラム
-----------------------------------*/

.instagram_top {
    width: 130px;
    text-align: center;
    padding: 3px;
    margin: 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.instagram_top > p {
    width: 100%;
}

.instagram {
    width: 100%;
    height: auto;
    border-top: 1px solid #0e3444;
}

.instagram_contents {
    width: 100%;
    height: auto;
}



/*----------------------------------
        注意書き
-----------------------------------*/

.caution {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 20px 0 10px 0;
}

.caution_box {
    width: 90%;
    margin: 10px auto 10px auto;
}

.caution > .caution_box > dl > dt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #0e3444;
    margin: 10px 0 10px 0;
}

.caution > .caution_box > dl > dd {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1.6;
    text-align: justify;
}

.caution_title {
    width: 200px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.caution01 {
    border-top: 1px solid #0e3444;
    border-bottom: 1px solid #0e3444;
}

.caution02 {
    border-top: 1px solid #0e3444;
    padding-top: 20px;
}

.caution03 {
    padding-top: 10px;
}

.card_box {
    margin-top: 20px;
}

.card {
    display: flex;
}

.card > div {
    margin-right: 8px;
}

.convenience_box {
    margin-top: 20px;
}

.convenience {
    display: flex;
}

.convenience > div {
    margin-right: 8px;
}

.convenience > div > img {
    width: 80%;
}

@media screen and (min-width:481px) and (max-width:960px) {}

@media screen and (max-width:600px) {}


/*----------------------------------
        フッター
-----------------------------------*/


footer {
    width: 100%;
    position: relative;
    height: 200px;
    background: url(http://file003.shop-pro.jp/PA01416/159/image/footer.jpg);
    background-size: cover;
    background-position: center top;
    margin-top: 30px;
    font-size: 10px;
}

footer > p {
    position: absolute;
    margin-left: 5%;
    margin-bottom: 15px;
    left: 0;
    bottom: 0;
}

.instagram_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 15px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}

.instagram_icon > a {
    width: 100%;
    height: 100%;
}

.instagram_icon > a > img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/*------------------------------------------------
        こだわりの秘密
-------------------------------------------------*/


#secret_box {
    width: 100%;
    position: relative;
    top: 47.2px;
}

.secret_main {
    width: 100%;
    height: auto;
}

.secret_top01 {
    display: block;
    width: 100%;
}

.secret_top01 > img {
    width: 100%;
    height: 100%;
}

.secret_top02 {
    display: none;
}


.secret_title {
    width: 95%;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.secret_title > h2 {
    width: 100%;
    background: url("../");
}

#secret {
    width: 100%;
    margin: 0 auto 60px auto;
}

.secret_img {
    display: none;
    width: 150px;
    margin: 30px auto;
}

.secret_img > img {
    width: 100%;
    height: 100%;
}

.secret_img02 {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.secret_img02 > img {
    width: 100%;
    height: 100%;
}

.secret_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.secret_attention{
    width: 90%;
    margin: 30px auto 0 auto;
    font-size: 12px;
}


/*------------------------------------------------
        私たちの想い
-------------------------------------------------*/

.thought_syamei{
    width: 90%;
    margin: 0 auto;
}


#thought_box {
    width: 100%;
    position: relative;
    top: 47.2px;
}

.thought_main {
    width: 100%;
    height: auto;
}


.thought_top01 {
    display: block;
    width: 100%;
}

.thought_top01 > img {
    width: 100%;
    height: 100%;
}

.thought_top02 {
    display: none;
}


.thought_title {
    width: 95%;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.thought_title > h2, .thought_title > h3, .thought_title > h4 {
    width: 100%;
    background: url("../");
}

#thought{
    width: 100%;
    margin: 0 auto 60px auto;
}

.thought_img01 {
    display: block;
    width: 40%;
    margin: 30px auto;
}

.thought_img01 > img {
    width: 100%;
    height: 100%;
}

.thought_img {
    display: none;
    width: 150px;
    margin: 30px auto;
}

.thought_img > img {
    width: 100%;
    height: 100%;
}

.thought_img02 {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.thought_img02 > img {
    width: 100%;
    height: 100%;
}

.thought_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.thought_attention{
    width: 90%;
    margin: 30px auto 0 auto;
}

.thought_space{
    margin-top: 20px;
}


/*------------------------------------------------
        14日間返金保障サービス
-------------------------------------------------*/

.refund_14days{
    width: 90%;
    margin: 0 auto;
}


#refund_box {
    width: 100%;
    position: relative;
    top: 47.2px;
}

.refund_main {
    width: 100%;
    height: auto;
}


.refund_top01 {
    display: block;
    width: 100%;
}

.refund_top01 > img {
    width: 100%;
    height: 100%;
}

.refund_top02 {
    display: none;
}


.refund_title {
    width: 95%;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.refund_title > h2, .refund_title > h3, .refund_title > h4 {
    width: 100%;
    background: url("../");
}

#refund{
    width: 100%;
    margin: 0 auto 60px auto;
}

.refund_img01 {
    display: block;
    width: 40%;
    margin: 30px auto;
}

.refund_img01 > img {
    width: 100%;
    height: 100%;
}

.refund_img {
    display: none;
    width: 150px;
    margin: 30px auto;
}

.refund_img > img {
    width: 100%;
    height: 100%;
}

.refund_img02 {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.refund_img02 > img {
    width: 100%;
    height: 100%;
}

.refund_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.refund_list{
    width: 90%;
    margin: 0 auto;
}

.refund_list > ol{
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
}

.refund_list > ol > li{
    margin-left: 2em;
    margin-top: 10px;
}

.refund_attention{
    width: 90%;
    margin: 30px auto 0 auto;
}

.refund_space{
    margin-top: 20px;
}

/*------------------------------------------------
        泡洗顔の正しい方法
-------------------------------------------------*/


#awa_box {
    width: 100%;
    position: relative;
    top: 47.2px;
}

.awa_main {
    width: 100%;
    height: auto;
}


.awa_top01 {
    display: block;
    width: 100%;
}

.awa_top01 > img {
    width: 100%;
    height: 100%;
}

.awa_top02 {
    display: none;
}


.awa_title {
    width: 95%;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.awa_title > h2, .awa_title > h3, .awa_title > h4 {
    width: 100%;
}

#awa{
    width: 100%;
    margin: 0 auto 60px auto;
}

.awa_img {
    display: none;
    width: 150px;
    margin: 30px auto;
}

.awa_img > img {
    width: 100%;
    height: 100%;
}

.awa_img02 {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.awa_img02 > img {
    width: 100%;
    height: 100%;
}

.awa_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.awa_list{
    width: 100%;
    margin: 0 auto;
}

.awa_list > ol{
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    line-height: 1.7;
}

.awa_list > ol > li{
    margin-left: 2em;
    margin-top: 10px;
}

.awa_space{
    margin-top: 20px;
}

/*----------------------------------
        よくある質問
-----------------------------------*/

.qanda_title {
    width: 95%;
    text-align: center;
    margin: 30px auto 30px auto;
    color: #0e3444;
    font-weight: bold;
    letter-spacing: 4px;
}

.qanda_title > h2, .awa_title > h3, .awa_title > h4 {
    width: 100%;
}

.qanda_wrap{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    text-align: justify;
}

.qanda_content{
	height: 30px;
    box-sizing: border-box;
}
.qanda_content{
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 0;
	text-decoration: none;
	color: #000;
    box-sizing: border-box;
}

.qanda_boxsizing{
    box-sizing: border-box;
}

.qanda_check{
    display: none;/*チェックボックスを非表示にする*/
}
.qanda_label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.qanda_content{
/*表示・非表示を切り替えるボックス要素acd-contentが、チェックが入っていない状態（非表示）の指定*/
    height: 0;
    opacity: 0;
    transition: .5s;/*アニメーションさせる*/
    visibility: hidden;/*要素を非表示にする*/
}
.qanda_check:checked + dl > .qanda_content{
/*チェックボックスにチェックが入った状態のacd-contentという指定*/
    height: auto;
    margin: 10px 0 10px 0;
    padding: 10px;
    opacity: 1;
    visibility: visible;/*要素を表示する*/
    background: rgba(200,200,200,0.7);
    box-sizing: border-box;
}
input[type="checkbox"]{
    border: none;
}

.qanda{
    display: flex;
}

.q_title{
    padding: 5px;
    
}

.q_text{
    box-sizing: border-box;
    padding: 5px;
}

.qanda_tyoui{
    font-size: 12px;
    margin-top: 20px;
}

#qanda_main {
    width: 100%;
    height: auto;
}

.awa_top {
    width: 100%;
}

.qanda_top > img {
    width: 100%;
    height: 100%;
}

/*----------------------------------
        特定商取引法に基づく表記
-----------------------------------*/

.ec {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 20px 0 10px 0;
}

.ec_box {
    width: 90%;
    margin: 10px auto 10px auto;
}

.ec > .ec_box > dl > dt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #0e3444;
    margin: 10px 0 10px 0;
}

.ec > .ec_box > dl > dd {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1.6;
    text-align: justify;
}

.ec_title {
    width: 90%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.ec01 {
    border-top: 1px solid #0e3444;
    border-bottom: 1px solid #0e3444;
}

.ec02 {
    border-top: 1px solid #0e3444;
    padding-top: 20px;
}

.ec03 {
    padding-top: 10px;
}



/*------------------------------------------------
        スマホサイズ　480px　以下
-------------------------------------------------*/

@media screen and (max-width:480px) {


    /*----------------------------------
        ヘッダー　480px　以下
-----------------------------------*/

    /*----------------------------------
        メイン　480px　以下
-----------------------------------*/

    /*----------------------------------
        what is surfers wash　480px　以下
-----------------------------------*/

    /*----------------------------------
        course　480px　以下
-----------------------------------*/

    /*----------------------------------
        インフォメーション　480px　以下
-----------------------------------*/

    /*----------------------------------
        セクション　480px　以下
-----------------------------------*/

    /*----------------------------------
        インスタグラム　480px　以下
-----------------------------------*/

    /*----------------------------------
        注意書き　480px　以下
-----------------------------------*/

    /*----------------------------------
        フッター　480px　以下
-----------------------------------*/


}

/*------------------------------------------------
        タブレットサイズ　481px　以上　600px　以下
-------------------------------------------------*/

@media screen and (min-width:481px) and (max-width:600px) {


    /*----------------------------------
        ヘッダー　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        メイン　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        what is surfers wash　481px　以上　600px　以下
-----------------------------------*/




    /*----------------------------------
        course　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        インフォメーション　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        セクション　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        インスタグラム　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        注意書き　481px　以上　600px　以下
-----------------------------------*/

    /*----------------------------------
        フッター　481px　以上　600px　以下
-----------------------------------*/

}

/*------------------------------------------------
        パソコンサイズ　601px　以上　960px　以下
-------------------------------------------------*/

@media screen and (min-width:601px) and (max-width:960px) {


    /*----------------------------------
        ヘッダー　601px　以上　960px　以下
-----------------------------------*/

    /*----------------------------------
        メイン　601px　以上　960px　以下
-----------------------------------*/

    /*----------------------------------
        what is surfers wash　601px　以上　960px　以下
-----------------------------------*/

    .whatis_title {
        width: 80%;
        font-size: 2.5vw;
    }


    /*----------------------------------
        course　601px　以上　960px　以下
-----------------------------------*/

    .course_title {
        font-size: 2.5vw;
        font-weight: bold;
    }

    .course_text01 {
        display: none;
    }

    .course_text02 {
        display: block;
    }

    .course01 {
        display: block;
    }

    .course02 {
        display: none;
    }


    /*----------------------------------
        インフォメーション　601px　以上　960px　以下
-----------------------------------*/

    .info {
        width: 80%;
        margin: 0 auto;
    }

    .info_title {
        margin-top: 60px;
        font-size: 2.5vw;
    }




    /*----------------------------------
        セクション　601px　以上　960px　以下
-----------------------------------*/

    .index_section_box {
        width: 60%;
        margin: 0 auto;
    }


    /*----------------------------------
        インスタグラム　601px　以上　960px　以下
-----------------------------------*/

    /*----------------------------------
        注意書き　601px　以上　960px　以下
-----------------------------------*/

    /*----------------------------------
        フッター　601px　以上　960px　以下
-----------------------------------*/
    
    /*----------------------------------
        こだわりの秘密　601px　以上　960px　以下
-----------------------------------*/
    
    .secret_title {
        font-size: 2.5vw;
        font-weight: bold;
    }
    
    /*----------------------------------
        私たちの想い　601px　以上　960px　以下
-----------------------------------*/
    
    .thought_title{
        font-size: 2.5vw;
        font-weight: bold;
    }
    
    /*----------------------------------
        14日間返金保障　601px　以上　960px　以下
-----------------------------------*/
    
    .refund_title{
        font-size: 2.5vw;
        font-weight: bold;
    }
    
    /*----------------------------------
        正しい洗顔の方法　601px　以上　960px　以下
-----------------------------------*/
    
    .awa_title{
        font-size: 2.5vw;
        font-weight: bold;
    }
    
    /*----------------------------------
        よくある質問　601px　以上　960px　以下
-----------------------------------*/
    
    .qanda_title{
        font-size: 2.5vw;
        font-weight: bold;
    }

}

/*------------------------------------------------
        パソコンサイズ　961px　以上
-------------------------------------------------*/


@media screen and (min-width:961px) {

    /*----------------------------------
        ヘッダー　961px　以上
-----------------------------------*/


    h1 {
        width: 150px !important;
    }

    h1 > a {
        width: 100%;
    }

    h1 > a > img {
        width: 150px;
    }

    .index_header {
        display: flex;
        justify-content: space-between;
    }

    nav {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    nav > ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    nav > ul > li > a {
        line-height: 1.7;
        color: black;
    }

    nav > ul > li > a:hover {
        color: white;
        opacity: 0.8;
    }

    nav > ul > li {
        width: 18%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .shopcart {
        right: 30px;
    }

    .index_syouhin {
        position: relative;
    }

    nav > ul > li > ul {
        background: #fff;
        position: absolute;
        margin: 0 auto;
        top: 47.2px;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
    }

    nav > ul > li > ul > li {
        background-color: #737373;
        border-color: #fff;
        display: none;
        height: 0;
        max-height: 0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    nav > ul > li > ul > li > a {
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    nav > ul > li:hover > ul > li {
        display: block;
        border-bottom: 1px solid #fff;
        height: auto;
        max-height: 45px;

    }

    nav > ul > li:hover > ul > li:hover {
        opacity: .8;
    }

    nav > ul > li:hover > ul > li:last-of-type {
        border-bottom: 0;
    }

    nav > ul > li > a {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    nav > ul > li > a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
    }

    nav > ul > li > a:hover::after {
        transform: scale(1, 1);
    }



    /*----------------------------------
        メイン　961px　以上
-----------------------------------*/


    .index_logo {
        width: 30vw;
    }


    /*----------------------------------
        what is surfers wash　961px　以上
-----------------------------------*/

    #whatis {
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .whatis_title {
        width: 80%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .whatis_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .whatis_img {
        width: 30%;
    }

    .whatis_img > img {
        width: 100%;
    }

    .whatis_text {
        width: 50%;
        margin-top: 30px;
        text-align: justify;
    }

    /*----------------------------------
        course　961px　以上
-----------------------------------*/

    .course {
        width: 90%;
        padding-top: 90px;
        margin: 60px auto;
    }

    .course_title {
        width: 95%;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .course_text01 {
        display: none;
    }

    .course_text02 {
        display: block;
    }

    .course_img {
        width: 100%;
        margin: 0 auto;
    }

    .course_img > a > img {
        width: 100%;
    }

    .course01 {
        display: block;
    }

    .course02 {
        display: none;
    }


    /*----------------------------------
        インフォメーション　961px　以上
-----------------------------------*/

    .info {
        width: 80%;
        margin: 0 auto;
    }

    .info_title {
        width: 95%;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    /*----------------------------------
        セクション　961px　以上
-----------------------------------*/

    .index_border {
        width: 90%;
        border-top: 1px solid #0e3444;
        border-bottom: 1px solid #0e3444;
        margin: 0 auto;
    }

    .index_section_box {
        width: 60%;
        margin: 0 auto;
    }

    .namasekken {
        width: 40%;
    }

    .namasekken_text {
        width: 30%;

    }

    .how_to_use {
        width: 40%;
    }

    .how_to_use_text {
        width: 30%;
    }

    .guarantee {
        width: 40%;
    }

    .guarantee_text {
        width: 30%;
    }

    .namasekken img:hover {
        transform: scale(1.1);
    }

    .how_to_use img:hover {
        transform: scale(1.1);
    }

    .guarantee img:hover {
        transform: scale(1.1);
    }


    /*----------------------------------
        インスタグラム　961px　以上
-----------------------------------*/

    .instagram {
        width: 80%;
        margin: 0 auto;
    }

    .instagram_top {
        margin-top: 60px;
        font-size: 18px;
        color: #0e3444;
        font-weight: bold;
    }


    /*----------------------------------
        注意書き　961px　以上
-----------------------------------*/

    /*----------------------------------
        フッター　961px　以上
-----------------------------------*/


    /*----------------------------------
        こだわりの秘密　961px　以上
-----------------------------------*/


    #secret_box {
        width: 100%;
        position: relative;
        top: 47.2px;
    }

    .secret_main {
        width: 100%;
        height: auto;
    }

    .secret_top01 {
        display: none;
    }
    
    .secret_top02 {
        display: block;
        width: 100%;
    }

    .secret_top02 > img {
        width: 100%;
        height: 100%;
    }


    #secret {
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .secret_title {
        width: 90%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .secret_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .secret_img {
        display: block;
        width: 30%;
    }

    .secret_img > img {
        width: 100%;
    }

.secret_img02 {
    display: none;
}

    .secret_text {
        width: 50%;
        margin-top: 30px;
        text-align: justify;
    }
    
/*----------------------------------
        私たちの想い　961px　以上
-----------------------------------*/
    
    .thought_syamei{
        width: 100%;
        margin: 0 auto;
    }

    #thought_box {
        width: 100%;
        position: relative;
        top: 47.2px;
    }

    .thought_main {
        width: 100%;
        height: auto;
    }

    .thought_top01 {
        display: none;
    }
    
    .thought_top02 {
        display: block;
        width: 100%;
    }

    .thought_top02 > img {
        width: 100%;
        height: 100%;
    }


    #thought {
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .thought_title {
        width: 90%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .thought_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .thought_img {
        display: block;
        width: 30%;
    }

    .thought_img > img {
        width: 100%;
    }

.thought_img02 {
    display: none;
}

    .thought_text {
        width: 50%;
        margin-top: 30px;
        text-align: justify;
    }
    
    /*----------------------------------
        14日間返金保障サービス　961px　以上
-----------------------------------*/
    
     .refund_14days{
        width: 100%;
        margin: 0 auto;
    }

    #refund_box {
        width: 100%;
        position: relative;
        top: 47.2px;
    }

    .refund_main {
        width: 100%;
        height: auto;
    }

    .refund_top01 {
        display: none;
    }
    
    .refund_top02 {
        display: block;
        width: 100%;
    }

    .refund_top02 > img {
        width: 100%;
        height: 100%;
    }


    #refund {
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .refund_title {
        width: 90%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .refund_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .refund_img {
        display: block;
        width: 30%;
    }

    .refund_img > img {
        width: 100%;
    }

    .refund_img02 {
        display: none;
    }

    .refund_text {
        width: 50%;
        margin-top: 30px;
        text-align: justify;
    }
    
    .refund_list{
        width: 640px;
    }
    
/*----------------------------------
        正しい洗顔の方法　961px　以上
-----------------------------------*/
    
     .awa_14days{
        width: 100%;
        margin: 0 auto;
    }

    #awa_box {
        width: 100%;
        position: relative;
        top: 47.2px;
    }

    .awa_main {
        width: 100%;
        height: auto;
    }

    .awa_top01 {
        display: none;
    }
    
    .awa_top02 {
        display: block;
        width: 100%;
    }

    .awa_top02 > img {
        width: 100%;
        height: 100%;
    }


    #awa {
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .awa_title {
        width: 90%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }

    .awa_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .awa_img {
        display: block;
        width: 30%;
    }

    .awa_img > img {
        width: 100%;
    }

.awa_img02 {
    display: none;
}

    .awa_text {
        width: 50%;
        margin-top: 30px;
        text-align: justify;
    }
    
/*----------------------------------
        よくある質問　961px　以上
-----------------------------------*/
    
    
    .qanda_title {
        width: 90%;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 2.5vw;
        color: #0e3444;
        font-weight: bold;
    }
    

}

@media screen and (min-width:1200px) {

    .shopcart {
        right: 60px;
    }

}

/*----------------------------------
        ランディングページ
-----------------------------------*/

.lp01{
    width: 600px;
    margin: 0 auto;
}

.lp01 img{
    width: 100%;
    vertical-align: bottom;
}

.lp_back{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: url("http://file003.shop-pro.jp/PA01416/159/image/main_resize.jpg");
    background-size: cover;
    z-index: -9999;
}

@media screen and (max-width:600px) {
    
    .lp01{
    width: 100%;
    margin: 0 auto;
}
    
}