@charset "UTF-8";

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

中面

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

/*  c-button
*----------------------------------- */

.c-button a {
  background: #34251c;
  color: #fff;
  padding: 7px 15px 8px;
  border-radius: 5px;
  font-size: 3vw;
}
@media print, screen and (min-width: 761px) {
  .c-button a {
    font-size: 13px;
  }
}

/*  l-〇〇
*----------------------------------- */

.l-〇〇 {

}
@media print, screen and (min-width: 761px) {

}
@media print, screen and (max-width: 760px) {

}


/*  l-cv
*----------------------------------- */
.l-cv {
  width: 100%;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.l-cv ul {
  display: flex;
  align-items: center;
  height: 48px;
}

.l-cv ul img {
  width: 100%;
}

.l-cv ul li:first-child {
  width: 53.3%;
}
.l-cv ul li:last-child {
  width: 46.7%;
}



/*  l-visual
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-visual {
    background: url(../img/main.jpg) no-repeat top center;
    background-size: contain;
    height: 722px;
    position: relative;
    width: 1440px;
    margin: 0 auto;
  }
  .l-visual__container {
    position: absolute;
    top: 30px;
    right: 33px;
  }
  .l-visual__container ul {
    display: flex;
    align-items: center;
  }
  .l-visual__container ul li {
    height: 36px;
    margin: 0 5px;
  }
  .l-visual__container ul li img {
    height: 100%;
    width: auto;
  }
}

/*  l-concept
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-concept {
    width: 1200px;
    margin: 0 auto;
  }
}

/*  l-favorite
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-favorite {
    background: #f5f5f3;
  }
  .l-favorite .pc {
    width: 1200px;
    margin: 0 auto;
  }
}

/*  l-recommended
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-recommended {
    width: 1200px;
    margin: 0 auto;
  }
}

/*  l-design
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-design {
    background: #f5f5f3;
  }
  .l-design .pc {
    width: 1200px;
    margin: 0 auto;
  }
}

/*  l-benefits
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-benefits {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .l-benefits .btn {
    width: 255px;
    position: absolute;
    bottom: 166px;
    right: 342px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-benefits {
    margin-bottom: 15vw;
  }
  .l-benefits .btn {
    width: 70%;
    margin: 0 5vw;
  }
}

/*  l-case
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-case {
    width: 1200px;
    margin: 0 auto 160px;
    position: relative;
  }
  .l-case .tab-container {
    max-width: 1082px;
    margin: 0 auto;
  }
  .l-case .tab-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    flex-wrap: wrap;
    margin-bottom: 98px;
  }
  .l-case button {
    all: unset;
    cursor: pointer;
    display: inline-block;
  }

  .l-case button img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-case .tab-btn {
    width: 340px;
    appearance: none;
  }
  .l-case .tab-btn.active {
    
  }
  .l-case .tab-content {
    width: 1080px;
    margin: 0 auto;
  }
  .l-case .tab-content .tab-pane {
    display: none;
  }
  .l-case .tab-content .tab-pane.active {
    display: block;
  }
  .l-case #prevBtn {
    appearance: none;
    position: absolute;
    width: 46px;
    top: 644px;
    left: -73px; 
  }
  .l-case #nextBtn {
    appearance: none;
    position: absolute;
    width: 46px;
    top: 644px;
    right: -73px; 
  }
}
@media print, screen and (max-width: 760px) {
  .l-case .cnt {
    padding: 0 5vw 10vw;
  }
  .l-case .cnt .case_acd,
  .l-case .cnt .case_acd02,
  .l-case .cnt .case_acd03 {
    border: 1px solid #446514;
    border-radius: 10px;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .case_acd dd,
  .case_acd02 dd,
  .case_acd03 dd {
    display: none;
  }
  .case_acd dt,
  .case_acd02 dt,
  .case_acd03 dt {
    position: relative;
  }
  .case_acd dt::after,
  .case_acd02 dt::after,
  .case_acd03 dt::after {
    content: "＋";
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .case_acd.open dt::after,
  .case_acd02.open dt::after,
  .case_acd03.open dt::after {
    content: "－";
  }

}

/*  l-voice
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-voice {
    width: 1200px;
    margin: 0 auto 140px;
    position: relative;
  }
  .l-voice .cnt {
    width: 938px;
    margin: 0 auto;
  }
  .l-voice button {
    all: unset;
    cursor: pointer;
    display: inline-block;
  }
  .l-voice button img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-voice .voice-prev {
    appearance: none;
    position: absolute;
    width: 46px;
    top: 703px;
    left: -73px; 
  }
  .l-voice .voice-next {
    appearance: none;
    position: absolute;
    width: 46px;
    top: 703px;
    right: -73px; 
  }
}
@media print, screen and (max-width: 760px) {
  .l-voice {
    margin-bottom: 15vw;
  }
  .l-voice .title {
    margin-bottom: 10px;
    text-align: center;
  }
  .l-voice .title span {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    background: #f5f5f3;
    padding: 0 20px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
  }
  .l-voice .voice_acd dt {
    width: 30%;
    margin: 5vw auto 10vw;
  }
}

/*  l-qa
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-qa {
    background: #f5f5f3;
    margin-bottom: 150px;
  }
  .l-qa .pc {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
.l-qa {
    margin-bottom: 20vw;
  }
}

/*  l-flow
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-flow {
    width: 1200px;
    margin: 0 auto;
  }
}


/*  l-contact
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-contact {
    background: #f5f5f3 url(../img/contact.jpg) no-repeat center top;
    background-size: auto 100%;
    height: 410px;
  }
  .l-contact .pc {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .l-contact ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 268px;
    left: 200px;
  }
  .l-contact ul li {
    height: 42px;
    margin: 0 5px;
  }
  .l-contact ul li img {
    height: 100%;
    width: auto;
  }
}
@media print, screen and (max-width: 760px) {
  .l-contact {
    background: #f5f5f3;
  }
  .l-contact .btn {
    padding: 0 15%;
  }
  .l-contact .btn li:first-child {
    margin-bottom: 10px;
  }
}


/*  l-footer
*----------------------------------- */
.l-footer {
  background: #446514;
}
@media print, screen and (min-width: 761px) {
  .l-footer {
    padding: 92px 0 54px;
    font-size: 12px;
  }
  .l-footer .wrapper {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .l-footer .wrapper .logo {
    width: 307px;
  }
  .l-footer .wrapper .logo ul {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
  }
  .l-footer .wrapper .logo ul li {
    width: 32px;
    margin-right: 10px;
  }
  .l-footer .wrapper .box {
    width: 260px;
    color: #fff;
  }
  .l-footer .wrapper .box .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .l-footer .wrapper .box .add {
    margin-bottom: 5px;
  }
  .l-footer .wrapper .box .icon {
    margin-top: 18px;
    width: 32px;
  }
  .footer_wrap {
    width: 980px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .footer_wrap .footer {
    color: #fff;
  }
}

@media print, screen and (max-width: 760px) {
  .l-footer {
    padding: 15vw 5vw 20vw;
    font-size: 3.5vw;
  }
  .l-footer .wrapper .logo {
    width: 100%;
    margin-bottom: 12vw;
  }
  .l-footer .wrapper .logo ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .l-footer .wrapper .logo ul li {
    width: 32px;
    margin: 0 5px;
  }
  .l-footer .wrapper .box {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 12vw;
  }
  .l-footer .wrapper .box a {
    color: #fff;
  }
  .l-footer .wrapper .box .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .l-footer .wrapper .box .add {
    margin-bottom: 5px;
  }
  .l-footer .wrapper .box .icon {
    margin-top: 18px;
    width: 32px;
    display: inline-block;
  }
  .footer_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer_wrap .footer {
    color: #fff;
    width: 100%;
    font-size: 3vw;
    order: 2;
  }
}


/*  l-text_link
*----------------------------------- */
.footer_wrap .l-text_link__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1%;
}
.footer_wrap .l-text_link__container li {
  margin-left: 45px;
}

.footer_wrap .l-text_link__container li a {
  color: #fff;
}

@media print, screen and (max-width: 760px) {
  .footer_wrap .l-text_link__container {
    order: 1;
    width: 100%;
    margin-bottom: 5vw;
  }
  .footer_wrap .l-text_link__container li {
    margin: 0 10px;
  }
}




