@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #ffffec;
  background: #4a2c2a;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}

/***** parallax_hedden *****/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/********** header **********/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 135px;
  background: #4a2c2a;
  z-index: 10;
}
header div#pc_menu.wrap {
  width: 100%;
}
header div#pc_menu.wrap ul.header {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
header div#pc_menu.wrap ul.header li {
  width: 100%;
}
header div#pc_menu.wrap ul.header li h1 {
  padding-top: 20px;
}
header div#pc_menu.wrap ul.header li nav ul#pc_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
header div#pc_menu.wrap ul.header li nav ul#pc_header li {
  width: auto;
}
header div#pc_menu.wrap ul.header li nav ul#pc_header li a i {
  margin-right: 5px;
}
header div#sp_menu {
  position: relative;
  display: none;
}

/********** fv_video **********/
@keyframes fadeOutImage {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
  }
}
main {
  margin-top: 135px;
  /********* first_view *********/
  /********* top_blog *********/
  /********* commitment *********/
  /********* parallax *********/
  /********* location *********/
}
main section#pc_fv {
  position: relative;
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 100px;
  aspect-ratio: 1/1;
}
main section#pc_fv img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
main section#pc_fv img#main_bg {
  width: 80%;
  z-index: 1;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}
main section#pc_fv img.overlay_img {
  width: 84%;
  z-index: 5;
  animation: fadeOutImage 3s ease-in-out forwards 1.5s;
}
main section#pc_fv h2 {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 6rem;
}
main section.top_blog div {
  background: #ffffec;
  color: #4a2c2a;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
}
main section.top_blog div ul li {
  margin-bottom: 10px;
}
main section.top_blog div ul li a {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}
main section.top_blog div ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4a2c2a;
  transition: width 0.3s ease-in-out;
}
main section.top_blog div ul li a:hover::after {
  width: 100%;
}
main section.top_blog div a#blog_chart {
  display: table;
  margin: 30px auto 0;
  position: relative;
  padding-bottom: 4px;
  color: #4a2c2a;
}
main section.top_blog div a#blog_chart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4a2c2a;
  transition: width 0.3s ease-in-out;
}
main section.top_blog div a#blog_chart:hover::after {
  width: 100%;
}
main section#commitment {
  margin: 40px auto 40px auto;
}
main section#commitment section {
  display: flex;
  background: #ffffec;
  padding: 20px;
  border-radius: 10px;
}
main section#commitment section img {
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
main section#commitment section div {
  color: #000000;
  font-size: 1.75rem;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
main section#commitment section#taste {
  margin-bottom: 20px;
}
main section#commitment section#hand_pick {
  flex-direction: row-reverse;
}
main section#commitment section#hand_pick div {
  padding: 0 20px 0 0;
}
main section#parallax {
  width: 100%;
  background-image: url("../images/DSCN9753.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: 30px;
}
main section#parallax h2 {
  font-size: 6.5rem;
  font-weight: bold;
  color: #ffffec;
  text-align: center;
  margin-top: 20px;
  padding: 100px 0;
  text-shadow: 5px 7px 10px rgb(0, 0, 0);
}
main section#location {
  margin-top: 40px;
  max-width: 870px;
}
main section#location div#information {
  display: flex;
  justify-content: space-between;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 10px;
}
main section#location div#information a {
  font-size: 2.5rem;
}
main section#location div#information a i {
  padding-right: 5px;
}
main section#location div#shop_list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
main section#location div#shop_list article {
  width: 50%;
}
main section#location div#shop_list article address {
  margin-bottom: 10px;
}
main section#location div#shop_list article figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
main section#location div#shop_list article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffce;
  color: #4a2c2a;
  text-decoration: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0px;
  border-radius: 45px;
  transition: all 0.2s ease;
  font-size: 1.75rem;
  font-weight: bold;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
main section#location div#shop_list article a:hover {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
main section#location div#shop_list article a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url("../../common/images/Instagram_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main section#location div#shop_list article iframe {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/********** footer **********/
footer {
  background: #311c1b;
  margin-top: 20px;
  padding-top: 10px;
}
footer div#logo_mark {
  font-size: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
footer div#logo_mark p {
  font-family: "Kaisei Opti", serif;
}
footer div#logo_mark a img#instagram {
  width: 40px;
}
footer div#copyright {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.25rem;
}

@media screen and (max-width: 900px) {
  main section#pc_fv {
    max-width: 500px;
  }
  main section#pc_fv img.overlay_img {
    display: none;
  }
  main section#pc_fv h2 {
    font-size: 5rem;
  }
}
/***** media_screen ******/
/********** header **********/
@media screen and (max-width: 768px) {
  header {
    height: 65px;
  }
  header div#pc_menu.wrap {
    display: none;
  }
  header div#sp_menu.wrap {
    display: block;
    max-width: 95%;
    z-index: 120;
  }
  header div#sp_menu.wrap li a i {
    margin-right: 10px;
  }
  header div#sp_menu.wrap ul.header {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding-top: 5px;
  }
  header div#sp_menu.wrap ul.header a.hamburger {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 110;
  }
  header div#sp_menu.wrap ul.header a.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffec;
    position: relative;
    transition: 0.3s;
  }
  header div#sp_menu.wrap ul.header a.hamburger span::before, header div#sp_menu.wrap ul.header a.hamburger span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffec;
    transition: 0.3s;
  }
  header div#sp_menu.wrap ul.header a.hamburger span::before {
    top: 12.5px;
  }
  header div#sp_menu.wrap ul.header a.hamburger span::after {
    bottom: 12.5px;
  }
  header div#sp_menu.wrap ul.header a.hamburger.close span {
    background: transparent;
  }
  header div#sp_menu.wrap ul.header a.hamburger.close span::before {
    transform: rotate(225deg);
    top: 0;
  }
  header div#sp_menu.wrap ul.header a.hamburger.close span::after {
    transform: rotate(-225deg);
    bottom: 0;
  }
  header div#sp_menu.wrap nav.menu {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
  }
  header div#sp_menu.wrap nav.menu.close {
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
    visibility: visible;
  }
  header div#sp_menu.wrap nav.menu.close ul#sp_header {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  /********** fv_video **********/
  main {
    margin-top: 65px;
    /********** commitment **********/
    /********* location *********/
  }
  main section#pc_fv img.overlay_img {
    display: none;
  }
  main section#pc_fv h2 {
    font-size: 3rem;
  }
  main section#commitment section#taste {
    flex-direction: column;
    margin-top: 10px;
  }
  main section#commitment section#taste img {
    max-width: 100%;
  }
  main section#commitment section#taste div {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  main section#commitment section#hand_pick {
    flex-direction: column;
  }
  main section#commitment section#hand_pick img {
    max-width: 100%;
  }
  main section#commitment section#hand_pick div {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  main section#parallax {
    background-attachment: scroll;
  }
  main section#parallax h2 {
    font-size: 4rem;
    padding: 30px 0;
  }
  main section#location div#information, main section#location div#shop_list {
    flex-direction: column;
  }
  main section#location div#information a, main section#location div#shop_list a {
    font-size: 2.25rem;
  }
  main section#location div#information article, main section#location div#shop_list article {
    width: 100%;
  }
  div#logo_mark {
    flex-direction: column;
  }
}