body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

:root {
  --black: #000;
  --white: #fff;
  --vw: 414;
  --vh: 736;
}

html {
  font-size: 62.5%;
}

body {
  font-feature-settings: "palt" 1;
  background: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

.br-sp {
  display: block;
}

.br-pc {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button:visited,
button:active,
button:hover,
button:focus,
button:focus-within {
  outline: none;
}

a:hover,
avisited,
a:focus {
  text-decoration: none;
}

.f-en {
  font-family: "Heebo", sans-serif;
  letter-spacing: normal;
  letter-spacing: 0.02em;
}

.f-roboto {
  font-family: "Roboto Condensed", sans-serif;
}

*::selection {
  background-color: #000;
  color: #fff;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.content__sec {
  padding: 0 20px;
  padding-top: 125px;
  position: relative;
}

.content__sec .bred__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 8px;
}

.content__sec .bred__wrap .breadcrumb-area {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.content__sec
  .bred__wrap
  .breadcrumb-area
  [property="itemListElement"]:not(:last-child):after {
  content: "-";
  margin: 0 4px;
}

.content__sec
  .bred__wrap
  .breadcrumb-area
  [property="itemListElement"]:last-child {
  color: #9a9a9a;
}

.content__sec .bred__wrap .breadcrumb-area a {
  color: #e49936;
}

.content__sec .bred__wrap .breadcrumb-area span br {
  display: none;
}

.content__sec .arc__title {
  margin-bottom: 40px;
}

.content__sec .arc__title h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.1;
}

.content__sec .arc__title .ja {
  font-weight: bold;
  font-size: 1.6rem;
}

/* #privacy-policy styles */
#privacy-policy .article {
  padding: 0 20px;
  --bottom: 100;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#privacy-policy .article .block h4 {
  --font: 16;
  --bottom: 20;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
  font-size: calc(100vw * (var(--font) / var(--vw)));
}

#privacy-policy .article .block:not(:last-child) {
  --bottom: 34;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#privacy-policy .article .block .tx__block {
  --font: 12;
  --bottom: 34;
  font-size: calc(100vw * (var(--font) / var(--vw)));
  line-height: 1.8;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#privacy-policy .article .block .tx__block .tx:not(:last-child) {
  --bottom: 6;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#privacy-policy .article .block .tx__block .tx.indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#privacy-policy .article .block .tx__block .tx.r {
  text-align: right;
}

#privacy-policy .article .block .table {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  --bottom: 34;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#privacy-policy .article .block .table .col__l {
  display: flex;
}

#privacy-policy .article .block .table .col__l .col {
  width: 50%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  --font: 12;
  font-size: calc(100vw * (var(--font) / var(--vw)));
  line-height: 1.8;
  --tb: 14;
  --lr: 18;
  padding: calc(100vw * (var(--tb) / var(--vw)))
    calc(100vw * (var(--lr) / var(--vw)));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#privacy-policy .article .block .table .col__l .col.h {
  background: #f8f8f4;
}

/* #terms-of-use styles */
#terms-of-use .article {
  padding: 0 20px;
  --bottom: 100;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#terms-of-use .article .block h4 {
  --font: 16;
  --bottom: 20;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
  font-size: calc(100vw * (var(--font) / var(--vw)));
}

#terms-of-use .article .block:not(:last-child) {
  --bottom: 34;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#terms-of-use .content__sec .arc__title .tx__block p.tx, #terms-of-use .article .block .tx__block {
  --font: 12;
  --bottom: 34;
  font-size: calc(100vw * (var(--font) / var(--vw)));
  line-height: 1.8;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#terms-of-use .article .block .tx__block .tx:not(:last-child) {
  --bottom: 6;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#terms-of-use .article .block .tx__block .tx.indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#terms-of-use .article .block .tx__block .tx.r {
  text-align: right;
}

#terms-of-use .article .block .table {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  --bottom: 34;
  margin-bottom: calc(100vw * (var(--bottom) / var(--vw)));
}

#terms-of-use .article .block .table .col__l {
  display: flex;
}

#terms-of-use .article .block .table .col__l .col {
  width: 50%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  --font: 12;
  font-size: calc(100vw * (var(--font) / var(--vw)));
  line-height: 1.8;
  --tb: 14;
  --lr: 18;
  padding: calc(100vw * (var(--tb) / var(--vw)))
    calc(100vw * (var(--lr) / var(--vw)));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#terms-of-use .article .block .table .col__l .col.h {
  background: #f8f8f4;
}

@media only screen and (min-width: 768px) {
  :root {
    --vw: 1366;
    --vh: 768;
  }

  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .content__sec {
    padding: 0 calc(100vw * (86 / 1366));
    padding-top: calc(100vw * (140 / 1366));
  }

  .content__sec .bred__wrap {
    margin-bottom: calc(100vw * (0 / 1366));
  }

  .content__sec .arc__title {
    margin-bottom: calc(100vw * (80 / 1366));
  }

  .content__sec .arc__title h3 {
    font-size: calc(100vw * (87 / 1366));
  }

  .content__sec .arc__title .ja {
    font-size: calc(100vw * (16 / 1366));
  }

  #privacy-policy .article {
    --lr: 230;
    padding: 0 calc(100vw * (var(--lr) / var(--vw)));
  }

  #privacy-policy .article .block:not(:last-child) {
    --bottom: 40;
  }

  #privacy-policy .article .block .table {
    --bottom: 34;
  }

  #terms-of-use .article {
    --lr: 230;
    padding: 0 calc(100vw * (var(--lr) / var(--vw)));
  }

  #terms-of-use .article .block:not(:last-child) {
    --bottom: 40;
  }

  #terms-of-use .article .block .table {
    --bottom: 34;
  }
}
