/*=======================================================================
[01] TEMPLATE FONTS
=========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

.light {
	font-weight: 300;
}

.normal {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi_Bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

/*=======================================================================
[02] NORMALIZATION CSS
=========================================================================*/
htm,
body {
	/* color: #999999; */
	/* font-family: 'Poppins', sans-serif; */
	color: #1b1b1b;
	font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", serif !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05em;
}

/* a {
    color: #1b1b1b;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
    text-decoration: none;
} */
a {
	position: relative;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 1.6;
}

button {
	border: none;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Poppins', sans-serif; */
	font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", serif !important;
	color: #1b1b1b;
	margin: 0 0 15px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #1b1b1b;
}

.color_white {
	color: #fff;
}

.color_yellow {
	color: #fedd00
}

.magenta {
	color: #6EC300;
}

h1.lead {
	font-size: 70px;
	letter-spacing: 0;
	line-height: 100px;
	font-weight: 700;
}

h2.lead {
	font-size: 45px;
	letter-spacing: 0;
	line-height: 60px;
	font-weight: 700;
}

h3.lead {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: 700;
}

@media (max-width: 767.98px) {
	h1.lead {
		font-size: 32px;
		line-height: 45px;
	}

	h2.lead {
		font-size: 30px;
		line-height: 45px;
	}

	h3.lead {
		font-size: 20px;
		line-height: 30px;
	}
}

h4.lead {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 50px;
	font-weight: 700;
}

h5.lead {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 40px;
}

h6.lead {
	font-size: 20px;
	/* letter-spacing: 8px; */
	letter-spacing: 0;
	line-height: 36px;
}

h1 {
	font-size: 30px;
	line-height: 50px;
}

h2 {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 34px;
}

h5 {
	font-size: 16px;
	/* letter-spacing: 6.4px; */
	letter-spacing: 2.5px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	letter-spacing: 5.6px;
	line-height: 28px;
}

.imagesDiv {
	position: relative;
	overflow: hidden;
}

.imagesDiv img {
	width: 100%;
	height: auto;
}

blockquote {
	border-left: 2px solid #6EC300;
	margin: 60px 0 50px;
	padding: 0 65px 0 20px;
}

blockquote p {
	font-size: 22px;
	color: #000000;
}

/* @media (min-width: 1440px) {
    .container {
        width: 1322px;
    }
} */
*:focus {
	outline: none;
}

/* sp */
@media (max-width: 767.98px) {
	.sp {
		display: block;
	}

	.pc,
	.tab,
	.pc.tab {
		display: none;
	}
}

/* tab */
@media (min-width: 768px) and (max-width: 991.98px) {
	.tab {
		display: block;
	}

	.pc,
	.sp {
		display: none;
	}

	.pc.tab {
		display: block;
	}
}

/* pc */
@media (min-width: 992px) {
	.pc {
		display: block;
	}

	.tab,
	.sp {
		display: none;
	}

	.pc.tab {
		display: block;
	}
}

/*=======================================================================
[03] Margin and padding setup
=========================================================================*/
.noPadding {
	padding: 0px !important;
}

.noPaddingLeft {
	padding-left: 0px !important;
}

.noPaddingTop {
	padding-top: 0px !important;
}

.noPaddingRight {
	padding-right: 0px !important;
}

.noPaddingBottom {
	padding-bottom: 0px !important;
}

.noMargin {
	margin: 0px !important;
}

.noMarginLeft {
	margin-left: 0px !important;
}

.noMarginTop {
	margin-top: 0px !important;
}

.noMarginRight {
	margin-right: 0px !important;
}

.noMarginBottom {
	margin-bottom: 0px !important;
}


.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}


/*=======================================================================
[04] SECTION SETUP
=========================================================================*/
.sectionTitle {
	margin-bottom: 33px;
}

.sectionTitle h5 {
	margin-bottom: 20px;
}

.sectionTitle p {
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	font-weight: 300;
	padding: 0 185px;
}

.bigTitle {
	margin-bottom: 122px;
}

.bigTitle h2 {
	margin-bottom: 38px;
}

.bigTitle h5 {
	margin-bottom: 31px;
}

.bigTitle2 {
	margin-bottom: 92px;
}

.bigTitle2 h5 {
	margin-bottom: 45px;
}

.bigTitle3 {
	margin-bottom: 123px;
}

.bggreay {
	background: #f9f9f9;
}

.bgblack {
	background: #262525;
}

