@charset "utf-8";

/* CSS Document */
#corner_contents {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#corner_contents #breadcrumb {
	padding: 5px;
	margin: 0;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #ccc;
}

/* SNSの領域設定 */
.corner_sns {
    list-style: none;
    display: flex;
}
.corner_sns li {
    width: 33.33%;
}
.corner_sns li a{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corner_sns li.twitter a{background: #222222;}
.corner_sns li.facebook a{background: #3B5998;}
.corner_sns li.line a{background: #1dcd00;}

.corner_sns li.twitter a::before,
.corner_sns li.facebook a::before,
.corner_sns li.line a::before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    margin-right:5px;
}
.corner_sns li.twitter a::before {content: "𝕏";font-size: 16px;}
.corner_sns li.facebook a::before {content: "\f39e";}
.corner_sns li.line a::before {content: "\f3c0";}
.corner_sns li a::after{
    font-size: 12px;
    content:attr(title);
}

/* nav */
#corner_nav {
    width: 100%;
    margin-bottom: 30px;
}
#corner_nav li a{
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    background: #eaeaea;
    margin-bottom: 1px;
}

/* section */
#corner_main_text {
    margin:0;
    padding: 0;
}
h2 {
    margin: 10px 0;
    padding: 7px 5px 5px 10px;
    font-size:1.5em;
    background: #efefef;
}
h3.corner_h3 {
    margin: 10px 0;
    padding: 5px;
    font-size:1.2em;
    border-bottom: 2px solid #999;
}

div.text {
    width: 96%;
    margin: 0 auto 30px;
}
div.text a{
    border-bottom: 1px solid #333;
}
div.text p{
    margin-bottom: 10px;
}

/* copyright */
.copyright {
    margin-bottom: 20px;
    text-align: center;
}
.copyright small{
    font-size: 0.87em;
}

/* イベント・フェア種別＆告知ラベル */
.fairevent_list .item_list_class p.fair_tag {
    border: 1px solid #00a968;
    color: #00a968;
    margin-right: 5px;
}
.fairevent_list .item_list_class p.event_tag {
    border: 1px solid #ff6868;
    color: #ff6868;
    margin-right: 5px;
}
.fairevent_list .item_list_class p.popupstore_tag {
    border: 1px solid #0057a9;
    color: #0057a9;
    margin-right: 5px;
}
.fairevent_list .item_list_class p.entry_tag {
    border: 1px solid #fe8600;
    color: #fe8600;
    margin-right: 5px;
    justify-content: flex-start;
}

/* 詳細を見るボタン */
.fairevent_btn {
    margin-bottom: 15px;
}

/* 上部テキストボックス */
span.top_txt_box_area {
    display: block;
    position: relative;
    background: linear-gradient(to top, #ffffff 30%, transparent 100%);
}
.white-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #ffffff 30%, transparent 100%);
}
span.top_txtbox_ttl {
    position: relative;
}
span.top_txtbox_ttl p {
    padding-left: 15px;
    padding-right: 15px;
}

span.top_txtbox_ttl::after {
    content: "";
    display: block;
    width: 715px;
    height: 2px;
    background-color: #ff8a60;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.top_txtbox_contents p {
    padding-left: 15px;
    padding-right: 15px;
}
.open_txtbox_btn {
    display: none;
    background-color: #f7f8fa;
    text-align: center;
    border: solid 1px #e7e9eb;
}

/*- PC ---------------------------------------------------*/
@media screen and (min-width: 710px) {
    .contents_wrap {
        position: relative;
    }
    #breadcrumb {
        padding: 10px 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid #ccc;
    }

    /* SNSの領域設定 */
    #sns {
        position: absolute;
        top: 5px;
        right: 0;
    }
    .corner_sns li a{
        width: 100px;
    }

    /* section */
    #corner_main_text {
        margin:0;
        padding: 0;
    }
    div.text a:hover{
        text-decoration: none;
    }
    
    .corner_products {
        margin: 0 15px;
    }
    
    /* 商品 */
    .item_list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .item_list li {
        display:flex;
        width: 240px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item_list li a {
        width: 100%;
        padding: 40px 30px 10px 31px;
        border: 1px solid #ccc;
        background: #fff;
    }
    .corner_reration_item p.sell a{
        border: none;
        background: initial;
    }
    /* 関連イベント・フェア一覧 */
    .fairevent_list.view_list li > a .fairevent_list_thumb {
        width: 320px;
        border: 1px solid #e7e9eb;
    }
    .fairevent_list.view_list li .item_list_class {
        position: absolute;
        top: 30px;
        left: 342px;
        justify-content: normal;
    }
    .fairevent_list.view_list li .fairevent_list_detail {
        width: calc(100% - 342px);
        overflow: hidden;
    }
    .fairevent_list.view_list li .fairevent_list_ttl {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 30px;
        float: none;
    }
    .fairevent_list.view_list li .item_list_class p {
        position: initial;
        display: inline-block;
        width: auto;
    }
    .fairevent_list.view_list li {
        position: relative;
    }
    .fairevent_btn.sp {
        display: block !important; /* 詳細を見るボタンをspでも出力 */
    }
}

/* 上部テキストボックス */
@media screen and (max-width: 710px){
    span.top_txtbox_ttl::after {
        width: calc(100vw - 64px);
    }
}

/*- SP ---------------------------------------------------*/
@media screen and (max-width: 710px){
    .fairevent_list.view_list li .item_list_class {
        justify-content: normal;
    }
}
