@charset "utf-8";

/*===========================================
 reset 触らない
========================================== */
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

progress {
  display: inline-block;
}

small {
  font-size: 80%;
  font-size: 0.8em;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline-offset: -0.125rem;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===========================================
 base プロジェクトによって編集可
========================================== */
html {
  font-size: 100%;
}

@media (max-width: 414px) {
  html {
    font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
  }
}

@media (min-width: 414px) and (max-width: 699.98px) {
  html {
    font-size: calc((100vw - 414px) / 352 * 4 + 16px);
  }
}

@media (min-width: 700px) {
  html {
    font-size: 22px;
  }
}

:root {
  --color__txt: #352d21;
}

body {
  color: var(--color__txt);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  /* -webkit-font-smoothing: antialiased; */
}

/* a {
  color: #f75e29;
} */

p a {
  font-weight: bold;
  text-decoration: underline;
}

a > * {
}

/* a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a img:hover {
  opacity: 0.7;
} */

em {
  font-style: normal;
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  /* margin-top: -0.3px;
  margin-bottom: -0.3px; */
}

picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture > img {
  font-size: 0px;
  font-size: 0rem;
}

::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

*:focus {
  outline: none;
}

form input,
form textarea {
  /* -webkit-appearance: none; */
}

h1,
h2,
h3 {
  /* font-family: var(--font-family__mincho); */
  /* color: #fff; */
}

.is-show {
  opacity: 1 !important;
}

.is-hide {
  opacity: 0 !important;
}

@media (min-width: 700px) {
  .pc {
    display: block;
  }

  .pc--inline {
    display: inline;
  }

  .sp {
    display: none !important;
  }

  .sp--inline {
    display: none !important;
  }
}

@media (max-width: 699.98px) {
  .pc {
    display: none !important;
    pointer-events: none;
  }

  .pc--inline {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .sp--inline {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*===========================================
 Project ここから独自CSS記載
========================================== */
a {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

.bz-main {
  min-width: 0;
}
.bz {
  background-color: #fff;
  position: relative;
}

@media (min-width: 700px) {
  .bz {
    display: flex;
    justify-content: center;
  }

  .pc-logo__wrapper {
    position: fixed;
    left: 78.08px;
    top: 47px;
    width: calc(160 / 1680 * 100%);
  }

  .pc-logo {
    aspect-ratio: 160.67 / 80.59;
    object-fit: cover;
  }

  .pc-bg {
    position: fixed;
    inset: 0;
    aspect-ratio: 1680/921;
    object-fit: cover;
    height: 100%;
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz {
    justify-content: center;
    padding-inline: 20px;
    gap: calc(150 / 1680 * 100%);
  }

  .bz-page {
    margin-left: calc(100 / 1040 * 100%);
  }
}

@media (min-width: 1400px) {
  .bz {
    padding-inline: 20px;
    padding-inline: 1.25rem;
  }

  .bz-page {
    margin-left: 8vw;
  }
}

@media (min-width: 1700px) {
  .bz {
    justify-content: center;
  }
}

/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg {
  display: none;
}

.bz-pc__box {
  position: relative;
  left: -18%;
}

.pc-list {
  position: absolute;
  top: 20%;
  left: calc(50% - 128px);
  z-index: 2;
}

.pc-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.menu {
  position: relative;
  color: #f2f2f2;
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: 0.16em;
  font-family: "Shippori Mincho B1", serif;
}

@media (min-width: 1040px) and (max-width: 1460px) {
  .pc-list {
    left: calc(50% - 10vw);
    z-index: 2;
    top: 15%;
  }

  .pc-list ul {
    gap: 0.3rem;
  }

  .menu {
    font-size: min(18px, 1.4vw);
  }
}

.menu::before {
  content: "";
  display: inline-block;
  width: 13.94px;
  height: 13.94px;
  margin-right: 8px;
  background: url("../../assets/img/pc-hover.webp") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu:hover,
.menu:hover::before {
  opacity: 1;
}

.pc-btn01 {
  display: block;
}

.bz-page {
  position: relative;
  z-index: 9;
  background-color: #e8e5dae6;
}

.bz-page::before,
.bz-page::after {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.13rem;
  height: 100%;
  top: 0;
  background-image: url("../../assets/img/pc-line.webp");
  background-size: cover;
  background-position: center;
}

.bz-page::before {
  left: -8px;
}

.bz-page::after {
  right: -8px;
}

@media (min-width: 700px) {
  .bz-pc__content {
    /* position: sticky; */
    position: fixed;
    top: 54.5%;
    transform: translate(0%, -50%);
    width: calc(518 / 1680 * 100%);
    max-width: 518px;
  }

  .bz-page {
    padding-inline: 6px;
    max-width: 494px;
    min-width: 414px;
    flex: 1;
    margin-inline: 8px;
  }

  .pc-bg {
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz-pc {
    display: block;
    position: relative;
    width: min(518px, 25%);
    z-index: 9;
  }

  .pc-logo__wrapper {
    display: block;
  }
}

/* SP部分 */
/* header */
.bz-header {
  position: relative;
  z-index: 1;
}

.bz-header__inner {
  padding-top: 7px;
  padding-top: 0.44rem;
  padding-left: 17px;
  padding-left: 1.06rem;
  padding-right: 9px;
  padding-right: 0.56rem;
  display: flex;
  justify-content: space-between;
}

.bz-header__logo {
  width: calc(100 / 388 * 100%);
  height: auto;
}

.bz-header__button {
  width: calc(117 / 388 * 100%);
  height: auto;
  margin-top: 5px;
  margin-top: 0.31rem;
}

/* ファーストビュー */
.bz-fv {
  position: relative;
  width: 100%;
  height: auto;
}

@media (min-width: 700px) {
  .bz-01 {
    position: relative;
    z-index: 0;
  }
}

.bz-01 img {
  position: absolute;
}

.fv01 {
  z-index: 1;
}

.fv02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fv03 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 700px) {
  .fv03 {
    width: 100%;
    top: 15%;
  }
}

.fv04 {
  position: absolute;
  bottom: 0;
}

.fv05 {
  position: absolute;
  width: 70%;
  height: auto;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.fv06 {
  position: absolute;
  width: 50px;
  width: 3.13rem;
  aspect-ratio: 50/296;
  top: 31.4%;
  right: 5%;
}

@media (min-width: 500px) {
  .fv06 {
    width: 60px;
  }
}

.fv07 {
  position: absolute;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}

/* フッター */
.bz-footer {
  padding: 15px 0 15px;
  background-color: white;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-inline: auto;
}

.footer-link {
  list-style: none;
  text-align: center;
}

.footer-link a {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #707070;
}

.footer-copy {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-size: 0.625rem;
  /* font-size: 7px; */
  letter-spacing: 0.08em;
  color: #707070;
}

@media (min-width: 700px) {
  .footer-link a {
    font-size: 12px;
  }

  .footer-copy {
    font-size: 10px;
  }
}

/* ボタン関連 */
.cta-exist {
  position: relative;
}

.bz-cta-group--pc {
  position: absolute;
  left: 11%;
  bottom: 13%;
  width: 87%;
  text-align: center;
  z-index: 2;
}

/*フォーム*/
.form {
  background-image: url("../../assets/img/form-bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  padding-block: 40px;
  padding-block: 2.5rem;
}

/* abosoluteで重ねる要素 */
.bz-01,
.bz-03,
.bz-06,
.bz-08,
.bz-11,
.bz-15,
.bz-20,
.bz-21,
.bz-25,
.bz-27,
.bz-32,
.bz-34,
.bz-35,
.bz-40,
.bz-41,
.bz-44 {
  position: relative;
}

.a01 {
  position: absolute;
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 69%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.a02 {
  position: absolute;
  width: 73%;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
}

.a03 {
  position: absolute;
  width: 85%;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.a05 {
  position: absolute;
  width: 52%;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}

.a06 {
  position: absolute;
  width: 73%;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.a07 {
  position: absolute;
  width: 70%;
  top: 62%;
  left: 50%;
  transform: translateX(-47%);
}

.a08 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.a08-amazon {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.a09 {
  position: absolute;
  width: 40%;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.a10 {
  position: absolute;
  width: 70%;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
}

.a11 {
  position: absolute;
  width: 76%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.a12 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.a13 {
  position: absolute;
  width: 47%;
  top: 52.5%;
  left: 50%;
  transform: translateX(-50%);
}

.a14 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.a14-amazon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.a15 {
  position: absolute;
  width: 73.5%;
  top: 37%;
  left: 50%;
  transform: translateX(-64%);
}

.a16 {
  position: absolute;
  width: 33%;
  top: 38.7%;
  left: 50%;
  transform: translateX(-50%);
}

.a17 {
  position: absolute;
  width: 17.88rem;
  width: 71%;
  top: 17%;
  left: 50%;
  transform: translateX(-48%);
}

.a18 {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.a18-amazon {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.a19 {
  position: absolute;
  width: 74%;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.a20 {
  position: absolute;
  width: 58%;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}

.a21 {
  position: absolute;
  width: 85%;
  bottom: 0.5%;
  left: 50%;
  transform: translateX(-50%);
}

/* アニメーション */
.animated__fadeIn {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 1.5s ease, translate 1.5s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

/* アニメーション */
.animated__fadeIn-fv {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 1.5s ease, translate 1.5s ease;
}

.animated__fadeIn-fv.js-show {
  opacity: 1;
  translate: 0 0;
}

.bz-01 {
  aspect-ratio: 414 / 304;
}

@media (min-width: 700px) {
  .bz-01 {
    aspect-ratio: auto;
    height: 355px;
  }
}

.bz-02 {
  position: relative;
}

.bz-03 {
  margin-top: -13px;
  margin-top: -0.81rem;
}

.bz-05 {
  margin-top: -6px;
  margin-top: -0.38rem;
}

.bz-02,
.bz-08,
.bz-09,
.bz-10,
.bz-11,
.bz-13,
.bz-15,
.bz-16,
.bz-18,
.bz-20,
.bz-22,
.bz-23,
.bz-24,
.bz-25,
.bz-26,
.bz-27,
.bz-28,
.bz-29,
.bz-30,
.bz-31,
.bz-35,
.bz-36,
.bz-38,
.bz-40,
.bz-41,
.bz43-2 {
  margin-top: -1px;
  margin-top: -0.06rem;
}

.bz-06 {
  margin-top: -2px;
  margin-top: -0.13rem;
}

.bz-07 {
  margin-top: -30px;
  margin-top: -1.875rem;
}

.bz-12 {
  margin-top: -11px;
  margin-top: -0.6875rem;
}

.bz-14 {
  margin-top: -13px;
  margin-top: -0.81rem;
}

.bz-17 {
  margin-top: -10px;
  margin-top: -0.63rem;
}

.bz-19 {
  margin-top: -5px;
  margin-top: -0.31rem;
}

.bz-21 {
  margin-top: -16px;
  margin-top: -1rem;
}

.bz-29 {
  margin-top: -9px;
  margin-top: -0.56rem;
}

@media (min-width: 700px) {
  .bz-29 {
    margin-top: -8px;
  }
}

.bz-32 {
  margin-top: -7px;
  margin-top: -0.4375rem;
}

@media (min-width: 700px) {
  .bz-32 {
    margin-top: -7px;
  }
}

.bz-33 {
  margin-top: -9px;
  margin-top: -0.56rem;
}

.bz-39 {
  margin-top: -2px;
  margin-top: -0.13rem;
}

.bz-41 {
  margin-top: -12px;
  margin-top: -0.75rem;
}

.bz-42 {
  margin-top: -16px;
  margin-top: -1rem;
}

.bz-44 {
  margin-top: -13px;
  margin-top: -0.81rem;
}

/* 固定ボタン */
.kotei-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.kotei-btn.is-active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 700px) {
  .kotei-btn {
    display: none;
  }
}
.kotei-btn__wrap {
  display: flex;
  background-color: #07042b;
  padding: 8% 0.8rem 0.8rem 0.8rem;
  gap: 0.6rem;
}

.kotei_popup {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 48%;
}
/* safariのみ適用 */
.safari a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

.safari a:hover img {
  opacity: 0.7;
}

.video .fit-video {
  aspect-ratio: 960 / 1744;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.btn {
  width: 86%;
  margin: auto;
}
.pc-btn__amazon {
  margin: auto;
  text-align: center;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.06rem;
  line-height: 0;
  margin-top: 0rem;
  display: block;
}
.pc-menu {
  position: relative;
  z-index: 1;
}
.pc-menu_back {
  position: absolute;
  top: 48.6%;
  left: 54.4%;
  transform: translate(-50%, -50%);
  width: 91.2%;
  z-index: 0;
}

.about-logo {
  width: 40%;
  margin: auto;
  padding: 60px 0 30px;
}
.about-logo img {
}
.bz-privacy {
}
.bz-contet {
  padding: 50px 0 50px;
}
.bz-contet_inner {
  width: 90%;
  margin: auto;
}
.bz-contet_inner h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 31px;
  border-bottom: solid 2px #c5a163;
  margin-bottom: 17px;
  padding-bottom: 9px;
}

.bz-contet_inner p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.bz-contet_inner strong {
  font-weight: 600;
  font-size: 18px;
}

.bz-law {
}
.bz-contet_inner table {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 40px;
}
.bz-contet_inner table tbody {
}
.bz-contet_inner table tbody tr th,
.bz-contet_inner table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bz-contet_inner table tbody tr {
  border-top: 1px solid #ffffff54;
  border-bottom: 1px solid #ffffff54;
}

.bz-contet_inner table tbody tr th {
  font-size: 16px;
  font-weight: 600;
  width: 25%;
  text-align: left;
  letter-spacing: 0;
  padding-right: 1.5rem;
  line-height: 1.5;
  padding-left: 0.4rem;
}
.bz-contet_inner table tbody tr td {
}
.bz-company {
}
.bz-terms {
}
.top-btn-wrap {
  text-align: center;
}
.top-btn {
  color: white;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  background-color: #913b86;
  padding: 15px 30px;
  border-radius: 155px;
}
@media (max-width: 700px) {
  .bz {
    overflow-x: hidden;
  }
}
