/*=======================
	// grand-header 
=====================*/

#grand-header {
    height: 40px;
    margin-bottom: 0;
    background-color: #3c3c41;
    display: flex;
    justify-content: center;
    align-items: center;
}

#grand-header a {
    width: 92px;
}

#grand-header a img {
    width: 100%;
}

@media print, screen and (min-width: 1000px) {

    #grand-header {
        height: 60px;
    }

    #grand-header a {
        width: 132px;
    }

}


.header.miyajiHeader {
    display: none;
}



/*====================================================
	add module
====================================================*/


.w-98per {
    width: 98%;
}


.w-95per {
    width: 95%;
}


.w-90per {
    width: 90%;
}

@media screen and (min-width: 1000px) {

    .fs-md-70 {
        font-size: 70px;
    }

    .fs-md-80 {
        font-size: 80px !important;
    }


    .fs-md-90 {
        font-size: 90px;
    }


    .fs-md-100 {
        font-size: 100px;
    }

}




/*====================================================
	color
====================================================*/


.gold {
    color: #c9992b;
}

.gold-gradient {
    background: linear-gradient(0deg, #f0bf4d 0%, #c9992b 60%, #a86500 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 3px 5px #ddd;
}



.red_2 {
    color: #c30d23;
}

.brown {
    color: #732507;
}


.brown_2 {
    color: #663300;
}


.blue {
    color: #0766a1;
}


.bg-gold {
    background-color: #c9992b;
}


.bg-blue {
    background-color: #0766a1;
}

.bg-blue-gradient {
    /* background: linear-gradient(to right, #0766a1 0, #0766a1 50%, #fff 100%); */
    background: linear-gradient(to right, #238bcc 0, #238bcc 50%, #fff 100%);
}

/* border */


.bt-bb-1px-gold {
    border-top: #c9992b thin solid;
    border-bottom: #c9992b thin solid;
}

.bb-333-1px {
    border-bottom: #333 thin solid;
}


.bb-555-1px {
    border-bottom: #555 thin solid;
}


.bb-666-1px {
    border-bottom: #666 thin solid;
}

.bb-dot-666-1px {
    border-bottom: #666 thin dotted;
}


/*　///// font /////　*/
.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-serif-jp.fw200 {
    font-weight: 200;
    /* border: #f00 thin solid; */
}

.noto-serif-jp.fw300 {
    font-weight: 300;
}

.noto-serif-jp.fw400 {
    font-weight: 400;
}

.noto-serif-jp.fw500 {
    font-weight: 500;
}

.noto-serif-jp.fw600 {
    font-weight: 600;
}

.noto-serif-jp.fw700 {
    font-weight: 700;
}

.noto-serif-jp.fw800 {
    font-weight: 800;
}



.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}


/*====================================================
	font
====================================================*/

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}


.red {
    color: #9e0905;
}

.red_02 {
    color: #f00;
}

.endtxt {
    color: #f00;
}

.gray {
    color: #999;
}

.light_green {
    color: #a4cec6;
}

.green {
    color: #5faa9c;
}

.pink {
    color: #cc0000;
}


img.arrow {
    /*    width: 1em;*/
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}


article em {
    font-style: normal;
}

/*====================================================
	header
====================================================*/

header {
    font-size: 1.4rem;
    background: #fff;
    /*    border-bottom: #e2e2e2 thin solid;*/
}


header .header-inner {
    position: relative;
}



header .header-inner .link-to-top {
    position: absolute;
    top: 2%;
    right: 0;
}

header .header-inner .link-to-top a {
    font-size: 1.2rem;
    color: #fff;
    background: #c1874d;
    padding: .25em 2em;
    border-radius: 0 0 .5em .5em;
}

@media print,
screen and (min-width: 1024px) {
    header .header-inner {
        width: 95%;
        max-width: 1080px;
        margin: auto;
        padding: 1em 0;
    }

    header .logo {
        width: 365px;
    }
}

@media screen and (max-width: 1023px) {
    header .header-inner {
        padding: .5em .5em;
    }

    header .header-inner img.logo {
        width: 60%;
    }

    header .header-inner .link-to-top {
        position: absolute;
        top: .75em;
    }

    header .header-inner .link-to-top {
        width: 35%;
    }

    header .header-inner .link-to-top a {
        font-size: 1.2rem;
        text-align: center;
        margin-right: 1%;
        padding: .25em .5em;
        border-radius: 2em;
        display: block;
    }
}




