@charset "utf-8";

/*-----------------
COMMON
-----------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
    font-display: swap;
	letter-spacing: 0.12em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a img{
	opacity: 1;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
img {
    -ms-interpolation-mode: bicubic;
}
a:hover{
	cursor: pointer;
}

button,input{
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}


a:hover{
    opacity: 0.7;
}
button:hover{
    cursor: pointer;
}
button:hover{
    opacity: 0.7;
}
input:hover{
    cursor: pointer;
}
input:hover{
    opacity: 0.7;
}
a:hover img{
    opacity: 0.7;
}

/*-----------------
layout
-----------------*/
header{
    width: 1240px;
    margin: 0 auto 70px auto;
}
main{
    width: 1240px;
    margin: 0 auto;
}
@media screen and (max-width: 1240px) {
    header{
        width: 90vw;
        margin: 0 auto;
    }
    #top{
        width: 90vw;
        margin: 0 auto;
    }
}
/*-----------------
heder
-----------------*/
#mainpc{
    width: 100%;
    height: 829px;
    background: url(../../img/mainPCImageNight.png) 50% 0 no-repeat;
    position: relative;
}
#mainpc .linestamp{
    position: absolute;
    right: 11.53%;
    bottom: 228px;
}
#mainpc .linestamp a{
    width: 37px;
    display: block;
}
#mainpc .linestamp a img{
    width: 100%;
}
#mainpc .potato{
    position: absolute;
    left: 13.62%;
    bottom: 232px;
}
#mainpc .potato img{
    width: 73px;
}
#mainpc .bread{
    position: absolute;
    left: 40.88%;
    bottom: 239px;
}
#mainpc .bread img{
    width: 48px;
}
#mainpc .book{
    position: absolute;
    right: 19.91%;
    bottom: 249px;
}
#mainpc .book img{
    width: 94px;
}
#mainpc .hage{
    position: absolute;
    right: 42%;
    bottom: 348px;
}
#mainpc .hage ul{
    position: relative;
}
#mainpc .hage ul li{
    position: absolute;
    top: 0;
    left: 0;
}
#mainpc .hage a{
    width: 90px;
    display: block;
}
#mainpc .hage img{
    width: 100%;
}
#mainpc .kazu{
    position: absolute;
    left: 19%;
    bottom: 447px;
}
#mainpc .kazu ul{
    position: relative;
}
#mainpc .kazu ul li{
    position: absolute;
    top: 0;
    left: 0;
}
#mainpc .kazu a{
    width: 230px;
    display: block;
}
#mainpc .kazu img{
    width: 100%;
}
#mainsp{
    display: none;
}
@media screen and (max-width: 780px) {
    #mainpc{
        display: none;
    }
    #mainsp{
        display: block;
    }
    #mainsp{
        width: 100vw;
        height: 100vw;
        background: url(../../img/mainSPImageDay.png) 0 0 no-repeat;
        background-size: 100vw;
        position: relative;
    }
    #mainpc .linestamp{
    position: absolute;
    right: 11.53%;
    bottom: 228px;
}
#mainpc .linestamp a{
    width: 37px;
    display: block;
}
#mainpc .linestamp a img{
    width: 100%;
}
#mainpc .potato{
    position: absolute;
    left: 13.62%;
    bottom: 232px;
}
#mainpc .potato img{
    width: 73px;
}
#mainpc .bread{
    position: absolute;
    left: 40.88%;
    bottom: 239px;
}
#mainpc .bread img{
    width: 48px;
}
#mainpc .book{
    position: absolute;
    right: 19.91%;
    bottom: 249px;
}
#mainpc .book img{
    width: 94px;
}
#mainpc .hage{
    position: absolute;
    right: 42%;
    bottom: 348px;
}
#mainpc .hage ul{
    position: relative;
}
#mainpc .hage ul li{
    position: absolute;
    top: 0;
    left: 0;
}
#mainpc .hage a{
    width: 90px;
    display: block;
}
#mainpc .hage img{
    width: 100%;
}
#mainpc .kazu{
    position: absolute;
    left: 19%;
    bottom: 447px;
}
#mainpc .kazu ul{
    position: relative;
}
#mainpc .kazu ul li{
    position: absolute;
    top: 0;
    left: 0;
}
#mainpc .kazu a{
    width: 230px;
    display: block;
}
#mainpc .kazu img{
    width: 100%;
}
}















@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeOut {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}

#hage1{
    animation: fadeIn 1s, fadeOut 0.5s 2s forwards,fadeIn 0.2s 5s forwards;
}
#hage1 a:hover{
    opacity: 1;
}
#hage1 a:hover img{
    opacity: 1;
}
#hage2{
    opacity: 0;
}
#hage2{
    animation: fadeIn 0.2s 2s forwards,fadeOut 0.2s 5s forwards;
}
#hage2 a:hover{
    opacity: 1;
}
#hage2 a:hover img{
    opacity: 1;
}




