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: 100%;
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
vertical-align: baseline;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-moz-box-sizing: border-box;
box-sizing: border-box;
webkit-box-sizing: border-box;
font-family: 'ヒラギノ角ゴ Pro W8','Noto Sans JP';
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
@media (min-width: 320px) {
  :root {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.6452));
    min-height: 0vw;
  }
}
@media (min-width: 940px) {
  :root {
    font-size: 20px;
  }
}


.sales{
    width:940px;
    margin: 0 auto;
    background: #fff;
    padding:2% 0;
}
.sec_wrap{
    width:940px;
    margin: 0 auto;
}
.sec_wrap_txt{
    margin: 0 2%;
}
.sec_wrap_txt2{
	width:83.5%;
    margin: 0 auto;
	text-align: center;
}
.sec_wrap_txt3{
    padding:0 2%;
}
.sec_wrap3{
    background: #e03334;
}

img {
 width:100%;
 height:auto;
}
a{
text-decoration:none;
}
a:hover {
 opacity:0.6;
 transition-duration:0.5s;
}

.pc {
 display:block!important;
}
.sp {
 display:none!important;
}
@media screen and (max-width: 939px) {
.pc {
 display:none!important;
}
.sp {
 display:block!important;
}
}

.pcc {
 display:block!important;
}
.spp {
 display:none!important;
}
@media screen and (max-width: 640px) {
.pcc {
 display:none!important;
}
.spp {
 display:block!important;
}
}

@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (max-width: 939px) {
    img{
        width:100%;
        height:auto;
    }
	.loopslider img{
        width:110%;
        height:auto;
    }
    .sales,.title,.sec_wrap,.footer{
        width:100%!important;
    }
	.sales-btn{
        width:95%;
    }
}

/*header*/
header{
	overflow: hidden;
    position: relative;
}
header div{
	background: #fff;
}
header h1{
	width: 940px;
	margin: 0 auto;
}
header .icOn{
	display: flex;
    align-items: center;
    justify-content: flex-end; 
}
header .icOn .main_logo{
	max-width: 360px;
    /*margin-right: auto;*/
}
header .icOn li:first-child{
    margin: 0.5% auto 0.5% 0.5%;;
    
}
header .icOn li:nth-child(2),header .icOn li:nth-child(3),header .icOn li:nth-child(4),header .icOn li:nth-child(5),header .icOn li:nth-child(6),header .icOn li:nth-child(7){
    margin:0.5% 0.5% 0.5% 0;
}
header .icOn li:nth-child(2),header .icOn li:nth-child(3),header .icOn li:nth-child(4),header .icOn li:nth-child(5),.icOn li:nth-child(6){
    max-width:40px;
}
header .icOn li:nth-child(2):hover img,header .icOn li:nth-child(3):hover img,header .icOn li:nth-child(4):hover img,header .icOn li:nth-child(5):hover img,header .icOn li:nth-child(6):hover img{
    opacity:0.6;
 transition-duration:0.5s;
}

header .icOn .logolist{
	max-width: 30px;
}
header .icOn .in_top{
	max-width: 70px;
}
header .glvNav{
	display: flex;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-evenly;
}
header .glvNav li{
	padding: 7px 0;
	font-size: 14px;
	text-align: center;
}
header .glvNav li a{
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
header .glvNav li a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
header .glvNav li a:hover {
  cursor: pointer;
  opacity: 1!important;
}
header .glvNav li a:hover::after {
  width: 100%;
}
header p{
    font-size: 14px;
    padding: 5px 0.5%;
}
@media screen and (max-width: 640px){
	header .icOn li:first-child{
    	margin: 1.5% auto 1% 2%;;
    
	}
  	header p{
    	text-align: center;
	}
	header .glvNav{
        width:100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header .glvNav li:nth-child(1){
        border-bottom: 1px dotted #fff;
        border-right: 1px dotted #fff;
        width:50%!important;
        max-width:none;
    }
    header .glvNav li:nth-child(2){
        border-bottom: 1px dotted #fff;
        width:50%!important;
        max-width:none;
    }
    header .glvNav li:nth-child(3){
        border-right: 1px dotted #fff;
        width:50%!important;
        max-width:none;
    }
	header .glvNav li:nth-child(4){
        width:50%!important;
        max-width:none;
    }
    /*header .glvNav li:last-child{
		border-top: 1px dotted #fff;
        width:100%!important;
        max-width:none;
    }*/
}

/*top*/
#top .mainmv{
    margin: 0 auto;
}
#top .top_inner{
  position: relative;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal; 
}
#top p {
  position: absolute;
  bottom: 14%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  color:#fff;
}
@media screen and (max-width: 939px){
#top p{
    left: 51%;
    bottom: 15%;
    }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

