@charset "UTF-8";

/* 共通部分 */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    background-color: #ebdfdd;
    background-color: #fcf9f7;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.wrapper {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    display: block;
}

main, a, p {
    color: #704d4d;
    font-size: .9rem;
}

span {
    color: red;
}

/* ローディング画面 */
#loading {
    transition: all 1s;
    background-color: rgb(252, 249, 247);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
}

#loading p {
    font-size: 1.2rem;
    font-family: "the-seasons", sans-serif;
    /* font-family: linotype-didot, serif; */
    font-weight: 400;
    font-style: normal;
    color: #704d4d;
}


/* ヘッダー */

.page-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 20px 50px;
    /* position: fixed; */
    z-index: 3;
    top: 0;
    width: 100%;
    background-color: transparent;
    align-items: center;
}

.btn-menu {
    display: none;
}

.logo {
    width: 100px;
    position: relative;
    top: 7px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    width: 450px;
    letter-spacing: 0.08em;
}

.main-nav a {
    font-size: 14px;
}


.main-nav a::before {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.mypage::before, .cart::before, .favorite::before, .contact::before {
    top: 6px;
    margin-right: 3px;
}

.home {
    line-height: 1.5;
}

.home::before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #704d4d;
    margin-right: 5px;
    top: 1px;
}

.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);
}

/* バナー */

.banner-pc {
    margin-top: 85px; 
    text-align: center;
}

.banner-pc img {
    width: 80%;
}

.banner-sp {
    display: none;
}


/* 本文 */

h2 {
    font-size: 3.5rem;
    text-align: center;
    margin: 120px 0 5px;
    font-family: 'Tangerine', cursive;
    font-family: the-seasons, sans-serif;
    font-weight: normal;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    width: 85%;
    margin: 0 auto 50px;
    display: flex;
}

.subtitle::before, .subtitle::after {
    flex: 1;
    height: 1px;
    content: '';
    background-color: #704d4d;
    position: relative;
    top: .6rem;
}

.subtitle::before {
    margin-right: 1rem;
}

.subtitle::after {
    margin-left: 1rem;
}

.container, .container2, .container3, .container-last {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 60px;
    /* border-bottom: 1px solid rgb(112, 77, 77, .3); */
}

.container, .container3, .container-last {
    display: flex;
    justify-content: space-between;
}

.container2, .one-image {
    padding: 60px 0;
}

.container2 {
    display: block;
    /* text-align: center; */
}

.container3 {
    flex-direction: row-reverse;
    /* text-align: center; */
}

