@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #bbb;
	text-align: right;
	margin: 100px auto; 
}

#mainContents {
	background: #000;
	color: #fff;
}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/mainimg.jpg) no-repeat center top;
	padding-top: 70px;
}
.mainTitle {
	width: 100%;
	height: 894px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/maintitle.png) no-repeat center top;
	margin: 0 auto;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	font-size: 15px;
	line-height: 2.1;
	margin: 40px auto 0;
}
.lead small {
	display: block;
	font-size: 11px;
	margin-top: 15px;
}

/* animation */
	.mainTitle {
		opacity: 0;
		animation-name: mainTitle;
		animation-duration: 0.50s;
		animation-timing-function: ease-out;
		animation-delay: 0.45s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
		@keyframes mainTitle {
			0% {opacity: 0; transform: translate3d(0,50px,0);}
			100% {opacity: 1; transform: translate3d(0,0,0);}
		}


/*==============================================
 バナー
============================================= */
.topbnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 930px;
	margin: 70px auto 0;
}
.topbnr a {
	display: flex;
	width: 440px;
	background: #141414;
	border: 1px solid #222;
	color: #fff;
	box-sizing: border-box;
	transition: all ease .3s;
}
.topbnr a:hover {
	background: #222;
}
.topbnr a dl {
	display: flex;
	flex-flow: column;
	flex: 1;
	height: 100%;
	min-height: 0%;
	position: relative;
}
.topbnr a:nth-child(1) dl:after {
	content: "";
	width: 103px;
	height: 161px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/innerbnr_img01.png) no-repeat 0 0;
	background-size: 103px;
	position: absolute;
	top: 20px;
	left: 45px;
}
.topbnr a:nth-child(2) dl:after {
	content: "";
	width: 108px;
	height: 161px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/innerbnr_img02.png) no-repeat 0 0;
	background-size: 108px;
	position: absolute;
	top: 20px;
	left: 45px;
}
.topbnr a dt {
	height: 150px;
	font-size: 26px;
	line-height: 1.3;
	box-sizing: border-box;
}
.topbnr a:nth-child(1) dt {
	padding: 45px 0 0 190px;
}
.topbnr a:nth-child(2) dt {
	padding: 27px 0 0 190px;
}
.topbnr a dt small {
	display: block;
	font-size: 18px;
	margin-top: 8px;
}
.topbnr a dd {
	font-size: 14px;
	padding: 18px 0 16px 190px;
	position: relative;
	transition: all ease .3s;
}
.topbnr a dd:after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
.topbnr a:nth-child(1) dd {
	background: linear-gradient(90deg, #19304c, #0f4d81);
	background-color: #0f4d81;
}
.topbnr a:nth-child(2) dd {
	background: linear-gradient(90deg, #152e37, #0f6982);
	background-color: #0f6982;
}

.innerbnr {
	width: 930px;
	margin: 110px auto 0;
}
.innerbnr a {
	display: block;
	background: #141414;
	border: 1px solid #222;
	color: #fff;
	box-sizing: border-box;
	transition: all ease .3s;
}
.innerbnr a:hover {
	background: #222;
}
.innerbnr a dl {
	overflow: hidden;
	position: relative;
}
.innerbnr a dt {
	font-size: 28px;
	padding: 30px 0 30px 290px;
}
.innerbnr a dt span {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.innerbnr a dt small {
	display: inline-block;
	font-size: 18px;
	margin-left: 30px;
}
.innerbnr a dt br {
	display: none;
}
.innerbnr a dd {
	background: #999;
	font-size: 14px;
	text-align: right;
	padding: 18px 60px 16px 190px;
	position: relative;
}
.innerbnr a dd:after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 34px;
	margin-top: -8px;
}
#article01 .innerbnr a dd {
	background: linear-gradient(90deg, #19304c, #0f4d81);
}
#article02 .innerbnr a dd {
	background: linear-gradient(90deg, #152e37, #0f6982);
}
#article01 .innerbnr a dl:after {
	content: "";
	width: 194px;
	height: 303px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/innerbnr_img01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -131px;
}
#article02 .innerbnr a dl:after {
	content: "";
	width: 196px;
	height: 293px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/innerbnr_img02.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -127px;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	margin: 80px auto 0;
}
.menu dt {
	font-size: 24px;
	font-weight: bold;
	color: #676767;
}
.menu dd {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/index_line.gif) no-repeat 0 center;
	margin-top: 20px;
	padding: 3px 0 2px 55px;
}
.menu dd a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 2.5;
}
.menu dd a em {
	display: inline-block;
	width: 250px;
	position: relative;
}
.menu dd a em:after {
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1px;
}
.menu dd a:hover {
	opacity: .7;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 120px auto 0;
}
.paragraph h2 {
	width: 1050px;
	height: 236px;
	margin: 0 auto 200px;
	position: relative;
}
.paragraph h2 img {
	position: absolute;
	top: -75px;
	left: 0;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.paragraphIn p em {
	text-decoration: underline;
}

#article01 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p01_bg.jpg) no-repeat center 0;
	padding-top: 150px;
}
#article01 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p01_title.png) no-repeat 320px 0;
	text-indent: -999em;
	font-size: 0;
}
#article02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p02_bg.jpg) no-repeat center 0;
	padding-top: 150px;
}
#article02 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p02_title.png) no-repeat 320px 0;
	text-indent: -999em;
	font-size: 0;
}
#article03 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p03_bg.jpg) no-repeat center 0;
	padding-top: 150px;
}
#article03 h2 {
	height: 42px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p03_title.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	margin: 0 auto 100px;
}


