@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

@charset "UTF-8";


.fs-c-heading.fs-c-heading--page {
    padding: 0px; }

body {
    margin: 0;
    padding: 0;
	}
p{
	font-size:18px;	}
img{
	max-width:100%;}
.header-pc{
	margin-bottom:50px;
	display: inline-block;}
.header-sp{
	display: none;}
.footer-pc{
	margin-top:50px;
	display: inline-block;}
.footer-sp{
	display: none;}
.PC-none {  
  display: none;}
.SP-none {
 display: block;}


.m-wrap {
	text-align:center;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:3em 0;}
.m-wrap a {
  outline: none;
  color: inherit;
  text-decoration: none;}
.m-wrap a:visited {
  color: inherit;}
.m-wrap a:hover{
	opacity: 0.7;     
	filter: alpha(opacity=80);}
	
.title {
	margin:auto;
	text-align:center;
	display: inline-block;}	
	
.title .title__text{
	margin:5em 0 auto;}
.title__text h1{
	font-size:35px;
	font-family: 'Shippori Mincho B1', serif;
	margin-bottom: 1.5em;}

/*top*/
.top{
	width:980px;
	padding-top:3em;
	margin:5em auto;}
.top h2,.review-outer h2{
	font-size:28px;
	line-height: 1.5em;
	font-family: 'Shippori Mincho B1', serif;
	margin: 1em auto;
}
.font-pi{
	color:#77becd;}
.top-box{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
	padding-bottom:5em;	
	align-items: flex-start;}
.top-text{
	text-align:center;
	width:40%;	}
.top-text p{
	margin: 1em;
	text-align:left;	}	
.top-text h3{
	color:#937a09;
	font-size:23px;
	font-weight:600;
	margin:auto;
	line-height: 1.5;}
.top-img{	
	max-width:380px;}

.font-mini{
	font-size:12px;}


.balloon{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 300px;
  max-width: 100%;
  color: #ffffff;
  font-weight:600;
  font-size: 16px;
  background: #77becd;
  border: solid 3px #77becd; /*父の日カラー*/
  box-sizing: border-box;
  text-align:center;}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #77becd;  z-index: 2;}
.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #77becd;  z-index: 1;}
.balloon p {
  margin: 0;
  padding: 0;}	

	
	
/*col1*/
.col1,.col2,.col3,.review,.link {
	margin:5em auto;
	width:980px;
	text-align:center;
	padding:3em 0;}
.col1 h2,.col2 h2,.col3 h2,.link h2 {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  font-size:36px;}
.col1 h2:before,.col2 h2:before,.col3 h2:before,.link h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #77becd;
  border-radius: 2px;}	
  
.col1 .product-box{
	width: 90%;
	margin: 3em auto 5em;
	display:flex;
	justify-content: space-between;
	align-items: center;}
.col1 .product-box:nth-child(odd) {	
  flex-direction: row-reverse;}
.col1 .product-box .product-text:nth-child(odd) {
	margin-left:5em;}
	
		
.product-img{
	width:55%;}
.product-text{
	width:40%;
	text-align:left;
	margin-left:2em;}
.product-text p	{
	margin:0;
	padding:0;}
.product-text__title{
	font-size:23px;
	margin: 0.5em auto;
    line-height: 1.5;
	font-weight: 600;}
.product-text__text	{
	width:70%;
	text-align:left;}