/*====================================================
article 
====================================================*/

article {
    margin: auto;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";

}

article img {
    width: 100%;
}

a.red {
    color: #a20000;
}

a.red:hover {
    color: #f46060;
}

a.line {
    text-decoration: underline;
}

/*====================================================
	// class .contents
====================================================*/

.contents {

    background-color: #bee1f4;
}

.contents_texture {
    padding-bottom: 60px;
}

.contents .lv_02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}




/*====================================================
	//ID .category
====================================================*/

.category {
    background: #fff;
    overflow: hidden;
}

.category-lead {
    width: 80%;
    color: #666;
    margin: auto auto 3em;
    text-align: center;
}

.category-lead p {
    font-size: 16px;
    line-height: 1.8;
}

.category p.item-notice {
    font-size: 1.3rem;
    width: 95%;
    margin: auto;
}




.category h2 {
    color: #fff;
    font-size: 42px;
    font-weight: normal;

    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;

    text-align: center;
    background: #4086b2;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category h2 .break1 {
    margin-left: 10px;
}

.category h2 small {
    font-size: 30px;
}

.category h2 .bg_h2 {
    width: 98%;
    margin: auto;
    padding: 1em 0 1em;
    background-size: contain;
    display: block;
}

.category h2 .bg_h2.line1 {
    padding: 1.25em 0;
}


.link-lineup li {
    width: 80%;
    text-align: center;
    margin: auto auto 4em;
}

.link-lineup a {
    color: #fff;
    font-size: 16px;
    background: #3d62ac;
    padding: .5em 1.5em;
    border-radius: 2em;
    display: block;
}

.link-lineup a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}







@media screen and (max-width: 900px) {
    .category h2 {
        font-size: 2.6rem;
        margin-bottom: .75em;
        height: 130px;
    }

    .category h2 .break1 {
        margin-left: 0;
        display: block;
    }

    .category-lead {
        width: 100%;
    }

    .category-lead p {
        font-size: 1.5rem;
        line-height: 1.8;
        margin-bottom: 2em;
    }
}



@media screen and (max-width: 768px) {

    .category h2 {
        font-size: 24px;
        /* margin-bottom: .75em; */
    }

    .category .leadtxt p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .category h2 small {
        font-size: 18px;
    }

    .link-lineup li {
        margin: auto auto 1em;
    }

    .category-lead {
        width: 90%;
        margin: auto;
    }
}



@media screen and (max-width:640px) {
    .category h2 .bg_h2.line1 {
        padding: 1.25em 0 1.25em 0;
    }


    .category h2 .bg_h2 {
        width: 98%;
        margin: auto;
        padding: 1em 0 0.75em;
        background-size: contain;
        display: block;
    }
}




@media screen and (max-width: 320px) {
    .category .leadtxt {
        font-size: 1.4rem;
    }

}



/*====================================================
	// id special
====================================================*/

#special h2 {
    color: #a13e92;
}

#special h3 {
    color: #a13e92;
    border-top: #deacd7 thin solid;
    border-bottom: #deacd7 thin solid;
    padding: .5em 0;
}

@media print,
screen and (min-width: 769px) {
    #special h3 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*====================================================
	#msc
====================================================*/


#msc {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#msc h3 {
    text-align: center;
    color: #fff;
    background: #0766a1;
    /* padding: 1em 1em .5em; */
}


#msc .link a {
    color: #fff;
    background-color: #c9992b;
    border-radius: 50rem;
}





/*=============================
	sns_iconbox
===============================*/


.sns_iconbox {
    text-align: left;
    font-size: 14px;
    padding-top: 60px;
}


.sns_iconbox ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_iconbox li {
    width: 40px;
    margin: 0 10px;
}

.sns_iconbox li img {
    width: 100%;
    vertical-align: bottom;
}


.sns_iconbox p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 1000px) {

    .sns_iconbox {
        width: 95%;
        max-width: 1260px;
        margin: auto auto 60px;
        padding-top: 120px;
        text-align: center;
        font-size: 1.5rem;
    }



}