@charset "UTF-8";
/* CSS Document */

.wrap {
	width:974px;
	max-width: 974px;
	margin:0 auto;
}
.wrap02 {
	width: 880px;
	margin:0 auto;
}
.inner-wrap {
	width:760px;
	margin:0 auto;
}
img {
	max-width:100%;
}


/* head */

#utility{
	padding-top:10px;
	padding-bottom:10px;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width:82px;
	overflow:hidden;
}
.nyonline_menu_select{
	float:left;
}
.logolist{
	float:right;
}

/* foot */
#foot {
	background:#fff;
	padding:30px 0 10px;
	position:relative;
	z-index:2;
}
#foot .copyright {
	font-size:11px;
	color:#4c4a4a;
	text-align:center;
}
#foot .logo {
	text-align:center;
	margin-bottom:20px;
}


/* cont */
#breadcrumb {
	font-size:14px;
	/*	margin-bottom:714px;*/
}
#breadcrumb a {
	color:#000;
}
#main-visual {
	width:100%;
	/*height:649px;*/
	/*	background:#f2f2f2;*/
	text-align:center;
	/*	position:fixed;
	top:220px;
	left:0;*/
	z-index:1;
}
#main-visual .sp{
	display: none;
}
#main-visual h1{
	padding: 35px 0 35px 0;
	margin-bottom: 40px;
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #6f6f6f;
	background: url(../img/titlebg.png) no-repeat center bottom;
}
#main-visual h1 span{
	font-size: 32px;
	color: #6f6f6f;
}
#main-visual h2 img{
	box-sizing:border-box;
}
#contents {
	width:100%;
	background:#fff;
	padding:0 0 70px 0;
	position:relative;
	z-index:2;
}
#lead-bloc {
	text-align:center;
	margin-bottom:60px;
}
#lead-bloc h2 {
	margin-bottom:45px;
}
#lead-bloc h2 span {
	display:inline-block;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background-color:#000;
	padding:8px 38px;
}
#lead-bloc h2.mainTtl {
	font-size: 220%;
	font-family: 'Arial Narrow', sans-serif;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
#lead-bloc p {
	font-size:16px;
	line-height:2;
	margin-block:40px;
}

#article-main {
	margin-bottom:60px;
}
#article-main > section+section {
	margin-top:90px;
}
#article-main > section .pic-bloc {
	width:310px;
}
#article-main > section .pic-bloc>img {
	border:1px solid #d2d2d2;
	width:308px;
}
#article-main > section .txt-bloc {
	width:415px;
	padding-top:10px;
}
#article-main > section:nth-child(2n+1) .pic-bloc {
	float:left;
}
#article-main > section:nth-child(2n+1) .txt-bloc {
	float:right;
}
#article-main > section:nth-child(2n) .pic-bloc {
	float:right;
}
#article-main > section:nth-child(2n) .txt-bloc {
	float:left;
}
#article-main > section .icn-bloc {
	display: inline-block;
	background-color:#000;
	vertical-align:top;
}
#article-main > section h3 {
	margin-bottom:30px;
}
#article-main > section h3 em {
	display:inline-block;
	padding-left:20px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	width:310px;
}
#article-main > section .main-txt {
	font-size:13px;
	line-height:1.6;
	margin-bottom:30px;
}
#article-main > section .item-list {
	width: 310px;
	margin: 0 0 6px auto;
}
#article-main > section .item-list dt {
	font-size:14px;
	font-weight:600;
	text-align:left;
	width:12em;
	display:inline-block;
	vertical-align:middle;
}
#article-main > section .item-list dt span {
	color:#bbb;
}
#article-main > section .item-list dd {
	display:inline-block;
}
#article-main > section .item-list dd p {
	display:inline-block;
	/*width:320px;*/
	text-align:right;
	vertical-align:middle;
}
#article-main > section .item-list dd .price {
	display: inline-block;
	text-align:right;
	font-size:12px;
	font-weight:600;
	white-space:nowrap;
	padding-right:5px;
	width:5em;
}
#article-main > section .item-list dd .btn-check {
	display:inline-block;
	vertical-align:middle;
	width:72px;
	height:21px;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
	background:#6b6b6b url(../img/btn_check.png) no-repeat center center;
}
#article-main > section .item-list dd .btn-check:hover {
	background-color:#000;
}

