@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -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, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:16px;
	font-family: 'Noto Sans JP';
	line-height:1.6;
	font-weight: 400;
	color:#000;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	background-color: #fff;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

li {
	list-style-type:none;
}
img {
	width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
video {
	display: block;
}
a {
	text-decoration:none;
	color:#000;
	transition:.3s;
}
a:hover {
	opacity:0.8;
	text-decoration:border;
	transition:.3s;
	color:#27ACFF;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
}
h1 a:hover img {
	opacity:1;
}

h2 {
	text-align: center;
	font-size:52px;
}
h2 span {
	font-size:28px;
}


.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}
.in2 {display:none;}

.fs12 {font-size:12px!important;}
.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}

.doubleBox{
	width:100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doubleBox li {
	width:50%;
}

.column3{
	width:100%;
	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;
}

.column3 li {
	width:32%;
}

.goback {
	text-align: center;
	margin-bottom:80px;
	position: relative;
	line-height: 1.0;
}
.goback::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	right:0;
	content: '';
	width: 200px;
	height: 2px;
	background: #707070;
	margin: auto;
}

@media screen and (max-width:1000px){
	.out2 {display:none;}
	.in2 {display:block;}
}

@media screen and (max-width:960px){
	body {
		font-size:16px;
	}
	h2 {
		text-align: center;
		font-size:32px;
	}
	h2 span {
		font-size:16px;
	}
		.in {display:block;}
	.out {display:none;}
	.doubleBox li {
		width:100%;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}

@media screen and (max-width:1200px){
	.in2 {display:block;}
	.out2 {display:none;}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/



.wrap {
	width:90%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

.wraps {
	width:90%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

.wrapss {
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

article {
	padding:0;
}

.content_box + .content_box {
	margin-top:150px;
}


@media screen and (max-width:960px){

	.content_box + .content_box {
		margin-top:120px;
	}
	
}


/* 
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/
footer {
	background: #F1F1F1;
}

div.footInner {
	padding: 150px 0;
}

ul.footInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
ul.footInfo li {
	width:50%;
	max-width: 430px;
}
ul.footInfo li p + p {
	margin-top:15px;
}
ul.footInfo li:first-child p.btn a {
	display: block;
	text-align: center;
	padding: 15px;
	border:1px solid #ADADAE;
	border-radius: 50px;
	color:#5F5E5E;
	font-size:24px;
	transition: 0.3s;
}
ul.footInfo li:first-child p.btn a:hover {
	background-color:#ADADAE;
	color:#fff;
	transition: 0.3s;
}
ul.footInfo li:last-child p {
	color:#5F5E5E;
	font-size:24px;
	text-align: center;
}
ul.footInfo li:last-child p span {
	display: inline-block;
	font-size:16px;
	padding-left:10px;
}

ul.foot_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #ADADAE;
}
ul.foot_bottom li {
	width:50%;
}
ul.foot_bottom li:last-child {
	text-align: right;
}
ul.foot_bottom li:last-child img {
	max-width:295px;
}

p.copyright {
	font-family: 'Not Sans', sans-serif;
	font-size:14px;
	font-weight: 300;
	line-height: 1.3;
}


@media screen and (max-width:960px){

	div.footInner {
		padding: 100px 0 60px 0;
	}

	ul.footInfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	ul.footInfo li {
		width:100%;
		max-width: 430px;
	}
	ul.footInfo li + li {
		margin-top:30px;
		max-width: 430px;
	}
	ul.footInfo li p + p {
		margin-top:15px;
	}
	ul.footInfo li:first-child p.btn a {
		font-size:18px;
	}
	ul.footInfo li:last-child p {
		color:#5F5E5E;
		font-size:20px;
		text-align: left;
	}
	ul.footInfo li:last-child p span {
		display: block;
		font-size:16px;
		padding-left:0px;
	}

	ul.foot_bottom {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top:40px;
		padding-top:40px;
		border-top:1px solid #ADADAE;
	}
	ul.foot_bottom li {
		width:100%;
	}
	ul.foot_bottom li:first-child {
		text-align: center;
	}
	ul.foot_bottom li:last-child {
		margin-top:30px;
		text-align: center;
	}
	ul.foot_bottom li:last-child img {
		max-width:245px;
	}
	p.copyright {
		font-size:13px;
	}
	

}

/* slider */
.thumbnail {
	margin-top:60px
}
.thumbnail .slick-track {
	transform: unset !important;
}
.thumbnail-img {
	padding: 10px;
}
.thumbnail2 {
	margin-top:60px
}
.thumbnail2 .slick-track {
	transform: unset !important;
}

.slideBox .slick-dots {
    position: absolute;
	top:auto;
    bottom: -70px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
.slideBox .slick-dots li {
    margin: 0 0px;
}

.slideBox .slick-arrow {
	display: block;
	position: absolute;
	top:auto;
    bottom: -60px;
	margin: auto;
	padding: 0;
	width: 20px;
	height: 38px;
	color: transparent;
	z-index: 1;
	transition: opacity 0.5s;
  }
  .slideBox .slick-arrow:hover {
	opacity: 0.7;
  }
  
  /* 共通設定 */
  
  .slideBox .slick-next::before,
  .slideBox .slick-next::after,
  .slideBox .slick-prev::before,
  .slideBox .slick-prev::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  }
  .slideBox .slick-next::after,
  .slideBox .slick-prev::after {
	width: 12px;
	height: 12px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
  }
  
  /* next */
  
  .slideBox .slick-next {
	right: 25%;
  }
  .slideBox .slick-next::after {
	right: 4px;
	transform: rotate(45deg);
  }
  
  /* prev */
  
  .slideBox .slick-prev {
	left: 25%;
  }
  .slideBox .slick-prev::after {
	left: 4px;
	transform: rotate(-135deg);
  }
  
  @media screen and (max-width: 767px) {
	.slideBox .slick-next::after,
	.slideBox .slick-prev::after {
	  width: 10px;
	  height: 10px;
	}
	.slideBox .slick-next {
	  right: 8px;
	}
	.slideBox .slick-prev {
	  left: 8px;
	}
	.slideBox .slick-next::after {
	  right: 2px;
	}
  }

/* 
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

div.sec01 {
	margin-top:60px;
	padding-bottom:150px;
	border-bottom:1px solid #D4D5D5;
}
div.sec01 h1 {
	text-align: center;
}
div.sec01 h1 img {
	max-width: 640px;
}
div.sec01 .main_v {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:55px;
	margin-bottom:200px;
}
div.sec01 .main_v li:first-child {
	width:18%;
}
div.sec01 .main_v li:last-child {
	width:75%;
	font-size:14px;
	color: #5F5E5E;
}

div.productBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
div.productBox div.slideBox {
	width:47%;
}
div.productBox div.productDetail {
	width:47%;
}
div.productBox div.productDetail p.ttl img {
	max-width:350px;
}
div.productBox div.productDetail p.tts {
	font-weight: bold;
	font-size:24px;
	margin-top:20px;
}
div.productBox div.productDetail p.read {
	padding-bottom:20px;
	border-bottom:1px solid #D4D5D5;
}
div.productBox div.productDetail ul.icon {
	font-weight: normal;
	margin-top:20px;
}
div.productBox div.productDetail ul.icon li {
	margin-top:5px;
}
div.productBox div.productDetail ul.icon li img {
	max-width:78px;
}
div.productBox div.productDetail ul.icon li a {
	color:#D10000;
	text-decoration: underline;
}
div.productBox div.productDetail ul.icon li:first-child {
	font-weight: 500;
}
div.productBox div.productDetail ul.icon li:first-child span {
	font-weight: normal;
}
div.productBox div.productDetail dl.toshoku {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-top:20px;
	margin-bottom:20px;
	padding: 20px 0;
	border-top:1px solid #D4D5D5;
	border-bottom:1px solid #D4D5D5;
}
div.productBox div.productDetail dl.toshoku dt {
	font-weight: 500;
	margin-right:20px;
}
div.productBox div.productDetail dl.toshoku dt img {
	max-width:142px;
}
div.productBox div.productDetail dl.toshoku dd p.number {
	margin: 25px 0;
}
div.productBox div.productDetail dl.toshoku dd p.number span {
	background:#EBECEC;
	padding: 10px;
}
div.productBox div.productDetail dl.toshoku dd .iconBox {
	margin: 0 auto;
	text-align: center;
}
div.productBox div.productDetail dl.toshoku dd .iconBox li {
	width: 65px !important;
	text-align: center;
}
div.productBox div.productDetail dl.toshoku dd p.icon {
	padding:4px;
}
div.productBox div.productDetail dl.toshoku dd p.icon img {
	cursor: pointer;
	width:31px;
	height:31px;
	margin:auto;
	padding:4px;
}
div.productBox div.productDetail dl.toshoku dd p.icon.active img {
	background-image: url(../images/toshoku_icon_circle.png);
	background-repeat: no-repeat;
	background-size:31px 31px;
}
div.productBox div.productDetail dl.toshoku dd p.icon + p {
	margin-left:7px;
}
div.productBox div.productDetail ul.size {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
}
div.productBox div.productDetail ul.size li:first-child span {
	font-weight: 500;
}
div.productBox div.productDetail ul.size li:last-child {
	text-align: right;
}

div.sec02 h2 {
	text-align: center;
}
div.sec02 h2 img {
	max-width: 560px;
}
div.slideBox_b {
	margin-top:60px;
	margin-bottom:150px;
}
div.slideBox_b .slider_b .slick-img {
	padding:0 30px;
	font-size:14px;
	color: #5F5E5E;
	line-height: 1.1;
	opacity: 0.3;
}
div.slideBox_b .slider_b .slick-img.slick-active {
	opacity: 1.0;
}
.slideBox_b .slick-arrow {
	display: block;
	position: absolute;
	margin: auto;
	padding: 0;
	width: 38px;
	height: 38px;
	color: transparent;
	z-index: 1;
	transition: opacity 0.5s;
	background-color: #707070;
	border-radius: 50%;
}
.slideBox_b .slick-arrow:hover {
opacity: 0.7;
}

/* 共通設定 */

.slideBox_b .slick-next::before,
.slideBox_b .slick-next::after,
.slideBox_b .slick-prev::before,
.slideBox_b .slick-prev::after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.slideBox_b .slick-next::after,
.slideBox_b .slick-prev::after {
width: 12px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

/* next */

.slideBox_b .slick-next {
right: 11%;
}
.slideBox_b .slick-next::after {
right: 15px;
transform: rotate(45deg);
}

/* prev */

.slideBox_b .slick-prev {
left: 11%;
}
.slideBox_b .slick-prev::after {
left: 15px;
transform: rotate(-135deg);
}

div.sec03 {
	padding:180px 0;
	background-color: #E2E2E2;
}
div.sec03 .sec03_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.sec03 .sec03_inner div.sec03_left {
	width:47%;
}
div.sec03 .sec03_inner div.sec03_right {
	width:47%;
}
div.sec03 .sec03_inner div.sec03_right p.title {
	font-size:18px;
	font-weight: 500;
	padding-left:7px;
	border-left:1px solid #5F5E5E;
	margin-bottom:20px;
}
div.sec03 .sec03_inner div.sec03_right p.screen {
	margin-bottom:20px;
}
div.sec03 .sec03_inner div.sec03_right p.screen span {
	color:#fff;
	padding:6px 10px;
	background-color: #A6A7A7;
}
div.sec03 .sec03_inner div.sec03_right p.cau {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:960px){

	div.sec01 {
		padding-bottom:30px;
	}
	div.sec01 .main_v {
		align-items: center;
		margin-top:30px;
		margin-bottom:100px;
	}
	div.sec01 .main_v li:first-child {
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}
	div.sec01 .main_v li:first-child img {
		width:25%;
		min-width:100px;
	}
	div.sec01 .main_v li:last-child {
		width:100%;
		line-height: 1.3;
	}
	
	div.productBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: end;
	}
	div.productBox div.slideBox {
		width:100%;
		margin-bottom:70px;
	}
	div.productBox div.slideBox p.ttl {
		padding:0 10%;
		margin-bottom:20px;
		text-align: center;
	}
	div.productBox div.slideBox p.ttl img {
		max-width:350px;
	}
	div.productBox div.productDetail {
		width:100%;
		text-align: center;
	}
	div.productBox div.productDetail p.ttl img {
		max-width:350px;
	}
	div.productBox div.productDetail p.tts {
		font-weight: bold;
		font-size:24px;
		margin-top:20px;
		text-align: left;
	}
	div.productBox div.productDetail p.read {
		text-align: left;
	}
	div.productBox div.productDetail ul.icon li:last-child {
		text-align: left;
	}
	div.productBox div.productDetail dl.toshoku {
		display: flex;
		flex-wrap: wrap;
		align-items: end;
		margin-top:20px;
		margin-bottom:20px;
		padding: 20px 0;
		border-top:1px solid #D4D5D5;
		border-bottom:1px solid #D4D5D5;
	}
	div.productBox div.productDetail dl.toshoku dt {
		width:100%;
		text-align: center;
		margin-bottom:15px;
		margin-right:0;
	}
	div.productBox div.productDetail dl.toshoku dd {
		width:100%;
		text-align: center;
	}
	div.productBox div.productDetail dl.toshoku dd div.iconBox {
		justify-content: center;
	}
	div.productBox div.productDetail dl.toshoku dd .iconBox .slick-track {
		width: 200px !important;
		text-align: center;
	}
	div.productBox div.productDetail dl.toshoku dd p.icon.active {
		display: block;
		background-image: none;
	}
	div.productBox div.productDetail dl.toshoku dd p.icon + p {
		margin-right:4px;
		margin-left:4px;
	}

	div.productBox div.productDetail ul.size {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		flex-direction: column;
		text-align: left;
	}
	div.productBox div.productDetail ul.size li:first-child span {
		font-size:18px;
		font-weight: bold;
	}
	div.productBox div.productDetail ul.size li:last-child {
		text-align: right;
	}
	
	div.sec02 h2 {
		text-align: center;
		padding:0 5%;
	}
	div.sec02 h2 img {
		max-width: 560px;
	}
	div.slideBox_b {
		margin-top:60px;
		margin-bottom:100px;
	}
	div.slideBox_b .slider_b .slick-img {
		padding:0 15px;
	}
	div.slideBox_b .slider_b .slick-img.slick-active {
		opacity: 1.0;
	}
	.slideBox_b .slick-arrow {
		width: 26px;
		height: 26px;
	}
	.slideBox_b .slick-arrow:hover {
	opacity: 0.7;
	}
	
	/* 共通設定 */
	
	.slideBox_b .slick-next::before,
	.slideBox_b .slick-next::after,
	.slideBox_b .slick-prev::before,
	.slideBox_b .slick-prev::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}
	.slideBox_b .slick-next::after,
	.slideBox_b .slick-prev::after {
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	
	/* next */
	
	.slideBox_b .slick-next {
	right: 3%;
	}
	.slideBox_b .slick-next::after {
	right: 10px;
	transform: rotate(45deg);
	}
	
	/* prev */
	
	.slideBox_b .slick-prev {
	left: 3%;
	}
	.slideBox_b .slick-prev::after {
	left: 10px;
	transform: rotate(-135deg);
	}
	
	div.sec03 {
		padding:100px 0;
		background-color: #E2E2E2;
	}
	div.sec03 .sec03_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	div.sec03 .sec03_inner div.sec03_left {
		width:100%;
	}
	div.sec03 .sec03_inner div.sec03_right {
		width:100%;
		margin-bottom:30px;
	}
	
	
}