#kazu1{
    animation: fadeIn 1s, fadeOut 0.5s 6s forwards,fadeIn 0.2s 8s forwards;
}
#kazu1 a:hover{
    opacity: 1;
}
#kazu1 a:hover img{
    opacity: 1;
}
#kazu2{
    opacity: 0;
}
#kazu2{
    animation: fadeIn 0.2s 6s forwards,fadeOut 0.2s 8s forwards;
}
#kazu2 a:hover{
    opacity: 1;
}
#kazu2 a:hover img{
    opacity: 1;
}

#mainpc .linestamp {
    display: inline-block;
}
#mainpc .linestamp:hover{
    animation: buru .3s;
}
#mainpc .linestamp a:hover{
    opacity: 1;
}
#mainpc .linestamp a:hover img{
    opacity: 1;
}

@keyframes buru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(1deg)}
    50% {transform: translate(0px, 1px) rotateZ(0deg)}
    75% {transform: translate(1px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes minmin {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 0) rotateZ(5deg)}
    50% {transform: translate(0px, -5px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-5deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes rinrin {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(3px, 3px) rotateZ(3deg)}
    50% {transform: translate(0px, -20px) rotateZ(0deg)}
    75% {transform: translate(3px, 0px) rotateZ(-3deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes roll {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0) rotateZ(60deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes minmin {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(5px, 2px) rotateZ(1deg)}
    50% {transform: translate(-5px, 0) rotateZ(0deg)}
    75% {transform: translate(5px, 2px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.hagemessage1{
    background: rgba(255,255,255,0.8);
    width: 220px;
    height: 148px;
    position: absolute;
    top: 330px;
    right: 18%;
}
.hagemessage1 > div{
    position:relative;
    height: 100%;
}
.hagemessage1 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi.png) no-repeat;
    bottom: -12px;
    left: 10px;
    position: absolute;
}
.hagemessage1 > div p{
    padding: 20px 20px 10px 20px;
    line-height: 2em;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 600;
}
.hagemessage1 > div a{
    display: flex;
    padding: 0 0 0 0;
}
.hagemessage1 > div div.hagemessagenext{
    display: flex;
    justify-content: center;
    padding: 0 0 0 0;
}
.hagemessage1 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.hagemessage1 > div div.hagemessagenext span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.hagemessage1 > div a div{
    width: 60px;
    margin: 0 0 0 20px;
}
.hagemessage1 > div div.hagemessagenext div{
    width: 60px;
    margin: 0 0 0 20px;
}
.hagemessage1 > div a div img{
    width: 60px;
}
.hagemessage1 > div div.hagemessagenext div img{
    width: 60px;
}
.hagemessage1 > div a:hover{
    opacity: 1;
}
.hagemessage1 > div div.hagemessagenext:hover{
    opacity: 1;
    cursor: pointer;
}
.hagemessage1 > div a:hover img{
    animation: roll .2s;
    opacity: 1;
}
.hagemessage1 > div div.hagemessagenext:hover img{
    animation: roll .2s;
    opacity: 1;
}
@media screen and (max-width: 1240px) {
    .hagemessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 148px;
        position: absolute;
        top: 330px;
        right: 18%;
        margin: 0 -30px 0 0;
    }
}
@media screen and (max-width: 1080px) {
    .hagemessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 148px;
        position: absolute;
        top: 330px;
        right: 18%;
        margin: 0 -80px 0 0;
    }
}
@media screen and (max-width: 880px) {
    .hagemessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 148px;
        position: absolute;
        top: 330px;
        right: 18%;
        margin: 0 -110px 0 0;
    }
}

.hagemessage2{
    background: rgba(255,255,255,0.8);
    width: 320px;
    height: 323px;
    position: absolute;
    top: 155px;
    right: 10%;
    z-index: 9999;
}
.hagemessage2 > div{
    position:relative;
    height: 100%;
    padding: 20px 0 0 0;
}
.hagemessage2 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi.png) no-repeat;
    bottom: 8px;
    left: 10px;
    position: absolute;
}
.hagemessage2 > div p{
    padding: 20px 20px 25px 20px;
    line-height: 2em;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
}
.hagemessage2 > div p time{
    font-weight: 400;
    font-size: 13px;
}
.hagemessage2 > div p strong{
    font-size: 17px;
    display: block;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.hagemessage2 > div a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0 0;
}
.hagemessage2 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.hagemessage2 > div a img{
    width: 60px;
    margin: 0 0 0 20px;
    display: block;
}
.hagemessage2 > div a:hover{
    opacity: 1;
}
.hagemessage2 > div a:hover img{
    animation: roll .8s;
    opacity: 1;
}
.hagemessage2 > div div.close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #d28aa9;
    letter-spacing: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.hagemessage2 > div div.close:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}
.showbtn{
    display: block!important;
}
.hidebtn{
    display: none!important;
}
@media screen and (max-width: 1240px) {
    .hagemessage2{
        background: rgba(255,255,255,0.8);
        width: 320px;
        height: 323px;
        position: absolute;
        top: 155px;
        right: 6%;
        z-index: 9999;
    }
}
@media screen and (max-width: 1080px) {
    .hagemessage2{
        background: rgba(255,255,255,0.8);
        width: 320px;
        height: 323px;
        position: absolute;
        top: 155px;
        right: 6%;
        z-index: 9999;
        margin: 0 -50px 0 0;
    }
}
@media screen and (max-width: 980px) {
    .hagemessage2{
        background: rgba(255,255,255,0.8);
        width: 265px;
        height: 353px;
        position: absolute;
        top: 125px;
        right: 8%;
        z-index: 9999;
    }
}