#article-main > section .item-list dd .reference {
	white-space: nowrap;
	padding-right: 5px;
	width: 5em;
	font-weight: 600;
	display: inline-block;
	text-align: right;
}


#brand-info {
	background:#eee;
	padding:25px 0;
	display:none;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
	margin-bottom: 10px;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info .brandTop {
	background-color: #fff;
	text-align:center;
	color: #fff;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:10px;
}
#brand-info .w50 {
	text-align:center;
	width:233px;
	margin-left:auto;
	margin-right:auto;
}
#brand-info .w50 a{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
#brand-info a.brandBtn:hover {
	background-color:#00000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
	display: block;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
#brand-info .brand_right h4.title {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
	font-size: 12px;
}



#pagetop {
	text-align: right;
	padding-right:90px;
	/*margin-top: 20px;*/
	margin-bottom:10px;
}
#pagetop a {
	display:inline-block;
	text-align:center;
	color:#939393;
	text-decoration:none;
	padding-top:55px;
	background:url(../img/pagetop.png) no-repeat center top;
}
#pagetop a span {
	font-size:10px;
}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*.howto*/


#howto{
	margin-top: 60px;
}

#howto .btnArea {
  margin-bottom: 80px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  text-align: center;
}

#howto .btnArea a {
	display: block;
	background-color: #EB86BC;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
#howto .btnArea a:hover {
  filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


#howto .btnBox02{
	margin-bottom: 50px;
}
#howto .btnBox02 .btnArea{
  width: 280px;
  float: left;
  margin-right: 20px;
	margin-bottom: 0;
}
#howto .btnBox02 .btnArea:last-child{
  margin-right: 0;
}
#howto .btnBox02 .btnArea a{
  line-height: 20px;
	padding: 10px 0;
}
#howto .btnBox02 .btnArea a span{
	font-size: 12px;
}

#howto .btnArea02{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}
#howto .btnArea02 .btnArea {
	margin: 0;
}
#howto .btnArea02 a{
	background-color: #F7F7F7;
	color: #EB86BC;
	border: 1px solid #EB86BC;
}




#howto .howtoBox{
	margin-bottom: 100px;
}
#howto .howtoBox.bottom{
  margin-bottom: 0;
}
@media only screen and (max-width:639px){
  #howto .howtoBox.style{
    margin-bottom: 0;
  }
}
#howto .howtoBox03{
	margin-bottom: 100px;
}
#howto .howtoBox .howtoTtl {
	text-align: center;
	font-size: 20px;
	color: #EB86BC;
	padding: 18px 0;
	border-top: 1px solid #EB86BC;
	border-bottom: 2px solid #EB86BC;
}
#howto .howtoBox .hoetoImg {
	margin-bottom: -40px;
}
#howto .styleBox{
	background-color: #F8F8F8;
	text-align: center;
	padding: 45px 0;
}
#howto .howtoBox .styleBox .styleInner{
	width: 806px;
	margin: 0 auto;
}
#howto .howtoBox03 .styleBox .styleInner{
	width: 528px;
}

#howto .styleBox .style{
	float: left;
	width: 250px;
	margin-right: 28px;
}
#howto .styleBox .style:last-child{
	margin-right: 0;
}
#howto .styleBox .ttl{
	font-size: 20px;
	margin-bottom: 10px;
}
#howto .styleBox .ttl span{
	font-size: 12px;
}
#howto .styleBox .styleImg{
	margin-bottom: 30px;
}
#howto .howtoBox .styleBox .styleInner img {
	width: 250px;
}
@media only screen and (max-width:639px){
  #howto .styleBox .styleImg + .ttl span{
    padding: 0 4%;
    display: block;
  }
}

