@charset "UTF-8";

.clearfix:after {
	content:".";
	font-size: 0.1em;
	line-height: 0; 
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	margin : 0;
	padding : 0;
	width:100%;
	height : 100%;
	font-size: 62.5%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	min-width: 1100px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5rem;
	color:#000;
	line-height:2;
	letter-spacing: 0.02em;
	z-index: 1;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color:#FFF;
}

.serif,
.pagetitle,
#top_banners li .txt,
.page h2,
#kakomi h3 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.phone {
		font-family: "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
br {
	letter-spacing: 0;
}
h1,
h2,
h3 {
	margin:0;
	padding:0;
	font-weight: normal;
}
h1 {
	font-size:100%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:100%;
}
h4 {
	font-size:105%;
}
small {
	font-size:12px;
}
p,
address {
	margin : 0;
}
a:link,
a:visited {
	color:#000;
	text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover,
a:active {
	text-decoration: none;
}
a.link:link,
a.link:visited {
	color:#006;
	text-decoration: underline;
}
a.nolink {
	opacity: 0.6;
	pointer-events: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
	border : none;
	margin:0;
	padding:0;
}
img a:link,
img a:visited,
img a:hover,
img a:active {
	text-decoration: none;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}
li {
	display:block;
}

.pc,
.br_pc {
	display: inline;
}
.sp,
.br_sp {
	display: none;
}

/* baselayout--------------------------------------------------------- */
/*---Flecbox */
.flex {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
  align-items:         center;
}
.flex_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex_right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_top {
	-webkit-align-items: flex-start;
  align-items:         flex-start;
}
.flex_bottom {
	-webkit-align-items: flex-end;
  align-items:         flex-end;
}
.flex_stretch {
	-webkit-align-items: stretch;
  align-items:         stretch;
}
.flexself_center {
	-webkit-align-self: center;
	align-self: center;
}
.flexself_left {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.flexself_right {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}


/*---Animation */
.anime .obj {
  -webkit-transition: .5s;
  transition: .5s;
	-webkit-transform: translate(0,60px);
	transform: translate(0,60px);
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
	opacity: 0;
}
.anime .obj.active {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}


/* pagenation--------------------------------------------------------- */
#pagenation.pagenation {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
	font-size: 0;
}
#pagenation.pagenation .txt_link {
	margin-bottom: 50px;
}
#pagenation.pagenation .txt_link a {
	width: 100%;
	height: 70px;
	max-width: 800px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2;
	-webkit-transition: .3s;
	transition: .3s;
	color: #FFF;
	border-radius: 35px;
	background: #4d148c;
}
#pagenation.pagenation .txt_link a:hover {
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}
#pagenation.pagenation ul {
	display: inline-block;
}
#pagenation.pagenation ul li{
	float: left;
	width: 40px;
	margin: 0 10px;
}
#pagenation.pagenation ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	color:#4d148c ;
	font-size: 2rem;
	background: #FFF;
	border: 1px #4d148c solid;
	-webkit-transition: .2s;
	transition: .2s;	
}
#pagenation.pagenation ul li a:hover,
#pagenation.pagenation ul li.current a {
	background: #4d148c;
	color: #FFF;
	opacity: 1;
}
#pagenation.pagenation ul li.prev a,
#pagenation.pagenation ul li.next a {
	width: auto;
	height: auto;
	color:#4d148c ;
	border:0;
	background: none;
	font-size: 1.8rem;
	line-height: 40px;
}
#pagenation.pagenation ul li.prev a:hover,
#pagenation.pagenation ul li.next a:hover {
	text-decoration: underline;
}
#pagenation.pagenation ul li.prev.none a,
#pagenation.pagenation ul li.next.none a {
	color: #4d148c;
}
#pagenation.pagenation ul li.prev.none a:hover,
#pagenation.pagenation ul li.next.none a:hover {
	color: #4d148c;
	text-decoration: none;
}
#pagenation.pagenation ul li.prev {
	margin-right: 20px;
}
#pagenation.pagenation ul li.next {
	margin-left: 10px;
}
#pagenation.pagenation .totop {
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
}

#note_text {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.4;
}

