@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Mitr&display=swap');

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: url("../images/bg_top.png") right -40px top no-repeat,
        url("../images/bg.png");
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: 75%, auto;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

/* font */
#corner_contents h2, #corner_contents .corner_h3, #corner_nav ul li {
    font-family: 'Mitr', sans-serif;
    font-weight: 400;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    /*background: rgba(255, 255, 255, 0.5);*/
}
.item_list ul li {
    margin: 0;
    padding: 15px;
}
.item_list ul li a {
    color: #666;
}
.item_list ul li .item_list_thumb {
    background: #fff;
}
.item_list ul li p.price {
    /*color: #999900;*/
}

/**-------------------------------------------- ヘッダー --*/
#on_air {
    margin-top: 0;
    padding: 8px 0 5px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
    color: #0d98d8;
    background: #effbff;
}
#on_air strong {
    color: #e84b91;
    font-size: 1.6rem;
}

/**-------------------------------------------- nav --*/
#corner_nav {
    
}
#corner_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px;
}
#corner_nav ul li {
    position: relative;
    margin: 5px;
    padding: 3px;
    width: 96px;
    height: 96px;
    background: #999;
    border-radius: 50%;
}
#corner_nav ul li::before,
#corner_nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #999;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#corner_nav ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 1.2rem;
    color: #e84b91;
    font-size: 1.13rem;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
#corner_nav ul li a::before { border-left: 15px solid #fff; }
#corner_nav ul li:nth-child(2n) a { color: #0d98d8; }

/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 60px auto 0;
	color: #e84b91;
    font-size: 2rem;
    background: transparent;
}
/*h2 .even { color: #0d98d8; }*/
h2::before, h2::after {
    height: 1px;
    width: 30px;
    content: "";
    background: rgba(120, 120, 120, 0.8);
}
h2::before { margin-right: 10px; }
h2::after { margin-left: 10px; }

h3.corner_h3 {
	margin: 0 0 15px;
	padding: 10px 0 0;
    text-align: left;
    font-size: 1.2rem;
	color: #0d98d8;
	border-bottom: none;
}
h3.corner_h3::before {
    font-family: "Font Awesome 5 Free";
	content: "\f111";
	margin: 0 4px;
    font-weight: 900;
    color: #0d98d8;
}

