@charset "utf-8";

/* ixcont01
---------------------------------------------------- */

#ixcont01 {
	position: relative;
	overflow: hidden;
	padding: 0 0 30px;
}
#ixcont01 .box {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.ixct01box {
	width: 91.4%;
	margin: -20px auto 0px;
	display: flex;
}
.ixct01box .grid {
	flex-grow: 1;
}
.ixct01box .grid01 {
	width: 47.5%;
	padding: 0;
	background: url(../../contents/images/ix01bg01.jpg) no-repeat center top -44px;
	background-size: 100% auto;
}
.ixct01box .ixct01sub01 {
	padding: 300px 0 20px;
	font-family: 'A+mfCv-AXIS Font ãƒ™ãƒ¼ã‚·ãƒƒã‚¯ R ProN', sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #fff;
}
.ixct01box .ixct01sub01 span {
	padding: 0 20px 0 0;
	font-family: GothamBook;
	font-size: 26px;
}
.ixct01box .grid02 {
	width: 47.5%;
	margin-left: 5%;
	background: url(../../contents/images/ix01bg02.jpg) no-repeat center top -44px;
	background-size: 100% auto;
}
.ixct01box .ixct01sub01 {
	padding: 166px 0 14px;
	font-size: 13.3px;
}
.ixct01box .ixct01sub01 span {
	padding: 0 10px 0 0;
	font-size: 22px;
}

.ct01item {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-container {
	position: relative;
	padding: 0;
}
.swiper-container .slide-img {
	width: 100%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}
.swiper-container .slide-img img {
	width: 100%;
	height: auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}
.swiper-container .slide-data {
	width: 100%;
	margin-left: 0;
}
.swiper-pagerwrap {
        position: absolute;
        width: 100%;
        top: 62.5%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
}
@media only screen and (max-width: 960px){
        .swiper-pagerwrap {
                top: calc(43.415vw - 36px);
        }
}
@media only screen and (max-width: 767px){
        .swiper-pagerwrap {
                top: calc(90.24vw - 36px);
        }
}
.swiper-pagination {
	top: initial !important;
	bottom: initial !important;
	width: auto;
	text-align: center;
		-webkit-transition: .3s opacity;
		-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
	vertical-align: middle;
}
.swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	background-image: url(../item/pgn_dot.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: unset;
	margin: 0 3px !important;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover {
	background-image: url(../item/pgn_doton.png);
	width: 10px;
	height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-image: url(../item/pgn_doton.png);
	width: 10px;
	height: 10px;
}
.l-swiper-button-next,
.l-swiper-button-prev {
	margin: 3px 0 0;
	width: 7px;
	height: 15px;
	z-index: 11;
	cursor: pointer;
}
.l-swiper-button-next,
.swiper-container-rtl .l-swiper-button-prev {
}
.l-swiper-button-prev,
.swiper-container-rtl .l-swiper-button-next {
}
.l-swiper-button-prev::before,
.l-swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 0%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.l-swiper-button-prev::after,
.l-swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 16px;
	height: 32px;
	margin: auto;
	content: "";
	border: none;
	transform: none;
}
.l-swiper-button-prev {
	background-image: url(../item/pgn_prev.png);
	background-repeat: no-repeat;
	background-size: 7px 15px;

}
.l-swiper-button-next {
	background-image: url(../item/pgn_next.png);
	background-repeat: no-repeat;
	background-size: 7px 15px;
}
.slide-data {
	height: auto;
	min-height: 160px;
}
.slide-data .itemname {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 10px 0 8px;
	font-family: GothamMedium;
	font-size: 17px;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -0.05em;
}
.slide-data .itemcomm {
	min-height: 100px;
	padding: 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 12.5px;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0;
}
.itemlink {
	text-align: right;
}
.itemlink img {
	width: 30%;
	max-width: 100px;
	height: auto;
}



.slide-textbox {
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 52%;
	width: 48%;
	height: 260px;
	z-index: 99;
}
.swiper-container .slide-data2 {
	width: 100%;
}
.slide-data2 .itemname {
	padding: 20px 0 8px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.1;
	color: #000;
	letter-spacing: 0.02;
}
.slide-data2 .itemcomm {
	padding: 0 0 8px;
	font-size: 0.9em;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0.02;
}
.slide-data2 .itemlink a.slide-button {
	display: block;
	padding: 0;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}


/* ixcont02
---------------------------------------------------- */

#ixcont02 {
	overflow: hidden;
	padding: 0;
	background: #000 url(../images/ixcont02.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	height: 0%;
/*	padding-top: unquote("min(100vh,75%)"); */
	padding-top: min(50vh,35%);
}
#ixcont02 p {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1.5;
        font-size: unquote('max(3vw, 16px)');
}


