@charset "UTF-8";
html, body, header, footer, article, div, main, p, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.5;
}

li {
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 1480px;
  margin: auto;
  background: #000;
  position: relative;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    width: 100vw;
  }
}
@media screen and (max-width: 560px) {
  body {
    width: 100vw;
  }
}

header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 130px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px 60px 20px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  header {
    width: 100vw;
  }
}
@media screen and (max-width: 560px) {
  header {
    width: 100vw;
  }
}
header #logo {
  width: 280px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 560px) {
  header #logo {
    width: 188px;
    height: 45px;
    position: relative;
  }
  header #logo:after {
    content: "あなたの街の電気屋さん";
    position: absolute;
  }
}
header #logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header #logo a img {
  width: 100%;
  height: auto;
  display: inline-block;
  animation-name: logo;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
header #comment {
  width: 400px;
}
@media screen and (max-width: 560px) {
  header #comment {
    display: none;
  }
}
header #comment p.about {
  font-size: 2.2rem;
  text-align: right;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin: 0;
}
header #comment p.about::after {
  content: "オーセンティックバー　タートヴァン";
  position: absolute;
  width: 100%;
  top: 180%;
  left: 46%;
  letter-spacing: 1px;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

nav {
  box-sizing: border-box;
  padding: 5px 60px;
  width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  nav {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  nav {
    display: none;
  }
}
nav ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 18px 0 18px;
}
nav ul li {
  font-style: italic;
  text-align: center;
  list-style-type: none;
  font-size: 2rem;
  color: #fff;
  transition: all 0.8s ease;
}
nav ul li:after {
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 2px;
  color: #000;
  transition: all 1s ease;
}
nav ul li:after:hover {
  width: 100%;
  color: #fff;
}
nav ul li a {
  color: #fff;
}

article {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
article main#contents {
  width: 1200px;
  max-width: 1280px;
  margin: auto;
  height: auto;
}
@media screen and (max-width: 560px) {
  article main#contents {
    width: 100vw;
  }
}
article main#contents #mainpanel {
  width: 100vw;
  height: 390PX;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 560px) {
  article main#contents #mainpanel {
    height: 135px;
  }
}
article main#contents #mainpanel img#img1 {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-80px);
  animation-name: img1;
  animation-duration: 9s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
article main#contents #mainpanel img#img2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translateX(80px);
  animation-name: img2;
  animation-duration: 9s;
  animation-delay: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
article main#contents #mainpanel img#img3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  transform: translateX(-80px);
  animation-name: img3;
  animation-duration: 9s;
  animation-delay: 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
article main#contents #mainpanel img#img4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 4;
  top: 0;
  right: 0;
  transform: translateX(80px);
  animation-name: img4;
  animation-duration: 9s;
  animation-delay: 20s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
article main#contents #mainpanel img#img7 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 7;
  top: 0;
  left: 0;
  animation-name: img7;
  animation-delay: 27s;
  animation-duration: 2.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
article main#contents #mainpanel img#img_logo {
  width: 29%;
  height: auto;
  position: absolute;
  bottom: 15px;
  right: 70px;
  opacity: 0;
  z-index: 8;
  animation-name: img_logo;
  animation-duration: 4s;
  animation-delay: 28.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes logo {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes img1 {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img2 {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img3 {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img4 {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img5 {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img6 {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes img7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes img_logo {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
  }
}
/* =======================================
ナビゲーション
======================================= */
input[type=checkbox]#menu-btn-check {
  display: none;
}

@media screen and (max-width: 1360px) {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .menu-btn {
    display: block;
  }
}

#navigation {
  width: 45%;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ */
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s; /*アニメーション設定*/
  overflow: auto;
}

#navigation a,
#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover {
  color: #000;
  text-decoration: none;
}

#navigation ul {
  display: block;
  width: 90%;
  text-align: center;
  padding: 10px;
  margin-top: 80px;
  font-size: 1.5rem;
}

#navigation ul li {
  padding: 1em 0.5em;
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
#navigation ul li a {
  color: #000;
}

/* =======================================
　MENUが☓に変化
======================================= */
.menu-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 98%;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 17px;
  background: #fff;
}

.menu-btn span:after {
  top: 17px;
  background: #fff;
}

/* ---　ボタンをクリックした時の動作 --- */
#menu-btn-check:checked ~ #navigation {
  left: 52%; /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

main#contents {
  width: 1090px;
  box-sizing: border-box;
  margin: 36px auto 60px;
}
main#contents h2 {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 66px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-style: italic;
  padding-left: 167px;
}
main#contents ul#breadcrumbs {
  width: 100%;
  font-size: 1.3rem;
  padding-left: 63px;
}
main#contents ul#breadcrumbs li {
  display: inline-block;
  padding: 10px 5px;
  font-size: 1.4rem;
  color: #fff;
}
main#contents ul#breadcrumbs li a {
  color: #fff;
}
main#contents ul#breadcrumbs li:last-child:after {
  content: none;
}
main#contents ul#breadcrumbs li:after {
  content: ">";
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 560px) {
  main#contents {
    width: 100%;
  }
}
main#contents section#whisky div.inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
main#contents section#whisky div.inner figure.prebox {
  position: relative;
  border: 2px solid #fff;
  padding: 10px;
  width: 32%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
