@charset "UTF-8";

/*      font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal; */

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


    .top-page {
        background-color: #F4F0F0;
    }

    /* header */

    .hamburger {
        display: none;
    }

    .header-bar {
        width: 100%;
        height: 39px;
        background-color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F4F0F0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
    }

    .sitelogo-img {
        width: 100px;
        height: auto;
        margin: 0 auto 0 40px;
    }

    .global-header {
        height: 125px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        /* background-color: aquamarine; */
    }


    .gnav-menu {
        width: 564px;
        display: flex;
        justify-content: space-between;
        margin-right: 80px;
        /* background-color: #F4D1D3; */
    }

    .iconlist {
        display: flex;
        width: 109px;
        /* background-color: bisque; */
        justify-content: space-between;
        list-style: none;
    }

    .iconlist-item {
        /* width: 25px; */
    }

    .header-icon {
        height: 24px;
        width: auto;
        /* margin-right: 20px; */
        /* background-color: aqua; */
    }


    .iconlist-item-hover:hover {
        color: #FD71AC;
    }


    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        border-bottom: solid #555555 1px;
        background-color: #ffffff;
    }

    .list-wrap {
        width: 775px;
        margin-right: 2%;
        /* background-color: blue; */
        display: flex;
        justify-content: space-between;
    }

    .gnav-linktext {
        text-decoration: none;
        color: #555555;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .gnav-linktext:hover {
        color: #b8b8b8;
        transition: 0.5s;
    }


    /* index-main */


    .main-visual {
        background-image: url(../images/model5.jpg);
        background-position: 50% 40%;
        height: 755px;
        width: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 125px;
    }

    .main-catch {
        font-family: 'Shippori Mincho', serif;
        color: #ffffff;
        font-weight: 400;
        font-size: 60px;

    }


    .top-introduction {

        /* display: flex;
    align-items: center; */
        position: relative;
        /* justify-content: center; */
        /* margin: 126px 0 0 0; */
        padding: 126px 60px 0 25%;
        /* background-color: #F4F0F0; */
    }

    .set-item-catchcopy {
        position: absolute;
        top: 50%;
        left: 10%
    }

    .set-item {
        width: 100%;
    }


    .catchcopy {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 32px;
        color: #555555;
        margin: 0 0 20px 0;
    }

    .catchcopy2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        font-size: 18px;
        line-height: 28px;
    }

    .top-title-bestseller {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 41px;
        margin: 128px 0 72px 0;
        color: #555555;
    }

    .top-bestseller1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        width: 747px;
        padding: 51px 78px 19px;
        margin: 0 auto 0 10%;
    }

    /*==================================================
ふわっ
===================================*/
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }


    /* fadeUp */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }




    .top-bestseller2-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .top-bestseller2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        width: 747px;
        padding: 51px 78px 19px;
        margin: 105px 10% 0 auto;
    }

    .bestseller-section {
        margin: 126px 0 58px 10%;
    }

    .bestseller-section_2 {
        width: 55%;
        padding-left: 50px;
    }

    .bestseller-item {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        margin-bottom: 2px;
        color: #555555;
    }

    .bestseller-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 30px;
        margin-bottom: 21px;
        color: #555555;
    }

    .bestseller-explanation {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        line-height: 30px;
        color: #555555;
    }

    .bestseller-photo2 {
        height: 300px;
        width: auto;
    }

    .wave {
        width: 100%;
        margin-top: 111px;
    }


    .top-title-category {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 41px;
        margin: -60px auto 103px 18%;
        color: #555555;

    }

    .category-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 5%;
    }

    .category {
        width: 50%;
        height: 500px;
        /* background-color: aqua; */
        text-align: center;
    }

    .first-row {
        margin-bottom: 150px;
    }

    .heading-product {
        text-align: left;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
    }

    .category-parfum {
        height: auto;
        width: 35%;
        margin: 135px 0 50px 0;
    }

    .category-diffuser {
        height: auto;
        width: 25%;
        margin: 80px 0 30px 0;
    }

    .category-cream {
        width: 13%;
        height: auto;
        margin: 30px 0 30px 0;
    }

    .category-candle {
        height: auto;
        width: 30%;
        margin: 63px 0 55px 0;
    }

    .category-more {
        text-align: right;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .category-more-text:hover {
        color: #FD71AC;
    }

    .top-title-shoplist {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 41px;
        margin: 34px 0 60px 0;
        text-align: center;
        color: #555555;
    }

    .about-shop {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .about-shop-img {
        width: 40%;
    }

    .about-shop-section {
        margin-left: 54px;
    }

    .about-shop-place {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .textlink-to-shop {
        /*矢印と下線の基点とするためrelativeを指定*/
        position: relative;
        /*形状*/
        display: inline-block;
        padding: 0 20px 0 0;
        color: #555555;
        text-decoration: none;
        outline: none;
        display: inline-block;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .textlink-to-shop-margin {
        margin-bottom: 170px;
    }

    /*矢印と下線の形状*/
    .textlink-to-shop::before {
        content: '';
        /*絶対配置で下線の位置を決める*/
        position: absolute;
        bottom: -8px;
        left: 0;
        /*下線の形状*/
        width: 98%;
        height: 1px;
        background: #555555;
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop::after {
        content: '';
        /*絶対配置で矢印の位置を決める*/
        position: absolute;
        bottom: -3px;
        right: 3px;
        /*矢印の形状*/
        width: 15px;
        height: 1px;
        background: #555555;
        transform: rotate(35deg);
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop:hover::before {
        /*hoverした際の移動*/
        left: 7%;
    }

    .textlink-to-shop:hover::after {
        right: -5%;
    }

    .number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .info-wrap {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 170px;
    }

    /* 左からふわっと */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .top-title-information {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 41px;
        margin: 178px auto 20px 0;
        color: #555555;
    }

    .table-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-information-date {
        width: 20%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

    .table-information-title {
        width: 80%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
    }

    .table-information-title:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }


    .table-more-text {
        color: #555555;
        text-decoration: none;
        text-align: right;
        padding: 20px 0 0 0;
    }

    .moer-text {
        text-decoration: none;
        color: #555555;
    }

    .global-footer-wrap {
        background-color: #555555;
    }

    .global-footer {
        /* background-color: #555555; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 480px;
        width: 100%;
        /* margin-top: 170px; */
    }

    .global-footermargin {
        margin-top: 110px;
    }

    .footer-img {
        width: 217px;
        /* background-color: aquamarine; */
        margin-left: 100px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding-right: 30px;
    }

    .footer-sitelogo {
        width: 217px;
        margin: 0 0 11px 0;
    }

    .footer-icon {
        display: flex;
        justify-content: space-between;
        width: 79px;
        list-style: none;
    }

    .footer-icon-insta {
        height: 33px;
        width: auto;
        margin-right: 13px;
    }

    .footer-icon-x {
        height: 33px;
        width: auto;
    }

    .footer-list-menu {
        width: 70%;
        /* background-color: rgb(185, 212, 212); */
    }

    .footer-list {
        display: flex;
        /* justify-content: space-between; */
        margin-right: 100px;
        list-style: none;
        /* background-color: #6baed0; */
    }

    .footer-list-secondary {
        list-style: none;
        padding-left: 20px;
    }

    .footer-column {
        display: flex;
        justify-content: space-around;
        width: 100%;
        /* background-color: #FD71AC; */
    }

    .footer-list-item {
        margin: 23px 0 23px 0;
    }

    .copyright {
        font-family: source-han-sans-japanese, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-align: center;
        color: #fff;
        padding-bottom: 1%;
    }

    /*==================================================
ふわっ
===================================*/

    /* その場で */
    .fadeIn {
        animation-name: fadeInAnime;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeInAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    .footer-list-item-link {
        text-decoration: none;
        color: #F4F0F0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 12px;
    }

    .footer-list-link {
        text-decoration: none;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .footer-list-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }

    .footer-list-link-border {
        border-left: 1px solid #dfdfdf;
    }

    .footer-list-item-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }


    /* shopping page */

    .body-shopping {
        background-color: #F4F4F4;
    }

    /* .shopping-page {
    background-color: #F4F0F0;
} */

    .secondary-nav {
        display: flex;
        align-items: center;
        height: 154px;
        width: 100%;
        /* margin-bottom: 90px; */
        background-image: url(../images/sky.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-top: 125px;
    }

    .secondary-nav-shopping {
        margin: 0 auto 0 8%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 33px;
        color: #ffffff;
        text-decoration: none;
    }

    .secondary-nav-list {
        display: flex;
        justify-content: space-around;
        width: 783px;
        list-style: none;
        margin: 0 8% 0 auto;
        /* background-color: rgb(101, 185, 226); */
    }

    .secondary-nav-item {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        text-decoration: none;
        color: #ffffff;
        background-image: url(../images/diamond.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        text-indent: 30px;
        display: block;
        transition: 0.5s;
    }

    .secondary-nav-item:hover {
        color: #c6ebfc;
    }

    .secondary-nav-sp {
        display: none;
    }

    .list-item-link {
        background-color: #ffffff;
        width: 259px;
        height: 259px;
        border: solid #DDDDDD 1px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        /* background-color: #6baed0; */
    }

    .item-img {
        width: 60%;
        height: auto;
        margin: 0 auto;
        /* background-color: #6baed0; */
    }

    .item-img-2 {
        width: auto;
        height: 80%;
        margin: 0 auto;
    }

    .autoplay {
        width: 80%;
        margin: 0 auto 0 auto;
        /* background-color: #FD71AC; */

    }

    .hedding-product {
        margin: 40px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #C4C4C4;
    }

    .hedding-product-second {
        margin: 120px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #C4C4C4;
    }

    .diffuser-img {
        height: 200px;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .cream-img {
        height: 200px;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .autoplay-img {
        width: 259px;
        height: 259px;
        display: block;
        background-color: #ffffff;
        /* padding: 45px; */
        border: solid #DDDDDD 1px;
        /* margin: 0 60px; */
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .capcion {
        text-align: center;
        margin: 17px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #555555;
    }

    .shopping-more {
        margin: -30px 14% 0 auto;
    }

    .breadcrumb {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
        margin: 157px auto auto 42px;
    }

    .current-page {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    .breadcrumb-shop {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
        margin: 32px auto auto 42px;
    }

    .breadcrumb-style {
        text-decoration: none;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    .secondary-product {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_01.png);
        background-repeat: no-repeat;
        background-size: contain;

        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        /* background-color: #FD71AC; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-diffuser {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_02@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-cream {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_03@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-candle {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_04@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item {
        display: flex;
        justify-content: flex-start;
        list-style: none;
        flex-wrap: wrap;
        /* width: 1049px; */
        width: 90%;
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }

    .list-item-4column {
        display: flex;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
        width: 90%;
        /* width: 728px; */
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }


    .list-item-section {
        /* width: 259px; */
        width: 33%;
        align-items: center;
        padding: 0 0 80px 0;
        /* background-color: #FD71AC; */
    }


    .list-item-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin: 13px 13px;
        text-align: center;

    }

    .cart-icon-container {
        text-align: center;
        margin: 0 auto;
        width: 144px;
        margin-top: 30px;
        /* background-color: rgb(52, 28, 208); */

    }

    .cart-icon {
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        text-decoration: none;
        color: #ffffff;
        background-color: #555555;
        padding: 6px;
        border-radius: 13px;
        display: block;
    }

    .cart-icon:hover {
        color: #555555;
        background-color: #d3d3d3;
        transition: 0.4s;
        /* border: solid 1px #555555; */
    }

    .item-section-margin {
        /* margin-right: 134px; */
    }

    .item-section-margin-4column {
        width: 40%;
        /* margin-right: 208px; */
    }

    .heading-name {
        margin: 63px auto 63px auto;
        text-align: center;
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .heading-name-margin {
        margin: 188px auto 63px auto;
        text-align: center;
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    /* new */

    .about-new-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 117px auto 205px auto;
        width: 700px;
        /* background-color: #FD71AC; */
    }

    .newitem-img {
        height: 280px;
        width: auto;
    }

    .newitem-img-cream {
        margin-left: 80px;
    }

    .new-item-section {
        width: 406px;
        /* height: 192px; */
        margin-left: 7%;
        /* background-color: aqua; */
        color: #555555;
    }



    .new-item-product {
        font-size: 13px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 2px;
    }

    .new-item-kinds {
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 27px;
    }

    .new-item-sentence {
        font-size: 18px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        line-height: 35px;
    }

    /* concept */

    .concept-main {
        height: 1330px;
        background-image: url(../images/concept.jpg);
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        background-blend-mode: lighten;
    }

    .about-concept {
        font-size: 29px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        padding: 200px 0 79px 0;
        /* background-color: #FD71AC; */
    }

    .about-concept-explanation {
        width: 70%;
        font-size: 19px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        line-height: 35px;
        margin: 0 auto;
        margin-bottom: 60px;
        /* background-color: aquamarine; */
    }

    /* information */

    .information-link {
        text-decoration: none;
        color: #555555;
    }

    .information-link:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }

    /* information_1 */
    .info-section {
        width: 70%;
        margin: 0 auto;
        height: 342px;
        background-color: #ffffff;
        margin-bottom: 90px;
    }

    .info-section_2 {
        height: 700px;
        width: 60%;
        margin: 0 auto;
        background-color: #ffffff;
        margin-bottom: 90px;
    }

    .info-title {
        /* background-color: #FD71AC; */
        width: auto;
        height: 49px;
        padding: 25px;
        color: #707070;
    }

    .info-title-date {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 12px;
        /* background-color: aqua; */
    }

    .info-title-secondary {
        font-size: 18px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        /* background-color: #F4D1D3; */
    }

    .info-secondary {
        width: 70%;
        height: 30%;
        /* background-color: rgb(39, 173, 173); */
        margin: 0 auto;
        color: #555555;
        margin-top: 35px;
    }

    .info-secondary-title {
        font-size: 26px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin: 0 0 30px 0;
        /* background-color: blueviolet; */
    }

    .info-secondary_2 {
        margin: 35px;
        color: #555555;
        /* background-color: #FD71AC; */
    }

    .info-secondary-title_2 {
        font-size: 24px;
        line-height: 30px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        text-align: center;
        margin-bottom: 36px;
        /* background-color: #FD71AC; */
    }

    .info-secondary-explanation {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        width: 90%;
        margin: 0 auto 50px auto;
        line-height: 23px;
    }

    .info-img {
        height: 272px;
        width: auto;
        display: block;
        margin: 0 auto;
        /* background-color: blue; */
    }

    .center-back-button {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 70px;
        text-align: center;
    }

    .button-decoration {
        text-decoration: none;
        color: #555555;
    }

    .back_next_bottun {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        /* background-color: #ff9ac4; */
        width: 15%;

    }

    .info-shop-img {
        height: auto;
        width: 100%;
    }

    .info-img_2 {
        height: 350px;
        width: auto;
    }

    .shop-address-margin {
        margin: 18px 0 5px 0;
    }

    /* parfum-leafy */

    .image-background {
        background-color: #ffffff;
        height: 400px;
        width: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart-button {
        text-decoration: none;
        color: #ffffff;
        background-color: #6F6F6F;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
    }

    /* shop */

    .shop-container {
        margin: 0 auto;
        margin-bottom: 157px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 80%;
        /* background-color: #FD71AC; */
    }

    .shop-img {
        height: 317px;
        width: auto;
    }

    .shop-explanation {
        margin-left: 8%;
    }

    .shop-address {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .shop-address_2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }

    /* contact */

    .Form {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 536px;
        /* background-color: #6baed0; */
    }

    .Form-Item {
        /* background-color: rgb(193, 170, 214); */


    }

    .Form-Item-Label {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        width: 100%;
        max-width: 248px;
        letter-spacing: 0.05em;
        /* font-weight: bold; */
        /* font-size: 18px; */
        color: #555555;
        margin-bottom: 10px;
    }

    .Form-Item-textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 100%;
        height: 150px;
        background: #ffffff;
        font-size: 18px;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        box-sizing: border-box;
    }

    .form-comment {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        text-align: center;
        margin: 40px 0 131px 0;
    }

    .Form-Btn {
        border-radius: 50px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 180px;
        display: block;
        letter-spacing: 0.05em;
        background: #6F6F6F;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        border: solid 0.2px #6F6F6F;
    }

    .Form-Btn:hover {
        background-color: #f4edf7;
        color: #555555;
        transition: 0.4s;
    }

    .radio-btn {
        height: 60px;
        width: auto;
        border-top: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }

    .radio-btn-title {
        font-size: 15px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
    }

    .radio-btn-solid {
        height: 60px;
        width: auto;
        border-bottom: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }


    /* cart */

    .cart-sub-title {
        width: 85%;
        margin: 0 auto 90px auto;
        text-align: right;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        /* background-color: #FD71AC; */
    }

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

    .table-header {
        width: 33.33%;
        padding: 10px 0;
    }

    .cart-cell-product {
        /* text-align: center;
    vertical-align:middle; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 32px 0;
        width: 100%;
    }

    .cart-cell {
        text-align: center;
        vertical-align: middle;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .cart-cell-img {
        height: auto;
        width: 30%;
    }

    .cart-cell-purfum {
        /* margin: auto 5% auto 0; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        color: #555555;
    }

    .cart-cell-purfum-kinds {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 22px;
        color: #555555;
    }

    .cart-cell-cream {
        /* margin: auto 5% auto 0; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        color: #555555;
    }

    .cart-cell-img-cream {
        height: auto;
        width: 11%;
        padding-left: 30px;
    }

    .table-header-left {
        width: 50%;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .table-header-center {
        width: 25%;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .table-header-right {
        width: 25%;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .cart-row {
        border-bottom: 1px solid #555555;
    }

    .cart-number {
        width: 66px;
        height: 43px;
        text-align: center;
        margin-bottom: 22px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        border: solid 1px #C4C4C4;
    }

    .sumally {
        text-align: right;
        /* background-color: #FD71AC; */
        padding: 45px 0 45px 0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 26px;
        color: #555555;
    }

    .tax {
        /* padding: 45px 0 45px 0; */
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        color: #555555;
    }

    .Form-Btn-cart {
        margin-bottom: 147px;
    }

    .cart-btn {
        text-decoration: none;
    }

    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        /* width: 100%; */
        width: 300px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
        margin-bottom: 22px;
    }

    .Form-Item-Input_2 {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 60px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
    }

    .Form-Item-Input-contact {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 295px;
        flex: 1;
        width: 100%;
        max-width: 700px;
        background: #ffffff;
        font-size: 18px;
    }

    .Form-Item-Input-long {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 1000px;
        background: #ffffff;
        font-size: 18px;
        margin-top: 10px;
    }

    /* delivery */

    .cart-top-img {
        width: 492px;
        height: auto;
        display: block;
        margin: 40px auto 0 auto;
    }

    /* confirmation */

    .confirmation-title {
        width: 85%;
        /* background-color: #2da144; */
        margin: 0 auto;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 23px;
        color: #555555;
        margin: 100px auto 32px 10%;
    }

    .confirmation-flex {
        display: flex;
        width: 85%;
        /* background-color: aqua; */
        margin: 0 auto 70px auto;
        border-top: 1px solid #555555;
        border-bottom: 1px solid #555555;
        padding: 3%;
        align-items: center;
        justify-content: space-between;
    }

    .confirmation-inner-flex {
        display: flex;
        flex-direction: column;
        line-height: 24px;
    }

    .confirmation-secondary {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .change-btn {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 20px;
        color: #555555;
    }

    .change-btn:hover {
        color: #b8b8b8;
        transition: 0.1s;
    }

    /* completion */

    .check-img {
        width: 93px;
        height: auto;
        display: block;
        margin: 140px auto 40px auto;
    }

    .check-page {
        text-align: center;
        /* background-color: aqua; */
        margin: 20px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 29px;
        color: #555555;
    }

    .check-page-small {
        text-align: center;
        /* background-color: aqua; */
        margin: 20px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }

    /* login */

    /* .login-form {

        max-width: 720px;
        background-color: #6baed0;
    } */

    .Form-login {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 338px;
        /* background-color: #6baed0; */
    }

    .login-sub-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        text-align: center;
    }

    .pw-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        /* text-align: end; */
        /* margin: 0 auto; */
        text-align: center;
    }


    .acount-comment {
        text-align: center;
        margin-top: 47px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }

    .login-link {
        text-decoration: none;
        color: #555555;
    }

    .login-link:hover {
        color: #b8b8b8;
    }


}

/* tablet */
@media screen and (min-width:481px) and (max-width:1079px) {

    /* header */

    /* .hamburger {
        display: none;
    } */



    /* header */
    .header-bar {
        width: 100%;
        height: 39px;
        background-color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F4F0F0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

    .sitelogo {
        /* background-color: #6baed0; */
        margin: 0 auto;
        align-items: center;
    }

    .sitelogo-img {
        width: 100px;
        height: auto;
        /* margin: 20px auto 20px auto; */
    }

    .global-header {
        height: 125px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        /* background-color: aquamarine; */
    }


    .gnav-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-right: 50px;
        /* background-color: #F4D1D3; */
    }

    .iconlist {
        display: flex;
        width: 150px;
        /* background-color: bisque; */
        justify-content: space-between;
        list-style: none;
        padding-left: 20px;
        padding-top: 20px;
    }

    .iconlist-item {
        /* width: 25px; */
    }

    .header-icon {
        height: 24px;
        width: auto;
        /* margin-right: 20px; */
        /* background-color: aqua; */
    }


    .iconlist-item-hover :hover {
        color: #FD71AC;
    }


    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        border-bottom: solid #555555 1px;
        background-color: #ffffff;
        /* background-color: #6baed0; */
    }

    .list-wrap {
        display: none;
    }

    .gnav-linktext {
        text-decoration: none;
        color: #555555;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        transition: 1s;
        font-size: 14px;
    }

    .gnav-linktext:hover {
        color: #b8b8b8;
    }

    /* tablet-index */

    .main-visual {
        background-color: #ce1a8f;
        background-image: url(../images/model5.jpg);
        /* background-position: 50% 40%; */
        height: 755px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 125px;

    }

    .main-catch {
        font-family: 'Shippori Mincho', serif;
        color: #ffffff;
        font-weight: 400;
        font-size: 40px;

    }

    .top-page {
        background-color: #F4F0F0;
    }

    .top-page {
        background-color: #F4F0F0;
    }

    .top-introduction {

        /* display: flex;
    align-items: center; */
        position: relative;
        /* justify-content: center; */
        /* margin: 126px 0 0 0; */
        padding: 126px 60px 0 25%;
        /* background-color: #F4F0F0; */
    }

    .set-item-catchcopy {
        position: absolute;
        top: 50%;
        left: 7%
    }

    .set-item {
        width: 100%;
    }


    .catchcopy {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 24px;
        color: #555555;
        margin: 0 0 20px 0;
    }

    .catchcopy2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        font-size: 14px;
        line-height: 28px;
    }

    .top-title-bestseller {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 30px;
        margin: 128px 0 72px 0;
        color: #555555;
    }

    .top-bestseller1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        width: 80%;
        padding: 25px 39px 10px;
        margin: 0 auto;
    }

    .top-bestseller2-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .top-bestseller2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        width: 80%;
        padding: 25px 39px 10px;
        margin: 105px auto;
    }

    .bestseller-section {
        margin: 126px 0 58px 10%;
        width: 55%;
    }

    .bestseller-item {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 13px;
        margin-bottom: 2px;
        color: #555555;
    }

    .bestseller-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 30px;
        margin-bottom: 21px;
        color: #555555;
    }

    .bestseller-explanation {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        line-height: 30px;
        color: #555555;
    }

    .bestseller-photo2 {
        height: 300px;
        width: auto;
    }

    .wave {
        width: 100%;
        margin-top: 50px;
    }

    .top-title-category {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 30px;
        margin: 40px auto 103px 18%;
        color: #555555;

    }

    .category-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 5%;
    }

    .category {
        width: 50%;
        height: 420px;
        /* background-color: aqua; */
        text-align: center;
    }

    .first-row {
        /* margin-bottom: 50px; */
    }

    .heading-product {
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .category-parfum {
        height: auto;
        width: 35%;
        margin: 67px 0 25px 0;
    }

    .category-diffuser {
        height: auto;
        width: 25%;
        margin: 40px 0 15px 0;
    }

    .category-cream {
        width: 13%;
        height: auto;
        margin: 30px 0 30px 0;
    }

    .category-candle {
        height: auto;
        width: 30%;
        margin: 53px 0 40px 0;
    }

    .category-more {
        text-align: right;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .category-more-text:hover {
        color: #FD71AC;
    }

    .top-title-shoplist {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 30px;
        margin: 34px 0 60px 0;
        text-align: center;
        color: #555555;
    }

    .about-shop {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .about-shop-img {
        width: 60%;
    }

    .about-shop-section {
        margin-left: 54px;
    }

    .about-shop-place {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
        margin-bottom: 20px;
    }

    .textlink-to-shop {
        /*矢印と下線の基点とするためrelativeを指定*/
        position: relative;
        /*形状*/
        display: inline-block;
        padding: 0 20px 0 0;
        color: #555555;
        text-decoration: none;
        outline: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .textlink-to-shop-margin {
        margin-bottom: 170px;
    }

    /*矢印と下線の形状*/
    .textlink-to-shop::before {
        content: '';
        /*絶対配置で下線の位置を決める*/
        position: absolute;
        bottom: -8px;
        left: 0;
        /*下線の形状*/
        width: 98%;
        height: 1px;
        background: #555555;
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop::after {
        content: '';
        /*絶対配置で矢印の位置を決める*/
        position: absolute;
        bottom: -3px;
        right: 3px;
        /*矢印の形状*/
        width: 15px;
        height: 1px;
        background: #555555;
        transform: rotate(35deg);
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop:hover::before {
        /*hoverした際の移動*/
        left: 7%;
    }

    .textlink-to-shop:hover::after {
        right: -5%;
    }

    .number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .info-wrap {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 170px;
    }

    .top-title-information {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 30px;
        margin: 178px auto 20px 0;
        color: #555555;
    }

    .table-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-information-date {
        width: 20%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

    .table-information-title {
        width: 80%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
    }

    .table-information-title:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }


    .table-more-text {
        color: #555555;
        text-decoration: none;
        text-align: right;
        padding: 20px 0 0 0;
    }

    .moer-text {
        text-decoration: none;
        color: #555555;
    }

    .global-footer-wrap {
        background-color: #555555;
    }


    .global-footer {
        /* background-color: #555555; */
        /* display: flex; */
        align-items: center;
        /* justify-content: center; */
        height: 650px;
        width: 100%;
        /* margin-top: 170px; */
    }

    .global-footermargin {
        margin-top: 110px;
    }

    .footer-img {
        width: 30%;
        max-width: 217px;
        height: auto;
        /* background-color: aquamarine; */
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        margin-bottom: 5%;
    }

    .footer-img-link {
        display: block;
        width: 100%;
        /* background-color: blueviolet; */

    }

    .footer-sitelogo {
        width: 100%;
        margin: 30% auto 5% auto;
    }

    .footer-icon {
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-end;
        width: 79px;
        list-style: none;
    }

    .footer-icon-insta {
        height: 33px;
        width: auto;
        margin-right: 13px;
    }

    .footer-icon-x {
        height: 33px;
        width: auto;
    }

    .footer-list-menu {
        width: 100%;
        /* background-color: aqua; */
    }

    .footer-list {
        width: 70%;
        max-width: 550px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        /* margin-right: 100px; */
        list-style: none;
        /* background-color: #6baed0; */
        margin: 0 auto;

    }

    .footer-column {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        line-height: 80px;
        /* justify-content: space-between; */
        width: 100%;
        /* background-color: #FD71AC; */
        padding-left: 10%;
    }

    .footer-list-secondary {
        list-style: none;
        padding-left: 20px;
    }

    .footer-list-item {
        /* margin: 23px 0 23px 0; */
        line-height: 30px;
    }

    .copyright {
        font-family: source-han-sans-japanese, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-align: center;
        color: #fff;
        padding-bottom: 1%;
    }

    .footer-list-item-link {
        text-decoration: none;
        color: #F4F0F0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 12px;
    }

    .footer-list-link {
        text-decoration: none;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 20px;
        padding-left: 10px;
    }

    .footer-list-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }

    .footer-list-link-border {
        border-left: 1px solid #dfdfdf;
    }

    .footer-list-item-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }

    /* tablet-shopping */

    .body-shopping {
        background-color: #F4F4F4;
    }

    .secondary-nav {
        display: flex;
        align-items: center;
        height: 43px;
        /* width: 100%; */
        /* margin-bottom: 90px; */
        background-image: url(../images/sky.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-top: 125px;
    }

    .secondary-nav-shopping {
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
    }

    .secondary-nav-list {
        display: flex;
        justify-content: space-around;
        width: 70%;
        list-style: none;
        margin: 0 1% 0 auto;
        /* background-color: rgb(101, 185, 226); */
    }

    .secondary-nav-item {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 13px;
        text-decoration: none;
        color: #ffffff;
        background-image: url(../images/diamond.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        text-indent: 30px;
        display: block;
        transition: 0.5s;
    }

    .secondary-nav-item:hover {
        color: #c6ebfc;
    }

    .secondary-nav-list {
        display: none;
    }

    .secondary-nav-list-sp {
        width: 100%;
        height: 80px;
        /* background-color: #6baed0; */
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        border-top: 1px solid #555555;
        border-left: #555555;
    }

    .secondary-nav-btn-sp {
        list-style: none;
        width: 50%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #555555;
        border-right: 1px solid #555555;
    }

    .secondary-nav-btn-sp:hover {
        background-color: #f2e5ef;
        transition: 0.3s;
    }


    .secondary-nav-item-sp-diamond {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-diamond.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        text-indent: 20px;
        display: block;
        text-align: center;
        width: 100px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-diamond:hover {
        color: #b8b8b8;
    } */


    .secondary-nav-item-sp-square {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-square.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px;
        /* background-color: #F4D1D3; */
        padding: 8px 0 8px 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 10px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-square:hover {
        color: #b8b8b8;
    } */


    .secondary-nav-item-sp-heart {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-heart.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 12px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-heart:hover {
        color: #b8b8b8;
    } */

    .secondary-nav-item-sp-cicle {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-cicle.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 23px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 3px;
        transition: 0.5s;
    }

    /* .secondary-nav-sp {
        display: none;
    } */

    .list-item-link {
        background-color: #ffffff;
        width: 200px;
        height: 200px;
        border: solid #DDDDDD 1px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }


    .item-img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .item-img-2 {
        width: auto;
        height: 90%;
        margin: 0 auto;
    }

    .autoplay {
        width: 90%;
        margin: 0 auto 0 auto;
        /* background-color: #FD71AC; */

    }

    .hedding-product {
        margin: 40px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #C4C4C4;
    }

    .hedding-product-second {
        margin: 120px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #C4C4C4;
    }

    .diffuser-img {
        height: 85%;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .cream-img {
        height: 80%;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .autoplay-img {
        width: 200px;
        height: 200px;
        display: block;
        background-color: #ffffff;
        /* padding: 45px; */
        border: solid #DDDDDD 1px;
        /* margin: 0 60px; */
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .capcion {
        text-align: center;
        margin: 17px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #555555;
    }

    .shopping-more {
        margin: -30px 7% 0 auto;
    }

    .breadcrumb {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
        margin: 158px auto auto 42px;
        /* top126px */
    }

    .current-page {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    .breadcrumb-shop {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
        margin: 32px auto auto 42px;
    }


    .breadcrumb-style {
        text-decoration: none;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    .secondary-product {
        font-size: 22px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_01.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        /* background-color: #FD71AC; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-diffuser {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_02@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-cream {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_03@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-candle {
        font-size: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 30px 80px;
        text-align: center;
        background-image: url(../images/heading_icon_04@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item {
        display: flex;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
        width: 90%;
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }

    .list-item-4column {
        display: flex;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
        width: 90%;
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }

    .list-item-section {
        width: 240px;
        align-items: center;
        padding: 0 0 80px 0;
        /* background-color: #FD71AC; */
    }

    .list-item-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin: 13px 13px;
        text-align: center;

    }

    .cart-icon-container {
        text-align: center;
        margin: 0 auto;
        width: 110px;
        margin-top: 30px;
        /* background-color: rgb(52, 28, 208); */

    }

    .cart-icon {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        text-decoration: none;
        color: #ffffff;
        background-color: #555555;
        padding: 6px;
        border-radius: 13px;
        display: block;
    }

    .cart-icon:hover {
        color: #555555;
        background-color: #d3d3d3;
        transition: 0.4s;
        /* border: solid 1px #555555; */
    }

    .item-section-margin {
        /* margin-right: 5%; */
        /* background-color: #6baed0; */
    }

    .item-section-margin-4column {
        width: 40%;
        /* margin-right: 208px; */
        /* margin-right: 10%; */
        /* background-color: #c1e8b3; */


        /* new */
    }

    .heading-name {
        margin: 62px auto 63px auto;
        text-align: center;
        font-size: 26px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .heading-name-margin {
        margin: 188px auto 63px auto;
        text-align: center;
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .about-new-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 117px auto 205px auto;
        width: 480px;
        /* background-color: #FD71AC; */
    }

    .newitem-img {
        height: 240px;
        width: auto;
    }

    .newitem-img-cream {
        margin-left: 70px;
    }

    .new-item-section {
        width: 250px;
        /* height: 160px; */
        margin-left: 7%;
        /* background-color: aqua; */
        color: #555555;
    }

    .new-item-product {
        font-size: 12px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 2px;
    }

    .new-item-kinds {
        font-size: 23px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 20px;
    }

    .new-item-sentence {
        font-size: 14px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        line-height: 25px;
    }

    /* concept */

    .concept-main {
        height: 1200px;
        background-image: url(../images/concept.jpg);
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        background-blend-mode: lighten;
    }

    .about-concept {
        font-size: 29px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        padding: 200px 0 79px 0;
        /* background-color: #FD71AC; */
    }

    .about-concept-explanation {
        width: 70%;
        font-size: 16px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        line-height: 35px;
        margin: 0 auto;
        margin-bottom: 60px;
        /* background-color: aquamarine; */
    }

    /* information */

    .information-link {
        text-decoration: none;
        color: #555555;
    }

    .information-link:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }

    /* information_1 */
    .info-section {
        width: 70%;
        margin: 0 auto;
        height: 342px;
        background-color: #ffffff;
        margin-bottom: 90px;
    }

    .info-section_2 {
        height: 600px;
        width: 70%;
        margin: 0 auto;
        background-color: #ffffff;
        margin-bottom: 90px;
    }

    .info-title {
        /* background-color: #FD71AC; */
        width: auto;
        height: 49px;
        padding: 25px;
        color: #707070;
    }

    .info-title-date {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 12px;
        /* background-color: aqua; */
    }

    .info-title-secondary {
        font-size: 18px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        /* background-color: #F4D1D3; */
    }

    .info-secondary {
        width: 70%;
        height: 30%;
        /* background-color: rgb(39, 173, 173); */
        margin: 0 auto;
        color: #555555;
        margin-top: 35px;
    }

    .info-secondary-title {
        font-size: 26px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin: 0 0 30px 0;
        /* background-color: blueviolet; */
    }

    .info-secondary_2 {
        margin: 35px;
        color: #555555;
        /* background-color: #FD71AC; */
    }

    .info-secondary-title_2 {
        font-size: 18px;
        line-height: 25px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        text-align: center;
        margin-bottom: 36px;
        /* background-color: #FD71AC; */
    }

    .info-secondary-explanation {
        font-size: 14px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 50px;
        line-height: 23px;
    }

    .info-img {
        height: 272px;
        width: auto;
        display: block;
        margin: 0 auto;
        /* background-color: blue; */
    }

    .center-back-button {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 70px;
        text-align: center;
    }

    .button-decoration {
        text-decoration: none;
        color: #555555;
    }

    .back_next_bottun {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        /* background-color: #ff9ac4; */
        width: 15%;

    }

    .info-shop-img {
        height: auto;
        width: 100%;
    }

    .info-img_2 {
        height: 300px;
        width: auto;
    }

    .shop-address-margin {
        margin: 18px 0 5px 0;
    }

    /* shop */

    .shop-container {
        margin: 0 auto;
        margin-bottom: 157px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        /* background-color: #FD71AC; */
    }

    .shop-img {
        height: auto;
        width: 50%;
    }

    .shop-explanation {
        margin-left: 4%;
    }

    .shop-address {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        color: #555555;
    }

    .shop-address_2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        color: #555555;
    }

    /* parfum-leafy */

    .image-background {
        background-color: #ffffff;
        height: 300px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart-button {
        text-decoration: none;
        color: #ffffff;
        background-color: #6F6F6F;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
    }

    /* contact */

    .Form {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 536px;
        /* background-color: #6baed0; */
    }


    .Form-Item-Label {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        width: 100%;
        max-width: 248px;
        letter-spacing: 0.05em;
        /* font-weight: bold; */
        /* font-size: 18px; */
        color: #555555;
        margin-bottom: 10px;
    }

    .Form-Item-textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 100%;
        height: 150px;
        background: #ffffff;
        font-size: 18px;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        box-sizing: border-box;
    }

    .form-comment {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        text-align: center;
        margin: 40px 0 131px 0;
    }

    .Form-Btn {
        border-radius: 50px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 150px;
        height: 60px;
        display: block;
        letter-spacing: 0.05em;
        background: #6F6F6F;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        border: solid 0.2px #6F6F6F;
    }

    .Form-Btn:hover {
        background-color: #f4edf7;
        color: #555555;
        transition: 0.4s;
    }


    .radio-btn {
        height: 60px;
        width: auto;
        border-top: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }

    .radio-btn-title {
        font-size: 15px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
    }

    .radio-btn-solid {
        height: 60px;
        width: auto;
        border-bottom: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }

    /* cart */

    .cart-sub-title {
        width: 85%;
        margin: 0 auto 90px auto;
        text-align: right;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        /* background-color: #FD71AC; */
    }

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

    .table-header {
        width: 33.33%;
        padding: 10px 0;
    }

    .cart-cell-product {
        /* text-align: center;
    vertical-align:middle; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 32px 0;
        width: 100%;
    }

    .cart-cell {
        text-align: center;
        vertical-align: middle;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .cart-cell-img {
        height: auto;
        width: 30%;
    }

    .cart-cell-purfum {
        /* margin: auto 5% auto 0; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
    }

    .cart-cell-purfum-kinds {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 20px;
        color: #555555;
    }

    .cart-cell-cream {
        /* margin: auto 5% auto 0; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
    }

    .cart-cell-img-cream {
        height: auto;
        width: 11%;
        padding-left: 20px;
    }

    .table-header-left {
        width: 50%;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .table-header-center {
        width: 25%;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .table-header-right {
        width: 25%;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 18px;
        color: #555555;
    }

    .cart-row {
        border-bottom: 1px solid #555555;
    }

    .cart-number {
        width: 66px;
        height: 43px;
        text-align: center;
        margin-bottom: 22px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        border: solid 1px #C4C4C4;
    }

    .sumally {
        text-align: right;
        /* background-color: #FD71AC; */
        padding: 45px 0 45px 0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 26px;
        color: #555555;
    }

    .tax {
        /* padding: 45px 0 45px 0; */
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 12px;
        color: #555555;
    }

    .Form-Btn-cart {
        margin-bottom: 147px;
    }

    .cart-btn {
        text-decoration: none;
    }

    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 300px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
        margin-bottom: 22px;
    }

    .Form-Item-Input_2 {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 60px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
    }

    .Form-Item-Input-contact {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 295px;
        flex: 1;
        width: 100%;
        max-width: 700px;
        background: #ffffff;
        font-size: 18px;
    }

    .Form-Item-Input-long {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 1000px;
        background: #ffffff;
        font-size: 18px;
        margin-top: 10px;
    }

    /* delivery */

    .cart-top-img {
        width: 470px;
        height: auto;
        display: block;
        margin: 40px auto 0 auto;
    }

    /* confirmation */

    .confirmation-title {
        width: 85%;
        /* background-color: #2da144; */
        margin: 0 auto;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 20px;
        color: #555555;
        margin: 100px auto 32px auto;
    }

    .confirmation-flex {
        display: flex;
        width: 85%;
        /* background-color: aqua; */
        margin: 0 auto 70px auto;
        border-top: 1px solid #555555;
        border-bottom: 1px solid #555555;
        padding: 3%;
        align-items: center;
        justify-content: space-between;
    }

    .confirmation-inner-flex {
        display: flex;
        flex-direction: column;
        line-height: 24px;
    }

    .confirmation-secondary {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }

    .change-btn {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
        color: #555555;
    }

    .change-btn:hover {
        color: #b8b8b8;
        transition: 0.1s;
    }

    /* completion */

    .check-img {
        width: 93px;
        height: auto;
        display: block;
        margin: 140px auto 40px auto;
    }

    .check-page {
        text-align: center;
        /* background-color: aqua; */
        margin: 20px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 29px;
        color: #555555;
    }

    .check-page-small {
        text-align: center;
        /* background-color: aqua; */
        margin: 20px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }

    /* login */

    /* .login-form {

        max-width: 720px;
        background-color: #6baed0;
    } */

    .Form-login {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 338px;
        /* background-color: #6baed0; */
    }

    .login-sub-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        text-align: center;
    }

    .pw-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        text-align: end;
        text-align: center;
    }

    .login-link {
        text-decoration: none;
        color: #555555;
    }

    .login-link:hover {
        color: #b8b8b8;
    }

    .acount-comment {
        text-align: center;
        margin-top: 47px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
    }



    /*==================================================
ふわっ
===================================*/
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }


    /* fadeUp */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* 左からふわっと */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* その場で */
    .fadeIn {
        animation-name: fadeInAnime;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeInAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


}




/* s-p */
@media screen and (max-width:480px) {

    /*menu*/

    .menu {
        height: 20px;
        position: fixed;
        right: 20px;
        top: 55px;
        width: 30px;
        z-index: 120;
    }

    .menu__line {
        background: #000;
        display: block;
        height: 2px;
        position: absolute;
        transition: transform .3s;
        width: 100%;
    }

    .menu__line--center {
        top: 9px;
    }

    .menu__line--bottom {
        bottom: 0;
    }

    .menu__line--top.active {
        top: 8px;
        transform: rotate(45deg);
        background: #fff;
    }

    .menu__line--center.active {
        transform: scaleX(0);
    }

    .menu__line--bottom.active {
        bottom: 10px;
        transform: rotate(135deg);
        background: #fff;
    }

    /* header */

    .header-bar {
        width: 100%;
        height: 35px;
        background-color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F4F0F0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px;
    }

    .sitelogo {
        /* background-color: #6baed0; */
        margin: 0 auto;
        align-items: center;
    }

    .sitelogo-img {
        width: 100px;
        height: auto;
        /* margin: 20px auto 20px auto; */
    }

    .global-header {
        width: 100%;
        height: 98px;
        position: fixed;
        top: 0;
        z-index: 100;
        /* height: 100px;*/
        /* background-color: aquamarine;  */
    }


    .gnav-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-right: 80px;
        background-color: #F4D1D3;
    }

    .iconlist {
        display: flex;
        width: 150px;
        /* background-color: rgb(145, 174, 224); */
        justify-content: space-between;
        list-style: none;
        padding: 20px;
        /* padding-left: 6px; */
        top: 20px;
        right: 20px;
    }

    /* .iconlist-item {
        width: 25px;
    } */

    .header-icon {
        height: 24px;
        width: auto;
        /* margin-right: 20px; */
        /* background-color: aqua; */
    }


    .iconlist-item-hover :hover {
        color: #FD71AC;
    }


    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 62px;
        border-bottom: solid #555555 1px;
        background-color: #ffffff;
    }

    .list-wrap {
        display: none;
        background-color: #6baed0;
    }


    .gnav-linktext {
        text-decoration: none;
        color: #555555;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        transition: 1s;
        font-size: 14px;
    }

    .gnav-linktext:hover {
        color: #ff9ac4;
    }

    /* tablet-index */

    .main-visual {
        background-image: url(../images/model5.jpg);
        /* background-position: 50% 40%; */
        height: 540px;
        width: auto;
        background-repeat: no-repeat;
        background-size: 120% auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 98px;

    }

    .main-catch {
        font-family: 'Shippori Mincho', serif;
        color: #555555;
        font-weight: 400;
        font-size: 20px;

    }

    .top-page {
        background-color: #F4F0F0;
    }

    .top-page {
        background-color: #F4F0F0;
    }

    .top-introduction {

        /* display: flex;
    align-items: center; */
        position: relative;
        /* justify-content: center; */
        /* margin: 126px 0 0 0; */
        /* padding: 59px 60px 0 25%; */
        /* background-color: #da9090; */
        text-align: right;
    }

    .set-item-catchcopy {
        position: absolute;
        top: 95%;
        right: 2%;
        /* background-color: #6baed0; */
    }

    .set-item {
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 59px;
    }


    .catchcopy {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 20px;
        color: #555555;
        margin: 0 0 15px 0;
        color: #555555;
    }

    .catchcopy2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        font-size: 13px;
        line-height: 23px;
        color: #555555;
    }

    .top-title-bestseller {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 21px;
        margin: 152px 0 20px 0;
        color: #555555;
    }

    .top-bestseller1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        height: 200px;
        width: 95%;
        /* padding: 39px 37px 5px; */
        margin: 0 auto;
    }

    .bestseller-photo1 {
        height: 140px;
        width: auto;
        margin: 38px 7% auto 3%;
        /* background-color: #2a967b; */
    }

    .top-bestseller2-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .top-bestseller2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4D1D3;
        border-radius: 40px;
        height: 200px;
        width: 95%;
        /* padding: 25px 39px 10px; */
        margin: 20px auto;
    }

    .bestseller-section {
        width: 55%;
        /* background-color: #6baed0; */
    }

    .bestseller-section_2 {
        margin: 30px 16px 30px 10%;
        width: 55%;
        /* background-color: #9be8bf; */
    }

    .bestseller-item {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        margin-bottom: 2px;
        color: #555555;
    }

    .bestseller-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 14px;
        margin-bottom: 21px;
        color: #555555;
    }

    .bestseller-explanation {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        line-height: 20px;
        color: #555555;
    }

    .bestseller-photo2 {
        height: 80%;
        width: auto;
        margin: 38px auto auto 15%;
        /* background-color: #6baed0; */
    }

    .wave {
        width: 100%;
        margin-top: 50px;
    }

    .top-title-category {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 21px;
        margin: -10px auto 40px 18%;
        color: #555555;

    }

    .category-wrap {
        /* display: flex; */
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 5%;
    }

    .category {
        width: 90%;
        height: 293px;
        /* background-color: aqua; */
        text-align: center;
        margin: 38px auto 38px auto;
    }

    /* .first-row {
        margin-bottom: 50px;
    } */

    .heading-product {
        text-align: left;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        color: #555555;
    }

    .category-parfum {
        height: auto;
        width: 35%;
        margin: 67px 0 25px 0;
    }

    .category-diffuser {
        height: auto;
        width: 28%;
        margin: 40px 0 15px 0;
    }

    .category-cream {
        width: 15%;
        height: auto;
        margin: 30px 0 30px 0;
    }

    .category-candle {
        height: auto;
        width: 38%;
        margin: 53px 0 40px 0;
    }

    .category-more {
        text-align: right;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .category-more-text:hover {
        color: #FD71AC;
    }

    .top-title-shoplist {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 21px;
        margin: 34px 0 60px 0;
        text-align: center;
        color: #555555;
    }

    .about-shop {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: #6baed0; */
    }

    .about-shop-img {
        width: 90%;
    }

    .about-shop-section {
        /* margin-left: 54px; */
        margin-top: 15px;
        margin-right: -65%;
        /* background-color: #FD71AC; */
    }

    .about-shop-place {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        margin-bottom: 8px;
        font-size: 8px;
    }

    .textlink-to-shop {
        /*矢印と下線の基点とするためrelativeを指定*/
        position: relative;
        /*形状*/
        display: inline-block;
        padding: 0 20px 0 0;
        color: #555555;
        text-decoration: none;
        outline: none;
        font-size: 10px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .textlink-to-shop-margin {
        margin-bottom: 73px;
    }

    /*矢印と下線の形状*/
    .textlink-to-shop::before {
        content: '';
        /*絶対配置で下線の位置を決める*/
        position: absolute;
        bottom: -8px;
        left: 0;
        /*下線の形状*/
        width: 98%;
        height: 1px;
        background: #555555;
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop::after {
        content: '';
        /*絶対配置で矢印の位置を決める*/
        position: absolute;
        bottom: -3px;
        right: 3px;
        /*矢印の形状*/
        width: 15px;
        height: 1px;
        background: #555555;
        transform: rotate(35deg);
        /*アニメーションの指定*/
        transition: all .3s;
    }

    .textlink-to-shop:hover::before {
        /*hoverした際の移動*/
        left: 7%;
    }

    .textlink-to-shop:hover::after {
        right: -5%;
    }

    .number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }

    .info-wrap {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 70px;
    }

    .top-title-information {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 21px;
        margin: 125px auto auto 0;
        color: #555555;
    }

    .table-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-information-date {
        width: 30%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-size: 10px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        /* background-color: #6baed0; */
    }

    .table-information-title {
        width: 70%;
        padding: 20px 0;
        border-bottom: #555555 solid 1px;
        color: #555555;
        font-size: 10px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        /* background-color: aquamarine; */
    }

    .table-information-title:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }

    .table-more-text {
        color: #555555;
        text-decoration: none;
        text-align: right;
        padding: 20px 0 0 0;
    }

    .moer-text {
        text-decoration: none;
        color: #555555;
    }

    .global-footer-wrap {
        background-color: #555555;
    }

    .global-footer {
        /* background-color: #555555; */
        /* display: flex; */
        align-items: center;
        /* justify-content: center; */
        height: 520px;
        width: 100%;
        /* margin-top: 170px; */
    }

    .global-footermargin {
        margin-top: 110px;
    }

    .footer-img {
        width: 55%;
        max-width: 217px;
        height: auto;
        /* background-color: aquamarine; */
        margin-left: 10%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        /* flex-direction: column; */
        margin-bottom: 5%;
    }

    .footer-img-link {
        display: block;
        width: 100%;
        /* background-color: blueviolet; */

    }

    .footer-sitelogo {
        width: 100px;
        margin: 30% auto 5% auto;
    }

    .footer-icon {
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-end;
        width: 79px;
        list-style: none;
    }

    .footer-icon-insta {
        height: 33px;
        width: auto;
        margin-right: 13px;
    }

    .footer-icon-x {
        height: 33px;
        width: auto;
    }

    .footer-list-menu {
        width: 100%;
        /* background-color: aqua; */
    }

    .footer-list {
        width: 90%;
        max-width: 350px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        /* margin-right: 100px; */
        list-style: none;
        /* background-color: #6baed0; */
        margin: 0 auto;

    }

    .footer-column {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        line-height: 80px;
        justify-content: space-between;
        width: 100%;
        /* background-color: #FD71AC; */
        /* padding-left: 10%; */
    }

    .footer-list-secondary {
        list-style: none;
        padding-left: 20px;
    }

    .footer-list-item {
        /* margin: 23px 0 23px 0; */
        line-height: 30px;
    }

    .copyright {
        font-family: source-han-sans-japanese, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-align: center;
        color: #fff;
        padding-bottom: 1%;
    }

    .footer-list-item-link {
        text-decoration: none;
        color: #F4F0F0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 12px;
    }

    .footer-list-link {
        text-decoration: none;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 20px;
        padding-left: 10px;
    }

    .footer-list-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }

    .footer-list-link-border {
        border-left: 1px solid #dfdfdf;
    }

    .footer-list-item-link:hover {
        color: #ff9ac4;
        transition: 0.3s;
    }

    /* tablet-shopping */

    .body-shopping {
        background-color: #F4F4F4;
    }

    .secondary-nav {
        display: flex;
        align-items: center;
        height: 43px;
        /* width: 100%; */
        /* margin-bottom: 90px; */
        background-image: url(../images/sky.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-top: 98px;
    }

    .secondary-nav-shopping {
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
    }

    .secondary-nav-list {
        display: flex;
        justify-content: space-around;
        width: 70%;
        list-style: none;
        margin: 0 1% 0 auto;
        /* background-color: rgb(101, 185, 226); */
        display: none;
    }

    .secondary-nav-item {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        text-decoration: none;
        color: #ffffff;
        background-image: url(../images/diamond.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
        text-indent: 30px;
        display: block;
    }

    .secondary-nav-list-sp {
        width: 100%;
        height: 60px;
        /* background-color: #6baed0; */
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        border-top: 1px solid #555555;
        border-left: #555555;
    }

    .secondary-nav-btn-sp {
        list-style: none;
        width: 50%;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #555555;
        border-right: 1px solid #555555;
    }

    .secondary-nav-btn-sp:hover {
        background-color: #f2e5ef;
        transition: 0.3s;
    }


    .secondary-nav-item-sp-diamond {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-diamond.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        text-indent: 20px;
        display: block;
        text-align: center;
        width: 100px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-diamond:hover {
        color: #b8b8b8;
    } */


    .secondary-nav-item-sp-square {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-square.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px;
        /* background-color: #F4D1D3; */
        padding: 8px 0 8px 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 10px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-square:hover {
        color: #b8b8b8;
    } */


    .secondary-nav-item-sp-heart {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-heart.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 12px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-heart:hover {
        color: #b8b8b8;
    } */

    .secondary-nav-item-sp-cicle {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        background-image: url(../images/list-cicle.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 23px;
        /* background-color: #F4D1D3; */
        padding: 8px;
        display: block;
        text-align: center;
        width: 100px;
        text-indent: 3px;
        transition: 0.5s;
    }

    /* .secondary-nav-item-sp-cicle:hover {
        color: #b8b8b8;
    } */

    .list-item-link {
        background-color: #ffffff;
        width: 160px;
        height: 160px;
        border: solid #DDDDDD 1px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }


    .item-img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .item-img-2 {
        width: auto;
        height: 80%;
        margin: 0 auto;
    }

    .autoplay {
        width: 80%;
        margin: 0 auto 0 auto;
        /* background-color: #FD71AC; */
    }


    .hedding-product {
        margin: 40px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 12px;
        color: #C4C4C4;
    }

    .hedding-product-second {
        margin: 50px 0 20px 14%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 12px;
        color: #C4C4C4;
    }

    .diffuser-img {
        height: 85%;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .cream-img {
        height: 80%;
        width: auto;
        padding: 0 30px 0 30px;
    }

    .autoplay-img {
        width: 140px;
        height: 140px;
        display: block;
        background-color: #ffffff;
        /* padding: 45px; */
        border: solid #DDDDDD 1px;
        /* margin: 0 60px; */
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .capcion {
        text-align: center;
        margin: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #555555;
    }

    .shopping-more {
        margin: -30px 7% 0 auto;
    }

    .breadcrumb {
        font-size: 9px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
        margin: 118px 0 0 3%;
        /* background-color: #6baed0; */
        /* top98px */
    }

    .current-page {
        font-size: 9px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    /* .secondary-nav-sp{
        margin: 0 0 10px 3%;
    } */

    .breadcrumb-shop {
        font-size: 9px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #707070;
        margin: 20px auto auto 15px;
        /* background-color: darkorange; */
    }


    .breadcrumb-style {
        text-decoration: none;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #707070;
    }

    .secondary-product {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 10px 17%;
        text-align: center;
        background-image: url(../images/heading_icon_01.png);
        background-repeat: no-repeat;
        background-size: 38%;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        /* background-color: #FD71AC; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-diffuser {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 10px 22%;
        text-align: center;
        background-image: url(../images/heading_icon_02@2x.png);
        background-repeat: no-repeat;
        background-size: 28%;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-cream {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 10px 22%;
        text-align: center;
        background-image: url(../images/heading_icon_03@2x.png);
        background-repeat: no-repeat;
        background-size: 45%;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secondary-product-candle {
        font-size: 15px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
        height: 102px;
        width: auto;
        margin: 10px 22%;
        text-align: center;
        background-image: url(../images/heading_icon_04@2x.png);
        background-repeat: no-repeat;
        background-size: 40%;
        /* background-color: #FD71AC; */
        background-position: center;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item {
        display: flex;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
        width: 90%;
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }

    .list-item-4column {
        display: flex;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
        width: 90%;
        /* background-color: aqua; */
        margin: 0 auto 0 auto;
    }

    .list-item-section {
        width: 45%;
        align-items: center;
        padding: 0 0 45px 0;
        /* background-color: #FD71AC; */
    }

    .list-item-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin: 13px 13px;
        text-align: center;

    }

    .cart-icon-container {
        text-align: center;
        margin: 0 auto;
        width: 110px;
        /* background-color: rgb(52, 28, 208); */

    }

    .cart-icon {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        text-decoration: none;
        color: #ffffff;
        background-color: #555555;
        padding: 6px;
        border-radius: 13px;
        display: block;
    }

    .cart-icon:hover {
        color: #555555;
        background-color: #d3d3d3;
        transition: 0.4s;
        /* border: solid 1px #555555; */
    }

    .item-section-margin-bottom {
        margin-bottom: 30px;
        /* background-color: #6baed0; */
    }

    /* .item-section-margin-4column {
        margin-bottom: 30px; */

    /* new */

    .heading-name {
        margin: 30px auto 30px auto;
        text-align: center;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .heading-name-margin {
        margin: 124px auto 26px auto;
        text-align: center;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        color: #555555;
    }

    .about-new-item {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        margin: 40px auto 35px auto;
        /* background-color: #FD71AC; */
    }

    .newitem-img {
        display: block;
        height: 210px;
        width: auto;
        margin: 0 auto;
    }


    .new-item-section {
        width: 80%;
        /* height: auto; */
        margin: 30px auto 90px auto;
        /* background-color: aqua; */
        color: #555555;
    }

    .new-item-product {
        font-size: 11px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 2px;
    }

    .new-item-kinds {
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 27px;
    }

    .new-item-sentence {
        font-size: 14px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* concept */

    .concept-main {
        height: 950px;
        background-image: url(../images/concept.jpg);
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        background-blend-mode: lighten;
    }

    .about-concept {
        font-size: 24px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        padding: 74px 0 40px 0;
        /* background-color: #FD71AC; */
    }

    .about-concept-explanation {
        width: 90%;
        font-size: 13px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        line-height: 25px;
        margin: 0 auto;
        margin-bottom: 60px;
        /* background-color: aquamarine; */
    }

    /* information */

    .information-link {
        text-decoration: none;
        color: #555555;
    }

    .information-link:hover {
        color: #b8b8b8;
        transition: 0.2s;
    }

    /* information_1 */
    .info-section {
        width: 90%;
        margin: 0 auto;
        height: 350px;
        background-color: #ffffff;
        margin-bottom: 40px;
    }

    .info-section_2 {
        height: 530px;
        width: 90%;
        margin: 0 auto;
        background-color: #ffffff;
        margin-bottom: 40px;
    }

    .info-section-shop {
        height: 380px;
        width: 90%;
        margin: 0 auto;
        background-color: #ffffff;
        margin-bottom: 40px;
    }

    .info-title {
        /* background-color: #FD71AC; */
        width: auto;
        height: 49px;
        padding: 25px;
        color: #707070;
    }

    .info-title-date {
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 12px;
        /* background-color: aqua; */
    }

    .info-title-secondary {
        font-size: 16px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        /* background-color: #F4D1D3; */
    }

    .info-secondary {
        width: 70%;
        height: 30%;
        /* background-color: rgb(39, 173, 173); */
        margin: 0 auto;
        color: #555555;
        margin-top: 35px;
    }

    .info-secondary-title {
        font-size: 26px;
        line-height: 40px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin: 0 0 30px 0;
        text-align: center;
        /* background-color: blueviolet; */
    }

    .info-secondary_2 {
        margin: 0 35px;
        color: #555555;
        /* background-color: #FD71AC; */
    }

    .info-secondary-title_2 {
        font-size: 14px;
        line-height: 20px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        text-align: center;
        margin-bottom: 40px;
        /* background-color: #FD71AC; */
    }

    .info-secondary-explanation {
        font-size: 11px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 50px;
        line-height: 23px;
        /* background-color: #C4C4C4; */
    }

    .info-img {
        height: 220px;
        width: auto;
        display: block;
        margin: 0 auto;
        /* background-color: blue; */
    }

    .center-back-button {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        margin-bottom: 70px;
        text-align: center;
    }

    .button-decoration {
        text-decoration: none;
        color: #555555;
    }

    .back_next_bottun {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        /* background-color: #ff9ac4; */
        width: 40%;

    }

    .info-shop-img {
        height: auto;
        width: 100%;
    }

    .info-img_2 {
        height: 250px;
        width: auto;
    }

    .shop-address-margin {
        margin: 18px 0 5px 0;
    }

    /* shop */

    .shop-container {
        margin: 0 auto;
        margin-bottom: 51px;
        /* display: flex;
        justify-content: center;
        align-items: flex-end; */
        width: 90%;
        /* background-color: #FD71AC; */
    }

    .shop-img {
        height: auto;
        width: 100%;
    }

    .shop-explanation {
        margin-left: 4%;
    }

    .shop-address {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        color: #555555;
        margin: 10px;
    }

    .shop-address_2 {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 11px;
        color: #555555;
    }

    /* parfum-leafy */

    .image-background {
        background-color: #ffffff;
        height: 276px;
        width: 276px;
        /* display: flex;
        justify-content: center;
        align-items: center; */
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .cart-button {
        text-decoration: none;
        color: #ffffff;
        background-color: #6F6F6F;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
    }

    /* contact */

    .Form {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        /* background-color: #6baed0; */
    }


    .Form-Item-Label {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        width: 100%;
        /* max-width: 248px; */
        letter-spacing: 0.1em;
        /* font-weight: bold; */
        /* font-size: 18px; */
        color: #555555;
        margin-bottom: 10px;
    }

    .form-comment {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        text-align: center;
        margin: 25px 0 70px 0;
    }

    .Form-Btn {
        border-radius: 50px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100px;
        height: 50px;
        display: block;
        letter-spacing: 0.05em;
        background: #6F6F6F;
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        border: solid 0.2px #6F6F6F;
    }

    .Form-Btn:hover {
        background-color: #f4edf7;
        color: #555555;
        transition: 0.4s;
    }


    .radio-btn {
        height: 11px;
        width: auto;
        border-top: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }

    .radio-btn-title {
        font-size: 11px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        color: #555555;
    }

    .radio-btn-solid {
        height: 30px;
        width: auto;
        border-bottom: 1px solid #555555;
        padding-top: 4%;
        /* background-color: aqua; */
    }

    /* cart */

    .cart-sub-title {
        width: 85%;
        margin: 0 auto 27px auto;
        text-align: right;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        font-size: 11px;
        /* background-color: #FD71AC; */
    }

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

    .table-header {
        width: 33.33%;
        padding: 10px 0;
    }

    .cart-cell-product {
        /* text-align: center;
vertical-align:middle; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 32px 0;
        width: 100%;
        /* background-color: #F4D1D3; */
    }

    .cart-cell {
        text-align: center;
        vertical-align: middle;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 12px;
        color: #555555;
    }

    .cart-cell-img {
        height: auto;
        width: 30%;
    }

    .cart-cell-purfum {
        /* margin: auto 5% auto 5%; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .cart-cell-purfum-kinds {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 12px;
        color: #555555;
    }

    .cart-cell-cream {
        /* margin: auto 5% auto 5%; */
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .cart-cell-img-cream {
        height: auto;
        width: 11%;
        padding: 5px;
    }

    .table-header-left {
        /* width: 50%; */
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .table-header-center {
        width: 25%;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .table-header-right {
        width: 25%;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .cart-row {
        border-bottom: 1px solid #555555;
    }

    .cart-number {
        width: 50px;
        height: 30px;
        text-align: center;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        border: solid 1px #C4C4C4;
        /* margin-bottom: 22px; */
    }

    .sumally {
        text-align: right;
        /* background-color: #FD71AC; */
        padding: 9px 0 30px 0;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 15px;
        color: #555555;
    }

    .tax {
        /* padding: 45px 0 45px 0; */
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
    }

    .Form-Btn-cart {
        margin-bottom: 60px;
    }

    .cart-btn {
        text-decoration: none;
    }

    /* .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
        height: 48px;
        flex: 1;
        width: 100%;
        background: #ffffff;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 22px;
    } */

    .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        height: 35px;
        flex: 1;
        width: 100%;
        max-width: 250px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }

    .Form-Item-Input_2 {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        /* padding-left: 1em;
        padding-right: 1em; */
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 60px;
        background: #ffffff;
        font-size: 18px;
        /* margin-top: 10px; */
    }

    /* .Form-Item-Input-contact {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        height: 295px;
        flex: 1;
        width: 10%;
        max-width: 330px;
        background: #ffffff;
        font-size: 8px;
    } */


    .Form-Item-Input-long {
        border: 1px solid #ddd;
        border-radius: 6px;
        /* margin-left: 40px; */
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 400px;
        background: #ffffff;
        font-size: 18px;
        margin-top: 10px;
    }

    .Form-Item-textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 100%;
        height: 150px;
        background: #ffffff;
        font-size: 18px;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        box-sizing: border-box;
    }

    /* delivery */

    .cart-top-img {
        width: 80%;
        height: auto;
        display: block;
        margin: 40px auto 0 auto;
    }

    /* confirmation */

    .confirmation-title {
        width: 80%;
        /* background-color: #2da144; */
        margin: 0 auto;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 13px;
        color: #555555;
        margin: 56px auto 5px auto;
    }

    .confirmation-flex {
        display: flex;
        width: 85%;
        /* background-color: aqua; */
        margin: 0 auto 70px auto;
        border-top: 1px solid #555555;
        border-bottom: 1px solid #555555;
        padding: 3%;
        align-items: center;
        justify-content: space-between;
    }

    .confirmation-inner-flex {
        display: flex;
        flex-direction: column;
        line-height: 24px;
    }

    .confirmation-secondary {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 11px;
        color: #555555;
    }

    .change-btn {
        text-decoration: none;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
    }

    .change-btn:hover {
        color: #b8b8b8;
        transition: 0.1s;
    }


    /* completion */

    .check-img {
        width: 93px;
        height: auto;
        display: block;
        margin: 100px auto 30px auto;
    }

    .check-page {
        text-align: center;
        /* background-color: aqua; */
        margin: 30px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 21px;
        color: #555555;
    }

    .check-page-small {
        text-align: center;
        /* background-color: aqua; */
        margin: 20px 20px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 11px;
        color: #555555;
    }

    /* login */

    /* .login-form {

        max-width: 720px;
        background-color: #6baed0;
    } */

    .Form-login {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        /* background-color: #6baed0; */
    }

    .login-sub-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 10px;
        color: #555555;
        text-align: center;
    }

    .pw-comment {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 9px;
        color: #555555;
        text-align: center;
    }

    .acount-comment {
        text-align: center;
        margin-top: 30px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 12px;
        color: #555555;
    }

    .login-link {
        text-decoration: none;
        color: #555555;
    }

    .login-link:hover {
        color: #b8b8b8;
    }

    /*==================================================
ふわっ
===================================*/
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }


    /* fadeUp */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* 左からふわっと */

    .fadeLeft {
        animation-name: fadeLeftAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeLeftAnime {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* その場で */
    .fadeIn {
        animation-name: fadeInAnime;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeInAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .Form {
        margin-top: 40px;
    }

    .Form-Item {
        /* border-top: 1px solid #ddd; */
        padding-top: 20px;
        padding-bottom: 14px;
        width: 100%;
        /* display: flex; */
        align-items: center;
        /* background-color: #dafd71; */
    }

    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }

}