@charset "UTF-8";
:root {
  --header-h: 50px;
}

@media screen and (min-width: 901px) {
  :root {
    --header-h: 48px;
  }
}
.dummy {
  transform: scaleX(-1);
}

.wbr-wrap {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (hover) {
  .wbr-wrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .is-sp-scroll {
    position: relative;
    width: 100%;
    max-width: 100% !important;
  }
  .is-sp-scroll::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 23px;
    background: url(../images/concept/ui-swipe.svg) center center/contain no-repeat;
    inset: 0;
    margin: auto;
    animation: yura 1s ease alternate infinite both;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
  .is-sp-scroll > div {
    overflow: auto;
    margin-inline: -16px;
  }
  .is-sp-scroll > div img {
    max-width: none !important;
    width: auto !important;
    height: 320px !important;
    padding-inline: 16px;
  }
}
.is-sp-scroll.is-scrolled::after {
  opacity: 0;
}

@keyframes yura {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.caption.is-out {
  position: relative;
  inset: 0;
  padding: 3px 0.5em;
}

@media screen and (max-width: 767px) {
  .caption.is-out-sp {
    position: relative;
    inset: 0;
    padding: 3px 0.5em;
  }
}

.general-section .inner.is-widest {
  max-width: 1540px;
}

.general-section .inner.is-wider {
  max-width: 1480px;
}

.general-section .inner.is-wide {
  max-width: 1320px;
}

.general-section .inner-wide {
  max-width: 1520px;
}


/* tabs */
/* common */
.flex-wrapper.jcsb {
  justify-content: space-between;
}

.sec-title {
  text-align: center;
}
.sec-title-border {
  margin-bottom: 30px;
}
.sec-title-border span {
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #C3A665;
  display: inline-block;
  font-size: 4rem;
  padding: 20px;
  min-width: 344px;
}
@media screen and (max-width: 767px) {
  .sec-title-border span {
    font-size: 2rem;
    padding: 10px;
    min-width: 200px;
  }
}
.sec-title-lead {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-title-lead {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.sec .note {
  font-size: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec .note {
    font-size: 1.6rem;
  }
}

.bg {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 40px 0 0;
  }
}
#design .bg {
  padding: 80px 0 180px;
}
@media screen and (max-width: 767px) {
  #design .bg {
    padding: 40px 0 90px;
  }
}
.bg01 {
  background: url(../images/design/bg01.webp) no-repeat center;
  background-size: cover;
}
.bg02 {
  background: #fff;
}
#design .bg03 {
  background: url(../images/design/bg02.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #design .bg03 {
    padding-bottom: 40px;
  }
}
.bg04 {
  background: url(../images/design/bg02.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bg04 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px;
  }
}


