@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index
------------------------------ */
.indexmain {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.indexmain .data {
  width: 50%;
  flex-shrink: 0;
  text-align: center;
}
.indexmain .data dl {
  width: 85%;
  padding: 90px 20px;
  box-sizing: border-box;
  border: #ddd 1px solid;
  border-radius: 50%;
  margin: 0 auto;
}
.indexmain .data dl dt {
  font-size: 20px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.indexmain .data dl .score {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.indexmain .data dl .score .average {
  display: block;
  position: relative;
  font-size: 19px;
}
.indexmain .data dl .score .average i {
  vertical-align: top;
  padding-top: 10px;
  display: inline-block;
}
.indexmain .data dl .score .average strong {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  font-size: 86px;
  font-weight: 300;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.indexmain .data dl .score .manten {
  opacity: .4;
  display: block;
  line-height: 1.5;
  font-size: 22px;
  padding-left: 45px;
  margin-left: 10px;
  position: relative;
}
.indexmain .data dl .score .manten::before {
  content: "";
  height: 70px;
  width: 1px;
  background-color: #2d2d2d;
  transform: rotate(33deg);
  transform-origin: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.indexmain .data dl .text {
  font-size: 15px;
  line-height: 2.2;
}
.indexmain .data dl .text span {
  display: inline-block;
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  margin: 0 6px;
}
.indexmain .data dl .text span.point {
  background-color: #C5A05A;
}
.indexmain .main {
  width: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-left: 10px;
}
.indexmain .main .catch {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.indexmain .main .text p + p {
  margin-top: 1em;
}
.indexmain .main .button {
  text-align: right;
  margin-top: 30px;
}
.indexmain .main .button a {
  display: inline-block;
  background-color: #EEEBE5;
  border-radius: 100px;
  padding: 15px 25px 15px 30px;
  font-size: 14px;
}
.indexmain .main .button a::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/modal-icon.svg") no-repeat center center;
  background-size: contain;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  margin-left: 15px;
  display: inline-block;
}

.voicelist .title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}
.voicelist .title span {
  display: block;
}
.voicelist .title .en {
  font-size: 38px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .1em;
}
.voicelist .title .jp {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 18px;
}
.voicelist ul {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}
.voicelist ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 22px;
  margin-bottom: 70px;
}
.voicelist ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voicelist ul li a .image {
  position: relative;
}
.voicelist ul li a .image figure {
  position: relative;
  height: 0;
  padding-top: 66%;
  overflow: hidden;
  z-index: 0;
}
.voicelist ul li a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.voicelist ul li a .image .data {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
}
.voicelist ul li a .image .data span {
  border-radius: 100px;
  font-size: 12px;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  letter-spacing: 0;
}
.voicelist ul li a .image .data span.cat {
  background-color: #2d2d2d;
  color: #fff;
}
.voicelist ul li a .posttitle {
  margin: 30px 20px;
  padding: 0 28px;
  position: relative;
  text-align: center;
}
.voicelist ul li a .posttitle::before, .voicelist ul li a .posttitle::after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
}
.voicelist ul li a .posttitle::before {
  top: 0;
  left: 0;
  background: url("../images/voicel.png") no-repeat center center;
  background-size: contain;
}
.voicelist ul li a .posttitle::after {
  bottom: 0;
  right: 0;
  background: url("../images/voicer.png") no-repeat center center;
  background-size: contain;
}
.voicelist ul li a .posttitle span {
  display: inline-block;
  text-align: left;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.7;
}
.voicelist ul li a .scorebox {
  margin: auto 15px 0;
  background-color: #f3f3f3;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voicelist ul li a .scorebox dt {
  font-size: 12px;
  line-height: 1.4;
  padding-right: 20px;
  border-right: #8f8f8f 1px solid;
}
.voicelist ul li a .scorebox dd {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.voicelist ul li a .scorebox dd .star {
  margin-right: 10px;
  text-align: center;
}
.voicelist ul li a .scorebox dd .star strong {
  display: block;
  letter-spacing: .1em;
  font-size: 14px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 550;
}
.voicelist ul li a .scorebox dd .star span {
  display: block;
  white-space: nowrap;
  letter-spacing: 2px;
  overflow: hidden;
  font-size: 12px;
}
.voicelist ul li a .scorebox dd .score {
  font-size: 13px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.voicelist ul li a .scorebox dd .score span {
  display: block;
}
.voicelist ul li a .scorebox dd .score .num {
  font-size: 32px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-right: 3px;
}
.voicelist ul li a .scorebox dd .score i {
  padding-top: 10px;
}
.voicelist ul li a .scorebox dd .score strong {
  padding: 7px 0 0 3px;
  letter-spacing: 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #C5A05A;
}
.voicelist ul li a .scorebox dd .score .manten {
  padding-left: 25px;
  line-height: 1.2;
  position: relative;
  text-align: right;
}
.voicelist ul li a .scorebox dd .score .manten::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #575757;
  transform: rotate(32deg);
  transform-origin: left bottom;
  position: absolute;
  left: 5px;
  bottom: 0;
}
.voicelist ul li a .scorebox dd.good .star {
  color: #79A96D;
}
.voicelist ul li a .scorebox dd.good .star span {
  width: 46.5px;
}
.voicelist ul li a .scorebox dd.good .score .num {
  color: #79A96D;
}
.voicelist ul li a .scorebox dd.perfect .star {
  color: #D57860;
}
.voicelist ul li a .scorebox dd.perfect .star span {
  width: 62px;
}
.voicelist ul li a .scorebox dd.perfect .score .num {
  color: #D57860;
}
.voicelist ul li a .scorebox dd.ex .star {
  color: #C5A05A;
}
.voicelist ul li a .scorebox dd.ex .star span {
  width: 77.5px;
}
.voicelist ul li a .scorebox dd.ex .score .num {
  color: #C5A05A;
}

/* ---------- modal ---------- */
.modaal-container {
  background-color: #EEEBE5;
}

.modal_head .bg::before {
  opacity: .7;
}
.modal_head .bg span {
  display: block;
  height: 100%;
  flex: 1;
  width: 25%;
  box-sizing: border-box;
  border-right: #fff 1px solid;
}
.modal_head .bg span:last-of-type {
  border: none;
}
.modal_head .pagetitle {
  font-size: 31px;
  line-height: 1.5;
  padding-top: 90px;
}
.modal_head .pagetitle::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 46px;
  position: absolute;
  bottom: -30px;
  left: 50px;
}

.modal_body .body p {
  font-size: 15px;
}
.modal_body .body p + p {
  margin-top: 20px;
}
.modal_body .body .catch {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 22px;
  margin: 50px 0 20px;
}
.modal_body .body strong {
  font-weight: 700;
  padding: 0 2px;
}
.modal_body .body .image {
  height: 300px;
  margin: 40px 0;
}
.modal_body .body .housemaker {
  margin: 70px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.modal_body .body .housemaker .meritdemerit {
  display: flex;
}
.modal_body .body .housemaker .list {
  width: 260px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
}
.modal_body .body .housemaker .list.merit .h {
  background-color: #C5A05A;
}
.modal_body .body .housemaker .list.demerit .h {
  background-color: #8f8f8f;
}
.modal_body .body .housemaker .list .h {
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 10px;
}
.modal_body .body .housemaker .list ul {
  display: inline-block;
  text-align: left;
}
.modal_body .body .housemaker .list ul li {
  line-height: 1.5;
  margin-top: 5px;
  text-indent: -12px;
  padding-left: 12px;
}
.modal_body .body .housemaker .list ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  text-indent: 0;
  vertical-align: 2px;
  margin-right: 6px;
  background-color: #8f8f8f;
}
.modal_body .body .housemaker figure {
  flex-grow: 1;
  text-align: center;
  padding-left: 20px;
}
.modal_body .body .housemaker figure img {
  width: 300px;
}
.modal_body .body .book {
  margin-top: 80px;
  background-color: #98836A;
  color: #fff;
  padding: 60px;
}
.modal_body .body .book .headarea {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.modal_body .body .book .headarea .title {
  flex-shrink: 0;
  margin-right: 4%;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.5;
}
.modal_body .body .book .headarea .title span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal_body .body .book .textarea p {
  font-size: 14px;
}
.modal_body .body .book .textarea p + p {
  margin-top: 15px;
}

/* ------------------------------
 Post-Page
------------------------------ */
.post-page .toparea {
  background-color: #2d2d2d;
  padding: 60px 0;
  margin-bottom: 90px;
}
.post-page .toparea .inner {
  display: flex;
  align-items: center;
}
.post-page .toparea .photo {
  width: 50%;
  flex-shrink: 0;
  text-align: right;
  max-height: 600px;
  box-sizing: border-box;
  padding-right: 3%;
}
.post-page .toparea .photo figure img {
  object-fit: contain;
  object-position: right center;
}
.post-page .toparea .main {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3%;
}
.post-page .toparea .main .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.post-page .toparea .main .data .owner {
  font-size: 14px;
  color: #e7e7e7;
}
.post-page .toparea .main .data .cat span {
  display: inline-block;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 12px;
  padding: 3px 15px;
}
.post-page .toparea .main .posttitle {
  font-size: min(26px,2.3vw);
  line-height: 1.7;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.post-page .toparea .main .scorebox {
  background-color: #EEEBE5;
  padding: 22px 0 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-page .toparea .main .scorebox .score dt {
  font-size: 15px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.post-page .toparea .main .scorebox .score dd {
  line-height: 1;
  font-size: 13px;
}
.post-page .toparea .main .scorebox .score dd strong {
  font-size: 42px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding-right: 3px;
}
.post-page .toparea .main .scorebox .score dd span {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 2px;
  color: #C5A05A;
}
.post-page .toparea .main .scorebox .star {
  width: 210px;
  overflow: hidden;
  opacity: .3;
  line-height: 1;
  margin-top: -5px;
}
.post-page .toparea .main .scorebox .star span {
  display: block;
}
.post-page .toparea .main .scorebox .star .text {
  font-size: 37px;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post-page .toparea .main .scorebox .star .mark {
  font-size: 35px;
  white-space: nowrap;
  letter-spacing: 6px;
}
.post-page .toparea .main .scorebox.ex .star {
  color: #C5A05A;
}
.post-page .toparea .main .scorebox.perfect .star {
  color: #D57860;
}
.post-page .toparea .main .scorebox.good .star {
  color: #79A96D;
}
.post-page .mainarea {
  display: flex;
  margin-bottom: 80px;
}
.post-page .mainarea .enquete {
  width: 50%;
  box-sizing: border-box;
  padding-right: 3%;
  flex-shrink: 0;
}
.post-page .mainarea .comment {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3%;
  padding-top: 5px;
  flex-shrink: 0;
}
.post-page .mainarea dl + dl {
  margin-top: 65px;
}
.post-page .mainarea dl dt {
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  padding-top: 25px;
}
.post-page .mainarea dl dt::before {
  content: "";
  width: 46px;
  height: 2px;
  background-color: #2d2d2d;
  position: absolute;
  top: 0;
  left: 0;
}
.post-page .moviebox {
  margin: -20px calc( ((100vw - 1200px) / 2) * -1 ) 60px;
  background-color: #f3f3f3;
  padding-block: 50px 60px;
}
.post-page .moviebox .title {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.post-page .moviebox .title span {
  display: block;
}
.post-page .moviebox .title .en {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2em;
}
.post-page .moviebox .movie {
  margin-inline: auto;
  max-width: 900px;
}
.post-page .moviebox .movie .inner {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.post-page .moviebox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-page .workslink {
  max-width: 900px;
  margin: 0 auto 80px;
}
.post-page .workslink a {
  display: flex;
  align-items: center;
  background-color: #EEEBE5;
  padding: 35px 40px;
  position: relative;
}
.post-page .workslink a .arrow {
  display: block;
  width: 23px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 1px;
  background-color: #2d2d2d;
}
.post-page .workslink a .arrow::before {
  content: "";
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #2d2d2d;
  transform: rotate(35deg);
  transform-origin: right center;
}
.post-page .workslink .photo {
  width: 37%;
  aspect-ratio: 3 / 2;
  margin-right: 40px;
  flex-shrink: 0;
}
.post-page .workslink .text {
  flex-grow: 1;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 24px;
}
.post-page .workslink .text span {
  display: block;
  font-size: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint (1500px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1500px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .voicelist ul {
    margin: 0 -1.2vw;
  }
  .voicelist ul li {
    padding: 0 1.2vw;
  }
  .voicelist ul li a .posttitle {
    margin: 30px 5px 25px;
    padding: 0 20px;
  }
  .voicelist ul li a .scorebox {
    margin: auto 0 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .indexmain .data dl {
    width: auto;
  }
  .indexmain .main {
    padding-left: 50px;
  }

  .voicelist ul li a .image .data {
    left: 1vw;
    bottom: 1vw;
  }
  .voicelist ul li a .image .data span {
    font-size: 11px;
    padding: 3px 12px;
    margin: 8px 8px 0 0;
  }
  .voicelist ul li a .scorebox {
    display: block;
  }
  .voicelist ul li a .scorebox dt {
    padding: 0 0 10px 0;
    border-bottom: #8f8f8f 1px solid;
    border-right: none;
    text-align: center;
  }
  .voicelist ul li a .scorebox dt br {
    display: none;
  }
  .voicelist ul li a .scorebox dd {
    justify-content: center;
    margin: 5px -20px 0;
  }
  .voicelist ul li a .scorebox dd .star {
    margin-right: 5px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page .toparea .main .data .owner {
    letter-spacing: 0;
  }
  .post-page .toparea .main .scorebox .score {
    letter-spacing: 0;
  }
  .post-page .toparea .main .scorebox .star {
    width: min(210px,17.8vw);
  }
  .post-page .toparea .main .scorebox .star .mark {
    font-size: min(35px,3vw);
    letter-spacing: .18em;
  }
  .post-page .moviebox {
    margin: -20px -50px 60px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .indexmain {
    display: block;
  }
  .indexmain .data {
    width: auto;
    margin-bottom: 40px;
  }
  .indexmain .data dl {
    width: 500px;
    padding: 60px 0;
  }
  .indexmain .main {
    width: auto;
    padding: 0;
  }
  .indexmain .main .button {
    text-align: center;
  }

  .voicelist .title .en {
    font-size: 30px;
  }
  .voicelist .title .jp {
    font-size: 16px;
  }
  .voicelist ul {
    margin: 0 -2vw;
  }
  .voicelist ul li {
    width: 50%;
    padding: 0 2vw;
    margin-bottom: 60px;
  }
  .voicelist ul li a .image .data {
    left: 1.5vw;
    bottom: 1.5vw;
  }
  .voicelist ul li a .posttitle {
    margin: 20px 5px;
  }
  .voicelist ul li a .posttitle span {
    line-height: 1.6;
  }

  /* ---------- modal ---------- */
  .modal_head .pagetitle {
    font-size: 28px;
    padding-top: 80px;
  }
  .modal_head .pagetitle::after {
    left: 6vw;
  }

  .modal_body .body .image {
    height: 280px;
  }
  .modal_body .body .housemaker {
    margin: 50px 0;
    display: block;
  }
  .modal_body .body .housemaker .meritdemerit {
    justify-content: center;
  }
  .modal_body .body .housemaker .list {
    width: 240px;
    margin: 0 6px;
  }
  .modal_body .body .housemaker figure {
    padding: 0;
    margin-bottom: 30px;
  }
  .modal_body .body .book .headarea {
    display: block;
  }
  .modal_body .body .book .headarea .title {
    margin: 0 0 30px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page .toparea {
    margin-bottom: 60px;
  }
  .post-page .toparea .inner {
    display: block;
  }
  .post-page .toparea .photo {
    width: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .post-page .toparea .photo figure img {
    object-position: center center;
  }
  .post-page .toparea .main {
    width: auto;
    padding-left: 0;
  }
  .post-page .toparea .main .data {
    padding: 0 20px;
  }
  .post-page .toparea .main .data .owner {
    font-size: 14px;
    letter-spacing: inherit;
  }
  .post-page .toparea .main .posttitle {
    font-size: 22px;
    padding: 0 20px;
  }
  .post-page .toparea .main .scorebox {
    padding: 22px 0 25px 40px;
  }
  .post-page .toparea .main .scorebox .star {
    width: 210px;
  }
  .post-page .toparea .main .scorebox .star .mark {
    font-size: 35px;
  }
  .post-page .mainarea {
    display: block;
  }
  .post-page .mainarea .enquete {
    width: auto;
    max-width: 600px;
    margin: 0 auto 60px;
    padding-right: 0;
  }
  .post-page .mainarea .comment {
    width: auto;
    padding-left: 0;
  }
  .post-page .workslink a {
    padding: 35px 30px;
  }
  .post-page .workslink .text {
    font-size: 22px;
  }
  .post-page .workslink .text span {
    padding-top: 5px;
    font-size: 14px;
  }
  .post-page .moviebox {
    margin: 0 -6vw 60px;
    padding-inline: 6vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .indexmain {
    margin-bottom: 60px;
  }
  .indexmain .data {
    margin-bottom: 10px;
  }
  .indexmain .data dl {
    width: auto;
    padding: 50px 0 40px;
  }
  .indexmain .data dl dt {
    font-size: 17px;
  }
  .indexmain .data dl .score {
    margin-bottom: 15px;
  }
  .indexmain .data dl .score .average {
    font-size: 15px;
  }
  .indexmain .data dl .score .average i {
    padding-top: 8px;
  }
  .indexmain .data dl .score .average strong {
    font-size: 60px;
  }
  .indexmain .data dl .score .manten {
    font-size: 16px;
    padding-left: 35px;
  }
  .indexmain .data dl .score .manten::before {
    height: 52px;
  }
  .indexmain .data dl .text {
    font-size: inherit;
  }
  .indexmain .data dl .text span {
    font-size: 13px;
    padding: 0 10px;
    margin: 0 5px;
  }
  .indexmain .main .catch {
    font-size: 20px;
  }
  .indexmain .main .button a {
    padding: 15px 25px 15px 30px;
    font-size: 13px;
  }
  .indexmain .main .button a::after {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }

  .voicelist .title {
    margin-bottom: 40px;
  }
  .voicelist .title .en {
    font-size: 26px;
  }
  .voicelist .title .jp {
    font-size: 14px;
  }
  .voicelist ul {
    margin: 0;
    display: block;
  }
  .voicelist ul li {
    width: auto;
    padding: 0;
    margin-bottom: 60px;
  }
  .voicelist ul li a {
    display: block;
  }
  .voicelist ul li a .image .data {
    left: 2vw;
    bottom: 2vw;
  }
  .voicelist ul li a .posttitle {
    margin: 20px 10px 15px;
  }
  .voicelist ul li a .posttitle::before, .voicelist ul li a .posttitle::after {
    width: 12px;
    height: 10px;
  }
  .voicelist ul li a .posttitle span {
    font-size: 15px;
  }
  .voicelist ul li a .scorebox {
    margin: auto 5px 0;
  }

  /* ---------- modal ---------- */
  .modal_head .pagetitle {
    font-size: min(21px,4.6vw);
    letter-spacing: 0;
    padding-top: 55px;
  }
  .modal_head .pagetitle::after {
    bottom: -20px;
  }

  .modal_body .body p {
    letter-spacing: 0;
    font-size: 13px;
  }
  .modal_body .body p + p {
    margin-top: 1em;
  }
  .modal_body .body .catch {
    font-size: 20px;
    margin: 30px 0 15px;
  }
  .modal_body .body .image {
    height: 200px;
    margin: 30px 0;
  }
  .modal_body .body .housemaker {
    margin: 40px 0;
  }
  .modal_body .body .housemaker .meritdemerit {
    display: block;
  }
  .modal_body .body .housemaker .list {
    width: auto;
    margin: 20px 0 0;
  }
  .modal_body .body .housemaker figure {
    margin: 0 20px;
  }
  .modal_body .body .book {
    margin: 40px -5vw 0;
    padding: 30px 5vw;
  }
  .modal_body .body .book .headarea {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 25px;
  }
  .modal_body .body .book .headarea .title {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .modal_body .body .book .headarea .title span {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .modal_body .body .book .textarea p {
    font-size: 13px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page .toparea {
    padding: 40px 0;
  }
  .post-page .toparea .photo {
    margin-bottom: 20px;
  }
  .post-page .toparea .main .data {
    display: block;
    margin-bottom: 15px;
    padding: 0 5vw;
  }
  .post-page .toparea .main .data .owner {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .post-page .toparea .main .data .cat {
    text-align: right;
  }
  .post-page .toparea .main .data .cat span {
    font-size: 11px;
  }
  .post-page .toparea .main .posttitle {
    font-size: 18px;
    padding: 0 5vw;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .post-page .toparea .main .scorebox {
    padding: 20px 0 0 30px;
    display: block;
  }
  .post-page .toparea .main .scorebox .star {
    margin: 0 0 0 auto;
  }
  .post-page .mainarea {
    margin-bottom: 60px;
  }
  .post-page .mainarea .enquete {
    margin: 0 auto 50px;
  }
  .post-page .mainarea .comment {
    padding-top: 0;
  }
  .post-page .mainarea dl + dl {
    margin-top: 50px;
  }
  .post-page .mainarea dl dt {
    font-size: 17px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .post-page .workslink {
    margin: 0 auto 50px;
  }
  .post-page .workslink a {
    display: block;
    padding: 25px 25px 35px;
  }
  .post-page .workslink a .arrow {
    right: 20px;
    bottom: 22px;
  }
  .post-page .workslink .photo {
    width: auto;
    max-width: 240px;
    margin: 0 auto 15px;
  }
  .post-page .workslink .text {
    font-size: 18px;
  }
  .post-page .workslink .text span {
    letter-spacing: 0;
    padding-top: 5px;
    font-size: 13px;
  }
  .post-page .moviebox {
    margin: 0 -5vw 40px;
    padding-block: 30px 40px;
    padding-inline: 5vw;
  }
  .post-page .moviebox .title {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=voice.css.map */
