/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: 
Template: welcart_basic
Version: 1.8.8
*/

@charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html{
scroll-behavior: smooth;
}

body{
}

ul li, ol li{
line-height: 1.5;
}

.clearfix:after {
content:" ";
display:block;
clear:both;
}

a{
color:#000000;
}

a:hover{
color:#000000;
}


a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

.flex {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

.flex_wrap_left {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start
}

.flex_wrap_center {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: center;
justify-content: center;
}

.flex_wrap_end {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.clearer {
clear: both;
}

.center{
text-align: center;
}

.sp{
display: none !important;
}

.mt10{
	margin-top:10px !important;
}

/********************************
toppage
********************************/
.site-header{
	display:none;
}

.page-header{
	display:block;
	margin-bottom:40px;
	text-align:left;
	min-height:auto;
}

.page-header .container{
	padding:0;
}

.page-header-title, h1.page-header-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
	padding:0;
}

.home ul{
	margin:0;
	padding:0;
}

.home ul li{
	list-style:none;
	margin:0;
}

.home .site-body{
	margin:0;
	padding:0;
}

.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
    max-width: 100%;
	margin:0;
	padding:0;
    }

.home #main.one-column #content {
  width: calc(100% - 280px);
  margin: 0;
  padding: 0;
}	

#main{
	width:1140px;
	max-width:94%;
	margin:0 auto;
}

.home h3:where(:not(.wp-block-post-title)):after {
    content: "";
    bottom: 0;
    width: 0;
    border-bottom:none;
}

.home h4{
	background:none;
}

.home .site-body-bottom{
	display:none;
}

.home .site-footer nav{
	display:none;
}

.site-footer{
display:none;
}

.site-footer-copyright{
	display:none
}

.entry-body{
max-width: 100%;
margin: 0 auto;
}

.vk-mobile-nav-menu-btn {
	display:none;
}

#header ul li, nav.globalMenu ul li, footer ul li{
	list-style:none;
}

/********************************
header
********************************/
#header{
max-width: 1140px;
margin: 20px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start;
position:relative;
}

#header .logo{
width: 50%;
}

#header .logo img{
vertical-align: middle;
padding-bottom:2px;
}

#header .logo span{
color: #a0968a;
font-size:16px;
padding-left: 20px;
}

#header .inner.cf{
	position:absolute;
	top:0;
	right:0;
}

#header .inner.cf .snav {
width: 100%;
}

#header .inner.cf .search-box {
float: left;
    }

#header .inner.cf .snav .membership {
margin-top:-40px;
}