#ixcont02 .box {
	padding: 180px 0 200px;
}
#ixcont02 .box .ix02box {
	padding: 0;
	text-align: center;
}
#ixcont02 .box .ix02box .ctgsub {
	padding: 0 0 20px;
	font-family: "GothamBook";
	font-size: 23px;
	color: #fff;
}
#ixcont02 .box .ix02box .ctgsub h3{
	padding: 0 0 20px;
	font-family: "GothamBook";
	font-size: 17px;
	color: #fff;
}
#ixcont02 .box .ix02box .textbox {
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 2.0em;
	text-align: center;
}

/* ixcont03
---------------------------------------------------- */

#ixcont03 {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	padding: 0 0 20px;
}
#ixcont03 .box {
	position: relative;
	padding: 100px 0 0;
	text-align: left;
}
#ixcont03 .ctgsub {
	padding: 0 0 26px;
	font-family: "GothamBook";
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.ix03box {
	padding: 0 0 80px;
}
.ix03box .grid {
	width: 49%;
}
.ix03box .grid02 {
	margin-left: 2%;
}
.ix03box .column-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ix03box .column-list li {
	position: relative;
	width: 48%;
	float: left;
	margin: 0 0 4%;
	padding: 0;
	background: none;
	overflow: hidden;
	box-sizing: border-box;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	border-radius: 10px;
}
.ix03box .clist2 li {
	position: relative;
	width: 24%;
	float: left;
	margin: 0 0 2%;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	border-radius: 10px;
}
.ix03box .clist2 li.noitem {
	background: none;
}
.ix03box .column-list li.pdspc {
	background: none;
}
.ix03box .prdimg {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.ix03box .clist2 li .prdimg {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 60px;
	overflow: hidden;
}
.ix03box .prdimg img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: 0.6s;
}
.prddetail {
	position: absolute;
	width: 100%;
	height: 44px;
	bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}
.ix03box h2 {
	width: 46%;
	padding: 0 0 0 10px;
	font-family: "GothamMedium",'A+mfCv-AXIS Font ãƒ™ãƒ¼ã‚·ãƒƒã‚¯ R ProN';
	font-size: 15px;
	font-style: normal;
	line-height: 1.1;
	color: #fff;
	letter-spacing: 0.02;
}
.ix03box .clist2 h2 {
	color: #000;
}
.ix03box li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	pointer-events: auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}
.ix03box .itemdlink {
	width: 54%;
	padding: 0 7px 0 0;
	z-index:0;
	text-align: right;
}
.ix03box .itemdlink img {
	margin-top: 2px;
	width: 100px;
	height: auto;
}
.ix03box .column-list li:hover .prdimg img {
	transform: scale(1.06);
	transition-duration: 0.6s;
	opacity: 0.9;
}
.ix03box .prdsingle {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	box-sizing: border-box;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	border-radius: 10px;
}
.ix03box .prdsingle a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	pointer-events: auto;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	border-radius: 16px;
}
.ix03box .prdsingle:hover .prdimg img {
	transform: scale(1.06);
	transition-duration: 0.6s;
	opacity: 0.9;
}
.prdsingle .prddetail .itemdlink img {
	padding: 0 8px 0 0;
}
.ix03box .prdsingle .prddetail {
	height: 60px;
}
.ix03box .prdsingle h2 {
	padding: 0 0 0 20px;
	font-size: 24px;
}
.ix03box .prdsingle .itemdlink {
	width: 100%;
	padding: 0;
}
.ix03box .prdsingle a {
	position: absolute;
	vertical-align: middle;
	pointer-events: auto;
}
.ix03box .column-list li .aovitem,
.ix03box .prdsingle .aovitem {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1.0;
}
.ix03box .column-list li:hover .aovitem,
.ix03box .prdsingle:hover .aovitem {
	opacity: 0.5;
}