/* mainContents--------------------------------------------------------- */
#header_wrap {
	height: 61px;
	background:url(head_bg.jpg);
	background-position: center;
}
.nbo_header {
	width:1000px;
	margin:0 auto;
	line-height: 0;
}
#header_sp {
	display: none;
}
#sp_logo {
	width: 100%;
	background-color:#000;
	margin:0;
	padding:0;
}
#sp_logo img {
	width: 115px;
	height: 38px;
	display: block;
	vertical-align: bottom;
}
.fb_iframe_widget {
	font-size: 0;
}
.social_buttons {
	width: 86%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.wide {
	width: 3.5em;
	display: inline-block;
	font-weight: normal;
	-webkit-transform: scale(3, 1);
	transform: scale(3, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.wide_line {
	display: inline-block;
	padding: 0 0.5em;
	-webkit-transform: scale(2,1);
	-moz-transform: scale(2,1);
	-ms-transform: scale(2,1);
	transform: scale(2,1);
}

a.btn {
	width: 240px;
	height: 50px;
	display: block;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.3em;
	text-align: center;
	color: #000;
	background: #FFF;
	border: 1px #000 solid;
	border-radius: 25px;
}
a.btn:before {
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.btn:hover {
	color: #FFF;
	background: #000;
}
a.btn:hover:before {
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
}


/* ***** base Layout **************** */
/* Background pattern from Toptal Subtle Patterns */
.wrapper {
	position: relative;
	border-bottom: 1px #ccc solid;
}
.container {
	position: relative;
	margin: 0 auto;
}
.bg_cover {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg_img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


.ipad .wrapper,
.ipad .bg_img {
	background-attachment: scroll;
}
.ipad .container {
	overflow: hidden;
}


/* ============== 
====== Custom contents ===== 
============== */
.social_buttons li,
#main_kv #page_title .arrow,
#main_kv #page_title .pagetitle,
#top_banners li:before,
#top_banners li .txt,
#pagefooter .footer_link {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.contentBlock {
	width: 1200px;
	margin: 0 auto;
}

#sidebar,
#sidetitle {
	width: 40px;
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	z-index: 999;
}
#sidetitle {
	left: auto;
	right: 10px;
	max-width: 14px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#sidetitle:hover {
	opacity: 0.5;
}
#top #sidetitle {
	display: none;
}
.social_buttons {
	width: 100%;
	padding: 0;
}
.social_buttons li {
	padding: 5px;
}
.social_buttons li a {
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.social_buttons li.fa a {
	background-image: url(sns_fa.png);
}
.social_buttons li.tw a {
	background-image: url(sns_tw.png);
}
.social_buttons li.ha a {
	background-image: url(sns_ha.png);
}
.social_buttons li.po a {
	background-image: url(sns_po.png);
}
.social_buttons li.li a {
	background-image: url(sns_li.png);
}
.social_buttons li.sl a {
	background-image: url(sns_sl.png);
}

.social_buttons li.fa:hover {
	background-color: #3B5998;
}
.social_buttons li.tw:hover {
	background-color: #55acee;
}
.social_buttons li.ha:hover {
	background-color: #008fde;
}
.social_buttons li.po:hover {
	background-color: #ee4056;
}
.social_buttons li.li:hover {
	background-color: #00b900;
}
.social_buttons li.sl:hover {
	background-color: #611f69;
}


#main_kv {
	width: 100%;
	height: calc(100vh - 61px);
	min-height: 800px;
	position: relative;
	padding: 30px 0;
	color: #e8e8e8;
	background: #222;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
#main_kv .top_col {
	width: 50%;
	padding: 0 5%;
	margin-right: 50%;
}
#main_kv .top_col .inner {
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
}
#main_kv #top_title {
	margin-bottom: 40px;
}
#main_kv #top_title h1 {
	width: 100%;
	max-width: 400px;
	padding-bottom: 40px;
}
#main_kv #top_title #lead {
	padding-bottom: 40px;
	line-height: 1.6;
	border-bottom: 1px #db1836 solid;
}
#main_kv #page_title {
	position: relative;
}
#main_kv #page_title a {
	color: #e8e8e8;
}
#main_kv #page_title .pagetitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
#main_kv #page_title .pagetitle.active {
	opacity: 1;
	visibility: visible;
}
#main_kv #page_title h2 {
	padding-bottom: 40px;
	font-size: 3rem;
	line-height: 1.4;
}
#main_kv #page_title .name {
	padding-bottom: 40px;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