#header .inner.cf .snav .incart-btn {
margin-top:-15px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
transform: translateY(0%);
}
.navToggle {
display: block;
position:fixed;
right: 50px;
top: 30px;
width: 80px;
height: 80px;
cursor: pointer;
z-index: 115;
text-align: center;
background: #f9d73e;
color: #000000;
border-radius: 50%;
}
.navToggle span {
display: block;
position: absolute;    /* .navToggleに対して */
width: 40px;
border-bottom: solid 2px #000000;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 20px;
}
.navToggle span:nth-child(1) {
top: 30px;
}
.navToggle span:nth-child(2) {
top: 40px;
}
.navToggle span:nth-child(3) {
top: 50px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 40px;
left: 20px;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
transform: rotate(-30deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
top: 40px;
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
transform: rotate(30deg);
}

/* モーダル */

nav.globalMenu {
background: #dff1f1;
position:fixed;
top: 0;
left:0;
transform: translateY(-120%);
transition: all 0.6s;
width: 100%;
z-index: 110;
}

nav.globalMenu .modal_header{
width: 1140px;
margin: 0 auto 50px;
padding: 15px 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start
}

nav.globalMenu .modal_header .logo2{
width: 250px;
}

nav.globalMenu .modal_header .search{
width: 250px;
margin: 10px 0;
position: relative;
border-radius: 30px;
border: 1px solid #000000;
background: #FFFFFF;
}

nav.globalMenu .modal_header .search .wp-block-search__label {
    display: none;
}

nav.globalMenu .modal_header .search input{
width: 220px;
margin:10px;
border: none;
padding:3px;
}

 .wp-block-search .wp-block-search__button {
	 width:20%;
	 border:none !important;
}

nav.globalMenu .modal_header .search .wp-block-search .wp-block-search__button {
    color: #000000;
    background-color:transparent;
	padding:0;
    font-size: 16px;
}
nav.globalMenu .modal_header .header_nav{
width: calc(100% - 600px);
margin: 20px 0;
}

nav.globalMenu .modal_header .header_nav{
width: calc(50% - 100px);
margin: 15px 0;
}

.header_nav li{
margin-left: 20px;
letter-spacing:0.2em;
}

.header_nav li a{
padding:5px 0 5px 28px;
font-size:16px;
color: #000000;
text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.header_nav li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.header_nav .cart{
background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/cart.png") left top no-repeat;
}

.header_nav .recruit{
background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/recruit.png") left top no-repeat;
background-size:24px auto;
}

.header_nav .cart:hover{
background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/cart_on.png") left top no-repeat;
}

.header_nav .recruit:hover{
background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/recruit_on.png") left top no-repeat;
background-size:24px auto;
}

nav.globalMenu .sitemap{
width: 1140px;
margin: 0 auto 35px;
}

nav.globalMenu .sitemap ul{
width: 33%;
}

nav.globalMenu .sitemap ul li{
margin-bottom: 20px;
font-size:18px;
}

nav.globalMenu .sitemap ul li a{
text-decoration: none;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

nav.globalMenu .sitemap ul li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

nav.globalMenu .area{
padding: 30px 0;
position: relative;
}

nav.globalMenu .area .bg{
position: absolute;
width: calc(50% - 570px + 1140px);
height: 100%;
top:0;
left: 0;
background: #FFFFFF;
border-radius: 0 0 50px 0;
z-index: -1
}

nav.globalMenu .area h3{
text-align: center;
font-size:16px;
font-weight:bold;
margin-bottom: 20px;
border:none;
}

nav.globalMenu .area h3:after{
border:none;
}

nav.globalMenu .area_list{
max-width: 980px;
margin:0 auto;
}

nav.globalMenu .area_list li{
width: 18%;
font-size:16px;
text-align: center;
}

nav.globalMenu .area_list li a{
text-decoration: none;
display: block;
padding: 5px 0;
background: #dff1f1;
border-radius: 50px;
transition-duration: .6s;
}

nav.globalMenu .area_list li a:hover{
background: #f9d73e;
}

nav.globalMenu .mordal_bottom{
width: 1140px;
margin: 0 auto;
padding: 55px 0;
}

nav.globalMenu .language{
background: url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_language.png") left center no-repeat;
padding: 10px 0 10px 40px;
line-height:50px;
}

nav.globalMenu .language a{
text-decoration:none;
}

nav.globalMenu .sns li{
margin-right: 30px;
}

footer{
background: #f9d73e;
padding: 80px 0 0;
}

footer .footer_cnt{
max-width: 1140px;
margin: 0 auto;
}

footer .footer_cnt .sitemap{
margin-bottom: 30px;
}

footer .footer_cnt .sitemap ul{
width: 50%;
}

footer .footer_cnt .sitemap ul li{
margin-bottom: 20px;
font-size:16px;
}

footer .footer_cnt .sitemap ul li a{
text-decoration: none;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  color:#000000;
}

footer .footer_cnt .sitemap ul li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

footer .footer_cnt .logo{
margin-bottom: 40px;
width:250px;
}

footer .footer_cnt .sns{
margin-bottom: 40px;
}

footer .footer_cnt .sns li{
margin-right: 30px;
}

footer .footer_cnt .footer_nav{
border-top: 1px solid #000000;
padding: 30px 0;
}

footer .footer_cnt .footer_nav ul li{
margin-right: 20px;
font-size:16px;
}

footer .footer_cnt .footer_nav ul li a{
text-decoration: none;
color:#000000;
}

footer .footer_cnt .copyright{
font-size:16px;
color:#000000;
}

#toTop.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(0, 0, 0, .8);
    background-image: url("https://ninatte.com/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s;
    text-decoration: none;
	text-indent:-9999px;
}

#toTop a {
    display: block;
    height: 100%;
}

/********************************
サイドバー
********************************/
#secondary {
	border:none;
}

.one-column #secondary {
	margin:0;
}

.shop-menu{
margin-top:40px;
}

.side_ttl{
max-width:240px;
font-size:24px;
color:#000000;
margin:0;
padding:0 0 20px;
font-family: "Shippori Mincho B1", serif;
border-bottom:1px solid #CCCCCC;
}

.side_list{
	margin:0 0 50px !important;
	padding:0;
	max-width:240px;
}

.side_list li{
font-size:14px;
color:#000000;
border-bottom:1px solid #CCCCCC;
list-style:none;
margin:0;
padding:10px 0;
}

.side_list li a{
	display:block;
	text-decoration:none;
	color:#000000;
	padding:13px 0 13px 50px;
	line-height:1;
}

