@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: clamp(3.125%, 0.0847457627vw, 6.25%);
}

@media (max-width: 768px) {
  html {
    font-size: 0.1333333333vw;
  }
}

.rice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18rem;
  line-height: 1.75;
  color: #000;
}

.rice :where(h1, h2, h3, h4, h5, h6, p) {
  line-height: 1.75;
}

.rice :where(h1, h2, h3, h4, h5, h6, p)::before,
.rice :where(h1, h2, h3, h4, h5, h6, p)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.rice :where(h1, h2, h3, h4, h5, h6, p)::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}

.rice :where(h1, h2, h3, h4, h5, h6, p)::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.rice a {
  transition: color 0.4s;
}

.rice a:hover:link,
.rice a:hover:visited {
  text-decoration: none;
  opacity: 1;
  color: rgba(220, 30, 55, 0.8);
}

.rice a:hover img {
  opacity: 0.8;
}

.rice a:focus {
  text-decoration: none;
}

.rice a img {
  transition: opacity 0.4s;
}

.rice a[href^="tel:"] {
  color: inherit;
}

.rice img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.button_area {
  display: flex;
  justify-content: center;
}

.button:link,
.button:visited {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.9em 2.5em;
  font-size: 14rem;
  font-weight: 700;
  transition: background-color 0.4s;
  color: #000;
  border: 2px solid;
  border-radius: 100rem;
  background-color: #fff;
}

@media (max-width: 980px) {

  .button:link,
  .button:visited {
    font-size: 28rem;
    font-weight: 600;
  }
}

.button:link+.button:link,
.button:link+.button:visited,
.button:visited+.button:link,
.button:visited+.button:visited {
  margin-left: 15rem;
}

.button:link:hover,
.button:visited:hover {
  color: #000 !important;
  background-color: #fff2f2;
}

.button:link.primary,
.button:visited.primary {
  color: #fff;
  border: 0;
  background-color: #dc1e37;
}

.button:link.primary:hover,
.button:visited.primary:hover {
  color: #fff !important;
  background-color: rgba(220, 30, 55, 0.8);
}

.page {
  margin-top: 60rem;
  padding-top: 64rem;
  padding-bottom: 104rem;
}

@media (max-width: 980px) {
  .page {
    padding-top: 128rem;
    padding-bottom: 208rem;
  }
}

.page_title {
  margin-bottom: 1em;
  font-size: 42rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .page_title {
    font-size: 52rem;
  }
}

@media (max-width: 980px) {
  .page_text {
    font-size: 32rem;
  }
}

.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40rem;
  gap: 20rem 0rem;
}

@media (max-width: 980px) {
  .page_nav {
    margin-top: 80rem;
    gap: 26rem unset;
  }
}

.page_nav::after {
  display: block;
  width: 253rem;
  content: "";
}

@media (max-width: 980px) {
  .page_nav::after {
    width: 47%;
  }
}

.page_nav li {
  width: 253rem;
  border-bottom: 1rem solid #dcdcdc;
}

@media (max-width: 980px) {
  .page_nav li {
    width: 47%;
  }

  @media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .page_nav li {
        margin: 13rem 0;
      }
    }
  }
}

.page_nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem;
  padding-left: 30rem;
}

@media (max-width: 980px) {
  .page_nav a {
    font-size: 28rem;
  }
}

.page_nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  border: 2px solid;
  border-top: 0;
  border-left: 0;
}

.page_nav.pdf {
  gap: 20rem 0;
}

@media (max-width: 980px) {
  .page_nav.pdf {
    margin-top: 48rem;
    gap: 8rem;
  }
}

.page_nav.pdf li {
  width: 33%;
  border: 0;
}

@media (max-width: 980px) {
  .page_nav.pdf li {
    width: 100%;
  }
}

.page_nav.pdf a {
  align-items: baseline;
  padding-left: 1.5em;
}

@media (max-width: 980px) {
  .page_nav.pdf a {
    font-size: 32rem;
  }
}

.page_nav.pdf a::before {
  top: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(0%) translateY(60%);
  transform: translateX(0%) translateY(60%);
  border: 0;
  background-image: url(/jp/komegallery/assets/img/page/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page_nav.faq {
  gap: 20rem 0;
}

.page_nav.faq li {
  width: 30%;
}

@media (max-width: 980px) {
  .page_nav.faq li {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .page_nav.faq li+li {
    margin-top: 25rem;
  }
}

.page_info {
  margin-top: 65rem;
  padding: 16rem;
  background-color: #f5f5f5;
}

@media (max-width: 980px) {
  .page_info {
    margin-top: 130rem;
    padding: 32rem;
  }
}

.page_info_space {
  height: 16rem;
}

@media (max-width: 980px) {
  .page_info_space {
    height: 32rem;
  }
}

@media (max-width: 980px) {
  .page_info .page_text {
    font-size: 28rem;
  }
}

.section {
  margin-top: 64rem;
}

@media (max-width: 980px) {
  .section {
    margin-top: 128rem;
  }
}

.section_title {
  position: relative;
  margin-bottom: 40rem;
  font-size: 32rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .section_title {
    margin-bottom: 48rem;
    padding-bottom: 18rem;
    font-size: 44rem;
    font-weight: 600;
  }
}

.section_title::before,
.section_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  content: "";
}

@media (max-width: 980px) {

  .section_title::before,
  .section_title::after {
    height: 4rem;
  }
}

.section_title::before {
  z-index: 1;
  width: 100%;
  background-color: #dcdcdc;
}

.section_title::after {
  z-index: 2;
  width: 82rem;
  background-color: #dc1e37;
}

.section_text {
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.section_text::before,
.section_text::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_text::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.section_text::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 980px) {
  .section_text {
    font-size: 32rem;
  }
}

.section_text em {
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .section_text em {
    font-size: 36rem;
    font-weight: 600;
  }
}

.section_text+.section_text {
  margin-top: 24rem;
}

@media (max-width: 980px) {
  .section_text+.section_text {
    margin-top: 48rem;
  }
}

.section_text .tel {
  display: block;
  margin-top: 17rem;
  line-height: 1.6;
}

.section_text .tel::before,
.section_text .tel::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_text .tel::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.section_text .tel::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 980px) {
  .section_text .tel {
    margin-top: 34rem;
    font-size: 28rem;
  }
}

.section_text.caution {
  color: #dc1e37;
}

.section_container {
  display: flex;
  justify-content: space-between;
  gap: 32rem;
}

@media (max-width: 980px) {
  .section_container {
    flex-direction: column-reverse;
    gap: 48rem;
  }
}

@media (max-width: 980px) {
  .section_container.reverse {
    flex-direction: column;
  }
}

.section_box {
  width: 538rem;
}

@media (max-width: 980px) {
  .section_box {
    width: 100%;
  }
}

@media (max-width: 980px) {

  @media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .section_box+.section_box {
        margin-bottom: 48rem;
      }
    }
  }
}

