@charset "utf-8";
/* ===================================================================
     TOP CSS
=================================================================== */

/*#index {
	padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
#index {
	padding-top: 55px;
}
}
@media screen and (max-width: 767px) {
#index {
	font-size: 130%;
	padding-top: 50px;
}
}*/


/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
/* bxslider上書き */
.bx-wrapper img {
	margin: 0 !important;
	text-align: left !important;
	width: 80% !important;
}
.bx-wrapper {
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #eee !important;
}


.main_img {
	background: url(../img/index/bg_main_img.gif) no-repeat;
	background-position: right 60px;
}
.bxslider_box {
	background: #fff;
	width: 100%;
}
.main_img_text_box {
	position: absolute;
	top: 48%;
	right: -800px;
	padding: 20px 60px 20px 40px;
	background: #EB851D;
	transition: all 0.4s ease;
}
.actTag .main_img_text_box {
	right: 0;
}
.main_img_text_1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 0.25em;
	line-height: 1.4;
	/*text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;*/
}
.main_img_text_2 {
	margin-bottom: 8px;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.6;
	/*text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;*/
	/*text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;*/
}

/* news_box */
.news_box {
	background: #000;
	padding: 14px 0;
}
.news_box_inner {
	width: 1100px;
	margin: 0 auto;
}
.news_ttl {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	letter-spacing: 0.1em;
	float: left;
	width: 100px;
}
.news_text a {
	text-decoration: underline;
	color: #fff;
	float: left;
	padding-top: 3px;
}
.news_link a {
	color: #fff;
	float: right;
}

