@charset "UTF-8";

/*================================
	Reset
================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1;
	font-family: Century Gothic, '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;;
	font-size: 10px;
	font-size: 1.0rem;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/ change colours to suit your needs /
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/ change colours to suit your needs /
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs
*/
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*================================
	Break Point
================================*/
/*	breakPoing1(smartPhone):	768px以下 */
/* breakPoint(PC):				1,040px以上 */


/*================================
	Keycolor Settings
================================*/
/*	sing-blue:		#01236f;	*/
/* sing-yellow:	#ffdd2a; */


/*================================
	Style
	1040px以上
================================*/
.pc-disnone {
	display: none;
}
.sp-disnone {
	display: block;
}
#mainContents {
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainContents section {
	margin: 0 auto;
	padding: 60px 0;
}
#mainContents section .sectionInner {
	margin: 0 auto;
	width: 1040px;
}

/* common style */
#mainContents .h2Title {
	margin-bottom: 40px;
	line-height: 1;
	width: 100%;
	background-image: url("../images/ttl_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
#mainContents .h2Title.cWhite {
	background-image: url("../images/ttl_bg_w.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#mainContents .h2Title .h2Title__jp {
	display: block;
	line-height: 2.4;
	font-size: 1.8rem;
	font-weight: normal;
}

/* firstView */
#mainContents #firstView {
	padding-top: 0;
	padding-bottom: 80px;
	border-top: 4px solid #1D96D2;
	position: relative;
	width: 100%;
	background: url(../images/fvw_bg.png) rgba(230, 255, 255, 0.1)
}
#mainContents #firstView::after {
	margin: 0 auto;
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	min-height: 289px;
/*	background-image: url("../images/fvw_bg.png");*/
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#mainContents #firstView .sectionInner {
	margin: 0 auto;
	padding-top: 20px;
	width: 1040px;
}
#mainContents #firstView .leadText {
	margin-bottom: 30px;
	line-height: 1.6;
	color: #1D96D2;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
