@charset "UTF-8";
@font-face {
  font-family: 'LemonTuesday';
  src: url("/themes/main/assets/fonts/LemonTuesday.otf") format("opentype"); }
* {
  box-sizing: border-box; }

@media print, screen and (min-width: 576px) {
  html {
    font-size: 62.5%; } }
@media screen and (max-width: 575px) {
  html {
    font-size: calc(100vw / 40); } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  line-height: 1.7;
  color: #3b3324; }

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%; } }

img {
  max-width: 100%;
  height: auto; }
  img:hover {
    opacity: 1; }

a {
  color: #4f87c6;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #76a1d2;
    text-decoration: none; }
  a:visited {
    color: #376eab; }

.miki-modelhouse {
  color: #222; }
  .miki-modelhouse section {
    padding: 60px 0; }
    @media print, screen and (min-width: 768px) {
      .miki-modelhouse section {
        padding: 3em 0; } }
    .miki-modelhouse section .title-img {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .miki-modelhouse section .title-img img {
          height: 80px; } }

@media print, screen and (min-width: 992px) {
  .container {
    width: 1190px; } }

@media print, screen and (min-width: 992px) {
  .narrow-container {
    width: 1010px; } }

/*======================
sec-keyv
=====================*/
section.sec-keyv {
  background: url("../../../modelhouse/img/miki/bg_keyv.jpg") no-repeat center center;
  background-size: cover;
  padding: 20px 0 40px; }
  section.sec-keyv .keyv-wrap .keyv-body {
    padding: 0 10%; }
    @media screen and (max-width: 767px) {
      section.sec-keyv .keyv-wrap .keyv-body .keyv-copy {
        width: 75%;
        margin: 0.5em auto; } }
  section.sec-keyv .keyv-wrap .keyv-img {
    padding: 1em; }
    section.sec-keyv .keyv-wrap .keyv-img img {
      border-radius: 20px; }
  section.sec-keyv .keyv-wrap .keyv-title {
    color: #D17509;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      section.sec-keyv .keyv-wrap .keyv-title {
        text-align: center; } }
  section.sec-keyv .keyv-wrap .keyv-text {
    color: #222;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      section.sec-keyv .keyv-wrap .keyv-text {
        margin: 0;
        text-align: center; } }
  @media print, screen and (min-width: 768px) {
    section.sec-keyv .keyv-wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      section.sec-keyv .keyv-wrap .keyv-body {
        width: 35%;
        padding: 0 4.7% 0 6.5%; }
      section.sec-keyv .keyv-wrap .keyv-img {
        width: 65%;
        padding: 0; }
        section.sec-keyv .keyv-wrap .keyv-img img {
          border-radius: 40px 0 0 40px; } }