.section_box iframe {
  width: 538rem;
  height: 303rem;
}

@media (max-width: 980px) {
  .section_box iframe {
    width: 100%;
    height: 60vw;
  }
}

.section_subtitle {
  margin-bottom: 25rem;
  font-size: 28rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .section_subtitle {
    margin-bottom: 45rem;
    font-size: 36rem;
    font-weight: 600;
  }
}

.section_link,
.section_link:link,
.section_link:visited {
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-weight: 700;
}

@media (max-width: 980px) {

  .section_link,
  .section_link:link,
  .section_link:visited {
    font-size: 24rem;
    font-weight: 600;
  }
}

.section_link::after,
.section_link:link::after,
.section_link:visited::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 9rem;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #dc1e37;
  border: 2rem solid;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 980px) {

  .section_link::after,
  .section_link:link::after,
  .section_link:visited::after {
    border: 4rem solid;
    border-top: 0;
    border-left: 0;
  }
}

.section_link:hover::after,
.section_link:link:hover::after,
.section_link:visited:hover::after {
  color: rgba(220, 30, 55, 0.8);
}

.section_banner {
  width: 443rem;
  margin-top: 8rem;
}

@media (max-width: 980px) {
  .section_banner {
    width: 100%;
    margin-top: 80rem;
  }
}

.section_banner_text {
  font-weight: 700;
  line-height: 1.6;
}

.section_banner_text::before,
.section_banner_text::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_banner_text::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.section_banner_text::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 980px) {
  .section_banner_text {
    font-size: 32rem;
  }
}

.section_banner_image {
  margin: 16rem 0;
}

@media (max-width: 980px) {
  .section_banner_image {
    margin: 32rem 0;
  }
}

.section_caution {
  margin-top: 20rem;
  font-size: 12rem;
  line-height: 1.6;
}

.section_caution::before,
.section_caution::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_caution::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.section_caution::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 980px) {
  .section_caution {
    margin-top: 40rem;
    font-size: 24rem;
  }
}

.section_caution li {
  display: flex;
}

.section_caution li+li {
  margin-top: 8rem;
}

.section_caution li::before {
  content: "※ ";
}

.section_list {
  font-size: 16rem;
  line-height: 1.6;
}

.section_list::before,
.section_list::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_list::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.section_list::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 980px) {
  .section_list {
    font-size: 32rem;
  }
}

.section_list li {
  display: flex;
}

.section_list li::before {
  content: "・";
}

.section_list li+li {
  margin-top: 8rem;
}

@media (max-width: 980px) {
  .section_list li+li {
    margin-top: 16rem;
  }
}

.section_traffic_list li::before {
  content: "■";
}

.section_group+.section_group {
  margin-top: 24rem;
}

@media (max-width: 980px) {
  .section_group+.section_group {
    margin-top: 60rem;
  }
}

.section_fl_container {
  flex-wrap: wrap;
}

.section_fl_box {
  width: calc(50% - 16rem);
}

@media (max-width: 980px) {
  .section_fl_box {
    width: 100%;
  }
}

.section_sv {
  margin-top: 64rem;
  padding: 40rem 32rem;
  border-radius: 12rem;
  background-color: #f5f5f5;
}

@media (max-width: 980px) {
  .section_sv {
    width: 91.466667vw;
    margin-top: 128rem;
    margin-left: calc(50% - 50vw + 32rem);
    padding: 80rem 64rem;
    border-radius: 24rem;
  }
}

.section_sv_text .tel {
  line-height: 2;
}

.section_sv_text .tel::before,
.section_sv_text .tel::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.section_sv_text .tel::before {
  margin-top: calc((1 - 2) * 0.5em);
}

.section_sv_text .tel::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.section_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50rem 0;
}

@media (max-width: 980px) {
  .section_about {
    flex-direction: column;
    gap: 90rem 0;
  }
}

.section_about_box {
  width: 48%;
}

@media (max-width: 980px) {
  .section_about_box {
    width: 100%;
  }
}