#howto .howtoBox.coord {
	margin-bottom: 80px;
}
#howto .howtoBox.coord .howtoTtl {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #EB86BC;
}
#howto .howtoBox.coord .styleBox {
	background-color: #FFFFFF;
	border: 1px solid #EB86BC;
}
#howto .howtoBox.coord .styleBox .ttl {
	font-size: 16px;
	color: #EB86BC;
	background-color: #F8F8F8;
	margin-bottom: 0;
	padding: 10px 0;
}

@media only screen and (min-width:640px){
  #howto .howtoBox.coord .index_wrap {
    width: 800px;
  }
  #howto .howtoBox.coord .inner-wrap {
    width: 100%;
  }
  #howto .howtoBox.coord .code_main .code_list {
    /* width: 800px; */
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  #howto .howtoBox.coord  .code_main .code_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    /* margin-bottom: 60px; */
  }
  #howto .howtoBox.coord  .code_main .code_list li:nth-child(even) .pic {
    order: 1;
  }
  #howto .howtoBox.coord  .code_main .code_list .pic {
   /*  width: 280px; */
    width: calc((280/800) * 100%);
  }
  #howto .howtoBox.coord  .code_main .code_list .pic img{
    width: 100%;
  }
  #howto .howtoBox.coord  .code_main .code_list .txt {
    /* width: 480px; */
    width: calc((480/800) * 100%);
    margin: 0;
  }
  #howto .howtoBox.coord  .code_main .code_list .txt .tit {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  #howto .howtoBox.coord  .code_main .code_list .txt h5 {
    font-size: 16px;
    /* font-weight: 500; */
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
    /* text-align: justify; */
    text-align: center;
  }
  #howto .howtoBox.coord  .code_main .code_list .txt a.btn {
    /* width: 400px; */
    width: 380px;
    height: 30px;
    line-height: 24px;
    /* background: #5a4e42; */
    background: #EB86BC;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
  }
}

@media only screen and (max-width:639px){
  #howto .howtoBox.coord .code_main .code_list {
    width: auto;
    overflow: hidden;
    position: relative;
    /* margin: auto 20px; */
    margin: auto;
  }
  #howto .howtoBox.coord .code_main .code_list li {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
  }
  #howto .howtoBox.coord .code_main .code_list li:last-child {
    margin-bottom: 0;
  }
  #howto .howtoBox.coord .code_main .code_list li:nth-child(even) .pic {
    order: 1;
  }
  #howto .howtoBox.coord .code_main .code_list .pic {
    width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 16px;
  }
  #howto .howtoBox.coord .code_main .code_list .pic a{
    display: block;
    width: 100%;
  }
  #howto .howtoBox.coord .code_main .code_list .pic img{
    width: 100%;
  }
  #howto .howtoBox.coord .code_main .code_list .txt {
    width: auto;
    margin: 0;
  }
  #howto .howtoBox.coord .code_main .code_list .txt .tit {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  #howto .howtoBox.coord .code_main .code_list .txt h5 {
    font-size: 13px;
   /*  font-weight: 500; */
   font-weight: normal;
    margin-bottom: 20px;
    /* text-align: justify; */
    text-align: center;
  }
  #howto .howtoBox.coord .code_main .code_list .txt a.btn {
    width: 90%;
    height: 42px;
    line-height: 33px;
    /* background: #5a4e42; */
    background: #EB86BC;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 13px;
    /* font-weight: bold; */
    letter-spacing: 1px;
  }
  #howto .howtoBox.coord #index1 .code_main .code_list{
    /* margin-bottom: 80px; */
  }

}






#howto .styleBtn a {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  text-align: center;
  background-color: #EB86BC;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
#howto .styleBtn a:hover {
  filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*詳細ページ*/