#main_kv #page_title .name span {
	font-size: 1.4rem;
}

#main_kv #page_title .arrow {
	width: 80px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(arrow.png);
}
#main_kv #page_title .arrow:hover {
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

#main_kv #slider {
	width: 50%;
	height: calc(100vh - 61px);
	min-height: 800px;
	position: absolute;
	top: 0;
	right: 0;
}
#main_kv #img01 {
	background-image: url(main_img01.jpg);
}
#main_kv #img02 {
	background-image: url(main_img02.jpg);
}
#main_kv #img03 {
	background-image: url(main_img03.jpg);
}
#main_kv #img04 {
	background-image: url(main_img04.jpg);
}
#main_kv #img05 {
	background-image: url(main_img05.jpg);
}

#main_kv #slider .slide_img {
	height: 100%;
	padding: 0;
	background-size: contain;
}
@media (max-aspect-ratio: 12/7) {
#main_kv #slider .slide_img {
	background-size: cover;
}
}

#bxslider {
	height: 100%;
}
.bx-wrapper {
	height: 100%;
	margin: 0;
}
.bx-wrapper .bx-viewport {
	height: 100%;
	bottom: 0;
}
/* PAGER */
#slide_pager {
	padding-top: 330px;
}
.bx-pager {
	color: #FFF;
	line-height: 1;
}
.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.4;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	opacity: 1;
}
/* control */
.bx-wrapper .bx-prev {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.bx-wrapper .bx-next {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 20px;
	height: 20px;
	border-top: 2px #db1836 solid;
	border-right: 2px #db1836 solid;
	z-index: 9999;
}

#top_banners {
	padding: 100px 0;
}
#top_banners li {
	width: 100%;
	max-width: 400px;
	height: 330px;
	position: relative;
	overflow: hidden;
}
#top_banners li:before,
#top_banners li:after {
	content:'';
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	pointer-events: none;
}
#top_banners li:before {
	padding-top: 82.5%;
	background-image: url(topbanner_bk.png);
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
#top_banners li#banner_link:before {
	content: none;
}
#top_banners li:hover:before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#top_banners li:after {
	top: auto;
	bottom: -1px;
	padding-top: 17.75%;
	background-image: url(banner_cover.png);
	z-index: 1;
}
#top_banners li a,
#top_banners li .link_img {
	width: 100%;
	display: block;
	padding-top: 82.5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#top_banners li#topbanner01 a {
	background-image: url(topbanner01.png);
}
#top_banners li#topbanner02 a {
	background-image: url(topbanner02.png);
}
#top_banners li#topbanner03 a {
	background-image: url(topbanner03.png);
}
#top_banners li#topbanner04 a {
	background-image: url(topbanner04.png);
}
#top_banners li#topbanner05 a {
	background-image: url(topbanner05.png);
}

#top_banners #banner_link svg .st0 {
	fill:#111111;
}
#top_banners #banner_link svg .st1 {
	fill:#e21b36;
}

#top_banners li .link_img {
	padding-top: 49.75%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
#top_banners li#banner_link .link_img:hover,
#top_banners li#banner_link a:hover {
	opacity: 0.6;
}
#top_banners li #topbanner_a {
	background-image: url(topbanner_a.png);
}
#top_banners li #topbanner_b {
	top: auto;
	bottom: 0;
	background-image: url(topbanner_b.png);
}
#top_banners li .txt {
	position: absolute;
	top: 50%;
	left: 20px;
	line-height: 1.4;
	color: #FFF;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
	opacity: 0;
}
#top_banners li:hover .txt {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0,-40%,0);
	transform: translate3d(0,-40%,0);
	opacity: 1;
}
#top_banners li .txt h3 {
	padding-bottom: 20px;
	font-size: 2rem;
}
#top_banners li .txt .name {
	font-size: 1.8rem;
}
#top_banners li .txt .name span {
	font-size: 1.3rem;
}


