@charset "UTF-8";
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
}

.container {
  position: relative;
  width: 100%;
}

.drawer {
  display: none;
}

.adjust_bar {
  height: 1px;
}

.black_bar {
  height: 50px;
  background: #000;
}

.nav_menu {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #000;
  padding: 40px 0;
}
.nav_menu ul {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.nav_menu ul li {
  margin-right: 2em;
}
.nav_menu ul li:first-child {
  margin-right: auto;
}
.nav_menu ul li:last-child {
  margin-right: 0;
}
.nav_menu ul li a {
  color: #fff;
  font-size: 20px;
}
.nav_menu .btn_phone {
  display: none;
}

.top_bg {
  width: 100%;
  height: 56.25vw;
  background: url(img/top_bg.jpg) 50% no-repeat;
  background-size: cover;
}

.top_copy {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.top_btn {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto;
}
.top_btn div {
  max-width: 500px;
  width: 100%;
  margin-bottom: 50px;
}
.top_btn div:last-child, .top_btn div:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.content h1 {
  margin: 0 0 0.2rem;
  font-size: 58px;
}
.content h2 {
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 36px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.content p {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}

.about_box {
  margin-top: 180px;
}
.about_box h1, .about_box h2, .about_box p {
  text-align: center;
}
.about_box .about_btn {
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
.about_box .about_btn div {
  max-width: 400px;
  width: 100%;
}

.philosophy_box {
  min-height: calc(100vh - 230px);
  margin: 180px 0 0;
}
.philosophy_box h1, .philosophy_box h2, .philosophy_box p {
  text-align: center;
}
.philosophy_box h1 {
  margin-bottom: 0.5em;
  font-size: 50px;
}
.philosophy_box h1 span:first-child {
  font-size: 40px;
  font-weight: normal;
}
.philosophy_box h1 span:last-child {
  border-bottom: thick double #000;
}
.philosophy_box h2 {
  font-size: 48px;
  font-weight: bold;
}

.company_box {
  max-width: 1200px;
  margin: 180px auto 100px;
  padding: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #fff;
}
.company_box dl {
  display: flex;
  flex-wrap: wrap;
}
.company_box dl dt, .company_box dl dd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
  border-bottom: 2px solid #fff;
}
.company_box dl dt {
  width: 11em;
}
.company_box dl dd {
  width: calc(100% - 11em);
  margin-left: 0;
  border-left: 2px solid #fff;
}
.company_box dl dd span {
  font-size: 85%;
}

.recruit_bg {
  background: url(img/recruit_bg.jpg) 50% no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
}

.recruit_box {
  margin-bottom: 60px;
  padding: 60px 80px;
}
.recruit_box h1 span {
  font-size: 70%;
}

.recruit_btn {
  margin-bottom: 100px;
  text-align: center;
}
.recruit_btn a {
  display: inline-block;
  padding: 1em 3em;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

.goods_bg {
  background: url(img/goods_bg.png) 50%;
  background-size: cover;
  background-attachment: fixed;
}

.goods_box {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding-top: 240px;
}
.goods_box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods_box .content > div {
  width: 32.5%;
  max-height: 348px;
  margin-bottom: 15px;
  text-align: center;
}
.goods_box .content > div:nth-child(n+2) {
  padding: 30px;
  border: 3px solid #fff;
  border-radius: 20px;
}
.goods_box .content > div:nth-child(3n) img {
  width: 70%;
}
.goods_box .content > div h1 {
  color: #fff;
  padding-top: 80px;
  padding-left: 0;
}
.goods_box .content > div h1::first-letter {
  color: #fff;
}
.goods_box .content > div p {
  margin: 0;
  padding-left: 0;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 10px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  text-align: center;
}
.goods_box .content > div img {
  width: 100%;
  height: auto;
}

.shop_box .content {
  max-width: 920px;
  margin: 0 auto;
  padding: 180px 0 20px;
}
.shop_box .content h1 {
  margin-bottom: 40px;
  padding-left: 0;
}
.shop_box .content h1::first-letter {
  color: #000;
}
.shop_box .content .shops {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_box .content .shops > div {
  width: 48%;
  margin-bottom: 80px;
}
.shop_box .content .shops > div h2 {
  margin: 20px 0 10px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}
.shop_box .content .shops > div p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.shop_box .content .shops > div p span {
  font-size: 13px;
}
.shop_box .shop_btn {
  margin-top: 20px;
}
.shop_box .shop_btn .btn_phone {
  display: none;
}
.shop_box .shop_btn .btn {
  text-align: center;
}
.shop_box .shop_btn .btn a {
  width: 14em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.4em 0;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
.shop_box .shop_btn .btn a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(img/ico_arrow.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}

@media screen and (max-width:1024px) {
  .spn {
    display: none;
  }
  html {
    font-size: 3.6vw;
  }
  .drawer {
    z-index: 20;
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
  }
  .drawer::before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(img/ico_menu_open.png) 50% no-repeat;
    background-size: 40px;
    vertical-align: middle;
  }
  .drawer.active::before {
    background: url(img/ico_menu_close.png) 50% no-repeat;
    background-size: 40px;
  }
  .nav_menu {
    z-index: 10;
    display: none;
    height: 100vh;
    background: #000;
    padding: 0;
  }
  .nav_menu ul {
    display: block;
    margin: 16vh 0 0 15vw;
  }
  .nav_menu ul li {
    margin-bottom: 2.5vh;
  }
  .nav_menu ul li:first-child {
    margin-bottom: 8vh;
  }
  .nav_menu ul li:last-child {
    margin-bottom: 0;
  }
  .nav_menu ul li a {
    color: #fff;
    font-size: 7.8vw;
    text-decoration: none;
  }
  .nav_menu ul li a.ico_instagram::before {
    background-image: url(img/ico_instagram2.png);
    background-size: contain;
  }
  .nav_menu .btn_phone {
    display: block;
    width: 70vw;
    margin: 10vh auto 0;
  }
  .top_bg {
    width: 100%;
    height: 100vw;
    background: url(img/top_bg.jpg) 70% 50% no-repeat;
    background-size: cover;
  }
  .top_copy img {
    width: 60%;
  }
  .top_btn {
    display: block;
    margin: 10vw 10vw;
  }
  .top_btn div {
    margin-bottom: 10vw;
  }
  .top_btn div:nth-last-child(2):nth-child(odd) {
    margin-bottom: 10vw;
  }
  .top_btn div:last-child {
    margin-bottom: 0;
  }
  .content {
    margin-top: 0;
  }
  .content h1 {
    margin: 0 0 5vw;
    padding-left: 0;
    font-size: 8vw;
    text-align: center;
  }
  .content h2 {
    margin: 0 5vw 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .content p {
    padding: 0 10vw;
  }
  .cencept_bg {
    background: none;
  }
  .cencept_box {
    width: 100%;
    height: auto;
    display: block;
    background-position: 100% 0;
    background-size: 120vw 45vh;
    background-repeat: no-repeat;
  }
  .cencept_box .content {
    margin-right: 0;
    padding-top: 48vh;
  }
  .cencept_box .content h2 {
    border-bottom: 1px solid #000;
  }
  .cencept_box .content p {
    padding-bottom: 3rem;
    text-align: center;
  }
  .about_box {
    margin-top: 25vw;
  }
  .about_box .about_btn {
    display: block;
    margin: 10vw 10vw;
  }
  .about_box .about_btn div {
    margin-bottom: 10vw;
  }
  .philosophy_box {
    margin: 25vw 0 10vw;
  }
  .philosophy_box h1 {
    margin-bottom: 1em;
    font-size: 8vw;
    line-height: 2;
  }
  .philosophy_box h1 span:first-child {
    font-size: 6vw;
  }
  .philosophy_box h2 {
    margin-bottom: 1em;
    padding-bottom: 0;
    font-size: 7vw;
  }
  .company_box {
    margin: 28vw 5vw 10vw;
    padding: 5vw;
  }
  .company_box dl {
    display: block;
  }
  .company_box dl dt, .company_box dl dd {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    border-bottom: 0;
  }
  .company_box dl dt {
    padding-bottom: 0.3em;
  }
  .company_box dl dt:first-child {
    padding-top: 0;
  }
  .company_box dl dd {
    padding-top: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
  }
  .company_box dl dd span {
    font-size: 85%;
  }
  .recruit_bg {
    background: url(img/recruit_bg.jpg) 25% 0% no-repeat #000;
    background-size: auto 40vh;
    background-attachment: scroll;
  }
  .recruit_box {
    margin: 45vh 10vw 10vw;
    padding: 60px 80px;
    background: none;
    padding: 0;
  }
  .recruit_box h1 {
    text-align: center;
  }
  .recruit_box h1 span {
    display: block;
    font-size: 60%;
  }
  .recruit_btn {
    margin-bottom: 60px;
    text-align: center;
  }
  .recruit_btn a {
    border-radius: 40px;
  }
  .menu_bg {
    background: none;
  }
  .menu_box {
    height: auto;
    background: url(img/menu_img1.jpg) 50% 0 no-repeat;
    background-size: 130vw 55vh;
  }
  .menu_box .content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
  }
  .menu_box .content .menu_sp {
    min-height: 55vh;
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 15vw;
  }
  .menu_box .content h1 {
    margin-left: 10vw;
    margin-bottom: 0.5em;
    padding-top: 10vh;
    text-align: left;
  }
  .menu_box .content p {
    margin: 0;
  }
  .menu_box .content .menu_book {
    display: block;
    margin: 0 20vw;
    padding-bottom: 5vw;
  }
  .menu_box .content .menu_book div {
    margin-bottom: 18vw;
  }
  .menu_box .content .menu_book div img {
    width: 100%;
    height: auto;
  }
  .goods_box {
    margin-bottom: 0;
    padding-top: 25vw;
  }
  .goods_box .content {
    padding-bottom: 0;
  }
  .goods_box .content > div {
    width: 70vw;
    max-height: none;
    margin: 0 15vw 10vw;
  }
  .goods_box .content > div:nth-child(n+2) {
    padding: 10vw;
  }
  .goods_box .content > div:nth-child(3n) img {
    width: 70%;
  }
  .goods_box .content > div h1 {
    margin-bottom: 5vw;
    padding-top: 0;
  }
  .goods_box .content > div h1::first-letter {
    color: #fff;
  }
  .goods_box .content > div p {
    margin: 0;
    padding: 0;
    font-size: 5.5vw;
  }
  .goods_box .content > div img {
    width: 100%;
    height: auto;
  }
  .goods_box .content .goods1 {
    order: 1;
  }
  .goods_box .content .goods2 {
    order: 2;
  }
  .goods_box .content .goods3 {
    order: 5;
  }
  .goods_box .content .goods4 {
    order: 3;
  }
  .goods_box .content .goods5 {
    order: 4;
  }
  .goods_box .content .goods6 {
    order: 6;
  }
  .shop_box .content {
    padding: 25vw 10vw 0;
  }
  .shop_box .content h1 {
    margin-bottom: 5vw;
  }
  .shop_box .content .shops {
    display: block;
  }
  .shop_box .content .shops > div {
    width: auto;
    margin-bottom: 15vw;
  }
  .shop_box .content .shops > div h2 {
    margin: 6vw 0 3vw;
    font-size: 5vw;
  }
  .shop_box .content .shops > div p {
    font-size: 3.8vw;
  }
  .shop_box .content .shops > div p span {
    font-size: 3vw;
  }
  .shop_box .shop_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .shop_box .shop_btn .btn_phone {
    display: block;
    margin-right: 10px;
    padding: 3px;
    border: 2px solid #000;
    border-radius: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .tbn {
    display: none;
  }
  .nav_menu ul {
    margin: 20% 0 0 30%;
  }
  .nav_menu ul li {
    margin-bottom: 1rem;
  }
  .nav_menu ul li a {
    font-size: 48px;
  }
  .nav_menu ul li a.ico_instagram::before {
    width: 52px;
    height: 52px;
    background-image: url(img/ico_instagram2.png);
    background-size: contain;
    margin-right: 10px;
  }
  .menu_box {
    background-size: 130vw 50vh;
  }
  .menu_box .content .menu_sp {
    min-height: 50vh;
  }
  .menu_box .content h1 {
    margin-bottom: 0;
    padding-top: 6vh;
  }
  .menu_box .content p {
    line-height: 1.6;
  }
  .goods_box {
    padding-top: 100px;
  }
}
@media screen and (max-width:375px) {
  .nav_menu ul li {
    margin-bottom: 1rem;
  }
  .nav_menu ul li a {
    font-size: 8vw;
  }
  .nav_menu .btn_phone {
    margin: 10vw auto 0;
  }
}
@media screen and (min-width:1025px) {
  .pcn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */