@charset "UTF-8";
:root {
  --pc: 1500 * 100vw;
  --sp: 375 * 100vw;
}

#meisakugekijo {
  width: 100%;
  padding-top: 50px;
  margin-bottom: 0;
  background: #D5C9AB;
  color: #4D240E;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  z-index: 0;
  position: relative;
  scroll-behavior: smooth;
}
#meisakugekijo * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#meisakugekijo img {
  width: 100%;
  line-height: 1px;
}
#meisakugekijo ul, #meisakugekijo li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#meisakugekijo a {
  text-decoration: none;
}
#meisakugekijo .sp {
  display: none;
}
#meisakugekijo .pc {
  display: block;
}
#meisakugekijo .content {
  width: 1300px;
  padding: 80px 120px 230px;
  margin: 0 auto;
  border: 10px solid #5C3723;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
#meisakugekijo .content::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 5px solid #5C3723;
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  z-index: -1;
}
#meisakugekijo .hl-underline {
  font-size: 38px;
  font-weight: 900;
  line-height: 160%;
  position: relative;
}
#meisakugekijo .hl-underline::after {
  display: block;
  content: "";
  width: 488px;
  height: 9px;
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
#meisakugekijo .hl-underline + p {
  font-size: 38px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 41px;
}
#meisakugekijo .hl-underline + p + .hl-underline {
  margin-top: 60px;
}
#meisakugekijo article {
  max-width: unset;
}
#meisakugekijo .kv {
  width: 810px;
  margin: 0 auto;
}
#meisakugekijo .read {
  width: 810px;
  margin: 120px auto 0;
}
#meisakugekijo .read .read-wrapper {
  width: 810px;
  height: 810px;
  box-sizing: border-box;
  background: url(../img/back.png) no-repeat;
  background-size: cover;
  padding: 160px 85px 160px 86px;
  margin-bottom: 120px;
}
#meisakugekijo .read .read-wrapper p {
  font-size: 24px;
  font-weight: 500;
  line-height: 293%;
}
#meisakugekijo .item {
  width: 828px;
  margin: 137px auto;
}
#meisakugekijo .item .item-wrapper {
  margin-top: 60px;
  z-index: 0;
}
#meisakugekijo .item .item-wrapper + .item-wrapper {
  margin-top: 87px;
}
#meisakugekijo .item .item-wrapper .item-img {
  width: 828px;
  height: 828px;
  background: #F7F2E1;
  border: 5px solid #5C3723;
  box-sizing: border-box;
  position: relative;
  padding: 109px 114px 114px;
  z-index: 1;
}
#meisakugekijo .item .item-wrapper .item-img img {
  height: auto;
}
#meisakugekijo .item .item-wrapper .item-img a {
  z-index: 3;
  position: relative;
}
#meisakugekijo .item .item-wrapper .item-img::before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 3px solid #5C3723;
  position: absolute;
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  z-index: 0;
}
#meisakugekijo .item .item-wrapper .item-img ul {
  width: 600px;
  height: 600px;
}
#meisakugekijo .item .item-wrapper .item-img ul .slick-arrow {
  width: 34px;
  height: 54px;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
#meisakugekijo .item .item-wrapper .item-img ul .slick-arrow.slick-prev {
  left: -37px;
  transform: scale(-1, 1) translateY(-50%);
}
#meisakugekijo .item .item-wrapper .item-img ul .slick-arrow.slick-next {
  right: -30px;
}
#meisakugekijo .item .item-wrapper .item-detail {
  margin-top: 40px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 30px;
  line-height: 170%;
}
#meisakugekijo .item .item-wrapper .item-detail .item-name {
  font-weight: 700;
}
#meisakugekijo .item .item-wrapper .item-detail .color {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5.38px;
}
#meisakugekijo .item .item-wrapper .item-detail .color ul {
  display: flex;
  gap: 0 8px;
}
#meisakugekijo .item .item-wrapper .item-detail .color ul li {
  width: 20px;
  height: 20px;
}
#meisakugekijo .item .item-wrapper .item-detail .color ul li.color01 {
  background: #B8D6D4;
}
#meisakugekijo .item .item-wrapper .item-detail .color ul li.color02 {
  background: #1B1B1A;
}
#meisakugekijo .character {
  margin-top: 180px;
}
#meisakugekijo .character ul {
  margin-top: 60px;
}
#meisakugekijo .character ul li {
  font-size: 28px;
  font-weight: 500;
  line-height: 170%;
}
#meisakugekijo .character ul li:not(:last-child) {
  margin-bottom: 20px;
}
#meisakugekijo .banner {
  margin: 120px auto 0;
  width: 828px;
}
#meisakugekijo .banner img {
  height: auto;
}
#meisakugekijo .bread-clumbs {
  width: 1200px;
  margin: 140px auto 0;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 21px;
}

@media screen and (max-width: 768px) {
  #meisakugekijo {
    padding-top: calc(20 / var(--sp));
  }
  #meisakugekijo .sp {
    display: block;
  }
  #meisakugekijo .pc {
    display: none;
  }
  #meisakugekijo .content {
    width: calc(345 / var(--sp));
    padding: calc(34 / var(--sp)) calc(25 / var(--sp)) calc(64 / var(--sp));
    border: calc(5 / var(--sp)) solid #5C3723;
  }
  #meisakugekijo .content::before {
    width: calc(100% - 10 / var(--sp));
    height: calc(100% - 10 / var(--sp));
    border: calc(2 / var(--sp)) solid #5C3723;
    top: calc(5 / var(--sp));
    left: calc(5 / var(--sp));
  }
  #meisakugekijo .hl-underline {
    font-size: calc(20 / var(--sp));
  }
  #meisakugekijo .hl-underline::after {
    width: calc(255 / var(--sp));
    height: calc(5 / var(--sp));
    bottom: calc(-10 / var(--sp));
  }
  #meisakugekijo .hl-underline + p {
    font-size: calc(20 / var(--sp));
    margin-top: calc(20 / var(--sp));
  }
  #meisakugekijo .hl-underline + p + .hl-underline {
    margin-top: calc(30 / var(--sp));
  }
  #meisakugekijo .kv {
    width: calc(295 / var(--sp));
    margin-left: calc(-5 / var(--sp));
  }
  #meisakugekijo .read {
    width: calc(295 / var(--sp));
    margin-top: calc(51 / var(--sp));
    margin-left: calc(-5 / var(--sp));
  }
  #meisakugekijo .read .read-wrapper {
    width: calc(295 / var(--sp));
    height: calc(295 / var(--sp));
    padding: calc(40 / var(--sp)) calc(25 / var(--sp)) calc(39 / var(--sp)) calc(25 / var(--sp));
    margin-bottom: calc(50 / var(--sp));
  }
  #meisakugekijo .read .read-wrapper p {
    font-size: calc(12 / var(--sp));
    line-height: 200%;
  }
  #meisakugekijo .item {
    width: calc(295 / var(--sp));
    margin: calc(50 / var(--sp)) 0 0 calc(-5 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper {
    margin-top: calc(30 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper + .item-wrapper {
    margin-top: calc(32 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img {
    width: calc(295 / var(--sp));
    height: calc(295 / var(--sp));
    border: calc(2 / var(--sp)) solid #5C3723;
    padding: calc(23 / var(--sp)) calc(25 / var(--sp)) calc(25 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img::before {
    width: calc(100% - 12 / var(--sp));
    height: calc(100% - 12 / var(--sp));
    border: 1px solid #5C3723;
    top: calc(6 / var(--sp));
    left: calc(6 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img ul {
    width: calc(245 / var(--sp));
    height: calc(245 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img ul .slick-arrow {
    width: calc(10 / var(--sp));
    height: calc(15 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img ul .slick-arrow.slick-prev {
    left: calc(-10 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-img ul .slick-arrow.slick-next {
    right: calc(-10 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-detail {
    margin-top: calc(30 / var(--sp));
    font-size: calc(16 / var(--sp));
    line-height: 145%;
  }
  #meisakugekijo .item .item-wrapper .item-detail .color {
    gap: 0 calc(3 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-detail .color ul {
    gap: 0 calc(4 / var(--sp));
  }
  #meisakugekijo .item .item-wrapper .item-detail .color ul li {
    width: calc(10 / var(--sp));
    height: calc(10 / var(--sp));
  }
  #meisakugekijo .character {
    margin-top: calc(60 / var(--sp));
  }
  #meisakugekijo .character ul {
    margin-top: calc(30 / var(--sp));
  }
  #meisakugekijo .character ul li {
    font-size: calc(13 / var(--sp));
  }
  #meisakugekijo .character ul li:not(:last-child) {
    margin-bottom: calc(15 / var(--sp));
  }
  #meisakugekijo .banner {
    margin-top: calc(70 / var(--sp));
    width: calc(295 / var(--sp));
  }
  #meisakugekijo .bread-clumbs {
    width: calc(353 / var(--sp));
    margin-top: calc(84 / var(--sp));
    font-size: calc(12 / var(--sp));
    padding-bottom: calc(13 / var(--sp));
  }
}/*# sourceMappingURL=meisakugekijo.css.map */