/* ##############################################################
#
#    base
#    
############################################################## */
html, body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    background-color: #000;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

a {
	opacity: 1;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}


/* ##############################################################
#
#    layout
#
############################################################## */
#wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
	min-width: 1000px;
	max-width: 1440px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
	background-color: #aeaeae;
}

#header {
	height: 70px;
	background-color: #fff;
	border-top: 6px solid #000;
}
#header .inner {
	position: relative;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 13px;
}
#header .sns {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 0;
}
#header .sns li {
	display: inline-block;
}

#content {
}

#content section {
	position: relative;
	line-height: 30px;
	border-top: 6px solid #000;
}

/* ---------------------------------------------------------------
#    .mv
---------------------------------------------------------------*/
#content .mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 67px;
}
#content .mv img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------------
#    .about
---------------------------------------------------------------*/
#content .about h2 {
	position: absolute;
	left: 50%;
	width: 904px;
	margin: -37px 0 0 -453px;
	background-color: #000;
}

#content .about .top {
	height: 276px;
	padding-top: 80px;
	text-align: center;
	background: url(../images/about_top_bg.png) center center no-repeat;
	border-bottom: 6px solid #000;
}

#content .about .morikawa {
	position: relative;
	overflow: hidden;
}
#content .about .morikawa:before {
	content: '';
	position: absolute;
	z-index: 0;
	right: 50%;
	top: 0;
	display: block;
	width: 1000px;
	height: 100%;
	background-color: #ed79ab;
}
#content .about .morikawa:after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	display: block;
	width: 1000px;
	height: 100%;
	background-color: #fceaf0;
}
#content .about .morikawa .inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}
#content .about .morikawa .inner .profile {
	float: left;
	width: 340px;
	height: 717px;
	padding-top: 130px;
	border-left: 3px solid #000;
	background-color: #fff;
}
#content .about .morikawa .inner .profile p {
	width: 215px;
	margin: 0 auto;
}
#content .about .morikawa .inner .profile .photo {
	margin-bottom: 10px;
}
#content .about .morikawa .inner .profile .title {
	margin-bottom: 5px;
	line-height: 16px;
}
#content .about .morikawa .inner .profile .name {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 22px;
}
#content .about .morikawa .inner .profile .desc {
	font-size: 12px;
	line-height: 20px;
}
#content .about .morikawa .inner .interview {
	float: right;
	width: 660px;
	height: 717px;
	padding: 44px 0 44px 49px;
	font-size: 14px;
	line-height: 22px;
	border-left: 3px solid #000;
	background-color: #fceaf0;
}
#content .about .morikawa .inner .interview h3 {
	margin-bottom: 24px;
}

#content .about .obana {
	position: relative;
	border-top: 6px solid #000;
	overflow: hidden;
}
#content .about .obana:before {
	content: '';
	position: absolute;
	z-index: 0;
	right: 50%;
	top: 0;
	display: block;
	width: 1000px;
	height: 100%;
	background-color: #fceaf0;
}
#content .about .obana:after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	display: block;
	width: 1000px;
	height: 100%;
	background-color: #a33b93;
}
#content .about .obana .inner {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}
#content .about .obana .inner .profile {
	float: right;
	width: 340px;
	height: 717px;
	padding-top: 100px;
	border-right: 3px solid #000;
	background-color: #fff;
}
#content .about .obana .inner .profile p {
	width: 215px;
	margin: 0 auto;
}
#content .about .obana .inner .profile .photo {
	margin-bottom: 10px;
}
#content .about .obana .inner .profile .title {
	margin-bottom: 5px;
	line-height: 16px;
}
#content .about .obana .inner .profile .name {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 22px;
}
#content .about .obana .inner .profile .desc {
	font-size: 12px;
	line-height: 20px;
}
#content .about .obana .inner .interview {
	float: left;
	width: 660px;
	height: 717px;
	padding: 44px 60px 44px 0;
	font-size: 14px;
	line-height: 22px;
	border-right: 3px solid #000;
	background-color: #fceaf0;
}
#content .about .obana .inner .interview h3 {
	margin-bottom: 24px;
}