#mainContents #firstView .logo {
	margin: 0 auto 30px;
	width: 50.6%;
}
#mainContents #firstView .logo img {
	width: 100%;
	height: auto;
}
#mainContents #firstView .pointText {
	line-height: 1.2;
	color: #333;
	font-size: 2.8rem;
	text-align: center;
}
#mainContents #firstView .pointText .emphasis {
	font-size: 4.8rem;
	font-weight: bold;
}
#mainContents #firstView .pointText .emphasis.fcW {
	color: #F00;
}
#mainContents #firstView .pointText .emphasis.fcY {
	color: #ffdd2a;
}
#mainContents #firstView .informationImage {
/*	width: 100%;*/
	margin: 0 auto;
	width: 1040px;
	clear: both;
}
#mainContents #firstView .informationImage::after {
	/* clearfix */
	content:"";
	display:block;
	clear:both;
}
#mainContents #firstView .informationImage .informationImage__info {
/*	float: left;
	position: relative;
	width: 55.77%;*/
	float: none;
	position: relative;
	width: 100%;
}
#mainContents #firstView .informationImage .informationImage__info::before {
	content: '';
	position: absolute;
	top: -60px;
	background-image: url(../images/fvw_itm_infomation.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 332px 60px;
	width: 100%;
	height: 60px;
}
#mainContents #firstView .informationImage .informationImage__info table {
	margin-bottom: 40px;
	border-collapse:separate;
	border: 4px solid #ffdd2a;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	width: 100%;
	/*Other Browser*/
	background: #1f96d2;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#1f96d2 0%,
		#f85a7b 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#1f96d2 0%,
		#f85a7b 100%
	);
}
#mainContents #firstView .informationImage .informationImage__info table th,
#mainContents #firstView .informationImage .informationImage__info table td {
	padding: 1em 5%;
	border-bottom: 1px solid #ffdd2a;
	border-left: 1px solid #ffdd2a;
	box-sizing: border-box;
	line-height: 1.4;
	color: #fff;
	font-size: 1.6rem;
}
#mainContents #firstView .informationImage .informationImage__info table th {
	text-align: center;
	width: 25%;
}
#mainContents #firstView .informationImage .informationImage__info table td {
	text-align: left;
	width: 55%;
}
#mainContents #firstView .informationImage .informationImage__info table td .fs-small {
	font-size: 1.4rem;
}
#mainContents #firstView .informationImage .informationImage__info table thead th {
	border-left: none;
}
#mainContents #firstView .informationImage .informationImage__info table tbody tr:last-child th {
	border-bottom: none;
	border-left: none;
}
#mainContents #firstView .informationImage .informationImage__info table tbody tr:last-child td {
	border-bottom: none;
}
#mainContents .conversionBox {
	padding: 2%;
	border: 4px solid #fff;
	box-sizing: border-box;
	width: 100%;
	/*Other Browser*/
	background: #053f87;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#ffd75b 0%,
		#fff5a0 30%,
		#ffffdb 50%,
		#fff5a0 70%,
		#fdd456 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#ffd75b 0%,
		#fff5a0 30%,
		#ffffdb 50%,
		#fff5a0 70%,
		#fdd456 100%
	);

	/* box-shadow */
	box-shadow: 2px 2px 2px 2px #ccc;
	-moz-box-shadow: 2px 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;

}
#mainContents .conversionBox::after {
	/* clearfix */
	content:"";
	display:block;
	clear:both;
}
#mainContents .conversionBox .conversionBox__lead {
	margin-bottom: 1em;
	line-height: 1.4;
	color: #002070;
	font-size: 1.4rem;
	text-align: center;
}
#mainContents .conversionBox .conversionBox__tel {
	float: left;
	width: 45.67%;
}
#mainContents .conversionBox .conversionBox__tel p {
	margin-bottom: 10px;
	line-height: 1;
	background: #fff;
	color: #01236f;
	font-size: 1.6rem;
	text-align: center;
}
#mainContents .conversionBox .conversionBox__tel img {
	width: 100%;
	height: auto;
}
#mainContents .conversionBox .conversionBox__form {
	float: right;
	width: 49.3%;
}
#mainContents .conversionBox .conversionBox__form a {
	padding: 0.75em 0;
	display: block;
	box-sizing: border-box;
	border: 4px solid #fff;
	line-height: 1.4;
	color: #fff;
	/*Other Browser*/
	background: #0a0a44;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#a4a8ff 0%,
		#808cfd 22%,
		#000a49 85%,
		#0a0a44 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#a4a8ff 0%,
		#808cfd 22%,
		#000a49 85%,
		#0a0a44 100%
	);
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 1s linear 0;
}
#mainContents .conversionBox .conversionBox__form a:hover,
#mainContents .conversionBox .conversionBox__form a:active {
	/*Other Browser*/
	background: #a4a8ff;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#0a0a44 0%,
		#000a49 22%,
		#808cfd 85%,
		#a4a8ff 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#0a0a44 0%,
		#000a49 22%,
		#808cfd 85%,
		#a4a8ff 100%
	);
	transition: all 1s linear 0;
}
#mainContents #firstView .informationImage .informationImage__image {
	float: right;
	width: 39.23%;
}
#mainContents #firstView .informationImage .informationImage__image img {
	width: 100%;
	height: auto;
}
#mainContents #firstView .imageArea .informationImage__image figcaption {
	line-height: 1.2;
	color: #333;
	font-size: 1.2rem;
	text-align: right;
}

/* story */
#mainContents #story {
	width: 100%;
	background: #fefbf5;
}
#mainContents #story .leadImage {
	margin: 0 auto 60px;
	width: 90%;
}
#mainContents #story .leadImage img {
	width: 100%;
	height: auto;
}
#mainContents #story .storyBox {
	padding: 40px 4.8% 30px;
	border: 6px solid #ffde2e;
	box-sizing: border-box;
	width: 100%;
	background: #fff799;
}
#mainContents #story .storyBox::after {
	/* clearfix */
	content:"";
	display:block;
	clear:both;
}
#mainContents #story .storyBox figure {
	float: left;
	width: 55%;
}
#mainContents #story .storyBox figure img {
	width: 100%;
	height: auto;
}
#mainContents #story .storyBox .storyText {
	line-height: 1.6;
	float: right;
	width: 42%;
	color: #01236f;
	font-size: 1.8rem;
}
#mainContents #story .storyBox .storyText p {
	margin-bottom: 1em;
}

