@charset "UTF-8";

/* 必須指定 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
#contWrap * {
    box-sizing: border-box;
}
#contWrap {
    margin: 0 auto;
    width: 100%;
    color: #333;
    font-size: 16px;
	line-height: 1.7em;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
}
#contWrap figure,
#contWrap p,
#contWrap ul,
#contWrap dl {
    border:0;
    margin:0;
    padding:0;
}
#contWrap img{
    border:0;
    margin:0;
    padding:0;
    vertical-align:bottom;
    width: 100%;
}
#contWrap table{
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
}
#contWrap a:hover {
    text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	#contWrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	#contWrap .overflow {
		overflow: auto;
	}
}

/* 共通 */
:root {
	--blue: #005680;
	--pink: #ff536f;
}
#contWrap .mt2h {/* 上マージン */
  margin-top: 2.5rem;
}
#contWrap .mt3 {
  margin-top: 3rem;
}
#contWrap .mt5 {
  margin-top: 5rem;
}
#contWrap .mb1h {/* 下マージン */
  margin-bottom: 1.5rem;
}
#contWrap .mb3 {
  margin-bottom: 3rem;
}
#contWrap .mtb2 {/* 上下マージン */
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#contWrap .tal {
	text-align: left;
}
#contWrap .tac {
	text-align: center;
}
#contWrap .tar {
	text-align: right;
}

/*----- pcだけ表示 -----*/
#contWrap .only-pc {
  display: block;
}
#contWrap .only-sp {
  display: none;
}

@media screen and (max-width: 750px){
	#contWrap .mt2h {/* 上マージン */
		margin-top: 1.25rem;
	}
	#contWrap .mt3 {
		margin-top: 1.5rem;
	}
	#contWrap .mt5 {
		margin-top: 2.5rem;
	}
	#contWrap .mb1h {/* 下マージン */
		margin-bottom: 0.75rem;
	}
	#contWrap .mb3 {
		margin-bottom: 1.5rem;
	}
	#contWrap .mtb2 {/* 上下マージン */
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	/*----- spだけ表示 -----*/
	#contWrap .only-pc {
		display: none!important;
	}
	#contWrap .only-sp {
		display: block;
	}
}


/* コンテンツ部分
---------------------------------------*/

/* メインエリア */
#contWrap #mainArea {
	margin-bottom: 60px;
}
#contWrap .mainTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contWrap .h2bg {
	width: 12%;
}
#contWrap h2 {
	width: 76%;
	color: var(--blue);
	font-size: 36px;
	font-weight: 900;
	line-height: 46px;
	margin: 30px 0 20px;
	letter-spacing: -1px;
}
#contWrap h2 .txtS {
	font-size: 32px;
	line-height: 42px;
}
#contWrap h2 .txtL {
	font-size: 48px;
	line-height: 56px;
}
#contWrap h2 .pink {
	color: var(--pink);
}
#contWrap .mainPeriod {
	background-color: var(--blue);
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	padding: 15px 0;
}
#contWrap .mainPeriod + p {
	color: var(--blue);
	font-size: 14px;
}

@media screen and (max-width: 750px){
	#contWrap #mainArea {
		margin-bottom: 40px;
	}
	#contWrap h2 {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		margin: 20px 0 15px;
	}
	#contWrap h2 .txtS {
		font-size: 14px;
		line-height: 20px;
	}
	#contWrap h2 .txtL {
		color: var(--pink);
		font-size: 20px;
		line-height: 30px;
	}
	#contWrap .mainPeriod {
		font-size: 16px;
		padding: 10px 0;
	}
}

/* メインエリア - ナビゲーション */
#contWrap #mainArea .mainNavi {
	margin-top: 50px;
	background-color: var(--pink);
}
#contWrap #mainArea .mainNavi .naviItems {
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}
#contWrap #mainArea .naviItems li {
	width: calc(100% / 3);
}
#contWrap #mainArea .naviItems .naviImg {
	position: relative;
	background-color: #fff;
}
#contWrap #mainArea .naviItems .naviImg .caption {
	color: #fff;
	/* background-color: var(--pink); */
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
#contWrap #mainArea .naviItems .naviImg .caption span {
	background-color: #333;
	line-height: 1;
	display: inline-block;
	padding: 8px 20px 10px;
}
#contWrap #mainArea .naviItems li .arrow  {
	margin-top: 10px;
}
#contWrap #mainArea .naviItems li .arrow img {
	width: 35px;
}
#contWrap #mainArea .naviItems li .pstCover {
	position: relative;
	margin: 10px;
	padding: 10px;
	/* border: 1px solid var(--blue); */
	background-color: #fff;
}
#contWrap #mainArea .naviItems li .pstImg1 {
	position: absolute;
	width: 100%;
	top: -40px;
}
#contWrap #mainArea .naviItems li .pstImg1 img {
	width: 75%;
}
#contWrap #mainArea .naviItems li .pstTtl {
	color: var(--pink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1em;
	margin: 150px 0 20px 0;
	letter-spacing: -0.5px;
}
#contWrap #mainArea .naviItems li .pstTtl span {
	font-size: 14px;
}
#contWrap #mainArea .naviItems li .pstInner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#contWrap #mainArea .naviItems li .pstImg2 {
	width: 47%;
}
#contWrap #mainArea .naviItems li .pstTxt {
	width: 51%;
	font-size: 14px;
	line-height: 1.6em;
}
#contWrap #mainArea .mainNavi .categoryTag span {
	margin: 0 0 7px 0;
}

