@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho&display=swap");
/* ヘッダー */
/* ========================================================== */
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 130px;
  -webkit-font-smoothing: antialiased;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-size-adjust: none;
  background: none;
}
.site_header .inner {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 80px;
}
@media screen and (max-width: 1300px) {
  .site_header .inner {
    padding: 2.8461vw 6.1538vw;
  }
  .site_header .inner h1 img {
    width: 11.8461vw;
  }
}
.site_header h1 img {
  vertical-align: middle;
}

.site_header nav ul {
  display: flex;
}
.site_header nav ul li {
  margin: 0 19px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1300px) {
  .site_header nav ul li {
    margin: 0 1.4615vw;
    font-size: 1.0769230769vw;
  }
}
.site_header nav ul li a {
  font-family: "Noto Sans JP";
}

.site_header nav ul li.onlineshop {
  margin: 0;
}
.site_header nav ul li.onlineshop::before {
  content: "|";
  margin-right: 20px;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 1300px) {
  .site_header nav ul li.onlineshop::before {
    margin-right: 1.5385vw;
  }
}
.site_header nav ul li.onlineshop::after {
  content: "|";
  margin-left: 20px;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 1300px) {
  .site_header nav ul li.onlineshop::after {
    margin-left: 1.5385vw;
  }
}
.site_header nav ul li.langchange {
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
.site_header nav ul li.langchange.open {
  color: #a0a0a0;
}
.site_header nav ul li.langchange.open::after {
  content: "";
  width: 100px;
  height: 6px;
  background: #000;
  position: absolute;
  top: 30px;
  display: block;
}
@media screen and (max-width: 1300px) {
  .site_header nav ul li.langchange.open::after {
    width: 6.1538vw;
    height: 0.4615vw;
    top: 2.3076vw;
  }
}
.site_header nav ul li a {
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
.site_header nav .selectlang {
  position: fixed;
  top: 130px;
  margin: 0 0 0 -49px;
  padding: 40px 0;
  z-index: 1;
  width: 200px;
  display: none;
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1300px) {
  .site_header nav .selectlang {
    top: 10vw;
    margin: 0 0 0 -4.6153vw;
    padding: 3.0769vw 0;
    width: 15.3846vw;
  }
}
.site_header nav .selectlang ul {
  display: block;
}
.site_header nav .selectlang ul li {
  font-size: 16px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1300px) {
  .site_header nav .selectlang ul li {
    font-size: 1.2307vw;
  }
}
.site_header nav .selectlang ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
}
@media screen and (max-width: 1300px) {
  .site_header nav .selectlang ul li a {
    padding: 1.1538vw 0;
  }
}
.site_header nav .selectlang ul li span {
  display: block;
  text-align: center;
  color: #a0a0a0;
  padding: 15px 0;
}
@media screen and (max-width: 1300px) {
  .site_header nav .selectlang ul li span {
    padding: 1.1538vw 0;
  }
}


.side_on #main {
  padding: 60px 0 0 100px;
}

/* フッター */
/* ========================================================== */
.site_footer {
  background: #000;
  padding: 100px 80px 50px 80px;
  -webkit-font-smoothing: antialiased;
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-size-adjust: none;
}
@media screen and (max-width: 1300px) {
  .site_footer {
    padding: 7.6923vw 6.1538vw;
  }
}
.site_footer img {
  vertical-align: middle;
  display: block;
}
.site_footer .sns {
  margin-bottom: 100px;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .site_footer .sns {
    margin-bottom: 7.6923vw;
  }
}
.site_footer .sns a {
  display: inline-block;
  margin-left: 40px;
}
.site_footer .f_contents {
  display: flex;
  font-size: 12px;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents .copyright {
  width: 50%;
  text-align-last: left;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP";
  line-height: 1.4;
}
.site_footer .f_contents ul {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.site_footer .f_contents ul li {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.4;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents ul li a {
  color: #fff;
  font-family: "Noto Sans JP";
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.pagetop a {
  width: auto;
  height: auto;
  background: none;
  float: none;
  text-indent: 0px;
  margin-bottom: 0;
  display: inherit;
}
.pagetop img {
  display: block;
  vertical-align: middle;
}

p.pagetop {
  display: none !important;
}