@charset "utf-8";
/* CSS Document */

body {
  overflow: auto;
}

.b-modalInner {
  height: 80%;
}
.b-modalContent iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.e-shoulder,
.sec-function .b-main .b-img p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .b-modalInner {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .b-modalInner {
    width: 80%;
  }
}

/*---------------------------------

 b-fv

---------------------------------*/
.b-fv {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.b-fv .container {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-fv .e-shoulder {
  position: absolute;
  letter-spacing: 0.1em;
}
.b-fv .b-txt h1 {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.b-fv .b-txt h1 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .b-fv {
    height: 305px;
    background: url(img/main-sp.jpg) center center / cover;
  }
  .b-fv .container {
    margin: 0 45px;
  }
  .b-fv .e-shoulder {
    top: 45px;
    left: 0;
    font-size: 25px;
  }
  .b-fv .b-txt {
    width: 100%;
    margin-top: 50px;
  }
  .b-fv .b-txt h1 {
    margin: 0;
    font-size: 23px;
    font-weight: 400;
  }
  .b-fv .b-txt p {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-fv {
    height: 580px;
    background: url(img/main-pc.jpg) center center / cover;
    margin-top: 8ex;
  }
  .b-fv .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-fv .e-shoulder {
    top: 60px;
    left: 20px;
    font-size: 40px;
  }
  .b-fv .b-txt {
    text-align: center;
    margin-top: 140px;
  }
  .b-fv .b-txt h1 {
    font-size: 35px;
  }
  .b-fv .b-txt p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 38px;
  }
}

/*---------------------------------

 b-menu

---------------------------------*/
.b-menu {
  color: #343434;
  font-weight: 400;
}
.b-menu dt {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #aaa;
}
.b-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.b-menu li {
  width: 50%;
  padding: 10px;
}
.b-menu a {
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  padding-top: 0.2em;
  padding-left: 1.6em;
}
.b-menu a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #a7a7a7;
  background-image: url(../assets/img/bt-arw-acc.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-10%);
}

@media screen and (max-width: 767px) {
  .b-menu dt {
    font-size: 14px;
  }
  .b-menu a {
    font-size: 12px;
    padding-left: 1.8em;
  }

  .b-menu ul {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 2fr 2fr;
  }

  .b-menu li {
    width: 100%;
  }

  li#red {
    color: white;
    height: 30px;
    background: #780e0e;
    content: unset;
  }

  li#red a {
    padding-left: 7px;
    font-size: 13px;
  }

  .b-menu li#red a::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-menu {
    position: relative;
    display: flex;
    height: 460px;
    align-items: center;
  }
  .b-menu::after {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    background: url(img/menu-img.png);
    background-size: 100% auto;
    background-position: bottom right;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .b-menu .b-txt {
    width: 500px;
    margin-left: 11.5%;
  }
  .b-menu dt {
    font-size: 18px;
  }
  .b-menu a {
    font-size: 16px;
  }
  .b-menu a:hover::before {
    background-color: #780e0e;
  }
}

/*---------------------------------

 sec-function

---------------------------------*/
@media screen and (max-width: 767px) {
  .sec-function + .sec-function {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sec-function + .sec-function {
    margin-top: 80px;
  }
  .sec-function::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #aaa;
    margin-bottom: 80px;
  }
}
/* b-main ---------------*/
.sec-function .b-main {
  display: flex;
  background: #343434;
  color: #fff;
}
.sec-function.m-rangefood .b-main {
  color: #777;
}
.sec-function .b-main .b-txt {
  order: 2;
}
.sec-function .b-main .b-txt .e-shoulder {
  line-height: 1;
  padding: 0.1em 0 0.25em 0.8em;
  border-left: 5px solid #fff;
}
.sec-function .b-main .b-txt p.e-txt {
  line-height: 2.14;
}
.sec-function .b-main .b-txt h3 {
  margin: 0;
  line-height: 1.6;
}
.sec-function .b-main .b-txt h3 span {
  display: inline-block;
}
.sec-function .b-img p {
  line-height: 1.1;
}

