@charset "UTF-8";
/* -minwideth */
.-minwideth {
  min-width: 100vw;
}
/*******************************
gallery
*******************************/
.galleryarchive-heading {
  padding-top: 5vh;
  margin-top: auto;
  margin-right: clamp(6.5rem, (1vw * 216 / 1440 * 100), 13.5rem);
  margin-left: clamp(3.5rem, (1vw * 128 / 1440 * 100), 8rem);
  margin-bottom: auto;
  display: flex;
  flex-direction: row-reverse;
  height: 70vh;
}
.archive-pagetitle {
  color: #fff;
  font-size: clamp(
    calc(16 / 16 * 1rem),
    calc(26 / 1440 * 100vw),
    calc(26 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.222em;
  text-decoration: none;
  writing-mode: vertical-rl;
}
.galleryarchive-pagelink-list {
  margin-right: clamp(3.5rem, (1vw * 88 / 1440 * 100), 5.5rem);
  writing-mode: vertical-rl;
}
.galleryarchive-pagelink-item {
  margin-left: 1rem;
  margin-bottom: clamp(2.25rem, (1vw * 48 / 1440 * 100), 3rem);
  display: inline-block;
}
.galleryarchive-pagelink-item a {
  position: relative;
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.galleryarchive-pagelink-item a .c-icon-gallery {
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.galleryarchive-pagelink-item.-active a .c-icon-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-dot.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (hover: hover) {
  .galleryarchive-pagelink-item a:hover {
    opacity: 0.4;
  }
}
.l-galleryarchive-outer {
  margin-left: 3rem;
  display: flex;
}
.l-galleryarchive-list {
  margin: auto;
  height: 69vh;
  writing-mode: vertical-rl;
}
.galleryarchive-item {
  margin-left: 8rem;
  display: inline-block;
  height: 30vh;
}
.galleryarchive-item:nth-child(2n) {
  margin-top: 8vh;
}
.galleryarchive-item a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.galleryarchive-thumbnail {
  width: 480px;
  height: 100%;
  overflow: hidden;
}
.galleryarchive-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s var(--cubic-bezier-hover);
}
.galleryarchive-item a:hover .galleryarchive-thumbnail img {
  transform: scale(1.05);
  opacity: 0.6;
}
.galleryarchive-title {
  margin-right: 1.25rem;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(17 / 1440 * 100vw),
    calc(17 / 16 * 1rem)
  );
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
.galleryarchive-type {
  margin-right: 0.25rem;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(15 / 1440 * 100vw),
    calc(15 / 16 * 1rem)
  );
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
.galleryarchive-copy {
  margin-right: 0.5rem;
  width: 84px;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.3em;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  overflow: hidden;
}
/* // --------------------------------- */
@media (max-width: 768px) {
  .galleryarchive-heading {
    padding-top: 0;
    height: 60vh;
  }
  .galleryarchive-pagelink-item {
    margin-left: 0.75rem;
    margin-bottom: 2rem;
  }
  .galleryarchive-pagelink-item a .c-icon-gallery {
    width: 11px;
    height: 11px;
  }
  /* l-galleryarchive-outer */
  .l-galleryarchive-outer {
    padding-top: 4vh;
  }
  .l-galleryarchive-list {
    height: 64vh;
  }
  .galleryarchive-item {
    margin-left: 5.75rem;
    display: inline-block;
    height: 25.5vh;
  }
  .galleryarchive-item:nth-child(2n) {
    margin-top: 10vh;
  }
  .galleryarchive-thumbnail {
    width: 286px;
  }
}
/*******************************
pagenation
*******************************/
.pagenation {
  margin: auto 0;
  text-align: center;
  writing-mode: vertical-rl;
  height: 62vh;
}
.pagenation ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pagenation li {
  flex-grow: 1;
  flex-shrink: 0;
  color: #fff;
}
.pagenation li.prev,
.pagenation li.next {
  flex-grow: 5;
  display: flex;
  min-height: 40%;
}
.pagenation li.prev a,
.pagenation li.next a {
  display: inline-block;
}
.pagenation li.next a {
  margin-top: auto;
}
.pagenation li.prev a .num,
.pagenation li.next a .num {
  letter-spacing: 0.1em;
}
.pagenation li.active {
  margin: 8px 0;
  flex-grow: 0;
  width: 25px;
  height: 25px;
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
  border-radius: 100%;
}
.pagenation li.active a {
  width: 25px;
  color: #000;
  text-align: center;
}
.pagenation li a {
  color: #fff;
  min-height: 25px;
  display: block;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.pagenation li a:hover {
  opacity: 0.4;
}
.pagenation .num {
  display: inline-block;
  transform: rotate(-90deg);
}
.c-prev {
  display: inline-block;
  width: 15px;
  height: 38px;
  background-image: url(../images/icon-prev.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 9px auto;
}
.c-next {
  display: inline-block;
  width: 15px;
  height: 38px;
  background-image: url(../images/icon-next.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 9px auto;
}
@media (max-width: 768px) {
  .pagenation ul {
    font-size: calc(12 / 16 * 1rem);
  }
  .pagenation li.active {
    width: 22px;
    height: 22px;
  }
  .pagenation li.active a {
    width: 22px;
    text-align: center;
  }
  .pagenation li a {
    min-height: 22px;
  }
}
/*******************************
page-section
*******************************/
.footer-archive {
  margin-right: clamp(8.5rem, (1vw * 200 / 1440 * 100), 12.5rem);
  margin-left: 2rem;
  display: flex;
}
.footer-archive .copyrighttext {
  margin: auto;
  width: clamp(
    calc(9 / 16 * 1rem),
    calc(12 / 1440 * 100vw),
    calc(12 / 16 * 1rem)
  );
}
@media (max-width: 768px) {
  .footer-archive {
    margin-left: 1.5rem;
  }
}
/*******************************
gallerysingle
*******************************/
.gallerysingle-heading {
  flex-shrink: 0;
  margin-top: auto;
  margin-right: clamp(9.5rem, (1vw * 176 / 1440 * 100), 11rem);
  margin-left: 2rem;
  margin-bottom: auto;
  display: flex;
  flex-direction: row-reverse;
  height: 52vh;
}
.gallerysingle-dl {
  writing-mode: vertical-rl;
  color: #fff;
}
.gallerysingle-dl + .gallerysingle-dl {
  margin-right: 0.5rem;
}
.gallerysingle-dl dt {
  padding-bottom: 0.5rem;
  display: inline-block;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(12 / 1440 * 100vw),
    calc(12 / 16 * 1rem)
  );
  letter-spacing: 0.244em;
}
.gallerysingle-dl dt span {
  margin-right: 2px;
  border-right: 1px solid #fff;
}
.gallerysingle-dl dd {
  display: inline-block;
}
.gallerysingle-title {
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(15 / 1440 * 100vw),
    calc(15 / 16 * 1rem)
  );
  font-weight: 600;
  letter-spacing: 0.2em;
}
/* gallerysingle-contents */
.gallerysingle-contents {
  flex-shrink: 0;
  margin: auto 0;
  display: flex;
  flex-direction: row-reverse;
  height: 52vh;
}
.gallerysingle-mv {
  flex-shrink: 0;
  display: block;
  width: calc(52vh * 1.525);
  height: 100%;
}
.gallerysingle-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallerysingle-mvcopy {
  flex-shrink: 0;
  display: block;
  margin-right: clamp(1.5rem, (1vw * 32 / 1440 * 100), 2rem);
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 1.8;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
/* l-gallerysingle-outer */
.l-gallerysingle-outer {
  flex-shrink: 0;
  margin-right: clamp(3rem, (1vw * 80 / 1440 * 100), 5rem);
  display: flex;
  flex-direction: row-reverse;
}
.l-gallerysingle-list {
  margin: auto 0;
  height: 52vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallerysingle-item {
  margin-left: clamp(1rem, (1vw * 48 / 1440 * 100), 3rem);
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
  height: 23vh;
}
/* .gallerysingle-item:nth-child(2n) {
  margin-top: 5vh;
} */
.gallerysingle-thumbnail {
  width: calc(23vh * 1.525);
  aspect-ratio: 1.525;
  overflow: hidden;
}
.gallerysingle-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s var(--cubic-bezier-hover);
}
.gallerysingle-copy {
  margin-right: 1rem;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
  /* min-width: 54px; */
}
/* postnav-link-outer */
.postnav-link-outer {
  margin-right: 4rem;
  display: flex;
}
.postnav-link-outer.-top {
  margin-right: clamp(1rem, (1vw * 64 / 1440 * 100), 4rem);
  display: flex;
}
.postnav-link {
  margin: auto;
  padding-right: 2.5rem;
  height: 62vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  letter-spacing: 0.15em;
  align-items: center;
  writing-mode: vertical-rl;
  border-right: 1px solid #fff;
}
.-top .postnav-link {
  border-right: none;
}
.postnav-prev,
.postnav-back,
.postnav-next {
  flex-grow: 1;
  height: 100%;
}
.postnav-prev a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.postnav-back a {
  display: flex;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.postnav-next a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.c-prev_postnav {
  margin-bottom: 8px;
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../images/icon-prev_gallerysingle.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.c-next_postnav {
  margin-top: 8px;
  display: inline-block;
  width: 30px;
  height: 16px;
  background-image: url(../images/icon-next_gallerysingle.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (hover: hover) {
  .postnav-prev a:hover {
    opacity: 0.4;
  }
  .postnav-back a:hover {
    opacity: 0.4;
  }
  .postnav-next a:hover {
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .gallerysingle-heading {
    margin-left: 5rem;
    height: 42vh;
  }
  .gallerysingle-dl + .gallerysingle-dl {
    margin-right: 0.625rem;
  }
  /* gallerysingle-contents */
  .gallerysingle-contents {
    height: 35vh;
  }
  .gallerysingle-mv {
    width: calc(35vh * 1.525);
  }
  .gallerysingle-mvcopy {
    letter-spacing: 0.144em;
  }
  /* l-gallerysingle-outer */
  /* .l-gallerysingle-list {
    height: 35vh;
  } */
  .gallerysingle-item:nth-child(2n) {
    margin-top: 4vh;
  }
  /* postnav-link-outer */
  .c-prev_postnav {
    margin-bottom: 4px;
    width: 22px;
    height: 10px;
  }
  .c-next_postnav {
    margin-top: 4px;
    width: 22px;
    height: 10px;
  }
}
/*******************************
newsarchive
*******************************/
/* newsarchive-heading */
.newsarchive-heading {
  margin-top: auto;
  margin-right: clamp(7rem, (1vw * 288 / 1440 * 100), 18rem);
  margin-left: 1rem;
  margin-bottom: auto;
  display: flex;
  flex-direction: row-reverse;
  height: 62vh;
  color: #fff;
}
.newsarchive-subtitle {
  padding-left: clamp(0.125rem, (1vw * 16 / 1440 * 100), 1rem);
  writing-mode: vertical-rl;
}
.newsarchive-subtitle .en {
  display: block;
  font-size: clamp(
    calc(10 / 16 * 1rem),
    calc(24 / 1440 * 100vw),
    calc(24 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.3em;
}
.newsarchive-subtitle .ja {
  margin-right: 0.5rem;
  font-size: clamp(
    calc(24 / 16 * 1rem),
    calc(40 / 1440 * 100vw),
    calc(40 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.244em;
}
/* newsarchive-postarea */
.newsarchive-postarea {
  padding-left: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 62vh;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .newsarchive-postarea {
    padding-left: 4.5rem;
  }
}
/*******************************
newssingle
*******************************/
/* newssingle-heading */
.newssingle-heading {
  margin-top: auto;
  margin-right: clamp(7rem, (1vw * 288 / 1440 * 100), 18rem);
  margin-left: clamp(2rem, (1vw * 80 / 1440 * 100), 5rem);
  margin-bottom: auto;
  display: flex;
  flex-direction: row-reverse;
  height: 62vh;
  color: #fff;
}
.newssingle-subtitle {
  padding-left: clamp(0.125rem, (1vw * 16 / 1440 * 100), 1rem);
  writing-mode: vertical-rl;
  border-left: 1px solid #f4f4f4;
}
.newssingle-subtitle .en {
  display: block;
  font-size: clamp(
    calc(10 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.244em;
}
.newssingle-subtitle .ja {
  margin-right: 0.5rem;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(24 / 1440 * 100vw),
    calc(24 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.244em;
}
.newssingle-time {
  margin-right: clamp(2.25rem, (1vw * 100 / 1440 * 100), 6.25rem);
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(12 / 1440 * 100vw),
    calc(12 / 16 * 1rem)
  );
  line-height: 1.6;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.newssingle-title {
  margin-right: clamp(0.25rem, (1vw * 16 / 1440 * 100), 1rem);
  font-size: clamp(
    calc(22 / 16 * 1rem),
    calc(30 / 1440 * 100vw),
    calc(30 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.275em;
  writing-mode: vertical-rl;
}
/* newssingle-contents */
.newssingle-contents {
  padding-left: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 62vh;
  display: flex;
  flex-direction: row-reverse;
}
.newssingle-contents p {
  display: block;
  color: #fff;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(15 / 1440 * 100vw),
    calc(15 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.newssingle-contents p + p,
.newssingle-contents figure + figure,
.newssingle-contents figure + p {
  margin-right: 2.5rem;
}
.newssingle-contents p + figure {
  margin-right: 3.5rem;
  padding-left: 1rem;
}
.newssingle-contents figure {
  height: 100%;
  aspect-ratio: 1.525;
}
.newssingle-contents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .newssingle-heading {
    height: 66vh;
  }
  .newssingle-subtitle .ja {
    margin-right: 0;
  }
  /* newssingle-contents */
  .newssingle-contents {
    padding-left: 0;
    height: 66vh;
  }
  .newssingle-contents p + p,
  .newssingle-contents figure + figure,
  .newssingle-contents figure + p {
    margin-right: 1.5rem;
  }
  .newssingle-contents p + figure {
    margin-right: 2rem;
    padding-left: 0.5rem;
  }
  .newssingle-contents figure {
    height: 50%;
  }
}
/*******************************
page-section
*******************************/
.page-section {
  padding-top: clamp(13.5rem, (1vw * 288 / 1440 * 100), 18rem);
  padding-bottom: clamp(11.5rem, (1vw * 232 / 1440 * 100), 14.5rem);
  position: relative;
  background-image: url(../images/page-back.png);
}
.thanks-page-title {
  color: #fff;
  font-size: clamp(
    calc(16 / 16 * 1rem),
    calc(24 / 1366 * 100vw),
    calc(24 / 16 * 1rem)
  );
  line-height: 2.25;
  letter-spacing: 0.22em;
  text-align: center;
}
.thanks-page-title.-left {
  text-align: left;
}
/* c-btn_more */
.c-btn_top {
  margin: 5rem auto 0;
  display: block;
  text-align: center;
}
.c-btn_top a {
  display: inline-block;
  padding: 0 16px 0 18px;
  color: #fff;
  font-size: calc(15 / 16 * 1rem);
  line-height: 2.8;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-radius: 2rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .thanks-page-title {
    line-height: 2.35;
    letter-spacing: 0.15em;
  }
  /* c-btn_more */
  .c-btn_top {
    margin: 2.5rem auto 0;
  }
  .c-btn_top a {
    display: inline-block;
    padding: 0 16px 0 18px;
    color: #fff;
    font-size: clamp(
      calc(12 / 16 * 1rem),
      calc(15 / 1440 * 100vw),
      calc(15 / 16 * 1rem)
    );
    line-height: 2.8;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.15em;
    border-radius: 2rem;
    border: 1px solid #fff;
  }
}
/*******************************
contact-confirm.html
*******************************/
.page-section_confirm {
  padding-top: clamp(10.5rem, (1vw * 192 / 1440 * 100), 12rem);
  padding-bottom: clamp(6rem, (1vw * 232 / 1440 * 100), 14.5rem);
  position: relative;
  background-image: url(../images/page-back.png);
}
.confirm-pagetitle {
  color: #fff;
  font-size: clamp(
    calc(17 / 16 * 1rem),
    calc(24 / 1366 * 100vw),
    calc(24 / 16 * 1rem)
  );
  font-weight: 300;
  letter-spacing: 0.244em;
}
.confirm-subcopy {
  margin-top: clamp(3rem, (1vw * 64 / 1440 * 100), 4rem);
  padding-bottom: 3rem;
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(16 / 1440 * 100vw),
    calc(16 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.2em;
}
.confirm-subcopy span {
  display: inline-block;
}
.contact-form-request {
  padding-left: 3px;
  padding-bottom: clamp(2rem, (1vw * 64 / 1440 * 100), 4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 1.8;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
}
.c-point {
  margin-right: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
}
.contactform-confirm-wrap .form-item {
  padding: 2.5rem 0;
  color: #fff;
  position: relative;
  display: flex;
  border-bottom: 1px solid #fff;
}
.contactform-confirm-wrap .form-item + .form-item {
  margin-top: 0;
}
/* .contactform-confirm-wrap .form-item p {
  flex: 0 0 37%;
} */
.contactform-confirm-wrap .form-item div {
  flex: 0 1 63%;
}
.contactform-confirm-wrap .form-item-detail-select {
  flex: 0 1 100%;
  margin-top: -2rem;
  padding-top: 0;
  padding-bottom: 0;
  gap: 0 0;
}
.contactform-confirm-wrap .form-item-detail-select::before {
  content: "";
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
}
.contactform-confirm-wrap .form-item-label_large {
  display: none;
}
.contactform-confirm-wrap .form-item-label {
  flex: 0 0 37%;
  color: #fff;
  display: block;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  font-weight: 500;
  letter-spacing: 0.1em;
}
/* .contact-form-title-required {
  padding-left: 4px;
  vertical-align: top;
} */
/* contact-form-answer */
.contactform-confirm-wrap .form-item-detail {
  flex: 0 1 63%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(16 / 1440 * 100vw),
    calc(16 / 16 * 1rem)
  );
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.contactform-confirm-wrap .form-item-detail.-tel {
  font-size: clamp(
    calc(15 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
}
.contactform-confirm-wrap .form-item-detail.-textarea {
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1440 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.1;
  letter-spacing: 0.18em;
}
.contactform-confirm-wrap .form-item-detail.-mail {
  letter-spacing: 0.144em;
}
/* policy-wrap */
.contactform-confirm-wrap .policy-wrap {
  display: none;
}
/* l-contactform-confirm_buttons */
.contactform-confirm-wrap .form-wrap .submit-wrap {
  margin-top: 4rem;
  padding: 0 2%;
  display: flex;
  justify-content: center;
}
/* contact-form_button  */
.contactform-confirm-wrap .form-wrap .contactform-submit {
  padding-left: 1.5rem;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(18 / 1440 * 100vw),
    calc(18 / 16 * 1rem)
  );
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.14em;
  text-align: left;
  background-color: transparent;
  border-radius: 3rem;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.contactform-confirm-wrap .form-wrap .contactform-submit.-reset {
  padding-left: 2rem;
  text-align: center;
}
.contactform-confirm-wrap .resetarea {
  margin-right: 1.5rem;
  width: 100%;
  position: relative;
}
.contactform-confirm-wrap .resetarea::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: translateY(-50%) scale(-1, 1);
}
.contactform-confirm-wrap .submitarea {
  position: relative;
  width: 100%;
}
.contactform-confirm-wrap .submitarea::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: translateY(-50%);
}
/* contactform-decoration */
.contactform-decoration {
  margin-top: 0.75rem;
}
.contactform-decoration img {
  width: 100%;
}
@media (max-width: 768px) {
  .confirm-subcopy {
    line-height: 1.6;
  }
  .c-point {
    margin-right: 6px;
    width: 13px;
    height: 13px;
  }
  .contactform-confirm_dl {
    padding: 1.75rem 0;
    display: block;
  }
  .contact-form-answer {
    margin-top: 0.5rem;
  }
  .contact-form-answer.-textarea {
    line-height: 1.7;
  }
  .l-contactform-confirm_buttons {
    margin-top: 3.5rem;
    display: block;
  }
  .contactform-confirm-wrap .form-wrap .submit-wrap {
    flex-direction: column;
    gap: 1rem 0;
  }
  /* contactform-decoration */
  .contactform-decoration {
    margin-top: 1.75rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding: 0 3% 0 8%;
  }
  .contactform-decoration img {
    width: 140%;
    max-width: 100vw;
  }
}
