@charset "UTF-8";


/*
COLORS
================================================ */
:root {
    --brown: #704d4d;
    --pink: #ecb0c1;
    --gold:#b29c3d;
    --mint:#dceae5;
    --pale-blue:#eef9f9;
}


/*
GENERAL STYLING
================================================ */
html {
scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
}


/*
COMMON
================================================ */
a {
    text-decoration: none;
    display: block;
}

main, a, p {
    color: var(--brown);
    font-size: .9rem;
}

span {
    color: red;
}

/* button */
.btn-bg {
    padding: 15px 10px;
    text-align: center;
    color: var(--brown);
    background-color: var(--pale-blue);
    width: 75%;
    max-width: 500px;
    margin: 20px auto 0;
    border-radius: 10px;
    /* transition: .3s; */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease;
}
.btn-sml {
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: var(--brown);
    width: 40%;
    /* margin: 10px auto 0; */
    /* font-size: 14px; */
    border-radius: 10px;
    transition: .3s;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease; */
}
.btn-bg:hover {
    /* opacity: .7; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.btn-sml:hover {
    opacity: .7;
}


/*
LAYOUT
================================================ */
.wrapper {
    width: 90%;
    margin: 0 auto;
}




/*
LOADING
================================================ */
#loading {
    transition: all 1s;
    background: var(--pale-blue);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
}
#loading p {
    font-size: 1.2rem;
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--brown);
}



/*
HEADER
================================================ */
.page-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px 20px;
    /* position: fixed; */
    z-index: 10;
    /* top: 0; */
    width: 100%;
    background-color: rgb(255, 255, 255, .7);
    align-items: center;
}
.logo {
    width: 80px;
    position: relative;
    top: 8px;
}
.main-nav {
    width: 0;
    background: rgb(255, 255, 255, .8);
    position: absolute;
    z-index: 12;
    top: 67px;
    right: 0;
    overflow: hidden;
    display: block;
    transition: .8s;
}
.main-nav.open-menu {
    width: 50%;
}
.main-nav a {
    display: block;
    font-size: 12px;
}
.main-nav li {
    text-align: center;
    margin: 2rem 0;
}
.main-nav a::before {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 3px;
}
.mypage::before {
    content: url(https://www.fairynet.co.jp/pic-labo/icon_mypage.png);
}
.cart::before {
    content: url(https://www.fairynet.co.jp/pic-labo/icon_cart.png);
}
.favorite::before {
    content: url(https://www.fairynet.co.jp/pic-labo/icon_heart.png);
}
.contact::before {
    content: url(https://www.fairynet.co.jp/pic-labo/icon_mail.png);
}
.btn-menu {
    position: absolute;
    top: .8rem;
    right: 1rem;
    border: .5px solid var(--brown);
    color: var(--brown);
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
    background: transparent;
    letter-spacing: 0.08em;
    display: block;
}


/*
MAIN VISUAL
================================================ */
.main-visual {
    margin: 10px 0 30px;
    text-align: center;
}
.banner-sp {
    width: 90%;
}
.introduction {
    line-height: 1.7;
    width: 90%;
    margin: 0 auto 50px;
    text-align: left;
    /* font-size: .8rem; */
}


/*
SECTION
================================================ */
section {
    margin-bottom: 60px;
}
.movie {
    text-align: center;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 90%;
	height: auto;
}
.pickup-item-detail {
    margin: 10px auto 10px;
    width: 90%;
    line-height: 1.7;
    /* font-size: 0.8rem; */
}
.pickup-container {
    margin: 20px auto 0;
    background-color: var(--pale-blue);
    border-radius: 10px;
    padding: 20px 0;
    width: 90%;
}
.pickup-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 10px; */
}
.pickup-img {
    width: 20%;
}
.pickup-box img {
    width: 100%;
}
.pickup-caption {
    width: 45%;
}
.pickup-caption a, .pickup-caption p {
    font-size: 12px;
    line-height: 1.4;
}
h2 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
    width: 90%;
    line-height: 1.4;
}
#story h3, #story div {
    text-align: center;
}
#story img {
    width: 90%;
    margin-bottom: 20px;
}
.person-container {
    width: 90%;
    margin: 0 auto;
    padding: 40px 40px 30px;
    line-height: 1.7;
    background-color: var(--pale-blue);
    border-radius: 20px;
}
.person {
    margin-bottom: 10px;
}