.kazumessage1{
    background: rgba(255,255,255,0.8);
    width: 220px;
    height: 213px;
    position: absolute;
    top: 180px;
    left: 5%;
}
.kazumessage1 > div{
    position:relative;
    height: 100%;
}
.kazumessage1 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi2.png) no-repeat;
    bottom: -12px;
    right: 15px;
    position: absolute;
}
.kazumessage1 > div p{
    padding: 20px 20px 10px 20px;
    line-height: 2em;
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 600;
}
.kazumessage1 > div a{
    display: flex;
    padding: 0 0 0 0;
}
.kazumessage1 > div div.kazumessagenext{
    display: flex;
    padding: 0 0 0 20px;
}
.kazumessage1 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage1 > div div.kazumessagenext span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage1 > div a div{
    width: 60px;
    margin: 0 0 0 20px;
}
.kazumessage1 > div div.kazumessagenext div{
    width: 60px;
    margin: 0 0 0 20px;
}
.kazumessage1 > div a div img{
    width: 60px;
}
.kazumessage1 > div div.kazumessagenext div img{
    width: 60px;
}
.kazumessage1 > div a:hover{
    opacity: 1;
}
.kazumessage1 > div div.kazumessagenext:hover{
    opacity: 1;
    cursor: pointer;
}
.kazumessage1 > div a:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage1 > div div.kazumessagenext:hover img{
    animation: roll .2s;
    opacity: 1;
}
@media screen and (max-width: 1240px) {
    .kazumessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 213px;
        position: absolute;
        top: 180px;
        left: 3%;
    }
}
@media screen and (max-width: 1080px) {
    .kazumessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 213px;
        position: absolute;
        top: 180px;
        left: 2%;
    }
}
@media screen and (max-width: 980px) {
    .kazumessage1{
        background: rgba(255,255,255,0.8);
        width: 220px;
        height: 213px;
        position: absolute;
        top: 180px;
        left: 1%;
    }
}



#mainsp .apple{
    width: 9vw;
    position: absolute;
    top: 10.5vw;
    right: 17.5vw;
}
#mainsp .apple img{
    width: 100%;
}
#mainsp .hage-sp{
    width: 33vw;
    position: absolute;
    top: 26vw;
    right: 18vw;
}
#mainsp .hage-sp img{
    width: 100%;
}
#mainsp .hage-sp a:hover{
    opacity: 1;
}
#mainsp .hage-sp a:hover img{
    opacity: 1;
}
#mainsp .kazu-sp{
    width: 38vw;
    position: absolute;
    bottom: -9vw;
    right: 2vw;
}
#mainsp .kazu-sp img{
    width: 100%;
}
#mainsp .kazu-sp a:hover{
    opacity: 1;
}
#mainsp .kazu-sp a:hover img{
    opacity: 1;
}
.kazumessage2{
    background: rgba(255,255,255,0.8);
    width: 220px;
    height: 213px;
    position: absolute;
    top: 180px;
    left: 5%;
}
.kazumessage2 > div{
    position:relative;
    height: 100%;
}
.kazumessage2 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi2.png) no-repeat;
    bottom: -12px;
    right: 15px;
    position: absolute;
}
.kazumessage2 > div p{
    padding: 20px 20px 25px 20px;
    line-height: 2em;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
}
.kazumessage2 > div p time{
    font-weight: 400;
    font-size: 13px;
}
.kazumessage2 > div p strong{
    font-size: 17px;
    display: block;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.kazumessage2 > div > a{
    display: flex;
    padding: 0 0 0 0;
}
.kazumessage2 > div div.kazumessagenext{
    display: flex;
    padding: 0 0 0 20px;
}
.kazumessage2 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage2 > div div.kazumessagenext span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage2 p a{
    color: #d28aa9;
    font-weight: 600;
    display: inline-block;
}
.kazumessage2 p a:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}
.kazumessage2 p.links{
    padding: 0 0 0 20px;
}
.kazumessage2 > div a div{
    width: 60px;
    margin: 0 0 0 20px;
}
.kazumessage2 > div div.kazumessagenext div{
    width: 60px;
    margin: 0 0 0 20px;
}
.kazumessage2 > div a div img{
    width: 60px;
}
.kazumessage2 > div div.kazumessagenext div img{
    width: 60px;
}
.kazumessage2 > div a:hover{
    opacity: 1;
}
.kazumessage2 > div div.kazumessagenext:hover{
    opacity: 1;
    cursor: pointer;
}
.kazumessage2 > div a:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage2 > div div.kazumessagenext:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage2 > div div.close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: #d28aa9;
    letter-spacing: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.kazumessage2 > div div.close:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}
