@charset "UTF-8";

@font-face {
  font-family: icoset;
  src: url(/kaiki/fonts/icoset.ttf) format("truetype"), url(/kaiki/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;
}

#kaiki.top,#kaiki.gift,#kaiki.ranking{
	color: #333;
}

#kaiki hr{
  width: 80%;
  border: 1px solid #dcd9ce;
}


.red-ribbon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
  }

.red-ribbon {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  right: -25px;
  top: 15px;
  width: 160px;
  z-index: 2;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  background: #d91c1c;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(315deg);
}

/*
	.swiper-slide
================================ */
.swiper-slide {
  height: auto;
}

.swiper-slide .product {
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #e3e3e3;
    height: auto;
}

.other-campaign-area{
  margin: 15px 0 0;
}

.other-campaign-list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.other-campaign-area .swiper-slide {
  height: auto;
  background-color: none;
  padding: 0px;
  border:none;
  width:48%;
  margin-bottom: 15px;
  border-radius: 10px;
}


@media screen and (min-width:768px){

.other-campaign-list.swiper-wrapper{
	justify-content:center;
}

.other-campaign-area .swiper-slide {
	width:24%;
	margin-bottom:0px;
}
	
.other-campaign-area{
  margin: 30px 0 0;
}
}

/* .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;
}
.present_area .swiper-button-prev,
.present_area .swiper-button-next{
	display:none;
}
/* 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: #69BA34;
}

.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: #69BA34;
  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: #69BA34;
}

#kaiki .inner {
  padding: 0 10px;
}

@media screen and (min-width:960px) {
  #kaiki .inner {
    padding: 0;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
}

#kaiki .btn-box {
  width: 80%;
  max-width: 450px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0px;
}



/* ========================================

	article

 ======================================== */
 #kaiki {
  position: relative;
}
/* a -------------------- */
#kaiki .btn-submit {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  padding: 10px;
  border: 1px solid #69BA34;
  background-color: #69BA34;
  width: 100%;
  display: block;
}

#kaiki .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 #69BA34;
  background-color: #69BA34;
}
#kaiki .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;
}

#kaiki .btn-box a:hover:after{
    right: 10px;
    border-top: 3px solid #69BA34;
    border-right: 3px solid #69BA34;
}
#kaiki .btn-submit p {
  margin: auto;
  font-weight: bold;
}

#kaiki .btn-box a span {
  font-size: 1.3rem;
  font-weight: bold;
}

/* hover ------------ */
#kaiki .btn-submit:hover,
#kaiki .btn-box a:hover {

  background-color: #fff;
	color: #69BA34;
  border: 1px solid #69BA34;
}

@media screen and (min-width:960px) {
  #kaiki .btn-box {
    margin: 40px auto 20px;
  }

  #kaiki .btn-submit,
  #kaiki .btn-box a {
    font-size: 1.8rem;
  }
}

#kaiki>section {
  margin: 75px 0;
}

#kaiki section.mainvisual-area {
  margin: 0;
}

#kaiki section.search-area>section {
  margin: 40px 0;
}

#kaiki #search-area {
    padding: 0px;
    background: #F7FBF4;
    position: relative;
}

#kaiki #search-area .inner>section {
	margin: 40px auto;
}
#kaiki #search-area>.inner {
    max-width:1000px;
    background:#FFF;
    position: relative;
    margin: 0 10px;
}


@media screen and (min-width: 960px){
#kaiki section {
    margin: 90px 0;
}

#kaiki #search-area{
	width: 100% !important;
	background: #F7FBF4;
	margin: 0;
	bottom: 0;
	left: 0;
	padding: 0 0 90px;
	z-index: 0;
}
	#kaiki #search-area>.inner {
    margin: 0 auto;
    padding: 50px 0;
}

#kaiki section.search-area>section {
  margin: 30px 0;
}
}

#kaiki h2 {
  margin: 0 auto 30px;
  font-family: "BIZ UDMincho", 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;
}

#kaiki .easysearch-area h2{
   margin: 0 auto;
   font-size:3.2rem;
}

#kaiki h3 {
  font-family: "BIZ UDMincho", serif;
  margin: 0 auto 30px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
/* span ----- */
#kaiki h2 span {
  display: block;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
  #kaiki h2 {
    font-size: 3.5rem !important;
    display: flex;
    line-height: 1.6;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }
	
