@charset "UTF-8";
/*===================================================
import
===================================================*/
/*===================================================
break point
===================================================*/
/*===================================================
font
===================================================*/
/*===================================================
font-size
===================================================*/
/*===================================================
タイトル
===================================================*/
/*===================================================
color
===================================================*/
/*===================================================
hover
===================================================*/
/*===================================================
contents
===================================================*/
/*===================================================
flexBox
===================================================*/
/*===================================================
textOut
===================================================*/
/*===================================================
position
===================================================*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, caption, hr, figure {
  margin: 0;
  padding: 0;
}

a img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

hr {
  display: none;
  height: 0;
  font-size: 0;
  line-height: 0;
}

input, button, textarea, select {
  font: inherit;
}

/*common*/
*, *::before, *::after {
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: all 0.2s;
}

html {
  font-size: calc(0.65rem + 0.3vh + 0.2vw);
}

body {
  line-height: 2;
  text-align: left;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

fieldset, img {
  border: 0;
  vertical-align: top;
}

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

textarea {
  resize: vertical;
}

div:empty, dl:empty, dt:empty, dd:empty, ul:empty, ol:empty, li:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {
  display: none;
}

/*clearfix*/
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*文字関連*/
.f80p {
  font-size: 80% !important;
}

.f90p {
  font-size: 90% !important;
}

.f95p {
  font-size: 95% !important;
}

.f110p {
  font-size: 110% !important;
}

.f120p {
  font-size: 120% !important;
}

.lh1 {
  line-height: 1 !important;
}

.left_al {
  text-align: left !important;
}

.center_al {
  text-align: center !important;
}

.right_al {
  text-align: right !important;
}

/*表示関連*/
.el_nods {
  display: none !important;
}

.el_noborder {
  border: none !important;
}

@media print, screen and ( min-width:835px ) {
  .el_spOnly {
    display: none !important;
  }
}
@media screen and ( max-width:834px ) {
  .el_pcOnly {
    display: none !important;
  }
  .el_nobr br {
    display: none !important;
  }
}
/*margin*/
.mg00 {
  margin: 0px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*padding*/
.pg00 {
  padding: 0px !important;
}

.pg03 {
  padding: 3px !important;
}

.pg05 {
  padding: 5px !important;
}

.pg10 {
  padding: 10px !important;
}

.pg15 {
  padding: 15px !important;
}

.pg20 {
  padding: 20px !important;
}

.pg25 {
  padding: 25px !important;
}

.pg30 {
  padding: 30px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/*===================================================
body
===================================================*/
html, body {
  min-height: 100vh;
}

html {
  font-size: calc(0.65rem + 0.3vh + 0.2vw);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  color: #666;
}

@media screen and ( max-width:834px ) {
  html {
    font-size: 87.5%;
  }
}
/*===================================================
head
===================================================*/
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 325px;
  height: 90px;
  background-color: #fff;
  padding: 0 3.5vw;
  z-index: 50;
}
header a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0 !important;
  text-align: left !important;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 160px;
  height: 26px;
  background: url(../images/logo.png) no-repeat center/contain;
}

@media screen and ( max-width:834px ) {
  header {
    width: 180px;
    height: 50px;
    padding: 0 5vw;
  }
  header a {
    width: 114px;
    height: 19px;
  }
}
/*===================================================
見出し
===================================================*/
h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: min(2.5rem, 3.6vw);
  line-height: 1.4;
  color: #000;
  text-align: center;
  margin-top: -0.2em;
}
h2 span {
  display: inline-block;
}

@media screen and ( max-width:834px ) {
  h2 {
    font-size: 1.7142rem;
  }
}
/*===================================================
コンテンツ枠
===================================================*/
#conWrap {
  position: relative;
}
#conWrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 5;
}

