@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* keyvisual
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .m-keyvisual__hdg .en {
    font-size: 13.3vw;
  }
}
@media screen and (max-width: 500px) {
  .m-keyvisual__img figcaption {
    font-size: 2.8vw;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* equipment-hdg
-----------------------------------------------------------------*/
.equipment-hdg {
  margin: 0 0 120px;
  padding: 65px 0;
  background-color: #4a342a;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .equipment-hdg {
    margin: 0 0 60px;
    padding: 40px 0;
  }
}
.equipment-hdg .en {
  display: block;
  font-size: 80px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .equipment-hdg .en {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
}
.equipment-hdg .ja {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .equipment-hdg .ja {
    font-size: 18px;
  }
}

/* equipment-hdg-sub
-----------------------------------------------------------------*/
.equipment-hdg-sub {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .equipment-hdg-sub {
    margin: 0 0 25px;
  }
}
.equipment-hdg-sub .en {
  display: block;
  font-size: 44px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  color: #9a8852;
}
@media screen and (max-width: 1000px) {
  .equipment-hdg-sub .en {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-hdg-sub .en {
    font-size: 35px;
    line-height: 1.2;
  }
}
.equipment-hdg-sub .ja {
  position: relative;
  display: inline-block;
  margin: 10px auto 0;
  padding: 0 10px;
  font-size: 20px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .equipment-hdg-sub .ja {
    padding: 0 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .equipment-hdg-sub .ja {
    font-size: 3.6vw;
  }
}
.equipment-hdg-sub .ja::before, .equipment-hdg-sub .ja::after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #221815;
  content: "";
}
@media only screen and (max-width: 767px) {
  .equipment-hdg-sub .ja::before, .equipment-hdg-sub .ja::after {
    width: 15px;
  }
}
.equipment-hdg-sub .ja::before {
  left: 0;
  translate: -100% 0;
}
.equipment-hdg-sub .ja::after {
  right: 0;
  translate: 100% 0;
}

/* equipment-nav
-----------------------------------------------------------------*/
.equipment-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .equipment-nav {
    padding: 65px 0;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .equipment-nav::after {
    width: 48%;
    height: 0;
    content: "";
  }
}
.equipment-nav__item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .equipment-nav__item {
    width: 48%;
  }
  .equipment-nav__item:nth-child(3n) {
    margin-top: 10px;
  }
}
.equipment-nav__item a {
  position: relative;
  display: block;
  padding: 30px 0;
  text-align: center;
  background-color: #9a8852;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .equipment-nav__item a {
    padding: 20px 0;
  }
}
.equipment-nav__item a .en {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .equipment-nav__item a .en {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-nav__item a .en {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.equipment-nav__item a .ja {
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .equipment-nav__item a .ja {
    font-size: 13px;
  }
}
.mode-pc .equipment-nav__item a:hover, .mode-sp .equipment-nav__item a:active {
  opacity: 0.7;
}
.mode-pc .equipment-nav__item a:hover::before, .mode-sp .equipment-nav__item a:active::before {
  translate: -50% -8px;
}
@media only screen and (max-width: 767px) {
  .mode-pc .equipment-nav__item a:hover::before, .mode-sp .equipment-nav__item a:active::before {
    translate: -50% -6px;
  }
}
.equipment-nav__item a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  bottom: 0;
  left: 50%;
  translate: -50% -12px;
  rotate: 135deg;
  pointer-events: none;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .equipment-nav__item a::before {
    width: 10px;
    height: 10px;
    translate: -50% -8px;
  }
}

/* equipment-wrap
-----------------------------------------------------------------*/
.equipment-wrap {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .equipment-wrap {
    padding-top: 60px;
  }
}
.equipment-wrap:first-of-type {
  padding-top: 0;
}

/* m-item
-----------------------------------------------------------------*/
.m-item__img img {
  width: 100%;
  height: auto;
}
.m-item__ttl {
  margin-top: 5px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .m-item__ttl {
    font-size: 1.67vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-item__ttl {
    margin-top: 8px;
    font-size: 18px;
  }
}
.m-item__txt {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .m-item__txt {
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-item__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.m-item__cap {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .m-item__cap {
    font-size: 1.08px;
  }
}
@media only screen and (max-width: 767px) {
  .m-item__cap {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
   sec-equipment
---------------------------------------------------------------------------*/
.sec-equipment {
  color: #221815;
}
.sec-equipment .block-kitchen01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01 {
    display: block;
    margin-bottom: 35px;
  }
}
.sec-equipment .block-kitchen01__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec-equipment .block-kitchen01__img img {
  width: 100%;
  height: auto;
}
.sec-equipment .block-kitchen01__txt {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt {
    width: 100%;
  }
}
.sec-equipment .block-kitchen01__txt .ttl {
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .ttl {
    font-size: 22px;
  }
}
.sec-equipment .block-kitchen01__txt .txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sec-equipment .block-kitchen01__txt .point {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point {
    display: block;
  }
}
.sec-equipment .block-kitchen01__txt .point__item {
  width: 32%;
  padding: 0 5px 10px;
  color: #9a8852;
  text-align: center;
  border: 1px solid #9a8852;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point__item {
    width: 100%;
    padding: 0 5px 22px;
  }
  .sec-equipment .block-kitchen01__txt .point__item:not(:first-of-type) {
    margin-top: 32px;
  }
}
.sec-equipment .block-kitchen01__txt .point__ttl {
  display: inline-block;
  padding: 0 10px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  background-color: #faf4e8;
  line-height: 1;
  translate: 0 -60%;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-kitchen01__txt .point__ttl {
    padding: 0 0.83vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point__ttl {
    padding: 0 8px;
  }
}
.sec-equipment .block-kitchen01__txt .point__ttl .en {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point__ttl .en {
    font-size: 16px;
  }
}
.sec-equipment .block-kitchen01__txt .point__ttl .no {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point__ttl .no {
    font-size: 25px;
  }
}
.sec-equipment .block-kitchen01__txt .point__txt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -10px;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-kitchen01__txt .point__txt {
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen01__txt .point__txt {
    margin-top: -5px;
    font-size: 16px;
  }
}
.sec-equipment .block-kitchen02 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02 {
    margin-bottom: 45px;
  }
}
.sec-equipment .block-kitchen02__ttl {
  padding: 20px;
  background-color: #4a342a;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.sec-equipment .block-kitchen02__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}
.sec-equipment .block-kitchen02__item {
  position: relative;
  width: 18%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item {
    width: 45%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item:nth-child(2)::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item:nth-child(n+3) {
    margin-top: 25px;
  }
}
.sec-equipment .block-kitchen02__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #4a342a;
  border-right: 0;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item::after {
    top: 20vw;
    right: -12%;
    translate: 50% -50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #4a342a;
  }
}
.sec-equipment .block-kitchen02__item .img img {
  width: 100%;
  height: auto;
}
.sec-equipment .block-kitchen02__item .ttl {
  padding-top: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-kitchen02__item .ttl {
    font-size: 1.17vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item .ttl {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.sec-equipment .block-kitchen02__item--txt {
  width: 15.5%;
  padding: 30px 30px 30px 0;
  background-color: #faf4e8;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item--txt {
    width: 45%;
    padding: 0 !important;
    background-color: transparent;
  }
}
.sec-equipment .block-kitchen02__item--txt:nth-child(4) {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item--txt:nth-child(4)::after {
    content: none;
  }
}
.sec-equipment .block-kitchen02__item--txt:nth-child(6)::after {
  content: none;
}
.sec-equipment .block-kitchen02__item--txt .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #9a8852;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-kitchen02__item--txt .ttl {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen02__item--txt .ttl {
    height: auto;
    font-size: 18px;
    aspect-ratio: 1/1;
  }
}
.sec-equipment .block-kitchen03__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen03__list {
    gap: 16px;
  }
}
.sec-equipment .block-kitchen03__list .m-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 20px);
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px); /* 4カラムの場合 */
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-kitchen03__list .m-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 8px);
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px); /* 4カラムの場合 */
    margin-bottom: 15px;
  }
}
.sec-equipment .block-bathroom__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-bathroom__wrap {
    gap: 16px;
  }
}
.sec-equipment .block-bathroom__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 20px);
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px); /* 4カラムの場合 */
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-bathroom__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 8px);
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px); /* 4カラムの場合 */
    margin-bottom: 15px;
  }
}
.sec-equipment .block-bathroom__list .m-item + .m-item {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-bathroom__list .m-item + .m-item {
    margin-top: 2.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-bathroom__list .m-item + .m-item {
    margin-top: 25px;
  }
}
.sec-equipment .block-living__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-living__wrap {
    display: block;
  }
}
.sec-equipment .block-living__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 10px);
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px); /* 2カラムの場合 */
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-living__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 8px);
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px); /* 2カラムの場合 */
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-living__list:first-of-type {
    margin-bottom: 40px;
  }
}
.sec-equipment .block-living__list .m-item + .m-item {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .sec-equipment .block-living__list .m-item + .m-item {
    margin-top: 2.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-living__list .m-item + .m-item {
    margin-top: 25px;
  }
}
.sec-equipment .block-living__list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 10px);
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px); /* 42カラムの場合 */
}
.sec-equipment .block-living__list3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 10px);
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px); /* 42カラムの場合 */
  margin-bottom: 40px;
}
.sec-equipment .block-entrance {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-entrance {
    margin-bottom: 45px;
  }
}
.sec-equipment .block-entrance__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-entrance__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
}
.sec-equipment .block-entrance__list .m-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 20px);
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px); /* 4カラムの場合 */
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-equipment .block-entrance__list .m-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 8px);
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px); /* 4カラムの場合 */
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------------------
   sec-storage
