@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f2f2f5;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #412e02;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a,
#mainContents p a:visited,
#mainContents p a:hover {
    color: #f37042;
    text-decoration: underline;
}
#mainContents p a:hover {
    text-decoration: none;
}
.sp {
    display: none !important;
}
#mainContents .note {
    display: flex;
    position: relative;
    line-height: 1.8;
    margin-top: 10px;
    color: #444;
    font-size: 11px;
}
#mainContents .imgBox .note:first-child,
#mainContents .note + .note {
    margin-top: 0;
}
#mainContents .note span {
    margin-right: 1em;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #f2f2f5 url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_everino/h1_bg.webp) no-repeat top center;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 120px;
    right: 18px;
    width: 368px;
    height: 270px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_everino/h1.svg) no-repeat center top;
    font-size: 0;
}
/*---- .lead ----*/
.leadWrap {
    padding: 60px 0 110px;
    background-color: #fff;
}
.lead {
    line-height: 1.8;
    width: 830px;
    margin: 0 auto;
    font-size: 16px;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #f37042;
    font-weight: 700;
    transition: .2s;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .mainTitle */
.mainTitle .btn {
    display: block;
    position: absolute;
    bottom: 120px;
    right: 0;
    line-height: 60px;
    width: 405px;
    border-radius: 30px;
    font-size: 16px;
}
/*==============================================
 .txtLink
============================================= */
.txtLink a {
    display: block;
    position: relative;
    width: 660px;
    height: 50px;
    line-height: 50px;
    margin: 60px auto 0;
    border: 1px solid #412e02;
    border-radius: 25px;
    text-align: center;
    color: #412e02;
    font-size: 14px;
    font-weight: bold;
    transition: .2s;
}
.txtLink a:hover {
    opacity: .7;
}
.txtLink a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid #412e02;
    border-bottom: 2px solid #412e02;
    transform: rotate(-45deg);
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 830px;
    margin: 80px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 190px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_everino/bnr.jpg) no-repeat center top;
    border: 1px solid #f37042;
    border-radius: 15px;
    box-sizing: border-box;
    transition: .2s;
    border-radius: 15px;
}
.bnr a:hover {
    opacity: .7;
}
.bnr .btn {
    display: block;
    position: absolute;
    left: 85px;
    bottom: 30px;
    right: 85px;
    line-height: 40px;
    border-radius: 20px;
    width: 320px;
    font-size: 14px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    width: 100%;
    margin-top: -60px;
}
.lnav ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.lnav ul li {
}
.lnav ul li a {
    display: block;
    position: relative;
    width: 241px;
    height: 100%;
    border: 1px solid #f37042;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    color: #412e02;
    transition: .2s;
    box-sizing: border-box;
    overflow: hidden;
}
.lnav ul li a:hover {
    opacity: .7;
}
.lnav ul li a img {
    width: 100%;
    height: auto;
}
.lnav ul li a span {
    display: block;
}
.lnav ul li a .sub {
    line-height: 43px;
    background-color: #f37042;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.lnav ul li a .title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    height: 6.4em;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 80px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 40px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 10px;
    padding-top: 30px;
    font-size: 40px;
    font-weight: 700;
}
.paragraph h2 .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #f37042;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    width: 830px;
    margin: 80px auto 0;
    padding-left: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f37042;
}
.paragraph h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph p:not(.note) + p {
    margin-top: 30px;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    width: 830px;
    margin: 40px auto 0;
}
.review + .review {
    margin-top: 10px;
}
h3 + .review {
    margin-top: 30px;
}
.review dt {
    margin-right: 40px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffe824;
}
.review dd {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
}
h3 + .imgBox,
h4 + .imgBox {
    margin-top: 40px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox div a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 1.8;
    width: 320px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one,
.imgBox .one > div {
    width: 660px;
}
.imgBox .one.w440 {
    width: 440px;
    height: auto;
    margin: 0 auto;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two > div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 80px;
}
.productBox a {
    display: block;
    width: 830px;
    margin: 0 auto;
    padding: 50px 0;
    border: 1px solid #412e02;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    transition: .2s;
}
.productBox a:hover {
    opacity: .7;
}
.productBox a .sub {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #625c5d;
    text-align: center;
    color: #fff;
}
.productBox a h2 {
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}


.productBox a .img {
    width: 560px;
    margin: 30px auto 0;
}
.productBox a .btn {
    display: block;
    line-height: 60px;
    width: 490px;
    margin: 40px auto 0;
    border-radius: 30px;
    font-size: 16px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    padding: 0 0 80px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}