#kaiki h3 {
    margin: 0 auto 30px;
    font-size: 2.6rem;
    display:inline-block;
     letter-spacing:2px;
    text-align: center;
    line-height: 1.3;
}
  /* span ----- */
  #kaiki h2 span {
    display: inline-block;
    font-size: 2rem;
  }	
	
}
/* ========================================

	.flower-img

 ======================================== */

#kaiki .flower-img{
	position:absolute;
	display: block;
}

#kaiki .main-lead-area .flower-img{
	top: -160px;
	right: -180px;
	scale: 60%;
}

#kaiki .cataloggift-area .flower-img{
	top: -280px;
	scale: 69%;
	transform: rotate(45deg);
	z-index: -10;
	left: -45%;
}

#kaiki .ranking-area .flower-img{
	top:-250px;
	scale:45%;
	right: -160px;
	z-index:-10;
}

#kaiki .present_area .flower-img{
	top:-250px;
	scale:75%;
	left: -170px;
	z-index:-10;
	transform:rotate(40deg);
}

#kaiki .easysearch-area-box .flower-img{
	top: -230px;
	scale: 68%;
	transform: rotate(30deg);
	right: -45%;
}

#kaiki .search-area .flower-img{
	top: -230px;
	scale: 68%;
  z-index: 10;
	transform: rotate(30deg);
	left:-180px;
}

#kaiki .tips-area .flower-img{
	top: -230px;
	scale: 45%;
	transform:scale(-1, 1);
	left:-150px;
}

@media screen and (min-width:960px) {
  
#kaiki .main-lead-area .flower-img{
	top: -80px;
	right: -80px;
	scale: 100%;
}

#kaiki .cataloggift-area .flower-img{
	top: -250px;
	scale: 100%;
	transform: rotate(0deg);
	z-index: -10;
	left: -30px;
}

#kaiki .ranking-area .flower-img{
	top: -120px;
	scale: 100%;
	right: 0px;
	z-index:-10;
}

#kaiki .present_area .flower-img{
	top: -185px;
	scale: 120%;
	left: -15px;
	z-index:-10;
	transform: rotate(20deg);
}

#kaiki .easysearch-area-box .flower-img{
	top: -230px;
	scale: 100%;
	transform: rotate(0deg);
	right: -30%;
}

#kaiki .search-area .flower-img{
	top: -110px;
	scale: 100%;
	transform: rotate(0deg);
	left: -15px;
}

#kaiki .tips-area .flower-img{
	top: -80px;
	scale: 115%;
	transform:scale(-1, 1);
	left: 25px;
}
}

/* ========================================

	キーワードで検索

 ======================================== */

#kaiki .search-area h3 {
  text-align: left;
  margin: 0 0 15px;
}

#kaiki .price-area h3:before,#kaiki .category-area h3:before,#kaiki .recipient-area h3:before{
	content:"";
	background-image:url(/kaiki/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;
  }
}


/* ========================================

	メインビジュアル

 ======================================== */
 #kaiki .mainvisual-area{
  padding: 0;
  font-weight: 500;
}

#kaiki .mainvisual-area .mainvisual-area-info{
  background-color: #69BA34;
  text-align: center;
  height: 30px;
  transition: 0.5s;
  align-content: center;
}
#kaiki .mainvisual-area .mainvisual-area-info a{
  display: flex;
  color: #FFF;
  font-family: Noto-sans;
  align-items: center;
  justify-content: center;
}

#kaiki .mainvisual-area .mainvisual-area-info a::before{
  content: "";
  display: block;
  background: url(/kaiki/images/coupon_icon.svg) no-repeat;
  width: 24px;
  height: 14px;
  margin-right: 3px;
}
#kaiki .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;
}
#kaiki .mainvisual-area .mainvisual-area-info:hover{
  background-color: #9be16f;
}
#kaiki .mainvisual-area .mainvisual-area-info a:hover:after{
  transform: translate(50%,0%)rotate(270deg);
}

#kaiki .mainvisual-area .mainvisual-area-pic {
  width: 100%;
  display: flex;
}

#kaiki .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;
}
#kaiki .mainvisual-area .mainvisual-area-box img{
  width: 35%;
  max-width: 120px;
}
#kaiki .mainvisual-area .mainvisual-area-box ul{
  width: 100%;
  display: flex;
  margin: 5px 0px 0px;
  justify-content: center;
  column-gap: 5px;
}
#kaiki .mainvisual-area .mainvisual-area-box li{
  width: auto;
  background: #69BA34;
  padding: 2px 6px;
  font-size: 1.1rem;
  color: #FFF;
}

