@charset "utf-8";

@media only screen and (min-width: 768px), print {

/*-----set-----*/

#main{
	width:100%;
	float:none;
	overflow:hidden;
	display:block;
}
#contents{
	width:100%;
	float:none;
}
.moreBtn{
	width:100px;
	height:auto;
}
#pageTopTitleArea{
	display:none;
}


/*-----topPageMain-----*/
#topPageMainArea{
	min-width:1000px;
}
#topPageMainArea .topPageMain .topPageMainSlide img{
	width:100%;
	height:auto;
}
#topPageMainArea{
	position:relative;
}
#topPageMainArea .topNewsBox{
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(/cheeseclub/cheeseclub_img/index_bg02.png) repeat;
	width:100%;
	padding-top:9px;
	padding-bottom:8px;
	z-index:1000;
}
#topPageMainArea .topNewsBox .topNewsIn{
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
}
#topPageMainArea .topNewsBox ul{
	margin-top:0px;
}
#topPageMainArea .topNewsBox ul li{
	padding-right:60px;
	color:#FFF;
}
#topPageMainArea .topNewsBox ul li .topNewsIcon {
	display: inline-block;
	margin-right: 2em;
}
#topPageMainArea .topNewsBox ul li a{
	color:#FFF;
	padding-left:28px;
	background:url(/cheeseclub/cheeseclub_common/img/com_ic25.png) no-repeat left 1px;
}
#topPageMainArea .slick-list.draggable{
	padding-left:0px !important;
	padding-right:0px !important;
}
#topPageMainArea .slick-arrow{
	display:inline-block;
	background:url(/cheeseclub/cheeseclub_img/index_bt01.png) no-repeat center 50%;
	width:10px;
	height:12px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	right:28px;
	top:6px;
	z-index:10;
}
#topPageMainArea .slick-arrow.slick-next{
	display:inline-block;
	background:url(/cheeseclub/cheeseclub_img/index_bt02.png) no-repeat center 50%;
	right:1px;
	top:6px;
}
#topPageMainArea .topPageTi{
	position:absolute;
	left:50%;
	top:46px;
	margin-left:-283px;
	z-index:1500;
}

/*-----cheeseListBook-----*/

#cheeseListBook {
	width: 1200px;
	margin: 68px auto 0;
	position: relative;
}

/*-----specialMovieArea-----*/
#specialMovieArea{
	padding-top: 60px;
	max-width: 1200px;
	margin: 0 auto;
}
.specialMovieList {
	max-width: 824px;
	margin: 19px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.specialMovieList .specialMovieListItem {
	width: 384px;
}
.specialMovieList .specialMovieListItem:nth-child(n+3) {
	margin-top: 24px;
}
.specialMovieList .specialMovieListItem:nth-child(2n+1):last-child {
	margin-right: auto;
	margin-left: auto;
}
.specialMovieList .specialMovieListItem a{
	display: block;
}

/*-----cheeseMagazineList-----*/
#cheeseMagazineArea{
	padding-top: 60px;
	max-width: 1200px;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.cheeseMagazineList{
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
	margin-top:39px;
}
.cheeseMagazineList ul li{
	float:left;
	width:32%;
	margin-right:2%;
}
.cheeseMagazineList ul li:last-child {
	margin-right:0px;
}
.cheeseMagazineList ul li a{
	display:block;
	position:relative;
	color:#FFF;
}
.cheeseMagazineList ul li a img{
	width:100%;
}
.cheeseMagazineList ul li:hover{
	opacity:0.8;
}
.cheeseMagazineList ul li a:hover img{
	opacity:1;
}
.cheeseMagazineList ul li a:hover .new {
	opacity: 1;
}
.cheeseMagazineList ul li a:hover .new::after {
	opacity: .8;
}
.cheeseMagazineList ul li a .new,
.topBannerBox-v2 .topBannerBox-v2__inner a .new,
.seasonallyList .seasonallyListItem a .new{
	display: inline-block;
	position: absolute;
	left: -16px;
	top: -16px;
	width: 65px;
	height: 65px;
	border-radius: 50%;;
	background-color: #fff;
	text-indent: -9999px;
}
.cheeseMagazineList ul li a .new::after,
.topBannerBox-v2 .topBannerBox-v2__inner a .new::after,
.seasonallyList .seasonallyListItem a .new::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: url(/cheeseclub/cheeseclub_img/index_ic01.png) no-repeat top left / 100%;
	content: '';
}
.cheeseMagazineList ul li a > dl{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:20px 23px 0px;
	margin-top:0px !important;
	width:100%;
	height: 130px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.27) 8%, rgba(0,0,0,0.65) 19%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 8%,rgba(0,0,0,0.65) 19%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 8%,rgba(0,0,0,0.65) 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
}
.cheeseMagazineList ul li a > dl dt{
	margin-bottom: 2px;
}
.cheeseMagazineList ul li a > dl dd .cheeseMagazineDetail {
	margin-top: 0;
	font-weight: bold;
}
.cheeseMagazineList ul li .icMagazine{
	display:inline-block;
	background:#365d42;
	font-size:11px;
	padding:4px 0px 3px;
	min-width:100px;
	text-align:center;
	margin-left:16px;
}
.cheeseMagazineList ul li .icMagazine.type02{
	background-color:#63314f;
}
.cheeseMagazineList ul li .icMagazine.type03{
	background-color:#215176;
}