/* character */
#mainContents #character {
	/*Other Browser*/
	background: #ffdd2a;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#ffdd2a 0%,
		#fff 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#ffdd2a 0%,
		#fff 100%
	);
}
#mainContents #character .characterContent {
	margin: 0 auto;
	width: 90%;
}
#mainContents #character .characterContent ul {
	margin: 0;
	padding: 0;
}
#mainContents #character .characterContent li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainContents #character .characterContent li dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}
#mainContents #character .characterContent li dl::after {
	/* clearfix */
	content:"";
	display:block;
	clear:both;
}
#mainContents #character .characterContent li dt {
	float: left;
	width: 43%;
}
#mainContents #character .characterContent li dt figure img {
	/*border: 4px solid #021f63;*/
	/* box-shadow */
	box-shadow:1px 1px 4px 1px #333;
	-moz-box-shadow:1px 1px 4px 1px #333;
	-webkit-box-shadow:1px 1px 4px 1px #333;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#mainContents #character .characterContent li dd {
	margin-bottom: 30px;
	float: right;
	width: 52%;
}
#mainContents #character .characterContent li dd:last-child {
	margin-bottom: 0;
}
#mainContents #character .characterContent li dd h3 {
	margin-bottom: 0.5em;
	line-height: 1.2;
	color: #01236f;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: left;
}
#mainContents #character .characterContent li dd h3 span {
	font-size: 2.7rem;
}
#mainContents #character .characterContent li dd p {
	line-height: 1.6;
	color: #01236f;
	font-size: 1.6rem;
}
#mainContents #character .characterContent .characterEtc {
	margin-top: 60px;
	padding: 30px;
	border: 2px solid #ffdd2a;
	border-radius: 20px;
	box-sizing: border-box;
}
#mainContents #character .characterContent .characterEtc p {
	margin-bottom: 1em;
	line-height: 1.6;
	color: #01236f;
	font-size: 1.6rem;
}
#mainContents #character .characterContent .characterEtc p:last-child {
	margin-bottom: 0;
}


/* poster */
#mainContents #poster {
	/*Other Browser*/
	background: #021f63;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		#021f63 0%,
		#013581 15%,
		#2581c4 60%,
		#fff 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		#021f63 0%,
		#013581 15%,
		#2581c4 60%,
		#fff 100%
	);
}
#mainContents #poster .h2Title {
	color: #fff;
}
#mainContents #poster .posterContent {
}
#mainContents #poster .posterContent ul {
	margin: 0;
	padding: 0;
}
#mainContents #poster .posterContent ul::after {
	/* clearfix */
	content:"";
	display:block;
	clear:both;
}
#mainContents #poster .posterContent li {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	float: left;
	list-style: none;
	width: 44.23%;
}
#mainContents #poster .posterContent li:nth-child(even) {
	float: right;
}
#mainContents #poster .posterContent li img {
	width: 100%;
	height: auto;
}

/* conversion */
#mainContents #conversion {
	width: 100%;
}
#mainContents #conversion .sectionInner {
	margin: 0 auto;
}
#mainContents #conversion .sectionInner .sectionInner__conversion {
	margin: 0 auto;
	width: 55.77%;
}

footer {
	margin: 0 auto;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
}
footer small {
	padding: 1.5em 0;
	display: block;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
}


/*================================
	for PC
================================*/
@media (max-width: 1040px) {
	#mainContents section .sectionInner {
		width: 100%;
	}
	#mainContents #firstView .sectionInner {
		width: 100%;
	}
}


