@charset "utf-8";
/* for All */
html {
  font-size: 62.5%; /* 10px */
}
body {
  font-size: 1.4rem;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  background: #000;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
a {
  display: inline-flex;
}
a:hover {
  opacity: .6;
  transition: .4s;
}
.sp-view {
  display: none;
}
.pc-view {
  display: block;
}
/* h Tags */
h4 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.25
}
section h2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
p {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
section h2 img {
  width: 100%;
  max-height: 100px;
}
h3 img {
  max-height: 60px;
}
/* wrapper */
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #efe8dd;
}
.wrapper.scroll {
  background: #8e3030;
}
/* main */
.main_visual {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  filter: blur(12px);
  animation: blur-open 0.7s ease-in 1.2s forwards;
}
@keyframes blur-open {
  to {
    filter: blur(0px);
  }
}
.main_movie {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 100px;
  color: #fff;
  z-index: 2;
}
.main_catch img {
  width: 540px;
  opacity: 0;
  animation: logo-open 0.5s ease-in 0.5s forwards;
}
.main_logo {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: bold;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  padding: 30px 30px 40px 30px;
}
@keyframes logo-open {
  to {
    opacity: 1;
  }
}
/* section */
section {
  width: 100%;
  margin: 80px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.back_visual {
  width: 100%;
  position: absolute;
}
.about div {
  width: 860px;
  text-align: center;
  background: #fff;
  padding: 70px 30px;
  margin: 0 auto 120px auto;
}
.about p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
.about_logo {
  width: 160px;
  margin: 20px 0 0 0;
}
/* footer */
footer {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 13px;
  background-color: #000;
}
footer a {
  color: #fff;
}
.item-category {
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: Times New Roman;
  margin: 40px 0 20px 0;
}
.item-list {
  width: 1000px;
  margin: auto auto 24px auto;
  display: flex;
  gap: 20px;
}
.item-list.coffee li {
  width: 100%;
}
.item-list li {
  width: calc(100% / 3);
  position: relative;
  margin: 0 0 2px 0;
}
.item-list li h3 {
  font-size: 18px;
  margin: 2px 0;
  color: #8e3030;
}
.item-list li h4 {
  font-size: 23px;
  opacity: 0.6;
}
.item-list li p {
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
}
.item-list li span {
  font-size: 14px;
  margin: 0 0 0 3px;
}
.item-list li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}
.item-list li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 60px 0 0;
  border-color: #efe8dd transparent transparent transparent;
  z-index: 1;
}
.item-list li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 0 50px 60px;
  border-style: solid;
  border-color: transparent transparent #efe8dd transparent;
  z-index: 1;
  right: 0;
  top: 230px;
}
.drink-title {
  font-size: 24px;
  width: 1000px;
  margin: auto auto 5px auto;
  text-align: left;
  color: #a06565;
}
.drink-list {
  width: 1000px;
  margin: auto;
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.drink-list li {
  width: calc(100% / 2 - 12px);
  font-size: 16px;
  margin: 0 12px 12px 0;
  padding: 10px 15px;
  border-radius: 3px;
  background: #faf7f2;
}
.drink-list li:nth-child(2n) {
  margin-right: 0;
}
.drink-list li h3 {
  font-size: 16px;
}
.drink-list li h4 {
  font-size: 18px;
  opacity: 0.6;
}
.drink-list li span {
  font-size: 14px;
  margin: 0 0 0 3px;
}
.drink-list.ringo li {
  width: 100%;
  display: flex;
  padding: 15px;
}
.drink-list.ringo li img {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
.drink-list.ringo li div {
  width: 100%;
  padding: 0 0 0 20px;
}
.shop {
  padding: 100px 0;
  background: #A9907E;
}
.shop-list {
  width: 500px;
  margin: 40px auto auto auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
}
.shop-list h4 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 20px;
}
.shop-list .label {
  margin: auto;
}
.shop-list .label img {
  height: 26px;
}
.shop-list p {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.5px;
}
.shop-list p span {
  min-width: 60px;
  font-weight: bold;
  text-align: left;
  margin: 0 15px 0 0;
}
.shop-list iframe {
  margin: 10px 0 0 0;
}
.shop-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.sns-list {
  width: 100%;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
}
.sns-list img {
  height: 40px;
  display: inline-flex;
}
.sns-list.two img:nth-child(3n), .sns-list.two img:nth-child(4n) {
  width: 64px;
}
.particular img {
  width: 100%;
  margin: 40px 0 0 0;
}
.coming {
  width: 1000px;
  padding: 50px 30px;
  font-size: 24px;
  color: #fff;
  background: #251717;
  border-radius: 12px;
  margin: 30px auto auto auto;
  text-align: center;
}
.coming h4 {
  width: 100%;
  font-size: 36px;
  text-align: center;
}
.coming p {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.coming a {
  width: 50px;
  height: 50px;
  display: block;
  margin: 10px auto auto auto;
}
.coming img {
  width: 100%;
  border-radius: 12px;
}
.company {
  width: 1000px;
  margin: 0 auto 120px auto;
}
.company iframe {
  width: 100%;
}
.company-text {
  width: 100%;
  margin: 30px 0 30px 0;
  border-radius: 4px;
  background: #ffffff;
}
.company-text div {
  padding: 12px 20px;
  font-size: 14px;
  border-bottom: 1px solid #B8C1C7;
}
.company-text span {
  min-width: 140px;
  display: inline-block;
}
.info {
  width: 1000px;
  padding: 40px 150px;
  font-size: 19px;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 8px;
  background: #fff;
}
.back {
  width: 120%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: -2;
  opacity: 1;
  object-fit: cover;
  filter: blur(6px);
}
.menu h2 {
  width: 100%;
  margin-bottom: 10px;
  max-height: 100px;
}
#info {
  display: flex;
  justify-content: space-between
}
#info p img {
  display: none;
}
#info a.btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
#info .mu {
  width: 23%;
  position: relative
}
#info .mu img {
  width: 100%;
  height: auto
}
#info .mu h3 {
  margin-bottom: 1em;
  font-size: 1.3rem;
  text-align: left;
  font-weight: normal
}
#info .mu small {
  display: block
}
ul.qa {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.qa li {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.qa li p {
  width: auto;
  margin-right: 10px;
  display: inline-flex;
  color: #e50012;
}
.qa li span {
  width: 100%;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
}
.qa li span p {
  width: auto;
  margin-right: 10px;
  display: inline-flex;
  color: #53b332;
}
.f_ten {
  font-family: "Ten Mincho";
}