@charset "UTF-8";

body {
    background: #e4ebf1;
    color: #999;
    background-image: url(https://image.rakuten.co.jp/c-eternal/cabinet/10409026/cool01.jpg);
}

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: #666;
    text-decoration-line: none;
}

a:hover {
    color: #999;
}

header {
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    padding-bottom: 50px;
}

.title-en {
    font-family: "parlare", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}

.items {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}



.item2 {
    align-items: flex-start;
    box-sizing: border-box;
    margin: 0 10px 40px 0;
    width: calc(33.3333333% - 30px);
    /* background-color: #FFF; */
    border-radius: 10px;
}

.item2 {
    margin: 0 20px 40px 0;
    
}
.items2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wh_area{
    margin: 0 0 0.8em;
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    color: #fff;
    background-color: #87b1d8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.items2 div {
    width: 30%;
}
.itemprice2 {
    text-align: center;
    color: #db6c6c;
    letter-spacing: 0.1rem;
    margin-top: 10px;
}
.itemprice2 span {
    font-size: 1.15rem;
}



/* ジャンプボタン */

header ul {
    list-style: none;
    display: grid;
    gap: 1px;
    grid-template-columns: auto auto auto;
    margin: 5% 7% 0% 0%;
    padding-bottom: 100px;
}

header li {
    background: #87b1d8;
    margin: 0 5%;
    padding: 20px 20px;
    border-radius: 50px;
}

header a {
    color: #fff;
    font-weight: bold;
}

header li:last-child {
    margin: 0 0 0 5%;
}

header .title {
    text-align: center;
    margin: 0;
    padding-top: 50px;
}

/* 商品オススメ欄 */

.idtitle {
    text-align: center;
    margin-top: -100px;
}

.idtitle-2 {
    text-align: center;
    margin-top: 100px;
}

.items {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 20px;
}

.items div {
    width: 48%;
}

.item-img {
    width: 45%;
}

.itemname {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 0;
}

.item-menu ul {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
}

.item-menu li {
    font-size: 1rem;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    list-style: none;
    background: #699bd3;
    margin-right: 5%;
}

.hontenprice{
    text-align: end;
    margin:5% 0 0;
    font-size: 0.9rem;
}

.itemprice {
    text-align: end;
    color: #db6c6c;
    letter-spacing: 0.1rem;
    margin-top: 5px;
}

.futureprice{
    text-align: end;
    margin: 60px 0 0;
    padding: 0;
}

.futureprice2{
    text-align: center;
    margin:0 0 -3%;
    padding: 0;
}

.itemprice span {
    font-size: 1.15rem;
}

.itemtext {
    font-size: 1rem;
    text-align: start;
}

/* 写真持ってきてる場所 */

.copyimg {
    width: 100%;
    margin: 0 auto;
}

.copyimg img {
    width: 100%;
    object-fit: cover;
}

.copyimg a {
    background: #fff;
}

.copyimg a {
    width: 90%;
    margin: 0 auto;
}

/*メイン画像
-------------------------------------*/
div.mainimg img {
    width: 100%;
    margin-bottom: -10px;
}

@media(max-device-width: 767px) {
    div.mainimg img {
        width: 100% !important;
    }
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 3rem 0 0 0;
}

section {
    max-width: 900px;
    margin: 0 auto;
}

@media(max-device-width: 767px) {
    section {
        margin: 5rem 0;
    }
}


.back-color0 {
    padding-top: 10px;
    margin: 10px auto;
}

.back-color1 {
    /*background-color: #FFF;
	width: 90%;*/
    margin: 10px auto 50px auto !important;
}

.back-color2 {
    margin-top: 80px;
    margin-bottom: 100px;
}


/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}

.catch h2 {
    padding-bottom: 1rem;
}

.under {
    border-bottom: 0.4rem solid #000;
    padding: 0 1rem 1rem 1rem;
}

.center {
    text-align: center;
}


/*テキスト
-------------------------------------*/
p.comment {
    font-size: 1em;
    line-height: 2rem;
    padding: 30px 30px 20px 30px;
    text-align: center;
    margin: 0;
}

p.price {
    font-size: 1.2em;
    padding-right: 10px;
    text-align: right;
    text-decoration: line-through;

}

p.saleprice {
    font-size: 1.6em;
    color: #CC0000;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 20px;
}

@media(max-device-width: 767px) {
    p.comment {
        font-size: 0.8em !important;
        padding: 0 20px 10px 20px;
    }

    p.price {
        font-size: 0.8em;
    }

    p.saleprice {
        font-size: 1.0em;
    }
}

.balloon {
    /*position: relative;
	display: inline-block;*/
    margin-right: 15px;
    padding: 4px 8px;
    text-align: center;
    color: #FFFFFF;
    background: #8CBDCC;
    box-sizing: border-box;
    font-size: 0.8em !important;
    border-radius: 5px;
}


@media(max-device-width: 767px) {
    .balloon {
        padding: 2px 8px;
        font-size: 0.7em !important;
        margin-right: 10px;
    }
}

/*フッター
-------------------------------------*/
footer {
    padding: 3rem 0;
}

footer h4 {
    text-align: center;
}


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem;
    color: #000;
    margin-bottom: 70px;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 15px;
}

#pagetop a {
    display: block;
    width: 80px;
    text-align: center;
}

#pagetop a:hover {
    text-decoration: none;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    #pagetop {
        position: fixed;
        bottom: 5px;
        right: 10px;
    }

    #pagetop a {
        display: block;
        width: 50px;
        text-align: center;
    }
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex>p {
    width: 49%;
}



