@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0.1em;
}

body {
	color: #000;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 16px;
	font-size: 1.6rem;
	/* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	overflow-x: hidden;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

a,
a:link,
a:hover,
a:focus {
	color: #000;
	/* text-decoration: underline; */
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444;
	/* Safari */
}

::-moz-selection {
	background-color: #DDD;
	color: #444;
	/* Firefox */
}

a {
	display: inline-block;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	br.clear {
		display: block !important;
		content: " ";
	}
}

div.clear {
	clear: both;
	line-height: 0px;
}



/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(../js/scrolltop/scrollup.png) center center no-repeat;
	background: url(../js/scrolltop/scrollup.gif) center center no-repeat\9;
	/* IE8 and below */
	*background: url(../js/scrolltop/scrollup.gif) center center no-repeat;
	/* IE7 and below */
	_background: url(../js/scrolltop/scrollup.gif) center center no-repeat;
	/* IE6 */
	background-size: 54px 54px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;
	opacity: 0.7;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	☆indent
----------------------------------------------------*/

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.top0 {
	margin-top: 0 !important;
}

.top5 {
	margin-top: 5px !important;
}

.top10 {
	margin-top: 10px !important;
}

.top15 {
	margin-top: 15px !important;
}

.top20 {
	margin-top: 20px !important;
}

.top25 {
	margin-top: 25px !important;
}

.top30 {
	margin-top: 30px !important;
}

.top35 {
	margin-top: 35px !important;
}

.top40 {
	margin-top: 40px !important;
}

.top60 {
	margin-top: 60px !important;
}

.btm0 {
	margin-bottom: 0 !important;
}

.btm5,
.btm05 {
	margin-bottom: 5px !important;
}

.btm10 {
	margin-bottom: 10px !important;
}

.btm15 {
	margin-bottom: 15px !important;
}

.btm20 {
	margin-bottom: 20px !important;
}

.btm25 {
	margin-bottom: 25px !important;
}

.btm30 {
	margin-bottom: 30px !important;
}

.btm35 {
	margin-bottom: 35px !important;
}

.btm40 {
	margin-bottom: 40px !important;
}

.btm45 {
	margin-bottom: 45px !important;
}

.btm50 {
	margin-bottom: 50px !important;
}

.btm55 {
	margin-bottom: 55px !important;
}

.btm60 {
	margin-bottom: 60px !important;
}

.btm65 {
	margin-bottom: 65px !important;
}

.btm70 {
	margin-bottom: 70px !important;
}

.btm75 {
	margin-bottom: 75px !important;
}

.btm80 {
	margin-bottom: 80px !important;
}

.btm85 {
	margin-bottom: 85px !important;
}

.btm90 {
	margin-bottom: 90px !important;
}

.btm95 {
	margin-bottom: 90px !important;
}

.pT0 {
	padding-top: 0 !important;
}

.pT5 {
	padding-top: 5px !important;
}

.pT10 {
	padding-top: 10px !important;
}

.pT15 {
	padding-top: 15px !important;
}

.pT20 {
	padding-top: 20px !important;
}

.pT25 {
	padding-top: 25px !important;
}

.pT30 {
	padding-top: 30px !important;
}

.pT35 {
	padding-top: 35px !important;
}

.pT40 {
	padding-top: 40px !important;
}

.pT45 {
	padding-top: 45px !important;
}

.pB0 {
	padding-bottom: 0 !important;
}

.pB5 {
	padding-bottom: 5px !important;
}

.pB10 {
	padding-bottom: 10px !important;
}

.pB15 {
	padding-bottom: 15px !important;
}

.pB20 {
	padding-bottom: 20px !important;
}

.lm5 {
	margin-left: 5px !important;
}

.lm10 {
	margin-left: 10px !important;
}

.lm15 {
	margin-left: 15px !important;
}

.lm20 {
	margin-left: 20px !important;
}

.lm50 {
	margin-left: 50px !important;
}

.lm60 {
	margin-left: 60px !important;
}

.lm70 {
	margin-left: 70px !important;
}

.lm90 {
	margin-left: 90px !important;
}