.page #main_kv {
	color: #000;
	background: #eee;
}
.page #main_kv h1 {
	width: 18%;
	max-width: 300px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 99;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page #main_kv h1:hover {
	opacity: 0.5;
}
.page #main_kv #page_title {
	padding: 40px 5%;
	padding-top: 80px;
}
.page #main_kv #page_title .pagetitle {
	position: relative;
	top: auto;
	left: auto;
	padding-bottom: 60px;
	opacity: 1;
	visibility: visible;
}
.page #main_kv #page_title h2 {
	font-size: 4rem;
}
.page #main_kv #page_title .name {
	font-size: 2.5rem;
}
.page #main_kv #page_title .name span {
	font-size: 1.5rem;
}
.page #main_kv #page_title #lead {
	font-weight: bold;
	line-height: 1.6;
}
.page .main_img {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background-size: contain;
}

@media (max-aspect-ratio: 12/7) {
.page .main_img {
	background-size: cover;
}
}

.page .contentBlock {
	max-width: 1000px;
}
.page .contentBlock h2 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.4;
	color: #e21b36;
}
.page .contentBlock h2:after {
	content:'';
	display: block;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-top: 20px;
	background: linear-gradient(to right, #662d80, #e21b36); ;
}
.page .txt_block {
	width: 100%;
	max-width: 800px;
}
.page .img_block {
	width: 100%;
	max-width: 570px;
	float: right;
	margin: 0 -100px 60px 60px;
}
.page .img_block .img {
	margin-bottom: 20px;
}
.page .img_block .thin {
	max-width: 495px;
}
.page .img_block .img p {
	max-width: 400px;
	padding-top: 20px;
	font-size: 1.3rem;
	line-height: 1.4;
}
.page .img_block .img p strong {
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.3em;
}
.page .img_block .img p {
	margin: 0 auto;
}
.page .img_block .img.thin p {
	margin-left: 95px;
}
.txtR .txt_block {
	margin-left: 200px;
}
.txtR .img_block {
	float: left;
	margin: 0 60px 60px -100px;
}


#kakomi {
	margin-top: 100px;
	padding: 50px 0;
	line-height: 1.4;
	background: url(kakomi_bg.png);
}
#kakomi .col {
	width: 48%;
}
#kakomi h3 {
	padding-bottom: 20px;
	font-size: 2.2rem;
}
#kakomi .info {
	padding-top: 30px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
#kakomi .info span {
	padding-top: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#kakomi .info .model {
	margin-right: 20px;
}
#kakomi .btn {
	border: 0;
	color: #FFF;
	background: #e21b36;
}
#kakomi .btn:before {
	content:none;
}
#kakomi .btn:hover {
	opacity: 0.6;
}

#pagefooter .contentBlock {
	max-width: 800px;
	padding: 100px 0;
}
#pagefooter .footer_link {
	max-width: 400px;
}
#pagefooter .footer_link:hover {
	opacity: 0.6;
}
#pagefooter .to_top {
	margin: 0 auto;
	margin-top: 80px;
}


/* ====================================
 767px
==================================== */
@media only screen and (max-width: 767px) {
#header_wrap {
	display: none;
}
#header_sp {
	display: block;
}
.localFooter,
.globalFooter {
	background: #FFF;
}

.pc,
.br_pc {
	display: none;
}
.sp,
.br_sp {
	display: inline-block;
}

.order1 {
	-webkit-order:1;
	order:1;
}
.order2 {
	-webkit-order:2;
	order:2;
}
.order3 {
	-webkit-order:3;
	order:3;
}
.order4 {
	-webkit-order:4;
	order:4;
}
.order5 {
	-webkit-order:5;
	order:5;
}


/* Main Frame --------------- */
body {
	min-width: 0;
}

#pagenation.pagenation {
	padding: 80px 8%;
}
#pagenation.pagenation .txt_link {
	margin-bottom: 50px;
}
#pagenation.pagenation .txt_link a {
	height: 100px;
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

/* ***** base **************** */
.bg_img {
	padding-top: 60%;
	background-attachment: scroll;
}


/* ============== 
====== Custom contents ===== 
============== */
.contentBlock {
	width: 100%;
}

#sidebar {
	width: 34px;
	left: 5px;
}
.page #sidetitle {
	max-width: 12px;
	margin-bottom: 10px;
}
.social_buttons li a {
	width: 24px;
	height: 24px;
}


