@charset "utf-8";

#cautionMsg{
z-index: 103;
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #c00;
line-height: 1.1;
border-bottom: solid 1px #900000;
}
#cautionMsg .content{
line-height: 1.3;
padding: 10px 15px 8px 15px;
color: #fff;
font-weight: bold;
text-align: left;
}
#cautionMsg .content a{
color: #fff;
font-weight: bold;
text-decoration: underline;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	display: -webkit-flex !important; /* Safari */
	display: flex !important;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  -webkit-align-items: center; /* Safari */
	align-items: center;
	width: 100%;
	height: 70px;
  background-color: #333;
  z-index: 1000;
}
header.fixed{
	position: fixed !important;
	top: 0 !important;
}
header + *{
margin-top: 70px !important;
}
header img{
width: 100%;
height: auto;
vertical-align: top;
display: inline-block;
}
#logo {
  width: 139px;
  margin-left: 5.4vw;
}
#menu {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  list-style: none;
}
#menu li:first-child img {
  position: relative;
  width: 19px;
}
#menu li:first-child,
#menu li:nth-child(2) {
  margin-right: 4.9vw;
}
#menu li {
  position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  list-style: none;
  width: 38px;
  height: 38px;
  background-color: #3c3c3c;
  border-radius: 19px;
  line-height: 1;
}

#nav1 .tab-box {
  width: 100%;
  background-color: #333;
  padding: 1.7vw 0 0;
  box-sizing: border-box;
  display: none;
}
#nav1 .tab-block1,
#nav1 .tab-block3 {
  display: none;
}
#nav1 .tab-nav ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;  
}
#nav1 .tab-box .tab-nav li {
  width: 33.3%;
  font-size: 2.9vw;
  font-weight: bold;
  color: #fff;
  padding: 5.3vw 0 !important;
  margin-bottom: 7.7vw;
}
#nav1 .tab-box ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
#nav1 .tab-box ul::after {
  content: '';
  display: block;
  width: 33.3%;
}
#nav1 .tab-box li {
  width: 33.3%;
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#nav1 .tab-box li a {
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nav1 .tab-box .pic {
  width: 18.6vw;
  height: 18.6vw;
  background-color: #fff;
  border-radius: 9.3vw;
  margin: 0 auto 5px
}
#nav1 .tab-box .pic img {
  border-radius: 50%;
}
#nav1 .tab-box .blank {
  background: url(../img/header/icon_blank.png) no-repeat right top;
  background-size: 6px auto;
  padding-right: 12px;
}
#menu .btn-search.active img {
  display: none;
}
#menu .cart img {
  width: 14px;
  height: auto;
}
#menu .cart .num {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #fff;
  background-color: #008fd2;
  border-radius: 8px;
  line-height: 1;
}
#menu li:nth-child(3) {
  margin-right: 5.2vw;
}

#menu .icon-close {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
}
#menu .active .icon-close {
  display: block;
}
#menu .btn-menu,
#menu .icon-close span,
#menu .btn-menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu .btn-menu {
	position: relative;
  text-align: center;
}
#menu .icon-close span,
#menu .btn-menu span {
	position: absolute;
	left: 50%;
	width: 15px;
	height: 2px;
	background-color: #fff;
  border-radius: 3px;
  margin-left: -7px;
}
#menu .icon-close span:nth-of-type(1),
#menu .btn-menu span:nth-of-type(1) {	top: 13px;}
#menu .btn-menu span:nth-of-type(2) {	top: 18px;}
#menu .icon-close span:nth-of-type(2),
#menu .btn-menu span:nth-of-type(3) {	top: 23px;}
#menu .icon-close span:nth-of-type(1),
#menu .btn-menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
  margin-left: -7px;
}
#menu .btn-menu.active span:nth-of-type(2) {
	opacity: 0;
}
#menu .icon-close span:nth-of-type(2),
#menu .btn-menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
  margin-left: -7px;
}

/* ---------------------------------------------------------
header nav
----------------------------------------------------------*/
header .navInner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 25vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #333;
  padding: 0 5vw 0;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#nav1,
#nav2 {
  display: none;
}
#nav1 > .navInner > ul > li > ul {
  display: none;
}
#nav1 li {
  font-size: 3.7vw;
  font-weight: bold;
  color: #fff;
}
#nav1 > .navInner > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 6.5vw 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
#nav1 > .navInner > ul > li > a:before {
  position: absolute;
  top: 7.2vw;
  left: 82.9vw;
  content: '';
  width: 2.9vw;
  height: 1.7vw;
  background: url(../img/header/icon_down.png) no-repeat center;
  background-size: 2.9vw auto;
  transition: transform .3s;
}
#nav1 > .navInner > ul > li.login_user_memu > a:before{
	display: none;
}
#nav1 > .navInner > ul > li.open > a:before {
  transform: rotate(180deg);
}
#nav1 > .navInner > ul > li:nth-of-type(7) > a:before,
#nav1 > .navInner > ul > li:nth-of-type(8) > a:before {
  background: none;
}
#nav1 > .navInner > ul > li > .tab-box {
  border-bottom: 1px solid #fff;
}
#nav1 ul ul a {
  display: block;
  font-size: 2.9vw;
  font-weight: bold;
  color: #fff;
  padding: 3.2vw 0;
  text-decoration: none;
}
#nav1 ul ul {
  padding-left: 5vw;
}
#nav1 > .navInner > ul > li > ul {
  padding: 3.2vw 0 3.2vw 5vw;
  border-bottom: 1px solid #fff;
}

