@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;
}

#snow-scene {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9999999;
  pointer-events: none;
}
.snow {
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
}

.snow{
  opacity: 0.5;
  transform: translate(6.21vw,-10px) scale(0.51);
  animation: fall-x 18s -21s linear infinite;
}
@keyframes fall-x {
  30% {
    transform: translate(11.40vw,30.00vh) scale(0.51);
  }
  100% {
    transform: translate(8.80vw, 105vh) scale(0.51);
  }
}

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

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

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

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

#aw_goods h1{
	font-size: 2.8em;
	line-height: 100%;
	margin-bottom: 20px;
	margin: 50px auto;
    font-weight: normal;
	color:white;
}

#aw_goods h1 span{
	font-size: 0.35em;
	font-weight: normal;
    letter-spacing: 0;
}

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

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

#aw_goods h4{
	/*font-family: "gelato-fresco-variable", sans-serif;*/
	font-family:"yu-mincho-pr6n", sans-serif;
	display: block;
	font-size: 3.5em;
	color:white;
	margin-bottom:10px;
	line-height: 110%;
}

#aw_goods h4 span{
	font-size: 0.35em;
	display: block;
}

#aw_goods h2
#aw_goods h2.headline{
 padding: 1%;/*文字周りの余白*/
 color: #000;/*文字色*/
text-align: left;
font-size: 1.5em;
line-height: 180%;
font-weight: bold;
text-align: center;
letter-spacing: 0.05rem;
margin:30px auto;	
}



#aw_goods h2.headline {
background: linear-gradient(transparent 50%, #00703c   155%);	
}


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

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

#aw_goods .categorylist {
	margin: 50px 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%;
	padding:1%;
}
#aw_goods section.category {
	margin: 0px auto;
	width: 100%;
}
#aw_goods .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
   margin:auto;
	padding: 0.5%;   
}

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


#aw_goods .function {
	width: 100%;
	max-width: 1200px;
	margin: 25px auto;
	background:#fff;
	padding: 0px 0;
}
#aw_goods .function img {
	width: 100%;
}
#aw_goods .function div:first-child {
	flex-basis: 50%;
}
#aw_goods .function div:last-child {
	flex-basis: 70%;
	padding-left: 2%;
	text-align: left;
	font-size: 1.1em!important;
	line-height: 150%;
	margin: auto;
}
#aw_goods .function p.proftext {
	font-size: 0.85em!important;
	width:90%;
	margin:auto;
	color: black;
}

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

#aw_goods .function  div:last-child p.proftext img{
	width: 20%;
	max-width: 50px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(100%) contrast(101%);
}

#aw_goods .function p.proftext a{
	 text-decoration: underline;
	 color: #FFF;
}


.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);	
}


#aw_goods section.item_2 .flex div {
	flex-basis: 50%!important;
	/*margin-bottom: 25px;*/
	margin-bottom: 0px;
	padding: 1.5%;
}


#aw_goods .flex02{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: nowrap; /* Safari */
 flex-wrap: nowrap;
 width: 95%;
 position: relative;
 align-items: center;
}

#aw_goods .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: nowrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
 align-items: center;
}

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

#aw_goods p.main_text2{
	margin: 20px auto 0px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:1.2em!important;
	font-weight: normal;
	color:white;
}

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

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

#aw_goods p.itemname{
	width: 100%;
	margin: 0 auto!important;
    text-align: center;
	color: white;
}


#aw_goods p.price2{
	width: 100%;
	margin: 0 auto!important;
	 text-align: center;
	color: white;
}

#aw_goods p.price2 span{
	color: #ff8588;
	font-size: 1.2em!important;
	font-weight: bold;
}

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

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

#aw_goods .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(-125%);
}
}
.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: 10px auto;
}


/* 購入ボタン */

#aw_goods .itemlist a,
#aw_goods .itemlist span,
#aw_goods .buy,
#aw_goods section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #73a9c2;
	background: #73a9c2;
	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: bold;
}

#aw_goods 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;
}

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

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



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

#aw_goods .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;
}

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

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


.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: "yu-mincho-pr6n", sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
	font-weight:normal;
}

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

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


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

.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%;
}




/* 回遊リンク */

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

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

#aw_goods .Banner4 ul {
	display:inline;
}

#aw_goods .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;
}

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

#aw_goods .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;
}

#aw_goods h1{
	font-size: 5.5vw;
	line-height: 115%;
    margin: 5vw auto 5vw;
}

#aw_goods h1 span{
	font-size: 2.6vw;
}

#aw_goods h2{
	font-size: 9.25vw;
}

#aw_goods h2 span{
	font-size: 3.5vw;
}

#aw_goods .function {
	width: 100%;
	max-width: 700px;
	margin: 15px auto;
	padding: 15px 0;
}	
	
	
#aw_goods .flex02{
flex-direction:column;
 width: 95%;

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

#aw_goods h2.headline{
  padding: 3%;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: left;
	font-size: 3.5vw;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
}
	

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

#aw_goods .categorylist div{
	flex-basis: calc(100% / 2 - 1%);  
}	
	
#aw_goods h4{
	font-size: 9vw;
	margin-bottom: 5vw;
	line-height: 110%;
}
	
#aw_goods h4 span{
	font-size: 3.5vw;
}		

#aw_goods .function p.proftext {
	margin-top: 3vw !important;	
}	

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

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

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



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

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

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

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

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

#aw_goods .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;
}

/* 回遊リンク */

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

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

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

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

/* ヘッダー */

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

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

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

}