@media screen and (max-width: 640px){
   #top .top_inner{
		background: url(../images/main_sp.jpg) center center / cover no-repeat;
		width: 100%;
		animation: fadeIn 3s ease 0s 1 normal;
		-webkit-animation: fadeIn 3s ease 0s 1 normal;
		position: relative;
		z-index: 1;
	   padding: 56% 1%;
	}
    #top ul{
        float:right;
		margin-top: -55%;
    }
    #top ul li{
        max-width:40px;
        margin-bottom: 15%;
    }
    #top ul li img:hover{
        opacity:0.6;
        transition-duration:0.5s;
    }
}

@keyframes fadeIn { /*上の#top内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*ambassador*/
#ambassador{
    margin: 100px 0;
}
#ambassador h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
@media screen and (max-width: 640px){
  #ambassador{
	margin: 50px 0;
}
  #ambassador h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}

#ambassador_box h2{
    font-size: 30px;
    color:#b8133d;
    text-align: center;
    line-height: 130%;
    padding: 100px 0 50px;
}
#ambassador_box h2 span{
    font-size: 38px;
    color:#17377b;
}
#ambassador_box p{
    margin: 5px 0;
    line-height: 130%;
}
#ambassador_box ul{
    display: flex;
	justify-content: space-around;
}
#ambassador_box li:first-child{
    margin: 5px 0 0 10%;
}
#ambassador_box li:last-child{
    margin: 5px 10% 0 0;
}

@media screen and (max-width: 640px){
  #ambassador_box{
    background:url("../images/go_beyond.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

  #ambassador_box h2{
    font-size: calc(1.5rem + ((1vw - 3.2px) * 0.6452));
  }
  #ambassador_box h2 span{
    font-size: calc(1.7rem + ((1vw - 3.2px) * 0.6452));
}
}

/*coordinate*/
#coordinate{
    margin: 100px 0;
}
#coordinate h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#coordinate_box ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 0 2%;
}
#coordinate_box ul li{
	width: 24.1%;
	margin: 0 1% 5% 0; 
}
#coordinate_box ul li:nth-of-type(4n) {
    margin-right: 0;
}
#coordinate_box ul li img{
	transition: .3s;
}
#coordinate_box ul li a:hover img{
	transform: scale(1.05);
}
@media screen and (max-width: 640px){
  #coordinate{
	margin: 50px 0;
}
  #coordinate h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
  #coordinate_box ul li{
	width:32%;
  }
  #coordinate_box ul li{
    margin-right: 2%;
  }
  #coordinate_box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #coordinate_box ul li:nth-of-type(4n) {
    margin-right: 2%;
}
}

#coordinate_box h2{
    font-size: 30px;
    color:#b8133d;
    text-align: center;
    line-height: 130%;
    padding: 100px 0 50px;
}
#coordinate_box h2 span{
    font-size: 38px;
    color:#17377b;
}
#coordinate_box p{
    margin: 5px 0;
    line-height: 130%;
	justify-content: flex-start;
}