---------------------------------------------------------------------------*/
.sec-storage {
  color: #221815;
  background-color: #fff;
}
.sec-storage .block-storage {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .sec-storage .block-storage {
    padding-bottom: 45px;
  }
}
.sec-storage .block-storage__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-storage .block-storage__list {
    display: block;
  }
}
.sec-storage .block-storage__list .m-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(33.333% - 20px);
      -ms-flex: 0 1 calc(33.333% - 20px);
          flex: 0 1 calc(33.333% - 20px); /* 4カラムの場合 */
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-storage .block-storage__list .m-item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sec-storage .block-storage__list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-storage .block-storage__list02 {
    gap: 16px;
  }
}
.sec-storage .block-storage__list02 .m-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 20px);
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px); /* 4カラムの場合 */
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-storage .block-storage__list02 .m-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 8px);
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px); /* 4カラムの場合 */
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------------------
   sec-creativeplan
---------------------------------------------------------------------------*/
.sec-creativeplan {
  color: #221815;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan {
    padding-bottom: 60px;
  }
}
.sec-creativeplan .block-loft__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__wrap {
    display: block;
  }
}
.sec-creativeplan .block-loft__wrap img {
  width: 100%;
  height: auto;
}
.sec-creativeplan .block-loft__img {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec-creativeplan .block-loft__img figcaption {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__img figcaption {
    font-size: 10px;
  }
}
.sec-creativeplan .block-loft__txtblock {
  width: 42.5%;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__txtblock {
    width: 100%;
  }
}
.sec-creativeplan .block-loft__txtblock figure {
  margin-bottom: 20px;
}
.sec-creativeplan .block-loft__txtblock figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__txtblock figcaption {
    font-size: 10px;
  }
}
.sec-creativeplan .block-loft__txtblock .ttl {
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #9a8852;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__txtblock .ttl {
    font-size: 18px;
  }
}
.sec-creativeplan .block-loft__txtblock .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.sec-creativeplan .block-loft__txtblock .txt-item {
  padding: 20px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 5px);
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
  background-color: #9a8852;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-creativeplan .block-loft__txtblock .txt-item {
    padding: 1.67vw 5px;
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__txtblock .txt-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px;
    font-size: 14px;
  }
}
.sec-creativeplan .block-loft__wrap2 {
  margin-top: 40px;
}
.sec-creativeplan .block-loft__wrap2 .ttl {
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__wrap2 .ttl {
    font-size: 18px;
  }
}
.sec-creativeplan .block-loft__wrap2 .txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-loft__wrap2 .txt {
    font-size: 14px;
  }
}
.sec-creativeplan .block-atelier__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-atelier__list {
    display: block;
  }
}
.sec-creativeplan .block-atelier__list .m-item {
  width: 64.5%;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-atelier__list .m-item {
    width: 100%;
  }
}
.sec-creativeplan .block-atelier__list .m-item:nth-child(2) {
  width: 33.8%;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-atelier__list .m-item:nth-child(2) {
    width: 100%;
    margin-top: 35px;
  }
}

  .sec-creativeplan .block-ldone img {
    width: 100%;
    height: auto;
  }
  .sec-creativeplan .block-ldone__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.sec-creativeplan .block-ldone__left {
  display: flex;
  flex-flow:row wrap;
  gap:16px;
  width: 58%;
}
.sec-creativeplan .block-ldone__left .ldone_full {
  width: 60%;
}
.sec-creativeplan .block-ldone__left ul {
  display: flex;
  flex-flow: column wrap;
  gap:16px;
  width: calc(40% - 16px);
}
.sec-creativeplan .block-ldone__left ul figcaption {
  font-size: 14px;
  position: absolute;
  right:.5em;
  bottom: 0;
  color: #fff;
}
.sec-creativeplan .block-ldone__left li {
  position: relative;
}
.sec-creativeplan .block-ldone__left li:first-child::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 8px solid #4a342a;
  border-bottom: 0;
  position: absolute;
  left:50%;
  bottom: -12px;
  translate: -50% 0;
}
.sec-creativeplan .block-ldone__left li p {
  font-size: 14px;
  letter-spacing: -.02em;
  line-height: 1.6;
  margin-top: -8px;
}
.sec-creativeplan .block-ldone__left li p span {
  font-size:10px;
  display: block;
}



