@charset "UTF-8";

html {
	padding: 0;
	margin: 0;
}

@media (max-width: 480px) {
	/* CUSTOM WIDTHS */
	.col-xs-6 {
		width: 50% !important;
	}
	.first {
		order: 2;
	}
	.second {
		order: 1;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	/* CUSTOM WIDTHS */
	.first {
		order: 2;
	}
	.second {
		order: 1;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	/* CUSTOM WIDTHS */
	.middle-slide {
		width: 50%;
	}
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
	object-fit: cover !important;
}

.home {
	width: 100%;
	position: relative;
}
.home #button {
	z-index: 999;
	position: fixed;
	top: 86%;
	right: 50px;
	background-color: transparent;
	border: 0;
	outline: none;
}
@media (min-width: 831px) and (max-width: 959px) {
	.home #button {
		top: 60%;
		right: 25px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home #button {
		top: 58%;
		right: 25px;
	}
}
@media (max-width: 479px) {
	.home #button {
		top: 69%;
		right: 5px;
	}
}
@media (max-width: 361px) {
	.home #button {
		top: 46%;
		right: 25px;
	}
}
.home #button svg {
	width: 70px;
	height: 70px;
}
@media (min-width: 831px) and (max-width: 959px) {
	.home #button svg {
		width: 60px;
		height: 60px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home #button svg {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 479px) {
	.home #button svg {
		width: 49px;
		height: 49px;
	}
}
@media (max-width: 361px) {
	.home #button svg {
		width: 50px;
		height: 50px;
	}
}
.home-banner {
	position: relative;
	overflow: hidden;
}
.home-banner__top {
	height: 60px;
}
@media (max-width: 479px) {
	.home-banner__top {
		height: 30px;
	}
}
.home-banner__title {
	margin-top: 88px;
	background-image: url('images/text.png');
	background-repeat: no-repeat;
	margin-left: 28%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__title {
		background-image: url('images/text.png');
		background-repeat: no-repeat;
		background-size: 660px 300px;
		margin-left: 29%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__title {
		background-image: url('images/text.png');
		background-repeat: no-repeat;
		background-size: 660px 300px;
		margin-left: 27%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 420px 240px;
		margin-left: 32.5%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 380px 220px;
		margin-left: 32%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 360px 180px;
		margin-left: 28.5%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 340px 180px;
		margin-left: 28%;
	}
}
@media (max-width: 479px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 260px 170px;
		margin-top: 57.5px;
		margin-left: 15%;
	}
}
@media (max-width: 361px) {
	.home-banner__title {
		background-image: url('images/title-mobile.png');
		background-repeat: no-repeat;
		background-size: 260px 166px;
		margin-left: 13%;
	}
}
.home-banner__title--img {
	height: 420px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__title--img {
		height: 300px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__title--img {
		height: 240px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__title--img {
		height: 240px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__title--img {
		height: 180px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__title--img {
		height: 180px;
	}
}
@media (max-width: 479px) {
	.home-banner__title--img {
		height: 180px;
	}
}
.home-banner__des {
	margin-top: 5.5rem;
	margin-left: 29%;
	width: 50%;
}
@media (max-width: 479px) {
	.home-banner__des {
		width: 103%;
		margin-top: 3.5rem;
		margin-left: 0;
		padding: 0 40px;
	}
}
.home-banner__des p {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-right: 100px;
	color: rgb(35, 34, 31);
	line-height: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__des p {
		font-size: 1.6rem;
		margin-left: 40px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__des p {
		font-size: 1.4rem;
		margin-top: -100px;
		margin-left: 40px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__des p {
		width: 75%;
		font-size: 18px;
		text-align: center;
		margin-top: -40px;
		margin-left: 50px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__des p {
		width: 80%;
		font-size: 20px;
		text-align: center;
		margin-top: -20px;
		margin-left: 30px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__des p {
		width: 85%;
		font-size: 18px;
		text-align: center;
		margin-top: -30px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__des p {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.home-banner__des p {
		width: 100%;
		margin-top: -50px;
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
}
@media (max-width: 361px) {
	.home-banner__des p {
		width: 100%;
		font-size: 13px;
		text-align: left;
	}
}
.home-banner__img .img {
	max-width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.home-banner__img .banner-1 {
	width: 516px;
	height: 492;
	position: absolute;
	top: -16px;
	left: -6px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-1 {
		width: 400px;
		height: 370px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-1 {
		width: 380px;
		height: 360px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-1 {
		width: 300px;
		height: 280px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-1 {
		width: 330px;
		height: 310px;
		top: -45px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-1 {
		width: 280px;
		height: 260px;
		top: -3%;
		left: -1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-1 {
		width: 270px;
		height: 250px;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-1 {
		width: 180px;
		height: 171px;
		top: -30px;
		left: -14%;
	}
}
.home-banner__img .banner-2 {
	width: 498px;
	height: 370px;
	position: absolute;
	top: 38%;
	left: -7%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-2 {
		width: 400px;
		height: 280px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-2 {
		width: 380px;
		height: 280px;
		top: 33%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-2 {
		width: 280px;
		height: 180px;
		top: 34%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-2 {
		width: 300px;
		height: 200px;
		top: 36%;
		left: -5%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-2 {
		width: 240px;
		height: 140px;
		top: 37%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-2 {
		width: 220px;
		height: 120px;
		height: 140px;
		top: 35%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-2 {
		width: 151px;
		height: 112px;
		top: 46%;
		left: -10%;
	}
}
.home-banner__img .banner-3 {
	width: 440px;
	height: 440px;
	z-index: 999;
	position: absolute;
	top: 66%;
	left: -4px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-3 {
		width: 380px;
		height: 380px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-3 {
		width: 360px;
		height: 360px;
		top: 58%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-3 {
		width: 280px;
		height: 280px;
		top: 60%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-3 {
		width: 300px;
		height: 300px;
		top: 65%;
		left: -3%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-banner__img .banner-3 {
		width: 280px;
		height: 280px;
		top: 62%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-3 {
		width: 230px;
		height: 230px;
		top: 63%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-3 {
		width: 220px;
		height: 220px;
		top: 60%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-3 {
		width: 128px;
		height: 128px;
		top: 56.5%;
	}
}
.home-banner__img .banner-4 {
	width: 587px;
	height: 391px;
	position: absolute;
	top: 68%;
	right: -4%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-4 {
		width: 400px;
		height: 250px;
		top: 72%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-4 {
		width: 380px;
		height: 260px;
		top: 66%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-4 {
		width: 300px;
		height: 180px;
		top: 68%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-4 {
		width: 320px;
		height: 200px;
		top: 74%;
		right: -5%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-banner__img .banner-4 {
		width: 300px;
		height: 200px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-4 {
		width: 260px;
		height: 140px;
		top: 72%;
		right: -38px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-4 {
		width: 220px;
		height: 100px;
		height: 136px;
		top: 70%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-4 {
		width: 212px;
		height: 141px;
		z-index: 100;
		top: 57%;
		right: 4.4%;
	}
}
.home-banner__img .banner-5 {
	width: 352px;
	height: 352px;
	position: absolute;
	z-index: 99;
	top: 47.5%;
	right: 12px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-5 {
		width: 300px;
		height: 300px;
		top: 55%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-5 {
		width: 280px;
		height: 280px;
		top: 49%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-5 {
		width: 210px;
		height: 210px;
		top: 52%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-5 {
		width: 230px;
		height: 230px;
		top: 54%;
		right: 25px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-5 {
		width: 180px;
		height: 180px;
		top: 53%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-5 {
		width: 160px;
		height: 160px;
		top: 55%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-5 {
		width: 136px;
		height: 136px;
		top: 49.5%;
	}
}
.home-banner__img .banner-6 {
	width: 352px;
	height: 352px;
	z-index: 9;
	position: absolute;
	top: 36%;
	right: -4%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-6 {
		width: 300px;
		height: 300px;
		top: 44%;
		right: -5%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-6 {
		width: 280px;
		height: 280px;
		top: 39%;
		right: -4%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-6 {
		width: 210px;
		height: 210px;
		top: 42%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-6 {
		width: 230px;
		height: 230px;
		top: 42%;
		right: -3%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-6 {
		width: 180px;
		height: 180px;
		top: 43%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-6 {
		width: 160px;
		height: 160px;
		top: 46%;
		right: -4%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-6 {
		width: 166px;
		height: 166px;
		top: 41%;
		right: -9%;
	}
}
.home-banner__img .banner-7 {
	width: 537px;
	height: 358px;
	position: absolute;
	top: 19%;
	right: -1%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-7 {
		width: 500px;
		height: 320px;
		top: 22%;
		right: -4%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-7 {
		width: 420px;
		height: 280px;
		top: 20%;
		right: -2%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-7 {
		width: 290px;
		height: 150px;
		top: 24%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-7 {
		width: 320px;
		height: 180px;
		top: 23%;
		right: -1%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-banner__img .banner-7 {
		width: 300px;
		height: 220px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-banner__img .banner-7 {
		width: 300px;
		height: 220px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-7 {
		width: 280px;
		height: 200px;
		top: 25%;
		right: -2.5%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-7 {
		width: 260px;
		height: 190px;
		top: 20%;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-7 {
		width: 154px;
		height: 103px;
		z-index: 999;
		top: 60%;
		right: 48%;
	}
}
.home-banner__img .banner-8 {
	width: 510px;
	height: 382px;
	position: absolute;
	top: -3.8%;
	right: -15px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__img .banner-8 {
		width: 470px;
		height: 320px;
		top: -2%;
		right: -18px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-banner__img .banner-8 {
		width: 440px;
		height: 300px;
		top: -1%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__img .banner-8 {
		width: 290px;
		height: 160px;
		top: -1%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__img .banner-8 {
		width: 320px;
		height: 190px;
		top: -2%;
		right: -10px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-banner__img .banner-8 {
		width: 300px;
		height: 220px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-banner__img .banner-8 {
		width: 300px;
		height: 220px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__img .banner-8 {
		width: 280px;
		height: 220px;
		top: -3%;
		right: -25px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__img .banner-8 {
		width: 270px;
		height: 220px;
	}
}
@media (max-width: 479px) {
	.home-banner__img .banner-8 {
		width: 147px;
		height: 110px;
		top: -1%;
		right: -26px;
	}
}
.home-banner__circle {
	margin-top: 6.4%;
	margin-bottom: 86px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__circle {
		margin-top: 10%;
		margin-bottom: 20px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__circle {
		margin-top: 10%;
		margin-bottom: 20px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__circle {
		margin-top: 10%;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__circle {
		margin-top: 60px;
	}
}
@media (max-width: 479px) {
	.home-banner__circle {
		margin-top: 82%;
	}
}
.home-banner__circle img {
	width: 208px;
	height: 208px;
}
.home-banner__circle img:hover {
	opacity: 0.8;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-banner__circle img {
		width: 180px;
		height: 180px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-banner__circle img {
		width: 120px;
		height: 120px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-banner__circle img {
		width: 140px;
		height: 140px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-banner__circle img {
		width: 140px;
		height: 140px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-banner__circle img {
		width: 130px;
		height: 130px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-banner__circle img {
		width: 110px;
		height: 110px;
	}
}
@media (max-width: 479px) {
	.home-banner__circle img {
		width: 93px;
		height: 93px;
	}
}
@media (max-width: 361px) {
	.home-banner__circle img {
		width: 90px;
		height: 90px;
	}
}
.home-post {
	margin-top: 80px;
	margin-bottom: 100px;
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-post {
		margin-top: -10%;
		margin-bottom: 15%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-post {
		padding: 0 30px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-post {
		margin-top: -50px;
		margin-bottom: 15%;
	}
}
@media (max-width: 479px) {
	.home-post {
		margin-top: -30px;
	}
}
.home-post__title {
	margin-top: 10rem;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-post__title {
		margin-top: 18%;
	}
}
@media (max-width: 479px) {
	.home-post__title {
		margin-top: 0;
		margin-bottom: -28px;
	}
}
.home-post__title img {
	width: 336px;
	height: 65px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-post__title img {
		width: 300px;
		height: 60px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-post__title img {
		width: 40%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-post__title img {
		width: 260px;
		height: 55px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-post__title img {
		width: 260px;
		height: 55px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-post__title img {
		width: 270px;
		height: 45px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-post__title img {
		width: 200px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.home-post__title img {
		width: 169px;
		height: 33px;
	}
}
.home-post img:hover {
	opacity: 0.5;
}
@media (max-width: 479px) {
	.home-post .post-1,
	.home-post .post-2 {
		padding: 0;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide {
		margin-bottom: -80px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide {
		margin-bottom: 80px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide {
		margin-bottom: 50px;
	}
}
.home-slide__title {
	margin-top: 10rem;
	margin-bottom: 70px;
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide__title {
		margin-top: -20px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide__title {
		margin-top: 50px;
	}
}
@media (max-width: 479px) {
	.home-slide__title {
		margin-top: -30px;
		margin-bottom: 38px;
	}
}
@media (max-width: 361px) {
	.home-slide__title {
		margin-top: 100px !important;
	}
}
.home-slide__title img {
	width: 397px;
	height: 65px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-slide__title img {
		width: 350px;
		height: 60px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide__title img {
		width: 340px;
		height: 60px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide__title img {
		width: 330px;
		height: 55px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide__title img {
		width: 330px;
		height: 55px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide__title img {
		width: 300px;
		height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide__title img {
		width: 260px;
		height: 38px;
	}
}
@media (max-width: 479px) {
	.home-slide__title img {
		width: 200px;
		height: 32px;
	}
}
.home-slide .carousel {
	width: 60%;
	margin: 0 auto;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-slide .carousel {
		width: 75%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel {
		width: 70%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel {
		width: 75%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide .carousel {
		width: 70%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel {
		width: 70%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel {
		width: 60%;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel {
		width: 80%;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel {
		width: 75%;
	}
}
.home-slide .carousel-inner {
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 50px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item {
		padding: 0;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item {
		padding: 0;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item {
		padding: 0 15px;
		height: 640px;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel-inner .carousel-item {
		padding: 0;
	}
}
.home-slide .carousel-inner .carousel-item a {
	text-decoration: none;
}
.home-slide .carousel-inner .carousel-item a .item {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item {
		padding: 0 30px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item {
		padding: 0 30px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item {
		padding: 0 30px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item {
		padding: 0 10px;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel-inner .carousel-item a .item {
		padding: 0 14px !important;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left {
	padding: 50px 40px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		padding: 50px 30px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		padding: 0 30px 0 12px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		padding: 0 20px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		padding: 0 20px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		padding: 0 20px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		margin-top: 40px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		margin-top: 10px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left {
		margin-top: 20px;
		padding: 0 10px !important;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left span {
	font-size: 25px;
	color: rgb(35, 34, 31);
	font-weight: bold;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 25px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 1.2rem;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 20px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 18px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left span {
		font-size: 15px;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left .middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 30px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 30px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 30px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 30px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 30px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle {
		margin-top: 10px;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left .middle img {
	width: 150px;
	margin-right: 40px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 140px;
		margin-right: 20px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 130px;
		margin-right: 20px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 120px;
		margin-right: 15px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 120px;
		margin-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 100px;
		height: 100px;
		margin-right: 25px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle img {
		width: 82px;
		height: 82px;
		margin-right: 25px;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left .middle span {
	font-size: 25px;
	line-height: 2;
	color: rgb(35, 34, 31);
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		font-size: 1.2rem;
		margin-left: 10px !important;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		margin-left: 30px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		margin-left: 5px !important;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		font-size: 1rem;
		margin-left: 20px !important;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		margin-left: 18px !important;
		line-height: 1.5;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		font-size: 18px;
		margin-left: 30px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left .middle span {
		font-size: 15px;
	}
}
.home-slide .carousel-inner .carousel-item a .item-left p {
	font-size: 20px;
	font-weight: normal;
	margin-top: 50px;
	line-height: 35px;
	color: rgb(35, 34, 31);
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 18px;
		line-height: 32px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 16px;
		margin-top: 25px;
		line-height: 30px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 16px;
		margin-top: 20px;
		line-height: 28px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 16px;
		margin-top: 20px;
		line-height: 28px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 20px !important;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel-inner .carousel-item a .item-left p {
		margin-top: 30px;
		font-size: 14px;
		line-height: 26px;
	}
}
.home-slide .carousel-inner .carousel-item a .item-right {
	padding: 48px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-right {
		padding-top: 25px;
		padding-bottom: 0;
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel-inner .carousel-item a .item-right {
		padding: 0 !important;
	}
}
.home-slide .carousel-inner .carousel-item a .item-right img {
	width: 460px;
	height: 550px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 440px;
		height: 530px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel-inner .carousel-item a .item-right img {
		width: 260px;
		height: 140px;
	}
}
.home-slide .carousel .carousel-control-prev {
	position: absolute;
	left: -15%;
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel .carousel-control-prev {
		left: -18%;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel .carousel-control-prev {
		left: -9%;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel .carousel-control-prev {
		left: -12%;
	}
}
.home-slide .carousel .carousel-control-prev-icon {
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid #afafaf;
	border-radius: 50%;
	background-color: #afafaf;
}
.home-slide .carousel .carousel-control-next {
	position: absolute;
	right: -15%;
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-slide .carousel .carousel-control-next {
		right: -18%;
	}
}
@media (max-width: 479px) {
	.home-slide .carousel .carousel-control-next {
		right: -9%;
	}
}
@media (max-width: 361px) {
	.home-slide .carousel .carousel-control-next {
		right: -12%;
	}
}
.home-slide .carousel .carousel-control-next-icon {
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid #afafaf;
	border-radius: 50%;
	background-color: #afafaf;
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section {
		margin-top: 30px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section {
		margin-top: 60px;
	}
}
@media (max-width: 361px) {
	.home-section {
		margin-top: 30px;
	}
}
.home-section__title {
	margin-top: 175px;
	margin-bottom: 50px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section__title {
		margin-top: 160px !important;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section__title {
		margin-top: 60px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-section__title {
		margin-top: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section__title {
		margin-top: 160px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section__title {
		margin-top: 40px;
	}
}
@media (max-width: 479px) {
	.home-section__title {
		margin-top: 40px;
	}
}
.home-section__title img {
	width: 534px;
	height: 66px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-section__title img {
		width: 530px;
		height: 62px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section__title img {
		width: 40%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section__title img {
		width: 45%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section__title img {
		width: 440px;
		height: 55px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section__title img {
		margin-top: -10%;
		width: 400px;
		height: 50px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section__title img {
		width: 350px;
		height: 45px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section__title img {
		width: 320px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.home-section__title img {
		width: 269px;
		height: 33px;
		margin-top: -50px;
	}
}
@media (max-width: 361px) {
	.home-section__title img {
		width: 75%;
	}
}
.home-section .button-link {
	margin: 0 auto;
}
@media (max-width: 479px) {
	.home-section .button-link {
		margin-top: -10px !important;
	}
}
@media (max-width: 479px) {
	.home-section .button-link div {
		padding: 0 7px;
	}
}
@media (max-width: 361px) {
	.home-section .button-link div {
		padding: 0 3px;
	}
}
.home-section .button-link__item {
	font-size: 20px;
	border: 2px solid #b7b1ab;
	padding: 18px 40px;
	border-radius: 50px;
}
.home-section .button-link__item:hover {
	border: 2px solid #b7b1ab;
	background-color: #e2e768;
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section .button-link__item {
		font-size: 18px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section .button-link__item {
		padding: 11px 40px;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section .button-link__item {
		padding: 11px 40px;
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.home-section .button-link__item {
		font-size: 15px;
		max-height: 62px;
		padding: 4px 2px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section .button-link .btn-1 {
		padding: 18px 12px;
	}
}
@media (max-width: 361px) {
	.home-section .button-link .btn-1 {
		padding: 4px 14px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section .button-link .btn-3 {
		padding: 18px 12px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-section .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section .button-link .btn-7 {
		padding: 12px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section .button-link .btn-7 {
		padding: 11px 12px;
	}
}
@media (max-width: 361px) {
	.home-section .button-link .btn-7 {
		padding: 4px 6px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section--blue {
		margin-top: 30px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section--blue {
		margin-top: 60px;
	}
}
@media (max-width: 361px) {
	.home-section--blue {
		margin-top: 30px;
	}
}
.home-section--blue .home-section__title {
	margin-top: 25px;
	margin-bottom: 50px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section--blue .home-section__title {
		margin-top: 160px !important;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section--blue .home-section__title {
		margin-top: 60px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-section--blue .home-section__title {
		margin-top: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section--blue .home-section__title {
		margin-top: 160px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section--blue .home-section__title {
		margin-top: 40px;
	}
}
@media (max-width: 479px) {
	.home-section--blue .home-section__title {
		margin-top: 40px;
	}
}
.home-section--blue .home-section__title img {
	width: 602px;
	height: 66px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-section--blue .home-section__title img {
		width: 530px;
		height: 62px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section--blue .home-section__title img {
		width: 40%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-section--blue .home-section__title img {
		width: 45%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section--blue .home-section__title img {
		width: 440px;
		height: 55px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section--blue .home-section__title img {
		margin-top: -10%;
		width: 400px;
		height: 50px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section--blue .home-section__title img {
		width: 350px;
		height: 45px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section--blue .home-section__title img {
		width: 320px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.home-section--blue .home-section__title img {
		width: 269px;
		height: 33px;
		margin-top: -50px;
	}
}
@media (max-width: 361px) {
	.home-section--blue .home-section__title img {
		width: 75%;
	}
}
.home-section--blue .button-link {
	margin: 0 auto;
}
@media (max-width: 479px) {
	.home-section--blue .button-link {
		margin-top: -10px !important;
	}
}
@media (max-width: 479px) {
	.home-section--blue .button-link div {
		padding: 0 7px;
	}
}
@media (max-width: 361px) {
	.home-section--blue .button-link div {
		padding: 0 3px;
	}
}
.home-section--blue .button-link__item--blue {
	font-size: 20px;
	border: 2px solid #b7b1ab;
	padding: 18px 20px;
	border-radius: 50px;
}
.home-section--blue .button-link__item--blue:hover {
	border: 2px solid #b7b1ab;
	background-color: #bce2e8;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section--blue .button-link__item--blue {
		padding: 18px 40px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section--blue .button-link__item--blue {
		padding: 12px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section--blue .button-link__item--blue {
		padding: 11px;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section--blue .button-link__item--blue {
		padding: 11px;
	}
}
@media (max-width: 479px) {
	.home-section--blue .button-link__item--blue {
		font-size: 15px;
		padding: 4px 20px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section--blue .button-link .btn-1 {
		padding: 18px 12px;
	}
}
@media (max-width: 361px) {
	.home-section--blue .button-link .btn-1 {
		padding: 4px 14px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section--blue .button-link .btn-3 {
		padding: 18px 12px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-section--blue .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-section--blue .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-section--blue .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-section--blue .button-link .btn-7 {
		padding: 18px 12px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-section--blue .button-link .btn-7 {
		padding: 12px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-section--blue .button-link .btn-7 {
		padding: 11px 12px;
	}
}
@media (max-width: 361px) {
	.home-section--blue .button-link .btn-7 {
		padding: 4px 6px;
	}
}
.home-bottom {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 479px) {
	.home-bottom {
		margin-top: 10px;
	}
}
.home-bottom__btn {
	margin-top: 80px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__btn {
		margin-bottom: 16%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__btn {
		margin-bottom: 16%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__btn {
		margin-top: 30px;
		margin-bottom: 18%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__btn {
		margin-bottom: 12%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__btn {
		margin-top: 40px;
		margin-bottom: 150px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__btn {
		margin-top: 40px;
		margin-bottom: 150px;
	}
}
@media (max-width: 479px) {
	.home-bottom__btn {
		margin-top: 15px;
		margin-bottom: 100px;
	}
}
.home-bottom__btn button {
	border: 2px solid #b7b1ab;
	background-color: #fff;
}
.home-bottom__btn button a {
	font-size: 20px;
	padding: 25px 165px;
	border: 0;
	border-radius: 0;
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__btn button a {
		font-size: 1.4rem;
		padding: 16px 120px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__btn button a {
		font-size: 18px;
		padding: 16px 90px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__btn button a {
		font-size: 15px;
		padding: 16px 90px;
	}
}
@media (max-width: 479px) {
	.home-bottom__btn button a {
		font-size: 15px;
		padding: 14px 90px;
	}
}
@media (max-width: 361px) {
	.home-bottom__btn button a {
		padding: 18px 60px;
	}
}
.home-bottom__btn button:hover {
	border: 2px solid #2d4fa5;
	color: #ffffff;
	background-color: #2d4fa5;
}
.home-bottom__img .img {
	max-width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.home-bottom__img .bottom-1 {
	z-index: 1;
	position: absolute;
	width: 503px;
	height: 503px;
	bottom: 4.8%;
	left: -2%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-bottom__img .bottom-1 {
		width: 480px;
		height: 480px;
		left: -4%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-1 {
		width: 470px;
		height: 470px;
		left: -4%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-1 {
		width: 440px;
		height: 440px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-1 {
		width: 320px;
		height: 320px;
		left: -5%;
		bottom: 7%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-1 {
		width: 380px;
		height: 380px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-1 {
		width: 400px;
		height: 400px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-1 {
		width: 380px;
		height: 380px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-1 {
		width: 350px;
		height: 350px;
		left: -5%;
		bottom: 10%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-1 {
		width: 280px;
		height: 280px;
		left: -5%;
		bottom: 10%;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-1 {
		width: 180px;
		height: 180px;
		left: -8%;
		bottom: 8%;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-1 {
		width: 200px;
		height: 200px;
		left: -9.5%;
	}
}
.home-bottom__img .bottom-4 {
	position: absolute;
	width: 509px;
	height: 381px;
	bottom: -8%;
	right: -20px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-4 {
		width: 480px;
		width: 340px;
		bottom: -50px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-4 {
		width: 440px;
		height: 320px;
		bottom: -40px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-4 {
		width: 340px;
		height: 220px;
		bottom: -4%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-4 {
		width: 360px;
		height: 240px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-4 {
		width: 400px;
		height: 290px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-4 {
		width: 380px;
		height: 280px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-4 {
		width: 350px;
		height: 230px;
		right: -20px;
		bottom: -2%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-4 {
		width: 340px;
		height: 220px;
		right: -20px;
		bottom: -2%;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-4 {
		width: 182px;
		height: 136px;
		right: -34px;
		bottom: -2%;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-4 {
		width: 200px;
		height: 90px;
		right: -35px;
		bottom: -3%;
	}
}
.home-bottom__img .bottom-3 {
	z-index: 9;
	position: absolute;
	width: 229px;
	height: 256px;
	bottom: -3.5%;
	left: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-bottom__img .bottom-3 {
		width: 220px;
		height: 240px;
		left: -10px;
		bottom: -5%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-3 {
		width: 210px;
		height: 230px;
		left: 30px;
		bottom: -20px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-3 {
		width: 200px;
		height: 220px;
		left: -10px;
		bottom: -3%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-3 {
		width: 180px;
		height: 200px;
		bottom: -1%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-3 {
		width: 180px;
		height: 200px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-3 {
		width: 200px;
		height: 220px;
		bottom: 1%;
		left: -10px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-3 {
		width: 180px;
		height: 200px;
		bottom: 1%;
		left: 10px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-3 {
		width: 200px;
		height: 200px;
		left: 0;
		bottom: 1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-3 {
		width: 180px;
		height: 200px;
		left: -3%;
		bottom: -2%;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-3 {
		width: 82px;
		height: 92px;
		left: -5%;
		bottom: 2%;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-3 {
		width: 80px;
		height: 90px;
		left: -6px;
		bottom: -2%;
	}
}
.home-bottom__img .bottom-6 {
	position: relative;
	width: 368px;
	height: 368px;
	right: -85.8%;
	bottom: 195px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-bottom__img .bottom-6 {
		width: 360px;
		height: 360px;
		right: -82%;
		bottom: 200px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-6 {
		width: 340px;
		height: 340px;
		right: -84%;
		bottom: 200px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-6 {
		width: 300px;
		right: -80%;
		bottom: 180px;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-6 {
		width: 220px;
		bottom: 125px;
		right: -82%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-6 {
		width: 260px;
		bottom: 135px;
		right: -82%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-6 {
		width: 320px;
		height: 320px;
		bottom: 160px;
		right: -80%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-6 {
		width: 300px;
		height: 300px;
		bottom: 140px;
		right: -78%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-6 {
		width: 280px;
		height: 280px;
		right: -78%;
		bottom: 120px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-6 {
		width: 200px;
		height: 200px;
		right: -80%;
		bottom: 100px;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-6 {
		width: 132px;
		height: 132px;
		right: -80%;
		bottom: 75px;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-6 {
		width: 160px;
		bottom: 80px;
	}
}
.home-bottom__img .bottom-5 {
	position: absolute;
	width: 368px;
	height: 368px;
	right: -1px;
	bottom: 40%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
	.home-bottom__img .bottom-5 {
		width: 360px;
		height: 360px;
		bottom: 240px;
		right: 15px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-5 {
		width: 350px;
		height: 350px;
		bottom: 240px;
		right: -30px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-5 {
		width: 320px;
		height: 320px;
		right: 10px;
		bottom: 30%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-5 {
		width: 300px;
		height: 300px;
		right: 1%;
		bottom: 30%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-5 {
		width: 280px;
		height: 280px;
		bottom: 30%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-5 {
		width: 320px;
		height: 320px;
		bottom: 28%;
		right: -10px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-5 {
		width: 300px;
		height: 300px;
		bottom: 28%;
		right: -10px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-5 {
		width: 280px;
		height: 280px;
		right: -1%;
		bottom: 160px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-5 {
		width: 200px;
		height: 200px;
		right: 2%;
		bottom: 30%;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-5 {
		width: 132px;
		height: 132px;
		right: -25px;
		bottom: 95px;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-5 {
		width: 160px;
		right: -26px;
		bottom: 100px;
	}
}
.home-bottom__img .bottom-2 {
	position: absolute;
	width: 140px;
	left: 12%;
	bottom: 34.5%;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.home-bottom__img .bottom-2 {
		width: 140px;
		left: 12%;
		bottom: 25%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.home-bottom__img .bottom-2 {
		width: 120px;
		left: 16%;
		bottom: 27%;
	}
}
@media (min-width: 960px) and (max-width: 1190px) {
	.home-bottom__img .bottom-2 {
		width: 100px;
		bottom: 27%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.home-bottom__img .bottom-2 {
		width: 110px;
		bottom: 30%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.home-bottom__img .bottom-2 {
		width: 100px;
		height: 100px;
		left: 14%;
		bottom: 28%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.home-bottom__img .bottom-2 {
		width: 100px;
		height: 100px;
		left: 14%;
		bottom: 28%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.home-bottom__img .bottom-2 {
		width: 90px;
		height: 90px;
		bottom: 32%;
		left: 16%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.home-bottom__img .bottom-2 {
		width: 70px;
		height: 70px;
		bottom: 30%;
	}
}
@media (max-width: 479px) {
	.home-bottom__img .bottom-2 {
		width: 44px;
		height: 39px;
		left: 17%;
		bottom: 28%;
	}
}
@media (max-width: 361px) {
	.home-bottom__img .bottom-2 {
		width: 50px;
		left: 18.5%;
		bottom: 20%;
	}
}
.home-bottom__banner img {
	height: 60px;
}
@media (max-width: 479px) {
	.home-bottom__banner img {
		height: 30px;
	}
}
@media (max-width: 479px) and (max-width: 479px) {
	.home-bottom__banner img {
		width: 300px;
	}
}

/*# sourceMappingURL=style.css.map */

@charset "UTF-8";
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.detail {
	position: relative;
}
.detail #button {
	z-index: 999;
	position: fixed;
	top: 88%;
	right: 50px;
	background-color: transparent;
	border: 0;
	outline: none;
}
@media (min-width: 1600px) {
	.detail #button {
		top: 70%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail #button {
		top: 68%;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.detail #button {
		top: 64%;
	}
}
@media (min-width: 1191px) and (max-width: 1199px) {
	.detail #button {
		top: 60%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail #button {
		top: 60%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail #button {
		top: 60%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail #button {
		top: 60%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail #button {
		top: 60%;
		right: 25px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail #button {
		top: 58%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail #button {
		top: 58%;
		right: 25px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail #button {
		top: 68%;
	}
}
@media (max-width: 479px) {
	.detail #button {
		top: 66%;
		right: 25px;
	}
}
@media (min-width: 390px) and (max-width: 415px) {
	.detail #button {
		top: 78%;
		right: 25px;
	}
}
@media (max-width: 361px) {
	.detail #button {
		top: 77%;
		right: 25px;
	}
}
.detail #button svg {
	width: 70px;
	height: 70px;
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail #button svg {
		width: 60px;
		height: 60px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail #button svg {
		width: 60px;
		height: 60px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail #button svg {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 479px) {
	.detail #button svg {
		width: 49px;
		height: 49px;
	}
}
@media (max-width: 361px) {
	.detail #button svg {
		width: 50px;
		height: 50px;
	}
}
.detail-banner {
	background-image: url('images/detail-banner.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 750px;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 450px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 450px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 480px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-banner {
		background-image: url('images/detail-banner.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 400px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-banner {
		background-image: url('images/detail-banner-mobile.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 570px;
		background-position: center;
		background-size: cover;
	}
}
@media (max-width: 479px) {
	.detail-banner {
		background-image: url('images/detail-banner-mobile.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 570px;
	}
}
@media (min-width: 390px) and (max-width: 415px) {
	.detail-banner {
		background-image: url('images/detail-banner-mobile.png');
		width: 100%;
		height: 570px;
		background-position: center;
		background-size: cover;
	}
}
.detail .banner-center img {
	width: 910px;
	height: 340px;
	position: absolute;
	top: 205px;
	left: 26.5%;
	opacity: 0.7;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail .banner-center img {
		width: 60%;
		height: 220px;
		border-radius: 0;
		top: 120px;
		left: 19%;
		opacity: 0.7;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail .banner-center img {
		width: 60%;
		height: 220px;
		border-radius: 0;
		top: 120px;
		left: 19%;
		opacity: 0.7;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail .banner-center img {
		width: 60%;
		height: 200px;
		border-radius: 0;
		top: 110px;
		left: 19%;
		opacity: 0.7;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail .banner-center img {
		width: 60%;
		height: 200px;
		border-radius: 0;
		top: 120px;
		left: 19%;
		opacity: 0.7;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail .banner-center img {
		width: 70%;
		height: 200px;
		border-radius: 0;
		top: 5%;
		left: 16%;
		opacity: 0.7;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail .banner-center img {
		width: 60%;
		height: 200px;
		border-radius: 0;
		top: 100px;
		left: 20%;
		opacity: 0.7;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail .banner-center img {
		width: 80%;
		height: 220px;
		border-radius: 0;
		top: 0.5%;
		left: 10%;
		opacity: 0.7;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail .banner-center img {
		width: 70%;
		height: 180px;
		border-radius: 0;
		top: 80px;
		left: 15%;
		opacity: 0.7;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail .banner-center img {
		width: 80%;
		height: 170px;
		border-radius: 0;
		top: 120px;
		left: 10%;
		opacity: 0.7;
	}
}
@media (max-width: 479px) {
	.detail .banner-center img {
		width: 340px !important;
		height: 170px;
		border-radius: 0;
		top: 30px !important;
		left: 4.5%;
		opacity: 0.7;
	}
}
@media (min-width: 390px) and (max-width: 415px) {
	.detail .banner-center img {
		width: 80%;
		height: 170px;
		border-radius: 0;
		top: 90px;
		left: 9%;
		opacity: 0.7;
	}
}
.detail .banner-center h1 {
	position: absolute;
	top: 270px;
	left: 39%;
	font-size: 37px;
	line-height: 1.5;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail .banner-center h1 {
		font-size: 36px;
		top: 140px;
		left: 35%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail .banner-center h1 {
		font-size: 34px;
		top: 130px;
		left: 33%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail .banner-center h1 {
		font-size: 32px;
		top: 130px;
		left: 35%;
		margin-bottom: 0;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail .banner-center h1 {
		font-size: 32px;
		top: 130px;
		left: 32%;
		margin-bottom: 0;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail .banner-center h1 {
		font-size: 32px;
		top: 7%;
		left: 33%;
		margin-bottom: 0;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail .banner-center h1 {
		font-size: 30px;
		top: 120px;
		left: 31%;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail .banner-center h1 {
		font-size: 30px;
		top: 0.6%;
		left: 29%;
		margin-bottom: 0;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail .banner-center h1 {
		font-size: 25px;
		top: 100px;
		left: 31%;
		margin-bottom: 0;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail .banner-center h1 {
		font-size: 25px;
		top: 130px;
		left: 24%;
		margin-bottom: 0;
	}
}
@media (max-width: 479px) {
	.detail .banner-center h1 {
		font-size: 25px !important;
		top: 40px !important;
		left: 14%;
		margin-bottom: 0;
	}
}
@media (min-width: 390px) and (max-width: 415px) {
	.detail .banner-center h1 {
		font-size: 24px;
		top: 100px;
		left: 17%;
		margin-bottom: 0;
	}
}
@media (max-width: 361px) {
	.detail .banner-center h1 {
		font-size: 22px;
		top: 100px;
		left: 15%;
		margin-bottom: 0;
	}
}
.detail .banner-center span {
	position: absolute;
	top: 385px;
	left: 39.6%;
	font-size: 65px;
	font-weight: 600;
	color: #000;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail .banner-center span {
		font-size: 3.4rem;
		top: 240px;
		left: 38%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail .banner-center span {
		font-size: 3.3rem;
		top: 230px;
		left: 36%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail .banner-center span {
		font-size: 2.8rem;
		top: 220px;
		left: 39%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail .banner-center span {
		font-size: 2.8rem;
		top: 220px;
		left: 36%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail .banner-center span {
		font-size: 2.8rem;
		top: 18%;
		left: 37%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail .banner-center span {
		font-size: 2.8rem;
		top: 200px;
		left: 35%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail .banner-center span {
		font-size: 2.8rem;
		top: 1.3%;
		left: 32%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail .banner-center span {
		font-size: 2.4rem;
		top: 170px;
		left: 33%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail .banner-center span {
		font-size: 2.4rem;
		top: 200px;
		left: 28%;
	}
}
@media (max-width: 479px) {
	.detail .banner-center span {
		font-size: 49px !important;
		top: 110px !important;
		left: 13% !important;
	}
}
@media (min-width: 390px) and (max-width: 415px) {
	.detail .banner-center span {
		font-size: 2.1rem;
		top: 170px;
		left: 23%;
	}
}
@media (max-width: 361px) {
	.detail .banner-center span {
		font-size: 2rem;
		top: 170px;
		left: 22%;
	}
}
.detail-info {
	margin-top: 160px;
	padding: 0 180px;
}
@media (min-width: 1600px) {
	.detail-info {
		margin-right: 40px;
		margin-left: 280px;
		padding: 0 220px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-info {
		margin-top: 160px;
		padding: 40px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-info {
		margin-top: 100px;
		padding: 40px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-info {
		margin-top: 100px;
		padding: 40px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-info {
		margin-top: 120px;
		padding: 80px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-info {
		margin-top: 100px;
		padding: 0;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-info {
		margin-top: 100px;
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-info {
		margin-top: 60px;
		padding: 0 50px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-info {
		margin-top: 80px;
		padding: 0 50px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-info {
		margin-top: 60px;
		padding: 0 50px;
	}
}
@media (max-width: 479px) {
	.detail-info {
		margin-top: 60px;
		padding: 0 50px;
	}
}
.detail-info h2 {
	font-size: 40px;
}
@media (min-width: 1600px) {
	.detail-info h2 {
		font-size: 40px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-info h2 {
		font-size: 38px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-info h2 {
		font-size: 38px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-info h2 {
		font-size: 36px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-info h2 {
		font-size: 34px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-info h2 {
		font-size: 34px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-info h2 {
		font-size: 34px;
		margin-bottom: 0;
	}
}
@media (max-width: 479px) {
	.detail-info h2 {
		font-size: 20px;
		margin-top: -35px;
		margin-bottom: 0;
	}
}
.detail-info__text {
	text-align: justify;
	margin-top: -30px;
}
.detail-info__text p {
	margin-top: 96px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2;
	color: rgb(0, 0, 0);
}
@media (min-width: 1600px) {
	.detail-info__text p {
		font-size: 20px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-info__text p {
		font-size: 1.4rem;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-info__text p {
		font-size: 1.3rem;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-info__text p {
		font-size: 1.2rem;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-info__text p {
		font-size: 1.2rem;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-info__text p {
		font-size: 1.1rem;
	}
}
@media (max-width: 479px) {
	.detail-info__text p {
		font-size: 15px;
		margin-top: 65px;
	}
}
.detail-img {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 280px 0 210px 0;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img {
		margin-top: 0;
		margin-bottom: 40px;
		padding: 180px 0;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img {
		margin-top: 0;
		margin-bottom: -40px;
		padding: 180px 0;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img {
		margin-top: 0;
		margin-bottom: -40px;
		padding: 180px 0;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img {
		margin-top: 0;
		padding: 200px 0;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img {
		margin-top: 0;
		padding: 140px 0;
	}
}
@media (max-width: 479px) {
	.detail-img {
		margin-top: 0;
		padding: 140px 0;
	}
}
.detail-img .detail-2 {
	display: flex;
	justify-content: center;
}
.detail-img .detail-2 img {
	width: 800px;
}
@media (min-width: 1600px) {
	.detail-img .detail-2 img {
		width: 800px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img .detail-2 img {
		width: 800px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img .detail-2 img {
		width: 760px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img .detail-2 img {
		width: 760px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img .detail-2 img {
		width: 660px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img .detail-2 img {
		width: 620px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img .detail-2 img {
		width: 580px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img .detail-2 img {
		width: 500px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img .detail-2 img {
		width: 350px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img .detail-2 img {
		width: 300px;
	}
}
@media (max-width: 479px) {
	.detail-img .detail-2 img {
		width: 250px;
	}
}
.detail-img .detail-1 {
	position: absolute;
	top: 6.5%;
	left: 11%;
}
@media (min-width: 1600px) {
	.detail-img .detail-1 {
		top: 5%;
		left: 10%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img .detail-1 {
		top: 5%;
		left: 2%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img .detail-1 {
		top: 7%;
		left: 2%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img .detail-1 {
		top: 5%;
		left: 3%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img .detail-1 {
		top: 6.5%;
		left: 8%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img .detail-1 {
		left: -2%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img .detail-1 {
		left: 1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img .detail-1 {
		left: 8%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img .detail-1 {
		left: 9%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img .detail-1 {
		left: 10%;
	}
}
@media (max-width: 479px) {
	.detail-img .detail-1 {
		left: 12%;
	}
}
.detail-img .detail-1 img {
	width: 220px;
}
@media (min-width: 1600px) {
	.detail-img .detail-1 img {
		width: 220px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img .detail-1 img {
		width: 200px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img .detail-1 img {
		width: 170px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img .detail-1 img {
		width: 170px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img .detail-1 img {
		width: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img .detail-1 img {
		width: 150px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img .detail-1 img {
		width: 140px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img .detail-1 img {
		width: 120px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img .detail-1 img {
		width: 120px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img .detail-1 img {
		width: 100px;
	}
}
@media (max-width: 479px) {
	.detail-img .detail-1 img {
		width: 81px;
	}
}
.detail-img .detail-3 {
	position: absolute;
	top: 62%;
	right: 11%;
}
@media (min-width: 1600px) {
	.detail-img .detail-3 {
		top: 55%;
		right: 10%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img .detail-3 {
		top: 62%;
		right: 2%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img .detail-3 {
		top: 60%;
		right: 2%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img .detail-3 {
		top: 56%;
		right: 3%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img .detail-3 {
		top: 56%;
		right: 8%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img .detail-3 {
		right: -2%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img .detail-3 {
		top: 58%;
		right: 1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img .detail-3 {
		right: 8%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img .detail-3 {
		top: 53%;
		right: 9%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img .detail-3 {
		top: 55%;
		right: 10%;
	}
}
@media (max-width: 479px) {
	.detail-img .detail-3 {
		top: 58%;
		right: 12%;
	}
}
.detail-img .detail-3 img {
	width: 220px;
}
@media (min-width: 1600px) {
	.detail-img .detail-3 img {
		width: 220px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img .detail-3 img {
		width: 200px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img .detail-3 img {
		width: 170px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img .detail-3 img {
		width: 170px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img .detail-3 img {
		width: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img .detail-3 img {
		width: 150px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img .detail-3 img {
		width: 130px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img .detail-3 img {
		width: 120px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img .detail-3 img {
		width: 120px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img .detail-3 img {
		width: 100px;
	}
}
@media (max-width: 479px) {
	.detail-img .detail-3 img {
		width: 81px;
	}
}
.detail-img__second {
	position: relative;
	margin-top: 150px;
	margin-bottom: 80px;
	padding: 280px 0 180px 0;
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second {
		margin-top: 0;
		padding: 200px 0;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second {
		margin-top: 0;
		padding: 200px 0;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second {
		margin-top: 0;
		padding: 180px 0 100px 0;
	}
}
@media (max-width: 479px) {
	.detail-img__second {
		margin-top: 0;
		padding: 140px 0 100px 0;
	}
}
.detail-img__second .detail-5 {
	display: flex;
	justify-content: center;
}
.detail-img__second .detail-5 img {
	width: 800px;
}
@media (min-width: 1600px) {
	.detail-img__second .detail-5 img {
		width: 800px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second .detail-5 img {
		width: 800px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second .detail-5 img {
		width: 760px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second .detail-5 img {
		width: 760px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second .detail-5 img {
		width: 660px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second .detail-5 img {
		width: 620px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second .detail-5 img {
		width: 580px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second .detail-5 img {
		width: 500px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second .detail-5 img {
		width: 350px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second .detail-5 img {
		width: 300px;
	}
}
@media (max-width: 479px) {
	.detail-img__second .detail-5 img {
		width: 250px;
	}
}
.detail-img__second .detail-4 {
	position: absolute;
	top: 10%;
	right: 11%;
}
@media (min-width: 1600px) {
	.detail-img__second .detail-4 {
		top: 6%;
		right: 10%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second .detail-4 {
		top: 10%;
		right: 2%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second .detail-4 {
		top: 7%;
		right: 2%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second .detail-4 {
		right: 3%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second .detail-4 {
		right: 8%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second .detail-4 {
		right: -2%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second .detail-4 {
		right: 1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second .detail-4 {
		right: 8%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second .detail-4 {
		top: 3%;
		right: 12%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second .detail-4 {
		top: 12%;
		right: 10%;
	}
}
@media (max-width: 479px) {
	.detail-img__second .detail-4 {
		top: 10%;
		right: 12%;
	}
}
.detail-img__second .detail-4 img {
	width: 220px;
}
@media (min-width: 1600px) {
	.detail-img__second .detail-4 img {
		width: 220px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second .detail-4 img {
		width: 200px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second .detail-4 img {
		width: 170px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second .detail-4 img {
		width: 170px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second .detail-4 img {
		width: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second .detail-4 img {
		width: 150px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second .detail-4 img {
		width: 140px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second .detail-4 img {
		width: 120px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second .detail-4 img {
		width: 120px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second .detail-4 img {
		width: 100px;
	}
}
@media (max-width: 479px) {
	.detail-img__second .detail-4 img {
		width: 81px;
	}
}
.detail-img__second .detail-6 {
	position: absolute;
	top: 60%;
	left: 11%;
}
@media (min-width: 1600px) {
	.detail-img__second .detail-6 {
		top: 55%;
		left: 10%;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second .detail-6 {
		top: 60%;
		left: 2%;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second .detail-6 {
		left: 2%;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second .detail-6 {
		left: 3%;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second .detail-6 {
		left: 8%;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second .detail-6 {
		left: -2%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second .detail-6 {
		left: 1%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second .detail-6 {
		left: 8%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second .detail-6 {
		top: 58%;
		left: 12%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second .detail-6 {
		top: 62%;
		left: 10%;
	}
}
@media (max-width: 479px) {
	.detail-img__second .detail-6 {
		left: 12%;
	}
}
.detail-img__second .detail-6 img {
	width: 220px;
}
@media (min-width: 1600px) {
	.detail-img__second .detail-6 img {
		width: 220px;
	}
}
@media (min-width: 1366px) and (max-width: 1399px) {
	.detail-img__second .detail-6 img {
		width: 200px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-img__second .detail-6 img {
		width: 170px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-img__second .detail-6 img {
		width: 170px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-img__second .detail-6 img {
		width: 160px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-img__second .detail-6 img {
		width: 150px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-img__second .detail-6 img {
		width: 140px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-img__second .detail-6 img {
		width: 120px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-img__second .detail-6 img {
		width: 120px;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-img__second .detail-6 img {
		width: 100px;
	}
}
@media (max-width: 479px) {
	.detail-img__second .detail-6 img {
		width: 81px;
	}
}
.detail-product {
	margin-top: 200px;
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product {
		padding: 0 !important;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product {
		padding: 0 !important;
	}
}
.detail-product h2 {
	font-weight: 500;
	font-size: 40px;
	color: rgb(0, 0, 0);
}
.detail-product .product {
	margin-top: 60px;
}
.detail-product .product-item {
	display: flex;
	padding: 0 40px;
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-product .product-item {
		padding: 0 20px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product-item {
		padding: 20px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product-item {
		padding: 20px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product-item {
		padding: 20px;
	}
}
@media (max-width: 479px) {
	.detail-product .product-item {
		padding: 0 20px;
		display: flex;
		justify-content: center;
	}
}
.detail-product .product .box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 50px 70px;
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-product .product .box {
		padding: 50px 30px !important;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box {
		padding: 30px !important;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box {
		padding: 30px !important;
	}
}
@media (max-width: 479px) {
	.detail-product .product .box {
		padding: 40px 30px !important;
	}
}
.detail-product .product .box-top img {
	width: 400px;
	height: auto;
	margin: 0 auto;
}
@media (min-width: 1600px) {
	.detail-product .product .box-top img {
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-product .product .box-top img {
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-product .product .box-top img {
		width: 300px;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-product .product .box-top img {
		width: 300px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product .box-top img {
		width: 100%;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box-top img {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box-top img {
		width: 100%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail-product .product .box-top img {
		width: 100%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-product .product .box-top img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	.detail-product .product .box-top img {
		width: 280px;
		height: 160px;
		margin: 0 auto;
	}
}
.detail-product .product .box-main {
	margin-top: 40px;
}
@media (max-width: 479px) {
	.detail-product .product .box-main {
		margin-top: 20px;
	}
}
.detail-product .product .box-main .title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
}
@media (min-width: 1600px) {
	.detail-product .product .box-main .title {
		font-size: 25px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-product .product .box-main .title {
		font-size: 1.4rem !important;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-product .product .box-main .title {
		font-size: 1.3rem;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product .box-main .title {
		font-size: 1.2rem;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box-main .title {
		font-size: 1.2rem;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box-main .title {
		font-size: 1.2rem;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-product .product .box-main .title {
		font-size: 1.1rem;
	}
}
@media (max-width: 479px) {
	.detail-product .product .box-main .title {
		font-size: 15px;
	}
}
.detail-product .product .box-main p {
	font-size: 1.4rem;
	font-weight: 500;
}
@media (min-width: 1600px) {
	.detail-product .product .box-main p {
		font-size: 20px;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-product .product .box-main p {
		font-size: 1.2rem;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-product .product .box-main p {
		font-size: 1.2rem;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product .box-main p {
		font-size: 1.2rem;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box-main p {
		font-size: 1.1rem;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box-main p {
		font-size: 1.1rem;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-product .product .box-main p {
		font-size: 15px;
	}
}
@media (max-width: 479px) {
	.detail-product .product .box-main p {
		font-size: 15px;
	}
}
.detail-product .product .box-bottom button {
	padding: 16px 0;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
	background-color: #000;
	border: 0;
	outline: none;
	margin-bottom: 40px;
}
.detail-product .product .box-bottom button:hover {
	background-color: #2d4fa5;
}
@media (min-width: 1600px) {
	.detail-product .product .box-bottom button {
		margin-bottom: 0;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail-product .product .box-bottom button {
		font-size: 1rem;
	}
}
@media (max-width: 479px) {
	.detail-product .product .box-bottom button {
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: -5px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 80px;
	}
}
@media (min-width: 1191px) and (max-width: 1199px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 70px;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 76px !important;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 46px;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 26px;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 56px;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box-bottom .btn-4 {
		margin-top: 20px;
	}
}
@media (min-width: 1600px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 50px !important;
	}
}
@media (min-width: 1191px) and (max-width: 1365px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 55px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 30px !important;
	}
}
@media (min-width: 1191px) and (max-width: 1199px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 10px !important;
	}
}
@media (min-width: 1151px) and (max-width: 1190px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 28px !important;
	}
}
@media (min-width: 993px) and (max-width: 1150px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 10px !important;
	}
}
@media (min-width: 960px) and (max-width: 992px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 46px !important;
	}
}
@media (min-width: 831px) and (max-width: 959px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 10px !important;
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.detail-product .product .box-bottom .btn-8 {
		margin-top: 34px !important;
	}
}
.detail-button {
	margin-top: 80px;
	margin-bottom: 180px;
}
.detail-button a {
	padding: 19px 69px;
	border: 1px solid #999;
	border-radius: 30px;
	font-size: 20px;
}
.detail-button .btn:hover {
	background-color: #becef5;
	border: 1px solid #7e7875;
}
.detail .line {
	width: 110px;
	height: 2px;
	background-color: rgb(45, 79, 165);
	text-align: center;
	margin-left: 45.8%;
	margin-top: 50px;
}
@media (min-width: 550px) and (max-width: 768px) {
	.detail .line {
		margin-left: 40%;
	}
}
@media (min-width: 480px) and (max-width: 550px) {
	.detail .line {
		height: 3px;
		margin-left: 38%;
	}
}
@media (max-width: 479px) {
	.detail .line {
		height: 3px;
		margin-top: 42px;
		margin-left: 32%;
	}
}

/*# sourceMappingURL=detail.css.map */