@charset "UTF-8";
/* CSS Document */

.pt1 {padding-top: 1px;}
.pl50 {padding-left: 50px !important;}
@media screen and (max-width: 810px){
	.pl50 {padding-left: auto !important;}
}

/* -------------------------------
メインビジュアル
------------------------------- */
#mainimg {
	width: 100%;
	height: 600px;
}
.vegas-slide-inner {background-position: right center!important;}

@media screen and (max-width: 810px){	
	#mainimg {
		height: 400px;
	}
}

@media screen and (max-width: 575px){
	#mainimg {
		height: 450px;
	}
	.vegas-slide-inner {
		background-position: top center!important;
		background-size: cover !important;
	}
}

/* -------------------------------
メインコピー
------------------------------- */
.mcopy {color: #007167; }
.mcopy h2 {
	font-size: 54px;
	font-weight: 100;
	margin: 20px 0 50px;
}
.mcopy p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.8;
}
#btnLl {
	display: flex;
	justify-content: center;
	align-items: center;
}
#btnLl .btn {margin-top: 40px;}
#btnLl .btn a {
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	border: solid 1px #007167;
	background: #007167;
	transition: background 0.8s;
	padding: 10px 20px;
}
#btnLl .btn a:hover {
	background: #FFF;
	color: #007167;
	text-decoration: none;
}
#btnLl .btn a p {
	display: inline-block;
	vertical-align: middle;
}
#btnLl .btn a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
	margin-left: 40px;
	margin-right: 0;
}
#btnLl .btn a span::before {
  content: '';
  width: 0.8em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
	border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#btnLl div:first-of-type {
	width: 240px;
	position: relative;
	z-index: 2;
}
#btnLl div:last-of-type {
	margin-left: -8%;
	position: relative;
}
.div__scroll_page_1 {text-align: center;}
.on svg {	
	margin: -20px 0 0 auto;
	width: 450px;
}
.on #mask path{
	stroke-dasharray:1800px;
	animation:h-written 4s 0.4s forwards;
	stroke:#fff;
	stroke-width:10;
	fill:none;
	animation-fill-mode:both;
}
@keyframes h-written {
	0% {
	stroke-dashoffset:1800px;
	}
	100% {
	stroke-dashoffset:0px;
	}
}

.on #text{
mask:url(#mask-ani);
fill: #007167;
}

@media screen and (max-width: 810px){
	.mt-90 {margin-top: 30px;}
	.mcopy {margin-bottom: 30px;}
	.mcopy h2 {
		text-align: center;
		font-size: 35px;
		margin: 0 0 30px;
	}
	.mcopy p {
		text-align: center;
		font-size: 15px;
		margin-bottom: 20px;
	}
	#btnLl {
		flex-direction: column;
	}
	#btnLl div:first-of-type {
		width: 200px;
		margin: 5px auto 0;
	}
	#btnLl div:last-of-type {
		margin: 10px auto 0;
	}
	#btnLl .btn a {
		font-size: 14px;
		width:330px;
	}
	.on svg {		
		margin: -15px 0 0 auto;
		width: 95%;
	}
}

/* -------------------------------
見出し
------------------------------- */

.midashi01 {
	font-size: 50px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #007167;
	margin-top: -40px;
}
.midashi01 span {font-size:44px;}

@media screen and (max-width: 810px){
	.midashi01 {
		font-size: 39px;
	margin-top: -30px;
	}
	.midashi01 span {font-size:35px;}
}

