@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
main {
  padding-bottom: 80px;
  font-size: 14px;
}
.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.contents-title-container {
  position: relative;
}
.contents-title {
  background: url(img/main-title-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(750 / 750 * 100vw);
  padding-top: calc(45 / 750 * 100vw);
  /* padding: 23px 0 13vw; */
}
.contents-title-img {
  width: calc(540 / 750 * 100vw);
  margin: 0 auto;
  display: block;
}
.contents-catch-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(550 / 750 * 100vw);
  top: 55.8vw;
  text-align: center;
  font-weight: bold;
}
.contents-catch {
  font-size: calc(24 / 750 * 100vw);
  color: #ffffff;
  letter-spacing: 0.1em;
}
.contents-catch-text {
  margin-top: 1.7vw;
  font-size: calc(18 / 750 * 100vw);
  letter-spacing: -0.2vw;
}
.contents-catch-text span {
  letter-spacing: -1vw;
}
.lead-section {
  position: relative;
}
.lead-section::before,
.lead-section::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #c0a57a, #c0a57a 8px, transparent 8px, transparent 16px),
    linear-gradient(to right, #c0a57a, #c0a57a 8px, transparent 8px, transparent 16px),
    linear-gradient(to bottom, #c0a57a, #c0a57a 8px, transparent 8px, transparent 16px),
    linear-gradient(to bottom, #c0a57a, #c0a57a 8px, transparent 8px, transparent 16px);
  background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
.lead-section::before {
  margin-top: calc(30 / 750 * 100vw);
}
.lead-section::after {
  margin-bottom: calc(30 / 750 * 100vw);
}
.icon-heading {
  display: block;
  width: calc(330 / 750 * 100vw);
  margin: auto;
}
.lead-section-title-image {
  width: auto;
  max-width: 100%;
  margin: -10.5vw auto 0;
  display: block;
}
.lead-section-description {
  width: 92vw;
  margin: 30px auto 40px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
.introducing-professional {
  background: url(img/bg-brown.jpg);
  color: #fff;
  padding: 20px 0 120px;
}
.image-of-professional {
  position: relative;
  width: 64.266vw;
  display: block;
  margin: 0 auto 35px;
  z-index: 1;
}
.introducing-professional-image-description {
  position: relative;
}
.introducing-professional-image-description::after {
  content: "";
  /* background: url(img/professional-mark.png) no-repeat; */
  background-size: contain;
  width: 17.33vw;
  height: 18.7vw;
  display: block;
  position: absolute;
  top: 0;
  right: 11vw;
  z-index: 0;
}
.introducing-professional-role {
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}
.introducing-professional-name {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.introducing-professional-name-honorific {
  font-size: 2rem;
}
.introducing-professional-section {
  width: 92vw;
  margin: 0 auto;
}
.introducing-professional-description {
  font-size: 1.5rem;
  margin-bottom: 30px;
  background-image: url(img/border.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  line-height: 2.6;
}
/* .introducing-professional-description > span{
    background-image: url(img/border.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    padding: 1rem 0;
    line-height: 300%;
    color: #fff;
    font-size: 1.3rem;
} */
.introducing-genre-sectio {
  position: relative;
}
.introducing-genre-title {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.introducing-genre-title::before {
  content: "";
  background: url(img/introducing-genre-title-before.png) no-repeat;
  background-size: contain;
  display: block;
  width: 17.6vw;
  height: 5.33vw;
  position: absolute;
  left: -4vw;
  top: 25px;
}
.introducing-genre-title::after {
  content: "";
  background: url(img/introducing-genre-title-after.png) no-repeat;
  background-size: contain;
  background-position: top right;
  display: block;
  width: 17.6vw;
  height: 5.33vw;
  position: absolute;
  right: -4vw;
  top: 25px;
}
.introducing-genre-section::after {
  content: "";
  background: url(img/introducing-genre-section-after.png) no-repeat;
  background-size: contain;
  display: block;
  width: 92vw;
  height: 5.33vw;
  position: absolute;
  left: -4vw;
  right: 0;
  bottom: -20px;
}
.introducing-genre-image-description {
  margin-top: 10px;
  line-height: 2;
}
.introducing-genre-description {
  font-size: 1.3rem;
}
.introducing-genre-section {
  width: 84vw;
  margin: 0 auto;
  position: relative;
}
.introducing-genre-description>p {
  margin-bottom: 10px;
}
.recommend-items-section {
  position: relative;
}
.recommend-items-section::before {
  content: "";
  background: url(img/recommend-items-section-before.png) no-repeat;
  background-size: cover;
  display: block;
  width: 160px;
  height: 75px;
  margin: 0 auto;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.recommend-items-section-professional-role {
  margin-top: 30px;
  font-size: 1.3rem;
  text-align: center;
}
.recommend-items-section-title {
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.7rem;
}
.recommend-items-section-title::after {
  content: "";
  position: absolute;
  background: url(img/recommend-items-section-after.png) no-repeat;
  background-size: contain;
  display: block;
  width: 45px;
  height: 30px;
  margin: 0 auto;
  bottom: -40px;
  left: 0;
  right: 0;
}
.recommend-items-section-title>span {
  color: #c22e31;
}
.recommend-items-section-list {
  margin-top: 40px;
}
.recommend-item {
  margin-bottom: 15vw;
  padding-bottom: 1px;
  position: relative;
}
.recommend-item-image {
  position: relative;
  overflow: hidden;
}
.recommend-item-place-and-title {
  border: 5px solid #000;
  border-radius: 10px;
  background-color: #fefdf7;
  width: 92vw;
  height: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.recommend-item-place {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 1px solid #c9bdab;
  width: 85vw;
  margin: 0 auto;
  letter-spacing: 0.2rem;
}
.recommend-item-place>span {
  color: #c22e31;
  margin: 0 5px;
}
.recommend-item-title {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.9rem;
  font-weight: bold;
  color: #c22e31;
  text-align: center;
  margin: 0 auto;
}
.recommend-item-place-and-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* .recommend-item-title span{
    display: block;
} */
.recommend-item-title .small {
  font-size: 1.4rem;
  letter-spacing: .08em;
}
.recommend-item-title .x-small {
  font-size: 75%;
}
.recommend-item-title .long {
  letter-spacing: .08em;
  margin: 0 -4%;
}
.recommend-item-subtitle {
  padding-top: 9px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #c22e31;
  text-align: center;
  letter-spacing: .1em;
}
.recommend-item-subtitle+.recommend-item-title {
  padding-top: 2px;
}
.recommend-item-description-title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  width: calc(100% - 45px);
  margin: 20px 0 20px auto;

}
.recommend-item-description-title::before {
  content: "";
  background: url(img/recommend-item-mark.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  left: -40px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  [data-item="cont8"] .recommend-item-title span>span {
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .recommend-item-image {
    height: 66.6vw;
  }

  .recommend-item-image img {
    position: absolute;
    left: 50%;
    right: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }

  .recommend-item-place-and-title {
    margin-top: -8vw;
  }

  [data-item="cont3"] .recommend-item-title span {
    letter-spacing: -0.1vw;
  }
}
@media screen and (max-width: 414px) {
  .recommend-item-title {
    font-size: 4.6vw;
  }

  .recommend-item-description-title {
    font-size: 4.13vw;
  }

  .recommend-item-description-title::before {
    width: 10vw;
    height: 10vw;
    left: -12vw;
    top: 1.5vw;
  }
}
.recommend-item-description-detail {
  text-align: justify;
  font-size: 1.3rem;
  width: 92vw;
  margin: 0 auto;
  letter-spacing: 0.07rem;
  line-height: 1.8;
}
.recommend-item-description-image {
  height: 157px;
  width: 238px;
  display: block;
  border-radius: 10px;
  margin: 30px auto;
}
a.link-to-recommend-item-detail {
  color: #fff;
  background: url(img/link-to-recommend-item-detail-bg.png) no-repeat;
  background-size: cover;
  max-width: 320px;
  width: 84vw;
  height: 60px;
  line-height: 60px;
  margin: 45px auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
a.link-to-recommend-item-detail::after {
  content: "";
  background: url(img/right-arrow.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  right: 7px;
  top: 25px;
}
a.link-to-top {
  color: #000;
  /* background: url(img/link-to-top-bg.png); */
  background-size: contain;
  border: 3px solid #000;
  max-width: 320px;
  width: 84vw;
  height: 60px;
  line-height: 54px;
  margin: -45px auto 45px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
a.link-to-top::after {
  content: "";
  /*  background: url(img/right-arrow-black.png) no-repeat; */
  background-size: contain;
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  right: 7px;
  top: 22px;
}
.recommend-item-description-detail>span {
  display: block;
  margin-bottom: 1em;
}
.banner-container {
  margin: auto;
  padding: 0 10px;
  text-align: center;
}
.banner-container img {
  width: 100%;
  max-width: 610px;
}
@media (max-width:365px) {
  .link-to-recommend-item-detail {
    width: 300px;
  }
}
@media (max-width:767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width:768px) {
  .sp-only {
    display: none;
  }

  .contents-title {
    height: 600px;
    padding-top: 30px;
    background-image: url(img/main-title-bg-pc.jpg);
  }

  .contents-title-img {
    width: 442px;
  }

  .contents-catch-container {
    top: 335px;
  }

  .contents-catch {
    font-size: 20px;
  }

  .contents-catch-text {
    margin-top: 11px;
    font-size: 15px;
    letter-spacing: -0.1em;
    padding-left: 6px;
  }

  .contents-catch-text span {
    letter-spacing: -0.5em;
  }

  .icon-heading {
    width: 220px;
  }

  .lead-section-title-image {
    margin: -50px auto 0;
  }

  .lead-section-description {
    width: 1020px;
    margin-bottom: 70px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.11em;
  }

  .lead-section::before {
    height: 1px;
    background-image: linear-gradient(to right, #c0a57a, #c0a57a 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    margin-top: 20px;
  }

  .lead-section::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #c0a57a, #c0a57a 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin-bottom: 20px;
  }

  .introducing-professional-image-description {
    display: flex;
    align-items: flex-start;
    width: 1020px;
    margin: 20px auto 0;
  }

  .introducing-professional-section {
    width: 590px;
    font-size: 1.5rem;
    margin-left: 50px;
  }

  .introducing-professional-name {
    font-size: 6rem;
  }

  .introducing-professional-role {
    font-size: 1.7rem;
  }

  .introducing-professional-name-honorific {
    font-size: 3rem;
  }

  .introducing-professional-image-description::after {
    width: 100px;
    height: 100px;
    left: 310px;
  }

  .introducing-professional-description>span {
    display: block;
    line-height: 25px;
    font-size: 1.5rem;
  }

  .introducing-genre-section {
    width: 1020px;
    margin-top: 40px;
  }

  .introducing-genre-section::after {
    width: 1020px;
    margin: 0 auto;
    background-image: url(img/introducing-genre-section-after-pc.png);
    left: 0;
    height: 40px;
    bottom: -30px;
  }

  .introducing-genre-title::before {
    left: 0;
    background-image: url(img/introducing-genre-title-before-pc.png);
    width: 139px;
    height: 40px;
    top: 20px;
  }

  .introducing-genre-title::after {
    right: 0;
    background-image: url(img/introducing-genre-title-after-pc.png);
    width: 133px;
    height: 40px;
    top: 20px;
  }

  .recommend-items-section-title::after {
    width: 62px;
    height: 21px;
  }

  .recommend-items-section-professional-role {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }

  .recommend-items-section-title {
    margin-bottom: 90px;
    font-size: 3.6rem;
  }

  .introducing-genre-title {
    font-size: 2.4rem;
  }

  .introducing-genre-image-description {
    width: 670px;
    margin: 30px 40px;
  }

  .introducing-genre-description {
    font-size: 1.4rem;
    position: relative;
  }

  .introducing-genre-description::after {
    content: "";
    background: url(img/img-professional.jpg) no-repeat right top / contain;
    width: 230px;
    height: 230px;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 710px;
    top: 0;
  }

  .introducing-professional {
    padding-bottom: 180px;
  }

  .image-of-professional {
    width: 375px;
  }

  .recommend-items-section::before {
    width: 200px;
    height: 100px;
    top: -110px;
  }

  .recommend-item {
    width: 1020px;
    margin: 0 auto 65px;
  }

  .recommend-item-image {
    position: relative;
    overflow: hidden;
    height: 550px;
    border-radius: 20px;
  }

  .recommend-item-image img {
    position: absolute;
    left: 50%;
    right: 0;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
  }

  .recommend-item-place-and-title {
    width: 855px;
    height: 200px;
    margin-top: -60px;
    border-radius: 20px;
  }

  .recommend-item-place {
    width: 545px;
    height: 52px;
    font-size: 1.6rem;
  }

  .recommend-item-title {
    font-size: 3.4rem;
  }

  .recommend-item-title .small {
    font-size: 2.8rem;
  }

  .recommend-item-title .x-small {
    font-size: 2rem;
  }

  .recommend-item-subtitle {
    font-size: 2.1rem;
  }

  .recommend-item-description {
    display: flex;
    width: 975px;
    margin: 20px auto;
  }

  .recommend-item-description-section {
    width: 63%;
  }

  .recommend-item-description-title {
    margin-left: 60px;
    font-size: 2.1rem;
  }

  .recommend-item-description-title::before {
    width: 46px;
    height: 40px;
    left: -60px;
  }

  .recommend-item-description-detail {
    font-size: 1.4rem;
    width: 100%;
  }

  .recommend-item-description-image {
    margin: 25px auto 0;
    width: 316px;
    height: 210px;
    object-fit: cover;
  }

  a.link-to-recommend-item-detail,
  a.link-to-top {
    width: 440px;
    height: 80px;
    line-height: 80px;
    font-size: 2.1rem;
    max-width: none;
  }

  a.link-to-top {
    line-height: 74px;
  }

  a.link-to-recommend-item-detail:hover {
    background-image: url(img/link-to-recommend-item-detail-bg-hover.png);
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  a.link-to-top:hover {
    border-color: #9f5828;
    color: #9f5828;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  a.link-to-recommend-item-detail::after,
  a.link-to-top::after {
    width: 12px;
    height: 20px;
    top: 30px;
  }

  a.link-to-top::after {
    top: 27px;
  }

  a.link-to-top:hover::after {
    /* background-image: url(img/right-arrow-hover.png); */
  }

  [data-item="cont10"] .recommend-item-title span {
    letter-spacing: -0.05em;
    position: relative;
    left: -0.3em;
  }

  .contents-catch-text .ml {
    margin-left: 0.1em;
    letter-spacing: 0;
  }
}
/*不足分の初期設定*/
html {
  font-size: 62.5%;
}
img {
  height: auto;
  vertical-align: top;
}
.introducing-professional-name {
  color: #fff;
}
section section {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
section section {
    padding: 0 10px;
}
  }
.p-area .contents-title {
    margin-top: 0;
  }