@media screen and (max-width: 1240px) {
    .kazumessage2{
        background: rgba(255,255,255,0.8);
        width: 480px;
        height: 273px;
        position: absolute;
        top: 110px;
        left: 1%;
    }
    .kazumessage2 > div:before{
        content:"";
        width: 33px;
        height: 12px;
        display: block;
        background: url(../../img/fukidashi2.png) no-repeat;
        bottom: -12px;
        left: 185px;
        position: absolute;
    }
    .kazumessage2 > div > a{
        display: flex;
        justify-content: flex-end;
        padding: 0 20px 0 0;
        margin: -30px 0 0 40%;
        width: calc(60% - 20px);
    }
}
@media screen and (max-width: 1080px) {
    .kazumessage2{
        background: rgba(255,255,255,0.8);
        width: 480px;
        height: 273px;
        position: absolute;
        top: 110px;
        left: 1%;
    }
    .kazumessage2 > div:before{
        content:"";
        width: 33px;
        height: 12px;
        display: block;
        background: url(../../img/fukidashi2.png) no-repeat;
        bottom: -12px;
        left: 135px;
        position: absolute;
    }
    .kazumessage2 > div > a{
        display: flex;
        justify-content: flex-end;
        padding: 0 20px 0 0;
        margin: -30px 0 0 40%;
        width: calc(60% - 20px);
    }
}
@media screen and (max-width: 980px) {
    .kazumessage2{
        background: rgba(255,255,255,0.8);
        width: 480px;
        height: 273px;
        position: absolute;
        top: 110px;
        left: 1%;
    }
    .kazumessage2 > div:before{
        content:"";
        width: 33px;
        height: 12px;
        display: block;
        background: url(../../img/fukidashi2.png) no-repeat;
        bottom: -12px;
        left: 135px;
        position: absolute;
    }
    .kazumessage2 > div > a{
        display: flex;
        justify-content: flex-end;
        padding: 0 20px 0 0;
        margin: -30px 0 0 40%;
        width: calc(60% - 20px);
    }
}








@media screen and (min-width: 780px) {
    .hagemessage-sp1{
        display: none!important;
    }
    .hagemessage-sp2{
        display: none!important;
    }
    #mainsp .showbtn{
        display: none!important;
    }
    #mainsp .hidebtn{
        display: none!important;
    }
}

@media screen and (max-width: 780px) {
    .hagemessage-sp1{
        background: rgba(255,255,255,0.8);
        width: 45vw;
        height: 35vw;
        position: absolute;
        top: 3vw;
        left: 5vw;
    }
    .hagemessage-sp1 > div{
        position:relative;
        height: 100%;
    }
    .hagemessage-sp1 > div:before{
        content:"";
        width: 33px;
        height: 12px;
        display: block;
        background: url(../../img/fukidashi2.png) no-repeat;
        bottom: -12px;
        right: 10px;
        position: absolute;
    }
    .hagemessage-sp1 > div p{
        padding: 20px 20px 10px 20px;
        line-height: 2em;
        font-size: 3vw;
        color: #3d3d3d;
        font-weight: 600;
    }
    .hagemessage-sp1 > div a{
        display: flex;
        padding: 0 0 0 0;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp{
        display: flex;
        justify-content: center;
        padding: 0 0 0 0;
    }
    .hagemessage-sp1 > div a span{
        padding: 10px 0 20px 0;
        display: block;
        color: #d28aa9;
        font-weight: 600;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp span{
        padding: 10px 0 20px 20px;
        display: block;
        color: #d28aa9;
        font-size: 3vw;
        font-weight: 600;
    }
    .hagemessage-sp1 > div a div{
        width: 60px;
        margin: 0 0 0 20px;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp div{
        width: 60px;
        margin: 0 0 0 20px;
    }
    .hagemessage-sp1 > div a div img{
        width: 60px;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp div img{
        width: 10vw;
    }
    .hagemessage-sp1 > div a:hover{
        opacity: 1;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp:hover{
        opacity: 1;
        cursor: pointer;
    }
    .hagemessage-sp1 > div a:hover img{
        animation: roll .2s;
        opacity: 1;
    }
    .hagemessage-sp1 > div div.hagemessagenext-sp:hover img{
        animation: roll .2s;
        opacity: 1;
    }
}

.hagemessage-sp2{
    background: rgba(255,255,255,0.8);
    width: 50vw;
    height: 72vw;
    position: absolute;
    top: 5vw;
    left: 2vw;
    z-index: 9999;
}
.hagemessage-sp2 > div{
    position:relative;
    height: 100%;
    padding: 20px 0 0 0;
}
.hagemessage-sp2 > div:before{
    content:"";
    width: 12px;
    height: 33px;
    display: block;
    background: url(../../img/fukidashi3.png) no-repeat;
    bottom: 30vw;
    right: -12px;
    position: absolute;
}
.hagemessage-sp2 > div p{
    padding: 20px 3vw 3vw 3vw;
    line-height: 2em;
    font-size: 2.5vw;
    color: #3d3d3d;
    font-weight: 400;
}
.hagemessage-sp2 > div p time{
    font-weight: 400;
    font-size: 2vw;
}
.hagemessage-sp2 > div p strong{
    font-size: 3vw;
    display: block;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.hagemessage-sp2 > div a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0 0;
}
.hagemessage-sp2 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
    font-size: 3vw;
}
.hagemessage-sp2 > div a img{
    width: 10vw;
    margin: 0 0 0 20px;
    display: block;
}
.hagemessage-sp2 > div a:hover{
    opacity: 1;
}
.hagemessage-sp2 > div a:hover img{
    animation: roll .8s;
    opacity: 1;
}
.hagemessage-sp2 > div div.close-sp{
    position: absolute;
    right: 3vw;
    top: 3vw;
    color: #fff;
    background: #d28aa9;
    letter-spacing: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2vw;
}
.hagemessage-sp2 > div div.close-sp:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}






@media screen and (min-width: 780px) {
    .kazumessage-sp1{
        display: none!important;
    }
    .kazumessage-sp2{
        display: none!important;
    }
    #mainsp .showbtn{
        display: none!important;
    }
    #mainsp .hidebtn{
        display: none!important;
    }
}

.kazumessage-sp1{
    background: rgba(255,255,255,0.8);
    width: 50vw;
    height: 24vw;
    position: absolute;
    top: 53vw;
    right: 40vw;
}
.kazumessage-sp1 > div{
    position:relative;
    height: 100%;
}
.kazumessage-sp1 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi2.png) no-repeat;
    bottom: -12px;
    right: 5vw;
    position: absolute;
}
.kazumessage-sp1 > div p{
    padding: 3vw 2vw 1vw 2vw;
    line-height: 2em;
    font-size: 2.5vw;
    color: #3d3d3d;
    font-weight: 600;
    z-index: 9;
    position: relative;
}
.kazumessage-sp1 > div a{
    display: flex;
    padding: 0 0 0 0;
}
.kazumessage-sp1 > div div.kazumessagenext-sp{
    display: flex;
    justify-content: center;
    padding: 1vw 0 0 0;
}
.kazumessage-sp1 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;

}
.kazumessage-sp1 > div div.kazumessagenext-sp span{
    padding: 3vw 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
    font-size: 3vw;
}
.kazumessage-sp1 > div a div{
    width: 60px;
    margin: 0 0 0 0;
}
.kazumessage-sp1 > div div.kazumessagenext-sp div{
    width: 60px;
    margin: 0 0 0 5vw;
}
.kazumessage-sp1 > div a div img{
    width: 60px;
}
.kazumessage-sp1 > div div.kazumessagenext-sp div img{
    width: 10vw;
}
.kazumessage-sp1 > div a:hover{
    opacity: 1;
}
.kazumessage-sp1 > div div.kazumessagenext-sp:hover{
    opacity: 1;
    cursor: pointer;
}
.kazumessage-sp1 > div a:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage-sp1 > div div.kazumessagenext-sp:hover img{
    animation: roll .2s;
    opacity: 1;
}