#howto.detail .mainTtl {
	margin-bottom: 30px;
}
#howto.detail .mainTtl .tll {
	float: left;
}
#howto.detail .mainTtl .btnArea {
	float: right;
	margin-top: 50px;
	margin-bottom: 0;
}
#howto.detail .mainImg {
	margin-bottom: 80px;
}


#howto.detail .detailBox .detailnner {
	margin-bottom: 80px;
	width: 740px;
	margin: 0 auto;
}
#howto.detail .detailBox .detailnner .style{
	float: left;
	width: 220px;
	margin-right: 40px;
}
#howto.detail .detailBox .detailnner .style .ttl{
	font-weight: bold;
	color: #EB86BC;
  padding-bottom: 8px;
	margin-bottom: 8px;
  font-size: 13px;
	border-bottom: 2px dashed #918C8A;
}
#howto.detail .detailBox .detailnner .style .txt{
	height: 80px;
}
#howto.detail .detailBox .detailnner .style .detailImg img{
	width: 220px;
  padding-bottom: 10px;
}


#howto.detail .detailBox .detailnner .style .detailImg{
	position: relative;
}
#howto.detail .detailBox .detailnner .style .detailImg::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -26px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #c3c4c4;
}
#howto.detail .detailBox .detailnner .style:last-child .detailImg::before,
#howto.detail .detailBox .detailnner .style:nth-child(3n) .detailImg::before {
  display: none;
}




#howto.detail .detailBox .detailnner .style:nth-child(3n){
	margin-right: 0;
}







/*共通Footer*/

#howto .bannerArea {
	text-align: center;
	margin-bottom: 100px;
}
#entry{
	border-top: 1px solid #DBDCDC;
	border-bottom: 1px solid #DBDCDC;
	padding-top: 55px;
	margin-bottom: 30px;
}
#entry .entryTtl{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#entry .entryTtl img{
	margin-right: 10px;
}
#entry .entryInner{
	margin-bottom: 50px;
}
#entry .entryInner .entryBox{
	float: left;
	margin-right: 30px;
	width: 150px;
	text-align: center;
}
#entry .entryInner .entryBox:last-child{
	margin-right: 0;
}
#entry .entryInner .entryBox .ttl{
	font-size: 14px;
	height: 75px;
  display: table-cell;
  vertical-align: middle;
  width: 150px;
	font-weight: bold;
}
#entry .entryInner .entryBox .txt{
	text-align: left;
	height: 160px;
	line-height: 15px;
}
#entry .entryInner .entryBox .arrow{
	text-align: left;
	position: relative;
	padding-left: 12px;
}
#entry .entryInner .entryBox .arrow a:hover{
	text-decoration: none;
}
#entry .entryInner .entryBox .arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 3px;
  border-top: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #50AAE2;
}


#entry .entryInner .entryBox:nth-child(1) .ttl,
#entry .entryInner .entryBox:nth-child(1) .arrow a{
	color:#50AAE2;
}
#entry .entryInner .entryBox:nth-child(1) .arrow::before{
	border-left: 6px solid #50AAE2;
}

#entry .entryInner .entryBox:nth-child(2) .ttl,
#entry .entryInner .entryBox:nth-child(2) .arrow a{
	color:#00B7CB;
}
#entry .entryInner .entryBox:nth-child(2) .arrow::before{
	border-left: 6px solid #00B7CB;
}

#entry .entryInner .entryBox:nth-child(3) .ttl,
#entry .entryInner .entryBox:nth-child(3) .arrow a{
	color:#FFC53D;
}
#entry .entryInner .entryBox:nth-child(3) .arrow::before{
	border-left: 6px solid #FFC53D;
}

#entry .entryInner .entryBox:nth-child(4) .ttl,
#entry .entryInner .entryBox:nth-child(4) .arrow a{
	color:#FF978D;
}
#entry .entryInner .entryBox:nth-child(4) .arrow::before{
	border-left: 6px solid #FF978D;
}