@media (max-width: 980px) {

  @media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .section_about_box+.section_about_box {
        margin-top: 90rem;
      }
    }
  }
}

.section_faq+.section_faq {
  margin-top: 24rem;
}

@media (max-width: 980px) {
  .section_faq+.section_faq {
    margin-top: 40rem;
  }
}

.section_faq dt {
  display: flex;
  font-size: 16rem;
  font-weight: normal;
  cursor: pointer;
  transition: 0.6s;
  color: #dc1e37;
  gap: 1em;
}

@media (max-width: 980px) {
  .section_faq dt {
    font-size: 32rem;
  }
}

.section_faq dt:hover {
  color: rgba(220, 30, 55, 0.8);
}

.section_faq dt::before {
  font-weight: 700;
  content: "Q";
}

.section_faq dd {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding-top: 0;
  font-size: 16rem;
  transition: 0.3s;
  opacity: 0;
}

@media (max-width: 980px) {
  .section_faq dd {
    font-size: 32rem;
  }
}

.section_faq.is-open dd {
  visibility: visible;
  height: auto;
  padding-top: 1em;
  opacity: 1;
}

.main_nav {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: opacity 0.3s;
  opacity: 1;
  background-color: transparent;
  background-color: #fff;
}

.main_nav.is-show {
  pointer-events: all;
  opacity: 1;
  background-color: #fff;
}

.main_nav .wrapper-large {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .main_nav .wrapper-large {
    width: 92%;
  }
}

.main_nav_logo {
  display: block;
  width: 200rem;
  padding: 13rem 0 10.9rem;
}

@media (max-width: 980px) {
  .main_nav_logo {
    position: relative;
    z-index: 3;
    width: 360rem;
    padding: 18rem 0;
  }
}

.main_nav_logo_image {
  width: 100%;
  max-width: none;
}

.main_nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem;
}

@media (max-width: 980px) {
  .main_nav_list {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    height: 0;
    margin-top: 94rem;
    transition: height 0.3s;
    background-color: #fff;
    gap: 0;
  }

  .is-open .main_nav_list {
    height: calc(100vh - 94rem);
    height: calc(100dvh - 94rem);
  }
}

@media (max-width: 980px) {
  .main_nav_item {
    width: calc(100% - 64rem);
    margin: 0 auto;
  }

  .main_nav_item .main_nav_item {
    width: calc(100% - 32rem);
    margin-right: 0;
  }
}

.main_nav_link:link,
.main_nav_link:visited {
  position: relative;
  display: block;
  padding: 0.25em 0;
  font-size: 16rem;
  font-weight: 700;
  color: #000;
}

@media (max-width: 980px) {

  .main_nav_link:link,
  .main_nav_link:visited {
    position: relative;
    padding: 32rem 24rem;
    font-size: 36rem;
    font-weight: 600;
    border-bottom: 1px solid #f5f5f5;
  }
}

.current .main_nav_link:link::before,
.current .main_nav_link:visited::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2rem;
  content: "";
  background-color: #000;
}

@media (max-width: 980px) {

  .current .main_nav_link:link::before,
  .current .main_nav_link:visited::before {
    display: none;
  }
}

@media (max-width: 980px) {

  .main_nav_link:link::after,
  .main_nav_link:visited::after {
    position: absolute;
    top: 50%;
    right: 24rem;
    display: block;
    width: 0.4em;
    height: 0.4em;
    content: "";
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: 1rem solid;
    border-top: 0;
    border-left: 0;
  }
}