.side_list li.chance01 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_chance01.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance02 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_chance02.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance03 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_chance03.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance04 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_chance04.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance05 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_chance05.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about01 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about01.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about02 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about02.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about03 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about03.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about04 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about04.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about05 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about05.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about06 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about06.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about07 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about07.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about08 a{
	background:url("https://ninatte.com/wp-content/themes/lightning-child/assets/img/icon_about08.png") left center no-repeat;
	background-size:40px auto;
}




/********************************
商品ページ
********************************/
/* #secondary{ display: none; }  ← この行を削除orコメントアウト */
.site-content { width: 100%; } /* これは残してもOK */
#main.two-column #content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page_ttl {
    border-left: 8px solid #f9d73e;
    color: #000000;
	margin:40px 0 0;
    padding: 0 0 0 15px;
    font-size: 32px;
    font-family: "Shippori Mincho B1", serif;
    position: relative;
	line-height:1.5;
}

.item-header h1.item_page_title{
    border-left: 8px solid #f9d73e;
    color: #000000;
    padding: 0 0 0 15px;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    position: relative;
	line-height:1.5;	
}


.front-il {
	margin-bottom:50px;
}

.front-il article {
width: 30%;
margin-right: 5%;
    }

.front-il article:nth-child(3n) {
	margin-right:0;
}

.front-il article .item-tags{
	font-size:10px;
}

.front-il article .itemname{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.front-il article .item-excerpt{
	font-size:12px;
}

.front-il article .itemprice{
	font-size:16px;
	font-weight:bold;
}


#itempage #img-box {
        width: 40%;
    }

.item-description table{
	border:none;
	width:auto;
	margin:10px;
}

.item-description table th{
	border:none;
}

.item-description table td{
	border:none;
	padding:0 20px 5px 0;
}

.item-info .skuform {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start;
border-bottom:1px solid #CCCCCC;
margin:0 0 10px;
padding:10px 0;
}

.item-info .skuform:first-child {
border-top:1px solid #CCCCCC;
}

.item-info .skuname {
	width:calc(100% - 450px);
    min-height: 30px;
    margin-bottom: 1.42857em;
    padding:0;
    background-color: transparent;
    font-weight: normal;
}

.item-info .field {
	width:140px;
}

.item-info .c-box {
	width:310px;
}

.item-info .skubutton {
	background-color:#372711;
}

.item-footnotes{
	margin:20px 0 0;
}

.item-footnotes h3{
	color:#828282;
	font-size:18px;
	margin-bottom:20px;
}

.item-footnotes h3 span{
	border-bottom:1px solid #828282;
}


.related-list{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start;
gap:5%;
}

.related-list .related-item{
	width:30%;
}

.h2_style, h2.maker-box__heading{
    border-left: 8px solid #f9d73e;
    color: #000000;
	margin:40px 0 20px;
    padding: 0 0 0 15px;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    position: relative;
	line-height:1.5;
}

.more{
width: 200px;
margin: 40px auto 75px;
position: relative;
line-height:1;
}

.more.long{
width: 280px;
margin: 40px auto 75px;
position: relative;  
}

.more i{
position: absolute;
top:14px;
right:20px;
color: #FFFFFF;
font-weight:bold;
}

.more a{
display: block;
text-align: center;
padding: 12px 30px 12px 0;
border-radius: 50px;
background: #f9d73e;
color: #000000;
font-size:16px;
text-decoration: none;
border:2px solid #f9d73e;
transition-duration: .4s;
}

.more a:hover i{
color: #f9d73e;
}

.more a:hover{
background: #FFFFFF;
}

.maker-box__inner{
	margin-bottom:40px;
	padding-top:20px;
	padding-bottom:80px;
	position:relative;
}

.maker-box__inner .bg{
	z-index:-1;
	background:#DFF1F1 left bottom no-repeat;
	position:absolute;
	left:10%;
	top:0;
	width:90%;
	height:100%;
	border-radius:0 0 0 50px;
}

.maker-box__photo{
width:360px;
}

.maker-box__photo img{
border-radius:0 0 50px 0;
}

.maker-box-text{
width:calc(100% - 400px);
}	

.maker-box__desc{
width:400px;
}

.maker-box__links{
margin-top:40px;
width:400px;
}

.maker-box__links .more{
margin: 0;
}

.maker-box__links .sns li{
margin-right:10px;
height:40px;
}

.maker-box__links .sns .sns_ig{
background:url("assets/img/icon_insta.png") center center no-repeat;
background-size:40px 40px;
width:40px;
text-indent:-9999px;
}
.maker-box__links .sns .sns_x{
background:url("assets/img/icon_x.png") center center no-repeat;
background-size:40px 40px;
width:40px;
text-indent:-9999px;
}

h3.maker-box__name{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
} 

