@charset "UTF-8";
/*!
global
------------------------------
*/
:root {
	--viewWidth: 100vw;
}

html.is-feature02-mobile-modal-open,
body.is-feature02-mobile-modal-open {
  overflow: hidden;
  height: 100%;
}

/*!
utility > utility
------------------------------
*/
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .u-d-block-md-max {
    display: block !important;
  }

  .u-d-inline-block-md-max {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .u-d-block-md-min {
    display: block !important;
  }

  .u-d-inline-block-md-min {
    display: inline-block !important;
  }
}

/*!
utility > disabled
------------------------------
*/
.u-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.u-disabled label {
  cursor: not-allowed !important;
}

/*!
component > feature02-title
------------------------------
*/
.c-feature02-title {
  position: relative;
  padding-top: min(46px, 4.6vw);
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-feature02-title {
    padding-top: 24px;
    font-size: 15px;
  }
}

.c-feature02-title::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #bbe2f1;
  font-size: min(60px, 6vw);
}

@media (max-width: 767px) {
  .c-feature02-title::before {
    font-size: 30px;
  }
}

.c-feature02-title__ja {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #003670;
  line-height: calc(40 / 30);
}

@media (max-width: 767px) {
  .c-feature02-title__ja {
    font-size: 15px;
  }
}

/*!
component > feature02-lead
------------------------------
*/
.c-feature02-lead {
  font-size: 24px;
  color: #000000;
  line-height: 1.333;
  text-align: center;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c-feature02-lead {
    font-size: 14px;
    line-height: calc(36 / 28);
    text-align: left;
  }
}

/*!
component > feature02-product-ribbon
------------------------------
*/
.c-feature02-product-ribbon {
  position: absolute;
  top: 10px;
  right: -44px;
  transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 52px;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.c-feature02-product-ribbon.is-complete {
  background-color: #16ADCF;
}

.c-feature02-product-ribbon.is-in-progress {
  background-color: #f39c12;
}

/*!
component > feature02-form-text
------------------------------
*/
.c-feature02-form-text {
  font-feature-settings: "palt";
  font-size: 16px;
  padding: 8px 14px;
  width: 100%;
  outline: none;
}

@media (max-width: 767px) {
  .c-feature02-form-text {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.c-feature02-form-text[type="number"] {
  padding-right: 24px;
  -moz-appearance: textfield;
  appearance: textfield;
}

@media (max-width: 767px) {
  .c-feature02-form-text[type="number"] {
    padding-right: 16px;
  }
}

.c-feature02-form-text[type="number"]::-webkit-inner-spin-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(1.5, 1);
  transform-origin: right center;
  opacity: 0;
  cursor: pointer;
}

.c-feature02-form-text[type="number"]::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.c-feature02-form-text::placeholder {
  color: #C8C8C8;
}

.c-feature02-form-text--textarea {
  min-height: 170px;
  border: none;
  resize: none;
}

@media (max-width: 767px) {
  .c-feature02-form-text--textarea {
    min-height: 125px;
  }
}

.c-feature02-form-text--textarea-color {
  min-height: 80px;
}

@media (max-width: 767px) {
  .c-feature02-form-text--textarea-color {
    min-height: 60px;
  }
}

.c-feature02-form-text--textarea-other-requirements {
  min-height: 320px;
}

@media (max-width: 767px) {
  .c-feature02-form-text--textarea-other-requirements {
    min-height: 180px;
  }
}

.c-feature02-form-text:focus {
  box-shadow: 0 0 0 1px #00253c;
}

/*!
component > feature02-form-option
------------------------------
*/
.c-feature02-form-option-text {
  font-feature-settings: "palt";
  font-size: min(16px, 1.6vw);
  display: inline-flex;
  font-weight: bold;
  gap: 4px;
  align-items: center;
  word-break: break-all;
  margin: 0;
}

@media (max-width: 767px) {
  .c-feature02-form-option-text {
    font-size: 14px;
    font-weight: normal;
  }
}

.c-feature02-form-option-text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 1px #888888;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .c-feature02-form-option-text::before {
    width: 16px;
    height: 16px;
  }
}

.c-feature02-form-option-text--radio::before {
  border-radius: 50%;
}

.c-feature02-form-option--radio:checked + .c-feature02-form-option-text--radio::before {
  border: 4px solid #fff;
  background-color: #4285f4;
}