.main_nav_button {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  font-size: 24rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main_nav_button::after {
  display: block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 12rem;
  content: "";
  -webkit-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
  border: 4rem solid;
  border-top: 0;
  border-left: 0;
}

.is-open .main_nav_button::after {
  -webkit-transform: translateY(30%) rotate(-135deg);
  transform: translateY(30%) rotate(-135deg);
}

@media (min-width: 0) and (max-width: 660px) {
  .header-compact__logo img {
    width: 180px;
  }
}

.wrapper {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .wrapper {
    width: 94%;
  }
}

.wrapper-large {
  width: 83%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

body.overflow_auto {
  overflow: auto;
}

body.overflow_auto .header-compact,
body.overflow_auto .location-breads {
  opacity: 1 !important;
  visibility: visible !important;
}

body.viewing-page-2 .header-compact,
body.viewing-page-3 .header-compact,
body.viewing-page-4 .header-compact,
body.viewing-page-5 .header-compact,
body.viewing-page-6 .header-compact,
/* body.viewing-page-7 .header-compact,
body.viewing-page-8 .header-compact,
body.viewing-page-9 .header-compact,
body.viewing-page-10 .header-compact,
body.viewing-page-11 .header-compact,
body.viewing-page-12 .header-compact,
body.viewing-page-13 .header-compact,
body.viewing-page-14 .header-compact,
body.viewing-page-15 .header-compact,
body.viewing-page-16 .header-compact,
body.viewing-page-17 .header-compact,
body.viewing-page-18 .header-compact, */
body.viewing-page-19 .header-compact,
body.viewing-page-20 .header-compact,
body.viewing-page-21 .header-compact,
body.viewing-page-22 .header-compact,
body.viewing-page-23 .header-compact,
body.viewing-page-24 .header-compact,
body.viewing-page-2 .location-breads,
body.viewing-page-3 .location-breads,
body.viewing-page-4 .location-breads,
body.viewing-page-5 .location-breads,
body.viewing-page-6 .location-breads,
body.viewing-page-7 .location-breads,
body.viewing-page-8 .location-breads,
body.viewing-page-9 .location-breads,
body.viewing-page-10 .location-breads,
body.viewing-page-11 .location-breads,
body.viewing-page-12 .location-breads,
body.viewing-page-13 .location-breads,
body.viewing-page-14 .location-breads,
body.viewing-page-15 .location-breads,
body.viewing-page-16 .location-breads,
body.viewing-page-17 .location-breads,
body.viewing-page-18 .location-breads,
body.viewing-page-19 .location-breads,
body.viewing-page-20 .location-breads,
body.viewing-page-21 .location-breads,
body.viewing-page-22 .location-breads,
body.viewing-page-23 .location-breads,
body.viewing-page-24 .location-breads {
  z-index: 10;
  visibility: hidden;
  transition: 0.6s;
  opacity: 0;
}

body.viewing-page-1 .header-compact {
  z-index: 10;
  transition: none;
}

body.viewing-page-7 .header-compact,
body.viewing-page-8 .header-compact,
body.viewing-page-9 .header-compact,
body.viewing-page-10 .header-compact,
body.viewing-page-11 .header-compact,
body.viewing-page-12 .header-compact,
body.viewing-page-13 .header-compact,
body.viewing-page-14 .header-compact,
body.viewing-page-15 .header-compact,
body.viewing-page-16 .header-compact,
body.viewing-page-17 .header-compact,
body.viewing-page-18 .header-compact {
  z-index: 10;
  transition: none;
}

.top_scroll {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
}

body.overflow_auto .top_scroll {
  position: static;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.top_scroll_gimmick {
  overflow: auto;
  height: 100vh;
  height: 100dvh;
  scroll-snap-type: y mandatory;
}

.top_scroll_gimmick_block {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-top: 0;
  pointer-events: none;
  opacity: 0.5;
  background-color: red;
  scroll-snap-align: start;
}

.top_scroll_gimmick_block:nth-of-type(odd) {
  background-color: white;
}

.top_scroll_anime {
  position: relative;
  z-index: 10000;
  z-index: -1;
  height: 100vh;
  margin-bottom: 50vh;
  opacity: 0.3;
  opacity: 0;
}

.top_scroll_anime_01 {
  background-color: red;
}

.top_scroll_anime_02 {
  background-color: blueviolet;
}

.top_scroll_anime_03 {
  background-color: yellow;
}

.top_scroll_anime_03-2 {
  background-color: orange;
}

.top_scroll_anime_04 {
  background-color: blue;
}

.top_scroll_anime_04-2 {
  background-color: skyblue;
}

.top_scroll_anime_05 {
  background-color: green;
}

.top_scroll_anime_05-2 {
  background-color: greenyellow;
}

.top_scroll_anime_box {
  background-color: red;
}

.top_scroll_anime_box-2 {
  background-color: orange;
}

.top_scroll_box {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  opacity: 0;
}

.top_scroll_box.is-show {
  visibility: visible;
  opacity: 1;
}

.top_scroll_title {
  position: relative;
  height: 102%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 980px) {
  .top_scroll_title {
    width: 102%;
    height: 102%;
  }
}

.top_scroll_title span {
  position: absolute;
  top: 100rem;
  left: 50%;
  display: block;
  font-size: clamp(40px, 90rem, 10vh);
  font-weight: 700;
  line-height: 1.3877551;
  transition: 0.3s;
  -webkit-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  letter-spacing: 0.05em;
  opacity: 0;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .top_scroll_title span {
    width: 94%;
  }
}

@media (max-width: 980px) {
  .top_scroll_title span {
    top: 120rem;
    left: 50rem;
    font-size: 87rem;
    font-weight: 600;
    -webkit-transform: translateY(-100%) translateX(0);
    transform: translateY(-100%) translateX(0);
  }
}

.is-full .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  .is-full .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.top_scroll_text {
  font-size: 32rem;
  font-size: clamp(16px, 30rem, 3.2vh);
  font-weight: 700;
  line-height: 1.6;
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .top_scroll_text {
    font-weight: 600;
  }
}

@media (max-width: 980px) {
  .top_scroll_text {
    width: 94%;
  }
}

.top_scroll_text+.top_scroll_text {
  margin-top: 2em;
}

.top_scroll_03 .top_scroll_text {
  font-size: 42rem;
  font-size: clamp(20px, 42rem, 7vh);
  line-height: 2;
}

.top_scroll_link_inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .top_scroll_link_inner {
    width: 94%;
  }
}

.top_scroll_link_inner::before {
  position: absolute;
  right: 0;
  bottom: 0rem;
  display: block;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 1.25em;
  font-size: 18rem;
  font-weight: 700;
  content: "詳しく見る";
  color: #dc1e37;
}

@media (max-width: 980px) {
  .top_scroll_link_inner::before {
    right: 0rem;
    bottom: -60rem;
    font-size: 24rem;
    font-weight: 600;
  }
}

.top_scroll_link_inner::after {
  position: absolute;
  right: 0;
  bottom: 0rem;
  display: block;
  width: 9rem;
  height: 9rem;
  content: "";
  -webkit-transform: translateY(-100%) rotate(-45deg);
  transform: translateY(-100%) rotate(-45deg);
  color: #dc1e37;
  border: 2rem solid;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 980px) {
  .top_scroll_link_inner::after {
    bottom: -60rem;
    width: 14rem;
    height: 14rem;
    border: 4rem solid;
    border-top: 0;
    border-left: 0;
  }
}

.top_scroll_link,
.top_scroll_link:visited {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 40rem 0 49rem;
  font-size: 32rem;
  line-height: 1.6;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background-color: #fff;
}

@media (max-width: 980px) {

  .top_scroll_link,
  .top_scroll_link:visited {
    width: 100%;
    padding: 64rem;
    padding-bottom: 94rem;
  }
}

.is-full .top_scroll_link,
.is-full .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_link .top_scroll_text,
.top_scroll_link:visited .top_scroll_text {
  position: relative;
  width: 816rem;
  margin: 0;
  text-decoration: none;
  color: #000;
}

@media (max-width: 980px) {

  .top_scroll_link .top_scroll_text,
  .top_scroll_link:visited .top_scroll_text {
    width: 100%;
    font-size: 42rem;
  }
}

.top_scroll_more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-right: 1.25em;
  font-size: 18rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .top_scroll_more {
    right: 64rem;
    bottom: 64rem;
    font-size: 24rem;
    font-weight: 600;
  }
}

.top_scroll_more::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border: 2rem solid;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 980px) {
  .top_scroll_more::after {
    border: 4rem solid;
    border-top: 0;
    border-left: 0;
  }
}

