@charset "UTF-8";
@font-face {
  font-family: 'hannari';
  src: url(../font/hannari.eot) format('embedded-opentype'),
       url(../font/hannari.ttf) format('truetype'),
       url(../font/hannari.otf) format('opentype');
}


/* effect */
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/************************************************商品一覧*/
.img_title{
  width: 100%;
  margin: auto;
}
.img_item{
  width: 70%;
  margin: 0 auto;
}
.price{
  font-size: 90%;
  line-height: 1.5;
  text-align: center;
}
.price span{font-size: 130%;}
.cartin,
.opendetail_pri{
  width: 75%;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0.1em;
  background: #cfcdbf;
  color: #fff;
  margin: 20px auto;
  border: none;
  font-size: 120%;
  display: block;
}
.details{
  text-align: left;
  line-height: 1.5;
  width: 100%;
  font-size: 90%;
  border-collapse: collapse;
  border-spacing: 0;
}
.details th{
  padding: 5px 0;
  font-weight: 500;
  width: 20%;
}
.details td{
  padding: 5px 0;
  vertical-align: top;
  width: 80%;
  padding-left: 4%;
}
.set_item{
  width: 100%;
  margin: auto;
}
.set_item dt{
  width: 80%;
  text-align: center;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 8px;
  color: #666;
  position: relative;
  margin: auto;
}
.set_item dt::after{
  content: '\f107';
  font-size: 120%;
  font-family: 'Fontawesome';
  position: absolute;
  top: 23%;
  right: 15px;
}
.set_item dt.active::after{
  content: '\f106';
}
.set_item dd{
  display: none;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px dotted #b3b3b3;
}
.set_item dd ul,
.lp_ohi_set ul{
  width: 100%;
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.set_item dd li:first-child,
.lp_ohi_set li:first-child{
  width: 35%;
}
.set_item dd li:last-child,
.lp_ohi_set li:last-child{
  width: 65%;
  padding-left: 5%;
}
.set_item dd .cartin,
.lp_ohi_set.cartin{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.1em;
  background: #cfcdbf;
  color: #fff;
  margin: 20px auto;
  border: none;
  font-size: 120%;
  display: block;
}
.lp_ohi_set{
  width: 94%;
  margin: 0 auto;
  padding: 0 3%;
}
.lp_ohi_set h2{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

/***********商品用モーダル***********/
.secondoverlay {
  z-index:8000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:#F9FAF2;
}
.detailbox{
  position:fixed;
  display:none;
  z-index:9000;
  width:85%;
  margin:0 auto;
  padding:30px;
  background:#fff;
  border-radius: 20px;
}
.opendetail {
  text-decoration:none;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 1px;
}
.closedetail {
	display: block;
  text-align: center;
  border-radius: 20px;
  width: 30%;
  padding: 2% 0;
  margin: 20px auto 0;
  font-size: 85%;
  border: 1px solid #b3b3b3;
}

.col_na{color: #eba256;}
.col_li{color: #ffce9c;}
#prism_color img,
#set03 img,
#minimum img{
  width: 50%;
  margin: auto;
  display: block;
}




/************************************************クリアとは*/
.about01,.about02,
.about03{
  position: relative;
  overflow: hidden;
}
.about01{
  margin: 20px auto 0 -25px;
  padding: 20px 0;
}
.about02 {
  margin: -35px auto 0 -25px;
  padding: 20px 0;
}
.about03 {
  margin: -45px auto 0 -25px;
  padding: 20px 0 10px;
}

.about01::before,
.about02::before,
.about03::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0;
  z-index: -1;
}
.about01:before {
  background: #effaff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.about02:before {
  background: #f8fef3;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.about03:before {
  background: #fff8f3;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.about_wrapper_top{
  width: 98%;
  margin: 0 auto;
  padding: 0 0 4% 2%;
  text-align: center;
}
.about_wrapper{
  width: 91%;
  margin: 0 auto;
  padding: 16% 0 16% 9%;
  text-align: center;
}
.about_wrapper h3{
  line-height: 1.5;
  font-size: 160%;
  color: #555;
  text-align: center;
  font-weight: normal;
}
.about01 .about_wrapper h3{
  display: inline-block;
  margin-left: -14px;
}
.about_wrapper p{color: #333;}
.about_footer{background: url('contents/img/about_back.png') repeat-x;}
.about_footer div{
  width: 100%;
  margin:0 auto;
}
.about_water img{margin-top:-40px;}
.about_3items{
  width: 70% !important;
  margin: 0 auto;
}

/************************************************購入について*/
.h2_ico{
  width: 14%;
  margin: 50px auto 10px;
  display: block;
}
/***********販売サイト***********/
#service dl{
  width: 100%;
  margin: auto;
  border-top: 1px dotted #b3b3b3;
}
#service dt{
  border-bottom: 1px dotted #b3b3b3;
  padding: 15px 0;
  font-size: 110%;
  text-align: center;
  position: relative;
}
#service dt img{width: 26%;vertical-align: middle;}
#service dt::after{
  content: '\f107';
  font-family: 'Fontawesome';
  position: absolute;
  top: 30%;
  right: 15px;
}
#service dt.active::after{content: '\f106';}
#service dd{
  display: none;
  margin: 30px auto;
}
#service table{
  font-size: 80%;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
}
#service th,
#service td{
  padding: 8px 4px;
  width: 18%;
  font-weight: normal;
  vertical-align: middle;
  border-right: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
