@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
    border-bottom: 1px solid #f2f2f2;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.copyRightIn {
    width: 1000px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.pageTop {
    border-radius: 50%;
}
#mainContents {
    background-color: #121212;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    letter-spacing: 0.15em;
    font-feature-settings: "palt"1;
}
.note {
    display: block;
    margin-top: 10px;
    font-size: 10px;
}
.sp {
    display: none;
}
.releasedate {
	font-size: 11px; 
	color: #fff;
	width: 1000px; 
	margin: 30px auto 20px; 
	text-align: right;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_main_title.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-top: 100px;
}
.mainTitle .txt {
    width: 959px;
    height: 210px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/txt_main_title.png) no-repeat center top;
    font-size: 0;
    text-indent: -999em;
}
.mainTitle h1 {
    width: 100%;
    height: 370px;
    margin: 100px auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/h1.png) no-repeat center center;
    font-size: 0;
    text-indent: -999rem;
}
.mainTitle .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 500px;
    height: 65px;
    margin: 0 auto;
}
.mainTitle .btn a {
    display: block;
    position: relative;
    line-height: 65px;
    width: 500px;
    height: 65px;
    background-color: #c1ae6b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s;
}
.mainTitle .btn a::after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 445px;
    width: 25px;
    height: 7px;
    margin: auto 0;
    border-bottom: solid 2px #fff;
    border-right: solid 3px #fff;
    transform: skew(45deg);
    transition: width .2s;
}
.mainTitle .btn a:hover {
    background-color: #a99652;
}
.mainTitle .btn a:hover::after {
    width: 35px;
}
.lead {
    width: 1000px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #fff;
    font-size: 18px;
}
.lead a:link, .lead a:visited {
    color: #c1ae6b;
}
.lead a:hover, .lead a:active {
    text-decoration: underline;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    height: 250px;
    margin-top: 100px;
    padding: 45px 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_diagonal_even.png) no-repeat center top;
    box-sizing: border-box;
}
#article02 .bnr,
#article04 .bnr {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_diagonal_odd.png) no-repeat center top;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 160px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_bnr.jpg) no-repeat center top;
}
.bnr a:hover {
}
.bnr a .item {
}
.bnr a .item .img {
    display: none;
}
.bnr a .item .info {
    position: absolute;
    bottom: 35px;
    left: 720px;
    width: 200px;
    height: 35px;
    margin: 0 auto;
}
.bnr a .item .info dt {
    display: none;
}
/*----　ボタン ----*/
.bnr a .item .info dd {
    position: relative;
    line-height: 32px;
    width: 230px;
    height: 35px;
    padding-left: 15px;
    background-color: #c1ae6b;
    letter-spacing: 0.10em;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    box-sizing: border-box;
    transition: background-color .2s;
}
.bnr a .item .info dd::after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 200px;
    width: 15px;
    height: 4px;
    margin: auto 0;
    border-bottom: solid 1px #fff;
    border-right: solid 2px #fff;
    transform: skew(45deg);
    transition: width .2s;
}
.bnr a:hover .item .info dd {
    background-color: #a99652;
}
.bnr a:hover .item .info dd::after {
    width: 20px;
}
/*----　アンケート下 ----*/
.bnrWrap {
	background-color: #f2f2f2;
}
.bnrWrap .bnr {
	height: auto;
	margin: 0;
	padding: 100px 0;
	background: none;
}
.bnrWrap .bnr a {
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    margin-top: 100px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_diagonal_odd.png) no-repeat center top;
}
.lnav .lnavIn {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    padding-left: 150px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/lnav_title.png) no-repeat center left;
    box-sizing: border-box;
}
.lnav ul {
}
.lnav ul li {
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.3;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.2s;
}
.lnav ul li a:hover {
    color: #eedb75;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
    padding-bottom: 0;
}
.paragraphIn {
    width: 1000px;
    margin: 0 auto;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    color: #fff;
    font-size: 18px;
}
.paragraphIn > p:first-of-type {
    margin-top: 60px;
}
.paragraph h2 {
    width: 1000px;
    margin: 0 auto;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}
.paragraph h2 .i {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.35em;
}
.paragraph h2 .txt {
    line-height: 1.6;
    color: #d3c284;
    font-size: 40px;
    letter-spacing: 0.35em;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 100px;
    margin-bottom: 80px;
    padding-left: 40px;
    border-left: 1px solid #d3c284;
    color: #fff;
    font-size: 26px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: 0.35em;
}
.paragraph h4 {
    line-height: 1.6;
    margin: 80px 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 80px auto 0;
    font-size: 0;
}
h3 + .imgBox,
.imgBox h3 {
    margin-top: 0;
}
h4 + .imgBox,
.imgBox h4 {
    margin-top: 0;
}
.imgBox + p {
    margin-top: 80px;
}
.imgBox,
.imgBox .half,
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-between;
    width: 1000px;
}
.imgBox a {
    display: block;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox > a {
    width: 480px;
}
.imgBox > .cap {
    width: 480px;
    margin-left: 40px;
}
.imgBox > .half > a,
.half > div {
    width: 480px;
}
.imgBox > .half > a:last-of-type {
    margin-left: 40px;
}
.imgBox > .three > a {
    width: 306px;
    margin-left: 40px;
}
.imgBox > .three > a:first-of-type {
    margin-left: 0;
}
.imgBox .cap {
    margin-top: 0;
    font-size: 14px;
}
.half + .half {
    margin-top: 60px;
}
.full > a {
    width: 630px;
    margin: 0 auto;
}
.center > a {
    width: 665px;
    margin: 0 auto;
}
.half + .cap,
.full .cap,
.center .cap,
.three + .cap {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
}
/*==============================================
 #matome
============================================= */
#matome {
    padding: 100px 0 150px;
}
#matome h2 {
}
#matome h2 .txt {
}
#matome p {
}
/*==============================================
 .productBox
============================================= */
.productBg {
    padding-bottom: 150px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/bg_matome.jpg) no-repeat center bottom;
}
.productBox {
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
/*----　バナー ----*/
.productBox a {
    display: block;
}
.productBox a .img {
    text-align: center;
}
/*----　h2 ----*/
.productBox a h2 {
    width: 455px;
    height: 72px;
    margin: 50px auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/07_ht-a7000/prd_txt.png) no-repeat center top;
    text-indent: -999rem;
    font-size: 0;
}
/*----　ボタン ----*/
.productBox a .button {
    display: block;
    position: relative;
    line-height: 65px;
    width: 500px;
    height: 65px;
    margin: 40px auto 0;
    background-color: #c1ae6b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s;
}
.productBox a .button::after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 445px;
    width: 25px;
    height: 7px;
    margin: auto 0;
    border-bottom: solid 2px #fff;
    border-right: solid 3px #fff;
    transform: skew(45deg);
    transition: width .2s;
}
.productBox a .button:hover {
    background-color: #a99652;
}
.productBox a .button:hover::after {
    width: 35px;
}
/*==============================================
 アンケート
============================================= */
.questionnaireInner {
    border: 1px solid #e4e4e4;
}
.questionnaire {
    padding-bottom: 0 !important;
}
/*----　カラー変更　----*/
.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 {
    padding: 100px 0;
    background-color: #f2f2f2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}
.questionnaireInner {
    width: 1000px;
    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;
}