/*=======================================================================
[05] TEMPLATE BUTTON STYLE
=========================================================================*/
/* .bes_button{
    background: -moz-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #36146a), color-stop(46%, #581068), color-stop(50%, #640E67), color-stop(100%, #ff0060));
    background: -webkit-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
    background: -o-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
    background: -ms-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
    background: linear-gradient(92deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36146a', endColorstr='#ff0060',GradientType=1 );
    height: 50px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 48px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 46px;
} */
.bes_button {
	background: -moz-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
	/* background: -webkit-gradient(linear, left top, right top, color-stop(35%, #36146a), color-stop(46%, #581068), color-stop(50%, #640E67), color-stop(100%, #ff0060)); */
	/* background: -webkit-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%); */
	background: -o-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
	background: -ms-linear-gradient(358deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%);
	/* background: linear-gradient(92deg, #36146a 35%, #581068 46%, #640E67 50%, #ff0060 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36146a', endColorstr='#ff0060', GradientType=1);
	height: 50px;
	/* border-radius: 5px; */
	display: inline-block;
	padding: 1.0em 5.0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2.8px;
	/* line-height: 46px; */
	border: 1px solid #ccc;
	margin-bottom: 2.5em;
}

.bes_button i {
	margin-left: 18px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

.bes_button:hover {
	background: -moz-linear-gradient(0deg, #6EC300 0%, #115327 50%, #3a146a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6EC300), color-stop(50%, #115327), color-stop(100%, #3a146a));
	background: -webkit-linear-gradient(0deg, #6EC300 0%, #115327 50%, #3a146a 100%);
	background: -o-linear-gradient(0deg, #6EC300 0%, #115327 50%, #3a146a 100%);
	background: -ms-linear-gradient(0deg, #6EC300 0%, #115327 50%, #3a146a 100%);
	background: linear-gradient(90deg, #6EC300 0%, #115327 50%, #3a146a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EC300', endColorstr='#3a146a', GradientType=1);
	color: #fff;
}

.bes_button2 {
	height: 50px;
	border-radius: 30px;
	display: inline-block;
	padding: 0 48px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2.8px;
	line-height: 46px;
	background: #fb0060;
}

.bes_button2 i {
	margin-left: 18px;
	font-size: 20px;
	position: relative;
	top: 2px;
}

.bes_button2:hover {
	color: #fff;
	background: #1d1d1d;
}

.bes_button3 {
	-moz-align-content: center;
	-webkit-align-content: center;
	-o-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #fb0060 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	letter-spacing: 0;
	line-height: 0.8px;
	padding: 0 90px;
	text-transform: uppercase;
	margin-right: 60px;
}

.bes_button3:hover {
	background: #1d1d1d;
	color: #fff;
}

.bes_button4 {
	-moz-align-content: center;
	-webkit-align-content: center;
	-o-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #115327;
	border-radius: 60px;
	color: #fff;
	display: inline-flex;
	font-size: 22px;
	font-weight: 800;
	/* height: 49px; */
	letter-spacing: 1.5px;
	/* line-height: 0.8px; */
	padding: 25px 85px;
	/* text-transform: uppercase; */
}

.bes_button4:hover {
	background: #6ec300;
	color: #fff;
}

@media (max-width: 576px) {
	.bes_button4 {
		padding: 15px 40px;
		font-size: 16px;
		margin: 0 auto;
		display: block;
	}
}


/*=======================================================================
[06] TEMPLATE OVERLAY
=========================================================================*/
.overlay,
.overlayw10 {
	position: relative;
}

.overlay:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(0deg, rgba(54, 20, 106, .9) 0%, rgba(154, 10, 101, .9) 50%, rgba(255, 0, 96, .9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(54, 20, 106, .9)), color-stop(50%, rgba(154, 10, 101, .9)), color-stop(100%, rgba(255, 0, 96, .9)));
	background: -webkit-linear-gradient(0deg, rgba(54, 20, 106, .9) 0%, rgba(154, 10, 101, .9) 50%, rgba(255, 0, 96, .9) 100%);
	background: -o-linear-gradient(0deg, rgba(54, 20, 106, .9) 0%, rgba(154, 10, 101, .9) 50%, rgba(255, 0, 96, .9) 100%);
	background: -ms-linear-gradient(0deg, rgba(54, 20, 106, .9) 0%, rgba(154, 10, 101, .9) 50%, rgba(255, 0, 96, .9) 100%);
	background: linear-gradient(90deg, rgba(54, 20, 106, .9) 0%, rgba(154, 10, 101, .9) 50%, rgba(255, 0, 96, .9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36146a', endColorstr='#ff0060', GradientType=1);
}

.overlayw10:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(251, 251, 251, .9);
}

/*=======================================================================
[07] PRELOADER
=========================================================================*/
.preloader {
	position: fixed;
	width: 100%;
	z-index: 1000091;
	right: 0;
	left: 0;
	background: #fff;
	bottom: 0;
	top: 0;
}

.preloader .loader {
	width: 200px;
	height: 200px;
	margin: auto;
}

.preloader .loader img {
	width: 100%;
	height: auto;
}

.preloader .loader {
	height: 200px;
	margin: auto;
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}