@charset "UTF-8";

#demo {
  position: absolute;
  top: 0;
  left: 0;
}

body {
  background: #f9eceb;
}

#f-gift {
	color: #2f2c2b;
    background-color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
}




#f-gift h2,
#f-gift h3,
#f-gift h4,
#f-gift h5,
#f-gift p{
    letter-spacing: 0.05rem;
    line-height: 1.6;
}

.eng {
  font-family: "Fjalla One", sans-serif;
}

.f_helvetica{
	font-family: 'helvetica', sans-serif;
}

.c_key{
	 color:#2f59a0!important;
}
.bg_key{
	 background-color: #2f59a0!important;
	 color:#fff;
}

.c_rakuten{
	 color:#bf0000!important;
}
.bg_rakuten{
	 background-color:#bf0000!important;
}
.c_fancl{
	 color:#32469b!important;
}
.bg_fancl{
	 background-color:#32469b!important;
}

.hide{
	display:none;
}

a:hover{
  opacity:0.5;
  transition: all 0.3s;
}


/***************************************************************

header 

****************************************************************/

header:beofre{
	content:"";
}

.fancl__logo__img{
	padding: 12px 0;
	text-align: center;
	font-size: 0;

}
.fancl__logo__img img{
	width:100px!important;
}

@media screen and (min-width: 736px) {
	.fancl__logo__img img{
		width:140px!important;
	}
}

@media screen and (max-width: 736px) {

}

/***************************************************************

.fancl-pagetop

****************************************************************/

.fancl-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9000;
  display: none;
}
.fancl-pagetop  a{
  font-size: 0;
  position: relative;
  background: #ffffff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  box-shadow: 4px 4px 10px rgb(18 15 2 / 35%);
  font-weight: 700;
  color: #2f59a0 !important;
  text-decoration: none;
  text-align: center;
}
.fancl-pagetop a:before{
	content: "▲";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	line-height: 1;
  font-size: 20px;
}



@media screen and (max-width: 736px) {
.fancl-pagetop {
  right: 15px;
  bottom: 11%;
}

}



/***************************************************************
component
****************************************************************/

.c__content__body{
  position: relative;
}


.h60x50{
  padding-top: 60px;
  padding-bottom:50px;
}
.h0x50{
  padding-top: 0px;
  padding-bottom:50px;
}
.mh0x60{
  margin-top: 0px;
  margin-bottom:60px;
}

.h20x20{
  padding-top: 20px;
  padding-bottom:20px;
}

.h20x0{
  padding-top: 20px;
  padding-bottom:0px;
}

.h25x0{
  padding-top: 25px;
  padding-bottom:00px;
}
.h0x40{
  padding-top: 0px;
  padding-bottom:40px;
}
.h40x0{
  padding-top: 40px;
  padding-bottom:0px;
}
.h40x40{
  padding-top: 40px;
  padding-bottom:40px;
}

.w25x25{
	padding-left:25px;
	padding-right:25px;
}
.w30x30{
	padding-left:30px;
	padding-right:30px;
}

.w25x25h0x70{
padding-left:25px;
padding-right:25px;
padding-bottom:70px;
}  

.c__content__body{
  position: relative;
}

.c__content__inner{
  position: relative;
  overflow: hidden;
}


.c__flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}



.c__flex.col-2 {
  gap: 10px;
}

.c__flex.col-2-ev > *{
  width: calc(100% / 2 - 5px);
}

.c__flex.col-3 {
  gap: 10px;
  
}

.c__flex.col-3-ev {
  gap: 10px;
}
.c__flex.col-3-ev > *{
  width: calc(100% / 3 - 5px);
}



/***************************************************************
component
****************************************************************/

