@charset "utf-8";
/*---------------------------common---------------------------*/

.credit {
	font-family: 'Crimson Text', serif;
	line-height: 1;
	text-align: center;
	margin-top: 11px;
	font-size: 13px;
}

.credit a {
	text-decoration: underline;
	text-decoration-color: #afafaf;
}

.credit a, .credit p {
	padding: 0 10px;
	margin: 0;
}

.credit_brandname {
	font-size: 10px;
	font-style: italic;
}

.credit li {
	margin: 0 auto 2.5px;
	display: inline-block;
}

.main {
	background-color: #f7f7f7;
	padding-bottom: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

/*----------------------- #edit -----------------------*/

#edit {
	width: 100%;
	margin: 0 auto;
}

#edit img {
	width: 100%;
}

p {
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.lp_contents p{
  letter-spacing: normal;
}

.list {
	margin: 0 auto 50px;
	text-align: justify;
}

.photo-01 {
	margin: 0 auto;
}

.title {
	text-align: center;
	margin: 50px auto;
}

.title-01 {
	font-size: 20px;
  font-family: 'Crimson Text', serif;
  letter-spacing: normal;
}

.title-02 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: normal;
	letter-spacing: normal;
  font-family: 'Crimson Text', serif;
}

.title-03 {
	margin: 25px auto 0;
	font-size: 12px;
  font-family: 'Crimson Text', serif;
  letter-spacing: normal;
}

.title-04 {
	font-size: 10px;
}

.title-jp {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	margin: 2em auto;
}

.main .text {
	max-width: 600px;
	margin: 0 auto 50px;
}

/*movie*/
#video {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 480px) {
.list {
	margin: 0 auto 50px;
}

.credit {
	font-size: 13px;
}

.credit a, .credit p {
}

.credit li {
	margin: 0 auto 10px;
	width: 100%;
}

p {
	font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.title {
	width: 90%;
}

.title-01 {
	font-size: 15px;
}

.title-02 {
	font-size: 35px;
}

.title-jp {
	font-size: 13px;
}

.main .text {
	width: 80%;
	margin: 0 auto 50px;
}

}

.footer_button {
	max-width: 600px;
	margin: 40px auto 0;
	width: 90%;
}

.footer_button li {
	width: 48%;
	float: left;
	text-align: center;
}

.footer_button li:first-child {
	margin-right: 1%;
	margin-bottom: 40px
}

.footer_button li:last-child {
	margin-left: 1%;
	margin-bottom: 40px;
}

.footer_button .more_button a {
	max-width: none;
  font-family: 'Crimson Text', serif;
}

@media screen and (max-width: 480px) {
.footer_button li {
	width: 100%;
	margin: 0 auto 10px !important;
}

.footer_button li:last-child {
	margin: 0 auto 50px !important;
}

}