.top_scroll_00_video {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transition: 0.6s;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.viewing-page-1 .top_scroll_00_video,
body.viewing-page-2 .top_scroll_00_video,
body.viewing-page-3 .top_scroll_00_video,
body.viewing-page-4 .top_scroll_00_video,
body.viewing-page-5 .top_scroll_00_video {
  visibility: visible;
  opacity: 1;
}

.top_scroll_01 {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  opacity: 0;
}

body.viewing-page-2 .top_scroll_01,
body.viewing-page-3 .top_scroll_01,
body.viewing-page-4 .top_scroll_01,
body.viewing-page-5 .top_scroll_01,
body.viewing-page-6 .top_scroll_01 {
  visibility: visible;
  opacity: 1;
}

.top_scroll_01_logo {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 142rem;
  transition: 0.6s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media (max-width: 980px) {
  .top_scroll_01_logo {
    width: 200rem;
  }
}

.top_scroll_01_logo_image {
  width: 100%;
}

body.viewing-page-2 .top_scroll_01_logo {
  visibility: visible;
  opacity: 1;
}

.top_scroll_01_rice {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 353rem;
  max-width: none;
  transition: 0.6s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
  .top_scroll_01_rice {
    width: 500rem;
  }
}

body.viewing-page-3 .top_scroll_01_rice,
body.viewing-page-4 .top_scroll_01_rice {
  width: 593rem;
}

@media (max-width: 980px) {

  body.viewing-page-3 .top_scroll_01_rice,
  body.viewing-page-4 .top_scroll_01_rice {
    width: 824rem;
  }
}

body.viewing-page-5 .top_scroll_01_rice,
body.viewing-page-6 .top_scroll_01_rice,
body.viewing-page-7 .top_scroll_01_rice {
  width: 200vw;
  max-width: none;
}

.top_scroll_02 {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.top_scroll_02 .top_scroll_text {
  font-size: 50rem;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 980px) {
  .top_scroll_02 .top_scroll_text {
    font-size: 60rem;
  }
}

body.viewing-page-4 .top_scroll_02 {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

body.viewing-page-5 .top_scroll_02 {
  visibility: hidden;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.top_scroll_03 {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
  padding: 0 50rem;
  transition: 0.6s;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  background-color: #fff;
}

.top_scroll_03 .top_scroll_text {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .top_scroll_03 .top_scroll_text {
    font-size: 42rem;
  }
}

body.viewing-page-6 .top_scroll_03 {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

body.viewing-page-7 .top_scroll_03 {
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(2);
  transform: translateX(-50%) scale(2);
  opacity: 0;
}

.top_scroll_04 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_04.jpg);
}

@media (max-width: 980px) {
  .top_scroll_04 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_04-sp.jpg);
  }
}

body.viewing-page-7 .top_scroll_04 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-8 .top_scroll_04 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-8 .top_scroll_04 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-8 .top_scroll_04 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-8 .top_scroll_04 .top_scroll_link,
body.viewing-page-8 .top_scroll_04 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_05 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_05.jpg);
}

@media (max-width: 980px) {
  .top_scroll_05 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_05-sp.jpg);
  }
}

body.viewing-page-9 .top_scroll_05 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-10 .top_scroll_05 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-10 .top_scroll_05 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-10 .top_scroll_05 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-10 .top_scroll_05 .top_scroll_link,
body.viewing-page-10 .top_scroll_05 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_06 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_06.jpg);
}

@media (max-width: 980px) {
  .top_scroll_06 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_06-sp.jpg);
  }
}

body.viewing-page-11 .top_scroll_06 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-12 .top_scroll_06 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-12 .top_scroll_06 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-12 .top_scroll_06 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-12 .top_scroll_06 .top_scroll_link,
body.viewing-page-12 .top_scroll_06 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_07 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_07.jpg);
}

@media (max-width: 980px) {
  .top_scroll_07 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_07-sp.jpg);
  }
}

body.viewing-page-13 .top_scroll_07 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-14 .top_scroll_07 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-14 .top_scroll_07 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-14 .top_scroll_07 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-14 .top_scroll_07 .top_scroll_link,
body.viewing-page-14 .top_scroll_07 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_08 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_08.jpg);
}

@media (max-width: 980px) {
  .top_scroll_08 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_08-sp.jpg);
  }
}

