ebeaaabody {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
}

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 15px;
	color: #333333;
}

.breadcrumb-item {
　margin-right: 5px; /* 5pxのマージンを追加 */
  font-size: 80%;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #333333;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
  color: #6c757d;
}

a:hover,
a.home-category__item,
a.pro-item,
a.btn-black,
a.btn-black.btn-black--down,
a.btn-black.btn-black--long,
a.btn-white,
a.column-list__item,
a.dropdown-item.anchor-link {
    text-decoration: none;
}

#header {
	z-index: 12;
}

#header::before {
	content: " ";
	display: block;
	width: 100vw;
	height: 105px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	margin-left: -50vw;
}

.inner {
	box-sizing: border-box;
	margin: auto;
	max-width: 1106px;
	padding: 0 15px;
	width: 100%;
}

#content .home-recommend__intro__img img {
	height: 50px;
	line-height: 1;
	width: auto;
}

#contents .home-service__item__icon img {
	width: auto;
}

#contents .home-category__item img {
	width: 82px;
}

.hover:hover {
	opacity: .7;
}

a.home-service__item.hover:hover {
	opacity: 1;
}

.font-en {
	font-family: "Libre Baskerville", serif;
}

.bg-gray {
	background-color: #edeeef;
}

.btn-black {
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 12px;
	margin: auto;
	max-width: 200px;
	padding: 14px;
	position: relative;
	transition: .3s ease;
	text-decoration: none;
	width: 100%;
}

.btn-black:after {
	content: '';
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	height: 6px;
	width: 6px;
	position: absolute;
	transform: rotate(45deg);
	right: 14px;
	top: 50%;
	margin-top: -4px;
}

.btn-black.btn-black--down:after {
	content: '';
	transform: rotate(135deg);
	right: 14px;
	top: 50%;
	margin-top: -6px;
}

.btn-black.btn-black--long {
	max-width: 262px;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 12px;
	margin: auto;
	max-width: 200px;
	padding: 14px;
	position: relative;
	transition: .3s ease;
	text-decoration: none;
	width: 100%;
}

.btn-white:after {
	content: '';
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	height: 6px;
	width: 6px;
	position: absolute;
	transform: rotate(135deg);
	right: 14px;
	top: 50%;
	margin-top: -6px;
}

.btn-white:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-white:hover:after {
	border-color: #fff;
}

h3.cate-name {
	color: #fff;
}

.btn-primary {
	background-color: #fff;
	border: 1px solid #000;
	color: inherit;
}

#content {
	padding: 100px 0 0;
}

#contents {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 75px;
}

#contents img {
	max-width: 100%;
}

#contents #contentsTopWrapper {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.section {
	padding: 45px 0;
}

.social-block {
	margin-top: 40px;
	text-align: center;
}

.social-block__ttl {
	font-size: 12px;
	margin: 0;
}

.social-block__ttl:after {
	content: '';
	background-color: #333;
	height: 17px;
	width: 1px;
	display: block;
	margin: 15px auto 20px;
}

.social-block__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-block__nav a {
	margin: 0 14px;
}

.hline {
	margin-bottom: 40px;
	text-align: center;
}