main#contents section#whisky div.inner figure.prebox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main#contents section#whisky div.inner figure.prebox img {
  width: 120px;
  height: auto;
  object-fit: cover;
}
main#contents section#whisky div.inner figure.prebox figcaption {
  padding: 0 10px;
}
main#contents section#whisky div.inner figure.prebox figcaption h3 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
main#contents section#whisky div.inner figure.prebox figcaption p.price {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
main#contents section#whisky div.inner figure.prebox figcaption p.price span {
  font-size: 2.4rem;
}
main#contents section#whisky div.inner figure.prebox figcaption p.ProductDescription {
  color: #fff;
  font-size: 12px;
}
main#contents section#whisky div.inner nav.navigation.pagination {
  color: #fff;
  font-size: 1.5rem;
}
main#contents section#whisky div.inner nav.navigation.pagination .nav-links span.page-numbers.current {
  font-size: 1.7rem;
  color: #fff;
}
main#contents section#whisky div.inner nav.navigation.pagination .nav-links span.page-numbers.current a.page-numbers {
  font-size: 1.7rem;
  color: #fff;
}
main#contents section#whisky div.inner nav.navigation.pagination .nav-links span.page-numbers.current a.next.page-numbers {
  font-size: 1.7rem;
  color: #fff;
}
main#contents section#foods {
  width: 900px;
  margin: auto;
}
main#contents section#foods div.inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
main#contents section#foods div.inner #food_note {
  margin: 40px 20px 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
main#contents section#foods div.inner figure.prebox {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #fff;
  padding: 10px;
  width: 47%;
  display: block;
  justify-content: space-around;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
main#contents section#foods div.inner figure.prebox:hover img {
  transform: scale(1.15);
}
main#contents section#foods div.inner figure.prebox h3 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
main#contents section#foods div.inner figure.prebox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main#contents section#foods div.inner figure.prebox img {
  width: 98%;
  display: block;
  margin: auto;
  height: 225px;
  object-fit: cover;
  transition: all 0.5s ease;
}
main#contents section#foods div.inner figure.prebox figcaption {
  padding: 0 10px;
}
main#contents section#foods div.inner figure.prebox figcaption p.price {
  color: #fff;
  font-size: 1.4rem;
  margin: 20px 0;
}
main#contents section#foods div.inner figure.prebox figcaption p.price span {
  font-size: 2.4rem;
}
main#contents section#foods div.inner figure.prebox figcaption p.ProductDescription {
  color: #fff;
  font-size: 14px;
}
main#contents section#foods div.inner figure.prebox figcaption p.ProductDescription br {
  display: inline-block;
  height: 0px;
}
main#contents section#foods div.inner nav.navigation.pagination {
  color: #fff;
  font-size: 1.5rem;
}
main#contents section#foods div.inner nav.navigation.pagination .nav-links span.page-numbers.current {
  font-size: 1.7rem;
  color: #fff;
}
main#contents section#foods div.inner nav.navigation.pagination .nav-links span.page-numbers.current a.page-numbers {
  font-size: 1.7rem;
  color: #fff;
}
main#contents section#foods div.inner nav.navigation.pagination .nav-links span.page-numbers.current a.next.page-numbers {
  font-size: 1.7rem;
  color: #fff;
}
main#contents ul#breadcrumb {
  display: flex;
  width: 100%;
  margin: 10px auto;
}
main#contents ul#breadcrumb li {
  width: fit-content;
  text-align: center;
  margin-right: 50px;
  position: relative;
  list-style-type: none;
  padding: 10px;
  text-decoration: none;
}
main#contents ul#breadcrumb li:after {
  content: "|";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%) rotate(45deg);
}
main#contents ul#whiskey_archive {
  display: flex;
  justify-content: flex-start;
}
main#contents ul#whiskey_archive li {
  margin-right: 30px;
}
main#contents ul#whiskey_archive li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

footer {
  background: #0d0015;
  padding: 20px 100px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 560px) {
  footer {
    padding: 20px 5px;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  box-sizing: border-box;
}
footer ul li {
  text-align: center;
  margin-right: 25px;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
footer ul li a {
  color: #fff;
  font-style: italic;
}
footer p.copyLight {
  text-align: center;
  padding: 20px;
  margin: 0;
  background: #1c4593;
  color: #fff;
}
footer a#topback {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
footer a#topback a:hover {
  opacity: 0.6;
}
footer a#topback span {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=archive.css.map */