@charset "euc-jp";

/* イベント用 */

/*------------------------------------------------------------

	リセット

------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
main,

body,
table,
input,
textarea,
select,
option {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}



*,
*:before,
*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

}

/* 下記テーブル打ち消し用 */

.y_footer table {

    margin-top: 0;

}

.event_main{
    min-height: 100vh;
    position: relative;
}
/* -------------------　tablet　--------------------------- */

@media(max-width:559px) {

    header {
        overflow: hidden;
        background-repeat: repeat;
        background-position: center;
    }

    .sec_common {
        background-position: center top;
    }

    #section4 {
        margin-top: 80px;
    }

    #section1::before,
    #section2::before,
    #section3::before,
    #section4::before,
    #section5::before,
    #section6::before {
        content: "";
        display: block;
        margin-top: -20px;
        height: 20px;
        visibility: hidden;
    }

    p.sectiontitle {
        margin: auto;
        text-align: center;
        line-height: 0;
    }

    main {
        overflow: hidden;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 100px;
        background-color: #fff;
    }

    a:hover {
        opacity: 0.8;
    }


    /* イベントバナー */
    #topimg {
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    h2.midashi {
        text-align: center;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }


    /* 見出しフェードイン */
    .effect img {
        transition: 1.0s;
    }


    /* メインアイテム */
    header .main_item {
        margin: auto;
        text-align: center;
    }


    /* footer */
    .y_footer {
        margin: auto;
        width: 90%;
    }

    .y_footer table {
        margin-bottom: 100px;
        margin-top: 30px;
    }

    .y_footer th {
        background-color: #fe9490;
        font-weight: normal;
        text-align: left;
        color: #fff;
        padding: 10px;
    }

    .y_footer td {
        padding: 10px;
        color: #000000;
        font-size: 0.8em;
        line-height: 120%;
    }


    /* pc用グローバルナビ削除 */
    #pc_g_nav {
        display: none;
    }


    /* pc用フッターガイド削除 */
    footer table.footerguide {
        display: none;
    }


    /* pc用右バナー*/
    #right_navi {
        position: absolute;
        z-index: -999;
        top: 0;
        right: 0;
        display: none;
    }


    /* モバイル用フッターナビ */
    footer div.footer_nav {
        text-align: center;
        margin: -20px 10px 20px 10px;
    }

    footer div.footer_nav a {
        text-decoration: none;
        color: #000;
        font-size: 0.8rem;
    }

    footer div.footer_nav a:visited {
        text-decoration: none;
        color: #000;
    }


    /* 背景 */
    body {
        background-size: contain;
        padding-top: 40px;
    }

    header {
        background-position: center 10px;
        margin-top: -5px;
    }


    /* トップ画像 */
    header #topimg img {
        margin-top: 28px;
        width: 98%;
    }


    /* top画下テキスト */
    header h2.midashi .text {
        margin: 0 auto;
        text-align: center;
        font-weight: 100;
        color: #393939;
        font-size: 0.62rem;
        line-height: 1.7;
        padding: 0 0 20px;
    }


    /* ナビゲーション */
    .titleandnav {
        margin-top: 20px;
    }
    .title img{
        width: 100vw;
        height: auto;
        margin-left: calc(-50vw + 50%);
}
    }
    .event_nav {
        margin: 0  10% 0 -5%;
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }
.event_nav img{width: 150%;}
    .event_nav ul {
        display: flex;
        display: -webkit-flex;

    }

    .event_nav li {
        box-sizing: border-box;
        text-align: center;
    }


    /* section1 上　スペース */
    main #section1 .sab-title p,
    main #section2 .sab-title p,
    main #section3 .sab-title p {
        padding-top: 30px;
    }


    /* 画像100％表示 */
    img {
        width: 100%;
    }


    /* メインアイテム内見出し */
    p.sectiontitle img {
        width: 100%;
    }


    /* メインアイテム */
    .main_item {
        margin: 0 auto;
        text-align: center;
    }

    a:link,
    a:visited {
        color: #000000;
        text-decoration: none;
        display: inline-block;
    }

    .main_item .section_items_1 {
        background: rgba(254, 148, 144, 1);
    }

    .main_item .section_items_2 {
        background: rgba(241, 215, 171, 1);
    }

    .main_item .section_items_3 {
        background: rgba(254, 148, 144, 1);
    }

    .main_item .section_items_4 {
        background: rgba(147, 217, 210, 1);
    }

    .main_item .section_items_5 {
        background: rgba(241, 215, 171, 1);
    }

    .main_item .section_items_6 {
        background: rgba(147, 217, 210, 1);
    }

    .itemA {
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
        background-image: url(../img/back3.jpg);
    }

    .main_item .contentInner {
        background-image: url(../img/back3.jpg);
    }

    p.font18 {
        font-size: 12px;
        text-align: left;
        line-height: 1.65;
        padding: 2% 5% 0 5%;
        color: #332014;
    }

    .Price {
        color: #cc1212 !important;
        margin-top: 10px;
        padding-bottom: 0;
        font-size: 16px;
        padding-top: 5px;
        text-align: center !important;
    }

    .itembtn03 {
        text-align: center;
        padding: 5px 0 10px 0;
        width: 50%;
    }


    /*商品はこちらボタン*/
    .itemA .btn_Details_Main {
        color: #fff;
        background-color: #a80f0f;
        padding: 4px 0;
        border: 0.5px solid #fff;
        display: flex;
        clear: both;
        border-radius: 2px;
        max-width: 200px;
        margin: auto;
        justify-content: center;
    }

    .itemA .btn_Details_Main:after {
        content: "\f105";
        position: relative;
        font-family: 'FontAwesome';
        font-size: 25px;
        margin-left: 10px;
        line-height: 0.5;
        top: 5px;
    }

    ul.itemList li .detail .btn_Details {
        color: #fff;
        background-color: #a80f0f;
        padding: 4px 0;
        border: 0.5px solid #fff;
        display: flex;
        clear: both;
        border-radius: 2px;
        font-size: 14px;
        justify-content: center;
    }

    ul.itemList li .detail .btn_Details:after {
        content: "\f105";
        position: relative;
        font-family: 'FontAwesome';
        font-size: 19px;
        margin-left: 10px;
        line-height: 0.5;
        top: 5px;
    }

    ul.itemList {
        font-size: 1rem;
        text-align: left;
        margin: 0 10% 0 -5%;
        width: 100%;
    }

    ul.itemList li {
        display: inline-block;
         width: 46%;
        margin: 0 1.5% 7%;
        vertical-align: top;
    }

    ul.itemList li .detail .name {
        font-size: 12px;
        text-align: left;
        line-height: 1.7;
        padding: 2% 9% 0 5%;
        color: #332014;
    }

    ul.itemList li .detail img.itembtn03 {
        text-align: center;
        width: 98%;
    }

    ul.itemList li .detail .price {
        color: #cc1212 !important;
        padding-bottom: 0;
        font-size: 13px;
        padding-top: 5px;
        text-align: center !important;
    }

    .main_item .motto {
        padding-bottom: 70px;
        margin: 0 auto;
    }

    .main_item .motto a {
        float: right;
        color: #4f3525;
        font-size: 1.0rem;
        margin-right: 5%;
        margin: 10px 5px 20px 0;
    }

    .main_item .motto a:after {
        content: "\f105";
        position: relative;
        font-family: 'FontAwesome';
        font-size: 22px;
        margin-left: 10px;
    }

    .sub_item h3 {
        padding-top: 10px;
        text-align: center;
    }


    /* サブアイテム内見出し */
    .sub_item h3 {
        font-size: 90%;
        font-weight: 100;
        text-align: center;
    }


    /* サブアイテム */
    .sub_item {
        overflow: hidden;
        clear: both;
        padding-bottom: 20px;
        box-sizing: border-box;
        width: 96%;
        margin: 1% auto 0;
        background: #f1d7ab;
    }

    .box3 {
        width: 96%;
        padding: 2% 2% 2% 2%;
        margin: 0 auto;
    }

    .box3 .item {
        position: relative;
        float: left;
        width: 50%;
        height: 50%;
        padding: 2%;
        margin: 1% auto;
    }

    .box3 .item .detail .name {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2%;
        text-align: left;
    }

    .detail .name {
        text-align: left;
        font-weight: 13px;
    }

    #section7 .sub_item .box3 .item .sell {
        color: #c40808 !important;
        padding-bottom: 0;
        font-size: 11px;
        padding-top: 2px;
        text-align: center !important;
    }

    
    /* rightナビ */
    .right_nav {
        position: fixed;
        bottom: 3%;
        right: 5%;
        border-radius: 9px;
        padding: 8px;
        background-color: #fe9490;
        text-align: center;
        line-height: 0.8em;
    }

    .right_nav a {
        color: #fff;
        text-decoration: none;
        font-size: 0.6em;
    }

    .right_nav a:hover {
        color: #fff;
        opacity: 0.8;
    }

    .right_nav a:visited {
        color: #fff;
    }
}