@charset "UTF-8";
/*========================================================
                    Main layout styles
=========================================================*/
html{
  width:100%;
	padding:0;
	margin:0;
  overflow:auto !important;
}

body{
  width:100%;
	font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 14px;
	background:#000000;
  overflow:auto !important;
}

a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

a {
	color:#FFFFFF;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
	color:#cccccc;
}

a:after {
	color:#cccccc;
}

strong{
	font-weight: bold;
}

em{
	font-weight: bold;
}


/*
img {
max-width: 100%;
}
*/

img{
	border:0px;
	}
	
* {
  -webkit-text-size-adjust: none;
}


.line_high{
	height:3700px;
	
	}

#header {
  width: 100%;
  padding: 15px 15px 13px;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
#header .headInr {
  line-height:1;
  width: 980px;
  margin: 0 auto;
}
#header #logo {
  float: left;
  width: 124px;
  margin:0;
}
#header #logo img {
  width:100%;
}
#header .subHead {
  float: right;
  width: 700px;
}
#header .subHead #gnav {
  float: left;
  width:auto;
}
#header .subHead #gnav li {
  float: left;
  margin-left: 30px;
  padding:0;
}
#header .subHead #gnav li:first-child {
  margin-left: 0;
}
#header .subHead #gnav li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .subHead #gnav li a:hover {
  opacity: .4;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .subHead .btnCv {
  float: left;
  margin-left: 30px;
  padding-top: 5px;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}
#header .subHead .btnCv a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight:bold;
  padding: 7px 15px;
  background-color: #000;
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .subHead .btnCv a:hover {
  opacity: 0.7;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnPageCv {
  width:100%;
  min-width:980px;
  text-align: center;
  padding: 60px 0;
  background: url(../../img/page/bg_page_catalog.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top:2547px;
}
.btnPageCv a {
  display: inline-block;
  width: 636px;
  margin: 0 auto;
  background: url(../../img/page/btn_page_catalog_on.jpg) no-repeat left top;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnPageCv a img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnPageCv a:hover a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnPageCv a:hover img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#scrollTop {
  position:absolute;
  text-align: center;
  width: 100%;
  min-width:980px;
  background-color: #ccc;
  top:2833px;
}
#scrollTop span {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
#content {
background: #000000;
width: 980px;
color:#fff;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#kodawari {
	background-image:url(../img/kodawari_s.png);
	padding-top:60px;
	padding-left:30px;
	height:500px;
background-repeat: no-repeat;
	position:absolute;
	}

#kodawari2 {
	background-image:url(../img/kodawari2_s.png);
	padding-top:80px;
	padding-left:65px;
	height:460px;
background-repeat: no-repeat;
	position:absolute;
	}

ul{
width:965px;
margin: 0; 
padding: 0px; 

}

li{ 
float: left;
list-style: none;
padding: 2px;
border:none;
}

.btn{
	padding:15px;
	}

.kodawari2_btn{
	margin-left:480px;
	}

/*========================================================
                    TAB styles
=========================================================*/

#side {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 1;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1.0;
}


#pagetop {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 1;
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

#pagetop.show {
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

#pagetop a {
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


