html {
  font-size: 100%;
}

body {
  background-color: #e6e2d7;
  color: #000;
  font-family: Noto serif jp, serif;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.container {
  padding: 0 20px;
}

/*
========================================================
*/

/*  */
.header {
  width: 100%;
  height: 100vh;
  background-image: url(../img/mainvisual-pc.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 80px;
  margin-bottom: 180px;
  position: relative;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.header-logo {
  line-height: 1px;
  margin-left: 60px;
}

.header-logo a {
  display: block;
}

.header-logo img {
  width: 40px;
}

.header-nav {
}

.header-nav li {
  margin-left: 25px;
}

.onlinestore {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}

.onlinestore a {
  display: block;
  border: solid 1px #ccc;
  padding: 30px 18px;
}

.onlinestore a:hover {
  opacity: 0.7;
}

/*  */
.news {
  margin-bottom: 180px;
  display: flex;
  flex-direction: row-reverse;
}

.news-section-ttl {
  font-weight: normal;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.news-section-ttl .ja {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

.news-section-ttl .en {
  display: block;
  font-size: 0.875rem;
  margin-left: 15px;
}

.news-list {
  padding: 80px 100px 0 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.news-list dt {
  border-right: solid 1px;
  font-size: 0.75rem;
  padding: 15px 30px 15px 5px;
}

.news-list dd {
  padding: 15px 0 15px 30px;
}

.news-list dd:last-child {
  border-left: solid 1px #000;
}

.news-content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.products1,
.products2 {
  display: flex;
  margin-bottom: 180px;
}

.products1 {
  flex-direction: row-reverse;
}

.section-ttl {
  font-weight: normal;
  line-height: 1;
}
.section-ttl .ja {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.section-ttl .en {
  font-size: 0.875rem;
}

.products1 .section-ttl {
  margin-left: 20px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.products2 .section-ttl {
  margin-right: 20px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.products-img {
  width: 65%;
  margin-top: 100px;
  position: relative;
}

.text {
  position: absolute;
  width: 50%;
  color: #fff;
  padding: 50px;
  text-align: center;
  bottom: -20px;
}

.products1 .text {
  background: rgba(249, 233, 6, 0.6);
  left: -20px;
}

.products2 .text {
  background: rgba(149, 42, 38, 0.6);
  right: -20px;
}

.shop-map iframe {
  width: 100%;
  height: 60vh;
  vertical-align: bottom;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 80px 80px 30px 30px;
}

.footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.footer-content .left,
.footer-content .right {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.footer-logo {
  width: 40px;
  margin-left: 60px;
}

.footer .shop-info {
  line-height: 2;
}

.footer .info-list {
  font-size: 1rem;
  margin-right: 60px;
}

.footer .info-list li {
  margin-left: 25px;
}

.footer .copylight {
  font-size: 0.625rem;
  text-align: center;
}

/*  */
@media screen and (max-width: 768px) {
  .news-content {
    max-width: 100%;
  }

  .header {
    background-image: url(../img/mainvisual-pc.jpg);
    padding: 20px;
    margin-bottom: 80px;
  }

  .header-onlinestore {
    left: 20px;
    bottom: 20px;
  }

  .news {
    margin-bottom: 80px;
  }

  .news .news-section-ttl .ja {
    font-size: 1.75rem;
  }

  .news .news-list {
    padding: 20px 30px 0 0;
  }

  .news .news-list dt {
    padding: 15px 12px 15px 5px;
  }

  .news .news-list .dt:nth-last-of-type(n + 4) {
    display: none;
  }

  .news .news-list .dd {
    padding: 15px 0 15px 12px;
  }

  .news .news-list .dd:nth-of-type(3) {
    border-left: solid 1px #000;
  }

  .news .news-list .dd:nth-last-of-type(n + 4) {
    display: none;
  }

  /*  */
  .products {
    margin-bottom: 100px;
  }

  .products1 .section-ttl .ja {
    font-size: 1.5rem;
  }

  .products .section-ttl .en {
    display: none;
  }

  .products-img {
    width: 90%;
    margin-top: 70px;
  }

  .products .text {
    width: 64%;
    font-size: 0.875rem;
    padding: 30px 0;
  }

  .products1 .section-ttl {
    margin-left: 10px;
  }

  .products2 .section-ttl {
    margin-right: 10px;
  }
  /*  */
  .footer {
    padding: 40px 20px 30px 20px;
  }

  .footer .footer-logo {
    margin-left: 25px;
  }

  .footer .info-list li {
    margin-left: 10px;
  }

  .footer .info-list {
    font-size: 0.875rem;
    margin-right: 25px;
  }
}
