@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#mothersday_wrap,
#mothersday_wrap *, 
#mothersday_wrap *:before, 
#mothersday_wrap *:after {
	box-sizing: border-box;
}

#mothersday_wrap h1, #mothersday_wrap h2, 
#mothersday_wrap h3, #mothersday_wrap h4,
#mothersday_wrap h5, #mothersday_wrap h6,
#mothersday_wrap p {
	margin: 0;
	padding: 0;
}

#mothersday_wrap, #mothersday_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#mothersday_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mothersday_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#mothersday_wrap a,
#mothersday_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#mothersday_wrap a:hover {
	opacity: 0.5;
}

#mothersday_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#mothersday_wrap span {
	display: inline-block;
    font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.tec16-mainframe-header_bread-list {
	display: none !important;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

html, body {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 960px) {
	#mothersday_wrap, #mothersday_wrap * {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 720px) {
	#mothersday_wrap, #mothersday_wrap * {
		font-size: 2.0vw;
	}
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap, #mothersday_wrap * {
		font-size: 3.0vw;
	}
}



/* ========== ========== ==========
	#mothersday_wrap
========== ========== ========== */

#mothersday_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



/* ========== ========== ==========
	#mothersday_head
========== ========== ========== */

#mothersday_wrap #mothersday_head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/*#mothersday_wrap #mothersday_head #mothersday_head_inner {
	content: "";
	height: 500px;
	background: url("../images/img_head.jpg") center center no-repeat;
	background-size: cover;
}*/
@media only screen and (max-width: 1000px) {
	#mothersday_wrap #mothersday_head #mothersday_head_inner {
		height: 50vw;
	}
}



/* ========== ========== ==========
	#mothersday_nav
========== ========== ========== */

#mothersday_wrap #mothersday_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #d75965;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: calc(100% / 6);*/
	width: calc(100% / 5);
	padding: 1em;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:first-child {
	border-left: 1px solid #ffffff;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item .inner {
	font-size: 0.8em;
	text-align: center;
}
#mothersday_wrap #mothersday_nav #mothersday_nav_inner.stuck {
	background-color: #d75965;
	position: fixed;
	top: 0;
	z-index: 999;
}
@media only screen and (max-width: 1000px) {
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list {
		width: 100%;
	}
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:first-child {
		border-left: 0;
	}
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:last-child {
		border-right: 0;
	}
}
@media only screen and (max-width: 720px) {
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item {
		width: calc(100% / 3);
	}
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:nth-child(3n) {
		border-right: 0;
	}
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:last-child {
		border-right: 1px solid #ffffff;
	}
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item:nth-child(-n+3) {
		border-bottom: 1px solid #ffffff;
	}
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap #mothersday_nav #mothersday_nav_inner .nav__list .item .inner {
		font-size: 0.75em;
	}
}



/* ========== ========== ==========
	#mothersday_main
========== ========== ========== */

#mothersday_wrap #mothersday_main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#mothersday_wrap .section {
	width: 100%;
	margin: 0 auto;
	padding: 4em 0;
}
#mothersday_wrap .section:nth-child(odd) {
	background-color: #fbf4f3;
}
#mothersday_wrap .section.section--hibiyakadan {
	background-color: #fad5dd;
}
#mothersday_wrap .section .content__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#mothersday_wrap .section .content__inner h3.ttl {
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #222222;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
} 
#mothersday_wrap .section .content__inner .btn {
	display: block;
	padding: 1em;
	background-color: #d75965;
	border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}
#mothersday_wrap .section .content__inner .btn::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

#mothersday_wrap .section .content__inner .btn_i {
	display: block;
	padding: 1em;
	background-color: #b8b8c1;
	border-radius: 0.5em;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#mothersday_wrap .section .content__inner .btn_i::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 1000px) {
	#mothersday_wrap .section .content__inner {
		width: 100%;
		padding: 0 2em
	}
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap .section {
		padding: 2em 0;
	}
	#mothersday_wrap .section .content__inner {
		padding: 0 1em;
	}
}