#entry .entryInner .entryBox:nth-child(5) .ttl,
#entry .entryInner .entryBox:nth-child(5) .arrow a{
	color:#FF97CA;
}
#entry .entryInner .entryBox:nth-child(5) .arrow::before{
	border-left: 6px solid #FF97CA;
}
#entry .btnArea03{
	margin-bottom: 60px;
}
#entry .btnArea03 a{
	background-color: #FF9600;
	color: #ffffff;
}





@media all and (min-width: 640px) and (max-width: 966px) {
	.wrap {
		width:auto;
	}
	#head #utility h1 {
		float:none;
		padding-bottom:5px;
	}
	#head .logolist{
		max-width:80%;
	}
	#main-visual {
		height:auto;
	}

	#brand-info .inner-wrap {
    width: 100%;
	}
}


@media (max-width: 860px){
	#howto img {
		width: auto;
	}
	#brand-info .logo em img{
		width: auto;
	}
}



@media all and (max-width: 735px) {
	#head .logolist{
		display: none;
	}
	#head .nyonline_menu_select {
    float: none;
    text-align: center;
    padding-bottom: 10px;
	}

}




@media only screen and (max-width:640px){
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	img.smp {
		display:inline;
	}

	.wrap {
		width:auto;
	}
	.inner-wrap,#brand-info .inner-wrap {
		width:auto;
		padding:0 20px;
	}

	.wrap02 {
		width:auto;
	}



	/* head */
	#head {
		margin-bottom:5px;
	}
	#head #utility{
		padding-bottom: 0;
	}
	#head #utility h1{
		float:none;
		font-size:10px;
		line-height:1.4;
		padding-left:5px;
	}
	#utility ul{
		float:right;
		padding-right:10px;
	}
	#head #utility ul li{
	}
	#head .nyonline_menu_select{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	#head .logolist{
		display:none;
	}

	/* foot */
	#foot {
		padding:0;
		position:relative;
	}
	#foot .copyright {
		font-size:10px;
		color:#fff;
		margin-bottom:0;
		background:#000;
		text-align:center;
		padding:5px;
	}
	#foot .logo {
		/*		position:absolute;
		top:-25px;
		left:50%;
		z-index:2;
		width:90px;
		margin-left:-45px;*/
		text-align:center;
		padding-top:20px;
	}
	#foot .logo img{
		width:80px;
	}

	/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
		height:auto;
		position: relative;
		top: auto;
	}
	#contents {
		padding:20px 0 0;
	}
	#lead-bloc {
		padding:0 20px;
		text-align:left;
		margin-bottom:30px;
	}
	#lead-bloc h2 {
		margin-bottom:20px;
		text-align:center;
	}
	#lead-bloc h2 span {
		display:block;
		font-size:160%;
		padding:20px 10px;
	}
	#lead-bloc p {
		font-size:120%;
		line-height:1.6;
		margin-block: 30px;
	}
	#main-visual .sp{
		display: block;
	}
	#main-visual h1{
		font-size: 16px;
		padding: 17.5px 0;
		margin-top: 10px;
		margin-bottom: 0px;
    background-size: 32.5px auto;
	}
	#main-visual h1 span{
		font-size: 18.5px;
	}
	#article-main {
		margin-bottom:10px;
	}
	#article-main > section+section {
		margin-top:60px;
	}
	#article-main > section .pic-bloc {
		width:70%;
		margin:0 auto;
		position:relative;
	}
	#article-main > section .pic-bloc img {
		width:100%;
	}
	#article-main > section .txt-bloc {
		width:auto;
		padding-top:25px;
	}
	#article-main > section:nth-child(2n+1) .pic-bloc,
	#article-main > section:nth-child(2n+1) .txt-bloc,
	#article-main > section:nth-child(2n) .pic-bloc,
	#article-main > section:nth-child(2n) .txt-bloc {
		float:none;
	}
	#article-main > section .icn-bloc {
		position:absolute;
		top:0;
		left:0;
		width:22%;
	}
	#article-main > section .icn-bloc img {
		width:100%;
	}
	#article-main > section h3 {
		margin-bottom:10px;
		text-align:center;
	}
	#article-main > section h3 em {
		padding-left:0;
		font-size:140%;
		width:auto;
	}
	#article-main > section .main-txt {
		font-size:110%;
	}
	#article-main > section .item-list {
		margin-bottom:10px;
		text-align:left;
		width:100%;
		margin:0 auto 5px;
		overflow:hidden;
	}
	#article-main > section .item-list dt {
		font-size:110%;
		width:auto;
		padding-right:1em;
		line-height:23px;
		float:left;
	}
	#article-main > section .item-list dd {
		float:right;
	}
	#article-main > section .item-list dd p {
		line-height:23px;
	}
	#article-main > section .item-list dd .price {
		font-size:90%;
		width:auto;
	}
	#article-main > section .item-list dd .btn-check {
		width:80px;
		height:23px;
		background-size:62%;
		text-align:right;
	}
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}

	#pagetop {
		padding-right:30px;
		position:relative;
		z-index:10;
	}
	#pagetop a {
		padding-top:0;
		width:45px;
		height:45px;
		background-image:url(../img/sp/pagetop.png);
		background-size:contain;
	}
	#pagetop a span {
		display:none;
	}


	#contents {
    padding: 0 0 20px;
	}

	#howto{
		margin-top: 30px;
	}

	#howto .btnArea {
    margin-bottom: 50px;
	}
	#howto .howtoBox {
    margin-bottom: 60px;
	}
	#howto .howtoBox .hoetoImg {
    margin-bottom: 10px;
		text-align: center;
	}
	#howto .howtoBox .styleBox .styleInner {
		width: auto;
	}
	#howto .howtoBox .styleBox .styleInner img{
		width: 90%;
	}
	#howto .styleBox .style {
    float: none;
    width: auto;
    margin-right: 0;
		margin-bottom: 40px;
	}
	#howto .btnBox02 .btnArea {
    float: none;
		margin: 0 auto;
    margin-bottom: 10px;
		width: 300px;
	}


	#howto .btnBox02 .btnArea:last-child {
		margin: 0 auto;
	}
	#howto .btnArea02 {
		flex-direction: column;
		gap: 10px;
	}
	#entry .entryInner {
		padding: 0 6%;
		margin-bottom: 30px;
	}
	#entry .entryInner .entryBox {
    float: none;
    margin-right: 0;
    width: auto;
		margin-bottom: 30px;
	}
	#entry .entryInner .entryBox .ttl {
    height: auto;
    display: block;
    width: auto;
		padding: 15px;
	}
	#entry .entryInner .entryBox .txt {
    height: auto;
		margin-bottom: 10px;
	}
	#howto .bannerArea {
		margin-bottom: 50px;
		padding: 0 6%;
	}



	/*詳細ページ*/
	#howto.detail{
		margin-top: 0;
	}
	#howto.detail .mainTtl .tll {
		float: none;
		text-align: center;
		padding: 0 2%;
	}
	#howto.detail .mainTtl .btnArea {
		float: none;
		text-align: right;
		margin-right: 2%;
		margin-top: 0;
		line-height: 35px;
		width: auto;
		margin-bottom: 30px;
	}
	#howto.detail .mainTtl .btnArea a{
		font-size: 12px;
		background-color: #ffffff;
		color: #EB86BC;
		display: inline;
	}
	#howto.detail .mainImg {
    margin-bottom: 40px;
	}
	#howto.detail .detailBox .detailnner {
    margin-bottom: 10px;
    width: auto;
		padding: 0 6%;
	}
	#howto.detail .detailBox .detailnner .style {
    float: none;
    width: auto;
    margin-right: 0;
	}
	#howto.detail .detailBox .detailnner .style .detailImg img {
    width: 100%;
	}
	#howto.detail .detailBox .detailnner .style .detailImg::before{
		display: none;
	}
	#howto.detail .detailBox .detailnner .style .txt {
		height: 6em;
		margin-bottom: 10px;
	}

	#howto.detail .detailBox .detailnner .style .txt{
		position: relative;
	}

	#howto.detail .detailBox .detailnner .style .txt::before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border: 16px solid transparent;
		border-top-color: #c3c4c4;
	}
	#howto.detail .detailBox .detailnner .style:last-child .txt{
		margin-bottom: 0;
	}
	#howto.detail .detailBox .detailnner .style:last-child .txt::before {
		display: none;
	}


	#howto .howtoBox.coord{
		padding: 0 2%;
	}
	#howto .howtoBox.coord .styleBox .ttl {
		width: 90%;
		margin: 0 auto;
	}
	#howto .howtoBox.coord .styleBox .style:last-child {
    margin-bottom: 0;
	}
}