/*======================
sec-contact
=====================*/
section.sec-contact {
  background: #F4F2EF;
  padding: 70px 0; }
  section.sec-contact .btn-group {
    text-align: center; }
    section.sec-contact .btn-group .text {
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem;
      color: #000; }
      section.sec-contact .btn-group .text span {
        display: inline-block;
        position: relative; }
        section.sec-contact .btn-group .text span:before {
          content: "＼";
          top: 50%;
          left: -1.5em;
          position: absolute;
          transform: translateY(-50%); }
        section.sec-contact .btn-group .text span:after {
          content: "／";
          right: -1.5em;
          top: 50%;
          position: absolute;
          transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        section.sec-contact .btn-group .text {
          padding: 0 2em; } }
    section.sec-contact .btn-group .btn {
      width: 100%;
      margin: 0;
      padding: 1em; }
      section.sec-contact .btn-group .btn a {
        background: #D17509;
        color: #fff;
        display: block;
        border-radius: 40px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        padding: 1em;
        width: 80%;
        margin: 0 auto; }
        @media print, screen and (min-width: 768px) {
          section.sec-contact .btn-group .btn a {
            width: 508px;
            font-size: 27px;
            font-size: 2.7rem; } }
  section.sec-contact .btn-copy {
    text-align: center;
    font-weight: bold; }
    section.sec-contact .btn-copy .m {
      color: #9B760F;
      font-weight: bold;
      font-size: 32px;
      font-size: 3.2rem;
      margin-top: 0.5em; }
    section.sec-contact .btn-copy .s {
      color: #000;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 0;
      line-height: 1.2; }
      section.sec-contact .btn-copy .s .red {
        font-size: 20px;
        font-size: 2rem;
        color: #D17509; }
        section.sec-contact .btn-copy .s .red strong {
          font-size: 34px;
          font-size: 3.4rem; }
    @media screen and (max-width: 767px) {
      section.sec-contact .btn-copy {
        margin-bottom: 1em; }
        section.sec-contact .btn-copy .m {
          font-size: 26px;
          font-size: 2.6rem; }
        section.sec-contact .btn-copy .s {
          font-size: 20px;
          font-size: 2rem; }
          section.sec-contact .btn-copy .s .red {
            font-size: 18px;
            font-size: 1.8rem; }
            section.sec-contact .btn-copy .s .red strong {
              font-size: 30px;
              font-size: 3rem; } }
  section.sec-contact .appeal-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px; }
    @media screen and (max-width: 767px) {
      section.sec-contact .appeal-wrap {
        margin-left: -10px;
        margin-right: -10px; } }
    section.sec-contact .appeal-wrap .appeal-item {
      width: 50%; }
      @media screen and (max-width: 767px) {
        section.sec-contact .appeal-wrap .appeal-item {
          margin: 0;
          padding: 5px 10px; } }
      @media print, screen and (min-width: 768px) {
        section.sec-contact .appeal-wrap .appeal-item {
          width: 25%;
          padding: 14px; } }
      section.sec-contact .appeal-wrap .appeal-item span.inner {
        display: flex;
        background: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        color: #9B760F;
        text-align: center;
        height: 100%;
        justify-content: center;
        border-radius: 5px;
        padding: 1em;
        font-weight: bold; }
        section.sec-contact .appeal-wrap .appeal-item span.inner span {
          display: flex;
          align-items: center;
          justify-content: center; }

/*======================
sec-movie
=====================*/
section.sec-movie {
  padding: 70px 0; }
  section.sec-movie .color-copy {
    color: #9B760F;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      section.sec-movie .color-copy {
        font-size: 25px;
        font-size: 2.5rem; } }
  section.sec-movie .youtube-title {
    margin: 2em 0 0.5em;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem; }
    section.sec-movie .youtube-title span {
      display: inline-block;
      position: relative; }
      section.sec-movie .youtube-title span:before {
        content: "＼";
        top: 50%;
        left: -1.5em;
        position: absolute;
        transform: translateY(-50%); }
      section.sec-movie .youtube-title span:after {
        content: "／";
        right: -1.5em;
        top: 50%;
        position: absolute;
        transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      section.sec-movie .youtube-title {
        padding: 0 2em; } }

/*======================
sec-point
=====================*/
section.sec-point .point-title {
  position: relative;
  z-index: -1;
  padding-left: 170px;
  margin: 0 0 -55px;
  height: 237px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url("../../../modelhouse/img/miki/icon_point01.svg") no-repeat center left;
  background-size: 237px auto;
  font-size: 25px;
  font-size: 2.5rem;
  color: #9B760F;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    section.sec-point .point-title {
      height: 120px;
      background-size: 120px auto;
      padding-left: 100px;
      font-size: 20px;
      font-size: 2rem;
      margin: 0; }
      section.sec-point .point-title br {
        display: none; } }
  section.sec-point .point-title.-point2 {
    background: url("../../../modelhouse/img/miki/icon_point02.svg") no-repeat center left;
    background-size: 237px auto; }
    @media screen and (max-width: 767px) {
      section.sec-point .point-title.-point2 {
        background-size: 120px auto; } }
  section.sec-point .point-title.-point3 {
    background: url("../../../modelhouse/img/miki/icon_point03.svg") no-repeat center left;
    background-size: 237px auto; }
    @media screen and (max-width: 767px) {
      section.sec-point .point-title.-point3 {
        background-size: 120px auto; } }
  section.sec-point .point-title.-point4 {
    background: url("../../../modelhouse/img/miki/icon_point04.svg") no-repeat center left;
    background-size: 237px auto;
    margin: 0; }
    @media screen and (max-width: 767px) {
      section.sec-point .point-title.-point4 {
        background-size: 120px auto; } }
  section.sec-point .point-title.-point5 {
    background: url("../../../modelhouse/img/miki/icon_point05.svg") no-repeat center left;
    background-size: 237px auto; }
    @media screen and (max-width: 767px) {
      section.sec-point .point-title.-point5 {
        background-size: 120px auto; } }
  section.sec-point .point-title.-point6 {
    background: url("../../../modelhouse/img/miki/icon_point06.svg") no-repeat center left;
    background-size: 237px auto;
    margin: 0; }
    @media screen and (max-width: 767px) {
      section.sec-point .point-title.-point6 {
        background-size: 120px auto; } }