.item-container {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.img-container {
    display: flex;
    margin: 15px auto 0;
    flex-wrap: wrap;
    gap: 30px 3%;
    width: 100%;
}
.img-box {
    width: 31%;
}
.img-box img {
    width: 100%;
}
.item-detail, .price {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.4;
}
.itemlist-intro {
    line-height: 1.7;
    width: 85%;
    margin: 0 auto 30px;
}
.item-box {
    margin-bottom: 40px;
}
.catchcopy {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.dvd-img {
    width: 40%;
    margin: 0 auto 10px;
}
.dvd-img img {
    width: 100%;
}
.detail-box {
    width: 85%;
    margin: 0 auto;
    line-height: 1.4;
}
.btn-sml-box {
    display: flex;
    width: 90%;
    margin: 15px auto 0;
    justify-content: center;
    gap: 5%;
}
.pc-blank {
    display: none;
}

/*
FOOTER
================================================ */

footer, .menu a {
    background-color: var(--pale-blue);
    color: #fff;
    color: var(--brown);
}
footer {
    margin-top: 80px;
}
.ftr-SNS-btns {
    display: flex;
    list-style: none;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px;
}
.ftr-SNS-btns img {
    width: 90%;
}
.ftr-Heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
form {
    width: 65%;
    margin: 0 auto;
}
.mailAddress {
    font-size: 12px;
    padding: 12px 0 12px 2%;
    width: 78%;
    border: none;
    background: #fff;
    border-radius: 0px;
}
.btn-confirmNext {
    width: 22%;
    display: block;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding: 13px 0;
    background: var(--pink);
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: none;
    float: right;
}
.NL-stop {
    color: #fff;
    color: var(--brown);
    display: block;
    margin: 12px 0 0 0;
    text-align: center;
    
}
.copyright {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    margin-top: 70px;
    font-size: 0.6rem;
}
#floating-menu {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 100;
}
.top-btn {
    background-color: #ecb0c1;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 9px;
    font-size: .9rem;
}

.top-btn::before {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    top: 1px;
}



/*
ここからタブレットサイズ（画面の横幅が600px〜999px）
================================================ */
@media(min-width: 600px){
/* LAYOUT  */
    .wrapper {
        width: 85%;
    }

/* COMMON */
    /* main, a, p {
        font-size: .8rem;
    } */

    /* button */
    .btn-bg {
        width: 50%;
        /* font-size: 0.8rem; */
    }

/* LOADING */
    #loading p {
        font-size: 1.5rem;
    }

    
/* HEADER */
    .logo {
        top: 10px;
        width: 100px;
    }
    .page-header {
        padding: 10px 20px 10px 30px;
        /* flex-direction: column; */
        background: rgb(255, 255, 255, .7);
    }
    h1 a {
        text-align: center;
    }

    /* Navigation */
    .btn-menu {
        right: 2rem;
        font-size: 1rem;
    }
    .main-nav {
        top: 82px;
    }
    .main-nav.open-menu {
        width: 33%;    
    }
    

/* MAIN VISUAL */
    .main-visual {
        margin: 30px 0;
    }
    .banner-sp {
        display: inline;
        width: 65%;
    }
    .introduction {
        text-align: center;
    }

/* SECTION */
    iframe[src*="youtube.com"],
    iframe[src*="youtube-nocookie.com"] {
        width: 65%;
    }
    h2 {
        font-size: 1rem;
        margin: 0px auto 30px;
        text-align: center;
    }
    .pickup-item-detail {
        width: 60%;
    }
    .pickup-container {
        width: 65%;
    }
    .pickup-img {
        width: 15%;
    }
    .pickup-caption {
        width: 35%;
    }
    #story img {
        width: 50%;
    }
    .person-container {
        width: 60%;
    }
    .item-container {
        display: flex;
        flex-wrap: wrap;
    }
    .item-box {
        width: 50%;
    }
    .img-container {
        gap: 30px 2%;
        width: 100%;
    }
    .img-box {
        width: 18%;
    }
    /* .item-detail {
        font-size: 11px;
    } */
    .btn-box-list {
        margin-top: 100px;
    }

