@charset "utf-8";

/*===================
PC用スタイル 
====================*/
#lp {
    width: 1120px;
    margin: 0 auto;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.lp_container {
    margin: auto;
    width: 1100px;
    color: #333;
}

.main-banner_container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.main-banner {
    width: 80%;
    margin: 0 auto;
}

.title_ {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #ed649e;
    margin-top: 2%;
}

.text {
    text-align: center;
    margin: 30px auto;
}

.sp_wrap {
    display: none;
}

.title {
    font-size: 1.0em;
    text-align: center;
    font-weight: 590;
    color: #444444;
    margin-top: 3.0rem;
}

.grid-container_topics {
    width: 50%;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin: 30px auto;
}

.topics_visual {
    margin-bottom: 10px;
}

.section_title_bg {
    background-color: #f8f4f5;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}

.section_title {
    font-size: 24px;
    font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 6px;
    color: #383838;
    line-height: 2.0rem;
}

.grid-container_brand {
    width: 50%;
    display: grid;
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
    margin: 2rem auto;
}

.grid-container_category {
    width: 70%;
    display: grid;
    gap: 16px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px auto;
}

.grid-container_contents {
    width: 70%;
    display: grid;
    gap: 16px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px auto;
}

.grid_item {
    text-align: center;
}

.contents_title {
    font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    padding: 6px;
    background: #fff;
    color: #000;
    text-align: center;
    border-top: 3px solid #eee;
    padding-top: 30px;
}

.category_btn_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    row-gap: 8px;
    width: 45%;
    margin: 2rem auto;
}

.lp_btn {
    background-color: #efefef;
    width: 100%;
    height: 30px;
    color: #4b4b4b;
    border: 0;
    border-radius: 0.25em;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 3%;
    width: 15%;
    margin: 1% auto 2%;
    text-align: center;
    align-items: center;
    padding-left: 1%;
}

.arrow-link {
    color:#4b4b4b;
}

.lineArrow {
    width: 104%;
    height: 12px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    transform: skew(45deg);
    margin: 0 -2%;
}

.moreLinkText {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 90%;
}

.arrow_text_space {
    display: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 集積スタイル */

.brand_logo {
    width: 11%;
    margin: 10px;
}

/*ナビゲーションメニュー*/

.nav{
    text-align: center;
    margin: 8px auto;
}

.nav li a.active    {
    background-color: rgb(75,75,75);
    color: rgb(239,239,239);
    display: inline-block;
    width: 100%;
}


/*================
SP用スタイル
=================*/
@media (max-width: 599px) {
	#lp {
		width: 100%;
		min-width: 350px;
	}

    .lp_container {
        margin: 1% auto 0;
        width: 100%;
    }

    .main-banner {
        width: 100%;
    }

    .title_ {
    font-size: 0.88rem;
    margin-top: 3%;
    }

    .text {
        margin: 20px auto;
    }

    .sp_wrap {
        display: block;
    }

    .title {
        font-size: 1.0em;
        font-weight: 500;
        margin-top: 1.6rem;
    }

    .section_title_bg {
        width: 100%;
        margin: 12px auto;
    }
    
    .grid-container_topics {
        width: 80%;
        display: grid;
        gap: 20px 20px;
        grid-template-columns: 1fr 1fr;
        margin: 30px auto;
    }
    
    .topics_text {
    font-size: 10px;
    }

    .section_title {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        text-align: center;
        margin: 0;
        padding: 6px;
        color: #383838;
        line-height: 0.8rem;
    }

    .grid-container_brand {
        width: 80%;
        display: grid;
        gap: 20px 20px;
        grid-template-columns: 1fr 1fr;
        margin: 1rem auto 2rem;
    }

    .grid-container_category {
        width: 90%;
        display: grid;
        gap: 12px 10px;
        grid-template-columns: 1fr 1fr;
        margin: 30px auto;
    }

    .brand_text {
    font-size: 10px;
    }

    .category_btn_container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8px;
        row-gap: 8px;
        width: 94%;
        margin: 1rem auto 0;
    }

    .lp_btn {
        font-size: 0.7rem;
    }

    .row {
        margin: 3% auto;
        width: 30%;
    }
    
    .lineArrow {
        width: 102%;
        height: 8px;
        transform: skew(45deg);
        margin: 0 -2%;
    }

    .arrow_text_space {
        display: block;
    }

    .moreLinkText {
        text-align: center;
        font-size: 12px;
    }

    #contents {
        margin-top: 30px;
    }
    
    .contents_title {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        text-align: center;
        margin: 0;
        padding: 30px 0 0;
    }

    .grid-container_contents {
        width: 90%;
        display: grid;
        gap: 12px 10px;
        grid-template-columns: 1fr 1fr;
        margin: 30px auto;
    }

    /* 集積スタイル */
    .off_btn {
        width: 90%;
        margin: 0 auto;
    }

    .off_btn_item {
        width: 23%;
        min-width: 23%;
    }

    .brand_logo {
        width: 24%;
        margin: 10px;
    }

}