@charset "UTF-8";
/* CSS Document */

/* ========================================
    全体設定
========================================= */
body {
	color:#000000;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#474747;
	text-decoration:none;
}


/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    ヘッダー
========================================= */
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
 
  background-color: #f2f2f2;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  
  /* ===padding: 12px;== */
}

.header-inner {

	width: 1200px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;

}

.header-logo {
	width: auto;
	margin:0 0 0 10px;
	line-height: 96px;
	justify-content: flex-start;
	
}

.header-logo img{
  width: 70px;
}


.header-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.header-nav-list:hover {
	color: #be101e;
    transition : 0.5s;

}


.header-nav-link:hover {
	color: #be101e;
    transition : 0.5s;
}

.search-form-002 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 25px;
}


.header-right {
	display: flex;
}

 /* ==検索フォーム== */
 .form {
    display: flex;
    gap: 5px;
	
  }

.form-input {
	width: 130px;
	margin: 35px 0;
	line-height: 30px;
}


  .form-submit {
	margin: 35px 0;
    transition: opacity 0.3s;
	position: relative;
	height: 26px;
	width: 26px;
	outline: none;
	cursor: pointer;
  }

  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
    transition : 0.5s;
  }




.form-submit img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==#buttonImage {
  background-image:url("../img/search.png");
  display:inline-block;
  margin-top:2px;
  width:16px;
  height:16px;
}

.form-submit{
  border:1px solid #3079ed;
  background-color:#4d90fe;
  width:100px;
  height:28px;
}== */

 
/* ==検索フォームここまで== */

.header-icon {
	display: flex;
    justify-content:space-around;
	
}

.header-icon img{
	height: 30px;
    width: 40px;
    line-height: 96px;
    margin: 31px 0 33px 25px;
}

.header-icon:hover {
    opacity: 0.7;
    cursor: pointer;
    transition : 0.5s;
  }




/* ========================================
    ヘッダー下
========================================= */
.header_under {
	position: fixed;
	z-index: 1;
  	top: 96px;
  	left: 0;
 	border-bottom: 1px solid rgba(241, 238, 228, 0.25);
	background-color: #a6c3ac;
	width: 100%;
	height: 38px;
	margin-bottom: 62px;
	text-align: center;
}

.header_under_text {
	color: #ffffff;
	line-height: 38px;
	
}

.header_under_text:hover {
    color: #8f7e61;;
    transition : 0.5s;

}


/* ========================================
    共通クラス
========================================= */
.inner {
	width: 1200px;
	margin: 0 auto;
	/* =margin-bottom: 200px;== */
	
}



/* ========================================
    メイン画像
========================================= */
.firstview_inner{
	margin-bottom:302px;
	margin-top: 200px;
	
}

.fv_picure {
	
	width: 1200px;
	height: 641px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	
	
}

/* ========================================
    New item
========================================= */
.newitem_inner {
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 50px
}

div#newitem_wrapper {
    width: 1073px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}

div#newitem_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;== */
	text-align: center;
	
}


div#newitem_title h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}


div#newitem_box {
    width: 1075px;
    height: 795px;
    background-color: #fff;
    padding: 15px;
	
}

.newitem_list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.newitem_list li {
	width: 25%;
	
}
.newitem_list li img {
	padding: 5px;
}

.newitem_name a{
	font-weight: bold;
}

.newitem_name a:hover {
	color: red;
    transition : 0.5s;

}

.newitem_list li dt a:hover img{
	opacity: 0.7;
    transition : 0.5s;

}

/* =====.newitem_list li dd a:hover {
	color: red;
}=== */

.newitem_price {
	color: #be101e;
	font-size: 13px;
	margin-bottom: 40px;
}

/* ========================================
    button
========================================= */
.button {
	margin-bottom: 200px;
}
.button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #313131;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


/* ========================================
    Re Arrival
========================================= */
/* .rearrival_inner {
	background-color: royalblue;
	height: auto;
    padding-bottom: 30px;
    margin-bottom: 50px;
	
	
	height: 641px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	
	
}== */

