@charset 'utf-8';
/* CSS Document */
/* セクション設定 */
section {
	margin-top: 2em;
	width: 100%;
}
section figure {
	width: 100% !important;
	margin-top: 1em;
}
section figure img {
	width: 100%;
}
section article {
	width: 98% !important;
	margin: 1em auto 0;
	color: #252525 !important;
	line-height: 1.6em;
	font-size: 1.2em;
}
section article p {
	width: 100%;
	margin: 1em 0 0 0 !important;
	padding: 0 !important;
}
section article dl,
section article dl dt,
section article dl dd,
section article ul,
section article ul li {
	width: 100%;
	margin-top: 1em;
}
section article dl figure {
	margin-top: 0;
}
section .gototop {
	display: block !important;
	width: 100%;
	margin-top: 1.5em;
}
section .gototop a {
	display: block !important;
	width: 98%;
	text-align: right;
	font-size: .8em;
	margin: 0 auto;
}
section .gototop a:hover {
	text-align: right !important;
}




div{
	text-align:center;
}
img{
	vertical-align:top;
}


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

##coffretAnimation{
	background:rgba(255,255,255,0.75);
	padding-bottom:10px !important;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	}



.pinktitle{
	color:#FFF !important;
	padding:3% 3% 3% 4%;
	background-color: #bf0923;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-top:2% !important;
	margin-bottom:1% !important;
}

.greentitle {
    color: #FFF;
    padding: 15px 15px 15px 20px;
    background-color: #61b072;
    border-radius: 5px;
    font-size: 16px!important;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
}

#para1 {
    background-image: url("https://www.lovecosmetic.jp/set_new/honeylemon/honeylemon_bg.jpg");
    background-attachment: local;
    width:600px;
    margin:auto;
   padding-bottom:20px;


}

#para2 {
    background-image: url("https://www.lovecosmetic.jp/set_new/honeylemon/honeylemon_bg.jpg");
    background-attachment: local;
    width:600px;
    margin:auto;
   padding-bottom:20px;


}


.para_a,
.c {
    height: 100vh;
    font-size: 40px;
    background-color: aquamarine;
    opacity: 0.4
}
.b,
.d {
    height: 100vh;
    font-size: 40px;
    background-color: coral;
    opacity: 0.4
}

.beginning{
    text-align: center;
    padding-top: 20px;
}

#textarea .beginning p{
    color: #b50909!important;
    font-size: 26px !important;
    text-shadow: 2px 1px 0px #fff, 1px 2px 0px #fff;
    padding: 0 0 30px 0;
    font-family:'Yu Mincho','游明朝',YuMincho,'游明朝体',sans-serif;
    font-weight: 900;
}

#textarea .beginning p:first-child{
    margin: 40px 0 0 0;
}

.ame-lineup{
	background:rgba(255,255,255,0.75);
    margin: 40px 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	font-size:16px !important; 
	}

.ame_contentsbox{
    padding-top: 40px;
}

#contents #main_contents #textarea .textarea .introarea .episodeBox p {
font-size:14px;
}

#textarea .inr .box a{
    font-size: 15px;
}

.grid-image {

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    /**margin:30px 0;**/
}



/**.grid-image img {
    width:calc(33.333% - 10px);
    margin:0 15px 15px 0;
}**/
.grid-image img:nth-of-type(3n),
.grid-image img:last-child {
    margin-right: 0;
}

#grid-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /**margin:30px 0;**/
    justify-content: center;
}


#grid-image a {
    text-decoration:underline !important;	
}

@media screen and (max-width:600px) {
    .grid-image img {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width:480px) {
    .grid-image img:nth-of-type(2n) {
        margin-right: 0;
    }

    .grid-image img:nth-of-type(3n) {
        margin-right: 15px;
    }
}

/* ORIGINAL */
.link2 {
	width: 100%;
	margin-top: 1em;
}
.link2 a {
	display: block !important;
}
nav.menu {
	width: 100%;
	margin: 0;
}
nav.menu figure {
	width: 100%;
	position: relative;
}
nav.menu figure img {
	width: 100%;
}
nav.menu figure a {
	position: absolute;
	display: block !important;
	bottom: 0;
	width: 25%;
	height: 80%;
	margin: 0;
}
nav.menu figure a:nth-child(1) {left:0;}
nav.menu figure a:nth-child(2) {left:25%;}
nav.menu figure a:nth-child(3) {left:50%;}
nav.menu figure a:nth-child(4) {left:75%;}

/* アコーディオンメニューの隙間調整 */
dl.accordionList {
  margin-bottom: -25px;
}
