﻿@charset "UTF-8";

/* 全体設定 */
/* ============================================ */
body {
    font-family: "Noto Sans JP";
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.wrapper {
    width: 100%;
    min-width: 1200px;
}

/* 切り替え */
.sp {
    display: none;
}


/* メニュー */
/* ============================================ */
nav {
    position: fixed;
    top: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    border-bottom: 0.3rem solid #cdc131;
    z-index: 99;
}

nav div {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav div.logo {
    width: 18%;
    height: 100%;
}

div.logo img {
    display: block;
    width: 90%;
    max-width: 200px;
    height: auto;
}

nav div.sns {
    width: 12%;
    height: auto;
}

div.sns a {
    width: 30%;
    max-width: 50px;
    height: auto;
    max-height: 50px;
    margin: 0.2rem;
}
div.sns img {
    width: 100%;
    height: auto;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 70%;
    height: 100%;
}

nav > ul > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;/* calcサポート外フォールバック */
    width: calc(100% / 5);
    height: 70%;
    margin: auto;
    text-align: center;
    /*border-left: 1px solid #ccc;*/
}
/*nav li:last-child {
    border-right: 1px solid #ccc;
}*/
nav li a {
    display: block;
    width: 100%;
    color: #e42769;
}
nav p {
    width: 100%;
    font-size: 1.0rem;/* calcサポート外フォールバック */
    font-size: calc(0.9rem + ((1vw - 0.48rem) * 0.5556));
    letter-spacing: 0.05rem;
    font-weight: 600;
    line-height: 1.4;
}

nav span {
    display: block;
    width: 100%;
    font-size: 0.8rem;/* calcサポート外フォールバック */
    font-size: calc(0.5rem + ((1vw - 0.48rem) * 0.5556));
    font-weight: 300;
}
nav.is_scroll {
    height: 4rem;
}

.dropdown {
    position: absolute;
    display: none;
    width: 200%;
    height: auto;
    background-color: #fff;
}


/* .メイン画像 */
/* ============================================ */
.header {
    width: 100%;
    height: auto;
    margin-top: 5rem;
}

.header img {
    display: block;
    width: 100%;
    height: auto;
}


/* .main */
/* ============================================ */
.main {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}


/* 見出し */
/* ============================================ */
h1 {
    width: 95%;
    max-width: 1300px;
    margin: -2rem auto 2rem;
    font-size: 2.0rem;/* calcサポート外フォールバック */
    font-size: calc(1.8rem + ((1vw - 0.48rem) * 0.5556));
    font-weight: 800;
    letter-spacing: 0.2rem;
    background: #fff;
    border-radius: 15px;
    border: 12px double #cdc131;
    text-align: center;
}

h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;/* calcサポート外フォールバック */
    font-size: calc(1.2rem + ((1vw - 0.48rem) * 0.5556));
    font-weight: 800;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #cdc131;
    text-align: center;
}


/* 各ブロック設定 */
/* ============================================ */
#outline > div,
#goods > div,
#fpx2 > div,
#credit > div {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#outline {
    background-color: #f0f0f0; 
    background-image: url(../img/bg1.png);
}
#outline > div,
#fpx2 > div {
    padding: 1rem;
    background-color: #ffffff;
    border: 5px solid #cdc131;
    border-radius: 30px;
}
#outline p {
    font-size: 1.0rem;/* calcサポート外フォールバック */
    font-size: calc(0.8rem + ((1vw - 0.48rem) * 0.5556));
    width: 90%;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: left;
}

#outline span {
    display: block;
    padding-bottom: 0.2rem;
}

#outline .cart_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 3rem;
    max-width: 95%;
}
#outline .cartbutton {
    margin: 0.5rem;
    padding-bottom: 0;
}

.category {
    width: 80%;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    background-color: #e7e7e7;
    border-radius: 20px;
}
.category p {
    margin: 1rem auto !important;
    padding: 0.2rem !important;
    font-weight: 600;
    text-align: center !important;
    border-bottom: 2px solid #fff;
}
.category > div {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem auto 2rem;
    max-width: 800px;
}
.category a {
    display: block;
    width: 45%;
    max-width: 300px;
    margin: 6px;
    padding: 5px 12px;
    background-color: #194996;
    color: #fff;
    border-radius: 5px;
    transition: .2s;
}
.category a:hover {
    background-color: #ff781e;
}