.pagemenu {
  position: fixed;
  right: 0;
  top: 322px;
  z-index: 1;
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.pagemenu.show {
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.pagemenu a {
  -moz-transition: all, 0.2s, liner;
  -o-transition: all, 0.2s, liner;
  -webkit-transition: all, 0.2s, liner;
  transition: all, 0.2s, liner;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.pagemenu a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}




/*========================================================
                    PHOTOUP styles
=========================================================*/
#win01,#win02,#win03,#win04,#win05,#win06,#win07,#win08,#win09,#win10,#win11,#win12,#win13,#win14,#win15,#win16,#win17,#win18,#win19
{	
	display: none;
}

.win01
{
	background:url(../img/19-win_01.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win02
{
	background:url(../img/19-win_02.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win03
{
	background:url(../img/19-win_03.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win04
{
	background:url(../img/19-win_04.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win05
{
	background:url(../img/19-win_05.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win06
{
	background:url(../img/19-win_06.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win07
{
	background:url(../img/19-win_07.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}

.win08
{
	background:url(../img/19-win_08.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}

.win09
{
	background:url(../img/19-win_09.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win10
{
	background:url(../img/19-win_10.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win11
{
	background:url(../img/19-win_11.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win12
{
	background:url(../img/19-win_12.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win13
{
	background:url(../img/19-win_13.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win14
{
	background:url(../img/19-win_14.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win15
{
	background:url(../img/19-win_15.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win16
{
	background:url(../img/19-win_16.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win17
{
	background:url(../img/19-win_17.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win18
{
	background:url(../img/19-win_18.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}
.win19
{
	background:url(../img/19-win_19.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}


/*========================================================
                    POPUP styles
=========================================================*/

#popup1,#popup2,#popup3
{	
	display: none;
}

.contents1
{
	background:url(../img/popup1.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}

.contents2
{
	background:url(../img/popup2.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}

.contents3
{
	background:url(../img/popup3.png);
	background-color: #231815;
background-size:contain;
	padding: 0%;
	height: 100%;
	color:#dddddd;
}

.cont_menu{
 position:absolute; top:430px; left:580px; text-align:left;
	}



.close_btn{
 position:absolute; top:25px; left:935px; text-align:left;
	}



/*========================================================
                    FOOTER styles
=========================================================*/

#footer {
  width:980px;
  color: #ffffff;
	position:absolute;
}
.foot_menu{
 position:relative; text-align:left;
	bottom:0px;
	}
.foot_menu_logo{
	width:585px;
	
	}
.foot_menu_txt{
	padding-top:16px;
	}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
.pagetop{
	font-family:Arial, Helvetica, sans-serif;
  background: #9cc933;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 13px;
    -webkit-border-top-left-radius: 12px;  
    -webkit-border-top-right-radius: 12px;  
border-top-left-radius: 0.8em;
border-top-right-radius: 0.8em;
border-top-left-radius: 0.8em;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  background: url(../images/totop.png) no-repeat center;
  bottom: 50px;
  left: 45%;
  margin-left: 600px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

filter:alpha(opacity=10);
-moz-opacity: 0.8;
opacity: 0.8;

    -webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -webkit-border-bottom-right-radius: 6px;  
    -webkit-border-bottom-left-radius: 6px;  
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px; 
    -moz-border-radius-bottomleft: 6px;  
	behavior: url(border-radius.htc); /* IE */
	border-radius: 6px;

}

#toTop:hover {
filter:alpha(opacity=10);
-moz-opacity: 0.5;
opacity: 0.5;
  outline: none;
  background: url(../images/totop2.png) no-repeat center;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== 
*/

.menu {
	position: fixed;
  top: 172px;
	right: -195px;
	width: 260px;
	height: 100%;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 65px;
	background: #000000;
	width: 200px;
	height: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.menu h1.logo a {
	padding-left:15px;
	font-size: 14px;
	font-weight:300;
	color: #ffffff;
	margin-top: 0px;
}

.menu h1.logo a:hover {
	color: #cccccc;
}

.menu img.logo {
	margin: 0px 0;
	max-width: 180px;
}

.menu a {
		padding-top:2px;
	padding-left:15px;
	margin-left: 00px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #cccccc;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 10px;
}

.menubar{
		border-bottom: 1px solid #ccc;
		padding-bottom:5px;
	}

.menuli{
		margin-bottom:-15px!important;
}
.menuli2{
		margin-bottom:15px!important;
}
.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 0px;
	line-height: 10px;
	top: 10px;
	right: 0px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 0px;
	left: -5;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;

}

#menuToggle:hover {

}

/*
#arrow a {
	position: absolute;
	bottom: 100px;
	left: 48.8%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color:#FFF;

}
#arrow a span {
	position: absolute;
	top: 0;
	left: 48.8%;
	width: 44px;
	height: 44px;
	margin-left: -12px;
	border-left: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
*/


#arrow, .arrow{
	position: absolute;
	bottom: 50px;
	left: 48.8%;
	z-index: 2;
	display: inline-block;
text-decoration: none;

}
#arrow{
	opacity:0.0;
}

#arrow .arrow::before,
#arrow .arrow::after{
position: absolute;
content: "";
vertical-align: middle;
}

.sample1::before{
box-sizing: border-box;
width: 60px;
height: 60px;
border-radius: 50%;
background: #000;
animation: sdb 1.2s infinite;
}
.sample1::after{
left:15px;
top:10px;
width: 30px;
height: 30px;
	border-left: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.2s infinite;
	animation: sdb 1.2s infinite;
	box-sizing: border-box;

}


@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* ==========================================================================
   ANIMATION
   ========================================================================== 
*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.top {
	position: absolute;
  left:0;
  right:0;
	width:980px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}
#top_line_x {position: absolute; top: 30%; left:-1%; background-image: url("../img/line.png"); width:1px; height:1px;}
#top_line_y {position: absolute; top: 100%; left:40%; background-image: url("../img/line.png"); width:1px; height:1px;}
#top_19 {text-align: center;position: absolute;  top: 32%; left: 0; right:0; opacity:0.0;}
#top_104 {position: absolute; top: 32%; right: 62%; opacity:0.0;}
#top_442 {position: absolute; bottom: 72%; left: 42%; opacity:0.0;}

#top_main {
	position: absolute;

	width:100%;
	opacity:0.0;
	top: -20%;
	text-align: center;
}
#top_main img {
	position: absolute;
	height:912px;
	margin-left:-680px;
	left:50%;
}

#top_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 740px;
	height: 100px;
	opacity:0.0;
}

.cont1, .cont2, .cont3, .cont4, .cont5  {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:980px;
	height:460px;
	overflow: hidden;
	background-color: #333333;
}
.cont1 {top: 950px;}
.cont2 {top: 1490px;}
.cont3 {top: 2030px;}
.cont4 {top: 2570px;}
.cont5 {top: 3110px;}

.cont1_info, .cont2_info, .cont3_info, .cont4_info, .cont5_info {
	width:460px;
	height:460px;
	position:absolute;
	top:100%;
	left:0%;
	
}
.cont1_main, .cont2_main, .cont3_main, .cont4_main, .cont5_main {
	width:520px;
	height:460px;
	position:absolute;
	top:-100%;
	left:47%;
}
.cont1_arrow_body, .cont2_arrow_body, .cont3_arrow_body, .cont4_arrow_body, .cont5_arrow_body1, .cont5_arrow_body2 {
	width:40px;
	height:46px;
	background-image: url("../img/arrow_body.png");
	position:absolute;
	opacity: 0.0;
}
.cont1_arrow_top, .cont1_arrow_bottom, .cont1_size,
.cont2_arrow_top, .cont2_arrow_bottom, .cont2_size,
.cont3_arrow_top, .cont3_arrow_bottom, .cont3_size {
	position:absolute;
	opacity: 0.0;
}

.arrow0, .arrow1, .arrow2  {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:980px;
  text-align: center;
	overflow: hidden;
}
.arrow0 {top: 880px; }
.arrow1 {top: 1420px; }
.arrow2 {top: 1960px; }

.comment1, .comment2, .comment3  {
	color:#FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:980px;
	overflow: hidden;
}

.comment1 {top: 1420px;}
.comment2 {top: 1960px;}
.comment3 {top: 2500px;}
/****************************************

    footer

*****************************************/
.footer {
  width:100%;
  min-width:980px;
  height: 32px;
  overflow: hidden;
  background: #fff;
  position:absolute;
  top:2869px;
}

.footer .foot-inr {
  position: relative;
}

.footer .foot-inr {
  *zoom: 1;
}

.footer .foot-inr:before, .footer .foot-inr:after {
  content: "";
  display: table;
}

.footer .foot-inr:after {
  clear: both;
}

.footer .logo-footer {
  float: left;
  position: relative;
  top: 6px;
  width: 93px;
  height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer .logo-footer img {
  width: 93px;
  height: 20px;
}

.footer .foot-nav {
  line-height: 32px;
}

.footer .foot-nav .list {
  *zoom: 1;
}

.footer .foot-nav .list:before, .footer .foot-nav .list:after {
  content: "";
  display: table;
}

.footer .foot-nav .list:after {
  clear: both;
}

.footer .foot-nav .list__item {
  float: left;
  margin-right: 20px;
  font-size: 10px;
}

.footer .foot-nav .list__item a {
  color: #333;
  text-decoration: none;
}

.footer .foot-copy {
  position: absolute;
  right: 120px;
  top: 0;
  color: #333;
  font-size: 10px;
  line-height: 32px;
}

.footer .foot-sns {
  position: absolute;
  right: 40px;
  top: 0;
}

.footer .foot-sns .list {
  width:auto;
}

.footer .foot-sns .list__item {
  display: inline-block;
  margin-left: 10px;
  padding-top: 8px;
}

.footer .foot-sns .list__item img {
  width: 15px;
  height: 15px;
}