#kaiki .mainvisual-area .mainvisual-area-box h1 {
  font-size: 3.8rem;
  font-family: "BIZ UDMincho", serif;
  line-height: 1.4;
  letter-spacing: 2px;
  font-style: normal;
}

#kaiki .mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch{
  font-size: 1.3rem;
  display: block;
}

#kaiki .mainvisual-area .mainvisual-area-pic {
  background: url(/kaiki/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-box{
  display: flex;
  justify-content: center;
}

.main-lead-area-box img{
	width:130px;
	margin:0 10px 0 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: #69BA34;
  width:auto;
  margin: 0 5px;
	color:#FFF;
  font-size: 1.3rem;
  padding: 5px 10px;
  transition:0.3s;
}

.main-lead-area-tag-list li a:hover {
  background: #9be16f;
	color:#FFF !important;
}


@media screen and (min-width:768px) {
  #kaiki section.mainvisual-area {
    width: 100%;
    margin: 0;
  }

	#kaiki .mainvisual-area .mainvisual-area-box li {
    font-size: 1.6rem;
}

	#kaiki .mainvisual-area .mainvisual-area-box ul {
    margin: 10px 0;
}

.main-lead-area-tag {
    margin: 20px 0 0;
}

#kaiki .mainvisual-area .mainvisual-area-info a{
	font-size: 1.8rem;
	font-weight: 500;
}

#kaiki .mainvisual-area .mainvisual-area-box {
  width: 550px;
}
  #kaiki .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6.2rem;
  }

  #kaiki .mainvisual-area .mainvisual-area-box h1.br {
    font-size: 4.5rem;
  }

  #kaiki .mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch {
    font-size: 2rem;
}

  #kaiki .mainvisual-area .mainvisual-area-pic {
    background: url(/kaiki/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 8px;
  font-size: 1.4rem;
  padding: 5px 10px;
}}


/* ==================================================

	リード

 ================================================== */
#kaiki .area-lead {
  margin: 0 auto 20px;
  line-height: 1.8;
  width: 100%;
  text-align: left;
}

#kaiki .main-lead-area {
  margin: 40px 10px 0;
  text-align:center;
  position: relative;
}

#kaiki .main-lead-area .inner{
  padding: 30px 15px;
  position: relative;
  font-size: 22px;
  justify-items: center;
  max-width: 800px;
  font-weight: 700;
  display: inline-block;
}

#kaiki .main-lead-area h2{
	font-size:2.5rem;
	margin: 20px 0;
}

#kaiki .main-lead-area .inner::before, #kaiki .main-lead-area .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
}
 
/* ラベルの背景 */
#kaiki .main-lead-area .inner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eefae380;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
 
/* 右上角のめくれ */
#kaiki .main-lead-area .inner::after {
  top: 0%;
  left: 0%;
  height: 30px;
  width: 30px;
  background-color: #C5EEA4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#kaiki .main-lead-area .area-lead {
  font-size: 1.4rem;
}

#kaiki .area-sub-title{
	display:inline-block;
	color:#69BA34;
	font-family: "BIZ UDMincho", serif;
	font-size:2.2rem;
	letter-spacing:1.8px;
	border-bottom:1px solid #69BA34;
}

#kaiki .area-sub-title:nth-of-type(1):before {
    content: "";
    background-image: url(/kaiki/images/icon-gift.svg);
    width: 28px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

#kaiki .area-sub-title:nth-of-type(2):before {
    content: "";
    background-image: url(/kaiki/images/search_icon.svg);
    width: 28px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
  #kaiki .area-lead {
    text-align: center;
    margin: 0 0 40px;
  }

  #kaiki .main-lead-area .area-lead {
    font-size: 1.6rem;
    text-align: left;
    width: 50%;
  }
}

/* ========================================

	カタログギフト

 ======================================== */

#kaiki section.cataloggift-area{
	position:relative;
}

span.cataloggift_free {
  color: #FFF;
  background-color: #cb0808;
  width: fit-content;
  font-size: 1.5rem;
  padding: 3px 10px;
  margin: 5px auto;
}
.cataloggift-area .inner .catalog-top ul li {
    background-color: #fff;
    padding: 5px;
    position: relative;
    border: 1px solid #e3e3e3;
}
.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;
    margin: 7px 0 0;
    font-size: 1.2rem;
}
.cataloggift-item .cataloggift-item-text_box-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}
/* ========================================

	定番ギフト

 ======================================== */
