@charset "utf-8";
@import url("reset.css");
@import url("util.css");


html, body {height: 100%;}  /*高さ100%に指定*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family : YuMincho, '游明朝', serif;
}

#content {
	margin:0 auto;
	padding:0 !important;
	width:100% !important;
	height:100% !important;
  background-color: #fff;
}

#main {
	position: relative;
	text-align:center;
}

.mainImages{
	position: relative;
	margin: 10px;
	max-height: 750px;
	overflow: hidden;
}


.mainImages img {
	width: 100%;
	height: 100%;
}

.top_read {
	position: absolute;
	top:4%;
	left:3%;
	width: 22%;
	height: 40%;
	background: #ed1e79 url(../img/maintext.svg) no-repeat center;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-background-size: 80% auto;
	background-size: 80% auto;
}

.mainImages .top_read img{
	display: none;
}

.top_read img{
	display: none;
}

.titleTop {
	position: absolute;
	text-align: left;
	margin: 0 -10px 0 -10px;
	padding-left: 50px;
	bottom:0px;
	width: 110%;
	height: 35%;
	background-color:rgba(255,255,255,0.65);
	-moz-box-sizing: border-box;
   box-sizing: border-box;
}

.mainImages .titleTop .imgLogo{
	width: 80%;
}

.menuBtnBase{
	text-align: center;
	width: 100%;
	background: #e5e5e5;
}

.menuBtn{
	width: auto 0;
	display: inline-block;
}

.menuBtn .fl400{
	float: left;
	width: 400px;
	text-align: left;
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

/*楽天pay追加表示--------------*/

.bana_rakutenpay01 {
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: 0.8rem;
}


.bana_rakutenpay01 .red {
	color: #bf0000;
	font-weight: 600;
	font-size: 1rem;
}

 .bana_rakutenpay01 p {
 	display:inline-block;
 	vertical-align:middle;
}

 .bana_rakutenpay01 img {
	width: 30px;
	margin: 0 5px 0 0;
}

.bana_rakutenpay01 .sp_only{
	display: none;
}

.typeBox01 .bana_rakutenpay02 {
	box-sizing: border-box;
	font-size: 0.7rem;
	line-height: 150%;
	display: inline-block;
}


.typeBox01 .bana_rakutenpay02 .red {
	color: #bf0000;
	font-weight: 600;
	font-size: 0.8rem;
}

 .typeBox01 .bana_rakutenpay02 p {
 	display:inline-block;
 	vertical-align:middle;
}

 .typeBox01 .bana_rakutenpay02 img {
	width: 30px;
	margin: 0 5px 0 0;
}


.btnBase{
	width: 400px;
	height: 108px;
	margin-top: 5px;
	background: #fff;
	border: 8px solid #cecece;
}

.aboutBase{
	text-align: center;
	margin: 10px;
	margin-bottom: 50px;
	height: 908px;
	background:url(../img/ph02.jpg) no-repeat center bottom;
	background-size: 100%;
}

.aboutBox{
	padding: 30px 0;
	width: auto 0;
	display: inline-block;
}

.aboutBox span.titleText{
	font-size: 90px;
	padding-right: 20px;
	color: #ed1e79;
}

.aboutBox span.aboutText{
	font-size: 30px;
}

.aboutBox p{
	border: 4px solid #ed1e79;
}

.aboutBox .aboutText02{
	font-size: 20px;
	line-height: 32px;
}

.aboutBox01{
	float: left;
	position: relative;
	top: 50%;
	left: 5%;
	width: 22%;
}

.aboutBox01 img{
	width: 100%;
}

.aboutBox02{
	float: right;
	position: relative;
	top: 50%;
	right: 5%;
	width: 22%;
}

.aboutBox02 img{
	width: 100%;
}

.featureBase{
	margin: 10px;
}

.featureBox{
	padding: 30px 0;
	width: auto 0;
	display: inline-block;
}

.featureBox span.titleText{
	font-size: 90px;
	padding-right: 20px;
	color: #ed1e79;
}

.featureBox span.featureText{
	font-size: 50px;
	color: #ed1e79;
}

.featureBox p{
	border: 4px solid #ed1e79;
}

.featureBox .featureText02{
	margin-top: 20px;
	font-size: 28px;
	line-height: 32px;
}

.featureBoxBase{
	text-align: center;
	width: 85%;
	display: inline-block;
}

.featureBoxBase br.brNone{
	display: none;
}