.product-text__price{
	display:block;
	margin-bottom:1em;
	font-size:20px;
	font-weight:600;
	color:#666666;}	
.product-text__gift	{
	display:inline-block;
	margin-bottom: 0.5em;
	background-color:#e8bd73;
	padding:0.5em;
	color:#FFFFFF;
	font-size: 15px;}
.product-text__color{
	margin:1em auto;}


.product-text__set	{
	display:inline-block;
	margin-bottom: 0.5em;
	background-color:#9ecc78;
	padding:0.5em;
	color:#FFFFFF;
	font-size: 15px;}
	

	
.product-bn	{
	width:80%;
	margin:auto;
	text-align:center;}
	
	
.color{
	display:inline-block;
	line-height: 41px;
	width:15px;
	height:15px;
	margin:0.5em;}
.gr{
	background: #a39d9a;}
.grl{
	background: #f7f7f7;}
.br{
	background: #6f5244;}
.be{
	background: #ccbcad;}
.pi{
	background: #c46d73;}
.pil{
	background: #fce3e3;}
.bl{
	background: #77becd;}
.bll{
	background: #d9f8ff;}	
.nv{
	background: #131c39;}
.kaki{
	background: #465631;}
.na{
	background: #d8a874;}
.iv{
	background: #f0e4d8;}
.bk{
	background: #000000;}
	
	

/*review*/
.review-outer{
	background: #ffffff;
	width:90%;
	margin:auto;
	padding:2em 0;
	text-align:center;}
.review-box{
	display:flex;
	border: solid 1px #999797;
	width:80%;
	margin:0.5em auto;
	text-align:center;
	padding:1.5em;
	justify-content: space-evenly;
	flex-wrap: wrap;}
.review-box__left{
	text-align:left;}
.review-box__right{
	width:65%;
	text-align:left;
	border-left:1px solid #999797;
	padding-left:1em;}	
.review-name,.review-date{
	font-size:15px;
	margin:0;}
.review-img	{
	display:inline-block;
	width:10%;}
.review-key	{
	display:inline-block;
	width:80%;
	text-align:left;
	color:#666;
	margin-left:1em;
	vertical-align:top;}	
.review-key p{
	font-size:12px;}
	
	
/*col2*/
.col2-outer,.option-outer{
	display:flex;
	margin-top:3em;
	justify-content: space-evenly;
	flex-wrap: wrap;}
.col2-box{
	width:40%;
	margin-bottom:5em;}
.col2-text{
	width:95%;
	margin:1em auto;
	text-align:center;}
.col2-text__title{
	font-size:20px;
	font-weight:600;}	
.col2-text__text p	{
	text-align:left;}	



.option-outer::before{
  content:"";
  display: block;
  width:30%;
  order:1;}
.option-outer::after{
  content:"";
  display: block;
  width:30%;}







/*col3*/	

.col3-tt{
	font-size:30px;
	margin-bottom: 1em;}
	
.col3-outer	{
	text-align:center;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;}
.col3-outer::before{
  content:"";
  display: block;
  width:30%;
  order:1;}
.col3-outer::after{
  content:"";
  display: block;
  width:30%;}
.col3-box	{
	background-color:#FFFFFF;
	width:30%;
	margin-bottom:2em;	}
.col3-img{
	text-align:center;
	width:80%;
	margin:1em auto;}
.col3-text__title{
	font-size:16px;
	margin: 0.5em auto;
    line-height: 1.5;
    font-weight: 600;	}
.col3-text	.product-text__price{
	font-size:16px;}
	
	
	

	
	
	
	
.wh-fill{
	background-color:#FFF;
	filter: drop-shadow(1px 1px 4px #77becd); /*父の日カラー*/
	border-radius: 30px;}	
.review-fill	{
	background: #77becd;
	filter: drop-shadow(1px 1px 4px #77becd);
	border-radius: 30px;}	
	
	
	
	
	

.star5_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;}
.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; }
.star5_rating[data-rate="0.3"]:after{ width: 6%; }
.star5_rating[data-rate="0.2"]:after{ width: 4%; }
.star5_rating[data-rate="0.1"]:after{ width: 2%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }
	
	
	

	
.link img{
	display:inline-block;
	width:30%;
	text-align:center;
	margin:2em;	}
	
	
	
	
/*ボタン*/
.col3-box .m-btn a {
    background: #77becd;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin: 0.5em auto;
	text-align:center;
	width:60%;	}
.m-btn{
	color: #fff;}
.m-btn a {
    background: #77becd;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-bottom: 0.5em;}
.m-btn a:hover {
    background: #eee;
    color: #313131;}
.m-btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;}
.m-btn a:hover:after {
    border-color: #77becd;}




/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:960px) {
    
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
}

/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:800px) {
	
	
.m-wrap {
  max-width:640px;
  width: 100%;
}

p {
 font-size: 18px;}

.PC-none {
  display: block;}

.SP-none {
  display: none;}

.header-pc{
  display: none;}


.header-sp{
	display: block;
}

.footer-pc{
  display: none;}


.footer-sp{
	display: block;
}

.title .title__text{
	margin:2em;}

.title .title__text h1{
	font-size:25px;	
	line-height: 1.5em;}
.title .title__text p{
	text-align:left;}	
	
/*top*/	
.top {
	width:90%;
	padding:1.5em;
	margin:auto;
	text-align:center;
	margin: 3em auto;}
	
.top h2 {
	font-size:25px;	
	line-height: 1.5em;
	text-align:center;
	}

.top p{	
	text-align:left;}
	
.top-text,.top-text2 {
    width: 100%;}
	
.balloon {	
	min-width: 300px;}
	
/*new*/	
.col1 h1 {
	font-size: 25px;}
.col1 .product-box {		
flex-direction: column;
	margin: 3em auto;
}
.product-img {
    width: 100%;
	}
	
.product-text {
    width: 100%;
    text-align: center;
	margin: auto;	}

.product-text__text {
    margin: auto;
    text-align: left;
	
}



.col1,.col2,.col3,.link{
	width: 90%;
	margin:2em auto;
	text-align:center;}

.col1 h2,.col2 h2,.col3 h2,.link h2{
	font-size: 28px;
	line-height: 1.5;}

.col2 p{
	padding:0 2em;
	text-align: left;}
.col1 .product-box:nth-child(odd) {
flex-direction: column;}
	
.m-btn a {
    max-width: 100%;
}

.review-fill {
    filter: drop-shadow(1px 1px 4px #77becd);
    border-radius: 0px;}
	
.review {
	width: 100%;}	
	
.review-outer h2 {
	font-size: 25px;
    line-height: 1.5em;
	margin: 1em;}

.review-box__right {
    width: 90%;
    text-align: left;
    border-top: 1px solid #999797;
	border-left: 0px solid #999797;
    padding-left: 0;
	margin-top: 1em;	}
.review-box__left {
    width: 90%;}
.review-box__right h3{
	font-size:25px;
	font-weight:600;
	margin: 1em auto;
    line-height: 1.5;}


.review-img {
    width: 30%;}
.col2-outer	{
	flex-direction: column;}

.col2-box {
    width: 90%;
    margin: 2em auto;
	
}

.col3{
	padding: 1em;}


.col3-box {
    width: 48%;}

.option-outer.col3-box {
    width: 90%;}


	
.col3-box .m-btn a {
	margin: 0.5em auto 1.5em;
	width:80%;
	padding: 10px 15px;}	

.m-btn a:after {
	right: 10px;}
	
.link img	{
	width:80%;
	margin:0.5em;}
.link p{
	margin:1em;
	text-align:left;}
	
	
	
	}