@media screen and ( max-width:834px ) {
  #conWrap::before {
    height: 50px;
    z-index: 15;
  }
}
/*===================================================
メイン画像
===================================================*/
#mainBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  padding-top: 90px;
  pointer-events: none;
  z-index: 10;
}
#mainBox h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  top: min(26vh, 20vw);
  left: 0;
  font-size: min(2.5rem, 3.6vw);
  background: rgba(240, 240, 240, 0.75);
  padding: 30px 30px 30px 3.5vw;
}
#mainBox div {
  width: calc(100% - 325px);
  height: min(80vh, 60vw);
  background: url(../images/main.jpg) no-repeat center/cover;
}

@media screen and ( max-width:834px ) {
  #mainBox {
    padding-top: 50px;
  }
  #mainBox h1 {
    top: 15vh;
    font-size: min(2rem, 4.6vw);
    padding: 10px 10px 10px 5vw;
  }
  #mainBox h1 span {
    display: block;
  }
  #mainBox div {
    width: 100%;
    height: 50vh;
  }
}
/*===================================================
#flowBox
===================================================*/
#flowBox {
  background-color: #eef0f3;
  margin: 100px 0;
}
#flowBox > div {
  width: 100%;
  max-width: calc(1200px + 14vw);
  padding: 0 7vw;
  margin: 0 auto;
  padding: 50px 7vw;
}

#flowList {
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #666;
  margin: 2em auto 0;
  counter-reset: number 0;
}
#flowList > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid #666;
  padding: 30px 0 30px 100px;
}
#flowList > li::before {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  font-family: "Cinzel", serif;
  font-size: min(3rem, 4vw);
  line-height: 1;
  color: #fff;
  background-color: #666;
  border-radius: 50%;
  transform: translateY(-50%);
}
#flowList > li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 40px;
  height: 20px;
  background: url(../images/flow_list_arrow.svg) no-repeat 0/contain;
}
#flowList > li dl {
  position: relative;
  width: 100%;
  padding-right: 80px;
}
#flowList > li dl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../images/icon01.svg) no-repeat 0/contain;
  transform: translateY(-50%);
}
#flowList > li dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.5rem;
  line-height: 1;
  color: #98875e;
}
#flowList > li dl dd {
  line-height: 1.5;
  color: #98875e;
  text-align: justify;
  margin-top: 0.5em;
}
#flowList > li:nth-of-type(2) dl::after {
  background-image: url(../images/icon02.svg);
}
#flowList > li:nth-of-type(3) dl::after {
  background-image: url(../images/icon03.svg);
}
#flowList > li:nth-of-type(4) dl::after {
  background-image: url(../images/icon04.svg);
}

@media screen and ( max-width:834px ) {
  #flowBox {
    margin: 50px 0;
  }
  #flowBox > div {
    width: 100%;
    max-width: calc(1200px + 14vw);
    padding: 0 7vw;
    margin: 0 auto;
    padding: 30px 5vw;
  }
  #flowList > li {
    min-height: 60px;
    padding: 15px 0 15px 52px;
  }
  #flowList > li::before {
    width: 42px;
    height: 42px;
    font-size: 1.7142rem;
  }
  #flowList > li:not(:last-of-type)::after {
    bottom: -10px;
    left: 10px;
    width: 30px;
    height: 10px;
    background-image: url(../images/flow_list_arrow_sp.svg);
  }
  #flowList > li dl {
    padding-right: 45px;
  }
  #flowList > li dl::after {
    width: 36px;
    height: 36px;
  }
  #flowList > li dl dt {
    font-size: 1.2rem;
  }
}
/*===================================================
#introBox
===================================================*/
#introBox {
  width: 100%;
  max-width: calc(1200px + 14vw);
  padding: 0 7vw;
  margin: 0 auto;
  padding: 0 7vw;
  margin: 100px auto 0;
}
#introBox > p {
  text-align: center;
}
#introBox > p:first-of-type {
  margin: 2em 0 1em;
}