.featureBox01{
	margin-top: 30px;
	text-align: left;
	float: left;
	width: 60%;
	background:url(../img/easy1.jpg) no-repeat left top;
}

.featureBoxText p{
	position: relative;
	width: 75%;
	font-size: 16px;
	line-height: 24px;
	left: 130px;
	padding:20px 20px 0 0;
}

.featureBox02{
	margin-top: 40px;
	text-align: left;
	float: left;
	width: 60%;
	background:url(../img/useful2.jpg) no-repeat left top;
}

.featureBox03{
	margin-top: 40px;
	text-align: left;
	float: left;
	width: 60%;
	background:url(../img/stylish3.jpg) no-repeat left top;
}

.featureBox04{
	margin-top: 40px;
	text-align: left;
	float: left;
	width: 60%;
	background:url(../img/variation4.jpg) no-repeat left top;
}

.featureBoxRight01{
	margin-top: 30px;
	width: 40%;
	float: left;
	position: relative;
}

.featureBoxRight01 img{
	width: 100%;
	height: auto;
}

h1 {
	position: relative;
	width: 70%;
	margin: 0;
	left: 130px;
	padding: 50px 0 0 0;
	font-size: 28px;
	line-height: 32px;
}


h1 .caption{
	font-size: 9px;
}

.typeBase{
	margin: 0 10px;
	background: #eee9eb;
}

.typeBox{
	padding: 30px 0;
	width: auto 0;
	height: 350px;
	display: inline-block;
	background:url(../img/typetitle.svg) no-repeat;
	background-position: 50% 100%;
	-moz-background-size: 80% auto;
	background-size: 70% auto;
}

.typeBox span.titleText{
	font-size: 90px;
	padding-right: 20px;
	color: #ed1e79;
}

.typeBox span.typeText{
	font-size: 50px;
	color: #ed1e79;
}

.typeBox p{
	margin-top: 15px;
	border: 4px solid #ed1e79;
}

.typeBox .typeText02{
	font-size: 28px;
	line-height: 32px;
}

.typeBoxBase{
	text-align: center;
	width: 90%;
	display: inline-block;
}

.typeBox01 {
	margin-top: 20px;
	text-align: left;
	float: left;
	width: 60%;
}

.typeBox01 img{
	height: auto;
	border-top: none;
}

.typeBox01 p.sizeTlt{
	margin-top: 20px;
	width: 100%;
	font-size: 30px;
	color: #ed1e79;
	line-height: 34px;
	text-align: left;
	padding:20px 0;
	background: #f8f6f7;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.typeBox01 p.sizePrice{
	margin-top: 20px;
	width: 100%;
	font-size: 20px;
	text-align: left;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}

.typeBox01 p.sizePrice span{
	font-size: 40px;
}

.typeBoxRight01{
	margin-top: 20px;
	float: right;
	width: 38%;
	position: relative;
}

.typeBoxRight01 p{
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;

}

.typeBoxRight01 img{
	width: 100%;
	height: auto;
}

.typeBoxBase .typeCp{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
}

.topBtn{
	box-sizing: border-box;
	width: 58%;
	top:20px;
	right: 20px;
	padding: 20px 20px 30px 0;
	display: inline-block;
}
.topBtn a {
	color: #fff;
	text-decoration: none;
}




.buttonPink {
	position: relative;
	text-align: center;
	font-size: 20px;
	background-color: #477dda;
	line-height: 70px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #163a78;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
.buttonPink:active {
	background-color: #477dda;
	box-shadow: 0 3px 0 #477dda;
}
.buttonPink:hover {
	top: 5px;
	box-shadow: none;
}

.caseBase{
	margin: 0 10px;
	background: #e9eeee;
}

.caseBox{
	padding: 30px 0;
	width: auto 0;
	height: 350px;
	display: inline-block;
	background:url(../img/casetitle.svg) no-repeat;
	background-position: 50% 100%;
	-moz-background-size: 80% auto;
	background-size: 70% auto;
}

.caseBox span.titleText{
	font-size: 90px;
	padding-right: 20px;
	color: #ed1e79;
}

.caseBox span.typeText{
	font-size: 50px;
	color: #ed1e79;
}

.caseBox p{
	margin-top: 15px;
	border: 4px solid #ed1e79;
}

.caseBox .typeText02{
	font-size: 28px;
	line-height: 32px;
}


.pitapokeLogo{
	margin: 50px 0 20px;
}

.pitapokeLogo img{
	width: 25%;
	height: auto;
}

.stybeeLogo img{
	width: 50%;
	height: auto;
	margin-top: 30px;
}

.typeBox01 p.sizePrice span.priceCp{
	font-size: 16px;
}

.copyright {
	padding:20px 0;
	color:#999;
	font-weight:normal;
	text-align:center;
	font-size:80%;
}

.copyright br.brNone-pc{
	display: none;
}

.aboutsBase{
	width: 100%;
	text-align: center;
}

h2{
	text-align: center;
	margin-bottom: 5px;
	padding: 20px 0;
	font-size: 20px;
	width: 100%;
	color: #fff;
	background: #ed1e79;
}

#unyo {
	width: 943px;
	margin:25px auto 0px;
	text-align:left;
}

