/*common_css*/
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* デフォルトのpaddingを削除 */
ul,
ol,
ul[class],
ol[class] {
  padding: 0;
}

/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height:auto;
  vertical-align: top;
}

/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}
/***基本設定***/
html {
    font-size: 62.5%;
}

/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    background: #ffffff;
    background:#151401;
    color: #000000;
    color:#efc962;
    font-family:'Noto Serif JP', serif;
    line-height: 1.8;
    font-size: 1.6rem;
}
body main.-w-lower {
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
    body,
    body main.-w-lower {
        font-size:1.8rem;
        line-height: 1.6;
    }
}

/***幅指定***/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"]{
    width: 1170px;
    width:1170px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    [data-w-width="1"] {
        width: 100%;
        padding-left:20px;
        padding-right:20px;
    } 
}
@media (max-width: 768px) {
    [data-w-width="1"] {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    } 
}

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

.-w-sp {
    display: none;
}
.-w-pc {
    display: block;
}
@media (max-width: 768px) {
    .-w-sp {
        display: block;
    }
    .-w-pc {
        display: none;
    }
}

/***見出し設定　※ここは案件個別で設定してOK！以下は例***/
.-x-title-xl {
    position: relative;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: 400;
}
.-x-title-l {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 auto 30px;
    font-weight: 400;
}
.-x-title-m {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
}
.-x-title-s {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
}
.-x-title-xs {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}
/*TOP*/
main.-w-top .-x-title-l {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 auto 35px;
    font-weight: 400;
}
main.-w-top .-x-title-m {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 auto 30px;
    font-weight: 400;
}
main.-w-top .-x-title-s {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
}
main.-w-top .-x-title-xs {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    main.-w-top .-x-title-xl {
        font-size: 7.0vw;
    }
    main.-w-top .-x-title-l {
        font-size: 6.5vw;
    }
    main.-w-top .-x-title-m {
        font-size: 4.2vw;
    }
    main.-w-top .-x-title-s {
        font-size: 3.5vw;
    }
    main.-w-top .-x-title-xs {
        font-size: 3.0vw;
    }
}
/*下層*/
main.-w-lower .-x-title-xl {
    position: relative;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
}
main.-w-lower .-x-title-l {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 35px;
}
main.-w-lower .-x-title-m {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px;
    background-image: url(/_img/ja/layout/27/image/_/),url(/_img/ja/layout/28/image/_/);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right 0 top 0;
    padding: 30px 90px 0;
}
main.-w-lower .-x-title-s {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
main.-w-lower .-x-title-xs {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    main.-w-lower .-x-title-xl {
        font-size: 6.0vw;
    }
    main.-w-lower .-x-title-l {
        font-size: 5.5vw;
    }
    main.-w-lower .-x-title-m {
        font-size: 4.2vw;
        padding: 30px 20px 0;
    }
    main.-w-lower .-x-title-s {
        font-size: 4vw;
    }
    main.-w-lower .-x-title-xs {
        font-size: 4vw;
    }
}


/*アーティクル　ページャー 
*****************************************/
/*
.pagenation {
	display: table;
	text-align: center;
	margin:0px auto 20px;
}
.pagenation span {
	float: left;
	width: 40px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 15px;
	color: #fff;
	box-sizing:border-box;
}
.pagenation span + span {
	margin: 0px 0px 10px 14px;
}
.pagenation span.prev.current + span {
	margin: 0px 0px 10px 0px;
}

/*ページリンク
.pagenation span a {
    display: block;
    width: auto;
    padding: 12px 0px 12px 0px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #13b5b1;
    background: #13b5b1;
    height: 46px;
    background: #000;
background:#120b00;
border:#efc962;
color:#efc962;
    border-width: 1px;
    border-style: solid;
}
.pagenation span a:hover {
	text-decoration: none;
	color: #000;
color:#120b00;
border:#efc962;
background:#efc962;
    border-width: 1px;
}

.pagenation span.current {
	display: inline-block;
    padding: 12px 0px 12px 0px;
	text-decoration: none;
	color: #000;
color:#120b00;
border:#efc962;
background:#efc962;
    border-width: 1px;
    height: 46px;
}
.pagenation span.scope_limit {
	text-decoration: none;
	color: #000;
color:#120b00;
border:#efc962;
background:#efc962;
    border-width: 1px;
}

/*前へ・次へ
.pagenation span.prev,.pagenation span.next {
	padding:0px 0 0 0;
	font-size: 18px;
}
.pagenation span.prev a,.pagenation span.next a {
	padding: 12px 0px 13px 0px;
	font-size: 18px;
}
.pagenation span.prev a:hover,.pagenation span.next a:hover {}
.pagenation span.prev.current,.pagenation span.next.current {
	display: none;
}
*/
.pagenation {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3.0rem;
	line-height: 1.0;
	font-size: 1.6rem;
}
.pagenation span {
	margin-right: 20px;
}
.pagenation span.current,
.pagenation span a {
	border: 1px solid;
	padding: 12px 14px;
	text-decoration: none;
}
.pagenation span a {
	display: block;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	text-decoration: none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.prev a,
.pagenation span.next a {
	color: #efc962;
	border-color: ;
}
.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	color: #ffffff;
	border-color: #ffffff;
}
.pagenation span.current {
	color: #ffffff;
	border-color: #ffffff;
}
.pagenation span.scope_limit {
	color: #efc962;
}
.pagenation span a {
	color: #efc962;
	border-color: #efc962;
}
.pagenation span a:hover {
	color: #ffffff;
	border-color: #ffffff;
}/*widget:ff88b59c-d81d-47bd-935d-d09d29f9db07*/[data-lib="35"]{margin:0 auto;
	padding:15px 0 13px;
	background: #291801;
	line-height: 1.0;
	box-sizing:border-box;
	font-size: 1.4rem;}[data-lib="35"] *{box-sizing:border-box;}[data-lib="35"] ol{margin:0;
	padding:0;}[data-lib="35"] ol li{margin-right: 2rem;
	padding:0 0 0 3rem;
	display: inline-block;
	color:#efc962;
	position: relative;}[data-lib="35"] ol li:first-child{padding-left:0;}[data-lib="35"] ol li:nth-child(n+2):before{content:">";
	position: absolute;
	left:0;
	color:#efc962;}[data-lib="35"] a{color:inherit;
	text-decoration:none;}[data-lib="35"] a:hover{text-decoration:underline;}@media (max-width: 768px){[data-lib="35"]{overflow-x: scroll;
	padding:15px 1.0rem 13px;}[data-lib="35"] ol{height: 1em;
	max-width: unset;
	min-width: 100vw;
	display: flex;
	width: 200vw;}}/*widget:9c868293-026b-4455-a68c-37811fb300ca*/[data-lib="69"]{background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(9,8,0,1) 10%, rgba(22,20,1,1) 50%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(9,8,0,1) 10%,rgba(22,20,1,1) 50%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(9,8,0,1) 10%,rgba(22,20,1,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#161401',GradientType=0 );
	color:#ffffff;
	padding:20px 35px 12px 25px;
	color:#efc962;}[data-lib="69"] *{box-sizing: border-box;}[data-lib="69"] a{color:#efc962;
	text-decoration: none;}[data-lib="69"] .-w-head-h1 h1{font-size:1.2rem;
	line-height: 1.0;
	margin-bottom: 5px;}[data-lib="69"] .-w-head-main{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="69"] .-w-nav{margin-left:auto;}[data-lib="69"] .-w-nav ul{list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="69"] .-w-nav ul li{margin-left:20px;
	line-height: 1.2;}[data-lib="69"] .-w-nav ul li:first-child{margin-left:0;}[data-lib="69"] .-w-nav ul li a:hover{text-decoration: underline;}[data-lib="69"] .-w-nav ul li.-w-btn a{display: inline-block;
	padding:14px 10px;
	text-align: center;
	height:46px;}[data-lib="69"] .-w-nav ul li.-w-btn a:hover{opacity: 0.8;
	text-decoration: none;}[data-lib="69"] .-w-nav ul li.-w-btn01 a{width:210px;
	background:url(/_img/ja/cms_parts_library/104/image/_/) no-repeat;}[data-lib="69"] .-w-nav ul li.-w-btn02 a{width:190px;
	background:url(/_img/ja/cms_parts_library/105/image/_/) no-repeat;}[data-lib="69"] #nav-drawer{display: none;}@media (min-width: 1024px) and (max-width: 1200px){[data-lib="69"] .-w-nav ul li{font-size:1vw;}}@media (max-width: 1023px){[data-lib="69"]{padding:10px 2.5%;}[data-lib="69"] .-w-head-h1{display: none;}[data-lib="69"] .-w-head-main .-w-nav{display: none;}[data-lib="69"] #nav-drawer{display: block;
	margin-left:auto;
	position: relative;}[data-lib="69"] .nav-unshown{display:none;}[data-lib="69"] #nav-open{display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;}[data-lib="69"] #nav-open span,[data-lib="69"]  #nav-open span:before,[data-lib="69"]  #nav-open span:after{position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background:#efc962;
	display: block;
	content: '';
	cursor: pointer;}[data-lib="69"] #nav-open span:before{bottom: -8px;}[data-lib="69"] #nav-open span:after{bottom: -16px;}[data-lib="69"] #nav-close{display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	transition: .3s ease-in-out;}[data-lib="69"] #nav-content{overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 85%;
	max-width: 85%;
	padding:30px 15px;
	height: 100%;
	background:#151401;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);}[data-lib="69"] .-w-snav ul{list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="69"] .-w-snav ul li{line-height: 1.2;}[data-lib="69"] .-w-snav ul li:not(.-w-btn) a{width:100%;
	display: inline-block;
	padding:10px 0;
	font-size: 3.5vw;
	border-bottom:1px solid;
	border-color:#efc962;}[data-lib="69"] .-w-snav ul li.-w-btn{width:100%;
	margin-bottom:10px;}[data-lib="69"] .-w-snav ul li.-w-btn02{width:100%;
	margin-bottom:30px;}[data-lib="69"] .-w-snav ul li.-w-btn a{display: inline-block;
	padding:14px 10px;
	text-align: center;}[data-lib="69"] .-w-snav ul li.-w-btn a:hover{opacity: 0.8;
	text-decoration: none;}[data-lib="69"] .-w-snav ul li.-w-btn01 a,[data-lib="69"] 
