@charset "UTF-8";
.forPC {
  display: block;
}

.forSP {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 0.6666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  html {
    font-size: 1.3333333333vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.fieldOuter {
  width: 100%;
}
.fieldOuter .field {
  width: 144rem;
  margin: auto;
  background: #fff;
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field {
    width: 100%;
    flex-direction: column;
  }
}
.fieldOuter .field .result {
  width: 82rem;
  padding: 18rem 11.7rem 13rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field .result {
    width: 100%;
    padding: 8rem 14.5rem;
  }
}
.fieldOuter .field form.select {
  width: 62rem;
  padding: 6rem 6rem 0;
  box-sizing: border-box;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field form.select {
    width: 100%;
    padding: 7rem 3.6rem 7rem;
  }
}
.fieldOuter .field form.select section h2 {
  margin-bottom: 1.5rem;
}
.fieldOuter .field form.select section h2.dripper {
  width: 11.4rem;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field form.select section h2.dripper {
    width: 30.1rem;
    margin: auto auto 2rem;
  }
}
.fieldOuter .field form.select section h2.base {
  width: 18.1rem;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field form.select section h2.base {
    width: 28.96rem;
    margin: auto auto 2rem;
  }
}
.fieldOuter .field form.select section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .fieldOuter .field form.select section h3 {
    font-size: 2.5rem;
  }
}

.where {
  background: url("../images/bg_where.webp") no-repeat center top;
  background-size: 1800px;
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .where {
    background: url("../images/bg_where1440.webp") no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .where {
    background: url("../images/bg_where_sp.webp") no-repeat center top;
    background-size: 100%;
    height: 15rem;
  }
}
.where p a {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background: url("../images/ico_tri.webp") no-repeat center right;
  background-size: 2rem;
  padding-right: 3.6rem;
}

.yours {
  margin: 7rem auto auto;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .yours {
    margin: 8.2rem auto auto;
  }
}
.yours h2.h2_start {
  width: 78.57rem;
  margin: auto auto 4rem;
}
@media screen and (max-width: 767px) {
  .yours h2.h2_start {
    width: 58.3rem;
    margin: auto auto 6rem;
  }
}
.yours h2.h2_end {
  width: 52.2rem;
  margin: auto auto 5rem;
}
@media screen and (max-width: 767px) {
  .yours h2.h2_end {
    width: 57.3rem;
    margin: auto auto 5.2rem;
  }
}
.yours h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #898989;
}
@media screen and (max-width: 1440px) {
  .yours h3 {
    font-size: 2.94rem;
  }
}
.yours p {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .yours p {
    font-size: 2.94rem;
  }
}
.yours p.greyHl {
  color: #898989;
}
.yours p.with {
  margin: 1.2rem auto 1.5rem;
}
.yours p.getYour {
  margin-top: 5rem;
}
@media screen and (max-width: 1440px) {
  .yours p.getYour {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
}
.yours .choices {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.yours .choices p {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .yours .choices p {
    font-size: 2.94rem;
  }
}
.yours .choices p.choice {
  margin-left: 1rem;
}
.yours .choices p.serial {
  font-size: 1.6rem;
}
.yours .choices p.nochoose {
  color: #898989;
}
.yours ul.countries {
  margin: 5rem auto auto;
  width: 98rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .yours ul.countries {
    width: 67.8rem;
    flex-wrap: wrap;
    row-gap: 1.7rem;
  }
}
.yours ul.countries li {
  width: 18rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .yours ul.countries li {
    width: 32.9rem;
    height: 7.8rem;
  }
}
.yours ul.countries li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: url("../images/arrow.webp") no-repeat center right 0.9rem;
  background-size: 0.7rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .yours ul.countries li a {
    font-size: 3.36rem;
    background: url("../images/arrow.webp") no-repeat center right 1.7rem;
    background-size: 0.8rem;
    border: 0.2rem solid #000;
  }
}
.yours ul.countries li a.dach {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .yours ul.countries li a.dach {
    font-size: 3.36rem;
  }
}

.result .image.top {
  aspect-ratio: auto;
}

@media screen and (max-width: 767px) {
  .MaterialSize {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 4rem;
    margin-bottom: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .select section + section {
    margin-top: 4.8rem;
  }
}

.hr-main {
  padding-bottom: 0;
}

.select .button1 > p {
  padding-top: 0.3em;
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .select .button1 > p {
    font-size: 1.96rem;
  }
}

.select .button1 {
  position: relative;
  width: 8rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .select .button1 {
    width: 10rem;
  }
}
.select .button1.is-disabled::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/soon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.select .button1 > input + figure {
  aspect-ratio: 1/1;
}

.select .button1 > input + figure {
  border: 0.1rem solid #d6d6d6;
  background: #fff;
}

.select .button1 > input:checked + figure {
  border: 0.1rem solid #d6d6d6;
  background: #fff;
}

#SelectTopColor {
  width: 43.2rem;
  column-gap: normal;
  row-gap: 0.4rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #SelectTopColor {
    width: 100%;
    row-gap: 2rem;
    min-width: 24.4rem;
  }
}

#SelectTopColor.buttons2 p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #898989;
}
@media screen and (max-width: 767px) {
  #SelectTopColor.buttons2 p {
    font-size: 2.52rem;
  }
}

