@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: url("../images/bg.png") left top;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

#corner_contents section:last-of-type {
    margin-bottom: 90px;
}
.middle { font-size: 1.1em; }
span.sp { display: inline; }

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0;
    padding-top: 0px;
    background: rgba(255, 255, 255, 0.5);
}
.item_list li {
    margin: 0;
    padding: 15px;
}
.corner_products ul li a {
    color: #666;
}
.corner_products .item_list_thumb {
    background: #fff;
}
.corner_products ul li p.price {
    color: #EB4C88;
}

/**-------------------------------------------- nav --*/
#corner_header {
    position: relative;
}
#corner_header::after {
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    content: url("../images/line_bg_sp.png");
}
#corner_nav li a {
    position: relative;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.5);
    color: #88655b;
    border-top: 1px solid #EB4C88;
    z-index: 0;
}
#corner_nav li a::before {
    margin-right: 8px;
    content: url("../images/nav_icon_2.png");
}
.pickup_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 5px;
}
.pickup_nav li {
    min-width: 150px;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    text-align: center;
}
.pickup_nav li a {
    position: relative;
    display: block;
    padding: 5px;
    color: #fff;
    background: #88655b;
    border-radius: 50px;
}
.pickup_nav li a::before {
    position: absolute;
    left: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: #ffa7ae;
    font-weight: bold;
}

/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
    height: 60px;
    margin: 90px auto 0;
    color: #88655b;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-weight: 500;
    font-size: 2em;
}

h3.corner_h3 {
    margin: 0 0 15px;
    padding: 10px 0 0;
    text-align: left;
    color: #333;
    border-bottom: 4px solid #ffff88;
}
h3.corner_h3::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin: 0 4px;
    font-weight: 900;
    color: #ffff88;
}