body.viewing-page-15 .top_scroll_08 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-16 .top_scroll_08 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-16 .top_scroll_08 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-16 .top_scroll_08 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-16 .top_scroll_08 .top_scroll_link,
body.viewing-page-16 .top_scroll_08 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_scroll_09 .top_scroll_title {
  background-image: url(/jp/komegallery/assets/img/page/top_scroll_09.jpg);
}

@media (max-width: 980px) {
  .top_scroll_09 .top_scroll_title {
    background-image: url(/jp/komegallery/assets/img/page/top_scroll_09-sp.jpg);
  }
}

body.viewing-page-17 .top_scroll_09 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-18 .top_scroll_09 {
  visibility: visible;
  opacity: 1;
}

body.viewing-page-18 .top_scroll_09 .top_scroll_title span {
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (max-width: 980px) {
  body.viewing-page-18 .top_scroll_09 .top_scroll_title span {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.viewing-page-18 .top_scroll_09 .top_scroll_link,
body.viewing-page-18 .top_scroll_09 .top_scroll_link:visited {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.top_info,
.top_sns,
.top_footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.top_info {
  position: relative;
  visibility: hidden;
  padding-top: 120rem;
  padding-bottom: 80rem;
  transition: 0.6s;
  opacity: 0;
}

@media (max-width: 980px) {
  .top_info {
    padding-top: 160rem;
    padding-bottom: 160rem;
  }
}

body.overflow_auto .top_info {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.top_info::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: 536rem;
  content: "";
  background-color: #dc1e37;
}

@media (max-width: 980px) {
  .top_info::before {
    height: 688rem;
  }
}

.top_info .wrapper {
  position: relative;
  z-index: 1;
}

.top_info_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 50rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 980px) {
  .top_info_title {
    font-size: 60rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
  }

  .top_info_title::before,
  .top_info_title::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }

  .top_info_title::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }

  .top_info_title::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}

.top_info_title span {
  font-size: 32rem;
}

@media (max-width: 980px) {
  .top_info_title span {
    display: block;
    margin-bottom: 30rem;
    font-size: 44rem;
  }
}

.top_info_image {
  margin-top: 34rem;
  border-radius: 6rem;
}

@media (max-width: 980px) {
  .top_info_image {
    margin-top: 66rem;
    border-radius: 12rem;
  }
}

.top_info .inner {
  max-width: 720px;
  margin: auto;
  margin-top: 40rem;
}

@media (max-width: 980px) {
  .top_info .inner {
    max-width: 622rem;
    margin-top: 80rem;
  }
}

.top_info_subtitle {
  margin-bottom: 20rem;
  font-size: 24rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .top_info_subtitle {
    font-size: 36rem;
    font-weight: 600;
  }
}

.top_info_data {
  margin-top: 10rem;
  border: 2rem solid #707070;
  border-right: 0;
  border-left: 0;
}

@media (max-width: 980px) {
  .top_info_data {
    margin-top: 34rem;
    border: 4rem solid #707070;
    border-right: 0;
    border-left: 0;
  }
}

.top_info_data dl {
  display: flex;
  padding: 1em 0;
  font-size: 16rem;
  line-height: 2;
}

@media (max-width: 980px) {
  .top_info_data dl {
    font-size: 28rem;
  }
}

.top_info_data dl+dl {
  background-image: linear-gradient(to right, #707070, #707070 1rem, transparent 1rem, transparent 8rem);
  background-repeat: repeat-x;
  background-size: 4rem 1rem;
}

@media (max-width: 980px) {
  .top_info_data dl+dl {
    background-size: 8rem 2rem;
  }
}

.top_info_data dt {
  width: 110rem;
  padding-left: 0.5em;
}

@media (max-width: 980px) {
  .top_info_data dt {
    width: 170rem;
  }
}

.top_info_data dd {
  width: calc(100% - 170rem);
}

.top_info_button {
  margin-top: 40rem;
}

@media (max-width: 980px) {
  .top_info_button {
    margin-top: 80rem;
  }
}

.top_sns {
  padding-bottom: 56rem;
}

@media (max-width: 980px) {
  .top_sns {
    padding-bottom: 112rem;
  }
}

@media (max-width: 980px) {
  .top_sns .wrapper {
    width: calc(100% - 72rem);
    margin-right: 0;
    margin-left: auto;
  }
}

.top_sns_container {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 28rem);
  margin-left: -14rem;
  padding-bottom: 22rem;
}

@media (max-width: 980px) {
  .top_sns_container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 56rem;
  }
}

.top_sns_box {
  width: 224rem;
  height: 224rem;
}

@media (max-width: 980px) {
  .top_sns_box {
    width: 392rem;
    height: 392rem;
    margin-right: 40rem;
  }
}

.top_sns_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 14rem;
}

@media (max-width: 980px) {
  .top_sns_link {
    padding: 0;
  }
}