#unyo table th {
	width:150px;
	padding-right:40px;
	padding-bottom:12px;
	padding-top:12px;
	margin-bottom:10px;
	border-top:solid 1px #717171;
	border-bottom:solid 1px #717171;
	vertical-align:top;
	line-height:150%;
}

#unyo table td {
	width:753px;
	padding-bottom:12px;
	padding-top:12px;
	margin-bottom:10px;
	border-top:solid 1px #717171;
	border-bottom:solid 1px #717171;
	vertical-align:top;
	line-height:150%;
}

/* ここから追加 */

/* news */

.newsBase {
	width: 90%;
	margin: auto;
}

.newsBox span.titleText {
	font-size: 90px;
	padding: 0 20px;
	color: #ed1e79;
}

.newsBox p {
	border: 4px solid #ed1e79;
}

.instagram .newsBox p {
	margin-top: 15px;
}

.newsBox {
	padding: 30px 0;
	display: inline-block;
}

.newsWrap {
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto 50px;
	width: fit-content;
}

.newsListBody {
	display: flex;
}

.feedArticlesItemDate {
	margin: 0 10px 0 0;
}

/* ボーダーボックス */

.border-g {
	border: 14px solid #CFCFCF;
  box-sizing: border-box;
}

.border-w {
	border: 10px solid #fff;
  box-sizing: border-box;
}

/* 取り扱い店舗 */

.stores {
	margin: auto;
	padding: 20px 0;
	width: 90%;
	margin-bottom: 80px;
}

section h2 {
	color: #000;
	background-color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
}

.stores-clm {
	display: flex;
	justify-content: space-around;
}

.stores-img {
	width: 300px;
	height: 250px;
}

.stores-box h3 {
	font-size: 21px;
	margin-top: 15px;
}

.instagram {
	width: 90%;
	margin: auto;
	margin-bottom: 60px;
}