@media (max-width: 767px) {
  .c-feature02-form-option--radio:checked + .c-feature02-form-option-text--radio::before {
    border: 2px solid #fff;
  }
}

.c-feature02-form-option:focus-visible + .c-feature02-form-option-text::before {
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 2px #4285f4;
}

/*!
layout > feature02-container
------------------------------
*/
.l-feature02-container {
  max-width: 1010px;
  margin-inline: auto;
  padding-inline: 5px;
}

/*!
page > feature02 > feature02-mv
------------------------------
*/
.l-feature02-mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-feature02-mv {
  margin-inline: calc(50% - var(--viewWidth) / 2);
}

.l-feature02-mv__img-wrap {
  text-align: center;
}

/*!
page > feature02 > feature02-introduction
------------------------------
*/
.l-feature02-introduction img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-feature02-introduction {
  color: #000000;
  font-feature-settings: "palt";
  margin-top: 48px;
}

@media (max-width: 767px) {
  .l-feature02-introduction {
    margin-top: 28px;
  }
}

.l-feature02-introduction__copy {
  font-size: min(58px, calc(58 / 1000 * 100vw));
  font-weight: 900;
}

@media (max-width: 767px) {
  .l-feature02-introduction__copy {
    font-size: 20px;
  }
}

.l-feature02-introduction__text {
  font-size: 24px;
  line-height: 1.333;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .l-feature02-introduction__text {
    font-size: 14px;
    text-align: justify;
    margin-top: 8px;
  }
}

.l-feature02-introduction__body {
  margin-top: 82px;
}

@media (max-width: 767px) {
  .l-feature02-introduction__body {
    margin-top: 34px;
  }
}

.l-feature02-merit-title {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #16ADCF;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .l-feature02-merit-title {
    font-size: 18px;
    line-height: calc(46 / 36);
    border-bottom: 1px solid #16ADCF;
    text-align: center;
    padding-bottom: 7px;
    padding-right: 14px;
  }
}

.l-feature02-merit__group {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 58.2% 1fr;
  gap: 20px;
}

@media (max-width: 767px) {
  .l-feature02-merit__group {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .l-feature02-merit__group-img-wrap {
    width: 80%;
    justify-self: center;
  }
}

.l-feature02-merit__group-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .l-feature02-merit__group-text {
    font-size: 14px;
  }
}

.l-feature02-merit__group-merit {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .l-feature02-merit__group-merit {
    margin-top: 0;
  }
}

.l-feature02-merit__group-merit-heading {
  font-size: 24px;
  color: #16ADCF;
  font-weight: bold;
  text-align: center;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .l-feature02-merit__group-merit-heading {
    font-size: 14px;
    padding-right: 0;
  }
}

.l-feature02-merit__group-merit-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .l-feature02-merit__group-merit-list {
    margin-top: 4px;
    gap: 3px;
    padding-left: 8px;
  }
}

.l-feature02-merit__group-merit-item {
  font-size: 24px;
  line-height: 1.167;
  display: grid;
  grid-template-columns: auto auto;
}

@media (max-width: 767px) {
  .l-feature02-merit__group-merit-item {
    font-size: 14px;
  }
}

.l-feature02-merit__group-merit-item::before {
  content: "・";
  display: inline-block;
}

.l-feature02-merit__group-merit-item-text {
  grid-column: 2;
}

.l-feature02-introduction__button-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 815px;
  margin: 88px auto 0;
}

@media (max-width: 767px) {
  .l-feature02-introduction__button-list {
    margin-top: 60px;
    gap: 14px;
  }
}

.l-feature02-introduction__button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 22px;
  background-color: #003670;
  border-radius: 19.56px 0 19.56px 0;
  width: 258px;
  height: 61px;
  font-size: 20px;
  line-height: calc(22 / 20);
  color: #FFFFFF !important;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-introduction__button {
    border-radius: 15px 0 15px 0;
    width: 200px;
    height: 46px;
    font-size: 15px;
    line-height: calc(34.11 / 30);
  }
}

.l-feature02-introduction__button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 18px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 767px) {
  .l-feature02-introduction__button::after {
    right: 8px;
    width: 14px;
    height: 10px;
  }
}