#kaiki section.present_area{
	position:relative;
}

 .tab-content>.swiper-wrapper {
  padding: 30px 0 0;
}

.tab-menu .swiper-slide-thumb-active {
  background-color: #ff8a10 !important;
  color: #ffffff;
}



.tab-container .tab-menu .swiper-slide {
  background-color: #ffffff;
}

.tab-container .tab-content {
  background-color: #ffffff;
  padding: 30px 10px;
  border: 1px solid #69BA34;
}

.tab-menu .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.tab-menu-item {width: 32%;}


.tab-menu .swiper-slide {
  text-align: center;
  line-height: 1.1;
  height: 3.5em;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin: auto;
  border-right: 1px solid #f5f5f5;
}

.tab-menu .swiper-slide:nth-last-of-type(1) {
  border-right: none;
}

.tab-menu .swiper-slide:hover {
  cursor: pointer;
}

.tab-menu .swiper-slide span {
  margin: auto;
  font-weight: bold;
  display: block;
}

.tab-menu {
  margin-bottom: 10px;
  padding: 0;
}

img.tab-menu-item-icon {
  transition: filter 0.1s ease;
	width:30px;
	margin:0 0 10px;
}

.active img.tab-menu-item-icon {
  filter: brightness(0) invert(1);
}

.tab-menu-item {
  scroll-snap-align: center;
  background: #ffffff8a;
  padding: 10px 10px;
  color: #69BA34;
  border: 1px solid #69BA34;
  display: flex;
  align-items: center;
  text-align: center;
  text-align: center;
  flex-direction: column;
}

.tab-menu-item.active {
  background-color: #69ba34;
  color: #fff;
  transition: 0.5s;
}

.tab-menu-item span {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}

.tab-content-item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, height 0.4s ease;
}

.tab-content-item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.tab-content-item .title{
	display:flex;
	flex-direction: column;
	align-items: center;
}
#kaiki .tab-content-item .title h3{
	margin:5px 0;
	font-size: 3rem;
}
#kaiki .tab-content-item .title h4 span{
  font-size: 1.3rem;
  font-family: sans-serif;
  display: inline-block;
  border: 1px solid #575757;
  padding: 5px 8px;
  letter-spacing: 1.5px;
  color: #575757;
  border-radius: 30px;
  margin: 10px 3px;
}
.tab-content-item .title img{
	height: 40px;
	margin: 0 0 10px;
}

.tab-content-item .title .lead{
	margin:0 0 20px;
	line-height:2;
}
@media screen and (min-width: 960px){
	.tab-content-item {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  display: block;
  padding: 30px 10px;
  width: 32.5%;
  border: 1px solid #69BA34;
}
	.tab-menu-item {
		display:none;
	}
.tab-container .tab-content {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	border: none;
	padding: 0;
	background-color: #ffffff9c;
}
	.tab-content-item .title{
	min-height: 270px;
}
}

/* ========================================

	キャンペーン・サービス

 ======================================== */
@media screen and (min-width: 960px){
	.campaign-area ul li{
	width: 49%;
}
.isOtherDevice #kaiki .campaign-area .flex {
  column-gap: 15px;
  justify-content: center;
}
}
.campaign-box-item-name{
	font-weight:700;
	padding:8px 0;
	letter-spacing:1px;
	font-family: "BIZ UDMincho", serif;
}
.campaign-area ul li img{
	width:100%;
}
#kaiki .campaign-box-item-tag{
  border-radius: 3px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0px 10px;
  margin: 7px 0 7px;
}
#kaiki .tag-blue{
  color: #33AEC4;
  background: #DEFAFF;
}
#kaiki .tag-pink{
  color: #E7659D;
  background: #FFF6FA;
}
#kaiki .tag-green{
  color: #91C433;
  background: #F5FFE1;
}


/* ========================================

    お得なキャンペーン
	シャディ限定ギフトサービス

 ======================================== */

#kaiki .flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 1%;
  justify-content: space-between;
}
.coupon-area .flex {
  row-gap: 15px !important;
}

#kaiki .flex.column-pc6_sp4 li {
  width: 24%;
  border: 1px solid #e3e3e3;
}

@media screen and (min-width:960px) {

  .isOtherDevice #kaiki .flex {
    row-gap: 10px !important;
    column-gap: 1%;
    }
    #kaiki .flex.column-pc6_sp4 li {
      width: 15%;
  }
}