@media screen and (max-width: 750px) {
	#contWrap #mainArea .naviItems .naviImg .caption {
		font-size: 14px;
		bottom: 10px;
	}
	#contWrap #mainArea .naviItems .naviImg .caption span {
		padding: 5px 10px;
	}
	#contWrap #mainArea .naviItems li .arrow img {
		width: 25px;
	}
	#contWrap #mainArea .naviItems li .pstCover {
		margin: 5px 3px 10px;
		padding: 5px;
	}
	#contWrap #mainArea .naviItems li .pstImg1 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -10px;
	}
	#contWrap #mainArea .naviItems li .pstImg1 img {
		width: 100%;
	}
	#contWrap #mainArea .naviItems li .pstTtl {
		font-size: 16px;
		margin: 10px 0;
		letter-spacing: -0.5px;
		height: 70px;
	}
	#contWrap #mainArea .naviItems li .pstInner {
		display: block;
	}
	#contWrap #mainArea .naviItems li .pstImg2 {
		width: 100%;
		margin-bottom: 10px;
	}
	#contWrap #mainArea .naviItems li .pstTxt {
		width: 100%;
		font-size: 12px;
	}
}

/* プレゼントの詳細 */
#contWrap #presents {
	margin-bottom: 60px;
}
#contWrap #presents .present {
	margin-bottom: 20px;
	border: var(--blue) solid 3px;
}
#contWrap #presents .presentTitle  {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background-color: var(--blue);
	padding: 7px 0 10px;
}
#contWrap #presents .presentTitle span  {
	color: #333;
	font-size: 16px;
	line-height: 1em;
	background-color: #ff0;
	margin-right: 1em;
	padding: 3px 10px 5px;
	border-radius: 4px;
	display: inline-block;
}
#contWrap #presents .presentPointCover {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
}
#contWrap #presents .presentPointCover figure {
	width: 49%;
}

@media screen and (max-width: 750px) {
	#contWrap #presents {
		margin-bottom: 30px;
	}
	#contWrap #presents .presentTitle  {
		font-size: 20px;
		padding: 7px 0;
	}
	#contWrap #presents .presentTitle span  {
		font-size: 14px;
		margin-right: 0;
		padding: 3px 10px;
		border-radius: 2px;
		margin-bottom: 2px;
	}
	#contWrap #presents .presentPointCover {
		padding: 20px 20px 0;
	}
	#contWrap #presents .presentPointCover figure {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* アイテムの詳細 */
#contWrap #items {
	margin-bottom: 100px;
}
#contWrap #items h3 {
	background-color: var(--pink);
	color: #fff;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 900;
	margin-bottom: 20px;
	padding: 10px
}
#contWrap #items h3 + p {
	margin-bottom: 30px;
	padding: 0 20px;
}
#contWrap #items h4 {
	background-color: #333;
	color: #fff;
	font-size: 24px;
	line-height: 2.5em;
	font-weight: 900;
	margin-bottom: 20px;
}
#contWrap #items h5 {
	background-color: #f0f0f0;
	color: #333;
	font-size: 22px;
	line-height: 2em;
	font-weight: 900;
	margin-bottom: 20px;
}
#contWrap #items .point {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#contWrap #items .point li {
	width: 32%;
	margin-bottom: 20px;
}
#contWrap #items .itemCover {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#contWrap #items .itemCover .item {
	width: 24%;
	margin-bottom: 20px;
	margin-right: 1.3%;
}
#contWrap #items .itemCover .item:nth-of-type(4n) {
	margin-right: 0;
}
#contWrap #items .itemCover .item img {
	border: #ccc solid 1px;
	margin-bottom: 15px;
}
#contWrap #items .itemCover .item p {
	padding: 0 15px;
}
#contWrap #items .itemCover .item p:nth-of-type(1) {
	font-weight: 700;
	line-height: 1.3;
}
#contWrap #items .itemCover .item p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
}
#contWrap #items .itemCover .item p:nth-of-type(3) span {
	font-size: 12px;
}
#contWrap #items .itemCover .item p:nth-of-type(4) {
	color: #f00;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