section.sec-point .point-body p {
  font-size: 18px;
  font-size: 1.8rem; }
@media screen and (max-width: 767px) {
  section.sec-point .box-wrap .box-item {
    margin: 1em; } }
section.sec-point .box-wrap .box-item .inner {
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16); }
@media print, screen and (min-width: 768px) {
  section.sec-point .box-wrap .box-item .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    section.sec-point .box-wrap .box-item .wrap .img {
      width: 48%; }
    section.sec-point .box-wrap .box-item .wrap .text {
      width: 52%; } }
section.sec-point .box-wrap .box-item .wrap p {
  margin: 0; }
@media screen and (max-width: 767px) {
  section.sec-point .box-wrap .box-item .wrap .img {
    width: 60%;
    margin: 0 auto; } }
section.sec-point .box-wrap .box-item .wrap .text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4; }
  section.sec-point .box-wrap .box-item .wrap .text .color {
    color: #9B760F; }
    section.sec-point .box-wrap .box-item .wrap .text .color strong {
      font-size: 150%; }
  section.sec-point .box-wrap .box-item .wrap .text .large {
    font-size: 36px;
    font-size: 3.6rem;
    color: #9B760F;
    display: block; }
    section.sec-point .box-wrap .box-item .wrap .text .large strong {
      font-size: 150%; }
  section.sec-point .box-wrap .box-item .wrap .text .big {
    font-size: 30px;
    font-size: 3rem;
    color: #9B760F;
    display: block; }
    @media screen and (max-width: 767px) {
      section.sec-point .box-wrap .box-item .wrap .text .big {
        font-size: 26px;
        font-size: 2.6rem; } }
section.sec-point .box-wrap .box-item.-box2 .wrap .img {
  width: 26%; }
section.sec-point .box-wrap .box-item.-box2 .wrap .text {
  width: 74%; }
@media screen and (max-width: 767px) {
  section.sec-point .box-wrap .box-item.-box2 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; } }
@media print, screen and (min-width: 768px) {
  section.sec-point .box-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    section.sec-point .box-wrap .box-item {
      width: 50%;
      padding: 15px; } }
section.sec-point .point-box {
  padding: 4em 1em; }
  section.sec-point .point-box.-point6 .point6-wrap .point6-item dl dt {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem; }
  @media print, screen and (min-width: 768px) {
    section.sec-point .point-box {
      padding: 50px 0; }
      section.sec-point .point-box.-point3 {
        padding-top: 70px; }
        section.sec-point .point-box.-point3 .point-title.-point3 {
          margin-left: -90px; }
      section.sec-point .point-box.-point4 {
        padding: 50px 10.4vw; }
        section.sec-point .point-box.-point4 .point-title {
          margin-left: -90px; }
      section.sec-point .point-box.-point6 .point-title {
        margin-left: -90px; }
      section.sec-point .point-box.-point6 .point6-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px; }
        section.sec-point .point-box.-point6 .point6-wrap .point6-item {
          width: 50%;
          padding: 15px; } }
