@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#gift_wrap,
#gift_wrap *, 
#gift_wrap *:before, 
#gift_wrap *:after {
	box-sizing: border-box;
}

#gift_wrap h1, #gift_wrap h2, 
#gift_wrap h3, #gift_wrap h4,
#gift_wrap h5, #gift_wrap h6,
#gift_wrap p {
	margin: 0;
	padding: 0;
}

#gift_wrap, #gift_wrap * {
	font-family: YakuHanJPs_Noto, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#gift_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gift_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#gift_wrap a,
#gift_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#gift_wrap a:hover {
	opacity: 0.5;
}

#gift_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#gift_wrap span {
	display: inline-block;
    font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: 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: 1000px) {
	#gift_wrap, #gift_wrap * {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 720px) {
	#gift_wrap, #gift_wrap * {
		font-size: 2.0vw;
	}
}
@media only screen and (max-width: 480px) {
	#gift_wrap, #gift_wrap * {
		font-size: 3.0vw;
	}
}



/* ========== ========== ==========
	#gift_wrap
========== ========== ========== */

#gift_wrap {
    width: 1000px;
    margin: 2em auto 0;
    text-align: left;
}
#gift_wrap .sp_view {
    display: none;
}
@media only screen and (max-width: 1000px) {
    #gift_wrap {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
	#gift_wrap .sp_view {
		display: inline;
	}
}



/* ========== ========== ==========
	#gift_head
========== ========== ========== */

#gift_wrap #gift_head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



/* ========== ========== ==========
	#gift_nav
========== ========== ========== */

#gift_wrap #gift_nav #gift_nav_inner {
    display: flex;
	flex-wrap: wrap;
    width: 1000px;
    background-color: #ffffff;
}
#gift_wrap #gift_nav #gift_nav_inner .item {
    display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
    width: 25%;
    padding: 1em;
    background: #7a2e3a url("../images/bg_common.png") repeat;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}
#gift_wrap #gift_nav #gift_nav_inner .item:last-child {
    border-right: 0;
}
.stuck {
	position: fixed;
	top: 0;
	z-index: 999;
}
@media only screen and (max-width: 1000px) {
    #gift_wrap #gift_nav #gift_nav_inner {
        width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    #gift_wrap #gift_nav #gift_nav_inner .item {
        padding: 1em;
    }
}
@media only screen and (max-width: 480px) {
	#gift_wrap #gift_nav #gift_nav_inner .item {
		width: 50%;
	}
	#gift_wrap #gift_nav #gift_nav_inner .item:nth-child(2n) {
		border-right: 0;
	}
	#gift_wrap #gift_nav #gift_nav_inner .item:nth-child(n+3) {
		border-top: 1px solid #ffffff;
	}
}



/* ========== ========== ==========
	#gift_main
========== ========== ========== */

#gift_wrap #gift_main section {
    margin-top: 4em;
}
#gift_wrap #gift_main section .content__inner h3.ttl {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url("../images/bg_main_h3.png") left center no-repeat;
	border-bottom: 2px solid #222222;
	font-size: 1.75em;
	font-weight: bold;
}
#gift_wrap #gift_main section .content__inner h4.ttl {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#gift_wrap #gift_main section .content__inner h4.ttl .inner {
	border-bottom: 2px solid #7a2e3a;
	color: #7a2e3a;
}
#gift_wrap #gift_main section .content__inner .lede {
	margin-bottom: 1.5em;
	font-weight: bold;
}
@media only screen and (max-width: 1000px) {
    #gift_main {
        padding: 0 1em;
    }
}
@media only screen and (max-width: 480px) {
    #gift_wrap #gift_main section > h4 > span > .pc_view {
        display: block;
    }
}



/* ========== ========== ==========
	#content_summer
========== ========== ========== */

#content_spring #spring_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
#content_spring #spring_inner .item {
	width: calc((100% - 2em) / 3);
    background-color: #d9e9dd;
	border: 2px solid #d9e9dd;
	border-radius: 1em;
	overflow: hidden;
	transition: 0.2s;
}
#content_spring #spring_inner .item:hover {
	opacity: 0.5;
	transition: 0.2s;
}
#content_spring #spring_inner .item .inner {
	display: block;
	color: #222222;
}
#content_spring #spring_inner .item .inner:hover {
	opacity: 1;
}
#content_spring #spring_inner .item .inner .img img {
	width: 100%;
	object-fit: cover;
}
#content_spring #spring_inner .item .inner .txt {
	padding: 1em 2em;
}
#content_spring #spring_inner .item .inner .txt h4 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #222222;
	font-weight: bold;
	text-align: center;
}
#content_spring #spring_inner .item .inner .txt p {
	font-size: 0.875em;
}
#content_spring .spring_bnr {
    margin-top: 2em;
}
#content_spring .spring_bnr .btn {
    display: block;
    padding: 1em;
    background-color: #63b20f;
    border-radius: 1em;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 720px) {
	#content_spring #spring_inner .item {
		width: calc((100% - 1em) / 2);
	}
}



/* ========== ========== ==========
	.slider
========== ========== ========== */

