/* 基本
=================================================================================================*/
main article{
	clear: both;
	padding: 40px 0;
}
main h2{
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-align: center;
}
main h2 small{
	display: block;
	margin: 10px 0 20px;
	font-size: 0.8rem;
	color: #aaa
}
.header-text{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 0.8rem;
	line-height: 1.8;
}
.block-area{
	width: 100%;
	max-width: 1024px;
	margin: auto;
}
.block-area img{
	width: 100%;
	height: auto;
}
section h3{
	font-size: 0.8rem;
}
.price{
	display: block;
	color: #280;
	font-size: 1rem;
}
.price:after{
	content: "円(税込)";
	font-size: 0.6rem;
	margin-left: 3px;
}

.price-jinko:before,
.price-kyoka:before{
	display: inline-block;
	width: 4em;
	font-size: 0.8rem;
}
.price-jinko:before{
	content: "人工皮";
}
.price-kyoka:before{
	content: "強化張り";
	letter-spacing: -1px;
}

/* 600以上 =============================*/
@media only screen and (min-width: 600px){
main article{
	padding: 50px 0;
}
main h2{
	padding-bottom: 30px;
	font-size: 1.75rem;
}
.header-text{
	width: 60%;
	padding-bottom: 25px;
	font-size: 0.9rem;
}
}

/* 960以上 =============================*/
@media only screen and (min-width: 960px){
main article{
	padding: 60px 0;
}
main h2{
	padding-bottom: 40px;
	font-size: 2rem;
}
.header-text{
	width: 45%;
	padding-bottom: 30px;
	font-size: 1rem;
}
}

/* 1280以上 =============================*/
@media only screen and (min-width: 1280px){
main article{
	padding: 60px 0;
}
main h2{
	padding-bottom: 40px;
	font-size: 2.5rem;
}
.header-text{
	width: 45%;
	padding-bottom: 30px;
	font-size: 1.2rem;
}
.price,
.price-sale{
	font-size: 1.2rem;
}
.price,
.price-sale:after{
	font-size: 1rem;
}
}

/* 各背景
=================================================================================================*/
#info{
	background: #fff;
}
#new-article{
	background: #f3dcaf url(../common/bg-paper-02.jpg); /* ok */
	background-size: 200px 200px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
#newitem{
	background: #f3dcaf url(../common/bg-paper-02.jpg); /* ok */
	background-size: 200px 200px;
}
#ippin{
	position: relative;
}
#ippin{
	background: #222 url(../common/bg-black-01.jpg);
}
#ippin:before,
#ippin:after{
	position: absolute;
	width: 100%;
	height: 6px;
	content: "";
	left: 0;
	background: linear-gradient(to right,#f4e396,#cf9f3e,#fff9bb,#cf9f3e,#f4e396);
	box-shadow: 0 5px 20px rgba(0,0,0,0.8);
}
#ippin:before{
	top: 0;
}
#ippin:after{
	bottom: 0;
}


#sanshin-set{
	background-size: 200px 200px;
}

/* スライダー
=================================================================================================*/
#main-slider{
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
#thumbnail-slider{
	width: 100%;
	height: 60px;
}
/* 600以上 =============================*/
@media only screen and (min-width: 600px){
#main-slider{
	aspect-ratio: 1.428;
}
#thumbnail-slider{
	height: 70px;
}
}
/* 960以上 =============================*/
@media only screen and (min-width: 960px){
#main-slider{
	aspect-ratio: 2;
}
#thumbnail-slider{
	height: 80px;
}
}

.splide__slide img{
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
#thumbnail-slider{
	margin-top: 10px;
}
#thumbnail-slider .splide__slide {
	opacity: 0.6;
}
#thumbnail-slider .splide__slide.is-active {
	opacity: 1;
	border: 3px solid #00afea;
}