/* -------------------------------
NEWS
------------------------------- */
.news {
	padding: 60px 0 100px;
	display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   scroll-behavior: smooth;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.news::-webkit-scrollbar {display: none;}
.news .inn {	
   flex: 0 0 20%;
   padding: 0 10px;
   height:100%;
	text-align: center;
}
.news a {
	font-size: 13px;
	text-decoration: underline;
}
.news a:hover {
	text-decoration: none;
}
.news a p {
	margin-top: 15px;
}
.news .inn figure {
	border: solid 1px #F4F4F4;
}
@media screen and (max-width: 810px){
	.news {padding: 40px 0 60px;}
	.news .inn{
		flex: 0 0 60%;
    	scroll-snap-align:center;
	}
}

/* -------------------------------
PRODUCTS
------------------------------- */
.products > div { padding-top:30px; }
.products > div > div h3 {
	font-size: 20px;
	margin-top: 20px;
	align-items: center;
  	display: flex;
}
.products h3 sup {font-size: 10px;}
.products > div > div h3::before,
.products > div > div h3::after {
  	background-color: #007167;
  	border-radius: 5px;
  	content: "";
  	flex-grow: 1;
 	 height: 1px;
}
.products > div > div h3::before {
  	margin-right: 35px;
}
.products > div > div h3::after {
  	margin-left: 35px;
}
.products > div h3 {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}
.products > div > div > div {
	margin-top: 30px;
}
.products h4 {
	font-size: 16px;
	line-height: 1.5;
}
.products h4 span {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background: #CC96AA;
	padding: 5px;
	margin-bottom: 10px;
}
.products > div > div > div > div p {
	font-size: 13px;
	margin-top: 15px;
}
.products .other {
	border-top:solid 1px #D8D6D7;
	padding-top:40px;
	margin-top: 60px;
}
.products .other > div {
	margin-top: 40px;
}
.products .other h4 span {
	display: inline-block;
	text-align: left;
	color: #007167;
	background: none;
	padding: 0 0 2px;
	border-bottom: dotted 1px #007167;
}
.products dl {
	margin-top: 40px;
}
.products dl dt {
	font-size: 13px;
	background: #F4E9ED;
	display: inline-block;
	padding: 2px 5px;
	font-weight: normal;
}
.products dl dd {
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 810px){
	.products > div > div h3 {
		font-size: 19px;
  		display: block;
		line-height: 1.4;
	}
	.products > div > div h3::before,
	.products > div > div h3::after {
		display: none;
	}
	.products > div > div h3::before {
  		margin-right: 0;
	}
	.products > div > div h3::after {
  		margin-left: 0;
	}
	.products > div h3 {
		font-size: 19px;
	}
	.products h4 span {
		display: inline-block;
		padding: 5px;
		margin-bottom: 5px;
	}
	.products .nmg {
		margin: -12px 0 0 10px;
		position: relative;
		z-index: 10;
	}
	.products .mhr {
		border-top:solid 1px #D8D6D7;
		margin-top: 30px;
	}
	.products > div > div > div > div p {
		font-size: 12px;
		margin-top: 10px;
	}
	.products .other {
		padding-top:30px;
		margin-top: 40px;
	}
	.products dl dd {
		font-size: 10px;
	}
}

/* -------------------------------
TRY ME
------------------------------- */

.trial > div { padding:40px 0 100px; }
.trial h3 {
	font-size: 20px;
}
.trial > div > div > p {
	font-size: 14px;
	margin-top: 20px;
}
.trial .lbtn02 {
	max-width: 325px;
	margin: 30px auto 0;
}
@media screen and (max-width: 810px){
	.trial > div { padding:20px 0 60px; }
	.trial h3 {
		font-size: 17px;
		margin: 30px 15px 0;
	}
	.trial > div > div > p {
		font-size: 13px;
		margin: 20px 15px 0;
	}
}

/* -------------------------------
SDGs
------------------------------- */

.sdgs > div { padding:50px 0; }
.sdgs h3 {
	font-size: 20px;
}
.sdgs > div > div:first-of-type > p {
	font-size: 15px;
	margin-top: 30px;
}
.sdgs .lbtn {
	max-width: 325px;
	margin: 40px auto 0;
}

@media screen and (max-width: 810px){
	.sdgs > div { padding:20px 0 60px; }
	.sdgs h3 {
		font-size: 17px;
		margin: 30px 15px 0;
	}
	.sdgs > div > div:first-of-type > p {
		font-size: 14px;
		margin: 20px 15px 0;
	}
}

/* -------------------------------
Instagram
------------------------------- */

.ig {padding:50px 0;}
.ig h2 {
	font-size: 22px;
}
.ig h2 figure {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
@media screen and (max-width: 810px){
	.ig {padding:40px 0;}
	.ig h2 {
		font-size: 17px;
	}
	.ig h2 figure img {width: 65px;}
}