@charset "UTF-8";
img, object, video {
  max-width: 100%;
  height: auto;
}

.btn--a {
  display: flex;
  background: #d15f7a;
  color: #fff;
  line-height: 1em;
  padding: 16px;
  width: 100%;
  max-width: 280px;
  justify-content: center;
  font-weight: bold;
  border-radius: 10px;
}
.btn--a:link, .btn--a:visited, .btn--a:hover, .btn--a:active {
  text-decoration: none;
  color: #fff;
}
.btn--b {
  background: #a01515;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  padding: 12px 16px;
  border-radius: 40px;
  display: inline-block;
  min-width: 180px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.btn--b:link, .btn--b:visited, .btn--b:hover, .btn--b:active {
  text-decoration: none;
  color: #fff;
}
.btn--c {
  background: #A21A19;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  padding: 12px 16px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 220px;
  font-weight: bold;
  align-items: center;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.btn--c:link, .btn--c:visited, .btn--c:hover, .btn--c:active {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn--c {
    padding: 16px 12px;
    font-size: 16px;
    line-height: 1em;
    gap: 0;
    justify-content: center;
  }
  .btn--c img {
    display: none;
  }
}
.btn--d {
  color: #63448C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  border: 1px solid #63448C;
  padding: 16px 24px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .btn--d {
    padding: 8px;
  }
}
.btn--d:link, .btn--d:visited, .btn--d:hover, .btn--d:active {
  text-decoration: none;
  color: #63448C;
}
.btn--d:before {
  content: "▲";
  transform: rotate(90deg);
}

.top-video {
  display: flex;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.top-video:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(175, 56, 53, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-video iframe {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  max-width: 950px;
  height: auto;
  position: relative;
  z-index: 2;
}

.items-list {
  padding: 60px 60px;
  border-top: 6px solid #f4ca81;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .items-list {
    padding: 40px 30px;
    gap: 40px;
  }
}
.items-list__header {
  width: 100%;
}
.items-list__header strong {
  color: #a01515;
}
.items-list__item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .items-list__item {
    width: 100%;
  }
}
.items-list__item__name {
  margin: 0;
}
.items-list__item__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 8px;
}
.items-list__item__image img {
  border: 1px solid #f4ca81;
}
@media screen and (max-width: 768px) {
  .items-list__item__image img {
    margin: 0;
  }
}
.items-list__item__price {
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
}
.items-list__item__price span {
  font-size: 10px;
  line-height: 1em;
}

.contact_table label {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact_table dl dt br {
    display: none;
  }
}
.contact_table dl dd p:not(:last-child) {
  margin-bottom: 1em;
}

.introduce-box {
  padding-top: 16px;
  display: none;
}

.company-box {
  display: none;
}
.company-box dd p span {
  display: inline-block;
  min-width: 80px;
}
.company-box dd p:not(:last-child) {
  margin-bottom: 8px;
}

.pft .company-box {
  display: block;
}

.mw_wp_form_confirm .introduce-box {
  display: block;
}
.mw_wp_form_confirm .company-box {
  display: block;
}

#introduce,
#company,
#position {
  background-color: #feffed;
  border-width: 0px;
  padding: 15px 5px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  #introduce,
  #company,
  #position {
    max-width: 120px;
  }
}

div#hed_wrap {
  height: auto;
}

div#hed_logo a, h1#hed_logo a {
  margin-top: 0;
}

div#hed_contents {
  display: flex;
  align-items: center;
  float: initial;
  width: auto;
  margin-top: inherit;
  margin-right: 0;
  margin-left: auto;
}

.hed_contact {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.hed_mail_btn_2 a {
  margin-right: 0;
}

.hed_mail_btn a {
  margin-right: 0;
}

nav.menu .hed_cart a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #A21A19;
  border-radius: 0px; /* CSS3草案 */
  -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
  -moz-border-radius: 0px; /* Firefox用 */
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 0px;
}

nav.menu .hed_mail_btn a,
nav.menu .hed_mail_btn_2 a {
  width: auto;
}
nav.menu .hed_mail_btn a:link, nav.menu .hed_mail_btn a:visited, nav.menu .hed_mail_btn a:hover, nav.menu .hed_mail_btn a:active,
nav.menu .hed_mail_btn_2 a:link,
nav.menu .hed_mail_btn_2 a:visited,
nav.menu .hed_mail_btn_2 a:hover,
nav.menu .hed_mail_btn_2 a:active {
  width: auto;
}