@media screen and (max-width: 640px){
  #coordinate_box{
    background:url("../images/go_beyond.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

  #coordinate_box h2{
    font-size: calc(1.5rem + ((1vw - 3.2px) * 0.6452));
  }
  #coordinate_box h2 span{
    font-size: calc(1.7rem + ((1vw - 3.2px) * 0.6452));
}
}

/*collaboration*/
#collaboration {
    margin: 100px 0;
}
#collaboration h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#collaboration p {
    margin: 5px 0;
    line-height: 130%;
}
@media screen and (max-width: 640px){
  #collaboration{
	margin: 50px 0;
}
  #collaboration h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}


/* movie */
#movie{
    margin: 100px 0;
}
#movie h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
@media screen and (max-width: 640px){
  #movie{
	margin: 50px 0;
}
  #movie h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}
#movie_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#movie_box li div {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
#movie_box li {
    width: 49%;
}
#movie_box li:first-child,#movie_box li:nth-child(2){
    margin-bottom: 3%;
}
#movie_box p {
    line-height: 138%;
    font-size: 86%;
	margin: 1% 2%;
}
#movie_box iframe{
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 640px){
#movie_box {
    padding: 0;
}
}

/* TIE-UP */
#tie_up{
    margin: 100px 0;
}
#tie_up h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
@media screen and (max-width: 640px){
  #tie_up{
	margin: 50px 0;
}
  #tie_up h2,#tie_up_box h3{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}
#tie_up_box h3{
	font-size: 30px;
	text-align: center;
	padding:2.5% 0 3%;
	background:#e03334;
	color:#fff;
}
#tie_up_box h3 span:nth-of-type(1){
	vertical-align: middle;
	font-weight: 100;
}
#tie_up_box h3 span:nth-of-type(2){
	font-size: 18px;
	font-weight: 100;
}
#tie_up_box p{
	margin: 1% 2%;
	line-height: 138%;
}
#tie_up_box .cent{
	display: block;
	margin: 2% auto 0;
	max-width: 720px;
}




/*size*/
#size{
    margin: 100px 0;
}
#size h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
@media screen and (max-width: 640px){
  #size{
	margin: 50px 0;
}
  #size h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}

#size_box h2{
    font-size: 30px;
    color:#b8133d;
    text-align: center;
    line-height: 130%;
    padding: 100px 0 50px;
}
#size_box h2 span{
    font-size: 38px;
    color:#17377b;
}

#size_box p{
    margin: 5px 0;
    line-height: 130%;
}

