@charset "UTF-8";

@font-face {
  font-family: icoset;
  src: url(/kekkonuchiiwai/fonts/icoset.ttf) format("truetype"), url(/kekkonuchiiwai/fonts/icoset.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

/* ==================================================

	common

 ================================================== */
body {
  counter-increment: number 0;
}

.top_none{
  display: none !important;
}

.spMode .fixed~#container {
  padding-bottom: 0;
}

.bg_yellow {
  background-color: #fff5d4;
}

.bg_gray {
  background-color: #f7f7f7;
}

#kekkonuchiiwai.top,#kekkonuchiiwai.gift,#kekkonuchiiwai.ranking{
	color: #333;
}

#kekkonuchiiwai hr{
  width: 80%;
  border: 1px solid #dcd9ce;
}


/*
	.swiper-slide
================================ */
.swiper-slide {
  height: auto;
}

.swiper-slide .product {
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #e3e3e3;
    height: 280px;
}

.other-campaign-area .swiper-slide {
  height: auto;
  background-color: none;
  padding: 0px;
  border:none;
  border-radius: 10px;
}

.other-campaign-area .swiper-button-prev,
.other-campaign-area .swiper-button-next {
  top: 55%;
}

.campaign-area .campaign-list{
	justify-content: center !important;
}

@media screen and (min-width:768px){
    .isOtherDevice #kekkonuchiiwai .campaign-area .campaign-list.flex {
        row-gap: 20px !important;
        column-gap: 1%;
    }
	
/* ↓その他のキャンペーンサービス6個以上なら削除かコメントアウト↓ */
.other-campaign-area .swiper-button-prev,
.other-campaign-area .swiper-button-next {
  display:none;
}
/* ↑その他のキャンペーンサービス6個以上なら削除かコメントアウト↑ */
}

/* .Item -------------------- */
.swiper-slide .Item {
  height: 100%;
}


/*
	.swiper-pagination
================================ */
.swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: auto !important
}

.swiper-pagination.inside_slider {
  display: none
}

/* next,prev -------------------- */
.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 48px;
  background-size: 36px 48px;
}

/* next ------------ */
.swiper-button-next {
  background-image: url(/kekkonuchiiwai/images/arrow.svg);
  right: -10px;
}

/* prev ------------ */
.swiper-button-prev {
  background-image: url(/kekkonuchiiwai/images/arrow.svg);
  transform: scale(-1, 1);
  left: -10px;
}

.swiper-pagination-bullet-active {
  background-color: #ff69a0;
}

.ribbon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 95px;
  overflow: hidden;
  }

  .ribbon {
  display: inline-block;
  position: absolute;
  padding: 37px 0 8px;
  right: 0px;
  top: -17px;
  width: 145px;
  z-index: 2;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  background: #ff69a0;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  transform: rotate(315deg);
}

.ribbon-bg-blue {
  background: #5e8cb9;
}

.ribbon-bg-yellow {
  background: #f4b328;
}

select {

  -webkit-appearance: none;
  appearance: none;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }
}

#container a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#container a:hover {
  color: #ff69a0;
}

#kekkonuchiiwai .inner {
  padding: 0 10px;
}

@media screen and (min-width:960px) {
  #kekkonuchiiwai .inner {
    padding: 0;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}

#kekkonuchiiwai .btn-box {
  width: 80%;
  max-width: 450px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0px;
}



/* ========================================

	article

 ======================================== */
 #kekkonuchiiwai {
  position: relative;
}
/* a -------------------- */
#kekkonuchiiwai .btn-submit {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  padding: 10px;
  border: 1px solid #ff69a0;
  background-color: #ff69a0;
  width: 100%;
  display: block;
}

#kekkonuchiiwai .btn-box a {
  font-size: 1.8rem;
	position:relative;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: column;
  padding: 10px;
  border: 1px solid #ff69a0;
  background-color: #ff69a0;
}
#kekkonuchiiwai .btn-box a:after{
    content: '';
    display: block;
    position:absolute;
    top: 41%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

#kekkonuchiiwai .btn-box a:hover:after{
    right: 10px;
    border-top: 3px solid #ff69a0;
    border-right: 3px solid #ff69a0;
}
#kekkonuchiiwai .btn-submit p {
  margin: auto;
  font-weight: bold;
}

#kekkonuchiiwai .btn-box a span {
  font-size: 1.3rem;
  font-weight: bold;
}

/* hover ------------ */
#kekkonuchiiwai .btn-submit:hover,
#kekkonuchiiwai .btn-box a:hover {

  background-color: #fff;
	color: #ff69a0;
  border: 1px solid #ff69a0;
}

@media screen and (min-width:960px) {
  #kekkonuchiiwai .btn-box {
    margin: 40px auto 20px;
  }

  #kekkonuchiiwai .btn-submit,
  #kekkonuchiiwai .btn-box a {
    font-size: 1.8rem;
  }
}

#kekkonuchiiwai section {
  margin: 75px 0;
}

#kekkonuchiiwai section.mainvisual-area {
  margin: 0;
}

#kekkonuchiiwai section.search-area>section {
  margin: 40px 0;
}

#kekkonuchiiwai section.other-campaign-area {
    padding: 0px;
}

#kekkonuchiiwai #search-area {
    padding: 0px;
}


@media screen and (min-width: 960px){
#kekkonuchiiwai section {
    margin: 90px 0;
}
	#kekkonuchiiwai section.campaign-area{
		margin:90px 0 0;
	}
	#kekkonuchiiwai section.other-campaign-area{
		margin: 60px 0 90px;
	}

#kekkonuchiiwai #search-area{
	position:static !important;
	width: 100% !important;
	max-width: 1000px;
	padding: 60px;
	border: 10px solid #F3F3F3;
	margin: 0 auto;
}

#kekkonuchiiwai section.search-area>section {
  margin: 30px 0;
}
}

#kekkonuchiiwai h2 {
  margin: 0 auto 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  display: flex;
  line-height: 1.4;
  letter-spacing: 3px;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
}

#kekkonuchiiwai .easysearch-area h2{
   margin: 0 auto;
   font-size:3.2rem;
}

#kekkonuchiiwai .area-title .aera-title-script{
  font-family: "Oooh Baby", cursive;
  color:#FFB8CE;
  letter-spacing: 0rem;
  font-size: 28px;
  right: 1%;
  top: 45%;
  z-index: -1;
  position: absolute;
  transform: rotate(-8deg);
}

#kekkonuchiiwai h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto 30px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
/* span ----- */
#kekkonuchiiwai h2 span {
  display: block;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

.area-title .area-title-sub{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.area-title .area-title-sub::before,
.area-title .area-title-sub::after{
  content: "";
  width: 40px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 2px;
}

.area-title .area-title-sub:before {
  margin-right: 1.5rem;
}
.area-title .area-title-sub:after {
  margin-left: 1.5rem;
}

@media screen and (min-width: 960px) {
  #kekkonuchiiwai h2 {
    margin: 20px auto;
    font-size: 3.5rem;
    display: flex;
    line-height: 1.6;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }
	
#kekkonuchiiwai h3 {
    margin: 0 auto 30px;
    font-size: 2.6rem;
    display:inline-block;
     letter-spacing:2px;
    text-align: center;
    line-height: 1.3;
}
  /* span ----- */
  #kekkonuchiiwai h2 span {
    display: inline-block;
    font-size: 2rem;
  }	
