/* ヘッダー */
#header em {
  color: #313131;
}
#header .box_nav {
  padding-left: 0;
}

.header_txt h1{
  line-height: inherit !important;
}

/* MV タイトル */
#contents .con_title#js-titleImg h2 {
  font-size: 1rem !important;
}
#contents .con_title#js-titleImg h2 span {
  font-size: 215%;
}
@media only screen and (min-width: 1200px) {
  #contents .con_title#js-titleImg h2 span {
    font-size: 286%;
  }
}

/* 季節セクション */
.con_season {
  position: relative;
  margin: 5% auto;
  width: 90%;
}
.con_season > * {
  position: relative;
  z-index: 1;
}

/* タイトルブロック */
.up-d-title {
  position: relative;
  width: 100%;
  padding: 16px 20px 20px;
  z-index: 2;
}
.up-d-title .c-sst2 {
  display: block;
  font-size: 85%;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

/* 記事タイトル */
.up-d-season-title {
  font-size: 160%;
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .04em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* サムネイル */
.up-d-season-thumb {
  width: 100%;
  margin: 0;
  display: block;
}
.up-d-season-thumb img {
  width: 100%;
  height: auto;
  max-height: 60vw;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 本文 */
.up-d-season-text {
  font-size: 100%;
  margin-top: 24px;
}

/* PC（768px〜） */
@media only screen and (min-width: 768px) {
  
  #header .con_header .txt_tel {
    margin: 0 !important;
  }
  
  .con_season {
    display: block;
    position: relative;
    width: 90%;
    margin: 9.16667% auto 0;
  }
  .up-d-title {
    position: absolute;
    top: -60px;
    left: 0;
    width: 70%;
    padding: 20px 32px 32px;
    z-index: 2;
  }
  .up-d-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.la-shoro.jp/files/images/common/bg2.png') repeat;
    opacity: 0.85;
    z-index: -1;
  }
  .up-d-season-title {
    font-size: 220%;
  }
  .up-d-season-thumb {
    width: 75%;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .up-d-season-thumb img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    object-position: right center;
  }
  .up-d-season-text {
    margin-top: 50px;
    padding: 0;
  }
}

/* ページネーション */
.up-d-pager {
  position: relative;
  text-align: center;
  margin: 50px auto 0;
  min-height: 2em;
}
.up-d-prev,
.up-d-next {
  margin: 0;
}
.up-d-prev a,
.up-d-next a {
  display: block;
  text-decoration: none;
  transition: transform 400ms ease;
  letter-spacing: .05em;
  font-size: 115%;
}

.up-d-prev a:hover {
  transform: translateX(-4px);
  color: #313131;
}
.up-d-next a:hover {
  transform: translateX(4px);
  color: #313131;
}

.up-d-prev a::before {
  content: "\e905";
  font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 75%;
    padding-left: 1em;
    transform: rotate(180deg);
    display: inline-block;
}

.up-d-next a::after {
  content: "\e905";
  font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 75%;
    padding-left: 1em;
}

/* ページネーション PC（768px〜） */
@media only screen and (min-width: 768px) {
  .up-d-pager {
    padding: 0 7em;
    width: 50%;
    box-sizing: border-box;
    min-height: 2em;
  }
  .up-d-prev,
  .up-d-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 115%;
    letter-spacing: .05em;
  }
  .up-d-prev {
    left: 0;
  }
  .up-d-next {
    right: 0;
  }
  .up-d-prev a:hover {
    transform: translateX(-4px);
  }
  .up-d-next a:hover {
    transform: translateX(4px);
  }
}

@media only screen and (max-width: 767px) {
    header .logo {
      margin: 0 !important;
    }
}