/*!
page > feature02 > feature02-scene
------------------------------
*/
.l-feature02-scene img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-feature02-scene {
  margin-top: 88px;
  color: #000000;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .l-feature02-scene {
    margin-top: 56px;
  }
}

.l-feature02-scene__body {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .l-feature02-scene__body {
    margin-top: 16px;
  }
}

.l-feature02-scene__group {
  display: grid;
  grid-template-columns: 1fr 58.2%;
  gap: 20px;
}

@media (max-width: 767px) {
  .l-feature02-scene__group {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .l-feature02-scene__group-content {
    display: contents;
  }
}

.l-feature02-scene__group-copy {
  font-size: min(38px, 3.8vw);
  font-weight: 900;
  color: #000000;
  text-align: center;
  line-height: 1.15;
  margin-top: -12px;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-copy {
    order: -2;
    font-size: 18px;
    margin-top: 0;
  }
}

.l-feature02-scene__group-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 28px;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-text {
    font-size: 14px;
    line-height: calc(36 / 28);
    margin-top: 12px;
    letter-spacing: normal;
  }
}

.l-feature02-scene__group-scene {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-scene {
    margin-top: 0;
  }
}

.l-feature02-scene__group-scene-heading {
  font-size: 24px;
  color: #16ADCF;
  font-weight: bold;
  text-align: center;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-scene-heading {
    font-size: 14px;
    padding-left: 0;
  }
}

.l-feature02-scene__group-scene-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-scene-list {
    margin-top: 2px;
    gap: 4px;
    padding-left: 8px;
  }
}

.l-feature02-scene__group-scene-item {
  font-size: 24px;
  line-height: 1.167;
  display: grid;
  grid-template-columns: auto auto;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-scene-item {
    font-size: 14px;
    letter-spacing: normal;
  }
}

.l-feature02-scene__group-scene-item::before {
  content: "・";
  display: inline-block;
}

.l-feature02-scene__group-scene-item-text {
  grid-column: 2;
}

@media (max-width: 767px) {
  .l-feature02-scene__group-img-wrap {
    width: 80%;
    margin: 10px auto 0;
    order: -1;
  }
}

/*!
page > feature02 > feature02-recommended-items
------------------------------
*/
.l-feature02-recommended-items {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .l-feature02-recommended-items {
    margin-top: 46px;
  }
}

.l-feature02-recommended-items__lead {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-feature02-recommended-items__lead {
    margin-top: 14px;
  }
}

.l-feature02-recommended-items__body {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-feature02-recommended-items__body {
    margin-top: 24px;
  }
}

/*!
page > feature02 > feature02-printing-method
------------------------------
*/
.l-feature02-printing-method img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-feature02-printing-method {
  margin-top: 88px;
  color: #000000;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .l-feature02-printing-method {
    margin-top: 46px;
  }
}

.l-feature02-printing-method__lead {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__lead {
    margin-top: 14px;
  }
}

.l-feature02-printing-method__body {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__body {
    margin-top: 10px;
  }
}

.l-feature02-printing-method__list-wrap {
  position: relative;
}

.l-feature02-printing-method__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__list {
    grid-template-columns: 1fr;
    gap: 17px;
    width: 44%;
    margin-inline: auto;
  }
}

.l-feature02-printing-method__item-img-wrap {
  border-radius: 42px 0 42px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__item-img-wrap {
    border-radius: 15px 0 15px 0;
  }
}

.l-feature02-printing-method__item-text-wrap {
  margin-top: 20px;
  background-color: #16ADCF;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.222;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__item-text-wrap {
    margin-top: 0;
    font-size: 14px;
    padding: 5px 0;
  }
}

.l-feature02-printing-method__compatibility {
  margin-top: 58px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__compatibility {
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75%;
    flex-direction: column;
  }
}

.l-feature02-printing-method__compatibility::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  clip-path: polygon(
    0% 50%, 
    2.2% 0%, 
    2.2% 30%, 
    97.8% 30%, 
    97.8% 0%, 
    100% 50%, 
    97.8% 100%, 
    97.8% 70%, 
    2.2% 70%, 
    2.2% 100%
  );
  display: block;
  width: 100%;
  background-color: #003670;
  height: 27px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__compatibility::before {
    position: static;
    clip-path: polygon(
      50% 100%,
      0% 97.8%,
      30% 97.8%,
      30% 2.2%,
      0% 2.2%,
      50% 0%,
      100% 2.2%,
      70% 2.2%,
      70% 97.8%,
      100% 97.8%
    );
    width: 24px;
    height: 100%;
  }
}