/* お知らせ
=================================================================================================*/
#info{
	margin-top: 20px;
	padding: 30px 0;
	background: #f4f3f1;
}
#info .scroll-area{
	padding: 10px 0 20px;
	white-space: nowrap;
	overflow-x: auto;
		-webkit-overflow-scrolling: touch;
}
#info section{
	display: inline-block;
	width: 200px;
	height: 380px;
	margin-left: 10px;
	vertical-align: top;
	white-space: normal;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#info section:last-child{
	margin-right: 10px;
}
#info img{
	width: 100%;
	height: auto;
	border-radius: 3px 3px 0 0;
}
#info .text-area{
	padding: 15px;
	font-size: 0.8rem;
}
#info .title{
	margin: 0 auto 15px;
	text-align: center;
}
#info strong{
	color: #a00;
}
#info .open,
#info .closed{
	display: inline-block;
	margin-right: 5px;
	padding: 3px;
	line-height: 1;
	color: #fff;
	border-radius: 2px;
}
#info .open{
	background: #3a3;
}
#info .closed{
	background: #d33;
}
#info .note{
	display: block;
	margin-top: 5px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 0.7rem;
	font-weight: normal;
	letter-spacing: -1px;
}
#info .note:before{
	content: "※";
}

/* 600以上 =============================*/
@media only screen and (min-width: 600px){

#info .scroll-area{
	text-align: center;
}
#info section{
	text-align: left;
}
}

/* SNS
=================================================================================================*/
#sns{
	margin: 15px auto 20px;
	text-align: center;
}
#sns svg{
	float: left;
	width: 20px;
	height: auto;
	margin-right: 5px;
}
#sns a{
	display: inline-block;
	width: 100px;
	margin: 0 5px;
	padding: 5px;
	text-align: left;
	border-radius: 6px;
	font-size: 0.6rem;
	line-height: 1.2;
	color: #fff;
}
#sns a.fb{
	background: #3b5998;
}
#sns a.tw{
	background: #55acee;
}
#sns a.line{
	background: #00b900;
}

/* ブログ最新記事
=================================================================================================*/
#blog-new ul{
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
#blog-new li{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
#blog-new li + li{
	margin-left: 20px;
}
#blog-new img{
	width: 100%;
	height: auto;
}
#blog-new .blog-date{
	display: block;
	margin: 5px 0;
	font-size: 0.7rem;
	text-align: center;
	color: #480;
}
#blog-new h3{
	display: block;
	overflow:hidden;
	height: 2.4em;
	line-height: 1.2;
	font-size: 0.8rem;
	color: #420;
	text-align: left;
}


/* 960以上 =============================*/
@media only screen and (min-width: 960px){
#blog-new .blog-date{
	font-size: 0.8rem;
}
#blog-new li{
	width: 150px;
}
}

/* インスタ表示
=================================================================================================*/
.snapwidget-widget{
	aspect-ratio: 1.5;
	pointer-events: none;
}

#instagram{
	max-width: 600px;
	margin: 40px auto 0;
	text-align: center;
}
#instagram .icon,
#instagram .logo{
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 5px 5px;
}
#instagram header a{
	display: inline-block;
	vertical-align: middle;
}

#instagram .block-area{
	width: 95%;
	aspect-ratio: 2.5;
}
#instagram .block-area a{
	display: block;
}

/* 新商品
=================================================================================================*/
#newitem .scroll-area{
	padding-bottom: 10px;
	white-space: nowrap;
	overflow-x: auto;
		-webkit-overflow-scrolling: touch;
}
#newitem section{
	display: inline-block;
	width: 150px;
	height: auto;
	margin-left: 10px;
	vertical-align: top;
}
#newitem section:last-child{
	margin-right: 10px;
}
#newitem img{
	width: 100%;
	height: auto;
}
#newitem h3{
	overflow: hidden;
	line-height: 1.2;
	margin-top: 5px;
	text-align: left;
}

/* 1200以上 =============================*/
@media only screen and (min-width: 1200px){
#newitem .scroll-area{
	text-align: center;
}
}

