@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
/* -------------------------------------------------------------- */
/* 色設定 */
/* -------------------------------------------------------------- */
:root {
  --main-color: #592576;
  --sub-color: #bc3172;
  --light-color: #59257622;
  --sub-light-color: #bc317222;
  --footer-color: #592576;
}
/* -------------------------------------------------------------- */
html,body{
  font-family: 'Noto Sans', sans-serif;
  color: #333;
}
.serif{
  font-family: 'Noto Serif JP', serif !important;
}
.sans-serif{
  font-family: 'Noto Sans', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Noto Serif JP', serif;
}
a{
  transition: .3s;
}
a:hover{
  color: var(--light-color);
}
a.more-btn{
  color: #fff;
  background: var(--main-color);
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  box-shadow: 5px 5px 5px 0px #59257644;
  transition: .5s;
}
a.more-btn:hover{
  background: #fff;
  color: var(--main-color);
  text-decoration: none;
}
/* //////////////////////////header-nav////////////////////////// */
header.site-header{
  padding: 10px 0;
  box-shadow: 0 0 10px #eee;
  height: 90px;
}
h1.site-title,div.site-title{
	width: 200px;
	float: none;
	padding: 0;
}
.incart-btn a:hover{
	background: none;
}
header nav{
	width: auto;
	margin: 0;
	display: flex;
}
header nav ul{
  margin-bottom: 0;
}
header nav li{
	width: auto;
	margin-bottom: 0;
	display: table-cell;
  padding: 20px;
	text-align: center;
}
header nav li a{
	font-size: 18px;
	letter-spacing: .1em;
	color: var(--main-color);
}
header nav li a:hover{
	color: var(--sub-color);
  text-decoration: none;
}
.menu-icon-set{
	padding: 20px 0;
	position: relative;
	right: 70px;
  top: 0;
}
.menu-icon-set svg{
	width: 30px;
	height: 30px;
}
.incart-btn{
	min-width: inherit;
	margin: 0;
}
.incart-btn a{
	background-color: transparent;
	padding: 0;
}
header .menu-main-menu-container{
	display: none;
}
.widgettitle{
	display: none;
}
.login-icon{
	display: none;
}
/* //////////////////////////ハンバーガー////////////////////////// */
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
	right: 20px;
	top: 26px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : var(--main-color);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
	background: #fff;
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
	padding: 80px 0 0;
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #fff;
  background: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
	width: 100%;
}
.login-menu-area ul{
	border-top: 1px solid #333;
	display: flex;
	border-bottom: 1px solid #333;
}
.globalMenuSp .login-menu-area ul li{
	border-bottom: none;
	border-right: 1px solid #333;
}
.widget_welcart_login label{
  width: 100%;
}
.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #333;
	display: block;
}
.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
.globalMenuSp ul li:hover a{
	color: var(--main-color);
}
.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  transform: translateX(0%);
}
.menu-hamburger-menu-container{
	width: 100%;
}
.globalMenuSp{
	display: block;
	height: 100%;
}
/* //////////////////////////見出し・セクション////////////////////////// */
h1,h2,h3,h4,h5,h6{
	line-height: initial;
	font-weight: normal;
	color: var(--main-color);
	letter-spacing: .1em;
	transition: .3s;
}

/* //////////////////////////NEWSページ////////////////////////// */
a.to-news{
	position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #999;
  vertical-align: middle;
  text-decoration: none;
	font-size: 20px;
	letter-spacing: .1em;
	margin-top: 20px;
}
a.to-news:hover{
	color: var(--main-color);
}
a.to-news::before{
	left: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
	transition: .3s;
}
a.to-news:hover::before{
	border-color: var(--main-color);
}
.news p.time{
	text-align: center;
	color: #999;
}
/* //////////////////////////お問い合わせページ////////////////////////// */

.form-wrap{
	max-width: 700px;
  margin: 0 auto;
	text-align: center;
}
.form-wrap table{
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
}
.form-wrap table tr td{
	padding: 10px;
	display: block;
}
.form-wrap textarea,.form-wrap input[type="text"], .form-wrap input[type="password"],.form-wrap input[type="email"],.form-wrap  input[type="tel"],.form-wrap input[type="search"],.form-wrap  input[type="url"]{
	border-radius: 5px;
	width: 100%;
	transition: .3s;
}
@media screen and (min-width: 46.25em) {
	.form-wrap table tr td{
		padding: 10px;
		display: table-cell;
	}
}


/* //////////////////////////ログインページ////////////////////////// */
#loginform table tr td{
	display: block;
}
@media screen and (min-width: 769px) {
	#loginform table tr td{
		display: table-cell;
	}
}
/* //////////////////////////footer////////////////////////// */
footer{
  padding: 40px 0 0 0;
	background-color: var(--footer-color);
}
.footer-nav-box,.footer-info-box{
  margin-bottom: 30px;
}
footer iframe{
  width: 100%;
  height: 280px;
}
footer h1.site-title,footer div.site-title{
  margin-bottom: 20px;
}
footer nav{
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
footer nav li {
  display: block;
  padding: 4px;
	text-align: left;
  width: 100%;
}
footer a:hover{
	color: var(--sub-color);
}
.footer-navigation li span{
	display: none;
}
p.copyright{
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
  background: var(--light-color);
  font-size: 12px;
}
.copyright span{
	display: inline-block;
}

/* ////////////////////////////////////////////////////////////// */
/* //////////////////////////responsive////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
@media screen and (min-width: 426px) {
  .hamburger{
    top: 30px;
  }
  header.site-header{
    height: 100px;
  }
	h1.site-title,div.site-title{
		width: 240px;
	}
	.globalMenuSp {
	  width: 300px;
	}
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 901px) {

}
@media screen and (min-width: 1200px) {
  footer nav{
    width: 90%;
  }
  .footer-nav-box,.footer-info-box{
    margin: 0;
  }
  header .menu-main-menu-container{
    display: flex;
    align-items: center;
  }
  header .inner{
		padding: 0;
		position: relative;
	}
  .hamburger{
    display: none;
  }
  #toTop {
		right: 20px;
		bottom: 20px;
	}
  .login-icon{
		padding: 5px 0 5px 30px;
		position: relative;
		display: inline;
	}
  .menu-icon-set{
		align-items: center;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 20px;
	}
  .footer-fixed{
    min-height: 100vh;
    position: relative;
    padding-bottom: 350px;
    box-sizing: border-box;
	}
	footer{
    position: absolute;
    bottom: 0;
		width: 100%;
		height: 350px;
	}
}
