@charset "utf-8";
/* -------------------------------------------------
top_topics_area
--------------------------------------------------- */
/*
#top_topics_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
}
*/
#main_topics_container {
    background-image: url(../img/index/event_bg.jpg);
    margin: 70px 0 0 0;
    padding: 0% 0 2% 0;
}
#top_topics_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.topics_list {
    float:left;
    width: calc(48% - 6px);
    /*height:355px;*/
	height: auto;
    margin: 3px 3px 15px 3px;
	overflow: hidden;
}
.topics_img {
    float:left;
    width:calc(100% - 20px);
    /*height:240px;*/
	height: auto;
    overflow:hidden;
    margin: 10px;
	position: relative;
}
.topics_img img {
    width:100%;
    height:auto;
    margin-top: -2px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.topics_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.topics_shop{
	color: #fff;
    padding: 0 2%;
    display: inline-block;
    text-align: left;
    width: 42%;
}
.topics_list_shop{
	color: #fff;
	width: 96%;
    display: block;
    /*float: left;*/
	padding: 5px 2%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	margin: -0.6em 0 -0.3em 0;
}
.topics_day {
    float:left;
    width:calc(100% - 20px);
    height:20px;
    margin: 5px 10px;
    font-size: 12px;
}
.topics_title {
    float:left;
    width:calc(100% - 20px);
    /*height:50px;*/
    margin: 5px 10px;
    font-weight: bold;
}
.topics_body {
    display: none;
}


@media screen and (max-width: 770px) {
	#main_topics_container {
		margin: 80x 0 0 0;
	}
    #top_topics_area {
        width:98%;
    }

    .topics_list {
        clear:both;
        float:left;
        width: 100%;
        height:auto;
        margin: 10px 0px;
    }

    .topics_img {
        float:left;
        width:46%;
        height:auto;
        margin: 0px 0 0 4%;
    }

    .topics_img img {
        width:100%;
    }


    .topics_day {
        float:right;
        width:46%;
        /*margin: 5px auto;*/
	margin:auto;
        text-align: left;
    }

    .topics_title {
        float:right;
        width:46%;
        height:auto;
        margin: 5px auto;
        text-align: left;
    }

    .topics_body {
        display: inline-block;
        float:right;
        width:46%;
        height:auto;
        margin: 5px auto;
        text-align: left;
    }
}

/* -------------------------------------------------
     topics_list_box
 --------------------------------------------------- */
 
.topics_list_box {
	clear:both;
	width:calc(100% - 20px);
	height:auto;
	margin:10px auto;
	overflow:hidden;
	border:solid 1px #ccc;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}

.topics_list_box .topics_list_title {
	width: 100%;
	height:auto;
	background-color:var(--link-color);
	padding: 10px;
	box-sizing: border-box;
	font-size:16px;
    color: #fff;
    font-weight: bold;
}


.topics_list_box .topics_list_img {
	float:left;
	width: 30%;
	height:auto;
    margin: 10px 2% 0 0;
	overflow:hidden;
}

.topics_list_box .topics_list_img img {
	width:100%;
	height:auto;
}
.topics_list_sm_img{
	float:left;
	width: 13%;
	height:auto;
	margin: 10px 2% 0 0;
	overflow:hidden;
}
.topics_list_sm_img img{
	width:100%;
	height:auto;
}

.topics_list_box .topics_list_txt {
	float:right;
	width:68%;
	height:auto;
	overflow:hidden;
	margin: 10px 0 0 0;
}
.topics_list_sm_txt {
	float:right;
	width:85%;
	height:auto;
	overflow:hidden;
	margin: 10px 0 0 0;
}

.topics_list_box .topics_list_txt h3 , .topics_list_sm_txt h3 {
	width: 100%;
	/*text-align:right;*/
	font-size:14px;
	font-weight: normal;
	color:#666;
}

.topics_list_box .topics_list_txt p {
	width: 100%;
	margin-top: 10px;
    text-align: start;
}

#top_news_area {
	clear:both;
	width:900px;
	height:auto;
	margin:10px auto;
}