.l-feature02-printing-method__compatibility-item {
  width: calc((100% - 27px * 3) / 4);
  font-size: 24px;
  color: #003670;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__compatibility-item {
    width: auto;
    font-size: 15px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .l-feature02-printing-method__compatibility-item:first-of-type {
    order: -1;
  }
}

.l-feature02-printing-method__choice {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice {
    margin-top: 16px;
  }
}

.l-feature02-printing-method__choice-title {
  font-size: 30px;
  color: #003670;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-title {
    font-size: 15px;
  }
}

.l-feature02-printing-method__choice-list {
  max-width: 824px;
  margin: 26px auto 0;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-list {
    margin-top: 7px;
  }
}

.l-feature02-printing-method__choice-item {
  font-size: min(24px, 2.4vw);
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 4px solid #DE829A;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-item {
    font-size: 15px;
    line-height: calc(46 / 30);
    border-bottom: none;
    padding-left: 1em;
    text-indent: -0.5em;
  }

  .l-feature02-printing-method__choice-item:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-item-text {
    border-bottom: 2px solid #DE829A;
  }
}

.l-feature02-printing-method__choice-item::before {
  content: '・';
}

.l-feature02-printing-method__choice-note-wrap {
  max-width: 824px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-note-wrap {
    margin-top: 8px;
    padding-left: ;
  }
}

.l-feature02-printing-method__choice-note {
  font-size: min(24px, 2.4vw);
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 4px solid #DE829A;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-note {
    font-size: 15px;
    line-height: calc(46 / 30);
    padding-left: 1em;
    text-indent: -1em;
    border-bottom: none;
  }
}

.l-feature02-printing-method__choice-note::before {
  content: '※';
}

@media (max-width: 767px) {
  .l-feature02-printing-method__choice-note-text {
    border-bottom: 2px solid #DE829A;
  }
}

.l-feature02-printing-method__link-wrap {
  margin-top: 36px;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-printing-method__link-wrap {
    margin-top: 24px;
  }
}

.l-feature02-printing-method-link {
  font-size: 24px;
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

@media (max-width: 767px) {
  .l-feature02-printing-method-link {
    font-size: 14px;
    text-underline-offset: 2px;
  }
}

/*!
page > feature02 > feature02-casestudies
------------------------------
*/
.l-feature02-casestudies {
  margin-top: 102px;
  margin-inline: calc(50% - var(--viewWidth) / 2);
}

@media (max-width: 767px) {
  .l-feature02-casestudies {
    margin-top: 48px;
  }
}

.l-feature02-casestudies__title {
  padding-bottom: 14px !important;
}

@media (max-width: 767px) {
  .l-feature02-casestudies__title {
    padding-bottom: 8px !important;
  }
}

.l-feature02-casestudies__lead {
  margin-top: 12px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .l-feature02-casestudies__lead {
    margin-top: 10px;
    font-size: 14px;
  }
}

.l-feature02-casestudies__content {
  grid-template-columns: repeat(3, 1fr) !important;
  margin: 36px auto 0 !important;
  max-width: 710px;
}

/*!
page > feature02 > feature02-form
------------------------------
*/
.l-feature02-form img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-feature02-form {
  margin-top: 94px;
  color: #000000;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .l-feature02-form {
    margin-top: 48px;
  }
}

.l-feature02-form__header {
  background-color: #DE829A;
  padding: 45px 28px;
  color: #fff;
  box-shadow: 4px 4px 0px #888888;
}

@media (max-width: 767px) {
  .l-feature02-form__header {
    padding: 24px 10px 16px;
    box-shadow: 3px 3px 0px #888888;
  }
}

.l-feature02-form__header-title {
  font-size: 42px;
  font-weight: 900;
  line-height: calc(45 / 42);
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-form__header-title {
    font-size: 18px;
    line-height: calc(42 / 36);
  }
}

.l-feature02-form__usage {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 257px 1fr;
  gap: 12px;
  padding-inline: 40px;
}

@media (max-width: 767px) {
  .l-feature02-form__usage {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 4px;
    padding-inline: 0;
  }
}

