
/*=====================================================
 Common
 ====================================================*/
canvas {
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
iframe {
	display: block;
	width: 100%;
}
img {
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
.block {
	display: block;
}
.relative {
	position: relative;
}
.container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.flexbox {
	display: flex;
}
.space-between {
	justify-content: space-between;
}
.bg-gray {
	background: #F5F5F4;
}

/*=====================================================
 Breadcrumbs
 ====================================================*/
.breadcrumbs {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
}
.breadcrumbs li, .breadcrumbs li a {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline !important;
	position: relative;
}
.breadcrumbs li:not(:last-child):after {
	content: '>';
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

/*=====================================================
 Gradient Title
 ====================================================*/
.gradientTtl {
	padding: 63.5px 0;
	background: rgb(223,128,170);
	background: linear-gradient(0deg, rgba(223,128,170,1) 0%, rgba(120, 121, 176,1) 20%, rgba(118,164,89,1) 80%, rgba(249,218,171,1) 100%);
}
.gradientTtl img {
	width: 42%;
}
.gradientTtl--right img {
	margin: 0 0 0 auto;
}
.gradientTtl--m {
	margin-top: 10rem;
}

/*=====================================================
 Layout 01
 ====================================================*/
.layout01__top {
	display: flex;
	justify-content: space-between;
	margin: 68px 0 0;
}
.layout01__topLeft {
	width: 56%;
	margin: -178px 0 0;
}
.layout01__topRight {
	width: 40%;
}
.layout01__topRight .slick-list {
	padding: 0 !important;
}
.layout01__midInner {
	display: flex;
}
.layout01__midTxtImg {
	width: 41.5%;
}
.layout01__bot {
	background: #D8D2C2;
	padding: 50px 0;
	margin: 100px 0 0;
}

/*=====================================================
 Slider 02
 ====================================================*/
.slider02 {
	width: 50%;
	text-align: center;
}
.slider02__itemTxt {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
	font-family: 'Josefin Sans', sans-serif;
}
.slider02__itemLink {
	color: #000;
	font-size: 16px;
	letter-spacing: .05em;
	background: #D8D2C2;
	max-width: 200px;
	width: 100%;
	display: block;
	margin: auto;
	padding: 10px 6px 6px;
	font-family: 'Josefin Sans', sans-serif;
}

/*=====================================================
 Slider 03
 ====================================================*/
.slider03 .slick-list {
	padding: 0 10%;
}
.slider03__item {
	margin: 0 25px;
	background: #fff;
}
.slider03__itemLink {
	padding: 10px;
}
.slider03__itemTxt {
	color: #000;
	font-size: 11.5px;
	font-family: 'Josefin Sans', sans-serif;
}
.slider03__itemTxt em {
	font-weight: bold;
	font-style: normal;
}
.slider03 .slick-list a {
	opacity: 1;
}
.slider03 .slick-list a:hover {
	opacity: 0.65;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
    width: 40px;
    z-index: 9;
	cursor: pointer;
}
.slick-arrow.prev-arrow {
	left: 15px;
}
.slick-arrow.next-arrow {
	right: 15px;
}
/*=====================================================
 Bloom Banner
 ====================================================*/
.bloomBanner__txtImg {
	position: absolute;
	z-index: 1;
}
.bloomBanner__txtImg:first-of-type {
	width: 15.5%;
	top: 7.63%;
	left: -4%;
}
.bloomBanner__txtImg:last-of-type {
	width: 55%;
	right: -4%;
	top: 50%;
	transform: translateY(-50%);
}

/*=====================================================
 Bloom Greeting
 ====================================================*/
.bloomGreeting {
	padding: 100px 0 50px;
}
.bloomGreeting__left {
	width: 48%;
}
.bloomGrreting__right {
	width: 47%;
}
.bloomGrreting_txtImg {
	width: 76.59%;
	margin: 0 0 0 auto;
}
.bloomGrreting__right p {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

/*=====================================================
 Colorful
 ====================================================*/
.colorful .layout01__top {
	flex-direction: row-reverse;
}
.colorful .layout01__midTxtImg {
	margin: 0 0 0 auto;
}
.colorful .slider02__itemLink,
.colorful .layout01__bot {
	background: rgb(223,128,170);
	background: linear-gradient(270deg, rgba(243,179,207,1) 0%, rgba(175, 175, 214,1) 20%, rgba(172,211,136,1) 80%, rgba(253,235,209,1) 100%);
}

/*=====================================================
 Making
 ====================================================*/
.making {
	padding: 100px 0 0;
}
.making__txtImg {
	margin: 0 auto;
	width: 42.5%;
}
.making__videoWrap {
	width: 72%;
	margin: 30px auto 0;
}

/*=====================================================
 Bottom Banner
 ====================================================*/
.botBanner  {
	padding: 100px 0;
}
.botBanner .container {
	padding: 13px 6.5% 45px;
	background: rgb(223,128,170);
	background: linear-gradient(270deg, rgba(223,128,170,1) 0%, rgba(120, 121, 176,1) 20%, rgba(118,164,89,1) 80%, rgba(249,218,171,1) 100%);
}
.botBanner__top {
	align-items: flex-end;
	justify-content: center;
}
.botBanner__top img:first-child {
	width: 11%;
	margin: 0 5px 0 0;
}
.botBanner__top img:last-child {
	width: 65.3%;
}
.botBanner__row {
	margin: 30px 0 0;
	padding: 0 15px;
}
.botBanner__rowLeft, .botBanner__rowRight {
    width: 49.29%;
}
.botBanner__listItem {
	width: 11.93%;
}
.botBanner__listItem:not(:last-child) {
	margin: 0 3.38% 0 0;
}
.botBanner__rowTxt {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 27px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #fff;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.botBanner__rowTxt:before, .botBanner__rowTxt:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 18px;
	background: #fff;
	top: -18px;
}
.botBanner__rowTxt:before {
	left: 0;
}
.botBanner__rowTxt:after {
	right: 0;
}
.botBanner__txt {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin: 20px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.botBanner__txt em {
	font-weight: bold;
}

