@charset "UTF-8";
/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
@font-face {
  font-family: "Tangerine";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/tangerine/v18/IurY6Y5j_oScZZow4VO5sY4.ttf) format("truetype");
}
* {
  font-feature-settings: "palt";
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #252525;
}

main {
  position: relative;
}

.textRed {
  color: #ff0000;
}

/* ===============================================
aタグ
=============================================== */
a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
セクション
=============================================== */
/* ===============================================
セクションタイトル
=============================================== */
.sectionTitle {
  font-size: 64px;
  line-height: 1.5;
  font-family: "Bacasime Antique", serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .sectionTitle {
    font-size: 40px;
  }
}

/* ===============================================
ページタイトル
=============================================== */
/* ===============================================
ボタン
=============================================== */
.button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.button span:first-child {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: opacity 0.3s ease;
}
.button span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #252525;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.button img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .button {
    margin-top: 24px;
  }
}

.button.white span:last-child {
  border: 1px solid #fff;
}

.button:hover span,
.button:hover p {
  opacity: 0.6;
}
.button:hover img {
  animation: arrowMove 0.7s ease;
  opacity: 0.6;
}

@keyframes arrowMove {
  0% {
    transform: translateX(-12px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}
/* ===============================================
改行
=============================================== */
/* ===============================================
* デバイスサイズに応じた表示切り替え
=============================================== */
@media screen and (max-width: 960px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .spOnly {
    display: none;
  }
}

/* ===============================================
グローバルナビゲーション
=============================================== */
.toTopButton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.toTopButton img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.toTopButton.isVisible {
  opacity: 1;
  visibility: visible;
}
.toTopButton:hover {
  transform: scale(1.1);
}

/* ===============================================
 *  サブページヒーロー
 =============================================== */
.subPageHero {
  margin-top: 96px;
  width: 100%;
  height: 502px;
  background: #252525;
  color: #fff;
  padding-inline: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.subPageHero .subPageHeroEnglish {
  font-size: 84px;
  font-family: "Bacasime Antique", "Zen Old Mincho", serif;
  line-height: 1;
}
.subPageHero .subPageHeroJapanese {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.subPageHero .subPageHeroSeparator {
  width: 40px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .subPageHero {
    height: 300px;
    padding-inline: 20px;
    margin-top: 80px;
  }
  .subPageHero .subPageHeroEnglish {
    font-size: 56px;
  }
  .subPageHero .subPageHeroJapanese {
    font-size: 16px;
  }
}

/* ===============================================
 *  ブログとイベントのサイドバー
 =============================================== */
.commonSidebar {
  position: sticky;
  top: 128px;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.commonSidebar .commonSidebarTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.commonSidebar .commonSidebarCategory .commonSidebarCategoryList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.commonSidebar .commonSidebarCategory .commonSidebarCategoryList li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.commonSidebar .commonSidebarCategory .commonSidebarCategoryList li.commonSidebarCategoryItemActive a {
  cursor: default;
  font-weight: 600;
  color: #aaaaaa !important;
}
.commonSidebar .commonSidebarCategory .commonSidebarCategoryList li.commonSidebarCategoryItemActive:hover a {
  color: #aaaaaa !important;
}
.commonSidebar .commonSidebarLatestPosts {
  margin-top: 56px;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost {
  display: flex;
  align-items: center;
  gap: 16px;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost .commonSidebarLatestPostThumbnail {
  flex-shrink: 0;
  width: 96px;
  height: 71px;
  border-radius: 4px;
  overflow: hidden;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost .commonSidebarLatestPostThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost .commonSidebarLatestPostsText .commonSidebarLatestPostsDate {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #535d60;
}
.commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost .commonSidebarLatestPostsText .commonSidebarLatestPostsTitle {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .commonSidebar {
    position: relative;
    top: 0;
    margin-inline: auto;
    width: 295px;
  }
  .commonSidebar .commonSidebarTitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .commonSidebar .commonSidebarCategory .commonSidebarCategoryList {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 8px;
  }
  .commonSidebar .commonSidebarCategory .commonSidebarCategoryList li a {
    font-size: 12px;
    font-weight: 500;
  }
  .commonSidebar .commonSidebarLatestPosts {
    margin-top: 32px;
  }
  .commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList {
    gap: 16px;
  }
  .commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost {
    gap: 30px;
  }
  .commonSidebar .commonSidebarLatestPosts .commonSidebarLatestPostsList .commonSidebarLatestPost .commonSidebarLatestPostThumbnail {
    width: 96px;
    height: 71px;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
header {
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
header .headerHamburger {
  cursor: pointer;
  position: relative;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity 0.3s ease;
}
header .headerHamburger:hover {
  opacity: 0.6;
}
header .headerHamburger span {
  width: 48px;
  height: 2px;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
}
header .headerHamburger span:nth-child(1) {
  top: 0;
}
header .headerHamburger span:nth-child(2) {
  top: 50%;
}
header .headerHamburger span:nth-child(3) {
  bottom: 0;
}
header .headerContact {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease;
}
header .headerContact:hover {
  opacity: 0.8;
}
header .headerLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headerLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header.isHidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}

.subPageHeader {
  height: 96px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .subPageHeader {
    height: 80px;
  }
  .subPageHeader .headerHamburger {
    width: 80px;
    height: 80px;
  }
  .subPageHeader .headerHamburger span {
    width: 32px;
  }
  .subPageHeader .headerLogo {
    height: 24px;
  }
}

.globalOverlay {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.globalOverlay .globalOverlayHamburger {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.globalOverlay .globalOverlayHamburger span {
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 48px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.globalOverlay .globalOverlayHamburger span:nth-child(1) {
  rotate: 30deg;
}
.globalOverlay .globalOverlayHamburger span:nth-child(2) {
  rotate: -30deg;
}
.globalOverlay .globalOverlayInner {
  width: 100%;
  max-width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.globalOverlay .globalOverlayInner .globalOverlayNav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList {
  display: flex;
  flex-direction: column;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem {
  transition: all 0.3s ease;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem:hover {
  opacity: 0.6;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem:first-child a span {
  font-family: "Bacasime Antique", "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem:not(:first-child) {
  margin-top: 16px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem:not(:first-child)::before {
  content: ">";
  color: #fff;
  margin-right: 4px;
  font-weight: 600;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlaySNSList {
  display: flex;
  gap: 24px;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlaySNSList a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlaySNSList a:hover {
  opacity: 0.6;
}
.globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlaySNSList a img {
  width: 100%;
  height: 100%;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyContact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyContact .globalOverlayTel {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyContact .globalOverlayTel:hover {
  opacity: 0.6;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyContact .globalOverlayTel img {
  width: 100%;
  height: 100%;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyContact .globalOverlayBusinessHours {
  font-size: 10px;
  color: #fff;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyShimazugumiLogo {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.globalOverlay .globalOverlayInner .globalOverlayCompany .globalOverlayCompanyShimazugumiLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.globalOverlay.isActive {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 960px) {
  header {
    height: 80px;
  }
  header .headerHamburger {
    cursor: pointer;
    width: 80px;
    height: 80px;
  }
  header .headerHamburger span {
    width: 32px;
  }
  header .headerContact {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .globalOverlay {
    width: 100%;
  }
  .globalOverlay .globalOverlayHamburger {
    width: 80px;
    height: 80px;
  }
  .globalOverlay .globalOverlayHamburger span {
    width: 32px;
  }
  .globalOverlay .globalOverlayInner {
    overflow-y: auto;
    height: calc(100% - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding-inline: 32px;
    flex-direction: column;
    align-items: start;
  }
  .globalOverlay .globalOverlayInner .globalOverlayNav {
    gap: 24px;
  }
  .globalOverlay .globalOverlayInner .globalOverlayNav .globalOverlayNavList .globalOverlayNavItem:first-child a span {
    font-size: 32px;
  }
  .globalOverlay .globalOverlayInner .globalOverlayCompany {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
footer {
  width: 100%;
}
footer .footerTop {
  width: 100%;
  padding-block: 80px;
  background: #252525;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footerTop a.footerButton {
  width: 332px;
  height: 80px;
  background: #fff;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 0.3s ease;
}
footer .footerTop a.footerButton:hover {
  opacity: 0.6;
}
footer .footerTop .footerTel {
  margin-top: 32px;
  transition: all 0.3s ease;
}
footer .footerTop .footerTel:hover {
  opacity: 0.6;
}
footer .footerTop .footerBusinessHours {
  font-size: 10px;
  color: #fff;
}
footer .footerBottom {
  width: 100%;
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footerBottom .footerLogo {
  height: 96px;
}
footer .footerBottom .footerLogo img {
  height: 100%;
}
footer .footerBottom .footerIconArea {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
footer .footerBottom .footerIconArea a {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
footer .footerBottom .footerIconArea a:hover {
  opacity: 0.6;
}
footer .footerBottom .footerIconArea a img {
  height: 100%;
}
footer .footerBottom .footerCopyright {
  margin-top: 32px;
  font-size: 10px;
}

@media screen and (max-width: 960px) {
  footer .footerTop {
    padding-block: 40px;
  }
  footer .footerBottom {
    padding-block: 40px;
  }
}
/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.home {
  overflow-x: hidden;
}
.home .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home .hero .heroSwiper {
  width: 100%;
  height: 100%;
}
.home .hero .heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home .hero .heroSwiper .swiper-slide .heroImage {
  width: 100%;
  height: 100%;
}
.home .hero .heroSwiper .swiper-slide .heroImage img {
  width: 100%;
  height: 100%;
}
.home .hero .heroImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home .hero .heroImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .hero .heroContents {
  overflow-x: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.home .hero .heroContents h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home .hero .heroContents p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
}
.home .hero .heroContents p img {
  width: 100%;
  height: 100%;
}
.home .hero2 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home .hero2 .hero2Image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home .hero2 .hero2Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home .hero2 .hero2Image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dacbbb;
  opacity: 0.8;
  pointer-events: none;
}
.home .hero2 .hero2Contents {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home .hero2 .hero2Contents .hero2ContentsTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: calc(100vh - (25vw - 6px) * 3 / 4);
}
.home .hero2 .hero2Contents .hero2ContentsTop .hero2Logo {
  height: 112px;
}
.home .hero2 .hero2Contents .hero2ContentsTop .hero2Text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.home .hero2 .hero2Contents .hero2ContentsBottom {
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
}
.home .hero2 .hero2Contents .hero2ContentsBottom .hero2ContentsBottomBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .hero2 .hero2Contents .hero2ContentsBottom .hero2ContentsBottomBlock .hero2ContentsBottomBlockItem {
  width: calc(25vw - 6px);
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-right: 8px;
}
.home .hero2 .hero2Contents .hero2ContentsBottom .hero2ContentsBottomBlock .hero2ContentsBottomBlockItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .hero2 .hero2Contents .hero2ContentsBottom .block1 {
  animation: loop 70s -35s linear infinite;
}
.home .hero2 .hero2Contents .hero2ContentsBottom .block2 {
  animation: loop2 70s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.home .modelHouse {
  position: relative;
  z-index: 1;
  padding-block: 80px;
}
.home .modelHouse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/front/modelHouseBg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}
.home .modelHouse .modelHouseInner {
  width: 1040px;
  margin-inline: auto;
  position: relative;
}
.home .modelHouse .modelHouseInner .modelHouseIllustration {
  display: none;
  opacity: 0.5;
  position: absolute;
  bottom: -80px;
  left: calc((100vw - 1040px) / 2 * -1);
  width: 456px;
  height: 493px;
}
.home .modelHouse .modelHouseInner .modelHouseIllustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .modelHouse .modelHouseInner .modelHouseContents {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 80px;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseImages {
  flex: 1;
  height: auto;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseImages img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  gap: 32px;
  height: auto;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaTitle {
  display: flex;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 24px;
  font-size: 16px;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaImages {
  width: 50%;
  height: auto;
}
.home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaImages img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .messageAndMaterial {
  width: 100%;
  padding-top: 80px;
  background: #252525;
  color: #fff;
}
.home .messageAndMaterial .messageAndMaterialInner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem {
  margin-left: 20px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  gap: 52px;
}
.home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem:nth-child(even) {
  margin-left: 0;
  margin-right: 20px;
  flex-direction: row-reverse;
  align-self: flex-start;
}
.home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialTextArea {
  width: 460px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialImage {
  width: 100%;
  max-width: 720px;
  height: auto;
  aspect-ratio: 1522/1076;
  overflow: hidden;
}
.home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .gallery {
  width: 100%;
  padding-block: 80px;
}
.home .gallery .galleryInner {
  width: 1040px;
  margin-left: auto;
}
.home .gallery .galleryInner .gallerySwiper {
  margin-top: 16px;
  width: 100%;
  overflow: hidden;
}
.home .gallery .galleryInner .gallerySwiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide {
  width: 392px;
  aspect-ratio: 4/3;
}
.home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide .galleryImageText {
  margin-top: 24px;
  font-size: 24px;
}
.home .event {
  width: 100%;
  padding-block: 80px;
  background: #b1a08a;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.home .event .eventInner {
  width: 1040px;
  margin-inline: auto;
  display: flex;
  gap: 140px;
}
.home .event .eventInner .eventList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home .event .eventInner .eventList .eventItem {
  display: flex;
  gap: 24px;
  transition: all 0.3s ease;
}
.home .event .eventInner .eventList .eventItem:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #535d60;
}
.home .event .eventInner .eventList .eventItem .eventItemThumbnail {
  width: 184px;
  height: 136px;
  overflow: hidden;
}
.home .event .eventInner .eventList .eventItem .eventItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation .eventCategory {
  padding: 4px 12px;
  border-radius: 50vh;
  border: 1px solid #fff;
  font-size: 12px;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation .eventDate {
  font-size: 12px;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventTitle {
  font-size: 14px;
  font-weight: 500;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventLocation {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home .event .eventInner .eventList .eventItem .eventItemTextArea .eventLocation .eventLocationText {
  font-size: 14px;
}
.home .event .eventInner .eventList .eventItem .eventItemArrow {
  margin-left: auto;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  align-self: center;
}
.home .event .eventInner .eventList .eventItem:hover .eventItemThumbnail img {
  transform: scale(1.1);
}
.home .event .eventInner .eventList .eventItem:hover .eventItemTextArea {
  opacity: 0.6;
}
.home .event .eventInner .eventList .eventItem:hover .eventItemArrow {
  animation: arrowMove 0.7s ease;
}
.home .news {
  width: 1040px;
  margin-inline: auto;
  padding-block: 80px;
}
.home .news .newsInner {
  display: flex;
  flex-direction: column;
}
.home .news .newsInner .sectionTitle {
  margin-inline: auto;
}
.home .news .newsInner .newsList {
  width: 100%;
  margin-top: 60px;
  display: flex;
  gap: 40px;
}
.home .news .newsInner .newsList .newsItem {
  width: 100%;
  max-width: 320px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.home .news .newsInner .newsList .newsItem .newsItemThumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.home .news .newsInner .newsList .newsItem .newsItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home .news .newsInner .newsList .newsItem .newsTitle {
  margin-top: 16px;
  transition: all 0.3s ease;
}
.home .news .newsInner .newsList .newsItem .newsSeparator {
  margin-top: 16px;
  width: 24px;
  height: 1px;
  background: #252525;
}
.home .news .newsInner .newsList .newsItem .newsDate {
  margin-top: 16px;
  color: #aaaaaa;
}
.home .news .newsInner .newsList .newsItem:hover .newsItemThumbnail img {
  transform: scale(1.1);
}
.home .news .newsInner .newsList .newsItem:hover .newsTitle {
  opacity: 0.6;
}
.home .news .newsInner .button {
  margin-inline: auto;
  margin-top: 60px;
}
.home .sns {
  width: 100%;
  padding-block: 80px;
}
.home .sns .snsInner {
  width: 1040px;
  margin-inline: auto;
}
.home .sns .snsInner .sectionTitle {
  margin-inline: auto;
  text-align: center;
}
.home .sns .snsInner .snsContents {
  margin-top: 32px;
  display: flex;
}
.home .sns .snsInner .snsContents .snsInstagram {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .home .hero .heroImage {
    width: 100%;
  }
  .home .hero .heroContents {
    width: 100%;
    height: 100%;
    padding-inline: 24px;
  }
  .home .hero .heroContents h2 {
    font-size: 16px;
  }
  .home .hero2 {
    height: auto;
    padding-top: 80px;
  }
  .home .hero2 .hero2Image {
    width: 100%;
  }
  .home .hero2 .hero2Contents {
    padding-inline: 0;
  }
  .home .hero2 .hero2Contents .hero2ContentsTop {
    height: auto;
    gap: 0;
  }
  .home .hero2 .hero2Contents .hero2ContentsTop .hero2Logo {
    height: 50px;
  }
  .home .hero2 .hero2Contents .hero2ContentsTop .hero2Logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home .hero2 .hero2Contents .hero2ContentsTop .hero2Text {
    margin-top: 40px;
    font-size: 14px;
  }
  .home .hero2 .hero2Contents .hero2ContentsBottom {
    margin-top: 40px;
  }
  .home .hero2 .hero2Contents .hero2ContentsBottom .swiper-wrapper .swiper-slide {
    height: 104px;
    width: 156px;
  }
  .home .modelHouse {
    padding-block: 40px;
    width: 100%;
    padding-inline: 20px;
  }
  .home .modelHouse .modelHouseInner {
    width: 100%;
  }
  .home .modelHouse .modelHouseInner .sectionTitle {
    margin-inline: 0;
  }
  .home .modelHouse .modelHouseInner .modelHouseIllustration {
    right: -20px;
    bottom: 196px;
    left: auto;
    width: 60%;
    height: auto;
  }
  .home .modelHouse .modelHouseInner .modelHouseIllustration img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents {
    width: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseImages {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaTexts {
    gap: 32px;
    width: 100%;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaTexts .modelHouseTextAreaTitle {
    width: 100%;
    font-size: 36px;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaTexts .modelHouseTextAreaText {
    width: 100%;
    font-weight: 400;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaImages {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .home .modelHouse .modelHouseInner .modelHouseContents .modelHouseTextArea .modelHouseTextAreaImages img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .messageAndMaterial .messageAndMaterialInner {
    padding-inline: 20px;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem {
    margin-inline: 0 !important;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialTextArea {
    width: 100%;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialImage {
    max-height: 400px;
    aspect-ratio: 4/3;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem .messageAndMaterialImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem:nth-child(even) {
    flex-direction: column;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem:nth-child(even) .messageAndMaterialTextArea {
    width: 100%;
  }
  .home .messageAndMaterial .messageAndMaterialInner .messageAndMaterialItem:nth-child(even) .messageAndMaterialImage {
    margin-left: 0;
  }
  .home .gallery {
    padding-block: 40px;
  }
  .home .gallery .galleryInner {
    width: 100%;
    padding-inline: 20px;
  }
  .home .gallery .galleryInner .gallerySwiper .swiper-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide .galleryImageText {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 400;
  }
  .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide:nth-child(4), .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide:nth-child(5), .home .gallery .galleryInner .gallerySwiper .swiper-wrapper .swiper-slide:nth-child(6) {
    display: none;
  }
  .home .event {
    padding-block: 40px;
  }
  .home .event .eventInner {
    width: 100%;
    padding-inline: 20px;
    flex-direction: column;
    gap: 40px;
  }
  .home .event .eventInner .eventList .eventItem {
    gap: 0;
    align-items: start;
    position: relative;
  }
  .home .event .eventInner .eventList .eventItem .eventItemThumbnail {
    width: 120px;
    height: 84px;
  }
  .home .event .eventInner .eventList .eventItem .eventItemThumbnail img {
    width: 100%;
    height: 100%;
  }
  .home .event .eventInner .eventList .eventItem .eventItemTextArea {
    margin-left: 16px;
    width: auto;
    flex: 1;
    gap: 8px;
  }
  .home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
  }
  .home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation .eventCategory {
    font-size: 10px;
    padding: 4px 8px;
  }
  .home .event .eventInner .eventList .eventItem .eventItemTextArea .eventInformation .eventDate {
    font-size: 10px;
  }
  .home .event .eventInner .eventList .eventItem .eventItemArrow {
    margin-left: 4px;
  }
  .home .news {
    width: 100%;
    padding-block: 40px;
  }
  .home .news .newsInner {
    padding-inline: 20px;
  }
  .home .news .newsInner .sectionTitle {
    margin-inline: 0;
  }
  .home .news .newsInner .newsList {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
  .home .news .newsInner .button {
    margin-inline: 0;
    margin-top: 40px;
  }
  .home .sns {
    padding-block: 40px;
  }
  .home .sns .snsInner {
    width: 100%;
    padding-inline: 20px;
  }
  .home .sns .snsInner .snsContents {
    width: 100%;
  }
  .home .sns .snsInner .snsContents .snsInstagram,
  .home .sns .snsInner .snsContents .snsInstagram {
    width: 100%;
    flex-direction: column;
  }
  .home .sns .snsInner .snsContents .snsYouTube {
    width: 100%;
    flex-direction: column;
  }
}
/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.post-type-archive-events .events {
  width: 100%;
  padding-block: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.post-type-archive-events .events .eventsInner {
  width: 1040px;
  margin-inline: auto;
  display: flex;
  gap: 140px;
}
.post-type-archive-events .events .eventsInner .eventList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.3s ease;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemThumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventInformation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventInformation .eventCategory {
  padding: 4px 20px;
  border-radius: 50vh;
  border: 1px solid #252525;
  font-size: 12px;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventInformation .eventDate {
  font-size: 14px;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventTitle {
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventLocation {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemArrow {
  margin-left: auto;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  align-self: center;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem:hover .eventItemThumbnail img {
  transform: scale(1.1);
}
.post-type-archive-events .events .eventsInner .eventList .eventItem:hover .eventItemTextArea {
  opacity: 0.6;
}
.post-type-archive-events .events .eventsInner .eventList .eventItem:hover .eventItemArrow {
  animation: arrowMove 0.7s ease;
}
@media screen and (max-width: 960px) {
  .post-type-archive-events .events {
    padding-block: 40px;
  }
  .post-type-archive-events .events .eventsInner {
    width: 100%;
    padding-inline: 20px;
    flex-direction: column;
    gap: 40px;
  }
  .post-type-archive-events .events .eventsInner .eventList {
    flex-direction: column;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem {
    width: 100%;
    gap: 0;
    position: relative;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemThumbnail {
    width: 100%;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemThumbnail img {
    width: 100%;
    height: 100%;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea {
    margin-top: 24px;
    margin-left: 0;
    width: auto;
    flex: 1;
    gap: 8px;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventInformation .eventCategory {
    font-size: 10px;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemTextArea .eventInformation .eventDate {
    font-size: 10px;
  }
  .post-type-archive-events .events .eventsInner .eventList .eventItem .eventItemArrow {
    margin-left: 4px;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.post-type-archive-post .news {
  width: 100%;
  padding-block: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.post-type-archive-post .news .newsInner {
  width: 1040px;
  margin-inline: auto;
  display: flex;
  gap: 140px;
}
.post-type-archive-post .news .newsInner .newsList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.post-type-archive-post .news .newsInner .newsList .newsItem {
  flex: 1;
  display: flex;
  gap: 24px;
  transition: all 0.3s ease;
}
.post-type-archive-post .news .newsInner .newsList .newsItem:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #535d60;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemThumbnail {
  width: 184px;
  height: 136px;
  overflow: hidden;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsInformation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsInformation .newsCategory {
  padding: 4px 12px;
  border-radius: 50vh;
  border: 1px solid #252525;
  font-size: 12px;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsInformation .newsDate {
  font-size: 12px;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsTitle {
  font-size: 14px;
  font-weight: 500;
}
.post-type-archive-post .news .newsInner .newsList .newsItem:hover .newsItemThumbnail img {
  transform: scale(1.1);
}
.post-type-archive-post .news .newsInner .newsList .newsItem:hover .newsItemTextArea {
  opacity: 0.6;
}
.post-type-archive-post .news .newsInner .newsList .newsItem:hover .newsItemArrow {
  animation: arrowMove 0.7s ease;
}
.post-type-archive-post .news .newsInner .newsList .newsItem .newsItemArrow {
  margin-left: auto;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  align-self: center;
}
@media screen and (max-width: 960px) {
  .post-type-archive-post .news {
    padding-block: 40px;
  }
  .post-type-archive-post .news .newsInner {
    width: 100%;
    padding-inline: 20px;
    flex-direction: column;
    gap: 40px;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem {
    gap: 0;
    align-items: center;
    position: relative;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemThumbnail {
    width: 120px;
    height: 84px;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemThumbnail img {
    width: 100%;
    height: 100%;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea {
    margin-left: 16px;
    width: auto;
    flex: 1;
    gap: 8px;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsInformation .newsCategory {
    font-size: 10px;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemTextArea .newsInformation .newsDate {
    font-size: 10px;
  }
  .post-type-archive-post .news .newsInner .newsList .newsItem .newsItemArrow {
    margin-left: 4px;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.single .news .newsInner {
  padding-block: 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .single .news .newsInner {
    padding-block: 40px;
  }
}
.single .news .newsInner .newsContent {
  width: 100%;
}
.single .news .newsInner .newsContent .newsContentTitle {
  font-size: 28px;
  font-weight: 500;
  color: #252525;
}
.single .news .newsInner .newsContent .newsContentOverview {
  margin-top: 24px;
  width: 100%;
  padding: 40px;
  background: #252525;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.single .news .newsInner .newsContentThumbnail {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #535d60;
}
.single .news .newsInner .newsContentThumbnail .newsContentThumbnailImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .news .newsInner .newsContentMain {
  margin-top: 40px;
  width: 100%;
}
.single .news .newsInner .newsContentMain h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  display: flex;
  align-items: start;
  gap: 12px;
}
.single .news .newsInner .newsContentMain h2::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #252525;
  transform: translateY(20px);
}
.single .news .newsInner .newsContentMain h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.single .news .newsInner .newsContentMain p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}
.single .news .newsInner .newsContentMain .button {
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .single .news .newsInner .newsContent {
    margin-inline: 20px;
  }
  .single .news .newsInner .newsContent .newsContentTitle {
    font-size: 20px;
  }
  .single .news .newsInner .newsContent .newsContentThumbnail {
    margin-top: 20px;
  }
  .single .news .newsInner .newsContent .newsContentMain {
    margin-top: 20px;
  }
  .single .news .newsInner .newsContent .newsContentMain h2 {
    margin-top: 20px;
    font-size: 20px;
    gap: 8px;
  }
  .single .news .newsInner .newsContent .newsContentMain h2::before {
    transform: translateY(18px);
  }
  .single .news .newsInner .newsContent .newsContentMain h3 {
    margin-top: 16px;
    font-size: 18px;
  }
  .single .news .newsInner .newsContent .newsContentMain p {
    margin-top: 16px;
    font-size: 14px;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.single-events .events .eventsInner {
  padding-block: 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.single-events .events .eventsInner .eventContentTitle {
  font-size: 28px;
  font-weight: 500;
  color: #252525;
}
.single-events .events .eventsInner .eventContentOverview {
  margin-top: 24px;
  width: 100%;
  padding: 40px;
  background: #252525;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.single-events .events .eventsInner .eventContentOverview .eventContentOverviewTitle {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-events .events .eventsInner .eventContentOverview .eventContentOverviewTitle::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}
.single-events .events .eventsInner .eventContentOverview .eventContentOverviewContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-events .events .eventsInner .eventContentOverview .eventContentOverviewContent span {
  display: inline-block;
  width: 100px;
  opacity: 0.8;
}
.single-events .events .eventsInner .eventContentThumbnail {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #535d60;
}
.single-events .events .eventsInner .eventContentThumbnail .eventContentThumbnailImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-events .events .eventsInner .eventContentMain {
  margin-top: 40px;
  width: 100%;
}
.single-events .events .eventsInner .eventContentMain h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  display: flex;
  align-items: start;
  gap: 12px;
}
.single-events .events .eventsInner .eventContentMain h2::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #252525;
  transform: translateY(20px);
}
.single-events .events .eventsInner .eventContentMain h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.single-events .events .eventsInner .eventContentMain p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}
.single-events .events .eventsInner .eventContentMain .button {
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .single-events .events .eventsInner {
    padding-block: 40px;
    padding-inline: 20px;
    flex-direction: column;
    gap: 32px;
  }
  .single-events .events .eventsInner .eventContent .eventContentTitle {
    font-size: 20px;
  }
  .single-events .events .eventsInner .eventContent .eventContentOverview {
    padding: 20px;
  }
  .single-events .events .eventsInner .eventContent .eventContentOverview .eventContentOverviewTitle {
    font-size: 18px;
  }
  .single-events .events .eventsInner .eventContent .eventContentOverview .eventContentOverviewContent {
    font-size: 14px;
  }
  .single-events .events .eventsInner .eventContent .eventContentThumbnail {
    margin-top: 20px;
  }
  .single-events .events .eventsInner .eventContent .eventContentMain {
    margin-top: 20px;
  }
  .single-events .events .eventsInner .eventContent .eventContentMain h2 {
    margin-top: 20px;
    font-size: 20px;
    gap: 8px;
  }
  .single-events .events .eventsInner .eventContent .eventContentMain h2::before {
    transform: translateY(18px);
  }
  .single-events .events .eventsInner .eventContent .eventContentMain h3 {
    margin-top: 16px;
    font-size: 18px;
  }
  .single-events .events .eventsInner .eventContent .eventContentMain p {
    margin-top: 16px;
    font-size: 14px;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-33 .contact .contactInner {
  padding-top: 100px;
  height: auto;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .page-id-33 .contact .contactInner {
    padding-top: 60px;
    padding-inline: 20px;
  }
}
.page-id-33 .contact .contactInner .wpcf7-form {
  display: flex;
  flex-direction: column;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock {
  display: flex;
  height: auto;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 960px) {
  .page-id-33 .contact .contactInner .wpcf7-form .formBlock {
    flex-direction: column;
  }
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock .formLabel {
  flex-shrink: 0;
  width: 200px;
  font-size: 16px;
  font-weight: 700;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock .formLabel p {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p {
  width: 100%;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap input[type=text],
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap input[type=textbox],
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap input[type=tel],
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap input[type=email],
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 56px;
  padding-inline: 8px;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap textarea {
  height: 234px;
  padding: 8px;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap select {
  width: 342px;
  height: 56px;
  border-color: #aaaaaa;
  border-radius: 4px;
  padding-inline: 4px;
}
@media screen and (max-width: 960px) {
  .page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap select {
    width: 100%;
  }
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap .wpcf7-form-control-wrap[data-name=age] {
  position: relative;
}
.page-id-33 .contact .contactInner .wpcf7-form .formBlock p .wpcf7-form-control-wrap .wpcf7-form-control-wrap[data-name=age]::after {
  content: "↓";
  position: absolute;
  top: 50%;
  left: 292px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #535d60;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #535d60;
}

/*
  共通
=============================================== */
.submitWrapper {
  margin-bottom: 40px;
  margin-inline: auto;
  position: relative;
}
.submitWrapper .buttonCopy {
  font-size: 18px;
}
.submitWrapper .buttonArrow p {
  height: 32px;
}
.submitWrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wpcf7-spinner {
  display: none;
}

.required::after {
  content: "*";
  margin-left: 6px;
  font-size: 16px;
  color: red;
}
@media screen and (max-width: 960px) {
  .required::after {
    margin-left: 4px;
  }
}

.invalid .wpcf7-response-output,
.sent .wpcf7-response-output {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: red !important;
  text-align: center !important;
  margin-bottom: 40px !important;
}

.sent .wpcf7-response-output {
  color: green !important;
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-77 #message {
  overflow-x: hidden;
}
.page-id-77 #message .messageInner {
  margin-inline: auto;
  width: 1040px;
  padding-block: 80px;
}
.page-id-77 #message .messageInner .messageSection:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 1040px) {
  .page-id-77 #message .messageInner .messageSection:not(:first-child) {
    margin-top: 80px;
  }
}
.page-id-77 #message .messageInner .messageSection .messageSectionTop {
  position: relative;
}
.page-id-77 #message .messageInner .messageSection .messageSectionTop .messageSectionTitleWrapper {
  height: 300px;
  position: absolute;
  top: 50%;
  left: calc((1040px - 100vw) / 2);
  right: 63%;
  transform: translateY(-50%);
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 10px 10px 0 0 #5d5d5d;
}
.page-id-77 #message .messageInner .messageSection .messageSectionTop .messageSectionTitleWrapper h2 {
  font-size: 36px;
  color: #fff;
  padding-right: 100px;
}
.page-id-77 #message .messageInner .messageSection .messageSectionTop img {
  display: block;
  margin-left: auto;
  max-width: 714px;
  width: 60%;
  height: auto !important;
  aspect-ratio: 714/505;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner {
  text-align: center;
}
.page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner .messageSectionBottomTitle {
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
}
.page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner .messageSectionBottomContent {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}
.page-id-77 #message .messageInner .messageSection:nth-child(even) .messageSectionTop .messageSectionTitleWrapper {
  left: 65%;
  right: calc((1040px - 100vw) / 2);
  justify-content: flex-start;
  box-shadow: -10px 10px 0 0 #5d5d5d;
}
.page-id-77 #message .messageInner .messageSection:nth-child(even) .messageSectionTop .messageSectionTitleWrapper h2 {
  padding-right: 0;
  padding-left: 100px;
}
.page-id-77 #message .messageInner .messageSection:nth-child(even) .messageSectionTop img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .page-id-77 #message .messageInner {
    width: 100%;
    padding-inline: 20px;
    padding-block: 80px 40px;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionTop {
    padding-top: 64px;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionTop .messageSectionTitleWrapper {
    top: 0;
    height: 64px;
    width: 60%;
    left: -20px;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 5px 5px 0 0 #5d5d5d;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionTop .messageSectionTitleWrapper h2 {
    font-size: 18px;
    margin-inline: auto;
    padding-inline: 0px;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionTop img {
    width: 100%;
    height: auto;
    aspect-ratio: 714/505;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner .messageSectionBottomTitle {
    margin-top: 32px !important;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner .messageSectionBottomTitle h2 {
    font-size: 22px;
  }
  .page-id-77 #message .messageInner .messageSection .messageSectionBottom .messageSectionBottomInner .messageSectionBottomContent {
    margin-top: 32px !important;
    font-size: 14px !important;
  }
  .page-id-77 #message .messageInner .messageSection:nth-child(even) .messageSectionTop .messageSectionTitleWrapper {
    left: auto;
    right: -20px;
    box-shadow: -5px 5px 0 0 #5d5d5d;
  }
  .page-id-77 #message .messageInner .messageSection:nth-child(even) .messageSectionTop .messageSectionTitleWrapper h2 {
    padding-inline: 0;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-81 #material {
  overflow-x: hidden;
}
.page-id-81 #material .materialInner {
  margin-inline: auto;
  width: 1040px;
  padding-block: 80px;
}
.page-id-81 #material .materialInner .materialSection:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 1040px) {
  .page-id-81 #material .materialInner .materialSection:not(:first-child) {
    margin-top: 80px;
  }
}
.page-id-81 #material .materialInner .materialSection .materialSectionTop {
  position: relative;
}
.page-id-81 #material .materialInner .materialSection .materialSectionTop .materialSectionTitleWrapper {
  height: 300px;
  position: absolute;
  top: 50%;
  left: calc((1040px - 100vw) / 2);
  right: 63%;
  transform: translateY(-50%);
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 10px 10px 0 0 #5d5d5d;
}
.page-id-81 #material .materialInner .materialSection .materialSectionTop .materialSectionTitleWrapper h2 {
  font-size: 36px;
  color: #fff;
  padding-right: 100px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionTop img {
  display: block;
  margin-left: auto;
  max-width: 714px;
  width: 60%;
  height: auto !important;
  aspect-ratio: 714/505;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .smartResidenceVideo {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner {
  text-align: center;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .materialSectionBottomTitle {
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .materialSectionBottomContent {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailImage {
  width: 100%;
  margin-top: 80px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailImage img {
  width: 100%;
  height: auto;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem {
  height: 230px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 52px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemImage {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 8px 8px 0 0 #5d5d5d;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemTexts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemTexts h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemTexts p {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 20px;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemImage {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1 !important;
    overflow: hidden;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemImage img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemTexts h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailItem .passiveDetailItemTexts p {
    font-size: 14px;
  }
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .passiveDetailItems .passiveDetailBottomText {
  text-align: left;
  font-size: 16px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 64px;
  row-gap: 60px;
  justify-content: start;
  align-items: stretch;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem {
  width: 230px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem a {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 104px;
  height: 32px;
  margin-top: 12px;
  background: #707070;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem a:hover {
  background: #252525;
}
@media screen and (max-width: 1040px) {
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem {
    width: 80%;
    margin-inline: auto;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .features .featuresItem img {
    width: 100%;
    height: auto;
  }
}
.page-id-81 #material .materialInner .materialSection:nth-child(even) .materialSectionTop .materialSectionTitleWrapper {
  left: 65%;
  right: calc((1040px - 100vw) / 2);
  justify-content: flex-start;
  box-shadow: -10px 10px 0 0 #5d5d5d;
}
.page-id-81 #material .materialInner .materialSection:nth-child(even) .materialSectionTop .materialSectionTitleWrapper h2 {
  padding-right: 0;
  padding-left: 100px;
}
.page-id-81 #material .materialInner .materialSection:nth-child(even) .materialSectionTop img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .page-id-81 #material .materialInner {
    width: 100%;
    padding-inline: 20px;
    padding-block: 80px 40px;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionTop {
    padding-top: 64px;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionTop .materialSectionTitleWrapper {
    top: 0;
    height: 64px;
    width: 60%;
    left: -20px;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 5px 5px 0 0 #5d5d5d;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionTop .materialSectionTitleWrapper h2 {
    font-size: 18px;
    margin-inline: auto;
    padding-inline: 0px;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionTop img {
    width: 100%;
    height: auto;
    aspect-ratio: 714/505;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .materialSectionBottomTitle {
    margin-top: 32px !important;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .materialSectionBottomTitle h2 {
    font-size: 18px;
  }
  .page-id-81 #material .materialInner .materialSection .materialSectionBottom .materialSectionBottomInner .materialSectionBottomContent {
    margin-top: 32px !important;
    font-size: 14px !important;
  }
  .page-id-81 #material .materialInner .materialSection:nth-child(even) .materialSectionTop .materialSectionTitleWrapper {
    left: auto;
    right: -20px;
    box-shadow: -5px 5px 0 0 #5d5d5d;
  }
  .page-id-81 #material .materialInner .materialSection:nth-child(even) .materialSectionTop .materialSectionTitleWrapper h2 {
    padding-inline: 0;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-35 .thanksInner {
  padding-top: 80px;
  text-align: center;
}
.page-id-35 .thanksInner .thanksTitle {
  font-size: 28px;
  font-weight: 700;
}
.page-id-35 .thanksInner .thanksCopy {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}
.page-id-35 .thanksInner .thanksNote {
  margin-top: 32px;
  font-size: 14px;
}
.page-id-35 .thanksInner .button {
  margin-inline: auto;
  margin-top: 48px;
  margin-bottom: 80px;
}
.page-id-35 .thanksInner .button .buttonCopy {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .page-id-35 .thanksInner {
    padding-inline: 20px;
    padding-top: 32px;
    text-align: left;
  }
  .page-id-35 .thanksInner .thanksTitle {
    font-size: 24px;
  }
  .page-id-35 .thanksInner .thanksCopy {
    margin-top: 40px;
    font-weight: 600;
  }
  .page-id-35 .thanksInner .thanksNote {
    margin-top: 32px;
  }
  .page-id-35 .thanksInner .button {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .page-id-35 #contact {
    margin-inline: 20px !important;
  }
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-37 #privacy .privacyInner {
  padding-top: 80px;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .page-id-37 #privacy .privacyInner {
    max-width: 100%;
    padding-inline: 20px;
  }
}
.page-id-37 #privacy .privacyInner h2 {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 28px;
  font-weight: 700;
}
.page-id-37 #privacy .privacyInner h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #252525;
}
.page-id-37 #privacy .privacyInner p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .page-id-37 #privacy .privacyInner {
    padding-top: 32px;
  }
  .page-id-37 #privacy .privacyInner h2 {
    font-size: 20px;
    gap: 8px;
  }
  .page-id-37 #privacy .privacyInner h2::before {
    width: 16px;
  }
  .page-id-37 #privacy .privacyInner p:not(:first-child) {
    margin-top: 8px;
  }
}
.page-id-37 #privacy .button {
  margin-inline: auto;
  margin-block: 60px;
}

/*
Theme Name: Miyavi  // テーマ名
Author: ICS
Description: Miyaviのモデルハウスサイトです。
Version: 1.0
*/
.page-id-39 #sitemap .sitemapInner {
  margin-top: 80px;
  width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .page-id-39 #sitemap .sitemapInner {
    width: 100%;
    padding-inline: 20px;
  }
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine {
  display: flex;
  flex-direction: column;
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine .globalNavLineItemTitle {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: 700;
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine .globalNavLineItemTitle::before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background-color: #252525;
  margin-right: 12px;
  transform: translateY(3px);
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine .globalNavLineItemTitle:not(:first-child) {
  margin-top: 40px;
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine .globalNavLineItem {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper .globalNavLine .globalNavLineItem::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #535d60;
}
.page-id-39 #sitemap .sitemapInner .button {
  margin-inline: auto;
  margin-block: 60px;
}
@media screen and (max-width: 960px) {
  .page-id-39 #sitemap .sitemapInner {
    margin-top: 40px;
  }
  .page-id-39 #sitemap .sitemapInner .sitemapNavLineWrapper {
    flex-wrap: wrap;
    align-items: start;
    gap: 32px;
  }
}/*# sourceMappingURL=style.css.map */