/*-----cheeseTopBanner-----*/
.cheeseMagazineList.cheeseTopBanner{
	min-width:auto;
	margin-top:55px;
}
.cheeseMagazineList.cheeseTopBanner ul li{
	float:none;
	width:710px;
	margin:0 auto;
}
.cheeseMagazineList.cheeseTopBanner ul li a{
	display:inline-block;
}
.cheeseMagazineList.cheeseTopBanner ul li a img{
	width:auto;
}
.topButton {
	display: flex;
	justify-content: center;
	margin-top: 2.5em;
}
.topButton .buttonInner {
	display: block;
	position: relative;
	width: 384px;
	padding: 15px 29px;
	border: 1px solid #28241f;
	background-color: #28241f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.topButton .buttonInner::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 19px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #fff;
	content: '';
}
.topButton .buttonInner:hover {
	background-color: #faf6e6;
	color: #28241f;
	text-decoration: none;
}
.topButton .buttonInner:hover::before {
	border-left-color: #28241f;
}

/*-----topMariageArea-----*/
#topMariageArea {
	width: 1200px;
	position: relative;
	margin: 70px auto 0;
	padding: 65px 0 65px;
	z-index: 2;
}
.mariageColumnLayout {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 20px;
}
.mariageColumnLayout .columnItem {
	width: 130px;
	margin: 36px 36px 0 0;
}
.mariageColumnLayout .columnItem:nth-of-type(7n),
.mariageColumnLayout .columnItem:last-of-type {
	margin-right: 0;
}
.mariageColumnLayout .columnItem:nth-of-type(-n+7) {
	margin-top: 0;
}
.mariageColumnLayout .columnItem .itemImage {
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 4px 4px #c2bab0;
}
.mariageColumnLayout .columnItem .itemLink {
	color: #28241f;
}
.mariageColumnLayout .columnItem .itemText {
	margin-top: .5em;
	color: #28241f;
	font-size: 20px;
	text-align: center;
	line-height: 1.5
}


/*-----topBanner-----*/
	.topBanner{
		margin: 0 auto;
		padding: 50px 0 14px;
		text-align: center;
	}
	.topBannerBox.column2{
		display: flex;
		justify-content: center;
		margin: 50px auto 0;
	}
	.topBannerBox.column2 figure:first-child{
		margin-right: 20px;
	}
	.topBannerBox.column2 figure {
		position:relative;
	}
	.topBannerBox.column2 figure:hover{
		opacity:0.8;
	}
	.topBannerBox.column2 figure:hover img{
		opacity:1;
	}
	.topBannerBox.column2 figure .new{
		display:inline-block;
		text-indent:-9999px;
		width:70px;
		height:70px;
		background:url(/cheeseclub/cheeseclub_common/img/com_ic21.png) no-repeat;
		background-size:70px 70px;
		position:absolute;
		left:-30px;
		top:-19px;
	}
	.topBannerBox-v2 {
		text-align: center;
		padding: 50px 0 14px;
	}
	.topBannerBox-v2__link {
		display: inline-block;
		position: relative;
	}