@media screen and ( max-width:834px ) {
  #introBox {
    padding: 0 5vw;
    margin: 50px auto 0;
  }
  #introBox > p {
    text-align: justify;
  }
  #introBox > p:first-of-type {
    font-size: 0.95em;
  }
}
/*===================================================
#searchWrap
===================================================*/
#searchWrap {
  width: 100%;
  max-width: calc(1200px + 14vw);
  padding: 0 7vw;
  margin: 0 auto;
  padding: 0 7vw;
  margin: 2em auto 50px;
}

#searchBox {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 2em;
}
#searchBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/search_icon.svg) no-repeat 0/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
#searchBox > input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 60px;
}
#searchBox > input:focus {
  background-color: #f4f3ef;
  border: 1px solid #98875e;
  outline: 0;
}

#cateBox {
  background-color: #eef0f3;
  border-radius: 3px;
  padding: 15px;
}
#cateBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cateBox ul li {
  line-height: 1;
}
#cateBox ul li label {
  position: relative;
  display: block;
  overflow: hidden;
}
#cateBox ul li label:hover {
  cursor: pointer;
}
#cateBox ul li label:hover span {
  color: #98875e;
}
#cateBox ul li label input {
  position: absolute;
  top: -150%;
  left: 0;
}
#cateBox ul li label input:checked + span {
  color: #98875e;
}
#cateBox ul li label input:checked + span::before {
  border: 1px solid #98875e;
}
#cateBox ul li label input:checked + span::after {
  opacity: 1;
}
#cateBox ul li label span {
  position: relative;
  display: block;
  padding-left: 1em;
}
#cateBox ul li label span::before, #cateBox ul li label span::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #666;
  border-radius: 50%;
  transform: translateY(-50%);
}
#cateBox ul li label span::after {
  background-color: #98875e;
  transform: translateY(-50%) scale(0.6);
  opacity: 0;
}
#cateBox ul li:nth-of-type(2) {
  margin-left: 0.5em;
}
#cateBox ul li:nth-of-type(n+3) {
  margin-left: 1.5em;
}

@media screen and ( max-width:834px ) {
  #searchWrap {
    padding: 0 5vw;
    margin: 2em auto 30px;
  }
  #searchBox {
    margin: 0 auto 2em;
  }
  #searchBox::before {
    left: 11px;
    width: 20px;
    height: 20px;
  }
  #searchBox > input {
    height: 36px;
    padding-left: 60px;
  }
  #cateBox {
    padding: 10px 5px;
  }
  #cateBox ul li {
    font-size: 0.95em;
  }
  #cateBox ul li:first-of-type {
    display: none;
  }
  #cateBox ul li:nth-of-type(2) {
    margin-left: 0;
  }
  #cateBox ul li:nth-of-type(n+3) {
    margin-left: 1em;
  }
}
/*===================================================
#searchWrap
===================================================*/
#brandList {
  width: 100%;
  max-width: calc(1200px + 14vw);
  padding: 0 7vw;
  margin: 0 auto;
  display: grid;
  padding: 0 7vw;
  margin: 0 auto 100px;
}
#brandList li a {
  display: block;
  height: 100%;
  color: #666;
  text-decoration: none;
}
#brandList li a:hover {
  opacity: 0.5;
}
#brandList li .bl_brandBox {
  padding: 15px 30px 30px;
}
#brandList li .bl_brandBox .bl_brandLogo {
  margin-bottom: 10px;
}
#brandList li .bl_brandBox .bl_brandName {
  position: relative;
  line-height: 1.4;
  text-align: center;
  margin-top: -0.2em;
  padding-bottom: 32px;
}
#brandList li .bl_brandBox .bl_brandName::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
#brandList li .bl_brandBox .bl_brandName::after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
}
#brandList li.el_curtain_rug .bl_brandName::before {
  content: "カーテン・ラグ";
}
#brandList li.el_curtain_rug .bl_brandName::after {
  background-color: #c1db81;
}
#brandList li.el_furniture .bl_brandName::before {
  content: "家具";
}
#brandList li.el_furniture .bl_brandName::after {
  background-color: #f19ec2;
}
#brandList li.el_lighting .bl_brandName::before {
  content: "照明";
}
#brandList li.el_lighting .bl_brandName::after {
  background-color: #ffe67a;
}
#brandList li.el_bed .bl_brandName::before {
  content: "ベッド";
}
#brandList li.el_bed .bl_brandName::after {
  background-color: #7ecef4;
}
#brandList li.el_others .bl_brandName::before {
  content: "その他";
}
#brandList li.el_others .bl_brandName::after {
  background-color: #9f7ef4;
}