#goods {
    position: relative;
    background-color: #ebe4de;
    background-image: url(../img/bg2.png);
}
#goods > div {
    padding: 1rem;
    background-color: #ffffff;
    border: 5px solid #cdc131;
    border-radius: 30px;
}
.fpgoods {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2.5rem auto 0;
    padding-left: 3rem;
    width: 95%;
    font-size: 1.7rem;/* calcサポート外フォールバック */
    font-size: calc(1.5rem + ((1vw - 0.48rem) * 0.5556));
    text-align: left;
    font-weight: 800;
    border-top: 2px solid #892737;
    border-bottom: 2px solid #892737;
}
.fpgoods p.left {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem;
    margin: 0 1rem;
    color: #3e1111;
}
.fpgoods p.right {
    position: absolute;
    right: 2rem;
    font-size: 1.3rem;/* calcサポート外フォールバック */
    font-size: calc(1.2rem + ((1vw - 0.48rem) * 0.5556));
    color: #0f1e3b;
}
.fpgoods span {
    color: #892737;
    letter-spacing: 0.2rem;
}

p.comment {
    width: 95%;
    margin: 0 auto 2rem;
    text-align: right;
    font-size: 1.2rem;/* calcサポート外フォールバック */
    font-size: calc(1.1rem + ((1vw - 0.48rem) * 0.5556));
    color: #152348;
}
.comment span {
    display: block;
    text-align: right;
    font-size: 0.8rem;/* calcサポート外フォールバック */
    font-size: calc(0.6rem + ((1vw - 0.48rem) * 0.5556));
}

p.list {
    margin: 1rem auto;
    padding-left: 3rem;
    text-align: left;
    font-size: 1.0rem;/* calcサポート外フォールバック */
    font-size: calc(0.9rem + ((1vw - 0.48rem) * 0.5556));
}
p.list_title {
    margin: 1rem auto;
    padding-left: 4.5rem;
    text-align: left;
    font-size: 0.8rem;/* calcサポート外フォールバック */
    font-size: calc(0.7rem + ((1vw - 0.48rem) * 0.5556));
}

.cartbutton {
    width: 85%;
    max-width: 350px;
    margin: 1rem auto;
    padding-bottom: 2rem;
    font-size: 1.0rem;/* calcサポート外フォールバック */
    font-size: calc(0.8rem + ((1vw - 0.48rem) * 0.5556));
    font-weight: 600;
}
.cartbutton a {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #e42769;
}
.cartbutton a:hover {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0a1d2c;
}
.cartbutton i {
    color: #fff179;
    margin-right: 0.8rem;
}


#fpx2 {
    background-color: #d6eef7;
    background-image: url(../img/bg3.png);
    text-align: center;
}
#fpx2 > div > p {
    padding: 20px 0;
}
.fpx2title {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 1100px;
    max-width: 95%;
}
.fpx2title > div {
    width: 20%;/* calcサポート外フォールバック */
    width: calc(100% / 5);
    padding: 0 1rem;
}
.fpx2title img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(27 90 144 / 30%);
}

.popbutton {
    width: 90%;
    max-width: 600px;
    margin: 1rem auto;
    padding-bottom: 2rem;
    font-size: 1.2rem;/* calcサポート外フォールバック */
    font-size: calc(1.0rem + ((1vw - 0.48rem) * 0.5556));
    font-weight: 600;
}
.popbutton a {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    color: #0a1d2c;
    border-radius: 10px;
    background-color: #cdc131;
}
.popbutton a:hover {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0a1d2c;
}

#credit {
    margin: 0 auto;
    width: 100%;
    background: url(../img/bg4.png);
}
#credit > div{
    max-width: initial;
    background-color: #f0f0f0;
    border-radius: 20px;
}
#credit p {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;/* calcサポート外フォールバック */
    font-size: calc(0.4rem + ((1vw - 0.48rem) * 0.5556));
    width: 90%;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: left;
}
#credit span {
    display: block;
    width: 33%;
    padding-right: 1rem;
}


/*フッター*/
/* ============================================ */
.footer {
    font-size: 0.8rem;/* calcサポート外フォールバック */
    font-size: calc(0.5rem + ((1vw - 0.48rem) * 0.5556));
    text-align: center;
    padding: 0.5rem 0;
}


/*モーダルウインドウ*/
/* ============================================ */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}

.js-modal-open img {
    width: 85%;
    max-width: 800px;
    border-radius: 20px;
    box-shadow: 0 0 8px #dddddd;
}

.g_wrapper2,
.g_wrapper3 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 1100px;
    max-width: 95%;
}
.g_wrapper2 > div {
    width: 50%;
    padding: 0 1.5rem;
}
.g_wrapper3 > div {
    width: 33%;
    width: calc(100% / 3);
    padding: 0 1rem;
}
.g_wrapper2 a,
.g_wrapper3 a {
    display: block;
    width: 100%;
}
.g_wrapper2 .js-modal-open img,
.g_wrapper3 .js-modal-open img {
    width: 100%;
    height: auto;
}

.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    height: 90vh;
    max-width: 1000px;
}
.modal-content img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.2rem;
}