.sec-function .b-txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-function .b-main {
    width: calc(100% + 30px);
    margin-left: -15px;
    flex-wrap: wrap;
  }
  .sec-function .b-main .inner {
    padding: 25px 25px 35px;
    font-size: 14px;
  }
  .sec-function .b-main .b-txt h3 {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .sec-function .b-main .b-img {
    width: 100%;
    height: 300px;
  }
  .sec-function .b-main .b-img p {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec-function .b-main {
    height: 500px;
  }
  .sec-function .b-main .b-txt,
  .sec-function .b-main .b-txt .inner,
  .sec-function .b-main .b-img {
    height: 100%;
  }
  .sec-function .b-main .b-txt {
    width: 450px;
    min-width: 450px;
  }
  .sec-function .b-main .b-txt .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 355px;
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
  }
  .sec-function .b-main .b-txt .e-shoulder {
    position: absolute;
    font-size: 18px;
    top: 35px;
  }
  .sec-function .b-main .b-txt h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec-function .b-main .b-txt h3,
  .sec-function .b-main .b-txt .e-txt {
    transform: translateY(20px);
  }
  .sec-function .b-main .b-img {
    width: 100%;
    position: relative;
  }
  .sec-function .b-main .b-img p {
    font-size: 50px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
}
/* b-items ---------------*/
.sec-function .b-items dt {
  font-weight: 500;
  margin: 0.8em 0 0.4em;
  letter-spacing: 0.05em;
}
.sec-function .b-items dd {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .sec-function .b-items figure {
    margin-top: 45px;
  }
  .sec-function .b-items dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec-function .b-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .sec-function .b-items figure {
    width: 46%;
    max-width: 405px;
    margin-top: 50px;
  }
  .sec-function .b-items dt {
    font-size: 18px;
  }
}
/* b-items ---------------*/
.b-cld .b-lead h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.b-cld .b-lead h3,
.b-cld .b-txt h3,
.b-story .e-sholder {
  color: #780e0e;
}
.b-cld .b-lead .e-txt {
  color: #707070;
}
.b-cld .b-story .inner {
  display: flex;
  flex-wrap: wrap;
}
.b-cld .b-lead .e-txt,
.b-story .e-sholder {
  font-size: 16px;
}
.b-story .e-sholder {
  font-weight: 500;
  letter-spacing: 0.13em;
}
.b-cld .b-txt h3,
.b-story h3 {
  font-size: 20px;
}
.b-cld .b-story h3 {
  color: #343434;
  margin: 20px 0;
}
.b-story .b-txt {
  font-size: 16px;
  color: #707070;
}
.b-story .b-btn .m-wh {
  border: 1px solid #aaa;
  color: #707070;
  margin: auto;
  margin-top: 40px;
}
.b-story .b-btn .m-wh::before {
  background: #707070;
}
@media screen and (max-width: 767px) {
  .b-cld {
    margin-top: 10px;
  }
  .sec-function .m-bgGreenPale {
    /* width: calc(100% + 50px);
    margin-left: -25px; */
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .b-cld .inner {
    margin: 0 25px;
  }
  .b-cld .b-story .inner {
    margin: 0;
  }
  .b-cld .b-story .b-img {
    margin: 25px 0 20px;
  }
  .b-cld .b-story .b-txt {
    order: 2;
  }
  .b-cld .b-story .b-btn .m-wh {
    width: 95%;
    font-size: 18px;
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .sec-function .m-bgGreenPale {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b-cld .inner {
    margin: 0 70px;
  }
  .b-cld .b-story {
    margin-top: 90px;
  }
  .b-cld .b-story .inner {
    margin-right: 0;
  }
  .b-cld .b-story .b-txt {
    width: 445px;
    min-width: 445px;
    margin-right: 55px;
  }
  .b-cld .b-story h3 {
    white-space: nowrap;
  }
  .b-cld .b-story .b-img {
    width: calc(100% - 445px - 55px);
  }
}

/*---------------------------------

 kitchenstyle

---------------------------------*/

@media screen and (max-width: 767px) {
  .m-style .b-main .b-img {
    background: url(img/style-sp.jpg) center center/ cover;
  }
}
@media screen and (min-width: 768px) {
  .m-style .b-main .b-img {
    background: url(img/style-pc.jpg) center center/ cover;
  }
}
/*---------------------------------

 worktop

---------------------------------*/
.m-worktop .b-feature {
  color: #343434;
}
.m-worktop .b-feature h3 {
  line-height: 1;
  text-align: center;
  padding: 0.7em 0.5em 0.9em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 60px;
}
.m-worktop .b-feature h3,
.m-worktop .b-features dt {
  font-size: 18px;
  font-weight: 500;
}
.m-worktop .b-features li {
  display: flex;
  align-items: flex-start;
}
.m-worktop .b-features h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 75px;
  min-width: 75px;
  height: 75px;
  background: #707070;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin: 0;
}
.m-worktop .b-features dt {
  line-height: 1;
  margin-bottom: 0.8em;
}
.m-worktop .b-features dd {
  font-size: 14px;
  color: #707070;
}

ul.b-features.fadeIn.in {
  display: flex;
}

@media screen and (max-width: 767px) {
  .m-worktop .b-main .b-img {
    background: url(img/worktop-sp.jpg) center center/ cover;
  }
  .m-worktop .b-cld .m-bgGreenPale {
    margin-top: 30px;
  }
  .m-worktop .b-features li {
    margin-top: 30px;
  }
  .m-worktop .b-features h4 {
    margin-right: 15px;
  }
  ul.b-features.fadeIn.in {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .m-worktop .b-main .b-img {
    background: url(img/worktop-pc.jpg) center center/ cover;
  }
  .m-worktop .b-cld .m-bgGreenPale {
    margin-top: 60px;
  }
  .m-worktop .b-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-worktop .b-features li {
    width: 47.6%;
    margin-top: 40px;
  }
  .m-worktop .b-features h4 {
    margin-right: 25px;
  }
}
/*---------------------------------

 doormaterial

---------------------------------*/
.m-doormaterial .b-lead {
  margin-bottom: 30px;
}
.m-doormaterial .b-img02 dt {
  font-size: 18px;
  font-weight: 500;
  color: #343434;
}
.m-doormaterial .b-img02 dd {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .m-doormaterial .b-main .b-img {
    background: url(img/material-sp.jpg) center center/ cover;
  }
  .m-doormaterial .b-imgs img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
  }
  .m-doormaterial .b-img02 .b-txt {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-doormaterial .b-main .b-img {
    background: url(img/material-pc.jpg) center center/ cover;
  }
  .m-doormaterial .b-img02 {
    display: flex;
  }
  .m-doormaterial .b-img02 .b-txt {
    width: 280px;
    min-width: 280px;
    margin-top: 60px;
    margin-left: 1%;
  }
  .m-doormaterial .b-img02 .b-img {
    width: 100%;
    max-width: 460px;
    margin-left: 20px;
  }
}
/*---------------------------------

 sink

---------------------------------*/
.m-sink .b-sink00 li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
.m-sink .b-sink00 li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #780e0e;
  line-height: 1;
}
.m-sink .b-sink00 li:nth-child(1)::before {
  content: "A";
}
.m-sink .b-sink00 li:nth-child(2)::before {
  content: "B";
}
.m-sink .b-sink00 li:nth-child(3)::before {
  content: "C";
}
.m-sink .b-sink00 li:nth-child(4)::before {
  content: "D";
}
.m-sink .b-cld dt {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #343434;
}
.m-sink .b-cld dd {
  font-size: 14px;
  color: #707070;
}
.m-sink .b-sink01 {
  margin: 35px 0 50px;
}
.m-sink .b-sink02 .b-box dt {
  margin-bottom: 0.5em;
}
.m-sink .b-sink02 .b-box dt span {
  display: inline-block;
}
.m-sink .b-sink02 .b-box dd {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .m-sink .b-main .b-img {
    background: url(img/sink-sp.jpg) center center/ cover;
  }
  .m-sink .b-cld > img {
    display: block;
    /* width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px; */
    width: 100%;
    margin-bottom: 10px;
  }

  .m-sink .b-cld .m-bgGreenPale {
    padding-top: 25px;
  }
  .m-sink .b-sink00 li {
    margin-top: 15px;
  }
  .m-sink .b-sink00 li br {
    display: none;
  }
  .m-sink .b-sink00 li::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 17px;
    margin-right: 10px;
  }
  .m-sink .b-sink00 .b-img {
    margin-top: 30px;
  }
  .m-sink .b-sink01 {
    width: 100vw;
    margin-left: -25px;
  }
  .m-sink .b-sink02 .b-box {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .m-sink .b-main .b-img {
    background: url(img/sink-pc.jpg) center center/ cover;
  }
  .m-sink .b-sink00 {
    display: flex;
  }
  .m-sink .b-sink00 .b-txt {
    width: 540px;
    min-width: 540px;
    margin-right: 35px;
  }
  .m-sink .b-sink00 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .m-sink .b-sink00 li {
    width: 230px;
    margin-top: 20px;
  }
  .m-sink .b-sink00 li::before {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 22px;
    margin-right: 15px;
    transform: translateY(5px);
  }
  .m-sink .b-sink02 {
    display: flex;
    justify-content: space-between;
  }
  .m-sink .b-sink02 .b-box {
    width: 46.46%;
  }
}
/*---------------------------------

 airflow

---------------------------------*/
.m-airflow .b-cld .b-box h3 {
  font-size: 18px;
  color: #343434;
  margin-bottom: 0.6em;
}
.m-airflow .b-cld .b-box p {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .m-airflow .b-main .b-img {
    background: url(img/airflow-sp.jpg) center center/ cover;
  }
  .m-airflow .b-cld .b-box + .b-box {
    margin-top: 50px;
  }
  .m-airflow .b-cld .b-box .b-txt {
    margin-bottom: 18px;
  }
  .m-airflow .b-cld .b-box.m-box02 .b-img,
  .m-airflow .b-cld .b-box.m-box03 .b-img {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .m-airflow .b-main .b-img {
    background: url(img/airflow-pc.jpg) center center/ cover;
  }
  .m-airflow .b-cld .b-box {
    display: flex;
  }
  .m-airflow .b-cld .b-box + .b-box {
    margin-top: 65px;
  }
  .m-airflow .b-cld .b-box .b-txt {
    width: 46.35%;
    min-width: 46.35%;
    margin-right: 7%;
  }
}
/*---------------------------------

 rangefood

---------------------------------*/
.m-rangefood .b-cld .b-box h3 {
  font-size: 18px;
  color: #343434;
  margin-bottom: 1.3em;
}
.m-rangefood .b-cld .b-box p {
  font-size: 14px;
  color: #707070;
}
.m-rangefood .b-cld .b-img img {
  display: block;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .m-rangefood .b-main .b-img {
    background: url(img/rangfood-sp.jpg) center center/ cover;
  }
  .m-rangefood .b-cld .b-box + .b-box {
    margin-top: 50px;
  }
  .m-rangefood .b-cld .b-box h3 {
    white-space: nowrap;
  }
  .m-rangefood .b-cld .m-box02 {
    margin-bottom: 20px;
  }
  .m-rangefood .b-cld .m-box02 img {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .m-rangefood .b-main .b-img {
    background: url(img/rangfood-pc.jpg) center center/ cover;
  }
  .m-rangefood .b-cld .inner {
    display: flex;
    justify-content: space-between;
  }
  .m-rangefood .b-cld .b-box {
    width: 45.5%;
  }
}
/*---------------------------------

 tollboy

---------------------------------*/
.m-tollboy .b-cld .b-box h3 {
  font-size: 18px;
  color: #343434;
  margin-bottom: 0.6em;
}
.m-tollboy .b-cld .b-box p {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .m-tollboy .b-main .b-img {
    background: url(img/tallboy-sp.jpg) center center/ cover;
  }
  .m-tollboy .b-cld .b-img {
    margin-bottom: 20px;
  }
  .m-tollboy .b-cld .b-img img {
    display: block;
    margin: 30px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-tollboy .b-main .b-img {
    background: url(img/tallboy-pc.jpg) center center/ cover;
  }
  .m-tollboy .b-cld .b-box {
    display: flex;
  }
  .m-tollboy .b-cld .b-box + .b-box {
    margin-top: 65px;
  }
  .m-tollboy .b-cld .b-box .b-txt {
    width: 46.35%;
    min-width: 46.35%;
    margin-right: 7%;
  }
  .m-tollboy .b-cld .b-box .b-img .b-txt {
    width: 100%;
    margin-top: 0.5em;
  }
}
/*---------------------------------

 sidepanels_handle

---------------------------------*/
@media screen and (max-width: 767px) {
  .m-handles .b-main .b-img {
    background: url(img/door-pc.jpg) center center/ cover;
  }
  .m-handles .b-cld .b-items {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .m-handles .b-main .b-img {
    background: url(img/door-pc.jpg) center center/ cover;
  }
}
/* 20240307追加 */

.m-handles .b-cld .b-box dt {
  font-size: 18px;
  color: #343434;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.m-handles .b-cld .b-box dd {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .m-sidepanels .b-main .b-img {
    background: url(img/sidepanel-pc.jpg) center center/ cover;
  }
  .m-handles .b-cld .b-inner {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-handles .b-cld .b-box .b-img {
    display: block;
    margin: 20px 0px;
  }

  .m-sidepanel_contents {
    margin: 0px 20px;
    margin-top: -47px;
  }
}
@media screen and (min-width: 768px) {
  .m-sidepanels .b-main .b-img {
    background: url(img/sidepanel-sp.jpg) center center/ cover;
  }
  .m-handles .b-cld .b-inner {
    display: flex;
    flex-direction: column-reverse;
    width: 70.5%;
    margin: auto;
  }
  .m-handles .b-cld .b-box {
    margin-top: 30px;
    display: flex;
  }
  .m-handles .b-cld .b-box .b-txt {
    width: 52%;
    min-width: 52%;
    margin-right: 30px;
  }
}

/*---------------------------------

 largedrawer

---------------------------------*/
.m-largedrawer .b-cld .b-box dt {
  font-size: 18px;
  color: #343434;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.m-largedrawer .b-cld .b-box dd {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .m-largedrawer .b-main .b-img {
    background: url(img/drawer-sp01.jpg) center center/ cover;
  }
  .m-largedrawer .b-cld .b-inner {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-largedrawer .b-cld .b-box .b-img {
    display: none;
  }

  div#movie_drawer {
    display: block;
    text-align: center;
    margin-top: 20px;
}

  .m-largedrawer .b-cld .b-box .b-img {
    display: block;
    text-align: center;
  }

  .m-largedrawer .b-cld .b-img02 {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .m-largedrawer .b-main .b-img {
    background: url(img/drawer-pc01.jpg) center center/ cover;
  }
  .m-largedrawer .b-cld .b-inner {
    display: flex;
    flex-direction: column-reverse;
    width: 70.5%;
    margin: auto;
  }
  .m-largedrawer .b-cld .b-box {
    margin-top: 30px;
    display: flex;
  }
  .m-largedrawer .b-cld .b-box .b-txt {
    width: 52%;
    min-width: 52%;
    margin-right: 30px;
  }
}
/*---------------------------------

 option

---------------------------------*/
.sec-function.m-option .b-main {
  display: block;
  background: none;
  color: #707070;
  background: #f5f5f5;
  height: auto;
}
.sec-function.m-option .b-txt {
  line-height: 1;
  padding: 0.1em 0.8em 0.3em;
  border-left: 5px solid #707070;
  margin-bottom: 40px;
  color: #707070;
}
.sec-function.m-option ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-function.m-option li figcaption {
  margin-top: 0.8em;
  line-height: 1.45;
}
.sec-function.m-option .b-btn .m-sq {
  border-color: #707070;
  color: #707070;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec-function.m-option {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #f5f5f5;
    padding: 30px 0 40px;
  }
  .sec-function.m-option .b-main {
    width: calc(100% - 60px);
    margin: auto;
  }
  .sec-function.m-option .b-txt {
    font-size: 14px;
  }
  .sec-function.m-option li {
    font-size: 12px;
    width: 47%;
    margin-bottom: 25px;
  }
  .sec-function.m-option li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
  .sec-function.m-option .b-btn .m-sq {
    width: 95%;
    height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sec-function.m-option {
  }
  .sec-function.m-option .b-main {
    padding: 50px 40px;
  }
  .sec-function.m-option .b-txt {
    font-size: 18px;
  }
  .sec-function.m-option li {
    width: 22.75%;
    margin-right: 3%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sec-function.m-option li:nth-child(4n) {
    margin-right: 0;
  }
  .sec-function.m-option .b-btn .m-sq {
    width: 305px;
  }
}

/*---------------------------------

Door material 20240305

---------------------------------*/

@media screen and (max-width: 767px) {
  .img-frame {
    width: 100%;
    /* height: 200px; */
  }
}
.img-01,
.img-02,
.img-03,
.img-04,
.img-05,
.img-06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slider 10s linear infinite;
  border-radius: 50%;
}
.img-01 {
  background-image: url("img/door04.jpg");
  animation: slide-animation-01 0s infinite;
  background-position: -41px 0px;
}
.img-02 {
  background-image: url("img/door04-material.jpg");
  animation: slide-animation-02 6s infinite;
}
.img-03 {
  background-image: url("img/door03.jpg");
  animation: slide-animation-03 0s infinite;
  background-position: -38px 0px;
}

.img-04 {
  background-image: url("img/door03-material.jpg");
  animation: slide-animation-04 6s infinite;
}
.img-05 {
  background-image: url("img/door02.jpg");

  animation: slide-animation-05 0s infinite;
}
.img-06 {
  background-image: url("img/door02-material.jpg");
  animation: slide-animation-06 6s infinite;
  background-position: -48px;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-04 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-animation-05 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-06 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.card2 {
  overflow: hidden;
  margin: 20px;
  display: flex;
  width: 97%;
  height: 350px;
}

.card__imgframe2 {
  width: 70%;
  box-sizing: border-box;
  position: relative;
}

.card__textbox2 {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin: auto;
}
.card__textbox2 > * + * {
  margin-top: 10px;
  font-size: 17px;
}
.card__titletext2 {
  font-size: 50px;
  line-height: 125%;
  width: 25%;
  background: dimgray;
  color: white;
  margin-left: 0px;
  transform: translateY(30px);
}

.card__titletext2 > span {
  font-size: 30px;
  font-weight: bold;
}

.card__titletext2 > p {
  font-size: 24px;
  padding-top: 5px;
}

.card__overviewtext2 {
  font-size: 14px;
  text-align: justify;
}

figure#portolife3 {
  margin: 10ex;
}

@media screen and (max-width: 767px) {
  .img-01,
  .img-02,
  .img-03,
  .img-04,
  .img-05,
  .img-06 {
    width: 250px;
    height: 250px;
  }

  figure#portolife3 {
    margin: 3ex 0ex 13ex;
  }

  .portolife3 {
    margin: auto;
  }

  .portolife2 {
    display: flex;
  }

  .card2 {
    overflow: hidden;
    margin: 16px;
    width: 275px;
    display: block;
    height: auto;
  }
  .card__imgframe2 {
    width: 100%;
    position: relative;
  }

  .card__textbox2 {
    box-sizing: border-box;
    margin-top: 28ex;
  }
}

/*---------------------------------

 sec-design

---------------------------------*/

/* .b-movie */
.sec-material .b-movie {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sec-material .b-movie .b-txt {
  position: relative;
  z-index: 2;
}

.sec-material .b-movie .b-img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: all 0.3s;
}

.sec-material .b-movie .b-txt,
.sec-material .b-movie .b-img {
  left: 0;
  top: 0;
}

.sec-material .b-movie:hover .b-img {
  transform: scale(1.1, 1.1);
}

.p-top-zeroconductor__movie.c-animation--fade.js-animation-scroll.js-modal-open.is-visible {
  width: 85%;
  margin: auto;
}

figure#portolife {
  margin-top: 7ex;
}

dt#movie {
  text-align: center;
  font-size: 19px;
  margin: 5ex 0ex 2ex;
  color: #707070;
}

.b-movie.fadeIn.in {
  margin-bottom: 6ex;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-material .b-movie {
    margin-top: 30px;
    width: 100%;
    margin: auto;
  }

  .sec-material .b-movie .b-img {
    background: url(top/img/movie-bg-sp1.jpg) center center / cover;

    /* background: url(top/img/samu2.png) center center / cover; */
  }

  .b-txt.hot_to {
    width: 100%;
    margin: auto;
  }

  figure#portolife {
    display: flex;
    overflow-x: overlay;
    margin-top: 5ex;
  }

  .sp-br {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .sec-material .b-movie {
    margin-top: 70px;
  }

  .sec-material .b-movie .b-img {
    background: url(top/img/movie-bg-pc1.jpg) center center / cover;
  }

  .b-txt.hot_to {
    width: 75%;
    margin: auto;
    overflow: hidden;
  }

  .b-txt.hot_to img:hover {
    transform: scale(1.1);
    transition: 1s all;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .body-in {
    display: none;
  }

  header {
    position: fixed;
  }

  main {
    margin-top: 13%;
  }

  .inner {
    padding: 0px;
  }
}

/* 追加240802 */
section#doormaterial,
section#sink,
section#worktop,
section#style,
section#sidepanels,
section#handle,
section#airflow,
section#tollboy,
section#rangefood,
section#largedrawer {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

div#option {
  display: block;
  padding-top: 111px;
  margin-top: -98px;
}

@media screen and (max-width: 767px) {
  section#doormaterial,
  section#sink,
  section#worktop,
  section#style,
  section#sidepanels,
  section#handle,
  section#airflow,
  section#rangefood,
  section#largedrawer {
    display: block;
    padding-top: 0ex;
    margin-top: -0ex;
  }

  div#option {
    display: block;
    padding-top: 0ex;
    margin-top: -0ex;
  }

  section#tollboy {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
  }

  .container {
    margin: 25px;
  }
}
