@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp,
.splinktxt,
.spStitle,
.spBtn,
.spIcon,
.reviewSp {
display: none;
}
#header {
border-bottom: #e8e8e8 solid 1px;
}
.headerIn,
.footerIn {
width: 1106px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }
.sTxt {
display: block;
font-size: 12px;
margin-top: 15px;
}
.sTxt + .sTxt {
margin-top: 5px;
}

/*==============================================
看板
============================================= */
.logoBox {
width: 1106px;
margin: 25px auto;
}
.logoBox ul {
display: table;
}
.logoBox li {
display: table-cell;
vertical-align: middle;
}
.logoIntel img { width: 92px; }
.logoOmen img { width: 120px; }
.intelLogoi7 {
padding: 0 25px 0 20px;
}
.logoTxt {
box-sizing: border-box;
font-size: 13px;
line-height: 22px;
padding-left: 20px;
width: 894px;
}

h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/title.png) right top no-repeat;
width: 1106px;
height: 492px;
text-indent: -999em;
font-size: 0;
z-index: 1px;
margin: 0 auto 75px;
}
.lead {
font-size: 15px;
line-height: 30px;
width: 930px;
margin: 0 auto 80px;
}

.menu {
width: 930px;
margin: 0 auto 100px;
}
.menu li b {
display: inline-block;
background: rgb(234,83,144);
background: -moz-linear-gradient(53deg, rgba(234,83,144,1) 0%, rgba(255,53,51,1) 50%, rgba(255,166,51,1) 100%);
background: -webkit-linear-gradient(53deg, rgba(234,83,144,1) 0%, rgba(255,53,51,1) 50%, rgba(255,166,51,1) 100%);
background: linear-gradient(53deg, rgba(234,83,144,1) 0%, rgba(255,53,51,1) 50%, rgba(255,166,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5390",endColorstr="#ffa633",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  width: 110px;
}
.menu li {
background: #000;
padding: 15px 0;
margin-bottom: 10px;
transition: 0.2s;
}
.menu a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/menu_icon.png) left 15px center no-repeat;
box-sizing: border-box;
color: #fff;
font-size: 15px;
padding-left: 45px;
}
.menu li:hover {
opacity: 0.7;
}

/*==============================================
bnr
============================================= */
.topbnr {
width: 930px;
margin: 0 auto 50px;
overflow: hidden;
}
.innerbnr {
width: 930px;
margin: 80px auto 0;
padding-bottom: 110px;
overflow: hidden;
}
.bnrLeft a {
display: block;
width: 450px;
height: 189px;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/bnr_left.png) no-repeat;
overflow: hidden;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.bnrLeft {
width: 450px;
height: 189px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/bnr_left_over.png) no-repeat;
float: left;
}
.bnrRight a {
display: block;
width: 450px;
height: 189px;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/bnr_right.png) bottom no-repeat;
overflow: hidden;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.bnrRight {
width: 450px;
height: 189px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/bnr_right_over.png) bottom no-repeat;
float: right;
}
:is(.bnrLeft, .bnrRight) a:is(:hover) {
opacity: 0;
}

/*==============================================
#mainContents
============================================= */
.paragraph {
width: 100%;
padding: 110px 0 0;
}
.paragraphIn {
width: 930px;
margin: 0 auto;
}
.paragraph h2 {
box-sizing: border-box;
color: #151515;
width: 930px;
font-size: 38px;
font-weight: bold;
line-height: 1.5;
text-align: left;
margin: 0 auto;
letter-spacing: 0.03em;
font-feature-settings: "palt" 1;
padding-top: 80px;
}
#article01 h2 { background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/icon01.png) top left no-repeat; }
#article02 h2 { background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/icon02.png) top left no-repeat; }
#article03 h2 { background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/icon03.png) top left no-repeat; }
#matome h2 { background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/icon04.png) top left no-repeat; }
#article01, #article03, .productBox {
background: #f5f5f5;
}
.paragraph h2 b {
display: none;
}
.paragraph p {
color: #2c2c2c;
    font-size: 17px;
    line-height: 2.1;
	margin-top: 65px;
}

