*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  color: #FFFFFF;
  background-color: #000000;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

.br_sp-sm-visible {
  display: none;
}
@media screen and (max-width: 374px) {
  .br_sp-sm-visible {
    display: block;
  }
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.inner-primary {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .inner-primary {
    padding-inline: 12px;
  }
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.title__primary {
  width: 310px;
  max-width: 100%;
  margin-inline: auto;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.button__primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 12px;
  width: 100%;
  box-shadow: 0 0 16px 4px rgba(85, 67, 29, 0.5);
  font-size: 1.25rem;
	font-style: normal;
}
.button__primary .button__primary--icon {
  position: relative;
  margin-top: -5px;
  width: 27px;
  z-index: 1;
}
.button__primary .button__primary--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background-color: #8d763a;
  transition: all 0.4s ease;
  opacity: 0;
}
.button__primary .button__primary--text {
  position: relative;
  text-align: center;
  width: calc(100% - 57px);
  font-family: "miller-headline", serif;
  font-weight: 300;
  letter-spacing: 2px;
  z-index: 1;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .button__primary:hover .button__primary--circle, .button__primary:focus .button__primary--circle {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
  }
}

.bg {
  position: relative;
  background-image: url(../img/_common/bg/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.gird {
  display: grid;
  grid-template-columns: 1fr 375px 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 599px) {
  .gird {
    grid-template-columns: 1fr 100% 1fr;
  }
}

@media (max-width: 1280px) {
  .grid__left .grid__left--inner {
    display: none;
  }
}
.grid__left .grid__left--logo {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 2.25rem;
}

.grid__main {
  overflow: hidden;
  background: #000000;
}

.gird__right {
  position: relative;
}
.gird__right .grid__right--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .gird__right .grid__right--inner {
    display: none;
  }
}
.gird__right .grid__right--content {
  position: fixed;
  top: 30%;
  height: 100vh;
  text-align: center;
	font-style: normal;
}
.gird__right .grid__right--title {
  font-size: 6rem;
  line-height: 1;
}
.gird__right .grid__right--text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1;
}
.gird__right .grid__right--boxes {
  max-width: 290px;
  width: 100%;
  margin-inline: auto;
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.gird__right .grid__right--box {
  display: flex;
  flex-direction: column-reverse;
}
.gird__right .grid__right--box .grid__right--body--text {
  margin-top: 14px;
  line-height: 1;
}
.gird__right .grid__right--recommendation {
  position: fixed;
  bottom: 20px;
  right: 40px;
  text-align: right;
	font-style: normal;
}
.gird__right .grid__right--recommendation--text {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
}
.gird__right .grid__right--recommendation--copy-right {
  font-size: 0.625rem;
  letter-spacing: 2px;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.fv {
  height: 666px;
}
@media screen and (max-width: 599px) {
  .fv {
    height: 100svh;
  }
}
.fv img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .fv img {
    height: 100svh;
  }
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.about {
  position: relative;
  background-image: url(../img/index/about/about_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 122px;
}
.about .about__heading2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.about .about__body {
  max-width: 310px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 48px;
}
.about .about__text-wrapper.--order1 {
  order: 1;
}
.about .about__text-wrapper.--order3 {
  order: 3;
}
.about .about__text-wrapper p {
  line-height: 1.79;
  letter-spacing: 2px;
}
.about .about__text-wrapper p:not(:first-child) {
  margin-top: 20px;
}
.about .about__text-wrapper p em {
  font-size: 18px;
  font-style: normal;
}
.about .about__text-wrapper p .en {
  letter-spacing: 2.6px;
}
.about .about__images {
  display: flex;
  gap: 10px;
}
.about .about__images.--order2 {
  order: 2;
}
.about .about__image {
  width: 50%;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.privilege .privilege__boxes {
  margin-top: 70px;
  background-image: url(../img/index/privilege/privilege_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.privilege .privilege__boxes--inner {
  max-width: 310px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.privilege .privilege__box {
  position: relative;
}
.privilege .privilege__box::before, .privilege .privilege__box::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 30px;
  height: 30px;
  background-image: url(../img/index/privilege/privilege_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.privilege .privilege__box::before {
  left: 6px;
}
.privilege .privilege__box::after {
  right: 6px;
  transform: rotate(90deg);
}
.privilege .privilege__box--heading3 {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 208px;
  margin-inline: auto;
  z-index: 10;
  background: #000;
}
.privilege .privilege__box--items--wrapper {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #b79671, #bca271, #fff3dc, #b08d68);
  border-image-slice: 1;
  padding: 36px 20px 50px 20px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.privilege .privilege__box--items--wrapper.--type03 {
	padding-bottom: 20px;
}
.privilege .privilege__box--items--wrapper::before, .privilege .privilege__box--items--wrapper::after {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 30px;
  height: 30px;
  background-image: url(../img/index/privilege/privilege_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  transform: rotate(-90deg);
}
.privilege .privilege__box--items--wrapper::before {
  left: 6px;
}
.privilege .privilege__box--items--wrapper::after {
  right: 6px;
  transform: rotate(-180deg);
}
.privilege .privilege__box--item {
  position: relative;
  text-align: center;
}
.privilege .privilege__box--item--label {
  width: 87px;
  text-align: center;
  padding-block: 5px;
  background: #8d763a;
  font-family: "miller-headline", serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1.2px;
  line-height: 1;
}
.privilege .privilege__box--item--label span {
  font-size: 1.4375rem;
}
.privilege .privilege__box--item--title-wrapper {
  margin-top: 8px;
  text-align: center;
}
.privilege .privilege__box--item--title {
  font-size: 1.25rem;
  font-weight: bold;
}
.privilege .privilege__box--item--title.--is-bigger {
  font-size: 1.75rem;
  color: #e2c500;
}
@media screen and (max-width: 374px) {
  .privilege .privilege__box--item--title.--is-bigger {
    font-size: 1.625rem;
  }
}
.privilege .privilege__box--item--title em {
  font-style: normal;
  color: #e2c500;
}
.privilege .privilege__box--item--title .is-bigger {
  margin-left: 4px;
  font-size: 1.75rem;
}
@media screen and (max-width: 374px) {
  .privilege .privilege__box--item--title .is-bigger {
    font-size: 1.625rem;
  }
}
.privilege .privilege__box--item--supplement {
  font-weight: bold;
  white-space: nowrap;
}
.privilege .privilege__box--item--supplement.--bigger {
  font-size: 1rem;
}
.privilege .privilege__box--item--supplement.--mt {
  margin-top: 30px;
}
.privilege .privilege__box--item--supplement em {
  font-style: normal;
  color: #e2c500;
}
.privilege .privilege__box--item--supplement .is-bigger {
  font-size: 1.5625rem;
}
@media screen and (max-width: 374px) {
  .privilege .privilege__box--item--supplement .is-bigger {
    font-size: 1.375rem;
  }
}
.privilege .privilege__box--item--text {
  font-size: 1.25rem;
}
.privilege .privilege__box--item--text.--small {
  font-size: 1rem;
}
.privilege .privilege__box--offers {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.privilege .privilege__box--offer {
  background: #FFFFFF;
  padding-block: 8px;
}
.privilege .privilege__box--offer--title {
  position: relative;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
}
.privilege .privilege__box--offer--title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8d763a;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.privilege .privilege__box--offer--title em {
  font-style: normal;
  font-size: 1.125rem;
  color: #8d763a;
  font-weight: bold;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.contact {
  margin-top: 152px;
}
.contact.--pb {
  padding-bottom: 54px;
}
.contact .contact__buttons {
  margin-top: 50px;
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.achievement {
  margin-top: 150px;
}
.achievement .achievement__content {
  background-image: url(../img/index/achievement/achievement_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 135px;
}
.achievement .achievement__images {
  position: relative;
  padding-inline: 25px;
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
.achievement .achievement__images .achievement__image {
  width: 100%;
}
.achievement .achievement__images .achievement__image.--01 {
  max-width: 290px;
}
.achievement .achievement__images .achievement__image.--02 {
  position: absolute;
  bottom: -16px;
  right: 0;
  max-width: 210px;
}
.achievement .achievement__images .achievement__image.--03 {
  position: absolute;
  top: 28px;
  right: 25px;
  max-width: 126px;
}
@media screen and (max-width: 374px) {
  .achievement .achievement__images .achievement__image.--03 {
    top: 0;
  }
}
.achievement .achievement__items {
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  gap: 66px;
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
.achievement .achievement__item {
  position: relative;
}
.achievement .achievement__item:nth-child(even) {
  text-align: right;
}
.achievement .achievement__item--body {
  padding: 16px 24px 20px 20px;
  color: #000000;
  box-shadow: 0px 10px 20px 0 rgba(85, 67, 39, 0.61);
  background-blend-mode: multiply;
  background-image: linear-gradient(to top, #816202, #fffce9, #886a0e);
}
@media screen and (max-width: 374px) {
  .achievement .achievement__item--body {
    padding: 16px 20px 20px 16px;
  }
}
.achievement .achievement__item--body--text {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  padding-inline: 26px;
}
@media screen and (max-width: 374px) {
  .achievement .achievement__item--body--text {
    padding: 0;
  }
}
.achievement .achievement__item--body--number {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 374px) {
  .achievement .achievement__item--body--number {
    margin-top: 6px;
    font-size: 2rem;
  }
}
.achievement .achievement__item--body--number small {
  font-size: 1.875rem;
}
.achievement .achievement__item--image {
  width: 164px;
  position: absolute;
  top: -36px;
}
.achievement .achievement__item--image.--01 {
  right: 0;
}
.achievement .achievement__item--image.--02 {
  left: 0;
}
.achievement .achievement__message {
  margin-top: 93px;
  text-align: center;
  max-width: 310px;
  width: 100%;
  margin-inline: auto;
}
.achievement .achievement__message p {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 2.8px;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.message {
  background-image: url(../img/index/message/message_bg.png);
  background-position: 0 -35%;
  background-repeat: no-repeat;
  background-size: cover;
	padding-top: 120px;
  padding-bottom: 168px;
}
.message .message__inner {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
.message .message__boxes {
  margin-top: 26px;
}
.message .message__box {
  position: relative;
  padding-top: 227px;
}
.message .message__box--head {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 30px;
}
.message .message__box--head--heading3 {
  display: flex;
  flex-direction: column-reverse;
}
.message .message__box--body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}
.message .message__box--body p {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 2.8px;
  padding: 0 10px;
	font-style: normal;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.strength {
  background-image: url(../img/index/strength/strength_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strength .strength__boxes {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 84px;
}
.strength .strength__box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.strength .strength__box--body {
  margin-top: 10px;
	font-style: normal;
}
.strength .strength__box--body--heading3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #8d763a;
  padding: 0 10px;
}
.strength .strength__box--body--text {
  margin-top: 26px;
}
.strength .strength__box--body--text p {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 1.8px;
  padding: 0 10px;
}
.strength .strength__box--body--items {
  margin-top: 32px;
  display: grid;
  gap: 10px;
}
.strength .strength__box--body--items.--type01 {
  grid-template-columns: repeat(2, 1fr);
}
.strength .strength__box--body--items.--type02 {
  grid-template-columns: repeat(2, 1fr);
}
.strength .strength__box--body--item {
  width: 100%;
  padding: 3px;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.4px;
}
.strength .strength__box--body--item.--column01 {
  grid-column: span 2/span 2;
}
.strength .strength__box--body--item--inner {
  padding-block: 12px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #bda36a, #fbfbfb, #bfa56e);
  border-image-slice: 1;
}
.strength .strength__box--body--item--inner.--small-padding {
  padding-block: 6px;
}
.strength .strength__box--body--item--inner em {
  font-style: normal;
  font-size: 1.375rem;
}
.strength .strength__box--body--item--inner .is-top,
.strength .strength__box--body--item--inner .is-bottom {
  display: block;
  line-height: 1;
  font-weight: bold;
}
.strength .strength__box--body--item--inner .is-bottom {
  margin-top: 3px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 374px) {
  .strength .strength__box--body--item--inner .is-bottom {
    font-size: 1.375rem;
  }
}
.strength .strength__box--body--item--inner .is-bottom small {
  font-size: 1rem;
}
.strength .strength__box--number {
  position: absolute;
  top: -32px;
  right: 0;
  width: 87px;
  z-index: 1;
}
.strength .strength__box--map {
  margin-top: 30px;
}

.footer {
  padding-bottom: 36px;
}
.footer .footer__logo {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
.footer .copy-right {
  margin-top: 100px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 1.8px;
	font-style: normal;
}