@charset "utf-8";
/* CSS Document */

/*********************************************
 
	         　共通
 
*********************************************/
#glamorous_size{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:16px;	
	line-height:1.2rem;
	color: #343434;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1 !important;
	display: block !important;
	z-index: 99999;
}

#glamorous_size .contents_wrapper{
	/*max-width: 990px;*/
	width: 100%;
	margin: 0 auto;
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 990px;
	margin: auto;
}

ul.list img{width: 100%;vertical-align: bottom;}

ul.list li{margin-bottom: 2%;}

#glamorous_size ul.list.cont2 li{
	width: 49%;
	font-size: 14px;
}
#glamorous_size ul.list.cont3 li{width: 32%;}
#glamorous_size ul.list.cont4 li{
	width: 23%;
	margin-bottom: 50px;
}
/* 見出し */
#glamorous_size h2{
	font-size: 1.1rem;
    line-height: 3.5rem;
	margin: 100px 0 3%;
	text-align: center;
	letter-spacing: 0.2rem;
}
#glamorous_size h2 span{
	font-family:'Times New Roman';
	font-style: italic;
	font-weight: 700;
    font-size: 3rem;
	display: block;	
}

#glamorous_size h3{
	font-family:'Times New Roman';
	font-style: italic;
	font-weight: 700;	
	font-size: 3.0rem;
	line-height: 2.2rem;
	text-align: center;
}

#glamorous_size h4{
	text-align: center;
	margin-bottom: 2%;
}

/* テキスト関連 */
#glamorous_size .contents_wrapper > p{
	text-align: center;
}
p.party{
	line-height: 2.5rem;
}

/* ボタン */
#glamorous_size div.more_btn a{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.1rem;
	display: block;
	width: 370px;
	text-align: center;
	background-color: #343434;
	color: #fff;
	border: 1px #343434 solid;
	border-radius: 5px;
	margin: 0 auto;
	padding: 2% 0;
	transition: .5s;	
}

#glamorous_size div.more_btn a:hover{
	color: #fff;
	border: 1px #fff solid;
	background-color: rgba(255,255,255,0);
}


/* clearfix
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* hover image
--------------------------------*/
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* font
--------------------------------*/
.bold { font-weight:bold; }
.red {  color:#af0000; }
.white{color: #fff;}
.color_pink{color: #c83069;}

h3.red {  color:#af0000; }
h3.luxury {  color:#7a583d; }
h3.roomwear {  color:#8aa5b6; }
h3.slip {  color:#324a3c; }
h3.sexyinner {  color:#303030; }

/* bg
--------------------------------*/
.bg2{
	background-color: #f0e9e2;
	padding:0 0 50px;
}
	
div.more{
	text-align: center;
}

div.more img{
	max-width: 668px;
	width: 100%;
}

/*********************************************
 
	         　main
 
*********************************************/
/*メイン画像*/
#main .main_area{
	background-image: url("/img/usr/underwear/event/glamorous_size/main_bg.jpg");
}

#main .main_area h1{
	margin: 0 auto;
}

#main .main_area h1 img{
	/*max-width: 980px;*/
	width: 100%;
	margin: 0 auto;
	display: block;
}

#main div.read{
	padding: 50px 0;
	background-color: #f0e9e2;
	text-align: center;
	font-weight: bold;
	line-height: 1.8rem;
}

/*********************************************
 
	         　onayami_list
 
*********************************************/
#onayami_list{
	background-image: url(/img/usr/underwear/event/glamorous_size/2305_onayami_bg.jpg);
	background-repeat: repeat;
	padding: 5% 0;
}

#glamorous_size #onayami_list h2{
	margin: 0 0 50px;
	font-size: 2rem;
	font-weight: bold;
	background-color: #FFF;
}

#glamorous_size #onayami_list ul.list.cont2 li img{
	max-width: 469px;
	width: 100%;
}

div[id^="glamorous"] h2{
	margin: 50px 0 !important;
}

#glamorous_size #onayami_list ul.list.cont3 li{
	margin-bottom: 4%;
}
#glamorous_size #onayami_list ul.list.cont3 li .item_img_box{
    border-radius: 16px;
    background-color: #FFF;
}
#glamorous_size #onayami_list ul.list.cont3 li img{
	border-radius: 16px;
}
.glamorous_size_itemList p.item_name{
	padding: 5% 0 0;
	text-align: center;
	line-height: 1.8;
    width: 90%;
    margin: 0 auto;	
}