/**------------------------------------- 情報エリア --*/
.info_wrap {
    width: 100%;
}
.info_box {
    margin: 30px 0 0;
    padding: 20px 10px;
    background: /*#F6E6CB*/rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    color: #523D37;
}
/*.info_box:last-child { margin-bottom: 30px; }*/
div.text .info_box a,
.info_box li a {
    text-decoration: none;
    border-bottom: 1px solid #B78B78;
}
.info_box a::before,
.info_box li a::before {
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: #ffa7ae;
    font-weight: bold;
}
div.text .info_box a.img { padding-bottom: 6px; }
div.text .info_box a.img::before { content: none; }
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #aaa;
}
.info_box dt {
    text-align: center;
    background: #ffa7ae;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_tit {
    margin: 0;
    padding: 0 0 2px 2px;
    font-size: 1.4em;
    font-weight: bold;
    color: #88655B;
    line-height: 1.2;
    border-bottom: 1px solid #ffa7ae;
}
.info_img {
    position: relative;
    max-width: 150px;
    max-height: 150px;
    margin: 20px auto 5px;
    text-align: center;
}
.info_img img {
    height: auto;
    max-height: 150px;
    width: auto;
    max-width: 150px;
}
.target_item { margin-top: -10px;}
.info_txt ul { margin-bottom: 20px; }
.info_txt li { margin-bottom: 2px; }
.info_txt .attention {
    display: block;
    margin-top: 3px;
    font-size: 0.87em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.info_txt span.attention a { color: #f00; text-decoration: underline; border: none; }
.info_txt span.attention a::before { content: none; padding: 0; }

div.text { margin-bottom: 10px; }
/**--------------------------------------- frame --*/
.frame_area > * { padding: 40px 0 0; }
.corner_products > * { padding: 60px 0 0; }

.frame_area,
.corner_products {
    padding-bottom: 30px;
}

.frame_area::before,
.corner_products::before {
    content: url("../images/item_top.png");
}
.frame_area::after,
.corner_products::after {
    content: url("../images/item_bottom.png");
}
.frame_area::before,
.frame_area::after,
.corner_products::before,
.corner_products::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

/**------------------------------- banner --*/
.bnr_link_s {
    display: flex;
    justify-content: center;
}
.bnr_link_s span {
    display: block;
    margin: 0 10px;
}
.bnr_link_s img {
    width: 240px;
}

/**--------------------------------------- twitter --*/
.twitter_icon {
    text-align: center;
}
.twitter_icon img {
    width: 200px;
    border-radius: 50%;
}

/**--------------------------------------- 一括購入 --*/
.bulk_wrap {
	overflow: hidden;
	width: 90%;
	margin: 0 auto 30px;
}
.bulk_wrap li{
	width: 100%;
	margin: 0 0 12px;
	text-align: center;
}
.bulk_wrap li:last-child { margin-bottom: 0; }
.bulk_wrap li a{
	display: flex;
    height: 44px;
	padding: 4px 0;
	font-size: 1.4em;
	font-weight: bold;
    color: #333;
    background: #ffff88;
    border-radius: 5px;
    border: none;
	align-items: center;
	justify-content: center;
}

/**-------------------------------------- copyright --*/
.copyright { padding: 60px 0 20px; }
.copyright .attention {
    margin: 20px;
    font-size: 0.87em;
    line-height: 1.5em;
    text-align: left;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 641px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 100%;
    }
    /* #corner_main_text, /* 1080px */
    .corner_products,
    section div.text {
        max-width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    .middle { font-size: 1.2em; }
    span.sp { display: none; }
    
    /**------------------------------------------- 商品 --*/
    .corner_products ul {
        background: transparent;
    }
    .item_list li {
        margin: 20px 15px;
        padding: 0;
    }
    .corner_products ul li a {
        background: #FDF4F5;
        border: none;
        border-radius: 16px;
    }

    /**--------------------------------------- ヘッダー --*/
    #corner_main_banner { display: none; }
    #corner_header {
        height: 400px;
        background: url("../images/header_bg.png") center top no-repeat #fdf4f5;
    }
    #corner_header::after {
        content: url("../images/line_bg_pc.png");
    }
    #logo {
        width: 1080px;
        margin: 0 auto;
        padding: 30px 0 10px;
    }
    /**-------------------------------------------- nav --*/
    /* 100% */
    #corner_nav {
        width: 1080px;
        margin: 0 auto;
    }
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 45%;
    }
    #corner_nav li {
        margin: 4px 0 8px 80px;
    }
    #corner_nav li a {
        padding: 7px 0 7px 22px;
        border-top: none;
        border-bottom: 1px solid #e95098;
        background: transparent;
        font-size: 2em;
        font-weight: normal;
        text-decoration: none;
    }
    #corner_nav li a::before {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -14px;
    }
    .pickup_nav li a {
        padding: 8px 5px;
        font-size: 1rem;
    }
    .pickup_nav li a::before { left: 20px; }
    .pickup_nav li a:hover { text-decoration: none; }
    
    /**------------------------------------- 情報エリア --*/
    .info_wrap {
        max-width: 1080px;
        margin: 0 auto 12px;
    }
    .info_box dl {
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .info_box dt {
        width: 25%;
        margin: 3px 0;
    }
    .info_box dd {
        margin: 3px 4px;
        padding-bottom: 0;
        width: calc(75% - 8px);
    }
    .info_img {
        float: right;
        max-width: 250px;
        max-height: 250px;
        margin-left: 20px;
        margin-right: 1em;
    }
    .info_img img {
        height: auto;
        max-height: 250px;
        width: auto;
        max-width: 250px;
    }
    .info_img + .info_txt {
        float: left;
        width: calc(100% - 310px);
    }
    .info_tit { padding-left: 8px; }
    .info_txt {
        margin-right: 1em;
        margin-left: 1em;
    }

    /**------------------------------- banner --*/
    .bnr_link_s span {
        margin: 0 20px;
    }
    .bnr_link_s img {
        width: auto;
    }
    
    /**-------------------------------------- copyright --*/
    .copyright .attention { text-align: center; }
}