#kekkonuchiiwai .area-title .aera-title-script{
  font-size: 30px;
  right: -10%;
  text-align: left;
  top: 50%;
  transform: rotate(-8deg);
}

.area-title .area-title-sub::before,
.area-title .area-title-sub::after{
  width: 100px;
}
.area-title .area-title-sub:before {
  margin-right: 2.5rem;
}
.area-title .area-title-sub:after {
  margin-left: 2.5rem;
}
	
}
/* ========================================

	キーワードで検索

 ======================================== */

#kekkonuchiiwai .search-area h3 {
  text-align: left;
  margin: 0 0 15px;
}

#kekkonuchiiwai .price-area h3:before,#kekkonuchiiwai .category-area h3:before,#kekkonuchiiwai .recipient-area h3:before{
	content:"";
	background-image:url(/kekkonuchiiwai/images/search_icon.svg);
	width: 28px;
	height: 25px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

/* ==================================================

	パンくず

 ================================================== */

@media screen and (min-width:960px) {
  #breadcrumb {
    max-width: 1080px;
  }
}


/* ========================================

	メインビジュアル

 ======================================== */
 #kekkonuchiiwai .mainvisual-area{
  padding: 0;
  font-weight: 500;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-info{
  background-color: #FF69A0;
  text-align: center;
  height: 30px;
  transition: 0.5s;
  align-content: center;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-info a{
  display: flex;
  color: #FFF;
  font-family: Noto-sans;
  align-items: center;
  justify-content: center;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-info a::before{
  content: "";
  display: block;
  background: url(/kekkonuchiiwai/images/coupon_icon.svg) no-repeat;
  width: 24px;
  height: 14px;
  margin-right: 3px;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-info a::after{
  content: "";
  display: block;
  background: url(/shussanuchiiwai/images/arrow_white.svg) no-repeat;
  width: 15px;
  height: 13px;
  margin-left: 10px;
  transform: rotate(270deg);
  transition: 0.5s;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-info:hover{
  background-color: #ff89b5;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-info a:hover:after{
  transform: translate(50%,0%)rotate(270deg);
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-pic {
  width: 100%;
  display: flex;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-box {
  text-align: center;
  width: 67%;
  height: 65%;
  align-content: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-box img{
  width: 35%;
  max-width: 120px;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-box ul{
  width: 100%;
  display: flex;
  margin: 5px 0px 0px;
  justify-content: center;
  column-gap: 5px;
}
#kekkonuchiiwai .mainvisual-area .mainvisual-area-box li{
  width: auto;
  background: #FF69A0;
  padding: 2px 6px;
  font-size: 1.1rem;
  color: #FFF;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-box h1 {
  font-size: 3.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  font-style: normal;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch{
  font-size: 1.3rem;
  display: block;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-pic {
  background: url(/kekkonuchiiwai/images/mv_sp.jpg) no-repeat center center / cover;
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  text-align: left;
  position: relative;
  padding: 0;
}

.main-lead-area-tag {
  margin: 20px 0px 0px;
}

ul.main-lead-area-tag-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 0px !important;
  white-space: nowrap;
}



.main-lead-area-tag-list li a {
  display:block;
  background: #F3F3F3;
  width:auto;
  margin: 0 5px;
  font-size: 1.3rem;
  padding: 5px 10px;
}

@media screen and (min-width:768px) {
  #kekkonuchiiwai section.mainvisual-area {
    width: 100%;
    margin: 0;
  }

	#kekkonuchiiwai .mainvisual-area .mainvisual-area-box li {
    font-size: 1.6rem;
}

	#kekkonuchiiwai .mainvisual-area .mainvisual-area-box ul {
    margin: 10px 0;
}

.main-lead-area-tag {
    margin: 20px 0 0;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-info a{
	font-size: 1.8rem;
	font-weight: 500;
}

#kekkonuchiiwai .mainvisual-area .mainvisual-area-box {
  width: 550px;
}
  #kekkonuchiiwai .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6.2rem;
  }

  #kekkonuchiiwai .mainvisual-area .mainvisual-area-box h1.br {
    font-size: 4.5rem;
  }

  #kekkonuchiiwai .mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch {
    font-size: 2rem;
}

  #kekkonuchiiwai .mainvisual-area .mainvisual-area-pic {
    background: url(/kekkonuchiiwai/images/mv_pc.jpg) no-repeat center center / cover;
    height: 400px;
    max-width: 1920px;
    margin: auto;
    padding-top: 20px;
  }
}
.main-lead-area-tag-list li a {
    margin: 0 5px;
    font-size: 1.3rem;
    padding: 5px 10px;
}
@media screen and (min-width: 960px){
.main-lead-area-tag-list li a {
  margin: 0 10px;
  font-size: 1.6rem;
  padding: 5px 10px;
}}


/* ==================================================

	リード

 ================================================== */
#kekkonuchiiwai .area-lead {
  margin: 0 auto 20px;
  line-height: 1.8;
  width: 100%;
  text-align: left;
}

#kekkonuchiiwai .main-lead-area {
  margin: 20px 0 30px;
}

#kekkonuchiiwai .main-lead-area .area-lead {
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  #kekkonuchiiwai .area-lead {
    text-align: center;
    margin: 0 auto 40px;
  }

  #kekkonuchiiwai .area-lead {
    font-size: 1.8rem;
    margin: 20px auto 40px;
  }
}
/* ========================================

	クーポンエリア

 ======================================== */

#coupon-area{
	text-align:center;
	margin:0 auto;
}
/* ========================================

	キャンペーン・サービス

 ======================================== */
@media screen and (min-width: 960px){
	.campaign-area ul li{
	width: 32%;
}}
.campaign-box-item-name{
	font-weight:700;
	padding:8px 0;
	letter-spacing:1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.campaign-area ul li img{
	width:100%;
}
#kekkonuchiiwai .campaign-box-item-tag{
  border-radius: 3px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0px 10px;
  margin: 7px 0 7px;
}
#kekkonuchiiwai .tag-blue{
  color: #33AEC4;
  background: #DEFAFF;
}
#kekkonuchiiwai .tag-pink{
  color: #E7659D;
  background: #FFF6FA;
}
#kekkonuchiiwai .tag-green{
  color: #91C433;
  background: #F5FFE1;
}
/* ========================================

	アンカーリンク

 ======================================== */
#kekkonuchiiwai .anchor-nav {background: #F3F3F3;padding: 50px 10px;}