.rearrival_inner {
	background-color: #8f7e61;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 50px
}

div#rearrival_wrapper {
    width: 1073px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}

div#rearrival_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;== */
	text-align: center;
	
}


div#rearrival_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}



div#rearrival_box {
    width: 1075px;
    height: 410px;
    background-color: #fff;
    padding: 15px;
	
}

.rearrival_list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.rearrival_list li {
	width: 25%;
	
}

.rearrival_list li img {
	padding: 5px;
}

.rearrival_name a{
	font-weight: bold;
}

.rearrival_name a:hover {
	color: red;
    transition : 0.5s;

}

.rearrival_list li dt a:hover img{
	opacity: 0.7;
    transition : 0.5s;

}

/* =====.newitem_list li dd a:hover {
	color: red;
}=== */

.rearrival_price {
	color: #be101e;
	font-size: 13px;
	margin-bottom: 40px;
}



/* ========================================
    Ranking
========================================= */
.ranking_inner {

	height: auto;
    padding-bottom: 30px;
	border: 1px solid #8f7e61;
	margin-bottom: 50px;
}



div#ranking_wrapper {
    width: 1073px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}

div#ranking_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;== */
	text-align: center;
	
}


div#ranking_title h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}



div#ranking_box {
    width: 1075px;
    height: 410px;
    background-color: #fff;
    padding: 15px;
	
}

.ranking_list li dl {

	position: relative;
}


span.ranking_number {
    font-size: 12px;
    font-weight: bold;
    background-color: #434343;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 4px;
    left: 4px;
}

span.ranking_number:hover {
	opacity: 0.7;
}


.ranking_list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.ranking_list li {
	width: 25%;
	
}

.ranking_list li img {
	padding: 5px;
}

.ranking_name a{
	font-weight: bold;
}

.ranking_name a:hover {
	color: red;
     ransition : 0.5s;

}

.ranking_list li dt a:hover img{
	opacity: 0.7;
    transition : 0.5s;

}

/* =====.newitem_list li dd a:hover {
	color: red;
}=== */

.ranking_price {
	color: #be101e;
	font-size: 13px;
	margin-bottom: 40px;
}


/* ========================================
    News/Article
========================================= */
.news_inner {
	background-color: #DBCDB4;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 200px;

}

div#news_wrapper {
    width: 1073px;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
}

div#news_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;== */
	text-align: center;
	
}


div#news_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}



div#news_box {
    width: 1075px;
    height: 410px;
    /* ==background-color: #fff;== */
    padding: 15px;
	
	
}

.news_list {
	display: flex;
	/* ======flex-wrap: wrap;==== */
	justify-content: space-around;
	text-align: center;
}

.news_list li {
	width: 45%;
	
}

.news_list li img {
	padding: 5px;
}

.news_list li img:hover {
	opacity: 0.7;
    transition : 0.5s;

}



/* ========================================
    フッター
========================================= */
div#footer_inner{
	background-color: #8f7e61;
	width: 100%;
	height: auto;
	color: #fff;
	
}

div#footer_top_wrapper {
	display: flex;
	/* ======flex-wrap: wrap;==== */
	justify-content: space-around;
	text-align: center;
	padding-top: 70px;
	height: 300px;
	border-bottom: 1px solid #b3a998;
}

div#footer_left_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_left_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}

.footer_icon_list {
  display: inline-block;
  display: flex;
  justify-content: center;
  gap: 20px;
}


div#footer_right_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_right_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}


.footer_icon_list li img:hover {
	opacity: 0.7;
    transition : 0.5s;

}

.footer_help_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.footer_help_list li a{
	color: #fff;
}

.footer_help_list li a:hover {
	opacity: 0.7;
    transition : 0.5s;

}



div#footer_bottom_wrapper {
	background-color: #8f7e61;
	width: 100%;
	height:60px;
	text-align: center;
	line-height: 60px;
}

.footer-copylight {
  font-size: 12px;

}