.kazumessage-sp2{
    background: rgba(255,255,255,0.8);
    width: 60vw;
    height: 75vw;
    position: absolute;
    top: 2.5vw;
    left: 4vw;
    z-index: 9999;
}
.kazumessage-sp2 > div{
    position:relative;
    height: 100%;
}
.kazumessage-sp2 > div:before{
    content:"";
    width: 33px;
    height: 12px;
    display: block;
    background: url(../../img/fukidashi2.png) no-repeat;
    bottom: -12px;
    right: 15px;
    position: absolute;
}

.kazumessage-sp2 > div p{
    padding: 3vw 3vw 0 3vw;
    line-height: 2em;
    font-size: 2.5vw;
    color: #3d3d3d;
    font-weight: 400;
}
.kazumessage-sp2 > div p time{
    font-weight: 400;
    font-size: 2vw;
}
.kazumessage-sp2 > div p strong{
    font-size: 3vw;
    display: block;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.kazumessage-sp2 > div div.kazumessagenext-sp{
    display: flex;
    padding: 0 0 0 20px;
}
.kazumessage-sp2 > div a span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage-sp2 > div div.kazumessagenext-sp span{
    padding: 10px 0 20px 0;
    display: block;
    color: #d28aa9;
    font-weight: 600;
}
.kazumessage-sp2 p a{
    color: #d28aa9;
    font-weight: 600;
    display: inline-block;
}
.kazumessage-sp2 p a:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}
.kazumessage-sp2 p.links-sp{
    text-align: center;
    font-size: 3.2vw;
}
.kazumessage-sp2 > div a div{
    margin: 0 0 0 20px;
}
.kazumessage-sp2 > div > a{
    display: flex;
        justify-content: center;
        padding: 0 0 0 0;
        margin: 5vw 0 0 0;
        width: 100%;
        font-size: 3.8vw;
}
.kazumessage-sp2 > div div.kazumessagenext-sp div{
    width: 60px;
    margin: 0 0 0 20px;
}
.kazumessage-sp2 > div a div img{
    width: 10vw;
}
.kazumessage-sp2 > div div.kazumessagenext-sp div img{
    width: 60px;
}
.kazumessage-sp2 > div a:hover{
    opacity: 1;
}
.kazumessage-sp2 > div div.kazumessagenext-sp:hover{
    opacity: 1;
    cursor: pointer;
}
.kazumessage-sp2 > div a:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage-sp2 > div div.kazumessagenext-sp:hover img{
    animation: roll .2s;
    opacity: 1;
}
.kazumessage-sp2 > div div.close-sp{
    padding: 2vw;
    position: absolute;
    right: 3vw;
    top: 3vw;
    color: #fff;
    background: #d28aa9;
    letter-spacing: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.kazumessage-sp2 > div div.close-sp:hover{
    cursor: pointer;
    animation: buru ease-in-out .5s;
    opacity: 1;
}





/*-----------------
news
-----------------*/
#news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news div:nth-child(1){
    width: 313px;
    width: 25.24%;
    margin: 0 0 0 2.9%;
}