.ix03box .grid03 {
}
.ix03box .grid04 {
	margin-left: 2%;
}
.ix03box .prdsingle h3 {
	padding: 30px 0 24px;
/*	font-family: 'A+mfCv-AXIS Font ãƒ™ãƒ¼ã‚·ãƒƒã‚¯ R ProN', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}




/* ixcont04
---------------------------------------------------- */


#ixcont04 {
	position: relative;
	padding: 0 0 100px;
}
#ixcont04 .widebox {
	position: relative;
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
}
#ixcont04 .ctgsub {
	padding: 0 0 26px;
	font-family: "GothamBook";
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.ix04boxgly {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.ix04boxgly > div {
	position: relative;
	width: 20%;
}
.ix04boxgly .instabox {
	width: 100%;
	padding-top: 100%;
	background: #fff;
}
.ix04boxgly div:nth-of-type(2n+1) .instabox {
	background: #666;
}
.ix04boxgly > div img {
	width: 100%;
	height: auto;
}
.ix04boxgly div.glyimg {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.ix04boxgly .favbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 70%;
	transform: translate(-50%, -50%);
	background: #000;
	text-align: center;
	z-index: 3;
}
.intxtbox {
	width: 100%;
	margin-top: 30%;
	font-size: 0.9em;
	font-family: "BIZ UDPGothic", serif;
	color: #fff;
	line-height: 1.5em;
	z-index: 3;
}


/* contactbox
---------------------------------------------------- */


#contactbox .ctgsub {
	padding: 0 0 26px;
	font-family: "GothamBook";
	font-size: 24px;
	color: #fff;
	text-align: center;
}
#contactbox .ctbtnbox {
	width: 100%;
	margin: 0 auto 60px;
	overflow: hidden;
}
#contactbox .ctbtnbox .sales-btn {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
}
#contactbox .ctbtnbox .sales-btn:hover {
	color: #000;
	background: #fff;
	border: solid 1px #fff;
}


/* ------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1074px){


/* ixcont01
---------------------------------------------------- */

.ix03box h2 {
	font-size: 16px;
}
.ix03box .itemdlink img {
	margin-top: 4px;
	width: 90px;
	height: auto;
}

/* ixcont02
---------------------------------------------------- */

#ixcont02 {
	padding: 0 0 50px;
}

/* ixcont03
---------------------------------------------------- */


/* ixcont04
---------------------------------------------------- */


}

/* ------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 876px){


/* ixcont01
---------------------------------------------------- */

.ix03box h2 {
	padding: 0 0 0 6px;
}
.ix03box .itemdlink {
	padding: 0 6px 0 0;
	z-index:0;
	text-align: right;
}
.ix03box .itemdlink img {
	margin-top: 4px;
	width: 90px;
	height: auto;
}


}

/* ------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 768px){



/* ixcont01
---------------------------------------------------- */

.ixct01box {
	width: 100%;
	margin: 10px auto 0px;
	display: block;
}
.ixct01box .grid {
	flex-grow: 0;
}
.ixct01box .grid01,
.ixct01box .grid02 {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.ixct01box .ixct01sub01 {
	width: 90%;
	margin: 0 auto;
	padding: 360px 0 20px;
	font-weight: 500;
	font-size: 1.1em;
	color: #fff;
}
.ct01item {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.ixct01box .grid01 {
	background: url(../../contents/images/ix01bg01.jpg) no-repeat center top;
	background-size: 94% auto;
}
.ixct01box .grid02 {
	background: url(../../contents/images/ix01bg02.jpg) no-repeat center top;
	background-size: 94% auto;
}
.swiper-container {
	width: 94%;
	margin: 0 auto;
	padding: 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}


.slide-data {
	height: auto;
	min-height: 200px;
}
.slide-data .itemname {
	padding: 20px 0 8px;
	font-family: "GothamMedium",'A+mfCv-AXIS Font ãƒ™ãƒ¼ã‚·ãƒƒã‚¯ R ProN';
	font-size: 18px;
	font-style: normal;
	line-height: 1.1;
	color: #fff;
	letter-spacing: 0.02;
}
.slide-data .itemcomm {
	padding: 0 0 8px;
	font-size: 0.9em;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.02;
}
.itemlink {
	text-align: right;
}
.itemlink img {
	width: 30%;
	max-width: 100px;
	height: auto;
}



/* ixcont02
---------------------------------------------------- */


#ixcont02 {
}
#ixcont02 .box {
	padding: 300px 0 240px;
}


/* ixcont03
---------------------------------------------------- */

