@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}

.en {
font-family: "Archivo Black", sans-serif;
}

/*PC*/
@media print, screen and (min-width: 768px) {
.pc {
display:block;
}
.sp {
display:none;
}


body{
min-width: 1180px;
line-height: 2;
}


/*--スクロールトップ---------*/
#totop {
bottom:140px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}


/* header
--------------------------------------------*/
header {
position: relative;
width: 100%;
transition: 0.5s;
min-width: 1280px;
background: #f5f5f5;
padding: 30px 2.5% 0;
box-sizing: border-box;
}
header .sukihime{
width: 180px;
position: relative;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
min-width: 1280px;
padding: 100px 5%;
box-sizing: border-box;
}

footer .fot_list{
width: 900px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0 auto 80px;
}

footer .fot_list li{
width: 48%;
position: relative;
}

footer .fot_list li h3{
font-weight: 800;
border: 1px solid #4c4d50;
color: #4c4d50;
line-height: 1;
padding: 5px;
box-sizing: border-box;
margin: 0 0 15px;
}

footer .fot_list li p{
line-height: 1.65
}

footer .copy {
font-size: 1.2rem;
text-align:center;
}


}
@media only screen and (max-width: 767px) {
.pc {
display:none;
}
.sp {
display:block;
}


body{
overflow-x: hidden;
}
/*--スクロールトップ---------*/
#totop {
bottom: 80px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
width:40px;
}

#totop a {
display: block;
width: 40px;
height: 40px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}


/* header
--------------------------------------------*/
header {
position: relative;
width: 100%;
transition: 0.5s;
background: #f5f5f5;
padding: 10px 5% 0;
box-sizing: border-box;
}
header .sukihime{
width: 120px;
position: relative;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
padding:40px 5%;
box-sizing: border-box;
}

footer .fot_list{
width:100%;
margin:0 auto 40px;
}

footer .fot_list li{
width:100%;
position: relative;
margin-bottom: 30px;
text-align: center;
}

footer .fot_list li:last-child{
margin-bottom: 0;
}

footer .fot_list li h3{
font-weight: 800;
border: 1px solid #4c4d50;
color: #4c4d50;
line-height: 1;
padding: 5px;
box-sizing: border-box;
margin: 0 0 15px;
}

footer .fot_list li p{
line-height: 1.65
}

footer .copy {
font-size: 1.2rem;
text-align:center;
}

}