.e___ttl {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.e__img__ttl {
  margin-bottom: 40px;
  text-align: center;
}



.e__img__ttl img{
  width: 90%;
}

.e__img__txt{
  margin-top: 15px;
}

a.e__link__img {
	color:#2f2c2b;
	text-decoration: none;
}

.e__btn__box {
  display: flex;
}

.e__btn {
	text-align: center;
	text-decoration: none;
	position: relative;
}
.e__btn:hover {
  background:#2f59a0;
}

.e__btn.border {
	display: block;
	color:#000;
	text-decoration: none;
}
.e__btn.border {
  padding: 6px 10px;
  padding: 16px 10px 12px;
  border: 1px #2f2c2b solid;
  border-radius: 6px;
  background: #fff;
}
.e__btn.radius {
  padding: 6px 10px;
  padding: 16px 5px 12px;
  border-radius: 6px;
  background: #fff;
}
.e__btn.wide {
  display: block;
  width: 100%;
}


.e__btn.anc:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #979596;
	border-right: solid 2px #979596;
	transform: rotate(135deg);
	display: block;
	margin: 5px auto;
}


.btn_blank:after {
  content: "";
  width: max(12px, 12px);
  height: max(12px, 12px);
  border: 0;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #fff;
mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2025.5%2025.7%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.3%2C9.4v13.8H2.5v-13.8h13.8M18.3%2C7.4H.5v17.8h17.8V7.4h0Z%22%2F%3E%20%3Cpolyline%20class%3D%22cls-2%22%20points%3D%226.2%201.5%2024%201.5%2024%2019.3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}



/***************************************************************

font

****************************************************************/


[data-fontw=light]{
	font-weight: 300!important;
}
[data-fontw=regular]{
	font-weight: 400!important;
}
[data-fontw=medium]{
	font-weight: 500!important;
}
[data-fontw=bold]{
	font-weight: 700!important;
	font-weight:bold!important;
}


[data-font-size=xlarge] {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 750px) {
	[data-font-size=xlarge]{
	font-size: 44px;
	}
}

[data-font-size=large] {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 750px) {
	[data-font-size=large]{
	font-size: 40px;
	}
}

[data-font-size=middle]{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
@media only screen and (min-width: 750px) {
	[data-font-size=middle]{
	font-size: 36px;
	}
}

[data-font-size=small]{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
@media only screen and (min-width: 750px) {
	[data-font-size=small]{
		font-size: 21px;
	}
}

[data-font-size=p-small]{
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
@media only screen and (min-width: 750px) {
	[data-font-size=p-small]{
		font-size: 21px;
	}
}


/***************************************************************

section

****************************************************************/


section {
position: relative;
  overflow: hidden;
}
section.bg_beige {
  background-color: #fcfbe9;
}
section.bg_orange {
  background:#ffbb59;
}

section.bg_gray {
  background:#eceae4;
}
/***************************************************************

orign

****************************************************************/

#recommended a{
  text-decoration: none;
  	color: #2f2c2b;
  margin: 10px;
}
#recommended a p{
text-align: left !important;
}




.e__btn.icon_img img{
  height: 22.5px;
  display: block;
  margin: 0 auto 5px;
}

.btn_price{
  font-size: 13px;
}
.btn_price .eng{
  font-size:110%;
}



#standard .e___ttl.icon img{
  height: 30px;
  display: block;
  margin: 0 auto 10px;
}
#scene .e___ttl.icon img{
  height: 40px;
  display: block;
  margin: 0 auto 5px;
}


#standard:before{
	content: "";
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/standard_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	position: absolute;
	height: 220px;
	top: 0;
}


.gift_select .component__tab__menu a{
  color: #32469b;
  background: #fff;
  opacity: 1 !important;
  display: block;
    cursor: pointer;
}

.gift_select .component__tab__menu .select a {
  background: #2f59a0;
  color: #fff;
cursor: pointer;
}

.gift_select .component__tab {
  position: relative;
  z-index: 1;
}


.gift_select .content_area {
  background: #fff;
  padding-top:40px;
}

.gift-item{
	margin: 0 8px;
	color: #32469b !important;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.gift-item dl{
  padding-top: 15px;
}
.gift-item dt{
  font-size: 12px;
}
.gift-item dd{
  font-size: 14px;
    font-weight: bold;
}
.gift-item dd span{
	font-family: "Fjalla One", sans-serif;
	font-size: 26px;
	font-weight: normal;
}


#scene .c__content__header{
  background: #ffbb59;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#scene .c__content__header:before{
	content: "";
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/scene_bg.png);
	background-size: cover;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}



/*
#review .e___ttl {
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}
*/

/*#review .e___ttl.icon:after{
content: "";
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/review_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  display: block;
  height: 250%;
  top: -20px;
  left: -20px;
  right: 0;
  margin: 0 auto;
}*/