/* cate_01 */
.scl {
	opacity: 0;
}
.cate_in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.enlarge {
	overflow: hidden;
}
.enlarge a img {
	transition: all 0.3s ease;
}
.enlarge a:hover img {
	overflow: hidden;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.cate_01 {
	min-height: 300px;
	padding: 80px 0 120px;
	background: url(../img/index/bg_01.jpg) no-repeat;
	background-position: right 0;
}
.cate_01_pic {
	width: 548px;
	box-shadow: #EB851D -10px 10px 0px 0px;
}
.cate_01_text {
	position: absolute;
    top: 30px;
    left: 640px;
	font-size: 16px;
	line-height: 2;
}
.cate_01_btn {
	position: absolute;
    top: 190px;
    left: 530px;
}

.cate_02 {
	min-height: 300px;
	padding: 40px 0 60px;
	background: url(../img/index/bg_02.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.cate_02_lay {
	background: url(../img/index/bg_cate_02_lay.png);
}*/
.cate_02_pic {
	width: 600px;
	float: right;
	box-shadow: #EB851D 10px 10px 0px 0px;
}
.cate_02_text {
	position: absolute;
    top: 50px;
    left: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.cate_02_btn {
	position: absolute;
    top: 230px;
    left: 91px;
}

.cate_03 {
	min-height: 300px;
	padding: 80px 0 120px;
	background: url(../img/index/bg_03.jpg) no-repeat;
	background-position: right 0;
}
.cate_03_pic {
	width: 534px;
	box-shadow: #EB851D -10px 10px 0px 0px;
}
.cate_03_text {
	position: absolute;
    top: 50px;
    left: 630px;
	font-size: 16px;
	line-height: 2;
}
.cate_03_btn {
	position: absolute;
    top: 250px;
    left: 520px;
}

.cate_04 {
	min-height: 300px;
	padding: 40px 0 60px;
	background: url(../img/index/bg_04.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.cate_02_lay {
	background: url(../img/index/bg_cate_02_lay.png);
}*/
.cate_04_pic {
	width: 478px;
	float: right;
	box-shadow: #EB851D 10px 10px 0px 0px;
}
.cate_04_text {
	position: absolute;
    top: 50px;
    left: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.cate_04_btn {
	position: absolute;
    top: 220px;
    left: 212px;
}

/* button */
.button_01 {
  position: relative;
  display: inline-block;
  padding: 26px;
  min-width: 380px;
  /*border: 2px solid #2c2c2c;*/
  color: #2c2c2c;
  /*text-align: center;*/
  /*text-decoration: none;*/
  /*outline: none;*/
  transition: all .2s;
}
.button_01::before,
.button_01::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.button_01::before {
  top: -2px;
  left: -2px;
}
.button_01::after {
  bottom: -2px;
  right: -2px;
}


.active .button_01::before,
.active .button_01::after {
  width: 100%;
  height: 100%;
}
.active .button_01::before {
  border-bottom-color: #2c2c2c;
  border-left-color: #2c2c2c;
  transition: height .5s, width .5s .5s;
}
.active .button_01::after {
  border-top-color: #2c2c2c;
  border-right-color: #2c2c2c;
  transition: height .5s, width .5s .5s;
}

/* hover */
.button_01:hover {
	color: #fff;
	background: #EB851D;
}
.active .button_01:hover::before,
.active .button_01:hover::after {
  /*width: 0;
  height: 0;*/
}

.button_02 {
  position: relative;
  display: inline-block;
  padding: 26px;
  min-width: 380px;
  /*border: 2px solid #2c2c2c;*/
  color: #fff;
  /*text-align: center;*/
  /*text-decoration: none;*/
  /*outline: none;*/
  transition: all .2s;
}
.button_02::before,
.button_02::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.button_02::before {
  top: -2px;
  left: -2px;
}
.button_02::after {
  bottom: -2px;
  right: -2px;
}


.active .button_02::before,
.active .button_02::after {
  width: 100%;
  height: 100%;
}
.active .button_02::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .5s, width .5s .5s;
}
.active .button_02::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height .5s, width .5s .5s;
}

/* hover */
.button_02:hover {
	color: #fff;
	background: #EB851D;
}
.active .button_02:hover::before,
.active .button_02:hover::after {
  /*width: 0;
  height: 0;*/
}


.btn_text_en {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}
.btn_text_jp {
	font-size: 19px;
	position: relative;
}
.btn_text_jp::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 2px solid #EB851D;
	border-right: 2px solid #EB851D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button_01:hover .btn_text_jp::after,
.button_02:hover .btn_text_jp::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}



@media screen and (min-width: 1024px) and (max-width: 1100px) {
/* slider */

.main_img_text_box {
	padding: 10px 20px 10px 20px;
	top: 50%;
}
.main_img_text_2 {
	font-size: 20px;
	margin-bottom: 8px;
}
.main_img_text_1 {
	font-size: 11px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
/* slider */
.bx-wrapper img {
	display: none !important;
}
.bxslider li:nth-child(1) {
	background: url(../img/index/slider_smp_01.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(2) {
	background: url(../img/index/slider_smp_02.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(3) {
	background: url(../img/index/slider_smp_03.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(4) {
	background: url(../img/index/slider_smp_04.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(5) {
	background: url(../img/index/slider_smp_05.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}


/*.bx-wrapper img {
	width: 90% !important;
}*/
.main_img_text_box {
	padding: 10px 20px 10px 20px;
	top: 64%;
}
.main_img_text_2 {
	font-size: 23px;
	margin-bottom: 8px;
}
.main_img_text_1 {
	font-size: 11px;
}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

/* news */
.news_box_inner {
	width: 96%;
}


/* cate */
.cate_in {
	width: 96%;
}

.cate_01 {
	padding: 80px 0 80px;
}
.cate_01_pic {
	width: 50%;
}
.cate_01_text {
	left: 54%;
}
.cate_01_btn {
	top: 80%;
    left: 48%;
}

.cate_02_pic {
	width: 50%;
}
.cate_02_text {
	width: 50%;
	top: 15%;
}
.cate_02_btn {
	top: 70%;
	left: 100px;
}

.cate_03_pic {
	width: 50%;
}
.cate_03_text {
	left: 54%;
}
.cate_03_btn {
	top: 80%;
    left: 48%;
}
.cate_04_pic {
	width: 50%;
}
.cate_04_text {
	width: 50%;
	top: 17%;
}
.cate_04_btn {
	top: 70%;
	left: 40px;
}

.button_01 {
	padding: 20px;
	min-width: 60%;
}

.btn_text_en {
	font-size: 28px;
}
}
@media screen and (max-width: 767px) {

/* slider */
.bx-wrapper img {
	display: none !important;
}
.bxslider li:nth-child(1) {
	background: url(../img/index/slider_smp_01.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(2) {
	background: url(../img/index/slider_smp_02.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(3) {
	background: url(../img/index/slider_smp_03.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(4) {
	background: url(../img/index/slider_smp_04.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li:nth-child(5) {
	background: url(../img/index/slider_smp_05.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

.main_img_text_box {
	width: 100%;
	padding: 16px 10px;
	box-sizing: border-box;
	text-align: center;
	background: rgba(235, 133, 29, 0.85);
}
.main_img_text_2 {
	font-size: 18px;
	margin-bottom: 8px;
	letter-spacing: 0;
}
.main_img_text_1 {
	font-size: 10px;
	letter-spacing: 0.16em;
}

/* news */
.news_box_inner {
	width: 96%;
}

.news_link {
	width: 90px;
	float: right;
	margin-top: 3px;
}
.news_text {
	clear: both;
}
.news_text a {
	padding-left: 7.4em;
    text-indent: -7.4em;
}

/* cate */
.cate_in {
	width: 94%;
}
.cate_01 {
	background-size: cover;
	padding: 40px 0;
}
.cate_01_pic {
	width: 90%;
	margin-bottom: 20px;
	margin-left: 10px;
	box-shadow: #EB851D -6px 6px 0px 0px;
}
.cate_01_text {
	position: static;
	margin-bottom: 20px;
	font-size: 14px;
}
.cate_01_btn {
	position: static;
}

.cate_02_pic {
	width: 90%;
	float: none;
	margin-bottom: 20px;
	margin-left: 10px;
	box-shadow: #EB851D -6px 6px 0px 0px;
}
.cate_02_text {
	position: static;
	margin-bottom: 20px;
	font-size: 14px;
}
.cate_02_btn {
	position: static;
}

.cate_03 {
	background-size: cover;
	padding: 40px 0;
}
.cate_03_pic {
	width: 90%;
	margin-bottom: 20px;
	margin-left: 10px;
	box-shadow: #EB851D -6px 6px 0px 0px;
}
.cate_03_text {
	position: static;
	margin-bottom: 20px;
	font-size: 14px;
}
.cate_03_btn {
	position: static;
}
.cate_04_pic {
	width: 90%;
	float: none;
	margin-bottom: 20px;
	margin-left: 10px;
	box-shadow: #EB851D -6px 6px 0px 0px;
}
.cate_04_text {
	position: static;
	margin-bottom: 20px;
	font-size: 14px;
}
.cate_04_btn {
	position: static;
}

.button_01,
.button_02 {
	padding: 12px;
	min-width: 60%;
	width: 100%;
    box-sizing: border-box;
}

.btn_text_en {
	font-size: 20px;
	margin-bottom: 0;
}

}