.-w-snav ul li.-w-btn02 a{width:100%;
	background:url(/_img/ja/cms_parts_library/282/image/_/) no-repeat center;
	background-size: 100%;
	height: 54px;}[data-lib="69"] #nav-input:checked ~ #nav-close{display: block;
	opacity: .5;}[data-lib="69"] #nav-input:checked ~ #nav-content{-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);}}/*widget:c5f7f5ba-eb9a-4b50-b653-a8b5c45ca897*/[data-lib="306"]{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height:500px;}[data-lib="306"] .-w-box{width:822px;
	max-width: 90%;
	min-height:188px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:30px;
	border:3px solid;
	border-color:#efc962;
	background:rgba(0,0,0,0.8);
	position: relative;}[data-lib="306"] .-w-box:before,[data-lib="306"] 
.-w-box:after{content:'';
	position: absolute;
	width:851px;
	max-width: 104.5%;}[data-lib="306"] .-w-box:before{top:-16px;
	left:-14px;
	height:85px;
	background:url(/_img/ja/cms_parts_library/422/image/_/) no-repeat;
	background-size: 100%;}[data-lib="306"] .-w-box:after{left:-18px;
	bottom:-18px;
	height:84px;
	background:url(/_img/ja/cms_parts_library/423/image/_/) no-repeat;
	background-size: 100%;}@media (max-width: 768px){[data-lib="306"]{padding:0 2.5%;}[data-lib="306"] .-w-box{width:90%;
	min-height: inherit;
	padding: 50px 15px;}[data-lib="306"] .-w-box:before,[data-lib="306"] 
.-w-box:after{background-size: contain;}[data-lib="306"] .-w-box:before{width:calc(100% + 20px);
	left:-12px;
	top: -11px;}[data-lib="306"] .-w-box:after{width:calc(100% + 20px);
	left:-12px;
	bottom: -50px;}[data-lib="306"] .-w-box span{font-size:8.0vw;}[data-lib="306"] .-w-sp{display: block;}}[data-instance="73"]{background-image:
url(/_img/ja/cms_parts_library/421/image/_/),
url(/_img/ja/cms_parts_library/420/image/_/),
url(/_img/ja/cms/73/bg_image/_/session//);
	background-size: auto,cover,auto;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position: right 130px bottom 30px,center,center;}/*instance mediea*/@media (max-width: 768px){[data-instance="73"]{background-position: right 10px bottom 10px,center,50% 0;}}/*widget:1be3b2df-e333-4827-b46c-1dc5634742ef*/[data-lib="592"]{margin:0 auto 70px;}[data-lib="592"] img{max-width:100%;
	height:auto;}@media (max-width: 768px){[data-lib="592"]{margin:0 5% 30px;}}/*widget:3924fd80-db8a-40c0-bc41-1dff2cc579b5*/[data-lib="75"]{background:url(/_img/ja/cms_parts_library/677/image/_/) no-repeat center top / cover;
	padding:95px 0 130px;
	color:#efc962;
	position: relative;}[data-lib="75"]::after{content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	z-index: 2;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(3,3,3,0.6) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(3,3,3,0.6) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(3,3,3,0.6) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=0 );}[data-lib="75"] *{box-sizing: border-box;}[data-lib="75"] a{color:#efc962;
	text-decoration: none;}[data-lib="75"] .-w-logo{text-align: center;
	margin:0 auto 25px;}[data-lib="75"] .-w-nav{margin:0 auto 30px;}[data-lib="75"] .-w-nav ul{list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}[data-lib="75"] .-w-nav ul li{margin-left:20px;
	line-height: 1.2;}[data-lib="75"] .-w-nav ul li:first-child{margin-left:0;}[data-lib="75"] .-w-nav ul li.-w-btn a{display: inline-block;
	padding:14px 10px;
	text-align: center;
	height:46px;}[data-lib="75"] .-w-nav ul li.-w-btn a:hover{opacity: 0.8;}[data-lib="75"] .-w-nav ul li.-w-btn01 a{width:210px;
	background:url(/_img/ja/cms_parts_library/112/image/_/) no-repeat;}[data-lib="75"] .-w-nav ul li.-w-btn02 a{width:190px;
	background:url(/_img/ja/cms_parts_library/113/image/_/) no-repeat;}[data-lib="75"] .-w-nav.-w-fnav{width:770px;
	padding:25px;
	margin:0 auto 30px;}[data-lib="75"] .-w-nav.-w-fnav ul{-ms-flex-wrap: wrap;
	flex-wrap: wrap;}[data-lib="75"] .-w-nav.-w-fnav ul li{margin-bottom:15px;}[data-lib="75"] .-w-nav.-w-fnav ul li a:hover{text-decoration: underline;}[data-lib="75"] .-w-copyright{text-align: center;}[data-lib="75"] .-w-pagetop{position: fixed;
	bottom:60px;
	right:60px;
	z-index: 9999;}[data-lib="75"] .-w-pagetop a{display: block;}@media screen and (max-width: 768px){[data-lib="75"]{padding:50px 2.5%;}[data-lib="75"] .-w-nav.-w-fnav{display: none;}[data-lib="75"] .-w-pagetop{width: 50px;
	bottom:15px;
	right:15px;}}/*widget:268c293a-b2bb-42c3-be34-d84d381bf0d3*/[data-lib="622"]{margin:0 auto 70px;}[data-lib="622"] a{color:#efc962;
	text-decoration: none;}[data-lib="622"] img{max-width:100%;
	height:auto;}[data-lib="622"] .-w-box{background-image:url(/_img/ja/cms_parts_library/634/image/_/),url(/_img/ja/cms_parts_library/635/image/_/);
	background-repeat:no-repeat,no-repeat;
	background-position: 10px 10px,right 10px top 10px;
	padding: 50px 50px 60px;}[data-lib="622"] .-w-imgtxt{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;}[data-lib="622"] .-w-imgtxt .-w-img{padding:1px;
	background:url(/_img/ja/cms_parts_library/636/image/_/) repeat;
	background-size: 100% 100%;
	width:calc(30% - 15px);}[data-lib="622"] .-w-imgtxt .-w-right{width:calc(70% - 15px);}[data-lib="622"] .-w-img a{display: block;
	overflow: hidden;}[data-lib="622"] .-w-img a img{transition: 0.5s;}[data-lib="622"] .-w-img a:hover img{-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);}[data-lib="622"] .-w-title.-x-title-m{text-align: left;
	line-height: 1.4;
	position: static;
	background: none;
	padding: 0;
	margin-bottom: 0;}[data-lib="622"] .-w-text{padding: 10px 0 0;
	border-top:1px solid #8e732a;
	margin-top:10px;}[data-lib="622"] .-w-more_btn{width:270px;
	margin:30px auto 0;}[data-lib="622"] .-w-more_btn a{width:100%;
	height:40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:8px 10px;
	text-align: center;
	background:url(/_img/ja/cms_parts_library/637/image/_/) no-repeat , rgba(0,0,0,0.6);}[data-lib="622"] .-w-more_btn a:hover{opacity: 0.8;
	text-decoration: none;}@media (max-width: 768px){[data-lib="622"]{margin:0 5% 30px;}[data-lib="622"] .-w-imgtxt{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="622"] .-w-imgtxt .-w-img,[data-lib="622"] .-w-imgtxt 
	.-w-right{width: 100%;}[data-lib="622"] .-w-imgtxt .-w-img{margin-bottom:30px;}[data-lib="622"] .-w-img a:hover img{-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);}[data-lib="622"] .-w-right .-x-title-s{text-align: center;}[data-lib="622"] .-w-box{padding: 50px 30px 60px;}[data-lib="622"] .-w-more_btn{margin:20px auto 0;}}/*layout:1*/main.-w-lower .-x-title-s {
    background: url(/_img/ja/layout/29/image/_/) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 8px;
}/*layout:4*/.-w-lower-wrapper {
background:url(/_img/ja/layout/25/image/_/) repeat-y center top;
position: relative;
padding:120px 0 100px;
}
.-w-lower-wrapper::before {
    content:'';
    position: absolute;
    left:50%;
    top:0;
    margin-left:calc(-123px / 2);
    width:123px;
    height:62px;
    background:url(/_img/ja/layout/26/image/_/) no-repeat;
    z-index: 1;
}
.-w-lower-wrapper::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100px;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(3,3,3,0.6) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(3,3,3,0.6) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(3,3,3,0.6) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=0 );
}