/*-----SeasonallyArea-----*/
#seasonallyArea{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}
.seasonallyList {
	margin-top: 1.5em;
}
.seasonallyList .seasonallyListItem {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.seasonallyList .seasonallyListItem:last-child {
	margin-right: 0;
}
.seasonallyList .seasonallyListItem .itemLink {
	display: block;
	position:relative;
	color:#FFF;
}
.seasonallyList .seasonallyListItem .itemDeteil {
	position: relative;
	padding: 25px 25px 20px 42px;
	background-color: #f6f1e4;
	color: #27231e;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.seasonallyList .seasonallyListItem .itemDeteil::before {
	display: block;
	position: absolute;
	top: 33px;
	left: 22px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #28241f;
	content: '';
}
.seasonallyList .seasonallyListItem a.itemLink:hover {
	text-decoration: none;
}
.seasonallyList .seasonallyListItem a.itemLink:hover{
opacity: .8;
}
.seasonallyList .seasonallyListItem a.itemLink:hover .itemImage > img {
	opacity: 1;
}
.seasonallyList-v2 {
	margin-top: 1.5em;
}
.seasonallyList-v2 .seasonallyListItem {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.seasonallyList-v2 .seasonallyListItem:last-child {
	margin-right: 0;
}
.seasonallyList-v2 .seasonallyListItem .itemLink {
	display: block;
}
.seasonallyList-v2 .seasonallyListItem .itemImage {
	display: flex;
	justify-content: center;
}
.seasonallyList-v2 .seasonallyListItem .itemDeteil {
	color: #27231e;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.seasonallyList-v2 .seasonallyListItem a.itemLink:hover {
	opacity: .8;
}

/*instagramListBox*/
#instagramListBox{
	text-align:center;
	padding-top: 57px;
}
#instagramListBox .instagramListTi{
	margin-bottom:30px;
}
#instagramListBox .bx-wrapper{
	max-width:inherit !important;
}
#instagramListBox .slick-slide img{
	width:250px;
}
#instagramListBox .slick-slide{
	margin-left:3px;
	margin-right:3px;
}

/*topSnsAccountBox*/
#topSnsAccountBox{
	width:580px;
	margin:0 auto;
	padding-top:75px;
	text-align:center;
}
#topSnsAccountBox .topSnsAccountTi{
	font-size:18px;
}
#topSnsAccountBox .topSnsAccount ul{
	display:table;
	width:100%;
}
#topSnsAccountBox .topSnsAccount ul li{
	display:table-cell;
	width:30%;
	text-align:center;
}
#topSnsAccountBox .topSnsAccount ul li a{
	color:#333;
}
#topSnsAccountBox .topSnsAccount ul li dl{
	display:table;
	width:100%;
}
#topSnsAccountBox .topSnsAccount ul li dl dt{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	width:55px;
}
#topSnsAccountBox .topSnsAccount ul li dl dt img{
	width:36px;
	height:auto;
}
#topSnsAccountBox .topSnsAccount ul li dl dd{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}



/*topUnderSlider*/
#topUnderSlider{
	padding-top:78px;
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
	position:relative;
}
#topUnderSlider .slick-arrow{
	background:url(/cheeseclub/cheeseclub_common/img/com_bt03.png) no-repeat;
	width:25px;
	height:25px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	left:-39px;
	top:50%;
	margin-top:-13px;
}
#topUnderSlider .slick-arrow.slick-next{
	left:inherit;
	right:-39px;
	background:url(/cheeseclub/cheeseclub_common/img/com_bt04.png) no-repeat;
}
#topUnderSlider .slick-slide{
	margin-left:2px;
	margin-right:2px;
}

/*-----topContents-----*/
#topPresentArea {
	width: 1200px;
	margin: 0 auto;
}

