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: #0c1d3b;
}

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: 312px;
    margin: 2% auto 2% 0;
}
header .icOn li:first-child{
    margin: 0 auto 0 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),header .glvNav li:nth-child(3){
        border-bottom: 1px dotted #fff;
        border-right: 1px dotted #fff;
        width:50%!important;
        max-width:none;
    }
    header .glvNav li:nth-child(2),header .glvNav li:nth-child(4){
        border-bottom: 1px dotted #fff;
        width:50%!important;
        max-width:none;
    }
}

/*top*/
#top .mainmv{
    margin: 0 auto;
}
#top .top_inner{
  position: relative;
    overflow: hidden;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal; 
}
#top p {
  position: absolute;
  bottom: 7%;
  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: 10%;
    }
}
@-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/top_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: 62% 1%;
    }
    #top ul{
    	position: absolute;
    	top: 1%;
    	right: 1%;
    }
    #top ul li{
        max-width:40px;
        margin-bottom: 15%;
    }
    #top ul li img:hover{
        opacity:0.6;
        transition-duration:0.5s;
    }  
}

@keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*coordinate*/
#coordinate{
    margin: 100px 0;
}
#coordinate h2{
    font-size: 40px;
    color:#00b0d3;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#coordinate h3{
    font-size: 25px;
    color:#cf152d;
    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: flex-start;
	padding: 0 2%;
}
#coordinate_box ul li{
	width: 32.3%;
	margin: 0 1% 5% 0;
}

#coordinate2{
  margin: 100px 0;
}
#coordinate2 h2{
  font-size: 40px;
  color:#00b0d3;
  text-align: center;
  line-height: 130%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#coordinate2 h3{
  font-size: 25px;
  color:#cf152d;
  text-align: center;
  line-height: 130%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#coordinate_box2 ul{
display:flex;
flex-wrap: wrap;
justify-content: left;
padding: 0 2%;
}
#coordinate_box2 ul li{
width: 19.1%;
margin: 0 1% 5% 0;
}


/* PLAYER */
#coordinate_box2 .player ul{
	justify-content: center;
}
#coordinate_box2 .player li{
	width: 24%;
}

@media screen and (min-width: 641px) {

#coordinate_box .player li:nth-of-type(5n) {
  margin: 0 1% 5% 0;
}
}

#coordinate_box ul li img{
	transition: .3s;
}
#coordinate_box ul li a:hover img{
	transform: scale(1.05);
}

#coordinate_box2 ul li img{
	transition: .3s;
}
#coordinate_box2 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 .mv_li{
    height: 8rem;
  }
  #coordinate_box ul .mv_li{
    width: 48%;
    margin: 1%;
 }
  #coordinate_box ul .mv_li:nth-of-type(3n){
      margin-right: 1%;
    }*/
  #coordinate_box ul li{
    margin-right: 2%;
  }
  #coordinate_box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #coordinate_box .player li{
    width: 32%;
  }

  #coordinate2{
    margin: 50px 0;
  }
    #coordinate2 h2{
      font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
    }
    #coordinate_box22 ul li{
    width:32%;
    }
    #coordinate_box ul li{
      margin-right: 2%;
    }
    #coordinate_bo2x ul li:nth-of-type(3n) {
      margin-right: 0;
    }
    #coordinate_box2 .player li{
      width: 32%;
    }
  
}

#coordinate_box h2{
    font-size: 30px;
    color:#003c5f;
    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;
}

#coordinate_box2 h2{
  font-size: 30px;
  color:#003c5f;
  text-align: center;
  line-height: 130%;
  padding: 100px 0 50px;
}
#coordinate_box2 h2 span{
  font-size: 38px;
  color:#17377b;
}
#coordinate_box2 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));
}

#coordinate_box2{
  background:url("../images/go_beyond.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

#coordinate_box2 h2{
  font-size: calc(1.5rem + ((1vw - 3.2px) * 0.6452));
}
#coordinate_box2 h2 span{
  font-size: calc(1.7rem + ((1vw - 3.2px) * 0.6452));
}
}


/* pick up */
#pickup{
    margin: 100px 0;
}
#pickup h2{
    font-size: 40px;
    color:#b8133d;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
@media screen and (max-width: 640px){
  #pickup{
	margin: 50px 0;
}
  #pickup h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}