@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}

/* 動画ブロック */
.movie-gallery {
	background: #F8F8F8;
	text-align: center;
	margin-bottom: 100px;
	padding-block: 100px;
}
.movie-gallery-ttl {
	margin-bottom: 80px;
	font-size: 27px;
	font-weight: 700;
	color: #6F6F6F;
}
/* コンテンツ調整 */
.movie-gallery .hacobune-gallery .hacobune-layout-base-main-contents {
	padding-bottom: 304px;
}
.movie-gallery .hacobune-gallery .hacobune-layout-base-main-contents:has(.hacobune-related-product) {
	padding-bottom: 0;
}
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-swiper-container {
	margin: 0;
	height: auto;
}
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-swiper-container .hacobune-swiper-wrapper {
	height: 100%;
}
.movie-gallery .hacobune-gallery .hacobune-app-container {
	background: transparent;
	max-width: none;
	width: 100%;
}
/* スライド調整 */
.movie-gallery .hacobune-gallery .hacobune-slider.hacobune-product-tile-thumbnail-slider .hacobune-swiper-slide {
	aspect-ratio: 880 / 495;
	margin-right: 30px !important;
}
.movie-gallery .hacobune-gallery .hacobune-thumbnail-video div.hacobune-video-js {
	aspect-ratio: 880 / 495;
	height: auto;
}
.movie-gallery .hacobune-gallery .hacobune-thumbnail-video div.hacobune-video-js video {
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	top: -1px;
	left: auto;
	right: -1px;
  /* object-fit: cover; */
	/* left: 1px; */
}
/* ボタン */
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-next .icon-slider.hacobune-icon-button,
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button {
	background: rgba(235,134,188,0.7) !important;
	width: 42px;
	height: 65px;
}
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider .hacobune-slider-prev {
	left: 26%;
}
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider .hacobune-slider-next {
	right: 25.15%;
}
/* 商品サムネイル */
.movie-gallery .hacobune-gallery .hacobune-related-product:before {
	content: "この結び方におすすめのアイテムはこちら";
	font-size: 24px;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #6F6F6F;
	letter-spacing: 0.05em;
}
.movie-gallery .hacobune-gallery .hacobune-related-product {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	margin-top: 70px;
}
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-next,
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-prev {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-40px);
}
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-next {
	right: -50px;
}
.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-prev {
	left: -35px;
}
.movie-gallery .hacobune-gallery .hacobune-related-product .hacobune-slider-container {
	margin-top: 20px;
}
.movie-gallery .hacobune-gallery .hacobune-related-product .hacobune-swiper-slide {
	width: 160px !important;
}
.movie-gallery .hacobune-gallery .hacobune-product-tile-item-text-caption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
/* 装飾 */
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner {
	display: none;
}
.movie-gallery .hacobune-gallery .hacobune-logo {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
}

