@charset "utf-8";
/* CSS Document */

.fullwraparea .full_main {
    width: 100%;
}
.fullwraparea {
    max-width: 100%;
}

#main_img {
    text-align: center;
    padding: 80px 0px 0px 0px;
}
#main_img h1{margin: 0;}
/* readメニュー */
#read_area{
	padding: 0;
}
.read_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	/* height: 504px; */
	background:  no-repeat right center/auto 100%,linear-gradient(to right bottom,#FFF,#FFF9EB);
}
.read_inner {
	max-width:980px;
}
.read_wrap h2{
	margin: 0 auto 45px;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
}
.read_wrap p{
	margin: 0;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}

.title_squ{
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
.title_squ span{
	display: inline-block;
	padding: 0 33px;
	
	color: #A7833C;
	font-size: 46px;
	font-weight: 600;
}
/* ギフトに人気のお酒 */
.popu_area{
	margin: 0 auto;
	padding: 70px 0 70px;
	
	position: relative;
}
.popu_read_wrap{
	margin-bottom: 50px;
}
.popu_read_wrap a {
    width: 300px;
    display: block;
    margin: 30px auto 0px auto;
}
.popu_read_wrap h2.title_squ{
	margin-bottom: 30px;
}
.popu_read_wrap p{
	margin: 0;
	font-size: 18px;
	text-align: center;
}
.scene_title{
	margin: 0 0 30px;
	text-align: center;
}
.scene_title span{
	display: inline-block;
	font-size: 30px;
	position: relative;
}
.scene_title span::before,.scene_title span::after{
	content: '';
	width: 1px;
	height: 100%;
	border-right: #000 1px dotted;
	position: absolute;
	top: 0;
}
.scene_title span::before{
	left: -20px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.scene_title span::after{
	right: -20px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.scene_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.scene_list li{
	-webkit-flex: 0 0 175px;
	-ms-flex: 0 0 175px;
	flex: 0 0 175px;
	width: 175px;
	max-width: 175px;
	margin: 0 10px 20px;
}

.rank_top_wrap{
	width: 872px;
	max-width: 100%;
	margin: 0 auto 50px;
}
.rank01_wrap .title_rank_top{
	margin: 0 0 25px;
}
.rank_product_around .title_rank_top{
	margin: 0;
}
.rank_top_wrap .rank01_wrap{
	margin-bottom: 50px;
}
.rank_top_wrap .rank01_wrap .product_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.rank_top_wrap .rank01_wrap .product_box .img_wrap{
	-webkit-flex: 0 0 49.5%;
	-ms-flex: 0 0 49.5%;
	flex: 0 0 49.5%;
	width: 49.5%;
	max-width: 49.5%;
}
.rank_top_wrap .rank01_wrap .product_box .txt_wrap{
	-webkit-flex: 0 0 47.8%;
	-ms-flex: 0 0 47.8%;
	flex: 0 0 47.8%;
	width: 47.8%;
	max-width: 47.8%;
	padding: 0 10px;
}
.rank_top_wrap .product_box .txt_wrap .pro_name{
	font-size: 22px;
}
.rank_top_wrap .product_box .txt_wrap .pro_price{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}
.rank_top_wrap .product_box .txt_wrap .pro_price .tax{
	font-size: 14px;
	font-weight: normal;
}
.rank_top_wrap .product_box .txt_wrap p.pro_info{
	font-size: 14px;
	margin: 0;
}
.rank_product_around{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.rank_product_around .product_box{
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	width: 45%;
	max-width: 45%;
}
.rank_product_around .product_box .txt_wrap ul.pro_size,
.rank_product_around .product_box .txt_wrap .pro_price{
	text-align: center;
}
.product_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: stretch;
	max-width: 980px;
	margin: 0px auto;
}
.product_wrap.product_wrap_bt{
	margin-top: 40px;
	padding-top: 25px;
	border-top: #CECECE 1px solid;
}
.product_wrap .product_box{
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	width: 33%;
	max-width: 33%;
	margin: 0 auto;
	padding: 0 3%;
	position: relative;
}
.product_wrap .product_box:not(:nth-child(3n)){
	border-right: #CECECE 1px solid;
}
.product_wrap .product_box .img_wrap{
	margin-bottom: 15px;
}
.product_box .txt_wrap .pro_name{
	padding: 10px 0 15px;
	margin: 0;
	font-size: 30px;
	position: relative;
}
.product_box .txt_wrap .pro_name .small{
	font-size: 18px;
}
.product_box .txt_wrap .pro_name.icon_rank{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	/* height: 70px; */
	/* padding: 5px 0 5px 78px; */
	/* margin: 0 0 15px; */
	font-size: 22px;
	position: relative;
}
.product_box .txt_wrap .pro_name.icon_rank .small{
	font-size: 16px;
}
.product_box .txt_wrap .pro_name.icon_rank .pro_name_inner{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	position: relative;
	height: 60px;
}
.product_box .txt_wrap .pro_name.icon_rank.icon_rank01 .pro_name_inner::after{border-color: #DED0B2 transparent #DED0B2 #DED0B2;background: linear-gradient(to left,rgba(255,255,255,0) 20px,#DED0B2 20px);}
.product_box .txt_wrap .pro_name.icon_rank.icon_rank02 .pro_name_inner::after{border-color: #E8E8E8 transparent #E8E8E8 #E8E8E8;background: linear-gradient(to left,rgba(255,255,255,0) 20px,#E8E8E8 20px);}
.product_box .txt_wrap .pro_name.icon_rank.icon_rank03 .pro_name_inner::after{border-color: #E5DAD5 transparent #E5DAD5 #E5DAD5;background: linear-gradient(to left,rgba(255,255,255,0) 20px,#E5DAD5 20px);}
.product_box .txt_wrap .pro_name.icon_rank.icon_rank04 .pro_name_inner::after,
.product_box .txt_wrap .pro_name.icon_rank.icon_rank05 .pro_name_inner::after,
.product_box .txt_wrap .pro_name.icon_rank.icon_rank06 .pro_name_inner::after{border-color: #EFEFEF transparent #EFEFEF #EFEFEF;background: linear-gradient(to left,rgba(255,255,255,0) 20px,#EFEFEF 20px);}
#type_area .product_box .txt_wrap .pro_name.icon_rank .pro_name_inner::after{
	content: '';
	width: calc(100% + 55px);
	height: 0;
	border-width: 30px 20px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: -35px;
	z-index: 0;
}
.product_box .txt_wrap .pro_name.icon_rank .pro_name_inner .pro_name_txt{
	position: relative;
	line-height: 1.2;
	z-index: 2;
}
.product_box .txt_wrap ul.pro_size{
	margin-bottom: 10px;
}
.product_box .txt_wrap ul.pro_size li{
	margin-bottom: 5px;
	padding: 4.5px 8.5px;
	font-size: 16px;
	line-height: 1;
}
.product_box .txt_wrap ul.pro_size li.pro_option{
	background: #DBDBDB;
	border: #DBDBDB 1px solid;
}
.product_box .txt_wrap .pro_price{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}
.product_box .txt_wrap .pro_price .tax{
	font-size: 12px;
	font-weight: normal;
}

.product_box .pro_info_wrap{
	padding: 0 0 25px;
}
.pro_info_btn{
	display: none;
}
.product_box p.pro_info{
	margin: 0;
	font-size: 14px;
	line-height: 2.4;
}

#type_area{
	padding: 0;
}
.type_wrap{
	padding: 60px 0;
}
.type_wrap:nth-child(1){background: linear-gradient(#FFF9EB,#FFF);}
.type_wrap:nth-child(2){background: linear-gradient(#E7F2FA,#FFF);}
.type_wrap:nth-child(3){background: linear-gradient(#EDECF8,#FFF);}
.title_type{
	margin: 0 0 25px;
	font-size: 36px;
	text-align: center;
}
.title_type span{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	padding: 10px 22px;
	background: #FFF;
	border-style: solid;
	border-width: 0 1px;
	position: relative;
}
.title_type span::before,.title_type span::after{
	content: '';
	width: 17px;
	height: 100%;
	position: absolute;
	top: 0;
}
.title_type span::before{
	right: -9px;
}
.title_type span::after{
	left: -9px;
}
.type_wrap:nth-child(1) .title_type span{border-color: transparent #EFB354;}
.type_wrap:nth-child(2) .title_type span{border-color: transparent #7DA3C3;}
.type_wrap:nth-child(3) .title_type span{border-color: transparent #9592B9;}
.type_wrap:nth-child(1) .title_type span::before,.type_wrap:nth-child(1) .title_type span::after{background: url(../img/gift/title_item03.png) no-repeat center center/contain;}
.type_wrap:nth-child(2) .title_type span::before,.type_wrap:nth-child(2) .title_type span::after{background: url(../img/gift/title_item04.png) no-repeat center center/contain;}
.type_wrap:nth-child(3) .title_type span::before,.type_wrap:nth-child(3) .title_type span::after{background: url(../img/gift/title_item05.png) no-repeat center center/contain;}
.type_read{
	margin: 0 0 40px;
	font-size: 18px;
	text-align: center;
}

.anker_list_wrap{
	background: #B29762;
}
.anker_list_wrap ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 10px 30px;
	margin: 0;
}
.anker_list_wrap ul li{
	-webkit-flex: 0 0 29.2%;
	-moz-flex: 0 0 29.2%;
	-ms-flex: 0 0 29.2%;
	-o-flex: 0 0 29.2%;
	flex: 0 0 29.2%;
	max-width: 292px;
	margin: 0 8px 10px;
	list-style: none;
}
.anker_list_wrap ul li a{
	display: block;
	padding: 15px 20px 15px 0;
	background: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 1.9;
	position: relative;
}
.anker_list_wrap ul li a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-color: transparent #FFF #FFF transparent;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: calc(50% - 8px);
	right: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.anker_list_wrap ul li a:hover{
	opacity: 0.6;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 1.5rem 2rem 1.5rem 5rem;

  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 1.4rem;

  display: inline-block;

  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;

  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

#rakuten {
    background: #FFF3F3;
}
#choice {
    background: #f7f3e7;
}

#satofuru {
    background: #F4F3FF;
}


#eni_area {
    padding: 0px 0px 70px 0px;
}
.title_eni{
	margin-bottom: 25px;
	color: #B29762;
	font-size: 32px;
	text-align: center;
}
.title_eni span{
	display: inline-block;
	padding: 20px;

}

.eni_wrap {
    max-width: 980px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.txt_wrap {
    width: 75%;
}
.product_box_inner .img_wrap {
	   width: 100%;
}

.product_box  .img_wrap {
	   width: 100%;
}

.img_wrap {
    width: 25%;
}
.buy_btn:hover {text-decoration: none;
}
.buy_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    
}

@media screen and (max-width: 768px) {
    
    .txt_wrap {
    width: 100%;
}
    
    .img_wrap {
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
}


	#main_img {
    padding: 130px 0px 0px 0px;
}
	.read_wrap p {
    font-size: 14px;
}
	.anker_list_wrap ul li a {
    font-size: 14px;
}
	.title_squ span {
    font-size: 26px;
}
	.popu_read_wrap p {
    font-size: 16px;
}
	.pro_name_inner {
    font-size: 18px;
}
	.title_eni span {
    font-size: 23px;
}
.read_inner {
    padding: 30px 0px 40px 0px;
}
	
	#read_area {
    /* padding: 30px 0px 0px 0px; */
}
   .buy_btn {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}
}


@media screen and (max-width: 425px) {
	
	.read_wrap h2 {
    font-size: 18px;
    line-height: 23px;
}
	.read_wrap p {
    font-size: 10px;
    line-height: 17px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}
	.anker_list_wrap ul li a {
    font-size: 10px;
}
	.anker_list_wrap ul li a::after {
    right: 8px;
}
	.title_squ span {
    font-size: 20px;
}
	.popu_read_wrap p {
    font-size: 12px;
}
	.pro_name_inner {
    font-size: 14px;
}
	.title_eni span {
    font-size: 23px;
}
}