.top_sns_image {
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_sns_instagram {
  margin-top: 16rem;
}

@media (max-width: 980px) {
  .top_sns_instagram {
    margin-top: 26rem;
  }
}

.top_sns_instagram_link {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 8rem;
}

@media (max-width: 980px) {
  .top_sns_instagram_link {
    width: 100%;
    gap: 32rem;
  }
}

.top_sns_instagram_image {
  width: 50rem;
}

@media (max-width: 980px) {
  .top_sns_instagram_image {
    width: 124rem;
  }
}

.top_sns_instagram_text {
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 980px) {
  .top_sns_instagram_text {
    font-size: 24rem;
  }
}

.top_sns_other {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
  gap: 30rem;
}

@media (max-width: 980px) {
  .top_sns_other {
    position: relative;
    left: -36rem;
    margin-top: 80rem;
    gap: 60rem;
  }
}

.top_footer {
  padding-bottom: 80rem;
  background-color: #fff;
}

@media (max-width: 980px) {
  .top_footer {
    padding-bottom: 208rem;
  }
}

.top_footer_banner {
  display: flex;
  justify-content: center;
  padding-bottom: 56rem;
  gap: 30rem;
}

@media (max-width: 980px) {
  .top_footer_banner {
    flex-direction: column;
    width: 622rem;
    margin: auto;
    padding-bottom: 112rem;
    gap: 64rem;
  }
}

.top_footer_banner_image {
  width: 100%;
}

.movie-area {
  pointer-events: none;
}

.youtube-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.youtube-wrapper #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .recipe_mv_top {
    margin-top: 15rem;
  }
}