.hline__sub {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.hline__ttl {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.bg-pc-tab01:hover {
	background-color: #9ab15e;
}

.active .bg-pc-tab01 {
	background-color: #9ab15e;
}

.bg-tab01 {
	background-color: #9ab15e;
}

.bg-pc-tab02:hover {
	background-color: #c66877;
}

.active .bg-pc-tab02 {
	background-color: #c66877;
}

.bg-tab02 {
	background-color: #c66877;
}

.bg-pc-tab03:hover {
	background-color: #809a80;
}

.active .bg-pc-tab03 {
	background-color: #809a80;
}

.bg-tab03 {
	background-color: #809a80;
}

.bg-pc-tab04:hover {
	background-color: #c199b6;
}

.active .bg-pc-tab04 {
	background-color: #c199b6;
}

.bg-tab04 {
	background-color: #c199b6;
}

.bg-pc-tab05:hover {
	background-color: #5a80b1;
}

.active .bg-pc-tab05 {
	background-color: #5a80b1;
}

.bg-tab05 {
	background-color: #5a80b1;
}

.bg-pc-tab06:hover {
	background-color: #d68972;
}

.active .bg-pc-tab06 {
	background-color: #d68972;
}

.bg-tab06 {
	background-color: #d68972;
}

.bg-pc-tab07:hover {
	background-color: #e7b164;
}

.active .bg-pc-tab07 {
	background-color: #e7b164;
}

.bg-tab07 {
	background-color: #e7b164;
}

.pro-item {
	color: inherit;
	display: block;
	outline: none;
	text-decoration: none;
	position: relative;
}

.pro-item:hover .pro-img:after {
	opacity: 1;
}

.pro-head {
	margin-bottom: 13px;
	padding-bottom: 13px;
	position: relative;
}

.pro-head:after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pro-name {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}

.pro-img {
	margin-bottom: 8px;
	position: relative;
}

.pro-img img {
	display: block;
	width: 100%;
}

.pro-price {
	margin: 0;
}

.pro-price span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.pro-price em {
	font-size: 11px;
	font-style: inherit;
	font-weight: 500;
}

.pro-body {
	font-size: 14px;
}

.pro-body__ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pro-body__txt {
	margin: 0;
}

.page-headline {
	display: flex;
	flex-flow: column;
	/*height: 46.87vw;*/
	position: relative;
	/*padding: 0 10px;*/
	z-index: 10;
	 aspect-ratio: 640 / 350;
}

.page-headline__bg {
	background-position: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#content .page-headline__sub img {
	height: 49px;
	line-height: 1;
    width: auto;
}

.page-headline__ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

.darling-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #9ab15e;
}

.darling-contents .product-name .cl-primary {
	color: #fff;
}

.darling-contents .bg-primary:not(span) {
	background-color: #9ab15e;
}

.darling-contents .bg-primary-light {
	background-color: #ebeaaa;
}

.darling-contents .cl-primary {
	color: #9ab15e;
}

.darling-contents .page-headline__ttl {
	color: #fff;
}

.sweetie-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #c66877;
}

.sweetie-contents .product-name .cl-primary {
	color: #fff;
}

.sweetie-contents .bg-primary:not(span) {
	background-color: #c66877;
}

.sweetie-contents .bg-primary-light {
	background-color: #f9f0f1;
}

.sweetie-contents .cl-primary {
	color: #c66877;
}

.male-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #809a80;
}

.male-contents .product-name .cl-primary {
	color: #fff;
}

.male-contents .bg-primary:not(span) {
	background-color: #809a80;
}

.male-contents .bg-primary-light {
	background-color: #f2f5f2;
}

.male-contents .cl-primary {
	color: #809a80;
}

.female-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #c199b6;
}

.female-contents .product-name .cl-primary {
	color: #fff;
}

.female-contents .bg-primary:not(span) {
	background-color: #c199b6;
}

.female-contents .bg-primary-light {
	background-color: #f9f5f8;
}

.female-contents .cl-primary {
	color: #c199b6;
}

.father-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #5a80b1;
}

.father-contents .product-name .cl-primary {
	color: #fff;
}

.father-contents .bg-primary:not(span) {
	background-color: #5a80b1;
}

.father-contents .bg-primary-light {
	background-color: #eef2f7;
}

.father-contents .cl-primary {
	color: #5a80b1;
}

.mother-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #d68972;
}

.mother-contents .product-name .cl-primary {
	color: #fff;
}

.mother-contents .bg-primary:not(span) {
	background-color: #d68972;
}

.mother-contents .bg-primary-light {
	background-color: #fbf3f1;
}

.mother-contents .cl-primary {
	color: #d68972;
}

.children-contents .column-list__item:hover .product-name .cl-primary {
	background-color: #fff;
	color: #e7b164;
}

.children-contents .product-name .cl-primary {
	color: #fff;
}

.children-contents .bg-primary:not(span) {
	background-color: #e7b164;
}

.children-contents .bg-primary-light {
	background-color: #fdf7ef;
}

.children-contents .cl-primary {
	color: #e7b164;
}

.children-contents .page-headline__ttl {
	color: #fff;
}

.page-top-txt {
	font-size: 12px;
	line-height: 2;
	padding: 43px 0;
}

.section-search {
	padding: 75px 0;
}