#service td img{
  width: 75%;
  display: block;
  margin: 2px auto 4px;
}
#service th:last-child,
#service td:last-child{
  width: 10%;
  border-right: none;
}


/***********ご注文方法***********/
.step, .deposit{
  width: 100%;
  margin: auto;
}
.step li:nth-child(odd),
.deposit li{
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  padding: 15px;
  margin-top: -10px;
}
.deposit li{margin-top: 15px;}
.step li:nth-child(even){
  padding: 10px;
  text-align: center;
}
.step li:nth-child(even)::before{
  content: '\f0d7';
  font-size: 450%;
  font-family: 'FontAwesome';
  color: #cfcdbf;
}
.step li dl, .deposit li dl{
  width: 100%;
}
.step li dt, .deposit li dt{
  width: 20%;
  float: left;
  color: #cfcdbf;
  font-size: 200%;
}
.step li dt span{vertical-align: middle;}
.step li dt img{
  width: 55%;
  margin-left: 10%;
  vertical-align: top;
}
.deposit li dt img{width: 100%;}
.step li dd, .deposit li dd{
  float: left;
  margin-left: 5%;
  width: 75%;
}
.step li dd h3,
.deposit li dd h3{font-size: 115%;font-weight: 500;}
.step li dd h3 span{font-weight: normal;font-size: 85%;}
.btnimg{
  background: #cfcdbf;
  color: #fff;
  padding: 3px 10px;
}



/***********送料など***********/
h3.fee{
  font-size: 115%;
  font-weight: 500;
  line-height: 1.5;
}
h3.fee span{
  font-size: 130%;
  border-bottom: 1px solid;
  color: #c1272d;
  letter-spacing: 0.05em;
}




/************************************************特定商法・プライバシー*/
h3.pvc{
  background: #f8f8f8;
  margin: auto;
  padding: 8px 10px;
  border-left: 5px solid #cfcdbf;
  font-size: 115%;
  font-weight: 400;
}




/***********************************************************お客様の声*/
.btn_box{
  font-size: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.btn_box li{
  font-size: 12px;
  width: 30%;
  display: inline-block;
  margin-right: 5%;
}
.btn_box li:first-child{
  background: #e8f5f8;
  color: #0099cc;
}
.btn_box li:last-child{
  margin-right: 0;
  background: #fff4e9;
  color: #ff9600;
}
.btn_box a{
  display: block;
  padding: 10px;
}
.btn_box a::after{
  content: '\00a0\f0a9';
  font-family: 'Fontawesome';
}
.wrapper_voice{
  padding: 5%;
  margin: 0 auto;
}
.username::before{
  content: '';
  background: url('../img/swallow.png') top left no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 30px;
  vertical-align: middle;
}
.readmore_btn{text-align: right;}
.readmore_btn a {
   color: #b3b3b3;
   border-bottom: 1px solid;
   padding-bottom: 1px;
   font-size: 80%;
}
.readmore_btn a::before{
  content: '\f18e\00a0';
  font-family: 'Fontawesome';
}



/***********************************************************お問い合わせ*/
#form_inq dl{
  text-align: left;
  width: 100%;
  margin: 40px auto 20px;
}
#form_inq dt{width: 100%;}
#form_inq dt span,
#form_inq dt span::before{
  color: #c1272d;
  content: "＊";
}
#form_inq dd{
  width: 100%;
  padding-bottom: 20px;
}
.inp_cont, #form_inq textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.btn_submit{
  text-align: center;
  margin: 10px auto 0;
  line-height: 1.0;
}
#btn_submit{
  border: none;
  font-size: 110%;
  margin: 0 auto;
  width: 70%;
  padding: 15px 0;
  letter-spacing: 0.1em;
  background: #cfcdbf;
  color: #fff;
  display: block;
  cursor: pointer;
}
