@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}

body > #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
@media screen and (max-width: 768px) {
  img {
    /* Windows Chrome 画像ぼやけ防止 */
    image-rendering: -webkit-optimize-contrast;
  }
}

/* レスポンシブ対応 */
img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* 共通 */
.kome {
  font-size: 14px;
}

.t_red {
  color: #B90000;
  font-weight: bold;
}

.indent_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.indent_list li > * {
  text-indent: 0;
}

.kome_list li::before {
  content: "※";
}

.dot_list li::before {
  content: "・";
}

/* タイトル */
.title_main, .title_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/mv_item.webp) no-repeat left calc(50vw + 263px) bottom 18px/87px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
}
@media screen and (max-width: 768px) {
  .title_main, .title_detail {
    background: url(../img/mv_item.webp) no-repeat right 10px bottom 8px/36px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
  }
}
.title_main {
  height: 300px;
  padding: 0 9% 0 1.3%;
  background: url(../img/mv_item.webp) no-repeat left calc(50vw + 230px) bottom 35px/116px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
}
@media screen and (max-width: 768px) {
  .title_main {
    height: 150px;
    background: url(../img/mv_item.webp) no-repeat right 10px bottom 20px/60px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
  }
}
.title_main span {
  max-width: 574px;
}
@media screen and (max-width: 768px) {
  .title_main span {
    max-width: 291px;
    margin-left: -50px;
  }
}
.title_detail {
  height: 176px;
  padding: 0 20px;
  background: url(../img/mv_item.webp) no-repeat left calc(50vw + 220px) bottom 30px/100px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
}
@media screen and (max-width: 768px) {
  .title_detail {
    height: 150px;
    background: url(../img/mv_item.webp) no-repeat left calc(50vw + 110px) bottom 40px/60px, url(../img/bg_mv.webp) repeat center bottom/522px, #D31E3A;
  }
}
.title_detail span {
  max-width: 397px;
}
@media screen and (max-width: 768px) {
  .title_detail span {
    max-width: 265px;
    margin-left: -60px;
  }
}
.title_category {
  text-align: center;
  padding: 50px 20px 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title_category {
    padding: 25px 20px 35px;
  }
}
.title_category span {
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title_category span {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.title_category span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #D31E3A;
  position: absolute;
  bottom: 0;
  right: calc(50% - 15px);
}

/* 並び替えボタン */
#sort_area {
  padding: 35px 0;
  background: #F5EFDE;
}
@media screen and (max-width: 768px) {
  #sort_area {
    padding: 25px 0;
    font-size: 12px;
  }
  #sort_area .read {
    margin-bottom: 15px;
  }
}

/* ▼▼▼ フッター
===================================== */
.footer_category {
  width: 100%;
  background: #D3AC46;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.footer_category_list {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  max-width: 600px;
  margin: 0 auto;
}
.footer_category_list li {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .footer_category_list li {
    height: 65px;
  }
}
.footer_category_list li a {
  display: block;
  height: 100%;
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_category_list li a {
    padding-top: 40px;
    font-size: 12px;
  }
}
.footer_category_list li:nth-child(1) a {
  background: url(../img/icon_fashion.svg) no-repeat center top 10px/30.68px;
}
@media screen and (max-width: 768px) {
  .footer_category_list li:nth-child(1) a {
    background-size: 21.25px;
  }
}
.footer_category_list li:nth-child(2) a {
  background: url(../img/icon_cosme.svg) no-repeat center top 10px/45.29px;
}
@media screen and (max-width: 768px) {
  .footer_category_list li:nth-child(2) a {
    background-size: 31.36px;
  }
}
.footer_category_list li:nth-child(3) a {
  background: url(../img/icon_life.svg) no-repeat center top 10px/65px;
}
@media screen and (max-width: 768px) {
  .footer_category_list li:nth-child(3) a {
    background-size: 41px;
  }
}
.footer_category_list li:nth-child(4) a {
  background: url(../img/icon_gourmet.svg) no-repeat center top 10px/25.63px;
}
@media screen and (max-width: 768px) {
  .footer_category_list li:nth-child(4) a {
    background-size: 17.75px;
  }
}
.footer_kome {
  background: #F5EFDE;
  padding: 25px 0;
  font-size: 10px;
}
.footer_main {
  width: 100%;
  background: #534740;
  padding: 35px 0 120px;
}
@media screen and (max-width: 768px) {
  .footer_main {
    padding: 45px 0 100px;
  }
}
.footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_logo {
  max-width: 90px;
  margin: 0 auto;
}
.footer_logo a {
  display: block;
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 30px;
}
.footer_sns_txt {
  margin-right: 5px;
  color: #FFF;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .footer_sns_txt {
    font-size: 22px;
    margin-right: 0;
  }
}
.footer_sns_icon {
  max-width: 40px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .footer_sns_icon {
    max-width: 30px;
    margin-left: 15px;
  }
}
.footer_sns_icon a {
  display: block;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  bottom: 10px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 80px;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #FFF 1px solid;
  border-top: #FFF 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #copyright {
    margin-top: 10px;
    text-align: center;
  }
}