.review-item {
  margin: 0 8px;
  display: flex;
    text-decoration: none;
}
.review-item .inner {
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
}


.review-item h4 {
  font-size: 22px;
  text-align: center;
  color: #224499;
  margin-bottom:15px;
}
.review-item h4 span {
  padding: 0 20px;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.review-item .star {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.review-item .c__flex {
  gap: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.review-item .c__flex img {
  width:40%;
}

.review-item dl{
  color:#224499;
}
.review-item dt{
  font-size: 14px;
}
.review-item dd{
  font-size: 14px;
    font-weight: bold;
}
.review-item dd span{
	font-family: "Fjalla One", sans-serif;
	font-size: 20px;
	font-weight: normal;
}

.review-item p {
  margin-top: 20px;
  font-size: 14px;
    color: #2f2c2b;
}


#category .c__content__header{
  background: #ffbb59;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#category .c__content__header:before{
	content: "";
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/standard_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
#category .e___ttl.icon img {
  height: 35px;
  display: block;
  margin: 0 auto 5px;
}



#category.gift_select .beauty_category.component__tab__menu .select a {
  background: #c8406e;
  color: #fff;
}
#category.gift_select .beauty_category.component__tab__menu a {
  color: #c8406e;
  background: #fff;
  border: 1px #c8406e solid;
}


.c__content__ttl{
  text-align: center;
}
.c__content__ttl p{
  font-size: 12px;
  font-weight: bold;
}
.c__content__ttl h4{
  font-size: 22px;
}
.c__content__ttl h4:after{
  content: "";
  width: 35px;
  height: 2px;
  background: #c8406e;
  display: block;
  margin: 10px auto 0;
}

.gift_select .beauty .content_area,
.beauty.c__content__inner{
  background: #fef7f9;
}

.beauty .c__content__ttl {
  color: #c8406e;
}
.beauty .gift-item {
  color: #c8406e!important;
  background: #ffffff;
  padding: 5px;
}

.beauty .e__btn__box a{
  background: #c8406e!important;
}

.gift_select .foodhealth .content_area,
.foodhealth.c__content__inner{
  background: #f1f8f7;
}

.foodhealth .c__content__ttl {
  color: #47835b;
}
.foodhealth .c__content__ttl p {
  color: #215d35;
}
.foodhealth .c__content__ttl h4:after{
  background: #47835b;
}
.foodhealth .gift-item {
  color: #47835b!important;
  background: #ffffff;
  padding: 5px;
}
#category.gift_select .foodhealth .component__tab__menu .select a {
  background: #47835b;
  color: #fff;
}
#category.gift_select .foodhealth .component__tab__menu a {
  color: #47835b;
  border: 1px #47835b solid;
}


#category.gift_select .foodhealth .e__btn__box a{
  background: #47835b!important;
}


.gift_select .menscosmetic .content_area,
.menscosmetic.c__content__inner{
  background: #f1f1f1;
}

.menscosmetic .c__content__ttl {
  color: #50504c;
}
.menscosmetic .c__content__ttl h4:after{
  background: #50504c;
}
.menscosmetic .gift-item {
  color: #50504c!important;
  background: #ffffff;
  padding: 5px;
}
#category.gift_select .menscosmetic .e__btn__box a{
  background: #50504c!important;
}

.gift_select .mamababy .content_area,
.mamababy.c__content__inner{
  background: #e8f3fc;
}

.mamababy .c__content__ttl {
  color: #205674;
}
.mamababy .c__content__ttl h4:after{
  background: #205674;
}
.mamababy .gift-item {
  color: #205674!important;
  background: #ffffff;
  padding: 5px;
}
#category.gift_select .mamababy .e__btn__box a{
  background: #205674!important;
}

.beauty .gift-item dl,
.foodhealth .gift-item dl,
.menscosmetic .gift-item dl,
.mamababy .gift-item dl {
  padding: 15px 15px;
  
}

#features{}
.features.c__content__inner{
  background: #ecf2fa!important;
}
#features .e___ttl.icon.features :after {
  content: "";
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/features_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  display: block;
  height: 85px;
  margin-top: -50px;
}