/* ========== ========== ==========
	#mothersday_yokoku
========== ========== ========== */

#mothersday_wrap #mothersday_yokoku {
	background-color: #d75965;
}
#mothersday_wrap #mothersday_yokoku .lede {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}



/* ========== ========== ==========
	#mothersday_info
========== ========== ========== */

#mothersday_wrap #content_info .content__inner {
	margin: 0 auto;
	padding: 1em;
	background-color: #e5e5e6;
    background-image: linear-gradient(
        -45deg,
        #dadae5 25%,
        #e5e5e6 25%, #e5e5e6 50%,
        #dadae5 50%, #dadae5 75%,
        #e5e5e6 75%, #e5e5e6
    );
    background-size: 15px 15px;
}
#mothersday_wrap #content_info h3.ttl {
	margin-bottom: 0.5em;
	padding: 0;
	border-bottom: 0;
	color: #2c2c2e;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#mothersday_wrap #content_info .content__inner .info__inner {
	padding: 2em;
	background-color: #ffffff;
}
#mothersday_wrap #content_info .content__inner .info__inner .container:not(:first-of-type) {
	margin-top: 2em;
}
#mothersday_wrap #content_info .content__inner .content:not(:first-child) {
	margin-top: 2em;
}
#mothersday_wrap #content_info .content__inner h4.ttl {
	margin-bottom: 1em;
	padding: 0.5em 1em;
    background-color: #dadae5;
	color: #2c2c2e;
	font-size: 1em;
	font-weight: bold;
}
#mothersday_wrap #content_info .content__inner h5.ttl::before {
	content: "■";
	display: inline-block;
	margin-right: 0.5em;
	color: #2c2c2e;
}
#mothersday_wrap #content_info .content__inner p:not(:first-child) {
	margin-top: 1em;
}
#mothersday_wrap #content_info .content__inner p .big {
	font-size: 1.25em;
}
#mothersday_wrap #content_info .content__inner p .red {
	color: #d75965;
	font-weight: bold;
}
#mothersday_wrap #content_info .content__inner a {
	color: #3cb6f0;
	text-decoration: underline;
}
#mothersday_wrap #content_info .content__inner .card__list {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}
#mothersday_wrap #content_info .content__inner .card__list .item {
	width: 250px;
	margin-right: 1em;
}
#mothersday_wrap #content_info .content__inner .card__list .item .cap {
	margin-top: 0.5em;
	text-align: center;
}
#mothersday_wrap #content_info .content__inner .card__list .item .cap .circle {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	background-color: #222222;
	border-radius: 50%;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	#mothersday_wrap #content_info {
		padding: 4em 2em;
	}
}
@media only screen and (max-width: 960px) {
	#mothersday_wrap #content_info .content__inner .card__list {
		justify-content: space-between;
	}
	#mothersday_wrap #content_info .content__inner .card__list .item {
		width: 32%;
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap #content_info {
		padding: 2em 1em;
	}
	#mothersday_wrap #content_info .content__inner .card__list .item {
		width: 49%;
	}
	#mothersday_wrap #content_info .content__inner .card__list .item:nth-child(n+3) {
		margin-top: 2em;
	}
}



/* ========== ========== ==========
	.item__list
========== ========== ========== */

#mothersday_wrap .item__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}
#mothersday_wrap .item__list .item {
	border: 2px solid #d75965;
	border-radius: 0.5em;
	color: #222222;
	overflow: hidden;
}
#mothersday_wrap .item__list .item.item__1of1 {
	width: 100%;
}
#mothersday_wrap .item__list .item.item__1of2 {
	width: 49%;
}
#mothersday_wrap .item__list .item.item__1of3 {
	width: 32%;
}
#mothersday_wrap .item__list .item.item__1of4{
	width: 23.5%;
}
#mothersday_wrap .item__list .item .item__img {
	position: relative;
	z-index: 1;
}
#mothersday_wrap .item__list .item .item__img img {
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
}
#mothersday_wrap .item__list .item .item__img > .limit {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	z-index: 2;
}
#mothersday_wrap .item__list .item .item__img > .limit span {
	margin-top: 0.25em;
	padding: 0.25em 0.5em;
	background-color: #fee552;
	color: #403915;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