/* SP商品サムネイル */
.movie-gallery .hacobune-gallery .hacobune-product-tile-info-slider {
	position: relative;
}
.movie-gallery .hacobune-gallery .hacobune-layout-base-main-contents:has(.hacobune-product-tile-horizon-items) .hacobune-product-tile-info-slider:before {
	position: absolute;
	display: block;
	content: "この結び方におすすめのアイテムはこちら";
	width: 100%;
	height: 20px;
	font-size: 16px;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #6F6F6F;
	letter-spacing: 0.05em;
	top: 25px;
	left: 0;
	text-align: center;
}
.movie-gallery .hacobune-gallery .hacobune-product-tile-horizon-items {
	margin-top: 75px;
	padding-inline: 20px;
}
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-horizon-items .hacobune-product-tile-item-tile-product {
	max-width: none;
	width: 130px;
}
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-horizon-items .hacobune-product-tile-item-tile-product .related-product-item-link {
	aspect-ratio: 130 / 150;
}
.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-horizon-items .hacobune-product-tile-item-tile-product .related-product-item-image {
	max-width: 100%;
}

@media only screen and (max-width:860px) {
	/* 装飾 */
	#howto .movie-gallery .hacobune-gallery .hacobune-logo img {
		width: 55px;
	}
}
@media only screen and (max-width:640px) {
	.movie-gallery {
		margin-bottom: 60px;
		padding-block: 60px;
	}
	.movie-gallery-ttl {
		margin-bottom: 25px;
		font-size: 18px;
	}
	/* コンテンツ調整 */
	.movie-gallery .hacobune-gallery .hacobune-layout-base-main-contents {
		padding-bottom: 227px;
	}
	.movie-gallery .hacobune-gallery .hacobune-layout-base-main-contents:has(.hacobune-product-tile-horizon-items) {
		padding-bottom: 0;
	}
	.movie-gallery .hacobune-gallery .hacobune-app-container {
		min-height: none;
	}
	.movie-gallery .hacobune-gallery .hacobune-slider.hacobune-product-tile-thumbnail-slider {
		height: calc((180 / 322) * 66vw * 1.35);
	}
	.movie-gallery .hacobune-gallery .hacobune-slider-container {
		transform: scale(1.35);
		transform-origin: top center;
	}
	/* スライド調整 */
	.movie-gallery .hacobune-gallery .hacobune-slider.hacobune-product-tile-thumbnail-slider .hacobune-swiper-slide {
		margin-right: 10px !important;
	}
	/* ボタン */
	.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-next .icon-slider.hacobune-icon-button,
	.movie-gallery .hacobune-gallery .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button {
		width: calc(27px / 1.35);
		height: calc(45px / 1.35);
	}
	.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider.hacobune-slider-mb .hacobune-slider-sp-centered-slides-prev {
		left: 18%;
	}
	.movie-gallery .hacobune-gallery .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider.hacobune-slider-mb .hacobune-slider-sp-centered-slides-next {
		right: 17%;
	}
}

/* 特集ブロック */
.features {
	background: #F8F8F8;
	text-align: center;
	margin-bottom: 100px;
	padding-block: 100px;
}
.features-ttl {
	font-size: 13px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 80px;
	line-height: 1.5;
}
.features-ttl span {
	display: block;
	font-size: 40px;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
}
.features-conts {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 730px;
	margin-inline: auto;
}
.features-conts ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.features-conts ul li {
	width: calc((100% - 30px) / 2);
}
.features-conts ul li p {
	display: none;
}
.features-conts-body li:nth-child(n + 3) {
	display: none;
}


@media only screen and (max-width:640px) {
	.features {
		margin-bottom: 60px;
		padding: 60px 20px;
	}
	.features-ttl {
		margin-bottom: 25px;
		font-size: 11px;
	}
	.features-ttl span {
		font-size: 28px;
    font-weight: 300;
	}
	.features-conts {
		gap: 10px;
		width: 100%;
	}
	.features-conts ul {
		gap: 10px;
	}
	.features-conts ul li {
		width: calc((100% - 10px) / 2);
	}
}