.section-search .search-row {
	display: flex;
	justify-content: center;
}

.section-search .search-row__col {
	box-sizing: border-box;
	max-width: 266px;
	padding: 0 5px;
	width: 50%;
}

.section-present {
	padding-bottom: 75px;
	position: relative;
	z-index: 10;
}

.section.home-present,
.section-present {
	overflow-x: hidden;
}


.section-present__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 59%;
	z-index: -1;
}

.section-present .pro-item:not(.no-link):hover .pro-img:after {
	opacity: 1;
}

.present__list {
	margin: 0 -11px 60px;
	padding: 0 55px;
}

.present__list__item {
	outline: none;
	padding: 0 11px;
	text-align: center;
}

.present__list__item .pro-name {
	line-height: 1.5;
	font-size: 12px;
}

.present__list .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 115px;
	height: 8px;
	width: 30px;
	z-index: 15;
}

.present__list .slick-prev {
	background: url("/images/special/birthday/common/icon-arrow03.png") no-repeat center/contain;
	left: 13px;
}

.present__list .slick-next {
	background: url("/images/special/birthday/common/icon-arrow04.png") no-repeat center/contain;
	right: 13px;
}

.ranking__grid {
	counter-reset: ranking;
}

.ranking__list {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

.ranking__list:not(.ranking__list--first) > li:last-child {
	margin-bottom: 0;
}

.ranking__list > li {
	margin-bottom: 57px;
}

.ranking__list > li .pro-name {
	font-size: 14px;
}

.ranking__list .ranking-num {
	position: absolute;
	left: -13px;
	top: -20px;
	z-index: 10;
}

.ranking__list .ranking-num:after {
	content: counter(ranking);
	counter-increment: ranking;
	font-family: "Lora", serif;
	font-size: 42px;
	line-height: 1;
}

.ranking__list .ranking-num span {
	display: inline-block;
	font-family: "Libre Baskerville", serif;
	font-size: 7px;
	transform: rotate(90deg);
	transform-origin: right;
	margin-right: 5px;
}

.section-ranking {
	padding: 75px 0;
}

.section-ranking__txt {
	line-height: 1.9;
	margin-bottom: 70px;
	text-align: center;
}

.section-category {
	padding: 75px 0;
}

.srcoll-tab-wrap {
	position: relative;
}

.srcoll-tab {
	margin: 0 -15px 44px;
	overflow: auto;
}

.srcoll-tab__nav__prev {
	display: none;
	background-color: rgba(237, 238, 239, 0.5);
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	width: 25px;
}

.srcoll-tab__nav__prev::after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	width: 10px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: rotate(-135deg);
}

.srcoll-tab__nav__next {
	background-color: rgba(237, 238, 239, 0.5);
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	width: 25px;
}

.srcoll-tab__nav__next::after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	height: 10px;
	width: 10px;
	left: 3px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.category-tab {
	list-style: none;
	display: flex;
	padding-left: 0;
	min-width: 100%;
}

.category-tab li {
	flex: 1;
	border-right: 1px solid #fff;
}

.category-tab li:last-child {
	border-right: none;
}

.category-tab li a {
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 11px;
	min-width: 132px;
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
}

.category-tab__sub {
	font-size: 10px;
}

.cate-wrap {
	margin-bottom: 75px;
	padding-bottom: 75px;
	position: relative;
}

.cate-wrap:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cate-wrap:last-child:after {
	display: none;
}

.cate-wrap:after {
	content: '';
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -19px;
	height: 1px;
	width: 38px;
}

.cate-wrap .cate-ttl {
	font-size: 14px;
	margin: 0 0 12px;
	text-align: center;
}

.cate-wrap .cate-txt {
	line-height: 1.9;
	margin-bottom: 47px;
}

.cate-hline {
	margin-bottom: 20px;
	text-align: center;
}

.cate-hline__sub {
	font-size: 11px;
	font-weight: bold;
}

.cate-hline__ttl {
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 0;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -5px;
	padding: 0 0 12px;
}

.product-list.show > li:nth-child(n+7) {
	display: block;
}

.product-list > li {
	box-sizing: border-box;
	flex: 0 50%;
	max-width: 50%;
	margin-bottom: 20px;
	padding: 0 5px;
}

