@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho&display=swap");
/* ========================================================== */
/* Reset Style */
/* ========================================================== */
*, *::before, *::after {

}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -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;
  overflow-scrolling: touch;
}
@media (max-width: 768px) {
  body {
    font-size: 3.046875vw;
  }
}

img {

  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
a:visited, a:focus, a:active {
  color: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
/* ========================================================== */
/* 共通スタイル */
/* ========================================================== */
/* ヘッダー */
/* ========================================================== */
.site_header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 130px;
}
.site_header .inner {
  width: 100%;
  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 nav ul {
  display: flex;
}
.site_header nav ul li {
  margin: 0 19px;
  font-size: 16px;
  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 {
    margin: 0 1.4615vw;
    font-size: 1.0769230769vw;
  }
}
.site_header nav ul li.onlineshop {
  margin: 0;
}
.site_header nav ul li.onlineshop::before {
  content: "|";
  margin-right: 20px;
}
@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;
}
@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;
}
.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;
  }
}

/* フッター */
/* ========================================================== */
.site_footer {
  background: #000;
  padding: 100px 80px 50px 80px;
}
@media screen and (max-width: 1300px) {
  .site_footer {
    padding: 7.6923vw 6.1538vw;
  }
}
.site_footer .sns {
  margin-bottom: 100px;
  text-align: right;
}
@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;
}
.site_footer .f_contents ul {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.site_footer .f_contents ul li {
  margin-left: 20px;
}
.site_footer .f_contents ul li a {
  color: #fff;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/* ========================================================== */
/* トップページ */
/* ========================================================== */
/* メインビジュアル */
/* ========================================================== */



/* キャッチコピー */
/* ========================================================== */
.catchcopy {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto;
  padding: 120px 0;
}
.catchcopy h2 {
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 110px;
  letter-spacing: 0.2em;
}
.catchcopy p {
  margin-top: 150px;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
}


/*

/* お知らせ */
/* ========================================================== */
.information {
  padding-bottom: 140px;
}
.information .inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1430px;
  margin: 120px auto 0 auto;
}
.information h2 {
  margin: 0 auto 100px;
  text-align: center;
  font-size: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: normal;
  letter-spacing: 0.025em;
}
.information ul {
  width: 1180px;
  border-top: 1px solid #a0a0a0;
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .information ul {
    width: 80%;
  }
}
.information ul li {
  margin-bottom: 40px;
}
.information ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.information ul li .date {
  margin-right: 56px;
}
.information .btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  height: 48px;
  margin: 20px auto 0;
  background: #c8c8c8;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

/* バナーエリア */
/* ========================================================== */
.bnr_area {
  max-width: 1600px;
  margin: auto;
}
.bnr_area .items {
  margin-bottom: 80px;
}
.bnr_area ul {
  display: flex;
justify-content: center;
gap: 0 38px;
grid-template-columns: 1fr 1fr 1fr;
}

.bnr_area li {
width:100vw; max-width:510px;
font-size:14px;
}

.bnr_area li p {
margin-top:5px;
}


/* お問い合わせ */
/* ========================================================== */
.contact {
  padding: 0 0;
}
.contact .inner {
  max-width: 1348px;
  margin: auto;
}
.contact h2 {
  padding-bottom: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #a0a0a0;
}
.contact ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3.275%;
}
.contact ul li {
  width: 31.15%;
}
.contact ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #c8c8c8;
  font-family: "Noto Sans JP";
  font-size: 18px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .contact ul li a {
    font-size: 1.3846153846vw;
  }
}

/* 採用情報 */
/* ========================================================== */
.recruit {
  margin-bottom: 160px;
}
.recruit img {
  margin: auto;
}