.l-feature02-form__usage-title-wrap {
  background-color: #fff;
  padding: 10px;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  .l-feature02-form__usage-title-wrap {
    padding: 8px;
  }
}

.l-feature02-form__usage-title {
  font-size: 24px;
  line-height: 1.167;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-form__usage-title {
    font-size: 14px;
  }
}

.l-feature02-form__usage-list {
  margin: 0;
  padding: 0;
  counter-reset: my-counter;
}

.l-feature02-form__usage-item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333;
}

@media (max-width: 767px) {
  .l-feature02-form__usage-item {
    font-size: 14px;
  }
}

.l-feature02-form__usage-item::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1em;
  width: 1em;
  color: #ffffff;
  line-height: 1;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .l-feature02-form__usage-item::before {
    margin-right: 4px;
  }
}

.l-feature02-form__usage-note {
  margin-top: 12px;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .l-feature02-form__usage-note {
    margin-top: 4px;
    font-size: 14px;
  }
}

.l-feature02-form__form {
  margin-top: 20px;
  margin-bottom: 623px;
}

@media (max-width: 767px) {
  .l-feature02-form__form {
    margin-top: 8px;
    margin-bottom: 400px;
  }
}

.l-feature02-form__form > .error {
  display: block;
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .l-feature02-form__form > .error {
    font-size: 14px;
  }
}

.l-feature02-form__product-info {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 10px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-info {
    grid-template-columns: 1fr;
  }
}

.l-feature02-form__product-card-wrap {
  overflow-y: auto;
  height: 1761px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    padding-right: 0;
    height: auto;
  }
}

.l-feature02-form__product-card-wrap::-webkit-scrollbar {
  width: 10px;
}

.l-feature02-form__product-card-wrap::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 100vh;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-item {
    width: calc((100% - 7px) / 2);
  }
}

.l-feature02-form__product-card {
  display: flex;
  flex-direction: column;
  padding: 14px 14px 5px;
  background-color: #EEEEEE;
  color: #231815;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card {
    height: 100%;
    padding: 10px;
  }
}

.l-feature02-form__product-card.is-complete::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(22, 173, 207, 0.8);
  pointer-events: none;
}

.l-feature02-form__product-card.is-in-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(243, 156, 18, 0.85);
  pointer-events: none;
}

.l-feature02-form__product-card.is-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 8px solid #de829a;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card.is-active::before {
    border: 6px solid #de829a;
  }
}

.l-feature02-form__product-card-item:nth-of-type(2n) .l-feature02-form__product-card {
  background-color: #888888;
  color: #fff;
}

.l-feature02-form__product-card-info {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-info {
    margin-top: 4px;
    display: contents;
  }
}

.l-feature02-form__product-card-code {
  display: block;
  font-size: 12px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-code {
    font-size: 14px;
  }
}

.l-feature02-form__product-card-name {
  display: block;
  font-size: 16px;
  color: #16ADCF;
  font-weight: bold;
  line-height: 1.063;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-name {
    font-size: 14px;
    line-height: calc(30 / 28);
  }
}

.l-feature02-form__product-card-item:nth-of-type(2n) .l-feature02-form__product-card-name {
  color: #fff;
}

.l-feature02-form__product-card-price {
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-price {
    margin-top: auto;
  }
}

.l-feature02-form__product-card-price-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-price-label {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: left;
    margin-top: 3px;
  }
}

.l-feature02-form__product-card-price-value {
  font-size: 41.3px;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-price-value {
    font-size: 33px;
  }
}

.l-feature02-form__product-card-price-unit {
  font-size: 15.49px;
  font-weight: bold;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-price-unit {
    font-size: 14px;
  }
}

.l-feature02-form__product-card-tax-included {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: inline-block;
}

@media (max-width: 767px) {
  .l-feature02-form__product-card-tax-included {
    font-size: 14px;
  }
}

.l-feature02-mobile-modal-backdrop {
  display: none;
}

.l-feature02-mobile-modal-close {
  display: none;
}

