@charset "UTF-8";
/* =logo-headCSS
------------------------------------------------------------------------------------------*/
#logo {
  text-align: center;
  padding: 70px 0 30px;
  width: 484px;
  margin: 0 auto;
}

#nav {
  padding-bottom: 0px;
}

#nav ul {
  margin: 0 auto 0;
}

#nav li {
  display: inline;
  padding: 0 12px;
}

#nav li i {
  padding: 0 5px;
}

/* =attenition_CSS
------------------------------------------------------------------------------------------*/
.attention_box {
  border: #ff5a69 solid 1px;
  border-radius: 5px;
  padding: 15px;
  width: 960px;
  margin: 40px auto;
  box-sizing: border-box;
}

.attention_box dt {
  color: #ff5a69;
  float: left;
}

/* =notice_CSS
------------------------------------------------------------------------------------------*/
#notice {
  margin: 0 0 40px;
  box-sizing: border-box;
  clear: none;
}

/* =right_block_CSS
------------------------------------------------------------------------------------------*/
.right-block h3 {
  color: #003059;
  font-size: 18px;
  border-bottom: #003059 solid 1px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  text-align: left;
}

.right-inner {
  margin: 0 0 30px;
  width: 245px;
  list-style: none;
}

.campaign_now {
  width: 245px;
}
.campaign_now img {
  width: 245px;
}

.merumaga {
  width: 245px;
}

.merumaga img {
  width: 245px;
}

.season_pickup p {
  margin: 0 0 12px;
}

.campaign-thumb li {
  margin: 0 0 12px;
}

.select-color ul {
  padding: 0 9px;
}

.select-color li {
  width: 45px;
  height: 45px;
  float: left;
  margin: 0 15px 15px 0;
}

.select-color li a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 6px;
}

.select-color li:nth-child(1) a {
  background-image: linear-gradient(-45deg, #ccc 51%, #fff 50%, #fff);
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.select-color li:nth-child(2) a {
  background-image: linear-gradient(-45deg, #f00 51%, #ff91c1 50%, #ff91c1);
}

.select-color li:nth-child(3) a {
  background: #007cff;
}

.select-color li:nth-child(4) {
  margin: 0 0 15px 0;
}

.select-color li:nth-child(4) a {
  background-image: linear-gradient(-45deg, #ff6600 51%, #ffe400 50%, #ffe400);
}

.select-color li:nth-child(5) a {
  background: #00b400;
}

.select-color li:nth-child(6) a {
  background: #af00e2;
}

.select-color li:nth-child(7) a {
  background: #a15300;
}

.select-color li:nth-child(8) {
  margin: 0 0 15px 0;
}

.select-color li:nth-child(8) a {
  background: #ff5b5b;
  background: -moz-linear-gradient(-45deg, #ff5b5b 0%, #fff76d 50%, #6db6ff 100%);
  background: -webkit-linear-gradient(-45deg, #ff5b5b 0%, #fff76d 50%, #6db6ff 100%);
  background: linear-gradient(135deg, #ff5b5b 0%, #fff76d 50%, #6db6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b5b', endColorstr='#6db6ff',GradientType=1 );
}

.select-season ul,
.select-motif ul {
  padding: 0 9px;
}

.select-season li,
.select-motif li {
  width: 105px;
  float: left;
}

.select-season li img,
.select-motif li img {
  width: 100%;
}

.select-season li:nth-child(odd),
.select-motif li:nth-child(odd) {
  margin: 0 15px 15px 0;
}

.select-season li:nth-child(even),
.select-motif li:nth-child(even) {
  margin: 0 0 15px 0;
}

.season_pickup img {
  width: 245px;
}

/* =インフォメーション_CSS
------------------------------------------------------------------------------------------*/
#news ul {
  /*height:156px;*/
  margin: 0 0 40px;
  height: 240px;
}

#news li {
  padding: 10px 0px;
  border-bottom: 1px dotted #e5eaee;
  clear: both;
  min-height: 1rem;
  width: 100%;
}

#news li:first-child {
  padding: 0 0 10px;
}

#news li:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

#news h3 {
  color: #003059;
  font-size: 18px;
  border-bottom: #003059 solid 1px;
  margin-bottom: 30px;
  padding: 0 0 10px;
}

#news .date {
  width: 15%;
  margin: 0px 15px 0px 0px;
  display: block;
  font-weight: bold;
  float: left;
}

#news .report {
  display: block;
  float: left;
  width: 100%;
}

.news-in {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0;
}

/*
div.update{
  width: 100%;
  height:240px;
  float:left;
  overflow:hidden;
  border:none;
  margin:0 0 10px;
}
.right.release {
  height:1rem;
  margin:0 0 20px;
  position:absolute;
}

*/
/* =人気ランキング・カテゴリー共通_CSS
------------------------------------------------------------------------------------------*/
.mod_ranking {
  padding-bottom: 70px;
  width: 690px;
}
.mod_ranking .more_link {
  display: block;
}

.category_box {
  width: 690px;
}

/*プロダクトページへのリンク 「詳細を見る」系のCSSボタン */
.gotoproductpage {
  display: block;
  text-align: center;
  line-height: 35px;
  border: 4px solid #ff5a69;
  height: 35px;
  width: 250px;
  color: #ff5a69;
  font-size: 1.2em;
  font-weight: 200;
  background-color: transparent;
}

/* =カテゴリー_CSS
------------------------------------------------------------------------------------------*/
.category_box h3 {
  color: #003059;
  font-size: 18px;
  border-bottom: #003059 solid 1px;
  margin-bottom: 30px;
  padding: 0 0 10px;
  text-align: left;
}

/********************************

コラボアーカイブス

********************************/
ul.collabo_img {
  width: 955px;
  margin: 30px auto 120px auto;
}

ul.collabo_img li {
  margin: 30px 0 0 0;
}

ul.collabo_img li {
  width: 955px;
  height: 238px;
  position: relative;
}

.close {
  width: 219px;
  height: 31px;
  position: absolute;
  top: 100px;
  left: 362px;
}

/********************************

マウスオーバー透過アニメーション

********************************/
a img:not(.lazy):hover,
.fade a:hover {
  opacity: 0.8;
}

.modal_component {
  display: none;
}
.modal_component.is-visible {
  display: block;
}

.modal_background {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
}

.modal_container {
  width: 700px;
  height: 700px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  padding: 20px;
  z-index: 20;
}

.announce-img {
  width: 700px;
  height: 700px;
  background: #fff;
}

.modal_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