#main_kv {
	height: auto;
	min-height: 0;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 0;
}
#main_kv .top_col {
	width: 100%;
	margin: 0;
	padding: 0 40px;
}
#main_kv .top_col .inner {
}
#main_kv #top_title {
	margin-bottom: 0;
	padding-top: 40px;
}
#main_kv #top_title h1 {
	padding-bottom: 30px;
}
#main_kv #top_title #lead {
	padding-bottom: 30px;
	border: 0;
}
#main_kv #page_title {
	padding:40px;
}
#main_kv #page_title h2 {
	padding-bottom: 20px;
	font-size: 2.5rem;
}
#main_kv #page_title .name {
	padding-bottom: 30px;
	font-size: 1.8rem;
}
#main_kv #page_title .name span {
	font-size: 1.2rem;
}

#main_kv #page_title .arrow {
	width: 60px;
	height: 8px;
}

#main_kv #slider {
	width: 100%;
	height: 116.666vw;
	min-height: 0;
	position: relative;
	top: auto;
	right: auto;
}
/* PAGER */
#slide_pager {
	padding-top: 240px;
}
.bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* control */
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}
.bx-wrapper .bx-controls-direction a {
	width: 14px;
	height: 14px;
}

#top_banners {
	padding: 50px 40px;
}
#top_banners li {
	max-width: 50%;
	height: 82.5%;
	margin: 0 auto;
	margin-bottom: 120px;
	overflow: visible;
}
#top_banners li:before,
#top_banners li:after {
	display: none;
}
#top_banners li .txt {
	top: 94%;
	left: 0;
	padding: 10px 0;
	color: #000;
	-webkit-transform: translate3d(0,0,0) rotate(-10deg) skew(-10deg);
	transform: translate3d(0,0,0) rotate(-10deg) skew(-10deg);
	opacity: 1;
}
#top_banners li:hover .txt {
	-webkit-transform: translate3d(0,0,0) rotate(-10deg) skew(-10deg);
	transform: translate3d(0,0,0) rotate(-10deg) skew(-10deg);
}
#top_banners li .txt h3 {
	padding-bottom: 10px;
	font-size: 1.3rem;
}
#top_banners li .txt h3 br {
	display: none;
}
#top_banners li .txt .name {
	font-size: 1.2rem;
}
#top_banners li .txt .name span {
	font-size: 1rem;
}
#top_banners li #topbanner_b {
	bottom: 5%;
}

.page #main_kv h1 {
	width: 40%;
	top: 40px;
	left: 0;
	z-index: 1;
}
.page #main_kv #page_title {
	padding: 30px 40px;
}
.page #main_kv #page_title .pagetitle {
	padding-bottom: 10px;
}
.page #main_kv #page_title h2 {
	font-size: 2.8rem;
}
.page #main_kv #page_title .name {
	font-size: 2rem;
}
.page #main_kv #page_title .name span {
	font-size: 1.4rem;
}
.page .main_img {
	width: 100%;
	height: 116.666vw;
	position: relative;
}

.page .contentBlock {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px;
}
.page .contentBlock h2 {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 2.4rem;
}
.page .contentBlock h2:after {
	width: 60px;
	margin-top: 15px;
}
.page .contentBlock .block {
	padding-bottom: 30px;
}
.page .contentBlock .block.order2 {
	padding-bottom: 0;
}
.page .img_block {
	float: none;
	margin: 0;
}
.page .img_block .img {
	margin-bottom: 10px;
}
.page .img_block .img p {
	padding-top: 10px;
	font-size: 1.2rem;
}
.page .img_block .img p {
	margin: 0 auto;
}
.page .img_block .img.thin p {
	margin-left: 0;
}
.txtR .txt_block {
	margin-left: 0;
}
.txtR .img_block {
	float: none;
	margin: 0;
}


#kakomi {
	margin-top: 50px;
	padding: 30px 0;
}
#kakomi .col {
	width: 100%;
}
#kakomi h3 {
	padding-top: 20px;
	font-size: 2rem;
}
#kakomi .info {
	padding-top: 20px;
}
#kakomi .info span {
	padding-top: 20px;
}
#kakomi .info .model {
	margin-bottom: 20px;
}
#kakomi .btn {
	margin: 0 auto;
}

#pagefooter .contentBlock {
	padding: 50px 40px;
}
#pagefooter .to_top {
	margin-top: 50px;
}

}