.lm100 {
	margin-left: 100px !important;
}

.lm120 {
	margin-left: 120px !important;
}

.lm150 {
	margin-left: 150px !important;
}

.rm5 {
	margin-right: 5px !important;
}

.rm10 {
	margin-right: 10px !important;
}

.rm15 {
	margin-right: 15px !important;
}

.rm20 {
	margin-right: 20px !important;
}

.rm40 {
	margin-right: 40px !important;
}

.rm60 {
	margin-right: 60px !important;
}

.rm80 {
	margin-right: 80px !important;
}

.rm100 {
	margin-right: 100px !important;
}

.rm120 {
	margin-right: 120px !important;
}

.rm140 {
	margin-right: 140px !important;
}

.rm160 {
	margin-right: 160px !important;
}

.rm180 {
	margin-right: 180px !important;
}

.rm200 {
	margin-right: 200px !important;
}

.vAT {
	vertical-align: top !important;
}

.vAM {
	vertical-align: middle !important;
}

.vAB {
	vertical-align: bottom !important;
}

.red {
	color: red;
}

.blue {
	color: #2a529f;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.fw_500 {
	font-weight: 500;
}

.fw_600 {
	font-weight: 600;
}

.icon {
	margin-right: 3px;
	vertical-align: middle;
	margin-top: -1px;
}

.indent {
	text-indent: 1em;
}

.spHide {
	display: block;
}

.spDisp {
	display: none;
}

.hvBtn,
.hvBtns a {
	transition: 0.2s;
}

.hvBtn:hover,
.hvBtns a:hover {
	opacity: 0.7;
}

/*----------------------------------------------------
	☆Width
----------------------------------------------------*/

.w5 {
	width: 5% !important;
}

.w10 {
	width: 10% !important;
}

.w15 {
	width: 15% !important;
}

.w18 {
	width: 18% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w49 {
	width: 49% !important;
}

.w50 {
	width: 50% !important;
}

.w55 {
	width: 55% !important;
}

.w60 {
	width: 60% !important;
}

.w65 {
	width: 65% !important;
}

.w70 {
	width: 70% !important;
}

.w75 {
	width: 75% !important;
}

.w77 {
	width: 77% !important;
}

.w80 {
	width: 80% !important;
}

.w85 {
	width: 85% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.wfull {
	width: 100% !important;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.w340 {
	width: 340px;
}

.w350 {
	width: 350px;
}

.w360 {
	width: 360px;
}

.w400 {
	width: 400px;
}

.w440 {
	width: 440px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.w550 {
	width: 550px;
}

.w600 {
	width: 600px;
}

/*----------------------------------------------------
	☆fontsize
----------------------------------------------------*/

#contents .size10 {
	font-size: 10px !important;
	font-size: 1rem !important;
}

#contents .size11 {
	font-size: 11px !important;
	font-size: 1.1rem !important;
}

#contents .size12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

#contents .size13 {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}

#contents .size14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

#contents .size15 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}

#contents .size16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

#contents .size17 {
	font-size: 17px !important;
	font-size: 1.7rem !important;
}

#contents .size18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}

#contents .size19 {
	font-size: 19px !important;
	font-size: 1.9rem !important;
}

#contents .size20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}

#contents .size21 {
	font-size: 21px !important;
	font-size: 2.1rem !important;
}

#contents .size22 {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}

#contents .size23 {
	font-size: 23px !important;
	font-size: 2.3rem !important;
}

#contents .size24 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

/*----------------------------------------------------
	☆basecompo
----------------------------------------------------*/

#contents section {
	clear: both;
	margin-bottom: 50px;
}

#contents section.last {
	margin-bottom: 0;
}

#contents section.wide {
	width: 100%;
	max-width: inherit;
}

.aural span,
span.aural {
	display: none;
	visibility: hidden;
}

img.icon {
	margin-right: 5px;
	vertical-align: middle;
}

/*----------------------------------------------------
	☆UNIQ contents
----------------------------------------------------*/
#nav {
	position: relative;
}

#nav img {
	width: 50%;
}

.pc1280 {
	display: block;
}

.sp1280 {
	display: none;
}