#features .review-txt .c__flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#features .review-txt{
  padding-left: 30px;
  padding-right: 30px;
}
#features .review-txt img{
  width: 150px;
}
#features .review-txt .star{
  font-size: 18px;
}
#features .review-txt .star span{
  color: #da2b2b;
  font-size: 150%;
}

#features .review-txt .comment{
  text-align: left;
}

#features .review-txt .rakuten p {
  margin-top: 10px;
  line-height: 1.2;
}


#giftservice{
  background: #ffbb59;
  padding-bottom: 20px;
}

#giftservice .e___ttl {
  margin-bottom:0px
}

#giftservice .e___ttl.icon img {
  display: block;
  margin: 0 auto 15px;
}

#giftservice .service-box {
  background: #fff;
  padding: 25px;
  text-align: center;
  margin-top: 20px;
}
#giftservice .service-box .ttl {
  width:90%;
}
#giftservice .service-box h4 {
	font-size: 21px;
	margin: 20px 0;
	color: #2f59a0 !important;
}
#giftservice .service-box h4 span {
  padding: 0px;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

#giftservice .service-box .img {
  width:80%;
	margin:0px auto 20px;
}
#giftservice .service-box p{
  text-align: left;
}


.f_toggle{}
.f_toggle{}

.f_toggle dt {
	padding:15px 10px 10px;
	position: relative;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-size: 21px;
	text-align:left;
	color: #2f59a0 !important;
	font-weight:bold;
}
.f_toggle dt:before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/f_toggle_line.png);
  position: absolute;
  top:0;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.f_toggle dt:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/f_toggle_close.png);
  position: absolute;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.f_toggle dt.active:after{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/f_toggle_open.png);
}


.f_toggle dd picture:after {
  content: "";
  display: block;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/g_flow_arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 153px;
  height: 29px;
  margin: 28px auto;
}


#giftservice .f_toggle dd .service-box {
  margin-top: 0px;
  margin-bottom: 20px;
}

#giftservice .f_toggle dd .service-box .img {
  width: 100%;
  margin: 0px auto 0px;
}

#giftservice .f_toggle dd .line-box{
	border-bottom: 1px dotted #324696;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


ul.list{}
ul.list li{
	margin: 0 10px 0 20px;
	padding: 5px 0px;
	list-style: disc;

	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-align: left;

}



#shop_link{
  padding: 20px 25px;
}

 .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px;
    flex-wrap: wrap;
  }

 .footer_nav_list:last-child a {
  border-right: none; }

 .footer_nav_list a {
  color: #324696;
  padding: 0 5px;
  border-right: 1px solid #324696;
  line-height: 1;
  font-size: 17px;
text-decoration: none;
}

  .footer_nav_list:nth-child(3) {
    margin-bottom: 10px;
  }
@media (min-width: 1px) and (max-width: 850px) {
   .footer_nav_list a {
    font-size: 15px; } }

@media (min-width: 1px) and (max-width: 767px) {
   .footer_nav {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 0px; }
   .footer_nav_list:nth-child(3) {
    margin-bottom: 5px; }
   .footer_nav_list a {
    font-size: 12px; }
   .footer_copyright {
    padding: 18px 0; }
     .footer_copyright .copy_text {
      font-size: 10px; } }

@media (min-width: 1px) and (max-width: 450px) {
   .footer_nav_list:nth-child(3) a {
    border-right: none; } }



#footer{
padding: 15px 5px 170px;
}
#footer p{
  font-size: 9px;
  color: #fff;
  transform: scale(.8);
  text-align: center;
}






#scene .gift-item img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
#scene .gift-item:hover img {
  transform: scale(1.05); /* 拡大 */
}
.fancl__logo__img.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: hsl(0deg 0% 100% / 85%);
	max-width: 750px;
	margin: 0 auto;
	right: 0;
}



