

/*====================================================
////id |  overview
====================================================*/
.overview-inner {
  padding: min(13vw, 73px) 0 0;
}
.overview-img {
  margin-bottom: min(8vw, 80px);
}
.overview-head {
  display: grid;
  line-height: 1.57;
  text-align: center;
}
.overview-head .en {
  font-size: min(7.4666vw, 5rem);
  font-weight: 300;
}
.overview-head .jp {
  font-weight: 400;
  margin-top: .5em;
}
.overview-text {
  margin-top: min(7.7vw, 50px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .overview-head .jp {
    font-size: min(3.7333vw, 1.6rem);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .overview-head .jp {
    font-size: min(2vw, 2.2rem);
  }
}

@media (hover: hover) {}


/*====================================================
////id |  coating
====================================================*/
.coating-inner {
  padding-bottom: 0;
}
.coating-item-wrapper { 
  display: grid;
    grid-gap: min(12vw, 100px);
  margin-top: min(8.533vw, 72px);
}
.coating-item-head {
  line-height: 1.4;
}
.coating-item-tag {
  display: flex;
    flex-wrap: wrap;
    gap: .5em;
  margin-top: .5em;
}
.coating-item-tag .cate_item {
  font-size: .875em;
}
.coating-item-text {
  margin-top: min(6.4vw, 38px);
}
.coating-item-detail {
  background: var(--color_5);
  margin-top: min(6.4vw, 40px);
  padding: min(6.4vw, 32px) min(4.2vw, 32px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .coating-item-head {
    font-size: min(6.4vw, 3.5rem);
  }
  .coating-item-img {
    margin: min(8vw, 35px) auto 0;
    max-width: 600px;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .coating-text {
    font-size: min(1.6vw, 2rem);
  }
  .coating-item {
    display: flex;
      align-items: flex-start;
      gap: min(3vw, 60px);
  }
  .coating-item-content {
    flex: 1;
  }
  .coating-item-head {
    font-size: min(3.5vw, 4rem);
  }
  .coating-item-img {
    position: sticky;
      top: calc(var(--header_h) + (var(--header_top) * 2));
    width: 45.8%;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  color
====================================================*/
#color {
  overflow: hidden;
}
.color-inner {
  padding-bottom: 0;
}
.simulator-palette {
  margin-top: 24px;
  display: grid;
    grid-gap: 24px;
}
.simulator-palette > dl {
  display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 min(6.4vw, 58px);
  font-weight: 500;
}
.palette_color {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20vw,120px), 1fr));
    grid-gap: 8px;
  font-size: min(2.4vw, 1.2rem);
  line-height: 1;
  text-align: center;
}
.palette_color li {
  /* padding: min(.666vw, 4px); */
  position: relative;
}
.palette_color label {
  box-sizing: border-box;
  cursor: default;
  display: block;
  padding-left: 0;
  transition: transform .2s ease-in-out;
  width: min(5vw, 30px);
  width: 100%;
  height: min(4vw, 30px);
}
.palette_color li label::before {
  background: transparent;
  border: solid 1px #9C9C9C;
  border-radius: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
  opacity: 0;
  position: absolute;
    top: -3px;
    left: -3px;
  transition: opacity .2s ease-in-out;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.palette_color input:checked + label::before {
  opacity: 1;
}

.palette_color label::after,
.palette_color label .text {
  display: none;
}
.palette_color .name {
  display: flex;
    justify-content: center;
  font-family: var(--f_maru);
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 5px;
  /* margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
    left: -5em;
    right: -5em;
    bottom: calc(100% + 5px);
  transition: .2s ease-in-out;
  transform: translateY(10px); */
}


.color-attention {
  font-size: .8em;
  margin-top: min(6.4vw, 32px);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  /* .simulator-palette > dl.color-wrapper {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  } */
  .simulator-palette > dl {
    grid-template-columns: 1fr;
  }
  .palette_color {
    /* grid-template-columns: repeat(4, 1fr); */
    margin-top: 10px;
  }
  .custom_color-wrapper dd {
    font-size: .9em;
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {
  .color-text {
    font-size: min(1.6vw, 2rem);
  }
  .simulator-palette {
    display: grid;
      grid-template-columns: auto 1fr;
  }
  .simulator-palette > dl {
    display: grid;
      grid-template-columns: subgrid;
    grid-column: span 2;
    font-size: 1.8rem;
  }
  .simulator-palette dt {
    font-size: 2rem;
  }
  dl.color-wrapper dt {
    padding-top: calc((min(5vw, 30px) + (min(.666vw, 4px) * 2) - 1.75em) / 2);
  }

}

@media (hover: hover) {
  /* .palette_color li:not(li:has(input:checked)):hover label {
    transform: scale(1.1);
  } */
  .palette_color li:hover .name {
    opacity: 1;
    transform: none;
  }
}


/*====================================================
////id |  flow
====================================================*/
.flow-item-wrapper {
  display: flex;
    flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
  z-index: 0;
}
.flow-item {
  display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
}
.flow-item.show {
  animation: 0.8s ease-in-out forwards sa-show;
}
.flow-item .step {
  background: var(--color_5);
  border-radius: 2px;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .4em;
  font-weight: 500;
  line-height: 1.2;
}
.flow-item-content {
  background: #fff;
  border: solid 1px var(--color_2);
  border-radius: 4px;
  display: grid;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 100%;
}
.flow-item-content::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23707070" d="M12,0c6.63,0,12,5.37,12,12s-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0Z" /><path fill="%23ffffff" d="M15.04,11.9l-4.27,4.27-1.35-1.34,2.93-2.93-2.93-2.93,1.34-1.34,4.27,4.27Z" /></svg>') no-repeat center;
  background-size: 60%;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
}
.flow-item:last-child .flow-item-content::after {
  display: none;
}
.flow-item .qr > div {
  background: #fff;
  border: solid 1px var(--color_2);
  border-radius: min(1vw, 8px);
  color: #707070;
  font-size: min(2.8vw, 1.2rem);
  padding: min(2.1vw, 8px) min(2.1vw, 10px);
  text-align: center;
  width: min(19.2vw, 87px);
}

@keyframes sa-show {
  to {
    opacity: 1;
    transform: none;
  }
}

.flow-details_item-wrapper {
  margin-top: min(5.866vw, 90px);
}
.flow-details_item {
  border-bottom: solid 1px var(--color_2);
  padding: min(10.67vw, 57px) 0;
}
.flow-details_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.flow-details_item .step {
  background: var(--color_5);
  border-radius: 2px;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .4em;
  font-weight: 500;
  line-height: 1.2;
  padding: .1em .8em;
  width: 6.5em;
  height: 1.6em;
}
.flow-details_item dl {
  margin-top: min(4.266vw, 40px);
}
.flow-details_item dt {
  font-weight: 500;
  margin-bottom: .6em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .flow-item-wrapper {
    flex-direction: column;
    gap: 26px;
    margin: auto;
    overflow: hidden;
    width: min(100%, 600px);
  }
  .flow-item-wrapper::before {
    border-left: solid 3px var(--color_2);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: 3em;
      left: calc(min(10vw, 60px) / 2);
    width: 0;
    height: 0;
    z-index: -1;
  }
  .flow-item-wrapper.show::before {
    animation: 3s linear forwards flow_before-mob;
  }
  @keyframes flow_before-mob {
    to {
      height: calc(100% - (3em * 2));
    }
  }
  .flow-item {
    grid-gap: 15px;
    grid-template-columns: auto 1fr;
    transform: translateY(20px);
  }
  .flow-item .step {
    flex-direction: column;
    font-size: min(3.7333vw, 20px);
    width: min(10vw, 60px);
    height: 100%;
  }
  .flow-item .step .text {
    font-size: .643em;
  }
  .flow-item-content {
    align-items: center;
    font-size: min(4.266vw, 22px);
    grid-gap: 10px;
    line-height: 1.3;
    padding: min(4.266vw, 15px) min(4.2vw, 40px);
    place-items: center;
  }
  .flow-item-content::after {
    background-size: 50%;
    top: 100%;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    width: 26px;
    height: 26px;
  }
  .flow-item .img {
    width: min(30vw, 200px);
  }
  .flow-item-content:has(.qr) {
    grid-template-columns: 1fr auto;
  }
  .flow-item .qr {
    display: flex;
      align-items: center;
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .flow-details_item .step {
    font-size: min(4.266vw, 2rem);
  }
  .flow-details_item dt {
    font-size: min(5.333vw, 2.6rem);
  }
  .flow-details_item dd {
    line-height: 2;
  }
  .flow-details_item-img {
    margin: min(6.4vw, 35px) auto 0;
    width: min(100%, 600px);
  }

}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .flow-item-wrapper {
    gap: 60px min(2vw, 40px);
  }
  .flow-item {
    grid-gap: 32px;
    flex-grow: 1;
    width: calc((100% / 3) - (min(2vw, 40px) * 3 / 4));
    opacity: 0;
    position: relative;
    transform: translateX(-30px);
  }
  .flow-item:nth-child(2) ,
  .flow-item:nth-child(5) {
    animation-delay: .8s;
  }
  .flow-item:nth-child(3) ,
  .flow-item:nth-child(6) {
    animation-delay: 1.6s;
  }
  .flow-item:nth-child(1)::before,
  .flow-item:nth-child(4)::before {
    border-top: solid 3px var(--color_2);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: 15px;
      left: 0;
    width: 0;
    height: 0;
    z-index: -1;
  }
  .flow-item:nth-child(1).show::before,
  .flow-item:nth-child(4).show::before {
    animation: 3s linear forwards flow_before-pc;
  }
  @keyframes flow_before-pc {
    to {
      width: calc(100vw - (var(--innerBox_margin) * 2));
    }
  }

  .flow-item {
    grid-template-rows: auto 1fr;
  }
  .flow-item .step {
    font-size: min(1.5vw, 2rem);
    height: 32px;
    padding: .1em 1.2em;
  }
  .flow-item-content {
    font-size: min(1.6vw, 2.2rem);
    grid-template-rows: auto 1fr;
    grid-gap: min(2vw, 32px);
    padding: min(3vw, 40px) min(1vw, 40px);
    place-items: center;
    text-align: center;
  }
  .flow-item-content::after {
    left: 100%;
    width: min(2vw, 40px);
    height: 100%;
  }
  .flow-item .img {
    width: min(100%, 280px);
  }
  .flow-item .qr {
    margin: auto;
    position: absolute;
      right: 12px;
      bottom: 12px;
  }

  .flow-details_item {
    display: flex;
      align-items: end;
      gap: min(4vw, 60px);
  }
  .flow-details_item-content {
    flex: 1;
  }
  .flow-details_item .step {
    font-size: min(1.5vw, 2rem);
  }
  .flow-details_item dt {
    font-size: min(2.4vw, 2.6rem);
  }
  .flow-details_item dd {
    line-height: 2;
  }
  .flow-details_item-img {
    width: 35%;
  }

}

@media screen and (min-width: 960.1px) and (max-width: 1330.1px) {
  .flow-item-content::after {
    transform: scale(1.3);
  }
  .flow-item .img {
    width: 80%;
  }
  .flow-item:has(.qr) .img {
    margin: 0 auto 0 0;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {}
