@charset "utf-8";

/*=====================================

tieup02.css

=====================================*/

header {
	z-index: 2;
}

.tieupArea {
	position: relative;
	z-index: 1;
}
.tieupArea .inner {
	max-width: 750px;
	padding: 0;
	line-height: 1.6;
}

.tieupArea .movie {
	position: relative;
	width:100%;
	padding-top:56.25%;
}
.tieupArea .movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*-------------------------------------
 tieupVisual
-------------------------------------*/
/*.tieupArea .tieupVisual {
	position: relative;
}
.tieupArea .tieupVisual .inner {
	position: relative;
	z-index: 100;
	max-width: inherit;
	width: 1280px;
	height: 655px;
	margin: -56px auto 80px auto;
	padding: 75px 0;
	text-align: center;
	overflow: hidden;
}*/
.tieupArea .tieupVisual {
	position: relative;
	z-index: 100;
	height: 655px;
	margin: -56px auto 80px auto;
	
	text-align: center;
}
.tieupArea .tieupVisual .inner {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	width: 1280px;
	height: 655px;
	padding: 75px 0;
	margin: 0 0 0 -640px;
	overflow: hidden;
}
.tieupArea .tieupVisual .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background: #000;
}
.tieupArea .tieupVisual .pic {
	position: relative;
	width: 1280px;
	height: 500px;
	overflow: hidden;
}
.tieupArea .tieupVisual .pic li {
	position: absolute;
	top: 0;
	left: 0;
}
.tieupArea .tieupVisual .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 248px;
	height: 548px;
}
.tieupArea .tieupVisual .txt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
	width: 248px;
	text-align: center;
}
.tieupArea .tieupVisual .arw {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 26px;
	height: 15px;
	margin: 0 0 0 -7px;
	cursor: pointer;
	text-align: center;
	background: url(/images/tieup02/visual_arw.png) no-repeat 0 0;
}


/*-------------------------------------
 tieupLead
-------------------------------------*/
.tieupArea .tieupLead {
	padding: 0 0 120px 0;
}
.tieupArea .tieupLead .lead {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.7;
}
.tieupArea .tieupLead .lead p em {
	font-weight: bold;
}


/*-------------------------------------
 tieupProfile
-------------------------------------*/
.tieupArea .tieupProfile {
	color: #fff;
	background: #677473;
}
.tieupArea .tieupProfile .pic {
	position: relative;
}
.tieupArea .tieupProfile .pic p {
	position: absolute;
	left: 0;
	bottom: 140px;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tieupArea .tieupProfile .pic p em {
	display: block;
	margin: 0 0 15px 0;
	font-size: 42px;
}
.tieupArea .tieupProfile .txt {
	padding: 35px 30px;
	font-size: 16px;
	line-height: 1.8;
}
.tieupArea .tieupProfile .profile {
	padding: 38px 30px;
}
.tieupArea .tieupProfile .profile p {
	padding: 0 0 0 28px;
	line-height: 1.7;
	border-left: 2px solid #fff;
}
.tieupArea .tieupProfile .profile p a {
	color: #fff;
	text-decoration: underline;
}
.tieupArea .tieupProfile .profile p a:hover {
	text-decoration: underline;
}


/*-------------------------------------
 tieupStyle
-------------------------------------*/
.tieupArea .tieupStyle {
	position: relative;
}
/* anchor */
.tieupArea .tieupStyle .anchor {
	padding: 117px 0 150px 0;
}
.tieupArea .tieupStyle .anchor ul {
	text-align: center;
}
.tieupArea .tieupStyle .anchor ul li {
	display: inline-block;
	font-size: 24px;
	padding: 0 50px;
}
.tieupArea .tieupStyle .anchor ul li a {
	display: block;
	height: 30px;
	padding: 0 35px 8px 0;
	text-decoration: none;
	background: url(/images/tieup02/icn_anchor_down.png) no-repeat right 4px;
}
.tieupArea .tieupStyle .anchor ul li a img {
	max-height: 100%;
	vertical-align: top;
}
.tieupArea .tieupStyle .anchor ul li.current a {
	border-bottom: 1px solid #000;
	background-image: url(/images/tieup02/icn_anchor_up.png);
}
/* title */
.tieupArea .tieupStyle .title {
	position: relative;
}
.tieupArea .tieupStyle .title h2 {
	position: absolute;
	top: -37px;
	left: 0;
}
.tieupArea .tieupStyle .title .caption {
	padding: 37px 0;
	font-size: 16px;
	text-align: center;
}
/* group */
.tieupArea .tieupStyle .group .caption {
	padding: 35px 0 85px 0;
}
.tieupArea .tieupStyle .group .caption p {
	padding: 0 0 0 13px;
	border-left: 2px solid #000;
}
/* product */
.tieupArea .tieupStyle .product ul {
	padding: 0 0 50px 0;
	overflow: hidden;
}
.tieupArea .tieupStyle .product ul li .caption {
	padding: 30px;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}
.tieupArea .tieupStyle .product ul li .caption em {
	font-weight: bold;
}
.tieupArea .tieupStyle .product ul li .caption img {
	width: 90px;
	vertical-align: middle;
}
.tieupArea #shortStyle .product ul li {
	float: left;
	width: 50%;
}
.tieupArea #shortStyle .product ul li .caption img {
	margin: 0 0 0 18px;
}
.tieupArea #mediumStyle .product ul li,
.tieupArea #longStyle .product ul li {
	padding: 0 0 30px 0;
	font-size: 0;
}
.tieupArea #mediumStyle .product ul li .pic,
.tieupArea #mediumStyle .product ul li .caption,
.tieupArea #longStyle .product ul li .pic,
.tieupArea #longStyle .product ul li .caption {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