.glamorous_size_itemList div.btn{
	display: block;
	color: #fff;
	padding: 3% 0;
	background-color: #373737;
	text-align: center;
	border-radius: 40px;
	width:90%;
	margin: 5% auto 10%;
}

.glamorous_size_itemList a:hover div.btn{
	background-color:#51483d;
}
.txt_link {
    color: #EF4258;
    border-bottom: solid 1px #EF4258;
    display: table;
    margin: 0.5rem auto 0;
}

/*********************************************
 
	         　floating
 
*********************************************/
#floating_pc {
	display: block;
    top: 130px;
    height: 80px;
    background: url(/img/usr/underwear/event/glamorous_size/glamorous_float_pc.png) 0 0 no-repeat;
    z-index: 99999;
		width: 457px;
    height: 189px;
    position: fixed !important;
    position: absolute;
    right: -380px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
#floating_pc a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
#floating_pc:hover {/* カーソルが乗った時の動きを指定 */
	/*width: 320px;/* バナーが伸びた時の幅 */
	right: 0;
}
#floating_pc a:hover {
	/* IE9用 */
	/*width: 320px\9;*/
}

#floating_sp{
	display: none;
}


/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#glamorous_size .contents_wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
}


/*　画面サイズが760pxからはここを読み込む　*/
@media screen and (max-width:760px) { 
body{
	font-size:12px;	
}
	
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 

/*********************************************
 
	         　共通
 
*********************************************/

#glamorous_size ul.list.cont4 li {
	width: 44%;
	margin-bottom: 10%;
}

#glamorous_size h2{
	line-height: 2rem;
	font-size: 1rem;
	margin: 15% 0 3%;
}
#glamorous_size h3{margin-top: 10%;}
#glamorous_size h2 span{
	font-size: 2rem;
}
.bg2{
	padding: 0 0 10%;
	margin-top: -1%;
}
#main h1{
	background-position: 35%;
}
#main div.read{
	padding: 5% 0;
	line-height: 1.2rem;
}

#glamorous_size #onayami_list h2{
	margin: 5% 0;
    font-size: 5.4vw;
}
	
.glamorous_size_itemList p.item_name{
	line-height: 1.4;
}


#glamorous_size #onayami_list ul.list.cont2 li{
	width: 100%;
	text-align: center;
    margin-bottom: 5%;
}

#glamorous_size #onayami_list ul.list.cont2 li img{
		width: 95%;
}
#glamorous_size #onayami_list ul.list.cont3 li {
    width: 48%;
	margin-bottom: 6%;
}
div[id^="glamorous"] h2{
		margin: 5% 0 !important;
}

/*********************************************
 
	         　floating
 
*********************************************/
#floating_pc{
	display: none;
}
	#floating_sp{
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
}
	#floating_sp img{
	width: 100%;
}
	
	#page-top {
    bottom: 80px!important;
}
}

/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (min-width:990px) { 
.pc_none{display: none;}


}

.bg_0{
	background-color:rgba(0,0,0,0);
}

.bnr-area{
	max-width: 990px;
	width: 100%;
	margin: auto;
}


.contents_wrapper{
    padding-top: 30px !important;
    margin-top:-30px !important;
}
@media screen and (max-width:768px){
	.contents_wrapper{
    padding-top: 60px !important;
    margin-top:-60px !important;
}
}
@media screen and (max-width:500px){
	.contents_wrapper{
    padding-top: 80px !important;
    margin-top:-80px !important;
}
}