#gift_wrap #gift_main .slider {
    margin-bottom: 3.5em;
    padding: 1em 0.5em;
    background: url("../images/bg_content01.gif");
    position: relative;
}
#gift_wrap #gift_main .slider .item {
    width: 312px;
    margin: 0 0.5em;
    padding: 0 0 1em;
    height: auto;
    background-color: #ffffff;
    border-radius: 0.5em;
	color: #222222;
    overflow: hidden;
    position: relative;
}
#gift_wrap #gift_main .slider .item a {
	color: #222222;
}
#gift_wrap #gift_main .slider .item a:hover {
    opacity: 1;
}
#gift_wrap #gift_main .slider .item p {
    margin: 0;
    padding: 0;
}
#gift_wrap #gift_main .slider .item .img {
    width: 100%;
    overflow: hidden;
}
#gift_wrap #gift_main .slider .item .img img {
    width: 100%;
    transition: 0.2s;
}
#gift_wrap #gift_main .slider .item:hover .img img {
    transform: scale(1.15, 1.15);
    transition: 0.2s;
}
#gift_wrap #gift_main .slider .item .ttl {
    padding: 1em 1em 0;
}
#gift_wrap #gift_main .slider .item .pri {
    padding: 0 1em;
    text-align: right;
}
#gift_wrap #gift_main .slider .item .pri::before {
	content: "……";
	margin-right: 0.5em;
}
#gift_wrap #gift_main .slider .item .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
#gift_wrap #gift_main .slider .item:hover .txt {
    opacity: 1;
    transition: 0.2s;
}
#gift_wrap #gift_main .slider .item .txt span {
    padding: 1em;
    border: 1px solid #ffffff;
}
#gift_wrap #gift_main .slider .arrow {
    content: "";
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    transition: 0s;
}
#gift_wrap #gift_main .slider .arrow:hover {
    cursor: pointer;
}
#gift_wrap #gift_main .slider .arrow.prev {
    background: url("../images/controls.png") left top no-repeat;
    left: -3em;
}
#gift_wrap #gift_main .slider .arrow.prev:hover {
    background-position: left bottom;
}
#gift_wrap #gift_main .slider .arrow.next {
    background: url("../images/controls.png") right top no-repeat;
    right: -3em;
}
#gift_wrap #gift_main .slider .arrow.next:hover {
    background-position: right bottom;
}
#gift_wrap #gift_main .slider .slick-dots {
	bottom: -2.5em;
}
#gift_wrap #gift_main .slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 50%;
}
#gift_wrap #gift_main .slider .slick-dots li.slick-active button:before {
    background-color: transparent;
}
@media only screen and (max-width: 1000px) {
    #gift_wrap #gift_main .slider .arrow {
        display: none !important;
    }
}



/* ========== ========== ==========
	#content03
========== ========== ========== */

#gift_wrap #gift_main #content03 #content03_inner_list {
    display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#gift_wrap #gift_main #content03 #content03_inner_list .item {
    width: calc((100% - 15px) / 4);
}
@media only screen and (max-width: 720px) {
    #gift_wrap #gift_main #content03 #content03_inner_list .item {
        width: calc((100% - 5px) / 2);
    }
    #gift_wrap #gift_main #content03 #content03_inner_list .item img {
        width: 100%;
    }
}



/* ========== ========== ==========
	.category
========== ========== ========== */

#gift_wrap .categoryLarge {
    display: flex;
    flex-wrap: wrap;
	gap: 5px;
    margin-bottom: 1em;
}
#gift_wrap .categoryLarge > .item {
    width: 330px;
    border: 1px solid #cccccc;
}
#gift_wrap .categoryLarge > .item > a {
    display: block;
    position: relative;
}
#gift_wrap .categoryLarge > .item > a > .txt {
    content: "";
    width: 100%;
    height: 30%;
    /*background-color: rgba(64, 47, 21, 0.75);*/
	/*background-color:rgba(125,175,140,0.75);*/
	/*background-color:rgba(114,147,124,0.5);*/
	background-color:rgba(122,46,58,0.5);
    background-image: url(../images/icon_arrow01.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 2.42%;
    color: #ffffff;
    font-size: 1.25em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
#gift_wrap .categoryLarge > .item > a > .txt > span {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#gift_wrap .categorySmall {
    display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#gift_wrap .categorySmall > .item {
	width: 196px;
    border: 1px solid #cccccc;
}
#gift_wrap .categorySmall > .item > a {
    display: block;
    position: relative;
}
#gift_wrap .categorySmall > .item > a > .txt {
    width: 75%;
    padding-left: 0.75em;
    color: #222222;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
    #gift_wrap .categoryLarge > .item {
        width: calc((100% - 10px) / 3);
    }
    #gift_wrap .categoryLarge > .item > a > .img > img {
        width: 100%;
    }
    #gift_wrap .categorySmall > .item {
        width: calc((100% - 20px) / 5);
    }
    #gift_wrap .categorySmall > .item > a > .img > img {
        width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    #gift_wrap .categoryLarge > .item {
        width: calc((100% - 5px) / 2);
    }
    #gift_wrap .categorySmall > .item {
         width: calc((100% - 10px) / 3);
    }
}



/* ========== ========== ==========
	#content06
========== ========== ========== */

#gift_wrap #gift_main #content06 #content06_osusume {
    display: flex;
    flex-wrap: wrap;
	gap: 5px;
}
#gift_wrap #gift_main #content06 #content06_osusume .item {
	width: 495px;
}
@media only screen and (max-width: 1000px) {
    #gift_wrap #gift_main #content06 #content06_osusume .item {
        width: calc((100% - 5px) / 2);
    }
}
@media only screen and (max-width: 480px) {
    #gift_wrap #gift_main #content06 #content06_osusume .item {
        width: 100%;
    }
}