#mothersday_wrap .item__list .item .item__img > .finish {
	padding: 0.25em 0.5em;
	background-color: #b02a21;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	z-index: 2;
}
#mothersday_wrap .item__list .item .item__txt {
	margin: 1em;
	padding-bottom: 1em;
	border-bottom: 2px dotted #d75965;
}
#mothersday_wrap .item__list .item .item__txt .ttl {
	margin-bottom: 0.5em;
	color: #f00081;
	font-weight: bold;
}
#mothersday_wrap .item__list .item .item__ttl {
	margin: 1em;
}
#mothersday_wrap .item__list .item .item__ttl .pri {
	margin-top: 0.5em;
	text-align: right;
}
#mothersday_wrap .item__list .item .item__1of1 {
	margin-top: 1em;
	background: #d75965 url(../images/icon_arrow01.png) 98% center no-repeat;
}
#mothersday_wrap #mothersday_main .btn__wrap {
	margin-top: 2em;
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap .item__list .item .item__txt {
		display: none;
	}
	#mothersday_wrap .item__list .item .item__ttl p {
		font-size: 0.75em;
	}
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#mothersday_wrap #content01 .category__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mothersday_wrap #content01 .category__list .item {
	display: block;
	width: 49%;
	border: 2px solid #d75965;
	border-radius: 0.5em;
	color: #222222;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
#mothersday_wrap #content01 .category__list .item:nth-child(n+3) {
	margin-top: 1em;
}
#mothersday_wrap #content01 .category__list .item .txt_ttl {
	width: 100%;
	padding: 1em;
	background-color: rgba(215, 89, 101, 0.75);
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom : 0;
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap #content01 .category__list .item {
		width: 49%;
	}
	#mothersday_wrap #content01 .category__list .item:nth-child(n+3) {
		margin-top: 1em;
	}
	#mothersday_wrap #content01 .category__list .item:nth-child(n+5) {
		margin-top: 1em;
	}
}



/* ========== ========== ==========
	#content_price
========== ========== ========== */

#mothersday_wrap #content_price .btn__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mothersday_wrap #content_price .btn__list .btn {
	width: 32%;
}
@media only screen and (max-width: 480px) {
	#mothersday_wrap #content_price .btn__list .btn {
		width: 49%;
	}
	#mothersday_wrap #content_price .btn__list .btn:nth-child(n+3) {
		margin-top: 1em;
	}
}



/* ========== ========== ==========
	#content_btn
========== ========== ========== */

#mothersday_wrap #content_btn .btn__list .btn:not(:first-of-type) {
	margin-top: 1em;
}

#mothersday_wrap #content_btn .content__inner .info__inner {
	padding: 2em;
	background-color: #ffffff;
	border:solid 1px #CCC;
}
/*#mothersday_wrap #content_btn .content__inner .info__inner .container:not(:first-of-type) {
	margin-top: 2em;
}*/
#mothersday_wrap #content_btn .content__inner .content:not(:first-child) {
	margin-top: 2em;
}
#mothersday_wrap #content_btn .content__inner h4.ttl {
	margin-bottom: 1em;
	padding: 0.5em 1em;
    background-color: #dadae5;
	color: #2c2c2e;
	font-size: 1em;
	font-weight: bold;
}
#mothersday_wrap #content_btn .content__inner p:not(:first-child) {
	margin-top: 1em;
}
#mothersday_wrap #content_btn .content__inner p {
	margin-bottom:1em;
}
#mothersday_wrap #content_btn .content__inner p .big {
	font-size: 1.25em;
}
#mothersday_wrap #content_btn .content__inner p .red {
	color: #d75965;
	font-weight: bold;
}



/* ========== ========== ==========
	#mothersday_topics
========== ========== ========== */

#mothersday_wrap #mothersday_main #mothersday_topics a {
	color: #d75965;
	text-decoration: underline;
}