@charset "euc-jp";
.slider {
    position: relative;
}
.bx-viewport {
    border: none !important;
    left: 0 !important;
}
#container {
    width: auto;
    max-width: 100%;
}
/*******************************
mainVisual
*******************************/
#mainVisual {
}
#mainVisual ul li {
}
#mainVisual ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}
#mainVisual ul li a div {
    height: 470px;
    overflow: hidden;
}
#mainVisual ul li img {
    width: 140%;
    max-width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#mainVisual ul li img.photo01 {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#mainVisual ul li dl {
    position: absolute;
    top: 75.5%;
    left: 0;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
}
#mainVisual ul li dl dt {
    font-size: 1.25rem;
    color: #fff;
    background: rgba(0, 0, 0, 1);
    padding: 0.75em 1em;
    display: inline-block;
    line-height: 1.25;
}
#mainVisual ul li dl dt span.txt01 {
    font-size: 82%;
    margin-left: 0.5em;
}
#mainVisual ul li dl dd span {
    display: inline-block;
    color: #000;
    background: rgba(255, 255, 255, 1);
    padding: 0.5em 1em;
    line-height: 1.6;
}
/*#slider div {
    width: 100% !important;
}*/

#introduction {
    width: 1000px;
    max-width: 95%;
    text-align: center;
    margin: 4rem auto;
    line-height: 1.8;
}

/*******************************
info
*******************************/
#topInfo {
    padding: 0 0 2.5rem;
}
#topInfo h2 {
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
}
#topInfo h2 strong {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
}
#topInfo h2 span {
    display: block;
    font-family: rift-soft, sans-serif;
    font-size: 1rem;
    color: #f18101;
    letter-spacing: 0.1em;
    margin-top: 0.75rem;
}
#topInfo div {
    width: 700px;
    max-width: 95%;
    margin: 0 auto;
}
#topInfo div ul li:not(:last-child) {
    margin: 0 0 1em;
}
#topInfo div ul li a {
    display: block;
    line-height: 2;
    font-size: 0.875rem;
}
#topInfo div ul li a dl {
    display: flex;
    align-items: flex-start;
}
#topInfo div ul li a dl dt {
    width: 17%;
}
#topInfo div ul li a dl dd {
    width: 83%;
}

/*******************************
items
*******************************/
.items {
    border-top: 1px solid #ccc;
    padding: 3rem 0 0;
}
.items h2 {
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
}
.items h2 strong {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
}
.items h2 span {
    display: block;
    font-family: rift-soft, sans-serif;
    font-size: 1rem;
    color: #f18101;
    letter-spacing: 0.1em;
    margin-top: 0.75rem;
}
.items ul {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.items ul li {
    width: 23%;
    margin: 0 2.6% 3rem 0;
}
.items ul li:nth-child(4n) {
    margin-right: 0;
}
.items ul li a {
    display: block;
}
.items ul li a .itemImages {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.items ul li a .itemImages img {
    max-width: 140%;
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: (-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.items ul li a dl {
    margin-top: 0.5em;
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: bold;
    color: #000;
}
.items ul li a dl dd {
    color: #666;
    margin-top: 0.25em;
}

/*******************************
topLink
*******************************/
#topLink {
    width: 785px;
    max-width: 95%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
}
#topLink #twitter {
    width: 63%;
}
#topLink .bnrArea {
    width: 30%;
    margin-top: 3.5rem;
}
#topLink .bnrArea li:not(:last-child) {
    margin-bottom: 2rem;
}
#topLink .bnrArea li:nth-child(2) {
    height: 6rem;
}
#topLink .bnrArea li:nth-child(2) a img {
    height: 100%;
}

/*******************************
other
*******************************/
/*.more_prd {
    display: none;
    background-color: #aaa;
    color: #fff;
    font-size: 123.076%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}*/
.free_space_block {
    border-top: 1px solid #ccc;
    padding: 3rem 0 0;
}
.free_space_block .free_space_box {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    #mainVisual ul li img {
        width: 180%;
        max-width: 180%;
    }
    #mainVisual ul li dl {
        top: 65%;
    }
    .items ul li a .itemImages img {
        max-width: 190%;
        width: 190%;
    }
    iframe#twitter-widget-0 {
        width: 500px !important;
    }
}

@media screen and (max-width: 767px) {
    #mainVisual ul li a div {
        height: 290px;
    }
    #mainVisual ul li img {
        width: 200%;
        max-width: 200%;
    }
    #mainVisual ul li dl {
        top: inherit;
        bottom: 0;
    }
    #mainVisual ul li dl dt {
        font-size: 4vw;
        padding: 0.5em 0.5em;
        line-height: 1.4;
        display: block;
    }
    #mainVisual ul li dl dd span {
        padding: 0.5em 0.5em;
        font-size: 3.35vw;
        line-height: 1.4;
        background: rgba(255, 255, 255, 0.8);
    }
    #introduction {
        margin: 2.5rem auto 3.5rem;
        text-align: left;
    }
    #topInfo div ul li a dl dt {
        width: 30%;
        margin-right: 2%;
    }
    #topInfo div ul li a dl dd {
        width: 68%;
    }
    .items ul li {
        width: 48%;
        margin: 0 4% 3rem 0;
    }
    .items ul li:nth-child(2n) {
        margin-right: 0;
    }
    .items ul li a .itemImages {
        height: 45vw;
    }
    #topLink {
        display: block;
    }
    #topLink #twitter {
        width: auto;
    }
    iframe#twitter-widget-0 {
        width: 100% !important;
    }
    #topLink .bnrArea {
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 300px) {
    #mainVisual ul li img {
        width: 220%;
        max-width: 220%;
    }
    #topInfo div ul li a dl dt {
        width: 40%;
    }
    #topInfo div ul li a dl dd {
        width: 58%;
    }
}
