@charset "utf-8";
/* CSS Document */

/* ------------------------

common

main color #122035;

-------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&family=Shippori+Mincho:wght@500;600;700&family=Montserrat:wght@100;300;400;600;700&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
}

.in {
	max-width: 1130px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

/* backtotop */
#backtotop {
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	width: 123px;
	height: 122px;
	text-align:center;
	cursor:pointer;
	background-image: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/backtotop.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
	position:fixed;
	right: 10px;
	bottom: 40px;
	z-index: 10;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: scale(.5);
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
    transform: scale(1);
}

/* ------------------------

header

-------------------------- */
#gift-header h1 {
    width: 100%;
    height: 0;
    padding-top: 359px;
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/fv2026.jpg") center no-repeat;
    background-size: cover;
	overflow: hidden;
}

/* ------------------------

nav

-------------------------- */
.gift-nav {
	color: #fff;
    background: #C7D98D;
    border-top: solid 2px #fff;
}
.gift-nav__list {
    border-right: solid 2px #fff;
    border-collapse: collapse;
    width: 100%;
}
.gift-nav__list td{
	border-left: solid 2px #fff;
	text-align:center;
}
.gift-nav__list tr:not(:last-child) td{
	border-bottom: solid 2px #fff;
}
.gift-nav__list a {
    display: block;
    color: #222;
    font-size: 22px;
    font-family: 'Shippori Mincho', serif;
	font-weight: 600;
    padding: 10px;
}




/* ------------------------

contents

-------------------------- */
.g-c__box {
    margin-top: 2px;
}
.g-c__box-in {
    padding: 100px 0;
}
.cmn-title {
	height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cmn-subtitle {
    font-size: 35px;
    font-weight: normal;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    color: #59493f;
    padding: 10px 0;
    margin-top: 2px;
	position:relative;
}
.cmn-subtitle span {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cmn-subtitle:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #cadb92;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cmn-subtitle.animated:after {
    width: 100%;
}
.cmn-subtitle.animated span {
    opacity: 1;
	transition-delay: .4s
}

/* campaign */
#campaign {
	text-align:center;
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/img/bk_pink.jpg");
}

/* gift */
#gift .title {
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/gift_title_bg.jpg") center no-repeat;
	background-size: cover;
}
#gift .title .in {
    height: 400px;
}
#gift .title .in h2 {
    position: absolute;
    top: 50%;
    left: 60px;
	transform: translateY(-50%);
}
#gift .g-c__box-in {
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/gift_bg_l.jpg") left bottom no-repeat,
	            url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/gift_bg_r.jpg") right top no-repeat;
}
.gift-img {
	text-align:center;
	padding: 0 15px;
}
.gift-img:not(:last-of-type) {
    margin-bottom: 50px;
}

/* 商品リスト共通 */
.g-item__contents {
	padding: 60px 0;
}
.item__list > li {
    border: solid 4px #e9d4da;
    border-radius: 5px;
	margin-bottom: 30px;
}
.item__list > li:lasat-child {
	margin-bottom: 0;
}
.item__list > li a {
	color: #59493f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 5px;
}
.item__list > li a .img {
    width: 50%;
}
.item__list > li a .img .img__sub__list {
    display: flex;
    flex-wrap: wrap;
}
.item__list > li a .img .img__sub__list > li {
    margin: 4px 0 0 4px;
    width: calc(50% - 2px);
}
.item__list > li a .img .img__sub__list > li:nth-child(2n+1) {
    margin-left: 0;
}
.item__list > li a .info {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 30px 45px;
}
.item__list > li a .info .info__main .item-name {
    font-size: 36px;
    font-family: 'Shippori Mincho', serif;
    color: #fe3055;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 3px #e9d4da;
}
.item__list > li a .info .info__main .item-desc {
    font-size: 23px;
    line-height: 1.5;
}
.item__list > li a .info .info__main .sub-img {
    text-align: center;
    margin-top: 30px;
}
.item__list > li a .info .item-price__wrap {
    width: 100%;
    margin-top: auto;
}
.item__list > li a .info .item-price__wrap .item-price {
    text-align: right;
}
.item__list > li a .info .item-price__wrap .item-price .icon-shipping {
    display: inline-block;
    font-size: 23px;
    color: #fff;
    background: #a78d33;
    padding: 2px 10px 3px;
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: 6px;
}
.item__list > li a .info .item-price__wrap .item-price .price {
    font-size: 51px;
    font-family: 'Shippori Mincho', serif;
}
.item__list > li a .info .item-price__wrap .item-price .price span {
    font-size: 30px;
}
.item__list > li a .info .item-price__wrap .item-more {
    color: #fff;
    font-size: 33px;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    background: #ff838d;
    border-radius: 5px;
    padding: 5px 0 7px;
    margin-top: 20px;
    position: relative;
}
.item__list > li a .info .item-price__wrap .item-more:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* g-pickup */
#g-pickup {
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/bk_pink.jpg");
}
#g-pickup .cmn-title {
	 background-image: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/pickup_title_bg.jpg");
}