#SelectTopColor.buttons2 label p {
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
}
#SelectTopColor.buttons2 label p.long_body {
  font-size: 1rem;
  scale: 100% 120%;
}
@media screen and (max-width: 767px) {
  #SelectTopColor.buttons2 label p {
    font-size: 1.82rem;
  }
  #SelectTopColor.buttons2 label p.small {
    font-size: 1.4rem;
  }
}

.select .button2 {
  aspect-ratio: 3.2/1;
  height: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .select .button2 {
    aspect-ratio: normal;
    width: 15.4rem;
    height: 6rem;
  }
}

.select .button2 > input {
  border: 1px solid #d6d6d6;
}

.select .button2.btn_reset {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .select .button2.btn_reset {
    width: 19.7rem;
    height: 6rem;
    margin: 2rem auto auto;
  }
}

.select .button2 > input:checked {
  border: 0.3rem solid #000;
}

.select .button2 > p {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .select .button2 > p {
    font-size: 1.82rem;
  }
}

.select .button2 > input[value=MB] {
  background: #231816;
}

.select .button2 > input[value=MNV] {
  background: #132a4c;
}

.select .button2 > input[value=TQ] {
  background: #4db6b9;
}

.select .button2 > input[value=OIG] {
  background: #a2b69b;
}

.select .button2 > input[value=CY] {
  background: #d58959;
}

.select .button2 > input[value=DU] {
  background: #c7c1b1;
}

.select .button2 > input[value=MPI] {
  background: #f1bbbb;
}

.select .button2 > input[value=W] {
  background: #ffffff;
}

.select .button2 > input[value=TB] {
  background: #231816;
}

.select .button2 > input[value=B] {
  background: #231816;
}

.select .button2 > input[value=NV] {
  background: #132a4c;
}

.select .button2 > input[value=CR] {
  background: #8b023b;
}

.select .button2 > input[value=IV] {
  background: #DFCDBE;
}

.select .button2 > input[value=OIG] {
  background: #a2b69b;
}

.result .image.bottom {
  aspect-ratio: auto;
}

.mv {
  width: 100%;
  text-align: center;
}

.top_lead {
  width: 105rem;
  margin: 6rem auto 7.6rem;
}
@media screen and (max-width: 767px) {
  .top_lead {
    width: 71rem;
    margin: 5rem auto 1rem;
  }
}
.top_lead figure {
  width: 100%;
}

p.to_sml {
  width: 60rem;
  margin: auto auto 13.8rem;
}
@media screen and (max-width: 767px) {
  p.to_sml {
    margin: auto auto 8rem;
  }
}

ul.lightbox {
  width: 101.2rem;
  margin: auto auto 12.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  position: static;
}
@media screen and (max-width: 767px) {
  ul.lightbox {
    width: 71rem;
    margin: auto auto 17rem;
  }
}
ul.lightbox li {
  width: 33.1rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.lightbox li {
    width: 23rem;
  }
}
ul.lightbox li::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../images/plus.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  ul.lightbox li::after {
    width: 4rem;
    height: 4rem;
  }
}

.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 7501;
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .modal {
    padding-top: 10rem;
  }
}

.modal-content {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  width: auto; /* 60.3rem */
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 80vw;
    height: auto;
  }
}
.modal-content figure {
  width: auto;
  height: 100%;
}
.modal-content figure img {
  width: 100%;
  height: auto;
}
.modal-content .close-modal {
  position: absolute;
  top: -4.8rem;
  right: 0;
  cursor: pointer;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/close_mod.webp") no-repeat;
  background-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .modal-content .close-modal {
    background: url("../images/close_mod.webp") no-repeat;
    background-size: 4rem;
    top: -7.6rem;
    right: 0;
    width: 4rem;
    height: 4rem;
  }
}

.select #SelectTopSize .button1 > input + figure {
  background: url("../images/bg_tri.png") no-repeat top 52% center #fff;
  background-size: 4rem;
}
@media screen and (max-width: 768px) {
  .select #SelectTopSize .button1 > input + figure {
    background: url("../images/bg_tri.png") no-repeat top 58% center #fff;
    background-size: 6.2rem;
  }
}

.select #SelectTopSize .button1:nth-of-type(2) > input + figure {
  background: url("../images/bg_tri.png") no-repeat top 52% center #fff;
  background-size: 5rem;
}
@media screen and (max-width: 768px) {
  .select #SelectTopSize .button1:nth-of-type(2) > input + figure {
    background: url("../images/bg_tri.png") no-repeat top 58% center #fff;
    background-size: 7rem;
  }
}

input, select {
  appearance: none;
  border-radius: 0;
}

.select .button2 > input {
  width: 100%;
  height: 100%;
  background: #bcbcbc;
}

::selection {
  background: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.select .button1 > input {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .select .button1 > input {
    height: 10rem;
  }
}

.select .button1 > figure > p {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .select .button1 > figure > p {
    font-size: 3rem;
  }
}

#SelectTopSize.buttons1 p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #898989;
}
@media screen and (max-width: 768px) {
  #SelectTopSize.buttons1 p {
    font-size: 2.52rem;
  }
}

.select .button2 > input[value=W] + p {
  color: #000 !important;
}

.select .button1 > input:checked {
  border: 0.3rem solid #000;
}

@media screen and (max-width: 767px) {
  .select .buttons2 {
    column-gap: normal;
    justify-content: space-between;
  }
}