@media screen and (max-width: 640px){
  #size_box{
    background:url("../images/go_beyond.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

  #size_box h2{
    font-size: calc(1.5rem + ((1vw - 3.2px) * 0.6452));
  }
  #size_box h2 span{
    font-size: calc(1.7rem + ((1vw - 3.2px) * 0.6452));
}
}
#size_box .movie_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 100px;
}
#size_box .movie_box li div {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
#size .movie_box li {
    width: 49%;
}
#size_box .movie_box li:first-child,#size_box .movie_box li:nth-child(2){
    margin-bottom: 3%;
}
#size_box .movie_box p {
    line-height: 138%;
    font-size: 86%;
}
#size_box .movie_box iframe{
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 640px){
#size_box .movie_box {
    padding: 0;
}
}
/* table */
@media screen and (max-width: 640px) {
th {
    padding: 10px 0 0 0!important;
    font-size: 12px!important;
    width: 100%!important;
}
td {
    padding: 10px 0 0 0!important;
    font-size: 12px!important;
}
  .tbl-r03 {
    width: 100%!important;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    display: block;
    height: 35px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 .wid {
    width: 10%;
  }
  .tbl-r03 tbody tr {
    width: 100%;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbbg{
	background: linear-gradient(#00235f,#225588);
  }
  .tbbg2{
	background: linear-gradient(#df3232,#d77373);
  }
  .atten{
	text-align: left!important;
}
}
.tbl-r03 {
    width: 84%;
    margin: 0 auto;
	text-align: center;
}
th {
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
	vertical-align: middle;
    font-size: 16px;
    width: 17%;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
  vertical-align: middle;
    font-size: 16px;
}
.tbbg{
	background: linear-gradient(#00235f,#225588);
  }
.tbbg2{
	background: linear-gradient(#df3232,#f96565);
  }
.tit_txt_1{
	font-size: 86%!important;
	margin:0 0 2% 0!important;
}
.tit_txt_1:nth-of-type(2){
	margin:5% 0 2% 0!important;
}
.tit_txt_1:before{
    content: '';
    display: inline-block;
    margin: 0 1% 0 0;
    width: 25px;
    height: 25px;
    background: #00235f;
    vertical-align: bottom;
}
.tit_txt_2{
	font-size: 86%!important;
	margin:5% 0 2% 0!important;
}
.tit_txt_2:before{
    content: '';
    display: inline-block;
    margin: 0 1% 0 0;
    width: 25px;
    height: 25px;
    background: #df3232;
    vertical-align: bottom;
}
@media screen and (max-width: 640px){
.tit_txt_1:before{
    width: 20px;
    height: 20px;
}
.tit_txt_2:before{
    width: 20px;
    height: 20px;
}
}

.atten{
	margin: 2% 0;
	text-align: center;
	font-size: 138%;
	font-weight: bold;
}

/* ==== LINE UP ==== */
#lineup{
    margin: 100px 0;
}
#lineup h2{
    font-size: 40px;
    color:#e03334;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
.areawrap li{
	margin-right: 0.8%;
}
.areawrap li:nth-of-type(6n){
	margin-right: 0;
}

@media screen and (max-width: 640px){
  #lineup{
    margin: 50px 0;
}
  #lineup  h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
  .areawrap li{
	margin-right: 2%;
  }
  .areawrap li:nth-of-type(3n){
	margin-right: 0;
}
}

#lineup_area1,#lineup_area2,#lineup_area3,#lineup_area4{
	background: #f5f5f5;
	padding: 100px 0 0;
}
#lineup_area3{
	padding-bottom: 100px;
}
#lineup_area4{
	padding: 100px 0 100px;
}
#lineup_area1 .areawrap,#lineup_area2 .areawrap,#lineup_area3 .areawrap,#lineup_area4 .areawrap{
	background: #fff;
	border-radius:10px;
	padding: 5% 1%;
}
#lineup_area1 h2,#lineup_area2 h2,#lineup_area3 h2,#lineup_area4 h2{
	text-align: center;
    margin-bottom: 1%;
    font-size: 24px;
	color:#3a3a3a;
}
#lineup_area1 p,#lineup_area2 p,#lineup_area3 p,#lineup_area4 p{
    text-align: center;
}
#lineup_area1 p a,#lineup_area2 p a,#lineup_area3 p a,#lineup_area4 p a{
    font-size: 75%;
	color:#3a3a3a;
	display: inline-block;
	border-bottom: 1px solid #3a3a3a;
}
#lineup_area1 ul,#lineup_area2 ul,#lineup_area3 ul,#lineup_area4 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-top: 5%;
}
#lineup_area1 li,#lineup_area2 li,#lineup_area3 li,#lineup_area4 li{
	width:16%;
    margin-bottom: 5%;
}

#lineup_area1 li a,#lineup_area2 li a,#lineup_area3 li a,#lineup_area4 li a{
	position: relative;
	color:#3a3a3a;
}
#lineup_area1 li img,#lineup_area2 li img,#lineup_area3 li img,#lineup_area4 li img{
	margin-bottom:5%;
	transition: .3s;
}
#lineup_area1 a:hover img,#lineup_area2 a:hover img,#lineup_area3 a:hover img,#lineup_area4 a:hover img {
	transform: scale(1.05);
}