#nav2 {
  padding-top: 5vw;
}
#nav2 .form {
  position: relative;
}
#nav2 input,
#nav2 button {  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
#nav2 input {
  width: 100%;
  height: 9vw;
  font-size: 3.7vw;
  font-weight: bold;
  background-color: #fff;
  border-radius: 1vw;
  padding: 0 5vw;
  box-sizing: border-box;
}
#nav2 button {
  position: absolute;
  top: 2.6vw;
  left: 80vw;
  width: 3.7vw;
  height: 3.7vw;
  background: url(../img/header/icon_search_gray.svg) no-repeat center;
  background-size: 3.7vw auto;  
}
#nav2 p {
  font-size: 3.7vw;
  font-weight: bold;
  color: #fff;
  padding: 6.5vw 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;  
}
#nav2 ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#nav2 ul::after {
  content: '';
  display: block;
  width: 33.3%;
}
#nav2 li {
  width: 33.3%;
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#nav2 li:nth-child(3n-2) {
  padding-right: 2vw;
}
#nav2 li:nth-child(3n) {
  padding-left: 2vw;
}
#nav2 li a {
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nav2 .pic {
  width: 18.6vw;
  height: 18.6vw;
  background-color: #fff;
  border-radius: 9.3vw;
  margin: 0 auto 5px
}
#nav2 .pic img {
  border-radius: 50%;
}
#nav2 .blank {
  background: url(../img/header/icon_blank.png) no-repeat right top;
  background-size: 6px auto;
  padding-right: 12px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  background-color: #333;
  width: 100%;
}
footer img{
width: 100%;
height: auto;
vertical-align: top;
display: inline-block;
}
footer .tab-box {
  width: 100%;
  background-color: #333;
  padding: 8vw 5vw 0;
  box-sizing: border-box;
}
#nav2 {
  padding-top: 5vw;
}
#nav2 p {
  font-size: 3.7vw;
  font-weight: bold;
  color: #fff;
  padding: 6.5vw 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;  
}

footer .tab-block2,
footer .tab-block3 {
  display: none;
}
footer .tab-nav ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;  
}
footer .tab-box .tab-nav li {
  width: 33.3%;
  font-size: 2.9vw;
  font-weight: bold;
  color: #fff;
  padding: 5.3vw 0 !important;
  margin-bottom: 7.7vw;
}
footer .tab-box ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  list-style: none;
}
footer .tab-box ul::after {
  content: '';
  display: block;
  width: 33.3%;
}
footer .tab-box li {
  width: 33.3%;
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
footer .tab-box li a {
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
footer .tab-box .pic {
  width: 18.6vw;
  height: 18.6vw;
  background-color: #fff;
  border-radius: 9.3vw;
  margin: 0 auto 5px
}
footer .tab-box .pic img {
  border-radius: 50%;
}
footer .tab-box .blank {
  background: url(../img/header/icon_blank.png) no-repeat right top;
  background-size: 6px auto;
  padding-right: 12px;
}

footer .sns {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 35px 5.3vw;
  box-sizing: border-box;
}
footer .sns a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  width: 8.6vw;
  height: 8.6vw;
  background-color: #4d4d4d;
  border-radius: 4.3vw;
}
footer .sns li:nth-child(1) img {
  width: 4.5vw;
  height: auto;
}
footer .sns li:nth-child(2) img {
  width: 2.7vw;
  height: auto;
  margin-right: -0.1vw;
}
footer .sns li:nth-child(3) img {
  width: 4.4vw;
  height: auto;
  margin-right: -0.2vw;
}
footer .sns li:nth-child(4) img {
  width: 4.7vw;
  height: auto;
}
footer .sns li:nth-child(5) img {
  width: 4.8vw;
  height: auto;
}
footer .sns li:nth-child(6) img {
  width: 5vw;
  height: auto;
}

footer nav ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0 8vw 40px 6vw;
  box-sizing: border-box;
}
footer nav a {
  font-size: 2.6vw;
  color: #fff !important;
}
footer .copyright {
  font-size: 2.6vw;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.tab-box {
  position: relative;
}
.tab-box .crline {
  position: absolute;
  top: 16vw;
  width: 33.3%;
  height: 1px;
  background-color: #fff;
}
footer .tab-box .crline {
  top: 24vw;
}