/*-----topContents-----*/
.topContents01 {
	position: relative;
}
.topContents01 .topContentsBgimg .scItem {
	position: absolute;
	overflow: hidden;
	transition: opacity 1s ;
}
.topContents01 .topContentsBgimg .scItem.item01 {
	left: 50%;
	top: 70px;
	margin-left: -268px;
}
.topContents01 .topContentsBgimg .scItem.item02 {
	right: 50%;
	top: 144px;
	margin-right: -775px;
}
.topContents01 .topContentsBgimg .scItem.item03 {
	left: 50%;
	top: 549px;
	margin-left: -908px;
}
.topContents01 .topContentsBgimg .scItem.item04 {
	right: 50%;
	top: 632px;
	margin-right: -188px;
}
.topContents01 .topContentsBgimg .scItem.item05 {
	right: 50%;
	top: 800px;
	margin-right: -947px;
}
.topContents02 {
	position: relative;
	background-color: #eeeadb;
}
.topContents02 .topContentsBgimg {
	position: relative;
	z-index: 1;
}
.topContents02 .topContentsBgimg .scItem {
	position: absolute;
	overflow: hidden;
}
.topContents02 .topContentsBgimg .scItem.item01 {
	width: 93px;
	left: 50%;
	top: 32px;
	margin-left: -494px;
}
.topContents02 .topContentsBgimg .scItem.item02 {
	width: 278px;
	right: 50%;
	top: 64px;
	margin-right: -608px;
}
.topContents02 .topContentsBgimg .scItem.item03 {
	width: 208px;
	left: 50%;
	top: 262px;
	margin-left: -763px;
}
.topContents02 .topContentsBgimg .scItem.item04 {
	width: 206px;
	right: 50%;
	top: 173px;
	margin-right: -895px;
}
.topContents02 .topContentsBgimg .scItem.item05 {
	width: 187px;
	right: 50%;
	top: 346px;
	margin-right: -650px;
}
.topContents02 .topContentsBgimg .scItem.item06 {
	width: 80px;
	left: 0;
	top: 424px;
	margin-left: -7px;
}
.topContents02 .topContentsBgimg .scItem.item07 {
	width: 100px;
	left: 50%;
	top: 569px;
	margin-left: -763px;
}
.topContents02 .topContentsBgimg .scItem.item08 {
	width: 165px;
	right: 50%;
	top: 584px;
	margin-right: -874px;
}
.topContents03 {
	display: flex;
	align-items: center;
	min-height: 390px;
	background: url(/cheeseclub/cheeseclub_img/index_bg01.jpg) no-repeat center / cover;
	color: #fff;
}

/*-----topLeadText-----*/
.topLeadText {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*-----topButton-v2-----*/
.topButton-v2 {
	display: flex;
	justify-content: center;
	margin-top: 3em;
}
.topButton-v2 .buttonInner {
	display: block;
	position: relative;
	width: 376px;
	padding: 17px 29px;
	border: 1px solid #28241f;
	background-color: #fff;
	color: #28241f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.topButton-v2 .buttonInner::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 19px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #28241f;
	content: '';
}
.topButton-v2 .buttonInner:hover {
	background-color: #ed6500;
	border-color: #ed6500;
	color: #fff;
	text-decoration: none;
}
.topButton-v2 .buttonInner:hover::before {
	border-left-color: #fff;
}

/* ----- shadowBoxLayout -----*/
.shadowBoxLayout {
	width: calc(100% - 5px);
	margin-top: 20px;
	padding: 45px 37px 35px;
	background-color: #eeeadb;
	box-shadow: 1px 1px #c2bab0,
		2px 2px #e0dcd7,
		3px 3px #c2bab0,
		4px 4px #e0dcd7,
		5px 5px #c2bab0;
}

/* ----- imageLinkList -----*/
.imageLinkList {
	margin-top: 10px;
}
.imageLinkList .linkListInner {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
}
.imageLinkList .linkListInner > li {
	width: calc((100% - 48.1px) / 3);
	margin-right: 24px;
	border-bottom: 1px dashed #d0c9c0;
}
.imageLinkList .linkListInner > li:nth-of-type(3n) {
	margin-right: 0;
}
.imageLinkList .linkListInner > li .linkLabel {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	padding: 9px 5px 10px;
	color: #2e2a25;
}
.imageLinkList .linkListInner > li .linkLabel::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}
.imageLinkList .linkListInner > li .linkImage {
	width: 50px;
	margin-right: 7px;
}
.imageLinkList .linkListInner > li .linkText {
	margin: 0;
	font-size: 18px;
}
.imageLinkList .linkListInner > li a.linkLabel:hover {
	text-decoration: underline;
	opacity: .8;
}