#kekkonuchiiwai .anchor-nav.fixed {
  width: 100%;
  z-index: 100
}
#kekkonuchiiwai .anchor-nav a:after {
  content: '';
  margin: -3px 0 0 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff69a0;
  border-right: 2px solid #ff69a0;
  transform: translate(0%) rotate(135deg);
  transition: 0.3s;
}
#kekkonuchiiwai .anchor-nav a:hover:after {
  transform: translate(0%,50%) rotate(135deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
#kekkonuchiiwai .anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: space-around;
}

#kekkonuchiiwai .anchor-nav ul li {
  width: calc(50% - 5px);
  background: #FFF;
  color:#ff69a0;
  transition: 0.3s;
  border: 2px solid #ff69a0;
}
#kekkonuchiiwai .anchor-nav ul li:hover {
  background: #ff69a0;
  color:#FFF;
}

#kekkonuchiiwai .anchor-nav ul li a
{display: flex;justify-content: center;padding: 1.5rem 0;row-gap: 10px;color: #ff69a0;font-size: 1.8rem;letter-spacing: 2px;flex-direction: column;align-items: center;}
#kekkonuchiiwai .anchor-nav ul li a:hover{
	color:#FFF;
}


@media screen and (min-width:960px) {
  #kekkonuchiiwai .anchor-nav ul {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
  }

  #kekkonuchiiwai .anchor-nav li {
    border-bottom: none;
    width: calc(24% - 5px) !important;
  }


  #kekkonuchiiwai .anchor-nav ul li a {
    font-size: 1.6rem;
  }
}


/* ========================================

    お得なキャンペーン
	シャディ限定ギフトサービス

 ======================================== */

#kekkonuchiiwai .flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 1%;
  justify-content: space-between;
}
.coupon-area .flex {
  row-gap: 15px !important;
}

#kekkonuchiiwai .flex.column-pc6_sp4 li {
  width: 24%;
  border: 1px solid #e3e3e3;
}

@media screen and (min-width:960px) {

  .isOtherDevice #kekkonuchiiwai .flex {
    row-gap: 10px !important;
    column-gap: 1%;
    }
    #kekkonuchiiwai .flex.column-pc6_sp4 li {
    width: 19%;
  }
}

#kekkonuchiiwai .flex.column-pc4_sp2 {
  justify-content: space-between;
  row-gap: 10px;
}

#kekkonuchiiwai .flex.column_pc4_sp4 li {
  width: 24%;
  text-align: center;
  border: 1px solid #e3e3e3;
}

#kekkonuchiiwai .flex.column-pc4_sp2 li {
  width: 49%;
}

#kekkonuchiiwai .flex.column-pc4_sp2 li .category-bottom-box-box{
	display:flex;
  font-weight: bold;
}

#kekkonuchiiwai .flex.column-pc4_sp2 li .category-bottom-box-box-name{
	display:flex;
	font-weight: bold;
	font-size: 1.3rem;
	align-items: center;
}

#kekkonuchiiwai .flex.column_pc3_sp2 li {
  width: 48%;
}

#kekkonuchiiwai .flex.column_pc3_sp1 li {
  width: 100%;
}

#kekkonuchiiwai .flex.column-pc2_sp1 li {
  width: 100%;
}

@media screen and (min-width:960px) {

  .isOtherDevice #kekkonuchiiwai .flex {
    row-gap: 10px !important;
    column-gap: 1%;
    }
  #kekkonuchiiwai .flex.column-pc2_sp1 li {
    width: 48%;
  }
}

@media screen and (min-width:768px) {

  #kekkonuchiiwai .flex.column-pc4_sp2 li {
    width: 24% !important;
  }

  #kekkonuchiiwai .flex.column_pc3_sp2 li {
    width: 31%;
  }

  #kekkonuchiiwai .flex.column_pc3_sp1 li {
    width: 32%;
  }

  #kekkonuchiiwai .flex.column-pc2_sp1 li {
    width: 49%;
  }


}


/* ========================================

	.coupon_area

 ======================================== */

.coupon_area .inner ul li:nth-of-type(1) {
  margin-bottom: 20px;
}

.isOtherDevice .coupon_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* li -------------------- */
.isOtherDevice .coupon_area .inner ul li {
  width: 49%;
  text-align: center;
}

/* ========================================

	ranking_area

 ======================================== */
/*
	アイコン
================================ */
/* .pic ------------ */
#kekkonuchiiwai .item .pic {
  position: relative;
}

/* img ----- */
#kekkonuchiiwai .item .pic img {
}

/* .icon ----- */
#kekkonuchiiwai .item .pic .icon {
  position: absolute;
  bottom: 10px;
}

/* ========================================

	カタログギフト

 ======================================== */

#kekkonuchiiwai span.cataloggift_free {
  color: #FFF;
  background-color: #cb0808;
  width: fit-content;
  font-size: 1.5rem;
  padding: 3px 10px;
  margin: 5px auto;
}
/* .pic ------------ */
#kekkonuchiiwai .cataloggift-item .cataloggift-item-pic {
  position: relative;
}
.catalog-top .cataloggift-item-text_box-name {
  text-align: center;
  font-weight: bold;
}
.cataloggift-area .inner ul li .cataloggift-item-text_box-name span {
  display: block;
  font-size: 1.2rem;
}

/* img ----- */
#kekkonuchiiwai .cataloggift-item .cataloggift-item-pic img {
  border-radius: 5px;
}

/* .icon ----- */
#kekkonuchiiwai .cataloggift-item .cataloggift-item-pic .icon {
  position: absolute;
  bottom: 10px;
}
#kekkonuchiiwai .cataloggift-item .cataloggift-item-text_box-txt{
  font-size: 1.2rem;
    margin: 5px 0 0;
}
#kekkonuchiiwai h2 .cataloggift-free {
  width: 130px;
  margin: auto;
  background-color: #A78C58;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.cataloggift-area .inner .catalog-top .bnr {
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.cataloggift-area .inner .catalog-top .bnr a {
  margin: 0 auto 30px;
}

.cataloggift-area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.cataloggift-area .inner .catalog-top ul li {
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  background-position: 1px solid #f7f7f7;
}

.cataloggift-area .inner ul {
  display: flex;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between
}
.cataloggift-area .inner ul li {
  width: 100%;
}

.cataloggift-area .inner .catalog-top ul li {
  background-image: url(/kekkonuchiiwai/images/img-aylbg-01.jpg);
  background-size: cover;
  padding: 4px;
  position: relative;
  display: flex;
  border-radius: 0px;
}

.cataloggift-area .inner .catalog-top ul li:nth-child(2){
  background-image: url(/kekkonuchiiwai/images/img-aylbg-02.jpg);
}

.cataloggift-area .inner .catalog-top ul li:nth-child(3){
  background-image: url(/kekkonuchiiwai/images/img-aylbg-03.jpg);
}

.cataloggift-area .inner .catalog-bottom ul {
  justify-content: center
}
.cataloggift-area .inner .cataloggift-box-pic{
	width: 40%;
	box-shadow: 0px 0px 10px 1px #808080;
	margin:10px;
}
.cataloggift-area .inner .cataloggift-text-copy{
	text-align:center;
	font-weight:bold;
	padding: 0 0 10px;
	font-size: 1.3rem;
}
.cataloggift-area .inner .cataloggift-text{padding: 10px 0 0;font-size: 1.2rem;}

