@charset "UTF-8";
/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
guide-nav
========================================================= */
.c-guide-nav {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-guide-nav--wrap {
  border-top: 2px solid #091429;
  border-bottom: 2px solid #091429;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-guide-nav--wrap li {
  padding: 0 5px;
  width: 33.3%;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li {
    width: 20%;
  }
}
.c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li:nth-of-type(1), .c-guide-nav--wrap li:nth-of-type(2) {
    width: 20%;
  }
}
.c-guide-nav--wrap li a {
  background: #091429;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .c-guide-nav--wrap li a {
    font-size: 1.8rem;
  }
}
.c-guide-nav--wrap li a:hover {
  background-color: #ff3;
  color: #091429;
}

.p-flow .c-guide-nav li a.flow {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-finishing .c-guide-nav li a.finishing {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-draft .c-guide-nav li a.draft {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-payment .c-guide-nav li a.payment {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

.p-faq .c-guide-nav li a.faq {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 619px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}

/* =========================================================
finishing
========================================================= */
.p-finishing-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-finishing-title {
    margin: 50px auto;
  }
}
.p-finishing-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-finishing-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-finishing-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-finishing-title--main span {
    font-size: 4rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-finishing-title--text {
  display: block;
  width: 100%;
}
.p-finishing-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-finishing-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-finishing-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-finishing-box {
  margin: 0 auto 60px;
  padding: 0 2.6041666667vw;
  max-width: 1200px;
  width: 96%;
}
@media screen and (max-width: 619px) {
  .p-finishing-box {
    width: 100%;
  }
}
.p-finishing-box--wrap {
  border: 1px solid #091429;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-finishing-box--wrap {
    display: flex;
  }
}
.p-finishing-box--photo {
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-finishing-box--photo {
    padding-right: 10px;
  }
}
.p-finishing-box--photo img {
  display: inline-block;
  max-width: 450px;
  width: 100%;
}
.p-finishing-box--info {
  background: #F1F1F1;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-finishing-box--info {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 619px) {
  .p-finishing-box--info {
    padding: 10px;
  }
}
.p-finishing-box--title {
  display: block;
}
.p-finishing-box--title span {
  background: #091429;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  font-size: clamp(2.1rem, 2.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-finishing-box--title span {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-finishing-box--title span {
    font-size: 2.4rem;
  }
}
.p-finishing-box--lead {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-finishing-box--lead {
    margin-bottom: 30px;
  }
}
.p-finishing-box--lead span {
  background-color: #FFFF33;
  color: #091429;
  display: inline-block;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  padding: 7px 15px;
}
@media screen and (min-width: 768px) {
  .p-finishing-box--lead span {
    font-size: 1.6129032258vw;
    padding: 0.5rem 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-finishing-box--lead span {
    font-size: 1.6rem;
  }
}
.p-finishing-box--text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-finishing-box--text {
    padding-left: 15px;
  }
}
.p-finishing-box--text .small {
  font-size: 1.2rem;
}
.p-finishing-box .color {
  background: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-finishing-box ul {
    padding-left: 15px;
  }
}
.p-finishing-box ul li {
  position: relative;
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 619px) {
  .p-finishing-box ul li {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.p-finishing-box ul li::before {
  content: "■";
  position: absolute;
  top: 2px;
  left: -2px;
}
.p-finishing-box ul > p {
  padding-left: 20px;
}
.p-finishing-font:last-of-type {
  margin-bottom: 100px;
}
.p-finishing-font--wrap {
  padding: 20px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.p-finishing-font--list {
  background: #F1F1F1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 35px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .p-finishing-font--list {
    grid-template-columns: repeat(2, 1fr);
    padding: 25px;
  }
}
.p-finishing-font--item {
  background: #ffffff;
}
.p-finishing-font--name {
  background: #091429;
  border-bottom: 2px solid #FFFF33;
  color: #ffffff;
  padding: 7px 10px 7px 70px;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
}
.p-finishing-font--name .no {
  background: #ffffff;
  border: 2px solid #091429;
  border-radius: 100%;
  color: #091429;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 32px);
  left: -10px;
  line-height: 1;
  letter-spacing: 0;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 992px) {
  .p-finishing-font--name .no {
    font-size: 4rem;
  }
}
.p-finishing-font figure {
  background: #ffffff;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .p-finishing-font figure {
    padding: 50px 10px 30px;
  }
}
.p-finishing-font figure img {
  display: inline-block;
  max-width: 390px;
  width: 100%;
}
.p-finishing-popup-thumb {
  background: #091429;
  display: block;
  margin: 20px auto;
  max-width: 144px;
  border-radius: 20px;
  padding: 3px 0 5px;
  text-align: center;
}
.p-finishing-popup-thumb span {
  background: url(../images/finishing/icon-popup.svg) no-repeat center right;
  background-size: 20px 20px;
  color: #ffffff;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 25px;
}
.p-finishing-popup-thumb:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.p-finishing-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.p-finishing-popup-modal:target {
  opacity: 1;
  visibility: visible;
}
.p-finishing-popup-bg {
  position: absolute;
  inset: 0;
  background: rgba(9, 20, 41, 0.8);
}
.p-finishing-popup-content {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 900px);
}
.p-finishing-popup-content img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.p-finishing-popup-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #091429;
  text-decoration: none;
  font-size: 20px;
}
.p-finishing-sheet {
  margin-bottom: 100px;
}
.p-finishing-sheet--wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  width: 96%;
}
.p-finishing-sheet--lead {
  background: #F1F1F1;
  border-left: 5px solid #091429;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 auto 40px;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-finishing-sheet--lead {
    padding: 25px;
  }
}
.p-finishing-sheet-box {
  background: #F1F1F1;
  margin-bottom: 50px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .p-finishing-sheet-box {
    padding: 25px;
  }
}
.p-finishing-sheet-box--title {
  border-bottom: 2px solid #091429;
  display: block;
  margin-bottom: 25px;
}
.p-finishing-sheet-box--title span {
  background: #091429;
  color: #ffffff;
  display: inline-block;
  font-size: clamp(2.1rem, 2.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px;
}
@media screen and (min-width: 768px) {
  .p-finishing-sheet-box--title span {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-finishing-sheet-box--title span {
    font-size: 2.4rem;
  }
}
.p-finishing-sheet-box--content {
  display: grid;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .p-finishing-sheet-box--content {
    align-items: start;
    grid-template-columns: 1fr 320px;
  }
}
.p-finishing-sheet-box--photo {
  background: #ffffff;
  padding: 20px;
  text-align: center;
}
.p-finishing-sheet-box--photo img {
  display: inline-block;
  max-width: 450px;
  width: 100%;
}
.p-finishing-sheet-box--info {
  background: #ffffff;
  padding: 20px;
}
.p-finishing-sheet-box--sub {
  border-bottom: 2px solid #091429;
  color: #091429;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.p-finishing-sheet-box--text {
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 20px;
}
.p-finishing-sheet-box--text .color {
  background: #ffffff;
  color: inherit;
  font-weight: 700;
}
.p-finishing-sheet-table {
  border-collapse: collapse;
  width: 100%;
}
.p-finishing-sheet-table th,
.p-finishing-sheet-table td {
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 10px;
}
.p-finishing-sheet-table th {
  font-weight: 700;
  text-align: left;
}
.p-finishing-sheet-table td {
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
.p-finishing-sheet-table td img {
  display: inline-block;
  height: auto;
  width: 24px;
}
.p-finishing-sheet-note {
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 20px;
  padding: 15px 20px;
}
.p-finishing-sheet-note li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-finishing-sheet-note li::before {
  content: "※";
}
.p-finishing-color {
  background: #ffffff;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 25px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-finishing-color {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-finishing-color {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-finishing-color--item {
  background: #ffffff;
  border: 1px solid #ddd;
  display: grid;
  gap: 8px;
  padding: 8px;
}
.p-finishing-color .sample {
  border: 1px solid #ccc;
  display: block;
  height: 42px;
  width: 100%;
}
.p-finishing-color .name {
  color: #333;
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
}
.p-finishing-color .id {
  display: inline-block;
  font-weight: 700;
  margin-right: 4px;
}

.visually-hidden {
  display: none !important;
}/*# sourceMappingURL=style-finishing.css.map */