/*================================
	for SmartPhone
================================*/
@media (max-width: 768px) {
	.pc-disnone {
		display: block;
	}
	.sp-disnone {
		display: none;
	}
	#mainContents section .sectionInner {
		margin: 0 auto;
		width: 90%;
	}
	#mainContents .h2Title {
		margin-bottom: 20px;
		font-size: 2.8rem;
		background: none;
	}
	#mainContents .h2Title .h2Title__jp {
		font-size: 1.6rem;
	}
	#mainContents #firstView .logo {
		width: 90%;
	}
	#mainContents #firstView .leadText {
		font-size: 1rem;
	}
	#mainContents #firstView .pointText {
		font-size: 2rem;
	}
	#mainContents #firstView .pointText .emphasis {
		font-size: 3rem;
	}
	#mainContents #firstView .sectionInner {
		padding-top: 10px;
	}
	#mainContents #firstView .informationImage {
		margin-top: 30px;
	}
	#mainContents #firstView .informationImage .informationImage__image {
		margin: 0 auto;
		float: none;
		width: 80%;
	}
	#mainContents #firstView .imageArea .informationImage__image figcaption {
		color: #fff;
	}
	#mainContents #firstView .informationImage .informationImage__info {
		margin: 70px auto 0;
		float: none;
		width: 90%;
	}
	#mainContents #firstView .informationImage .informationImage__info::before {
		content: '';
		position: absolute;
		top: -43px;
		background-image: url(../images/fvw_itm_infomation.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 270px 43px;
		width: 100%;
		height: 43px;
	}
	#mainContents #firstView .informationImage .informationImage__info table th,
	#mainContents #firstView .informationImage .informationImage__info table td {
		font-size: 1.4rem;
	}
	#mainContents .conversionBox {
		margin: 0 auto;
		width: 90%;
	}
	#mainContents .conversionBox .conversionBox__tel,
	#mainContents .conversionBox .conversionBox__form {
		float: none;
		width: 100%;
	}
	#mainContents .conversionBox .conversionBox__tel {
		margin-bottom: 10px;
	}
	#mainContents #story .storyBox {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#mainContents #story .storyBox figure {
		margin-bottom: 10px;
		float: none;
		width: 100%;
	}
	#mainContents #story .storyBox .storyText {
		float: none;
		width: 100%;
		font-size: 1.6rem;
	}
	#mainContents #character .characterContent li dt {
		margin: 0 auto 20px;
		float: none;
		display: block;
		width: 100%;
	}
	#mainContents #character .characterContent li dd {
		float: none;
		width: 100%;
	}
	#mainContents #character .characterContent li dd h2 {
		font-size: 2.4rem;
	}
	#mainContents #character .characterContent li dd p {
		font-size: 1.4rem;
	}
	#mainContents #character .characterContent .characterEtc {
		padding: 4%;
	}
	#mainContents #character .characterContent .characterEtc p {
		font-size: 1.4rem;
	}
	#mainContents #poster .posterContent li {
		margin: 0 auto 20px;
		display: block;
		float: none;
		width: 80%;
	}
	#mainContents #poster .posterContent li:nth-child(even) {
		float: none;
	}
	#mainContents #conversion .sectionInner .sectionInner__conversion {
		width: 100%;
	}
	#mainContents #story .leadImage {
		width: 100%;
	}
}


/* 上書きスタイル */
#mainContents #firstView .logoImageArea {
}
#mainContents #firstView .logoImageArea::after {
	content: "";
	display: block;
	clear: both;
}
#mainContents #firstView .sectionInner {
	width: 100%;
}
#mainContents #firstView .sectionInner {
	padding-top: 15px;
}
#mainContents #firstView .catchcopy {
	margin: -20px auto 40px;
	margin-right: -5%;
	line-height: 1.4;
	width: 60%;
	max-width: 700px;
	color: #fa5c7d;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
}
#mainContents #firstView .logoArea {
	margin: 20px auto 0;
	float: left;
	width: 45%;
}
#mainContents #firstView .logoArea .logo {
	margin: 0 auto 30px;
	margin-right: -5%;
	width: 60%;
	max-width: 700px;
}
#mainContents #firstView .logoArea .pointText {
	margin-right: -5%;
	padding: 10px 10%;
	border: 1px solid #f00;
	border-left: none;
	background: #fff;
	text-align: right;
}
#mainContents #firstView .logoArea .logo img {
	width: 100%;
	height: auto;
}

