@charset "UTF-8";
.header {
  padding: 20px 24px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 8px 16px;
  }
}
.header-content {
  max-width: 900px;
  height: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header-content {
    height: 32px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #1C1E2E;
  line-height: 1.5;
  margin: 0;
}

.contents {
  position: relative;
  z-index: 1;
  width: 100%;
  align-items: stretch;
  background-image: url("../images/background.webp");
  background-repeat: repeat;
  background-size: 656px 656px;
  overflow: clip;
  display: block;
}
@media screen and (min-width: 1280px) {
  .contents {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
    grid-template-rows: auto;
    align-items: flex-start;
  }
}

.main-contents {
  max-width: 500px;
  margin: auto;
  box-shadow: 0 0 24px 0 rgba(148, 81, 0, 0.2);
  overflow-x: hidden;
}
.main-contents-fv {
  margin-top: 24px;
}
.main-contents-fv > img {
  width: 268.5px;
  padding-left: 37px;
}
.main-contents-img-container {
  text-align: center;
}
.main-contents-img-container-main3 {
  width: 216px;
}
.main-contents-img-container-main4 {
  margin-top: 28px;
  width: auto;
  height: 418px;
  object-fit: cover;
}
.main-contents-img-container-main5 {
  margin-top: -88px;
  width: auto;
  height: 525px;
  object-fit: cover;
}
.main-contents-img-container-map-heading {
  width: 168px;
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .main-contents-img-container-map-heading {
    margin-top: -6px;
  }
}
.main-contents-img-container-map {
  height: 723px;
  margin-top: -38px;
  object-fit: cover;
}
.main-contents-img-container-howto-header {
  width: 244px;
}
.main-contents-preview {
  margin-top: 4px;
}
.main-contents-preview-img {
  position: relative;
  width: 100%;
  height: 372px;
}
.main-contents-preview-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177px;
  transform: translate(-50%, -30%);
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: scaleIn;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}
.main-contents-preview-bg {
  margin: 7px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.main-contents-preview-note {
  margin-top: 8px;
  color: #969696;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
.main-contents-preview-background {
  position: absolute;
  width: 744px;
  height: 372px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}
.main-contents-preview-pin {
  width: 45px;
  height: 50px;
  position: absolute;
  transform: translateY(-120%);
  opacity: 0;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-name: pinIn;
  animation-delay: 1s;
  transform-origin: center bottom;
}
.main-contents-preview-pin.wine {
  top: 13%;
  left: 12.35%;
}
.main-contents-preview-pin.shumai {
  top: 6%;
  left: 29.15%;
  animation-delay: 1.5s;
}
.main-contents-preview-pin.pizza {
  bottom: 28.2%;
  left: 25.7%;
  animation-delay: 1.7s;
}
.main-contents-preview-pin.sandwich {
  bottom: 23%;
  right: 26.3%;
  animation-delay: 1.4s;
}
.main-contents-preview-pin.beer {
  top: 20.4%;
  right: 29.5%;
  animation-delay: 1.66s;
}
.main-contents-preview-shumai {
  width: 91px;
  height: auto;
  position: absolute;
  top: 16.2%;
  left: 26%;
}
.main-contents-preview-pizza {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 9.5%;
  left: 20.6%;
}
.main-contents-preview-sandwich {
  width: 147px;
  height: auto;
  position: absolute;
  bottom: 3%;
  right: 18.1%;
}
.main-contents-preview-beer {
  width: 87px;
  height: auto;
  position: absolute;
  top: 32%;
  right: 26.5%;
}
.main-contents-explanation-header {
  padding-top: 11px;
}
.main-contents-howto {
  padding: 0 16px;
  margin-top: 58px;
}
.main-contents-howto-container {
  margin-top: 24px;
  background-color: #FFFFFF;
  padding: 24px 16px 16px;
  position: relative;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.main-contents-howto-container + .main-contents-howto-container {
  margin-top: 32px;
}
.main-contents-howto-container.step4 {
  height: 354px;
  padding: 24px 0 16px;
}
.main-contents-howto-step-icon {
  width: 45px;
  height: 80px;
  position: absolute;
  top: -16px;
  left: 22.5px;
}
.main-contents-howto-img-center {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}
.main-contents-howto-img-step1-content {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}
.main-contents-howto-img-step2-content {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}
.main-contents-howto-img-step3-content {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}
.main-contents-howto-img-step4-content {
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
}
.main-contents-howto-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.main-contents-howto-sub-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.main-contents-howto-note {
  text-align: end;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #969696;
}
.main-contents-search {
  margin-top: 76px;
  padding: 0 16px;
}
.main-contents-search-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-contents-search-category {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 24px;
}
.main-contents-search-selectTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
.main-contents-search-contariner {
  display: block;
  justify-content: initial;
  margin-top: 16px;
}
.main-contents-search-prefSelectWrap{
  display: flex;
  position: relative;
}
.main-contents-search-prefSelectWrap::after {
  content: "";
  background-image: url("../images/down_arrow_gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
}
.main-contents-search-prefSelect {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main-contents-search-prefSearchBtn {
  width: 100%;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px;
}
.main-contents-search-prefSearchBtn a {
  display: block;
  width: 100%;
  height: 44px;
  padding: 14px 16px;
  background-color: #E5252B;
  border-radius: 100px;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
}
.main-contents-search-prefSearchBtn a:link,
.main-contents-search-prefSearchBtn a:visited,
.main-contents-search-prefSearchBtn a:hover,
.main-contents-search-prefSearchBtn a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.main-contents-faq {
  margin-top: 76px;
  margin-bottom: 60px;
}
.main-contents-faq-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.main-contents-faq-category {
  margin-top: 27px;
  padding: 0 16px;
}
.main-contents-faq-category > h3 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 8px;
}
.main-contents-faq-category-content {
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-top: 4px;
  overflow: hidden;
}
.main-contents-faq-category-content > summary {
  display: flex;
  gap: 8px;
  padding: 16px 12px 16px 16px;
  justify-content: space-between;
  align-items: start;
  cursor: pointer;
}
.main-contents-faq-category-question {
  display: flex;
  align-items: start;
  gap: 8px;
  flex: 1;
}
.main-contents-faq-category-question > p {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.main-contents-faq-category-question-arrow {
  width: 16px;
  height: 16px;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
.main-contents-faq-category-question > img {
  width: 20px;
  height: 20px;
}
.main-contents-faq-category-answer {
  display: flex;
  align-items: start;
  padding: 0 16px 0;
  gap: 8px;
}
.main-contents-faq-category-answer > img {
  width: 20px;
  height: 20px;
}
.main-contents-faq-category-answer-text {
  padding-bottom: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.main-contents-faq-category-answer-text > ul {
  padding-left: 19.5px;
}
.main-contents-faq-category-answer-text > ul > li {
  position: relative;
}
.main-contents-faq-category-answer-text > ul > li::before {
  content: "・";
  position: absolute;
  display: inline-block;
  margin-left: -16px;
  top: 0;
  left: 0;
}
.main-contents-faq-category-answer-img {
  text-align: center;
  margin-top: 10px;
  opacity: 0;
}
.main-contents-faq-category-answer-img > img {
  width: 260px;
}
.main-contents-faq-category-answer-img.show {
  opacity: 1;
}

details[open] .main-contents-faq-category-question-arrow {
  transform: rotate(180deg);
}

.arrow-icon {
  width: 12px;
  height: 12px;
  margin: 0 0 auto auto;
  padding-left: 10px;
}

.answer-icon {
  width: 20px;
  height: 18px;
  margin: 0 8px 0 0;
}

.w-100 {
  width: 100%;
}

.mt-60 {
  margin-top: 60px;
}
.mt-20 {
  margin-top: 20px;
}

.bread-crumb {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.bread-crumb-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .bread-crumb-wrap {
    padding: 16px 16px;
  }
}
.bread-crumb-list {
  font-size: 11px;
}
.bread-crumb-list > li {
  display: inline;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bread-crumb-list > li {
    display: block;
  }
}
.bread-crumb-list > li:not(:last-child)::after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px 2px 2px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .bread-crumb-list > li:not(:first-child) {
    margin-top: 12px;
  }
}
.bread-crumb-list > li > a {
  color: #1470cc;
}

.app-button {
  display: flex;
  margin: auto;
  width: 343px;
  height: 44px;
  border-radius: 22px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  background: #e5252b;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .app-button {
    width: 100%;
  }
}
.app-button > img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.app-button-wrap {
  position: fixed;
  width: 100vw;
  bottom: 0;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .app-button-wrap {
    padding: 16px 16px 8px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: translate(-50%, -30%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes pinIn {
  0% {
    transform: translateY(-120%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    transform: translateY(7%);
    opacity: 1;
  }
  38% {
    transform: translateY(0%);
    opacity: 1;
  }
  40% {
    transform: translateY(0%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  60% {
    transform: translateY(0%);
    opacity: 1;
  }
  70% {
    transform: translateY(0%);
    opacity: 1;
  }
  80% {
    transform: translateY(0%);
    opacity: 1;
  }
  90% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.left-contents-area {
  z-index: -1;
  display: none;
  position: relative;
  top: -85px;
  left: 0;
  width: 100%;
  height: calc(100% + 85px);
}
@media screen and (min-width: 1280px) {
  .left-contents-area {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .left-contents-area {
    display: block;
  }
}
.left-contents-inner {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 76px);
}
.left-main-img-area {
  position: sticky;
  top: 29%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.left-main-img {
  position: relative;
  width: 240px;
  transform: translate(8px, -10px);
}
.left-sub-img {
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-sub-img.wine > img {
  width: 60px;
}
.left-sub-img-area {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  bottom: 40px;
}

.right-contents-area {
  z-index: -1;
  display: none;
  position: relative;
  top: -85px;
  right: 0;
  width: 100%;
  height: calc(100% + 85px);
}
@media screen and (min-width: 1280px) {
  .right-contents-area {
    display: block;
  }
}
.right-contents-inner {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 76px);
}
.right-menu-area {
  display: flex;
  justify-content: center;
  position: sticky;
  width: 100%;
  top: 29%;
  right: 0;
}
.right-menu-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.right-menu-text-area {
  white-space: nowrap;
}
.right-menu-text-area .right-menu-text {
  font-size: 13px;
  font-weight: 600;
  color: #E5252B;
  cursor: pointer;
}
.right-menu-text-area .right-menu-text:hover {
  text-decoration: underline;
}
.right-menu-text-area .right-menu-text.active {
  text-decoration: underline;
}
.right-menu-text-area img {
  width: 9px;
  height: 11px;
}
.right-sub-img {
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-sub-img.beer > img {
  width: 87px;
}
.right-sub-img.tempura > img {
  width: 107px;
}
.right-sub-img.shumai > img {
  width: 91px;
}
.right-sub-img-area {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  bottom: 40px;
}

.js-floating-hide-target {
  opacity: 1;
  transition: opacity 0.3s;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 76px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 16px;
    margin-bottom: 68px;
  }
}
.footer-content {
  max-width: 852px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    width: 100%;
  }
}
.footer-content-page {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer-content-page {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
    width: 280px;
    margin-inline: auto;
  }
}
.footer-content-page > li {
  position: relative;
  font-size: 11px;
}
.footer-content-page > li + li {
  padding-left: 11px;
}
.footer-content-page > li + li::before {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 1px;
  height: 10px;
  background-color: #CCCCCC;
  content: "";
}
@media screen and (max-width: 768px) {
  .footer-content-page > li + li::before {
    height: 12px;
  }
}
.footer-content-page > li > a {
  color: #1470CC;
}
.footer-content-logo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.footer-content-logo .copyright {
  font-family: "メイリオ", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #435B67;
  line-height: 1;
}
.footer-content-logo-wrap {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .site-map-link {
    display: none;
  }
  .privacy-link::before {
    display: none;
  }
  .legal-link::before {
    display: none;
  }
}
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  opacity: 0.8;
}

button:hover:not(:disabled) {
  opacity: 0.8;
}

*:focus {
  outline: none;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: pointer;
}

button:disabled {
  cursor: none;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

summary:hover {
  opacity: 0.8;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}