/* #design */
/* col */
.col {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .col {
    margin-bottom: 0;
  }
}
.col.mb0 {
  margin-bottom: 0;
}
.col-title {
  color: #215E74;
  font-size: 3.8rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .col-title {
    font-size: 2.2rem;
  }
}
.col-lead {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .col-lead {
    font-size: 1.8rem;
  }
}
.col .note {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .col .note {
    font-size: 1.6rem;
  }
}
.col .note-wrap {
  margin-bottom: 20px;
}
.col .note.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.col .note .fz_s {
  font-size: 80%;
}
.col2 li {
  width: 49.0540540541%;
}
@media screen and (max-width: 767px) {
  .col2 li {
    margin-bottom: 30px;
    width: 100%;
  }
}
.col2 .col-single {
  width: 48.4848484848%;
}
@media screen and (max-width: 767px) {
  .col2 .col-single {
    width: 100%;
  }
}
@media not (max-width: 767px) {
  .col2 .col-single .col-img.is-onlyimg {
    height: calc(100% - 22px);
  }
  .col2 .col-single .col-img.is-onlyimg figure {
    height: 100%;
  }
  .col2 .col-single .col-img.is-onlyimg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.col4 .col-all {
  width: 100%;
}
.col4 .col-double {
  width: 49.0540540541%;
}
@media screen and (max-width: 767px) {
  .col4 .col-double {
    width: 100%;
  }
}
.col4 .col-single {
  width: 23.7837837838%;
}
@media screen and (max-width: 767px) {
  .col4 .col-single {
    width: 100%;
  }
}
.col5 .col-single {
  width: 19.3918918919%;
}
@media screen and (max-width: 767px) {
  .col5 .col-single {
    width: 100%;
  }
}
.col .col-box {
  border: 1px solid rgba(167, 167, 167, 0.9);
  margin-bottom: 22px;
  padding: 22px;
}
.col .col-box:not(.flex-wrapper) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col .col-box:not(:has(.col-ttl) ){
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .col .col-box {
    padding: 10px;
  }
}
.col .col-box.is-powder-wheel .wheel-wrap {
  width: 100%;
  margin-bottom: 5px;
}
.col-img .dummy {
  position: relative;
  transform: scaleX(1);
}
.col-img .dummy::after {
  background: #C6307E;
  color: #fff;
  content: "変更？";
  font-size: 2rem;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 1;
}



.img-sub{
  max-width: 126px;
  width: 24vw;
  position: absolute;
  bottom: -8%;
  right: 4%;
}
.mb-70{
  margin-bottom: clamp(16px, 4vw, 70px);
}
.mb-100{
  margin-bottom: clamp(32px, 7.2vw, calc(72 / 766 * 100% + 36px));
}
.mt-60{
  margin-top: -60px;
}
.col-ttl{
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.3;
  & + .note{
    margin-top: 0;
    font-size: 14px;
  }
}
.col-box .note{
  font-size: 14px;
}
.flex-col-1{
  width: calc(50% - 11px);
  display: flex;
  flex-direction: column;
  .col-single{
    width: 100%;
  }
}
.flex-col-2{
  display: flex;
  gap: 22px;
}
.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 22px;
  .col-single{
    width: 100%;
  }
  .col-box{
    margin-bottom: 0;
  }
}
.mb-20{
  margin-bottom: 20px;
}
.quality-grid-01{
  margin-block: clamp(32px, 4.2vw, 42px) clamp(32px, 8vw, 80px);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 22px;
  .col-single{
    display: flex;
    gap: 22px;
  }
}
#structure{
  background-color: #fff;
}
#structure .col .col-box{
  padding-top: 32px;
}
#structure .col-box .note{
  font-size: 18px;
}
.min-h54{
  min-height: 54px;
}
.lh-1{
  line-height: 1.3;
}
@media screen and (max-width: 1240px) {
  .img-sub{
    bottom: auto;
    top: 2%;
  }
  .pc-text-right{
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .flex-col-1{
    width: 100%;
  }
  .flex-col-2{
    margin-bottom: 30px;
    gap: 0;
  }
  .quality-grid-01{
    grid-template-columns: auto;
    .col-single{
      flex-direction: column;
    }
  }
  .mt-60{
    margin-top: 0;
  }
  .structure08 .structure-title{
    margin-inline: -10px;
  }
  .min-h54{
    min-height: auto;
  }
  .sp-mb-30{
    margin-bottom: 30px;
  }
}
.voice-copy{
  font-size: clamp(2.6rem,3vw,3rem);
  line-height: 1.5;
  margin-bottom: .6em;
}
.voice-copy.has-bd{
  padding-bottom: .4em;
  margin-bottom: .6em;
  border-bottom: 1px solid #A38455;
}
.voice-contents{
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.voice-content{
  background: #fff;
  padding: 80px 60px 48px;
  margin-top: 80px;
}
.voice-contents-head{
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 32px;
}
.voice-content:nth-child(even) .voice-contents-head{
  grid-template-columns: 1fr 52%;
}
.voice-contents-head-thumb{
  /* width: calc(52% - 16px); */
  position: relative;
  height: 100%;
  width: 100%;
}
.voice-contents-head-thumb img{
  width: 100%;
  height: calc(100% + 160px);
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.voice-contents-head-body{
  /* width: calc(48% - 16px); */
}
.voice-contents-head-body .lead{
  margin-top: 0;
  margin-bottom: .4em;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.voice-note{
  margin-top: 2.4em;
  font-size: clamp(1.6rem,1.8vw,1.8rem);
  line-height: 2;
}
.voice-contents-section{
  background: url(../images/voice/voice-bg-01.webp) no-repeat top center;
  background-size: cover;
}
.voice-tab-section{
  background: url(../images/voice/voice-bg-02.webp) no-repeat top center;
  background-size: cover;
}

.voice-tab-title{
  font-size: clamp(3.2rem,3.6vw,3.6rem);
  line-height: 1.5;
}
.voice-tab-subTxt{
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice-tab-lead{
    font-size: 1.7rem;
    margin: .5rem 0 1rem;
  }
  .voice-tab-subTxt{
    margin-top: 18px;
    font-size: 14px;
  }
}
.voice-tab-title + .lead{
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.voice-tabs{
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.voice-tabs.btm{
  margin-top: 0;
}
.voice-tabs.btm .voice-btn svg{
  transform: translateY(-50%) rotate(180deg);
}
.voice-tab a{
  color: #2c2c2c;
}
.voice-tab:first-child a{
  display: block;
  background: #F1ECE6;
}
.voice-tab:first-child a .voice-btn{
  background: #936934;
}
.voice-tab:nth-of-type(2) a{
  display: block;
  background: #EAEFF1;
}
.voice-tab:nth-of-type(2) a .voice-btn{
  background: #215E74;
}
.voice-tab:last-child a{
  display: block;
  background: #F5F0ED;
}
.voice-tab:last-child a .voice-btn{
  background: #7B5D59;
}
.voice-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 48px;
  font-size: 1.8rem;
}
.voice-btn svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
.voice-tab-body{
  padding: 24px;
}
.voice-tab-body .note{
  margin-top: 1.4em;
  margin-bottom: 0;
}
.voice-tab-en{
  font-size: 2.6rem;
  margin-bottom: .8em;
}
.voice-tab-jp{
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: .8em;
}
.case-wrap{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.case-head{
  width: 44%;
  margin-bottom: -60px;
}
.case-body{
  width: 56%;
  cursor: pointer;
  position: relative;
}
.case-body::before{
  content: "";
  background: url(../images/voice/arw-play.svg) no-repeat center / contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 43%;
  translate:-50% -50%;
  z-index: 2;
}
.case-body03::before{
  content: "";
  background: url(../images/voice/arw-play-white.svg) no-repeat center / contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 43%;
  translate:-50% -50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-body::before{
    width: 45px;
    height: 45px;
    top: 50%;
    left: 55%;
  }
}
.case-body .fit-img{
  width: calc(100% + 120px);
  margin-left: -120px;
}
.case-head-wrap{
  padding: 32px 40px;
  
}
.case-head-title{
  font-size: clamp(2.4rem,3vw,3rem);
  padding-bottom: .4em;
  margin-bottom: .6em;
}
.case-head-title-number{
  font-size: clamp(6rem,8vw,8rem);
}
.case-head-copy{
  font-size: clamp(2.2rem,2.4vw,3rem);
  font-weight: 600;
  line-height: 1.3;
}
.case-head-body{
  padding-right: 145px;
}
.case-head-movie-button{
  background: #936934;
  color: #fff;
  font-size: 2.4rem;
  padding: 20px 64px 18px 22px;
  position: relative;
  line-height: 1.4;
  display: block;
  text-align: left;
  width: 100%;
}
.case-head-movie-button02{
  background: #215E74;
}
.case-head-movie-button03{
  background: #7B5D59;
}

.case-head-movie-button::before{
  content: "";
  background: url(../images/voice/arw-movie-click.svg) no-repeat center / contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10%;
  translate:0% -50%;
}
@media screen and (max-width: 767px) {
  .case-head-movie-button{
    background: #936934;
    color: #fff;
    font-size: 1.6rem;
    padding: 16px;
    position: relative;
    line-height: 1.4;
  }
  .case-head-movie-button02{
    background: #215E74;
  }
  .case-head-movie-button03{
  background: #7B5D59;
}
  .case-head-movie-button::before{
    rotate: 90deg;
  }
}
.case-body-txt{
  position: absolute;
  top: 60%;
  left: -120px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1;
}
.case-body-txt-in{
  background: #fff;
  color: #000;
  padding: 17px 15px 18px 43px;
  font-size: clamp(2rem,2.4vw,2.4rem);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .case-body-txt{
  top: 65%;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-body-txt-in{
  background: #fff;
  color: #000;
  padding: 6px;
  font-size: 1.4rem;
  width: fit-content;
}
}
.voice-label{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  width: 6em;
  border-radius: 2.5em;
  margin-right: .4em;
}
.case-detail-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.case-detail-wrap + .case-detail-wrap{
  margin-top: 60px;
}
.case-detail-body{
  width: 50%;
}
.case-detail-head{
  width: calc(50% - 48px);
}
.case-detail-copy{
  font-size: clamp(2.4rem,3vw,3rem);
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 600;
}
.case-detail-body .note{
  font-size: clamp(1.6rem,1.8vw,1.8rem);
}
.page-header--title .small-text{
  font-size: 48%;
  margin-bottom: .4em;
  padding-left: .4em;
}
.page-header--title .caption{
  margin-top: 1.2em;
  padding-left: .8em;
}

.case-txt-button{
  border-bottom: 1px solid #000;
  width: fit-content;
  padding-bottom: 27px;
  margin: 0 auto;
  padding-top: 70px;
  
}
@media screen and (max-width: 767px) {
  .case-txt-button{
    padding-top: 45px;
    
  }
}
.case-txt-link{
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 45px;
  color: #000;
  font-size: clamp(3rem,3.6vw,3.6rem);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

}

@media screen and (max-width: 767px) {
  .case-txt-link{
    padding-left: 45px;
    font-size: 20px;


  }
}
.case-txt-link::before{
  content: "";
			background: url(../images/voice/arw-txt-link.svg) no-repeat center / contain;
			width: 36px;
			height: 36px;
			position: absolute;
			top: 50%;
			left: 0%;
			translate:0% -50%;
}
.accordion-a {
  display: none ;
  overflow: hidden;
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .voice-tab-body {
    min-height: 280px;
  }
  .voice-tabs{
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .voice-tab-body {
    min-height: 320px;
  }
  .voice-tabs{
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .voice-note{
    margin-top: 1.2em;
    line-height: 1.8;
  }
  .voice-contents {
    gap: 32px;
  }
  .voice-content {
    background: #fff;
    padding: 16px 16px 16px;
    margin-top: 0;
  }
  .voice-contents-head-body .lead {
    margin-top: 0;
    margin-bottom: 0;
  }
  .voice-contents-head-thumb {
    /* height: 30vw; */
    order: 2;
  }
  .voice-contents-head-thumb img {
    /* height: calc(100% + 80px);
    top: -80px; */
    width: 100%;
    height: auto;
    position: static;
  }
  .voice-contents-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .voice-content:nth-child(even) .voice-contents-head {
    grid-template-columns: 1fr;
  }
  .voice-tabs {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .case-head{
    margin-bottom: -28px;
    width: calc(100% - 32px);
  }
  .case-head-wrap {
    padding: 32px 16px 48px;
  }

  .case-head-body {
    padding-right: 0;
  }
  .case-body {
    width: 100%;
    text-align: right;
  }
  .case-body .fit-img {
    width: calc(100% - 32px);
    margin-left: 0;
  }
  .case-wrap{
    padding-bottom: 0;
  }
  .case-detail-body {
    width: 100%;
  }
  .case-detail-head {
    width:100%;
    margin-bottom: 24px;
  }
  .case-detail-wrap + .case-detail-wrap{
    margin-top: 32px;
  }
}

.is-brn{
  color: #A38455;
}
.is-key-01{
  color: #936934;
}
.is-key-02{
  color: #215E74;
}
.is-key-03{
  color: #7B5D59;
}
.is-marker{
  background-image: linear-gradient(90deg, #EFEAA2, #EFEAA2 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 0 100%;

  /* ★ここが重要 */
  transition: background-size var(--marker-dur, 2s) linear;
}

.is-marker.is-active{
  background-size: 100% 100%;
}
/* .is-marker{
  background-image: linear-gradient(90deg, #EFEAA2,#EFEAA2 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: 2s ease-in-out;
  background-position: 0 100%;
}
.is-marker.is-active{
  background-size: 100% 100%;
}
.note .is-marker:nth-of-type(2){
  transition-delay: .4s;
}
.note .is-marker:nth-of-type(3){
  transition-delay: .6s;
}
.note .is-marker:nth-of-type(4){
  transition-delay: .8s;
}
.note .is-marker:nth-of-type(5){
  transition-delay: 1s;
} */
/* .is-marker::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.bg-01-01{
  background: #E8DCCD;
}
.bg-01-02{
  background: #F2EFEC;
}
.bg-01-03{
  background: #F1ECE6;
}
.bg-02-01{
  background: #C7D2D6;
}
.bg-02-02{
  background: #F1F5F6;
}
.bg-02-03{
  background: #EAEFF1;
}
.bg-03-01{
  background: #E3D5CD;
}
.bg-03-02{
  background: #F7F3F1;
}
.bg-03-03{
  background: #F5F0ED;
}
.is-husband{
  background: #4F5E64;
  color: #fff;
}
.is-wife{
  background: #905C4D;
  color: #fff;
}