/* 逸品三線
=================================================================================================*/
#ippin h2,
#ippin .header-text{
	color: #fea;
}
#ippin .header-text{
	width: 26em;
}
#ippin section{
	display: inline-block;
	width: 28%;
	margin-bottom: 20px;
	vertical-align: top;
	overflow: hidden;
}
#ippin section{
	margin-left: 5px;
	margin-right: 5px;
}
#ippin section img{
	width: 130%;
	height: auto;
}
#ippin span.no{
	display: none;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 0.7rem;
	_font-weight: bold;
	line-height: 1.2;
	color: #ffa;
}
#ippin h3{
	display: block;
	margin-top: 5px;
	line-height: 1.2;
	text-align: left;
	color: #fff;
	overflow: hidden;
}
#ippin .price{
	clear: both;
	margin-top: 5px;
	color: #fe9;
	_text-decoration: line-through;
}
#ippin .price-sale{
	display: none;
	clear: both;
	margin-top: 5px;
	color: #f00;
}
#ippin .price-sale:before{
	content: "新春セール 10%OFF 特価 ";
	font-size: 0.8rem;
	font-weight: normal;
}

#ippin .sold:before{
	display: inline-block;
	padding: 2px 4px;
	font-size: 0.6rem;
	content: "SOLD OUT";
	color: #fff;
	background: #f00;
		-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}




#ippin .btn{
	width: 60%;
	max-width: 300px;
	margin: 10px auto;
	border-radius: 2px;
}

/* 600以上 =============================*/
@media only screen and (min-width: 600px){
}

/* 960以上 =============================*/
@media only screen and (min-width: 960px){
#ippin .block-area{
	width: 80%;
}
#ippin section{
	width: 21%;
	margin-bottom: 40px;
}
#ippin section{
	margin-right: 20px;
	margin-left: 0;
}
#ippin section:nth-child(4),
#ippin section:nth-child(8){
	margin-right: 0;
}
#ippin .ippin05,
#ippin .ippin06{
	display: inline-block;
}
}

/* 三線セット
=================================================================================================*/
#sanshin-set .block-area{
	text-align: center;
}
#sanshin-set h2{
	background-image: url(../top/syamisen_okinawa.png), url(../top/okinawa_minka.png);
	background-size: auto 70%, auto 70%;
	background-repeat: no-repeat, no-repeat;
	background-position: 15% top, 90% top;
}
#sanshin-set .header-text{
	width: 24em;
}
#sanshin-set section{
	display: inline-block;
	width: 40%;
	margin: 20px 10px 0;
	vertical-align: top;
}
#sanshin-set section:first-child{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
#sanshin-set section .text-area{
	padding: 10px 0 0;
	text-align: left;
}
#sanshin-set section:first-child .text-area{
	float: right;
	width: 50%;
	padding: 10px;
}
#sanshin-set h3{
	margin-bottom: 10px;
	font-size: 0.8rem;
}
#sanshin-set h3 span{
	font-size: 0.6rem;
	font-weight: normal;
}
#sanshin-set section .text-area p{
	margin-bottom: 10px;
	line-height: 1.2;
}


/* 600以上 =============================*/
@media only screen and (min-width: 600px){
#sanshin-set section{
	width: 28%;
}
#sanshin-set section:first-child{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
}

/* 三線関連グッズリンク
=================================================================================================*/
#link-item{
	overflow: hidden;
}
#link-item .header-text{
	width: 16em;
}
#link-item .block-area{
	text-align: center;
}
#link-item section{
	width: 28%;
	display: inline-block;
	margin-bottom: 20px;
}
#link-item section:nth-child(2),
#link-item section:nth-child(5),
#link-item section:nth-child(8){
	margin-left: 10px;
	margin-right: 10px;
}
#link-item img{
	width: 100%;
	height: auto;
}
#link-item h3{
	margin-top: 5px;
	text-align: center;
	color: #433;
}
#link-item .description{
	display: none;
	margin: 10px;
	font-size: 0.8rem;
}
/* 600以上 =============================*/
@media only screen and (min-width: 600px){
#link-item .block-area{
	width: 80%;
}
#link-item section{
	width: 30%;
}
#link-item section:nth-child(2),
#link-item section:nth-child(5),
#link-item section:nth-child(8){
	margin-left: 4%;
	margin-right: 4%;
}
}

/* 1280以上 =============================*/
@media only screen and (min-width: 1280px){
#link-item .block-area{
	width: 70%;
}
}

/* splide-core.min.css
=================================================================================================*/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
