<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.inner {
 max-width: 1120px;
}
sup {
  vertical-align: super;
  font-size: 60%;
  letter-spacing: normal;
  padding-right: 3px;
}
.mv_txtArea {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.flow_title {
  font-size: 60px;
  letter-spacing: 0.22em;
  font-family: 'EB Garamond', serif;
}
.flow_title_jp {
  font-size: 30px;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width:768px) {
  .flow_title {
    font-size: 40px;
  }
  .flow_title_jp {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}

.flow_contents {
  padding-top: 120px;
}
.flow_item {
  display: flex;
  column-gap: 3%;
}
.flow_item + .flow_item {
  margin-top: 60px;
}
.flow_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(180,158,108);
  background: linear-gradient(60deg, rgba(180,158,108,1) 0%, rgba(160,132,69,1) 100%);
  width: 160px;
  height: 160px;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  letter-spacing: 0.185em;
}
.flow_item_body {

}
.flow_item_title {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.flow_item_title span {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.flow_item_text {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media only screen and (max-width:768px) {
  .flow_contents {
    padding-top: 60px;
  }
  .flow_item {
    flex-direction: column;
    row-gap: 20px;
  }
  .flow_item + .flow_item {
    margin-top: 30px;
  }
  .flow_item_num {
    width: 100%;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.185em;
  }
  .flow_item_title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .flow_item_title span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .flow_item_text {
    margin-top: 10px;
    padding-left: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}



/* usableList
======================================== */

@media screen and (max-width: 768px) {
   .usableList {
    margin: 60px -20px 0;
  }
}

@media screen and (min-width: 768px) {
   .usableList {
    margin-top: 80px;
  }
}
.usableList__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
   .usableList__inner {
    display: block;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 768px) {
   .usableList__inner {
    column-gap: 6%;
  }
}


   .usableList__item {
    width: 100%;
    max-width: 425px;
  }

@media screen and (max-width: 768px) {
   .usableList__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
   .usableList__note {
    text-align: left;
  }
}
.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 20px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .generalBtn {
    max-width: calc(314 / 375 * 100vw);
  }
}


  .generalBtn {
    max-width: 425px;
  }


.generalBtn:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(89, 47, 68, 0.4)), to(rgba(89, 47, 68, 0)));
  background: linear-gradient(to right, rgba(89, 47, 68, 0.4) 0%, rgba(89, 47, 68, 0) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 100%;
  z-index: -1;
}

.generalBtn__txt {
  letter-spacing: .04em;
  line-height: 1.4;
}

.generalBtn__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:before, .generalBtn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .generalBtn__txt {
    font-size: 14px;
  }
}

.generalBtn__arrow {
  width: 22px;
}

.generalBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.generalBtn__blank {
  width: 20px;
}

.generalBtn__blank .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

.generalBtn--large {
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .generalBtn--large {
    max-width: 100%;
  }
}

.generalBtn--large .generalBtn__txt {
  font-size: 20px;
}

.generalBtn--en .generalBtn__txt {
  font-family: "Cormorant Garamond", serif;
}

.generalBtn--dark {
  background: #3c3a39;
}

.generalBtn--dark:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--dark:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--heathGray {
  background: #8d8186;
}

.generalBtn--heathGray:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--heathGray:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--simple {
  background: none;
  color: #3c3a39;
  padding-left: 0;
  padding-right: 0;
}

.generalBtn--simple:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.generalBtn--simple:after {
  background: -webkit-gradient(linear, left top, right top, from(#614f31), color-stop(52%, #8f7c5d), to(#a08c6a));
  background: linear-gradient(to right, #614f31 0%, #8f7c5d 52%, #a08c6a 100%);
  bottom: 0;
  height: 2px;
}

.generalBtn--simple .generalBtn__txt {
  font-size: 20px;
}

.generalBtn--simple .generalBtn__arrow .arrowSVG__path {
  fill: currentColor;
}

.generalBtn--simple .generalBtn__blank .blankSVG__path {
  fill: currentColor;
}

.generalBtn--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.generalBtn--prev:after {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.generalBtn--prev .generalBtn__arrow .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}</pre></body></html>