/* product_syousai 商品詳細
--------------------------------------------------*/
.product_syousai {
    width: 99%;
	margin:0 0.5% 1%;
	box-sizing: border-box;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	overflow:hidden;
	float:left;
	background:#FFF;
	position: relative;
}

@media screen and (max-width: 800px) {
.product_syousai {
	margin-top:2%;
}
}

@media screen and (max-width: 568px) {
.product_syousai {
	padding:0 5px;
}
}

/* 商品画像 */

.pd_photo {
    width: 50%;
	float:right;
	box-sizing: border-box;
    padding:1% 0 1% 2%;
	text-align:center;
	height:auto;
	min-height:520px;
}

@media screen and (max-width: 800px) {
.pd_photo {
	padding:0 0 1% 2%;
	min-height:510px;
}
}


@media screen and (max-width: 568px) {
.pd_photo {
	width: 100%;
	padding:0 0 3%;
	min-height: initial;
}
}

.pd_main {
	width: 100%;
	height:auto;
	min-height:400px;
	margin:0 auto 10px;
	text-align:center;
	display: table;
}

.pd_main img {
    width:auto;
	max-width: 100%;
	height:auto;
	max-height:400px;
	display: table-cell;
	vertical-align:middle;
}


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

.thumbnailBox li{
	width:auto;
	max-width:18%;
	margin: 1%;
	height:auto;
	max-height:82px;
	display: inline-block;
	cursor: pointer;
}

.thumbnailBox li img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:76px;
	box-sizing: border-box;
	padding:5px;
	display: inline-block;
	vertical-align:middle;
	border:1px solid #E5E5E5;
}

/* 商品説明 */

.pdt_text {
    width: 50%;
	float:left;
	box-sizing: border-box;
	padding:1% 1.5% 0 1%;
}

@media screen and (max-width: 568px) {
.pdt_text {
	width: 100%;
	padding:2% 1%;
}
}

.pdt_text h2 {
	font-size:1.25em;
	font-weight:400;
	margin:1% 0;
	padding:0 5px 3px;
	border-bottom:1px solid #000;
}

