@charset 'utf-8';
/* CSS Document */
.textPinkBold06 {
  font-size: 15px!important;
}
img{
	vertical-align:top;
}



#textareaslide {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.textareaslide {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#textarea .top a {
	float: right;
	margin-right: 5%;
	font-size: 10px;
	color: #444;
	text-decoration: underline;
}

#main_contents>div.contents00 {
	padding: 0%;
	max-width: 586px;
	margin: 0 auto;
}

#contents #main_contents>div.contents00 p,
#main_contents>div.contents00 p {
	font-size: 1rem;
	padding: 0 9%;
	LINE-HEIGHT: 1.7;
	margin: 0 auto 1.5rem auto;
	/*text-align: justify;*/
	text-align: center;
	/*font-weight: bold;*/
	color: #2d2929;
	font-family: serif;
}

#main_contents>div.contents00 p font.pink,
#contents #main_contents>div.contents00 p font.pink {
	color: #2d2929;
	font-size: 1rem;
	font-weight: bold;
	background: linear-gradient(#fae4ff 90%, #ffffff00 30%);
}

#main_contents>div.contents00 p font.yellow,
#contents #main_contents>div.contents00 p font.yellow {
	color: #2d2929;
	font-size: 1rem;
	font-weight: bold;
	background: linear-gradient(#ffffe4 90%, #ebcc15 30%);
}

.midashi1 {
	position: relative;
	padding-top: 1.2em;
	padding-bottom: 1em;
	font-size: 30px !important;
	line-height: 150%;
	color: #449ac0;
	font-weight: normal;
	text-align: center;
}

.midashi2 {
	position: relative;
	padding-top: 1.2em;
	padding-bottom: 0.5em;
	font-size: 23px !important;
	line-height: 150%;
	color: #e95ba8;
	text-align: center;
}


div.bg_introduction2 {
	/*background: #ffcbdc;*/
	background: linear-gradient(#baeafe, #ffcbdc)
}


div.bg_introduction4 {
	background: #baeafe;
}
div.bg_introduction5 {
	/*background: #ffcbdc;*/
	background: linear-gradient(#fff, #baeafe)
}
.bgpng {
    width: 100%;
    height: 100%;
    background: url(https://www.lovecosmetic.jp/set_new/establish2023/establish2023_bg01.png) repeat-y;
    background-size: 100% auto;
}
.bgpng2 {
    width: 100%;
    height: 100%;
    background: url(https://www.lovecosmetic.jp/set_new/establish2023/establish2023_bg02.png) repeat-y;
    background-size: 100% auto;
}

div.bg_introduction6 {
	/*background: #ffcbdc;*/
	background: linear-gradient(#baeaff, #ffcbdc)
}

.photo-show {
	height: 600px;
	/*表示したい大きさ*/
	/*margin: 30px auto; /*縦余白は任意*/
	position: relative;
	width: 600px;
	/*表示したい大きさ、height と合わせる*/
}

/*各画像のアニメーションの合計秒数*/
.photo-show img {
	animation: show 16s infinite;
	-webkit-animation: show 16s infinite;
	height: auto;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	/*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
	0% {
		opacity: 0
	}

	10% {
		opacity: 1
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 0
	}
}

@-webkit-keyframes show {
	0% {
		opacity: 0
	}

	10% {
		opacity: 1
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 0
	}
}

/*各画像のアニメーションの開始時間をずらす*/

/*1枚目*/
.photo-show img:nth-of-type(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

/*2枚目*/
.photo-show img:nth-of-type(2) {
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}

/*3枚目*/
.photo-show img:nth-of-type(3) {
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
}

/*4枚目*/
.photo-show img:nth-of-type(4) {
	animation-delay: 18s;
	-webkit-animation-delay: 18s;

}

/*5枚目*/
.photo-show img:nth-of-type(5) {
	animation-delay: 24s;
	-webkit-animation-delay: 24s;

}

/*6枚目*/
.photo-show img:nth-of-type(6) {
	animation-delay: 30s;
	-webkit-animation-delay: 30s;
}


/*マウスが画像に重なった際、動きを止めて四角くする*/

/*.photo-show img {
	   transition: 0.2s;
	   -webkit-transition: 0.2s;
   }
   
   .photo-show:hover img {
	   animation-play-state: paused;
	   -webkit-animation-play-state: paused;
	   border-radius: 0;
   }*/

.strongtext {
	font-weight: bold;
	color: #00B9D3;
	font-size: 16px !important;
}



.bg_introduction figure {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.bg_introduction img {
	width: 100%;
	margin: 0 auto;
}

.bg_introduction2 figure {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.bg_introduction2 img {
	width: 100%;
	margin: 0 auto;
}

/* グッズスクロールエリア */
.goodsslide {
	text-align: center;
	width: 98%;
	margin: 0 auto;
	padding-bottom: 5em;
}

.slick-slider div {
	transition: none;
}

.goodsslide .itembox a {
	width: 100%;
	height: 100%;
	display: block;
}

.goodsslide .itembox a:hover {
	text-decoration: none !important;
	text-align: center !important;
}

.goodsslide .itembox .mg {
	margin-bottom: .5em;
}

.goodsslide .itembox .item_pict {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	padding: .3em;
}

.goodsslide .itembox .item_pict:hover {
	opacity: .7;
}

.goodsslide .itembox p {
	font-size: 1em;
}

.goodsslide .itembox .item_name {
	margin-top: 1em;
	height: 60px;
}

.goodsslide .itembox .item_name:hover {
	text-decoration: none !important;
	text-align: center !important;
}

.goodsslide .itembox .item_price {
	font-weight: bold;
	color: #D80000;
}

.goodsslide .itembox .item_price:hover {
	text-decoration: none !important;
	text-align: center;
}

.goodsslide .itembox .item_detail {
	margin: 0 .5em;
	display: block;
	height: 70px;
	text-align: left;
	font-size: .9em;
}

.goodsslide .itembox .item_detail:hover {
	text-decoration: none !important;
	text-align: left;
}

.goodsslide .itembox .item_none {
	display: none;
}

.goodsslide .itembox .btn_area {
	margin: 0 .5em .9em .5em;
}

.goodsslide .itembox .btn_area:hover {
	opacity: .7;
}

.goodsslide .itembox .btn_area span {
	display: block;
	padding: .5em;
	border-radius: .3em;
	background: #ff9f32;
	color: #FFF;
	text-align: center;
}

.goodsslide .slick-prev,
.goodsslide .slick-next {
	border: none;
	text-indent: -999px;
}

.goodsslide .slick-prev {
	left: 0;
	bottom: 3em;
	z-index: 100;
}

.goodsslide .slick-next {
	right: 0;
	bottom: 3em;
}

.goodsslide.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.goodsslide .slick-dots {
	bottom: 0;
	margin: 0 15px;
}

.goodsslide .slick-dots li {
	text-align: center;
}

.slick-dots li button:before {
	content: "●" !important;
}

/* SNS枠 */
.sns_parent {
	width: 98%;
	max-width: 580px;
	margin: 2em auto 0;
	font-size: 14px;
}
.sns_parent h4 {
	font-size: 1.4em !important;
	line-height: 1.6em !important;
	background: #5ab4e6 !important;
	color: #fff;
	border-radius: .5em;
	padding: 1em 0 !important;
	text-align: center;
}
.sns_parent .sns_child {
	width: 98%;
	max-height: 800px;
	margin: 1em auto 0;
	overflow-y: scroll;
}
