@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*** =============================
  - base
============================= ***/

/** ------------------------------
  - reset default style
------------------------------ **/

html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

li {
  list-style-type: none;
}

a:focus {
  outline: none;
}

:root, html, body {
  background-color: #fff;
  color: #333;
  width: 100%;
}

* {
  box-sizing: border-box;
}

/** ------------------------------
  - base style
------------------------------ **/

body {
  background-color: #fff;
}

#page-modelhouse .content, #single-modelhouse .content {
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
}

/*** =============================
  - font
============================= ***/

.font-Noto {
  font-family: "Noto Sans Japanese", sans-serif;
}

.font-Helvetica {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue"
}

/*** =============================
  - layout
============================= ***/

.l-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-row {
  zoom: 1;
}

.l-row:before, .l-row:after {
  content: "";
  display: table;
}

.l-row:after {
  clear: both;
}

.l-column {
  width: 100%;
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .l-column {
    max-width: none;
    padding: 0 3.75%;
  }
}

@media only screen and (max-width: 1090px) {
  .topicpath__box {
    display: none;
  }
}

/*** =============================
  - modules
============================= ***/

/** ------------------------------
  - mv
------------------------------ **/

.mv {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .mv {
    margin-bottom: 7%;
  }
}

/** ------------------------------
  - lead
------------------------------ **/

.lead {
  margin-bottom: 50px;
}

.lead_main {
  float: left;
  width: 52%;
}

.lead_thumb {
  float: right;
  width: 48%;
  padding-left: 5%;
}

.lead_thumb02 {
  margin-top: 50px;
}

.lead_heading {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eb6100;
}

.lead_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.lead_address {
  background-color: #f5f5f5;
  padding: 20px;
}

.lead_address_square {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #eb6100;
}

.lead_address_text {
  font-size: 16px;
}

.lead_thumb {}

.lead_thumb .iframe_content {
  position: relative;
  width: 100%;
  padding: 100% 0 0 0;
}

.lead_thumb .iframe_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead_thumb_caption {
  padding-top: 10px;
  text-align: right;
}

.lead_thumb_caption a {
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}