a.js-modal-close,
a.js-modal-swicth {
    position: absolute;
    display: block;
    margin: 0.5rem 1rem;
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    width: initial;
    z-index: 10;
}
.js-modal-close {
    top: 0;
    right: 0;
}
a.js-modal-swicth i {
    padding: 1rem;
}
.prev {
    top: 50%;
    left: 0;
}
.next {
    top: 50%;
    right: 0;
}


/*1200px以下*/
/* ============================================ */
@media screen and (max-width:1200px) {
    .wrapper {
        min-width: auto;
    }

    /* .メイン画像 */
    /* ============================================ */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .fpx2title > div {
        width: 33%;/* calcサポート外フォールバック */
        width: calc(100% / 3);
        padding: 0 1rem;
    }
}


/*スマホ*/
/* ============================================ */
@media screen and (max-width:600px) {
    h1 {
        font-size: 1.6rem;/* calcサポート外フォールバック */
        font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.5556));
        margin: -2rem auto 1rem;
        border: 6px double #cdc131;
    }

    h2 {
        font-size: 1.3rem;/* calcサポート外フォールバック */
        font-size: calc(1.1rem + ((1vw - 0.48rem) * 0.5556));
        margin-top: 0.5rem;
    }

    #outline {
        background-size: 30% auto;
    }
    #outline p, #credit p {
        width: 100%;
        margin: 0 auto;
        padding: 0.5rem;
        line-height: 1.3rem;
    }
    #outline .cart_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
    }

    nav {
        height: 5rem;
    }
    nav div.logo,
    nav div.sns,
    nav ul {
        width: 100%;
    }
    nav div.logo {
        height: 2rem;
    }
    div.logo a {
        display: block;
        height: 100%;
        margin: 0.1rem auto;
    }
    div.logo img {
        height: 100%;
        width: auto;
    }

    nav ul {
        height: 3rem;
    }
    nav ul span {
        display: none;
    }
    nav p {
        width: 100%;
        font-size: 0.8rem;
        font-size: calc(0.9rem + ((1vw - 0.48rem) * 0.5556));
        padding: 0.2rem;
    }

    nav li:first-child {
        border-left: 0;
    }
    nav li:last-child {
        border-right: 0;
    }

    nav div.sns {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2rem;
        justify-content: right;
    }
    div.sns a,
    div.sns img {
        width: auto;
        height: 100%;
    }

    #outline, #goods, #fpx2, #credit {
        padding: 3rem 0; 
    }

    #outline p {
        font-size: 1.0rem;
        font-size: calc(0.9rem + ((1vw - 0.48rem) * 0.5556));
        line-height: 1.2rem;
    }
    .fpx2title > div {
        width: 50%;/* calcサポート外フォールバック */
        width: calc(100% / 2);
        padding: 0 1rem;
    }
    
    .category {
        width: 90%;
        border-radius: 10px;
    }
    .category a {
        width: 80%;
        font-size: 0.8rem;
    }

    #goods > div {
        width: 100%;
        padding: 0 0 1rem 0;
        border-radius: 0px;
    }

    .fpgoods {
        padding-left: initial;
    }
    .fpgoods p.left {
        font-size: 1.2rem;
    }
    .fpgoods span {
        font-size: 1.0rem;
        letter-spacing: 0.1rem;
    }
    .fpgoods p.right {
        right: 0.5rem;
        font-size: 0.8rem;
    }

    p.list {
        margin: 1rem auto 0;
        padding-left: 1rem;
    }
    p.list_title {
        margin: 0.2rem auto;
        padding: 0.2rem 2rem 0;
        line-height: 0.8rem;
    }

    .g_wrapper2, .g_wrapper3 {
        max-width: 100%;
    }
    .g_wrapper2 > div,
    .g_wrapper3 > div {
        padding: 0 0.5rem;
    }

    .g_wrapper2 .cartbutton,
    .g_wrapper3 .cartbutton  {
        width: 95%;
    }

    .modal-content {
        height: auto;
    }
    .modal-content img {
        border-radius: 0.5rem;
    }
    a.js-modal-close,
    a.js-modal-swicth {
        font-size: 3rem;
    }

    .js-modal-open img {
        border-radius: 5px;
    }

    .prev,
    .next {
        top: 85%;
    }

    .cartbutton {
        margin: 0.2rem auto 0.5rem;
        padding-bottom: 1rem;
    }
    .cartbutton a {
        padding: 0.2rem 0;
    }
    .cartbutton i {
        margin-right: 0.5rem;
    }

    #credit > div {
        width: 90%;
        padding: 0.2rem 0.5rem;
    }
    
    #credit p {
        font-size: 1.0rem;
        font-size: calc(0.8rem + ((1vw - 0.48rem) * 0.5556));
    }
    #credit span {
        width: 90%;
    }

    .footer {
        font-size: 1.0rem;
        font-size: calc(0.8rem + ((1vw - 0.48rem) * 0.5556));
    }
}