#top_news_area hr {
	width:900px;
	margin:0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}
.news_listbox {
	clear:both;
	float:left;
	width:90%;
	height:auto;
	padding:15px 10px;
	margin:auto 5%;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
}

.news_listbox .data {
	float:left;
	width: 20%;
	height:auto;
	text-align:center;
}

.news_listbox .title {
	font-size:1.3em;
	font-weight:bold;
	float:left;
	width: 80%;
	height:auto;
	margin-bottom:1%;
}
.news_listbox p{
	width: 80%;
	margin-left:20%;
}
.news_listbox p a{
	color:#000 !important;
}

@media screen and (max-width: 770px) {
	.topics_list_box {
        width: 96%;
        margin: 0 2%;
	}
	
	.topics_list_box .topics_list_img {
		width: 100%;
		height:auto;
	}
	
	.topics_list_box .topics_list_img img {
		max-width:100%;
		height:auto;
	}

	.topics_list_box .topics_list_txt {
		float:left;
        width: 96%;
        margin: 0 2%;
	}
	#top_news_area {
		width:100%;
	}
	
	#top_news_area hr {
		width:100%;
	}
	
	.news_listbox {
		width:100%;
		margin:auto 0%;
	}

	.news_listbox .data {
		width: 100%;
		text-align:left;
	}
	
	.news_listbox .title {
		width: 100%;
	}
	.news_listbox p{
		width: 100%;
		margin-left:0%;
}

}

/* -------------------------------------------------
newface
--------------------------------------------------- */
.newface_list {
    float:left;
    width: calc(16.6% - 6px);
    height:300px;
    margin: 3px;
}
.newface_list .nf_shop {
	font-size: 0.6em;
    position: absolute;
    bottom: 70px;
    left: 0;
	width: 90%;
    text-align: left;
	color: #fff;
    padding: 2% 5%;
}
.newface_data{
	/*margin-top: -78px;*/
	float: left;
	width: 98%;
	padding: 3% 1%;
	background-color: #fff;
}
.newface_data .nf_name{
	font-size: 0.9em;
}
.newface_data .nf_size{
	
}
.newface_data .nf_nyuten{
	font-size: 0.8em;
	padding: 5px auto;
	border: 1px solid var(--link-color);
	color: var(--link-color);
	margin: 0 10px;
}
@media screen and (max-width: 770px) {
	.newface_list {
		width: 44%;
		height:80vw;
		margin: 3%;
	}
	.newface_list .topics_img {
        float:left;
        width:100%;
        height:auto;
        margin: 0px 2%;
    }
	.newface_list .nf_shop {
		bottom: 3vw;
	}
	.newface_data{
		margin-top: -5%;
	}
}