/* howto */
.tieupArea .tieupStyle .howto h3 {
	margin: 0 0 30px 0;
	text-align: center;
}


/*-------------------------------------
 tieupLink
-------------------------------------*/
.tieupArea .tieupLink {
	padding: 120px 0;
	text-align: center;
}
.tieupArea .tieupLink .logo {
	margin: 0 0 60px 0;
}
.tieupArea .tieupLink .logo img {
	width: 210px;
}
.tieupArea .tieupLink .btn a {
	display: inline-block;
	width: 390px;
	height: 76px;
	color: #fff;
	text-decoration: none;
	background: #000;
}
.tieupArea .tieupLink .btn a em {
	display: inline-block;
	padding: 0 30px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 76px;
	background: url(/images/tieup02/icn_arw01.png) no-repeat right center;
}

/*-------------------------------------
 tieupShare
-------------------------------------*/
.tieupArea .tieupShare {
	padding: 0 0 40px 0;
	text-align: center;
}
.tieupArea .tieupShare h2 {
	margin: 0 0 40px 0;
}
.tieupArea .tieupShare ul li {
	display: inline-block;
	padding: 0 45px;
}
.tieupArea .tieupShare ul li a {
	display: block;
	height: 24px;
}
.tieupArea .tieupShare ul li a img {
	max-height: 100%;
}


/*-------------------------------------
 tieupContact
-------------------------------------*/
.tieupArea .tieupContact {
	padding: 0 0 110px 0;
	text-align: center;
}