#news div:nth-child(1) img{
    width: 100%;
}
#news div:nth-child(2){
    width: 420px;
    width: 33.87%;
    padding: 0 0 0 2.5%;
    background: url(../../img/newsline.png) 0 0 repeat-y;
}
#news div:nth-child(2) time{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 13px;
    color: #3d3d3d;
}
#news div:nth-child(2) p{
    line-height: 2.2em;
    font-weight: 300;
    margin: 16px 0 0 0;
    font-size: 15px;
}
#news div:nth-child(2) p a{
    color: #000;
}

#news div:nth-child(3){
    width: 184px;
    width: 14.83%;
    margin: 86px 5% 0 0;
}
#news div:nth-child(3) a{
    font-size: 14px;
    display: block;
    padding: 22px 0 15px 0;
    background-size: 54px;
    color: #000;
    position: relative;
}
#news div:nth-child(3) a img{
    width: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#news div:nth-child(3) a:hover{
    opacity: 1;
}
#news div:nth-child(3) a:hover img{
    animation: minmin ease-in-out .5s;
    opacity: 1;
}
@media screen and (max-width: 1080px) {
    #news{
        width: 90vw;
        text-align: left;
        margin: 0 auto;
    }
    #news{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #news div:nth-child(1) img{
        width: 40%;
        margin: 0 0 0 -2vw;
    }
    #news div:nth-child(1){
        width: 100%;
        margin: 0 0 0 0;
        order: 1;
    }
    #news div:nth-child(2){
        width: 100%;
        padding: 0 0 0 0;
        background: none;
        order: 3;
    }
    #news div:nth-child(3){
        width: 100%;
        margin: 0 0 80px 0;
        order: 2;
        text-align: right;
    }
    #news div:nth-child(3) a{
        font-size: 14px;
        display: inline-block;
        padding: 22px 72px 15px 0;
        background-size: 54px;
        color: #000;
        position: relative;
    }
    #news div:nth-child(3) a img{
        width: 54px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    #news div:nth-child(1) img{
        width: 66%;
        margin: 0 0 0 -2vw;
    }
}

/*-----------------
profile
-----------------*/
#profile{
    width: 1080px;
    margin: 92px auto 0 auto;
}
#profile h1{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #3a5a79;
}
#profile span{
    font-size: 14px;
    font-weight: 500;
    color: #646566;
    display: block;
    padding: 19px 0 41px 0;
}
#profile p{
    line-height: 2.2em;
    font-weight: 300;
    font-size: 15px;
}
#profile .linestamp{
    display: none;
}
@media screen and (max-width: 1080px) {
    #profile{
        width: 90vw;
        margin: 80px auto 0 auto;
        background: url(../../img/newsarchiveline.png) 0 0 repeat-x;
        padding: 80px 0 80px 0;
    }
}
@media screen and (max-width: 780px) {
    #profile .linestamp{
        display: block;
        text-align: right;
        position: relative;
    }
    #profile .linestamp a{
        font-size: 14px;
        display: inline-block;
        padding: 42px 70px 15px 0;
        background-size: 54px;
        color: #000;
        position: relative;
        text-align: right;
    }
    #profile .linestamp img{
        width: 54px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #profile .linestamp a:hover{
        opacity: 1;
    }
    #profile .linestamp a:hover img{
        animation: buru ease-in-out .5s;
        opacity: 1;
    }
}
@media screen and (max-width: 480px) {
    #profile h1{
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        letter-spacing: 0.18em;
        color: #3a5a79;
    }

}

/*-----------------
exibition
-----------------*/
#exibition{
    width: 1080px;
    margin: 85px auto 0 auto;
}
#exibition h2{
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #3d3d3d;
}
#exibition ul{
    padding: 10px 0 0 0;
}
#exibition ul li{
    display: flex;
    margin: 18px 0 0 0;
}
#exibition ul li time{
    width: 78px;
    font-weight: 300;
    font-size: 15px;
}
#exibition ul li p{
    letter-spacing: 0.15em;
    font-weight: 300;
    font-size: 15px;
}
@media screen and (max-width: 1080px) {
    #exibition{
        width: 90vw;
        margin: 0 auto;
    }
}
@media screen and (max-width: 780px) {
    #exibition ul li p{
        line-height: 1.4em;
    }
}
@media screen and (max-width: 480px) {
    #exibition{
        width: 90vw;
        margin: 0 auto;
    }
    #exibition h2{
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        letter-spacing: 0.01em;
        color: #3d3d3d;
    }
    #exibition ul li{
        display: flex;
        flex-wrap: wrap;
        margin: 12px 0 16px 0;
    }
    #exibition ul li time{
        width: 100%;
        font-weight: 300;
        font-size: 13px;
        margin: 8px 0 0 0;
    }
    #exibition ul li p{
        width: 100%;
        letter-spacing: 0.15em;
        font-weight: 300;
        font-size: 15px;
        padding: 10px 0 0 0;
        line-height: 1.4em;
    }
}

