@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    height: 100%;
    background: linear-gradient(#250b14,#101d2d);
    background-size: auto, cover;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    /*background: rgba(255, 255, 255, 0.5);*/
}
.item_list li {
    margin: 0;
    padding: 15px;
}
.corner_products ul li a {
    color: #fff;
}
.corner_products .item_list_thumb {
    background: #000;
}

/**-------------------------------------------- nav --*/
#corner_nav li a {
	font-family:'HG正楷書体-PRO';
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    height: 40px;
    padding: 15px 30px;
    margin: 0;
    font-size: 1.5em;
    background: linear-gradient(to right,#580505 50%,#340606);
    color: #ffffff;
}



/**----------------------------------------- 見出し --*/
h2 {
	font-family:'HG正楷書体-PRO';
	/*background: url(../images/bg.png);*/
    position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 60px auto 0;
    color: #fff;
    font-size: 2em;
    border-radius: 20px;
    background-color:#580505;
}

h3.corner_h3 {
	margin: 0 0 15px;
	padding: 10px 0 0;
    text-align: left;
	color: #333;
	border-bottom: 3px dashed #FFA79F;
}
h3.corner_h3::before {
    font-family: "Font Awesome 5 Free";
	content: "\f111";
	margin: 0 4px;
    font-weight: 900;
    color: #FFA79F;
}

/**------------------------------------- 情報エリア --*/
.info_wrap {
	width: 96%;
}
.info_box {
	margin: 30px 0 0;
	padding: 20px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 15px;
    border: 1px solid #ffffff;
    color:#ffffff;
}
.info_box:last-child { margin-bottom: 30px; }
.info_box li a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #df0945;
}
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #666;
}
.info_box dt {
    text-align: center;
    background: #ffffaa;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_tit {
    margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
    position: relative;
    color: #ff0000;
}
.info_img {
    position: relative;
    max-height: 250px;
    max-width: 250px;
	margin: 20px auto 5px;
    text-align: center;
}
.info_img img {
    max-height: 250px;
}
.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 .attention a { color: #f00; text-decoration: underline; }

/**--------------------------------------- 一括購入 --*/
.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{
    position: relative;
	display: flex;
    height: 44px;
	padding: 4px 0;
	font-size: 1.4em;
	font-weight: bold;
    color: #df0945;
    background: #fff;
    border-radius: 22px;
    border: 2px dashed #df0945;
	align-items: center;
	justify-content: center;
}
.bulk_wrap li a::before{
    position: absolute;
    left: 10%;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    content: "\f0da";
}


/**-------------------------------------- copyright --*/
.copyright { padding: 30px 0 20px; }
.copyright .attention {
    margin: 20px;
    font-size: 0.87em;
    line-height: 1.5em;
    text-align: left;
    color:#fff;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 641px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 100%;
    }
    #corner_main_text,
    .corner_products,
    section div.text {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    #corner_main_text::after,
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    /**------------------------------------------- 商品 --*/
    .corner_products ul {
        background: transparent;
    }
    .item_list li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list li a {
        background-color: rgba(0,0,0,0.8);
    }

    /**--------------------------------------- ヘッダー --*/
    #corner_main_banner { float: left; }
    #corner_header {
        float: left;
        width: calc(100% - 456px);
    }
    #logo {
        margin: 0;
        padding-top: 10px;
        text-align: center;
    }
    #on_air {
        font-family:'HG正楷書体-PRO';
        margin: 20px 60px 20px;
        padding: 8px 0 5px;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.3em;
        color: #fff;
    }
    #on_air strong {
        color: #ffffaa;
        font-size: 1.3em;
    }
    
    /**-------------------------------------------- nav --*/
    #corner_nav { margin-top: 10px; }
    
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 560px;
        margin: 0 auto;
    }
    #corner_nav ul li {
        margin: 10px;
    }
    #corner_nav ul li a {
        width: 260px;
        height: 40px;
        padding-left: 50px;
        text-decoration: none;
    }
    
    h2 { width: 1080px; }
    
    /**------------------------------------- 情報エリア --*/
    .info_wrap {
        width: 1080px;
        margin: 0 auto;
    }
    .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;
        margin-left: 20px;
        margin-right: 1em;
    }
    .info_img + .info_txt {
        float: left;
        width: calc(100% - 350px);
    }
    .info_tit { padding-left: 8px; }
    .info_txt {
        margin-right: 1em;
        margin-left: 1em;
    }
    .info_tit::before {
        top: 50%;
    }
    
    /**----------------------------------------- 一括購入 --*/
    .bulk_wrap {
        width: 800px;
        display: flex;
    }
    .bulk_wrap li {
        width: calc(100% / 2 - 80px);
        margin: 0 40px;
        text-align: center;
    }
    .bulk_wrap li a {
        padding: 10px 0;
    }
    .bulk_wrap li a::before{
        left: 30px;
    }
    
    /**----------------------------------------- STORY --*/
    .text.story {
        padding-bottom: 30px;
    }
    .text.story p {
        margin: 20px 0;
        font-size: 1.1em;
        text-align: center;
        font-weight: bold;
        line-height: 2;
    }
    .text.story .info_box{ margin-bottom: 0 }

    /**------------------------------------- STAFF&CAST --*/    
    .staff, .cast {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 10px;
    }
    .staff dl, .cast dl {
        overflow: hidden;
        width: 100%;
        margin: 10px auto 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .staff dt, .staff dd,
    .cast dt, .cast dd {
        width: 50%;
        margin: 2px 0;
        padding: 3px 8px;
        border: none;
        border-bottom: 1px solid #ff9933;
    }
    .staff dt { width: 35%; }
    .staff dd { width: 65%; }
    
    /**-------------------------------------- copyright --*/
    .copyright .attention { text-align: center; }
}