/*
Theme Name: COVER
Text Domain: COVER
Version: 1.0
*/

p {
  margin: 0;
}

html {
  font-size: 62.5%;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mincyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover,
a:hover img {
  opacity: .6;
  text-decoration: none;
}

li {
  list-style: none;
}

.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}

/* layout*/
[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}

.form--sys__label {
  padding: 3px;
}

/*pagination*/
.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0
}

.pagination li {
  margin: 0 4px;
}

.pager a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border: 1px solid #444;
  border-radius: 50%;
  padding: 3px 0 0;
}

.pager .active,
.pager a:hover {
  background: #444;
  color: #fff;
  border: 1px solid #444;
}

.pre a,
.next a {
  border: none !important;
}

.pre a:hover,
.next a:hover {
  background: #fff !important;
  color: #444 !important;
  border: none !important;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: .6em !important;
}

.xo-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xo-month-wrap {
  width: 48%;
}

.holiday-titles {
  display: none;
}

.xo-event-calendar table.xo-month > caption {
  background: #444;
  color: #fff;
}

/*top news*/
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__list--a {
  color: #e8505d;
  text-decoration: underline;
}

.news__list time {
  padding-right: 3%;
}

.news__list:not(:last-child) {
  margin-bottom: 10px;
}

/*TOP NEW COLUMN*/
.one_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.one_column:not(:last-child) {
  margin-bottom: 40px;
}

.one_column--img {
  width: 28%;
}

.one_column--txt {
  width: 67%;
}

.one_column--tit {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 20px;
}

.column__cate {
  border: 1px solid #444;
  padding: 5px 10px;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
  border-radius: 20px;
  margin: 20px 0;
}

.column__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column__tag--list {
  margin: 0 10px 10px 0;
}

.column__tag--a {
  background: #efefef;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 1.5rem;
}

/*TOP PICK UP COLUMN*/

.column--pickup {
  margin: 0 auto 60px;
}

.columnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.column__tit {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.column__tit {
  margin-right: 20px;
}

.d__line {
  position: relative;
  width: 175px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.d__line--btn {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  display: block;
  padding: 10px 20px;
}

.d__line--sy {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 175px;
  height: 40px;
  z-index: -1;
}

.columncover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columncover .one_column {
  width: 49%;
  margin: 0 2% 4% 0;
  display: block;
}

.columncover .one_column:nth-child(2n) {
  margin-right: 0;
}

.columncover .one_column--img,
.columncover .one_column--txt {
  width: 100%;
}

.columncover .one_column--img {
  margin-bottom: 30px;
}

.size__related {
  margin: 0 auto 50px;
}

/*order case*/
.rankings__tblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #000;
}
.rankings {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 60px;
}

.rankings__tblock {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #000;
}

.rankings__tit,
.column__tit {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.rankings__tit {
  width: 24%;
}

.rankings__tab {
  width: 75%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rankings__tab--list,
.orders__tab--list {
  position: relative;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.rankings__tit,
.rankings__tab--list,
.orders__tab--list {
  padding-bottom: 10px;
  margin-bottom: -3px
}

.rankings__tab--list.select,
.orders__tab--list.select {
  border-bottom: 3px solid #444;
  font-weight: bold;
}

.rankings__tab--list.select:before,
.orders__tab--list.select:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 10px solid #444;
}

.ranking__subs{
display: -webkit-box;
display: -ms-flexbox;
display: flex;}

.rank__subcp {
  margin: 14px 0 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.ranking__subs--list {
  width: 18.4%;
  margin-right: 2%;
}

.ranking__subs--list:nth-child(5n) {
  margin-right: 0;
}

.ranking__subs--list {
  position: relative;
}

.ranking__subs--img {
  margin-bottom: 16px;
}

.hide {
  display: none;
}

.keyword_rankings {
  margin: 0 auto 60px;
}

.keyrank {
  background: #efefef;
  padding: 4%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.keyrank--tag {
  margin: 0 20px 20px 0;
}

.keyrank--a {
  background: #fff;
  line-height: 1em;
  padding: 5px 10px;
}

@media screen and (max-width: 719px) {

  /*TOP NEW COLUMN*/
  .one_column--img {
    width: 40%;
  }

  .one_column--txt {
    width: 55%;
  }

  .one_column--tit {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }

  .column__tag--list {
    margin: 0 6px 6px 0;
  }

  .column__tag--a {
    line-height: 1em;
    font-size: 1.2rem;
  }

  .column__cate {
    font-size: 1.3rem;
    margin: 14px 0 20px;
  }

  /*TOP PICK UP COLUMN*/

  .columnbox {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
  }

  .column__tit {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin: 0 auto 10px;
  }

  .size__related {
    width: 90%;
    margin: 0 auto 20px;
  }

  .d__line {
    width: 165px !important;
  }

  .d__line--btn {
    font-size: 1.8rem;
    padding: 6px 20px;
  }

  .d__line--sy {
    bottom: -8px;
    right: -8px;
    width: 165px;
  }

  .columncover {
    padding: 0 5%;
  }

}

@media screen and (max-width: 767px) {}
