@charset "UTF-8";
/* header設定
   =================================================================== */
#arcrestContainer {
	background: #000;
	position:relative;
	overflow: hidden;
}
#arcrestContainer .contents_header {
	width: 100vw;
	height: 100vh;
	position: relative;
	padding-top: 46px;
}
#arcrestContainer .contents_header .top {
	width: 68px;
	height: auto;
	margin-left: 46px;
	z-index: 2;
	position: absolute;
	line-height: 0;
}
#arcrestContainer .contents_header .top a img {
	width:100%;
}
#arcrestContainer .contents_header .header_main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 612px;
	margin: -306px 0 0 -512px;
	z-index: 1;
}
#arcrestContainer .contents_header .header_main img {
	width: 100%;
	height: auto;
	z-index: 0;
}
#arcrestContainer .contents_header .c-kv__scroll {
    bottom: 30px;
    color: #fff;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    transition: bottom 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    z-index: 3;
}
#arcrestContainer .contents_header .c-kv__scroll a {
    color: #fff;
    display: block;
    position: relative;
}
#arcrestContainer .contents_header .c-kv__scroll::before {
	content: " ";
	width: 12px;
	height: 20px;
	border: #fff 1px solid;
	border-radius: 10px;
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -7px;
}
#arcrestContainer .contents_header .c-kv__scroll::after {
    background: #fff;
    border-radius: 2px;
    content: " ";
    height: 4px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -30px;
    width: 4px;
	animation: 2s ease-out 0s normal none infinite running animation01;
	-webkit-animation: 2s ease-out 0s normal none infinite running animation01;
}
@keyframes animation01 {
	from {
		top: -30px;
	}
	35% {
		top: -30px;
	}
	44% {
		top: -26px;
	}
	50% {
		top: -30px;
	}
	70% {

	}
	100% {
		top: -30px;
	}
}
/* sns設定
   =================================================================== */
#arcrestContainer .contents_header .snsContents {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	line-height: 0;
	z-index: 3;
	width: 12%
}
/* ndLink設定
   =================================================================== */
#arcrestContainer .contents_header .ndLink {
	margin: 0;
	padding: 0.75rem;
	position: absolute;
	bottom: 30px;
	right: 30px;
	line-height: 1.5;
	z-index: 3;
	cursor: pointer;
	background: linear-gradient( 45deg, #848788 0%, #fff 50%, #848788 100%);
	width: 22%;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
#arcrestContainer .contents_header .ndLink a {
	color: #000;
}
.tabIcon {
    display: inline-block;
    margin-left: 5px;
    width: 14px;
    height: 11px;
    background: url(../img/icon_01.png) no-repeat;
    background-size: 12px 10px;
    -webkit-background-size: 12px 10px;
    -moz-background-size: 12px 10px;
}
#arcrestContainer .contents_header .ndLink a:hover {
    opacity: 0.6;
    transition: 0.8s;
}
/* nav設定
   =================================================================== */
#pickup {
	background: #c5994f;
	width: 100%;
	z-index: 100;
	position: relative;
}
#pickup .gnav {
	width: 960px;
	margin: auto;
	background: url(../img/nav_line02.png) no-repeat right center #c5994f;
}
#pickup .gnav li{
	width:25%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	transform: skewX(153deg);
	background:url(../img/nav_line01.png) no-repeat left center;
}
#pickup .gnav li a{
	display:block;
	color:#fff;
	width:100%;
	padding:12px 0;
	height:60px;
	transform: skewX(-153deg);
}
#pickup .gnav li:hover a{
	color:#333;
	transition: 0.5s;
}
#pickup .gnav li:active a{
	color:#000;
}
#pickup.fixed {
	position: fixed;
	top:100px;
}

/*  2018年3月6日更新
#pickup .gnav li.nav_04 a{
	background:url(../img/new_icon.png) no-repeat 8% 50%;
	background-size:20% auto;
}
  */

/* contents設定
   =================================================================== */
#arcrestContainer #arcrestContents {
	padding: 0 46px 130px;
	width: 1024px;
	margin: 0 auto;
}
#arcrestContainer #arcrestContents .innerContents {
	padding: 80px 0 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_02 {
	width: 840px;
	margin: 0 auto 130px;
	padding: 130px 0 0;
	z-index: 2;
}
#arcrestContainer #arcrestContents .innerContents.nav_02 .performance_text {
	margin: 20px auto;
	text-align: center;
	position: relative;
	z-index: 3;
}
#arcrestContainer #arcrestContents .innerContents.nav_02 .performance_text img {
	width: 65%;
}
#arcrestContainer #arcrestContents .innerContents h1 {
	width: auto;
	height: 33px;
	margin: 0 auto 85px;
	text-align: center;
	z-index: 3;
	position: relative;
}