.cataloggift-area .inner .cataloggift-text-wrap{
	width: 55%;
	padding: 10px 0;
	position: relative;
	margin: 0 5px;
}

.cataloggift-area .inner .catalog-bottom ul li {
  width: 30%;
  margin: 0 20px
}
#kekkonuchiiwai .cataloggift-area .inner .cataloggift-text-wrap .btn-box {
    width: 100%;
    max-width: 450px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0 auto;
}

#kekkonuchiiwai .cataloggift-area .inner .cataloggift-text-wrap .btn-box a:after {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}


#kekkonuchiiwai .cataloggift-area .inner .cataloggift-text-wrap .btn-box a:hover:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

#kekkonuchiiwai .cataloggift-area .inner .cataloggift-text-wrap .btn-box a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 6px;
    border: 1px solid #333;
    background-color: #333;
}

#kekkonuchiiwai .cataloggift-area .inner .cataloggift-text-wrap .btn-box a:hover {
    color: #333;
    border: 1px solid #333;
    background-color: #ffffff;
}

@media screen and (min-width: 960px){
	.ribbon-box {
    width: 125px;
    height: 125px;
}
	.ribbon {
    padding: 50px 0 10px;
    right: 0px;
    top: -20px;
    width: 190px;
    font-size: 15px;
    line-height: 18px;
}
	.cataloggift-list{
		background:#F5F5F5;
		padding:20px 50px;
	}
.cataloggift-area .inner .catalog-top ul li {
    flex-direction:column;
    width:32%;
    padding: 20px;
}
	.cataloggift-text-title img{
		max-height: 22px;
		width: auto;
		margin: 0 auto;
	}
	.cataloggift-text-title {
	text-align: center;
	}
	.cataloggift-area .inner .cataloggift-box-pic {
    width: 60%;
    max-width: 250px;
    margin: 10px auto;
}
	.cataloggift-area .inner .cataloggift-text {
    font-size: 1.4rem;
		line-height:1.6;
}
.cataloggift-area .inner .cataloggift-text-wrap{
	width:100%;
	height: 240px;
	padding: 20px 0;
	margin: 0;
}

}
/* ========================================

	おすすめギフト

 ======================================== */

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
  content: none !important;
}

/* ========================================

	カテゴリから選ぶ

 ======================================== */
 .category-area{
  max-width: 900px;
  margin: 0 auto;
 }
.category-area .category-bottom {
  margin-top: 20px;
}

.category-area .category-bottom ul li {
  border-radius: 10px;
}

.category-area .category-bottom ul li a {
  display: flex !important;
  padding: 10px 5px 10px 2px;
  background: #FFF;
  color: #ff69a0;
  border: 1px solid #ff69a0;
  justify-content: space-between;
  align-items: center;
}

.category-area .category-item-name{
  -webkit-line-clamp: 2;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    margin: 5px 0 0;
    font-weight: bold;
}

.category-area .category-item-txt{
  font-size: 1.2rem;
    margin: 5px 0 0;
}

.category-area .category-bottom ul li span {
  width: 25px;
  display: inline-block;
  margin-right: 5px;
}
.isOtherDevice .category-area .category-bottom .flex.column-pc4_sp2 {
  row-gap: 20px !important;
}

.easysearch-select-block .easysearch-select-box:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #444 transparent transparent;
  margin-top: -3px;
}


.category-top .column-pc4_sp2 a {
	color: #333;
}

.item a {
  display: block
}


.item .name,
.item .price {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.3rem;
}

.item .price {
  font-size: 1.2rem
}

.item .price span {
  font-weight: 700;
  font-size: 1.5rem
}

.item_txt,
.txt {
  font-size: 1.2rem;
  margin: 5px 0 0;
}


.item_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

/* ========================================

	価格から選ぶ

 ======================================== */
.price-area{
  max-width: 900px;
  margin: 0 auto;
}

#kekkonuchiiwai .price-area h2,#kekkonuchiiwai .category-area h2,#kekkonuchiiwai .recipient-area h2{
  font-size: 2.6rem;
  margin: 0 0 15px;
}

.price-tips p span{
	font-weight:bold;
}

.price-tips{
	text-align: left;
	font-size: 1.2rem;
	margin: 0 0 15px 0;
}

.price-area ul li {
  text-align: center;
  border-radius: 10px;
  background: #F3F3F3;
}

.price-area ul li:nth-of-type(n+4) {
  margin: 0
}

.price-area ul li a, .category-bottom ul li a{
  display: flex;
  text-align:left;
  color: #ff69a0;
  border: 1px solid #ff69a0;
  padding: 10px 20px;
  background: #FFF;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  justify-content: space-between;
  align-items: center;
}
.price-area ul li a:hover, .category-bottom ul li a:hover{
  background: #ff69a0;
  color: #FFF !important;
}
.price-area ul li a:after, .category-bottom ul li a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ff69a0;
  border-right: 2px solid #ff69a0;
  transform: translate(0%) rotate(45deg);
  transition: 0.3s;
}

.price-area ul li a:hover:after, .category-bottom ul li a:hover:after{
  border-top: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
}
.price-area ul li a span {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
}

.category-item-pic{
	overflow:hidden;
}

.category-item-pic img{
	transition:0.3s;
}
.category-item-pic img:hover{
	transform:scale(1.1);
}

@media screen and (min-width: 960px){
	.price-tips{
	display:inline-block;
	margin: 0 10px 0;
}
}

/* ========================================

	かんたん検索

 ======================================== */
#kekkonuchiiwai .easysearch-area .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#kekkonuchiiwai .easysearch-area .easysearch-area-box .easysearch-area-box-lead {
  text-align: center;

  margin: 15px 0 15px!important;
}

#kekkonuchiiwai .easysearch-area .easysearch-area-box .easysearch-area-box-lead span{
  font-weight: bold;
}

#kekkonuchiiwai .easysearch-area .easysearch-area-box {
  width: 100%;
  margin: auto;
  max-width: 800px;
  background: url(/kekkonuchiiwai/images/search_bg.svg) #F3F3F3 no-repeat 20% 10px;
}

.easysearch-area .easysearch-area-box {
  padding: 20px 0;
  margin: auto;
  background: url(/kekkonuchiiwai/images/search_bg.svg) #F3F3F3 no-repeat 10px 10px;
}
#kekkonuchiiwai .easysearch-area .easysearch-area-box .btn-box{
	margin: 20px auto !important;
}
.easysearch-select-block input,
.easysearch-select-block select {
  box-shadow: none;
  border: 1px solid #c7c7c7;
  font-size: 1.3rem;
  border-radius: 0;
  padding: 5px 26px 5px 8px;
  height: 36px;
  width: 100%
}

.easysearch-select-block {
  zoom: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: auto;
}

.isOtherDevice .easysearch-select-block {
  width: 80%;
}