@media only screen and (max-width: 750px) {
  #footer{
    padding: 15px 5px 100px;
    }
	.f_toggle dd picture.last-sp:after {
	  display:none;
	}
}
@media only screen and (min-width: 750px) {

.btn_price {
  font-size: 18px;
}

.gift-item dt {
  font-size: 24px;
}
.gift-item dd {
  font-size: 20px;
  font-weight: bold;
}
.gift-item dd span {
  font-size: 38px;
}

/*

#review .e___ttl {
  margin-bottom: 120px;
  margin-top: 60px;
}

#review .e___ttl.icon:after{
	top: -40px;
	left: -40px;
}
*/


.review-item h4 {
  font-size: 44px;
}
.review-item dt {
  font-size: 28px;
}
.review-item dd {
  font-size: 28px;
}
.review-item dd span {
  font-size: 40px;
}
.review-item p {
  font-size:24px;
}

.c__content__ttl p {
  font-size: 24px;
}
.c__content__ttl h4 {
  font-size: 40px;
}
#features .e___ttl.icon.features :after {
  height: 160px;
  margin-top: -90px;
}
#features .review-txt .c__flex {
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#features .review-txt img {
  width: 200px;
}
#features .review-txt .rakuten p {
  font-size: 15px;
}

#features .review-txt .star {
  font-size: 36px;
}

#giftservice .service-box h4 {
  font-size: 42px;
}
#giftservice .service-box p {
  font-size: 22px;
}

.f_toggle dt {
  padding: 25px 10px 10px;
}

.f_toggle dt:before {
  width: 100%;
  height: 10px;
}


.f_toggle dd picture.last-pc:after {
  display:none;
}


#footer p {
  font-size: 11px;
  transform: none;
}

#scene .c__content__header,
#category .c__content__header {;
    padding: 50px;
}


#standard .e___ttl.icon img {
  height: 40px;
}

#scene .e___ttl.icon img {
  height: 60px;
}

#category .e___ttl.icon img {
  height: 50px;
}

ul.component__tab__menu {
  font-size: 21px;
}
.e__btn__box a {
  background: #47835b !important;
  font-size: 21px;
}

.beauty .gift-item,
.foodhealth .gift-item,
.menscosmetic .gift-item {
  padding: 15px;
}
.fancl-pagetop a {
  width: 80px;
  height: 80px;
}
.fancl-pagetop a:before {
  content: "▲";
  top: 30%;
  font-size: 32px;
}

#standard:before {
  background-size: 100% 100%;
  height: 330px;
}
#standard   ul.component__tab__menu {
padding-bottom: 80px;
  }
#standard  .c__content__header {
  padding-top: 60px;
}

}


/***************************************************************

slick

****************************************************************/

/*
.js-slider-item .slick-list{
    overflow: visible;
    padding-left: 28px;
}
.js-slider-review .slick-list{
    overflow: visible;
    padding-left: 28px;
}
*/

.js-slider-review .slick-track,
.js-slider-item .slick-track {
  display: flex;
}
.js-slider-review .slick-slide,
.js-slider-item .slick-slide {
  height: auto !important;
    display: flex!important;
}

.slick-next{
  right: 0;
}
.slick-prev {
  left:0;
    z-index: 1;
}

.slick-next:before,
.slick-prev:before {
	content: '';
	font-family: none;
	font-size: 0px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	display: block;
	margin-left: 5px;

}
.slick-prev:before {
  transform: rotate(225deg);
  margin-left: 20px;

}

.slick-next, .slick-prev {
	width:35px;
  height: 45px;
	background: #000;
	opacity: 0.3;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #000;
	opacity: 0.2;
}



.js-slider-kv.slick-dotted.slick-slider {
  margin-bottom: 00px;
}

.js-slider-kv .slick-dots {
  bottom: 10px;
}

.js-slider-kv  .slick-dots li button:before {
  font-size: 15px;
  line-height:15px;
  color: #ededeb;
  opacity:1!important;
}

.js-slider-kv  .slick-dots li.slick-active button:before{
  color: #32469b;
}


/* =====================
ドロワーメニュー
===================== */

#f-gift {
    margin-top:56px;
}
@media screen and (min-width: 736px) {
    #f-gift {
    	margin-top:70px;
	}
}


header{
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: hsl(0deg 0% 100% / 85%);
	max-width: 750px;
	margin: 0 auto;
	right: 0;
}


html.is-fixed {
	height: 100%;
	overflow: hidden;
}

header {
  z-index: 2;
}
header.active {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9001;
	background: hsl(0deg 0% 100% / 100%);
	max-width: 750px;
	margin: 0 auto;
	right: 0;
}


