@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Sintony&display=swap');

/* base.css */
/*--------------------------------------*/

* {box-sizing:border-box;}

html,body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Sintony", sans-serif;
    line-height: 1.6;
    font-size: 64%;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}

.barlow {
    font-family: "Barlow Condensed", sans-serif;
}


/* clearfix */
/*--------------------------------------*/
.clearfix:after {
    clear:both;
    display:block;
    visibility:hidden;
    content:" ";
    height:0;
    font-size:0;
}

/* IE6 */
* html .clearfix {
    zoom:1;
}

/* IE7 */
*:first-child+html .clearfix {
    zoom:1;
    }
/*--------------------------------------*/


/* text link color */
/*--------------------------------------*/

a:link    {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover   {color:#666666;text-decoration:none;}
a:active  {color:#666666;text-decoration:none;}

section a:hover img {
    opacity:0.7;
}


/* wrapper */
/*--------------------------------------*/

#wrapper {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#wrapper a {
    transition: all .3s ease;
}
#wrapper figure {
    margin: 0;
}

#wrapper .pc {}
#wrapper .sp {display: none;}


/* page top */
.pagetop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 94%;
    max-width: 1360px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 0;
    z-index: 100;
}
.pagetop a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/pagetop.png");
    background-size: contain;
    text-decoration: none;
}
.pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.pagetop.stop {
    position: absolute;
    bottom: 130px;
}



/* marging bottom */
.mb00 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}


/* ul reset */
ul {letter-spacing:-0.5em;}
ul li {letter-spacing:normal;}


/* bottom link */
ul.bottom-link {
    margin: 0 auto 4em;
    padding: 2em 0;
    border-bottom: 1px solid #cccccc;
}
ul.bottom-link li {
    display: inline-block;
    margin: 0 2em;
    font-size: 16px;
    font-weight: 700;
}

/* footer */
footer {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2em;
}
footer #footer-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96%;
    max-width: 580px;
    margin: 0 auto 2em;
}
footer .footer-logo .logo {
    width: 120px;
    margin-right: 25px;
}
footer .footer-logo .text {
    text-align: left;
    line-height: 1.2;
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 16px;
}
footer address {
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 14px;
}




/* - 1400px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1400px) {




}
/* - 1400px end */





/* - 768px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {



}
/* - 768px end */





/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {



#wrapper .pc {display: none;}
#wrapper .sp {display: block;}

.pagetop {
    bottom: 16%;
    width: 93.6%;
}
.pagetop a {
    width: 7.6vw;
    height: 7.6vw;
}
.pagetop.stop {
    bottom: 24vw;
}


footer ul li {
    font-size: 3.2vw;
}
footer .footer-logo {
    max-width: inherit;
}
footer .footer-logo .logo {
    width: 15.73vw;
    margin-right: 3.46vw;
}
footer .footer-logo .text {
    font-size: 2.8vw;
}
footer address {
    font-size: 2.4vw;
}


}
/* - 750px end */



/* - 570px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 570px) {





}
/* - 570px end */



/* - 375px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 375px) {


}
/* - 375px end */















