@charset "utf-8";
/* CSS Document */

/*=================================
スマートフォン
=================================*/

#corner_contents {
    width: 100%;
}
.contents_wrap {
    position: relative;
    width: 100%;
    background:linear-gradient(0deg,rgba(255, 255, 255, 0) ,rgba(255, 255, 255, 1) 50%),  url("../images/bg.jpg");
    background-attachment: fixed;
}
#corner_name {
    display: none;
}

/* コーナータイトル非表示 */
#corner_name .title,
#corner_main_text ul li.title {
    display: none;
}

#corner_nav li a {
    margin: 0;
    padding: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #fff;
}

#corner_nav li .nav1 { background: #ffd139;}
#corner_nav li .nav2 { background: #f06e8c;}
#corner_nav li .nav3 { background: #78b4eb;}

#corner_nav li a::before {
    margin-right: 10px;
    content: "▶";
}
#corner_nav li:first-child a {
    border-top: 1px solid #fff;
}

h2 {
    margin: 60px 0 20px;
    line-height: 2rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;

}

#corner_1 h2{ background: #ffd139;}
#corner_2 h2{ background: #f06e8c;}
#corner_3 h2{ background: #78b4eb;}

h3.corner_h3 { border-bottom: none; }
h3.corner_h3::before {
    margin-right: 4px;
    color: #26315d;
    content: "●";
}

.sub_text a,
div.text a {
    color: #274b8e;
    text-decoration: underline;
    border-bottom: none;
}
div.text {
    width: 100%;
}

.info_box {
    padding: 20px 8px;
    background: rgba(255, 255, 255, 0.5);
    border-top: 3px double #FA6400;
    border-bottom: 3px solid #FA6400;
}
.info_box dl dt {
    margin-bottom: 4px;
    text-align: center;
    border: 1px solid #FA6400;
    background: rgba(255, 155, 0, 0.5)
}
.info_box dl dd {
    margin-bottom: 8px;
    padding: 0 4px;
}
.info_img {
    width: calc(100% - 6px);
    text-align: center;
}
.info_img img {
    width: auto;
    max-height: 250px;
    padding:2px;
    border: 1px solid #ccc;
}

.item_list_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px;
}
.item_list_wrap p {
  width: calc(50% - 4px);
  margin: 10px 2px;
  background: #fff;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
}
.item_list li {
    margin: 0;
    padding: 15px;
}

.copyright {
    margin: 0;
    padding: 30px 10px;
}

/*=================================
PC
=================================*/
@media screen and (min-width: 641px) {
    #corner_contents .main_contents {
        width: 100%;
    }
    .main_contents {
        margin: auto;
    }
    .corner_products {
        width: 1080px;
        margin: 0 auto;
    }
    div.item_list_class p { width: 180px; }
    
    #corner_main_text .pc { background: #fff; }
    #corner_nav { width: 100%; }
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 1080px;
        margin: 0 auto;
    }
    #corner_nav li {
        width: calc(100% / 3 - 8px);
        margin: 12px 4px;
    }
    #corner_nav li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1rem;
        height: 100%;
        padding: 6px 10px;
        border: none;
    }
    #corner_nav li:first-child a {
        border-top: none;
    }
    #corner_nav li a:hover { text-decoration: none; }
    h2 {
        margin: 80px 0 20px;
        font-size: 2rem;
        font-weight: 500;
    }
    div.text {
        width: 1080px;
    }

    .info_box {
        padding: 20px 12px;
    }
    .info_box dl {
        display: flex;
        flex-wrap: wrap;
    }
    .info_box dl dt {
        width: 20%;
        margin: 4px;
    }
    .info_box dl dd {
        width: calc(80% - 26px);
        margin: 4px 8px;
        padding: 0;
    }

    .w1080 {
        max-width: 1080px;
        margin: auto;
    }
    
    .item_list_wrap p {
      width: calc(25% - 4px);
      margin: 10px 2px;
      background: #fff;
    }
}