@charset "UTF-8";
/* CSS Document */
html {
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	width: 100%;
}
.scroll-fade-up {
	opacity: 0;
}
.sp-only {
	display: none!important;
}
@media screen and (max-width:768px){
	.pc-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
}
.bold {
	font-weight: 700;
}
.annotation,
.annotation-detail {
	font-size: 10px;
	line-height: 13.5px;
	display: inline-block;
	margin-top: 10px;
}
@media screen and (max-width:768px){
	.annotation {
		font-size: 2.5vw;
		line-height: 3.3333333333333335vw;
	}
	.annotation-detail {
		font-size: 3.5vw;
	}
}
.annotation a,
.annotation-detail a {
	text-decoration: underline;
	transition: all 0.5s;
}
.annotation a:hover,
.annotation-detail a:hover {
	opacity: .5;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.line {
	display: inline-block;
}
.circle-arrow {
	padding-left: 15px;
	background-image: url("../img/circle-arrow.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center left;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 10000;
  right : 20px;
  top   : 12px;
  width : 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
	background:rgba(255,255,255,0.7);
	border-radius: 50%;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 25px;
  height  : 2px ;
  left    : 10px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 31px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 22px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.main-cover {
	width: 100%;
	height: 100vh;
	position: fixed;
	transform: translateX(100%);
	z-index: 9999;
}
nav.globalMenuSp {
  position: fixed;
  z-index : 9999;
  top  : 0;
  right : 0;
	background:#036EB8;
  color: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 60%;
	border-radius: 3vw;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 5vw;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
	transition: all .3s;
}
.globalMenuSp-logo {
	width: 70%;
	margin: 0 auto;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  opacity: .8
}
nav.globalMenuSp ul li:active{
  background :#aaa;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
	font-size: 4vw;
	font-weight: 700;
}
.globalMenuSp-inquiry a {
	background-color: #78D200;
	border-radius: 10vw;
	border: solid 1px #fff;
	color: #000!important;
	margin: 5vw 3vw 3vw;
	padding: 3vw!important;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.main-cover.active {
	transform: translateX(0%);
}


.slick-image{opacity: 0;transition: opacity .3s linear;overflow: hidden;margin: 0!important;}
.slick-image.slick-initialized{
  opacity: 1;
}
.slick-outer{position: relative;}
.slick-content1{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #fff;
  font-weight: 500;
  margin-left: -20vw;
  margin-top: 1vw;
  padding: 0;
  font-size: 1.9166666666666665vw;
  line-height: 3.3333333333333335vw;
}
@media screen and (max-width:768px){
	.slick-content1{
		font-size: 6.111111111111111vw;
		line-height: 9.722222222222223vw;
		left: 0;
		top: 15vw;
		-ms-transform: translateX(60%);
		-webkit-transform: translateX(60%);
		transform: translateX(60%);
		color: #000;
	}
}
.slick-content2{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #000;
  font-weight: 500;
  margin-left: 20vw;
	margin-top: 1vw;
  padding: 0;
  font-size: 1.9166666666666665vw;
  line-height: 3.3333333333333335vw;
}
@media screen and (max-width:768px){
	.slick-content2{
		font-size: 6.111111111111111vw;
		line-height: 9.722222222222223vw;
		left: 0;
		top: 25vw;
		-ms-transform: translateX(-8%);
		-webkit-transform: translateX(-8%);
		transform: translateX(-8%);
		color: #000;
	}
}
.slick-content3{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #fff;
  font-weight: 500;
  margin-top: 9vw;
	text-align: center;
  padding: 0;
  font-size: 1.4166666666666665vw;
  line-height: 2.833333333333333vw;
}
@media screen and (max-width:768px){
	.slick-content3{
		font-size: 4vw;
		line-height: 9vw;
		width: 75%;
		text-align: left;
		margin-top: 50vw;
	}
}
.slick-prev,.slick-next{z-index: 99;}
.slick-prev{left: 2rem;}
.slick-next{right: 2rem;}
.slick-image .slick-dots {
	bottom: initial!important;
	margin-top:-50px!important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.question-bg {
	background-color: #DCDDDD;
	width: 100%;
	position: relative;
	border-bottom: solid 3px #0C68AC;
	height: 460px!important;
}
.question-bg::after {
	content: "";
	display: block;
	background-image: url("../img/wave.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 104px;
	height: 46px;
	right: calc(50% / 4);
	bottom: -25px;
	z-index: 0;
}
@media screen and (max-width:768px){
	.question-bg {
		height: 147.22222222222223vw!important;
	}
	.question-bg::after {
		display: none;
	}
}
@media screen and (max-width:1000px){
	.question-bg::after {
		right: calc(50% / 6);
	}
}
.sticky-cont {
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, #DCDDDD 0%, #DCDDDD 2%, transparent 2%, transparent 100%);
}
.pc-menu-bg {
	background: linear-gradient(90deg, #0C68AC 0%, #0C68AC 50%, transparent 50%, transparent 100%);
	width: 100%;
	position: sticky;/*固定する*/
	position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
	top: 0;/*ブラウザの上からの距離はゼロ*/
	z-index: 1000;
}
.pc-menu {
	display: flex;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.pc-menu li:first-child {
	width: 11.4425%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(2) {
	width: 15.5094%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(3) {
	width: 11.6986%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(4) {
	width: 10.0182%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(5) {
	width: 14.8776%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(6) {
	width: 15.0446%;
	background-color: #0C68AC;
}
.pc-menu li:nth-child(7) {
	width: 8.7887%;
	background-image: url("../img/menu06-bg.svg");
	background-size: 100%;
}
.pc-menu li:nth-child(8) {
	width: 12.6643%;
}
.pc-menu a {
	transition: all 0.5s;
}
.pc-menu a:hover {
	opacity: .6;
}

.question-title {
	text-align: center;
	font-size: 33px;
	font-weight: 700;
	margin-top: 65px;
}
@media screen and (max-width:768px){
	.question-title {
		font-size: 7.777777777777778vw;
		line-height: 10.833333333333334vw;
		margin-top: 11.11111111111111vw;
	}
}
.question-image {
	position: absolute;
	bottom: 0;
  left: calc(50% - 140px);
	width: 280px;
}
@media screen and (max-width:768px){
	.question-image {
		width: 57vw;
		bottom: 14.722222222222223vw;
		left: calc(50% - 25vw);
	}
}
.question-buble {
	position: relative;
	z-index: 10;
}
.question-buble li {
	position: absolute;
}
.question-buble li:first-child {
	width: 302px;
	top: 50px;
	left: calc(50% - 390px);
}
.question-buble li:nth-child(2) {
	width: 306px;
	top: 50px;
	left: calc(50% + 70px);
}
.question-buble li:nth-child(3) {
	width: 302px;
	top: 150px;
	left: calc(50% - 450px);
}
.question-buble li:nth-child(4) {
	width: 307px;
	top: 150px;
	left: calc(50% + 140px);
}
.question-buble li:nth-child(5) {
	width: 280px;
	top: 230px;
	left: calc(50% - 330px);
}
.question-buble li:nth-child(6) {
	width: 280px;
	top: 230px;
	left: calc(50% + 30px);
}
@media screen and (max-width:1000px){
	.question-buble li:nth-child(3) {
		left: 0;
	}
	.question-buble li:nth-child(4) {
		left: calc(100% - 307px);
	}
}
@media screen and (max-width:768px){
	.question-buble li:first-child {
		width: 43.05555555555556vw;
		top: 7vw;
		left: 5.555555555555555vw;
	}
	.question-buble li:nth-child(2) {
		width: 43.05555555555556vw;
		top: 7vw;
		left: 52vw;
	}
	.question-buble li:nth-child(3) {
		width: 34vw;
		left: 5.555555555555555vw;
		top: 35vw;
	}
	.question-buble li:nth-child(4) {
		width: 34vw;
		left: 62vw;
		top: 35vw;
	}
	.question-buble li:nth-child(5) {
		width: 43.05555555555556vw;
		left: 5.555555555555555vw;
		top: 75vw;
	}
	.question-buble li:nth-child(6) {
		width: 43.05555555555556vw;
		left: 52vw;
		top: 75vw;
	}
}
.intro01 {
	width: 100%;
	padding-top: 45px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.intro {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
}
.intro-col {
	max-width: 800px;
	width: 90%;
	margin: 67px auto 55px;
	position: relative;
	overflow: hidden;
	z-index: 2
}
.intro-title {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	color: #036EB8;
	line-height: 1.5;
}
@media screen and (max-width:768px){
	.intro01 {
		padding-top: 13.88888888888889vw;
	}
	.intro-col {
		margin: 10.555555555555555vw auto 4.722222222222222vw;
	}
	.intro-title {
		font-size: 6.944444444444445vw;
		line-height: 9.722222222222223vw;
	}
}

.intro-col2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.intro-col2-rev {
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
	margin-top: 30px;
}
.intro-txt {
	font-size: 17px;
	line-height: 32px;
	width: 48%;
	margin-top: 20px;
}
.intro-img {
	width: 48%;
}
@media screen and (max-width:768px){
	.intro-col2,
	.intro-col2-rev {
		display: block;
		margin-top: 5vw;
	}
	.intro-txt {
		font-size: 4.444444444444445vw;
		line-height: 8.333333333333332vw;
		width: 100%;
		margin-top: 0;
	}
	.intro-img {
		margin-top: 5vw;
		width: 100%;
	}
}
.intro-col-underline-wap-r {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #0C68AC 0%, #0C68AC 60%, transparent 60%, transparent 100%);
	position: absolute;
	bottom: 0;
}
.intro-col-underline-wap-l {
	width: 100%;
	height: 1px;
	background: linear-gradient(-90deg, #0C68AC 0%, #0C68AC 60%, transparent 60%, transparent 100%);
	position: absolute;
	bottom: 0;
}
@media screen and (max-width:968px){
	.intro-col-underline-wap-r,
	.intro-col-underline-wap-l {
		height: 0.08333333333333334vw;
	}
}
@media screen and (max-width:768px){
	.intro-col-underline-wap-r,
	.intro-col-underline-wap-l {
		height: 0.2777777777777778vw;
	}
}
.intro-col-underline-r,
.intro-col-underline-l {
	max-width: 968px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.intro-col-underline-r img {
	position: absolute;
	width: 50%;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.intro-col-underline-l img {
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.inquiry {
	width: 100%;
	background-color: #036EB8;
	margin-top: -35px;
	text-align: center;
	padding: 85px 0 50px;
}
.inquiry-wap {
	width: 90%;
	margin: 0 auto;
}
.inquiry-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width:768px){
	.inquiry {
		padding: 24.166666666666668vw 0 12.222222222222221vw;
		margin-top: -11.11111111111111vw;
	}
	.inquiry-title {
		font-size: 6.944444444444445vw;
		line-height: 9.722222222222223vw;
	}
}
.ruby {
	font-size: 20px;
	font-weight: 300;
}
@media screen and (max-width:768px){
	.ruby {
		font-size: 4.166666666666666vw;
	}
}
.inquiry-text {
	font-size: 17px;
	line-height: 32px;
	color: #fff;
	margin-top: 35px;
}
@media screen and (max-width:768px){
	.inquiry-text {
		font-size: 4.444444444444445vw;
		line-height: 8.333333333333332vw;
		text-align: left;
		margin-top: 6.5vw;
	}
}
.inquiry-product {
	width: 260px;
	margin: 20px auto;
}
.last-product {
	width: 260px;
	margin: 65px auto 20px;
}
@media screen and (max-width:768px){
	.inquiry-product {
		width: 50.83333333333333vw;
		margin: 5.555555555555555vw auto;
	}
	.last-product {
		width: 50.83333333333333vw;
		margin: 13vw auto 5vw;
	}
}
.inquiry-btn,
.faq-btn {
	position: relative;
}
.check-btn {
	position: absolute;
	bottom: -55px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width:768px){
	.check-btn {
		left: 22%;
    transform: translateX(-11%);
    -webkit-transform: translateX(-11%);
    -ms-transform: translateX(-11%);
		bottom: -16vw;
	}
}

.inquiry-btn a {
	padding: 15px 55px;
	background-color: #78D200;
	border: 1px solid #fff;
	border-radius: 15px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	position: relative;
}
.faq-btn a {
	padding: 15px 35px;
	background-color: #036EB8;
	border: 1px solid #fff;
	border-radius: 15px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	position: relative;
	color: #fff;
}
.check-btn a {
	padding: 12px 52px;
	background-color: #fff;
	border: 3px solid #036EB8;
	border-radius: 15px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	position: relative;
	color: #036EB8;
	text-align: center;
	line-height: 24px;
	z-index: 99;
}
@media screen and (max-width:768px){
	.inquiry-btn a {
		font-size: 4.444444444444445vw;
		padding: 4.166666666666666vw 15.277777777777779vw;
	}
	.faq-btn a {
		font-size: 4.444444444444445vw;
		padding: 4.166666666666666vw 9.722222222222223vw;
	}
}
@media screen and (max-width:1000px){
	.check-btn a {
		padding: 12px 30px;
	}
}
.check-btn-big-text {
	font-size: 20px;
}
.check-btn-small-text {
	font-size: 10px;
	color: #000;
	font-weight: 400;
}
@media screen and (max-width:768px){
	.check-btn a {
		font-size: 3.6111111111111107vw;
		line-height: 5.833333333333333vw;
		padding: 3vw 0vw;
	}
	.check-btn-big-text {
		font-size: 5vw;
	}
	.check-btn-small-text {
		font-size: 2.5vw;
	}
}
.inquiry-btn a::after,
.faq-btn a::after {
	content: "";
	display: block;
	background-image: url("../img/btn-arrow.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 12px;
	height: 20px;
	right: 10px;
	top: calc(50% - 10px);
}
.check-btn a::after {
	content: "";
	display: block;
	background-image: url("../img/btn-arrow-blue.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 12px;
	height: 20px;
	right: 13px;
	top: calc(50% - 10px);
}
.inquiry-btn a:hover,
.faq-btn a:hover,
.check-btn a:hover {
	transform: scale(1.05);
	border-radius: 25px;
}
.inquiry-btn a:active,
.faq-btn a:active,
.check-btn a:active {
	transform: scale(.95);
}
.feature {
	width: 100%;
	background-color: #DCF0FF;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}
@media screen and (max-width:768px){
	.feature {
		padding-bottom: 13.88888888888889vw;
	}
}
.feature-smartphone-l {
	position: absolute;
	max-width: 544px;
	left: 0;
	top: 15.5%;
	z-index: 10;
}
@media screen and (max-width:1490px){
	.feature-smartphone-l {
		left: calc((100% - 1490px) / 2);
	}
}
@media screen and (max-width:1000px){
	.feature-smartphone-l {
		top: 17%;
	}
}
@media screen and (max-width:768px){
	.feature-smartphone-l {
		width: 78%;
		left: -33%;
		top: 45vw;
	}
}
.feature01-wap {
	width: 100%;
	background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
	position: relative;
	overflow: hidden;
}
.feature01-bg {
	width: 100%;
	max-width: 1200px;
	min-height: 601px;
	background-image: url("../img/feature01-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 882px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:1200px){
	.feature01-bg {
		background-position-x: -100px;
	}
}

.feature01 {
	width: 90%;
	margin: 80px auto;
	text-align: center;
}
.feature-title {
	font-size: 30px;
	font-weight: 700;
	color: #036EB8;
	padding: 15px;
	border-top: solid #fff 2px;
	border-bottom: solid #fff 2px;
	display: inline-block;
	line-height: 1.5;
}

.feature-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.feature01-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 400px;
	border-radius: 0 30px 30px 0;
	margin: 70px 0 15px;
}
.feature01-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 400px;
	text-align: left;
	margin-bottom: 100px;
}
@media screen and (max-width:768px){
	.feature01-wap {
		background: none;
	}
	.feature01-bg {
		background-image: url("../img/feature01-bg-sp.png");
		background-position: top right;
		background-size: 100%;
	}
	.feature01 {
		margin: 9.166666666666666vw auto 0;
		width: 100%;
	}
	.feature-title {
		font-size: 6.1vw;
		line-height: 9.722222222222223vw;
		width: 95%;
		margin: 0 auto;
	}
	.feature01-title {
		margin: 108vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 95vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature01-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature01-icon {
	position: absolute;
	width: 350px;
	right: 0;
	top: 60%;
}
.feature02-icon {
	position: absolute;
	width: 350px;
	left: 0;
	top: 8%;
}
@media screen and (max-width:768px){
	.feature01-icon {
		width: 48.05555555555556vw;
		right: 5%;
		top: 4%;
	}
	.feature02-icon {
		left: 40%;
		width: 53.61111111111111vw;
	}
}
.feature02-wap {
	width: 100%;
	background: linear-gradient(90deg, transparent 0%, transparent 70%, #fff 70%, #fff 100%);
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.feature02-bg {
	width: 100%;
	max-width: 1200px;
	min-height: 358px;
	background-image: url("../img/feature02-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 517px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.feature02 {
	width: 90%;
	margin: auto;
	text-align: center;
}
.feature02-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 400px;
	border-radius: 0 30px 30px 0;
	margin: 100px 0 15px 280px;
}
.feature02-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 420px;
	text-align: left;
	margin: 0 0 0 280px;
}
@media screen and (max-width:1200px){
	.feature02-title,
	.feature02-text {
		margin-left: 190px;
	}
}
@media screen and (max-width:1000px){
	.feature02-bg {
		background-position-x: calc((100% / 2) + 200px);
	}
	.feature02-title,
	.feature02-text {
		margin-left: calc(100% / 8);
	}
}
@media screen and (max-width:768px){
	.feature02-wap {
		background: none;
		margin-top: 11.11111111111111vw;
	}
	.feature02-bg {
		background-image: url("../img/feature02-bg-sp.png");
		background-position: top right;
		background-size: 100%;
	}
	.feature02 {
		width: 100%;
	}
	.feature02-title {
		margin: 69vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 95vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature02-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature03-wap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.feature03-bg {
	width: 100%;
	max-width: 1000px;
	min-height: 358px;
	background-image: url("../img/feature03-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 517px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.feature03-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 440px;
	border-radius: 0 30px 30px 0;
	margin: 70px 0 15px 430px;
}
.feature03-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 440px;
	text-align: left;
	margin: 0 0 0 500px;
}
@media screen and (max-width:1000px){
	.feature03-bg {
		background-position-x: calc(100% - 440px);
	}
	.feature03-title {
		margin-left: calc(100% - 480px);
	}
	.feature03-text {
		margin-left: calc(100% - 380px);
		width: 400px;
	}
}
@media screen and (max-width:768px){
	.feature03-wap {
		background: none;
		margin-top: 11.11111111111111vw;
	}
	.feature03-bg {
		background-image: url("../img/feature03-bg-sp.png");
		background-position: top right;
		background-size: 100%;
	}
	.feature03 {
		width: 100%;
	}
	.feature03-title {
		margin: 69vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 98vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature03-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature04-wap {
	width: 100%;
	background: linear-gradient(90deg, transparent 0%, transparent 70%, #e6e4e6 70%, #e6e4e6 100%);
	position: relative;
	margin-top: 60px;
}
.feature04-bg {
	width: 100%;
	max-width: 1200px;
	min-height: 407px;
	background-image: url("../img/feature04-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 882px;
	margin: 0 auto;
	position: relative;
}
.feature-smartphone-r {
	position: absolute;
	max-width: 362px;
	right: -10px;
	bottom: 0;
	z-index: 10;
}
.feature04-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 360px;
	border-radius: 0 30px 30px 0;
	margin: 200px 0 15px;
}
.feature04-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 380px;
	text-align: left;
	margin: 0;
}
@media screen and (max-width:1000px){
	.feature04-bg {
		background-position-x: calc(100% + 250px);
	}
	.feature-smartphone-r {
		width: 30%;
		right: -10%;
	}
}
@media screen and (max-width:768px){
	.feature04-wap {
		background: none;
		margin-top: 11.11111111111111vw;
	}
	.feature04-bg {
		background-image: url("../img/feature04-bg-sp.png");
		background-position: top right;
		background-size: 100%;
	}
	.feature04 {
		width: 100%;
	}
	.feature04-title {
		margin: 124vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 80vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature04-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature05-wap {
	width: 100%;
	background: linear-gradient(90deg, #c3bbbd 0%, #c3bbbd 20%, transparent 20%, transparent 100%);
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.feature05-bg {
	width: 100%;
	max-width: 1500px;
	min-height: 389px;
	background-image: url("../img/feature05-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 890px;
	margin: 0 auto;
	position: relative;
}
.feature05-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 380px;
	border-radius: 0 30px 30px 0;
	margin: 100px 0 15px 550px;
}
.feature05-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 400px;
	text-align: left;
	margin: 0 0 0 550px;
}
@media screen and (max-width:1300px){
	.feature05-bg {
		background-position-x: -150px;
	}
}
@media screen and (max-width:1200px){
	.feature05-title,
	.feature05-text {
		margin-left: calc(100% - 400px);
	}
}
@media screen and (max-width:1000px){
	.feature05-bg {
		background-position-x: calc(100% - 300px);
	}
}
@media screen and (max-width:768px){
	.feature05-wap {
		background: none;
		margin-top: 11.11111111111111vw;
	}
	.feature05-bg {
		background-image: url("../img/feature05-bg-sp.png");
		background-position: top right;
		background-size: 100%;
	}
	.feature05 {
		width: 100%;
	}
	.feature05-title {
		margin: 84vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 85vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature05-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature06-wap {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 45px;
}
.feature06-bg {
	width: 100%;
	max-width: 872px;
	min-height: 326px;
	background-image: url("../img/feature06-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 517px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.feature06-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	background-color: #036EB8;
	width: 380px;
	border-radius: 0 30px 30px 0;
	margin: 60px 0 15px;
}
.feature06-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	width: 400px;
	text-align: left;
	margin: 0;
}

@media screen and (max-width:768px){
	.feature06-wap {
		background: none;
		margin-top: 11.11111111111111vw;
	}
	.feature06-bg {
		background-position: top right;
		background-size: 100%;
	}
	.feature06 {
		width: 100%;
	}
	.feature06-title {
		margin: 63vw 0 3.3333333333333335vw;
		font-size: 4.722222222222222vw;
		display: block;
		width: 85vw;
		padding: 3vw;
		border-radius: 0 10vw 10vw 0;
	}
	.feature06-text {
		width: 90%;
		margin: 0 auto;
		font-size: 3.888888888888889vw;
		line-height: 7.5vw;
	}
}
.feature-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 70px auto 0;
	max-width: 755px;
	width: 90%;
	position: relative;
}
.feature-download-text {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #036EB8;
	margin-right: 10px;
}
.feature-download-arrow {
	display: block;
	background-image: url("../img/btn-arrow-blue.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px;
	height: 30px;
	margin: 0 20px;
}
.feature-download-icon {
	margin-left: 10px;
}
.feature-download-icon img {
	height: 45px;
	transition: all 0.3s;
}
@media screen and (max-width:768px){
	.feature-download {
		display: block;
		margin: 9.722222222222223vw auto 0;
	}
	.feature-download-text {
		font-size: 5vw;
		line-height: 7.777777777777778vw;
		text-align: center;
		margin-right: 0;
	}
	.feature-download-arrow {
		transform:rotate(90deg); 
		width: 100%;
		margin: 2vw auto;
	}
	.feature-download-icon {
		margin-left: 0;
		margin-bottom: 5vw;
	}
	.feature-download-icon img {
		height: 20vw;
	}
}
.feature-download-icon a img:hover {
	transform: scale(1.05);
}
.feature-download-icon a img:active {
	transform: scale(.95);
}
.values {
	width: 100%;
	padding: 50px 0 95px;
	position: relative;
	overflow: hidden;
	border-bottom: solid #C9CACA 1px;
}
.values-title {
	width: 95%;
	max-width: 485px;
	margin: 0 auto 20px;
}
@media screen and (max-width:768px){
	.values {
		padding: 13.88888888888889vw 0;
	}
	.values-title {
		width: 60%;
		margin: 0 auto 5.555555555555555vw;
	}
}
.values-cont {
	background-color: #EFEFEF;
	background-image: linear-gradient(#F7F8F8 2px, transparent 0),
		linear-gradient(90deg, #F7F8F8 2px, transparent 0);
	background-size: 10px 10px;
	border-radius: 30px;
	width: 95%;
	max-width: 940px;
	margin: 25px auto 0;
	padding: 55px 70px;
	position: relative;
	overflow: hidden;
}
.values-sub-title01 {
	width: 100%;
	max-width: 690px;
	margin-bottom: 10px;
}
.values-sub-title02 {
	width: 100%;
	max-width: 630px;
	margin-bottom: 10px;
}
.values-sub-title03 {
	width: 100%;
	max-width: 530px;
	margin-bottom: 10px;
}
.values-sub-title04 {
	width: 100%;
	max-width: 503px;
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	.values-cont {
		margin: 5.555555555555555vw auto 0;
		padding: 9.722222222222223vw 6.944444444444445vw;
	}
	.values-sub-title01,
	.values-sub-title02,
	.values-sub-title03,
	.values-sub-title04 {
		margin-bottom: 0;
	}
}
.values-col1 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.values-col1-rev {
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
	margin-top: 40px;
}
.values-col2 {
	display: flex;
	justify-content: space-between;
}
.values-child1 {
	width: 48%;
}
.values-child5 {
	width: 48%;
	margin-top: 40px;
}
.values-child2 {
	width: 19%;
	background-color: #fff;
	border-radius: 3px;
	padding: 10px;
}
.values-child3 {
	width: 70%;
	margin-top: 35px;
}
.values-child4 {
	width: 27%;
}
@media screen and (max-width:768px){
	.values-col1 {
		display: block;
		margin-top: 8.88888888888889vw;
	}
	.values-col1-rev {
		display: block;
	}
	.values-col2 {
		display: block;
	}
	.values-child1 {
		width: 100%;
	}
	.values-child1:last-child {
		margin-top: 3vw;
	}
	.values-child5 {
		width: 100%;
		margin-top: 3vw;
	}
	.values-child2 {
		width: 100%;
		padding: 3.6111111111111107vw;
		border-radius: 3vw;
		margin-top: 4vw;
	}
	.values-child2:first-child {
		margin-top: 0;
	}
	.values-child2 img {
		width: 50%;
		margin-left: 25%;
	}
	.values-child3 {
		width: 100%;
		margin-top: 11vw;
	}
	.values-child4 {
		width: 80%;
		margin-left: 10%;
		margin-top: 5vw;
	}
}
.values-child-title1 {
	font-size: 21px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 10px;
}
.values-child-title2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.values-child-text {
	font-size: 17px;
	line-height: 32px;
}
.values-col-title {
	font-size: 15px;
	font-weight: 700;
	color: #036EB8;
	text-align: center;
}
.values-col-text {
	font-size: 12px;
	line-height: 20px;
	margin: 7px;
}
.faq-btn-wap {
	text-align: center;
	margin-top: 25px;
}
@media screen and (max-width:768px){
	.values-child-title1 {
		font-size: 5.277777777777778vw;
		line-height: 8.333333333333332vw;
		margin-bottom: 2.7777777777777777vw;
	}
	.values-child-title2 {
		font-size: 5.277777777777778vw;
		line-height: 8.333333333333332vw;
		margin-top: 11.11111111111111vw;
		margin-bottom: 2.7777777777777777vw;
	}
	.values-child-text {
		font-size: 4.444444444444445vw;
		line-height: 8.333333333333332vw;
	}
	.values-col-title {
		font-size: 4.166666666666666vw;
	}
	.values-col-text {
		font-size: 3.3333333333333335vw;
	}
	.faq-btn-wap {
		margin-top: 9.722222222222223vw;
	}
}
.lineup {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
	text-align: center;
}
.lineup-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
.lineup-wap {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.lineup-cat-title {
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	padding: 10px;
	line-height: 1.5;
}
.lineup-cat-title .big-title {
	font-size: 19px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.lineup {
		padding: 13vw 0;
	}
	.lineup-title {
		font-size: 6.944444444444445vw;
		line-height: 9.722222222222223vw;
	}
	.lineup-wap {
		margin-top: 8.333333333333332vw;
	}
	.lineup-cat-title {
		font-size: 4.444444444444445vw;
		padding: 4.166666666666666vw;
		border-radius: 20vw;
	}
	.lineup-cat-title .big-title {
		font-size: 5.277777777777778vw;
	}
}
.air-battery-color {
	background-color: #8D80BB;
}
.lithium-battery-color {
	background-color: #33B495;
}
.accessory-color {
	background-color: #B5B5B6;
}
.lineup-base {
	background-color: #EFEFEF;
	border-radius: 20px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width:768px){
	.lineup-base {
		margin-top: 3.0555555555555554vw;
		border-radius: 5vw;
	}
}
.lineup-care-base {
	background-color: #EFEFEF;
	border-radius: 20px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.lineup-col {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.lineup-info {
	margin: 8px;
	background-color: #fff;
	border-radius: 15px;
	width: calc(50% - 16px);
}

.lineup-single-info {
	margin: 8px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.lineup-product-title {
	font-size: 16px;
	margin: 30px 10px;
	line-height: 1.5;
}
.lineup-product-title .big-title {
	font-size: 25px;
	font-weight: 700;
	vertical-align: sub;
}
.slick-product {
	opacity: 0;transition: opacity .3s linear;
	margin: 0 20px;
}
@media screen and (max-width:768px){
	.lineup-col {
		display: block;
	}
	.lineup-info {
		margin: 2.2222222222222223vw;
		width: calc(100% - 4.4444444444vw);
		border-radius: 4vw;
		overflow: hidden;
	}
	.lineup-single-info {
		margin: 2.2222222222222223vw;
		border-radius: 4vw;
	}
	.lineup-product-title {
		font-size: 4.444444444444445vw;
		margin: 6.111111111111111vw 2.7777777777777777vw;
	}
	.lineup-product-title .big-title {
		font-size: 6.944444444444445vw;
	}
	.slick-product {
		margin: 0 2.7777777777777777vw;
	}
}
.slick-product.slick-initialized{
  opacity: 1;
}
.slick-product img {
	transition:0.3s;
}
.lineup-product1-name {
	width: 95%;
	max-width: 237px;
	margin: 40px auto 25px;
}
.lineup-product2-name {
	width: 95%;
	max-width: 225px;
	margin: 40px auto 25px;
}
.lineup-product3-name {
	width: 95%;
	max-width: 233px;
	margin: 40px auto 25px;
}
.lineup-product4-name {
	width: 95%;
	max-width: 204px;
	margin: 40px auto 25px;
}
.lineup-product5-name {
	width: 95%;
	max-width: 115px;
	margin: 40px auto 25px;
}
.lineup-product6-name {
	width: 95%;
	max-width: 180px;
	margin: 12px auto 25px;
}
.lineup-product7-name {
	width: 95%;
	max-width: 198px;
	margin: 12px auto 25px;
}
.slick-product .slick-dots li {
	width: 40px;
	height: 5px;
	margin: 0;
}
.slick-product .slick-dots li button:before {
	content:'';
	width: 40px;
	height: 5px;
	background: #EFEFEF;
	opacity: 1;
}
.slick-product .slick-dots li.slick-active button:before{
	background: #C9CACA;
}
.slick-product a:hover img {
	transform:scale(1.1);
}
.slick-product .slick-prev {
    width: 30px;
    height: 30px;
	left:0!important;
}
.slick-product .slick-next {
    width: 30px;
    height: 30px;
	right:0!important;
}
.slick-product .slick-arrow:before{
	content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-product .slick-prev:before {
	background: url("../img/slick-prev.svg")!important;
}
.slick-product .slick-next:before {
	background: url("../img/slick-next.svg")!important;
}
.lineup-color-type {
	font-size: 13px;
	margin: 25px 10px;
}
@media screen and (max-width:768px){
	.lineup-color-type {
		font-size: 3.3333333333333335vw;
		margin: 4.722222222222222vw 2.7777777777777777vw;
	}
}
.black-color {
	color: #231815;
	font-size: 20px;
	vertical-align: sub;
}
.silver-color {
	color: #A19F9F;
	font-size: 20px;
	vertical-align: sub;
}
.gold-color {
	color: #D4CBBC;
	font-size: 20px;
	vertical-align: sub;
}
.beige-color {
	color: #C6AE99;
	font-size: 20px;
	vertical-align: sub;
}
.lineup-price-list1 {
	display: flex;
	width: 95%;
	max-width: 480px;
	justify-content: center;
	margin: 0 auto 35px;
}
.lineup-price-list1 li:last-child {
	margin-left: 25px;
}
.lineup-price-list2 {
	width: 95%;
	max-width: 490px;
	margin: 0 auto 35px;
}
.lineup-price-list2 li:last-child {
	margin-top: 10px;
}
@media screen and (max-width:768px){
	.lineup-price-list1 {
		display: block;
		margin: 2vw auto 8vw;
		width: 70%;
	}
	.lineup-price-list1 li:last-child {
		margin-left: 0;
		margin-top: 3vw;
	}
	.lineup-price-list2 {
		margin: 2vw auto 8vw;
		width: 85%;
	}
	.lineup-price-list2 li:last-child {
		margin-top: 3vw;
	}
}
.lineup-col-wap {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lineup-accessory-wap {
	width: 32%;
}
.lineup-care-wap {
	width: 64%;
}
.lineup-care-info {
	display: flex;
	overflow: hidden;
}
.lineup-care-cate {
	width: 50%;
}
.lineup-care-cate:last-child {
	border-left: solid #EFEFEF 5px;
}
@media screen and (max-width:768px){
	.lineup-col-wap {
		display: block;
		margin-top: 12.5vw;
	}
	.lineup-accessory-wap {
		width: 100%;
	}
	.lineup-care-wap {
		width: 100%;
		margin-top: 12.5vw;
	}
	.lineup-care-info {
		display: block;
		margin: 3.3333333333333335vw;
	}
	.lineup-care-cate {
		width: 100%;
	}
	.lineup-care-cate:last-child {
		border-left: none;
		border-top: solid 5px #EFEFEF;
		padding-top: 5vw;
	}
}
.lineup-product-img {
	overflow: hidden;
}
.lineup-product-img img {
	transition:0.3s;
}
.lineup-product-img a:hover img {
	transform:scale(1.1);
}
.lineup-etc {
	display: flex;
	margin: 12px;
}
.lineup-etc li:nth-child(1) {
	width: 63%;
	margin-right: 17px;
}
.lineup-etc li:nth-child(2) {
	width: 37%;
	padding-left: 17px;
}
.lineup-set-text {
	font-size: 13px;
	font-weight: 700;
	padding: 15px 45px 15px 20px;
	background-color: #BDE0D5;
	display: inline-block;
	background: linear-gradient(125deg, #BDE0D5 0%, #BDE0D5 85%, #FFF 85%, #FFF 100%);
	border-radius: 15px 0 0 0;
}
@media screen and (max-width:768px){
	.lineup-etc {
		display: block;
		margin: 3.3333333333333335vw;
	}
	.lineup-etc li:nth-child(1) {
		width: 100%;
		margin-right: 0;
		padding: 3vw 5vw 5vw;
	}
	.lineup-etc li:nth-child(2) {
		width: 100%;
		padding: 5vw 22vw 2vw;
	}
	.lineup-set-text {
		font-size: 3.6111111111111107vw;
	}
}
.footer {
	width: 100%;
	background-color: #605C5C;
	padding: 30px 35px;
	overflow: hidden;
	position: relative;
}
.footer-col {
	margin: 50px auto;
	display: flex;
	max-width: 980px;
	width: 100%;
	justify-content: space-between;
}
.footer-text {
	width: 80%;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
}
.footer-adjust {
	width: 15%
}
.footer-adjust img {
	transition:0.3s;
}
.footer-adjust a:hover img {
	transform:scale(1.1);
}
.footer-adjust a:active img {
	transform:scale(.95);
}
.footer-catalog {
	width: 20%;
}
.footer-logo {
	width: 16.88%;
	margin-left: 5%;
}
.footer-logo2 {
	width: 20.959%;
	margin-right: 5%;
}
@media screen and (max-width:768px){
	.footer {
		padding: 7.777777777777778vw 5vw;
	}
	.footer-col {
		margin: 0 auto 7.777777777777778vw;
	}
	.footer-text {
		width: 100%;
		font-size: 2.5vw;
		line-height: 4.166666666666666vw;
	}
	.footer-adjust {
		width: 33%;
	}
	.footer-catalog {
		width: 60%;
	}
	.footer-logo {
		width: 35%;
		margin: 5vw 0 0 6vw;
	}
	.footer-logo2 {
		width: 46%;
		margin: 5vw 6vw 0 0;
	}
}
.footer-catalog-base {
	background-color: #B5ADA4;
	border-radius: 10px;
	padding: 7px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.footer-catalog-img {
	width: 34%;
}
.footer-catalog-text {
	width: 63%;
	font-size: 16px;
	color: #605C5C;
	line-height: 21px;
	font-weight: 700;
}
.footer-catalog {
	transition:0.3s;
}
.footer-catalog:hover {
	transform:scale(1.1);
}
.footer-catalog:active {
	transform:scale(.95);
}
.copyright {
	color: #C7C1BA;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
@media screen and (max-width:768px){
	.copyright {
		font-size: 2.5vw;
		right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
	}
}
#js-pagetop {
	display: flex;
}
.pagetop {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 20px;
  bottom: 12px;
  background: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
	opacity: .2;
	transition:0.2s;
}
.pagetop:hover {
	transform:scale(1.1);
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}