.pc1080 {
	display: block;
}

.sp1080 {
	display: none;
}

.pc960 {
	display: block;
}

.sp960 {
	display: none;
}

.pc768 {
	display: block;
}

.sp768 {
	display: none;
}

.pc414 {
	display: block;
}

.sp414 {
	display: none;
}

.pc320 {
	display: block;
}

.sp320 {
	display: none;
}

.inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.line_01 {
	line-height: 3em;
}

.line_02 {}


header {
	display: table;
	margin: 0 auto;
}


.bk_img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

img {
	margin: 0 auto;
	max-width: 100%;
}


nav ul li a {
	text-decoration: none;
}

.drawer-hamburger {
	display: none;
}

.drawer-nav {
	text-align: center;
}

/*-- MV --*/

#mv {
	height: 60vw;
	max-height: 100vh;
	position: relative;
}

#mv .mv {
	overflow: hidden;
	position: relative;
	opacity: 1;
	transition: all 4s ease-in-out;
	-webkit-clip-path: circle(0 at 29% 53%);
	clip-path: circle(0 at 29% 53%);
	transform: translate(0, 0);
	transform: translate(0, 0);
}

#mv p {
	position: absolute;
	top: 3vw;
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 30px;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#mv h1 {
	position: absolute;
	bottom: 3vw;
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 35px;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#mv .bk_img_01 {
	background-image: url(../img/mv_01.png);
	height: 60vw;
	max-height: 100vh;
}

#mv .bk_img_02 {
	background-image: url(../img/mv_02.png);
	height: 60vw;
	max-height: 100vh;
}

#mv .bk_img_03 {
	background-image: url(../img/mv_03.png);
	height: 60vw;
	max-height: 100vh;
}

#mv .mv.act {
	-webkit-clip-path: circle(100% at 29% 53%);
	clip-path: circle(100% at 29% 53%);
	transform: translate(0, 0);
	opacity: 1;
}

#sec00 {
	padding: 8% 0%;
}

#sec00 .area01 {
	margin-bottom: 6%;
}

#sec00 .area01 h2 {
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 40px;
	letter-spacing: 0.3em;
	margin-bottom: 3%;
}

#sec00 .area01 p {
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 18px;
	line-height: 2.5em;
}

#sec00 .area02 {
	margin-bottom: 6%;
}

#sec00 .area02 ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

#sec00 .area02 ul li {
	display: table-cell;
	vertical-align: top;
}

#sec00 .area02 ul li a {
	display: block;
	padding: 0 1em;
}

#sec00 .area02 ul li a img.sub_img {
	display: block;
	margin-bottom: 1.5em;
}

#sec00 .area02 ul li a img.main_img {
	display: block;
	margin-bottom: 1.5em;
}

#sec00 .area02 ul li a h3 {
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 25px;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

#sec00 .area02 ul li a p {
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 17px;
	line-height: 1.7;
}

#sec00 img.logo_01 {
	margin: 0 auto;
	display: block;
}

.ttl {
	background-color: #e9518e;
	padding: 3%;
	text-align: center;
}

.ttl img.sub_img {
	margin-bottom: 1em;
}

.ttl h2 {
	color: #fff;
	font-size: 35px;
	letter-spacing: 0.2em;
}

.ttl h2 span {
	font-size: 25px;
	display: block;
	margin-top: 0.5em;
}

#sec01,
#sec02,
#sec03 {
	padding-bottom: 3%;
}

#sec01 .sub_mv,
#sec02 .sub_mv,
#sec03 .sub_mv {
	margin-bottom: 5%;
}

#sec01 .sub_mv .sub_txt,
#sec02 .sub_mv .sub_txt,
#sec03 .sub_mv .sub_txt {
	font-size: 28px;
	text-align: center;
	color: #e9518e;
	margin: 1em 0px;
	line-height: 1.5;
}

#sec01 .inner,
#sec02 .inner,
#sec03 .inner {}

#sec01 .inner h3,
#sec02 .inner h3,
#sec03 .inner h3 {
	color: #666;
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 0.8em;
}