.product-list > li:nth-child(n+7) {
	display: none;
}

.img-page img {
	display: block;
	width: 100%;
}

.section-budget {
	padding: 75px 0;
}

.section-column {
	padding: 75px 0;
	margin-bottom: 50px;
}

.section-column .hline {
	color: #fff;
}

.column-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 50px;
}

.column-list li {
	box-sizing: border-box;
	margin-top: 5px;
}

.column-list li:first-child {
	margin-top: 0;
}

.column-list__item {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.column-list__item .product-name {
	margin: 0 10px 0 12px;
	font-size: 12px;
}

.column-list__item .product-name span {
	color: #fff;
}

.column-list__img {
	line-height: 1;
	max-width: 51.9%;
	position: relative;
}

.column-list__img:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	transition: .3s ease;
}

.section-recommend {
	padding: 75px 0 60px;
}

.dropdown {
	position: relative;
}

.dropdown-toggle {
	background-image: url("/images/special/birthday/common/icon-arrow-down2.png");
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #000;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	padding: 15px 10px;
	width: 100%;
}

.dropdown-menu {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	white-space: nowrap;
	z-index: 11;
}

.dropdown-item {
	border-bottom: 1px solid #707070;
	color: inherit;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.dropdown-item:hover {
	background-color: #ebeaaa;
}

.dropdown-item:last-child {
	border-bottom: none;
}

@media only screen and (min-width: 768px) {

.pc-none {
	display: none !important;
}

.btn-black {
	font-size: 14px;
	max-width: 226px;
	padding: 16px 14px;
}

.btn-black:hover {
	background-color: #000;
	color: #fff;
}

.btn-black:hover:after {
	border-color: #fff;
}

.btn-black.btn-black--long {
	max-width: 306px;
}

.btn-white {
	font-size: 14px;
	max-width: 226px;
	padding: 16px 14px;
}

#contents {
	font-size: 14px;
}

.section {
	padding: 150px 0 130px;
}

.social-block__ttl {
	font-size: 18px;
}

.hline {
	margin-bottom: 50px;
}

.hline__sub {
	font-size: 14px;
}

.hline__ttl {
	font-size: 28px;
}

.pro-item:hover .pro-name span,
.pro-item:hover .pro-price span {
	background-color: #000;
	color: #fff;
}

.pro-head {
	margin-bottom: 23px;
	padding-bottom: 17px;
}

.pro-name {
	margin-bottom: 0;
	font-size: 14px;
}

.pro-img:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: .3s ease;
}

.pro-price span {
	font-size: 14px;
}

.page-headline {
	justify-content: center;
	aspect-ratio: 1350 / 570;
	/*height: 400px;*/
}

.page-headline__sub img {
	height: auto !important;
}

.page-headline__ttl {
	font-size: 22px;
	margin-top: 5px;
}

.darling-contents .dropdown-toggle:hover,
.darling-contents .btn-black:hover {
	background-color: #9ab15e;
	border-color: #9ab15e;
	color: #fff;
}

.darling-contents .dropdown-toggle:hover:after,
.darling-contents .btn-black:hover:after {
	border-color: #fff;
}

.darling-contents .pro-item:hover .pro-name span,
.darling-contents .pro-item:hover .pro-price span {
	background-color: #9ab15e;
}

.sweetie-contents .dropdown-toggle:hover,
.sweetie-contents .btn-black:hover {
	background-color: #c66877;
	border-color: #c66877;
	color: #fff;
}

.sweetie-contents .dropdown-toggle:hover:after,
.sweetie-contents .btn-black:hover:after {
	border-color: #fff;
}

.sweetie-contents .pro-item:hover .pro-name span,
.sweetie-contents .pro-item:hover .pro-price span {
	background-color: #c66877;
}

.male-contents .dropdown-toggle:hover,
.male-contents .btn-black:hover {
	background-color: #809a80;
	border-color: #809a80;
	color: #fff;
}

.male-contents .dropdown-toggle:hover:after,
.male-contents .btn-black:hover:after {
	border-color: #fff;
}

.male-contents .pro-item:hover .pro-name span,
.male-contents .pro-item:hover .pro-price span {
	background-color: #809a80;
}