/* FOOTER */
    footer {
        margin-top: 100px;
    }
    .ftr-SNS-btns {
        width: 50%;
    }
    form {
        width: 50%;
    }
    .copyright {
        padding: 30px 0;
        /* font-size: 0.7em; */
        padding-top: 30px;
    }
    #floating-menu {
        bottom: 20px;
        right: 30px;
    }

}


/*
ここからPCサイズ（画面の横幅が1000px以上）
================================================ */
@media(min-width: 1000px){
/* LAYOUT */
    .wrapper {
        width: 90%;
        max-width: 1170px;
        
    }

/* COMMON */
    .btn-bg {
        margin: 30px auto 0;
        width: 50%;
    }
    /* .btn-sml {
        margin: 10px auto 0;
    } */

/* LOADING */
    #loading p {
        font-size: 1.2rem;
    }

/* HEADER */
    .page-header {
        padding: 10px 50px 20px 50px;
    }
    .logo {
        width: 100px;
        position: relative;
        top: 7px;
    }
    .btn-menu {
        display: none;
    }
    .main-nav {
        display: flex;
        justify-content: space-between;
        width: 450px;
        letter-spacing: 0.08em;
        top: -20px;
        right: 50px;
    }
    .main-nav a {
        font-size: 14px;
    }

/* MAIN VISUAL */
    .main-visual {
        margin: 30px 0;
    }
    .banner-sp {
        width: 40%;
    }

/* SECTION */
    iframe[src*="youtube.com"],
    iframe[src*="youtube-nocookie.com"] {
        width: 50%;
    }
    .pickup-item-detail {
        width: 50%;
    }
    .pickup-container {
        display: flex;
        justify-content: center;
        gap: 2%;
        margin-top: 40px;
        width: 50%;
    }
    .pickup-img {
        width: 25%;
    }
    #story img {
        width: 30%;
    }
    .person-container {
        width: 50%;
        padding: 50px 70px;
    }
    .itemlist-intro {
        width: 80%;
        margin-bottom: 15px;
    }
    .itemlist-title {
        width: 80%;
    }
    .item-container {
        width: 80%;
        justify-content: space-between;
    }
    .item-box {
        width: 22%;
    }
    .catchcopy {
        line-height: 1.4;
    }
    .dvd-img {
        width: 70%;
    }
    .detail-box {
        width: 100%;
    }
    .detail-box p {
        font-size: 12px;
    }
    .btn-sml-box {
        width: 100%;
        /* margin-top: 0; */
        /* gap: 0; */
    }
    .btn-sml {
        width: 45%;
    }
    .pickup-box {
        /* flex-direction: column; */
        /* justify-content: start; */
        width: 70%;
        column-gap: 10%;
    }
    .pickup-caption {
        width: 100%;
    }
    .img-container {
        gap: 30px 3%;
        width: 100%;
    }
    .img-box {
        width: 14%;
    }
    .item-detail {
        /* font-size: 11px; */
        margin-top: 5px;
    }
    .pc-blank {
        display: block;
    }


/* FOOTER */
    .ftr-SNS-btns {
        width: 33%;
    }
    .ftr-SNS-btns img {
        width: 100%;
    }
    form {
        width: 40%;
    }
    /* .copyright {
        font-size: 0.8em;
    } */
    #floating-menu {
        right: 40px;
        bottom: 40px;
    }
    .top-btn {
        padding: 15px;
        font-size: 1rem;
    }
}
