@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  font-family: "Gothic A1", sans-serif;
  overflow-x: hidden;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/* 全体スタイル */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

header .header_top {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  z-index: 100;
}
header .header_top .logo {
  width: 220px;
  margin-left: 91px;
  margin-right: 160px;
}
header .header_top .logo img {
  width: 100%;
}
header .header_top .nav {
  position: absolute;
  top: 42px;
  right: 88px;
}
header .header_top .nav ul {
  display: flex;
  gap: 67px;
}
header .header_top .nav ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 4px;
  color: #000;
}
@media (max-width: 1279px) {
  header .header_top {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  header .header_top .logo {
    width: 120px;
    margin-left: 50px;
    margin-right: 60px;
  }
  header .header_top .logo img {
    width: 100%;
  }
  header .header_top .nav {
    position: absolute;
    top: 42px;
    right: 88px;
  }
  header .header_top .nav ul {
    display: flex;
    gap: 20px;
  }
  header .header_top .nav ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 4px;
    color: #000;
  }
}

main {
  padding-top: 210px;
}
main .title {
  width: 424px;
  margin: 0 auto;
  margin-bottom: 50px;
}
main .title img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}
main .title h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
}
main .breadcrumb {
  margin-bottom: 100px;
  margin-left: 50px;
}
main .breadcrumb ul {
  display: flex;
  gap: 10px;
}
main .breadcrumb ul li a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
main #terms_of_service {
  padding-top: 110px;
}
main .text {
  width: 520px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6;
}
main .text h2 {
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 2px;
}
main .text .ul_01 {
  padding-left: 0;
  margin-bottom: 25px;
}
main .text .ul_02 {
  padding-left: 15px;
}
main .text .ul_03 {
  padding-left: 15px;
}

.footer_pc {
  height: 24.21875vw;
  background-image: url(../img/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.footer_pc .footer_container {
  width: 1200px;
  position: absolute;
  top: 2.34375vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1600px) {
  .footer_pc .footer_container {
    top: 3.90625vw;
  }
}
@media screen and (min-width: 1800px) {
  .footer_pc .footer_container {
    top: 4.6875vw;
  }
}
.footer_pc .footer_container .logo {
  position: absolute;
  top: 50px;
  left: 0;
}
.footer_pc .footer_container .logo .footer_logo {
  width: 290px;
}
.footer_pc .footer_container .footer_flex {
  width: 1200px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.footer_pc .footer_container .footer_flex .left {
  width: 800px;
}
.footer_pc .footer_container .footer_flex .left .footer_menu {
  width: 100%;
  margin-bottom: 20px;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul {
  display: flex;
  padding-left: 0;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(1) a {
  border-right: #fff 1px solid;
  padding-right: 30px;
  font-size: 16px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(2) a {
  border-right: #fff 1px solid;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(3) a {
  border-right: #fff 1px solid;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(4) a {
  border-right: #fff 1px solid;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(5) a {
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .left_flex {
  width: 565px;
  display: flex;
  align-items: center;
}
.footer_pc .footer_container .footer_flex .left .left_flex .left {
  width: 600px;
}
.footer_pc .footer_container .footer_flex .left .left_flex .left ul {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0;
}
.footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(1) a {
  border-right: #fff 1px solid;
  padding-right: 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(2) a {
  border-right: #fff 1px solid;
  padding: 0 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(3) a {
  padding-left: 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .left .left_flex .right {
  width: 300px;
}
.footer_pc .footer_container .footer_flex .left .left_flex .right .copyright {
  padding-top: 5px;
  padding-left: 40px;
  font-size: 11px;
  color: #fff;
}
.footer_pc .footer_container .footer_flex .right {
  width: 400px;
}
.footer_pc .footer_container .footer_flex .right .right_flex {
  display: flex;
}
.footer_pc .footer_container .footer_flex .right .right_flex .left {
  width: 200px;
}
.footer_pc .footer_container .footer_flex .right .right_flex .left a .footer_juugoya {
  width: 140px;
}
.footer_pc .footer_container .footer_flex .right .right_flex .right {
  width: 200px;
}
.footer_pc .footer_container .footer_flex .right .right_flex .right a .footer_picrs {
  width: 206px;
}

@media (max-width: 1279px) {
  .footer_pc {
    width: 100%;
    height: 32.5520833333vw;
    background-image: url(../img/bg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 1279px) and (min-width: 1100px) {
  .footer_pc {
    top: 150px;
  }
}
@media (max-width: 1279px) {
  .footer_pc .footer_container {
    width: 760px;
    position: absolute;
    top: 2.6041666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1279px) and (min-width: 1100px) {
  .footer_pc .footer_container {
    top: 5.2083333333vw;
  }
}
@media (max-width: 1279px) {
  .footer_pc .footer_container .logo {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .footer_pc .footer_container .logo .footer_logo {
    width: 200px;
  }
  .footer_pc .footer_container .footer_flex {
    width: 760px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .footer_pc .footer_container .footer_flex .left {
    width: 500px;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul {
    display: flex;
    padding-left: 0;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(3) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(4) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .footer_menu ul li:nth-child(5) a {
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex {
    width: 560px;
    display: flex;
    align-items: center;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .left ul {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 0;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(1) a {
    border-right: #fff 1px solid;
    padding-right: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(2) a {
    border-right: #fff 1px solid;
    padding: 0 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .left ul li:nth-child(3) a {
    padding-left: 15px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .right {
    width: 300px;
  }
  .footer_pc .footer_container .footer_flex .left .left_flex .right .copyright {
    padding-top: 5px;
    font-size: 9px;
    color: #fff;
    transform: translateX(-65px);
  }
  .footer_pc .footer_container .footer_flex .right {
    width: 250px;
  }
  .footer_pc .footer_container .footer_flex .right .right_flex {
    display: flex;
    gap: 20px;
  }
  .footer_pc .footer_container .footer_flex .right .right_flex .left {
    width: 100px;
  }
  .footer_pc .footer_container .footer_flex .right .right_flex .left a .footer_juugoya {
    width: 100px;
  }
  .footer_pc .footer_container .footer_flex .right .right_flex .right {
    width: 100px;
  }
  .footer_pc .footer_container .footer_flex .right .right_flex .right a .footer_picrs {
    width: 100px;
  }
}/*# sourceMappingURL=privacy_policy_terms_of_service.css.map */