.female-contents .dropdown-toggle:hover,
.female-contents .btn-black:hover {
	background-color: #c199b6;
	border-color: #c199b6;
	color: #fff;
}

.female-contents .dropdown-toggle:hover:after,
.female-contents .btn-black:hover:after {
	border-color: #fff;
}

.female-contents .pro-item:hover .pro-name span,
.female-contents .pro-item:hover .pro-price span {
	background-color: #c199b6;
}

.father-contents .dropdown-toggle:hover,
.father-contents .btn-black:hover {
	background-color: #5a80b1;
	border-color: #5a80b1;
	color: #fff;
}

.father-contents .dropdown-toggle:hover:after,
.father-contents .btn-black:hover:after {
	border-color: #fff;
}

.father-contents .pro-item:hover .pro-name span,
.father-contents .pro-item:hover .pro-price span {
	background-color: #5a80b1;
}

.mother-contents .dropdown-toggle:hover,
.mother-contents .btn-black:hover {
	background-color: #d68972;
	border-color: #d68972;
	color: #fff;
}

.mother-contents .dropdown-toggle:hover:after,
.mother-contents .btn-black:hover:after {
	border-color: #fff;
}

.mother-contents .pro-item:hover .pro-name span,
.mother-contents .pro-item:hover .pro-price span {
	background-color: #d68972;
}

.children-contents .dropdown-toggle:hover,
.children-contents .btn-black:hover {
	background-color: #e7b164;
	border-color: #e7b164;
	color: #fff;
}

.children-contents .dropdown-toggle:hover:after,
.children-contents .btn-black:hover:after {
	border-color: #fff;
}

.children-contents .pro-item:hover .pro-name span,
.children-contents .pro-item:hover .pro-price span {
	background-color: #e7b164;
}

.page-top-txt {
	font-size: 14px;
	line-height: 2.2;
	padding: 90px 0 100px;
}

.section-search {
	padding: 100px 0 200px;
}

.section-present {
	padding-bottom: 130px;
}

.section-present__bg {
	height: 455px;
}

.section-present .pro-img:after {
	opacity: 0;
}

.present__list__item .pro-name {
	font-size: 20px;
	margin-top: 15px;
}

.present__list .slick-arrow {
	top: 148px;
	width: 60px;
}

.present__list .slick-prev {
	background-image: url("/images/special/birthday/common/icon-arrow01.png");
	left: -116px;
}

.present__list .slick-next {
	background-image: url("/images/special/birthday/common/icon-arrow02.png");
	right: -116px;
}

.ranking__grid {
	display: flex;
	justify-content: space-between;
}

.ranking__list {
	padding: 0;
	width: 50%;
}

.ranking__list:not(.ranking__list--first) {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -65px;
}

.ranking__list:not(.ranking__list--first) > li {
	box-sizing: border-box;
	margin-bottom: 65px;
	padding: 0 20px;
	width: 50%;
}

.ranking__list > li {
	margin-bottom: 0;
}

.ranking__list .ranking-num {
	left: -18px;
	top: -37px;
}

.ranking__list .ranking-num:after {
	font-size: 60px;
}

.ranking__list .ranking-num span {
	font-size: 10px;
	margin-right: 15px;
}

.section-ranking {
	padding: 10px 0 277px;
}

.section-category {
	padding: 120px 0 130px;
}

.srcoll-tab {
	margin: 0 0 100px;
}

.srcoll-tab__nav {
	display: none;
}

.category-tab li a {
	font-size: 14px;
	padding: 20px 10px;
}

.category-tab__sub {
	font-size: 14px;
}

.cate-wrap {
	margin-bottom: 130px;
	padding-bottom: 130px;
}

.cate-wrap:after {
	margin-left: -38px;
	width: 76px;
}

.cate-wrap .cate-ttl {
	font-size: 20px;
	margin-bottom: 8px;
}

.cate-wrap .cate-txt {
	margin-bottom: 58px;
	text-align: center;
}

.cate-hline {
	margin-bottom: 40px;
}

.cate-hline__sub {
	font-size: 14px;
}

.cate-hline__ttl {
	font-size: 26px;
}

.product-list {
	padding-bottom: 35px;
}