@media screen and (max-width: 1280px) {
.pdt_text h2 {
	font-size:1.2em;
    line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.pdt_text h2 {
	font-size:1.1em;
}
}

.pdt_text .simple_tx {
    font-size:14px;
	margin:4% 2% 3%;
	line-height:1.8;
}

@media screen and (max-width: 1280px) {
.pdt_text .simple_tx {
	margin:4% 0 3%;
	line-height:1.6;
}
}

@media screen and (max-width: 568px) {
.pdt_text .simple_tx {
    font-size:13px;
	margin:15px 5px 10px;
}
}

.pd_text {
    width: 50%;
	float:left;
	box-sizing: border-box;
	padding:0 2% 0 1%;
}

@media screen and (max-width: 568px) {
.pd_text {
	width: 100%;
	padding:2% 1% 0;
}
}

.pd_text .ct_bt {
    width: 100%;
	margin:0.5% 0 1%;
}

.pd_text .ct_bt li {
    width: 100%;
	margin-right:5px;
}

.pd_text .ct_bt a{
  color:#000;
  padding:5px 10px;
  line-height:1;
  font-size:13px;
  border:0.15em solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  display:inline-block;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.pd_text .ct_bt a:hover{opacity: 0.7; }

.pd_text table{
	width		: 98%;
	margin		: 0 0 0 2%;
	font-size:13px;
	}

@media screen and (max-width: 568px) {
.pd_text table{
    width		: 96%;
	margin		: 0 2%;
}
}

.pd_text td{
	padding		: 7px 5px;
	text-align	: left;
	width:82%;
	box-sizing: border-box;
	font-size:14px;
	}

@media screen and (max-width: 1280px) {
.pd_text td{
	padding		: 5px 5px;
}
}

@media screen and (max-width: 800px) {
.pd_text td{
	width:75%;
}
}

.pd_text td span{
	font-size:1.1em;
}

.pd_text td strong{
	font-size:18px;
	color: #C50018;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	letter-spacing:0.03em;
}

@media screen and (max-width: 568px) {
.pd_text td strong{
	font-size:16px;
}
}
	
.pd_text th{
	text-align	: left;
	padding		: 7px 0 6px 0;
	width:18%;
	box-sizing: border-box;
	font-weight:500;
	font-size:13px;
	color:#8E8E8E;
	}

@media screen and (max-width: 1280px) {
.pd_text th{
	padding		: 5px 0 4px 0;
}
}

@media screen and (max-width: 800px) {
.pd_text th{
    width:25%;
}
}

.pro_inp{
	border :1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
.pd_text .op_inp{padding:5px;}
.pd_text .pro_inp{float:left;padding:5px 7px;width: 50px;font-size:12px;}
.pd_text .num_upd{margin-top:0;margin-left:4px;width: 15px;height:20px;float:left;}
.pd_text .ue{margin-bottom:3px;}

.pd_text select{
	padding		: 5px;font-size:13px;
  border :1px solid #cccccc;
  cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;		/* 標準のスタイルを無効にする */ 
}
::-ms-expand {		/* select要素のデザインを無効にする（IE用） */
	display: none;
	}

.pd_text input.pro_buy {
    margin: 15px 0 10px;
	padding:12px 0;
	text-align	: center;
	width:180px;
	line-height: 1.6;
	font-size:14px;
	background-color: #D3BA5D;
    color: #fff;
    display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    border-style: none;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
.pd_text input.pro_buy {margin: 10px auto;}
}

.pd_text .buy_bt {text-align	: center;}

.pd_text input.pro_buy:hover{
    opacity: 0.7; 
	/* IE */
    filter: alpha(opacity=0);}

/* 商品リンク */
.product_link_area{
	margin-top:2.5%;
	text-align	: center;
  }

.product_link_area li{
	font-size:14px;
    margin:5px auto
  }

@media screen and (max-width: 568px) {
.product_link_area li{text-align	: center;}
}

.product_link_area .other_link a {
	color: #000;
	text-decoration:none;
	padding-left:5px;
}

.product_link_area .other_link a:hover { 
	text-decoration:underline;
	color: #C50018!important;
}

@media screen and (max-width: 568px) {
.product_link_area {margin-top:2%;}
}

/* SNSリンク */
.social_area{
	margin-top:1%;
	text-align	: center;
}

.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
}
/* 説明分02 */
.pro_text2{
	width:100%;
	float:left;
	margin:0 0 4%;
	box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.pro_text2{
	width:96%;
	margin:0 2% 5%;
}
}
.pro_text2 span{
	color: #C50018;
	font-size:1.1em;
}
.pro_text2 p{
	font-size:14px!important;
	line-height:1.6;
	color:#000;
	margin:0!important;
	padding:0!important;
}
@media screen and (max-width: 568px) {
.pro_text2 p{
	font-size:13px!important;
}
}

/* 注意事項 */
.pro_cation{
	width:97%;
	float:left;
	margin:0 1.5% 4%;
	padding:1.3% 2% 1%;
	box-sizing: border-box;
	border:1px solid #000;
}

@media screen and (max-width: 568px) {
.pro_cation{
	width:100%;
	margin:0 0 5%;
	padding:2% 3%;
}
}

.pro_cation span{
	color: #C50018;
	font-size:1.1em;
}

.pro_cation p{
	font-size:12px;
	line-height:1.6;
	color:#000;
	margin:0!important;
	padding:0!important;
}

.sio_txt{
	width:100%;
	float:left;
	margin:5px 0 10px;
}

.pro_cation dl{
	width:100%;
	float:left;
	margin:0;
	background:#FBFBFB;
}

.pro_cation .bda{
	border:1px solid #ccc;
}

.pro_cation .bd{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

.pro_cation dt{
	width:15%;
	float:left;
	text-align	: center;
	font-size:13px;
	padding:5px 0;
	display:table-cell;
	box-sizing: border-box;
}

.pro_cation dd{
	width:85%;
	float:left;
	font-size:13px;
	padding:5px;
	box-sizing: border-box;
	background:#FFF;
}

@media screen and (max-width: 800px) {
.pro_cation dt{
	width:25%;
	font-size:12px;
}

.pro_cation dd{
	width:75%;
	font-size:11px;
}
}

.sio_label{
	width:100%;
	float:left;
	margin:1% 0;
}

.sio_label li{
	width:33.33333%;
	float:left;
	margin:0;
	padding:1%;
	box-sizing: border-box;
	text-align	: center;
}

@media screen and (max-width: 568px) {
.sio_label li{
	padding:5px 1px;
}
}

.sio_label li img{
	width:100%;
	height:auto;
	margin-top:5px;
}

.sio_label li p{
	text-align	: center!important;
}

@media screen and (max-width: 568px) {
.sio_label li p{
	font-size:11px!important;
}
}

.chp_sio{
	width:97%;
	float:left;
	margin:0 1.5% 4%;
	padding:1.3% 2% 1%;
	box-sizing: border-box;
	border:1px solid #000;
}

@media screen and (max-width: 568px) {
.chp_sio{
	width:100%;
	margin:0 0 5%;
	padding:2% 3%;
}
}

.chp_sio ul{
  width:100%;
  float:left;
  margin: 5px 0 1%;
}

.chp_sio p{
  font-size:14px;
}

.chp_sio li {
  box-sizing: border-box;
  padding:5px;
  float:left;
  width:25%;
  margin:5px 0 0;
}

.chp_sio li  img {
  width:60%;
  height:auto;
  margin:0 20%;
}

@media screen and (max-width: 800px) {
.chp_sio li {
  width:20%;
}
.chp_sio li  img {
  width:80%;
  height:auto;
  margin:0 10%;
}
}

@media screen and (max-width: 568px) {
.chp_sio li {
  width:33.3333%;
}
.chp_sio li  img {
  width:90%;
  height:auto;
  margin:0 5%;
}
}



.oksp_label{
	width:100%;
	float:left;
	margin:1% 0;
}

.oksp_label li{
	width:50%;
	float:left;
	margin:0;
	padding:0.5% 1% 1%;
	box-sizing: border-box;
	text-align	: center;
}

@media screen and (max-width: 568px) {
.oksp_label li{
	padding:5px 1px;
}
}

.oksp_label li img{
	width:100%;
	height:auto;
}

.oksp_label li p{
	text-align	: center!important;
}

@media screen and (max-width: 568px) {
.oksp_label li p{
	font-size:11px!important;
}
}

/* 商品説明２ */
.explain {
	box-sizing: border-box;
	padding:3% 0.5% 4%;
	width:100%;
	float:left;
}

@media screen and (max-width: 800px) {
.explain {
	padding:2% 1%;
}
}

@media screen and (max-width: 568px) {
.explain {
	padding:3% 0.5% 2%;
}
}

.explain a {
	color: #787878;
	text-decoration:underline;
}

.explain a:hover { 
	text-decoration:none;
	color: #787878;
}

.explain table{
	width		: 100%;
	max-width :600px;
	margin		: 0 auto 2%;
	font-size:13px;
	clear:both;
	border-top	: solid 1px #ccc;
	border-left	: solid 1px #E0E0E0;
	border-right	: solid 1px #E0E0E0;
	box-sizing: border-box;
	}

@media screen and (max-width: 800px) {
.explain table{
	margin		: 0 auto 2%;
}
}

@media screen and (max-width: 568px) {
.explain table{
	margin		: 0 auto 5%;
}
}

.explain caption{
	margin		: 0;
	padding		: 0 10px;
	box-sizing: border-box;
	width:100%;
	font-weight	: bold;
	font-size:14px;
	letter-spacing	: 0.1em;
	text-align	: left;
	}
	
.explain td{
	padding		: 14px 10px 10px 2.5%;
	box-sizing: border-box;
	width:80%
	color		: #000000;
	border-bottom	: solid 1px #E0E0E0;
	text-align	: left;
	}

.explain th{
	color		: #000;
	border-bottom	: solid 1px #E0E0E0;
	border-right	: solid 1px #E0E0E0;
	text-align	: center;
	font-weight:normal;
	padding		: 14px 5px 10px;
	background	: #FBFBFB;
	box-sizing: border-box;
	width:20%;
	}

@media only screen and (max-width: 568px)  {
.explain td{
	padding		: 10px 5px 6px 2.5%;
	width:75%
  }
.explain th{
	padding		: 10px 5px 6px;
	width:25%;
  }
}

.prd_icon{
	margin:1%;
	width:99%;
	text-align	: center;
	float:left;
}

@media only screen and (max-width: 800px)  {
.prd_icon{
	margin:0 auto 5%;
	clear:both;
}
}

.prd_icon li{
	margin:5px 10px;
	display:inline-block;
}

@media only screen and (max-width: 800px)  {
.prd_icon li{
	display:block;
}
}

@media only screen and (max-width: 568px)  {
.prd_icon li{
	margin:3px 7px;
	display:inline-block;
}
}

.prd_icon li img{
	width:auto;
	height:27px;
}

.buys_bt{
	margin-top:30px;
	margin-bottom:5%;
	text-align: center;
	font-weight:500;
	font-size:15px!important;
    clear:both;
}

.buys_bt a{color:#FFF;padding:15px 30px ;background-color: #D3BA5D;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;}
.buys_bt a:hover{color:#FFF;opacity: 0.7;}

/* product_list 商品一覧
--------------------------------------------------*/
.product_list {
    width: 100%;
	float:left;
	margin:1.5% auto 5%;
}

@media screen and (max-width: 568px) {
.product_list {
	padding:0 1%;
	box-sizing: border-box;
}
}

.product_list h3 {
    font-size:14px;
	padding:1% 1% 0;
	width: 98%;
	float:left;
}

@media screen and (max-width: 800px) {
.product_list h3 {
	padding:1% 2.5% 0;
	width: 95%;
}
}

@media screen and (max-width: 568px) {
.product_list h3 {
	padding:1% 3% 0;
	width: 94%;
}
}

.product_list h4 {
    font-size:16px;
	padding:0 2% 5px;
	box-sizing: border-box;
	width: 98%;
	margin:-6px 1% 5px;
	float:left;
	border-bottom:1px solid #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400;
	letter-spacing	: 0.05em;
}

@media screen and (max-width: 800px) {
.product_list h4 {
	padding:1% 2.5% 0;
	margin:0 1% 5px;
}
}

@media screen and (max-width: 568px) {
.product_list h4 {
	padding:1% 3% 0;
	width: 96%;
	margin:0 2% 10px;
}
}

.product_list h4 .fa-heart {
	margin-right: 5px;
	color: #C50018;
	font-size:1.2em;
}

.product_list h4 span {
	color: #C50018;
}

.product_list h4 .fa-user-check {
	margin-right: 5px;
	color: #D2B95C;
	font-size:1.2em;
}

.product_list ul{
   margin-top:1%;
   margin-bottom:3%;
   float:left;
   width:100%;
}
@media screen and (max-width: 800px) {
.product_list ul{
    margin-bottom:1.5%;
}
}

.product_list li{
   width: 23%;
   height:280px;
   position: relative;
   overflow:hidden;
	margin:1%;
   box-sizing: border-box;
   float:left;
   padding: 1% 0;
}

@media screen and (max-width: 800px) {
.product_list li{
    width: 31.3333%;
	height:260px;
}
}

@media screen and (max-width: 568px) {
.product_list li{
    width: 47%;
	margin:0.5% 1.5% 1%;
}
}

.ct-wrapper .prd_photo{
	width: 98%;
	height:150px;
	margin:0 1% 4%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	overflow: hidden;
}

.ct-wrapper .prd_photo img{
	width:auto;
	max-width:100%;
	height:150px;
	display: inline-block;
	vertical-align:middle;
	margin:auto auto;
}


@media screen and (max-width: 800px) {
.ct-wrapper .prd_photo{
    width: 100%;
	height:135px;
	margin:1% auto;
}

.ct-wrapper .prd_photo img{
	height:135px;
}
}

.product_list li .prd_photo {
  position: relative;
  overflow: hidden;
}

.product_list li img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.product_list li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.prod_txt {
    width:100%;
	box-sizing: border-box;
	padding:5px 5px;
	color:#000;
}

.prod_txt .prd_ttl{
  font-size:13px;
  margin-bottom:3px;
  line-height:1.5;
}

@media screen and (max-width: 568px) {
.prod_txt .prd_ttl{
  font-size:13px;
}
}

.product_list li .prc{
  font-size:13px;
  text-align: center;
}

@media screen and (max-width: 568px) {
.product_list li .prc{
    font-size:12px;
}
}

.product_list a { color:#000; }
.product_list a:hover { opacity: 0.7;text-decoration: underline; }


/* お気に入り*/
.product__fav-item {
  margin: 15px 0;
  text-align	: center;
}

.product__fav-item button {
  padding: 8px 20px;
  cursor: pointer;
  transition: .2s;
  color: #C50018;
  outline: none;
  background: transparent;
  border:1px solid #C50018;
  display:inline-block;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  text-align	: center;
}

.product__fav-item .fav-items {
  color: #C50018;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.product__fav-item button:hover { 
  text-decoration:none;
  color: #FFF;
  background:#C50018;
}

/* オキナワンソープ*/

.soap_box {
  width:100%;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto 4%;
  float:left;
}

.soap_box h3{
  margin-bottom:10px;
  color:#C50018;
}

.soap_box .sop_tx{
  margin-bottom:15px;
  font-size:14px;
  line-height:1.8;
}
.soap_box .sop_tx strong{
  color:#C4A12D;
}

@media screen and (max-width: 568px) {
.soap_box h3{
  margin-bottom:7px;
  line-height:1.6;
}

.soap_box .sop_tx{
  margin-bottom:7px;
  font-size:13px;
}
}

.chp_lst {
  width:100%;
  float:left;
}

.chp_lst ul{
  width:100%;
  float:left;
  border:1px solid #ccc;
  margin: 1% 0;
  box-sizing: border-box;
  padding:1% 2%;
}

.chp_lst li {
  box-sizing: border-box;
  padding:5px;
  float:left;
}

.chp_lst .w16 {
  width:16.6666%;
  width:20%;
}

@media screen and (max-width: 568px) {
.chp_lst .w16 {
  width:33.333%;
}
}

.chp_lst .w162 {
  width:16.6666%;
}

@media screen and (max-width: 800px) {
.chp_lst .w162 {
  width:33.3333%;
}
}

@media screen and (max-width: 568px) {
.chp_lst .w162 {
  width:50%;
}
}

.chp_lst .w20 {
  width:33.3333%;
}

@media screen and (max-width: 568px) {
.chp_lst .w20 {
  width:50%;
}
}

.chp_lst .w25 {
  width:25%;
}

@media screen and (max-width: 800px) {
.chp_lst .w25 {
  width:33.3333%;
}
}

@media screen and (max-width: 568px) {
.chp_lst .w25 {
  width:50%;
}
}

.chp_lst li img {
  width:96%;
  height:auto;
  margin:0 2%;
}

.chp_nm {
  width:100%;
}

.chp_nm p{
  font-size:11px!important;
  text-align	: center!important;
  padding:5px 2px 0!important;
  line-height:1.4!important;
}

@media screen and (max-width: 568px) {
.chp_nm p{
  padding:2px 2px 0!important;
}
}


.cop_nm{
  width:100%;
}

.cop_nm p{
  font-size:12px!important;
  line-height:1.4!important;
  padding:5px 10px 0px!important;
}

@media screen and (max-width: 568px) {
.cop_nm p{
  padding:2px 2px 0!important;
}
}
/* カタログギフト
================================================== */
.ct_gift {
 background: url("https://img15.shop-pro.jp/PA01209/166/etc/bg_ct2019.gif?cmsp_timestamp=20190208111833") ;
 width:100%;
 margin:5px 0 5%;
 float:left;
}
.ct_gift_w {
 width:100%;
 margin:0 0 10px;
 float:left;
}
.ct_gift01 {
 width:100%;
 margin:0 auto 25px;
}
.ct_gift01 img{
 width:100%;
 height:auto;
}
.ct_gift02 {
 width:100%;
 float:left;
 box-sizing: border-box;
 padding:0 10px;
 margin:0 auto 5px;
}
.ct_gift02 .ctg_ttl {
 width:45%;
 float:left;
 box-sizing: border-box;
 padding:2%;
}


@media only screen and  (max-width: 800px) {
.ct_gift02 .ctg_ttl {
	width:100%;
	margin-bottom:15px;
	padding:0 2%;
}
}

.ct_gift02 .min_ttl {
 text-align: center;
}

.ct_gift02 .min_ttl img {
 width:100%;
 height:auto;
 max-width:500px;
 margin-bottom:20px;
}

.ct_gift02 .ctg0201 {
 color: #331C89;
 font-size:14px;
}

.ct_gift02 .ctg_photo {
 width:55%;
 float:right;
 box-sizing: border-box;
 padding:0 2% 0 0;
}

@media only screen and  (max-width: 800px) {
.ct_gift02 .ctg_photo {
	width:100%;
	padding:0 2%;
}
}

.ct_gift02 .ctg_photo img{
 width:100%;
 height:auto;
}

.ct_gift_list {
 width:100%;
 float:left;
 box-sizing: border-box;
 padding:0 2%;
 margin:0 auto;
}
.ctg_slide {
 width:100%;
 float:left;
 box-sizing: border-box;
 padding:0 4% 2%;
 margin:0 auto;
}

.ct_gift_list .ctg0301 {
 color: #331C89;
 text-align: center;
 font-size: 18px;
 margin-bottom:20px;
}

@media only screen and  (max-width: 800px) {
.ct_gift_list .ctg0301 {
	margin-bottom:10px;
}
}

.ct_gift_list li {
 width:100%;
 float:left;
 box-sizing: border-box;
 padding:0 0 20px;
 text-align: center;
}

.ctg_title{
 font-size: 16px;
 text-align: left;
 padding:0 0 0 25px;
 line-height:1.2;
 margin-bottom:2px;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
}

@media only screen and  (max-width: 800px) {
.ctg_title{
	line-height:1.4;
	padding:0 0 0 15px;
}
}

@media only screen and  (max-width: 568px) {
.ctg_title{
	font-size: 14px;
}
}

.ctg_title span{
 font-family: 'Playball', sans-serif;
 font-weight:400;
 font-size:1.4em;
 padding-right:10px;
}

@media only screen and  (max-width: 800px) {
.ctg_title span{
	font-size:1.2em;
}
}

.ct_gift_list li img{
 width:100%;
 height:auto;
 margin:0 auto;
}

@media only screen and  (max-width: 800px) {
.ct_gift_list li img{
	margin:10px auto;
}
}

.ct_gift_list li .ctg_name {
 font-size: 14px;
 margin-bottom:8px;
 margin-top:0;
 line-height:1.2;
}

.ct_gift_list li .gold {
 color: #8F7B54;
}

.ct_gift_list li .silv {
 color: #8B8E90;
}

.ct_gift_list li .gblu {
 color: #178190;
}

.ct_gift_list .ctg_name span {
 font-size: 2em;
 font-family: "ﾞ篶ﾀﾄｫ", YuMincho, "･ﾒ･鬣ｮ･ﾎﾌﾀﾄｫ ProN W3", "Hiragino Mincho ProN", "HGﾌﾀﾄｫE", "｣ﾍ｣ﾓ ｣ﾐﾌﾀﾄｫ", "｣ﾍ｣ﾓ ﾌﾀﾄｫ", serif;
}

.ct_gift_list .ctg_name strong {
 font-size: 2.4em;
 padding-left:10px;
 font-family: "ﾞ篶ﾀﾄｫ", YuMincho, "･ﾒ･鬣ｮ･ﾎﾌﾀﾄｫ ProN W3", "Hiragino Mincho ProN", "HGﾌﾀﾄｫE", "｣ﾍ｣ﾓ ｣ﾐﾌﾀﾄｫ", "｣ﾍ｣ﾓ ﾌﾀﾄｫ", serif;
}

@media only screen and  (max-width: 568px) {
.ct_gift_list .ctg_name strong {
	font-size: 1.8em;
	padding-left:5px;
}
.ct_gift_list .ctg_name span {
 font-size: 1.5em;
}
}

.ct_gift_list .ctg_bt{
	margin-bottom:15px;
}

.ct_gift_list .ctg_bt a{
	font-size:12px;
	color:#FFF!important;
	display:inline-block;
	padding:2px 8px;
	background-color:#331C89;
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
}

.ct_gift_list .ctg_bt a:hover{color:#FFF;text-decoration:none!important;background-color:#6C59B5;}

.ct_gift_list .cctn_tx{font-size:13px;}

@media only screen and  (max-width: 568px) {
.ct_gift_list p{font-size:13px;}
}

.ctg_flw {
 width:96%;
 float:left;
 box-sizing: border-box;
 padding:25px 2% 0;
 margin:0 2%;
 border-top: 3px dotted #CCC;
}

.ctgr_ttl {
 width:100%;
 margin-bottom:5px;
}

.ctgr_ttl p {
 text-align: center;
}

.ctgr_ttl .b_obi {
 font-size:12px;
 color:#FFF!important;
 padding:2px 8px;
 background-color:#331C89;
 margin-right:7px;
 vertical-align:middle;
}

.ctgr_ttl .flw_tl{
 font-size: 16px;
 text-align: center;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#331C89;
}

@media only screen and  (max-width: 800px) {
.ctgr_ttl .flw_tl{
 clear:both;
 width:100%;
 padding-top:8px;
}
}

.ctg_flw strong {color:#FE4800;font-size:1.1em;}
.ctg_flw ul {
 width:100%;
 max-width:400px;
 margin:15px auto 10px;
 text-align: center;
 display:table;
}

.ctg_flw li {
 width:31.3333%;
 margin:0 1%;
 display:table-cell;
}

.ctg_flw li img {
 width:100%;
 height:auto;
 box-sizing: border-box;
 padding:0 2%;
 margin-bottom:3px;
}

.ctg_flw li p{
 font-size: 16px;
 text-align: center;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#331C89;
}

.fs14{
 font-size: 14px;
 padding:0 2% 2%;
 text-align: center;
}

@media only screen and  (max-width: 568px) {
.fs14{
 font-size: 13px;
}
}

.ctg_reco {
 width:96%;
 float:left;
 box-sizing: border-box;
 padding:25px 2%;
 margin:0 2%;
 border-top: 3px dotted #CCC;
}

@media only screen and  (max-width: 568px) {
.ctg_reco {
 padding:25px 2% 5px;
}
}

.ctg_reco .recoL {
 width:70%;
 float:left;
 margin-top:5px;
 margin-bottom:5px;
}

@media only screen and  (max-width: 800px) {
.ctg_reco .recoL {
 width:60%;
}
}

@media only screen and  (max-width: 568px) {
.ctg_reco .recoL {
 width:100%;
 padding:0 2%;
}
}

.recoL .reco_ttl {
 display:block;
 border-top:1px solid #AAA;
 border-bottom:1px solid #AAA;
 padding:5px 10px 5px;
 font-size: 16px;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#331C89;
 margin-bottom:0;
}

.recoL .reco_txt{
 padding:10px 10px 0;
 font-size: 13px;
}

.ctg_reco .recoR {
 width:30%;
 float:right;
 box-sizing: border-box;
 padding:0 0 0 25px;
 margin-top:5px;
 margin-bottom:5px;
}

@media only screen and  (max-width: 800px) {
.ctg_reco .recoR {
 width:40%;
 padding:0 0 0 15px;
}
}

@media only screen and  (max-width: 568px) {
.ctg_reco .recoR {
 width:100%;
 margin:5px 2% 0;
 padding:0 2% 15px;
}
}

.ctg_reco .recoR img {
 width:100%;
 height:auto;
 margin-bottom:3px;
}

@media only screen and  (max-width: 568px) {
.ctg_reco .recoR img {
 width:70%;
 margin:5px 15%;
}
}

.ctg_reco .recoR p{
 font-size: 14px;
 text-align: center;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#331C89;
}
.rapping_box {
 width:100%;
 max-width:600px;
 margin:0 auto 10px;
 text-align: center;
 padding-bottom:3%;
}

.rapping_box .nop50 {
 width:50%;
 padding:0 3%;
 float:left;
 box-sizing: border-box;
}

.rapping_box .nop50 img {
 width:100%;
 height:auto;
 margin-bottom:3px;
}

.rapping_box .nop50 p{
 font-size: 16px;
 text-align: center;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#331C89;
}