@charset "UTF-8";

header#header {
  width: 100%;
  background: #ffffff;
}

/* header#header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 9;
}

header#header .header-first-wrapper {
	width: 100%;
	min-width: 1300px;
	border-bottom: 1px solid #eee;
	padding: 0 30px;
	box-sizing: border-box;
	height: 35px;
}

header#header .header-second-wrapper {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 0 30px;
	box-sizing: border-box;
	height: 65px;
	min-width: 1300px;
}

*/

.header-first-wrapper {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  font-size: 0;
}

/* ////////// description ////////// */

header#header .header-first-wrapper .description {
  width: calc(100% - 384px);
  height: 35px;
  padding: 0 0 0 24px;
  color: #999;
  font-weight: normal;
  font-size: 1.1rem;
  float: left;
  line-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.header-second-wrapper .header-logo a {
  display: block;
}

/* ////////// registration-login-btn ////////// */

header#header .header-first-wrapper .btn-box {
  display: flex;
  float: right;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}

header#header .header-first-wrapper .btn-box .btn {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 120px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: bold;
}

header#header .header-first-wrapper .btn-box .btn.registration-btn {
  background: #ff4715;
  color: #fff;
  text-decoration: none;
}

header#header .header-first-wrapper .btn-box .btn.login-btn {
  border-left: 1px solid #eee;
  color: #000;
}

header#header .header-first-wrapper .btn-box .login-box {
  display: block;
  margin: 0 0 0 7px;
  padding: 0 8px 0 12px;
  border-left: 1px solid #e5e5e5;
}

header#header .header-first-wrapper .btn-box .user-icon {
  width: 23px;
  height: 23px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  top: -5px;
  cursor: pointer;
  display: inline-block;
}

header#header .header-first-wrapper .btn-box .user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header#header .header-first-wrapper .btn-box .login-text {
  font-size: 1.2rem;
  color: #000;
  padding: 0 0 0 5px;
  position: relative;
  height: 35px;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: inline-block;
}

/* ////////// sns-btn ////////// */

header#header .header-first-wrapper .sns-box {
  display: flex;
  float: right;
  padding: 0 4px 0 0;
}

header#header .header-first-wrapper .sns-box .sns-btn {
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
}

header#header .header-first-wrapper .sns-box .sns-btn img {
  width: 30px;
  height: auto;
}

/* ////////// logo ////////// */

header#header .header-second-wrapper .header-logo {
  display: flex;
  height: 60px;
  padding: 0 0 0 24px;
  align-items: center;
  float: left;
}

header#header .header-second-wrapper #logo {
  display: block;
  position: relative;
  z-index: 15;
}

header#header .header-second-wrapper #logo img {
  max-width: 180px;
  height: auto;
}

/* ////////// search ////////// */

header#header .header-second-wrapper .search-box {
  position: relative;
  width: 24%;
  float: right;
  height: 60px;
  margin: 0 24px 0 0;
  display: flex;
  align-items: center;
  z-index: 99;
}

header#header .header-second-wrapper .search-box input.input-search {
  background: #f2f2f2;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 1.2rem;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 10px 40px 10px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.search-box-form {
  position: relative;
  width: 100%;
}

header#header .header-second-wrapper .search-box button.button-search {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 56%;
  right: 12px;
  transform: translateY(-50%);
}

/* ////////// menu ////////// */

/* header#header .header-second-wrapper .menu {
	position: absolute;
	text-align: center;
	left: 0;
  	right: 0;
  	margin: auto;
	font-family: Roboto,YuGothic,sans-serif;
	line-height: 65px;
	z-index: 11;
}

header#header .header-second-wrapper .menu li {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 12px;
}

header#header .header-second-wrapper .menu li a {
	color: #000;
	text-decoration: none;
}

header#header .header-second-wrapper .menu .menu-single {
	position: relative;
}

header#header .header-second-wrapper .init-bottom:after {
    content: ' ';
	background-image: url("../../../img/common/global-header/header-menu-arrow.png");
	background-size: 10px 6px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 6px;
	position: relative;
	top: -2px;
	left: 5px;
}

header#header .header-second-wrapper .menu-single .menu-second-level {
	position: absolute;
	width: 100%;
	top: 40px;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
}

header#header .header-second-wrapper .menu-single:hover .menu-second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

header#header .header-second-wrapper .menu-single .menu-second-level li {
	font-size: 1.3rem;
	color: #000;
	padding: 0;
	display: block;
	box-sizing: border-box;
	line-height: 3.3;
	border-top: 1px solid #eee;
}

header#header .header-second-wrapper .menu-single .menu-second-level li:first-child {
	border-top: 0;
} */

#gnav-pc {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
  z-index: 9;
}

#gnav-pc > ul {
  padding-left: 50px;
  display: flex;
  height: 60px;
  align-items: center;
}
#gnav-pc > ul > li {
  vertical-align: middle;
}
#gnav-pc > ul > li + li {
  margin: 0 0 0 5%;
}

#gnav-pc > ul > li a {
  height: 40px;
  line-height: 40px;
}
#gnav-pc > ul > li:hover {
  color: #000000;
  background-color: #ffffff;
}
#gnav-pc > ul > li:hover > a {
  color: #000000;
}
#gnav-pc > ul > li:hover .gnav-menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav-pc > ul > li > a {
  display: block;
  height: 60px;
  transition-property: font-size;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  font-size: 1.3rem;
  line-height: 60px;
  font-weight: bold;
  color: #000000;
}
#gnav-pc > ul .gnav-menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 6%);
}
#gnav-pc > ul .gnav-menu .gnav-menu-inner {
  padding: 1em 0;
}
#gnav-pc > ul .gnav-menu .gnav-menu-inner li {
  display: inline-block;
  margin: 0 0.5em;
}
#gnav-pc > ul .gnav-menu a {
  color: #000000;
}

.pc-product-item {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.item-list {
  display: inline-block;
}

.gnav-pc-item.en a {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 1080px) {
  #gnav-pc > ul {
    padding-left: 24px;
  }
  #gnav-pc > ul > li > a {
    font-size: 1.1rem;
  }
  .gnav-pc-item.en a {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 980px) {
  #gnav-pc {
    display: none;
  }
  header#header .header-second-wrapper .search-box {
    width: calc(100% - 280px);
  }
}