#pickup_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 2%;
}
#pickup_box li {
    width: 40%;
	margin-bottom: 3%;
}
#pickup_box li:first-child{
    margin-right: 1%;
}
#pickup_box p {
    line-height: 138%;
    font-size: 86%;
	margin: 1% 2%;
	color: #3a3a3a;
}

@media screen and (max-width: 640px){
	#pickup_box li {
    	width: 48%;
	}
	#pickup_box li:first-child,#pickup_box li:nth-child(2){
    	margin: 0 auto 3%;
}
}


/*size*/
#size{
  margin: 100px 0;
}
#size h2{
  font-size: 40px;
  color:#17377b;
  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%;
}
#size_box .tit_box{
display:flex;
justify-content: space-between;
}
@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%; 
  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_ch{
font-size: 86%!important;
margin:0 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_ch{
font-size: 86%!important;
margin:0 0 0 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;
    font-size: 40px;
    color:#00b0d3;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}
#lineup h2{
    font-size: 40px;
    text-align: center;
    line-height: 130%;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W8','Noto Sans JP';
}


@media screen and (max-width: 640px){
  #lineup{
    margin: 50px 0;
}
  #lineup  h2{
    font-size: calc(2rem + ((1vw - 3.2px) * 0.6452));
  }
}
    /*アコーディオン*/
#toggle_box{
	padding:0 2% 100px;
}
#toggle_box .toggle{
	padding:0 2%;
}
#toggle_box .toggle:hover{
	background-color: #00aaa7;
  	color: white;
 	transition-duration:0.5s;
}
#lineup_area1 .toggle,#lineup_area3 .toggle,#lineup_area5 .toggle{
	background-color: #df3232;
	color:#fff;
    line-height: 60px;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
	font-weight: bold;
	border-radius: 5px;
}
#lineup_area2 .toggle,#lineup_area4 .toggle,#lineup_area6 .toggle{
	background-color: #003c5f;
	color:#fff;
    line-height: 60px;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
	font-weight: bold;
	border-radius: 5px;
}
#lineup_area7 .toggle,#lineup_area8 .toggle,#lineup_area9 .toggle,#lineup_area10 .toggle{
	background-color: #228d4e;
	color:#fff;
    line-height: 60px;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
	font-weight: bold;
	border-radius: 5px;
}

#toggle_box .panel{
	margin: 10px 0;
}
#toggle_box .areawrap{
	display:none;
	overflow: hidden;
}

#toggle_box .toggle{
  position: relative;
}

#toggle_box .toggle:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#toggle_box .toggle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}


#lineup{
    margin: 100px 0;
}
#lineup h2{
    font-size: 40px;
    color:#b8133d;
    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;
}
}



#toggle_box .areawrap{
	background: #fff;
    border-radius: 0 0 10px 10px;
	padding: 5% 1%;
	box-shadow: 0px 0px 15px -2px #777777;
}
#toggle_box p{
    text-align: center;
}
#lineup_area1 .atten{
	color:red;
	margin-top: 1%;
	font-weight: bold;
}
#toggle_box p a{
    font-size: 75%;
	color:#3a3a3a;
	display: inline-block;
	border-bottom: 1px solid #3a3a3a;
}
#toggle_box ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-top: 5%;
}
#toggle_box li{
	width:16%;
    margin-bottom: 5%;
}

#toggle_box li a{
	position: relative;
	color:#3a3a3a;
}
#toggle_box li img{
	margin-bottom:5%;
	transition: .3s;
}
#toggle_box a:hover img{
	transform: scale(1.05);
}

#toggle_box .item{
	font-size: 75%;
}

#toggle_box .price{
	color:red;
	margin-top: 3%;
    display: block;
}

#toggle_box h3{
	text-align: center;
    margin: 5% 0 0 0;
    font-size: 18px;
    color: #3a3a3a;
}

@media screen and (max-width: 640px) {
#toggle_box h2{
    font-size: 120%;
}
#toggle_box .areawrap{
	padding: 10% 2%;
}
#toggle_box li{
	width:32%;
}
#toggle_box li:nth-child(5),#toggle_box li:nth-child(6){
	margin-bottom: 5%;
}
#toggle_box h3{
    font-size: 14px;
}
}


/* ==== 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: #0c1d3b;
}

@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
}
}