/* ----- tabLayout -----*/
.tabLayout {
	margin-top: 20px;
}
.tabLayout .tabNaviList {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
.tabLayout .tabNaviList > li {
	width: 10.75%;
}
.tabLayout .tabNaviList > li .tabNaviTrigger {
	display: block;
	position: relative;
	background-color: #faf7ec;
	border: 1px solid #28241f;
	padding: 10px 20px 6px;
	color: #28241f;
	text-align: center;
	box-shadow: 3px 3px #c2bab0;
}
.tabLayout .tabNaviList > li .tabNaviTrigger::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}
.tabLayout .tabNaviList > li .tabNaviTrigger .naviTriggerLabel {
	font-size: 20px;
	font-weight: bold;
}
.tabLayout .tabNaviList > li.on .tabNaviTrigger,
.tabLayout .tabNaviList > li .tabNaviTrigger:hover {
	background-color: #28241f;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
.tabLayout .tabNaviList > li.on .tabNaviTrigger::before,
.tabLayout .tabNaviList > li .tabNaviTrigger:hover:before {
	border-top: 6px solid #fff;
	border-right: 3px solid transparent;
	border-bottom: none;
	border-left: 3px solid transparent;
}
.tabLayout  .tabContents {
	margin-top: 30px;
}
.tabLayout  .tabContents > *:first-child {
	margin-top: 0 !important;
}
.shadowBoxLayout .tabLayout .tabContents {
	margin: 30px -37px 0;
	padding: 0 37px;
}

/* ----- textLinkList-v2 -----*/
.textLinkList-v2 {
	display: flex;
	flex-flow: row wrap;
}
.textLinkList-v2 > li {
	width: calc((100% - 62.1px) / 3);
	margin: 14px 31px 0 0;
}
.textLinkList-v2 > li:nth-of-type(3n) {
	margin-right: 0;
}
.textLinkList-v2 > li:nth-of-type(-n+3) {
	margin-top: 0;
}
.textLinkList-v2 > li .linkLabel {
	display: inline-block;
	position: relative;
	padding-left: 19px;
	font-size: 16px;
}
.textLinkList-v2 > li .linkLabel::before {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}

/* ----- shadowColumnLayout -----*/
.shadowColumnLayout {
	display: flex;
	flex-flow: row wrap;
	margin: 40px 5px 0 0;
}
.shadowColumnLayout .columnItem {
	width: calc((100% - 93.1px) / 4);
	margin: 31px 31px 0 0;
	box-shadow: 1px 1px #c2bab0,
		2px 2px #e0dcd7,
		3px 3px #c2bab0,
		4px 4px #e0dcd7,
		5px 5px #c2bab0;
}
.shadowColumnLayout .columnItem:nth-of-type(4n) {
	margin-right: 0;
}
.shadowColumnLayout .columnItem:nth-of-type(-n+4) {
	margin-top: 0;
}
.shadowColumnLayout .columnItem .columnLink {
	display: block;
	color: #27231e;
	text-decoration: none;
}
.shadowColumnLayout .columnItem .columnLink .columnText {
	position: relative;
	padding: 20px 20px 18px 40px;
	font-size: 20px;
	font-weight: bold;
}
.shadowColumnLayout .columnItem .columnLink .columnText::before {
	display: block;
	position: absolute;
	top: 32px;
	left: 22px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}
.shadowColumnLayout-v2 {
	display: flex;
	flex-flow: row wrap;
	margin: 40px 5px 0 0;
}
.shadowColumnLayout-v2 .columnItem {
	width: calc((100% - 123.1px) / 4);
	margin: 31px 41px 0 0;
	box-shadow: 1px 1px #c2bab0,
		2px 2px #e0dcd7,
		3px 3px #c2bab0,
		4px 4px #e0dcd7,
		5px 5px #c2bab0;
}
.shadowColumnLayout-v2 .columnItem:nth-of-type(4n) {
	margin-right: 0;
}
.shadowColumnLayout-v2 .columnItem:nth-of-type(-n+4) {
	margin-top: 0;
}
.shadowColumnLayout-v2 .columnItem .columnLink {
	display: block;
	color: #27231e;
	text-decoration: none;
}
.shadowColumnLayout-v2 .columnItem .columnLink .columnText {
	position: relative;
	padding: 22px 20px 19px 40px;
	font-size: 18px;
	font-weight: bold;
}
.shadowColumnLayout-v2 .columnItem .columnLink .columnText::before {
	display: block;
	position: absolute;
	top: 30px;
	left: 17px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}

/*-----titleTextArea-----*/
.titleTextArea {
	text-align: center;
}
.titleTextArea .titleTextLabel > img {
	height: 40px;
}
.titleTextArea .titleSubtext {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
}
.titleTextArea-v2 {
	margin-top: 50px;
	position: relative;
	text-align: center;
}
.titleTextArea-v2 .titleTextLabel {
	padding-bottom: 11px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.58;
}
.titleTextArea-v2 .titleTextLabel::after {
	display: block;
	width: 38px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -19px;
	background-color: #978f83;
	content: '';
}
.titleTextArea-v2.addButton {
	position: relative;
	padding: 5px 120px 0;
}
.titleTextArea-v2.addButton .titleButton {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}
.titleTextArea-v2.addButton .titleButton .buttonInner {
	display: block;
	position: relative;
	padding: 8px 19px 8px 37px;
	border: 1px solid #28241f;
	background-color: #fff;
	color: #28241f;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.titleTextArea-v2.addButton .titleButton .buttonInner::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 19px;
	margin-top: -3px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #28241f;
	content: '';
}
.titleTextArea-v2.addButton .titleButton .buttonInner:hover {
	background-color: #28241f;
	color: #fff;
	text-decoration: none;
}
.titleTextArea-v2.addButton .titleButton .buttonInner:hover::before {
	border-left-color: #fff;
}


/*=================================

	clearfix

=================================*/
#cheeseListBook .bookmarkList:after,
.cheeseMagazineList ul:after,
#topMariageArea .mariage-contents .mariage_item .mariage_item_list[data-row-pc]:after,
.seasonallyList::after,
.seasonallyList-v2::after {
	content: "";
	display: block;
	clear: both;
}

}


