@charset "utf-8";
/* CSS Document */

/*--------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: #221815;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a:link {
	color: #221815;
}

/*--------flexBox--------*/
.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

}
/*/ LP /////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #f6f2eb;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	letter-spacing: 1.4pt;
	word-break: break-all;
	font-feature-settings: "palt";
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* ------------------------------------------------------------

	PC	
============================================================ */

/*--------main--------*/
#main {
	color: #fff;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position : relative;
}
#main > .flexBox {
	width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#main .leftBox {
	width: 670px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
#main .leftBox h1 {
	margin: 0 auto 20px;
}
#main .leftBox .subTit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 auto 10px;
}
#main .leftBox .intro {
	margin: 0 0 20px;

}
#main .leftBox ul {
	width: 80%;
	margin: 0 auto;
}
#main .leftBox ul li {
	width: 42.5%;
	box-sizing: border-box;
}
#main .leftBox ul li img {
	border: 4px solid #a37e39;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}
#main p.conan {
	width: 250px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}

/*--------item--------*/
#item {
	margin: 0 auto;
	padding: 40% 0 70px;
	background: url(../images/item_bg.jpg) no-repeat;
	background-position: center top;
	background-size: 100%;
	text-align: center;
}
#item .itemInner {
	width: 950px;
	margin: 0 auto;
}
#item .itemInner h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 30px;
}
#item .itemInner h2 br {
	display: none;
}
#item .itemInner h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 80px 0 0;
}
#item .itemInner h3.color {
	color: #a37e39;
}
#item .itemInner h3.color strong {
	font-weight: bold;
	font-size: 1.3em;
}
#item .itemInner ul {
	width: 90%;
	margin: 0 auto;
	justify-content: space-around;
}
#item .itemInner ul li {
	width: 30%;
	font-size: 13px;
	margin-top: 30px;
	text-align: center;
}
#item .itemInner ul.point li {
	width: 27.5%;
	text-align: left;
}
#item .itemInner ul li img {
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	box-sizing: border-box;
}
#item .itemInner ul.point li img {
	border: 4px solid #a37e39;
	border-radius: 50%;
	-webkit-border-radius: 50%; /* Safari,Google Chrome用 */
	-moz-border-radius: 50%; /* Firefox用 */
}
#item .itemInner p.attention {
	margin: 20px 0 0;
	font-size: 10px;
}

/*--------movie--------*/
#movie {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 29% 0 50px;
	text-align: center;
	background: url(../images/movie_bg.png) no-repeat, #000;
	background-position: center top;
	background-size: 120%;
}
#movie h2 {
	max-width: 551px;
	margin: 0 auto 50px;
}
#movie .intro {
	font-size: 18px;
	width: 75%;
	margin: 0 auto;
	text-shadow: 0 -4px 4px #cc0000, -4px 0 4px #cc0000, 4px 0 4px #cc0000;
}
#movie p {
	margin-bottom: 20px;
}
#movie > p {
	font-size: 10px;
}


/*--------footer--------*/
footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	background: url(../images/main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}


/*--------ボタン--------*/
.btn {
	color: #fff !important;
	line-height: 1.4;
	margin: 5px 0 10px;
	padding: 5px 0;
	background: #a37e39;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	box-sizing: border-box;
}
#item .itemInner > .btn {
	font-size: 18px;
	background: #366652;
	margin: 50px auto;
	max-width: 600px;
	padding: 20px 10px !important;
}
#movie .btn {
	margin: 50px auto;
	max-width: 600px;
	padding: 10px 0;
	box-sizing: border-box;
}


/* ------------------------------------------------------------

	SP
============================================================ */
@media screen and (max-width: 979px) {
body {
	font-size: 14px;
}

/*--------main--------*/
#main {
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	background-size: cover;
	background-position: center;
}
#main > .flexBox {
	width: 100%;
	position: inherit;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
}
#main > .flexBox .leftBox {
	width: 92.5%;
	position: inherit;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
}
#main .leftBox h1 {
	width: 95%;
}
#main .leftBox .subTit {
	font-size: 18px;
}
#main .leftBox ul {
	width: 90%;
	margin: 0 auto;
}
#main .leftBox ul li {
	width: 45%;
	box-sizing: border-box;
}
#main p.conan {
	display: none;
}

/*--------itemBox--------*/
#item {
	padding: 65% 0 50px;
	background-size: 160%;
}
#item .itemInner {
	width: 92.5%;
}
#item .itemInner h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px;
}
#item .itemInner h2 br {
	display: inherit;
}
#item .itemInner > p {
	text-align: left;
}
#item .itemInner h3 {
	font-size: 22px;
	margin: 50px 0 0;
}
#item .itemInner ul {
	width: 100%;
}
#item .itemInner ul li {
	width: 45%;
	font-size: 11px;
	margin-top: 20px;
}
#item .itemInner ul.point li {
	width: 90%;
	font-size: 14px;
	margin-top: 20px;
}
#item .itemInner ul li img {
	width: 100%;
}
#item .itemInner ul.point li img {
	width: 60%;
	margin: 0 auto 10px;
	display: block;
}
#item .itemInner p.attention {
	text-align: center;
}

/*--------movie--------*/
#movie {
	padding: 110.5% 0 40px;
	text-align: center;
	background: url(../images/movie_bg_sp.png) no-repeat, #000;
	background-size: 100%;
}
#movie h2 {
	width: 75%;
	margin: 0 auto 20px;
}
#movie .intro {
	font-size: 14px;
	width: 90%;
	text-align: left;
}
#movie p {
	margin-bottom: 20px;
}
#movie > p {
	font-size: 10px;
	width: 92.5%;
	margin: 0 auto;
}


/*--------footer--------*/
footer {
	font-size: 11px;
	background-size: 300%;
}

/*--------ボタン--------*/
#item .itemInner > .btn,
#movie .btn {
	font-size: 14px;
	width: 80%;
	padding: 10px;
}

}
