@charset "utf-8";
/*
Theme Name: homic-living.com
Theme URI: null
Description: Description
Author: Shunc - WXJ
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Anton");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

:root {
  /* font setting */
  --basic-font: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  --tel-font: "Anton", sans-serif;
  --eg-num-font: "PT Serif", serif;
  /* --basic-font: "Noto Sans JP", sans-serif; */

  /* color setting */
  --main-color: #13559d;
  --white-color: #fff;
  --black-color: #231815;
  --yellow-color: #ffe336;
  --green-color: #77c941;
  --blue-color: #69a0c5;
  --red-color: #f82525;
  --dark-gray-color: #a8938d;
  --tel-color: #231815;
  --heading-color: #231815;

  --bg01: #f5f5f5;
  --bg02: #8c8c8c;
  --bg03: #f5f5f5;
  --bg-black: #231815;
}

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,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input,
button,
textarea,
select,
option {
  font-family: var(--basic-font);
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: var(--black-color);
  text-decoration: none;
  transition: ease 0.4s;
}

a:visited {
  /* color: var(--main-color); */
}

a:hover {
  color: var(--main-color);
}

a:active {
  color: var(--main-color);
}

.txt img.emoji {
  display: none !important;
}

img.alpha:hover {
  opacity: 0.7;
}