@media print, screen and ( min-width:835px ) {
  #brandList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
@media screen and ( max-width:834px ) {
  #brandList {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
    padding: 0 5vw;
    margin: 0 auto 50px;
  }
  #brandList li .bl_brandBox {
    padding: 10px 0 0;
  }
  #brandList li .bl_brandBox .bl_brandLogo {
    width: 90%;
    margin: 0 auto 5px;
  }
  #brandList li .bl_brandBox .bl_brandName::after {
    width: 30px;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #3a3a3a;
  padding: 50px 7vw;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.5;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #585858;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer-menu .logo {
  width: 160px;
  margin-right: auto;
}

.footer-navi-general ul li {
  margin: 0 30px;
}

.footer-navi-sns ul li {
  margin: 0 0 0 20px;
}
.footer-navi-sns ul li a {
  display: block;
  width: 30px;
  height: 24px;
  text-indent: -9999px;
  background: no-repeat center;
  opacity: 0.5;
}
.footer-navi-sns ul li a:hover {
  opacity: 1;
}
.footer-navi-sns ul li.fb a {
  background-image: url(https://www.mitsubishi-home.com/assets/images/icon_fb.svg);
}
.footer-navi-sns ul li.ig a {
  background-image: url(https://www.mitsubishi-home.com/assets/images/icon_ig.svg);
}
.footer-navi-sns ul li.yt a {
  background-image: url(https://www.mitsubishi-home.com/assets/images/icon_yt.svg);
}

.footer-navi-utility li + li {
  margin-left: 30px;
}
.footer-navi-utility li a {
  opacity: 0.5;
}
.footer-navi-utility li a:hover {
  opacity: 1;
}

.copyright {
  font-size: 12px;
  opacity: 0.3;
  margin-top: 15px;
}

@media screen and ( max-width:834px ) {
  footer {
    font-size: 1rem;
    padding: 30px 5vw;
  }
  .footer-menu {
    flex-direction: column;
    border: none;
    padding: 0;
  }
  .footer-menu .logo {
    margin: 0 auto;
  }
  .footer-navi-general {
    margin: 30px auto;
  }
  .footer-navi-general ul {
    justify-content: center;
  }
  .footer-navi-general ul li {
    margin: 0;
  }
  .footer-navi-general ul li + li {
    margin-left: 2em;
  }
  .footer-navi-sns {
    margin: 0 auto;
  }
  .footer-navi-sns ul {
    justify-content: center;
  }
  .footer-navi-sns ul li {
    margin: 0;
  }
  .footer-navi-sns ul li + li {
    margin-left: 2em;
  }
  .footer-navi-utility ul {
    flex-direction: column;
  }
  .footer-navi-utility ul li {
    font-size: 0.7857rem;
  }
  .footer-navi-utility ul li + li {
    margin: 1em 0 0;
  }
  .copyright {
    text-align: center;
    margin-top: 30px;
  }
}
/*===================================================
※
===================================================*/
.el_kome span {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  padding-left: 1.4em;
}
.el_kome span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*===================================================
アニメーション
===================================================*/
.fadeInPre {
  /* visibility: hidden; */
}

.fadeInPre.animate__fadeIn {
  visibility: visible;
}/*# sourceMappingURL=style.css.map */