/* g-goods */
#g-goods .cmn-title {
	 background-image: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/goods_title_bg.jpg");
}
#g-goods .g-c__box-in {
	padding-top: 0;
}
.g-item__bnr {
    text-align: center;
    margin: 60px auto;
}
.g-item__contents {
    background: url("https://gigaplus.makeshop.jp/manboushop/img/topics/mothersday/bk_gray.jpg");
}
.g-item__list > li a .img {
	width: 340px;
}
.g-item__list > li a .info {
	width: calc(100% - 380px);
}


/* ------------------------

footer

-------------------------- */
#gift-footer {
    font-size: 17px;
    padding: 0 0 50px;
    text-align: center;
}



/* -----------------------------------

media query

------------------------------------- */


/* 815px 以下 */
@media (max-width: 815px) {

	#gift-header h1 {
		padding-top: 200px;
	}

	.gift-nav .in {
		padding:0;
	}
	.gift-nav__list td {
		display: block;
		border-bottom: solid 2px #fff !important;
	}
	.gift-nav__list a {
		font-size: 12px;
	}

/* gift */
	#gift .title .in {
		height: 200px;
	}
	#gift .title .in h2 {
		width: 100%;
		max-width: 250px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#gift .g-c__box-in {
		background-size: 25%;
	}
	.gift-img:not(:last-of-type) {
		margin-bottom: 20px;
	}

/* item */
	.cmn-title {
		height: 200px;
	}
	.cmn-title h2 {
		width: 100%;
		max-width: 250px;
	}

	.g-c__box-in {
		padding: 30px 0;
	}

	.g-item__bnr {
		margin: 0 auto;
	}
	.g-item__bnr .in {
		padding: 0;
		height: 200px;
		overflow: hidden;
	}
	.g-item__bnr .in img {
		max-width: none;
		height: 200px;
		transform: translateX(-50%);
		position: absolute;
		top: 0;
		left: 50%;
	}
	.g-item__contents {
		padding: 30px 0;
	}

	.item__list > li a .img {
		width: 100%;
		text-align: center;
	}
	.item__list > li a .info {
		display: block;
		width: 100%;
		padding: 30px 10px;
	}
	.item__list > li a .info .info__main .item-name {
		font-size: 24px;
	}	
	.item__list > li a .info .info__main .item-desc {
		font-size: 16px;
	}
	.item__list > li a .info .item-price__wrap {
		margin-top: 20px;
	}
	.item__list > li a .info .item-price__wrap .item-price {
		text-align: center;
	}
	.item__list > li a .info .item-price__wrap .item-price .icon-shipping {
		font-size: 16px;
		margin-right: 10px;
	}
	.item__list > li a .info .item-price__wrap .item-price .price {
		font-size: 40px;
	}
	.item__list > li a .info .item-price__wrap .item-price .price span {
		font-size: 20px;
	}
	.item__list > li a .info .item-price__wrap .item-more {
		font-size: 24px;
		margin-top: 10px;
	}
	.item__list > li a .info .item-price__wrap .item-more:after {
		right: 10px;
		bottom: 10px;
	}

	.g-item__list > li a .info {
		width: 100%;
	}

	.g-item__list > li a .img {
		width: 100%;
	}


	#gift-footer {
		font-size: 12px;
		padding: 20px 0;
	}

	#backtotop {
		width: 60px;
		height: 60px;
	}

}



