@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, svg, path, g, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, option {
  vertical-align: middle;
  -webkit-appearance: none;
}

img, svg, video {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

/*
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}*/
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button, input[type=button], input[type=submit] {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
video,
figure,
picture,
small,
:after,
:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
main,
nav,
div,
section,
article,
aside,
input,
submit,
button,
option,
select,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
a,
span,
time,
img,
table,
tr,
th,
td,
dl,
dt,
dd,
i,
video,
figure,
picture,
small,
:after,
:before,
svg {
  position: relative;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #aaa;
}

a:hover {
  outline: none;
}

* {
  outline: none !important;
}

canvas {
  vertical-align: bottom;
}

svg, path, g {
  transform: translateZ(0);
  perspective: 1000;
  display: flex;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.icon {
  line-height: 1;
}

ul, ol, p {
  margin: 0;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* :a
---------------------------------------------------- */
a {
  color: #1A1311;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}

.pc ::selection, .pc ::-moz-selection {
  background: #E83820;
  color: #fff;
}

/* :base
---------------------------------------------------- */
html {
  scroll-behavior: auto;
}

.loading {
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 4001;
}
.loading.is-first {
  z-index: 9000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  width: 100px;
  height: 1px;
  background: #E83820;
  z-index: 9999;
  animation: loading 0.5s infinite;
}

.ajax-loading {
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #f00;
  z-index: 9999;
}

.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  width: 100px;
  height: 1px;
  background: #E83820;
  z-index: 9999;
  animation: loading 0.5s infinite;
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1A1311;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  background: #fff;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  word-break: break-word;
  scroll-behavior: auto;
}
body.no-scroll {
  overflow: hidden;
}

#container {
  width: 100%;
  overflow-x: clip;
  z-index: 10;
}

#main-content {
  text-align: left;
  width: 100%;
}

.svg-set {
  visibility: none;
  height: 0;
  width: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media screen and (max-width: 1365px) {
  body {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: calc(14 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-header__inner {
  background: url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center top, url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center bottom, #E83820;
  background-size: auto, auto, auto;
  height: 260px;
}
.l-header__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__logo a {
  display: flex;
}
.l-header__logo a img.p-logo-top {
  display: none;
}

.home .l-header__logo a img.c-logo-shared {
  display: none;
}
.home .l-header__logo a img.p-logo-top {
  display: block;
}

.search-btn {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 4010;
}
.search-btn a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 40px;
  border: 2px solid #E83820;
  width: 80px;
  padding: 20px 0 30px;
  background: #fff;
}
.search-btn a .jp-text {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0;
  display: inline-block;
}
.search-btn a .en-text {
  position: absolute;
  inset: 0 0 20px 0;
  margin: auto auto 0;
  color: #E83820;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 10px;
  font-weight: 700;
}

.drawer-btn {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E83820;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drawer-btn__fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4010;
}
.drawer-btn .icon-burger {
  display: block;
  position: absolute;
  inset: 20px 0 0 0;
  margin: 0 auto auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 8px;
}
.drawer-btn .icon-burger .line {
  position: absolute;
  height: 2px;
  width: 60px;
  background: #E83820;
  opacity: 0;
}
.drawer-btn .icon-burger .line:nth-of-type(1) {
  left: 50%;
  top: 50%;
  margin-top: -4px;
  transform: translate(-50%, -50%);
}
.drawer-btn .icon-burger .line:nth-of-type(2) {
  left: 50%;
  top: 50%;
  margin-top: 4px;
  transform: translate(-50%, -50%);
}
.drawer-btn .en-text {
  position: absolute;
  inset: 0 0 20px 0;
  margin: auto auto 0;
  color: #E83820;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 10px;
  font-weight: 700;
}
.drawer-btn.is-active .icon-burger .line:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  margin: 0;
}
.drawer-btn.is-active .icon-burger .line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
  margin: 0;
}

.drawer-menu {
  position: fixed;
  visibility: hidden;
  display: block;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 4000;
}
.drawer-menu.is-open {
  opacity: 1;
}
.drawer-menu.is-open .drawer-menu__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 100px 0 40px;
}
.drawer-menu.is-open .drawer-menu__main li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.drawer-menu.is-active {
  visibility: visible;
}
.drawer-menu__inner {
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 0;
  text-align: left;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #E83820;
  transition: width 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1), padding 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__inner > .row {
  align-items: center;
}
.drawer-menu__main {
  opacity: 1;
}
.drawer-menu__main ul {
  align-items: center;
}
.drawer-menu__main li {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0.3s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__main li a {
  padding: 15px;
  display: flex;
  flex-direction: column;
  color: #E83820;
}
.drawer-menu__main li a .jp-text {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #1A1311;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.drawer-menu__main li a .en-text {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
.pc .drawer-menu__main li a:hover .jp-text {
  color: #E83820;
}
.drawer-menu__main li a.current {
  color: #E83820;
  pointer-events: none;
}

@media screen and (max-width: 1365px) {
  .l-header__inner {
    height: calc(260 / 1366 * 100vw);
    background-size: auto calc(30 / 1366 * 100vw), auto calc(30 / 1366 * 100vw), auto;
  }
  .l-header__logo a {
    height: calc(140 / 1366 * 100vw);
    width: auto;
  }
  .search-btn {
    right: calc(20 / 1366 * 100vw);
    bottom: calc(120 / 1366 * 100vw);
  }
  .search-btn a {
    border-radius: calc(40 / 1366 * 100vw);
    width: calc(80 / 1366 * 100vw);
    padding: calc(20 / 1366 * 100vw) 0 calc(30 / 1366 * 100vw);
  }
  .search-btn a .line-wave img {
    width: calc(40 / 1366 * 100vw);
  }
  .search-btn a .jp-text {
    font-size: calc(14 / 1366 * 100vw);
    margin: calc(8 / 1366 * 100vw) 0;
  }
  .search-btn a .en-text {
    inset: 0 0 calc(20 / 1366 * 100vw) 0;
    font-size: calc(10 / 1366 * 100vw);
  }
  .drawer-btn {
    height: calc(80 / 1366 * 100vw);
    width: calc(80 / 1366 * 100vw);
  }
  .drawer-btn__fixed {
    right: calc(20 / 1366 * 100vw);
    bottom: calc(20 / 1366 * 100vw);
  }
  .drawer-btn .icon-burger {
    inset: calc(20 / 1366 * 100vw) 0 0 0;
    margin-bottom: calc(8 / 1366 * 100vw);
  }
  .drawer-btn .icon-burger .line-wave img {
    width: calc(40 / 1366 * 100vw);
  }
  .drawer-btn .icon-burger .line {
    width: calc(60 / 1366 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(1) {
    margin-top: calc(-4 / 1366 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(2) {
    margin-top: calc(4 / 1366 * 100vw);
  }
  .drawer-btn .en-text {
    inset: 0 0 calc(20 / 1366 * 100vw) 0;
    font-size: calc(10 / 1366 * 100vw);
  }
  .drawer-menu {
    right: calc(20 / 1366 * 100vw);
    bottom: calc(20 / 1366 * 100vw);
  }
  .drawer-menu.is-open .drawer-menu__inner {
    padding: 0 calc(100 / 1366 * 100vw) 0 calc(40 / 1366 * 100vw);
  }
  .drawer-menu__inner {
    width: calc(80 / 1366 * 100vw);
    height: calc(80 / 1366 * 100vw);
    border-radius: calc(40 / 1366 * 100vw);
  }
  .drawer-menu__main li {
    transform: translate3d(0, calc(10 / 1366 * 100vw), 0);
  }
  .drawer-menu__main li a {
    padding: calc(15 / 1366 * 100vw);
  }
  .drawer-menu__main li a .jp-text {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  .drawer-menu__main li a .en-text {
    font-size: calc(10 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    height: calc(195 / 768 * 100vw);
    background-size: auto calc(22.5 / 768 * 100vw), auto calc(22.5 / 768 * 100vw), auto;
  }
  .l-header__logo a {
    height: calc(105 / 768 * 100vw);
  }
  .search-btn {
    right: calc(10 / 768 * 100vw);
    bottom: calc(75 / 768 * 100vw);
  }
  .search-btn a {
    border-radius: calc(30 / 768 * 100vw);
    width: calc(60 / 768 * 100vw);
    padding: calc(15 / 768 * 100vw) 0 calc(30 / 768 * 100vw);
  }
  .search-btn a .line-wave img {
    width: calc(30 / 768 * 100vw);
  }
  .search-btn a .jp-text {
    font-size: calc(12 / 768 * 100vw);
    margin: calc(6 / 768 * 100vw) 0;
  }
  .search-btn a .en-text {
    inset: 0 0 calc(20 / 768 * 100vw) 0;
    font-size: calc(10 / 768 * 100vw);
  }
  .drawer-btn {
    height: calc(60 / 768 * 100vw);
    width: calc(60 / 768 * 100vw);
  }
  .drawer-btn__fixed {
    right: calc(10 / 768 * 100vw);
    bottom: calc(10 / 768 * 100vw);
  }
  .drawer-btn .icon-burger {
    inset: calc(14 / 768 * 100vw) 0 0 0;
    margin-bottom: calc(8 / 768 * 100vw);
  }
  .drawer-btn .icon-burger .line-wave img {
    width: calc(30 / 768 * 100vw);
  }
  .drawer-btn .icon-burger .line {
    width: calc(45 / 768 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(1) {
    margin-top: calc(-3 / 768 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(2) {
    margin-top: calc(3 / 768 * 100vw);
  }
  .drawer-btn .en-text {
    inset: 0 0 calc(12 / 768 * 100vw) 0;
    font-size: calc(10 / 768 * 100vw);
  }
  .drawer-menu {
    right: calc(10 / 768 * 100vw);
    bottom: calc(10 / 768 * 100vw);
  }
  .drawer-menu.is-open .drawer-menu__inner {
    padding: 0 calc(75 / 768 * 100vw) 0 calc(30 / 768 * 100vw);
  }
  .drawer-menu__inner {
    width: calc(60 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    border-radius: calc(30 / 768 * 100vw);
  }
  .drawer-menu__main li {
    transform: translate3d(0, calc(7.5 / 768 * 100vw), 0);
  }
  .drawer-menu__main li a {
    padding: calc(12 / 768 * 100vw);
  }
  .drawer-menu__main li a .jp-text {
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .drawer-menu__main li a .en-text {
    font-size: calc(10 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: calc(195 / 375 * 100vw);
    background-size: auto calc(22.5 / 375 * 100vw), auto calc(22.5 / 375 * 100vw), auto;
  }
  .l-header__logo a {
    height: calc(105 / 375 * 100vw);
  }
  .search-btn {
    right: calc(10 / 375 * 100vw);
    bottom: calc(75 / 375 * 100vw);
  }
  .search-btn a {
    border-radius: calc(30 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .search-btn a .line-wave img {
    width: calc(30 / 375 * 100vw);
  }
  .search-btn a .jp-text {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(6 / 375 * 100vw) 0;
  }
  .search-btn a .en-text {
    inset: 0 0 calc(20 / 375 * 100vw) 0;
    font-size: calc(10 / 375 * 100vw);
  }
  .drawer-btn {
    height: calc(60 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
  .drawer-btn__fixed {
    right: calc(10 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
  }
  .drawer-btn .icon-burger {
    inset: calc(14 / 375 * 100vw) 0 0 0;
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .drawer-btn .icon-burger .line-wave img {
    width: calc(30 / 375 * 100vw);
  }
  .drawer-btn .icon-burger .line {
    width: calc(45 / 375 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(1) {
    margin-top: calc(-3 / 375 * 100vw);
  }
  .drawer-btn .icon-burger .line:nth-of-type(2) {
    margin-top: calc(3 / 375 * 100vw);
  }
  .drawer-btn .en-text {
    inset: 0 0 calc(12 / 375 * 100vw) 0;
    font-size: calc(10 / 375 * 100vw);
  }
  .drawer-menu {
    right: calc(10 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
  }
  .drawer-menu.is-open .drawer-menu__inner {
    padding: 0 calc(75 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .drawer-menu__inner {
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
  }
  .drawer-menu__main li {
    transform: translate3d(0, calc(7.5 / 375 * 100vw), 0);
  }
  .drawer-menu__main li a {
    padding: calc(12 / 375 * 100vw);
  }
  .drawer-menu__main li a .jp-text {
    margin-bottom: calc(7.5 / 375 * 100vw);
  }
  .drawer-menu__main li a .en-text {
    font-size: calc(10 / 375 * 100vw);
  }
}
.l-footer {
  padding-top: 80px;
}
.l-footer__nvcb {
  border-top: 2px solid #1A1311;
  border-bottom: 2px solid #1A1311;
  padding: 20px 0;
}
.l-footer__nvcb__catch {
  position: absolute;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  inset: -80px 0 0 0;
}
.l-footer__nvcb__catch .text {
  font-size: 24px;
  line-height: 1.8;
  color: #E83820;
  display: inline-flex;
  padding: 0 8px;
}
.l-footer__nvcb__catch .text:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
  background: #E83820;
  transform: rotate(-30deg);
  transform-origin: right bottom;
}
.l-footer__nvcb__catch .text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background: #E83820;
  transform: rotate(30deg);
  transform-origin: left bottom;
}
.l-footer__nvcb .swiper-container {
  width: 100%;
  overflow: hidden;
}
.l-footer__nvcb .swiper-wrapper {
  transition-timing-function: linear;
  padding-right: 10px;
}
.l-footer__nvcb .swiper-wrapper .swiper-slide {
  width: auto;
}
.l-footer__nvcb__banner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 140px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px;
  z-index: 10;
}
.l-footer__nvcb__banner > .row {
  align-items: center;
  justify-content: center;
}
.l-footer__nvcb__banner p {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}
.l-footer__nvcb__banner p .text {
  background: #E83820;
  color: #fff;
  display: inline-flex;
  padding: 0 0.25em;
  margin: 0 0.25em;
}
.l-footer__nvcb__banner figure {
  padding-left: 10px;
}
.l-footer__banner {
  background: #E1E1DA;
}
.l-footer__banner__inner {
  max-width: 1084px;
  padding: 80px;
  margin: auto;
}
.l-footer__banner ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.l-footer__bottom {
  background: #C21F09;
}
.l-footer__bottom .l-container {
  height: 80px;
}
.l-footer__bottom .l-container > .row {
  align-items: center;
  justify-content: center;
}
.l-footer__bottom .copyright .text {
  color: #fff;
}

.home .l-footer {
  background: #F6F6F2;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  bottom: 0;
  z-index: 2999;
  background: #1A1311;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
  visibility: hidden;
}
.overlay.is-active {
  visibility: visible;
}
.overlay.is-visible {
  opacity: 0.8;
}

#gt_float_wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
}

.gt_float_switcher {
  border-radius: 0 !important;
}

.gtranslate-lang {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
}
.gtranslate-lang select {
  height: 40px;
  border: none;
  padding: 0 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

@media screen and (max-width: 1365px) {
  .l-footer {
    padding-top: calc(80 / 1366 * 100vw);
  }
  .l-footer__nvcb {
    padding: calc(20 / 1366 * 100vw) 0;
  }
  .l-footer__nvcb__catch {
    inset: calc(-80 / 1366 * 100vw) 0 0 0;
  }
  .l-footer__nvcb__catch .text {
    font-size: calc(24 / 1366 * 100vw);
    padding: 0 calc(8 / 1366 * 100vw);
  }
  .l-footer__nvcb__catch .text:before {
    height: calc(40 / 1366 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper {
    padding-right: calc(10 / 1366 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide {
    width: calc(320 / 1366 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide img {
    width: auto;
    height: calc(180 / 1366 * 100vw);
  }
  .l-footer__nvcb__banner {
    height: calc(140 / 1366 * 100vw);
    padding: 0 calc(30 / 1366 * 100vw);
  }
  .l-footer__nvcb__banner p {
    font-size: calc(20 / 1366 * 100vw);
  }
  .l-footer__nvcb__banner figure {
    padding-left: calc(10 / 1366 * 100vw);
  }
  .l-footer__nvcb__banner figure img {
    height: calc(100 / 1366 * 100vw);
    width: auto;
  }
  .l-footer__banner__inner {
    max-width: calc(1084 / 1366 * 100vw);
    padding: calc(80 / 1366 * 100vw);
  }
  .l-footer__banner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(20 / 1366 * 100vw);
  }
  .l-footer__bottom .l-container {
    height: calc(80 / 1366 * 100vw);
  }
  #gt_float_wrapper {
    bottom: calc(20 / 1366 * 100vw) !important;
    left: calc(20 / 1366 * 100vw) !important;
  }
  .gt_float_switcher {
    font-size: calc(20 / 1366 * 100vw) !important;
    line-height: calc(20 / 1366 * 100vw) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(5 / 1366 * 100vw) calc(15 / 1366 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: calc(10 / 1366 * 100vw) calc(15 / 1366 * 100vw) !important;
  }
  .gt_float_switcher img {
    width: calc(33 / 1366 * 100vw) !important;
    margin: 0 calc(5 / 1366 * 100vw) 0 0 !important;
    border-radius: calc(3 / 1366 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: calc(2 / 1366 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: calc(24 / 1366 * 100vw) !important;
    width: calc(15 / 1366 * 100vw) !important;
    background-size: calc(11 / 1366 * 100vw) !important;
  }
  .gtranslate-lang {
    bottom: calc(20 / 1366 * 100vw) !important;
    left: calc(20 / 1366 * 100vw) !important;
  }
  .gtranslate-lang select {
    height: calc(40 / 1366 * 100vw);
    padding: 0 calc(15 / 1366 * 100vw);
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(5 / 1366 * 100vw) calc(15 / 1366 * 100vw);
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding-top: calc(60 / 768 * 100vw);
  }
  .l-footer__nvcb {
    padding: calc(15 / 768 * 100vw) 0;
  }
  .l-footer__nvcb__catch {
    inset: calc(-60 / 768 * 100vw) 0 0 0;
  }
  .l-footer__nvcb__catch .text {
    font-size: calc(18 / 768 * 100vw);
    padding: 0 calc(6 / 768 * 100vw);
  }
  .l-footer__nvcb__catch .text:before {
    height: calc(30 / 768 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper {
    padding-right: calc(7.5 / 768 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide img {
    width: auto;
    height: calc(180 / 768 * 100vw);
  }
  .l-footer__nvcb__banner {
    height: calc(105 / 768 * 100vw);
    padding: 0 calc(22.5 / 768 * 100vw);
  }
  .l-footer__nvcb__banner p {
    font-size: calc(15 / 768 * 100vw);
  }
  .l-footer__nvcb__banner figure {
    padding-left: calc(7.5 / 768 * 100vw);
  }
  .l-footer__nvcb__banner figure img {
    height: calc(75 / 768 * 100vw);
  }
  .l-footer__banner__inner {
    max-width: calc(1084 / 768 * 100vw);
    padding: calc(60 / 768 * 100vw);
  }
  .l-footer__banner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(15 / 768 * 100vw);
  }
  .l-footer__bottom .l-container {
    height: calc(60 / 768 * 100vw);
  }
  #gt_float_wrapper {
    bottom: calc(15 / 768 * 100vw) !important;
    left: calc(15 / 768 * 100vw) !important;
  }
  .gt_float_switcher {
    font-size: calc(15 / 768 * 100vw) !important;
    line-height: calc(20 / 768 * 100vw) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(5 / 768 * 100vw) calc(15 / 768 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: calc(7.5 / 768 * 100vw) calc(11.25 / 768 * 100vw) !important;
  }
  .gt_float_switcher img {
    width: calc(24.75 / 768 * 100vw) !important;
    margin: 0 calc(3.75 / 768 * 100vw) 0 0 !important;
    border-radius: calc(2.25 / 768 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: calc(2 / 768 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: calc(18 / 768 * 100vw) !important;
    width: calc(11.25 / 768 * 100vw) !important;
    background-size: calc(8.25 / 768 * 100vw) !important;
  }
  .gtranslate-lang {
    bottom: calc(15 / 768 * 100vw) !important;
    left: calc(15 / 768 * 100vw) !important;
  }
  .gtranslate-lang select {
    height: calc(30 / 768 * 100vw);
    padding: 0 calc(11.25 / 768 * 100vw);
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(3.75 / 768 * 100vw) calc(11.25 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: calc(50 / 375 * 100vw);
  }
  .l-footer__nvcb {
    padding: calc(15 / 375 * 100vw) 0;
  }
  .l-footer__nvcb__catch {
    inset: calc(-50 / 375 * 100vw) 0 0 0;
  }
  .l-footer__nvcb__catch .text {
    font-size: calc(15 / 375 * 100vw);
    padding: 0 calc(6 / 375 * 100vw);
  }
  .l-footer__nvcb__catch .text:before {
    height: calc(24 / 375 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper {
    padding-right: calc(7.5 / 375 * 100vw);
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .l-footer__nvcb .swiper-wrapper .swiper-slide img {
    width: auto;
    height: calc(180 / 375 * 100vw);
  }
  .l-footer__nvcb__banner {
    height: calc(160 / 375 * 100vw);
    padding: 0 calc(22.5 / 375 * 100vw);
  }
  .l-footer__nvcb__banner > .row {
    flex-direction: column;
  }
  .l-footer__nvcb__banner p {
    font-size: calc(13 / 375 * 100vw);
    text-align: center;
  }
  .l-footer__nvcb__banner figure {
    padding: calc(7.5 / 375 * 100vw) 0 0 0;
    margin-left: calc(-18 / 375 * 100vw);
  }
  .l-footer__nvcb__banner figure img {
    height: calc(60 / 375 * 100vw);
  }
  .l-footer__banner__inner {
    max-width: none;
    padding: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .l-footer__banner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 375 * 100vw);
  }
  .l-footer__bottom .l-container {
    height: calc(60 / 375 * 100vw);
  }
  #gt_float_wrapper {
    bottom: calc(15 / 375 * 100vw) !important;
    left: calc(15 / 375 * 100vw) !important;
  }
  .gt_float_switcher {
    font-size: calc(15 / 375 * 100vw) !important;
    line-height: calc(20 / 375 * 100vw) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(5 / 375 * 100vw) calc(15 / 375 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: calc(7.5 / 375 * 100vw) calc(11.25 / 375 * 100vw) !important;
  }
  .gt_float_switcher img {
    width: calc(24.75 / 375 * 100vw) !important;
    margin: 0 calc(3.75 / 375 * 100vw) 0 0 !important;
    border-radius: calc(2.25 / 375 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: calc(2 / 375 * 100vw) !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: calc(18 / 375 * 100vw) !important;
    width: calc(11.25 / 375 * 100vw) !important;
    background-size: calc(8.25 / 375 * 100vw) !important;
  }
  .gtranslate-lang {
    bottom: calc(15 / 375 * 100vw) !important;
    left: calc(15 / 375 * 100vw) !important;
  }
  .gtranslate-lang select {
    height: calc(30 / 375 * 100vw);
    padding: 0 calc(11.25 / 375 * 100vw);
    box-shadow: rgba(0, 0, 0, 0.15) 0 calc(3.75 / 375 * 100vw) calc(11.25 / 375 * 100vw);
  }
}
.p-page-title {
  margin-bottom: 80px;
}
.p-page-title h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-page-title h1 .icon {
  margin-bottom: 20px;
}
.p-page-title h1 .jp-text {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-page-title h1 .en-text {
  color: #E83820;
}

.main-section {
  padding: 160px 0;
  width: 100%;
}

.l-section {
  width: 100%;
}
.l-section + .l-section {
  margin-top: 120px;
}

.m-section {
  width: 100%;
}
.m-section + .m-section {
  margin-top: 80px;
}

.s-section {
  width: 100%;
}
.s-section + .s-section {
  margin-top: 60px;
}

.ss-section {
  width: 100%;
}
.ss-section + .ss-section {
  margin-top: 40px;
}

.gray-section {
  background: #F6F6F2;
}

.full-container {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.l-container {
  padding: 0 100px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.container {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  z-index: 2;
}

.s-container {
  margin: auto;
  max-width: 920px;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  z-index: 2;
}

.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}

.grid {
  display: grid;
}

.text {
  display: inline-block;
}

.en-text {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.kerning {
  letter-spacing: 0.025em;
}

.kerning-l {
  letter-spacing: 0.15em;
}

.kerning-0 {
  letter-spacing: 0;
}

.center-kerning {
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  margin-right: -0.025em;
}

.center-kerning-l {
  text-indent: 0.15em;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}

.center-kerning-0 {
  text-indent: 0;
  letter-spacing: 0;
}

.right-kerning {
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  margin-right: -0.025em;
}

.right-kerning-l {
  text-indent: 0.15em;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}

.right-kerning-0 {
  text-indent: 0;
  letter-spacing: 0;
  margin-right: 0;
}

.en-text {
  font-family: "Lato", sans-serif;
}

.main-section p, .main-section li {
  line-height: 2;
}

.main-section p + p {
  margin-top: 1.6em;
}

.mb1em {
  margin-bottom: 1.6em;
}

a.call {
  cursor: default;
}
a.call:hover {
  opacity: 1;
}

a.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #E83820;
  margin: 0 auto;
  box-shadow: 3px 3px 0 rgb(232, 56, 32);
  transition: background 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
}
a.default-btn .text {
  font-size: 20px;
  font-weight: 700;
  color: #E83820;
}
.pc a.default-btn:hover {
  background: #FCF3AA;
}

.cp-color {
  color: #E83820;
}

.accent-color {
  color: #00A0E9;
}

.red-color {
  color: #DC7688;
}

.ll-text {
  font-size: 24px;
}

.l-text {
  font-size: 20px;
}

.s-text {
  font-size: 14px;
}

.t-link {
  text-decoration: underline;
}
.t-link.t-link-pdf {
  padding-right: 30px;
}
.t-link.t-link-pdf .icon {
  position: absolute;
  top: -0.1em;
  right: 0;
}
.t-link.t-link-doc {
  padding-right: 30px;
}
.t-link.t-link-doc .icon {
  position: absolute;
  top: -0.1em;
  right: 0;
}

a.link {
  display: inline-flex;
  align-items: center;
}
a.link .icon {
  margin-right: 6px;
}

ul.default {
  line-height: 1.8;
  padding: 0;
}
ul.default li {
  padding-left: 1.5em;
}
ul.default li:before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
  background: #1A1311;
  border-radius: 50%;
}

ul.attent {
  padding: 0;
  margin: 0;
}
ul.attent li {
  padding-left: 1.5em;
  line-height: 2;
}
ul.attent li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  line-height: 2;
  text-align: left;
  display: inline-block;
}

ol.default {
  line-height: 2;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
ol.default li {
  padding-left: 1.5em;
}
ol.default li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 1em;
  border-radius: 50%;
  counter-increment: item;
  content: counter(item) ".";
}

.default-link {
  line-height: 2;
}
.default-link a {
  padding-left: 30px;
}
.default-link .icon {
  position: absolute;
  top: 0.05em;
  left: 0;
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.max {
  width: 100%;
  height: auto;
}

img.size-2 {
  width: 50%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

.svg-wrapper {
  width: 100%;
  display: block;
}

.svg-wrapper svg,
.svg-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc-img,
.pc-block {
  display: block;
}

.pc-in-block {
  display: inline-block;
}

.pc-none,
.sp-img {
  display: none;
}

img.img-border {
  border: 1px solid #1A1311;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  height: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

dl.table-list__dl {
  display: grid;
  grid-template-columns: 360px 1fr;
  padding: 30px 0;
  line-height: 2;
  border-bottom: 1px solid #A0A9AB;
}
dl.table-list__dl:nth-of-type(1) {
  border-top: 1px solid #A0A9AB;
}
dl.table-list__dl dt {
  padding-right: 40px;
  font-weight: 700;
}

.main-heading {
  margin-bottom: 80px;
}
.main-heading h2 {
  display: flex;
  flex-direction: column;
}
.main-heading h2 .jp-text {
  font-weight: 700;
  margin-bottom: 10px;
}
.main-heading h2 .jp-text.scroll-jp-text-visible {
  opacity: 0;
}
.main-heading h2 .en-text {
  font-size: 6rem;
  overflow: hidden;
}
.main-heading h2 .en-text .t {
  transform: translate(0, 100%);
  display: inline-block;
  letter-spacing: 0;
}

@media screen and (max-width: 1365px) {
  .p-page-title {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
  .p-page-title h1 .icon {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  .p-page-title h1 .icon img {
    height: calc(60 / 1366 * 100vw);
  }
  .p-page-title h1 .jp-text {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(5 / 1366 * 100vw);
  }
  .main-section {
    padding: calc(160 / 1366 * 100vw) 0;
  }
  .l-section + .l-section {
    margin-top: calc(120 / 1366 * 100vw);
  }
  .m-section + .m-section {
    margin-top: calc(80 / 1366 * 100vw);
  }
  .s-section + .s-section {
    margin-top: calc(60 / 1366 * 100vw);
  }
  .ss-section + .ss-section {
    margin-top: calc(40 / 1366 * 100vw);
  }
  .l-container {
    padding: 0 calc(100 / 1366 * 100vw);
  }
  .container {
    max-width: calc(1280 / 1366 * 100vw);
    padding: 0 calc(80 / 1366 * 100vw);
  }
  .s-container {
    max-width: calc(920 / 1366 * 100vw);
    padding: 0 calc(80 / 1366 * 100vw);
  }
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(100 / 1366 * 100vw), 1fr));
  }
  a.default-btn {
    width: calc(360 / 1366 * 100vw);
    height: calc(80 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 rgb(232, 56, 32);
  }
  a.default-btn .text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .ll-text {
    font-size: 2.4rem;
  }
  .l-text {
    font-size: 2rem;
  }
  .s-text {
    font-size: 1.4rem;
  }
  .t-link.t-link-pdf {
    padding-right: calc(30 / 1366 * 100vw);
  }
  .t-link.t-link-doc {
    padding-right: calc(30 / 1366 * 100vw);
  }
  a.link .icon {
    margin-right: calc(6 / 1366 * 100vw);
  }
  ul.default li:before {
    width: calc(4 / 1366 * 100vw);
    height: calc(4 / 1366 * 100vw);
    margin: calc(-2 / 1366 * 100vw) 0 0 0;
  }
  .default-link a {
    padding-left: calc(30 / 1366 * 100vw);
  }
  .mb10 {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  dl.table-list__dl {
    display: grid;
    grid-template-columns: 360px 1fr;
    padding: 30px 0;
    line-height: 2;
    border-bottom: 1px solid #A0A9AB;
  }
  dl.table-list__dl:nth-of-type(1) {
    border-top: 1px solid #A0A9AB;
  }
  dl.table-list__dl dt {
    padding-right: 40px;
    font-weight: 700;
  }
  .main-heading {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
  .main-heading h2 .jp-text {
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  .main-heading h2 .en-text {
    font-size: calc(60 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-page-title {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .p-page-title h1 .icon {
    margin-bottom: calc(15 / 768 * 100vw);
  }
  .p-page-title h1 .icon img {
    height: calc(45 / 768 * 100vw);
  }
  .p-page-title h1 .jp-text {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(3.75 / 768 * 100vw);
  }
  .main-section {
    padding: calc(120 / 768 * 100vw) 0;
  }
  .l-section + .l-section {
    margin-top: calc(90 / 768 * 100vw);
  }
  .m-section + .m-section {
    margin-top: calc(60 / 768 * 100vw);
  }
  .s-section + .s-section {
    margin-top: calc(45 / 768 * 100vw);
  }
  .ss-section + .ss-section {
    margin-top: calc(30 / 768 * 100vw);
  }
  .l-container {
    padding: 0 calc(60 / 768 * 100vw);
  }
  .container {
    max-width: calc(1280 / 768 * 100vw);
    padding: 0 calc(60 / 768 * 100vw);
  }
  .s-container {
    max-width: calc(920 / 768 * 100vw);
    padding: 0 calc(60 / 768 * 100vw);
  }
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(75 / 768 * 100vw), 1fr));
  }
  a.default-btn {
    width: calc(270 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    border-radius: calc(6 / 768 * 100vw);
    box-shadow: calc(2 / 768 * 100vw) calc(2 / 768 * 100vw) 0 rgb(232, 56, 32);
  }
  a.default-btn .text {
    font-size: calc(15 / 768 * 100vw);
  }
  .ll-text {
    font-size: calc(18 / 768 * 100vw);
  }
  .l-text {
    font-size: calc(15 / 768 * 100vw);
  }
  .s-text {
    font-size: calc(12 / 768 * 100vw);
  }
  .t-link.t-link-pdf {
    padding-right: calc(22.5 / 768 * 100vw);
  }
  .t-link.t-link-doc {
    padding-right: calc(22.5 / 768 * 100vw);
  }
  a.link .icon {
    margin-right: calc(4.5 / 768 * 100vw);
  }
  ul.default li:before {
    width: calc(3 / 768 * 100vw);
    height: calc(3 / 768 * 100vw);
    margin: calc(-1.5 / 768 * 100vw) 0 0 0;
  }
  .default-link a {
    padding-left: calc(22.5 / 768 * 100vw);
  }
  .mb10 {
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  dl.table-list__dl {
    grid-template-columns: calc(270 / 768 * 100vw) 1fr;
    padding: calc(22.5 / 768 * 100vw) 0;
  }
  dl.table-list__dl dt {
    padding-right: calc(30 / 768 * 100vw);
  }
  .main-heading {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .main-heading h2 .jp-text {
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .main-heading h2 .en-text {
    font-size: calc(45 / 768 * 100vw);
  }
  .tb-left {
    text-align: left;
  }
  .tb-center {
    text-align: center;
  }
  .tb-right {
    text-align: right;
  }
  .tb-in-block {
    display: inline-block;
  }
  .tb-img,
  .tb-block {
    display: block;
  }
  .tb-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-title {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .p-page-title h1 .icon {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-page-title h1 .icon img {
    height: calc(45 / 375 * 100vw);
  }
  .p-page-title h1 .jp-text {
    font-size: calc(27 / 375 * 100vw);
    margin-bottom: calc(3.75 / 375 * 100vw);
  }
  .main-section {
    padding: calc(90 / 375 * 100vw) 0;
  }
  .l-section + .l-section {
    margin-top: calc(90 / 375 * 100vw);
  }
  .m-section + .m-section {
    margin-top: calc(60 / 375 * 100vw);
  }
  .s-section + .s-section {
    margin-top: calc(45 / 375 * 100vw);
  }
  .ss-section + .ss-section {
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-container {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .container {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .s-container {
    padding: 0 calc(20 / 375 * 100vw);
  }
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(75 / 375 * 100vw), 1fr));
  }
  a.default-btn {
    width: calc(270 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    box-shadow: calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) 0 rgb(232, 56, 32);
  }
  a.default-btn .text {
    font-size: calc(15 / 375 * 100vw);
  }
  .ll-text {
    font-size: calc(18 / 375 * 100vw);
  }
  .l-text {
    font-size: calc(15 / 375 * 100vw);
  }
  .s-text {
    font-size: calc(12 / 375 * 100vw);
  }
  .t-link.t-link-pdf {
    padding-right: calc(22.5 / 375 * 100vw);
  }
  .t-link.t-link-doc {
    padding-right: calc(22.5 / 375 * 100vw);
  }
  a.link .icon {
    margin-right: calc(4.5 / 375 * 100vw);
  }
  ul.default li:before {
    width: calc(3 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
    margin: calc(-1.5 / 375 * 100vw) 0 0 0;
  }
  .default-link a {
    padding-left: calc(22.5 / 375 * 100vw);
  }
  .mb10 {
    margin-bottom: calc(7.5 / 375 * 100vw);
  }
  dl.table-list__dl {
    grid-template-columns: calc(270 / 768 * 100vw) 1fr;
    padding: calc(22.5 / 768 * 100vw) 0;
  }
  dl.table-list__dl dt {
    padding-right: calc(30 / 768 * 100vw);
  }
  .main-heading {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .main-heading h2 .jp-text {
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .main-heading h2 .en-text {
    font-size: calc(45 / 768 * 100vw);
  }
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
  .sp-in-block {
    display: inline-block;
  }
  .sp-img,
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.scroll-slide-up {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 40px);
}

@media screen and (max-width: 1365px) {
  .scroll-slide-up {
    transform: translate(0, calc(40 / 1366 * 100vw));
  }
}
@media screen and (max-width: 1023px) {
  .scroll-slide-up {
    transform: translate(0, calc(30 / 768 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .scroll-slide-up {
    transform: translate(0, calc(30 / 375 * 100vw));
  }
}
.home .l-header {
  display: none;
}

.p-top-first-view__inner {
  /* background: url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center top, url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center bottom, #E83820; */
  background-size: auto, auto, auto;
  height: 100dvh;
  /* z-index: 1; */
  z-index: 3;


  /* 20250902改修 追記 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background:none;
}
.p-top-first-view h1 {
  /* position: absolute;
  inset: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;*/
  z-index: 3; 

  /* 20250902改修 追記 */
  position: static;
  inset: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.p-top-first-view h1 img {
  /* width: calc(400 / 1366 * 100vw); */
  width: 26vw;
}
.p-top-first-view__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 2;
  background: url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center top, url("/cms/wp-content/themes/ramen-guide/assets/images/fv-wave.svg") repeat-x center bottom, #E83820;
}
.p-top-first-view__img picture {
  height: 100%;
  height: 100%;
}
.p-top-first-view__img picture img {
  object-fit: cover;
  height: 100%;
}

/* 20250902改修 topボタン */
.top__search-btn {
  text-align: center;
  background: #fffb64;
  border: 2px solid #E83820;
  padding: 20px 40px;
  border-radius: 50px;
  display: inline-flex;       
  align-items: center;        
  gap: 0.8em;                 
  text-decoration: none;
  box-shadow: 1px 4px white;
}

.top__search-btn:hover {
    opacity: .5;
}

.top__search-btn__text {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top__search-btn {
    padding: 14px 30px;
  }

  .top__search-btn__text {
    font-size: 1.0rem;
  }

  .p-top-first-view__inner {
    gap: 20px;
  }
}

/* end */

.bg-white-wave-bottom {
  z-index: 2;
}
.bg-white-wave-bottom:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("/cms/wp-content/themes/ramen-guide/assets/images/top/bg-white-wave-bottom.svg") repeat-x center bottom;
  background-size: auto;
  pointer-events: none;
}

.bg-gray-wave-bottom {
  z-index: 2;
}
.bg-gray-wave-bottom:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("/cms/wp-content/themes/ramen-guide/assets/images/top/bg-gray-wave-bottom.svg") repeat-x center bottom;
  background-size: auto;
  pointer-events: none;
}

.top-main-heading {
  margin-bottom: 80px;
}
.top-main-heading h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.top-main-heading h2 .icon {
  margin-bottom: 20px;
}
.top-main-heading h2 .jp-text {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-main-heading h2 .en-text {
  color: #E83820;
}

.p-top-feature.bg-white-wave-bottom {
  z-index: 3;
}
.p-top-feature__content > .row {
  align-items: center;
  gap: 160px;
}
.p-top-feature__content-text {
  flex: 0 1 calc(50% - 80px);
}
.p-top-feature__content-text h3 {
  margin-bottom: 60px;
}
.p-top-feature__content-text h3 .text {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}
.p-top-feature__content-imgs {
  flex: calc(50% - 80px);
}
.p-top-feature__content-imgs__img.img-1 {
  margin: 0 0 0 250px;
  position: absolute;
  top: -260px;
  right: -70px;
}
.p-top-feature__content-imgs__img.img-2 {
  margin: 0 -10px 0 250px;
  position: absolute;
  top: -180px;
  left: -210px;
}
.p-top-feature__content-imgs__img.img-3 {
  margin: 0 0 0 250px;
  right: -10px;
  z-index: 5;
}
.p-top-feature__content-imgs__img.img-4 {
  margin: 0 0 0 250px;
  position: absolute;
  left: -280px;
  top: 240px;
}
.p-top-feature__content-imgs__img.img-5 {
  position: absolute;
  top: 380px;
  right: -133px;
}

.p-top-top5__heading {
  margin-bottom: 120px;
}
.p-top-top5__heading h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-top5__heading h2 .icon img {
  height: 120px;
}
.p-top-top5__heading h2 .jp-text {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 0 5px;
}
.p-top-top5__heading h2 .en-text {
  font-size: 20px;
  color: #E83820;
}
.p-top-top5__item > .row {
  align-items: center;
}
.p-top-top5__item-text {
  flex: 0 1 50%;
}
.p-top-top5__item-text__heading {
  margin-bottom: 60px;
}
.p-top-top5__item-text__heading h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.p-top-top5__item-text__heading h3 .sub-text {
  color: #fff;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.p-top-top5__item-text__heading h3 .main-text {
  font-size: 36px;
  line-height: 1.2;
  color: #E83820;
  font-weight: 700;
}
.p-top-top5__item-text__heading p {
  font-size: 20px;
  line-height: 1.8;
}
.p-top-top5__item-text h4 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 20px;
}
.p-top-top5__item-text h4 .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-top5__item-text h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.p-top-top5__item-img {
  flex: 1;
}
.p-top-top5__item a.default-btn {
  margin: 0;
}

.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text__heading h3 .sub-text {
  background: #E83820;
}
.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text__heading h3 .main-text {
  color: #E83820;
}
.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text {
  padding-left: 80px;
  order: 2;
}
.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text h4 .text {
  color: #E83820;
}
.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text h4:before {
  background: #E83820;
}
.p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-img {
  order: 1;
  margin-left: calc(-50vw + 50%);
}
.p-top-top5__item__section:nth-of-type(1) a.default-btn {
  border: 2px solid #E83820;
  box-shadow: 3px 3px 0 #E83820;
}
.p-top-top5__item__section:nth-of-type(1) a.default-btn .text {
  color: #E83820;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text__heading h3 .sub-text {
  background: #AF9950;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text__heading h3 .main-text {
  color: #AF9950;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text {
  padding-right: 80px;
  order: 1;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text h4 .text {
  color: #AF9950;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text h4:before {
  background: #AF9950;
}
.p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-img {
  order: 2;
  margin-right: calc(-50vw + 50%);
}
.p-top-top5__item__section:nth-of-type(2) a.default-btn {
  border: 2px solid #AF9950;
  box-shadow: 3px 3px 0 #AF9950;
}
.p-top-top5__item__section:nth-of-type(2) a.default-btn .text {
  color: #AF9950;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text__heading h3 .sub-text {
  background: #665877;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text__heading h3 .main-text {
  color: #665877;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text {
  padding-left: 80px;
  order: 2;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text h4 .text {
  color: #665877;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text h4:before {
  background: #665877;
}
.p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-img {
  order: 1;
  margin-left: calc(-50vw + 50%);
}
.p-top-top5__item__section:nth-of-type(3) a.default-btn {
  border: 2px solid #665877;
  box-shadow: 3px 3px 0 #665877;
}
.p-top-top5__item__section:nth-of-type(3) a.default-btn .text {
  color: #665877;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text__heading h3 .sub-text {
  background: #FF7C74;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text__heading h3 .main-text {
  color: #FF7C74;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text {
  padding-right: 80px;
  order: 1;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text h4 .text {
  color: #FF7C74;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text h4:before {
  background: #FF7C74;
}
.p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-img {
  order: 2;
  margin-right: calc(-50vw + 50%);
}
.p-top-top5__item__section:nth-of-type(4) a.default-btn {
  border: 2px solid #FF7C74;
  box-shadow: 3px 3px 0 #FF7C74;
}
.p-top-top5__item__section:nth-of-type(4) a.default-btn .text {
  color: #FF7C74;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text__heading h3 .sub-text {
  background: #E6B200;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text__heading h3 .main-text {
  color: #E6B200;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text {
  padding-left: 80px;
  order: 2;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text h4 .text {
  color: #E6B200;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text h4:before {
  background: #E6B200;
}
.p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-img {
  order: 1;
  margin-left: calc(-50vw + 50%);
}
.p-top-top5__item__section:nth-of-type(5) a.default-btn {
  border: 2px solid #E6B200;
  box-shadow: 3px 3px 0 #E6B200;
}
.p-top-top5__item__section:nth-of-type(5) a.default-btn .text {
  color: #E6B200;
}

.listing-banner a {
  display: block;
  width: 720px;
  height: 160px;
  margin: 0 auto;
  background: #FCF3AA;
  border-radius: 8px;
}
.listing-banner__heading {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.listing-banner__btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto auto;
  width: 240px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff;
}
.listing-banner__btn .text {
  color: #E83820;
}

.p-top-map .digital-map {
  border-radius: 8px;
  border: 2px solid #1A1311;
  overflow: hidden;
}
.p-top-map .digital-map .iframe-wrapper {
  padding-bottom: 50%;
}

@media screen and (max-width: 1365px) {
  .p-top-first-view__inner {
    background-size: auto calc(30 / 1366 * 100vw), auto calc(30 / 1366 * 100vw), auto;
  }
  .p-top-first-view h1 img {
    width: calc(400 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1365px) and (orientation: portrait) {
  .p-top-first-view h1 img {
    width: calc(560 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1365px) {
  .bg-white-wave-bottom:before {
    bottom: calc(-10 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
  }
  .bg-gray-wave-bottom:before {
    bottom: calc(-10 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
  }
  .p-top-feature .top-main-heading h2 img {
    height: calc(140 / 1366 * 100vw);
    width: auto;
  }
  .p-top-feature__content > .row {
    gap: calc(160 / 1366 * 100vw);
  }
  .p-top-feature__content-text {
    flex: 0 1 calc(50% - calc(80 / 1366 * 100vw));
  }
  .p-top-feature__content-text h3 {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
  .p-top-feature__content-text h3 .text {
    font-size: calc(24 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-top-feature__content-imgs__img.img-1 {
    margin: 0 0 0 calc(250 / 1366 * 100vw);
    top: calc(-260 / 1366 * 100vw);
    left: calc(120 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-1 img {
    width: calc(170 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 {
    margin: 0 calc(-10 / 1366 * 100vw) 0 calc(250 / 1366 * 100vw);
    top: calc(-180 / 1366 * 100vw);
    left: calc(-210 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 img {
    width: calc(260 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-3 {
    margin: 0 0 0 calc(250 / 1366 * 100vw);
    right: calc(-10 / 1366 * 100vw);
    z-index: 5;
  }
  .p-top-feature__content-imgs__img.img-3 img {
    width: calc(240 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 {
    margin: 0 0 0 calc(250 / 1366 * 100vw);
    left: calc(-280 / 1366 * 100vw);
    top: calc(240 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 img {
    width: calc(210 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 {
    margin: 0 0 0 calc(250 / 1366 * 100vw);
    top: calc(380 / 1366 * 100vw);
    left: calc(40 / 1366 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 img {
    width: calc(313 / 1366 * 100vw);
  }
  .top-main-heading {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
  .top-main-heading h2 .icon {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  .top-main-heading h2 .icon img {
    height: calc(60 / 1366 * 100vw);
    width: auto;
  }
  .top-main-heading h2 .jp-text {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(5 / 1366 * 100vw);
  }
  .top-main-heading h2 .en-text {
    color: #E83820;
  }
  .p-top-top5__heading {
    margin-bottom: calc(120 / 1366 * 100vw);
  }
  .p-top-top5__heading h2 .icon img {
    height: calc(120 / 1366 * 100vw);
  }
  .p-top-top5__heading h2 .jp-text {
    font-size: calc(60 / 1366 * 100vw);
    margin: calc(20 / 1366 * 100vw) 0 calc(5 / 1366 * 100vw);
  }
  .p-top-top5__heading h2 .en-text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-top-top5__item-text {
    flex: 0 1 50%;
  }
  .p-top-top5__item-text__heading {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
  .p-top-top5__item-text__heading h3 {
    margin-bottom: calc(30 / 1366 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .sub-text {
    padding: calc(5 / 1366 * 100vw) calc(10 / 1366 * 100vw);
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .main-text {
    font-size: calc(36 / 1366 * 100vw);
  }
  .p-top-top5__item-text__heading p {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-top-top5__item-text h4 {
    font-size: calc(20 / 1366 * 100vw);
    margin-bottom: calc(40 / 1366 * 100vw);
    padding-left: calc(20 / 1366 * 100vw);
  }
  .p-top-top5__item-text h4 .text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-top-top5__item-text h4:before {
    width: calc(4 / 1366 * 100vw);
  }
  .p-top-top5__item-img {
    flex: 1;
  }
  .p-top-top5__item a.default-btn {
    margin: 0;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text {
    padding-left: calc(80 / 1366 * 100vw);
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-img {
    order: 1;
    margin-left: calc(-50vw + 50%);
  }
  .p-top-top5__item__section:nth-of-type(1) a.default-btn {
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 #E83820;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text {
    padding-right: calc(80 / 1366 * 100vw);
    order: 1;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-img {
    order: 2;
    margin-right: calc(-50vw + 50%);
  }
  .p-top-top5__item__section:nth-of-type(2) a.default-btn {
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 #AF9950;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text {
    padding-left: calc(80 / 1366 * 100vw);
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-img {
    order: 1;
    margin-left: calc(-50vw + 50%);
  }
  .p-top-top5__item__section:nth-of-type(3) a.default-btn {
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 #665877;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text {
    padding-right: calc(80 / 1366 * 100vw);
    order: 1;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-img {
    order: 2;
    margin-right: calc(-50vw + 50%);
  }
  .p-top-top5__item__section:nth-of-type(4) a.default-btn {
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 #FF7C74;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text {
    padding-left: calc(80 / 1366 * 100vw);
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-img {
    order: 1;
    margin-left: calc(-50vw + 50%);
  }
  .p-top-top5__item__section:nth-of-type(5) a.default-btn {
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 #E6B200;
  }
  .listing-banner a {
    width: calc(720 / 1366 * 100vw);
    height: calc(160 / 1366 * 100vw);
    border-radius: calc(8px / 1366 * 100vw);
  }
  .listing-banner__heading {
    top: calc(-5 / 1366 * 100vw);
  }
  .listing-banner__heading img {
    width: auto;
    height: calc(90 / 1366 * 100vw);
  }
  .listing-banner__btn {
    bottom: calc(20 / 1366 * 100vw);
    width: calc(240 / 1366 * 100vw);
    height: calc(36 / 1366 * 100vw);
    border-radius: calc(18 / 1366 * 100vw);
  }
  .p-top-map .digital-map {
    border-radius: calc(8px / 1366 * 100vw);
  }
  .p-top-map .digital-map .iframe-wrapper {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-first-view__inner {
    background-size: auto calc(22.5 / 768 * 100vw), auto calc(22.5 / 768 * 100vw), auto;
  }
  .p-top-first-view h1 img {
    width: calc(300 / 768 * 100vw);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-top-first-view h1 img {
    width: calc(360 / 768 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .bg-white-wave-bottom:before {
    bottom: calc(-7.5 / 768 * 100vw);
    height: calc(15 / 768 * 100vw);
  }
  .bg-gray-wave-bottom:before {
    bottom: calc(-7.5 / 768 * 100vw);
    height: calc(15 / 768 * 100vw);
  }
  .p-top-feature .top-main-heading h2 img {
    height: calc(140 / 768 * 100vw);
    width: auto;
  }
  .p-top-feature__content > .row {
    gap: calc(0 / 768 * 100vw);
  }
  .p-top-feature__content-text {
    flex: 0 1 100%;
  }
  .p-top-feature__content-text h3 {
    margin-bottom: calc(60 / 768 * 100vw);
    text-align: center;
  }
  .p-top-feature__content-text h3 .text {
    font-size: calc(24 / 768 * 100vw);
  }
  .p-top-feature__content-imgs {
    flex: 0 1 100%;
  }
  .p-top-feature__content-imgs__img.img-1 {
    position: relative;
    margin: 0 0 0 auto;
    top: calc(0 / 768 * 100vw);
    left: calc(0 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-1 img {
    width: calc(170 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 {
    position: relative;
    margin: calc(-90 / 768 * 100vw) 0 0 calc(140 / 768 * 100vw);
    top: calc(0 / 768 * 100vw);
    left: calc(0 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 img {
    width: calc(260 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-3 {
    position: relative;
    margin: calc(-60 / 768 * 100vw) calc(120 / 768 * 100vw) 0 auto;
    right: calc(0 / 768 * 100vw);
    z-index: 5;
  }
  .p-top-feature__content-imgs__img.img-3 img {
    width: calc(240 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 {
    position: relative;
    margin: calc(-90 / 768 * 100vw) 0 0 calc(0 / 768 * 100vw);
    left: calc(0 / 768 * 100vw);
    top: calc(0 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 img {
    width: calc(210 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 {
    position: relative;
    margin: 0 calc(-60 / 768 * 100vw) 0 auto;
    top: calc(0 / 768 * 100vw);
    left: calc(0 / 768 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 img {
    width: calc(313 / 768 * 100vw);
  }
  .top-main-heading {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .top-main-heading h2 .icon {
    margin-bottom: calc(15 / 768 * 100vw);
  }
  .top-main-heading h2 .icon img {
    height: calc(45 / 768 * 100vw);
    width: auto;
  }
  .top-main-heading h2 .jp-text {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(3.75 / 768 * 100vw);
  }
  .p-top-top5__heading {
    margin-bottom: calc(90 / 768 * 100vw);
  }
  .p-top-top5__heading h2 .icon img {
    height: calc(90 / 768 * 100vw);
  }
  .p-top-top5__heading h2 .jp-text {
    font-size: calc(45 / 768 * 100vw);
    margin: calc(15 / 768 * 100vw) 0 calc(3.75 / 768 * 100vw);
  }
  .p-top-top5__heading h2 .en-text {
    font-size: calc(15 / 768 * 100vw);
  }
  .p-top-top5__item-text {
    flex: 0 1 100%;
  }
  .p-top-top5__item-text__heading {
    margin-bottom: calc(45 / 768 * 100vw);
  }
  .p-top-top5__item-text__heading h3 {
    margin-bottom: calc(22.5 / 768 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .sub-text {
    padding: calc(3.75 / 768 * 100vw) calc(7.5 / 768 * 100vw);
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .main-text {
    font-size: calc(27 / 768 * 100vw);
  }
  .p-top-top5__item-text__heading p {
    font-size: calc(15 / 768 * 100vw);
  }
  .p-top-top5__item-text h4 {
    font-size: calc(15 / 768 * 100vw);
    margin-bottom: calc(30 / 768 * 100vw);
    padding-left: calc(15 / 768 * 100vw);
  }
  .p-top-top5__item-text h4 .text {
    font-size: calc(15 / 768 * 100vw);
  }
  .p-top-top5__item-text h4:before {
    width: calc(3 / 768 * 100vw);
  }
  .p-top-top5__item-img {
    flex: 0 1 100%;
  }
  .p-top-top5__item a.default-btn {
    margin: 0 auto;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 768 * 100vw) calc(-60 / 768 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(1) a.default-btn {
    box-shadow: calc(3 / 768 * 100vw) calc(3 / 768 * 100vw) 0 #E83820;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text {
    padding-right: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-img {
    order: 1;
    margin: 0 calc(-60 / 768 * 100vw) calc(60 / 768 * 100vw) auto;
  }
  .p-top-top5__item__section:nth-of-type(2) a.default-btn {
    box-shadow: calc(3 / 768 * 100vw) calc(3 / 768 * 100vw) 0 #AF9950;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 768 * 100vw) calc(-60 / 768 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(3) a.default-btn {
    box-shadow: calc(3 / 768 * 100vw) calc(3 / 768 * 100vw) 0 #665877;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text {
    padding-right: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-img {
    order: 1;
    margin: 0 calc(-60 / 768 * 100vw) calc(60 / 768 * 100vw) auto;
  }
  .p-top-top5__item__section:nth-of-type(4) a.default-btn {
    box-shadow: calc(3 / 768 * 100vw) calc(3 / 768 * 100vw) 0 #FF7C74;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 768 * 100vw) calc(-60 / 768 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(5) a.default-btn {
    box-shadow: calc(3 / 768 * 100vw) calc(3 / 768 * 100vw) 0 #E6B200;
  }
  .listing-banner a {
    max-width: calc(720 / 768 * 100vw);
    width: 100%;
    height: calc(120 / 768 * 100vw);
    border-radius: calc(6px / 1366 * 100vw);
  }
  .listing-banner__heading {
    top: calc(-5 / 768 * 100vw);
  }
  .listing-banner__heading img {
    height: calc(54 / 768 * 100vw);
  }
  .listing-banner__btn {
    bottom: calc(20 / 768 * 100vw);
    width: calc(180 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    border-radius: calc(18 / 768 * 100vw);
  }
  .p-top-map .digital-map {
    border-radius: calc(6px / 1366 * 100vw);
  }
  .p-top-map .digital-map .iframe-wrapper {
    padding-bottom: 74.38%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__inner {
    background-size: auto calc(15 / 375 * 100vw), auto calc(15 / 375 * 100vw), auto;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-top-first-view__inner {
    background-size: auto calc(22.5 / 375 * 100vw), auto calc(22.5 / 375 * 100vw), auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view h1 img {
    width: calc(120 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-top-first-view h1 img {
    width: calc(215 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bg-white-wave-bottom:before {
    bottom: calc(-7.5 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
  .bg-gray-wave-bottom:before {
    bottom: calc(-7.5 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
  .p-top-feature .top-main-heading h2 img {
    height: calc(115 / 375 * 100vw);
    width: auto;
  }
  .p-top-feature__content > .row {
    gap: calc(0 / 375 * 100vw);
  }
  .p-top-feature__content-text {
    flex: 0 1 100%;
  }
  .p-top-feature__content-text h3 {
    margin-bottom: calc(60 / 375 * 100vw);
    text-align: center;
  }
  .p-top-feature__content-text h3 .text {
    font-size: calc(24 / 375 * 100vw);
  }
  .p-top-feature__content-imgs {
    flex: 0 1 100%;
  }
  .p-top-feature__content-imgs__img.img-1 {
    position: relative;
    margin: 0 calc(10 / 375 * 100vw) 0 auto;
  }
  .p-top-feature__content-imgs__img.img-1 img {
    width: calc(85 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 {
    position: relative;
    margin: calc(-40 / 375 * 100vw) 0 0 calc(50 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-2 img {
    width: calc(130 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-3 {
    position: relative;
    margin: calc(-30 / 375 * 100vw) calc(70 / 375 * 100vw) 0 auto;
    z-index: 5;
  }
  .p-top-feature__content-imgs__img.img-3 img {
    width: calc(120 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 {
    margin: calc(-40 / 375 * 100vw) 0 0 calc(10 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-4 img {
    width: calc(105 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 {
    position: relative;
    margin: calc(-40 / 375 * 100vw) calc(-20 / 375 * 100vw) 0 auto;
    top: calc(0 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
  }
  .p-top-feature__content-imgs__img.img-5 img {
    width: calc(156.5 / 375 * 100vw);
  }
  .top-main-heading {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .top-main-heading h2 .icon {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .top-main-heading h2 .icon img {
    height: calc(45 / 375 * 100vw);
    width: auto;
  }
  .top-main-heading h2 .jp-text {
    font-size: calc(27 / 375 * 100vw);
    margin-bottom: calc(3.75 / 375 * 100vw);
  }
  .p-top-top5__heading {
    margin-bottom: calc(90 / 375 * 100vw);
  }
  .p-top-top5__heading h2 .icon img {
    height: calc(90 / 375 * 100vw);
  }
  .p-top-top5__heading h2 .jp-text {
    font-size: calc(40 / 375 * 100vw);
    margin: calc(15 / 375 * 100vw) 0 calc(3.75 / 375 * 100vw);
  }
  .p-top-top5__heading h2 .en-text {
    font-size: calc(15 / 375 * 100vw);
  }
  .p-top-top5__item-text {
    flex: 0 1 100%;
  }
  .p-top-top5__item-text__heading {
    margin-bottom: calc(45 / 375 * 100vw);
  }
  .p-top-top5__item-text__heading h3 {
    margin-bottom: calc(22.5 / 375 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .sub-text {
    padding: calc(3.75 / 375 * 100vw) calc(7.5 / 375 * 100vw);
    margin-bottom: calc(7.5 / 375 * 100vw);
  }
  .p-top-top5__item-text__heading h3 .main-text {
    font-size: calc(27 / 375 * 100vw);
  }
  .p-top-top5__item-text__heading p {
    font-size: calc(15 / 375 * 100vw);
  }
  .p-top-top5__item-text h4 {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
  .p-top-top5__item-text h4 .text {
    font-size: calc(15 / 375 * 100vw);
  }
  .p-top-top5__item-text h4:before {
    width: calc(3 / 375 * 100vw);
  }
  .p-top-top5__item-img {
    flex: 0 1 100%;
  }
  .p-top-top5__item a.default-btn {
    margin: 0 auto;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(1) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 375 * 100vw) calc(-60 / 375 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(1) a.default-btn {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) 0 #E83820;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-text {
    padding-right: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(2) .p-top-top5__item-img {
    order: 1;
    margin: 0 calc(-60 / 375 * 100vw) calc(60 / 375 * 100vw) auto;
  }
  .p-top-top5__item__section:nth-of-type(2) a.default-btn {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) 0 #AF9950;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(3) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 375 * 100vw) calc(-60 / 375 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(3) a.default-btn {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) 0 #665877;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-text {
    padding-right: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(4) .p-top-top5__item-img {
    order: 1;
    margin: 0 calc(-60 / 375 * 100vw) calc(60 / 375 * 100vw) auto;
  }
  .p-top-top5__item__section:nth-of-type(4) a.default-btn {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) 0 #FF7C74;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-text {
    padding-left: 0;
    order: 2;
  }
  .p-top-top5__item__section:nth-of-type(5) .p-top-top5__item-img {
    order: 1;
    margin: 0 auto calc(60 / 375 * 100vw) calc(-60 / 375 * 100vw);
  }
  .p-top-top5__item__section:nth-of-type(5) a.default-btn {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) 0 #E6B200;
  }
  .listing-banner a {
    width: 100%;
    height: calc(100 / 375 * 100vw);
  }
  .listing-banner__heading {
    top: calc(-3 / 375 * 100vw);
  }
  .listing-banner__heading img {
    height: calc(38 / 375 * 100vw);
  }
  .listing-banner__btn {
    bottom: calc(15 / 375 * 100vw);
    width: calc(180 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    border-radius: calc(18 / 375 * 100vw);
  }
  .p-top-map .digital-map {
    border-radius: calc(6px / 1366 * 100vw);
  }
  .p-top-map .digital-map .iframe-wrapper {
    padding-bottom: 120%;
  }
}
.search-type-tab > .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.search-type-tab__btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F2;
  border-radius: 8px 8px 0 0;
}
.search-type-tab__btn.is-active {
  background: #E83820;
}
.search-type-tab__btn.is-active .text {
  color: #fff;
}
.search-type-tab__btn .text {
  color: #E83820;
}

.search-type-tab__a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F2;
  border-radius: 8px 8px 0 0;
  
  .text {
    color: #E83820;
  }
}

.search-type-content {
  border: 2px solid #E83820;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.search-type-content .search-tabs {
  display: none;
}
.search-type-content .search-tabs.is-visible {
  display: block;
}
.search-type-content .search-category {
  padding: 38px;
}
.search-type-content .search-category:nth-last-child(1) {
  border-top: 2px dashed #E83820;
}
.search-type-content .search-category > .grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.search-type-content .search-category__heading .text {
  line-height: 2;
  color: #E83820;
  border-bottom: 2px solid #E83820;
}
.search-type-content .search-category__list > .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.search-type-content .search-category__list label {
  position: relative;
  cursor: pointer;
}
.search-type-content .search-category__list label .text {
  line-height: 2;
  padding-left: 2em;
}
.search-type-content .search-category__list label .text:before {
  content: "";
  box-sizing: border-box;
  border: 1px solid #A0A9AB;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.3em;
  background: #fff;
}
.search-type-content .search-category__list label input[type=checkbox]:checked + span:before,
.search-type-content .search-category__list label input[type=radio]:checked + span:before {
  background: #E83820;
  border: 0;
}
.search-type-content .search-category__list label input[disabled] + span:before {
  opacity: 0.2;
  background: #A0A9AB;
  cursor: not-allowed;
}
.search-type-content .search-word {
  padding: 38px;
}
.search-type-content .search-word .input-search-word {
  padding-right: 60px;
}
.search-type-content .search-word__btn {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E83820;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-type-content .search-word__btn .icon img {
  width: 16px;
}

.p-ramen-list {
  padding-top: 80px;
  margin-top: -80px;
}
.p-ramen-list > .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.p-ramen-list__item a {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 8px;
  border: 2px solid #E83820;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  box-shadow: 3px 3px 0 rgb(232, 56, 32);
}
.p-ramen-list__item-img {
  overflow: hidden;
  margin-bottom: 30px;
}
.p-ramen-list__item-img__inner {
  height: 0;
  padding-bottom: 100%;
}
.p-ramen-list__item-text__cat ul {
  margin: -8px -4px 0;
  align-items: center;
  justify-content: center;
}
.p-ramen-list__item-text__cat li {
  padding: 8px 4px 0;
}
.p-ramen-list__item-text__cat li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 20px;
  background: #E83820;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
}
.p-ramen-list__item-text h2 {
  margin-top: 5px;
}
.p-ramen-list__item-text h2 .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.p-ramen-title {
  margin-bottom: 80px;
}
.p-ramen-title__cat ul {
  margin: -8px -4px 0;
  align-items: center;
  justify-content: center;
}
.p-ramen-title__cat li {
  padding: 8px 4px 0;
}
.p-ramen-title__cat li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 20px;
  background: #E83820;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
}
.p-ramen-title h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.p-ramen-title h1 .jp-text {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-ramen-title h1 .kana-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 5px;
}

.p-ramen-ramen-info > .grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.p-ramen-ramen-info__text-type {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-ramen-ramen-info__text-gauge {
  display: flex;
  align-items: center;
}
.p-ramen-ramen-info__text-gauge dt {
  font-weight: 700;
}
.p-ramen-ramen-info__text-gauge dt:nth-of-type(1) {
  padding-right: 12px;
}
.p-ramen-ramen-info__text-gauge dt:nth-of-type(2) {
  padding-left: 12px;
}
.p-ramen-ramen-info__text-gauge dd {
  border: 1px solid #1A1311;
  width: 48px;
  height: 20px;
}
.p-ramen-ramen-info__text-gauge dd:not(:first-child) {
  margin-left: -1px;
}
.p-ramen-ramen-info__text-gauge dd.point {
  background: #E83820;
}

.p-ramen-shop-info {
  width: 100%;
  max-width: 100%;
}
.p-ramen-shop-info h3 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.8;
  color: #E83820;
  padding-left: 20px;
}
.p-ramen-shop-info h3 .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.p-ramen-shop-info h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E83820;
}
.p-ramen-shop-info .grid {
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  justify-content: center;
  gap: 80px;
}
.p-ramen-shop-info__gallery {
  width: 100%;
  justify-self: center; /* 水平方向の中央寄せ */
}
.p-ramen-shop-info__gallery:only-child {
  grid-column: 1/-1; /* 両方の列にまたがる */
  justify-self: center; /* 水平方向の中央寄せ */
}
.p-ramen-shop-info__gallery-slide__main-swiper {
  overflow: hidden;
}
.p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide {
  height: 400px;
}
.p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide figure {
  height: 100%;
}
.p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide figure img {
  object-fit: cover;
  height: 100%;
}
.p-ramen-shop-info__gallery-slide__sub-swiper {
  margin-top: 8px;
  overflow: hidden;
}
.p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide {
  opacity: 0.3;
}
.p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
.p-ramen-shop-info__outline {
  width: 100%;
}
.p-ramen-shop-info__outline:only-child {
  grid-column: 1/-1; /* 両方の列にまたがる */
  justify-self: center; /* 水平方向の中央寄せ */
  width: 50%;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  line-height: 2;
  border-bottom: 1px solid #A0A9AB;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl:nth-of-type(1) {
  border-top: 1px solid #A0A9AB;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl dt {
  font-weight: 700;
  background: #F6F6F2;
  padding: 17px 20px;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl dd {
  padding: 17px 20px;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map {
  padding-right: 68px;
}
.p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link {
  position: absolute;
  inset: 0;
  width: 36px;
  height: 36px;
  margin: auto 12px auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1A1311;
}

button.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #E83820;
  margin: 0 auto;
  box-shadow: 3px 3px 0 rgb(232, 56, 32);
}
button.more-btn .text {
  font-size: 20px;
  font-weight: 700;
  color: #E83820;
}

.form-item__head {
  margin-bottom: 20px;
}
.form-item__head label {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.form-item__content {
  margin-bottom: 40px;
}
.form-item ul {
  margin-top: 0.5em;
}

.wpcf7-form-item-wrap {
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap {
  display: block;
}

.input-block,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #A0A9AB;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.025em;
  padding: 14px 18px;
  color: #1A1311;
  box-shadow: none;
}

.input-block,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date] {
  height: 60px;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
textarea:disabled {
  border: 0;
  background: #F6F6F2;
}

select {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.025em;
  padding: 14px 18px;
  height: 60px;
  color: #1A1311;
  background: #fff;
  border: 1px solid #A0A9AB;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1.6rem;
}

option {
  background: #fff;
}

div.checkbox span label {
  overflow: hidden !important;
  margin: 0;
  display: inline-block;
  line-height: 1.8;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1.6rem;
}

.wpcf7-checkbox {
  overflow: hidden;
}

div.checkbox .form-list-item {
  line-height: 2;
  display: block;
}

div.checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
}
span.wpcf7-list-item label {
  position: relative;
  padding: 0;
  display: inline-block;
}
span.wpcf7-list-item label input {
  position: absolute;
  left: 0;
  margin: 0 5px 0 0;
  top: 0.5em;
}

.vertical-input-list-block span.form-list-item {
  display: block;
}

.wpcf7-list-item-label {
  line-height: 2;
  display: inline-flex;
}

.center .form-list-item-label {
  margin-right: 0;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0; /*項目ごとの余白を調整*/
  display: block;
}

.wpcf7-list-item-label { /*項目の色や文字サイズ*/
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0 0 2em;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  box-sizing: border-box;
  border: 1px solid #A0A9AB;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.3em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
}

.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #00A0E9;
}

span.form-list-item label {
  padding: 0 !important;
}

.wpcf7-checkbox {
  overflow: hidden;
}

.submit-list > .row {
  margin: -40px -20px 0;
  justify-content: center;
  align-items: center;
}
.submit-list__btn {
  padding: 40px 20px 0;
}

button.contact-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 360px;
  margin: 0 auto;
}
button.contact-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #406172, #1A1311);
  border-radius: 40px;
  z-index: -1;
}
button.contact-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #00A0E9, #0068B5);
  border-radius: 40px;
  transition: opacity 0.3s 0s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 1;
}
button.contact-submit .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  z-index: 3;
}
.pc button.contact-submit:hover:after {
  opacity: 1;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

div.wpcf7-validation-errors {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

div.wpcf7-mail-sent-ok {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.wpcf7 form:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em !important;
  padding: 0.5em !important;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width: 1365px) {
  .search-type-tab > .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(10 / 1366 * 100vw);
  }
  .search-type-tab__btn .search-type-tab__a {
    /* height: calc(60 / 1366 * 100vw); */
    border-radius: calc(6px / 1366 * 100vw) calc(6px / 1366 * 100vw) 0 0;
  }
  .search-type-content {
    border-radius: 0 0 calc(6px / 1366 * 100vw) calc(6px / 1366 * 100vw);
  }
  .search-type-content .search-category {
    padding: calc(38 / 1366 * 100vw);
  }
  .search-type-content .search-category > .grid {
    grid-template-columns: 1fr 3fr;
  }
  .search-type-content .search-category__list > .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(16 / 1366 * 100vw);
  }
  .search-type-content .search-word {
    padding: calc(38 / 1366 * 100vw);
  }
  .search-type-content .search-word .input-search-word {
    padding-right: calc(60 / 1366 * 100vw);
  }
  .search-type-content .search-word__btn {
    top: calc(48 / 1366 * 100vw);
    right: calc(48 / 1366 * 100vw);
    width: calc(40 / 1366 * 100vw);
    height: calc(40 / 1366 * 100vw);
  }
  .search-type-content .search-word__btn .icon img {
    width: calc(16 / 1366 * 100vw);
  }
  .p-ramen-list {
    padding-top: calc(80 / 1366 * 100vw);
    margin-top: calc(-80 / 1366 * 100vw);
  }
  .p-ramen-list > .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(40 / 1366 * 100vw);
  }
  .p-ramen-list__item a {
    padding: calc(40 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 rgb(232, 56, 32);
  }
  .p-ramen-list__item-img {
    margin-bottom: calc(30 / 1366 * 100vw);
  }
  .p-ramen-list__item-text__cat ul {
    margin: calc(-8 / 1366 * 100vw) calc(-4 / 1366 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li {
    padding: calc(8 / 1366 * 100vw) calc(4 / 1366 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li .text {
    border-radius: calc(10 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
    padding: 0 calc(8 / 1366 * 100vw);
    font-size: calc(12 / 1366 * 100vw);
  }
  .p-ramen-list__item-text h2 {
    margin-top: calc(5 / 1366 * 100vw);
  }
  .p-ramen-list__item-text h2 .text {
    font-size: calc(24 / 1366 * 100vw);
  }
  .p-ramen-title {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
  .p-ramen-title__cat ul {
    margin: calc(-8 / 1366 * 100vw) calc(-4 / 1366 * 100vw) 0;
  }
  .p-ramen-title__cat li {
    padding: calc(8 / 1366 * 100vw) calc(4 / 1366 * 100vw) 0;
  }
  .p-ramen-title__cat li .text {
    border-radius: calc(10 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
    padding: 0 calc(8 / 1366 * 100vw);
    font-size: calc(12 / 1366 * 100vw);
  }
  .p-ramen-title h1 {
    margin-top: calc(10 / 1366 * 100vw);
  }
  .p-ramen-title h1 .jp-text {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(5 / 1366 * 100vw);
  }
  .p-ramen-title h1 .kana-text {
    font-size: calc(14 / 1366 * 100vw);
    margin-top: calc(5 / 1366 * 100vw);
  }
  .p-ramen-ramen-info > .grid {
    grid-template-columns: 1fr 1fr;
    gap: calc(80 / 1366 * 100vw);
  }
  .p-ramen-ramen-info__text-type {
    font-size: calc(20 / 1366 * 100vw);
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(1) {
    padding-right: calc(12 / 1366 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(2) {
    padding-left: calc(12 / 1366 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dd {
    width: calc(48 / 1366 * 100vw);
    height: calc(20 / 1366 * 100vw);
  }
  .p-ramen-shop-info h3 {
    font-size: calc(20 / 1366 * 100vw);
    margin-bottom: calc(40 / 1366 * 100vw);
    padding-left: calc(20 / 1366 * 100vw);
  }
  .p-ramen-shop-info h3 .text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-ramen-shop-info h3:before {
    width: calc(4 / 1366 * 100vw);
  }
  .p-ramen-shop-info .grid {
    grid-template-columns: calc(50% - calc(40 / 1366 * 100vw)) calc(50% - calc(40 / 1366 * 100vw));
    gap: calc(80 / 1366 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide {
    height: calc(400 / 1366 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide img {
    height: calc(400 / 1366 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper {
    margin-top: calc(8 / 1366 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide img {
    height: calc(60 / 1366 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl {
    grid-template-columns: calc(120 / 1366 * 100vw) 1fr;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dt {
    padding: calc(17 / 1366 * 100vw) calc(20 / 1366 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd {
    padding: calc(17 / 1366 * 100vw) calc(20 / 1366 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map {
    padding-right: calc(68 / 1366 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link {
    width: calc(36 / 1366 * 100vw);
    height: calc(36 / 1366 * 100vw);
    margin: auto calc(12 / 1366 * 100vw) auto auto;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link img {
    width: calc(16 / 1366 * 100vw);
  }
  button.more-btn {
    width: calc(360 / 1366 * 100vw);
    height: calc(80 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
    box-shadow: calc(3 / 1366 * 100vw) calc(3 / 1366 * 100vw) 0 rgb(232, 56, 32);
  }
  button.more-btn .text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: calc(16 / 1366 * 100vw);
    padding: calc(14 / 1366 * 100vw) calc(18 / 1366 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: calc(60 / 1366 * 100vw);
  }
  select {
    font-size: calc(16 / 1366 * 100vw);
    padding: calc(14 / 1366 * 100vw) calc(18 / 1366 * 100vw);
    height: calc(60 / 1366 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 1366 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 1366 * 100vw);
  }
  contact div.checkbox .form-list-item + .form-list-item {
    margin-top: calc(20 / 1366 * 100vw);
  }
  span.form-list-item label {
    padding: 0 0 0 calc(24 / 1366 * 100vw);
  }
  span.form-list-item label input {
    margin: 0 calc(5 / 1366 * 100vw) 0 0;
  }
  .form-list-item-label {
    margin-right: calc(20 / 1366 * 100vw);
  }
  .submit-list > .row {
    margin: calc(-40 / 1366 * 100vw) calc(-20 / 1366 * 100vw) 0;
  }
  .submit-list__btn {
    padding: calc(40 / 1366 * 100vw) calc(20 / 1366 * 100vw) 0;
  }
  button.confirm-submit,
  button.confirm-back,
  button.contact-submit {
    height: calc(80 / 1366 * 100vw);
    width: calc(360 / 1366 * 100vw);
  }
  button.confirm-submit:before,
  button.confirm-back:before,
  button.contact-submit:before {
    border-radius: calc(40 / 1366 * 100vw);
  }
  button.confirm-submit:after,
  button.confirm-back:after,
  button.contact-submit:after {
    border-radius: calc(40 / 1366 * 100vw);
  }
  button.confirm-submit .text,
  button.confirm-back .text,
  button.contact-submit .text {
    font-size: calc(20 / 1366 * 100vw);
  }
  .form-confilm-btn-list > .d-flex {
    margin: 0 calc(-20 / 1366 * 100vw);
  }
  .form-confilm-btn-list__item {
    padding: 0 calc(20 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .search-type-tab > .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(7.5 / 768 * 100vw);
  }
  .search-type-tab__btn .search-type-tab__a {
    /* height: calc(45 / 768 * 100vw); */
    border-radius: calc(6px / 768 * 100vw) calc(6px / 768 * 100vw) 0 0;
  }
  .search-type-content {
    border-radius: 0 0 calc(6px / 768 * 100vw) calc(6px / 768 * 100vw);
  }
  .search-type-content .search-category {
    padding: calc(28 / 768 * 100vw);
  }
  .search-type-content .search-category > .grid {
    grid-template-columns: 1fr;
  }
  .search-type-content .search-category__heading {
    margin: 0 auto calc(28 / 768 * 100vw);
  }
  .search-type-content .search-category__list > .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(12 / 768 * 100vw);
  }
  .search-type-content .search-word {
    padding: calc(28 / 768 * 100vw);
  }
  .search-type-content .search-word .input-search-word {
    padding-right: calc(60 / 768 * 100vw);
  }
  .search-type-content .search-word__btn {
    top: calc(38 / 768 * 100vw);
    right: calc(38 / 768 * 100vw);
    width: calc(40 / 768 * 100vw);
    height: calc(40 / 768 * 100vw);
  }
  .search-type-content .search-word__btn .icon img {
    width: calc(16 / 768 * 100vw);
  }
  .p-ramen-list {
    padding-top: calc(60 / 768 * 100vw);
    margin-top: calc(-60 / 768 * 100vw);
  }
  .p-ramen-list > .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 768 * 100vw);
  }
  .p-ramen-list__item a {
    padding: calc(30 / 768 * 100vw);
    border-radius: calc(6 / 768 * 100vw);
    box-shadow: calc(2 / 768 * 100vw) calc(2 / 768 * 100vw) 0 rgb(232, 56, 32);
  }
  .p-ramen-list__item-img {
    margin-bottom: calc(22.5 / 768 * 100vw);
  }
  .p-ramen-list__item-text__cat ul {
    margin: calc(-6 / 768 * 100vw) calc(-3 / 768 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li {
    padding: calc(6 / 768 * 100vw) calc(3 / 768 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li .text {
    border-radius: calc(9 / 768 * 100vw);
    height: calc(18 / 768 * 100vw);
    padding: 0 calc(6 / 768 * 100vw);
    font-size: calc(11 / 768 * 100vw);
  }
  .p-ramen-list__item-text h2 {
    margin-top: calc(3.75 / 768 * 100vw);
  }
  .p-ramen-list__item-text h2 .text {
    font-size: calc(18 / 768 * 100vw);
  }
  .p-ramen-title {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .p-ramen-title__cat ul {
    margin: calc(-6 / 768 * 100vw) calc(-3 / 768 * 100vw) 0;
  }
  .p-ramen-title__cat li {
    padding: calc(6 / 768 * 100vw) calc(3 / 768 * 100vw) 0;
  }
  .p-ramen-title__cat li .text {
    border-radius: calc(9 / 768 * 100vw);
    height: calc(18 / 768 * 100vw);
    padding: 0 calc(6 / 768 * 100vw);
    font-size: calc(11 / 768 * 100vw);
  }
  .p-ramen-title h1 {
    margin-top: calc(7.5 / 768 * 100vw);
  }
  .p-ramen-title h1 .jp-text {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(3.75 / 768 * 100vw);
  }
  .p-ramen-title h1 .kana-text {
    font-size: calc(12 / 768 * 100vw);
    margin-top: calc(3.75 / 768 * 100vw);
  }
  .p-ramen-ramen-info > .grid {
    grid-template-columns: 1fr;
    gap: calc(30 / 768 * 100vw);
  }
  .p-ramen-ramen-info .figure {
    max-width: calc(480 / 768 * 100vw);
    margin: 0 auto;
  }
  .p-ramen-ramen-info__text-type {
    font-size: calc(15 / 768 * 100vw);
    margin-bottom: calc(15 / 768 * 100vw);
    text-align: center;
  }
  .p-ramen-ramen-info__text-gauge {
    justify-content: center;
    margin: 0 auto;
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(1) {
    padding-right: calc(9 / 768 * 100vw);
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(2) {
    padding-left: calc(9 / 768 * 100vw);
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-ramen-ramen-info__text-gauge dd {
    width: calc(36 / 768 * 100vw);
    height: calc(15 / 768 * 100vw);
  }
  .p-ramen-shop-info h3 {
    font-size: calc(15 / 768 * 100vw);
    margin-bottom: calc(30 / 768 * 100vw);
    padding-left: calc(15 / 768 * 100vw);
  }
  .p-ramen-shop-info h3 .text {
    font-size: calc(15 / 768 * 100vw);
  }
  .p-ramen-shop-info h3:before {
    width: calc(3 / 768 * 100vw);
  }
  .p-ramen-shop-info .grid {
    grid-template-columns: 100%;
    gap: calc(60 / 768 * 100vw);
  }
  .p-ramen-shop-info__gallery:only-child {
    width: 100%;
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper {
    margin-top: calc(6 / 768 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide img {
    height: calc(45 / 768 * 100vw);
  }
  .p-ramen-shop-info__outline:only-child {
    width: 100%;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl {
    grid-template-columns: calc(100 / 768 * 100vw) 1fr;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dt {
    padding: calc(15 / 768 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd {
    padding: calc(15 / 768 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map {
    padding-right: calc(63 / 768 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link {
    width: calc(36 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
    margin: auto calc(12 / 768 * 100vw) auto auto;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link img {
    width: calc(16 / 768 * 100vw);
  }
  button.more-btn {
    width: calc(270 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    border-radius: calc(6 / 768 * 100vw);
    box-shadow: calc(2 / 768 * 100vw) calc(2 / 768 * 100vw) 0 rgb(232, 56, 32);
  }
  button.more-btn .text {
    font-size: calc(15 / 768 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: calc(16 / 768 * 100vw);
    padding: calc(14 / 768 * 100vw) calc(18 / 768 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: calc(60 / 768 * 100vw);
  }
  select {
    font-size: calc(16 / 768 * 100vw);
    padding: calc(14 / 768 * 100vw) calc(18 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 768 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 768 * 100vw);
  }
  contact div.checkbox .form-list-item + .form-list-item {
    margin-top: calc(20 / 768 * 100vw);
  }
  span.form-list-item label {
    padding: 0 0 0 calc(24 / 768 * 100vw);
  }
  span.form-list-item label input {
    margin: 0 calc(5 / 768 * 100vw) 0 0;
  }
  .form-list-item-label {
    margin-right: calc(20 / 768 * 100vw);
  }
  .submit-list > .row {
    margin: calc(-40 / 768 * 100vw) calc(-20 / 768 * 100vw) 0;
  }
  .submit-list__btn {
    padding: calc(40 / 768 * 100vw) calc(20 / 768 * 100vw) 0;
  }
  button.confirm-submit,
  button.confirm-back,
  button.contact-submit {
    height: calc(80 / 768 * 100vw);
    width: calc(360 / 768 * 100vw);
  }
  button.confirm-submit:before,
  button.confirm-back:before,
  button.contact-submit:before {
    border-radius: calc(40 / 768 * 100vw);
  }
  button.confirm-submit:after,
  button.confirm-back:after,
  button.contact-submit:after {
    border-radius: calc(40 / 768 * 100vw);
  }
  button.confirm-submit .text,
  button.confirm-back .text,
  button.contact-submit .text {
    font-size: calc(20 / 768 * 100vw);
  }
  .form-confilm-btn-list > .d-flex {
    margin: 0 calc(-20 / 768 * 100vw);
  }
  .form-confilm-btn-list__item {
    padding: 0 calc(20 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-type-tab > .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(7.5 / 375 * 100vw);
  }
  .search-type-tab__btn .search-type-tab__a {
    height: calc(45 / 375 * 100vw);
    border-radius: calc(6px / 375 * 100vw) calc(6px / 375 * 100vw) 0 0;
  }
  .search-type-content {
    border-radius: 0 0 calc(6px / 375 * 100vw) calc(6px / 375 * 100vw);
  }
  .search-type-content .search-category {
    padding: calc(18 / 375 * 100vw);
  }
  .search-type-content .search-category__heading {
    margin: 0 auto calc(18 / 375 * 100vw);
  }
  .search-type-content .search-category__list > .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(8 / 375 * 100vw);
  }
  .search-type-content .search-word {
    padding: calc(18 / 375 * 100vw);
  }
  .search-type-content .search-word .input-search-word {
    padding-right: calc(60 / 375 * 100vw);
  }
  .search-type-content .search-word__btn {
    top: calc(28 / 375 * 100vw);
    right: calc(28 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  .search-type-content .search-word__btn .icon img {
    width: calc(16 / 375 * 100vw);
  }
  .p-ramen-list {
    padding-top: calc(60 / 375 * 100vw);
    margin-top: calc(-60 / 375 * 100vw);
  }
  .p-ramen-list > .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 / 375 * 100vw);
  }
  .p-ramen-list__item a {
    padding: calc(30 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    box-shadow: calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) 0 rgb(232, 56, 32);
  }
  .p-ramen-list__item-img {
    margin-bottom: calc(22.5 / 375 * 100vw);
  }
  .p-ramen-list__item-text__cat ul {
    margin: calc(-6 / 375 * 100vw) calc(-3 / 375 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li {
    padding: calc(6 / 375 * 100vw) calc(3 / 375 * 100vw) 0;
  }
  .p-ramen-list__item-text__cat li .text {
    border-radius: calc(7.5 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    padding: 0 calc(6 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
  .p-ramen-list__item-text h2 {
    margin-top: calc(3.75 / 375 * 100vw);
  }
  .p-ramen-list__item-text h2 .text {
    font-size: calc(18 / 375 * 100vw);
  }
  .p-ramen-title {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .p-ramen-title__cat ul {
    margin: calc(-6 / 375 * 100vw) calc(-3 / 375 * 100vw) 0;
  }
  .p-ramen-title__cat li {
    padding: calc(6 / 375 * 100vw) calc(3 / 375 * 100vw) 0;
  }
  .p-ramen-title__cat li .text {
    border-radius: calc(9 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    padding: 0 calc(6 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
  .p-ramen-title h1 {
    margin-top: calc(7.5 / 375 * 100vw);
  }
  .p-ramen-title h1 .jp-text {
    font-size: calc(27 / 375 * 100vw);
    margin-bottom: calc(3.75 / 375 * 100vw);
  }
  .p-ramen-title h1 .kana-text {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(3.75 / 375 * 100vw);
  }
  .p-ramen-ramen-info > .grid {
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw);
  }
  .p-ramen-ramen-info .figure {
    max-width: calc(315 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-ramen-ramen-info__text-type {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(1) {
    padding-right: calc(9 / 375 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dt:nth-of-type(2) {
    padding-left: calc(9 / 375 * 100vw);
  }
  .p-ramen-ramen-info__text-gauge dd {
    width: calc(36 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
  .p-ramen-shop-info h3 {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
  .p-ramen-shop-info h3 .text {
    font-size: calc(15 / 375 * 100vw);
  }
  .p-ramen-shop-info h3:before {
    width: calc(3 / 375 * 100vw);
  }
  .p-ramen-shop-info .grid {
    grid-template-columns: 100%;
    gap: calc(60 / 375 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .p-ramen-shop-info__gallery-slide__main-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper {
    margin-top: calc(6 / 375 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide {
    height: calc(60 / 375 * 100vw);
  }
  .p-ramen-shop-info__gallery-slide__sub-swiper .swiper-wrapper .swiper-slide img {
    height: calc(45 / 375 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl {
    grid-template-columns: 1fr;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dt {
    padding: calc(15 / 375 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd {
    padding: calc(15 / 375 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map {
    padding-right: calc(63 / 375 * 100vw);
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link {
    width: calc(36 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    margin: auto calc(12 / 375 * 100vw) auto auto;
  }
  .p-ramen-shop-info__outline dl.table-shop-outline__dl dd.map .map-link img {
    width: calc(16 / 375 * 100vw);
  }
  button.more-btn {
    width: calc(270 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    box-shadow: calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) 0 rgb(232, 56, 32);
  }
  button.more-btn .text {
    font-size: calc(15 / 375 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
  .input-block,
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=date] {
    height: calc(60 / 375 * 100vw);
  }
  select {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(18 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 375 * 100vw);
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: calc(16 / 375 * 100vw);
  }
  contact div.checkbox .form-list-item + .form-list-item {
    margin-top: calc(20 / 375 * 100vw);
  }
  span.form-list-item label {
    padding: 0 0 0 calc(24 / 375 * 100vw);
  }
  span.form-list-item label input {
    margin: 0 calc(5 / 375 * 100vw) 0 0;
  }
  .form-list-item-label {
    margin-right: calc(20 / 375 * 100vw);
  }
  .submit-list > .row {
    margin: calc(-40 / 375 * 100vw) calc(-20 / 375 * 100vw) 0;
  }
  .submit-list__btn {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
  button.confirm-submit,
  button.confirm-back,
  button.contact-submit {
    height: calc(80 / 375 * 100vw);
    width: calc(360 / 375 * 100vw);
  }
  button.confirm-submit:before,
  button.confirm-back:before,
  button.contact-submit:before {
    border-radius: calc(40 / 375 * 100vw);
  }
  button.confirm-submit:after,
  button.confirm-back:after,
  button.contact-submit:after {
    border-radius: calc(40 / 375 * 100vw);
  }
  button.confirm-submit .text,
  button.confirm-back .text,
  button.contact-submit .text {
    font-size: calc(20 / 375 * 100vw);
  }
  .form-confilm-btn-list > .d-flex {
    margin: 0 calc(-20 / 375 * 100vw);
  }
  .form-confilm-btn-list__item {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-news-list > .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.p-news-list__item a figure {
  overflow: hidden;
  border-radius: 8px;
}
.p-news-list__item a figure img {
  object-fit: cover;
}
.p-news-list__item__text {
  padding: 30px 20px 0;
}
.p-news-list__item__text time {
  color: #E83820;
  font-size: 14px;
  line-height: 1;
  display: flex;
  margin-bottom: 10px;
}

.p-news-title {
  margin-bottom: 80px;
}
.p-news-title time {
  color: #E83820;
  font-size: 14px;
  line-height: 1;
  display: flex;
  margin-bottom: 10px;
}
.p-news-title h1 .jp-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

.p-news-single__content h1.wp-block-heading,
.p-news-single__content h2.wp-block-heading {
  font-size: 20px;
  margin: 80px 0 60px;
  font-weight: 700;
  line-height: 1.8;
  background: #E83820;
  padding: 15px 20px;
  color: #fff;
  border-radius: 8px;
}
.p-news-single__content h3.wp-block-heading {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: #E83820;
  padding-left: 20px;
}
.p-news-single__content h3.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E83820;
}
.p-news-single__content h4.wp-block-heading {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 2;
}
.p-news-single__content h5.wp-block-heading,
.p-news-single__content h6.wp-block-heading {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2;
}
.p-news-single__content a {
  color: #1A1311;
  text-decoration: underline;
}
.p-news-single__content p {
  overflow: hidden;
}
.p-news-single__content p + .epyt-video-wrapper {
  margin-top: 1.6em;
}
.p-news-single__content .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}
.p-news-single__content .epyt-video-wrapper + p, .p-news-single__content .epyt-video-wrapper + ul, .p-news-single__content .epyt-video-wrapper + ol {
  margin-top: 1.6em;
}
.p-news-single__content ul,
.p-news-single__content ol {
  line-height: 2;
  list-style: disc;
  padding-left: 1em;
}
.p-news-single__content ol + p, .p-news-single__content ol + ul, .p-news-single__content ol + ol,
.p-news-single__content p + p,
.p-news-single__content p + ul,
.p-news-single__content p + ol,
.p-news-single__content ol + p,
.p-news-single__content ol + ul,
.p-news-single__content ol + ol {
  margin-top: 1.6em;
}
.p-news-single__content ol + h1.wp-block-heading, .p-news-single__content ol + h2.wp-block-heading,
.p-news-single__content p + h1.wp-block-heading,
.p-news-single__content p + h2.wp-block-heading,
.p-news-single__content ol + h1.wp-block-heading,
.p-news-single__content ol + h2.wp-block-heading {
  margin-top: 80px;
}
.p-news-single__content ol + h3.wp-block-heading,
.p-news-single__content p + h3.wp-block-heading,
.p-news-single__content ol + h3.wp-block-heading {
  margin-top: 60px;
}
.p-news-single__content ol + h4.wp-block-heading, .p-news-single__content ol + h5.wp-block-heading, .p-news-single__content ol + h6.wp-block-heading,
.p-news-single__content p + h4.wp-block-heading,
.p-news-single__content p + h5.wp-block-heading,
.p-news-single__content p + h6.wp-block-heading,
.p-news-single__content ol + h4.wp-block-heading,
.p-news-single__content ol + h5.wp-block-heading,
.p-news-single__content ol + h6.wp-block-heading {
  margin-top: 30px;
}
.p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
  margin-top: 40px;
}
.p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
  margin-top: 80px;
}
.p-news-single__content .wp-block-image + h3.wp-block-heading {
  margin-top: 60px;
}
.p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
  margin-top: 30px;
}
.p-news-single__content img {
  width: 100%;
  height: auto;
}

.wp-video {
  width: 50% !important;
}
.wp-video.horizontal .mejs-inner:before {
  padding-top: 56.25%;
}

.mejs-video {
  width: 100% !important;
  height: 100% !important;
}

.mejs-inner:before {
  content: "";
  display: block;
  padding-top: 177.7777%;
}
.mejs-inner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1365px) {
  .p-news-list > .grid {
    gap: calc(40 / 1366 * 100vw);
  }
  .p-news-list__item a figure {
    border-radius: calc(6px / 1366 * 100vw);
  }
  .p-news-list__item__text {
    padding: calc(30 / 1366 * 100vw) calc(20 / 1366 * 100vw) 0;
  }
  .p-news-list__item__text time {
    font-size: calc(12 / 1366 * 100vw);
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  .p-news-title {
    margin-bottom: calc(80 / 1366 * 100vw);
  }
  .p-news-title time {
    font-size: calc(14 / 1366 * 100vw);
    margin-bottom: calc(10 / 1366 * 100vw);
  }
  .p-news-title h1 .jp-text {
    font-size: calc(24 / 1366 * 100vw);
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: calc(20 / 1366 * 100vw);
    margin: calc(80 / 1366 * 100vw) 0 calc(60 / 1366 * 100vw);
    padding: calc(15 / 1366 * 100vw) calc(20 / 1366 * 100vw);
    border-radius: calc(6px / 1366 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading {
    font-size: calc(20 / 1366 * 100vw);
    margin-bottom: calc(30 / 1366 * 100vw);
    padding-left: calc(20 / 1366 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: calc(4 / 1366 * 100vw);
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: calc(20 / 1366 * 100vw);
    margin-bottom: calc(30 / 1366 * 100vw);
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: calc(20 / 1366 * 100vw);
  }
  .p-news-single__content ol + h1.wp-block-heading, .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading {
    margin-top: calc(80 / 1366 * 100vw);
  }
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading {
    margin-top: calc(60 / 1366 * 100vw);
  }
  .p-news-single__content ol + h4.wp-block-heading, .p-news-single__content ol + h5.wp-block-heading, .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading {
    margin-top: calc(30 / 1366 * 100vw);
  }
  .p-news-single__content .wp-block-image {
    border-radius: calc(6px / 1366 * 100vw);
  }
  .p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
    margin-top: calc(40 / 1366 * 100vw);
  }
  .p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: calc(80 / 1366 * 100vw);
  }
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: calc(60 / 1366 * 100vw);
  }
  .p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: calc(30 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-news-list > .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 768 * 100vw) calc(20 / 768 * 100vw);
  }
  .p-news-list__item a figure {
    border-radius: calc(6px / 768 * 100vw);
  }
  .p-news-list__item__text {
    padding: calc(22.5 / 768 * 100vw) calc(15 / 768 * 100vw) 0;
  }
  .p-news-list__item__text time {
    font-size: calc(11 / 768 * 100vw);
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .p-news-title {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .p-news-title time {
    font-size: calc(12 / 768 * 100vw);
    margin-bottom: calc(7.5 / 768 * 100vw);
  }
  .p-news-title h1 .jp-text {
    font-size: calc(18 / 768 * 100vw);
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: calc(15 / 768 * 100vw);
    margin: calc(60 / 768 * 100vw) 0 calc(45 / 768 * 100vw);
    padding: calc(11.25 / 768 * 100vw) calc(15 / 768 * 100vw);
    border-radius: calc(6px / 768 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading {
    font-size: calc(15 / 768 * 100vw);
    margin-bottom: calc(22.5 / 768 * 100vw);
    padding-left: calc(15 / 768 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: calc(3 / 768 * 100vw);
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: calc(15 / 768 * 100vw);
    margin-bottom: calc(22.5 / 768 * 100vw);
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: calc(15 / 768 * 100vw);
  }
  .p-news-single__content ol + h1.wp-block-heading, .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading {
    margin-top: calc(60 / 768 * 100vw);
  }
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading {
    margin-top: calc(45 / 768 * 100vw);
  }
  .p-news-single__content ol + h4.wp-block-heading, .p-news-single__content ol + h5.wp-block-heading, .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading {
    margin-top: calc(22.5 / 768 * 100vw);
  }
  .p-news-single__content .wp-block-image {
    border-radius: calc(6px / 768 * 100vw);
  }
  .p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
    margin-top: calc(30 / 768 * 100vw);
  }
  .p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: calc(60 / 768 * 100vw);
  }
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: calc(45 / 768 * 100vw);
  }
  .p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: calc(22.5 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-news-list > .grid {
    gap: calc(30 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
  .p-news-list__item a figure {
    border-radius: calc(6px / 375 * 100vw);
  }
  .p-news-list__item__text {
    padding: calc(22.5 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
  }
  .p-news-list__item__text time {
    font-size: calc(11 / 375 * 100vw);
    margin-bottom: calc(7.5 / 375 * 100vw);
  }
  .p-news-title {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .p-news-title time {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(7.5 / 375 * 100vw);
  }
  .p-news-title h1 .jp-text {
    font-size: calc(18 / 375 * 100vw);
  }
  .p-news-single__content h1.wp-block-heading,
  .p-news-single__content h2.wp-block-heading {
    font-size: calc(15 / 375 * 100vw);
    margin: calc(60 / 375 * 100vw) 0 calc(45 / 375 * 100vw);
    padding: calc(11.25 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(22.5 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    border-radius: calc(6px / 375 * 100vw);
  }
  .p-news-single__content h3.wp-block-heading:before {
    width: calc(3 / 375 * 100vw);
  }
  .p-news-single__content h4.wp-block-heading {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(22.5 / 375 * 100vw);
  }
  .p-news-single__content h5.wp-block-heading,
  .p-news-single__content h6.wp-block-heading {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-news-single__content ol + h1.wp-block-heading, .p-news-single__content ol + h2.wp-block-heading,
  .p-news-single__content p + h1.wp-block-heading,
  .p-news-single__content p + h2.wp-block-heading,
  .p-news-single__content ol + h1.wp-block-heading,
  .p-news-single__content ol + h2.wp-block-heading {
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-news-single__content ol + h3.wp-block-heading,
  .p-news-single__content p + h3.wp-block-heading,
  .p-news-single__content ol + h3.wp-block-heading {
    margin-top: calc(45 / 375 * 100vw);
  }
  .p-news-single__content ol + h4.wp-block-heading, .p-news-single__content ol + h5.wp-block-heading, .p-news-single__content ol + h6.wp-block-heading,
  .p-news-single__content p + h4.wp-block-heading,
  .p-news-single__content p + h5.wp-block-heading,
  .p-news-single__content p + h6.wp-block-heading,
  .p-news-single__content ol + h4.wp-block-heading,
  .p-news-single__content ol + h5.wp-block-heading,
  .p-news-single__content ol + h6.wp-block-heading {
    margin-top: calc(22.5 / 375 * 100vw);
  }
  .p-news-single__content .wp-block-image {
    border-radius: calc(6px / 375 * 100vw);
  }
  .p-news-single__content .wp-block-image + p, .p-news-single__content .wp-block-image + ul, .p-news-single__content .wp-block-image + ol {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-news-single__content .wp-block-image + h1.wp-block-heading, .p-news-single__content .wp-block-image + h2.wp-block-heading {
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-news-single__content .wp-block-image + h3.wp-block-heading {
    margin-top: calc(45 / 375 * 100vw);
  }
  .p-news-single__content .wp-block-image + h4.wp-block-heading, .p-news-single__content .wp-block-image + h5.wp-block-heading, .p-news-single__content .wp-block-image + h6.wp-block-heading {
    margin-top: calc(22.5 / 375 * 100vw);
  }
}

/* しめラーメンキャンペーンバナー */
.shime-ramen-banner {
  margin-top: 80px;

  &:hover {
     opacity: 0.7;
  }

  @media screen and (max-width: 767px) {
    margin-top: 40px;
    padding: 0 calc(20 / 375 * 100vw);
  }
}









/* フッター　新潟市観光ガイドbnr差し替え */


.l-footer__nvcb__banner_new {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 140px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 30px;
  z-index: 10;
}
.l-footer__nvcb__banner_new > .row {
  align-items: center;
  justify-content: center;
}


.l-footer__nvcb__banner_new figure {
  /* padding-left: 10px; */
}



@media screen and (max-width: 1365px) {
  
  .l-footer__nvcb__banner_new {
    height: calc(140 / 1366 * 100vw);
    /* padding: 0 calc(30 / 1366 * 100vw); */
  }
  
  .l-footer__nvcb__banner_new figure {
    /* padding-left: calc(10 / 1366 * 100vw); */
  }
  .l-footer__nvcb__banner_new figure img {
    height: calc(100 / 1366 * 100vw);
    width: auto;
  }
  
} 
@media screen and (max-width: 1024px) {
 
  .l-footer__nvcb__banner_new {
    height: calc(105 / 768 * 100vw);
    padding: 0 calc(22.5 / 768 * 100vw);
  }
  
  .l-footer__nvcb__banner_new figure {
    /* padding-left: calc(7.5 / 768 * 100vw); */
  }
  .l-footer__nvcb__banner_new figure img {
    height: calc(75 / 768 * 100vw);
  }
  
} 
@media screen and (max-width: 767px) {
  
  .l-footer__nvcb__banner_new {
    /* height: calc(160 / 375 * 100vw); */
    
    height: calc(100 / 375 * 100vw);
    padding: 0 calc(22.5 / 375 * 100vw);
  }
  
  .l-footer__nvcb__banner_new figure {
    /* padding: calc(7.5 / 375 * 100vw) 0 0 0;
    margin-left: calc(-18 / 375 * 100vw); */

    padding: 0; 
    margin: 0 auto;
    max-width: 100%; 
    display: block;
  }

  .l-footer__nvcb__banner_new figure img {
    /* height: calc(60 / 375 * 100vw); */

    width: 100%; 
    height: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 467px) {
  
  .l-footer__nvcb__banner_new {    
    height: calc(100 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
    margin-right: 10px;
    margin-left: 10px;
  }

}