/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.7;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #f4f3ec;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #009A7C;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*font*/
.bold {
  font-weight: 700;
}
.en_font {
  font-family: "effra", sans-serif;
  font-weight: 700;
}
.base_bg {
  padding: 3em 0;
  background: #f4f3ec;
}
/* pp */
.pp {
  padding: 3em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp div:first-child {
  margin: 0 auto 0.8em;
}
.pp div {
  padding: 0 0 0.3em;
  border-bottom: 0.5px solid #333;
  margin: 2em auto 0.8em;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.pp div::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 80px;
  height: 2px;
  background: #009A7C;
}
/* mv */
.mv {
  margin: 80px auto 0;
  height: calc(600px - 70px);
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("/img/detail/mv_bg.webp") center / cover;
}
.mv_txt {
  width: 80%;
  margin: 2em auto 0.3em 5%;
  position: relative;
  z-index: 1;
}
.mv_txt02 {
  width: 40%;
  margin: 0 auto 0 5%;
}
.mv_img {
  position: absolute;
 top:80px;
  right: 2%;
  width: 67%;
}
.mv ul {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 5%;
}
.mv ul li {
  margin: 1em auto 0;
}
.release_bg {
  background-image: url("/img/common/bg.webp");
  background-size: 100%;
  padding: 2em 0;
  color: #fff;
  text-align: left;
}
.release_bg h2 {
  width: 85%;
  margin: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.release_bg h2 span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
}
.release {
  width: 85%;
  margin: 1em auto 0;
}
.release_l {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
}
.release_l div {
  width: 47%;
}
.release_l div p {
  margin: 0.4em auto 0;
  font-size: 1.3rem;
}
.release_l div p span {
  font-size: 1rem;
}
.release_r {}
.release_r_img {
  width: 40%;
  margin: 0 auto 0.8em;
}
.release_r_txt {}
.release_r_txt p {
  border-bottom: 1px solid #fff;
  padding: 0 0 3px;
  margin: 0 auto 0.5em;
}
.release_r_txt p span {
  font-size: 1rem;
}
.release_r_txt {}
.release_r_txt li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 2px 0;
  font-size: 1.2rem;
}
.release_r_txt li dt {
  width: 90px;
}
.release_r_txt li dd {
  width: calc(100% - 90px);
}
/* page */
.contents {
  margin: 50px auto 0;
  width: 90%;
  max-width: 1200px;
}
.contents_main {
  margin: 0 auto 3em;
}
.sidenav {
  text-align: left;
  margin: auto;
}
.sidenav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}
.sidenav ul li {
  margin: 0 5px 1em;
  width: calc(100% / 2 - 10px);
  list-style-type: none !important;
}
.pagetitle {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 13px 0 10px;
  margin: 0 auto 1em;
}
.message {
  position: relative;
  text-align: left;
}
.message div {
  position: relative;
  width: 200px;
  margin: 0 auto 1em;
}
.message div span {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 40px;
}
.biography_ttl {
  text-align: left;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  padding: 0 0 5px;
  font-weight: bold;
  margin: 1.5em auto 0.5em;
}
.biography_txt {
  text-align: left;
}
.biography_txt span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 auto 0.5em;
}
.biography_list {}
.biography_list li {
  padding: 4px 0;
  text-align: left;
}
.biography_img {
  width: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em -5px;
  justify-content: space-between;
}
.biography_img li {
  margin: 0 5px 0.8em;
  width: calc(100% / 2 - 10px);
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
  body {
    font-size: 1.6rem; /* 16px */
  }
  .base_bg {
    padding: 5em 0;
  }
  /* pp */
  .pp {
    padding: 5em 0 5em;
    width: 90%;
    max-width: 900px;
  }
  .pp div {
    font-size: 2rem;
  }
  .pp div::before {
    bottom: -1px;
    width: 100px;
  }
  /* mv */
  .mv {
    margin: 0 auto;
    height: calc(700px - 70px);
  }
  .mv_txt {
    max-width: 500px;
    margin: 0;
    position: absolute;
    top: 33%;
    left: 10%;
    transform: translate(0%, -50%);
  }
  .mv_txt02 {
    max-width: 260px;
    width: 40%;
    margin: 0;
    position: absolute;
    top: 47%;
    left: 11%;
    transform: translate(0%, -50%);
  }
  .mv_img {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: auto;
    height: 600px;
  }
  .mv ul {
    width: 600px;
    position: absolute;
    bottom: 40px;
    left: 10%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
  }
  .mv ul li {
    margin: 0 10px 10px 0;
    width: 280px;
  }
  .release_bg {
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
    align-items: center;
  }
  .release_bg h2 {
    width: 200px;
    margin: 0;
    font-size: 1.6rem;
  }
  .release_bg h2 span {
    display: block;
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
  }
  .release {
    width: 980px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .release_l {
    width: 400px;
    margin: 0;
  }
  .release_l div {
    width: 47%;
  }
  .release_l div p {
    font-size: 1.4rem;
  }
  .release_l div p span {
    font-size: 1.2rem;
  }
  .release_r::before {
    position: absolute;
    top: 0;
    left: -25px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
  }
  .release_r {
    position: relative;
    width: 530px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em;
    justify-content: space-between;
    align-items: flex-end;
  }
  .release_r_img {
    width: 30%;
    margin: 0;
  }
  .release_r_txt {
    width: 65%;
  }
  .release_r_txt p {
    font-size: 1.5rem;
  }
  .release_r_txt p span {
    font-size: 1.2rem;
  }
  .release_r_txt li {
    font-size: 1.3rem;
  }
  /* page */
  .contents {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
  }
  .contents_main {
    width: 75%;
    margin: 0 0em;
  }
  .sidenav_stickey {
    /*stickyで固定*/
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 160px;
  }
  .sidenav {
    width: 20%;
    padding: 0;
    margin: 0 0 0 5%;
  }
  .sidenav ul {
    display: block;
  }
  .sidenav ul li {
    margin: 0 0 1em;
    width: 100%;
  }
  .pagetitle {
    font-size: 3rem;
    padding: 20px 0 15px;
  }
  .message div {
    position: absolute;
    top: 0;
    right: 0px;
    width: 330px;
    margin: 0;
  }
  .message div span {
    bottom: -190px;
    right: 0px;
    width: 60px;
  }
  .message p {
    line-height: 2;
  }
  .biography_ttl {
    font-size: 2.5rem;
    margin: 2em auto 0.5em;
  }
  .biography_txt {
    line-height: 2;
  }
  .biography_txt span {
    font-size: 2rem;
    margin: 0 auto 0.5em;
  }
  .biography_list {}
  .biography_list li {
    padding: 4px 0;
    text-align: left;
  }
  .biography_img {
    width: calc(100% + 10px);
    margin: 2em auto 1em -5px;
    justify-content: flex-start;
  }
  .biography_img li {
    margin: 0 5px 0.8em;
    width: calc(100% / 3 - 10px);
  }
}