.product-list > li {
	flex: 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 35px;
}

.section-budget {
	padding: 150px 0 200px;
}

.section-column {
	padding: 120px 0 150px;
	margin-bottom: 70px;
}

.column-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 68px;
}

.column-list li {
	margin-top: 0;
	width: 50%;
}

.column-list li:nth-child(n+3) {
	margin-top: 20px;
}

.column-list__item {
	align-items: flex-start;
}

.column-list__item:not(.no-link):hover .column-list__img:after {
	opacity: 1;
}

.column-list__item .product-name {
	padding-top: 20px;
	font-size: 20px;
	margin-left: 18px;
}

.section-recommend {
	padding: 150px 0 120px;
}

.dropdown-toggle {
	padding: 0 20px;
	font-size: 14px;
	height: 57px;
}

.dropdown-toggle:hover {
	background-image: url("/images/special/birthday/common/icon-arrow-down.png");
	color: #fff;
}

#contents .home-category__item img {
	width: auto;
}

}

@media only screen and (min-width: 992px) {

.present__list {
	margin-left: -22px;
	margin-right: -22px;
	padding: 0;
}

.present__list__item {
	padding: 0 22px;
}

.ranking__list {
	width: 44.61%;
}

}

@media only screen and (max-width: 767px) {

.sp-none {
	display: none !important;
}

.pro-name span {
	background-color: transparent !important;
}

.pro-price span {
	background-color: transparent !important;
}

.pro-price em {
	font-size: 12px;
}

.darling-contents .search-row .dropdown-toggle,
.darling-contents .search-row .btn-black {
	background-color: #9ab15e;
	border-color: #9ab15e;
	color: #fff;
}

.darling-contents .search-row .dropdown-toggle:after,
.darling-contents .search-row .btn-black:after {
	border-color: #fff;
}

.sweetie-contents .search-row .dropdown-toggle,
.sweetie-contents .search-row .btn-black {
	background-color: #c66877;
	border-color: #c66877;
	color: #fff;
}

.sweetie-contents .search-row .dropdown-toggle:after,
.sweetie-contents .search-row .btn-black:after {
	border-color: #fff;
}

.male-contents .search-row .dropdown-toggle,
.male-contents .search-row .btn-black {
	background-color: #809a80;
	border-color: #809a80;
	color: #fff;
}

.male-contents .search-row .dropdown-toggle:after,
.male-contents .search-row .btn-black:after {
	border-color: #fff;
}

.male-contents .page-headline__sub img {
	height: 78px;
}

.female-contents .search-row .dropdown-toggle,
.female-contents .search-row .btn-black {
	background-color: #c199b6;
	border-color: #c199b6;
	color: #fff;
}

.female-contents .search-row .dropdown-toggle:after,
.female-contents .search-row .btn-black:after {
	border-color: #fff;
}

.female-contents .page-headline__sub img {
	height: 78px;
}

.father-contents .search-row .dropdown-toggle,
.father-contents .search-row .btn-black {
	background-color: #5a80b1;
	border-color: #5a80b1;
	color: #fff;
}

.father-contents .search-row .dropdown-toggle:after,
.father-contents .search-row .btn-black:after {
	border-color: #fff;
}

.mother-contents .search-row .dropdown-toggle,
.mother-contents .search-row .btn-black {
	background-color: #d68972;
	border-color: #d68972;
	color: #fff;
}

.mother-contents .search-row .dropdown-toggle:after,
.mother-contents .search-row .btn-black:after {
	border-color: #fff;
}

.children-contents .search-row .dropdown-toggle,
.children-contents .search-row .btn-black {
	background-color: #e7b164;
	border-color: #e7b164;
	color: #fff;
}

.children-contents .search-row .dropdown-toggle:after,
.children-contents .search-row .btn-black:after {
	border-color: #fff;
}

.present__list .slick-list {
	overflow: visible;
}

.present__list__item {
	opacity: .3;
	pointer-events: none;
}

.present__list__item.slick-current {
	opacity: 1;
	pointer-events: auto;
}

.category-tab li a {
	min-height: 58px;
}

.dropdown-toggle {
	background-image: url("/images/special/birthday/common/icon-arrow-down.png");
	color: #fff;
}

}
