@charset "UTF-8";
body {
  min-height: 100lvh;
}
img {
  max-width: 100%;
  height: auto;
}
p{
  font-size: 14px;
  line-height: 1.8;
}
.pc {
  display: none !important;
}
.sp {
  display: block;
}

.container {
  width: auto;
}

#menu_btn,
#menu_btn span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
#menu_btn {
  position: relative;
  width: 25px;
  height: 20px;
  top: 12px;
  right: 5%;
}
#menu_btn span {
  position: absolute;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #000;
}
#menu_btn span:nth-of-type(1) {
  top: 0;
}
#menu_btn span:nth-of-type(2) {
  top: 9px;
}
#menu_btn span:nth-of-type(3) {
  top: 18px;
}
#menu_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#menu_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*============================
#sp_menu
============================*/
#sp_menu {
  position: fixed;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#sp_menu ul {
  border-top: 1px solid #000;
}
#sp_menu ul li a {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
  background: #f5f5f5;
  padding: 13px 20px 11px 45px;
  position: relative;
}
#sp_menu ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #959595;
  width: 15px;
  height: 2px;
  left: 20px;
}
#sp_menu .store {
	text-align: center;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  /*
  background-color: #000;
	background-image: url("../../img/common/icn_cart.png");
	background-position: left 20px center;
	background-repeat: no-repeat;
  */
}
#sp_menu .store > p {
	width: 100%;
  color: white;
	font-family: "Roboto",serif;
	font-weight: bold;
}
#sp_menu .store div a {
	width: 100%;
	box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  font-family: "Roboto",serif;
  /*
  color: white;
  background: #000;
  */
  text-align: center;
  position: relative;
  font-weight: bold;
}

/*============================
#contents
============================*/
#contents {
  width: 92%;
  margin: 0 auto;
  min-width: auto;
}
#contents.active {
	padding-top: 44px;
}

/*============================
#header
============================*/
header {
  height: 44px;
  width: 92%;
  min-width: auto;
  position: relative;
  z-index: 1;
}

header h1 {
  padding: 10px 0 10px 2.5%;
  width: 100px;
}

header nav {
  display: none;
}

header nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul li {
  margin-right: 20px;
}

header nav ul li:nth-child(5) {
  margin-right: 70px;
}

header nav ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 80px;
  padding: 30px 0 0 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

header nav ul li a:hover {
  opacity: 0.6;
}

header nav ul li a:before {
  content: "";
  position: absolute;
  top: calc( 50% - 1px );
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #959595;
}

header nav ul li:last-child {
  margin-right: 0;
}

header nav ul li:last-child a {
  color: #000;
  /*
  padding: 44px 30px 0;
  background-color: #000;
  background-image: url("../../img/common/icn_cart.png");
  background-position: center top 12px;
  background-repeat: no-repeat;
  */
}

header nav ul li:last-child a:before {
  content: none;
}

.is-fixed {
  position: fixed;
}



/*============================
#pagetop
============================*/
#pagetop {
  margin-right: 2.5%;
  top: 65px;
  width: 40px;
}
#pagetop a {
  width: 40px;
  height: 40px;
  bottom: 20px;
}

/*============================
footer
============================*/
footer {
  width: 92%;
  min-width: auto;
}
footer .footer_box1 {
  justify-content: center;
}
footer p.copy {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
footer .inner {
  padding: 60px 2.5% 30px;
}
footer .inner .footer_logo img {
  width: 160px;
}
footer .inner .sns {
  width: auto;
  margin-left: 35px;
}
footer .inner .sns li + li {
  margin-left: 25px;
}
footer .inner .sns li:nth-child(1) a {
  width: 21px;
  padding-top: 2px;
}
footer .inner .sns li:nth-child(2) a {
  width: 24px;
}
footer .inner .link {
  justify-content: flex-start;
  margin-bottom: 0;
}
footer .inner .link li {
  margin-right: 20px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}
footer .inner .link li a {
  font-size: 14px;
}
footer .inner .m_text {
	margin-bottom: 20px;
	text-align: center;
}
