@charset "UTF-8";


/* .slidesArea
-------------------------------------------------*/
.slidesArea {
	width: 100%;
    height: 100vh;
	clear: both;
    position: relative;
}
.bx-wrapper {
	*zoom: 1;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.slidesArea .bx-viewport,
.bxslider li {
	height: 100vh;
    text-indent: -9999px;
}
.bxslider .mainSlider01 {
	background:url(../img/top/mainimg01.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider02 {
	background:url(../img/top/mainimg02.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider03 {
	background:url(../img/top/mainimg03.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider04 {
	background:url(../img/top/mainimg04.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider05 {
	background:url(../img/top/mainimg05.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider06 {
	background:url(../img/top/mainimg06.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider07 {
	background:url(../img/top/mainimg07.jpg) no-repeat center center;
	background-size:cover;
}
.bxslider .mainSlider08 {
	background:url(../img/top/mainimg08.jpg) no-repeat center center;
	background-size:cover;
}
.slidesArea .over {
	background: url("../img/top/overlay.png") left top repeat;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.slidesArea .newsBox {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.slidesArea .newsBox .ninner {
    background-color: #fff;
    width: 50%;
    height: 70px;
    margin-left: 50%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 2%;
}
.slidesArea .newsBox .ninner ul {
    position: relative;
}
.slidesArea .newsBox .ninner ul li {
    line-height: 70px;
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 72%;
}
.slidesArea .newsBox .ninner ul li a:hover {
    text-decoration: underline;
}
.slidesArea .newsBox .ninner .btn {
    position: absolute;
    right: 1.5%;
    bottom: 13px;
    width: 9.2%;
    max-width: 140px;
    z-index: 10;
}
.slidesArea .newsBox .ninner .btn a {
    display: block;
    background-color: #56809e;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #56809e;
    transition: background-color 0.5s;
}

/* .aboutArea
-------------------------------------------------*/
.aboutArea {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:100px;
}
.aboutArea .cont {
    width:50%;
	height:40vw;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
}
.aboutArea .cont .txt01 {
    width:30vw;
	padding-top:1em;
    min-width: 400px;
    text-align:justify;
    text-justify:inter-ideograph;
    line-height:1.8;
	position:relative;
}
.aboutArea .cont .txt01 h2 {
    font-size: 30px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 2.4;
    font-weight: 300;
}
.aboutArea .cont .txt01 h2::before,
.aboutArea .cont .txt01 h2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 3.5vw;
    height: 2px;
    border-top: solid 1px #5b7f9c;
    border-bottom: solid 1px #5b7f9c;
}
.aboutArea .cont .txt01 h2::before {
    left: 0;
}
.aboutArea .cont .txt01 h2::after {
    right: 0;
}
.aboutArea .cont .txt01 p {
    font-size: 16px;
}
.aboutArea .about02 {
	background: url("../img/top/bnr_about.jpg") center center no-repeat;
    background-size: cover;
}
.aboutArea .about02 p {
	text-indent: -9999px;
}

/* .bnrArea
-------------------------------------------------*/
.bnrArea {
	box-sizing: border-box;
	background-image: linear-gradient(to bottom,#fff 0,#fff 30%,#abbdcb 30%,#abbdcb 100%);
	padding: 0 4% 2.4em;
	margin-bottom: 100px;
}
.bnrArea .cont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
}
.bnrArea .bnrSet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bnrArea .img01 {
    height: 100%;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}
.bnrArea .img01:hover {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.bnrArea .txtSet {
	width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    padding-left: 15%;
    box-sizing: border-box;
}
.bnrArea .txtSet h4 {
	overflow: hidden;
	padding-bottom: 0.5em;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.bnrArea .txtSet h4 .robotMono {
	font-size: 64px;
    color: #299ff2;
    font-weight: 300;
}
.bnrArea .txtSet h4 .robot {
	font-size: 14px;
    font-weight: 300;
}
.bnrArea .txtSet h4 img {
	width: 20%;
	margin: 0 auto;
}
.bnrArea .txtSet .img02 {
    width: 30%;
    position: absolute;
    right: 8.5em;
    top: -3.5em;
}
.bnrArea .shopBnr {
	width:48.5%;
	height:38.3vw;
    overflow: hidden;
    position: relative;
}
.bnrArea .shopBnr .img01 {
	background:url("../img/top/bnr_shop.jpg") center center no-repeat;
	background-size:cover;
}
.bnrArea .shopBnr.daiwa .img01 {
	background-image:url("../img/top/bnr_shop_daiwa.jpg");
	background-size:cover;
}
.bnrArea .shopBnr .txtSet {
	left:0;
	text-align:center;
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%);
    pointer-events:none;
}
.bnrArea .shopBnr .txtSet h4 {
    padding-bottom: 0.8em;
}
.bnrArea .shopBnr .txtSet h4 span {
	display: block;
}
.bnrArea .shopBnr .txtSet h4 .robot {
    padding: 1em 0 0.5em;
}
.bnrArea .contSub {
    width: 48.5%;
	height:32vw;
	margin-bottom:3.14375vw;
	text-align:right;
    overflow: hidden;
    position: relative;
}
.bnrArea .contSub:nth-child(3),
.bnrArea .contSub:nth-child(4) {
    height:17.57812vw;
	margin-bottom: 0;
}
.bnrArea .onlineBnr .img01 {
	background:url("../img/top/bnr_onlineshop.jpg") center center no-repeat;
	background-size:cover;
}
.bnrArea .coordinateBnr .img01 {
	background:url("../img/top/bnr_coordinate.jpg") center center no-repeat;
	background-size:cover;
}
.bnrArea .contSub .txtSet {
	right:0;
    -webkit-transform:translate(-7%, -48%);
    transform:translate(-7%, -48%);
    pointer-events:none;
	text-align:right;
}
.bnrArea .contSub .txtSet h4 .robot {
    padding: 0 1em;
}

/* .newsArea
-------------------------------------------------*/
.newsArea ul li {
    margin-bottom: 0;
}

@media only screen and (min-width:768px) {
.slidesArea .newsBox .ninner .btn a:hover,
.newsArea .btn a:hover {
    background-color: #fff;
    transition: background-color 0.5s;
    border: 2px solid #56809e;
    color: #56809e;
}
}

/* .instaArea
-------------------------------------------------*/
.instaArea ul li img {
    vertical-align: middle;
}


@media only screen and (min-width:768px) and (max-width:1200px) {
/* .slidesArea
-------------------------------------------------*/
.tablet .slidesArea,
.tablet .slidesArea .bx-viewport,
.tablet .bxslider li,
.tablet .slidesArea .over {
	height: 66vh;
}    

/* .aboutArea
-------------------------------------------------*/
.aboutArea {
	margin-bottom: 8.333vw;
}
.aboutArea .cont .txt01 {
    width: 34vw;
    min-width: inherit;
}
.aboutArea .cont .txt01 h2 {
    font-size: 2.5vw;
}
.aboutArea .cont .txt01 h2::before,
.aboutArea .cont .txt01 h2::after {
    width: 3vw;
}
.aboutArea .cont .txt01 p {
    font-size: 1.3333vw;
}

/* .bnrArea
-------------------------------------------------*/
.bnrArea {
	margin-bottom: 8.333vw;
}
.bnrArea .txtSet h4 {
    font-size: 2.666vw;
}
.bnrArea .txtSet h4 .robotMono {
	font-size: 5.333vw;
}
.bnrArea .txtSet h4 .robot {
	font-size: 1.1666vw;
}

/* .newsArea
-------------------------------------------------*/
.newsArea ul li:nth-child(4) {
    display: none;
}
}

@media only screen and (min-width:768px) and (max-width:960px) {
/* .slidesArea
-------------------------------------------------*/
.slidesArea .newsBox .ninner ul li {
    width: 66%;
    font-size: 1.4vw;
}
.slidesArea .newsBox .ninner .btn {
    width: 13%;
}
.slidesArea .newsBox .ninner .btn a {
    font-size: 1.4vw;
}

/* .newsArea
-------------------------------------------------*/
.newsArea .btn {
    width: 14.1%;
}
.newsArea .btn a {
    font-size: 1.4vw;
}

/* .instaArea
-------------------------------------------------*/
.instaArea ul li {
    width: 32%;
    margin: 0 2% 2% 0;
}
.instaArea ul li:nth-child(5n) {
    margin-right: 2%;
}
.instaArea ul li:nth-child(3n) {
    margin-right: 0;
}
}


@media only screen and (max-width:767px) {
/* .slidesArea
-------------------------------------------------*/
.slidesArea,
.slidesArea .bx-viewport,
.bxslider li,
.slidesArea .over {
	height: 77vh;
}
.slidesArea .newsBox .ninner {
    width: 100%;
    height: 40px;
    margin-left: 0;
    padding: 0 4%;
}
.slidesArea .newsBox .ninner ul li {
    line-height: 40px;
    width: 100%;
}
.slidesArea .newsBox .ninner ul li a:hover {
    text-decoration: none;
}
.slidesArea .newsBox .ninner .btn {
    display: none;
}

/* .aboutArea
-------------------------------------------------*/
.aboutArea {
	display: block;
	margin-bottom: 15vw;
}
.aboutArea .cont {
    width: 100%;
	height: auto;
    display: block;
}
.aboutArea .cont .txt01 {
    width: 88%;
    margin: 0 auto;
	padding: 2em 0 0;
    min-width: inherit;
}
.aboutArea .cont .txt01 h2 {
    font-size: 6.2vw;
}
.aboutArea .cont .txt01 h2::before,
.aboutArea .cont .txt01 h2::after {
    width: 9vw;
    height: 1vw;
    border-top: solid 1px #5b7f9c;
    border-bottom: solid 1px #5b7f9c;
}
.aboutArea .cont .txt01 p {
    font-size: 3.5vw;
    font-weight: 400;
}
.aboutArea .about02 {
    display: none;
}

/* .bnrArea
-------------------------------------------------*/
.bnrArea {
	background-image:linear-gradient(to bottom,#fff 0,#fff 50%,#abbdcb 50%,#abbdcb 100%);
	padding:0 4vw 5vw;
	margin-bottom: 15vw;
}
.bnrArea .cont {
	display: block;
}
.bnrArea .img01:hover {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.bnrArea .bnrSet {
	width:100%;
}
.bnrArea .shopBnr {
	width: 100%;
	height: 70vw;
	margin-bottom: 4vw;
}
.bnrArea .txtSet {
	font-size: 3.2vw;
    text-align: center;
    padding-left: 0;
}
.bnrArea .txtSet h4 {
	font-size: 7vw;
}
.bnrArea .txtSet h4 .robotMono {
	font-size: 13vw;
}
.bnrArea .txtSet h4 .robot {
	font-size: 3vw;
}
.bnrArea .contSub {
	width: 100%;
	height: 70vw;
	margin-bottom: 4vw;
}
.bnrArea .contSub:nth-child(3),
.bnrArea .contSub:nth-child(4) {
    height: 50vw;
    margin-bottom: 4vw;
}
.bnrArea .contSub:nth-child(4) {
    margin-bottom: 0;
}
.bnrArea .txtSet .img02 {
    width: 25%;
    right: 1em;
    top: -4em;
}
.bnrArea .contSub .txtSet {
    -webkit-transform:translate(0%, -48%);
    transform:translate(0%, -48%);
    text-align: center;
}

/* .newsArea
-------------------------------------------------*/
.newsArea ul li {
    margin-bottom: 4%;
}
.newsArea .btn2 {
    width: 50vw;
    padding-top: 4vw;
    margin: 0 auto;
}
.newsArea .btn2 a {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.2vw;
    display: block;
    background-color: #56809e;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #56809e;
}
}