section.sec-point .point-wrap {
  padding: 2em 1em; }
  @media print, screen and (min-width: 768px) {
    section.sec-point .point-wrap {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      section.sec-point .point-wrap .point-body {
        width: 52%;
        padding: 0 4.2vw; }
      section.sec-point .point-wrap .point-img {
        width: 48%; }
      section.sec-point .point-wrap.-point1 .point-body {
        padding-left: 7.8vw; }
        section.sec-point .point-wrap.-point1 .point-body .point-title {
          left: -7.8vw; }
      section.sec-point .point-wrap.-point2 {
        align-items: flex-start; }
        section.sec-point .point-wrap.-point2 .point-body {
          padding-right: 7.8vw;
          order: 2; }
          section.sec-point .point-wrap.-point2 .point-body .point-title {
            left: -95px; }
        section.sec-point .point-wrap.-point2 .point-img {
          margin-top: 3em; }
      section.sec-point .point-wrap.-point5 {
        padding: 50px 7.5vw; }
        section.sec-point .point-wrap.-point5 .point-body {
          padding: 0 4.2vw 0 0; }
          section.sec-point .point-wrap.-point5 .point-body .point-title {
            left: -7.5vw; }
      section.sec-point .point-wrap.-point6 .point-title {
        margin-left: -90px; } }

/*======================
sec-gallery
=====================*/
section.sec-gallery {
  background: #222;
  padding: 50px 0; }
  section.sec-gallery .gallery-slide {
    margin-bottom: 55px; }
  section.sec-gallery .swiper-slide img {
    height: 100%;
    width: 100%; }
  section.sec-gallery .swiper-container {
    height: 31vw; }
  section.sec-gallery .swiper-wrapper {
    transition-timing-function: linear; }
  section.sec-gallery .gallery-moivie {
    position: relative;
    width: 100%;
    padding-top: 80%;
    margin-top: 1.2em; }
    section.sec-gallery .gallery-moivie iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

/*======================
sec-access
=====================*/
section.sec-access {
  padding: 3em; }
  @media print, screen and (min-width: 768px) {
    section.sec-access {
      padding: 80px 0 100px; } }
  section.sec-access .title-img {
    margin-bottom: 60px; }

/*======================
sec-voice
=====================*/
section.sec-voice .voice-box .voice-copy {
  font-weight: bold;
  color: #9B760F;
  font-size: 22px;
  font-size: 2.2rem; }
section.sec-voice .voice-box .voice-title {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  font-size: 2rem; }
@media screen and (max-width: 767px) {
  section.sec-voice .voice-box img {
    width: 60%;
    margin: 0 auto;
    display: block; } }

/*======================
sec-company
=====================*/
section.sec-company .copy {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 2em 0; }
  section.sec-company .copy.margin {
    margin-top: 4em; }
section.sec-company h2.text {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-size: 3rem; }
section.sec-company .company-info .info-wrap {
  display: flex;
  flex-wrap: wrap; }
  section.sec-company .company-info .info-wrap .info-title {
    width: 6em;
    padding-bottom: 1em;
    font-weight: bold;
    color: #9B760F; }
  section.sec-company .company-info .info-wrap .info-summary {
    width: calc(100% - 6em);
    padding-bottom: 1em; }
@media print, screen and (min-width: 768px) {
  section.sec-company .artist-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; }
    section.sec-company .artist-wrap .artist-item {
      padding: 20px;
      width: 50%; } }
section.sec-company .artist-wrap .artist-item .artist-copy {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 1em; }
section.sec-company .artist-wrap .artist-item .artist-img {
  margin: 0.5em 0; }
  section.sec-company .artist-wrap .artist-item .artist-img img {
    border-radius: 6px; }
section.sec-company .artist-wrap .artist-item .artist-text {
  font-size: 15px;
  font-size: 1.5rem; }
section.sec-company .artist-wrap .artist-item .artist-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2em; }
  section.sec-company .artist-wrap .artist-item .artist-profile .img {
    width: 68px; }
  section.sec-company .artist-wrap .artist-item .artist-profile .text {
    padding-left: 22px;
    width: calc(100% - 90px);
    font-weight: bold; }
    section.sec-company .artist-wrap .artist-item .artist-profile .text p {
      margin: 10px 0; }
      section.sec-company .artist-wrap .artist-item .artist-profile .text p a {
        color: #D17509; }
@media screen and (max-width: 767px) {
  section.sec-company .artist-wrap .artist-item {
    padding: 1.5em 0; }
    section.sec-company .artist-wrap .artist-item .artist-copy {
      font-size: 22px;
      font-size: 2.2rem; }
    section.sec-company .artist-wrap .artist-item br {
      display: none; } }