@media (max-width: 767px) {
  .l-feature02-mobile-modal-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
  }

  .l-feature02-mobile-modal-backdrop.is-open {
    display: block;
  }

  .l-feature02-mobile-modal-close {
    display: none;
    position: fixed;
    top: 44px;
    right: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #888888;
    border-radius: 12px;
    background-color: #fff;
    color: #000000;
    font-size: 12px;
    line-height: 1;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    z-index: 2002;
  }

  .l-feature02-mobile-modal-close.is-open {
    display: block;
  }

  .l-feature02-mobile-modal-close::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 22px;
    border-top: 2px solid #8d8d8d;
    transform: translateX(-50%);
  }

  .l-feature02-mobile-modal-close::after {
    content: "閉じる";
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    color: #000000;
    font-size: 12px;
    line-height: 1;
    text-indent: 0;
    white-space: nowrap;
  }
}

.l-feature02-form__product-content {
  display: none;
  background-color: #EEEEEE;
  padding: 42px 12px;
  height: 100%;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content {
    padding: 72px 20px;
  }
}

@media (max-width: 767px) {
  .l-feature02-form__product-content.is-mobile-modal-target {
    display: block;
    position: fixed;
    inset: 20px 10px;
    z-index: 2001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  }
}

.l-feature02-form__product-content.is-active {
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.l-feature02-form__product-content-inner {
  max-width: 600px;
  margin-inline: auto;
}

.l-feature02-form__product-content-code {
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-code {
    font-size: 14px;
  }
}

.l-feature02-form__product-content-title {
  display: block;
  font-size: 24px;
  color: #16ADCF;
  font-weight: bold;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-title {
    font-size: 14px;
  }
}

.l-feature02-form__product-content-instruction {
  font-size: 16px;
  color: #FF0000;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-instruction {
    font-size: 14px;
    margin-top: 2px;
  }
}

.l-feature02-form__product-content-list {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-list {
    margin-top: 12px;
    gap: 30px;
  }
}

.l-feature02-form__product-content-item .error {
  display: block;
  color: #FF0000;
  font-size: 14px;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-item .error {
    font-size: 12px;
  }
}

.l-feature02-form__product-content-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-label {
    gap: 4px;
  }
}

.l-feature02-form__product-content-label-text {
  font-size: 24px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-label-text {
    font-size: 16px;
  }
}

.l-feature02-form__product-content-label-required {
  font-size: 16px;
  color: #FF0000;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-label-required {
    font-size: 14px;
  }
}

.l-feature02-form__product-content-label-optional {
  font-size: 16px;
  color: #888888;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-label-optional {
    font-size: 14px;
  }
}

.l-feature02-form__product-content-body {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-body {
    margin-top: 4px;
  }
}

.l-feature02-form__product-content-note {
  font-size: 16px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-note {
    font-size: 14px;
  }
}

.l-feature02-form__product-content-note-required {
  font-size: 16px;
  color: #FF0000;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-note-required {
    font-size: 14px;
    display: inline-block;
  }
}

.l-feature02-form__product-content-textarea-wrap {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-textarea-wrap {
    margin-top: 2px;
  }
}

.l-feature02-form__product-content-size {
  background-color: #FFFFFF;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  gap: min(20px, 2vw);
  padding: 15px min(22px, 2.2vw);
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-size {
    flex-direction: column;
    gap: 20px;
    padding: 8px 12px;
  }
}

.l-feature02-form__product-content-size-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.l-feature02-form__product-content-size-item-label {
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-size-item-label {
    flex-grow: 1;
    text-align: center;
  }
}

.l-feature02-form__product-content-input {
  position: relative;
  max-width: 125px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-input {
    max-width: none;
    flex-grow: 0;
    width: 75%;
    margin-left: auto;
  }
}

.l-feature02-form__product-content-input:before {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #888888;
  content: "";
  width: 18px;
  height: 13px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-input:before {
    content: none;
  }
}

.l-feature02-form__product-content-input:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #888888;
  content: "";
  width: 18px;
  height: 13px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-input:after {
    content: none;
  }
}

.l-feature02-form__product-content-print {
  background-color: #FFFFFF;
  padding-block: 18px;
}

.l-feature02-form__product-content-print-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px 10px;
  position: relative;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-choice {
    gap: 32px;
  }
}

.l-feature02-form__product-content-print-choice::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: rgba(169, 178, 181, 0.6);
  background-image: 
    linear-gradient(90deg, #a9b2b5 6px, transparent 10px);
  background-size: 10px 2px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-choice::after {
    height: 1px;
    background-image: none;
  }
}

.l-feature02-form__product-content-print-color {
  padding-inline: min(40px, 4vw);
  display: grid;
  grid-template-columns: repeat(7, auto);
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-color {
    grid-template-columns: repeat(4, auto);
  }
}