/**------------------------------------- 情報エリア --*/
div.text a {
    border-bottom: none;
    text-decoration: underline;
}
.info_wrap {
	width: 100%;
}
.info_box {
	margin: 30px 0 0;
	padding: 20px 10px;
    background: #effbff;
    border: 3px solid #eee;
    border-radius: 20px;
}
.info_box:last-child { margin-bottom: 30px; }
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
    /*border: 1px solid #ddd;*/
}
.info_box dt {
    text-align: center;
    color: #fff;
    background: #0d98d8;
    border-radius: 20px;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_tit {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	font-weight: bold;
	color: #0d98d8;
	line-height: 1.3;
    /*border-bottom: 1px dashed #aaa;*/
}

.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 li { margin-bottom: 2px; }
.target_item { margin-bottom: 20px; }
p + .target_item { margin: -10px 5px 20px 10px; }
.target_item li a {
    text-decoration: none;
    border-bottom: 1px solid #e84b91;
}
.target_item li a:before {
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
	content: "\f0da";
    color: #e84b91;
    font-weight: bold;
}
.attention_list li,
.attention_txt {
    display: block;
    margin-top: 3px;
    font-size: 0.87em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #f33; 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{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 44px;
	padding: 4px 0;
	font-size: 1.4em;
	font-weight: bold;
    color: #e84b91;
    text-decoration: none;
    background: #fff;
    border-radius: 30px;
    border: 3px solid #999;
}

/**------------------------------------- STAFF&CAST --*/
.staff dl, .cast dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
.staff dt, .cast dt {
    width: 150px;
    margin-bottom: 10px;
	padding: 0 8px;
    background: #0d98d8;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}
.staff dd, .cast dd {
    width: calc(100% - 150px);
    margin-bottom: 10px;
	padding: 0 2px;
    background: transparent;
}
.staff dd.max {
    width: 100%;
    margin-top: -6px;
}

/**-------------------------------------- copyright --*/
.copyright { padding: 30px 0 20px; }
.copyright .attention {
    margin: 20px;
    font-size: 0.87em;
    line-height: 1.5em;
    text-align: left;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents {
        background: url("../images/bg_top.png") right -40px top no-repeat,
            url("../images/bg.png");
        background-blend-mode: multiply;
        background-attachment: fixed;
        background-size: auto, auto;
    }
    #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: "";
    }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        background: transparent;
    }
    .item_list ul li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list ul li a {
        /*background: #ffffee;*/
        border: 3px solid #aaa;
        border-radius: 20px;
    }

    /**--------------------------------------- ヘッダー --*/
    #corner_main_banner {
        width: 540px;
        float: left;
    }
    #corner_header {
        float: left;
        width: calc(100% - 540px);
    }
    #logo {
        margin: 0;
        padding-top: 30px;
        text-align: center;
    }
    #on_air {
        margin-top: 30px;
        padding: 8px 0 5px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 2.5rem;
        border: 3px solid #eee;
        border-radius: 20px;
    }
    #on_air strong {
        font-size: 2rem;
    }
    
    /**-------------------------------------------- nav --*/
    #corner_nav { margin-top: 30px; }
    #corner_nav ul li:hover { background: #fff; }
    #corner_nav ul li:hover::before { border-left: 15px solid #fff; }
    #corner_nav ul li a {
        text-decoration: none;
        transition: .3s;
    }
    #corner_nav ul li a::before {
        border-left: 15px solid #fff;
        transition: .3s;
    }
    #corner_nav ul li:nth-child(2n) a { color: #0d98d8; }

    #corner_nav ul li a:hover {
        opacity: 1;
        color: #fff;
        background: #e84b91;
    }
    #corner_nav ul li a:hover::before {
        opacity: 1;
        border-left: 15px solid #e84b91;
    }
    #corner_nav ul li:nth-child(2n) a:hover { background: #0d98d8; }
    #corner_nav ul li:nth-child(2n) a:hover::before { border-left: 15px solid #0d98d8; }
    
    
    h2 {
        margin-bottom: 20px;
        font-size: 3rem;
        background: transparent;
    }
    h2::before, h2::after { width: 50px; }
    h2::before { margin-right: 20px; }
    h2::after { margin-left: 20px; }
    
    /**------------------------------------- 情報エリア --*/
    .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: 0 20px 10px 1em;
    }
    .info_img + .info_txt {
        float: left;
        width: calc(100% - 350px);
    }
    .info_tit { padding-left: 8px; }
    .info_txt {
        margin-right: 1em;
        margin-left: 1em;
    }
    
    /**----------------------------------------- 一括購入 --*/
    .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;
        transition: .3s;
    }
    .bulk_wrap li a:hover {
        opacity: 1;
        color: #fff;
        background: #e84b91;
        border-color: #fff;
    }
    
    /**----------------------------------------- STORY --*/
    .text.story {
        padding-bottom: 30px;
    }
    .text.story p {
        margin: 20px 0;
        font-size: 1.1em;
        text-align: center;
        font-weight: bold;
    }
    .text.story .info_box{ margin-bottom: 0 }

    /**------------------------------------- STAFF&CAST --*/    
    .staff, .cast {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .staff dl, .cast dl {
        overflow: hidden;
        width: 100%;
        margin: 10px auto 30px;
    }
    .staff dt, .cast dt {
        margin-bottom: 10px;
        padding: 2px 8px;
        border-radius: 20px;
    }
    .staff dd, .cast dd {
        margin-bottom: 10px;
        padding: 2px 8px;
    }
    .staff dd.max {
        width: calc(100% - 150px);
        margin-top: 2px;
    }
    
    /**-------------------------------------- copyright --*/
    .copyright .attention { text-align: center; }
}