@charset 'utf-8';
/* CSS Document */
<!-- ページ上部商品ストーリーFV -->
#textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
          
.textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
.photo-show {   
 height: 550px; /*表示したい大きさ*/  
    /*margin: 30px auto; /*縦余白は任意*/  
    position: relative;  
    width: 600px; /*表示したい大きさ、height と合わせる*/  
}  
#textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
          
.textarea{  
    width:600px;  
    width:630px;/*190911追加分*/  
    margin-left:auto;  
    margin-right:auto;  
    }  
.photo-show {   
 height: 550px; /*表示したい大きさ*/  
    /*margin: 30px auto; /*縦余白は任意*/  
    position: relative;  
    width: 600px; /*表示したい大きさ、height と合わせる*/  
}  
/*各画像のアニメーションの合計秒数*/  
.photo-show img {   
    animation: show 20s infinite;  
    -webkit-animation: show 20s 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;  
}

<!-- ページ上部商品ストーリーFV -->


.cat_menu{
	margin:10px 0;
}
.cat_menu_inner{
	text-align:left;	
}
.cat_menu_inner_l{
	float:left;
	margin-right:25px;
	width:165px;
}
.cat_menu_inner_r{
	float:left;
	width:165px;
}
p.cat_menu_ttl{
    background: url("https://www.lovecosmetic.jp/images/icon/hanablue.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    line-height: 120%;
    margin: 0;
    padding: 0 0 0 13px;

}
p.cat_menu_d{
    line-height: 120%;
    margin: 0 0 5px 0;
    padding: 0;
   color: #666666;
   font-size:12px;	
}

p.voice a{
	line-height:14px;
}

.nos{
	margin:10px 0 0 0;
	text-align:center;
}

.more_c{
	text-align:right;line-height:18px;margin-top:5px;
}
<!-- タグクラウド風 -->
#tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tag ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
	float:left;
	font-size:12px;
}
#tag ul li a {
	display: inline-block;
	/*max-width: 100px;*/
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	font-size:12px;
}
#tag ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	font-size:12px;
}

<!-- タグクラウド風 -->


/*↓↓↓↓↓190911追加分↓↓↓↓↓*/ 
#textarea{  
	width:100%;
    max-width:630px;
    }  
.textarea{  
	width:100%;
    max-width:630px;  
    }  
.photo-show{
	width:630px;
	margin:0;
}
.photo-show img{
	margin:0 auto;
}
#contents .text_box{
	margin:2em 0 0;
}
#mainTtl{
	width:100%;
}
.text_box h2.h2{
	width:100%;
}
#contents .text_ttl{
	width:100%;
	padding:.5em 0 .5em 0;
	display:block;
	position:relative;
}
#contents h3.text_ttl span{
	position:relative;
	left:1em;
}
.lowsegment00{
	width:100%;
}
.lowsegment00 p{
	width:85%;
	margin:0 auto;
}
.lowsegment00 .introarea{
	width:100%;
	margin:0;
}
.lowsegment00 .introarea h3.ttl1{
	width:100%;
	margin:0;
}
.lowsegment00 .introarea table{
	margin: 1em auto 0;
}
.cat_ph_list_w{
	width:100%;
}
.cat_ph_list_more{
	width:100%;
}
/*↑↑↑↑↑190911追加分↑↑↑↑↑*/