#contWrap #items .itemCover .item p:nth-of-type(4) span {
	font-size: 16px;
}
#contWrap #items #clear,
#contWrap #items #color,
#contWrap #items #wood {
	margin-bottom: 20px;
	margin-top: -60px;
	padding-top: 60px;
}

@media screen and (max-width: 750px) {
	#contWrap #items {
		margin-bottom: 30px;
	}
	#contWrap #items h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#contWrap #items h3 + p {
		font-size: 14px;
		line-height: 1.5;
		padding: 0;
	}
	#contWrap #items h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#contWrap #items h5 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#contWrap #items .point {
		margin-bottom: 15px;
	}
	#contWrap #items .point li {
		width: 49%;
		margin-bottom: 10px;
	}
	#contWrap #items .itemCover {
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#contWrap #items .itemCover .item {
		width: 49%;
		margin-right: 0;
	}
	#contWrap #items .itemCover .item p {
		padding: 0 0;
		line-height: 1.5;
	}
	#contWrap #items .itemCover .item p:nth-of-type(1) {
		font-size: 14px;
	}
	#contWrap #items .itemCover .item p:nth-of-type(2) {
		font-size: 12px;
	}
	#contWrap #items .itemCover .item p:nth-of-type(3) {
		font-size: 12px;
	}
	#contWrap #items .itemCover .item p:nth-of-type(3) span {
		font-size: 11px;
	}
	#contWrap #items .itemCover .item p:nth-of-type(4) {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#contWrap #items .itemCover .item p:nth-of-type(4) span {
		font-size: 12px;
	}
	#contWrap #items #clear,
	#contWrap #items #color,
	#contWrap #items #wood {
		margin-bottom: 20px;
		margin-top: -90px;
		padding-top: 90px;
	}
}


/* 特集 */
#contWrap #special {
	margin-bottom: 100px;
}
#contWrap #special h3 {
	background-color: #f0f0f0;
	font-size: 24px;
	line-height: 2.5em;
	font-weight: 900;
	margin-bottom: 15px;
	text-align: center;
}
#contWrap #special ul.bnList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #special ul.bnList li {
	margin: 20px 0 0 0;
	padding: 0;
	width: 32.3%;
}

@media screen and (max-width: 750px) {
	#contWrap #special {
		margin-bottom: 30px;
	}
	#contWrap #special h3 {
		font-size: 20px;
		line-height: 1.3em;
		padding: 10px;
		margin-bottom: 15px;
	}
	#contWrap #special ul.bnList li {
		margin: 0 0 15px 0;
		width: 100%;
	}
}


/* 商品ページへのリンクボタン
---------------------------------------*/
#contWrap .linkBtn {
	text-align: center;	
	/* width: 80%; */
	margin: 0 auto 8px;
}
#contWrap .linkBtn a {
	color: #fff;
	background-color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	display: block;
	border-radius: 4px;
	line-height: 1.5em;
	padding: 0.6em 0;
}
#contWrap .linkBtn a span {
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
}
#contWrap .linkBtn a span::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
	left: -17px;
    width: 0;
    height: 0;
    margin: -5px 0 0 0;
    padding: 0;
	border: 5px solid transparent;
    border-left: 8px solid #fff;
}
#contWrap .linkBtn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 750px) {
	#contWrap .linkBtn a {
		font-size: 14px;
	}
}

/* お問合せ右下固定ボタン */
.footer_fix_btn {
	position:fixed;
	width: 70px;
	right: 0px;
	bottom: 250px;
}
.footer_fix_btn02 {
	position:fixed;
	width: 70px;
	right: 0px;
	bottom: 105px;
}
.footer_fix_btn a,
.footer_fix_btn02 a{
	display:block;
	width:100%;
	text-decoration:none;
}
.footer_fix_btn a:hover,
.footer_fix_btn02 a:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px){
	.footer_fix_btn {
		 position: fixed;
		 width: 45px;
		 right: 0px;
		 bottom: 105px;
		 z-index: 999;
	}
  .footer_fix_btn02 {
		 position: fixed;
		 width: 45px;
		 right: 0px;
		 bottom: 10px;
		 z-index: 999;
	}
}