.easysearch-select-block .easysearch-select-box {
  width: 45%;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.isOtherDevice .easysearch-select-block .easysearch-select-box {
  width: 48%;
}

.easysearch-select-block .easysearch-select-box~.easysearch-select-box:before {
  content: "\e91b";
  font-family: defico;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  left: -20px;
  top: 13px
}

.easysearch-select-block .easysearch-select-box select {
  position: relative;
  z-index: 1;
  background: transparent;
}

.easysearch-select-block .easysearch-select-box:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #444 transparent transparent;
  margin-top: -3px
}

/* ========================================

	.digicata_area

 ======================================== */
.digicata_area {
  background-color: #fcfaef;
}

/*
	ul
================================ */
.digicata_area ul {
  display: flex;
  align-items: center;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* li -------------------- */
.digicata_area ul li {
  width: 50%;
}

.digicata_area ul li:nth-of-type(2) {
  margin-top: -60px;
}

.digicata_area ul li:nth-of-type(3) {
  margin-top: -112px;
}

.digicata_area ul li .btn-box {
  width: 60%;
}

.section_wrap_outer {
  background-color: #f7f7f7;
}

.section_wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

.section_wrap .inner {
  width: 100%;
}

/* ========================================

	.popular_service_area

 ======================================== */
.popular_service_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.popular_service_area .inner ul li {
  width: 200px;
}

/* ========================================

	ブランドから選ぶ

 ======================================== */

.brand-area .column-pc6_sp4{
  justify-content: flex-start !important;
}

.brand-area ul li {
  width: 32%;
  text-align: center;
}
.brand-list li:hover {
	border: 1px solid #ff69a0 !important
}


.brand-area ul li img {
  border-bottom: none;
}

.brand-area ul li img:hover {
  border-bottom: none;
}

.isOtherDevice .brand_area ul li {
  width: 18%;
}

/* ========================================

	贈る相手から選ぶ

 ======================================== */

.recipient-area{
  max-width: 900px;
  margin: 0 auto;
}
.recipient-area .name{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:bold;
	padding:10px 0 0;
	letter-spacing: 1.3px;
}

/* 「贈る相手で選ぶ」部分　liを並べる場合*/
.recipient-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.recipient-area ul li {
  width: 24% !important;
  display: flex;
  justify-content: center;
  text-align: center;
}

.recipient-area ul li img {
  padding: 0 0px;
}

/* 「贈る相手で選ぶ」部分　liを横スクロールにする場合
.recipient-area ul {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: flex-start;
  overflow: scroll;
  white-space: nowrap;
}

.recipient-area ul li {
  width: 130px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin:0 10px 0 0;
}

.recipient-area ul li img {
  width: 130px !important;
}
*/

/* a ------------ */
.recipient-area ul li a {
  /* height: 200px; */
  width: 100%;

  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

/* ========================================

	マナー・豆知識

 ======================================== */

.tips-area section {
  margin: 0 0 30px 0 !important;
}
.tips-area .tips-btn-box {
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: column;
  padding: 10px;
  border: 1px solid #ff69a0;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #ff69a0;
  width: 80%;
  max-width: 450px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.tips-area .tips-area-answer .tips-btn-box span {
  font-size: 1.2rem;
  margin: 0px;
}

#kekkonuchiiwai .tips-area h3 {
  border-bottom: 2px solid #ff69a0;
  text-align:left;
  padding: 0 0 6px;
  font-size: 1.7rem;
  display: flex;
  margin: 15px 0 0;
}

.tips-area .tips-area-question:before {
  content: "Q.";
  color: #ff69a0;
  display: block;
  font-size: 2rem;
}

.tips-area .tips-area-answer {
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-top: none;
  line-height: 1.75;
  background-color: #fff;
}

.tips-area .tips-area-answer span{
  display:block;
  font-size:1.8rem;
	margin:20px 0 5px;
	font-weight:bold;
}

.tips-area .tips-area-answer-related:before {
    content: '関連記事';
    padding: 2px 8px;
    margin: 5px 0;
    display: block;
    width: fit-content;
    background:#ff69a0;
    color:#FFF;
}

.tips-area .tips-area-answer-related {
  display: block;
  margin-top: 2rem;
  text-decoration: underline #ff69a0 !important;
  text-underline-offset: 5px;
}


.tips-area .tips-area-answer-related:after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}
.related-area a{
	color:#ff69a0;
}
.related-area ul {
	border: 1px solid #e3e3e3;
	border-top:none;
	padding:0 10px 20px;
}
.related-area li {
  padding: 20px 0 0;
  font-size: 1.5rem;
}

.tips-area li a:after {
  content: '';
  margin: 10px 10px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ff69a0;
  border-right: 1px solid #ff69a0;
  transform: translate(0%) rotate(45deg);
  transition: 0.3s;
}
.tips-area li a:hover {
  color: #efc94d;
}

.tips-area h3 a {
  font-weight: bold;
  text-decoration: underline 2px !important;
}

.isOtherDevice .tips-area .inner {
  width: 800px !important;
  margin: auto;
}

.isOtherDevice .easysearch-area .easysearch-area-box .btn-box {
    max-width:350px !important;
}

.isOtherDevice .tips-area .tips-area-answer-related:before {
    margin: 5px 10px 5px 0;
    display: inline-block;
    width: fit-content;
}

.isOtherDevice .tips-area .tips-area-question:before {
  font-size: 1.8rem;
}

/* ========================================

	検索

 ======================================== */

.spMode .js-fix-btn_box {
  display: none !important;
}

.spMode.is-search_fixed .is-fixed {
  display: block;
  position: fixed;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s;
}

.spMode .fix-btn_search {
  position: absolute;
  display: none;
  padding: 0;
  height: 50px;
  bottom: 0;
  width: 108%;
  left: -4%;
  z-index: 9999;
}

.spMode .fix-btn_search a {
  display: block;
  box-shadow: 0px 0px 10px 0px #919191ab;
  width: 100%;
  height: 50px;
  background: #ff69a0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 15px
}

.spMode .fix-btn_search a span {
  display: inline-block;
  position: relative;
  padding-left: 34px
}

.spMode .fix-btn_search a span:before {
  content: "\e902";
  font-family: icoset;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0
}

.spMode .fix-btn_delivery {
  width: 70px;
  top: 20px;
  right: 15px;
  z-index: 10;
  position: absolute;
  opacity: 0
}

.spMode .fix-btn_delivery i.fix-btn_close {
  display: block;
  position: absolute;
  right: -8px;
  top: -10px;
  width: 22px;
  height: 22px;
  background: #000;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer
}

.spMode .fix-btn_delivery i.fix-btn_close:after {
  content: "×";
  font-family: verdana;
  line-height: 1;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.spMode .fix-btn_delivery i.fix-btn_close span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.spMode .fix-btn_delivery a {
  display: block;
  background-color: #99986b;
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
  background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background-size: 12px 12px;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding: 22px 0 8px;
  border-radius: 8px;
  position: relative;
  line-height: 1.2
}

.spMode .fix-btn_delivery a:after {
  content: "\e905";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 28px;
  top: -7px;
  left: 50%;
  margin-left: -16px;
  -webkit-animation: moveLR 1s infinite alternate linear;
  animation: moveLR 1s infinite alternate linear;
  font-size: 3rem;
  text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}

.spMode .fix-btn_delivery a span {
  font-size: 1rem;
  line-height: 1.2
}

.spMode .fix-btn_delivery a span em {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700
}

.spMode.is-search {
  overflow-y: hidden
}

.spMode .modal-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-animation: fadeOut .3s;
  animation: fadeOut .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -3;
  background: transparent
}

.spMode.is-search .modal-overlay {
  background: transparent;
  z-index: 9999999;
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1
}

.spMode .modal-search {
  background: #ffeaf1;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: -105%
}

.spMode.is-search .modal-search,
.modal-search {
  -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
  transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.spMode.is-search .modal-search {
  bottom: 0
}

.spMode .modal-search_cover {
  opacity: 0;
  -webkit-animation: fadeOut .3s;
  animation: fadeOut .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 50px 3%;
  color: #ff69a0;
  -webkit-overflow-scrolling: touch
}

.spMode.is-search .modal-search_cover {
  opacity: 1;
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.spMode .modal-search_cover a {
  text-decoration: none !important;
  color: #ff69a0;
}

.spMode .modal-close.top {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right
}

.spMode .modal-close.top a {
  display: inline-block;
  padding: 10px 1.2em;
  font-size: 1.5rem;
  position: relative
}

.spMode .modal-close.top a:after {
  content: "\e91b";
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  right: 0;
  top: 16px
}

.spMode .modal-close.btm {
  margin-top: 20px
}
.modal-search_box .btn a {
    font-size: 1.5rem;
    color: #fff !important;
    margin: 15px 0 0;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border: 1px solid #ff69a0;
    background-color: #ff69a0;
    width: 100%;
    text-align: center;
}
.spMode .modal-close.btm .modal-close_btn {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  background: #ff69a0;
  color: #fff;
  display: block;
  text-align: center;
  min-height: 36px;
  padding-top: 9px
}

.isOtherDevice .modal-close.btm .modal-close_btn {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.spMode .modal-close.btm .modal-close_btn:hover {
  opacity: .7
}

.spMode .modal-search_ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center
}

.spMode .modal-search_subttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3
}

.spMode .modal-search_box {
  margin-top: 20px;
  font-size: 1.3rem
}

.spMode .modal-search_box~.modal-search_box {
  margin-top: 15px;
  padding-top: 15px
}

.modal-sear.spMode ch_box btn-box,
.spMode .modal-search_box input[type=btn-box],
.spMode .modal-search_box input[type=file],
.spMode .modal-search_box input[type=submit],
.spMode .modal-search_box label,
.spMode .modal-search_box option,
.spMode .modal-search_box select {
  cursor: pointer;
  position: relative;
  z-index: 1
}

.spMode .modal-search_box btn-box,
.spMode .modal-search_box input,
.spMode .modal-search_box select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ff69a0;
  font-size: 1.2rem;
  border-radius: 0;
  padding: 5px 10px;
  height: 36px
}

.spMode .modal-search_box select::-ms-expand {
  display: none
}

.spMode .modal-search_box .btn-submit {
  background: #ff69a0;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  height: 36px;
  vertical-align: top;
}

.spMode .modal-pullMenu_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.spMode .modal-pullMenu_box .modal-menu_box {
  width: 47%;
  margin-left: 6%;
  position: relative
}

.spMode .modal-pullMenu_box .modal-menu_box:first-child {
  margin-left: 0
}

.spMode .modal-pullMenu_box .modal-menu_btn {
  position: relative;
  background: #a9a9a9;
  width: 100%;
  display: block;
  cursor: pointer;
  height: 36px;
  padding: 7px 15px 0;
  font-size: 1.5rem
}

.spMode .modal-pullMenu_box .modal-menu_btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #fff transparent transparent;
  margin-top: -3px
}