#kaiki .category-top .flex.column-pc4_sp2 {
  row-gap: 30px;
}
#kaiki .flex.column-pc4_sp2 {
  justify-content: space-between;
  row-gap: 10px;
}

#kaiki .flex.column_pc4_sp4 li {
  width: 24%;
  text-align: center;
  border: 1px solid #e3e3e3;
}

#kaiki .flex.column-pc4_sp2 li {
  width: 49%;
}

#kaiki .flex.column-pc4_sp2 li .category-bottom-box-box{
	display:flex;
  font-weight: bold;
}

#kaiki .flex.column-pc4_sp2 li .category-bottom-box-box-name{
	display:flex;
	font-weight: bold;
	font-size: 1.3rem;
	align-items: center;
}

#kaiki .flex.column_pc3_sp2 li {
  width: 49%;
}

#kaiki .flex.column_pc3_sp1 li {
  width: 100%;
}

#kaiki .flex.column-pc2_sp1 li {
  width: 100%;
}

@media screen and (min-width:960px) {

  .isOtherDevice #kaiki .flex {
    row-gap: 10px !important;
    column-gap: 1%;
    }
  #kaiki .flex.column-pc2_sp1 li {
    width: 48%;
  }
	#kaiki .flex.column-pc4_sp2{
		justify-content: flex-start;
	}
}

@media screen and (min-width:768px) {

  #kaiki .flex.column-pc4_sp2 li {
    width: 24% !important;
  }

  #kaiki .flex.column_pc3_sp2 li {
    width: 31%;
  }

  #kaiki .flex.column_pc3_sp1 li {
    width: 32%;
  }

  #kaiki .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 ------------ */
#kaiki .item .pic {
  position: relative;
}

/* img ----- */
#kaiki .item .pic img {
}

/* .icon ----- */
#kaiki .item .pic .icon {
  position: absolute;
  bottom: 10px;
}

/* ========================================

	おすすめギフト

 ======================================== */

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
  content: none !important;
}

/* ========================================

	カテゴリから選ぶ

 ======================================== */
 .category-area{
  max-width: 900px;
  margin: 0 auto;
 }

 .category-box{
  position: relative;
 }

.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: #69BA34;
  border: 1px solid #69BA34;
  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;
}

#kaiki .price-area h2,#kaiki .category-area h2,#kaiki .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: #69BA34;
  border: 1px solid #69BA34;
  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: #69BA34;
  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 #69BA34;
  border-right: 2px solid #69BA34;
  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;
}
}

/* ========================================

	かんたん検索

 ======================================== */
#kaiki .easysearch-area{
	margin:0;
	padding: 75px 0;
	background:#F7FBF4;
}

#kaiki .easysearch-area .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#kaiki .easysearch-area .easysearch-area-box .easysearch-area-box-lead {
  text-align: center;
  margin: 10px 0!important;
}

#kaiki .easysearch-area .easysearch-area-box .easysearch-area-box-lead span{
  font-weight: bold;
}

#kaiki .easysearch-area .easysearch-area-box {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 800px;
  background: url(/kaiki/images/search_bg.svg) #ffffff no-repeat 20% 10px;
}

.easysearch-area .easysearch-area-box {
  padding: 20px 0;
  margin: auto;
  background: url(/kaiki/images/search_bg.svg) #F3F3F3 no-repeat 10px 10px;
}
#kaiki .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: 30px 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 #69BA34 !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: "BIZ UDMincho", serif;
	font-weight:bold;
	padding:10px 0 0;
  font-size: 11px;
	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;
}

/* ========================================

	マナー・豆知識

 ======================================== */

#kaiki section.tips-area{
	background: #F7FBF4;
	padding:60px 0;
	position: relative;
}

.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 #69BA34;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #69BA34;
  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;
}

.tips-area .tips-area-answer .tips-area-answer-product{
	border-bottom:1px solid #69ba34;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	display:inline-block;
}

.tips-area .tips-area-answer .tips-area-answer-product::after{
  content: "";
  background-image: url(/kaiki/images/search_icon.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: scale(-1, 1);
  margin: 0 0 -2px 5px;
  background-size: contain;
	margin:0 0 0 5px;
  background-repeat: no-repeat;
}

#kaiki .tips-area h3 {
  border-bottom: 2px solid #69BA34;
  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: #69BA34;
  display: block;
  margin: -4px 2px 0;
  font-family: Noto sans;
  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:#69BA34;
    color:#FFF;
}