.paragraph p + p {
	margin-top: 30px;
}
p.cap {
    font-size: 13px;
    line-height: 1.8;
	margin-top: 0;
}

/*---- img ----*/
.imgBox {
w930px;
margin: 70px auto 0;
overflow: hidden;
}
.imgBox + .imgBox {
margin-top: 40px;
}
:is(.imgLeft, .imgRight, .imgCenter) {
width: 450px;
}
.imgLeft {
float: left;
}
.imgRight {
float: right;
}
.imgCenter, .imgBoxB01 {
margin: 70px auto 0;
}
.imgBox +.imgCenter {
margin: 40px auto 0;
}
:is(.imgBoxB, .imgLeft, .imgRight, .imgCenter, .imgBoxB01) a:is {
cursor: zoom-in;
}
:is(.imgBoxB, .imgLeft, .imgRight, .imgCenter, .imgBoxB01) :is(.cap) {
margin-top: 15px;
}
:is(.imgBoxB, .imgLeft, .imgRight, .imgCenter, .imgBoxB01) :is(img) {
width: 100%;
}
.imgBoxB {
margin: 90px 0 -280px;
}
.imgBoxB p {
color: #fff;
width: 207px;
font-size: 12px;
line-height: 25px;
position: relative;
top: -380px;
right: -685px;
}

/*----　youTube　----*/
.youTubeBox {
width: 713px;
text-align: center;
margin: 100px auto 0;
}
.youtubeThum {
width: 100%;
text-align: center;
cursor: pointer;
transition: .2s;
position: relative;
margin: auto;
}
.youtubeThum::before,
.youtubeThum::after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
}
.youtubeThum::before {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.65);
margin: -20px 0 0 -20px;
}
.youtubeThum::after {
width: 0px;
height: 0px;
border: 8px solid transparent;
border-left: 13px solid #fff;
margin: -7px 0 0 -4px;
}
.youtubeThum:hover {
opacity: 0.7;
transition: .2s;
}
.youtubeModalOverlay {
z-index: 100;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.75);
}
.youtubeModalCon {
width: 560px;
margin: 0;
padding: 0;
background: #fff;
position: fixed !important;
display: none;
z-index: 311;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.youtubeModalConIn {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: hidden;
}
.youtubeModalConIn iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.youtubePlayerWrp {
display: none;
}

/*==============================================
.productBox
============================================= */
#matome {
padding-bottom: 130px;
}
.productBox {
border-bottom: #fff solid 1px;
}
.productBoxIn {
width: 930px;
margin: 0 auto;
padding-top: 110px;
}
.productImgBox {
overflow: hidden;
margin-bottom: 35px;
}

.product_left a {
display: block;
width: 450px;
height: 593px;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_left.png) no-repeat;
overflow: hidden;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.product_left {
width: 450px;
height: 593px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_left_over.png) no-repeat;
float: left;
}

.product_right a {
display: block;
width: 450px;
height: 593px;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_right.png) no-repeat;
overflow: hidden;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.product_right {
width: 450px;
height: 593px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_right_over.png) no-repeat;
float: right;
}

.productImgBox02 {
background: #fff;
box-sizing: border-box;
padding: 50px 46px;
}
.productImgBox02 p {
border-bottom: #ededed solid 1px;
font-size: 15px;
line-height: 34px;
margin-bottom: 35px;
padding-bottom: 30px;
}

.product_center a {
display: block;
width: 838px;
height: 177px;
text-indent: -9999px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_center.png) no-repeat;
overflow: hidden;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.product_center {
width: 838px;
height: 177px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_hp_omen/product_bnr_center_over.png) no-repeat;
}

:is(.product_center, .product_left, .product_right) a:is(:hover) {
opacity: 0;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
display: block;
font-size: 11px; 
width: 930px; 
margin: 0 auto; 
text-align: right;
padding: 50px 0 120px;
}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.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: 25px 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;
}