.spMode .modal-pullMenu_box .modal-menu_contents {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 100
}

.spMode .modal-pullMenu_box .modal-menu_list {
  width: 100%;
  border: 1px solid hsla(0, 0, 100%, .3);
  border-top: 0
}

.spMode .modal-pullMenu_box .modal-menu_list li~li {
  border-top: 1px solid #fff
}

.spMode .modal-pullMenu_box .modal-menu_list a {
  display: block;
  padding: 8px 5px;
  font-size: 1.1rem
}

.spMode .modal-keywords_box fieldset:after {
  content: "";
  display: block;
  clear: both
}

.spMode .modal-keywords_box fieldset .query {
  width: calc(100% - 80px);
  float: left
}

.spMode .modal-keywords_box fieldset .btn-submit {
  width: 70px;
  float: right;
}

.spMode .modal-select_box {
  background: #FFF;
  padding: 8px 5% !important
}

.spMode .btn-box {
  text-align: center;
}

.spMode .modal-select_box .btn-submit {
  margin: 10px auto 0;
  width: 100%;
}

.spMode .modal-select_box .search-select_cover {
  margin-top: 5px
}

.spMode .modal-select_box .search-select_cover:after {
  content: "";
  display: block;
  clear: both
}

.spMode .modal-select_box .search-select_cover .easysearch-select-box {
  width: calc(50% - 1em);
  float: left;
  position: relative;
  background: #fff
}

.spMode .modal-select_box .search-select_cover .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #444 transparent transparent;
  margin-top: -3px
}

.spMode .modal-select_box .search-select_cover .select~.easysearch-select-box {
  float: right
}

.spMode .modal-select_box .search-select_cover .select~.select:before {
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  left: -1.8em;
  top: 13px;
  width: 1.8em;
  text-align: center
}
.spMode .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative;
    background: #fff;
}
.spMode .modal-select_box .search-select_cover .select~.select {
    float: right;
}
.spMode .modal-select_box .search-select_cover select {
  width: 100%;
  background: transparent;
  padding-right: 1.6em;
  border: 1px solid #ff69a0;
}

.spMode .modal-item_link {
  background: #fff;
  padding: 15px;
  color: #ff69a0;
}

.spMode .modal-item_link a {
  color: #333;
}

.spMode .modal-item_link .btn-box a {
  color: #fff
}

.spMode .modal-item_link .item-link_list dt {
  border-bottom: 1px dashed #333;
  margin-top: 18px;
  padding-top: 18px;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.spMode .modal-item_link .item-link_list dt:first-child {
  margin-top: -5px;
  padding-top: 5px
}

.spMode .modal-item_link .item-link_list .item-link li:nth-child(2n) a {
  background: #f2f2f2
}

.spMode .modal-item_link .item-link_list .item-link a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding: 12px 30px 12px 15px;
  line-height: 1.3
}

.spMode .modal-item_link .item-link_list .item-link a:after {
  content: "\e914";
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 1.2rem;
  right: 15px;
  top: 14px
}

.spMode .modal-item_link .item-link_list .item-link span {
  display: inline-block
}