/* 帯 */
.title_box {
    width: 100%;
    margin: 0 auto 20px auto;
}

.title_box img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.title_box .ttl_text {
    background-color: #7DC4D9;
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.6;
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.title_box a:hover {
    opacity: 0.5;
}

@media(max-device-width: 767px) {
    .title_box {
        width: 100% !important;
        margin: 0 auto 10px auto;
    }

    .title_box .ttl_text {
        font-size: 1.0em;
        padding: 8px;
        font-weight: normal;
    }
}

/* /帯 */

/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/* ボタン装飾 */
section.btn {
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
}

a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #A0907C;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
}

a.btn_01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #C0AD95;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -5px;
    transition-duration: 0.2s;
    font-size: 1.4em;
}

a.btn_01:hover span {
    left: -1px;
    top: -1px;
}

@media(max-device-width: 767px) {
    section.btn {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    a.btn_01 {
        width: 100%;
        height: 40px
    }

    a.btn_01 span {
        font-size: 1.0em;
        height: 40px;
        top: -4px;
        left: -4px;
    }
}



/* サイズリンク */

div.items div.btn-size a.btn_03 {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80px;
    position: relative;
    background: #ACD6E3;
    border: 2px solid #ACD6E3;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px 0 15px;
    margin: 2px 2px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

div.items div.btn-size a.btn_03:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 54%;
    right: 10px;
    margin-top: -6px;
}

div.items div.btn-size a.btn_03:hover {
    background: #fff;
    color: #C0E9F5;
}

div.items div.btn-size a.btn_03:hover:before {
    border-top: 2px solid #ACD6E3;
    border-right: 2px solid #ACD6E3;
}


@media(max-device-width: 767px) {
    a.btn_03 {
        font-size: 0.7em !important;
        height: 40px !important;
        border-radius: 1px;
    }

    div.items div.btn-size a.btn_03:before {
        width: 6px;
        height: 6px;
        top: 60%;
    }
}



div.col_1,
div.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin-bottom: 5px;
}



/*2列*/
.col_2>div {
    width: 48% !important;
}


/*1列*/
.col_1>div {
    width: 96% !important;
    /*padding: 10px;*/
}

@media(max-device-width: 767px) {

    div.col_1,
    div.col_2 {
        margin-bottom: 1px;
    }
}

/* カテゴリボタン */


section.category {
    margin: 20px;
}


section.category div.items div.item2 a.btn-cat {
    color: #fff;
    background-color: #7DC4D9;
    border-bottom: 5px solid #739EAB;
    text-align: center;
    font-size: 1.5em;
    padding: 10px 5px;
    border-radius: 5px;
}

section.category div.items div.item2 a.btn-cat:hover {
    margin-top: 3px;
    background-color: #739EAB;
    border-bottom: 2px solid #739EAB;
}

@media(max-device-width: 767px) {
    section.category div.items div.item2 a.btn-cat {
        font-size: 0.8em;
        padding: 5px 2px;
        font-weight: normal;
        border-radius: 5px;
    }
}


/* 画像上テキスト */

.img_text {
    position: relative;
}

.img_text p {
    position: absolute;
    top: -10px;
    left: -5px;
    width: auto;
    height: 30px;
    text-align: center;
    font-size: 1.6em;
    background: #FFE167;
    /*背景色*/
    color: #fff;
    padding: 10px 10px 20px 10px;
}

@media(max-device-width: 767px) {
    .img_text p {
        font-size: 0.7em !important;
        height: 18px !important;
        padding: 2px 5px !important;
    }
}


.img_text2 {
    position: relative;

}

.img_text2 p {
    position: absolute;
    top: -40px;
    left: -5px;
    width: auto;
    height: 15%;
    text-align: center;
    font-size: 1.5em;
    background: #ffa500;
    /*背景色*/
    color: #fff;
    padding: 20px 15px 15px 15px;
    border-radius: 35% 65% 30% 60% / 50% 50% 40% 40%;
}

@media(max-device-width: 767px) {
    .img_text2 p {
        top: -17px;
        font-size: 0.7em !important;
        height: 25px !important;
        padding: 5px 5px 10px 5px !important;
    }
}



/* ポイントバナー */
@media(max-device-width: 767px) {
    .pt_bn img {
        width: 90% !important;
    }
}

.pt_bn {
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 0 auto !important;
    text-align: center;
}

.pt_bn img {
    width: 60%;
}



/*セール*/
.midasi3 {
    position: relative;
    top: 30px;
    margin: -30px -1px 80px -1px;
    padding: 5px;
    font: bold 34px/1.6 Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
    background: #556b2f;
    -webkit-transform: rotate(-2deg) skew(-2deg);
    -moz-transform: rotate(-2deg) skew(-2deg);
    -o-transform: rotate(-2deg) skew(-2deg);
    -ms-transform: rotate(-2deg) skew(-2deg);
    transform: rotate(-2deg) skew(-2deg);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 40px 0 0 0 #556b2f, -40px 0 0 0 #556b2f;
}

@media(max-device-width: 767px) {
    .midasi3 {
        font-size: 1.2em;
    }
}

.back-color3 {
    background-color: rgba(25, 150, 150, 0.25);
    width: 80%;
    margin: 100px auto 100px auto !important;
    padding-bottom: 10px;
}

.back-color3 img {
    display: block;
    margin: auto;
    padding-bottom: 30px;
}

@media(max-device-width: 767px) {
    .back-color3 {
        background-color: rgba(227, 128, 114, 0.25);
        width: 94%;
        margin: 80px auto !important;
    }

    .back-color3 img {
        width: 94% !important;
    }
}