@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4pt;
    word-break: break-all;
    font-feature-settings: "palt";
	position: relative;
	overflow-x: hidden;
}
header img,
nav img,
section img,
footer img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#contentBody {
	padding: 0 !important;
}  

/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------header--------*/
header {
	background: url(../images/main.jpg) no-repeat center center;
	background-size: cover;
/*	height: 100vh; */
	height:600px;
	position: relative;
}
header .tit {
    position: absolute;
    top: 48%;
    left: 8%;
    -webkit-transform: translate(0%, -50%); /* Safari用 */
    transform: translate(0%, -50%);
	width: 40%;
	text-align: center;
	box-sizing: border-box;
}
header .tit h1 {
	max-width: 300px;
	margin: 0 auto 20px;
	background: none !important;
}
header .tit p.theme {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
header .tit p.takarajima{
	margin:50px 0 0 0;
}
header .tit p.takarajima img{
	width:60px;
	height:auto;
}
header .tit p.date {
    color: #fff;
    margin: 10px auto 30px;
    background: #333;
	max-width: 160px;
	padding: 0 5%;
}
header .vol{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*--------nav--------*/
nav {
	padding: 60px 0 !important;
}
nav h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin: 0 0 40px 0;
}
nav ul {
	max-width: 800px;
	margin: 0 auto;
	align-items: center;
}
nav ul li {
	width: 15%;
}

/*--------section--------*/
section {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
	padding: 0 !important;
}
section h3 {
	max-width: 150px;
	margin: 0 auto 40px !important;
	padding: 0 !important;
}
section > ul > li:nth-child(1) h3 {
	max-width: 60px;	
}
section h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	font-size: 28px;
	line-height: 1.4;
}
section > ul > li:nth-child(1) h4 {
    font-family: 'Century Gothic', 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px !important;
	font-weight: 700;
}
section > ul > li:nth-child(1) h4 em {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 900;
}
section > ul > li:nth-child(1) h4 span {
	background: linear-gradient(transparent 60%, #f1e7b6 60%);
}
section > ul > li:nth-child(2) h4 br {
	display: none;
}
section > ul > li:nth-child(4) h4 {
  font-size: 38px;
}
section > ul > li > div {
/*	height: 100vh; */
	height:600px;
	margin: 0 5% 20px;
	position: relative;
}
section > ul > li > div > div {
	position: absolute;
    -webkit-transform: translate(0%, -50%); /* Safari用 */
    transform: translate(0%, -50%);
    top: 50%;
}
section > ul > li:nth-child(1) > div {
	background: url(../images/image_russet.jpg) no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(1) > div > div {
    left: 5%;
}
section > ul > li:nth-child(2) > div {
	background: url(../images/image_galante.jpg) no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(2) > div > div {
    left: -2%;
}
section > ul > li:nth-child(2) > div h4 img{
	width:60%;
	height:auto;
}
section > ul > li:nth-child(3) > div {
	background: url(../images/image_collage.jpg) no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(3) > div > div {
    left: 58%;
}
section > ul > li:nth-child(3) > div > h4 {
	color:#000000;
	line-height:200%;
}
section > ul > li:nth-child(4) > div {
	background: url(../images/image_whim.jpg) no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(4) > div > div {
    left: 52.5%;
}
section > ul > li:nth-child(4) > div h4 img{
	width:70%;
	height:auto;
}
section p {
	font-size: 16px;
	margin-bottom: 20px;
}
section > ul > li > ul {
	max-width: 600px;
	margin: 0 auto 80px;
}
section > ul > li > ul li {
	width: 42.5%;
}
section > ul > li > ul li:first-child .btn {
    background: #ee5b79;
}

/*--------btn--------*/
.btn {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	color: #fff !important;
	text-align: center;
	background: #aaa09b;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	font-weight: 700;
}
.btn i {
	font-size: 12px;
}

/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	font-size: 18px;
	padding: 8px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #f1e7b6;
	font-weight: bold;
	text-align: center;
}
#pageTop i.fa {
	padding-right: 7px;
}

.sp {
	display: none;
}

@media all and (max-width:640px) {
/*--------header--------*/
header {
	background: url(../images/main_sp.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
}
header .tit {
	font-size: 12px;
    top: 4%;
    left: 5%;
    -webkit-transform: translate(0%, 0%); /* Safari用 */
    transform: translate(0%, 0%);
	width: 90%;
}
header .tit h1 {
	width: 45%;
	padding: 0 !important;
	margin: 0 auto 10px !important;
}
header .tit p.date {
    font-size: 15px;
	width: 100% !important;
	margin: 10px auto 20px;
}
header .tit p.theme {
	color: #fff;
	font-size: 14px;
	margin-top: 290px;
}
header p span {
	display:none;
}
header .tit p.takarajima{
	margin:20px auto 0;
	width:50px;
}
header .tit p.takarajima img{
	width:50px;
	height:auto;
}
header .vol{
	letter-spacing:0.02em;
}

/*--------nav--------*/
nav h2 {
	font-size: 16px;
}
nav ul {
	width: 85%;
}
nav ul li {
	width: 34%;
	margin-bottom: 40px;
}
nav ul li:nth-child(3),
nav ul li:nth-child(4) {
	margin: 0;
}

/*--------section--------*/
section {
	padding: 40px 0;
	overflow-x: hidden;
}
section > ul > li:nth-child(1) h3 {
	-webkit-filter: drop-shadow(0px 0px 10px #333);
	-moz-filter: drop-shadow(0px 0px 10px #333);
	-o-filter: drop-shadow(0px 0px 10px #333);
	-ms-filter: drop-shadow(0px 0px 10px #333);
	filter: drop-shadow(0px 0px 10px #333);
}
section > ul > li:nth-child(1) h3 {
	margin: 0 auto 40px !important;
	padding: 0 !important;
}
section > ul > li:nth-child(2) h3 {
	margin: 0 auto 10px !important;
	padding: 0 !important;
}
section > ul > li:nth-child(3) h3 {
	margin: 0 auto 20px !important;
	padding: 0 !important;
}
section > ul > li:nth-child(4) h3 {
	margin: 0 auto 20px !important;
	padding: 0 !important;
}
section h4 {
	font-size: 22px !important;
	color: #fff !important;
	text-shadow: 0px 0px 10px #333;
	margin: 0 !important;
}
section > ul > li:nth-child(1) h4 {
	font-size: 16px;
}
section > ul > li:nth-child(4) h4 {
	font-size: 20px;
}
section > ul > li:nth-child(1) h4 em {
	font-size: 28px;
}
section > ul > li:nth-child(2) h4 br {
	display: inherit;
}
section p {
	margin: 0 auto 20px;
	width: 90%;
	text-align: left;
}
section p br {
	display: none;
}
section > ul > li {
	margin-bottom: 100px;
}
section > ul > li > div {
	height: 400px;
}
section > ul > li:nth-child(1) > div {
	background: url(../images/image_russet.jpg) 75% center no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(1) > div > div {
    left: 0;
}
section > ul > li:nth-child(2) > div {
	background: url(../images/image_galante.jpg) 95% center no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(2) > div > div {
    left: 0;
}
section > ul > li:nth-child(3) > div {
	background: url(../images/image_collage.jpg) 15% center no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(3) > div > div {
    left: 0;
}
section > ul > li:nth-child(4) > div {
	background: url(../images/image_whim.jpg) 20% center no-repeat;
	background-size: cover;
}
section > ul > li:nth-child(4) > div > div {
    left: 0;
}
section > ul > li > div > div {
	width: 100%;
    -webkit-transform: translate(0%, 0%); /* Safari用 */
    transform: translate(0%, 0%);
    top: inherit;
	bottom: 10%;
}
section > ul > li > ul {
	width: 80%;
	margin: 0 auto;
}
section > ul > li > ul li {
	width: 100%;
}
section > ul > li > ul li:first-child {
	margin-bottom: 20px;
}
section > ul > li:nth-child(2) > div h3 img,
section > ul > li:nth-child(3) > div h3 img,
section > ul > li:nth-child(4) > div h3 img{
	width:85%;
	height:auto;
	margin:0 auto;
}
section > ul > li:nth-child(2) > div h4 img{
	width:85%;
	height:auto;
}


/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 35px;
	height: 35px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}

.pc {
	display: none;
}
.sp {
	display: inherit;
}


}