/* -------------------------------------------------
�u�����h�ꗗ
--------------------------------------------------- */
.brand_list{
	padding: 3%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
	margin: 3% 2%;
}
.brand_list .main{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}
/* indexのブランドに影響するから消す？
.brand_data ul{
	width: 100%;
	margin: 2% 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}

.brand_data ul li{
	width: 49%;
	padding: 2% 0% 2% 1%;
}
*/
.brand_data_box ul{
	width: 100%;
	margin: 2% 0 0% 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.brand_data_box ul li{
	width: 49%;
	padding: 2% 1% 0% 0%;
}
.brand_data_box ul li img{
	width: 100%;
	height: auto;
}
.brand_data_box ul li:last-child{
	padding: 2% 0% 0% 1%;
}
.brand_left{
    width: 49%;
	height:auto;
	margin: 0 1% 0 0;
	display: inline-block;
}
.brand_right{
    width: 49%;
	height:auto;
	margin: 0 0 0 1%;
}
.brand_right .topics_img{
	height: 340px;
}
.brand_btn{
	clear: both;
	margin: 5% 10px;
	padding: 2% 0;
}
.brand_btn a{
	display: block;
	width: 96%;
	padding: 10px 2%;
	color: var(--link-color);
	border: var(--link-color) 1px solid;
	border-radius: 5px;
	background-color: #fff;
}
@media screen and (max-width: 770px) {
	.brand_list{
		padding: 20px;
		margin: 30px 15px;
	}
	.brand_left{
		width: 100%;
	}
	.brand_data {
		width: 100%;
	}
	.brand_data ul li{
		width: 100%;
		padding: 2% 0% 2% 0%;
	}
	.brand_data_box ul{
		margin: 2% 0 0% 0;
	}
	.brand_data_box ul li {
		width: 100%;
		padding: 2% 0%;
	}
	
	.brand_data_box ul li:last-child{
		padding: 2% 0% 0% 0%;
	}
	.brand_right{
		/*background-color: rgba(255, 255, 255, 0.6);*/
		width: 100%;
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	padding-top: 20px;
	border-top: #666 solid 1px;
	}
	.brand_btn {
		float: left;
		width: 46%;
		height: auto;
		margin: 0px 0 0 4%;
	}
	.brand_right .topics_img{
		height: 230px;
	}
}

/* -------------------------------------------------
����R���e���c
--------------------------------------------------- */
.date ul{
	clear: both;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
	background-color: rgba(23,40,229,0.1);;
    /*background-color: rgba(255,255,255,0.5);*/
}
.date ul li{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	margin: 10px 0;
	font-weight: bold;
}
.date ul .desc{
	width: 40%;
	margin-right: 10px;
	text-align: right;
}
.date ul li input{
	width: 56%;
}
.date ul li select{
	width: 30%;
}
.date ul li p{
	text-align: left;
	width: 52%;
	padding: 3px 2%;
	background-color: #fff;
}
.hissu{
	font-size: 0.7em;
	color: #fff;
	background-color: #ff227c;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 5px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.date ul input[type="button"]{
	width: 200px;
	text-align: center;
	color: #fff;
	background-color: #a2a2a2;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 15px 0% 15px 20%;
}
.date ul input[type="submit"]{
	width: 200px;
	text-align: center;
	color: #fff;
	background-color: var(--link-color);
	border-radius: 5px;
	padding: 5px 10px;
	margin: 15px auto;
}
@media screen and (max-width: 770px) {
	.date ul li input{
		width: 98%;
	}
	.date ul li select{
		width: 98%;
	}
	.date ul .desc{
		width: 98%;
		text-align: left;
	}
	.date ul li p{
		width: 96%;
		padding: 3px 2%;
	}
	.date ul input[type="button"]{
		width: 40%;
		margin: 15px auto;
	}
	.date ul input[type="submit"]{
		width: 40%;
	}
}


/* -------------------------------------------------
�O���r�A�ꗗ
--------------------------------------------------- */
.pickup_data{
	width: 48%;
	margin:1%;
}
/*�O���r�A�X���C�_�[*/
.slider_gravure {
    margin: 0 0%;
  }
  @media screen and (max-width:768px) {
    .pickup_data{
		width:98%;
    }
    .slider_gravure {
        margin: 0 20%;
      }
  }

  .slider_gravure .slick-slide {
    transition: all ease-in-out .3s;
  }
  .thumb_gravure .slick-active{
      opacity: 0.6;
  }

  .thumb_gravure .slick-current {
    opacity: 1;
  }
  .thumb_gravure {
    margin: 5px 0 15px 0;
  }
  .thumb_gravure .slick-slide {
    cursor: pointer;
    margin: 0 5px;
    border: #000 1px solid;
  }

  .thumb_gravure .slick-slide:hover{
    opacity: 1;
  }

  .slide-navigation .item .image::before {
    display: block;
    padding-top: 35%;
    content: "";
  }
@media screen and (max-width: 770px) {
}