.insta-clm {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.service-box {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
	gap: 20px;
}

.service-box img {
	height: 220px;
	width: 100%;
}

.service-box a:hover {
	opacity: 0.7;
	transition: 0.6s;
}

/*for smartphone  only --------------*/

@media only screen and (max-width: 767px) {
	body {
		width:100% !important;
		margin:0 auto;
		line-height: 160%;
		letter-spacing:0.02em;
		font-family : YuMincho, '游明朝', serif;
		background:#fff;
	}

	.mainImages{
		position: relative;
		padding-top: 80px;
		margin: 10px;
		max-height: 850px;
	}

	.mainImages img {
		width: 100%;
		height: 100%;
	}

	.top_read {
		position: absolute;
		top: 75%;
		left: -10px;
		width: 110%;
		height: 25%;
		background-color: #ed1e79;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		background-blend-mode: multiply;
		background-image:none;
	}

	.mainImages .top_read img{
		padding-left: 20px;
		width: 85%;
		display: block;
	}

	.titleTop {
		position: absolute;
		text-align: center;
		top: 10px;
		left: -10%;
		height: 90px;
		background:none;
	}

	.mainImages .titleTop .imgLogo{
		width: 50%;
		height: 60%;
	}

	.menuBtnBase{
		text-align: center;
		width: 100%;
		height: auto;
		background: #e5e5e5;
	}

	.menuBtn{
		text-align: center;
		width: auto 0;
		display: inline-block;
	}

	.menuBtn .fl400{
		float: left;
		width: 85%;
		text-align: left;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 22px;
	}

	.btnBase{
		text-align: center;
		width: 100%;
		height: 100%;
		margin-top: 5px;
		background: #fff;
		border: 8px solid #cecece;
	}

	.btnImage img{
		width: 20%;
		height: auto;
	}
	.buyImage{
		width: 55%;
	}

	.aboutBase{
		text-align: center;
		margin: 10px;
		margin-bottom: 80px;
		height: 650px;
		background:url(../img/ph02.jpg) no-repeat;
		background-size: 270%;
		background-position: 50% 0px;
	}

	.aboutBox{
		padding: 30px 0;
		width: auto 0;
		display: inline-block;
	}

	.aboutBox span.titleText{
		font-size: 50px;
		padding-right: 10px;
		color: #ed1e79;
	}

	.aboutBox span.aboutText{
		font-size: 20px;
	}

	.aboutBox p{
		border: 3px solid #ed1e79;
	}

	.aboutBox .aboutText02{
		margin-top: -10px;
		font-size: 13px;
		line-height: 22px;
	}

	.aboutBox .aboutText02 span{
		display: block;
	}

	.aboutBox01{
		float: left;
		position: relative;
		top: 50%;
		left: 5%;
		width: 42%;
	}

	.aboutBox01 img{
		width: 100%;
	}

	.aboutBox02{
		float: right;
		position: relative;
		top: 50%;
		right: 5%;
		width: 42%;
	}

	.aboutBox02 img{
		width: 100%;
	}

	.featureBase{
		margin: 10px;
	}

	.featureBox{
		padding: 30px 40px;
		width: auto 0;
		display: inline-block;
	}

	.featureBox span.titleText{
		font-size: 50px;
		padding-right: 10px;
		color: #ed1e79;
	}

	.featureBox span.featureText{
		font-size: 32px;
		color: #ed1e79;
	}

	.featureBox p{
		border: 4px solid #ed1e79;
	}

	.featureBox .featureText02{
		margin-top: -10px;
	}

	.featureBox span.featureText02{
		margin-top: -10px;
		font-size: 16px;
	}

	.featureBoxBase{
		text-align: center;
		width: 100%;
		display: inline-block;
	}

	.featureBoxBase br.brNone-sp{
		display: none;
	}
	.featureBox01{
		margin-top: -20px;
		text-align: left;
		float: left;
		width: 100%;
		background:url(../img/easy1.jpg) no-repeat left top;
		background-size: 100%;
	}

	.featureBoxText p{
		position: relative;
		font-size: 16px;
		line-height: 24px;
		left: 80px;
		padding:20px 0 20px 0;
	}

	.featureBox02{
		text-align: left;
		float: left;
		width: 100%;
		background:url(../img/useful2.jpg) no-repeat left top;
		background-size: 100%;
	}

	.featureBox03{
		text-align: left;
		float: left;
		width: 100%;
		background:url(../img/stylish3.jpg) no-repeat left top;
		background-size: 100%;
	}

	.featureBox04{
		text-align: left;
		float: left;
		width: 100%;
		background:url(../img/variation4.jpg) no-repeat left top;
		background-size: 100%;
	}

	.featureBoxRight01{
		margin-top: 0px;
		float: right;
		width: 100%;
		position: relative;
	}

	.featureBoxRight01 img{
		width: 100%;
		height: auto;
	}

	h1 {
		position: relative;
		margin: 0;
		left: 80px;
		padding: 30px 0 0 0;
		font-size: 24px;
		line-height: 32px;
	}

	.typeBase{
		margin: 0 10px;
		background: #eee9eb;
	}

	.typeBox{
		padding: 30px 0;
		width: auto 0;
		height: 215px;
		display: inline-block;
		background:url(../img/typetitle.svg) no-repeat;
		background-position: 50% 100%;
		-moz-background-size: 80% auto;
		background-size: 80% auto;
	}

	.typeBox span.titleText{
		font-size: 50px;
		padding-right: 20px;
		color: #ed1e79;
	}

	.typeBox span.typeText{
		font-size: 32px;
		color: #ed1e79;
	}

	.typeBox p{
		margin-top: 10px;
		border: 4px solid #ed1e79;
	}

	.typeBox .typeText02{
		margin-top: -20px;
		font-size: 16px;
	}

	.typeBoxBase{
		text-align: center;
		width: 90%;
		display: inline-block;
	}

	.typeBox01{
		margin-top: 20px;
		text-align: left;
		float: left;
		width: 100%;
	}

	.typeBox01 br.brNone-sp{
		display: none;
	}

	.typeBox01 img{
		width: 100%;
		height: auto;
	}

	.typeBox01 p.sizeTlt{
		margin-top: 20px;
		width: 100%;
		font-size: 20px;
		color: #ed1e79;
		line-height: 34px;
		text-align: left;
		padding:20px 0;
		background: #f8f6f7;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.typeBox01 p.sizePrice{
		margin-top: 20px;
		width: 100%;
		font-size: 14px;
		text-align: left;
		padding: 0 0 20px;
}

	.typeBox01 p.sizePrice span{
		font-size: 24px;
	}

	.typeBoxRight01{
		margin-top: 20px;
		float: right;
		width: 100%;
		position: relative;
	}

	.typeBoxRight01 p{
		margin-top: 5px;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
	}

	.typeBoxRight01 img{
		width: 100%;
		height: auto;
	}

	.typeBoxBase .typeCp{
		width: 100%;
		text-align: left;
		font-size: 12px;
		line-height: 16px;
	}

	.topBtn-erea{
		width: 100%;
		top:20px;
		right: 20px;
		padding: 20px 20px 30px 0;
		overflow: hidden;
	}
	
	.topBtn {
		display: inline-block;
	}
	
	
	.topBtn a {
		color: #fff;
		text-decoration: none;
	}

	.buttonPink {
		position: relative;
		text-align: center;
		font-size: 20px;
		background-color: #477dda;
		line-height: 70px;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 5px 0 #163a78;
		text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	}
	.buttonPink:active {
		background-color: #477dda;
		box-shadow: 0 3px 0 #477dda;
	}
	.buttonPink:hover {
		top: 5px;
		box-shadow: none;
	}

	.caseBase{
		margin: 0 10px;
		background: #e9eeee;
	}

	.caseBox{
		padding: 30px 0;
		width: auto 0;
		height: 215px;
		display: inline-block;
		background:url(../img/casetitle.svg) no-repeat;
		background-position: 50% 100%;
		-moz-background-size: 80% auto;
		background-size: 80% auto;
	}

	.caseBox span.titleText{
		font-size: 50px;
		padding-right: 20px;
		color: #ed1e79;
	}

	.caseBox span.typeText{
		font-size: 32px;
		color: #ed1e79;
	}

	.caseBox p{
		margin-top: 10px;
		border: 4px solid #ed1e79;
	}

	.caseBox .typeText02{
		font-size: 16px;
		line-height: 32px;
		margin-top: -20px;
	}


	.pitapokeLogo{
		margin: 50px 0 20px;
	}

	.pitapokeLogo img{
		width: 25%;
		height: auto;
	}

	.stybeeLogo img{
		width: 90%;
		height: auto;
		margin-top: 30px;
	}

	.typeBox01 p.sizePrice span.priceCp{
		font-size: 16px;
	}

	.pitapokeLogo{
		margin: 40px 0 0px;
	}

	.pitapokeLogo img{
		width: 60%;
		height: auto;
	}

	.copyright {
		padding:20px 0;
		color:#999;
		text-align:center;
		font-size:11px;
	}

	.copyright br.brNone-pc{
		display: block;
	}
	.aboutsBase{
		width: 100%;
		text-align: center;
	}

	h2{
		margin-top: -50px;
		text-align: center;
		margin-bottom: 5px;
		padding: 10px 0;
		font-size: 16px;
		width: 100%;
		color: #fff;
		background: #ed1e79;
	}

	#unyo {
		width: 90%;
		margin:25px auto 0px;
		text-align:left;
	}

	#unyo table th {
		width:40%;
		font-size: 12px;
		padding-right:10px;
		padding-bottom:12px;
		padding-top:12px;
		margin-bottom:10px;
		border-top:solid 1px #717171;
		border-bottom:solid 1px #717171;
		vertical-align:top;
		line-height:150%;
	}

	#unyo table td {
		width:60%;
		font-size: 13px;
		padding-bottom:12px;
		padding-top:12px;
		margin-bottom:10px;
		border-top:solid 1px #717171;
		border-bottom:solid 1px #717171;
		vertical-align:top;
		line-height:150%;
	}
	
	.bana_rakutenpay01 {
		line-height: 130%;
	}

	.bana_rakutenpay01 .sp_only {
		display: inline;
	}

	/* ここから追加 */

	.newsBox span.titleText {
		font-size: 50px;
	}

	.newsListBody {
		flex-direction: column;
	}

	.newsWrap {
		font-size: 16px;
	}

	.stores-clm, .insta-clm, .service-box {
		flex-direction: column;
	}

	.newsBox p {
		border: 3px solid #ed1e79;
	}

	.stores-box {
		margin-bottom: 40px;
	}

	.service-box img {
		height: 100%;
	}

	.instagram .newsBox p {
		margin-top: 8px;
	}


}