.sec-creativeplan .block-ldone__right {
  width: calc(42% - 32px);
}
.sec-creativeplan .block-ldone__right figcaption {
  font-size: 14px;
  text-align: right;
}
.sec-creativeplan .block-ldone__right .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 1em;
}
.sec-creativeplan .block-ldone__right .txt-item {
  padding: 20px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 5px);
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
  background-color: #9a8852;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-creativeplan .block-ldone__right .txt-item {
    padding: 1.67vw 5px;
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-ldone__right .txt-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-ldone__wrap {
    display: block;
  }

  .sec-creativeplan .block-ldone__left,
  .sec-creativeplan .block-ldone__right {
    width: 100%;
  }
    .sec-creativeplan .block-ldone__right {margin-top:32px;}
}

@media only screen and (max-width: 639px) {
  .sec-creativeplan .block-ldone__left {
  display: block;
}
.sec-creativeplan .block-ldone__left .ldone_full {
  width: 100%;
}
.sec-creativeplan .block-ldone__left ul {
  flex-flow: row wrap;
  margin-top: 1em;
  width: 100%;
}
.sec-creativeplan .block-ldone__left li:not(:last-child) {
  width: calc(50% - 8px);
}
.sec-creativeplan .block-ldone__left li:first-child::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #4a342a;
  border-right: 0;
  left:auto;
  right: -12px;
  bottom: auto;
  top:50%;
  translate: 0 -50%;
}
}

.sec-creativeplan .block-ldone__wrap2 {
  margin-top: 40px;
}
.sec-creativeplan .block-ldone__wrap2 .ttl {
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-ldone__wrap2 .ttl {
    font-size: 18px;
  }
}
.sec-creativeplan .block-ldone__wrap2 .txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-creativeplan .block-ldone__wrap2 .txt {
    font-size: 14px;
  }
}
