@charset "utf-8";.mainContents{
	font-size: 14px;
	line-height: 2;
	letter-spacing: 3px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mainContents img{
	width: 100%;
}
.mainContents figure{
	position: relative;
	margin: 0;
}
.mainContents figcaption{
	position: absolute;
}
.mainContents .timeToRelax figure > img{
	width: 90%;
}
.mainContents .timeToRelax figcaption{
	width: 37%;
	right: 0;
	top: 98%;
	transform: translateY(-50%);
}
.mainContents .timeToRelax .textArea{
	width: 31%;
	padding-top: 6%;
	margin: 0 auto;
	line-height: 3;
}
.mainContents .dailyAndNight,
.mainContents .travelLine{
	margin: 20% 0 0 10%;
}
.mainContents .photoTshirts{
	margin-top: 15%;
}
.mainContents .photoTshirts figure{
	padding-bottom: 10%;
}
.mainContents .dailyAndNight figure > img,
.mainContents .travelLine figure > img{
	width: 60%;
}
.mainContents .photoTshirts figure > img{
	width: 65%;
	padding-top: 10%;
}
.mainContents .dailyAndNight figcaption{
	width: 49%;
	right: 0;
	bottom: 17%;
}
.mainContents .travelLine figcaption{
	width: 35%;
	right: 13%;
	bottom: 27%;
}
.mainContents .photoTshirts figcaption{
	width: 41%;
	bottom: 3.5%;
	left: 8%;
}
.mainContents .dailyAndNight .textArea,
.mainContents .travelLine .textArea{
	position: absolute;
	width: 28%;
	top: 17%;
	right: 5%;
	line-height: 2.5;
	font-size: 13.2px;
	letter-spacing: 1.2px;
}
.mainContents .photoTshirts .textArea{
	position: absolute;
	width: 28%;
	top: 14%;
	right: 3%;
	line-height: 2.5;
	font-size: 13.2px;
	letter-spacing: 1.2px;
}
.mainContents .dailyAndNight .textArea h2,
.mainContents .travelLine .textArea h2,
.mainContents .photoTshirts .textArea h2{
	padding-bottom: 15%;
	font-size: 21.6px;
	line-height: 2;
}
.mainContents .dailyAndNight .slashLine,
.mainContents .travelLine .slashLine{
	width: 1px;
	height: 30%;
	position: absolute;
	left: 65%;
	bottom: 74%;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
}
.mainContents .photoTshirts .slashLine{
	width: 1px;
	height: 25%;
	position: absolute;
	left: 67%;
	bottom: 79%;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
}
.mainContents .photoTshirts .textWrap{
	width: 65%;
	margin: 0 auto;
}
.mainContents .photoTshirts .itemPrice{
	display: inline-block;
}
.mainContents .travelLine .flex{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 40%;
}
.mainContents .flex{
	display: flex;
	margin: 0 10%;
}
.mainContents .flex.twoColumns{
	margin: 0 20%;
}
.mainContents .flex.threeColumns{
	margin: 0 5%;
}
.mainContents .flex .flex{
	margin: 0;
}
.mainContents .flex > div{
	width: 50%;
}
.mainContents .flex.flexRow1 .rightColumn{
	margin-top: 10%;
}
.mainContents .flex.flexRow1 .rightColumn.flex{
	flex-direction: column;
}
.mainContents .flex.flexRow1 .rightColumn .itemPrice{
	margin-top: auto;
}
.mainContents .flex.flexRow2{
	margin-top: 15%;
}
.mainContents .flex.flexRow2 .leftColumn{
	margin-top: 15%;
	padding-right: 3%;
}
.mainContents .flex.flexRow3 .leftColumn{
	margin-top: 25%;
	padding-right: 3%;
}
.mainContents .flex.flexRow3 .leftColumn p {
	/* transform: translateX(-50%); */
	/* left: 50%; */
	width: 80%;
	/* top: 40%; */
	font-size: 11px;
	line-height: 2.5;
	margin: auto;
	padding-top: 23px;
	padding-bottom: 23px;
}
.mainContents .flex.flexRow2 .rightColumn,
.mainContents .flex.flexRow3 .rightColumn{
	padding-left: 3%;
}
.mainContents div div .itemPrice{
	width: 192px;
	margin: 36px auto 0;
}
.mainContents .itemPrice .itemPriceDetail{
	font-size: 12px;
	padding-bottom: 5%;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.mainContents .itemPrice .buttonWrap img {
	max-width:167px;
}
.mainContents .item{
	width: 65%;
	margin: 10% auto 0;
}
.mainContents .linkRow{
	margin-top: 30%;
}
.mainContents .linkRow img{
	// width: 271px;
	width: 305px;
}
.mainContents .fontItalic{
	font-style: italic;
}
.mainContents .scroll-fade{
	opacity: 0;
}
.mainContents .displaySP{
	display: none;
}

@media only screen and (max-width: 1200px){
	.mainContents{
		font-size: 1.167vw;
		letter-spacing: 0.25vw;
	}
	.mainContents .timeToRelax .textArea{
		font-size: 1.16vw;
		width: 35%;
	}
	.mainContents .dailyAndNight .textArea,
	.mainContents .travelLine .textArea,
	.mainContents .photoTshirts .textArea{
		font-size: 1.1vw;
		letter-spacing: 0.1vw;
	}
	.mainContents .dailyAndNight .textArea h2,
	.mainContents .travelLine .textArea h2,
	.mainContents .photoTshirts .textArea h2{
		font-size: 1.8vw;
	}
	.mainContents .flex.flexRow3 .leftColumn p {
		font-size: 0.917vw;
	}
	.mainContents div div .itemPrice{
		width: 16vw;
		margin-top: 3vw;
	}
	.mainContents .itemPrice .itemPriceDetail{
		font-size: 1.2vw;
	}
	.mainContents .linkRow img{
		width: 22.6vw;
	}
}

@media only screen and (max-width: 790px){
	.mainContents .timeToRelax .textArea {
		width: 43%;
	}
	.mainContents .dailyAndNight figcaption {
		bottom: 0;
	}
	.mainContents .travelLine figcaption {
		bottom: 12%;
	}
	.mainContents .travelLine .flex {
		bottom: -5%;
	}
}

@media only screen and (max-width: 640px){
	.mainContents{
		font-size: 2.1875vw;
		letter-spacing: 0.46875vw;
	}
	.mainContents .timeToRelax figure > img{
		width: 78%;
	}
	.mainContents .timeToRelax figcaption{
		width: 70%;
		top: 100%;
	}
	.mainContents .timeToRelax .textArea{
		width: 70%;
		padding-top: 40%;
		font-size: 2.7vw;
		line-height: 2.3;
	}
	.mainContents .dailyAndNight,
	.mainContents .travelLine,
	.mainContents .photoTshirts{
		margin-left: 0;
	}
	.mainContents .photoTshirts{
		margin-top: 20%;
	}
	.mainContents .photoTshirts figure{
		padding: 0;
	}
	.mainContents .dailyAndNight figure > img,
	.mainContents .travelLine figure > img,
	.mainContents .photoTshirts figure > img{
		width: 100%;
		padding: 0;
	}
	.mainContents .dailyAndNight figcaption,
	.mainContents .travelLine figcaption,
	.mainContents .photoTshirts figcaption{
		position: static;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 5%;
	}
	.mainContents .photoTshirts figcaption{
		width: 60%;
	}
	.mainContents .dailyAndNight .textArea,
	.mainContents .travelLine .textArea,
	.mainContents .photoTshirts .textArea{
		position: static;
		width: 60%;
		margin: 0 auto;
		padding-bottom: 10%;
		font-size: 2.7vw;
		line-height: 2;
	}
	.mainContents .dailyAndNight .textArea{
		padding-bottom: 15%;
	}
	.mainContents .dailyAndNight .textArea h2,
	.mainContents .travelLine .textArea h2,
	.mainContents .photoTshirts .textArea h2{
		font-size: 4.3vw;
		padding-bottom: 10%;
	}
	.mainContents .dailyAndNight .slashLine{
		width: 1px;
		height: 16%;
		left: 81%;
		bottom: 50%;
	}
	.mainContents .dailyAndNight .slashLine + img{
		position: absolute;
		width: 27%;
		top: 37.5%;
		right: 14%;
		display: none;
	}
	.mainContents .travelLine .slashLine{
		width: 1px;
		height: 16%;
		left: 82%;
		bottom: 55.5%;
	}
	.mainContents .travelLine .flex{
		flex-direction: row;
		margin: 0 10%;
		width: auto;
		position: static;
	}
	.mainContents .photoTshirts .slashLine{
		width: 1px;
		height: 13%;
		left: 80%;
		bottom: 56%;
	}
	.mainContents .photoTshirts .itemPrice{
		display: block;
	}
	.mainContents .flex{
		flex-direction: column;
	}
	.mainContents .flexSP{
		display: flex;
	}
	.mainContents .flex.twoColumns,
	.mainContents .flex.threeColumns{
		margin: 0;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mainContents .flex.twoColumns{
		margin: 0 5%;
	}
	.mainContents .flex > div{
		width: 100%;
	}
	.mainContents .flex.threeColumns > div{
		margin-right: 3%;
		margin-left: 0;
	}
	.mainContents .flex.flexRow1 .rightColumn{
		margin-top: 20%;
	}
	.mainContents .flex.flexRow1 .rightColumn .itemPrice{
		margin-top: 5vw;
	}
	.mainContents .flex.flexRow2{
		margin-right: 5%;
		margin-left: 5%;
		flex-direction: column-reverse;
	}
	.mainContents .flex.flexRow2 .leftColumn,
	.mainContents .flex.flexRow2 .rightColumn{
		width: 80%;
		padding: 0;
	}
	.mainContents .flex.flexRow2 .leftColumn{
		margin-left: auto;
	}
	.mainContents .flex.flexRow2 .flex{
		flex-direction: row;
	}
	.mainContents .flex.flexRow3{
		margin-top: 20%;
		flex-direction: column-reverse;
	}
	.mainContents .flex.flexRow3 .leftColumn,
	.mainContents .flex.flexRow3 .rightColumn{
		padding: 0;
	}
	.mainContents .flex.flexRow3 .leftColumn p {
		font-size: 1.875vw;
		padding-top: 14px;
		padding-bottom: 33px;
	}
	.mainContents div div .itemPrice{
		width: 30vw;
		margin-top: 5vw;
	}
	.mainContents .itemPrice .itemPriceDetail{
		font-size: 2.4vw;
		padding-bottom: 5%;
	}
	.mainContents .itemPrice .buttonWrap img {
		max-width:inherit;
	}
	.mainContents .item{
		width: 90%;
		margin-top: 20%;
	}
	.mainContents .linkRow img{
		width: 42.2vw;
	}
	.mainContents .displayPC{
		display: none;
	}
	.mainContents .displaySP{
		display: block;
	}
}