@media screen and (max-width: 768px) {
  .hm_menu {
    top: 0;
  }
}

.hm_menu .hed_mail_btn_2 a,
.hm_menu .hed_mail_btn a {
  border-radius: 0;
}

.hm_menu .hed_cart a {
  background-color: #A21A19;
  color: #fff;
  text-align: center;
}

.common_btn_contents {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .common_btn_contents .hed_contact {
    margin: 0;
  }
  .common_btn_contents .hed_contact a {
    margin: 0;
  }
}

.hed_cart_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 0;
  line-height: 0;
  background: #A21A19;
  border-radius: 10px;
}

#hm_navi label {
  top: 0;
}
#hm_navi label.open {
  top: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #hm_navi label.open {
    top: 8px;
    width: 44px;
    height: 44px;
    background-size: 100% auto;
  }
}

#header {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 100px 8px 40px;
}

@media screen and (max-width: 768px) {
  #company, #unit, #name, #mail, #zip, #address, #tell, #fax, #t_b, #coq, #position {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.about-hy {
  background: url(../images/bg.webp);
  background-size: 1440px auto;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #47473C;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-hy {
    padding-top: 16px;
  }
}
.about-hy-sec {
  width: 100%;
  max-width: 960px;
  font-family: yu-mincho-pr6n, sans-serif;
}
.about-hy-sec:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec:not(:last-child) {
    margin-bottom: 60px;
  }
}
.about-hy-sec p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.about-hy-sec--bg {
  position: relative;
  padding: 80px 0;
}
.about-hy-sec--bg:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: overlay;
}
.about-hy-sec--bg > * {
  position: relative;
  z-index: 2;
}
.about-hy-mv {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 80px 0;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-hy-mv {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px !important;
  }
}
.about-hy-mv__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  writing-mode: vertical-rl;
  order: 3;
  width: 100%;
  max-width: 216px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .about-hy-mv__title {
    font-size: 24px;
    line-height: 1.5em;
    max-width: 30%;
    padding-top: 8px;
  }
}
.about-hy-mv__title-en {
  color: #FFFFE9;
  font-family: trajan-pro-3, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  writing-mode: vertical-rl;
  position: absolute;
  mix-blend-mode: difference;
  width: 100%;
  align-items: center;
  max-width: 216px;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about-hy-mv__title-en {
    font-size: 18px;
    line-height: 1em;
    top: auto;
    bottom: 8px;
    left: 0;
    max-width: 15%;
    text-align: right;
  }
}
.about-hy-mv__image {
  font-size: 0;
  line-height: 0;
}
.about-hy-mv__image--01 {
  width: 100%;
  max-width: 448px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .about-hy-mv__image--01 {
    max-width: 70%;
  }
}
.about-hy-mv__image--02 {
  max-width: 216px;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about-hy-mv__image--02 {
    display: none;
  }
}
.about-hy-sec01 {
  display: flex;
  justify-content: space-between;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec01 {
    gap: 40px 8px;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
  }
}
.about-hy-sec01__image {
  flex: 1;
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec01__image {
    flex: inherit;
    order: 1;
    max-width: calc(50% - 4px);
  }
}
.about-hy-sec01__image--02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about-hy-sec01__image--02 {
    margin-top: 40px;
  }
}
.about-hy-sec01__text {
  width: 100%;
  max-width: 256px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec01__text {
    max-width: 100%;
    order: 2;
  }
}
.about-hy-sec01__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .about-hy-sec01__title {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.about-hy-sec02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec02 {
    gap: 40px;
  }
}
.about-hy-sec02__image--01 {
  width: 100%;
  max-width: 432px;
}
.about-hy-sec02__image--02 {
  width: 100%;
  max-width: 176px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec02__image--02 {
    order: 3;
    margin-left: 30px;
    max-width: calc(50% - 34px);
    display: none;
  }
}
.about-hy-sec02__text {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .about-hy-sec02__text {
    flex-direction: column;
    gap: 40px;
    padding: 0 30px;
  }
}
.about-hy-sec02__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec02__title {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5em;
  }
}
.about-hy-sec03 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec03 {
    padding: 0 30px;
    box-sizing: border-box;
    gap: 40px;
  }
}
.about-hy-sec03__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-hy-sec03__title {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5em;
  }
}
.about-hy-sec03__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec03__text {
    order: 2;
  }
}
.about-hy-sec03__image {
  width: 100%;
  max-width: 469px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec03__image {
    gap: 8px;
    flex-direction: inherit;
    justify-content: flex-start;
    align-items: flex-end;
    order: 1;
  }
}
.about-hy-sec03__image .image--s {
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .about-hy-sec03__image .image--s {
    max-width: 38%;
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title__en {
  font-family: trajan-pro-3, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em; /* 18px */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-title__en {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.sec-title__jp {
  margin: 0;
  padding: 0;
  color: #47473C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em; /* 28px */
  font-family: yu-mincho-pr6n, sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-title__jp {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.sec-subtitle {
  width: 100%;
  margin: 0;
}
.sec-subtitle span {
  background: #47473C;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}

.media-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .media-list {
    gap: 16px;
    padding: 0 30px;
  }
}
.media-list__item {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .media-list__item {
    width: 100%;
    gap: 16px;
  }
}
.media-list__item__title {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
}
@media screen and (max-width: 768px) {
  .media-list__item__title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.media-list__item__image {
  font-size: 0;
  line-height: 0;
}

.pft {
  background: url(../images/bg.webp);
  background-size: 1440px auto;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #47473C;
  margin-bottom: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
}
.pft-header {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 60px 0 40px;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .pft-header {
    padding: 30px 30px 16px;
    text-align: center;
    align-items: center;
    gap: 8px;
  }
}
.pft-header__title-en {
  font-family: trajan-pro-3, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
@media screen and (max-width: 768px) {
  .pft-header__title-en {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 769px) {
  .pft-header__title-en br {
    display: none;
  }
}
.pft-header__title {
  margin: 0;
  padding: 0;
  color: #47473C;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
  font-family: yu-mincho-pr6n, sans-serif;
}
@media screen and (max-width: 768px) {
  .pft-header__title {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 769px) {
  .pft-header__title br {
    display: none;
  }
}
.pft-mv {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .pft-mv {
    padding: 0;
  }
}
.pft-mv iframe {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  max-width: 960px;
  height: auto;
  position: relative;
  z-index: 2;
}
.pft-sec {
  padding: 80px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pft-sec {
    padding: 60px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .pft-sec .request-form {
    width: 100%;
  }
}
.pft-reason {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pft-reason {
    gap: 24px;
  }
}
.pft-reason__item {
  background: #fff;
  display: flex;
  gap: 24px;
  box-sizing: border-box;
  padding: 32px;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .pft-reason__item {
    padding: 24px;
    flex-direction: column;
    padding: 0;
  }
}
.pft-reason__item__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .pft-reason__item__image {
    max-width: 100%;
  }
}
.pft-reason__item__label {
  position: absolute;
  left: 16px;
  top: -16px;
  background: #63448C;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-family: "Trajan Pro 3";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  gap: 8px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .pft-reason__item__label {
    padding: 8px;
    font-size: 24px;
    line-height: 1em;
    left: 16px;
    top: -8px;
  }
}
.pft-reason__item__label:before {
  content: "reason";
  font-family: trajan-pro-3, serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.pft-reason__item__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pft-reason__item__text {
    padding: 0 16px 16px;
  }
}
.pft-reason__item__title {
  color: #63448C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
}
@media screen and (max-width: 768px) {
  .pft-reason__item__title {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.pft-reason__item__desc {
  color: #47473C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
}
@media screen and (max-width: 768px) {
  .pft-reason__item__desc {
    font-size: 16px;
    line-height: 2em;
  }
}
.pft-reason__item__desc strong {
  color: #A21A19;
}
.pft-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 80px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pft-feature {
  width: 100%;
  max-width: 960px;
}
.pft-feature:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pft-feature:not(:last-child) {
    margin-bottom: 30px;
  }
}
.pft-feature strong {
  color: #A21A19;
}
.pft-feature__header {
  background: linear-gradient(90deg, #F0EAF6 50%, #EDDFFF 100%);
  display: flex;
  padding: 16px;
  justify-content: flex-start;
  gap: 24px;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pft-feature__header {
    gap: 8px;
  }
}
.pft-feature__label {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #63448C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .pft-feature__label {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}
.pft-feature__label:before {
  content: "feature";
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 8.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .pft-feature__label:before {
    display: none;
  }
}
.pft-feature__title {
  color: #63448C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pft-feature__title {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.pft-feature__block {
  padding: 32px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .pft-feature__block {
    gap: 24px;
    font-size: 16px;
    line-height: 2em;
  }
  .pft-feature__block .media-list {
    padding: 0;
  }
}
.pft-feature__block + .pft-feature__block {
  border-top: 1px solid #ccc;
}
.pft-feature__block__image {
  font-size: 0;
  line-height: 0;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .pft-feature__block__image {
    gap: 8px;
  }
}
.pft-feature__block__image:first-child {
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .pft-feature__block__image:first-child {
    max-width: 100%;
  }
}
.pft-feature__block__image--s {
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .pft-feature__block__image--s {
    max-width: 100%;
  }
}
.pft-feature__block__image--center {
  width: 100%;
  justify-content: center;
}
.pft-feature__block__image .image {
  flex: 1;
  text-align: center;
}
.pft-feature__block__desc {
  flex: 1;
}
.pft-feature__block__desc p:not(:last-child) {
  margin-bottom: 1em;
}
.pft-feature__block dl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
.pft-feature__block dl dt {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 32px */
  min-width: 128px;
}
@media screen and (max-width: 768px) {
  .pft-feature__block dl dt {
    min-width: 100%;
  }
}
.pft-feature__block dl dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pft-feature__block ol {
  list-style: decimal;
  padding-left: 24px;
}
.pft-feature__block ol li:not(:last-child) {
  margin-bottom: 8px;
}
.pft-feature__block ul {
  list-style: inherit;
  padding-left: 24px;
}
.pft-type-header {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  margin: 0 0 32px;
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
}
.pft-type-header__main {
  color: #47473C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 48px */
}
@media screen and (max-width: 768px) {
  .pft-type-header__main {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.pft-type-header__sub {
  color: #47473C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
}
.pft-type__title {
  background: #63448C;
  color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .pft-type__title {
    padding: 16px;
    gap: 4px;
  }
}
.pft-type__title-en {
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  margin: 0;
}
.pft-type__title-jp {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pft-type__title-jp {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.pft-type__name {
  background: #F0EEEB;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .pft-type__name {
    padding: 16px;
  }
}
.pft-type__name-main {
  color: #63448C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 48px */
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pft-type__name-main {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.pft-type__name-sub {
  color: #47473C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  margin: 0;
}
.pft-items-list {
  display: flex;
  flex-direction: column;
}
.pft-items-list__item {
  border-top: 1px solid #ccc;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .pft-items-list__item {
    padding: 30px;
    gap: 24px;
  }
}
.pft-items-list__item__main {
  width: 100%;
  max-width: 368px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pft-items-list__item__main {
    max-width: 100%;
  }
}
.pft-items-list__item__sub {
  flex: 1;
}
.pft-items-list__item__label {
  color: #47473C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  margin: 0 0 16px;
}
.pft-items-list__item__label span {
  background: #F0EEEB;
  display: inline-block;
  padding: 4px 8px;
}
.pft-items-list__item__name {
  color: #47473C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 16px;
  border-left: 4px solid #63448C;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .pft-items-list__item__name {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.pft-items-list__item__name ruby rt {
  font-size: 10px;
  line-height: 2em;
  margin-bottom: 4px;
}
.pft-items-list__item__name-formal {
  color: #47473C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .pft-items-list__item__name-formal {
    font-size: 18px;
  }
}
.pft-items-list__item__name-formal ruby rt {
  font-size: 10px;
  line-height: 2em;
  margin-bottom: 4px;
}
.pft-items-list__item__desc {
  margin: 0 0 16px;
}
.pft-items-list__item__desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.pft-items-list__item__price {
  font-family: "Times New Roman";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 36px */
  margin: 0 0 16px;
}
.pft-items-list__item__price small {
  font-size: 12px;
  line-height: 1em;
  font-family: yu-mincho-pr6n, sans-serif;
}
@media screen and (max-width: 768px) {
  .pft-items-list__item__btn {
    width: 100%;
  }
  .pft-items-list__item__btn a {
    min-width: 100%;
  }
}
.pft-items-list-s {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .pft-items-list-s {
    gap: 30px 8px;
    justify-content: flex-start;
  }
}
.pft-items-list-s:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pft-items-list-s:not(:last-child) {
    margin-bottom: 60px;
  }
}
.pft-items-list-s__item {
  width: calc(25% - 24px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pft-items-list-s__item {
    width: calc(50% - 4px);
  }
}
.pft-items-list-s__item__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .pft-items-list-s__item__image {
    margin-bottom: 8px;
  }
}
.pft-items-list-s__item__name {
  color: #47473C;
  font-family: YuMincho;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  margin: 0 0 8px;
}
.pft-items-list-s__item__name a:link, .pft-items-list-s__item__name a:visited, .pft-items-list-s__item__name a:hover, .pft-items-list-s__item__name a:active {
  text-decoration: none;
  color: #47473C;
}
.pft-items-list-s__item__price {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 36px */
  margin: 0 0 16px;
}
.pft-items-list-s__item__price small {
  font-size: 12px;
  line-height: 1em;
  font-family: yu-mincho-pr6n, sans-serif;
}
.pft-flow {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .pft-flow {
    padding: 0 30px;
    gap: 24px;
  }
}
.pft-flow strong {
  color: #A21A19;
}
.pft-flow__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .pft-flow__list {
    gap: 24px;
    flex-direction: column;
  }
}
.pft-flow__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #63448C;
  background: #F0EAF6;
  flex: 1;
  text-align: center;
  color: #47473C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pft-flow__list__item {
    font-size: 16px;
    line-height: 1.4em;
    padding: 8px;
  }
}
.pft-flow__list__item:not(:last-child):after {
  content: "▲";
  transform: rotate(90deg);
  position: absolute;
  right: -25px;
  color: #63448C;
}
@media screen and (max-width: 768px) {
  .pft-flow__list__item:not(:last-child):after {
    transform: rotate(180deg);
    right: calc(50% - 8px);
    bottom: -24px;
  }
}
@media screen and (max-width: 768px) {
  .pft-flow__list__item br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pft .request-form p {
    margin-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

img, object, video {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #header {
    padding: 8px 60px 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_logo a {
    width: 130px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact li:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact li.hed_mail_btn_2 a {
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact li.hed_mail_btn a {
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact li.hed_cart_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header #hed_contents .hed_contact li.hed_cart_btn a {
    width: 44px;
    height: 44px;
  }
  #header #hed_contents .hed_contact li.hed_cart_btn a img {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #footer-container #footer {
    width: 100%;
  }
  #footer-container #footer img {
    width: 130px;
    height: auto;
  }
  #footer-container #footer p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .ft_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ft_navi ul li:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  p#copyright {
    font-size: 10px;
    line-height: 1.6em;
    background: #fff;
    padding: 8px;
  }
}

#mw_wp_form_mw-wp-form-1440 input[type=submit] {
  width: 300px;
  padding: 15px;
  color: #ffffff;
  background-color: #00334E;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
  border-width: 0px;
  border-radius: 10px;
}

.fs-preview-header {
  display: none;
}

.fs-c-breadcrumb {
  font-size: 12px;
  line-height: 1.5em;
  background: #EFEDE9;
}
.fs-c-breadcrumb__list {
  padding: 8px;
}

.fs-c-heading--page {
  padding-bottom: 0.8em;
}

.fs-l-cart__mainColumn {
  background: #fff;
}
.fs-l-cart__sideColumn {
  background: #fff;
}

.fs-c-button--primary {
  text-decoration: none !important;
}
.fs-c-button--standard {
  text-decoration: none !important;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #A21A19;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #A21A19;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #A21A19;
  border-color: #A21A19;
}

.fs-c-heading {
  font-weight: bold;
}

.fs-c-documentArticle__heading {
  padding: 8px;
}
