@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_line.png) center top fixed,
        url(../images/bg.jpg) center top fixed;
}
.contents_wrap {
    position: relative;
    width: 100%;
}
#corner_main_banner {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}
#corner_contents h2, #corner_contents h3, #corner_contents h4, #corner_contents div, #corner_contents p, #corner_contents dl, #corner_contents li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    background: rgba(255, 255, 255, 0.8);
}
.item_list ul li {
    margin: 0;
    padding: 15px;
}
.item_list ul li a {
    color: #222;
}
.item_list ul li .item_list_thumb {
    background: #fff;
}

/**-------------------------------------------- nav --*/
#corner_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5px;
}
#corner_nav ul li {
    position: relative;
    width: calc(50% - 10px);
    margin: 20px 5px;
}
#corner_nav ul li a::before,
#corner_nav ul li a::after {
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
#corner_nav ul li a::before{
    border-bottom: solid 10px #222;
    border-right: solid 10px transparent;
    bottom: 100%;
}
#corner_nav ul li a::after{
    border-top: solid 10px #222;
    border-left: solid 10px transparent;
    top: 100%;
}

#corner_nav ul li a {
    position: relative;
    margin: 0;
    padding: 5px 0;
    font-size: 1.3rem;
    font-weight: 500;
    background: #222;
    color: #fff;
}

/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
    font-weight: 500;
	margin: 60px auto 0;
    padding: 0;
	color: #F36394;
    font-size: 2rem;
    background: #222;
}
h2 span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 20px 5px;
    background: linear-gradient(135deg, #222, #222 10px, #3BE5D6 10px, #3BE5D6 20px, #222 20px, #222 30px, #3BE5D6 30px, #3BE5D6 40px, #222 40px);
}

h3.corner_h3 {
	margin: 0 0 15px;
	padding: 10px 0 0;
    text-align: left;
	color: #333;
	border-bottom: 1px solid #000;
}
h3.corner_h3::before {
    font-family: "Font Awesome 5 Free";
	content: "\f111";
	margin: 0 4px;
    font-weight: 900;
    color: #000;
}

/**------------------------------------- 情報エリア --*/ 
div.text a {
    border-bottom: none;
    text-decoration: underline;
}
.info_wrap {
	width: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.info_box {
	margin: 30px 0 0;
	padding: 20px 10px;
    font-size: 0.9rem;
}
.info_box:last-child { margin-bottom: 30px; }
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
}
.info_box dt {
    text-align: center;
    color: #fff;
    background: #666;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_tit {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.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 {
    margin-top: 10px;
    font-size: 0.9rem;
}
.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 #000;
}
.target_item li a:before {
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
	content: "\f0da";
    color: #000;
    font-weight: bold;
}
.attention_list li,
.attention_txt {
    display: block;
    margin-top: 3px;
    font-size: 0.73rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #000; text-decoration: underline; }

.link_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.link_btn a {
    width: 80%;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    background: #F36394;
    border-bottom: 3px solid #3BE5D6;
}

.story {
    margin: 30px 0;
    padding: 20px 10px;
    font-size: 0.9rem;
    color: #fff;
    background:rgba(0, 0, 0, 0.6);
}
/**-------------------------------------- copyright --*/
.copyright {
    margin: 0;
    padding: 30px 0 20px;
}
.copyright a {
    text-decoration: underline;
}
.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 .main_contents {
        width: 100%;
        background:url(../images/keyvisu.png) center 0 no-repeat,
            url(../images/bg_line.png) center 360px fixed,
            url(../images/bg.jpg) center top fixed;
    }
    /* #corner_main_text, /* 1080px */
    .corner_products,
    section div.text {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    #corner_main_banner {
        height: 720px;
        margin: 0;
        background: url(../images/logo.png) center top 313px no-repeat;
    }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        background: transparent;
    }
    .item_list ul li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list ul li a {
        background: rgba(255, 255, 255, 0.8);
        border-top: 2px solid #3BE5D6;
        border-left: 2px solid #F36394;
        border-right: 2px solid #F36394;
        border-bottom: 2px solid #3BE5D6;
    }

    /**--------------------------------------- ヘッダー --*/
    .header_img { text-align: center; }
    
    /**-------------------------------------------- nav --*/
    #corner_nav {
        position: relative;
        top: -190px;
        background: transration;
    }
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 1080px;
        margin: 0 auto;
    }
    #corner_nav ul li {
        width: calc( 100% / 4 - 20px);
        margin: 5px 10px;
    }
    #corner_nav ul li a {
        margin: 0;
        text-decoration: none;
    }
    #corner_main_text { margin-bottom: -100px; }
    
    h2 {
        margin-bottom: 30px;
    }
    h2 span {
        width: 1080px;
        margin: 0 auto;
    background: linear-gradient(315deg, #222, #222 110px, #3BE5D6 110px, #3BE5D6 120px, #222 120px, #222 130px, #3BE5D6 130px, #3BE5D6 140px, #222 140px);
    }
    
    /**------------------------------------- 情報エリア --*/
    .info_wrap {
    }
    .info_box {
        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;
    }
    .target_item li a:hover {
        border-bottom: 1px solid transparent;
    }
    .link_btn {
    }
    .link_btn a {
        width: 480px;
    }
    .story {
        width: 1080px;
        margin: 30px auto;
        padding: 20px 10px;
        font-size: 1.1rem;
        text-align: center;
    }
    /**-------------------------------------- copyright --*/
    .copyright a:hover {
        text-decoration: none;
    }
    .copyright .attention { text-align: center; }
}