/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {


/*-------------------------------------
 tieupVisual
-------------------------------------*/
.tieupArea .tieupVisual {
	height: 480px;
	margin: 0 auto 55px auto;
	padding: 0;
}
.tieupArea .tieupVisual .inner {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.tieupArea .tieupVisual .loading {
	width: 150px;
}
.tieupArea .tieupVisual .pic {
	width: 375px;
	height: 480px;
}
.tieupArea .tieupVisual .pic .last img {
	height: 160px;
}
.tieupArea .tieupVisual .txt {
	width: 177px;
	height: 390px;
}
.tieupArea .tieupVisual .txt img {
	width: 177px;
}
.tieupArea .tieupVisual .arw {
	bottom: 15px;
	width: 18px;
	height: 10px;
	margin: 0 0 0 -5px;
	background: url(/images/tieup02/visual_arw_sp.png) no-repeat 0 0;
	background-size: 18px 10px;
}

/*-------------------------------------
 tieupLead
-------------------------------------*/
.tieupArea .tieupLead {
	padding: 0 15px 60px 15px;
}
.tieupArea .tieupLead .lead {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 1.8;
}
.tieupArea .tieupLead .note {
	font-size: 12px;
}


/*-------------------------------------
 tieupProfile
-------------------------------------*/
.tieupArea .tieupProfile .txt {
	padding: 25px 15px;
	font-size: 15px;
	line-height: 1.75;
}
.tieupArea .tieupProfile .pic p {
	bottom: 20%;
	font-size: 15px;
}
.tieupArea .tieupProfile .pic p em {
	margin: 0;
	font-size: 21px;
}
.tieupArea .tieupProfile .profile {
	padding: 30px 15px 60px 15px;
	font-size: 12px;
}
.tieupArea .tieupProfile .profile p {
	padding: 0 0 0 15px;
	line-height: 1.7;
	border-left: 1px solid #fff;
}


/*-------------------------------------
 tieupStyle
-------------------------------------*/

/* anchor */
.tieupArea .tieupStyle .anchor {
	padding: 60px 0 75px 0;
}
.tieupArea .tieupStyle .anchor ul {
	margin: 0 -15px;
}
.tieupArea .tieupStyle .anchor ul li {
	font-size: 18px;
	padding: 0 15px;
}
.tieupArea .tieupStyle .anchor ul li a {
	display: block;
	height: 22px;
	padding: 0 17px 6px 0;
	text-decoration: none;
	background-size: 11px auto;
}
/* title */
.tieupArea .tieupStyle .title h2 {
	top: -19px;
}
.tieupArea .tieupStyle .title .caption {
	padding: 25px 0;
	font-size: 15px;
}
/* group */
.tieupArea .tieupStyle .group .caption {
	padding: 25px 15px 45px 15px;
}
.tieupArea .tieupStyle .group .caption p {
	font-size: 12px;
	border-left: 1px solid #000;
}
/* product */
.tieupArea .tieupStyle .product ul {
	padding: 0 0 40px 0;
}
.tieupArea .tieupStyle .product ul li .caption {
	padding: 15px;
	font-size: 15px;
	line-height: 1.7;
}
.tieupArea .tieupStyle .product ul li .caption img {
	width: 73px;
	margin: 0 0 5px 0;
}
.tieupArea #shortStyle .product ul li .caption img {
	margin: 0 0 5px 0;
}
.tieupArea #mediumStyle .product ul li,
.tieupArea #longStyle .product ul li {
	padding: 0;
}
/* howto */
.tieupArea .tieupStyle .howto h3 {
	margin: 0 0 20px 0;
	text-align: center;
}
.tieupArea .tieupStyle .howto h3 img {
	width: 158px;
}


/*-------------------------------------
 tieupLink
-------------------------------------*/
.tieupArea .tieupLink {
	padding: 60px 15px;
}
.tieupArea .tieupLink .logo {
	margin: 0 0 45px 0;
}
.tieupArea .tieupLink .btn a {
	display: block;
	width: auto;
	height: 73px;
}
.tieupArea .tieupLink .btn a em {
	font-size: 15px;
	line-height: 73px;
	background: url(/images/tieup02/icn_arw01_sp.png) no-repeat right center;
	background-size: 17px 18px;
}


/*-------------------------------------
 tieupShare
-------------------------------------*/
.tieupArea .tieupShare {
	padding: 0 0 30px 0;
}
.tieupArea .tieupShare h2 {
	margin: 0 0 30px 0;
}
.tieupArea .tieupShare h2 img {
	width: 63px;
}
.tieupArea .tieupShare ul li {
	display: inline-block;
	padding: 0 18px;
}
.tieupArea .tieupShare ul li a {
	height: 18px;
}


/*-------------------------------------
 tieupContact
-------------------------------------*/
.tieupArea .tieupContact {
	padding: 0 15px 55px 15px;
	font-size: 12px;
}



}




/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

.tieupArea .tieupVisual .arw,
.tieupArea .tieupStyle .anchor ul li a,
.tieupArea .tieupLink .btn a,
.tieupArea .tieupShare ul li a {
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.tieupArea .tieupVisual .arw:hover,
.tieupArea .tieupStyle .anchor ul li a:hover,
.tieupArea .tieupLink .btn a:hover,
.tieupArea .tieupShare ul li a:hover {
	opacity: 0.4;
}



}