#sec01 .inner .txt_01,
#sec02 .inner .txt_01,
#sec03 .inner .txt_01 {
	color: #666;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 5%;
}

#sec01 .inner .ul_01,
#sec02 .inner .ul_01,
#sec03 .inner .ul_01 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8%;
}

#sec01 .inner .ul_01 li,
#sec02 .inner .ul_01 li,
#sec03 .inner .ul_01 li {
	float: left;
	width: 200px;
	margin-right: 3%;
}

#sec01 .inner .ul_01 li:last-child,
#sec02 .inner .ul_01 li:last-child,
#sec03 .inner .ul_01 li:last-child {
	width: calc(97% - 200px);
	margin-right: 0;
}

#sec01 .inner .ul_01 li h4,
#sec02 .inner .ul_01 li h4,
#sec03 .inner .ul_01 li h4 {
	color: #666;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-bottom: 0.6em;
	margin-top: 1em;
}

#sec01 .inner .ul_01 li h4 small,
#sec02 .inner .ul_01 li h4 small,
#sec03 .inner .ul_01 li h4 small {
	font-size: 16px;
	display: block;
	letter-spacing: 0em;
	margin-bottom: 0.8em;
}

#sec01 .inner .ul_01 li h4 span,
#sec02 .inner .ul_01 li h4 span,
#sec03 .inner .ul_01 li h4 span {
	font-size: 22px;
}

#sec01 .inner .ul_01 li .txt_02,
#sec02 .inner .ul_01 li .txt_02,
#sec03 .inner .ul_01 li .txt_02 {
	color: #666;
	font-size: 18px;
	line-height: 2em;
}

/* #sec03 .inner .ul_01 li .txt_02 a{
	color: #666;
	text-decoration: underline;
} */
#sec01 .inner .ul_02,
#sec02 .inner .ul_02,
#sec03 .inner .ul_02 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sec01 .inner .ul_02 li,
#sec02 .inner .ul_02 li,
#sec03 .inner .ul_02 li {
	float: left;
	width: calc(97% - 350px);
	margin-right: 3%;
}

#sec01 .inner .ul_02 li:last-child,
#sec02 .inner .ul_02 li:last-child,
#sec03 .inner .ul_02 li:last-child {
	width: 350px;
	margin-right: 0;
}

#sec01 .inner .ul_02 li h5,
#sec02 .inner .ul_02 li h5,
#sec03 .inner .ul_02 li h5 {
	color: #e9518e;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 0.8em;
}

#sec01 .inner .ul_02 li .txt_03,
#sec02 .inner .ul_02 li .txt_03,
#sec03 .inner .ul_02 li .txt_03 {
	color: #666;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 5%;
}

#sec01 .inner .ul_02 li a,
#sec02 .inner .ul_02 li a,
#sec03 .inner .ul_02 li a {
	background-color: #e9518e;
	padding: 1em 1.5em;
	width: 250px;
	border-radius: 5em;
	text-align: center;
	color: #fff;
	position: relative;
}

#sec01 .inner .ul_02 li a img,
#sec02 .inner .ul_02 li a img,
#sec03 .inner .ul_02 li a img {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 1em;
}

#sec01 .inner .ul_02 li a span,
#sec02 .inner .ul_02 li a span,
#sec03 .inner .ul_02 li a span {
	vertical-align: super;
	display: block;
}

.bk_img01 {
	background-image: url(../img/bk_01.png);
	max-height: 550px;
	height: 50vh;
	position: relative;
}

.bk_img02 {
	background-image: url(../img/bk_02.png);
	max-height: 550px;
	height: 50vh;
	position: relative;
}

.bk_img03 {
	background-image: url(../img/bk_03.png);
	max-height: 550px;
	height: 50vh;
	position: relative;
}

.bk_img04 {
	background-image: url(../img/bk_04.png);
}

.icon_img {
	position: absolute;
	top: 1em;
	left: 1em;
}

.sub_mv_bk {
	position: relative;
}

.sub_mv_bk .bk_img {
	overflow: hidden;
	position: relative;
	opacity: 1;
	transition: all 3s ease-in-out;
	-webkit-clip-path: circle(0 at 9% 28%);
	clip-path: circle(0 at 9% 28%);
	transform: translate(0, 0);
	transform: translate(0, 0);
}