/*ハンバーガーアイコン*/
.menu-trigger {
	width: 22px;
	height: 35px;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	top: 30%;
	left: 15px;
	  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  margin: 0;
  padding: 0;
  background-color: #666;
  transition: all .5s .2s;
}
.menu-trigger.active span {
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 24px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  top: 28px;
}

/*ドロワーメニュー*/
.is-fixed {
    height: 100%;
    overflow: hidden;
}
nav.drawer_nav {
    pointer-events: none;
    position: fixed;
}
 .drawer_contents {
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .7s;
}
.drawer_block {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	  overflow: scroll;
}
.drawer_bg {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 100;
}
.drawer_inner {
	transform: translateX(-100%);
	transition-duration: .7s;
	position: absolute;
	width: calc(100% - 8%);
	height: calc(100vh - 74px);
	opacity: 1;
	z-index: 200;
	top: 74px;
	overflow: scroll;
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	padding: 40px 4%;
}

/*展開時*/
body.open {

}
/*.open .drawer_bg {
    pointer-events: visible;
    opacity: 0;
}*/
.open .drawer_inner {
    transform: translateX(0%);
    transition-duration: .7s;
    transition-property: transform;
    pointer-events: visible;
}
.open ul#menu-drawer {
    transition: opacity 0.8s ease-in;
    opacity: 1;
}


.drawer_contents h2 {
	text-align: center;
	font-size: 7.2vw;
	  font-size: 26px;
	letter-spacing: 1px;
	color: #505050;
	font-weight: 400;
	margin: 0;
	padding: 0;
  }
.drawer_contents h2 span {
    display: block;
    font-size: 3.8vw;
      font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }



ul.shop_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 10px auto 0;
    font-size: 4vw;
}

.float_list {
        width: 20%;
        display: flex;
    }
ul.shop_link li:first-child {
    border-top: 1px solid #ccc;
}
ul.shop_link li {
    border-bottom: 1px solid #ccc;
}
ul.shop_link li a {
  position: relative;
  display: block;
  padding: 16px 30px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}
ul.shop_link li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    vertical-align: middle;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (min-width: 736px) {
	.drawer_block {
	  overflow: hidden;
	}
	.drawer_inner {
	  top: 88px;
	    overflow: auto;
	}
}
/*202501追記*/
.f_toggle dd div.picture:after {
  content: "";
  display: block;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/gift/commons/202506/css/../images/g_flow_arrow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 153px;
  height: 29px;
  margin: 28px auto;
}
/* =====================
フロートメニュー
===================== */
section.float {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
}
.float_bg {
    background-color: rgba(236, 236, 250, 0.7);
}
.float_list_box{
    max-width: 80%;
}
.float_box {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
  justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.float_list {
    width: 50%;
    max-width: fit-content;
    display: flex;
    margin: 1%;
}
.float_list a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.float_list.a01 p { color: #e78691; }
.float_list.a02 p { color: #c0a1d6; }

.float_list a:hover {
    filter: brightness(1.04);
}

.mv img {
    width: 950px;
}
@media screen and (max-width: 768px) {

.float_box {
    max-width: 100vw;
  }
  .float_list {
    width: 33.33%;
    display: flex;
  }
}
.category_tab li a.e__btn.radius:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #224499;
	border-right: solid 3px #224499;
	transform: rotate(135deg);
	display: block;
	margin: 5px auto;
}
.gift_select .component__tab__menu.category_tab .select a {
    background: #FFF;
    color: #2f59a0;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  .float_list_box {
    max-width: 78%;
  }
  .float_list_box .float_list {
          width: 48%;
          display: flex;
  }
  .float_list {
          width: 18%;
          display: flex;
  }
  .category_tab li a.e__btn.radius:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #224499;
    border-right: solid 2px #224499;
    transform: rotate(135deg);
    display: block;
    margin: 5px auto;
}
  .e__btn.radius {
    border-radius: 6px;
    background: #fff;
   }
  #category .h25x0.c__content__header .e___ttl {
     margin-bottom: 20px; 
  }
  .gift_select .category_tab.component__tab__menu a {
    margin-bottom: 40px;
  }
}
.f_toggle dd div.picture.last-sp::after,
.f_toggle dd div.picture.last-pc::after {
  display: none;
  }