/*-----------------
footer
-----------------*/
footer{
    width: 1240px;
    margin: 120px auto 0 auto;
}
footer > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer > div ul{
    display: flex;
    flex-wrap: wrap;
    padding: 39px 0 0 80px;
}
footer > div ul li{
    margin: 0 32px 0 0;
}
footer > div ul li a{
    width: 36px;
    display: block;
}
footer > div ul li a img{
    width: 100%;
}
footer > div > div{
    display: flex;
    flex-wrap: wrap;
    padding: 0 73px 0 0;
}
footer > div > div p{
    padding: 42px 30px 0 0;
    font-size: 13px;
    text-align: right;
    color: #5a69a0;
    line-height: 1.4em;
    font-weight: 400;
}
footer > div > div a{
    width: 69px;
    display: block;
}
footer > div > div a img{
    width: 100%;
}
footer > div > div a:hover img{
    animation: rinrin ease-in-out .6s;
    opacity: 1;
}
footer > p{
    font-size: 11px;
    text-align: right;
    color: #667d94;
    padding: 76px 80px 53px 0;
}
@media screen and (max-width: 480px) {
    footer > div ul{
        width: calc(100% - 32px);
        display: flex;
        flex-wrap: wrap;
        padding: 39px 0 80px 32px;
        justify-content: center;
    }
    footer > div ul li{
        margin: 0 32px 0 0;
    }
    footer > div ul li a{
        width: 42px;
        display: block;
    }
    footer > div > div{
        width: 100%;
        display: flex;
        padding: 30px 0 0 0;
    }
    footer > div > div p{
        width: 100%;
        padding: 20px 0 0 0;
        font-size: 13px;
        text-align: center;
        color: #5a69a0;
        line-height: 1.4em;
        font-weight: 400;
        order: 2;
    }
    footer > div > div a{
        width: 69px;
        display: block;
        margin: 0 auto;
        order: 1;
    }
}


/*-----------------
gallery-PC
-----------------*/
#gallery{
    text-align: center;
}
#gallery ul li > div{
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 30px 0 140px 0;
}
#gallery ul li > div > div:nth-child(1) p{
    font-size: 20px;
    display: flex;
}
#gallery ul li > div > div:nth-child(1) p time{
    font-size: 11px;
    line-height: 21px;
    padding: 0 0 0 14px;
}
#gallery ul li > div > div:nth-child(2) p{
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 50px;
}
#gallery > p{
    margin: 120px 0 144px 0;
}
#gallery > p a img{
    width: 68px;
}
#gallery > p a span{
    vertical-align: 18px;
    padding: 0 0 0 20px;
    color: #000;
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on {
    opacity: 1;
}
/*-----------------
gallery-SP
-----------------*/
@media screen and (max-width: 1080px) {
    #gallery{
        width: 90vw;
        text-align: center;
        margin: 0 auto;
    }
    #gallery ul li > img{
        width: 100%;
    }
    #gallery ul li > div{
        display: flex;
        justify-content: space-between;
        padding: 30px 0 140px 0;
    }
    #gallery ul li > div > div:nth-child(1) p{
        font-size: 18px;
        display: flex;
        font-weight: 500;
    }
    #gallery ul li > div > div:nth-child(1) p time{
        font-size: 10px;
        line-height: 21px;
        padding: 0 0 0 10px;
    }
    #gallery ul li > div > div:nth-child(2) p{
        font-size: 12px;
        line-height: 20px;
        padding: 0 0 0 0;
    }
}
@media screen and (max-width: 780px) {
    #gallery ul li > div{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        padding: 30px 0 140px 0;
    }
    #gallery ul li > div > div:nth-child(1){
        width: 100%;
        text-align: center;
    }
    #gallery ul li > div > div:nth-child(1) p{
        font-size: 18px;
        display: flex;
        align-content: center;
        justify-content: center;
        font-weight: 500;
    }
    #gallery ul li > div > div:nth-child(1) p time{
        font-size: 10px;
        line-height: 21px;
        padding: 0 0 0 10px;
    }
    #gallery ul li > div > div:nth-child(2){
        width: 100%;
    }
    #gallery ul li > div > div:nth-child(2) p{
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }
}

/*-----------------
newsarchive-PC
-----------------*/
#newsarchive > div{
    width: 1080px;
    margin: 0 auto 0 auto;
}
#newsarchive > div li{
    padding: 30px 18px 26px 18px;
    background: url(../../img/newsarchiveline.png) 0 0 repeat-x;
}
#newsarchive > div li time{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 13px;
    color: #3d3d3d;
}
#newsarchive > div li p{
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0 0 0;
    font-size: 15px;
}
#newsarchive > div li p a{
    color: #000;
}
.pager{
    width: 1080px;
    margin: -35px auto 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 0;
}
.pager li{
    margin: 0 15px 0 0;
}
.pager li a{
    color: #fff;
    padding: 3px 8px 3px 9px;
    background: #7f90a0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.pager li.active a{
    color: #fff;
    background: #cdcdcd;
}