.spMode .modal-item_link .btn-view_more a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 12px 30px 12px 15px;
  line-height: 1.3;
  background: #efc94d;
  color: #fff
}

.spMode .modal-item_link .btn-view_more a:after {
  content: "\e914";
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.2rem;
  right: 15px;
  top: 14px
}

/*---------------------------

検索　PC

----------------------------*/
.isOtherDevice .fix-btn_box {
  padding: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: -2;
  width: 100%
}

.isOtherDevice.is-search_fixed .fix-btn_box {
  position: fixed;
  top: 70px;
  z-index: 4;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s
}

.isOtherDevice.is-search_fixed .index .fix-btn_box {
  top: 75pt
}

.isOtherDevice .fix-btn_box .wrap {
  position: relative;
  padding: 0;
  height: 0;
  max-width: 1780px
}

.isOtherDevice .fix-btn_search {
  position: absolute;
  right: 1pc;
  top: 0;
  z-index: 1;
   /* お好みの値で */
  overflow: hidden;
}

.isOtherDevice .is-fixed_side .fix-btn_search {
  opacity: 1
}

.isOtherDevice .fix-btn_search a {
  display: block;
  width: 90px;
  background: #ff69a0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 90px;
  text-decoration: none !important;
  position: relative
}

.isOtherDevice .js-fix-btn_box a:hover {
  opacity: 0.7;
  transition: all 0.6s;
  color:#FFF !important;
}

.isOtherDevice .fix-btn_search a:before {
  content: "\e902";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3pc;
  height: 3pc;
  display: block;
  bottom: 20.5px;
  left: 50%;
  margin-left: -20px;
  font-size: 4.8rem
}

.isOtherDevice .fix-btn_search a:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: #fff;
  position: absolute;
  left: 29px;
  bottom: 31px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.isOtherDevice .fix-btn_search a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.isOtherDevice .fix-btn_search span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  background: #333;
  text-align: center;
  padding: 8px 0 6px
}

.isOtherDevice .fix-btn_delivery {
  opacity: 0;
  position: absolute;
  right: 1pc;
  top: 160px;
  width: 90px;
  height: 118px;
  z-index: 2
}

.isOtherDevice.is-search_fixed .fix-btn_delivery {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.isOtherDevice .fix-btn_delivery i.fix-btn_close {
  display: none
}

.isOtherDevice .fix-btn_delivery a {
  display: block;
  background-color: #99986b;
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
  background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background-size: 9pt 9pt;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding: 38px 0 15px;
  border-radius: 8px;
  position: relative
}

.isOtherDevice .fix-btn_delivery a:after {
  content: "\e905";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 62px;
  height: 3pc;
  top: -13px;
  left: 50%;
  margin-left: -31px;
  -webkit-animation: b 1s infinite alternate linear;
  animation: b 1s infinite alternate linear;
  font-size: 5.5rem;
  text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}

.isOtherDevice .fix-btn_delivery a span {
  font-size: 1.4rem;
  line-height: 1.2
}

.isOtherDevice .fix-btn_delivery a span em {
  font-size: 1.8rem;
  font-weight: 700
}

.isOtherDevice .fix-btn_delivery a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
  background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background-size: 9pt 9pt
}

.isOtherDevice.is-search {
  overflow-y: hidden
}

.isOtherDevice .modal-pullMenu_box {
  display: none
}

.isOtherDevice .modal-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  -webkit-animation: d .3s;
  animation: d .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -3;
  background: transparent
}

.isOtherDevice.is-search .modal-overlay {
  background: rgba(0, 0, 0, .7);
  z-index: 100000;
  -webkit-animation: c .3s;
  animation: c .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1
}

.isOtherDevice .modal-search {
  background: #FFF;
  z-index: 100001;
  width: 25pc;
  height: 100vh;
  position: fixed;
  right: -25pc;
  top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.isOtherDevice.is-search .modal-search,
.modal-search {
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.isOtherDevice.is-search .modal-search {
  right: 0
}

.isOtherDevice .modal-search_cover {
  position: relative;
  padding: 25px;
  color: #ff69a0;
}

.isOtherDevice .modal-search_cover .btn-box {
  width: 100%;
  text-align: center;
}

.isOtherDevice .modal-search_cover .item-link_list{
	margin:0 0 30px;
}

.isOtherDevice .modal-search_cover .btn-box a {
  text-decoration: underline !important;
  color: #ff69a0;
  text-underline-offset: 5px;
  font-weight: bold;
  font-size: 2rem;
}

.isOtherDevice .modal-search_cover a:hover {
  color: #c83250
}

.isOtherDevice .modal-close.top {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right
}

.isOtherDevice .modal-close.top a {
  display: inline-block;
  padding-right: 1.2em;
  font-size: 1.2rem;
  position: relative
}

.isOtherDevice .modal-close.top a:after {
  content: "\e91b";
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  right: 0;
  top: .43em
}

.isOtherDevice .modal-close.top a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c83250;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.isOtherDevice .modal-close.top a:hover:before {
  opacity: 1
}

.isOtherDevice .modal-close.btm {
  margin-top: 20px
}

.isOtherDevice .modal-close.btm .modal-close_btn {
  width: 100%;
  background: #ff69a0;
  color: #fff !important;
  display: block;
  text-align: center;
  min-height: 36px;
  padding-top: 9px
}

.isOtherDevice .modal-close.btm .modal-close_btn {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.isOtherDevice .modal-close.btm .modal-close_btn:hover {
  opacity: .7
}

.isOtherDevice .modal-search_ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center
}

.isOtherDevice .modal-search_subttl {
  font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
}

.isOtherDevice .modal-search_box {
  margin-top: 20px;
  font-size: 1.5rem
}

.isOtherDevice .modal-search_box~.modal-search_box {
  border-top: 1px dashed #444;
  margin-top: 20px;
  padding-top: 20px
}

.isOtherDevice .modal-search_box btn-box,
.isOtherDevice .modal-search_box input[type=btn-box],
.isOtherDevice .modal-search_box input[type=file],
.modal-search_box input[type=submit],
.isOtherDevice .modal-search_box label,
.isOtherDevice .modal-search_box option,
.isOtherDevice .modal-search_box select {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: transparent
}

.isOtherDevice .modal-search_box input,
.isOtherDevice .modal-search_box select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF !important;
  border: 1px solid #ff69a0;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 5px 10px;
  height: 36px
}

.isOtherDevice .modal-search_box select::-ms-expand {
  display: none
}

.isOtherDevice .modal-search_box .btn-submit {
  background: #ff69a0;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  height: 36px;
  vertical-align: top;
}

.isOtherDevice .modal-search_box .btn-submit {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.isOtherDevice .modal-search_box .btn-submit:hover {
  opacity: .7
}

.isOtherDevice .modal-keywords_box fieldset:after {
  content: "";
  display: block;
  clear: both
}

.isOtherDevice .modal-keywords_box fieldset .query {
  width: calc(100% - 5pc);
  float: left
}

.isOtherDevice .modal-keywords_box fieldset .btn-submit {
  width: 70px;
  float: right
}

.isOtherDevice .modal-select_box .btn-submit {
  margin-top: 10px;
  width: 100%
}

.isOtherDevice .modal-select_box .search-select_cover {
  margin-top: 5px
}

.isOtherDevice .modal-select_box .search-select_cover:after {
  content: "";
  display: block;
  clear: both
}

.isOtherDevice .modal-select_box .search-select_cover .easysearch-select-box {
  width: calc(50% - 1em);
  float: left;
  position: relative
}

.isOtherDevice .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative;
}

.isOtherDevice .modal-select_box .search-select_cover .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #ff69a0 transparent transparent;
  margin-top: -3px
}

