@charset "UTF-8";
/* =================================
 top.css
================================= */

#mainImg {
	border-bottom: 1px #FFF solid;
}
#mainImg .container {
	padding: 0;
}
h2 {
	font-family: "garamond-premier-pro",serif;
font-style: normal;
font-weight: 400;
	color: rgba(153, 112, 62, 0.8);
	font-size: 6.6rem;
	margin-top: 100px;
	text-shadow: -1px -1px 5px #fff, 1px 1px 5px #FFF;
}
.ttl-top-01 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #232121;
	font-size: 3.5rem;
	line-height: 60px;
}
.ttl-top-02 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #232121;
	font-size: 2rem;
	line-height: 30px;
}

/* scene
----------------------------------*/
.area-scene {
	padding-bottom: 40px;
	background-image: url(/themes/costume.117.co.jp/img/bg_top_scene.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin: 0 0 100px 0;
	width: 100%;
}
.sec-scene-event {
	margin-top: 30px;
}
.box-scene {
	background-color: rgba(255, 255, 255, 0.6);
	margin: 20px 0;
	position: relative;
	height: auto;
}
a:hover .box-scene {
	opacity: 0.7;
}
.ttl-top-event-01 {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 16px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 13px 0;
	position: absolute;
	bottom: 0px;
	right: auto;
	width: 100%;
	margin-bottom: 0;
}
.ttl-top-event-01.link {
	font-size: 1.8rem;
}
.ttl-top-event-01.link span {
	font-size: 1.2rem;
}

/* find
----------------------------------*/
.area-find {
	margin-bottom: 80px;
}
.box-find {
	background-image: url(/themes/costume.117.co.jp/img/bg_top_find_glass.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 60px;
	background-size: cover !important;
	width: 100%;
}
.table-top-find-ttl {
	background-color: rgba(196, 144, 191, 0.7);
	padding: 20px 0 0 20px;
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2px;
}
.table-top-find {
	background-repeat: no-repeat;
	background-size: 3rem;
	padding-left: 4rem;
}
.when {
	background-image: url(/themes/costume.117.co.jp/img/ico_top_find_01.png);
}
.who {
	background-image: url(/themes/costume.117.co.jp/img/ico_top_find_02.png);
}
.what {
	background-image: url(/themes/costume.117.co.jp/img/ico_top_find_03.png);
}
.table-top-find-txt {
	background-color: rgba(160, 160, 160, 0.28);
	padding: 20px 0 0 20px;
	margin-bottom: 2px;
}
.table-top-find-txt label {
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 20px 20px 0;
	font-size: 1.8rem;
	font-weight: 500;
}
.table-top-find-txt input {
	display: none;
}
.table-top-find-txt input[type="radio"]:checked + label {
	background-color: #bb9461;
	color:#FFF;
}
.txt-top-find-01 {
	color: #db045f;
	font-size: 1.8rem;
}
.table-find-btn {
	border-radius: 10px;
	border-width: 2px;
	border-color: #bb9461;
	border-style: solid;
	padding:10px 0;
	margin-top: 45px;
	font-size: 2.4rem;
	color: #bb9461;
	width: 100%;
	background-color: #FFF;
}
.table-find-btn:hover {
	background-color: #bb9461;
	color: #fff;
}
	
/* keyword
----------------------------------
.area-keyword {
	margin-bottom: 100px;
}
.ttl-top-03 {
	color: #000000;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec-keyword {
	background-image: url(/themes/costume.117.co.jp/img/bg_top_keyword.jpg);
	padding: 40px 0;
}
.box-keyword {
	width: 90%;
	padding:5px;
}*/



/* keyword テスト
----------------------------------*/
.area-keyword {
	margin-bottom: 100px;
}
.ttl-top-03 {
	color: #000000;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec-keyword {
	background-image: url(/themes/costume.117.co.jp/img/bg_top_keyword.jpg);
	padding: 40px 0;
}

.box-search{
	display: block;
	position: relative;
	padding-bottom: 40px;
}

.box-keyword {
	width: 90%;
	width: -webkit-calc(100% - 38px);
	width: calc(100% - 38px);
	border:none;
	border-radius:0;
	height: 38px;
	padding: 5px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.btn-keyword-submit{
	display: block;
	width: 38px;
	position: absolute;
	border:none;
	border-radius:0;
	right: 0;
	top: 0;
}
	
	
	
/* recommend
----------------------------------*/

.sec-recommend-article {
	margin: 40px 0;
	border-bottom: 1px #ccc solid;
	padding-bottom: 40px;
}

.btn-top-recommend {
	padding: 10px;
	background-color: #eeeeee;
	font-size: 1.8rem;
}

a .btn-top-recommend {
	color: #222;
}

a:hover .btn-top-recommend {
	opacity: 0.6;
}

.box-recommend-01 {
	padding: 30px;
	}

@media screen and (max-width:1000px) {
#toppage .sec-recommend-article .box-recommend-01 a p.ttl-cmn-costume-01 {
	display: none;
}

.btn-top-recommend {
    font-size: 1.6rem;
	padding: 10px 0;
}

}
@media screen and (max-width:767px) {
h2 {
	font-size: 4rem;
	margin-top: 40px;
}
.ttl-top-01 {
	font-size: 2rem;
	line-height: 3.6rem;
	margin-bottom: 5px;
}
.ttl-top-02 {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

/* scene
----------------------------------*/
.area-scene {
	padding-bottom: 20px;
	margin: 0 0 50px 0;
}
.sec-scene-event {
	margin-top: 15px;
}
.box-scene {
	margin: 10px 0;
}
.ttl-top-event-01 {
	padding: 8px 0;
	font-size: 1.5rem;
}
.ttl-top-event-01.link {
	font-size: 1.3rem;
}
.ttl-top-event-01.link span {
	font-size: 1rem;
}

/* find
----------------------------------*/
.area-find {
	margin-bottom: 40px;
}
.box-find {
	margin-bottom: 40px;
}
.table-top-find-ttl {
	font-size: 1.4rem;
	padding: 10px 0 0 5px;
}
.table-top-find-txt {
	padding: 10px 0 0 10px;
	margin-bottom: 2px;
}
.table-top-find-txt label {
	font-size: 1.4rem;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
}
.txt-top-find-01 {
	font-size: 1.4rem;
}
.table-find-btn {
	padding:10px 0;
	margin-top: 20px;
	font-size: 1.6rem;
}

/* keyword
----------------------------------*/
.area-keyword {
	margin-bottom: 50px;
}
.sec-keyword {
	margin: 0 15px;
}
.ttl-top-03 {
	font-size: 2rem;
}

/* recommend
----------------------------------*/

.sec-recommend-article > .container {
	padding: 0;
}
.sec-recommend-article {
	margin: 20px 0;
	padding-bottom: 20px;
}

.btn-top-recommend {
	margin-top: 10px;
	padding: 10px;
	font-size: 1.4rem;
}
.box-recommend-01 {
	padding: 10px;
	}

}
