@charset "utf-8";

/***** TOPメインバナー下のバナー *****/

.bnr-box1 {
    display: block;
    text-align: center;
}

.bnr-box1 p,.bnr-box2 p {
    margin-top: 0;
}

.bnr-box1 p span,.bnr-box2 p span {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: .5em;
}

.bnr-box2 {
    display: flex;
    margin: 80px clamp((1540px - 1200px)/-2,(var(--vw, 1vw)*100 - 1200px)/-2 + 20px,0px) 0;
}

.bnr-box2 p:first-child {
    margin-right: 15px;
}
.bnr-box2 p:nth-child(2) {
    margin-left: 15px;
}

/**  デバイス幅736px以内 **/
@media only screen and (max-width: 736px) {

.bnr-box2 {
    display: block;
}

.bnr-box2 p:first-child {
    margin-right: 0;
}
.bnr-box2 p:nth-child(2){
    margin-top: 10px;
    margin-left: 0;
}

}




/***** 2階層目 メインバナー下のバナー *****/
/* 2つ並び */

div.sub-bnr-box2 {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap:2%;
}

div.sub-bnr-box2 p {
    width: 98%;
    text-align: center;
    font-weight: bold;
}

div.sub-bnr-box2 span {
    display: block;
}

div.sub-bnr-box2 p img {
    width: 100%;
}

/* 3つ並び */

div.sub-bnr-box3 {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap:2%;
}

div.sub-bnr-box3 p {
    width: 98%;
    text-align: center;
    font-weight: bold;
}

div.sub-bnr-box3 span {
    display: block;
}

div.sub-bnr-box3 p img {
    width: 100%;
}


/** デバイス幅736px以内 **/
@media only screen and (max-width: 736px) {

div.sub-bnr-box2,div.sub-bnr-box3 {
    display: block;
}

div.sub-bnr-box2 p {
    width: 90%;
    max-width: 640px;
    margin: 20px auto 0;
}

div.sub-bnr-box3 p {
    width: 60%;
    max-width: 420px;
    margin: 10px auto 0;
}
    
}



/***** サイトマップ *****/

.wrap_sitemap {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}

.wrap_sitemap section {
    width: 30%;
    margin: 0 1.5%;
}

.wrap_sitemap h2  {
    margin: 50px 0 30px;
    border-bottom: 5px solid #cdcdcd;
    padding-bottom: 5px;
    font-family: "M PLUS 1p",sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
}

.wrap_sitemap h3 {
    margin: 20px 0 10px;
    font-family: "M PLUS 1p",sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: #001560;
}

.wrap_sitemap h2 a,.wrap_sitemap h3 a {
    text-decoration: none;
}

.wrap_sitemap h2::before {
    content: "";
    display: block;
    height: 5px;
    width: 20%;
    background: #b2d9ef;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.wrap_sitemap .btn_arw::before {
    content: "〉";
    opacity: .6;
}

.wrap_sitemap ul {
    margin: 0 0 30px;
}

.wrap_sitemap ul.other {
    margin-left: 1em;
}

.wrap_sitemap ul li > a[target="_blank"]::before {
    content: "";
    font-family: icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.5em;
    font-size: calc(0.6875em);
    line-height: calc(1.45455);
}


/** デバイス幅736px以内 **/
@media only screen and (max-width: 736px) {

.wrap_sitemap {
    font-size: 16px;
    font-size: 1em;
}

.wrap_sitemap h2  {
    margin: 50px 0 30px;
    font-size: 1.2rem;
}

.wrap_sitemap section {
    width: 46%;
    margin: 0 1%;
}

}




/***** prize *****/

.prize_note {
    font-size: .825em;
    line-height: 1.4;
}





/***** 物販 *****/

.goods_link {
    font-size: 1rem;
}


/**  デバイス幅736px以内 **/
@media only screen and (max-width: 736px) {

.goods_link {
    padding: 10px 20px;
    font-size: .875rem;
}

}