@media only screen and (min-width: 768px), print {
	#topPageMainArea .topPageTi{
		top:15px;
		margin-left: -141px;
	}
	#topPageMainArea .topPageTi img{
		width:50%;
	}
}
@media only screen and (min-width: 900px), print {
	#topPageMainArea .topPageTi{
		top:9px;
		margin-left: -170px;
	}
	#topPageMainArea .topPageTi img{
		width:60%;
	}
}
@media only screen and (min-width: 1100px), print {
	#topPageMainArea .topPageTi{
		top:4px;
		margin-left: -198px;
	}
	#topPageMainArea .topPageTi img{
		width:70%;
	}
}
@media only screen and (min-width: 1300px), print {
	#topPageMainArea .topPageTi{
		top:30px;
		margin-left: -226px;
	}
	#topPageMainArea .topPageTi img{
		width:80%;
	}
}
@media only screen and (min-width: 1500px), print {
	#topPageMainArea .topPageTi{
		top:11px;
		margin-left: -283px;
	}
	#topPageMainArea .topPageTi img{
		width:100%;
	}
}
@media only screen and (min-width: 1800px), print {
	#topPageMainArea .topPageTi{
		top:30px;
		margin-left: -283px;
	}
	#topPageMainArea .topPageTi img{
		width:100%;
	}
}


@media print {
	.snsArea{
		display:none !important;
	}
}