#arcrestContainer #arcrestContents .innerContents h1 .line02 {
	height: 76px;
}

#arcrestContainer #arcrestContents .innerContents h1 img {
	height: 100%;
	width: auto;
}
#arcrestContainer #arcrestContents .innerContents figure {
	width: 670px;
	height: auto;
	margin: 0 auto 40px;
	background:url(../img/pic_02.jpg) no-repeat center center;
	background-size: 1024px auto;
	background-color: rgba(000,000,000,0.5);
    background-blend-mode: darken;
	padding: 150px 0;
	z-index: 3;
	position: relative;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap {
	position: relative;
	padding: 35px 0 0;
	margin-bottom: 35px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .headingContents {
	width: 100%;
	border-bottom: 2px #fff solid;
	position: relative;
	margin-bottom: 60px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .headingContents .ContentsImg {
	width: 56px;
	height: auto;
	line-height: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .headingContents .ContentsImg img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .headingContents p {
	font-size: 24px;
	font-weight: bold;
	left: 0;
	margin: 0 0 0 90px;
	position: absolute;
	top: 7px;
	line-height: 1.2;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap li dl {
	margin-bottom: 40px;
}

#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap li dt,#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .fp_systemContents h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonCaption {
	margin-bottom: 40px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap p {
	margin-bottom: 40px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .caption {
	margin-bottom: 50px;
	line-height: 1;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .twoblock_contents li,#arcrestContainer #arcrestContents .innerContents .section_wrap .twoblock_contents li dl:nth-last-child(1){
	line-height: 0;
	width: 430px;
	height: auto;
	float: left;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .twoblock_contents li:nth-last-child(1),#arcrestContainer #arcrestContents .innerContents .section_wrap .twoblock_contents li dl:nth-last-child(1){
	float: right;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap li img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .fourblock_contents {
	margin-left: -22px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .fourblock_contents li {
	float: left;
	padding-left: 22px;
	width: 25%;
	line-height: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .fourblock_contents li dd {
	line-height: 1.5;
	text-align: center !important;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .fp_systemContents {
	margin-bottom: 50px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents li {
	float: left;
	height: auto;
	width: 430px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents li.ComparisonImg {
	float: right;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents li:last-child{
	line-height: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents > ul {
	margin-bottom: 25px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap ul.threeblock_contents {
	margin-right: -30px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap ul.threeblock_contents li {
	width: 33.33%;
	padding-right: 30px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap ul.threeblock_contents li dd {
	line-height: 1.5 !important;
	text-align: center !important;
}
/* .nav_03 追記コンテンツ
=================================================================== */
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap h3 {
	margin-bottom: 20px;
	line-height: 1;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_04 li {
	width: 430px;
	height: auto;
	line-height: 0;
	float: left;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_04 li.ComparisonImg {
	float: right;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_04 li img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_04 ul {
	margin-bottom: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_05 ul {
	width: 600px;
	float: left;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_05 ul li {
	line-height: 1.8;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_05 ul li.madeby_name dt {
	font-size: 32px;
	font-weight: bold;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_05 .packageImg {
	width: 250px;
	height: auto;
	float: right;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap.section_05 .packageImg img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents.bright .ComparisonImg {
	width: 340px;
}
#arcrestContainer #arcrestContents .innerContents.nav_03 .section_wrap .comparisonContents ul:nth-child(2) > li dd {
	line-height: 1;
	text-align: center !important;
}

/* .productsContainer設定
   =================================================================== */
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer {
	margin-bottom: 80px;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li {
	position: relative;
	height: 300px;
	cursor: pointer;
}
.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.8s;
 -ms-animation-duration:1.8s;
 animation-duration:1.8s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-300px); }
 100% { opacity: 1; -webkit-transform: translate(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-300px); -ms-transform: translateX(-300px); transform: translateX(-300px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.8s;
 -ms-animation-duration:1.8s;
 animation-duration:1.8s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(300px); }
 100% { opacity: 1; -webkit-transform: translate(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(300px); -ms-transform: translateX(300px); transform: translateX(300px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left dt {
	width: 200px;
	height: auto;
	background:url(../img/products_bg.png) no-repeat 20px 29px;
	background-size: 153px auto;
	position: absolute;
	bottom: 20%;
	left: 0;
	line-height: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left dt img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left dd {
	margin-left: 252px;
	padding: 50px 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left dd a,#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right dt a {
	display: block;
	color: #fff;
	background:url(../img/btn.png) no-repeat right 32px center #c5994f;
	background-size: 28px auto;
	width: 286px;
	height: 44px;
	margin-top: 19px;
	padding: 5px 46px;
	font-size: 19px;
	font-weight: bold;
	border-radius: 3px;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left dd a:hover,#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right dt a:hover{
	opacity: 0.5;
	transition: 0.8s;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right dt {
	float: right;
	margin-right: 252px;
	padding: 50px 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right dd {
	width: 200px;
	height: auto;
	background:url(../img/products_bg.png) no-repeat 25px 30px;
	background-size: 153px auto;
	position: absolute;
	top: 18%;
	right: 0;
	line-height: 0;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li:nth-child(5) dd {
	top: 15%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li:nth-child(7) dd {
	top: 14%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li:nth-child(9) dd {
	top: 10%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right dd img {
	width: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .filterListContents {
	width: 764px;
	height: 77px;
	background: url(../img/btn.png) no-repeat right 153px center #c5994f;
	background-size: 38px auto;
	text-align: center;
	padding: 12px 100px;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .filterListContents a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	width: 100%;
	height: 100%;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .filterListContents:hover {
	opacity: 0.5;
	transition: 0.8s
}

/* 2021年11月26日更新 */
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_left.new dt img{
	background: url(../img/new_icon.png) no-repeat top right;
	background-size: 55px auto;
}
#arcrestContainer #arcrestContents .innerContents.nav_04 .productsContainer li.products_right.new dd img{
	background: url(../img/new_icon.png) no-repeat top left;
	background-size: 55px auto;
}


/* common設定
   =================================================================== */
span.margin_span {
	margin-right: 20px;
}
.brsp {
	display: block;
}
/* footer設定
   =================================================================== */
footer {
	width: 100%;
	background: #c5994f;
	position: relative;
	}
footer .footer-inner {
	margin: auto;
	padding: 26px 60px;
	}
footer .footer-sns{
	float: left;
	margin-right: 20px;
	position: relative;
	 width: 180px;
}
footer .footer-recommend {
	float:left;
	font-size: 16px;
}
footer .footer-recommend a {
	color:#000;
	cursor:pointer;
	padding-left:15px;
	background:url(../img/footer_arrow.png) no-repeat left center;
	border-bottom:1px solid #000;
	display: block;
}
footer .footer-copy {
	font-size: 16px;
	text-align: right;
	color: #000;
}
footer .footer-copy small {
	width: 100%;
}
.fb-like  {
	min-width: 105px;
	min-height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	margin-left: 95px;
}
@media all and (-ms-high-contrast: none){
#arcrestContainer .contents_header {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding-top: 46px;
}
.fb-like {
	min-width: 105px;
	min-height: 100%;
	position: absolute !important;
	top: -22px;
	left: 0;
	margin-left: 80px;
}
}
.twitter-share-button {
	vertical-align: text-top !important;
}
/* modal設定
   =================================================================== */
#modal .inner{
	overflow-y: scroll;
	    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/ 
}

#modal .inner::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

@media (max-width:900px) and (min-width: 768px) and (orientation: landscape){
		#modal .inner{
		height: 250px !important;
		}
}


#modal{
	display:none;
	width: 600px;
	max-width:94%;
	height: auto;
	margin: 0;
padding: 3%;
	background-color: #ffffff;
	color: #666666;
	position:fixed;
	z-index: 101;
	overflow: hidden;
}

#modal h3{
	font-size:140%;
	margin-bottom:3%;
	padding-bottom:1%;
	border-bottom: 3px solid #fabe00;
}
#modal table{
	width:100%;
}
#modal table th,#modal table td{
	border:1px solid #ccc;
	padding:2%;
	text-align:left;
	word-break:break-all;
}
#modal table th{
	background:#eee;
	width:25%;
}


}


#modal .mod-caption02{
	margin-top:3%;
}
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 100;
}
.modal-close{
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	padding:3% 4%;
}

/*テキスト出し分け*/
.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width : 767px){
  .pc { display:none; }
  .sp { display:block; }
}

#arcrestContents{padding-top:100px !important;}
@media (max-width:765px) and (min-width: 300px){
	#arcrestContents{padding-top:50px !important;}
	#pickup.fixed {
		top:40px;
	}
}