.column {
	border: 1px solid #222;
	margin: 110px auto 0;
	padding: 90px;
}
.column h3 {
	height: 28px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/column_title.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	margin: 0 auto 70px;
}
.column a {
	display: block;
	color: #fff;
	margin-top: 60px;
	padding: 0 20px;
	overflow: hidden;
}
.column a img {
	margin-right: 30px;
	float: right;
}
.column a dl {
	width: 400px;
	padding-top: 60px;
	float: left;
}
.column a dt {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	font-size: 26px;
	padding: 27px 30px 25px;
}
.column a dt span {
	display: block;
	font-size: 16px;
	margin-bottom: 17px;
}
.column a dt small {
	display: block;
	font-size: 18px;
	margin-top: 17px;
}
.column a dd {
	font-size: 14px;
	text-align: right;
	padding: 43px 26px 0 0;
	position: relative;
}
.column a dd:after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 41px;
	right: 0;
}


/*==============================================
 画像
============================================= */
.imgBoxL {
	width: 1130px;
	margin: -30px auto 80px;
}
.imgBoxL .cap {
	width: 800px;
	font-size: 14px;
	line-height: 2;
	margin: -50px auto 0;
}
.imgBoxM {
	width: 930px;
	margin: 80px auto;
	position: relative;
}
.imgBoxM .cap {
	background: rgba(0,0,0,.6);
	font-size: 14px;
	line-height: 2;
	margin: 0;
	padding: 35px 60px 25px;
	position: absolute;
	bottom: 0;
}
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}


/*==============================================
 製品紹介
============================================= */
#productBox {
	width: 930px;
	margin: 100px auto 0;
}
#productBox h2 {
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/p04_title.png) no-repeat center 0;
	text-indent: -999em;
	font-size: 0;
	margin: 0 auto;
}
#productBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#productBox li a {
	display: block;
	color: #fff;
	text-align: center;
	margin: 50px auto 0;
}
#productBox h3 {
	border-bottom: 1px solid #222;
	padding: 0 0 13px 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#productBox li a div {
	min-height: 300px;
}
#productBox .lineup01,
#productBox .lineup03 {
	margin: 100px auto 0;
}
#productBox .lineup02 {
	margin: 90px auto 0;
}
#productBox .lineup01 li {
	width: 440px;
}
#productBox .lineup02 li:first-child,
#productBox .lineup03 li:last-child {
	width: 570px;
	overflow: hidden;
}
#productBox .lineup02 li:first-child a,
#productBox .lineup03 li:last-child a {
	width: 50%;
	float: left;
}
#productBox .lineup02 li:last-child,
#productBox .lineup03 li:first-child {
	width: 310px;
}
#productBox .lineup01 li dl {
	margin-top: 30px;
}
#productBox .lineup01 li dt {
	font-size: 30px;
}
#productBox .lineup01 li dd {
	width: 360px;
	height: 50px;
	font-size: 14px;
	line-height: 52px;
	margin: 15px auto 0;
	transition: all ease .3s;
}
#productBox .lineup01 li:first-child dd,
#productBox .lineup03 li:first-child dd {
	background: #0f4d81;
}
#productBox .lineup01 li:last-child dd,
#productBox .lineup03 li:last-child dd {
	background: #0f6982;
}
#productBox .lineup01 li:first-child dd:hover,
#productBox .lineup03 li:first-child dd:hover {
	background: #2b75b3;
}
#productBox .lineup01 li:last-child dd:hover,
#productBox .lineup03 li:last-child dd:hover {
	background: #2f91ad;
}
#productBox .lineup01 li dd span,
#productBox .lineup02 li dd span,
#productBox .lineup03 li dd span {
	position: relative;
}
#productBox .lineup01 li dd span:after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: -28px;
	margin-top: -9px;
}
#productBox .lineup02 li dl,
#productBox .lineup03 li dl {
	margin-top: 28px;
}
#productBox .lineup02 li dt,
#productBox .lineup03 li dt {
	font-size: 24px;
}
#productBox .lineup02 li dd,
#productBox .lineup03 li dd {
	width: 260px;
	height: 50px;
	background: #132758;
	font-size: 12px;
	line-height: 52px;
	margin: 15px auto 0;
	transition: all ease .3s;
}
#productBox .lineup02 li dd:hover {
	background: #334a83;
}
#productBox .lineup02 li dd span:after,
#productBox .lineup03 li dd span:after {
	content: "";
	width: 10px;
	height: 14px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/11_orientstar/arrow.png) no-repeat 0 0;
	background-size: 10px;
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -7px;
}
#productBox .lineup03 li img {
	height: 290px;
}


/*==============================================
 effect
============================================= */
[data-effect] {
    transition: transform 0.7s, opacity 0.6s;
}
[data-effect="center"] {
    opacity: 0;
}
[data-effect="top"] {
    opacity: 0;
    transform: translateY(-40px);
}
[data-effect="bottom"] {
    opacity: 0;
    transform: translateY(40px);
}
[data-effect="left"] {
    opacity: 0;
    transform: translateX(-40px);
}
[data-effect="right"] {
    opacity: 0;
    transform: translateX(40px);
}
[data-effect].ended {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}



/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


