@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#gw_styling {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:18px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	/*font-family: "yu-mincho-pr6n", sans-serif;*/
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#gw_styling img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#gw_styling p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#gw_styling h1,
#gw_styling h2,
#gw_styling h3,
#gw_styling h4,
#gw_styling h5{
	color: #996515;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#gw_styling h1{
	font-size: 10em;
	line-height: 80%;
	margin: auto ;
    font-weight: normal;
	color:#996515;
	font-family: "ab-manga-thic", sans-serif;
	letter-spacing: 0.05rem;
}

#gw_styling h1 span{
	font-size: 0.27em;
    letter-spacing: 0.08rem;
}

#gw_styling h2{
	font-size: 2.8em;
	line-height: 70%;
	margin-bottom: 0px;
	
}

#gw_styling h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#gw_styling h4{
	font-family: "hwt-mardell", sans-serif;	
	/*font-family: "gelato-fresco-variable", sans-serif;
	font-family:"yu-mincho-pr6n", sans-serif;*/
	display: block;
	font-size: 2.5em;
}


#gw_styling h2.headline{
font-family: "hwt-mardell", sans-serif;	
margin: 20px auto;
padding: 1%;/*文字周りの余白*/
color: #000;/*文字色*/	
font-size: 3em;
line-height: 120%;
font-weight: normal;
text-align: center;
margin:30px auto;
letter-spacing: 0.08rem;
background: linear-gradient(transparent 70%, #fffbcc 100%);
width:75%;
}



#gw_styling h2.headline span{
	font-size: 0.7em;
	margin: auto 0;
}

#gw_styling .gw_styling_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#gw_styling .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	font-size: 1.2em;
	padding:3%;
}
#gw_styling section.category {
	margin: 0px auto;
	width: 55%;
}
#gw_styling .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    margin-right: 0;
    margin-bottom: 30px;
    
}

#gw_styling .categorylist div span
{
	font-size: 0.8em;
}


#gw_styling .function {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	background: #FFF;
	padding: 10px 0;
}
#gw_styling .function img {
	width: 100%;
}
#gw_styling .function div:first-child {
	flex-basis: 50%;
}
#gw_styling .function div:last-child {
	flex-basis: 70%;
	padding-left: 2%;
	text-align: left;
	font-size: 1.1em!important;
	line-height: 150%;
	margin: auto;
}
#gw_styling .function p.proftext {
	font-size: 0.85em!important;
	width:95%;
	border: 5px dotted #996515;
	padding: 2%;
	line-height: 180%;
}

#gw_styling .function p.proftext span {
	font-size: 1em!important;
	background: linear-gradient(transparent 70%, #f9df88 30%);
	font-weight: bold;
	
}


.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#gw_styling section.item_2 .flex div {
	flex-basis: 33.33%;
	/*margin-bottom: 25px;*/
	margin-bottom: 0px;
}

#gw_styling .flex,
#gw_styling .flex02{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: nowrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
 position: relative;
 align-items: center;
 justify-content: center;
}

#gw_styling p.main_text{
	margin: 20px auto!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	font-size:0.9em!important;
}

#gw_styling p.main_text2{
	margin: 60px auto 0px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:0.95em!important;
	font-weight: bold;
}

#gw_styling section{
	width: 100%;
	/*margin: 100px auto;*/
	margin: auto 0;
}

#gw_styling section.style{
	margin: 100px auto 150px;
}

#gw_styling p.itemname{
	width: 100%;
	margin: 0 auto!important;
    text-align: left;
}

#gw_styling p.price{
	width: 100%;
	margin: 0 auto!important;
}

#gw_styling p.price span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}

#gw_styling .box h3 {
	margin: 0 auto;
	padding: 12px 20px;
	background: #ededed;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	border-bottom: solid 1px #000;
  position: relative;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-130%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
 margin:0 auto 20px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
  margin: 20px auto;
}


/* 購入ボタン */