#newsarchive  > div > p{
    margin: 50px 0 0 0;
}
#newsarchive  > div > p a img{
    width: 68px;
}
#newsarchive  > div > p a span{
    vertical-align: 18px;
    padding: 0 0 0 20px;
    color: #000;
}
#newsarchive  > div > p a:hover img{
    animation: minmin ease-in-out .1s;
    opacity: 1;
}
/*-----------------
newsarchive-SP
-----------------*/
@media screen and (max-width: 1240px) {
    #newsarchive{
        width: 90vw;
        margin: 0 auto;
    }
    #newsarchive > div{
        width: 100%;
        margin: 0 auto 0 auto;
        background: url(../../img/newsarchiveline.png) 0 0 repeat-x;
    }
}

@media screen and (max-width: 780px) {
    #newsarchive > div > p{
        margin: 50px 0 0 0;
        text-align: center;
    }
}

/*-----------------
newsarticle-PC
-----------------*/
#newsarticle > div{
    width: 1080px;
    margin: 0 auto 0 auto;
    background: url(../../img/newsarchiveline.png) 0 0 repeat-x;
}
#newsarticle time{
    padding: 40px 18px 0 18px;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 15px;
    color: #3d3d3d;
}
#newsarticle h1{
    padding: 10px 18px 10px 18px;
    line-height: 2em;
    font-size: 18px;
    color: #3a5a79;
    font-weight: 600;
}
#newsarticle > div > div{
    padding: 30px 18px 30px 18px;
    display: flex;
    justify-content: space-between;
}
#newsarticle > div > div > div:nth-child(1){
    width: 30%;
    order: 2;
}
#newsarticle > div > div > div:nth-child(1) img{
    width: 100%;
    height: auto;
}
#newsarticle > div > div > div:nth-child(2){
    width: 60%;
    order: 1;
}
#newsarticle > div > div > div:nth-child(2) p{
    line-height: 1.8em;
    font-size: 15px;
    padding: 0 0 20px 0;
}
#newsarticle > div > div > div:nth-child(2) img{
    line-height: 1.8em;
    font-size: 15px;
    margin: 0 0 20px 0;
    display: block;
    max-width: 100%;
}
#newsarticle > div > div > div:nth-child(2) a{
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../../img/link.png) 0 50% no-repeat;
    background-size: 14px;
    color: #9dc4cf;
    font-weight: 500;
}
#newsarticle > div > p{
    margin: 50px 0 0 0;
}
#newsarticle > div > p a img{
    width: 68px;
}
#newsarticle > div > p a span{
    vertical-align: 18px;
    padding: 0 0 0 20px;
    color: #000;
}
#newsarticle > div > p a:hover img{
    animation: minmin ease-in-out .1s;
    opacity: 1;
}

header > a{
    width: 220px;
    display: block;
    margin: 40px 0 0 0;
}
header > a img{
    width: 100%;
}

/*-----------------
newsarticle-SP
-----------------*/
@media screen and (max-width: 1240px) {
    header{
        width: 100vw;
        margin: 0 auto 70px auto;
    }
    header > a{
        width: 220px;
        display: block;
        margin: 40px 0 0 2vw;
    }
    header > a img{
        width: 100%;
    }
    footer{
        width: 100vw;
        margin: 120px auto 0 auto;
    }
    #newsarticle{
        width: 90vw;
        margin: 0 auto;
    }
    #newsarticle > div{
        width: 100%;
        margin: 0 auto 0 auto;
        background: url(../../img/newsarchiveline.png) 0 0 repeat-x;
    }
    .pager{
        width: 100%;
        margin: -35px auto 0 auto;
        display: flex;
        padding: 0 0 0 0;
    }
    footer > p{
        font-size: 11px;
        text-align: right;
        color: #667d94;
        padding: 76px 5vw 53px 0;
    }
}

@media screen and (max-width: 780px) {
    #newsarticle time{
        padding: 40px 0 0 0;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        letter-spacing: 0.01em;
        font-size: 15px;
        color: #3d3d3d;
    }
    #newsarticle h1{
        padding: 10px 0 10px 0;
        line-height: 2em;
        font-size: 18px;
        color: #3a5a79;
        font-weight: 600;
    }
    #newsarticle > div > div{
        padding: 30px 0 30px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #newsarticle > div > div > div:nth-child(1){
        width: 100%;
        order: 1;
        padding: 0 0 40px 0;
    }
    #newsarticle > div > div > div:nth-child(1) img{
        width: 100%;
    }
    #newsarticle > div > div > div:nth-child(2){
        width: 100%;
        order: 2;
    }
    #newsarticle > div > p{
        margin: 50px 0 0 0;
        text-align: center;
    }
    .pager{
        width: calc(100% - 10px);
        margin: 80px auto 0 auto;
        display: flex;
        justify-content: center;
        padding: 0 0 0 10px;
    }
    footer > p{
        font-size: 11px;
        text-align: center;
        color: #667d94;
        padding: 76px 0 53px 0;
    }
}