.tips-area .tips-area-answer-related {
  display: block;
  margin-top: 2rem;
  text-decoration: underline #69BA34 !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:#69BA34;
}
.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 #69BA34;
  border-right: 1px solid #69BA34;
  transform: translate(0%) rotate(45deg);
  transition: 0.3s;
}
.tips-area li a:hover {
  color: #9be16f;
}

.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: #69BA34;
  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: #F7FBF4;
  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: #69BA34;
  -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: #69BA34;
}

.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 #69BA34;
    background-color: #69BA34;
    width: 100%;
    text-align: center;
}
.spMode .modal-close.btm .modal-close_btn {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  background: #69BA34;
  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 #69BA34;
  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: #69BA34;
  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 #69BA34;
}

.spMode .modal-item_link {
  background: #fff;
  padding: 15px;
  color: #69BA34;
}

.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: #69BA34;
  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: #69BA34;
}

.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: #69BA34;
  text-underline-offset: 5px;
  font-weight: bold;
  font-size: 2rem;
}

.isOtherDevice .modal-search_cover a:hover {
  color: #9be16f;
}

.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: #9be16f;
  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: #69BA34;
  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 #69BA34;
  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: #69BA34;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 5px;
  height: 36px;
  vertical-align: top;
}

.isOtherDevice .modal-search_box .btn-submit a{
	color:#FFF;
}
.isOtherDevice .modal-search_box .btn-submit a:hover{
	color:#FFF !important;
}

.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: #69BA34 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/

 ======================================== */
 #kaiki.ranking .top_none,#kaiki.gift .top_none{
  display: block;
}

#kaiki.ranking .top_only,#kaiki.gift .top_only{
  display: none;
}

#kaiki.ranking .price_tips,#kaiki.gift .price_tips{
  text-align: center;
    display: block;
    margin-bottom: 22px;
}

 #kaiki.ranking .mainvisual-area .mainvisual-area-box h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-style: normal;
}

#kaiki.ranking .mainvisual-area .mainvisual-area-pic {
  background: url(/kaiki/ranking/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {

  #kaiki.ranking .swiper-button-next,
  #kaiki.ranking .swiper-button-prev,
  #kaiki.ranking .swiper-pagination {
    display: none;
  }

  #kaiki.ranking .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    transform: none !important;
  }
  #kaiki.ranking .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: normal;
  }
}


#kaiki.ranking .tips-area .inner .tips-area-answer-related_list ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

#kaiki.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) {
  #kaiki.ranking .mainvisual-area .mainvisual-area-pic {
    background: url(/kaiki/ranking/images/main.jpg) no-repeat center center / cover;
  }

  #kaiki.ranking .ranking-area .swiper-wrapper .swiper-slide {
    width: 18% !important;
    position: relative;
  }

  #kaiki.ranking .tips-area .inner {
    max-width: 800px;
    margin: auto;
  }
}

/* ========================================

	/gift/

 ======================================== */
#kaiki.gift .mainvisual-area .mainvisual-area-pic {
  background: url(/kaiki/gift/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width:768px) {
  #kaiki.gift .mainvisual-area .mainvisual-area-pic {
    background: url(/kaiki/gift/images/main.jpg) no-repeat center center / cover;
  }
  #kaiki.gift .mainvisual-area .mainvisual-area-box h1 {
    font-size: 6rem;
    line-height: 1.2;
    font-style: normal;
  }
}


#kaiki.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;
}
/*====================

ランキング

====================*/
.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#kaiki section.ranking-area{
	position:relative;
}

.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
}

@media screen and (min-width:768px){

  #ranking-area .swiper-button-prev,
  #ranking-area .swiper-button-next {
    display:none;
  }
  }

/*
	.product
================================ */


.product-pic-box {
  margin-bottom: 5px;
}

.product-detail-name {
  font-size: 1.2rem;
  margin-bottom: 5px;
  height: 4rem;
  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-box {
    display: flex
;
    margin-bottom: 5px;
}
.product-detail-price:before {
  content: "\00A5";
}
.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}
.product-detail-discount_rate:after{
	content:"OFF";
}
.product-detail-price.discount_price {
    color: #ff0000;
}

.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;
}


/* ========================================

	出産内祝いの関連記事
  
 ======================================== */

 .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;
}