.container-last {
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.point-icon-box, .h3-box {
    text-align: center;
}

.point-icon-center {
    /* display: block; */
    margin-bottom: 30px;
}

.point-icon {
    display: block;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 50px;
    display: inline-block;
    /* background-image: linear-gradient(transparent 50%, #ecb0c1 50%); */
    /* background-image: linear-gradient(transparent 50%, #d6b6b6 50%); */
    /* background-image: linear-gradient(transparent 50%, #e0c1c1 50%); */
    background-image: linear-gradient(transparent 50%, #dcafad 50%);
    background-image: linear-gradient(transparent 50%, #ecb0c1 50%);
    padding-bottom: 0.25rem;
    letter-spacing: .08rem;
}

.marker {
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;

}

.marker.on {
    background-size: 100% 100%;
}

h3::before {
    display: block;
    position: absolute;
}

.point1-title::after {
    content: '\f004';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #704d4d;
    top: 1px;
    position: relative;
    margin-left: 1px;
}

.caption-box {
    width: 55%;
    margin: auto 0;
}

.caption-box2  {
    width: 80%;
    margin: 0 auto 70px;
    /* text-align: center; */
}

.caption-box p, .caption-box2 p {
    line-height: 2;
    /* text-align-last: left; */
}

.short-txt {
    text-align: center;
}

.img-box {
    width: 40%;
    position: relative;
}

.img-box2, .img-box3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inbox-wrapper {
    text-align: center;
}

.img-box3 {
    margin-bottom: 40px;
}

.img-inbox, .img-inbox2 {
    position: relative;
    text-align: center;
}

.photo-grapher {
    text-align: right;
    font-size: 0.7rem;
    margin-top: 20px;
}


.icon-plus {
    position: absolute;
    bottom: 12%;
    right: 7%;
    /* margin-right: -50%;
    transform: translate(-50%, -50%); */
}

.icon-plus2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.icon-plus::after, .icon-plus2::after {
    display: inline-block;  
    margin: 0;  
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: rgb(255, 255, 255, .7);
}  

.icon-plus2::after {
    color: rgb(0, 0, 0, .3);
}

.gallery-img {
    width: 100%;
    margin: 10px 0;
}

.gallery-img02 {
    width: 95%;
}

.gallery-img04 {
    width: 90%;
    margin-bottom: 10px;
}

.img-caption {
    font-size: 0.8rem;
    line-height: 2;
}

.silhouette {
    flex-wrap: wrap;
    align-items: center;
}

.silhouette-image {
    width: 16%;
}

.long {  
    width: 13%;
}

.silhouette-image img {
    width: 100%;
}   

.moon-img, .naire-img {
    width: 100%;
}

.lightbox {
    transition: .3s;
}

.lum-lightbox.lum-open {
    z-index: 5;
}

.lum-lightbox-inner img {
    max-width: 60%;
    /* min-height: 100%; */
}

.lightbox:hover {
    transform: scale(1.1);
}

.plus-mark {
    position: absolute;
    z-index: 2;
    bottom: 8%;
    right: 3%;
}

.item-detail {
    width: 85%;
    margin: 0 auto;
}

.more_btn {
    width: 85%;
    margin: 0 auto;
}

.more_btn a {
    text-align: center;
    background-color: #ecb0c1;
    /* background-color: #dcafad; */
    /* background-color: #704d4d; */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: .3s;
    margin: 30px 0 100px;
    font-size: 1.3rem;
    /* border: 1px solid #704d4d; */
    /* background: #fff; */
    /* color: #704d4d; */
}

.more_btn a:hover {
    /* background: #ecb0c1; */
    /* color: #fff; */
    /* border: none; */
    opacity: .7;
}


/* フッター */

footer, .menu a {
    background-color: #704d4d;
    color: #fff;
}

.ftr-SNS-btns {
    display: flex;
    list-style: none;
    width: 33%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px;
}

.ftr-Heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

form {
    width: 40%;
    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: #ecb0c1;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: none;
    float: right;
}

.NL-stop {
    color: #fff;
    display: block;
    margin: 12px 0 0 0;
    text-align: center;
    
}

.copyright {
    text-align: center;
    padding-bottom: 20px;
    font-size: 0.8em;
    display: block;
    margin-top: 70px;
}

#floating-menu {
    display: none;
}



/*ここからタブレットサイズ（画面の横幅が560px〜959px）*/

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

    .wrapper {
        width: 85%;
    }

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

    .logo {
        top: 10px;
        width: 100px;
    }

    .page-header {
        padding: 10px 20px 10px 30px;
        /* flex-direction: column; */
        /* background: rgb(255, 255, 255, .7); */
    }

    .btn-menu {
        position: absolute;
        top: 1rem;
        right: 2rem;
        border: .5px solid #704d4d;
        color: #704d4d;
        padding: 0.6rem 0.8rem;
        background: transparent;
        font-size: 1rem;
        letter-spacing: 0.08em;
        display: block;
        /* border-radius: 10px; */
    }


    .main-nav {
        width: 0;
        background: rgb(255, 255, 255, .5);
        position: absolute;
        z-index: 12;
        top: 82px;
        right: 0;
        overflow: hidden;
        display: block;
        transition: .8s;
    }

    .main-nav.open-menu {
        width: 33%;    
    }
    
    .main-nav li {
        text-align: center;
        margin: 2rem 0;
    }

    .main-nav a {
        display: block;
    }

    .banner-pc {
        display: none;
    }

    .banner-sp {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .banner-sp img {
        width: 85%;
    }

    h2 {
        font-size: 3rem;
    }

    .subtitle {
        /* margin-bottom: 60px; */
        font-size: 1rem;
    }

    .photo-grapher {
        margin: 0;
    }

    .container, .container3, .container2, .container-last {
        width: 100%;
    }

    .container, .container3, .container-last {
        display: block;
        padding: 70px 0 50px;
    }

    .container2 {
        padding: 70px 0 50px;
    }

    .container-last {
        padding: 100px 0 60px;
    }

    .point-icon {
        margin: 0 auto 30px;
    }
    
    h3 {
        font-size: 1.2rem;
    }

    .point1-title::before, .point3-title::before, .point5-title::before, .point6-title::before, .point8-title::before {
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .caption-box, .caption-box2  {
        width: 95%;
        margin: 0 auto 70px;
        text-align: center;
    }

    .lum-lightbox-inner img {
        max-width: 100%;
    }

    .img-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .img-box2 {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 2px;
    }

    .silhouette {
        justify-content: space-between;
    }

    .img-inbox2 {
        width: 33%;
    }

    .img-inbox-wrapper {
        flex-direction: column;
    }

    .no-zoom {
        justify-content: center;
    }

    .gallery-img {
        width: 90%;
        margin: 0;
    }

    .gallery-img02 {
        margin-bottom: 10px;
    }

    .img05, .img06, .moon-img, .naire-img {
        width: 60%;
    }
    
    .icon-plus::after, .icon-plus2::after {
        font-size: 25px;
    }

    .icon-plus {
        bottom: 8%;
        right: 8%;
    }

    .studio {
        width: 85%;
        margin: 0 auto 100px;
    }

    .more_btn a {
        display: none;
    }

    .ftr-SNS-btns {
        width: 60%;
        margin-top: 70px;
    }

    form {
        width: 50%;
    }

    .copyright {
        padding: 30px 0;
        /* font-size: 0.7em; */
        padding-top: 30px;
    }

    #floating-menu {
        display: block;
        position: fixed;
        bottom: 67px;
        right: 50px;
        z-index: 100;
    }
    
    .buy-btn {
        background-color: #ecb0c1;
        /* background-color: #dcafad; */
        color: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 15px;
        font-size: 1rem;
    }

}

/*ここからSPサイズ（画面の横幅が559pxまで）*/

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

    #loading p {
        font-size: 1.1rem;
    }

    .wrapper {
        width: 90%;
    }

    .page-header {
        padding: 10px 0 20px 20px;
    }
    
    .logo {
        width: 80px;
        position: relative;
        top: 8px;
    }
    
    .btn-menu {
        right: 1rem;
        top: .8rem;
        font-size: 0.8rem;
        /* padding: 0.4rem 0.5rem;
        letter-spacing: 0.05em;
        border-radius: 7px; */
    }
    
    .main-nav {
        top: 50px;
    }

    .main-nav a {
        font-size: 12px;
    }
    
    .banner-sp {
        margin-top: 10px;
    }

    .banner-sp img {
        width: 90%;
    }

    h2 {
        font-size: 2.2rem;
        margin-top: 70px;
        margin-bottom: 5px;
    }

    .subtitle {
        font-size: .9rem;
        margin-bottom: 20px;
    }

    .subtitle::before, .subtitle::after {
        height: 1px;
        top: 0.5rem;
    }

    h3 {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .lum-lightbox-inner img {
        max-width: 200%;
    }

    .img-box, .img-box3 {
        flex-direction: column;
    }

    .img-box3 {
        margin-bottom: 0;
    }

    .img-inbox2 {
        width: 49%;
    }

    .silhouette {
        /* flex-direction: row; */
        flex-wrap: wrap;
        align-items: center;
    }

    .no-zoom {
        flex-direction: row;
    }

    .gallery-img, .gallery-img04, .moon-img, .naire-img {
        width: 90%;
        margin: 10px 0;
    }

    .gallery-img04 {
        margin: 10px 0 0;
    }

    .icon-plus {
        bottom: 15%;
        right: 9%;
    }

    .icon-plus::after, .icon-plus2::after {
        font-size: 20px;
    }

    .inbox-wrapper {
        margin-bottom: 20px;
    }

    .img-caption {
        font-size: 0.7rem;
        line-height: 1.5;
        width: 90%;
        margin: 0 auto;
    }

    .caption-box, .caption-box2 {
        width: 90%;
        margin-bottom: 40px;
    }

    .tracker {
        display: none;
    }

    .studio a {
        padding: 15px;
        font-size: 1rem;
        width: 100%;
        margin: 0 auto 100px;
    }

    .ftr-SNS-btns {
        width: 80%;
    }

    .ftr-SNS-btns img {
        width: 85%;
    }

    .ftr-Heading {
        font-size: 1rem;
    }

    form {
        width: 65%;
    }

    .menu {
        font-size: 1rem;
    }

    .copyright {
        font-size: 0.6rem;
    }

    #floating-menu {
        bottom: 30px;
        right: 30px;
    }

    .buy-btn {
        padding: 12px;
        font-size: .9rem;
    }

}