@charset "UTF-8";
/* CSS Document */
body {
  padding: 0 20px;
}
body.active {
  height: 100%;
  overflow: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  left: 0;
  padding: 20px 20px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.header_container {
  height: 80px;
}
.header_logo {
  margin-bottom: 10px;
}
.header_logo img {
  max-width: 17%;
}
.header h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
.gnav_font {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.navInner {
  margin-top: 20px;
}
.gnav {
  display: flex;
}
.gnav ul {
  margin-right: 30px;
  text-align: center;
}
.gnav li {
  font-size: 1.2rem;
}
.gnav_contact a {
  display: block;
}
.gnav_contact img {
  width: 2rem;
  height: auto;
  margin-bottom: 5px;
}
.btn-trigger {
  position: relative;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
  transition: all .5s;
  display: flex;
  justify-content: center;
}
.btn-trigger span {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all .5s;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 5px;
}
.btn-trigger span:nth-of-type(3) {
  top: 10px;
}
.btn-trigger p {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: -2px;
}
#drawer_nav.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
#drawer_nav.active span:nth-of-type(2) {
  opacity: 0;
}
#drawer_nav.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.gnav_list {
  position: fixed;
  top: 100px;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transform: translateX(100%);
  overflow-y: scroll;
  transition: all 1s;
  display: flex;
  padding-top: 25px;
}
.gnav_list.active {
  width: 100%;
  height: 100vh;
  transform: translateX(0);
  overflow-y: scroll;
  z-index: 100;
  margin-bottom: 500px;
}
.gnav_list a {
  margin: 0 25px 0 20px;
}
.gnav_list ul {
  height: 100vh;
}
.gnav_list ul li {
  text-align: left;
  font-size: 2.4rem;
  line-height: 5.5rem;
}
.gnav_list ul li span:nth-child(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.gnav_list span {
  font-size: 1.2rem;
  font-weight: 600;
}
.main {
  padding-top: 160px;
}
.privacypolicy_ttl:before {
  content: "プライバシーポリシー";
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.privacypolicy_ttl {
  font-size: 40px;
  margin-bottom: 80px;
  font-weight: normal;
}
.privacypolicy h3 {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.privacypolicy p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 80px;
}
.privacypolicy p:last-child {
  margin-bottom: 100px;
}
.privacypolicy a {
  text-decoration: underline;
}
.footer::before {
  content: "";
  display: block;
  border: solid 1px #fff;
  margin-bottom: 40px;
}
.footer_logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 7%;
}
.footer_logo img:first-of-type {
  margin-right: 2px;
}
.footer_logo img {
  max-width: 11%;
}
.footer_logo p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-left: 10px;
}
.footer_list {
  padding: 0 6%;
}
.footer_list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_list ul li {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  border-right: solid 1px #fff;
  padding: 0 7%;
}
.footer_list ul li:last-child {
  border-right: none;
}
.footer_instagram {
  padding: 0 20px;
  margin-left: 6%;
}
.insta_maki, .insta_laciva {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 30px 0 50px 0;
}
.insta_maki::before, .insta_laciva::before {
  content: url("../image/Instagram_icon.svg");
  display: inline-block;
  width: 29px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.footer_bottom {
  padding: 0 20px;
  margin-bottom: 50px;
}
.footer_list_small {
  font-size: 1.0rem;
  margin-bottom: 50px;
  margin-left: 7%;
}
.footer_copy p {
  font-size: 1.0rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media(min-width:430px) {
    .footer_instagram {
    margin-left: 7%;
  }
  .footer_list_small {
    margin-left: 7%;
  }
}
@media(min-width:440px) {
  .footer_list ul li {
    padding: 0 8%;
  }
}
@media(min-width:500px) {
  .footer_list ul li {
    padding: 0 7%;
  }
  .footer_instagram {
    margin-left: 7.8%;
  }
  .footer_list_small {
    margin-left: 7.8%;
  }
}
@media(min-width:619px) {
  .footer_instagram {
    margin-left: 9%;
  }
  .footer_list_small {
    margin-left: 9%;
  }
}
@media(min-width:768px) {
  .header h1 {
    font-size: 1.8rem;
  }
  .navInner {
    margin-top: 30px;
  }
  .gnav_list ul li {
    font-size: 2.8rem;
    line-height: 6.5rem;
  }
  .privacypolicy_container {
    padding: 0 25px;
  }
  .footer_logo {
    margin-left: 9%;
  }
  .footer_logo img {
    max-width: 6%;
  }
  .footer_list ul li {
    padding: 0 5%;
  }
  .footer_instagram {
    margin-left: 7%;
  }
  .footer_list_small {
    margin-left: 7%;
    font-size: 1.2rem;
  }
}
@media(min-width:820px) {
  .footer_list ul li {
    padding: 0 7%;
    margin-bottom: 50px;
  }
  .footer_instagram {
    margin-left: 10%;
  }
  .footer_list_small {
    margin-left: 10%;
    font-size: 1.2rem;
  }
}
@media(min-width:1200px) {
  .header {
    padding: 28px 50px 0;
  }
  .header_container {
    display: flex;
    align-items: center;
  }
  .header_logo {
    width: 100px;
  }
  .header_logo img {
    max-width: 40%;
  }
  .header_container a {
    display: flex;
    align-items: center;
  }
  .header_container h1 {
    font-size: 2.6rem;
    margin-top: -10px;
  }
  .navInner {
    margin-top: 15px;
  }
  .gnav ul {
    margin-right: 50px;
  }
  .gnav_list {
    padding-top: 80px;
  }
  .gnav_list ul li {
    font-size: 3.6rem;
    line-height: 7.5rem;
    margin-left: 160px;
  }
  .gnav_list a {
    margin-right: 40px;
  }
  .gnav_list span {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .gnav li, .btn-trigger p {
    font-size: 1.6rem;
  }
  .gnav_contact img {
    margin-bottom: 7px;
  }
  .btn-trigger {
    margin-top: 5px;
  }
  .btn-trigger p {
    bottom: -9px;
  }
  .main {
    padding-top: 230px;
  }
  .privacypolicy {
    padding: 0 60px;
  }
  .privacypolicy_ttl {
    font-size: 10.0rem;
    margin-bottom: 150px;
  }
  .privacypolicy_ttl::before {
    font-size: 2.0rem;
  }
  .privacypolicy_container {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }
  .privacypolicy h3 {
    font-size: 3.2rem;
  }
  .privacypolicy p {
    margin-bottom: 90px;
  }
  .footer::before {
    width: 91%;
    margin: 0 auto 30px;
  }
  .footer_logo {
    margin: -19px auto 0 1.5%;
  }
  .footer_logo img {
    min-width: 40px;
  }
  .footer_logo p {
    font-size: 1.8rem;
  }
  .footer_container {
    display: flex;
    align-items: flex-start;
    width: 91%;
    margin: 49px auto 0;
  }
  .footer_list_container {
    display: flex;
    flex-direction: column;
    width: 670px;
  }
  .footer_list {
    padding: 0;
  }
  .footer_list ul li {
    padding: 0 3%;
  }
  .footer_list ul {
    flex-wrap: nowrap;
  }
  .footer_instagram {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
  }
  .insta_maki {
    margin-right: 40px;
  }
  .footer_bottom {
    position: relative;
  }
  .footer_list_small {
    position: absolute;
    top: 100px;
    right: 6%;
    margin: 0;
    z-index: -1;
  }
  .footer_copy {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .footer_copy p {
    font-size: 1.2rem;
  }
  .footer_bottom {
    margin-bottom: 180px;
  }
}