.event-inner{
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:40px;
	position:relative;
}

.event-inner .bg{
	z-index:-1;
	background:#F3F3EF left bottom no-repeat;
	position:absolute;
	right:-40px;
	top:0;
	width:80%;
	height:100%;
	border-radius:0 0 50px 0;
}

.event-text{
	max-width:50%;
	width:480px;
}

.event-text .event_detail{
	margin-left:10%;
}

.event-text .event_detail p{
	margin-bottom:20px;
}

.event-text .event_detail .event_date{
	background:url("assets/img/icon_calendar.png") left center no-repeat;
	background-size:20px auto;
	padding:5px 0 5px 25px;
}

.event-text .event_detail .event_place{
	background:url("assets/img/icon_map.png") left center no-repeat;
	background-size:20px auto;
	padding:5px 0 5px 25px;
}
	
.event-text .more{
margin:0;
}

.event-image{
	width:45%;
}

.event-image img{
border-radius:0 0 0 50px;
}

/********************************
レスポンシブ
********************************/
@media screen and (min-width: 768px) {
a[href^="tel:"] {
pointer-events: none;
cursor: default;
}
}


@media screen and (max-width: 1450px) {
#header .inner.cf{
	right:85px;
}
}

@media screen and (max-width: 1240px) {

/********************************
header
********************************/
#header{
max-width: 94%;
}

#header .logo {
    width: 55%;
}

#header .header_nav {
    width: calc(45% - 100px);
    margin: 15px 100px 15px 0;
}

.navToggle {
right: 3%;
}

/* モーダル */

nav.globalMenu .modal_header{
width: 94%;
margin: 0 auto 20px;
padding: 10px 0;
}

nav.globalMenu .sitemap{
width: 94%;
margin: 0 auto 15px;
}

nav.globalMenu .sitemap ul{
width: 50%;
}
	
nav.globalMenu .sitemap ul li{
margin-bottom: 10px;
font-size:16px;
}

nav.globalMenu .area .bg{
width: 97%;
}
	
nav.globalMenu .area{
padding: 10px 0;
}
	
nav.globalMenu .area h3{
margin-bottom: 10px;
}

nav.globalMenu .area_list {
max-width: 90%;
}
	
nav.globalMenu .mordal_bottom{
width: 94%;
padding:25px 0;
	}
	
footer .footer_cnt {
    max-width: 94%;
}

.event-inner .bg{
	right:0;
}

.event-image {
margin-right:3%;
}

}


@media screen and (max-width: 999px) {
#header .logo {
width: calc(100% - 260px);
}

#header .logo span {
font-size: 14px;
}
	
#header .inner.cf{
	position:relative;
}
	
#header .inner.cf{
	right:0;
}

#header .inner.cf .snav .membership {
margin-top:0;
}

#header .inner.cf .snav .incart-btn {
margin-top:0;
}

#header .header_nav{
width: 160px;
}

#header .header_nav li {
    margin-left: 0;
    width: 160px;
}

nav.globalMenu .modal_header .logo2{
width: 200px;
}

nav.globalMenu .modal_header .search{
width: 200px;
}

nav.globalMenu .modal_header .search input{
width: 150px;
}

#header nav.globalMenu .modal_header .header_nav{
width: calc(100% - 500px);
}

#header .header_nav li {
width: auto;
margin-left: 10px;
    }
	
#header .header_nav li a{
font-size:14px;
    }
	
/********************************
商品ページ
********************************/
.page_ttl {
	margin:0;
	}
	
.site-content { 
	width: 100%;
	margin:0 auto;}
	
#secondary {
	display:none;
}	
	
.item-info .skuname {
	width:100%;
}

.item-info .field {
	width:calc(100% - 310px);
}
	
.maker-box__photo{
width:280px;
}

.maker-box-text{
width:calc(100% - 320px);
margin-right:20px;
}	

.maker-box__desc{
width:100%;
}

.maker-box__links{
width:100%;
}
	
.event-inner .bg{
	width:80%;
}

.event-text{
	max-width:50%;
	width:480px;
}

.event-text .event_detail{
	margin-left:0;
}
	
.event-text .more {
	max-width:48%;
	}
	}
	


	
@media screen and (max-width: 764px) {
.pc {
display: none !important;
}

.sp {
display: block !important;
}

#header {
margin: 10px auto 30px;
}

#header .logo {
width:100%;
text-align: center;
}

#header p.sp {
width: 100%;
font-size: 12px;
color: #a0968a;
margin: 0 0 10px;
text-align: center;
}

#header nav.globalMenu .modal_header{
margin: 0 auto 20px;
}