.sub_mv_bk.act02 .bk_img {
	-webkit-clip-path: circle(130% at 9% 28%);
	clip-path: circle(130% at 9% 28%);
	transform: translate(0, 0);
	opacity: 1;
}

.sub_mv_bk .main_img {
	transition: all 2s ease-in-out;
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

.sub_mv_bk.act02 .main_img {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

.human_img_01 {
	background-image: url(../img/human_img_01.png);
}

.human_img_02 {
	background-image: url(../img/human_img_02.png);
}

.human_img_03 {
	background-image: url(../img/human_img_03.png);
}

.human_img_04 {
	background-image: url(../img/human_img_04.png);
	background-position: center top;
}

.mov_img_01 {
	background-image: url(../img/mov_img_01.png);
}

.mov_img_02 {
	background-image: url(../img/mov_img_02.png);
}

.mov_img_03 {
	background-image: url(../img/mov_img_03.png);
}

.flex_box {
	display: flex;
	justify-content: space-between;
	color: #666;
}

.flex_box>div {
	max-width: 55%;
}

.flex_box>div:nth-of-type(1) {
	margin-right: 20px;
}

.flex_box>div h5 {
	color: #e9518e;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

.flex_box>div:nth-of-type(2) li:not(:last-child) {
	margin-bottom: 10px;
}

.flex_box li span {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}

#sec04 {
	background-color: #fef6f9;
	padding: 10% 0;
}

#sec04 img.logo_01 {
	display: block;
	margin: 0 auto 2em;
}

#sec04 p.txt01 {
	width: 100%;
	text-align: center;
	color: #fc588f;
	font-size: 18px;
	line-height: 2.5em;
	margin-bottom: 6%;
}

#sec04 img.image01 {
	display: block;
	margin: 0 auto;
}

#sec05 {
	padding: 14vw 0;
}

#sec05 p.txt01 {
	width: 100%;
	color: #fc588f;
	font-size: 18px;
	line-height: 2.5em;
}

footer {
	padding-top: 5%;
}

footer img.logo_02 {
	margin: 0 auto 0.5em;
	display: block;
}

footer small#copyright {
	color: #e9518e;
	display: block;
	letter-spacing: 0.06em;
	padding: 2.5em 0;
	text-align: center;
	width: 100%;
}

/*----------------------------------------------------
	20210315 add FK
----------------------------------------------------*/
#mv {
	padding-top: 100px;
}

.heading1 {
	font-size: 3.6rem;
	padding: 60px 0;
	text-align: center;
}

#mv .inner {
	position: relative;
}

#mv .link-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	width: 466px;
}

#mv .link-list-item {
	padding-right: 30px;
}

#mv .link-list-item img {
	width: 100%;
}

#mv .link-list-item:first-child {
	width: 208px;
}

#mv .link-list-item.link_instagram {
	width: 94px;
}

#mv .link-list-item.link_youtube {
	width: 81px;
}

#mv .link-list-item.link_column {
	width: 178px;
	padding-right: 0;
}

#sec00 .area01 p {
	color: #000000;
	margin-bottom: 100px;
}

#sec00 .area02 {
	margin-bottom: 13%;
}

#sec00 .catch img {
	width: 100%;
}

#sec03 {
	padding-bottom: 15%;
}

#sec04 {
	background-color: #FFF;
	padding: 0 0 50%;
	background-position: center top;
	position: relative;
}

#sec04 .inner {
	position: relative;
}

#sec04 .image01 {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}

#sec04 .logo {
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
	text-align: center;
}

.is-Pc {
	display: inline;
}

.is-Sp {
	display: none;
}

/*----------------------------------------------------
	20220216 add AM . online shop banner 
----------------------------------------------------*/
#sec03 {
	padding-bottom: 5%;
}

section#bnr_onlineshop {
	padding-bottom: 8%;
}

section#bnr_onlineshop .inner a {
	display: block;
	text-align: center;
}

section#bnr_onlineshop img {
	width: 480px;
}