#mainContents #firstView .informationImage {
	margin-top: 60px;
}

#mainContents #firstView .imageArea {
	float: right;
	width: 55%;
}
#mainContents #firstView .imageArea .informationImage__image {
	margin: 0 auto;
	width: 80%;
	max-width: 500px;
}
#mainContents #firstView .imageArea .informationImage__image img {
	width: 100%;
	height: auto;
}
#mainContents .cvbWrap1 {
	margin: 0 auto;
	width: 800px;
}
#mainContents #firstView .informationImage {
	padding-top: 40px;
}
#mainContents #firstView .informationImage .informationImage__info table {
	border: 1px solid #ffdd2a;
}
#mainContents .conversionBox {
	margin-bottom: 100px;
	border: 20px solid #ddf8da;
	box-sizing: border-box;
	background: none;
	background: #fff;
	box-shadow: none;
	color: #e6abbf;
	box-shadow: 20px 20px 1px #f5f5f5;
}
#mainContents #firstView .informationImage .informationImage__info {
/*	box-shadow: 20px 20px 1px #eee;*/
}
#mainContents .conversionBox .conversionBox__tel p {
	padding: 10px 0;
	background: #f2f2f2;
}
#mainContents .conversionBox .conversionBox__tel a {
	display: block;
	color: #000;
	font-family: ;
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
#mainContents .conversionBox .conversionBox__tel small {
	font-size: 14px;
	color: #ccc;
}
#mainContents .conversionBox .conversionBox__tel p {
	padding-bottom: 5px;
}
#mainContents .conversionBox .conversionBox__form a {
	padding: 1.5em 0;
	background: #ff981e;
	background: -webkit-linear-gradient( #ffde2e 0%, #ff981e 100% );
	background: linear-gradient( #ffde2e 0%, #ff981e 100% );
}
#mainContents .conversionBox .conversionBox__form a:hover,
#mainContents .conversionBox .conversionBox__form a:active {
	background: #ffde2e;
	background: -webkit-linear-gradient( #ff981e 0%, #ffde2e 100% );
	background: linear-gradient( #ff981e 0%, #ffde2e 100% );
}

#mainContents #storyGallery {
	margin: 0 0 80px;
	padding: 0;
	position: relative;
	z-index: 10;
}
#mainContents #storyGallery ._partStory {
	display: table;
}
#mainContents #storyGallery ._partStory::after {
	content: "";
	display: block;
	clear: both;
}
#mainContents #storyGallery ._partStory._bgB {
/*	background: #1D96D2;*/
	background: rgba(29,150,210,0.15);
}
#mainContents #storyGallery ._partStory._bgG {
/*	background: #ddf8da;*/
	background: rgba(221,248,218,0.5);
}
#mainContents #storyGallery ._partStory._bgP {
	background: #f85a7b;
	background: rgba(248,90,123,0.15);
}
#mainContents #storyGallery ._partStory._bgB ._story p,
#mainContents #storyGallery ._partStory._bgP ._story p {
/*	color: #fff;*/
}
#mainContents #storyGallery ._partStory figure {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
	font-size: 0;
}
#mainContents #storyGallery ._partStory figure img {
	border: 10px solid #fff;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#mainContents #storyGallery ._partStory figure img::after {
	margin-right: -40px;
	margin-bottom: -40px;
	content: '';
	background: #ccc;
	width: 100%;
	height: 100%;
}
#mainContents #storyGallery ._partStory ._story {
	padding: 0 2%;
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}
#mainContents #storyGallery ._partStory ._story p {
	margin-bottom: 1em;
	line-height: 1.8;
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
}
#mainContents #storyGallery ._partStory ._story p:last-of-type {
	margin-bottom: 0;
}
#mainContents #storyGallery ._partStory._phtRtxtL {
}

/* series */
#mainContents #series {
	margin: 0 0 80px;
	background: #fafafa;
}
#mainContents #series .seriesBox {
}
#mainContents #series .seriesBox ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}
#mainContents #series .seriesBox ul li {
	margin: 1%;
	padding: 0;
	display: inline-block;
	width: 23%;
}