.lead_thumb_caption a::after {
  content: '';
  background: url(../images/modelhouse/icon_arrow-red.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

@media only screen and (max-width: 640px) {
  .lead {
    margin-bottom: 7%;
  }
  .lead_main {
    float: none;
    width: 100%;
    margin-bottom: 7%;
  }
  .lead_thumb {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .lead_thumb02 {
    margin-top: 7%;
  }
  .lead_heading {
    font-size: 6vw;
    padding-bottom: 5%;
    margin-bottom: 7%;
  }
  .lead_text {
    font-size: 3.75vw;
    margin-bottom: 5%;
  }
  .lead_address {
    padding: 5%;
  }
  .lead_address_square {
    width: 10px;
    height: 10px;
  }
  .lead_address_text {
    font-size: 3.5vw;
  }
  .lead_thumb_caption a {
    font-size: 3.5vw;
  }
  .lead_thumb_caption a::after {
    content: '';
    background: url(../images/modelhouse/icon_arrow-red.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
}

/** ------------------------------
  - sale
------------------------------ **/

.sale {
  margin-bottom: 50px;
}

.sale .l-row {
  padding-bottom: 50px;
  border-bottom: #e72432 1px solid;
}

.sale .price {
  display: table;
}

.sale .price .label {
  display: table-cell;
  vertical-align: middle;
}

.sale .price .label-in {
  padding: 5px;
  display: inline-block;
  border: #e72432 1px solid;
  color: #e72432;
  font-weight: bold;
  font-size: 18px;
}

.sale .price .num {
  display: table-cell;
  padding-left: 15px;
  color: #e72432;
  font-weight: bold;
  font-size: 50px;
  vertical-align: bottom;
}

.sale .price .yen, .sale .price .tax {
  display: table-cell;
  font-weight: bold;
  font-size: 20px;
  vertical-align: bottom;
}

.sale .price .yen {
  color: #e72432;
}

@media only screen and (max-width: 640px) {
  .sale .price .num {
    font-size: 10vw;
  }
  .sale .price .label-in, .sale .price .yen, .sale .price .tax {
    font-size: 3.75vw;
  }
}

.sale .data {
  margin-top: 20px;
}

.sale .data dt.name {
  background: #f5f5f5;
  display: block;
  padding: 20px;
  float: left;
  width: 114px;
  text-align: center;
  line-height: 2;
}

.sale .data dd.content {
  margin-left: 134px;
  line-height: 1.5;
  width: auto;
}

@media only screen and (max-width: 640px) {
  .sale .data {
    margin-top: 3.75%;
    font-size: 3.75vw;
  }
  .sale .data::before {
    padding: 3.75%;
    width: 20%;
  }
  .sale .data dd.content {
    margin-left: 31.25%;
  }
}

.sale .text {
  margin-top: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .sale .text {
    margin-top: 3.75%;
    font-size: 3.75vw;
  }
}

.price_main {
  float: left;
  width: 52%;
}

@media only screen and (max-width: 640px) {
  .price_main {
    float: none;
    width: 100%;
  }
}

.sale .imgPanel_thumb {
  float: right;
  width: 48%;
  padding-left: 5%;
}

@media only screen and (max-width: 640px) {
  .sale .imgPanel_thumb {
    margin-top: 3.75%;
    padding: 0;
    float: none;
    width: 100%;
  }
}

/** ------------------------------
  - information
------------------------------ **/

.information {
  margin-bottom: 50px;
  padding: 40px 0;
  background: #fef7f2;
}

.information h2 {
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: リュウミン R-KL, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, serif;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: #e72432 1px solid;
}

@media only screen and (max-width: 1090px) {
  .information h2 {
    font-size: 2.56881vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  .information h2 {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}

.information p.date {
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: リュウミン R-KL, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, serif;
  font-weight: bold;
}

@media only screen and (max-width: 1090px) {
  .information p.date {
    font-size: 2.56881vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  .information p.date {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}

.information p.time {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .information p.time {
    font-size: 3.75vw;
  }
}

.information .cv_foot {
  margin-top: 20px;
}

.information .cv_telephone {
  float: left;
}

@media only screen and (max-width: 900px) {
  .information .cv_telephone {
    float: none;
  }
}

.information .cv_caution {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .information .cv_caution {
    text-align: center;
  }
}

/** ------------------------------
  - article
------------------------------ **/

.article {}

.article_head {
  margin-bottom: 50px;
}

.article_heading {
  font-size: 30px;
  text-align: center;
  line-height: 1.8;
}

.article_heading span {
  background: linear-gradient(transparent 55%, #fff100 0%);
  display: inline;
  padding-bottom: 5px;
}

.article_head02 {
  margin-bottom: 30px;
  text-align: center;
}

.article_heading02 {
  padding: 0 50px;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.article_heading02::before {
  content: "";
  display: block;
  background: url(../images/modelhouse/bg_heading02_01.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 73px;
  position: absolute;
  left: 0;
  top: 0;
}

.article_heading02::after {
  content: "";
  display: block;
  background: url(../images/modelhouse/bg_heading02_02.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 73px;
  position: absolute;
  right: 0;
  top: 0;
}

.article_heading02 span {
  color: #ec6941;
}

@media only screen and (max-width: 640px) {
  .article {
    padding-top: 10%;
  }
  .article_head {
    margin-bottom: 10%;
  }
  .article_heading {
    font-size: 5.5vw;
  }
  .article_head02 {
    margin-bottom: 10%;
  }
  .article_heading02 {
    padding: 0 7%;
    font-size: 5.5vw;
  }
  .article_heading02::before {
    width: 7%;
    height: 12vw;
  }
  .article_heading02::after {
    width: 7%;
    height: 12vw;
  }
}

/** ------------------------------
  - imgPanel
------------------------------ **/

.imgPanel {
  margin-bottom: 50px;
}

.imgPanel_thumb {
  float: right;
  width: 50%;
  padding-left: 3%;
}

.imgPanel_main {
  float: left;
  width: 50%;
}

.four-point .imgPanel_main {
  margin-bottom: 5.5%;
  padding-right: 3%;
}

.four-point .imgPanel_main:nth-child(even) {
  padding-right: 0;
  padding-left: 3%;
}

.four-point .imgPanel_main .imgPanel {
  margin-bottom: 0;
}

.four-point .imgPanel_main .imgPanel_thumb {
  margin-top: 20px;
}

.imgPanel-flipped .imgPanel_thumb {
  float: left;
  padding-left: 0;
  padding-right: 3%;
}

.imgPanel-flipped .imgPanel_main {
  float: right;
}

.imgPanel-bgCircle {
  position: relative;
}

.imgPanel-bgCircle .imgPanel_thumb {
  float: left;
  width: 57%;
  padding-right: 0;
}

.imgPanel-bgCircle .imgPanel_main {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  /*background: url("../images/modelhouse/bg_circle.png") no-repeat right;*/
}

.imgPanel-fullImg .imgPanel_thumb {
  float: none;
  width: 100%;
  padding-left: 0;
}

.imgPanel_heading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.four-point .imgPanel_heading {
  line-height: 41px;
  margin-bottom: 20px;
}

.four-point .imgPanel_heading span {
  margin-right: 10px;
  background: #ec6941;
  width: 41px;
  height: 41px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.imgPanel_text {
  font-size: 14px;
  line-height: 2;
}

.imgPanel_thumb .data {
  margin-top: 40px;
  padding: 20px 0 20px 20px;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
}

.imgPanel_thumb .data dt.name {
  background: #f5f5f5;
  display: block;
  padding: 20px;
  float: left;
  width: 114px;
  text-align: center;
  line-height: 2;
}

.imgPanel_thumb .data dd.content {
  margin-left: 134px;
  line-height: 1.5;
  width: auto;
}

@media only screen and (max-width: 640px) {
  .imgPanel {
    margin-bottom: 12%;
  }
  .imgPanel_thumb {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .imgPanel_main {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
  .four-point .imgPanel_main {
    padding-right: 0;
  }
  .four-point .imgPanel_main:nth-child(even) {
    padding-left: 0;
  }
  .four-point .imgPanel_main .imgPanel_thumb {
    margin-top: 3%;
  }
  .imgPanel-flipped .imgPanel_thumb {
    float: right;
    padding-left: 0;
    padding-right: 0;
  }
  .imgPanel-flipped .imgPanel_main {
    float: none;
  }
  .imgPanel-bgCircle {
    position: relative;
  }
  .imgPanel-bgCircle .imgPanel_thumb {
    float: none;
    width: 100%;
  }
  .imgPanel-bgCircle .imgPanel_main {
    float: none;
    position: static;
    background: url("../images/modelhouse/bg_circle.png") no-repeat right;
  }
  .imgPanel-fullImg .imgPanel_thumb {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .imgPanel_heading {
    font-size: 5.4vw;
    margin-bottom: 5%;
  }
  .imgPanel_text {
    font-size: 3.75vw;
  }
  .imgPanel_thumb .data {
    margin-top: 3.75%;
    font-size: 3.75vw;
    padding: 3.75% 0 3.75% 3.75%;
  }
  .imgPanel_thumb .data::before {
    padding: 3.75%;
    width: 20%;
  }
  .imgPanel_thumb .data dd.content {
    margin-left: 31.25%;
  }
}

/** ------------------------------
  - cv
------------------------------ **/

.cv {
  background: url(../images/modelhouse/bg_cv.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cv+.l-column {
  margin-top: 50px;
}

.cv_head {
  margin-bottom: 35px;
}

.cv_heading {
  text-align: center;
}

.cv_heading-en {
  font-size: 44px;
  display: block;
  margin-bottom: 20px;
}

.cv_heading-small {
  font-size: 21px;
  display: block;
}

.cv_call {
  float: left;
  width: 50%;
}

.cv_telephone {
  position: relative;
  float: right;
  color: #e81727;
  font-weight: bold;
  font-size: 38px;
  padding-left: 38px;
}

.cv_telephone::before {
  content: '';
  background: url("../images/modelhouse/icon_telephone.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 32px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.cv_caution {
  clear: both;
  text-align: right;
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
  color: #e81727;
}

.cv_form {
  float: right;
  width: 50%;
  padding-left: 3%;
}

.cv_button {
  background-color: #ec6941;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 14px 0;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
}

.cv_button::after {
  content: '\f13a';
  font-family: FontAwesome;
  font-size: 24px;
  padding-left: 10px;
}

.cv_button:hover {
  background-color: #fff;
  color: #ec6941;
  border: 1px solid #ec6941;
}

@media only screen and (max-width: 900px) {
  .cv_heading-en {
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
  }
  .cv_heading-small {
    font-size: 26px;
    display: block;
  }
  .cv_telephone {
    float: none;
    font-size: 5.4vw;
    padding-left: 50px;
  }
  .cv_caution {
    font-size: 16px;
    padding-top: 10px;
  }
  .cv_button {
    font-size: 22px;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid transparent;
  }
}

@media only screen and (max-width: 640px) {
  .cv {
    background: url(../images/modelhouse/bg_cv.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .cv+.l-column {
    margin-top: 10%;
  }
  .cv_head {
    margin-bottom: 5%;
  }
  .cv_heading-en {
    font-size: 6.75vw;
    margin-bottom: 4%;
  }
  .cv_heading-small {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .cv_call {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .cv_telephone {
    position: relative;
    font-size: 6.75vw;
    padding-left: 7%;
    display: inline-block;
  }
  .cv_telephone::before {
    content: '';
    background: url("../images/modelhouse/icon_telephone.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 8.25%;
    height: 5.75vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  .cv_caution {
    font-size: 4vw;
    padding-top: 3%;
    text-align: center;
  }
  .cv_form {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .cv_button {
    font-size: 3.75vw;
    padding: 3% 0;
  }
  .cv_button::after {
    font-size: 3.75vw;
  }
}

/** ------------------------------
  - faq
------------------------------ **/

.faq {
  background: #f5f5f5;
  padding: 50px 0;
}

dl.faq {
  margin-bottom: 10px;
  padding: 40px;
  background: #fff;
}

dl.faq:last-child {
  margin: 0;
}

dl.faq a {
  text-decoration: underline;
}

dl.faq a span {
  color: #e81727;
}

dl.faq a:hover {
  text-decoration: none;
}

dl.faq dt.question {
  margin-bottom: 30px;
  padding: 10px 0 20px 61px;
  min-height: 61px;
  border-bottom: #ec6941 1px solid;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}

dl.faq dt.question::before {
  content: "";
  background: url(../images/modelhouse/ico_question.png) no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

dl.faq dd.answer {
  padding: 0 0 0 61px;
  position: relative;
  line-height: 1.5;
}

dl.faq dd.answer::before {
  content: "";
  background: url(../images/modelhouse/ico_answer.png) no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .faq {
    padding-top: 10%;
  }
  dl.faq {
    padding: 20px;
  }
  dl.faq dt.question {
    margin-bottom: 20px;
  }
  dl.faq dt.question, dl.faq dd.answer {
    font-size: 3.75vw;
  }
}

/** ------------------------------
  - form
------------------------------ **/

#event-yoyaku-form {
  padding: 0;
  background: #f5f5f5;
}

#event-yoyaku-form .form_inner {
  padding: 50px 10px;
  background: #fff;
}

#event-yoyaku-form #terakoya-form-main {
  margin: 0;
}

#event-yoyaku-form #terakoya-form-sub {
  margin: 0;
}

#event-yoyaku-form .schedule {
  margin-left: -5px;
  overflow: hidden;
}

#event-yoyaku-form .schedule .select {
  margin-right: 10px;
  float: left;
}

#event-yoyaku-form .schedule .select select {
  margin: 0 5px;
}

@media only screen and (max-width: 640px) {
  #event-yoyaku-form {
    padding: 3.75%;
  }
  #event-yoyaku-form .form_inner {
    padding: 10% 0;
  }
}

/*** =============================
  - utility
============================= ***/

/** ------------------------------
  - device switcher
------------------------------ **/

.u-visible-md {
  display: block;
}

.u-visible-sm {
  display: none;
}

@media only screen and (max-width: 640px) {
  .u-visible-md {
    display: none;
  }
  .u-visible-sm {
    display: block;
  }
}

/** ------------------------------
  - alpha
------------------------------ **/

.u-alpha, .u-alpha img {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.u-alpha:hover, .u-alpha:hover>img {
  opacity: .7;
}

/** ------------------------------
  - adjustment
------------------------------ **/

.u-mb-lv5 {
  margin-bottom: 50px;
}

/** ------------------------------
  - iframe
------------------------------ **/

.iframe_content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.iframe_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** ------------------------------
  - modal
------------------------------ **/

.view-thumb .container {
  margin: 0 -2.5% -2.5% 0;
  width: 100%;
  overflow: hidden;
}

.view-thumb .item {
  margin: 0 2.5% 2.5% 0;
  width: 18%;
  float: left;
}

.view-thumb .item:nth-child(5n) {
  margin: 0 0 2.5% 0;
}

/** ------------------------------
  - image set
------------------------------ **/

.image_set .headline {
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eb6100;
}

@media only screen and (max-width: 640px) {
  .image_set .headline {
    font-size: 5.4vw;
    margin-bottom: 5%;
  }
}

.image_set .container {
  margin: 2.5% -2.5% -2.5% 0;
  width: 100%;
  overflow: hidden;
}

.image_set .container .item {
  margin: 0 2.5% 2.5% 0;
  width: 23.125%;
  float: left;
}

.image_set .container .item:nth-child(4n) {
  margin: 0 0 2.5% 0;
}

@media only screen and (max-width: 640px) {
  .image_set .container .item {
    width: 48.5%;
    float: left;
  }
  .image_set .container .item:nth-child(2n) {
    margin: 0 0 2.5% 0;
  }
}

.image_set .container .item img {
  margin-bottom: 2.5%;
}

/*===============================================
 archive-modelhouse
===============================================*/

#archive-modelhouse #modelhouse-mv {
  padding: 0 85px;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-mv {
    padding: 0;
  }
}

#archive-modelhouse #modelhouse-mv .inner {
  max-width: 1208px;
  margin: 0 auto;
  padding-bottom: 57px;
  background-color: #fff;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-mv .inner {
    padding-bottom: 4.4444%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-mv .inner {
    padding-bottom: 20px;
  }
}

#archive-modelhouse #modelhouse-mv .container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 37.72803%;
}

#archive-modelhouse #modelhouse-mv .container .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#archive-modelhouse .section-header {
  text-align: center;
}

#archive-modelhouse .section-header p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  font-family: リュウミン R-KL, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, serif;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse .section-header p {
    font-size: 2.38532vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse .section-header p {
    font-size: 4.0625vw;
    letter-spacing: 0;
  }
}

#archive-modelhouse .section-header .section-title {
  margin-top: 0.4em;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  font-family: リュウミン R-KL, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, serif;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse .section-header .section-title {
    font-size: 2.56881vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse .section-header .section-title {
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}

#archive-modelhouse #modelhouse-current {
  padding: 0 85px;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-current {
    padding: 0;
  }
}

#archive-modelhouse #modelhouse-current .inner {
  max-width: 1208px;
  margin: 0 auto;
  background-color: #fff;
}

#archive-modelhouse #modelhouse-current .section-body {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-current .section-body {
    width: auto;
    padding: 4.44444% 4.44444% 50px;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-current .section-body {
    padding: 20px 20px 50px;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e9ebee;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-thumb a .item-thumb-fit {
  width: 100%;
  height: 0;
  padding-top: 71.11111%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-thumb a .item-thumb-fit .alt {
  display: none;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner {
  position: relative;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category span {
  display: inline-block;
  padding: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  background-color: #5ba2ff;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category span.item-category-2 {
  background-color: #5e939c;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category span.item-category-3 {
  background-color: #ec3b49;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category span.item-category-4 {
  background-color: #53a857;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category span.item-category-36 {
  background-color: #c99b45;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-date {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-title {
  padding-top: 1em;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  font-weight: normal;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-title {
    font-size: 2.38532vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-title {
    font-size: 4.0625vw;
    letter-spacing: 0;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-description {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.95;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-description {
    font-size: 1.83486vw;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-description {
    font-size: 3.125vw;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .btn-container .btn-bordered {
  position: static;
  width: 100%;
  margin-top: 40px;
  border-radius: 100px;
  text-align: center;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .btn-container .btn-bordered:before {
  display: none;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .btn-container .btn-bordered {
    margin-top: 8.88888%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .btn-container .btn-bordered {
    margin-top: 20px;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-end {
  margin-top: 10px;
  color: #e81727;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container:hover .item-inner {
  opacity: 0.6;
}

#archive-modelhouse #modelhouse-current .section-body .container {
  *zoom: 1;
}

#archive-modelhouse #modelhouse-current .section-body .container:after {
  content: "";
  display: block;
  clear: both;
}

#archive-modelhouse #modelhouse-current .section-body .container .item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item {
    margin-bottom: 4.44444%;
    width: 100%;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item:last-child {
  margin-bottom: 0;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container {
  padding: 40px 0;
  border-right: none;
  border-left: none;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container {
    padding: 4.44444% 0;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container:after {
  content: "";
  display: block;
  clear: both;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-thumb {
  width: 430px;
  float: left;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner {
  float: right;
  width: 430px;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-thumb, #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner {
    width: 47.7778%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-thumb, #archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner {
    width: 100%;
    float: none;
  }
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-category {
  float: left;
}

#archive-modelhouse #modelhouse-current .section-body .container .item .item-container .item-inner .item-title {
  clear: both;
}

#archive-modelhouse #modelhouse-merit {
  padding: 0 85px;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-merit {
    padding: 0;
  }
}

#archive-modelhouse #modelhouse-merit .inner {
  max-width: 1208px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fef7f2;
}

#archive-modelhouse #modelhouse-merit .section-header {
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-merit .section-header {
    width: auto;
    padding: 0 4.4444%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-header {
    padding: 0 20px;
  }
}

#archive-modelhouse #modelhouse-merit .section-header .section-title {
  padding-bottom: 10px;
  border-bottom: #e72432 1px solid;
}

#archive-modelhouse #modelhouse-merit .section-body {
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-merit .section-body {
    width: auto;
    padding: 0 4.44444%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-body {
    padding: 0 20px;
  }
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container {
  margin: 40px 0 60px;
  border-right: none;
  border-left: none;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container {
    margin: 4.44444% 0 6.66666%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container {
    margin: 20px 0 30px;
  }
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container:after {
  content: "";
  display: block;
  clear: both;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-thumb {
  width: 430px;
  float: left;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container.reverse .merit-thumb {
  float: right;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner {
  float: right;
  width: 430px;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container.reverse .merit-inner {
  float: left;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-thumb, #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner {
    width: 47.7778%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-thumb, #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner {
    width: 100%;
    float: none;
  }
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.77;
  font-family: リュウミン R-KL, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, serif;
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-title span {
  background: linear-gradient(transparent 55%, #cdddf6 0%);
  display: inline;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-title {
    font-size: 2.56881vw;
    letter-spacing: 0.025em;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-title {
    padding-top: 1em;
    font-size: 4.375vw;
    letter-spacing: 0;
  }
}

#archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-description {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.95;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-description {
    font-size: 1.83486vw;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-merit .section-body .container .merit .merit-container .merit-inner .merit-description {
    font-size: 3.125vw;
  }
}

#archive-modelhouse #modelhouse-report, #archive-modelhouse #modelhouse-gallery {}

#archive-modelhouse #modelhouse-report .slide-area, #archive-modelhouse #modelhouse-gallery .slide-area {
  width: 100%;
  margin-top: 32px;
}

#archive-modelhouse #modelhouse-report .inner, #archive-modelhouse #modelhouse-gallery .inner {
  max-width: 1208px;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #fff;
}

#archive-modelhouse #modelhouse-report .report-container, #archive-modelhouse #modelhouse-gallery .gallery-container {
  width: 900px;
  padding-bottom: 50px;
  margin: 40px auto 0;
  border-bottom: 1px solid #e9ebee;
}

@media only screen and (max-width: 1180px) {
  #archive-modelhouse #modelhouse-report .report-container, #archive-modelhouse #modelhouse-gallery .gallery-container {
    margin: 4.44444% auto 0;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-report .report-container, #archive-modelhouse #modelhouse-gallery .gallery-container {
    margin: 20px auto 0;
  }
}

#archive-modelhouse #modelhouse-report .report-container:after, #archive-modelhouse #modelhouse-gallery .gallery-container:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 960px) {
  #archive-modelhouse #modelhouse-report .report-container, #archive-modelhouse #modelhouse-gallery .gallery-container {
    width: auto;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
  }
}

@media only screen and (max-width: 960px) {
  #archive-modelhouse #modelhouse-report .report-container, #archive-modelhouse #modelhouse-gallery .gallery-container {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

#archive-modelhouse #modelhouse-report .report-container .item, #archive-modelhouse #modelhouse-gallery .gallery-container .item {
  float: left;
  width: 286px;
  margin-left: 21px;
  margin-top: 28px;
}

@media only screen and (max-width: 960px) {
  #archive-modelhouse #modelhouse-report .report-container .item, #archive-modelhouse #modelhouse-gallery .gallery-container .item {
    width: 48.91304%;
    margin-left: 2.17391%;
    margin-top: 3.04348%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-report .report-container .item, #archive-modelhouse #modelhouse-gallery .gallery-container .item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 4.375%;
  }
}

#archive-modelhouse #modelhouse-report .report-container .item:nth-child(3n+1), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(3n+1) {
  margin-left: 0;
}

#archive-modelhouse #modelhouse-report .report-container .item:nth-child(-n+3), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(-n+3) {
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(3n+1), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(3n+1) {
    margin-left: 2.08333%;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(-n+3), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(-n+3) {
    margin-top: 2.91667%;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(2n+1), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(-n+2), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(3n+1), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(-n+3), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(-n+3) {
    margin-top: 4.375%;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(2n+1), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:nth-child(-n+2), #archive-modelhouse #modelhouse-gallery .gallery-container .item:nth-child(-n+2) {
    margin-top: 4.375%;
  }
  #archive-modelhouse #modelhouse-report .report-container .item:first-child, #archive-modelhouse #modelhouse-gallery .gallery-container .item:first-child {
    margin-top: 0;
  }
}

#archive-modelhouse #modelhouse-report .report-container .item a, #archive-modelhouse #modelhouse-gallery .gallery-container .item a {
  display: block;
  background-color: #fff;
  border: 1px solid #e9ebee;
  text-decoration: none;
  color: #000;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner {
  box-sizing: border-box;
  padding: 20px;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-date, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-date {
  float: left;
  font-size: 12px;
  line-height: 1.5;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category {
  float: right;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category span, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category span {
  display: inline-block;
  padding: 4px;
  background-color: #999;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category span.item-category-2, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category span.item-category-2 {
  background-color: #5e939c;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category span.item-category-3, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category span.item-category-3 {
  background-color: #ec3b49;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category span.item-category-4, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category span.item-category-4 {
  background-color: #53a857;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-category span.item-category-36, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-category span.item-category-36 {
  background-color: #c99b45;
}

#archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-title, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-title {
  clear: both;
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.95;
  font-weight: normal;
}

#archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-title {
  padding-top: 0;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-title, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-title {
    font-size: 1.83486vw;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-report .report-container .item a .item-inner .item-title, #archive-modelhouse #modelhouse-gallery .gallery-container .item a .item-inner .item-title {
    font-size: 3.125vw;
  }
}

#archive-modelhouse #modelhouse-report .btn-container, #archive-modelhouse #modelhouse-gallery .btn-container {
  margin: 0 auto;
  max-width: 425px;
}

#archive-modelhouse #modelhouse-report .btn-container .btn-bordered, #archive-modelhouse #modelhouse-gallery .btn-container .btn-bordered {
  position: static;
  width: 100%;
  margin-top: 40px;
  border-radius: 100px;
  text-align: center;
}

#archive-modelhouse #modelhouse-report .btn-container .btn-bordered:before, #archive-modelhouse #modelhouse-gallery .btn-container .btn-bordered:before {
  display: none;
}

@media only screen and (max-width: 1090px) {
  #archive-modelhouse #modelhouse-report .btn-container .btn-bordered, #archive-modelhouse #modelhouse-gallery .btn-container .btn-bordered {
    margin-top: 4.44444%;
  }
}

@media only screen and (max-width: 640px) {
  #archive-modelhouse #modelhouse-report .btn-container .btn-bordered, #archive-modelhouse #modelhouse-gallery .btn-container .btn-bordered {
    margin-top: 20px;
  }
}