#lineup_area1 .item,#lineup_area2 .item,#lineup_area3 .item,#lineup_area4 .item{
	font-size: 75%;
}
#lineup_area1 .item_sale,#lineup_area2 .item_sale,#lineup_area3 .item_sale,#lineup_area4 .item_sale{
	font-size: 75%;
	color:#fff;
	background: red;
	padding:2% 3%;
	margin: 6% 0 1%;
	display: inline-block;
}
#lineup_area1 .price,#lineup_area2 .price,#lineup_area3 .price,#lineup_area4 .price{
	color:red;
	margin-top: 3%;
    display: block;
	text-decoration: line-through;
}
#lineup_area1 .price_proper,#lineup_area2 .price_proper,#lineup_area3 .price_proper,#lineup_area4 .price_proper{
	color:red;
	margin-top: 3%;
    display: block;
}

#lineup_area1 .price_sale,#lineup_area2 .price_sale,#lineup_area3 .price_sale,#lineup_area4 .price_sale{
	color:red;
	margin-top: 3%;
    display: block;
}

@media screen and (max-width: 640px) {
#lineup_area1,#lineup_area2,#lineup_area3{
	padding: 50px 0 0;
}
#lineup_area3{
	padding-bottom: 50px;
}
#lineup_area4{
	padding: 50px 0;
}
#lineup_area1 h2,#lineup_area2 h2,#lineup_area3 h2,#lineup_area4 h2{
    font-size: 120%;
}
#lineup_area1 .areawrap,#lineup_area2 .areawrap,#lineup_area3 .areawrap,#lineup_area4 .areawrap{
	margin: 0 2%;
	padding: 10% 2%;
}
#lineup_area1 li,#lineup_area2 li,#lineup_area3 li,#lineup_area4 li{
	width:32%;
}
#lineup_area1 li:nth-child(5),#lineup_area1 li:nth-child(6),#lineup_area2 li:nth-child(5),#lineup_area2 li:nth-child(6),#lineup_area3 li:nth-child(5),#lineup_area3 li:nth-child(6),#lineup_area4 li:nth-child(5),#lineup_area4 li:nth-child(6){
	margin-bottom: 5%;
}
}

/* ==== footer ==== */
.footer {
	 margin:0 auto;
}
.footer-ttl {
	 text-align:center;
	 font-size:140%;
	 color:#fff;
	 line-height:2;
	 padding-top: 6%;
}
.logo-wrap {
	 display:flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items:center;
	 width:100%;
	 margin:2% auto;
}
.logo-wrap .logo-list {
	 margin:1% 3%;
}
.logo-wrap .logo-list img {
	 width:70px;
	 height:auto;
	 max-width:100%;
	 display:block;
	 text-align:center;
	 margin:0 auto;
}
.logo-wrap .logo-list:hover img {
 opacity:0.6;
 transition-duration:0.5s;
}
.bg_footer{
	padding-bottom: 2%;
	background-color: #17377b;
}

@media screen and (max-width: 640px) {
	.footer-ttl {
	 text-align:center;
	 font-size: 120%;
	 color:#fff;
	 line-height:1.3;
	}
	.logo-wrap .logo-list {
          margin:1% 2%;
    }
	.logo-wrap .logo-list img {
		 width:70%;
		 height:auto;
		 max-width:100%;
    }
}

/* sns */
.sns ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    width:460px;
    margin:0 0 0 auto;
}

@media screen and (max-width: 640px) {
    .sns.pc{
        display:none;
    }
    .sns ul{
        width:100%;
        box-sizing: border-box;
        padding:0 20px;
        justify-content: space-between;
    }
    .sns ul li{
        margin-bottom:10px;
    }
    .sns ul:after{
        content:"";
        display:block;
        width:20%;
    }
}
.sns ul li:hover{
    opacity:0.7;
    transition: 0.3s;
}
.scroll_top {
    position: fixed;
    bottom: 3%;
    right: 2%;
	z-index: 9999;
}
.scroll_top img{
    max-width: 60px
}
@media screen and (max-width: 640px){
	.scroll_top,.scroll_home {
	    max-width: 70px;
	}
    .scroll_top img{
    max-width: 45px
}
}