.isOtherDevice .modal-select_box .search-select_cover .select~.easysearch-select-box {
  float: right
}

.isOtherDevice .modal-select_box .search-select_cover .select~.select:before {
  content: "\e91b";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  left: -1.6em;
  top: 13px
}

.isOtherDevice .modal-select_box .search-select_cover select {
  width: 100%;
  background: transparent;
  padding-right: 1.6em
}

.isOtherDevice .modal-select_box .search-select_cover .select~.select {
    float: right;
}
.isOtherDevice .modal-select_box .search-select_cover .select~.select:before {
    content: "\e91b";
    font-family: defico;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    left: -1.6em;
    top: 13px;
}

.isOtherDevice .modal-item_link .item-link_list dt {
  border-top: 1px dashed #444;
  margin-top: 18px;
  padding-top: 18px
}

.isOtherDevice .modal-item_link .item-link_list dt.noborder,
.isOtherDevice .modal-item_link .item-link_list dt:first-child {
  border: 0;
  margin-top: -5px;
  padding: 0
}

.isOtherDevice .modal-item_link .item-link_list dt.noborder {
  margin-top: 9pt
}

.isOtherDevice .modal-item_link .item-link {
  display: flex;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -3%;
  margin-top: 6px
}

.isOtherDevice .modal-item_link .item-link li {
  width: 47%;
  margin-left: 3%
}

.isOtherDevice .modal-item_link .item-link li:nth-child(n+3) {
  margin-top: 13px;
}

.isOtherDevice .modal-item_link .item-link a {
  display: block;
  position: relative;
  padding-left: 1em
}

.isOtherDevice .modal-item_link .item-link a:after {
  content: "\e914";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: .3em
}

.isOtherDevice .modal-item_link .item-link a:hover span {
  text-decoration: underline
}

.isOtherDevice .modal-item_link .item-link span {
  display: inline-block
}

.isOtherDevice .js-fix-btn_search {
  display: none !important
}


/* ========================================

	/ranking/

 ======================================== */
 #kekkonuchiiwai.ranking .top_none,#kekkonuchiiwai.gift .top_none{
  display: block;
}

#kekkonuchiiwai.ranking .top_only,#kekkonuchiiwai.gift .top_only{
  display: none;
}

#kekkonuchiiwai.ranking .price_tips,#kekkonuchiiwai.gift .price_tips{
  text-align: center;
    display: block;
    margin-bottom: 22px;
}

 #kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-style: normal;
}

#kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
  background: url(/kekkonuchiiwai/ranking/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {

  #kekkonuchiiwai.ranking .swiper-button-next,
  #kekkonuchiiwai.ranking .swiper-button-prev,
  #kekkonuchiiwai.ranking .swiper-pagination {
    display: none;
  }

  #kekkonuchiiwai.ranking .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    transform: none !important;
  }
  #kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: normal;
  }
}


#kekkonuchiiwai.ranking .tips-area .inner .tips-area-answer-related_list ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

#kekkonuchiiwai.ranking .tips-area .inner .tips-area-answer-related_list ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  #kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
    background: url(/kekkonuchiiwai/ranking/images/main.jpg) no-repeat center center / cover;
  }

  #kekkonuchiiwai.ranking .ranking-area .swiper-wrapper .swiper-slide {
    width: 18% !important;
    position: relative;
  }

  #kekkonuchiiwai.ranking .tips-area .inner {
    max-width: 800px;
    margin: auto;
  }
}

/* ========================================

	/gift/

 ======================================== */
#kekkonuchiiwai.gift .mainvisual-area .mainvisual-area-pic {
  background: url(/kekkonuchiiwai/gift/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width:768px) {
  #kekkonuchiiwai.gift .mainvisual-area .mainvisual-area-pic {
    background: url(/kekkonuchiiwai/gift/images/main.jpg) no-repeat center center / cover;
  }
  #kekkonuchiiwai.gift .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: normal;
  }
}


#kekkonuchiiwai.gift .manner-area .bnr {
  text-align: center;
}

#other_manner-area .name {
  font-size: 1.5rem;
}

.product-pic-box {
  position: relative;
}

.product-pic-box:before {
  display: block;
  position: absolute;
  z-index: 100;
  width: 24px;
  height: 30px;
  top: 0;
  left: 0;
}
.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}
/*====================

ランキング

====================*/
.ranking-area ul {
    counter-reset: item
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}

.ranking-area ul li:first-child a:after,
.ranking-area ul li:nth-child(2) a:after,
.ranking-area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking-area ul li:first-child a:before,
.ranking-area ul li:nth-child(2) a:before,
.ranking-area ul li:nth-child(3) a:before {
    margin-left: 35px
}


.ranking-area ul li:first-child a:after {
    background-image: url(/chugen/2025/images/rank01.svg)
}

.ranking-area ul li:first-child a:before {
    color: #9c8b45
}

.ranking-area ul li:nth-child(2) a:after {
    background-image: url(/chugen/2025/images/rank02.svg)
}

.ranking-area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking-area ul li:nth-child(3) a:after {
    background-image: url(/chugen/2025/images/rank03.svg)
}

.ranking-area ul li:nth-child(3) a:before {
    color: #9c6b47
}



/*
	.product
================================ */


.product-pic-box {
  margin-bottom: 5px;
}

.product-detail-name {
  font-size: 1.2rem;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.025rem;
  font-weight: bold;
}

.product-detail-price {
  font-size: 1.5rem;
  font-weight: bold;
}

.product-detail-price:before {
  content: "\00A5";
}

.product-icon-block {
  display: flex;
  position: absolute;
  bottom: 10px;
}

.product-icon-block li:nth-child(1) {
  margin-right: 5px;
}

.product-pic-icon-shipping {
  position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-icon-discount {
  background-color: #C83250;
  padding: 0 5px;
  width: fit-content;
}

.product-icon-block span {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.product-item a {
  display: flex
;
  flex-direction: column;
  height: 100%;
}

/* ========================================

	出産内祝いの関連記事
  
 ======================================== */

 .manner-item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 5px 0 0;
    font-weight: bold;
  overflow: hidden;
  height: 3em;
}

.manner-item-txt {
  font-size: 1.2rem;
  margin: 5px 0 0;
}

.manner-list li{
	border: 1px solid #e3e3e3;
	padding:10px;
}