@media (max-width: 1480px) {
	#mainContents #firstView .logoArea .logo {
		width: 75%;
	}
	#mainContents #firstView .pointText .emphasis {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

@media (max-width: 1140px) {
	#mainContents #storyGallery ._partStory figure img {
		border: 5px solid #fff;
	}
	#mainContents #firstView .logoArea .logo {
		margin-right: 0;
		width: 80%;
	}
	#mainContents #firstView .catchcopy {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#mainContents #firstView .logoArea .pointText {
		margin-top: 50px;
		margin-right: 0;
	}
	#mainContents #firstView .pointText .emphasis {
		font-size: 3.6rem;
	}
	#mainContents #storyGallery ._partStory figure {
		width: 50%;
	}
	#mainContents #storyGallery ._partStory ._story {
		width: 50%;
	}
	#mainContents #storyGallery ._partStory ._story p {
		line-height: 1.6;
		font-size: 1.4rem;
	}
}


@media (max-width: 768px) {
	#mainContents #storyGallery ._partStory figure img {
		border: none;
	}
	#mainContents #firstView {
		margin-bottom: 0;
		padding-bottom: 1px;
	}
	#mainContents #firstView .sectionInner {
		padding-top: 5px;
	}
	#mainContents #firstView .leadText {
		font-size: 10px;
		font-size: 1rem;
	}
	#mainContents .cvbWrap1 {
		margin: 0 auto;
		width: 100%;
	}
	#mainContents #firstView .logoArea {
		margin: 0 auto;
		float: none;
		width: 80%;
	}
	#mainContents #firstView .catchcopy {
		margin-right: auto;
		margin-bottom: 0;
		font-size: 16px;
	}
	#mainContents #firstView .logoArea .logo {
		margin-right: auto;
		width: 100%;
		max-width: auto;
	}
	#mainContents #firstView .logoArea .pointText {
		margin-top: 30px;
/*		margin-left: -13%;*/
		margin-left: 0;
		border-right: 0;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	#mainContents #firstView .pointText .emphasis.fcW {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#mainContents #firstView .imageArea {
		margin: 30px auto;
		float: none;
		width: 90%;
	}
	#mainContents #firstView .imageArea .informationImage__image figcaption {
		color: #ccc;
		text-align: left;
	}
	#mainContents #firstView .informationImage {
		margin-top: 0;
		padding-top: 0;
	}


	#mainContents .conversionBox {
		border: 8px solid #ddf8da;
	}
	#mainContents .conversionBox .conversionBox__tel a {
	}
	#mainContents .conversionBox .conversionBox__tel a img {
		width: 100%;
		height: auto;
	}
	#mainContents #firstView .informationImage {
		width: 100%;
	}
	#mainContents #series .seriesBox ul li {
		margin: 2%;
		width: 46%;
	}
	#mainContents #gallery .galleryBox ul li img,
	#mainContents #series .seriesBox ul li img {
		width: 100%;
		height: auto;
	}
	#mainContents .conversionBox .conversionBox__form a {
		padding: 1em 0;
	}
	#mainContents .conversionBox {
		box-shadow: 8px 8px 1px #f5f5f5;
	}

	#mainContents #storyGallery {
		margin-bottom: 0;
	}
	#mainContents #storyGallery ._partStory {
		display: block;
	}
	#mainContents #storyGallery ._partStory figure {
		margin: 0 auto 30px;
		display: block;
		float: none;
		width: 100%;
	}
	#mainContents #storyGallery ._partStory ._story {
		margin: 0 auto 30px;
		display: block;
		float: none;
		width: 90%;
	}
	#mainContents #storyGallery ._partStory ._story p {
		line-height: 1.8;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#mainContents #series {
		margin-top: 0;
	}

	#mainContents #storyGallery ._partStory._bgB,
	#mainContents #storyGallery ._partStory._bgG,
	#mainContents #storyGallery ._partStory._bgP {
		background: #fff;
	}


}