#ixcont03 {
	width: 100%;
	margin: 0;
}
.ix03box {
	padding: 0 0 70px;
}
.ix03box .grid {
	width: 96%;
	margin: 0 auto;
}
.ix03box .grid01 {
	margin: 0 auto 20px;
}
.ix03box .grid02 {
	float: none;
	margin: 0 auto;
}
.ix03box .column-list li,
.ix03box .clist2 li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 3%;
	padding: 0;
}
.ix03box .clist2 li.noitem {
	display: none;
	background: none;
}

.ix03box .grid.grid03,
.ix03box .grid.grid04 {
	float: left !important;
	width: 49% !important;
}
.ix03box .grid.grid04 {
	float: left !important;
	width: 49% !important;
	margin-left: 2%;
}


.ix03box h2 {
	width: 46%;
	padding: 0 0 0 20px;
	font-size: 18px;
}
.ix03box .itemdlink {
	width: 100%;
	padding: 0;
}
.ix03box .itemdlink img {
	margin-top: 2px;
	width: 100px;
	height: auto;
}



/* ixcont04
---------------------------------------------------- */


.ix04boxgly > div {
	position: relative;
	width: 33.333%;
}
.ix04boxgly .instabox {
	width: 100%;
	padding-top: 100%;
	background: #fff;
}
.ix04boxgly div:nth-of-type(2n+1) .instabox {
	background: #666;
}



/* contactbox
---------------------------------------------------- */


#contactbox .ctbtnbox .sales-btn {
	display: block;
	width: 94%;
	margin: 0 3%;
}


}
/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px){


.mainimg .inviconlist li {
	float: left;
	width: 31%;
	text-align: center;
	margin-left: 1%;
	margin-bottom: 2%;
	letter-spacing: 0.5px;
	line-height: 16px;
}
.mainimg .inviconlist li img {
	max-width: 48px;
}


/* ixcont01
---------------------------------------------------- */


/* ixcont03
---------------------------------------------------- */




/* ixcont05
---------------------------------------------------- */



}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px){

/* ixcont01
---------------------------------------------------- */

.ixct01box {
	width: 100%;
	margin: 0px auto 0;
}
.ixct01box .grid01,
.ixct01box .grid02 {
	overflow: visible;
	background-position: 122% 18%;
	background-size: 72%;
	float: none;
	width: 100%;
	margin: -94px 0 0;
}
.ixct01box .ixct01sub01 {
	width: 90%;
	margin: 0 auto;
	padding: 220px 0 10px;
	line-height: 1.4em;
}
.ixct01box .ixct01sub01 {
	font-size: 0.9em;
}
.ixct01box .ixct01sub01 span {
}



/* ixcont02
---------------------------------------------------- */

/* ixcont03
---------------------------------------------------- */


.ix03box h2 {
	width: 46%;
	padding: 0 0 0 10px;
	font-size: 15px;
}
.ix03box .itemdlink {
	width: 54%;
	padding: 0 6px 0 0;
}
.ix03box .itemdlink img {
	margin-top: 6px;
	width: 76px;
	height: auto;
}
.ix03box .prdsingle h2 {
	padding: 0 0 0 10px;
	font-size: 20px;
}
.ix03box .prdsingle .prddetail {
	height: 48px;
}
.ix03box .prddetail h2 {
	font-size: 10px;
	padding-top: 3px;
}
.ix03box .prdsingle .itemdlink {
	padding: 0 8px 0 0;
	font-size:1.6em;
}
.column-list .prddetail .itemdlink {
	padding: 0 8px 0 0;
}


/* ixcont04
---------------------------------------------------- */


.ix04boxgly > div {
	position: relative;
	width: 50%;
}
.ix04boxgly .instabox {
	width: 100%;
	padding-top: 100%;
	background: #fff;
}
.ix04boxgly div:nth-of-type(2n+1) .instabox {
	background: #fff;
}
.ix04boxgly div:nth-child(1) .instabox,
.ix04boxgly div:nth-child(4) .instabox,
.ix04boxgly div:nth-child(5) .instabox,
.ix04boxgly div:nth-child(8) .instabox,
.ix04boxgly div:nth-child(9) .instabox {
	background: #666;
}




/* ixcont06
---------------------------------------------------- */


/* formbox
---------------------------------------------------- */

.formbox {
	position: relative;
	padding: 20px;
}
.formbtnbox {
	width: 80%;
	margin: 40px auto 30px;
	line-height: 1.5em;
	text-align: center;
}



}


/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 400px){


}

.br-pc {
	display:block;
}
.br-sp {
	display:none;
}

@media only screen and (max-width: 480px){
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
}