#content .about .howto {
	height: 748px;
	background: url(../images/about_howto_bg.png) center center no-repeat;
	border-top: 6px solid #000;
}
#content .about .howto .inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 75px;
}
#content .about .howto .inner h3 {
	margin-bottom: 35px;
	text-align: center;
}
#content .about .howto .inner .col div {
	float: left;
	width: 250px;
	margin-left: 50px;
	font-size: 14px;
	line-height: 22px;
} 
#content .about .howto .inner .col div:first-child {
	margin-left: 10px;
}
#content .about .howto .inner .col div h4 {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------
#    .howtoGuide
---------------------------------------------------------------*/
#content .howtoGuide {
	background-color: #dcdddd;
}
#content .howtoGuide h2 {
	text-align: center;
	background-color: #8476b5;
	border-bottom: 3px solid #000;
}
#content .howtoGuide .movie {
	width: 854px;
	margin: 0 auto;
}
#content .howtoGuide .movie iframe {
	vertical-align: top;
}
#content .howtoGuide .detail {
	background-color: #d3cde7;
	border-top: 3px solid #000;
}
#content .howtoGuide .detail .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
#content .howtoGuide .detail .inner div {
	float: left;
	width: 240px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
#content .howtoGuide .detail .inner div:first-child {
	margin-left: 5px;
}
#content .howtoGuide .detail .inner div h3 {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------
#    .howtoTemplate
---------------------------------------------------------------*/
#content .howtoTemplate {
	background-color: #dcdddd;
}
#content .howtoTemplate h2 {
	text-align: center;
	background-color: #ec6d81;
	border-bottom: 3px solid #000;
}
#content .howtoTemplate .movie {
	width: 854px;
	margin: 0 auto;
}
#content .howtoTemplate .movie iframe {
	vertical-align: top;
}
#content .howtoTemplate .detail {
	background-color: #f1d8dc;
	border-top: 3px solid #000;
}
#content .howtoTemplate .detail .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
#content .howtoTemplate .detail .inner div {
	float: left;
	width: 240px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
#content .howtoTemplate .detail .inner div:first-child {
	margin-left: 5px;
}
#content .howtoTemplate .detail .inner div h3 {
	margin-bottom: 10px;
}
#content .howtoTemplate .detail .inner .large {
	width: 534px;
	margin-left: -37px;
}
#content .howtoTemplate .detail .inner .large p {
	padding-left: 144px;
}

#content .howtoTemplate .interview {
	padding: 40px 0;
	background-color: #595758;
}
#content .howtoTemplate .interview .inner {
	width: 1000px;
	margin: 0 auto;
}
#content .howtoTemplate .interview .inner .left {
	float: left;
	width: 380px;
	margin-left: 7px;
}
#content .howtoTemplate .interview .inner .right {
	float: right;
	width: 580px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
#content .howtoTemplate .interview .inner .right h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
}
#content .howtoTemplate .interview .inner .right h3 strong {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #000;
}

/* ---------------------------------------------------------------
#    .info
---------------------------------------------------------------*/
#content .info h2 {
	height: 180px;
	padding-top: 38px;
	text-align: center;
	font-weight: normal;
	font-size: 42px;
	line-height: 50px;
	background-color: #fff;
}
#content .info h2 small {
	font-size: 24px;
	line-height: 24px;
}

#content .info .col {
	width: 1000px;
	margin: 0 auto;
}
#content .info .col > div {
	float: left;
	width: 333px;
	padding-top: 47px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border-right: 3px solid #000;
}
#content .info .col > div:first-child {
	border-left: 3px solid #000;
}
#content .info .col div .top {
	width: 290px;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
}
#content .info .col div .top p {
	padding: 26px 0;
}
#content .info .col div .bottom {
	padding-bottom: 80px;
}
#content .info .col div .bottom h5 {
	padding: 26px 0;
	font-weight: normal;
	font-size: 24px;
}
#content .info .col div .bottom .link {
	width: 290px;
	margin: 20px auto 0;
}
#content .info .col div .bottom .link a {
	position: relative;
	display: block;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #595758;
	border-radius: 4px;
}
#content .info .col div .bottom .link a:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2.5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #ffffff;
}
#content .info .col .left {
	background-color: #d84f86;
}
#content .info .col .center {
	background-color: #dd5e6b;
}
#content .info .col .right {
	background-color: #b06ca3;
}


#toTop {
	position: fixed;
	left: auto;
	bottom: 80px;
	width: 100%;
	min-width: 1000px;
	max-width: 1440px;
	margin: 0 auto;
	padding:  0 10px;
	text-align: right;
	pointer-events: none;
}
#toTop a {
	pointer-events: auto;
}

#footer {
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	background-color: #000;
}





/* ##############################################################
#
#    common
#
############################################################## */