.l-feature02-form__product-content-print-color--cap {
  grid-template-columns: repeat(5, auto);
}

.l-feature02-form__product-content-print-color-item {
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  gap: 5px;
  padding: 8px min(37px, 3.7vw) 7px;
  max-width: 508px;
  margin-inline: auto;
  border-bottom: 2px dashed #a9b2b5;
  position: relative;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-color-item {
    padding: 10px 20px 11px;
    border-bottom: 1px dashed #a9b2b5;
  }
}

.l-feature02-form__product-content-print-color--cap .l-feature02-form__product-content-print-color-item {
  padding: 8px min(72px, 7.2vw);
}

.l-feature02-form__product-content-print-color-item:last-of-type {
  border: none;
}

.l-feature02-form__product-content-print-color-item > *:last-child {
  grid-column: -1;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-color-item > *:last-child {
    grid-column: 2;
    position: absolute;
    bottom: 8px;
  }

  .l-feature02-form__product-content-print-color-item > *:nth-last-child(3) {
    grid-column: 1;
  }
}

.l-feature02-form__product-content-print-color-item-label {
  font-size: min(16px, 1.6vw);
  justify-self: end;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-color-item-label {
    font-size: 14px;
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.l-feature02-form__product-content-print-detail {
  margin-block: 12px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-print-detail {
    margin-block: 2px;
  }
}

.l-feature02-form__product-content-button-wrap {
  display: none;
}

@media (max-width: 767px) {
  .l-feature02-form__product-content-button-wrap {
    display: block;
    text-align: center;
    margin-top: -15px;
  }

  .l-feature02-form__product-content-button {
    border-radius: 100vh;
    background-color: #DE829A;
    display: inline-block;
    position: relative;
    padding: 8px 80px;
    box-shadow: 2px 2px 0 #888888;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
  }
}

.l-feature02-form__product-text-wrap {
  margin-top: 78px;
  text-align: center;
}

@media (max-width: 767px) {
  .l-feature02-form__product-text-wrap {
    margin-top: 40px;
  }
}

.l-feature02-form__product-text {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: 24px;
  line-height: calc(36 / 24);
  font-weight: 500;
  border-bottom: 5px solid #DE829A;
}

@media (max-width: 767px) {
  .l-feature02-form__product-text {
    font-size: 15px;
    line-height: calc(44 / 30);
    border-bottom: 3px solid #DE829A;
    text-align: center;
  }
}

.l-feature02-form__product-text:nth-of-type(n + 2) {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-text:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.l-feature02-form__product-upload {
  margin-top: 66px;
}

@media (max-width: 767px) {
  .l-feature02-form__product-upload {
    margin-top: 22px;
  }
}

.l-feature02-form__product-imageUpload {
  max-width: 876px;
}

.l-feature02-form__customer {
  background-color: #eee;
}

.l-feature02-form__customer-borderedDefs {
  margin-bottom: 0;
}

.l-feature02-form__customer-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding: 20px 80px;
  border-bottom: 2px solid #211815;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-feature02-form__customer-title {
    padding: 10px;
    width: auto;
  }
}

.l-feature02-form__customer .js-feature02-form-product-content-item > .error {
  display: block;
  color: #FF0000;
  font-size: 14px;
  margin-top: 4px;
}

.l-feature02-form__button-wrap {
  text-align: center;
  margin-top: 40px;
}

.l-feature02-form__button {
  border-radius: 100vh;
  background-color: #16ADCF;
  display: inline-block;
  position: relative;
  padding: 8px 56px 8px 40px;
  box-shadow: 3px 3px 0 #888888;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  border: none;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .l-feature02-form__button:hover{
    opacity: 0.8;
  }
}

.l-feature02-form__button-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}

.l-feature02-form__button-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #14b3d6;
  border-right: 2px solid #14b3d6;
  transform: translate(0, -50%) rotate(45deg);
}

/*!
page > feature02 > feature02-topic
------------------------------
*/
.l-feature02-topic {
  margin-inline: calc(50% - var(--viewWidth) / 2);
}

/*!
page > feature02 > feature02-kilamek-intro
------------------------------
*/
.l-feature02-kilamek-intro {
  margin-inline: calc(50% - var(--viewWidth) / 2);
}