@media (max-width: 768px) {
  .recipe_index_mv {
    margin-top: 120rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.recipe_index_text {
  margin: 80rem auto;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .recipe_index_text {
    margin: 96rem auto 100rem;
    font-size: 36rem;
  }
}

.recipe_archive_container {
  display: grid;
  flex-wrap: wrap;
  margin-bottom: 160rem;
  gap: 48rem 40rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .recipe_archive_container {
    margin-bottom: 200rem;
    row-gap: 56rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.recipe_archive_box a:link,
.recipe_archive_box a:visited {
  color: inherit;
}

.recipe_archive_title {
  margin-top: 20rem;
  font-size: 20rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .recipe_archive_title {
    font-size: 28rem;
  }
}

.recipe_archive_title span {
  font-size: 16rem;
}

@media (max-width: 768px) {
  .recipe_archive_title span {
    display: block;
    margin-top: -0.25em;
    font-size: 24rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.recipe_subpage_mv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #e3f5ff;
}

@media (max-width: 980px) {
  .recipe_subpage_mv {
    margin-top: 0;
  }
}

.recipe_detail_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 680rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70rem;
  padding-bottom: 118rem;
}

@media (max-width: 768px) {
  .recipe_detail_wrapper {
    max-width: 640rem;
    padding-bottom: 82rem;
  }
}

.recipe_detail_flag {
  max-width: clamp(50rem, 2vw, 60rem);
}

@media (max-width: 768px) {
  .recipe_detail_flag {
    max-width: clamp(110rem, 2vw, 120rem);
  }
}

.recipe_detail_country {
  margin-top: 24rem;
  font-size: 17rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .recipe_detail_country {
    font-size: 34rem;
  }
}

.recipe_detail_title {
  display: block;
  margin-bottom: 30rem;
  font-size: 30rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .recipe_detail_title {
    margin-bottom: 50rem;
    font-size: 60rem;
  }
}

.recipe_detail_img {
  margin-bottom: 61rem;
}

@media (max-width: 768px) {
  .recipe_detail_img {
    margin-right: calc(50% - 50vw);
    margin-bottom: 96rem;
    margin-left: calc(50% - 50vw);
  }
}

.recipe_detail_text {
  margin-bottom: 102rem;
  font-size: 16rem;
}

@media (max-width: 768px) {
  .recipe_detail_text {
    margin-bottom: 104rem;
    font-size: 32rem;
    text-align: justify;
  }
}

.recipe_detail_movie {
  width: 100%;
  max-width: 680rem;
  margin: auto;
  aspect-ratio: 340/191;
}

@media (max-width: 768px) {
  .recipe_detail_movie {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
  }
}

.recipe_detail_movie iframe {
  width: 100%;
  height: 100%;
}

.cooking_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 90rem;
}

@media (max-width: 768px) {
  .cooking_wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80rem;
    gap: 90rem;
  }
}

.cooking_title {
  display: flex;
  align-items: baseline;
  margin-bottom: 19rem;
  font-size: 20rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cooking_title {
    font-size: 36rem;
  }
}

.cooking_title span {
  font-size: 16rem;
}

@media (max-width: 768px) {
  .cooking_title span {
    font-size: 28rem;
  }
}

.cooking_title_column {
  flex-direction: column;
}

.cooking_material {
  width: 418rem;
}

@media (max-width: 768px) {
  .cooking_material {
    width: 100%;
  }
}

.cooking_material_lists {
  display: flex;
  justify-content: space-between;
  padding: 9rem 9rem 9rem 5rem;
  font-size: 16rem;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 768px) {
  .cooking_material_lists {
    font-size: 28rem;
  }
}

.cooking_material_lists dt {
  font-weight: 400;
}

.cooking_material_subtitle {
  margin-top: 50rem;
  margin-bottom: 6rem;
  font-size: 16rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cooking_material_subtitle {
    font-size: 28rem;
  }
}

.cooking_howto {
  width: 438rem;
}

@media (max-width: 768px) {
  .cooking_howto {
    width: 100%;
  }
}

.cooking_howto_lists {
  counter-reset: num;
  text-align: justify;
}

.cooking_howto_lists li {
  position: relative;
  display: flex;
  padding-left: 37rem;
  font-size: 16rem;
}

@media (max-width: 768px) {
  .cooking_howto_lists li {
    padding-left: 74rem;
    font-size: 30rem;
  }
}

.cooking_howto_lists li::before {
  position: absolute;
  top: 4rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 25rem;
  font-size: 14rem;
  content: "";
  content: counter(num);
  counter-increment: num;
  color: #fff;
  border: #a8a8a8 1px solid;
  border-radius: 50%;
  background: #a8a8a8;
}

@media (max-width: 768px) {
  .cooking_howto_lists li::before {
    top: 4.5rem;
    width: 50rem;
    height: 50rem;
    font-size: 28rem;
  }
}

.cooking_howto_lists li:not(:last-of-type) {
  margin-bottom: 28rem;
}

.button_area_recipe {
  margin-bottom: 160rem;
}

@media (max-width: 768px) {
  .button_area_recipe {
    margin-bottom: 198rem;
  }
}

.recipe_button {
  max-width: 275rem;
}

@media (max-width: 980px) {
  .recipe_button {
    max-width: 550rem;
  }
}

.recipe_button:link,
.recipe_button:visited {
  max-width: 275rem;
}

@media (max-width: 980px) {

  .recipe_button:link,
  .recipe_button:visited {
    max-width: 550rem;
  }
}

.header-compact,
.location-breads {
  position: relative;
  z-index: 1;
}

.location-breads {
  font-size: 14rem;
}

@media (min-width: 980px) {
  .pc_none {
    display: none;
  }
}

@media (max-width: 980px) {
  .sp_none {
    display: none;
  }
}

.slick-dots {
  bottom: 0;
  display: flex !important;
  width: calc(100% - 28rem);
  margin-left: 14rem;
}

@media (max-width: 980px) {
  .slick-dots {
    width: 100%;
    margin-left: 0;
  }
}

.slick-dots li {
  flex: 1;
  width: 100%;
  height: 4rem;
  margin: 0;
  border-radius: 0;
}

@media (max-width: 980px) {
  .slick-dots li {
    height: 8rem;
  }
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: 0.2s;
  background-color: #ededed;
}

.slick-dots li button::before {
  display: none;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 14rem;
  content: "";
  color: #dc1e37;
  border: 2rem solid;
  border-top: 0;
  border-left: 0;
}

.slick-prev {
  top: auto;
  right: 71rem;
  bottom: -33rem;
  left: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slick-prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-next {
  top: auto;
  right: 14rem;
  bottom: -33rem;
  left: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slick-next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}


/* news */
body.viewing-page-2 .news,
body.viewing-page-3 .news,
body.viewing-page-4 .news,
body.viewing-page-5 .news,
body.viewing-page-6 .news,
body.viewing-page-7 .news,
body.viewing-page-8 .news,
body.viewing-page-9 .news,
body.viewing-page-10 .news,
body.viewing-page-11 .news,
body.viewing-page-12 .news,
body.viewing-page-13 .news,
body.viewing-page-14 .news,
body.viewing-page-15 .news,
body.viewing-page-16 .news,
body.viewing-page-17 .news,
body.viewing-page-18 .news,
body.viewing-page-19 .news,
body.viewing-page-20 .news,
body.viewing-page-21 .news,
body.viewing-page-22 .news,
body.viewing-page-23 .news,
body.viewing-page-24 .news {
  z-index: 10;
  visibility: hidden;
  transition: 0.6s;
  opacity: 0;
}

.news {
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, .3s visibility;
  pointer-events: none;
  z-index: -999;
}

.news.active {
  position: absolute;
  z-index: 6;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 834px;
  width: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.news .cmn-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-sizing: border-box;
}

.news .cmn-inner .list-news-01 {
  margin-bottom: 0 !important;
  width: auto;
}

.news .cmn-inner .list-news-01 li {
  border: none;
}

.news .cmn-inner .list-news-01 li a {
  padding: 8px 20px 8px 16px;
}

.news .cmn-inner .list-news-01 li a:hover {
  background: transparent;
}

.news .cmn-inner .list-news-01 li a .content {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.news .cmn-inner .list-news-01 li a .content:before {
  content: none;
}

.news .cmn-inner .list-news-01 li a .content:after {
  content: none;
}

.news .cmn-inner .list-news-01 li a .content .date {
  float: none;
  width: auto;
  margin-right: 0;
  color: #999999;
  font-size: 12px;
  line-height: 1;
  margin-right: 8px;
  flex-shrink: 0;
}

.news .cmn-inner .list-news-01 li a .content .date:after {
  content: none;
}

.news .cmn-inner .list-news-01 li a .content .date+span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 730px;
  letter-spacing: 0.56px;
}

.news .cmn-inner .list-news-01 li .icon.category-01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .news.active {
    width: 94.5%;
  }

  .news .cmn-inner {
    width: 100%;
  }

  .news .cmn-inner .list-news-01 {
    width: 100%;
  }

  .news .cmn-inner .list-news-01 li {
    border: none;
  }

  .news .cmn-inner .list-news-01 li a {
    padding: 8px 16px 8px 16px;
  }

  .news .cmn-inner .list-news-01 li a:hover {
    background: transparent;
  }

  .news .cmn-inner .list-news-01 li a .content {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    width: auto;
  }

  .news .cmn-inner .list-news-01 li a .content:before {
    content: none;
  }

  .news .cmn-inner .list-news-01 li a .content:after {
    content: none;
  }

  .news .cmn-inner .list-news-01 li a .content .date {
    margin-top: 4px;
    margin-right: 0;
    width: 100%;

  }

  .news .cmn-inner .list-news-01 li a .content .date:after {
    content: none;
  }

  .news .cmn-inner .list-news-01 li a .content .date+span {
    display: -webkit-box;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 100%;
  }

  .news .cmn-inner .list-news-01 li .icon.category-01 {
    display: none;
  }
}