.spOnly {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.notice-main {
  color: var(--main-color);
}

.notice-red {
  color: var(--red-color);
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
p,
dd,
span {
  font-size: 16px;
  /* text-align: justify;
  line-height: 1.4; */
  font-weight: 400;
}

p+p {
  margin-top: 1em;
}

/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

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

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

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

/* 余白 */
.pt40 {
  padding-top: 40px;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

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

.u-coming {
  padding: 50px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;

  &.txtWhite {
    color: var(--white-color);
  }
}

.u-fw_normal {
  font-weight: 400;
}

.u-fw_bold {
  font-weight: 700;
}

.u-dblock {
  display: block;

  &.sp {
    display: none;
  }

  &.tab {
    display: none;
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {
    &.pc {
      display: none;
    }

    &.tab {
      display: block;
    }
  }

  @media (max-width: 600px) {
    &.sp {
      display: block;
    }
  }
}

.u-dflex {
  display: flex;
  flex-flow: row wrap;

  .twoCol {
    width: 49%;
    margin: 0 2% 0 0;

    &:nth-of-type(2n) {
      margin-right: 0;
    }

    @media (max-width: 600px) {
      width: 100%;
      margin: 0 0 20px;
    }
  }

  .threeCol {
    width: 32%;
    margin: 0 2% 20px 0;

    &:nth-of-type(3n) {
      margin-right: 0;
    }

    @media (max-width: 600px) {
      width: 100%;
      margin: 0 0 10px;
    }
  }

  .sixCol {
    width: 15%;
    margin: 0 2% 10px 0;

    &:nth-of-type(6n) {
      margin-right: 0;
    }

    @media (max-width: 600px) {
      width: 32%;

      &:nth-of-type(3n) {
        margin-right: 0;
      }
    }
  }
}

.u-iframe {
  position: relative;
  width: 100%;
  padding-top: 75%;

  &.youtube {
    padding-top: 56.25%;
  }

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

.u-box_shadow {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
  transition: ease 0.4s;
  box-sizing: border-box;

  &:hover {
    opacity: 0.8;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--main-color);
  }

  @media (max-width: 1024px) {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);

    &:hover {
      box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    }
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

  @media (max-width: 768px) {
    margin-top: 30px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

  @media (max-width: 768px) {
    margin-bottom: 30px !important;
  }
}

.u-ta_center {
  text-align: center;
}

.u-ta_right {
  text-align: right;
}

.u-ta_justify {
  text-align: justify;
}

.u-pointer_cursor {
  pointer-events: cursor;
}

.u-pointer_none {
  pointer-events: none;
}

.c-inner {
  max-width: 1120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;

  &.p50 {
    padding: 50px 10px;

    &.pb0 {
      padding-bottom: 0;
    }

    &.pt0 {
      padding-top: 0;
    }
  }

  @media (max-width: 1024px) {
    &.p50 {
      padding: 40px 10px;
    }
  }

  @media (max-width: 600px) {
    &.p50 {
      padding: 8vmin 10px;
    }
  }
}

.c-heading_sgl {
  padding: 0.4em 0.5em;
  color: var(--black-color);
  background: rgba(0, 0, 0, 0.05);
  border-left: solid 5px var(--main-color);
  border-bottom: solid 3px var(--bg01);
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 0.5em;

  @media (max-width: 768px) {
    font-size: 22px;
  }

  @media (max-width: 600px) {
    font-size: 5vmin;
  }
}

.c-heading02 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--bg-black);
  color: var(--heading-color);
  margin-bottom: 40px;
  position: relative;

  .en {
    font-family: var(--eg-num-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .charactor {
    position: absolute;
    /* content: ""; */
    right: 0;
    bottom: 0;
  }

  @media (max-width: 1024px) {
    font-size: 18px;

    .en {
      font-size: 48px;
    }

    .charactor {
      height: 90px;
      width: auto;
    }
  }

  @media (max-width: 768px) {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;

    .charactor {
      height: 70px;
    }

    .en {
      margin-bottom: 1vmin;
      font-size: 32px;
    }
  }

  @media (max-width: 600px) {
    font-size: 3.5vmin;

    .charactor {
      height: auto;
      width: 15vmin;
    }

    .en {
      font-size: 6.2vmin;
    }
  }
}

.c-heading03 {
  font-size: 26px;
  border-bottom: solid 4px var(--bg02);
  position: relative;
  margin: 1em 0;

  &::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px var(--main-color);
    bottom: -4px;
    width: 20%;
  }

  @media (max-width: 768px) {
    font-size: 20px;
  }

  @media (max-width: 600px) {
    font-size: 4.8vmin;
  }
}

.c-heading04 {
  font-size: 22px;
  border-bottom: solid 3px var(--green-color);
  position: relative;
  margin: 1em 0;

  @media (max-width: 768px) {
    font-size: 18px;
  }

  @media (max-width: 600px) {
    font-size: 4.6vmin;
  }
}

.c-heading05 {
  border-left: 10px solid var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  padding: 0.3em 0 0.3em 0.5em;
  margin-bottom: 1em;

  &,
  span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0.5em;
  }

  span {
    color: var(--main-color);
    display: inline-block;
  }

  @media (max-width: 600px) {

    &,
    span {
      font-size: 4.4vmin;
    }

    span {
      display: block;
      margin-right: 0;
    }
  }
}

.c-heading06 {
  color: var(--red-color);
  margin: 40px 0;
  position: relative;

  &::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    border-top: 2px dashed var(--red-color);
    z-index: -1;
  }

  span {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 18em;
    background: #fff;
  }

  @media (max-width: 768px) {
    margin: 20px 0;

    span {
      font-size: 18px;
    }
  }

  @media (max-width: 600px) {
    margin: 20px 0;

    span {
      font-size: 16px;
    }
  }
}

.c-btn {
  display: inline-block;
  min-width: 306px;

  a,
  span {
    position: relative;
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px;
    padding: 3px 25px 3px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--main-color);
    background: var(--main-color);

    &:hover {
      opacity: 0.7;
    }

    &::before {
      position: absolute;
      content: "";
      right: -2px;
      bottom: -7px;
      border-left: 10px solid var(--white-color);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      transform: rotate(45deg);
    }

    img {
      margin-right: 15px;
    }
  }

  &.no_link {
    max-width: 300px;
    min-width: initial;
    width: 100%;

    span {
      justify-content: center;
      font-size: 20px;

      @media (max-width: 1024px) {
        font-size: 3vmin;
      }

      @media (max-width: 600px) {
        font-size: 4vmin;
      }
    }
  }

  &.is_white {
    a {
      background: var(--white-color);
      color: var(--main-color);
      border-color: var(--white-color);

      &:hover {
        opacity: 0.7;
      }

      &::before {
        border-left: 10px solid var(--main-color);

        @media (max-width: 600px) {
          border-left: 1vmin solid var(--main-color);
        }
      }
    }
  }

  .l-nav_menu_cv &,
  .l-float & {
    min-width: initial;
  }

  @media (max-width: 1024px) {

    a,
    span {
      font-size: 3vmin;

      &::before {
        border-left-width: 8px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        bottom: -6px;
      }

      img {
        height: 20px;
        width: auto;
        margin-right: 5px;
      }
    }
  }

  @media (max-width: 768px) {

    a,
    span {
      font-size: 3vmin;
      padding: 6px 10px 6px 5px;
      flex-flow: column wrap;

      img {
        margin: 0 0 3px;
      }
    }
  }

  @media (max-width: 600px) {
    max-width: 100%;
    min-width: initial;
    width: 100%;

    a,
    span {
      font-size: 4vmin;
      padding: 1vmin;

      &::before {
        border-left-width: 1vmin;
        border-top-width: 1vmin;
        border-bottom-width: 1vmin;
        bottom: -2px;
        right: 0;
      }

      img {
        height: 4vmin;
      }
    }
  }

  &.cv {
    a {
      font-size: 24px;

      @media (max-width: 1024px) {
        font-size: 16px;
        padding: 12px 15px 12px 5px;
      }

      @media (max-width: 768px) {
        font-size: 14px;
        letter-spacing: -0.05rem;
        padding: 6px 10px 6px 5px;
      }

      @media (max-width: 600px) {
        padding: 1vmin 2vmin 1vmin 1vmin;
        font-size: 3.2vmin;
        height: 13vmin;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column wrap;
      }
    }
  }

  &.contact a {
    border: 3px solid var(--main-color);
    background: var(--main-color);
  }

  &.design a {
    border: 3px solid var(--red-color);
    background: var(--red-color);
  }

  &.reserve a {
    border: 3px solid var(--green-color);
    background: var(--green-color);
  }

  @media (max-width: 600px) {

    &.contact a,
    &.design a,
    &.reserve a {
      border-width: 1px;
    }
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: var(--basic-font);
  color: var(--black-color);
  font-size: 18px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-weight: bold;
}

.numFonts {
  font-family: var(--eg-num-font);
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;

  @media (max-width: 600px) {
    pointer-events: initial;
  }
}

/* -----  header.php  ----- */

.l-header {
  background: var(--white-color);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  z-index: 100;
  opacity: 1;
  transition: 0.2s ease-out;
  /* transform: translateY(-100%); */

  &.hide {
    transform: translateY(-100%);
  }

  .siteTtl {
    border-top: 3px solid var(--main-color);
    background: var(--bg03);
    width: 100%;
    padding: 5px;
    font-size: 13px;
    line-height: 1;

    .txt {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }
  }

  .headerWrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .linksCont {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;

    .linksContItem {
      width: 97px;
      height: 97px;
      margin-left: 2px;
      transition: ease 0.4s;

      &:hover {
        opacity: 0.7;
      }

      a {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        width: 100%;
        height: 100%;
        text-align: center;

        p {
          font-size: 15px;
          line-height: 1.2;
          height: 2.5em;
          display: flex;
          align-items: center;
          margin-top: 5px;
          text-align: center;
          font-weight: 700;
        }
      }

      &.first {
        background: var(--bg02);
      }

      &.contact {
        background: var(--main-color);
      }

      &.reserve {
        background: var(--green-color);
      }
    }
  }

  @media (max-width: 1024px) {
    padding-bottom: 5px;

    .logo img {
      height: 73px;
      width: auto;
    }

    .linksCont {
      .linksContItem {
        width: 73px;
        height: 73px;

        a {
          p {
            font-size: 13px;
          }

          img {
            height: 25px;
            width: auto;
          }
        }
      }
    }
  }

  @media (max-width: 768px) {
    .logo img {
      width: 45vmin;
      height: auto;
    }
  }

  @media (max-width: 600px) {
    .linksContItem {
      display: none;
    }

    .logo img {
      width: auto;
      height: 55px;
    }
  }
}

.tel {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  margin-right: 10px;

  .telLead {
    background: var(--red-color);
    color: var(--white-color);
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .telNum {
    margin: 5px 0 0;

    a {
      color: var(--tel-color);
      font-family: var(--tel-font);
      font-size: 38px;
      line-height: 1;
      pointer-events: none;

      img {
        display: none;
      }
    }
  }

  .telTime {
    font-size: 11px;
  }

  .float_details-list-item & {
    .telNum a {
      font-size: 34px;
      line-height: 1;
    }
  }

  @media (max-width: 1024px) {
    margin-right: 5px;

    .telNum a {
      font-size: 34px;
    }
  }

  @media (max-width: 768px) {
    .headerWrap & {
      display: none;
    }
  }

  @media (max-width: 600px) {
    .headerWrap & {
      display: flex;
    }

    width: 55px;
    height: 55px;
    background: var(--red-color);
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    .telNum {
      margin: 0;
    }

    .telLead,
    .telTime {
      display: none;
    }

    .telNum a {
      pointer-events: initial;
      display: block;
      font-size: 0 !important;

      img {
        display: block;
        width: 35px;
        height: auto;
      }
    }

    .float_details-list-item & {
      width: 13vmin;
      height: 13vmin;

      img {
        width: 8vmin;
      }
    }
  }
}

/* -----  nav.php  ----- */
.l-nav {
  margin-left: 10px;

  .menu-icon {
    /* display: none; */
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 97px;
    height: 97px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1001;

    span {
      background-color: var(--black-color);
      height: 5px;
      width: 50px;
      margin: 4px 0;
      transition: all 0.3s ease;
    }

    &.active {

      span:nth-of-type(1),
      span:nth-of-type(3) {
        margin: 0;
      }

      span:nth-of-type(1) {
        transform: rotate(45deg);
        position: relative;
        top: 0px;
      }

      span:nth-of-type(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -5px;
      }

      span:nth-of-type(2) {
        display: none;
      }
    }

    @media (max-width: 1024px) {
      width: 73px;
      height: 73px;
    }

    @media (max-width: 600px) {
      width: 55px;
      height: 55px;

      span {
        width: 40px;
        margin: 4px 0;
      }
    }
  }
}

.l-nav_menu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--bg01);

  .l-nav_inner {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1220px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .l-nav_brand {
    text-align: center;
    margin-bottom: 50px;

    a {
      display: inline-block;
    }
  }

  .l-nav_menu_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 50px;

    .l-nav_menu_list_item {
      ul ul {
        margin-bottom: 1em;

        &:last-of-type {
          margin-bottom: 0;
        }

        li {
          padding-left: 1em;
          position: relative;

          &::before {
            width: 0.75em;
            height: 1px;
            background: var(--bg-black);
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
          }
        }
      }

      a {
        font-size: 14px;
        font-weight: 400;
      }

      .nav_menu_title {
        margin-bottom: 0.5em;

        a {
          font-size: 18px;
          font-weight: 700;
        }
      }
    }
  }

  .l-nav_menu_cv {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

    li {
      margin-right: 20px;

      &:last-of-type {
        margin-right: 0;
      }
    }
  }

  @media (max-width: 768px) {
    .l-nav_inner {
      /* padding: 10px 100px; */
      max-width: 400px;
      height: auto;
    }

    .l-nav_brand {
      margin-bottom: 20px;
    }

    .l-nav_menu_list {
      margin-bottom: 20px;
    }

    .l-nav_menu_list_item {
      margin: 0 2% 20px 0;
      width: 45%;

      &:nth-of-type(2n) {
        margin-right: 0;
      }
    }
  }

  @media (max-width: 600px) {
    max-width: 280px;
    height: 100vh;
    left: initial;
    right: 0;
    overflow-y: auto;

    .l-nav_brand {
      margin: 18px 0 10px;

      img {
        height: 55px;
        width: auto;
      }
    }

    .l-nav_inner {
      overflow-y: auto;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .l-nav_menu_list_item {
      margin: 0 0 10px 0;
      width: 100%;

      .nav_menu_title {
        a {
          display: block;
        }

        &.toggle {
          position: relative;
          border-bottom: 1px solid var(--bg-black);
          padding-bottom: 0.5em;

          &::before {
            position: absolute;
            content: "";
            right: 10px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            width: 10px;
            height: 10px;
            border-top: 2px solid var(--bg-black);
            border-left: 2px solid var(--bg-black);
            transition: ease 0.4s;
          }

          &.active {
            &::before {
              transform: translateY(-50%) rotate(-135deg);
            }
          }

          +ul {
            display: none;
          }
        }
      }
    }

    .l-nav_menu_cv {
      flex-flow: column nowrap;
      width: 100%;

      li {
        margin: 0 0 10px;
        width: 100%;

        .c-btn {
          width: 100%;
        }

        a {
          flex-flow: row nowrap;
          font-size: 24px;
          padding: 10px;
          height: auto;

          img {
            margin: 0 10px 0 0;
            height: auto;
          }
        }
      }
    }
  }
}

.l-mainv {
  position: relative;
  padding-bottom: 26px;

  &.sp {
    display: none;
  }

  .swiper-container {
    width: 100%;
    /* height: 380px; */
    overflow: hidden;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    height: 100%;

    /* transition: transform 0.6s; */
    a {
      width: 100%;
    }

    img {
      width: 100%;
      /* max-width: 1100px; */
      height: auto;
    }
  }

  .swiper-pagination {
    bottom: 0;

    .swiper-pagination-bullet-active {
      background: var(--main-color);
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 600px) {
    &.pc {
      display: none;
    }

    &.sp {
      display: block;
    }
  }
}

.l-child_mainv {
  background: url(./img/bg_childmainv.png) no-repeat center center / cover;
}

.l-child_mainv_cont {
  width: 100%;
  height: 180px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

  .ttl {
    color: var(--white-color);
    font-size: 40px;
    line-height: 1.3;
    text-align: center;

    span {
      font-size: 40px;
      display: block;
      font-weight: 700;

      &.en {
        display: inline-block;
        text-transform: uppercase;
      }

      &.subTitle {
        margin-top: 0.5em;
        font-size: 16px;
        font-weight: 400;
      }
    }
  }

  @media (max-width: 768px) {
    height: 100px;

    .ttl {
      font-size: 28px;

      span {
        font-size: 28px;

        &.subTitle {
          font-size: 13px;
        }
      }
    }
  }

  @media (max-width: 600px) {
    height: auto;
    padding: 4vmin 0;

    .ttl {
      font-size: 5.4vmin;

      span {
        font-size: 5.4vmin;

        &.en {
          display: block;
        }

        &.subTitle {
          font-size: 11px;
        }
      }
    }
  }
}

.l-breadcrumb {
  font-size: 13px;
  line-height: 1.2;
  padding: 10px 0;

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {}

  @media (max-width: 600px) {
    padding: 5px 0;

    p,
    span,
    dd {
      font-size: 3vmin;
    }
  }
}

/* -----  footer.php  ----- */
.l-footer {
  border-top: 5px solid var(--main-color);
  background: var(--white-color);
  position: relative;
  z-index: 1;
}

.l-footer_inner {
  padding: 0 10px 80px;
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  box-sizing: border-box;

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {}

  @media (max-width: 600px) {}
}

.l-footer_nav {
  border-bottom: 1px solid var(--bg-black);
  margin: 0 auto;
  padding: 40px 0;

  .l-nav_menu_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;

    .l-nav_menu_list_item {
      margin: 0 1em 1em 0;

      ul ul {
        margin-bottom: 1em;

        &:last-of-type {
          margin-bottom: 0;
        }

        li {
          padding-left: 1em;
          position: relative;

          &::before {
            width: 0.75em;
            height: 1px;
            background: var(--black-color);
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
          }
        }
      }

      a {
        font-size: 14px;
        font-weight: 400;
        color: var(--black-color);

        &:hover {
          color: var(--main-color);
        }
      }

      .nav_menu_title {
        margin-bottom: 0.5em;
        color: var(--black-color);

        a {
          font-size: 18px;
          font-weight: 700;
        }
      }
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {}

  @media (max-width: 600px) {}
}

.l-footer_details {
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;

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

  .details_info {
    line-height: 1.8;
    margin-left: 50px;
  }

  .copyright {
    font-size: 13px;
    width: 100%;
    margin-top: 20px;
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {
    padding: 20px 0;

    .details_info {
      margin-left: 0;
      margin-top: 10px;
    }

    .copyright {
      font-size: 10px;
    }
  }

  @media (max-width: 600px) {}
}

.l-float {
  background: var(--white-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;

  .l-footer_inner {
    padding: 10px;
  }

  @media (max-width: 768px) {
    .l-footer_inner {
      padding: 5px;
    }
  }
}

.float_details-list {
  align-items: center;

  @media (max-width: 1024px) {
    justify-content: center;
  }
}

.float_details-list-item {
  margin-left: 10px;

  .c-btn a {
    padding: 10px 25px 10px 15px;

    @media (max-width: 768px) {
      padding: 1vmin 2vmin 1vmin 1vmin;
    }
  }

  &.linksCont {
    margin-left: 0;
  }

  &:last-of-type {
    margin-left: auto;
  }

  .pagetop {
    background: var(--bg-black);
    text-align: center;

    img {
      margin-bottom: 5px;
    }

    a {
      box-sizing: border-box;
      height: 62px;
      padding: 5px 10px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;

      span {
        font-size: 10px;
      }
    }

    span {
      display: block;
      color: var(--white-color);
    }
  }

  @media (max-width: 1024px) {
    margin-left: 5px;

    &:last-of-type {
      margin-left: 10px;
    }

    .pagetop {
      height: 54px;
    }

    img {
      height: 25px;
      width: auto;
    }
  }

  @media (max-width: 768px) {
    margin-left: 5px;

    &:last-of-type {
      margin-left: 5px;
    }

    .pagetop {
      height: 62px;
    }
  }

  @media (max-width: 600px) {
    margin-left: 1vmin;

    &:last-of-type {
      margin-left: 1vmin;
    }

    img {
      height: 4vmin;
    }

    .pagetop {
      height: 13vmin;

      a {
        padding: 1vmin;

        span {
          font-size: 3.2vmin;
        }
      }
    }
  }
}

/* -----  front-page.php  ----- */
.l-lead {
  padding: 10px 0 20px;
  text-align: center;

  .area {
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    padding: 10px 30px;
    background: var(--bg03);
  }
}

.l-concept {
  background: url(./img/bg_concept.png) no-repeat bottom center / cover;
}

.concept_details {
  .lead {
    font-size: 40px;
    text-align: center;
  }

  .lead_txt {
    font-size: 22px;
    text-align: center;
    line-height: 1.62;
  }

  .details {
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }

  .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--white-color);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 100px;
    position: relative;
    letter-spacing: -0.07rem;

    &:last-of-type {
      margin-right: 0;

      &::before,
      &::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 20px;
        left: -80px;
        background: var(--bg03);
      }

      &::before {
        transform: rotate(45deg);
      }

      &::after {
        transform: rotate(-45deg);
      }
    }

    span {
      font-size: 28px;
      font-weight: 700;
      line-height: 1;

      &.num {
        position: absolute;
        content: "";
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        font-size: 72px;
        color: var(--black-color);
        font-weight: 700;
      }

      &.txtLg {
        font-size: 36px;
        margin-bottom: 0.1em;
      }
    }
  }

  @media (max-width: 1024px) {
    .lead {
      font-size: 32px;
    }

    .lead_txt {
      font-size: 20px;
    }
  }

  @media (max-width: 768px) {
    .lead {
      font-size: 20px;
    }

    .lead_txt {
      font-size: 4vmin;
    }

    .details {
      padding: 20px 0;
    }
  }

  @media (max-width: 768px) {
    .lead {
      font-size: 4.8vmin;
    }

    .details {
      padding: 40px 0 20px;
    }

    .circle {
      width: 100px;
      height: 100px;
      margin-right: 50px;

      &:last-of-type {

        &::before,
        &::after {
          width: 30px;
          height: 10px;
          left: -40px;
        }
      }

      span {
        font-size: 18px;

        &.num {
          top: -15px;
          font-size: 36px;
        }

        &.txtLg {
          font-size: 18px;
        }
      }
    }
  }
}

.l-event {}

.showroomDetails,
.event_details {
  margin-bottom: 20px;

  .event_list-item {
    margin-bottom: 20px;

    &.no_link {
      pointer-events: none;
    }
  }

  .showroom_list-item {
    margin-bottom: 20px;
  }

  .showroom_list-link,
  .event_list-link {
    display: block;
    padding: 10px;
    background: var(--white-color);
    border: 1px solid var(--bg02);

    &:hover {
      color: var(--black-color);
    }
  }

  .imgWrap {
    background: var(--bg02);
    overflow: hidden;
    width: 100%;
    padding-top: 85%;
    position: relative;

    img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .detailsWrap {
    margin-top: 10px;
    font-weight: 400;

    .ttl {
      font-size: 22px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-bottom: 0.1em;
    }

    .date {}

    .address {
      margin: 0.1em 0 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
  }

  .categories {
    span {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white-color);
      line-height: 1;
      padding: 5px 10px;
      background: var(--bg-black);
      margin: 0 5px 10px 0;
      font-weight: 700;

      &.area {
        background: var(--blue-color);
      }

      &.open {
        background: var(--main-color);
      }

      &.end {
        background: var(--bg02);
      }

      &.before {
        background: var(--green-color);
      }
    }
  }

  @media (max-width: 1024px) {
    .detailsWrap {
      font-size: 16px;

      .ttl {
        font-size: 18px;
      }

      .address {
        margin: 0.1em 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
    }

    .categories {
      span {
        font-size: 16px;
      }
    }
  }

  @media (max-width: 768px) {
    margin-bottom: 0;
  }

  @media (max-width: 600px) {
    .categories {
      span {
        font-size: 13px;
        margin-bottom: 5px;
      }
    }
  }
}

.categoriesBox {
  margin: 20px 0;
}

.categoriesList {
  display: flex;
  flex-flow: row wrap;

  li {
    margin: 0 5px 5px 0;

    a {
      font-size: 15px;
      color: var(--white-color);
      display: inline-block;
      padding: 0.2em 0.5em;
      background: var(--bg-black);
      transition: ease 0.4s;
      border: 2px solid var(--bg-black);
      box-sizing: border-box;

      &:hover {
        opacity: 0.7;
      }
    }

    &.current-cat a {
      color: var(--bg-black);
      background: var(--white-color);
    }

    .area &.current-cat a {
      color: var(--blue-color);
    }
  }

  &.area {
    a {
      background: var(--blue-color);
      border-color: var(--blue-color);
    }
  }
}

.l-showroom {
  background: var(--bg01);
}

.showroom_details {
  margin-top: 60px;

  .detailsWrap {
    .lead {
      position: relative;

      .obi {
        position: absolute;
        content: "";
        left: 12px;
        display: inline-block;
        top: -30px;
        font-size: 24px;
        line-height: 1;
        padding: 5px;
        z-index: 1;
        font-weight: 700;
        transform: rotate(-5deg);
        background: linear-gradient(45deg,
            #b67b03 0%,
            #daaf08 45%,
            #fee9a0 70%,
            #daaf08 85%,
            #b67b03 90% 100%);
      }

      .ttl {
        background: var(--bg-black);
        color: var(--white-color);
        text-align: center;
        padding: 10px;
        line-height: 1;
        z-index: 0;
        position: relative;

        &::before,
        &::after {
          position: absolute;
          content: "";
          top: 0;
        }

        &::before {
          left: 0;
          border-left: 10px solid var(--bg01);
          border-top: 26px solid transparent;
          border-bottom: 26px solid transparent;
        }

        &::after {
          right: 0;
          border-right: 10px solid var(--bg01);
          border-top: 26px solid transparent;
          border-bottom: 26px solid transparent;
        }

        span {
          background-image: -webkit-linear-gradient(315deg,
              #b8751e 0%,
              #ffce08 37%,
              #fefeb2 47%,
              #fafad6 50%,
              #fefeb2 53%,
              #e1ce08 63%,
              #b8751e 100%);
          background-image: linear-gradient(135deg,
              #b8751e 0%,
              #ffce08 37%,
              #fefeb2 47%,
              #fafad6 50%,
              #fefeb2 53%,
              #e1ce08 63%,
              #b8751e 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 26px;
          line-height: 1;
          font-weight: 700;
        }
      }
    }

    .subttl {
      font-size: 34px;
      margin: 20px 0;
      line-height: 1.4;
    }

    .txt {
      font-size: 18px;
    }
  }

  .imgWrap {
    height: 0;
    padding-top: 30%;
    position: relative;
    background: var(--white-color);

    img {
      position: absolute;
      /* content: ""; */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  @media (max-width: 1024px) {
    .detailsWrap {
      .lead {
        .obi {
          font-size: 18px;
        }

        .ttl {
          &::before {
            left: 0;
          }

          &::after {}

          span {
            font-size: 24px;
          }
        }
      }

      .subttl {
        font-size: 24px;
        margin: 15px 0;
      }
    }
  }

  @media (max-width: 768px) {
    margin-top: 0;

    .detailsWrap {
      order: 2;

      &.twoCol {
        width: 100%;
        margin-right: 0;
      }

      .lead {
        .obi {
          font-size: 18px;
          top: -15px;
        }

        .ttl {
          &::before {
            left: 0;
          }

          &::after {}

          span {
            font-size: 24px;
          }
        }
      }

      .subttl {
        font-size: 24px;
        margin: 15px 0;
      }
    }

    .imgWrap {
      order: 1;
      padding-top: 0;
      height: auto;

      &.twoCol {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
      }

      img {
        position: static;
        top: initial;
        left: initial;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: initial;
      }
    }

    .txt {
      font-size: 15px;
    }
  }

  @media (max-width: 600px) {
    .detailsWrap {
      margin-bottom: 0;

      .lead {
        .obi {
          font-size: 4vmin;
          top: -5vmin;
        }

        .ttl {
          span {
            font-size: 4.2vmin;
          }
        }
      }

      .subttl {
        font-size: 4.4vmin;
        margin: 2vmin 0;
      }
    }

    .imgWrap {
      img {
        content: initial;
      }

      &.twoCol {
        margin-bottom: 10px;
      }
    }

    .detailsWrap {
      .txt {
        font-size: 3.4vmin;
      }
    }
  }
}

.showroom_introduction {
  background: var(--bg-black);
  padding: 20px 0;

  .ttl {
    color: var(--white-color);
    font-size: 24px;
    text-align: center;
    margin-bottom: 0.8em;
    font-weight: 700;
    line-height: 1.4;
  }

  .introduction_imgs {
    margin-bottom: 20px;
    flex-flow: row nowrap;
    position: relative;

    .imgWrap {
      width: 25%;
      height: 180px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .txtWrap {
      position: absolute;
      /* content: ""; */
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;

      span {
        box-sizing: border-box;
        padding: 10px 20px;
        display: inline-block;
        /* width: 100%; */
        margin: auto;
        line-height: 1;
        color: var(--white-color);
        background: rgba(0, 0, 0, 0.5);
      }
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {
    .introduction_imgs {
      flex-flow: row wrap;
      justify-content: center;

      .imgWrap {
        width: 50%;
        height: 15vh;
      }

      .txtWrap {
        span {
          max-width: 80%;
          padding: 2vmin 4vmin;
          font-size: 4.4vmin;
        }
      }
    }
  }

  @media (max-width: 600px) {
    .ttl {
      font-size: 4.6vmin;
    }
  }
}

.l-plan {}

.plan_list-item {}

.plan_imgs {
  .txtWrap {
    width: 50%;

    h3 {
      background: var(--bg-black);
      line-height: 1.3;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 180px;

      span {
        font-weight: 700;
        text-align: center;
        font-size: 22px;
      }
    }
  }

  .imgWrap {
    width: 50%;
    padding-top: 30%;
    position: relative;

    img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
    }
  }

  @media (max-width: 1024px) {
    .txtWrap {
      h3 {
        height: 150px;
      }
    }
  }

  @media (max-width: 768px) {
    .txtWrap {
      h3 {
        span {
          font-size: 14px;
        }
      }
    }
  }

  @media (max-width: 600px) {
    .txtWrap {
      width: 45%;

      h3 {
        height: 25vmin;

        span {
          font-size: 4.4vmin;
        }
      }
    }

    .imgWrap {
      width: 55%;
    }
  }
}

.plan_taxs {
  margin: 0 0 20px;
}

.plan_taxList {
  display: flex;
  flex-flow: row wrap;

  li {
    margin: 0 5px 5px 0;

    a {
      padding: 5px 10px;
      background: var(--main-color);
      color: var(--white-color);
      font-size: 14px;
      font-weight: 700;
      font-size: 18px;
      border-radius: 5px;
      border: 1px solid var(--main-color);

      &:hover {
        background: var(--white-color);
        color: var(--main-color);
      }
    }

    &.current-cat {
      a {
        color: var(--main-color);
        background: var(--white-color);
      }
    }
  }
}

@media (max-width: 600px) {
  .plan_taxs {
    margin: 0 0 10px;
  }

  .plan_taxList {
    li {
      a {
        font-size: 4.6vmin;
        padding: 1vmin;
      }
    }
  }
}

.plan_details {
  .plan_list-item {
    margin-bottom: 30px;
  }

  .plan_list-link {
    display: block;
    color: var(--white-color);
    border: 1px solid var(--bg02);

    &:hover {
      color: var(--white-color);
    }
  }

  .optionsList {
    li {
      margin: 0 2% 6px 0;
      width: 15%;

      @media (min-width: 1024px) {
        &:nth-of-type(6n) {
          margin-right: 0;
        }
      }

      span {
        /* background: var(--main-color); */
        background: var(--bg03);
        color: var(--bg02);
        line-height: 1;
        padding: 6px 3px;
        font-size: 13px;
        display: block;
        text-align: center;
        letter-spacing: -0.05rem;
      }

      &.on {
        span {
          background: var(--main-color);
          color: var(--white-color);
        }
      }

      &.off {
        span {}
      }
    }
  }

  .plan_detail {
    padding: 10px 10px 20px;
  }

  .price_details {
    color: var(--black-color);

    .prices {
      display: flex;
      align-items: center;
      padding: 10px 0px 10px 10px;
    }

    .ttl {
      border: 1px solid var(--black-color);
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.1;
      margin-right: 10px;
      background: var(--white-color);

      span {
        font-size: 14px;
      }
    }

    .area,
    .price {
      display: flex;
      align-items: flex-end;
      font-size: 27px;
      letter-spacing: -0.05rem;
      line-height: 1;
      /* margin-right: 20px; */

      span {
        font-weight: 700;
      }

      .num {
        font-size: 56px;
        margin-right: 5px;
        line-height: 0.9;
      }

      .tsubo,
      .yen {
        margin-bottom: 5px;
      }
    }

    .area {
      margin-right: 0 !important;
    }
  }

  @media (max-width: 1024px) {
    .plan_list-item {
      margin-bottom: 20px;
    }

    .optionsList li {
      width: 23.5%;

      &:nth-of-type(4n) {
        margin-right: 0;
      }

      span {
        font-size: 13px;
      }
    }

    .price_details {

      .area,
      .price {
        font-size: 18px;
        /* margin-right: 10px; */

        .num {
          font-size: 28px;
        }

        .tsubo,
        .yen {
          margin-bottom: 3px;
          font-size: 14px;
        }
      }
    }
  }

  @media (max-width: 768px) {
    margin-bottom: 20px;

    .optionsList li {
      span {
        font-size: 11px;
      }
    }

    .plan_detail {
      padding: 5px;
    }

    .price_details {
      .ttl {
        width: 30px;
        height: 30px;
        margin-right: 5px;

        span {
          font-size: 12px;
        }
      }

      .prices {
        padding: 5px 0 5px 5px;
      }

      .area,
      .price {
        font-size: 14px;

        .num {
          font-size: 24px;
          margin-right: 2px;
        }

        .tsubo,
        .yen {
          margin-bottom: 3px;
          font-size: 13px;
        }
      }
    }
  }

  @media (max-width: 600px) {
    .plan_list-item {
      &:last-of-type {
        margin-bottom: 0;
      }
    }

    .optionsList li {
      margin: 0 2% 4px 0;
      width: 15%;

      &:nth-of-type(4n) {
        margin-right: 2%;
      }

      &:nth-of-type(6n) {
        margin-right: 0;
      }

      span {
        padding: 1vmin 0.5vmin;
        font-size: 2.4vmin;
      }
    }

    .plan_detail {
      padding: 1.5vmin;
    }

    .price_details {
      .ttl {
        width: 8vmin;
        height: 8vmin;
        margin-right: 1vmin;

        span {
          font-size: 2.8vmin;
        }
      }

      .prices {
        padding: 2vmin 0 2vmin 2vmin;
      }

      .area,
      .price {
        font-size: 4vmin;
        margin-right: 1vmin;

        .num {
          font-size: 8.5vmin;
        }

        .tsubo,
        .yen {
          margin-bottom: 1vmin;
          font-size: 3.2vmin;
        }
      }
    }
  }
}

.l-gallery {
  background: url(./img/bg_case.png) no-repeat bottom center / cover;

  .c-heading02 {
    color: var(--bg01);
    border-color: var(--white-color);
  }

  @media (max-width: 600px) {
    overflow: hidden;
  }
}

.gallery_details {
  /* margin: 40px 0; */
  margin-bottom: 40px;

  .gallery_list-item {
    background: var(--white-color);
    border: 1px solid var(--bg02);
  }

  .gallery_list-link {
    padding: 10px;
    display: block;

    &:hover {
      color: var(--black-color);
    }
  }

  .imgWrap {
    background: var(--bg02);
    overflow: hidden;
    width: 100%;
    padding-top: 85%;
    position: relative;

    img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .detailsWrap {
    margin-top: 10px;

    .ttl {
      font-size: 22px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1;
    }

    .tables {
      margin: 0.5em 0 10px;

      table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
      }

      th,
      td {
        border: 1px solid var(--bg-black);
        font-weight: 400;
        text-align: center;
        padding: 5px;
        line-height: 1.3;
        font-size: 16px;
        box-sizing: border-box;
      }

      th {
        color: var(--white-color);
        font-weight: 700;
        background: var(--blue-color);

        &:nth-of-type(1),
        &:nth-of-type(2) {
          width: 25%;
        }

        &:nth-of-type(3) {
          width: 50%;
        }
      }

      td {
        padding: 10px 5px;
        background: var(--bg01);
      }
    }
  }

  @media (max-width: 1024px) {
    .detailsWrap {
      font-size: 16px;

      .ttl {
        font-size: 18px;
      }
    }
  }

  @media (max-width: 768px) {
    margin-bottom: 20px;
  }

  @media (max-width: 600px) {
    margin-bottom: 20px;

    .gallery_list {
      &.u-dflex {
        flex-flow: initial;
        justify-items: initial;

        .gallery_list-item {
          margin: 0;
        }
      }
    }

    .detailsWrap {
      font-size: 3.4vmin;

      .ttl {
        font-size: 4.2vmin;
      }

      .tables {

        th,
        td {
          padding: 1vmin;
          font-size: 3.2vmin;
        }

        td {
          padding: 1vmin;
        }
      }
    }
  }
}

.l-links {}

.linksList {
  display: flex;
  flex-flow: row wrap;

  .linksListItem {
    width: 32%;
    margin: 0 2% 0 0;
    background: var(--bg01);
    border-radius: 5px;

    &:hover img {
      transform: scale(1.2);
    }

    &:nth-of-type(3n) {
      margin-right: 0;
    }

    a {
      display: block;
      padding: 20px;

      @media (max-width: 768px) {
        padding: 10px;
      }

      .imgWrap {
        border-radius: 15px 15px 0 0;
        overflow: hidden;

        img {
          transition: ease 0.4s;
          max-width: 100%;
          height: auto;
        }
      }

      .txtWrap {
        position: relative;
        margin-top: 0.5em;

        &::before {
          position: absolute;
          content: "";
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          border-left: 10px solid var(--main-color);
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
        }

        span {
          font-size: 20px;

          @media (max-width: 768px) {
            font-size: 16px;
          }
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .linksList {
    flex-flow: column;

    .linksListItem {
      width: 100%;
      margin: 0 0 20px 0;

      a {
        padding: 3vmin;

        .imgWrap {
          img {
            width: 100%;
            max-width: initial;
          }
        }

        .txtWrap {
          font-size: 4.2vmin;

          &::before {
            right: 2vmin;
          }
        }
      }
    }
  }
}

.l-cv {}

.cv_details {
  .ttl {
    text-align: center;
    margin-bottom: 20px;

    span {
      font-size: 28px;
      line-height: 1;
      font-weight: 700;
      display: inline-block;
      padding: 0 0.5em;
      position: relative;

      &::before,
      &::after {
        position: absolute;
        content: "";
        width: 3px;
        height: 30px;
        top: 0;
      }

      &::before {
        transform: rotate(-20deg);
        left: 0;
      }

      &::after {
        transform: rotate(20deg);
        right: 0;
      }
    }
  }

  a {
    display: block;
    transition: ease 0.4s;

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

    &:hover {
      opacity: 0.7;
    }
  }

  .reserve .ttl {
    color: var(--green-color);

    span {

      &::before,
      &::after {
        background: var(--green-color);
      }
    }
  }

  .contact .ttl {
    color: var(--main-color);

    span {

      &::before,
      &::after {
        background: var(--main-color);
      }
    }
  }

  @media (max-width: 1024px) {
    .ttl {
      span {
        font-size: 20px;

        &::before,
        &::after {
          width: 3px;
          height: 25px;
          top: -2px;
        }
      }
    }
  }

  @media (max-width: 768px) {
    .ttl {
      span {
        font-size: 16px;
      }
    }
  }

  @media (max-width: 600px) {
    .ttl {
      margin-bottom: 3vmin;

      span {
        font-size: 5vmin;

        &::before,
        &::after {
          width: 0.5vmin;
          height: 6vmin;
          top: -2px;
        }
      }
    }

    .cv_item {
      margin-bottom: 8vmin;

      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
}

.l-reason {
  background: var(--main-color);

  .c-heading02 {
    color: var(--white-color);
    border-color: var(--white-color);
  }
}

.reason_details {
  .lead {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
  }

  @media (max-width: 1024px) {
    .lead {
      font-size: 16px;
    }
  }

  @media (max-width: 768px) {
    .lead {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 600px) {}
}

.reason_list {
  justify-content: center;
  margin-bottom: 20px;

  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

.reason_list-item {
  background: var(--bg01);
  transition: ease 0.4s;

  &:hover {
    opacity: 0.7;
  }

  @media (max-width: 768px) {
    &.threeCol {
      width: 49%;

      &:nth-of-type(3n) {
        margin-right: 2%;
      }

      &:nth-of-type(2n) {
        margin-right: 0;
      }
    }
  }

  @media (max-width: 600px) {
    &.threeCol {
      width: 100%;

      &:nth-of-type(3n) {
        margin-right: 0;
      }
    }
  }
}

.reason_list-link {
  display: flex;
  flex-flow: row nowrap;

  &:hover {
    color: var(--black-color);
  }

  .imgWrap {
    width: 35%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .txtWrap {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;

    .ttl {
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: -0.05rem;
    }
  }

  @media (max-width: 1024px) {
    .txtWrap {
      .ttl {
        font-size: 15px;
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {
    .txtWrap {
      .ttl {
        font-size: 4.6vmin;
      }
    }
  }
}

.l-design {}

.design_details {
  margin-bottom: 20px;

  .design_list {
    justify-content: space-around;
  }

  .design_list-item {
    overflow: hidden;
    width: 320px;
    margin-right: 0;
  }

  .design_list-link {
    padding-top: 100%;
    display: block;
    position: relative;
    color: var(--white-color);
    text-align: center;
    line-height: 1.3;

    img {
      transition: ease 0.4s;
      position: absolute;
      /* content: ""; */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    &:hover img {
      transform: scale(1.1);
    }

    .ttl {
      position: absolute;
      /* content: ""; */
      top: 0;
      left: 0;
      letter-spacing: -0.05rem;

      span {
        line-height: 1;
        color: var(--white-color);
        background: var(--main-color);
        padding: 10px 20px;
        display: inline-block;
        font-size: 28px;
      }
    }
  }

  @media (max-width: 1024px) {
    .design_list {
      width: 100%;
      justify-content: center;
    }

    .design_list-item {
      width: 32%;
      margin: 0 2% 1em 0;

      &:nth-of-type(3n) {
        margin-right: 0;
      }
    }

    .design_list-link {
      .ttl {
        span {
          font-size: 18px;
          padding: 6px 15px;
        }
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {
    .design_list-link {
      img {
        content: initial;
      }

      .ttl {
        font-size: 0;

        span {
          font-size: 3.2vmin;
          padding: 0.2em 0.5em;
        }
      }
    }
  }
}

.l-company {
  background: var(--main-color);

  .c-heading02 {
    color: var(--white-color);
    border-color: var(--white-color);
  }

  .u-box_shadow {
    border: none;
  }
}

.company_details {
  .bnr {
    a {
      display: block;

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

  .ttl {
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;

    &::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 5px;
      background: var(--white-color);
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
    }

    .en {
      display: block;
      font-size: 28px;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {
    .ttl {
      font-size: 14px;
      padding-bottom: 15px;
      margin-bottom: 10px;

      &::before {
        width: 40px;
        height: 5px;
      }

      .en {
        font-size: 20px;
      }
    }
  }

  @media (max-width: 600px) {
    .ttl {
      font-size: 3.2vmin;
      padding-bottom: 3vmin;
      margin-bottom: 2vmin;

      &::before {
        width: 40px;
        height: 0.8vmin;
      }

      .en {
        font-size: 4.6vmin;
      }
    }
  }
}

.l-ar_blog,
.l-blog {
  @media (max-width: 600px) {
    overflow: hidden;
  }
}

.blog_details {
  margin-bottom: 20px;
  overflow: hidden;

  @media (max-width: 768px) {
    margin-bottom: 0;
  }

  @media (max-width: 600px) {
    margin-bottom: 20px;

    .blog_list {
      &.u-dflex {
        flex-flow: initial;
        justify-items: initial;

        .blog_list-item {
          margin: 0;
        }
      }
    }
  }
}

.blog_list-link {
  display: block;
  border: 1px solid var(--bg02);

  &:hover {
    color: var(--black-color);
  }

  .imgWrap {
    background: var(--bg03);
    padding-top: 60%;
    position: relative;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      /* content: ""; */
      top: 0;
      left: 0;
    }
  }

  .detailsWrap {
    padding: 10px;

    .time {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 10px;
      font-weight: 400;
    }

    .ttl {
      margin-bottom: 20px;
      line-height: 1.3;
      text-align: justify;
    }
  }

  @media (max-width: 1024px) {
    .detailsWrap {
      .time {
        font-size: 13px;
      }

      .ttl {
        font-size: 16px;
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {}
}

.l-maker {
  border-top: 5px solid var(--main-color);
}

.maker_details {}

.maker-list-link {
  display: block;
  transition: ease 0.4s;

  &:hover {
    opacity: 0.7;
  }

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

.l-support {
  border-top: 5px solid var(--main-color);
}

.support_details {
  @media (min-width: 601px) and (max-width: 1024px) {
    .support_list-item {
      width: 23.5%;

      &:last-child {
        margin-right: 0;
      }
    }
  }
}

.support_list-item {
  &.u-box_shadow {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);

    &:hover {
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    }
  }
}

.support-list-link {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05rem;
  padding: 25px 5px 15px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  position: relative;
  border: 1px solid var(--bg02);

  &::before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -5px;
    border-left: 10px solid var(--main-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
  }

  span {
    margin-top: 10px;
    height: 2.3em;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;

    @media (max-width: 600px) {
      font-size: 3.6vmin;
    }
  }

  @media (max-width: 1024px) {
    font-size: 15px;
    padding: 20px 5px 15px;

    &::before {}

    span {
      font-size: 2.5vmin;
    }
  }

  @media (max-width: 768px) {
    font-size: 13px;
    padding: 20px 2px 15px;

    &::before {
      border-width: 5px;
      bottom: -2px;
      right: 1px;
    }

    span {
      font-size: 2.5vmin;
    }
  }

  @media (max-width: 600px) {
    font-size: 4vmin;
    padding: 4vmin 1vmin 4vmin;

    &::before {
      border-width: 1.5vmin;
      right: 0.2vmin;
      bottom: -0.5vmin;
    }

    span {
      font-size: 3vmin;
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----  archive page  ----- */
.l-ar {
  border-bottom: 1px dashed var(--bg03);
}

.l-ar_gallery {
  overflow: hidden;

  .gallery_list-item {
    margin-bottom: 30px;
  }
}

.l-ar_showroom {}

.l-ar_staff {}

.staff_list-link {
  .imgWrap {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 350px;

    img {
      position: absolute;
      left: 50%;
      top: 50%;
      transition: tra;
      transform: translate(-50%, -35%);
      max-width: 100%;
      height: auto;
    }
  }

  .detailsWrap {
    padding: 10px;

    .kanaName {
      margin-bottom: 0.5em;
    }
  }
}

.showroomPoints {
  background: var(--bg01);

  .lead {
    margin-bottom: 2em;
  }
}

.showroomPointsList {
  justify-content: space-between;
}

.showroomPointsListItem {
  width: 16%;
  background: var(--white-color);
  border-radius: 10px;
}

.showroomPointsDetails {
  padding: 20px 10px;

  dt {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 0.5em;

    img {
      display: block;
      margin-bottom: 1em;
      max-width: 100px;
      height: auto;
    }
  }

  dd {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .showroomPointsListItem {
    width: 32%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .staff_list-link {
    .detailsWrap {
      .ttl {
        font-size: 15px;

        span {
          font-size: 14px;
        }
      }

      .kanaName {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 600px) {
  .showroomPointsListItem {
    width: 49%;
  }

  .showroomPointsDetails {
    padding: 10px;
  }

  .staff_list {
    .staff_list-item {
      width: 100%;
      margin: 0 0 20px;

      &:nth-of-type(3n) {
        margin-right: 2%;
      }

      &:nth-of-type(2n) {
        margin-right: 0;
      }
    }
  }

  .staff_list-link {
    .imgWrap {
      height: 90vmin;
    }

    .detailsWrap {
      .ttl {
        font-size: 4vmin;

        span {
          font-size: 3.6vmin;
        }
      }

      .kanaName {
        font-size: 3.6vmin;
      }
    }
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 20px 0;

  .l-ar & span,
  .l-ar & a {
    border-color: var(--bg-black);
    color: var(--bg-black);

    &.current {
      background: var(--main-color);
      color: var(--white-color);
    }
  }

  .l-ar & a {
    &:hover {
      background: var(--bg-black);
      color: var(--white-color);
    }
  }
}

/* -----  single page  ----- */

.l-sgl_ttls {
  .termDate {
    justify-content: space-between;

    .sgl_terms {
      font-weight: 400;
      margin-bottom: 1em;

      span,
      a {
        font-size: 15px;
        color: var(--white-color);
        font-weight: 700;
        padding: 0.2em 0.5em;
        margin: 0 5px 5px 0;
      }

      a {
        &:hover {
          opacity: 0.7;
        }
      }

      .categories {
        span {
          &.open {
            background: var(--main-color);
          }

          &.end {
            background: var(--bg02);
          }

          &.before {
            background: var(--green-color);
          }
        }
      }

      .tax a {
        background: var(--black-color);
      }

      .area a {
        background: var(--blue-color);
      }
    }

    .sgl_date {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 1em;
    }
  }
}

.l-sgl_main {
  margin-bottom: 20px;

  .imgWrap {
    width: 100%;
    background: var(--bg02);

    img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-inline: auto;
    }
  }

  .l-sgl_event & {
    .imgWrap {
      width: 50%;
      background: var(--bg02);
      margin-right: 2%;
      text-align: center;
    }

    .detailsWrap {
      background: var(--bg01);
      border-radius: 10px;
      box-sizing: border-box;
      width: 48%;
      font-size: 16px;
      padding: 1.5em;

      .detailsList {
        li {
          margin-bottom: 1em;

          span.address {
            display: inline-block;
            margin: 0 0.5em 0.2em 0;
          }

          a {
            color: var(--white-color);
            font-weight: 700;
            border-radius: 3px;
            font-size: 12px;
            padding: 2px 5px;
            background: var(--main-color);
            display: inline-block;

            &:hover {
              opacity: 0.7;
            }
          }
        }
      }

      dd {
        font-weight: 400;
        line-height: 1.4;
      }
    }
  }

  .l-sgl_gallery & {
    .sglGallery_mainv {
      position: relative;
      background: var(--bg01);

      img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-inline: auto;
      }

      .beforeImgWrap {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 35%;

        &::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          z-index: 1;
        }
      }
    }

    .sglGallery_details {
      border: 2px dashed var(--bg03);
      border-radius: 10px;
      margin-top: 40px;
      padding: 40px;
      font-weight: 400;

      .sglGallery_detailsItem {
        margin-bottom: 0.7em;
        align-items: center;

        &:last-of-type {
          margin-bottom: 0;
          width: 100%;
        }
      }

      dt {
        font-weight: 700;
        width: 8em;
        font-size: 15px;
        color: var(--main-color);
      }

      dd {
        font-size: 20px;
        width: calc(100% - 9em);
      }
    }

    .beforeAfters {
      img {
        height: auto;
      }

      .beforeAfterListItem {
        margin-bottom: 20px;
      }
    }

    .comments {
      overflow: hidden;

      .commentImg {
        float: left;
        margin: 0 20px 10px 0;
      }
    }
  }

  .l-sgl_showroom & {
    .detailsWrap {
      width: 100%;
    }

    .srCv {
      padding: 1.5em 0;
      background: var(--bg01);
      width: 100%;

      .lead {
        width: 100%;
        font-size: 1.3em;
        text-align: center;
      }

      .srCvList {
        justify-content: center;
        margin-top: 1em;
      }

      .srCvListItem {
        width: 40%;
        margin: 0 0 0 2%;

        &:first-of-type {
          margin-left: 0;
        }

        a {
          background: var(--main-color);
          color: var(--white-color);
          display: flex;
          font-size: 24px;
          border: 2px solid var(--main-color);
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center;
          padding: 0.5em;
          box-sizing: border-box;
          transition: ease 0.4s;

          &:hover {
            background: var(--white-color);
            color: var(--main-color);
          }

          img {
            max-width: 28px;
            height: auto;
            display: inline-block;
            margin-right: 0.5em;
            position: relative;
            background: var(--main-color);
            padding: 3px;
            border-radius: 10px;
          }
        }

        &.telNum a {
          border-color: var(--red-color);
          background: var(--red-color);

          &:hover {
            background: var(--white-color);
            color: var(--red-color);
          }

          img {
            background: var(--red-color);
          }
        }
      }
    }

    .srInfo {
      margin: 40px 0;
      padding: 40px;
      border: 2px dashed var(--bg02);
      border-radius: 10px;

      .srInfoList {}

      .srInfoListItem {
        margin-bottom: 1.5em;

        &:last-of-type {
          margin-bottom: 0;
        }

        dl {
          display: flex;
          flex-flow: row wrap;
          align-items: flex-start;
        }

        dt {
          width: 10em;
          margin-right: 1em;
        }

        dd {
          font-weight: 400;
          width: 100%;

          .map {
            margin-top: 1em;
          }
        }
      }
    }

    .srGallery {
      overflow: hidden;
      padding-bottom: 30px;
      position: relative;

      .srGalleryCont {
        img {
          max-width: 100%;
          height: auto;
          display: block;
          margin-inline: auto;
        }
      }

      .swiper-pagination {
        bottom: 0;

        .swiper-pagination-bullet-active {
          background: var(--main-color);
        }
      }
    }
  }

  .l-sgl_staff & {
    .staffDetails {
      .mainDetails {
        .imgWrap {
          width: 50%;
        }

        .titleWrap {
          margin-left: 5%;
          width: 45%;

          h1 {
            font-size: 28px;
            line-height: 1.3;
            margin-bottom: 20px;
          }

          .kanaName {
            display: block;
            margin-top: 0.5em;
          }

          .postName {
            display: block;

            span {
              font-size: 18px;
              font-weight: 700;
              border-radius: 5px;
              background: var(--main-color);
              color: var(--white-color);
              padding: 0.25em 0.5em;
            }
          }

          .comments {
            font-size: 15px;
            font-weight: 400;
          }
        }
      }

      .profiles {
        margin: 50px 0;

        .txts {
          font-size: 16px;
          font-weight: 400;
        }
      }
    }
  }

  @media (max-width: 1024px) {
    .l-sgl_gallery & {
      .sglGallery_details {
        margin-top: 30px;
        padding: 20px;
      }
    }

    .l-sgl_showroom & {
      .srCv {
        padding: 1em 0;

        .lead {
          font-size: 1em;
        }

        .srCvList {}

        .srCvListItem {
          a {
            font-size: 20px;

            img {
              max-width: 24px;
            }
          }
        }
      }

      .srInfo {
        padding: 20px;

        .srInfoListItem {
          font-size: 15px;
          margin-bottom: 1em;
        }
      }
    }
  }

  @media (max-width: 768px) {
    .l-sgl_gallery & {
      .sglGallery_details {
        dt {
          width: 6em;
        }

        dd {
          font-size: 15px;
          width: calc(100% - 7em);
        }
      }
    }

    .l-sgl_staff & {
      .staffDetails {
        .mainDetails {
          .titleWrap {
            h1 {
              font-size: 24px;
            }

            .postName {
              span {
                font-size: 15px;
              }
            }

            .comments {
              font-size: 15px;
            }
          }
        }

        .profiles {
          margin-top: 50px;
        }
      }
    }
  }

  @media (max-width: 600px) {
    .l-sgl_event & {
      .imgWrap {
        width: 100%;
        margin: 0 0 20px;
      }

      .detailsWrap {
        width: 100%;
        padding: 1em;

        .detailsList {
          li {
            a {
              font-size: 11px;
            }
          }
        }
      }
    }

    .l-sgl_gallery & {
      .sglGallery_mainv {
        .beforeImgWrap {
          width: 45%;
        }
      }

      .sglGallery_details {
        padding: 20px 10px;
      }

      .beforeAfters {
        .beforeAfterListItem {
          margin-bottom: 10px;
        }
      }

      .comments {
        .commentImg {
          max-width: 25%;
          margin: 0 10px 10px 0;
        }
      }
    }

    .l-sgl_showroom & {
      .srCv {
        padding: 1em;
        box-sizing: border-box;

        .lead {
          font-size: 4.4vmin;
        }

        .srCvList {
          flex-flow: column wrap;
        }

        .srCvListItem {
          margin: 0 0 10px;
          width: 100%;

          a {
            font-size: 5vmin;

            img {
              max-width: 6vmin;
            }
          }
        }
      }

      .srInfo {
        padding: 10px;
        margin: 20px 0;

        .srInfoListItem {
          dl {
            flex-flow: column wrap;
          }

          dt,
          dd {
            width: 100%;
            margin: 0;
          }
        }
      }
    }

    .l-sgl_staff & {
      .staffDetails {
        .mainDetails {
          .imgWrap {
            width: 100%;
            text-align: center;

            img {
              max-width: 80%;
            }
          }

          .titleWrap {
            margin: 4vmin 0 0;
            width: 100%;

            h1 {
              font-size: 5.2vmin;
              text-align: center;
            }

            .postName {
              span {
                font-size: 3.2vmin;
              }
            }

            .comments {
              font-size: 3.8vmin;
            }
          }
        }

        .profiles {
          margin-top: 30px;

          .txts {
            font-size: 4vmin;
          }
        }
      }
    }
  }
}

.l-sgl_free,
.l-wysiwyg {
  margin: 40px 0;

  &.m0 {
    margin: 0;
  }

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

  a {
    color: var(--main-color);
    text-decoration: underline;
    transition: ease 0.4s;

    &:hover {
      color: var(--black-color);
    }
  }

  p {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    font-weight: 400;
    word-break: break-all;
  }

  li {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    font-weight: 400;
    word-break: break-all;
    list-style: disc;
  }

  table {

    th,
    td {
      border: 1px solid var(--bg-black);
      text-align: center;
      vertical-align: middle;
      padding: 0.5em 0.25em;
    }

    th {
      background: var(--bg02);
      font-size: 17px;
    }

    td {
      font-size: 15px;
      font-weight: 400;
    }
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
    box-sizing: border-box;
  }

  h2 {
    font-size: 28px;
    background: linear-gradient(transparent 90%, var(--main-color) 90%);
    padding: 0.4em 0;
    margin: 1em 0;
  }

  h3 {
    font-size: 26px;
    border-bottom: solid 4px var(--bg02);
    position: relative;
    margin: 1em 0;

    &::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 4px var(--main-color);
      bottom: -4px;
      width: 20%;
    }
  }

  h4 {
    font-size: 22px;
    border-bottom: solid 3px var(--green-color);
    position: relative;
    margin: 1em 0;
  }

  h5 {
    font-size: 20px;
    border-bottom: solid 3px var(--blue-color);
    position: relative;
    margin: 1em 0;
  }

  h6 {
    font-size: 18px;
    border-bottom: 3px double var(--black-color);
    margin: 1em 0;
  }

  @media (max-width: 768px) {
    p {
      font-size: 14px;
    }

    h2 {
      font-size: 22px;
    }

    h3 {
      font-size: 20px;
    }

    h4 {
      font-size: 18px;
    }

    h5 {
      font-size: 18px;
    }

    h6 {
      font-size: 16px;
    }
  }

  @media (max-width: 600px) {
    margin: 20px 0;

    p {
      font-size: 3.6vmin;
    }

    h2 {
      font-size: 5vmin;
    }

    h3 {
      font-size: 4.8vmin;
    }

    h4 {
      font-size: 4.6vmin;
    }

    h5 {
      font-size: 4.4vmin;
    }

    h6 {
      font-size: 4.4vmin;
    }
  }
}

.l-pagelist {
  text-align: center;
  margin: 20px 0 0;

  a {
    color: var(--white-color);
    background: var(--main-color);
    border-radius: 3px;
    padding: 3px 6px;
    display: inline-block;
    margin: 0 0.25em;
    font-size: 16px;

    &:hover {
      opacity: 0.7;
    }
  }
}

/* -----  single - plan  ----- */
.l-sgl {
  border-bottom: 1px dashed var(--bg03);

  &.l-sgl_showroom {
    border: none;
  }
}

.l-sgl_plan_main {
  h2 {
    color: var(--white-color);
    text-align: center;
    font-size: 24px;
    padding: 0.5em;
  }

  .mainTtl {
    background: var(--bg02);
  }

  .subTtl {
    background: var(--main-color);
  }

  @media (max-width: 768px) {
    h2 {
      font-size: 20px;
    }
  }

  @media (max-width: 600px) {
    h2 {
      font-size: 4.6vmin;
      padding: 0.25em;
    }
  }
}

.l-sgl_plan_details {
  border: 5px solid var(--bg02);
  border-top: none;
  padding: 30px 20px;

  .planImgs {
    position: relative;

    &::before {
      position: absolute;
      content: "";
      border-left: 30px solid var(--bg02);
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .planBefore,
    .planAfter {
      overflow: hidden;
      width: 43%;
      padding-top: 30%;
      background: var(--bg03);
      position: relative;

      .txt {
        display: inline-block;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        font-size: 28px;
        line-height: 1;
        padding: 0.1em 0.5em;
        z-index: 1;
      }

      img {
        width: auto;
        height: 100%;
        position: absolute;
        /* content: ""; */
        margin: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }

    .planBefore {
      .txt {
        background: var(--white-color);
        color: var(--bg02);
      }
    }

    .planAfter {
      margin-left: auto;
      position: relative;

      .txt {
        color: var(--white-color);
        background: var(--main-color);
      }
    }
  }

  .planOptions {
    margin-top: 30px;
  }

  .planOptionsList {
    justify-content: center;
  }

  .planOptionsListItem {
    max-width: 13.75%;
    width: 100%;
    margin: 0 0.25% 5px;
    box-sizing: border-box;
    padding: 5px;
    background: var(--main-color);
    color: var(--white-color);
    text-align: center;
    line-height: 1;
    font-size: 15px;

    .optionDetails {
      .optionDetail {
        .imgWrap {
          display: flex;
          align-items: center;
          justify-content: center;
          width: auto;
          height: 40px;
          margin: 6px 0;
          background: var(--main-color);
        }
      }

      .optionComment {
        background: var(--white-color);
        color: var(--black-color);
        display: block;
        padding: 0.1em 0;
      }
    }

    &.off {
      background: var(--bg02);

      .optionDetail {
        .imgWrap {
          background: var(--bg02);
        }
      }

      .optionComment {
        color: var(--bg02);
      }
    }
  }

  .planPrices {
    margin-top: 30px;
    border: 5px solid var(--bg02);
    padding: 20px;

    .prices {
      justify-content: center;
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 768px) {
    padding: 10px;

    .planImgs {
      &::before {
        border-width: 20px;
      }

      .planBefore,
      .planAfter {
        width: 45%;

        .txt {
          font-size: 18px;
        }
      }
    }

    .planOptions {
      margin-top: 20px;
    }

    .planOptionsListItem {
      font-size: 10px;
      padding: 3px;

      .optionDetails {
        .optionDetail {
          .imgWrap {
            height: 25px;
            margin: 3px 0;

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

          .optionComment {
            font-size: 3vmin;
          }
        }
      }
    }

    .planPrices {
      margin-top: 20px;
      margin-bottom: 0;
      padding: 10px;

      .prices {
        justify-content: center;
      }
    }
  }

  @media (max-width: 600px) {
    padding: 10px;
    border-width: 3px;

    .planImgs {
      &::before {
        border-width: 20px;
        transform: translate(-50%, -50%) rotate(90deg);
      }

      .planBefore,
      .planAfter {
        width: 100%;
        padding-top: 65%;

        .txt {
          font-size: 5vmin;
        }
      }

      .planAfter {
        margin-top: 25px;
      }
    }

    .planOptions {
      margin-top: 20px;
    }

    .planOptionsListItem {
      font-size: 10px;
      max-width: 19%;
      padding: 0.5vmin;
      /* margin: 0 0.3vmin 0.6vmin; */

      .optionDetails {
        .optionDetail {
          .imgWrap {
            height: 5vmin;
            margin: 1vmin 0;
          }
        }
      }
    }
  }
}

.l-sgl_plan_chance {
  margin: 50px 0;
  background: var(--bg01);

  .planChance {
    padding: 30px 50px;
  }

  .planChanceListItem {
    margin-bottom: 40px;

    .imgWrap {
      text-align: center;
      margin-right: 3%;
      width: 44%;
      height: auto;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      span {
        font-size: 16px;
        display: block;
        margin-top: 0.3em;
        font-weight: 400;
      }
    }

    &:last-of-type {
      .imgWrap {
        margin-right: 0;
        margin-left: 3%;
        order: 2;
      }
    }

    .detailsWrap {
      width: 53%;
      padding-top: 20px;
    }

    .detailsList {
      li {
        font-size: 20px;
        line-height: 1.3;
        padding-left: 30px;
        position: relative;
        margin-bottom: 0.5em;
        font-weight: 400;

        &::before {
          position: absolute;
          content: "";
          left: 0;
          top: 3px;
          border-left: 20px solid var(--main-color);
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
        }

        &:last-of-type {
          margin-bottom: 0;
        }
      }
    }
  }

  @media (max-width: 1024px) {
    margin: 30px 0;

    .planChance {
      padding: 20px;
    }

    .planChanceListItem {
      margin-bottom: 40px;

      .imgWrap {
        width: 40%;

        span {
          font-size: 15px;
        }
      }

      .detailsWrap {
        width: 57%;
      }

      .detailsList {
        li {
          font-size: 16px;
          padding-left: 24px;

          &::before {
            top: 3px;
            border-left: 16px solid var(--main-color);
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
          }
        }
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {
    .planChance {
      padding: 20px 10px;
    }

    .planChanceListItem {
      .imgWrap {
        width: 100%;
        margin-right: 0;

        span {
          font-size: 16px;
        }
      }

      &:last-of-type {
        margin-bottom: 0;

        .imgWrap {
          margin-left: 0;
          order: initial;
        }
      }

      .detailsWrap {
        width: 100%;
        margin-top: 20px;
      }

      .detailsList {
        li {
          font-size: 16px;
          padding-left: 24px;

          &::before {
            top: 3px;
            border-left: 16px solid var(--main-color);
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
          }
        }
      }
    }
  }
}

.l-sgl_plan_after {
  margin: 50px 0;

  .planAfters {
    margin: 30px 0;
  }

  .planBefore,
  .planAfter {
    width: 44%;
    position: relative;
    padding-top: 40px;

    .txt {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      font-size: 24px;
      line-height: 1;
    }

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

  .planAfter {
    margin-left: 12%;

    &::before {
      position: absolute;
      content: "";
      border-left: 30px solid var(--main-color);
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      top: 50%;
      left: -16%;
      transform: translateY(-50%);
    }
  }

  .planFacility {
    .planFacilitylist {
      justify-content: center;
    }

    .planFacilitylistItem {
      max-width: 16%;
      width: 100%;
      margin-right: 0.8%;

      &:last-of-type {
        margin-right: 0;
      }
    }

    .txtWrap {
      background: var(--bg-black);
      color: var(--white-color);
      font-size: 16px;
      line-height: 1.3;
      text-align: center;
      align-items: center;
      justify-content: center;
      height: 90px;
      box-sizing: border-box;
      padding: 0 2px;
    }

    .imgWrap {
      width: 100%;
      padding-top: 110%;
      position: relative;

      img {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .planFacilityDetailsList {
      margin-top: 30px;
    }

    .planFacilityDetailsListItem {
      margin-bottom: 10px;

      .ttlBox {
        background: var(--bg-black);
        color: var(--white-color);
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
        height: 80px;
        font-size: 16px;
        position: relative;
        cursor: pointer;
        transition: ease 0.4s;

        &:hover {
          opacity: 0.7;
        }

        &::before {
          position: absolute;
          content: "";
          right: 2px;
          bottom: -2px;
          transform: rotate(45deg);
          border-left: 7px solid var(--white-color);
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
        }
      }

      .detailsBox {
        display: none;
        background: var(--white-color);
        border: 3px solid var(--black-color);
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
      }
    }
  }

  @media (max-width: 1024px) {
    margin: 30px 0;

    .planAfters {
      margin: 20px 0;
    }

    .planBefore,
    .planAfter {
      padding-top: 20px;

      .txt {
        font-size: 18px;
      }
    }

    .planFacility {
      .planFacilitylist {
        justify-content: center;
      }

      .txtWrap {
        font-size: 12px;
        height: 80px;
      }

      .planFacilityDetailsList {
        margin-top: 20px;
      }

      .planFacilityDetailsListItem {
        .ttlBox {
          font-size: 14px;
          padding: 10px 3px;
        }

        .detailsBox {
          padding: 8px;
          font-size: 14px;
        }
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {
    .planAfters {
      margin: 20px 0;
    }

    .planBefore,
    .planAfter {
      width: 100%;
      padding-top: 20px;

      .txt {
        font-size: 18px;
      }
    }

    .planAfter {
      margin-left: 0;
      margin-top: 30px;

      &::before {
        position: absolute;
        content: "";
        border-left: 30px solid var(--main-color);
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        top: -40px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
      }
    }

    .planFacility {
      .txtWrap {
        font-size: 12px;
        height: 80px;
      }

      .planFacilitylistItem {
        max-width: 32%;
        margin: 0 2% 10px 0;

        &:nth-of-type(3n) {
          margin-right: 0;
        }
      }

      .txtWrap {
        font-size: 3.2vmin;
        height: 20vmin;
      }

      .imgWrap {
        padding-top: 90%;
      }

      .planFacilityDetailsListItem {
        .ttlBox {
          font-size: 14px;
          padding: 10px 3px;
        }

        .detailsBox {
          padding: 8px;
          font-size: 14px;
        }
      }
    }
  }
}

.l-sgl_plan_taste {
  margin: 50px 0;

  .leadTxt {
    margin: 30px 0;
    font-weight: 400;
    text-align: justify;
  }

  .planTasteListItem {
    .imgWrap {
      width: 100%;
      height: 85%;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .ttl {
      text-align: center;
      font-size: 20px;
      margin-top: 0.5em;
      line-height: 1.2;
    }
  }

  @media (max-width: 1024px) {
    margin: 30px 0;

    .leadTxt {
      margin: 20px 0;
      font-size: 16px;
    }

    .planTasteListItem {
      .ttl {
        font-size: 18px;
      }
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 600px) {}
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----  form style  ----- */
.l-form {
  .formBox {
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 0.5em;
    font-size: 16px;
    line-height: 1.4;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;

    tr {

      &.event_info,
      &.event_date {
        span {
          display: inline-block;
        }
      }

      &.event_info {
        p {
          margin-bottom: 0;
          font-weight: 700;
        }

        input[type="text"] {
          border: none;
          background: none;
          padding: 0;
        }
      }
    }

    th,
    td {
      font-size: 16px;
      border: 1px solid var(--white-color);
      padding: 1em;
      box-sizing: border-box;
    }

    th {
      background: var(--main-color);
      text-align: left;
      position: relative;
      width: 300px;
      color: var(--white-color);

      span {
        position: absolute;
        right: 0.5em;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin-left: auto;
        font-size: 13px;
        color: var(--white-color);
        border-radius: 3px;
        padding: 0.2em 0.5em;
        line-height: 1;
        background: var(--red-color);

        &.any {
          background: var(--bg02);
        }
      }
    }

    td {
      font-weight: 400;
      background: var(--bg01);

      p {
        margin-bottom: 0.5em;

        &:last-of-type {
          margin-bottom: 0;
        }
      }

      span {

        /* display: block; */
        &.wpcf7-list-item {
          margin: 0 1em 0 0;
        }

        input,
        textarea,
        select {
          box-sizing: border-box;
          border-width: 1px;
          height: auto;
          font-size: 16px;
          max-width: 100%;
          padding: 0.2em 0.5em;
          background: var(--white-color);
        }

        input[type="number"] {
          width: 4em;
          margin-right: 0.5em;
        }

        input[type="text"] {
          .your-zip & {
            width: 5em;
            margin-left: 0.5em;
          }

          .your-address & {}
        }

        textarea,
        input[type="email"],
        input[type="tel"],
        input[type="text"] {
          width: 100%;
        }

        input[type="date"],
        select {
          margin: 0 0.2em 0.2em 0;
          width: 200px;
        }

        select {
          padding: 0.5em;
          width: 250px;
        }
      }
    }
  }

  .submit {
    background: var(--bg01);
    padding: 1em;
    text-align: center;
    box-sizing: border-box;

    input[type="submit"] {
      font-size: 20px;
      background: var(--main-color);
      color: var(--white-color);
      text-align: center;
      width: 100%;
      max-width: 400px;
      border: none;
      font-weight: 700;
      padding: 1em;
      transition: ease 0.4s;
      cursor: pointer;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  @media (max-width: 1024px) {
    table {
      th {
        min-width: 220px;
        width: auto;
      }
    }
  }

  @media (max-width: 768px) {
    table {
      th {
        min-width: 180px;
      }

      th,
      td {
        font-size: 14px;
      }
    }
  }

  @media (max-width: 600px) {
    table {
      th {
        min-width: auto;
      }

      th,
      td {
        padding: 0.5em;
        display: block;
      }

      tr {
        &.event_info {
          p {
            margin-bottom: 0.5em;
          }
        }
      }
    }

    .submit {
      input[type="submit"] {
        font-size: 18px;
      }
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----  page  ----- */
.childMainv {
  text-align: center;

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

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----   - page  ----- */
.l-page_ {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* ----- common light & kitchen - page  ----- */
.c-list {
  justify-content: center;
}

.c-listItem {
  width: 15.5%;
  margin: 0 0.5% 0;

  a {
    border: 2px solid var(--black-color);
    display: block;
    text-align: center;
    border-radius: 10px;
    background: var(--white-color);
    padding: 1em 0.5em 2em;
    position: relative;

    &:hover {
      opacity: 0.7;
    }

    &::before {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      bottom: 1em;
      border-bottom: 3px solid var(--main-color);
      border-right: 3px solid var(--main-color);
      width: 0.5em;
      height: 0.5em;
    }

    span {
      font-size: 20px;
      font-weight: 700;
      display: inline-block;
    }
  }
}

@media (max-width: 1024px) {
  .c-listItem {
    a {
      padding: 0.5em 0.25em 2em;

      span {
        font-size: 16px;
      }
    }
  }
}

@media (max-width: 768px) {
  .c-listItem {
    width: 49%;
    margin-bottom: 10px;

    a {
      padding: 0.5em 2em 0.5em 0.5em;

      &::before {
        left: initial;
        right: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        bottom: initial;
        top: 50%;
      }

      span {
        /* font-size: 16px; */
      }
    }
  }
}

@media (max-width: 600px) {}

/* -----  counter - page  ----- */
.l-page_counter_storage {
  img {
    max-width: 100%;
    height: auto;
  }
}

.counterUseDetail {
  margin-bottom: 2em;

  &:last-of-type {
    margin-bottom: 0;
  }
}

.counterMeritDetail {
  margin-bottom: 3em;

  &:last-of-type {
    margin-bottom: 0;
  }

  h3 {
    font-size: 20px;
    text-align: center;
    margin: 1.5em 0 0.5em;
  }

  p {
    text-align: center;
  }

  .imgWrap {
    margin-top: 1em;
  }
}

.counterStorage {
  .imgWrap {
    margin-top: 1em;
  }

  .imgsWrap {
    margin-top: 2em;

    dl {
      display: flex;
      flex-flow: column wrap;

      dt {
        order: 2;
      }

      dt {
        order: 1;
        text-align: center;
        margin-top: 1em;
        font-weight: 400;
      }
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .counterMeritDetail {
    margin-bottom: 2em;

    h3 {
      font-size: 16px;
    }

    p {
      font-size: 14px;
    }
  }

  .counterStorage {
    .imgsWrap {
      dl {
        dt {
          font-size: 16px;
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .counterMeritDetail {
    /* margin-bottom: 2em; */

    h3 {
      font-size: 4vmin;
    }

    p {
      font-size: 3.2vmin;
      text-align: justify;
    }
  }

  .counterStorage {
    .imgsWrap {
      dl {
        margin-bottom: 2em;

        dt {
          font-size: 3.8vmin;
          margin-top: 0.5em;

          br {
            display: none;
          }
        }
      }
    }
  }
}

/* -----  kitchen - page  ----- */
.l-page_kitchen {}

.kitchenLayoutLinks {
  background: var(--bg01);
}

.kitchenLayoutDetaisl {}

.kitchenLayoutDetail {
  margin-bottom: 3em;
}

.kitchenLayoutDetailCont {
  .imgWrap {
    width: 45%;

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

  .txtWrap {
    width: 55%;
    box-sizing: border-box;
    padding: 1em;

    .recommended {
      margin-top: 1em;
      background: var(--bg01);
      padding: 1.5em 1em;

      .title {
        font-weight: 700;
        font-size: 20px;
      }
    }

    .recommendedList {
      margin-top: 1em;

      li {
        padding-left: 1em;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 0.5em;

        &:last-of-type {
          margin-bottom: 0;
        }

        &::before {
          position: absolute;
          content: "・";
          left: 0;
          top: 0;
        }
      }
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .kitchenLayoutDetail {
    margin-bottom: 2em;
  }

  .kitchenLayoutDetailCont {
    .imgWrap {
      width: 100%;
    }

    .txtWrap {
      width: 100%;
      padding: 0;

      .lead {
        text-align: justify;
      }
    }
  }
}

@media (max-width: 600px) {
  .kitchenLayoutDetailCont {
    .txtWrap {
      .lead {
        font-size: 3.6vmin;
      }

      .recommended {
        padding: 4vmin 2vmin;

        .title {
          font-size: 3.8vmin;
        }
      }

      .recommendedList {
        li {
          font-size: 3.6vmin;
        }
      }
    }
  }
}

/* -----  light - page  ----- */
.l-page_light {}

.lightLinks {
  background: var(--bg01);
}

.lightDetails {}

.lightDetail {
  margin-bottom: 3em;

  .imgsWrap {
    margin: 1em 0;

    p {
      font-size: 18px;
      text-align: center;
      margin-top: 0.5em;
    }

    .lead {
      font-weight: 700;
      font-size: 22px;
      margin-top: 0;
    }
  }

  .imgWrap {
    img {
      width: 100%;
      height: auto;
    }
  }

  .lightDetaislList {
    margin: 1em 0;

    li {
      background: var(--bg01);
      text-align: center;
      padding: 1em 0.25em;
      box-sizing: border-box;

      p {
        font-size: 18px;
      }

      .lead {
        font-size: 22px;
        margin-top: 1em;
      }
    }
  }
}

.lightDetaislSubList {
  li {
    width: 20%;
    padding: 0 0.5em;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

    p {
      text-align: center;
      width: 100%;
    }

    .imgWrap {
      text-align: center;
      margin-top: 0.5em;

      img {
        width: auto;
        height: 15vmin;
      }
    }
  }
}

@media (max-width: 1024px) {
  .lightDetail {
    .lightDetaislList {
      li {
        p {
          font-size: 15px;
          letter-spacing: -0.05rem;
        }

        .lead {
          font-size: 18px;
          margin-top: 0.75em;
        }
      }
    }

    .imgsWrap {
      .lead {
        font-size: 18px;
      }

      p {
        font-size: 15px;
      }
    }
  }
}

@media (max-width: 768px) {}

@media (max-width: 600px) {
  .lightDetail {
    &>p {
      font-size: 3.4vmin;
    }

    .imgWrap {
      p {
        font-size: 4vmin;
      }
    }

    .lightDetaislList {
      li {
        padding: 3vmin 2vmin;

        p {
          font-size: 3.8vmin;

          br {
            display: none;
          }
        }

        .lead {
          font-size: 4.6vmin;
        }
      }
    }

    .lightDetaislSubList {
      justify-content: center;

      li {
        width: 33.3333%;
        margin-bottom: 4vmin;

        p {
          font-size: 3.6vmin;
        }
      }
    }

    .imgsWrap {
      .imgWrap {
        margin-bottom: 4vmin;
      }

      .lead {
        font-size: 4.4vmin;
      }

      p {
        font-size: 3.8vmin;
      }
    }
  }
}

/* -----  reason - page  ----- */
.l-page_reason {}

.reasonLead {
  .leadTxt {
    font-size: 18px;
  }

  .reasonLeadWrap {
    margin-top: 40px;
  }
}

.reasonLeadList {
  border: 3px solid var(--bg02);
  padding: 20px 40px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.reasonLeadListItem {
  margin-bottom: 0.5em;

  a {
    font-size: 22px;
    padding-left: 1.5em;
    position: relative;

    &::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      background: url("./img/icon_check.png") no-repeat center center / cover;
      width: 1em;
      height: 1em;
    }
  }
}

.reasonDetails {
  padding-top: 50px;

  .reasonDetailsItem {
    margin-bottom: 60px;
  }
}

.reasonDetailsItem {
  background: linear-gradient(var(--bg01) 70%,
      var(--white-color),
      var(--white-color) 100%);

  h2 {
    text-align: center;
    font-size: 28px;
    position: relative;
    padding: 2em 0 0;

    .num {
      display: inline-block;
      padding: 0.2em 1em;
      color: var(--white-color);
      font-weight: 700;
      background: var(--main-color);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -15px;
    }
  }
}

.reasonDetail {
  .imgWrap {
    img {
      width: 100%;
      height: auto;
    }
  }

  .txtWrap {
    margin-top: 1em;

    h3 {
      font-size: 22px;
    }

    .txts {
      margin-top: 1em;
      font-size: 18px;
      text-align: justify;
      font-weight: 400;
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .reasonLead {
    .reasonLeadWrap {
      margin-top: 20px;
    }

    .leadTxt {
      font-size: 15px;
    }
  }

  .reasonLeadList {
    padding: 10px 20px;
  }

  .reasonLeadListItem {
    a {
      font-size: 18px;
    }
  }

  .reasonDetailsItem {
    background: linear-gradient(var(--bg01) 50%,
        var(--white-color),
        var(--white-color) 100%);

    h2 {
      font-size: 22px;
      padding: 1.5em 0 0;
    }
  }

  .reasonDetail {
    .txtWrap {
      h3 {
        font-size: 18px;
      }

      .txts {
        font-size: 16px;
      }
    }
  }
}

@media (max-width: 600px) {
  .reasonLead {
    .leadTxt {
      font-size: 3.4vmin;
    }
  }

  .reasonLeadList {
    padding: 3vmin;
  }

  .reasonLeadListItem {
    a {
      font-size: 4.4vmin;
    }
  }

  .reasonDetailsItem {
    h2 {
      font-size: 5.2vmin;

      .num {
        font-size: 3.4vmin;
        top: -3vmin;
      }
    }
  }

  .reasonDetail {
    .txtWrap {
      margin-top: 6vmin;

      h3 {
        font-size: 4.8vmin;
      }

      .txts {
        font-size: 3.8vmin;
      }
    }
  }
}

/* -----  about - page  ----- */
.l-page_about {}

.aboutMenuWrap {
  position: relative;

  .subTtl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 100%;
    text-align: center;

    span {
      background: var(--bg02);
      border-radius: 10px;
      font-size: 24px;
      font-weight: 700;
      padding: 0.2em 1.75em;
      position: relative;
      color: var(--white-color);
      display: inline-block;

      &::before,
      &::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: var(--white-color); */
      }

      &::before {
        content: "＼";
        left: 0.25em;
      }

      &::after {
        content: "／";
        right: 0.25em;
      }
    }
  }
}

.aboutMenuList {
  margin-top: 60px;
  padding: 40px 40px 20px;
  background: var(--bg01);
}

.aboutMenuPlanTtl,
.aboutMenuListItem {
  box-sizing: border-box;
  padding: 10px 10px 25px;
  background: var(--blue-color);
  border-radius: 10px;
  border: 2px solid var(--bg-black);
  transition: ease 0.4s;
  position: relative;
  margin-bottom: 0;

  .img {
    position: absolute;
    left: 90%;
    bottom: 0;
    max-height: 120px;
  }

  &:hover {
    opacity: 0.7;
  }

  &::before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-right: 2px solid var(--black-color);
    border-bottom: 2px solid var(--black-color);
    width: 10px;
    height: 10px;
  }

  &.plan02,
  .plan02 & {
    background: var(--green-color);

    .details {
      .menseki {
        background: var(--green-color);
      }
    }
  }

  &.plan03,
  .plan03 & {
    background: var(--main-color);

    .details {
      .menseki {
        background: var(--main-color);
      }
    }
  }

  a {
    display: block;

    &:hover {
      color: var(--black-color);
    }
  }

  .name {
    color: var(--white-color);
    font-weight: 700;
  }

  .details {
    background: var(--white-color);
    border: 1px solid var(--bg-black);
    padding: 10px;
    align-items: center;
    justify-content: center;

    .menseki {
      background: var(--blue-color);
      color: var(--white-color);
      font-weight: 700;
      display: inline-block;
      padding: 0.2em 0.5em;
      margin-right: 0.5em;
      font-size: 14px;
    }

    .price {
      align-items: flex-end;

      span {
        line-height: 1.2;
        font-weight: 700;
      }

      .num {
        font-size: 48px;
        color: var(--black-color);
      }

      .yen {
        margin-bottom: 10px;
      }
    }
  }
}

.aboutMenuPlan {
  margin-top: 130px;
  position: relative;

  .aboutMenuPlanTtl {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);

    &:hover {
      opacity: 1;
    }

    &::before {
      content: none;
    }
  }
}

.aboutMenuPlanDetails {
  background: var(--bg01);

  .imgTxt {
    padding: 40px 0;

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

  .txtWrap {
    border-radius: 10px;
    background: var(--white-color);
    padding: 10px;
    box-sizing: border-box;

    .title {
      margin-left: -20px;
      background: var(--blue-color);
      color: var(--white-color);
      font-size: 24px;
      display: inline-block;
      padding: 0.2em 0.5em;

      .plan02 & {
        background: var(--green-color);
      }

      .plan03 & {
        background: var(--main-color);
      }

      span {
        display: inline-block;
        color: var(--black-color);
        font-weight: 700;
        font-size: 24px;
        transform: rotate(-10deg);
        margin-right: 0.2em;
      }
    }

    .details {
      margin: 1.25em 0;
      padding: 1.25em 0;
      border-top: 1px dashed var(--bg-black);
      border-bottom: 1px dashed var(--bg-black);

      .check {
        padding-left: 2em;
        position: relative;
        margin-bottom: 0.5em;

        &::before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          background: url("./img/icon_check.png") no-repeat center center / cover;

          width: 1.5em;
          height: 1.5em;
        }
      }
    }
  }

  .imgs {
    padding: 0 40px;

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

  .txts {
    padding: 0 40px;
    margin-top: 20px;

    p {
      font-size: 18px;
      text-align: center;
    }
  }
}

.aboutSelect {
  h3 {
    text-align: center;

    span {
      font-weight: 700;
      font-size: 24px;
      padding: 0 1.5em;
      position: relative;
      display: inline-block;

      &::before,
      &::after {
        position: absolute;
        top: -5px;
        top: 50%;
        transform: translateY(-50%);
      }

      &::before {
        left: 0;
        content: "＼";
      }

      &::after {
        right: 0;
        content: "／";
      }
    }
  }

  .imgWrap {
    margin-top: 20px;
  }

  .aboutSelectImgsList {
    justify-content: center;

    li {
      width: 180px;
      margin-right: 10px;

      &:last-of-type {
        margin-right: 0;
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

.aboutEnjoy {
  .ttl {
    font-size: 24px;
    text-align: center;
  }

  .imgWrap {
    margin-top: 20px;

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

@media (max-width: 1024px) {
  .aboutMenuWrap {
    .subTtl {
      top: -17px;

      span {
        font-size: 18px;
      }
    }
  }

  .aboutMenuList {
    margin-top: 40px;
    padding: 30px 10px 0;
  }

  .aboutMenuPlanTtl,
  .aboutMenuListItem {
    padding: 5px 5px 25px;

    .img {
      left: 80%;
      max-height: 100px;
      bottom: 15px;
    }
  }

  .aboutMenuPlanDetails {
    .imgTxt {
      align-items: flex-start;
    }

    .txtWrap {
      .title {
        font-size: 18px;

        span {
          font-size: 18px;
        }
      }

      .details {
        margin: 0.75em 0;
        padding: 1em 0;

        .check {
          font-size: 15px;
        }
      }
    }

    .imgs,
    .txts {
      padding: 0;
    }
  }

  .aboutSelect {
    h3 {
      span {
        font-size: 18px;
      }
    }

    .aboutSelectImgsList {
      li {
        width: 20%;
        margin: 0;
        height: auto;
      }
    }
  }

  .aboutEnjoy {
    .ttl {
      font-size: 18px;
    }
  }
}

@media (max-width: 768px) {
  .aboutMenuList {
    margin-top: 40px;
  }

  .aboutMenuPlanTtl,
  .aboutMenuListItem {
    padding: 5px 5px 25px;

    .img {
      left: 73%;
    }

    .details {
      padding: 10px 5px;

      .price {
        .num {
          font-size: 32px;
        }

        .yen {
          font-size: 15px;
        }
      }
    }
  }

  .aboutMenuPlan {
    margin-top: 100px;

    .aboutMenuPlanTtl {
      top: -62px;
    }
  }

  .aboutMenuPlanDetails {
    .txtWrap {
      .title {
        font-size: 16px;

        span {
          font-size: 16px;
        }
      }

      .details {
        .check {
          font-size: 14px;
        }
      }
    }

    .txts {
      p {
        font-size: 15px;
      }
    }
  }

  .aboutSelect {
    h3 {
      span {
        font-size: 15px;
      }
    }
  }

  .aboutEnjoy {
    .ttl {
      font-size: 15px;
    }
  }
}

@media (max-width: 600px) {
  .aboutMenuWrap {
    .subTtl {
      top: -4vmin;

      span {
        font-size: 4.2vmin;
      }
    }
  }

  .aboutMenuList {
    margin-top: 8vmin;
    padding: 8vmin 4vmin 2vmin;
  }

  .aboutMenuPlanTtl,
  .aboutMenuListItem {
    .name {
      font-size: 3.8vmin;
    }

    .img {
      left: initial;
      right: 0;
      max-height: initial;
      max-width: 20vmin;
      height: auto;
      bottom: initial;
      top: -5vmin;
    }

    .details {
      .menseki {
        font-size: 3vmin;
      }

      .price {
        .num {
          font-size: 11vmin;
        }

        .yen {
          font-size: 4vmin;
        }
      }
    }
  }

  .aboutMenuPlan {
    margin-top: 25vmin;

    .aboutMenuPlanTtl {
      width: 90%;
      top: -16vmin;
    }
  }

  .aboutMenuPlanDetails {
    .txtWrap {
      margin-bottom: 0;

      .title {
        font-size: 4.2vmin;

        span {
          font-size: 4.2vmin;
        }
      }

      .details {
        .check {
          font-size: 3.4vmin;
        }
      }
    }

    .txts {
      margin-top: 0;

      p {
        text-align: justify;
        font-size: 3.8vmin;
      }
    }

    .imgTxt {
      padding: 12vmin 0 4vmin;
    }
  }

  .aboutSelect {
    h3 {
      span {
        font-size: 4vmin;
      }
    }

    .aboutSelectImgsList {
      li {
        width: 32%;
        margin: 0 2% 10px 0;

        &:nth-of-type(3n) {
          margin-right: 0;
        }
      }
    }
  }

  .aboutEnjoy {
    .ttl {
      font-size: 4vmin;
    }
  }
}

/* -----  design - page  ----- */
.l-page_design-child {}

.designMainv {
  h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;

    span {
      font-size: 12px;
      display: block;
      margin-top: 0.5em;
      color: var(--main-color);
    }
  }
}

.designMainvCont {
  overflow: hidden;

  .swiper-design {
    position: relative;
  }

  .swiper-slide {
    flex: 0 0 auto;

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

  .swiper-pagination {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
  }

  .swiper-pagination-bullet-active {
    background: var(--main-color);
  }
}

.designPointsListItem {
  dt {
    text-align: center;
    margin-bottom: 0.5em;
  }

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

.designTotals {
  background: var(--bg01);

  h2 {
    text-align: center;
    font-size: 24px;
  }

  .drawingImg {
    margin: 40px 0;
    background: var(--white-color);
    text-align: center;

    img {
      max-width: 500px;
      height: auto;
    }
  }

  .totalsList {
    justify-content: center;
  }

  .totalsListItem {
    width: 23.5%;
    margin: 0 2% 20px 0;

    &:nth-of-type(4n),
    &:last-of-type {
      margin-right: 0;
    }

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

    .txtWrap {
      text-align: center;
      margin-top: 0.5em;
    }
  }
}

.designLinks {
  h2 {
    font-size: 24px;
    text-align: center;
  }
}

.designLinksList {
  margin-top: 20px;
  justify-content: center;
}

.designLinksListItem {
  margin: 0 1em 0.5em 0;

  &:last-of-type {
    margin-right: 0;
  }

  a {
    display: block;
    background: var(--bg01);
    border-radius: 30px;
    padding: 0.5em 1.5em;
    border: 2px solid var(--bg01);

    &:hover {
      background: var(--white-color);
    }

    span {
      font-weight: 700;
      display: block;
    }
  }
}

@media (max-width: 1024px) {

  .designMainv,
  .designTotals,
  .designLinks {
    h2 {
      font-size: 20px;
    }
  }
}

@media (max-width: 768px) {
  .designTotals {
    .totalsListItem {
      width: 49%;

      &:nth-of-type(2n) {
        margin-right: 0;
      }
    }
  }
}

@media (max-width: 600px) {

  .designMainv,
  .designTotals,
  .designLinks {
    h2 {
      font-size: 4vmin;
    }
  }

  .designMainv {
    h2 {
      span {
        font-size: 2.8vmin;
      }
    }
  }

  .designPointsListItem {
    padding-bottom: 6vmin;

    dt {
      font-size: 4vmin;
    }
  }

  .designTotals {
    .drawingImg {
      margin: 4vmin 0;

      img {
        max-width: 80%;
      }
    }
  }

  .designLinksListItem {
    width: 32%;
    margin: 0 2% 10px 0;

    &:nth-of-type(3n),
    &:last-of-type {
      margin-right: 0;
    }

    a {
      text-align: center;
      padding: 2vmin;

      span {
        font-size: 3.2vmin;
      }
    }
  }
}

/* -----  point - page  ----- */
.l-page_point {}

.pointLead {
  background: var(--bg01);

  p {
    font-size: 18px;
    text-align: center;
  }
}

.pointLeadList {
  margin: 30px 0 0;
}

.pointLeadListItem {
  width: 16%;
  margin: 0% 0.8% 0 0;

  &:last-of-type {
    margin-right: 0;
  }

  a {
    background: var(--white-color);
    border: 1px solid var(--bg03);
    border-radius: 10px;
    padding: 10px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

    &::before {
      position: absolute;
      content: "";
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      border-top: 10px solid var(--main-color);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
    }

    span {
      font-weight: 700;
      font-size: 18px;
    }
  }
}

.pointDetailListItem {
  margin-bottom: 60px;

  &:last-of-type {
    margin-bottom: 0;
  }

  p {
    font-size: 18px;
    text-align: justify;

    &.u-ta_center {
      text-align: center;
    }
  }

  .detailsWrap {
    background: var(--bg01);
    padding: 1.5em;
    border-radius: 5px;
    margin: 1em 0;
  }

  .circleList {
    li {
      padding-left: 1.5em;
      position: relative;
      font-weight: 700;

      &::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0.2em;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        background: var(--bg-black);
      }
    }
  }

  .fukidashiWrap {
    margin-bottom: 20px;

    .fukidashi {
      background: var(--bg01);
      position: relative;
      border-radius: 5px;
      box-sizing: border-box;
      padding: 1em 0.5em;
      justify-content: center;
      align-items: center;
      text-align: center;

      &::before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        border-top: 10px solid var(--bg01);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
      }
    }
  }

  .tableWrap {
    margin-top: 30px;

    h4 {
      width: 18%;
      background: var(--main-color);
      color: var(--white-color);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .tableDetails {
      width: 80%;
      margin-left: 2%;
    }

    .tableDetaislsList {
      li {
        justify-content: space-between;
        margin-bottom: 10px;

        &:last-of-type {
          margin-bottom: 0;
        }
      }

      .leftItem,
      .rightItem {
        width: 48%;
        box-sizing: border-box;
        padding: 1em;
        text-align: center;
      }

      .leftItem {
        background: var(--bg01);
      }

      .rightItem {
        background: var(--green-color);
        color: var(--white-color);
        position: relative;

        &::before {
          position: absolute;
          content: "";
          left: -6.5%;
          top: 50%;
          transform: translateY(-50%);
          border-left: 20px solid var(--bg-black);
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
        }
      }
    }
  }

  .mainteWrap {
    margin-bottom: 30px;
  }

  .mainteBox {
    background: var(--bg01);
    border-radius: 10px;
    padding: 1.5em 1em;
    box-sizing: border-box;
    text-align: center;

    h4 {
      font-size: 20px;
      margin-bottom: 1em;

      span {
        display: block;
        color: var(--blue-color);
        font-size: 14px;
        margin-top: 0.5em;
      }
    }

    p {
      font-size: 16px;
      text-align: justify;
    }
  }
}

@media (max-width: 1024px) {
  .pointLeadListItem {
    a {
      span {
        font-size: 16px;
      }
    }
  }

  .pointDetailListItem {
    .tableWrap {
      .tableDetaislsList {

        .leftItem,
        .rightItem {
          font-size: 15px;
        }
      }
    }

    .fukidashiWrap {
      .fukidashi {
        padding: 1em 0.2em;

        span {
          font-size: 14px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .pointLeadListItem {
    width: 33%;
    margin: 0 0.5% 10px 0;

    &:nth-of-type(3n) {
      margin-right: 0;
    }
  }

  .pointDetailListItem {
    .tableWrap {
      h4 {
        width: 100%;
        padding: 1em 0.5em;
      }

      .tableDetails {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;

        .tableDetaislsList {

          .leftItem,
          .rightItem {
            width: 46%;
            display: flex;
            align-items: center;
          }

          .rightItem {
            &::before {
              left: -5.5vmin;
              border-left-width: 3vmin;
              border-top-width: 3vmin;
              border-bottom-width: 3vmin;
            }
          }
        }
      }
    }

    .fukidashiWrap {
      .fukidashi {
        display: flex;
        align-items: center;
        justify-content: center;

        span {
          letter-spacing: -0.05rem;
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .pointLead {
    p {
      font-size: 3.6vmin;
    }
  }

  .pointLeadList {
    margin: 4vmin 0 0;
  }

  .pointLeadListItem {
    width: 49%;
    margin: 0 1% 1vmin 0;

    &:nth-of-type(3n) {
      margin-right: 1%;
    }

    &:nth-of-type(2n) {
      margin-right: 0;
    }
  }

  .pointDetailListItem {
    margin-bottom: 5vmin;

    p {
      font-size: 3.8vmin;
    }

    .detailsWrap {
      padding: 1em 0.5em;
      font-size: 4vmin;
    }

    .fukidashiWrap {
      .fukidashi {
        margin-bottom: 4vmin;

        span {
          font-size: 4vmin;
        }
      }
    }

    .tableWrap {
      h4 {
        font-size: 4vmin;
        padding: 0.5em;
      }

      .tableDetails {
        .tableDetaislsList {

          .leftItem,
          .rightItem {
            font-size: 3.8vmin;
            padding: 1em 0.5em;
          }
        }
      }
    }

    .mainteWrap {
      margin-bottom: 0;
    }

    .mainteBox {
      padding: 1em 0.5em;

      h4 {
        font-size: 5.4vmin;
        margin-bottom: 2vmin;

        span {
          font-size: 3.6vmin;
        }
      }

      p {
        font-size: 4vmin;
      }
    }
  }
}

/* ----- maintenance - page  ----- */
.l-page_maintenance {}

.maintenanceSupport {
  background: var(--bg01);
}

.maintenanceSupportDetails {
  .txtWrap {
    width: 46%;
    margin-right: 4%;

    p {
      font-size: 18px;
      text-align: justify;
    }
  }

  .imgWrap {
    width: 50%;

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

.maintenanceGuaranteeListItem {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed var(--bg03);

  .txtWrap {
    width: 46%;
    margin-right: 6%;

    h3 {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 0.5em;

      span {
        font-size: 24px;
        font-weight: 700;
        color: var(--green-color);
        display: block;
        margin-bottom: 0.5em;
      }
    }

    p {
      font-size: 18px;
      text-align: justify;
    }
  }

  .imgWrap {
    width: 48%;

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

.maintenanceGuaranteeExample {
  padding: 40px 0;

  h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
  }

  .maintenanceGuaranteeCheck {
    text-align: center;

    p {
      margin-bottom: 1em;
    }

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

.maintenanceGuaranteeExampleList {
  margin-bottom: 30px;

  li {
    .imgWrap {
      position: relative;
      overflow: hidden;

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

      span {
        position: absolute;
        right: -70px;
        top: -15px;
        transform: rotate(45deg);
        display: block;
        width: 200px;
        line-height: 90px;
        background: var(--main-color);
        color: var(--white-color);
        font-weight: 700;
        font-size: 24px;
        text-align: center;
      }
    }

    .txtWrap {
      margin-top: 0.5em;

      .check {
        display: block;
        padding-left: 1.5em;
        position: relative;

        &::before {
          position: absolute;
          content: "";
          left: 0;
          top: 0.25em;
          background: url(./img/icon_check.png) no-repeat center center / cover;
          width: 1em;
          height: 1em;
        }
      }
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .maintenanceSupportDetails {
    .txtWrap {
      margin-right: 2%;
      width: 48%;

      p {
        font-size: 15px;
      }
    }
  }

  .maintenanceGuaranteeListItem {
    margin-bottom: 20px;
    padding-bottom: 20px;

    & .txtWrap {
      width: 50%;
      margin-right: 2%;

      p {
        font-size: 15px;
      }

      h3 {
        font-size: 18px;

        span {
          font-size: 18px;
        }
      }
    }
  }

  .maintenanceGuaranteeExample {
    h3 {
      font-size: 18px;
    }
  }

  .maintenanceGuaranteeExampleList {
    li {
      .imgWrap {
        span {
          right: -74px;
          top: 0;
          line-height: 50px;
          font-size: 18px;
        }
      }

      .txtWrap {
        .check {
          font-size: 14px;
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .maintenanceSupportDetails {
    .txtWrap {
      margin-right: 0;
      width: 100%;

      p {
        font-size: 3.2vmin;
      }
    }

    .imgWrap {
      width: 100%;
      text-align: center;
      margin-top: 4vmin;
    }
  }

  .maintenanceGuaranteeListItem {
    .txtWrap {
      width: 100%;
      text-align: center;

      p {
        font-size: 3.2vmin;
      }

      h3 {
        font-size: 4.2vmin;

        span {
          font-size: 4.2vmin;
        }
      }
    }

    .imgWrap {
      width: 100%;
      text-align: center;
      margin-top: 4vmin;
    }
  }

  .maintenanceGuaranteeExample {
    h3 {
      font-size: 4.2vmin;
      letter-spacing: -0.05rem;
    }
  }

  .maintenanceGuaranteeExampleList {
    li {
      margin-bottom: 6vmin !important;

      .imgWrap {
        span {
          right: -74px;
          top: 0;
          line-height: 50px;
          font-size: 18px;
        }

        img {
          width: 100%;
          max-width: initial;
        }
      }

      .txtWrap {
        .check {
          font-size: 3.6vmin;
        }
      }
    }
  }
}

/* -----  concept - page  ----- */
.l-page_concept {}

.conceptLead {
  p {
    font-size: 18px;
    line-height: 2;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }

  .details {
    position: relative;

    img {
      position: absolute;
      right: 10px;
      bottom: 0;
      z-index: -1;
    }
  }
}

.conceptMessage {
  background: url(./img/concept/bg_story.png) no-repeat bottom right / cover;

  p {
    font-size: 18px;
    line-height: 2;

    &.lead {
      font-size: 1.4em;
      line-height: 1.6;
      font-weight: 700;
    }
  }

  .txtWrap {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
  }
}

.conceptWorries01 {
  .conceptWorriesListItem {
    border: 1px solid var(--bg-black);
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;

    .imgWrap {
      width: 180px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .txtWrap {
      width: calc(100% - 180px);
      display: flex;
      align-items: center;
      padding-left: 20px;
      box-sizing: border-box;

      p {
        font-size: 15px;
      }

      .txtL {
        font-weight: 700;
        font-size: 1.2em;
      }
    }
  }
}

.conceptAfter {
  background: var(--bg01);
}

.conceptAfterImgs {

  .beforeImgs,
  .afterImgs {
    width: 46%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 20px;
    background: var(--white-color);
    border-radius: 10px;
    position: relative;

    dt {
      text-align: center;
      font-weight: 700;
      margin-bottom: 0.5em;
    }

    dd {
      height: 250px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  .afterImgs {
    margin-left: 8%;

    &::before {
      position: absolute;
      content: "";
      left: -11.5%;
      top: 50%;
      transform: translateY(-50%);
      border-left: 30px solid var(--main-color);
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
    }
  }
}

.conceptAfterDetails {
  margin-top: 40px;
  border: 1px solid var(--bg-black);
  background: var(--white-color);

  .imgWrap {
    width: 46%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;

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

  .txtWrap {
    width: 54%;
    box-sizing: border-box;
    border-left: 1px solid var(--bg-black);

    h3 {
      background: var(--bg-black);
      color: var(--white-color);
      font-weight: 700;
      text-align: center;
      padding: 1em 0.5em;
      text-align: center;
      font-size: 32px;

      span {
        font-size: 0.8em;
        display: block;
      }
    }

    .lead {
      text-align: center;
      background: var(--bg01);
      padding: 1.5em 1em;
      font-size: 18px;
    }
  }

  .itemName {
    background: var(--red-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 30px;
    line-height: 1;
    width: 4em;
    display: inline-block;
    text-align: center;
    padding: 0.4em 0.75em;
    margin-right: 1em;
  }

  .prices {
    .price {
      font-weight: 700;
      font-size: 48px;
      color: var(--red-color);
    }

    .yen {
      font-size: 28px;
    }
  }

  .total {
    padding: 1em;
    justify-content: flex-end;
    align-items: center;

    .price {
      font-size: 60px;
    }
  }
}

.conceptStep {}

.conceptStepListItem {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--bg01);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;

  h3 {
    align-items: center;
    margin-bottom: 20px;

    .circle {
      background: var(--main-color);
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: var(--white-color);
      line-height: 1;

      span {
        font-size: 32px;
        margin-bottom: 0.3em;
      }
    }

    .ttl {
      font-weight: 700;
      margin-left: 2em;
      font-size: 20px;

      span {
        font-size: 32px;
        display: block;
        font-weight: 700;
      }
    }
  }

  .plan_details {
    .plan_list {
      overflow-x: scroll;
      flex-flow: row nowrap;

      .plan_list-item {
        flex-shrink: 0;
        width: 47%;
        margin-right: 2% !important;

        &:hover {
          opacity: 1;
        }
      }
    }
  }

  .design_details {
    .design_list {
      overflow-x: scroll;
      flex-flow: row nowrap;

      .design_list-item {
        width: 260px;
        flex-shrink: 0;
        margin-right: 20px;

        &:hover {
          opacity: 1;
        }
      }

      .design_list-link {
        /* pointer-events: none; */
      }
    }
  }

  .stepKitchen {
    li {
      height: 240px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  .stepOption {
    li {
      width: 23.5%;
      margin: 0 2% 0 0;

      &:last-of-type {
        margin-right: 0;
      }

      p {
        text-align: center;
        font-weight: 700;
        font-size: 18px;
      }

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

  .conceptStepPoint {
    margin-top: 30px;
    border-radius: 40px;
    background: var(--bg-black);
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0.5em;

    .point {
      position: absolute;
      font-size: 20px;
      left: 50%;
      top: -15px;
      transform: translateX(-50%);
      font-weight: 700;
      text-shadow: 1px 1px 0 var(--black-color), -1px -1px 0 var(--black-color),
        -1px 1px 0 var(--black-color), 1px -1px 0 var(--black-color),
        0px 1px 0 var(--black-color), 0-1px 0 var(--black-color),
        -1px 0 0 var(--black-color), 1px 0 0 var(--black-color);
    }
  }

  &:last-of-type {
    .imgWrap {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 35%;
      z-index: -1;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    h3 {
      .ttl {
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
          1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff,
          1px 0 0 #fff;
      }
    }
  }
}

.conceptWorries02 {}

.conceptWorries02ListItem {
  .imgWrap {
    height: 200px;
    margin-bottom: 10px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .txtWrap {
    text-align: center;
  }
}

.conceptCheck {
  margin-top: 40px;

  .ttl {
    text-align: center;

    span {
      display: inline-block;
      padding: 0 1.5em;
      font-size: 24px;
      font-weight: 700;
      position: relative;

      &::before,
      &::after {
        position: absolute;
        top: 0;
        font-weight: 700;
      }

      &::before {
        content: "＼";
        left: 0;
      }

      &::after {
        content: "／";
        right: 0;
      }
    }
  }
}

.conceptCheckWrap {
  border: 2px solid var(--black-color);
  border-radius: 10px;
  padding: 20px;
  position: relative;

  z-index: -1;

  p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }

  .staff {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 0;
  }
}

@media (max-width: 1024px) {
  .conceptWorries01 {
    & .conceptWorriesListItem {
      .imgWrap {
        width: 35%;
      }

      .txtWrap {
        width: 65%;

        p {
          font-size: 13px;
        }
      }
    }
  }

  .conceptStepListItem {
    padding: 15px;
    margin-bottom: 20px;

    & h3 {
      .ttl {
        margin-left: 1em;
        font-size: 16px;

        span {
          font-size: 26px;
        }
      }
    }
  }

  .conceptWorries02ListItem {
    .imgWrap {
      /* height: 160px; */
    }

    .txtWrap {
      font-size: 15px;
    }
  }

  .conceptCheck {
    margin-top: 20px;

    & .ttl {
      span {
        font-size: 18px;
      }
    }
  }

  .conceptCheckWrap {
    padding: 20px 10px 20px 140px;

    p {
      font-size: 16px;
      text-align: justify;
    }
  }

  .conceptAfterDetails {
    .txtWrap {
      h3 {
        font-size: 24px;
        padding: 0.5em;
      }

      .lead {
        font-size: 15px;
      }
    }

    & .total {
      .price {
        font-size: 52px;
      }
    }
  }
}

@media (max-width: 768px) {
  .conceptLead {
    p {
      width: 80%;
      font-size: 15px;
    }
  }

  .conceptAfterImgs {

    .beforeImgs,
    .afterImgs {
      padding: 10px;
    }
  }

  .conceptStepListItem {
    & h3 {
      .circle {
        width: 80px;
        height: 80px;
      }

      .ttl {
        font-size: 13px;

        span {
          font-size: 20px;
        }
      }
    }
  }

  .conceptWorries02ListItem {
    .imgWrap {
      height: 160px;
    }

    .txtWrap {
      font-size: 13px;
    }
  }
}

@media (max-width: 600px) {
  .conceptLead {
    .details {
      padding-bottom: 40vmin;

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

    p {
      width: 100%;
      font-size: 3.8vmin;
    }
  }

  .conceptMessage {
    .txtWrap {
      padding: 2vmin;
    }

    p {
      font-size: 3.4vmin;

      &.lead {
        font-size: 4.2vmin;
      }
    }
  }

  .conceptWorries01 {
    & .conceptWorriesListItem {
      .txtWrap {
        padding-left: 2vmin;

        p {
          font-size: 3.2vmin;
        }
      }
    }
  }

  .conceptAfterImgs {

    .beforeImgs,
    .afterImgs {
      padding: 3vmin;
      width: 100%;
    }

    .afterImgs {
      margin: 40px 0 0;

      &::before {
        left: 50%;
        top: -33px;
        transform: translateX(-50%);
        border-top: 25px solid var(--main-color);
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
      }
    }
  }

  .conceptAfterDetails {
    .imgWrap {
      width: 100%;
      padding: 3vmin;
    }

    .txtWrap {
      width: 100%;

      h3 {
        font-size: 5.2vmin;
        padding: 4vmin;

        span {
          display: block;
          font-size: 3.6vmin;
        }
      }

      .lead {
        font-size: 3.4vmin;
      }

      .total {
        justify-content: center;
        padding: 2vmin;

        .itemName {
          margin-right: 2em;
        }
      }
    }
  }

  .conceptStepListItem {
    padding: 2vmin;

    & h3 {
      flex-flow: row nowrap;

      .circle {
        min-width: 80px;
      }

      .ttl {
        font-size: 3.2vmin;

        span {
          font-size: 4.4vmin;
        }
      }
    }

    & .plan_details {
      margin-bottom: 0;

      & .plan_list {
        .plan_list-item {
          width: 95%;
        }
      }
    }

    & .design_details {
      margin-bottom: 0;

      & .design_list {
        justify-content: flex-start;

        .design_list-item {
          width: 40%;
          margin-right: 2%;
        }
      }
    }
  }

  .conceptStepListItem {
    & .stepKitchen {
      li {
        height: 45vmin;
      }
    }
  }

  .conceptStepListItem {
    & .stepOption {
      li {
        width: 49%;
        margin: 0 2% 3vmin 0;

        &:nth-of-type(2n) {
          margin-right: 0;
        }

        p {
          font-size: 3.6vmin;
        }
      }
    }

    .conceptStepPoint {
      margin-top: 20px;
      font-size: 4vmin;
      padding: 2vmin;
    }

    &:last-of-type {
      .imgWrap {
        position: static;
        right: initial;
        bottom: initial;
        width: 100%;
        height: auto;
      }
    }
  }

  .conceptWorries02ListItem {
    .imgWrap {
      height: 45vmin;
    }

    .txtWrap {
      font-size: 4vmin;
    }
  }

  .conceptCheck {
    & .ttl {
      span {
        font-size: 4.4vmin;
      }
    }
  }

  .conceptCheckWrap {
    padding: 3vmin 2vmin 3vmin 28vmin;

    p {
      font-size: 3vmin;
    }

    .staff {
      width: 23vmin;
    }
  }
}

/* -----  cost - page  ----- */
.l-page_cost {
  p {
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
  }
}

.costLead {
  background: var(--bg02);

  .c-heading02 {
    color: var(--white-color);
    border-color: var(--white-color);
    margin-bottom: 1em;
  }

  .costLeadList {
    justify-content: center;
  }

  .costLeadListItem {
    width: 24.25%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 1% 0 0;
    background: var(--white-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;

    &:nth-of-type(4n) {
      margin-right: 0;
    }

    p {
      font-size: 15px;
      margin: auto;
      text-align: center;
      width: 100%;

      span {
        font-size: 0.9em;
        color: var(--bg03);
        display: block;
        font-weight: 700;
      }
    }
  }
}

.costKindCont {
  margin-top: 20px;
}

.costKindBox {
  flex-flow: row nowrap;
  margin-bottom: 20px;

  &:last-of-type {
    margin-bottom: 0;
  }

  .ttl {
    background: var(--green-color);
    color: var(--white-color);
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1em;
    font-size: 1.5em;

    .minkan & {
      background: var(--blue-color);
    }
  }

  .costKindList {
    margin-left: 10px;
  }

  .costKindListItem {
    padding: 1em 0;
    border-bottom: 1px dashed var(--bg03);

    &:first-of-type {
      border-top: 1px dashed var(--bg03);
    }

    dl {
      dd {
        font-weight: 400;
        margin-top: 0.5em;
        font-size: 16px;
      }
    }
  }
}

.costMethodList {
  margin-top: 20px;
}

.costMethodListItem {
  background: var(--bg01);
  padding: 1.5em;
  border-radius: 5px;
  margin-bottom: 1em;
  text-align: center;

  &:last-of-type {
    margin-bottom: 0;
  }

  p {
    margin-top: 0.5em;
    text-align: center;
  }
}

.costSubsidy {
  background: var(--bg03);

  /* .c-heading02 {
    color: var(--white-color);
    border-color: var(--white-color);
  } */

  .costSubsidyLead {
    background: var(--main-color);
    border-radius: 10px;
    position: relative;
    padding: 0.5em 0.5em;
    margin-bottom: 1em;

    &::before {
      position: absolute;
      content: "";
      left: 50%;
      bottom: -0.5em;
      transform: translateX(-50%);
      border-top: 0.5em solid var(--main-color);
      border-left: 0.5em solid transparent;
      border-right: 0.5em solid transparent;
    }

    p {
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      color: var(--white-color);
    }
  }

  .costSubsidyDetails {
    background: var(--white-color);
    padding: 1em;

    p {

      /* color:var(--white-color); */
      &:nth-of-type(n + 2) {
        margin-top: 1em;
      }
    }
  }
}

@media (max-width: 1024px) {
  .costLead {
    .costLeadListItem {
      width: 49%;
      margin: 0 2% 10px 0;

      &:nth-of-type(2n) {
        margin-right: 0;
      }
    }
  }
}

@media (max-width: 768px) {}

@media (max-width: 600px) {
  .costLead {
    .costLeadListItem {
      width: 100%;
      margin: 0 0 10px;

      p {
        /* br {
            display: none;
          } */
      }
    }
  }

  .costKindBox {
    .ttl {
      font-size: 1.3em;
    }

    .costKindListItem {
      dl {
        dt {
          font-size: 16px;
        }

        dd {
          font-size: 14px;
        }
      }
    }
  }

  .costMethodListItem {
    padding: 0.5em;

    p {
      text-align: justify;
    }
  }

  .costSubsidy {
    .costSubsidyLead {
      p {
        font-size: 16px;
      }
    }

    .costSubsidyDetails {
      padding: 0.5em;

      p {
        font-size: 14px;
      }
    }
  }
}

/* ----- timing - page  ----- */
.timingCheck {
  p {
    font-weight: 400;
  }

  .timingSchedule {
    margin-bottom: 80px;

    &:last-of-type {
      margin-bottom: 0;
    }

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

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .timingCheck {
    .timingSchedule {
      margin-bottom: 40px;
    }
  }
}

@media (max-width: 600px) {
  .timingCheck {
    .timingSchedule {
      overflow: hidden;

      .spScroll {
        overflow-x: auto;
      }

      .scheduleImg {
        width: 800px;

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

/* -----  reserve - page  ----- */
.reservePoints {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;

  li {
    width: 49%;
    margin: 0 2% 20px 0;

    &:nth-of-type(2n) {
      margin-right: 0;
    }

    .imgWrap {
      .point {
        margin-bottom: 0.5em;
        color: var(--main-color);
        position: relative;

        &::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 2px;
          background: var(--main-color);
          top: 50%;
          left: 0;
          z-index: -1;
        }

        span {
          display: block;
          margin: 0 auto;
          width: 6em;
          background: var(--white-color);
          text-align: center;
        }
      }

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

    .txtWrap {
      text-align: center;
      margin-top: 0.5em;
      font-weight: 400;
    }
  }
}

.reserveShowroom {
  background: var(--bg01);
}

@media (max-width: 1024px) {
  .reservePoints {
    li {
      .txtWrap {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 768px) {}

@media (max-width: 600px) {
  .reservePoints {
    margin-top: 20px;

    li {
      .imgWrap {
        .point {
          span {
            width: 20vmin;
            font-size: 3.6vmin;
          }
        }
      }

      .txtWrap {

        /* font-size: 3vmin; */
        br {
          display: none;
        }
      }
    }
  }
}

/* -----  company - page  ----- */
.companyMessageWrap {
  justify-content: center;

  .imgWrap {
    width: 40%;

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

  .txtWrap {
    width: 40%;
    margin-left: 5%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 30px 0;
    text-align: justify;

    .name {
      font-size: 24px;
      font-weight: 700;
    }

    .message {
      margin: 1em 0;
    }

    .comments {
      font-size: 16px;
      line-height: 1.8;
    }
  }
}

.companyAwards {
  background: var(--bg01);
}

.companyAwards {
  .awardsListItem {
    background: var(--white-color);
    padding: 1em 4em;
    margin-bottom: 0.5em;
    font-weight: 400;

    .year {
      width: 8em;
      font-weight: 700;
    }

    .detail {
      width: calc(100% - 8em);
    }
  }
}

.companyOutline {
  .outlineListItem {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1em;

    &:last-of-type {
      margin-bottom: 0;
    }

    dl {}

    dt,
    dd {
      font-size: 18px;
    }

    dt {
      width: 13em;
      color: var(--black-color);
      font-weight: 700;
    }

    dd {
      width: calc(100% - 13em);
    }
  }
}

.companyGroup {
  position: relative;

  &::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #046639;
  }
}

.companyGroupDetails {
  text-align: center;

  a {
    display: block;
    transition: ease 0.4s;

    &:hover {
      opacity: 0.8;
    }
  }

  .parent {
    position: relative;

    &::before,
    &::after {
      background: var(--bg-black);
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }

    &::before {
      width: 1px;
      height: 30px;
      bottom: -30px;
    }

    &::after {
      bottom: -30px;
      width: 85%;
      height: 1px;
    }
  }

  .children {
    padding-top: 60px;
  }

  .child {
    width: 15%;
    margin: 0 2% 0 0;
    position: relative;

    &:last-of-type {
      margin-right: 0;
    }

    &::before {
      background: var(--bg-black);
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      height: 30px;
      top: -30px;
    }

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

@media (max-width: 1024px) {
  .companyMessageWrap {
    .txtWrap {
      padding: 10px 0;
      width: 57%;
      margin-left: 3%;
    }
  }

  .companyAwards {
    .awardsListItem {
      padding: 1em 2em;
    }
  }

  .companyOutline {
    .outlineListItem {
      font-size: 16px;
    }
  }
}

@media (max-width: 768px) {
  .companyAwards {
    .awardsListItem {
      padding: 1em;
      font-size: 15px;

      .year {
        width: 6em;
      }

      .detail {
        width: calc(100% - 6em);
      }
    }
  }
}

@media (max-width: 600px) {
  .companyMessageWrap {
    .imgWrap {
      width: 80%;
    }

    .txtWrap {
      padding: 10px 0;
      width: 100%;
      margin: 0;
      font-size: 16px;

      .name {
        font-size: 20px;
      }

      .comments {
        font-size: 14px;
      }
    }
  }

  .companyOutline {
    .outlineListItem {

      dt,
      dd {
        display: block;
        width: 100%;
      }
    }
  }

  .companyGroupDetails {
    a {
      &:hover {
        opacity: 1;
      }
    }

    .parent {

      &::before,
      &::after {
        content: none;
      }

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

    .children {
      padding-top: 40px;
    }

    .child {
      width: 45%;
      margin: 0 10% 20px 0;
      position: relative;

      &:nth-of-type(2n) {
        margin-right: 0;

        &::before {
          bottom: 50%;
          top: initial;
          left: -12%;
          width: 5px;
          height: 50vmin;
        }
      }

      &::before {
        top: 50%;
        transform: initial;
        width: 100%;
        height: 5px;
        left: 50%;
        z-index: -1;
      }

      img {
        max-width: initial;
        width: 100%;
      }
    }
  }
}

/* -----  page-simulation.php  ----- */

.likeSystemMain {
  background: var(--bg01);
}

.ttl_1 {
  font-size: 36px;
  letter-spacing: 0.3em;
  padding: 0 0 1em;
  line-height: 1;
  text-align: center;
  position: relative;

  &::after {
    content: "";
    width: 1.4em;
    border-bottom: 3px solid var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

#page_ttl {
  .cont_lead {
    max-width: 90%;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 1.7em;
    text-align: center;
    margin: 1.5em auto;
  }

  .cont_lead span {
    display: inline-block;
  }

  @media screen and (max-width: 768px) {
    .cont_lead {
      font-size: 16px;
      margin: 1.8em auto 1.2em;
    }
  }
}

.start_btn_area {
  .start_img {
    justify-content: center;

    li {
      border-radius: 50%;
      overflow: hidden;
      padding-top: 32%;
      position: relative;

      img {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

.btn_style {
  display: flex;
  justify-content: center;
  padding: 0;
  border: none;
  margin: 30px auto 0;

  span {
    max-width: 500px;
    width: 100%;
    font-size: 24px;
    padding: 10px 40px;
    background: var(--main-color);
    color: var(--white-color);
    cursor: pointer;
    transition: ease 0.4s;
    font-weight: 700;
    border-radius: 10px;

    &:hover {
      opacity: 0.7;
    }
  }

  &:disabled {
    span {
      background: var(--bg03);
      cursor: initial;

      &:hover {
        opacity: 1;
      }
    }
  }
}

.q_box {
  margin: 0 auto;
}

.q_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.q_ttl .ttl {
  font-size: 32px;
  letter-spacing: 0.24em;
  line-height: 1;
  font-feature-settings: "palt";
}

.q_ttl .nb {
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  color: var(--main-color);
  font-family: "Oswald", sans-serif;
  margin-bottom: 1em;
}

.question {
  display: none;
  margin-top: -150px;
  padding-top: 150px;

  .choices {
    margin: 70px auto 50px;
    justify-content: center;

    li {
      margin-bottom: 20px;
      overflow: hidden;
      padding: 1em;
      background: var(--white-color);
      box-sizing: border-box;
      transition: ease 0.4s;
      border: 3px solid var(--white-color);

      &:hover {
        opacity: 0.8;
        border-color: var(--main-color);
      }

      img {
        max-width: 100%;
        height: auto;
        /* object-fit: cover; */
      }

      label {
        input {
          display: none;
        }

        input+span {
          /* padding: 30px 10px; */
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          font-size: 24px;
          line-height: 1.4;
          background-color: var(--bg01);
          color: var(--black-color);
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          text-align: center;
          transition: all 0.3s;
        }

        input:checked+span {
          color: var(--white-color);
          background-color: var(--main-color);
          transition: all 0.3s;
        }

        input+div {
          width: 100%;
          height: 100%;
          border: 2px solid #231815;
          padding: 8px;
          cursor: pointer;
          box-sizing: border-box;
        }

        input:checked+div {
          border: 5px solid var(--main-color);
          padding: 5px;
        }

        input+div ul {
          width: 100%;
          height: 100%;
          display: flex;
        }

        input+div ul li {
          width: 25%;
          margin-bottom: 0;
        }
      }
    }
  }
}

.label_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;

  .img {
    width: auto;
    height: 2em;

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

.choices li:nth-child(3) .label_wrap .img {
  margin: 0 -1em 0 1em;
}

.quiz-result {
  display: none;
}

.resultWrap {
  margin-top: 40px;

  .resultImgs {
    width: 55%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .resultTxts {
    width: 40%;
    margin-left: 5%;

    .resultTxtsBox {
      display: flex;
      justify-content: center;
      flex-flow: column wrap;
      height: 100%;
      padding: 30px 0;
      box-sizing: border-box;

      .c-btn {
        min-width: initial;
        width: 100%;
      }
    }

    h3 {
      font-size: 24px;
      margin-bottom: 0.5em;
    }

    p {
      margin-bottom: 1em;
    }

    .details {
      margin-top: 1em;

      .ttl {
        margin-bottom: 0;
      }

      .points {
        padding: 1em;
        font-size: 16px;
        border: 1px solid var(--bg-black);

        .pointItem {
          width: 45%;
          margin: 0 10% 5px 0;
          display: flex;
          justify-content: space-between;

          &:nth-of-type(2n) {
            margin-right: 0;
          }
        }
      }
    }
  }

  .resultGallery {
    margin: 40px 0 0;
    text-align: center;

    dd {
      margin-top: 0.5em;

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

    .texts {
      text-align: center;
      margin-top: 20px;

      p {
        font-size: 18px;
      }
    }
  }
}

.resultCommon {
  background: var(--white-color);
}

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

  .txtWrap {
    margin-top: 0.5em;
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .resultWrap {
    .resultTxts {
      width: 43%;
      margin-left: 2%;

      .details {
        .points {
          .pointItem {
            width: 48%;
            margin: 0 4% 5px 0;
            display: flex;
            justify-content: space-between;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .question {
    padding: 150px 0 0;

    .choices {
      margin: 20px auto;
    }
  }

  .q_box .box_inner {
    padding: 15px 2% 0;
  }

  .q_ttl .nb {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .q_ttl .ttl {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin: 0 0.3em 0 0.5em;
  }

  .resultWrap {
    .resultImgs {
      width: 100%;
    }

    .resultTxts {
      width: 100%;
      margin: 20px 0 0;

      .resultTxtsBox {
        height: auto;
        padding: 0;
      }
    }
  }
}

@media (max-width: 600px) {
  .start_btn_area {
    .start_img {
      li {
        width: 32%;
        margin: 0 2% 20px 0;

        &:nth-of-type(3n) {
          margin-right: 0%;
        }
      }
    }
  }

  .question {
    .choices {
      li {
        width: 48%;
        margin: 0 4% 20px 0;

        &:nth-of-type(3n) {
          margin-right: 4%;
        }

        &:nth-of-type(2n) {
          margin-right: 0;
        }
      }
    }
  }

  .q_ttl .ttl {
    font-size: 5vmin;
  }

  .resultWrap {
    .resultTxts {
      h3 {
        font-size: 4.8vmin;
      }

      p {
        font-size: 3vmin;
      }

      .details {
        .points {
          padding: 2vmin;

          .pointItem {
            width: 45%;
            margin-right: 10%;
          }

          dt,
          dd {
            font-size: 3.2vmin;
          }
        }
      }
    }
  }

  .resultCommonListItem {
    .txtWrap {
      font-size: 4.4vmin;
      margin-top: 0;
      margin-bottom: 3vmin;
    }
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----  header.php  ----- */

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

/* -----  header.php  ----- */