nav.globalMenu .modal_header .search{
display: none;
}

#header nav.globalMenu .modal_header .header_nav{
display: none;
}

nav.globalMenu .sitemap ul {
width:calc(100% - 40px);
margin-left: 40px;
    }
	
nav.globalMenu .sitemap ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
	
nav.globalMenu .area h3 {
    text-align: left;
    margin:0 0 20px 40px;
}
	
nav.globalMenu .area .bg {
width: 100%;
}

nav.globalMenu .area_list {
max-width: 200px;
margin: 0 40px;
    }
	
nav.globalMenu .area_list li {
    width: 100%;
	margin-bottom: 10px;
    font-size: 14px;
}

nav.globalMenu .mordal_bottom {
    padding: 20px 0;
}
	
/********************************
商品ページ
********************************/
.front-il article {
    display: inline-block;
    width: 46%;
    margin-right: 8%;
    padding: 1.42857em 0 0;
    letter-spacing: normal;
    vertical-align: text-top;
}
	
.front-il article:nth-child(3n) {
	margin-right:8%;
}	
	
.front-il article:nth-child(2n) {
	margin-right:0 !important;
}	

#itempage #img-box {
    width: 100%;
}
	
.related-list .related-item {
    width: 100%;
	margin-bottom:20px;
}
	
.maker-box__inner {
    margin-bottom: 20px;
    padding-bottom: 40px;
}
	
h2.maker-box__heading{
	margin:20px 0;
}
	
.maker-box__photo{
width:100%;
}

.maker-box-text{
margin-top:20px;
width:100%;
}
	
.maker-box__links {
margin-top: 20px;
	}
	
.maker-box__links .sns {
width:100%;
margin-bottom:20px;
}
	
.sns.flex_wrap_left{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: center;
justify-content: center;		
	}

.maker-box__links .sns li{
margin:0 10px;
}
	
.maker-box__links .more {
    margin: 0 auto;
}

.event-text{
max-width:100%;
margin-bottom:20px;
	}
	
.event-image{
width:100%;
margin-right: 0;
	}
	}
	
@media screen and (max-width: 580px) {
.pc_slider {
display: none !important;
}

.sp_slider {
display: block !important;
}	
	
#header .logo img{
max-width: 120px;
    }

.navToggle {
right: 20px;
top: 20px;
width: 60px;
height: 60px;
}
.navToggle span {
width: 30px;
left: 15px;
}
.navToggle span:nth-child(1) {
top: 20px;
}
.navToggle span:nth-child(2) {
top: 30px;
}
.navToggle span:nth-child(3) {
top: 40px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 30px;
left: 15px;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
top: 30px;
}
	
footer{
padding: 40px 0 0;
}

footer .footer_cnt .sitemap{
margin-bottom: 10px;
}

footer .footer_cnt .sitemap ul{
width: 100%;
}

footer .footer_cnt .sitemap ul li{
font-size:14px;
}

footer .footer_cnt .logo{
border-top: 1px solid #000000;
padding-top: 20px;
margin-bottom: 20px;
}

footer .footer_cnt .sns{
margin-bottom: 0;
}

footer .footer_cnt .footer_nav{
border-top: none;
padding: 20px 0;
}

footer .footer_cnt .footer_nav ul li{
margin-right: 0;
width: 100%;
font-size:14px;
}

footer .footer_cnt .copyright{
margin: 10px 0 0; 
font-size:14px;
}
	
/********************************
商品ページ
********************************/	
.item-info .field {
	width:100%;
}

.item-info .c-box {
	width:100%;
}
	
.event-btns .more{
width:240px;
max-width:240px;
margin:0 auto 20px;
	}
	
.maker-box__inner .bg {
    left: -3%;
    top: 0;
    width: 106%;
	}
	
.event-inner .bg {
    left: -3%;
    top: 0;
    width: 106%;
	}
	
/* ▼ Welcart Basic 子テーマ用：2カラム強制レイアウト */
/*#primary.site-content.two-column {
  display: flex !important;
  gap: 20px;
}*/

#primary.site-content.two-column .site-sidebar {
  width: 280px !important;
  margin:0;
  box-sizing: border-box;
}

#primary.site-content.two-column .site-main {
  width: calc(100% - 320px) !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1140px) {

#primary.site-content.two-column .site-sidebar {
  width: 200px !important;
	margin-left:20px;
}

#primary.site-content.two-column .site-main {
  width: calc(100% - 240px) !important;
}
}	

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #primary.site-content.two-column {
    flex-direction: column !important;
  }
  #primary.site-content.two-column .site-sidebar,
  #primary.site-content.two-column .site-main {
    width: 100% !important;
  }
}