#gw_styling .itemlist a,
#gw_styling .itemlist span,
#gw_styling .buy,
#gw_styling section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #996515;
	background: #996515;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
	font-weight: normal;
	text-decoration: none;
}

#gw_styling section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:10px auto;
}

#gw_styling .buy{
	padding: 5px 0;
	margin: 10px auto 0;
    width: 70%;
}
#gw_styling .itemlist span{
	background: #FFF;
	color: #000;
}

#gw_styling .buy:hover,
#gw_styling .itemlist a:hover,
#gw_styling section.style .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #996515;
	color: #996515;
}



#gw_styling section.style .textaria{
	margin: 20px auto 35px;
	width: 100%;
}

#gw_styling .itemlist,
.itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px auto;
}

#gw_styling .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#gw_styling .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
	font-weight:normal;
}

.featherlight-content p{
	font-size: 1.2em!important;
    color: #996515;
	font-weight: bold;
}

.featherlight-content p.price span{
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}


.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 1px solid #666666;
   text-align: left;
    font-size: 1.3em!important;
    color: #996515;
	
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}

.itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
	line-height:180%;
}

.itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}




/* 回遊リンク */

#gw_styling .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#gw_styling .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#gw_styling .Banner4 ul {
	display:inline;
}

#gw_styling .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#gw_styling .right{
	flex-direction:row-reverse;
}

#gw_styling .right .flex_box:last-child{
	padding-left: 0;
	padding-right: 5%;
}



/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#gw_styling h1{
	font-size: 30.5vw;
	line-height: 70%;
    margin: auto 0;
}

#gw_styling h1 span{
	font-size: 6vw;
}

#gw_styling h2{
	font-size: 4.25vw;
}

#gw_styling h2 span{
	font-size: 1.5vw;
}

	
#gw_styling .flex02{
flex-direction:column;
 width: 95%;

}
	
#gw_styling p.main_text2,
#gw_styling p.main_text{
	display: block!important;
	width: 95%;
    text-align: center;
}
	
#gw_styling p.main_text2{	
font-size: 3.2vw!important;	
}	

#gw_styling h2.headline{
	font-size: 8.5vw;
	line-height: 120%;
	text-align: center;
	width: 100%;
}
	

#gw_styling h2.headline span{
	font-size: 2.5vw;
	margin-bottom: 0px;
}	
	
#gw_styling h4{
	font-size: 6vw;
}	

#gw_styling .function p.proftext {
	margin-top: 5vw !important;	
	border: 3px dotted #996515;
	padding: 2%;
}	

#gw_styling section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.85em;
}	
	
	
#gw_styling p,
#gw_styling div,
#gw_styling .other_text,
.featherlight-content p{
	font-size: 3.5vw!important;
	line-height: 180%;
}
	
#gw_styling section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#gw_styling section{
	margin: 0vw auto;
}

#gw_styling section.style{
	margin: 0vw auto 15vw;
}

#gw_styling section.style .textbox p{
    text-align: left;
}



#gw_styling section.style .textaria{
	margin: 1vw auto 5vw;
}

#gw_styling section.style .textaria p{
	font-size: 2.7vw!important;
    line-height: 150%;
}

#gw_styling .itemlist div{
	font-size: 2.8vw!important;
	line-height: 150%!important;
}

#gw_styling .itemlist div:first-child{
	width: 77%;
}

#gw_styling .itemlist div:last-child{
	width: 23%;
}

#gw_styling .itemlist span{
	font-size: 2.5vw;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

p.price{
	font-size: 3.5vw!important;
	line-height: 110%;
}

.scroll-infinity__item {
  width: calc(100vw / 2);
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#gw_styling .Banner4 {
	text-align: center;
	width: 100%;
}

#gw_styling .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#gw_styling .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#gw_styling section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#gw_styling .header{
	position: relative;
	/*height: 109vw;*/
}

#gw_styling .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}