html {
  font-size: 62.5%;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  box-sizing: border-box;
  background-color: #F9F3E8;
}

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

.link {
  color: #B67228;
  font-weight: bold;
}
.link:hover {
  border-bottom: 1px solid #B67228;
}
@media screen and (max-width: 1120px) {
  .link:hover {
    border-bottom: none;
  }
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.pageHead-frexBox {
  display: flex;
  flex-direction: column;
  background-image: url(../../assets/img/common/head-line__img.png);
  background-repeat: no-repeat;
  background-size: 30%;
  height: 16vw;
  text-align: center;
  background-position: 35vw 0vw;
  margin: 4vw 0;
}
@media screen and (min-width: 1281px) {
  .pageHead-frexBox {
    margin: -7vw 0 -10vw;
  }
}
@media screen and (max-width: 480px) {
  .pageHead-frexBox {
    background-size: 50%;
    height: 26vw;
    text-align: center;
    background-position: 25vw 0vw;
    margin: 5vw 0 3vw;
  }
}

.pageHead-en {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: "Caveat";
  color: #5F4326;
  font-size: 7vw;
  font-weight: bold;
  position: relative;
  display: flex;
  width: fit-content;
  flex-direction: column;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .pageHead-en {
    font-size: 15vw;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pageHead-en::after {
  content: "Line up";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.pageHead-ja {
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pageHead-ja {
    font-size: 1.6rem;
    margin-top: -4vw;
    font-weight: bold;
  }
}

.head-flexBox {
  display: flex;
  text-align: end;
}

.head-en {
  transform: translateY(2vw);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  font-family: "Caveat";
  color: #5F4326;
  border-bottom: 6px dashed #5F4326;
  font-size: 7vw;
  font-weight: bold;
  margin: 10vw 0 0 13vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .head-en {
    border-bottom: 5px dashed #5F4326;
  }
}
@media screen and (max-width: 600px) {
  .head-en {
    border-bottom: 3px dashed #5F4326;
  }
}
@media screen and (max-width: 480px) {
  .head-en {
    border-bottom: 2px dashed #5F4326;
    font-size: 13vw;
    margin: 2vw auto 0;
    flex-direction: column;
    padding: 0vw 23vw;
    align-items: unset;
  }
}
@media screen and (max-width: 360px) {
  .head-en {
    border-bottom: 1px dashed #5F4326;
  }
}

.head-en::after {
  content: "Line up";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}
@media screen and (max-width: 480px) {
  .head-en::after {
    -webkit-text-stroke: 3vw #FFF;
    padding: 0vw 23vw;
  }
}

.head-en.is-animated {
  transform: translateY(0);
  animation-name: header__fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes header__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.head-jp {
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  font-size: 2.5vw;
  font-weight: bold;
  padding-left: 3vw;
  margin: 0vw auto 1vw;
}
@media screen and (max-width: 480px) {
  .head-jp {
    font-size: 1.6rem;
    margin: 1vw auto -7vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 360px) {
  .head-jp {
    margin: 0vw auto -8vw;
  }
}

.txt_anime {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: -1;
}
.txt_anime > p {
  width: 320vw;
  font-size: 25vw;
  color: #fff;
  font-family: "Caveat";
  -webkit-text-stroke: 30px;
  transform: translateX(100%);
}
@media screen and (max-width: 1280px) {
  .txt_anime > p {
    -webkit-text-stroke: 16px;
  }
}
@media screen and (max-width: 768px) {
  .txt_anime > p {
    -webkit-text-stroke: 6px;
  }
}

.loop03 {
  padding-top: 0vw;
  padding-bottom: 0vw;
  overflow: hidden;
}

.loop03__box {
  display: flex;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loop03__item {
  flex: 0 0 auto;
  font-size: 40px;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.loop03__item:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop03__item:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * 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;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.low-header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: zoom-in-anim__low 1s;
}
@media screen and (max-width: 1280px) {
  .low-header__img {
    position: unset;
  }
}

@keyframes zoom-in-anim__low {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.low-mv-border .dashed {
  width: 11px;
}
@media screen and (max-width: 1024px) {
  .low-mv-border .dashed {
    width: 7px;
  }
}
@media screen and (max-width: 600px) {
  .low-mv-border .dashed {
    width: 4px;
  }
}
@media screen and (max-width: 360px) {
  .low-mv-border .dashed {
    width: 2px;
  }
}
.low-mv-border .dashed1 {
  position: absolute;
  top: 28vw;
  left: 0vw;
  transform: rotate(-86deg);
  animation-name: dashed-time;
  animation-delay: 1s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed2 {
  position: absolute;
  top: 28vw;
  left: 2vw;
  transform: rotate(-87deg);
  animation-name: dashed-time;
  animation-delay: 1.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed3 {
  position: absolute;
  top: 28vw;
  left: 4vw;
  transform: rotate(-89deg);
  animation-name: dashed-time;
  animation-delay: 1.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed4 {
  position: absolute;
  top: 27.8vw;
  left: 6vw;
  transform: rotate(-96deg);
  animation-name: dashed-time;
  animation-delay: 1.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed5 {
  position: absolute;
  top: 27.5vw;
  left: 8vw;
  transform: rotate(-97deg);
  animation-name: dashed-time;
  animation-delay: 1.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed6 {
  position: absolute;
  top: 27.2vw;
  left: 10vw;
  transform: rotate(-98deg);
  animation-name: dashed-time;
  animation-delay: 2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed7 {
  position: absolute;
  top: 26.8vw;
  left: 12vw;
  transform: rotate(-97deg);
  animation-name: dashed-time;
  animation-delay: 2.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed8 {
  position: absolute;
  top: 26.4vw;
  left: 14vw;
  transform: rotate(-99deg);
  animation-name: dashed-time;
  animation-delay: 2.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed9 {
  position: absolute;
  top: 26vw;
  left: 16vw;
  transform: rotate(-97deg);
  animation-name: dashed-time;
  animation-delay: 2.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed10 {
  position: absolute;
  top: 25.6vw;
  left: 18.3vw;
  transform: rotate(-94deg);
  animation-name: dashed-time;
  animation-delay: 2.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed11 {
  position: absolute;
  top: 25.5vw;
  left: 20.5vw;
  transform: rotate(-86deg);
  animation-name: dashed-time;
  animation-delay: 3s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed12 {
  position: absolute;
  top: 25.6vw;
  left: 22.8vw;
  transform: rotate(-80deg);
  animation-name: dashed-time;
  animation-delay: 3.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed13 {
  position: absolute;
  top: 25.9vw;
  left: 25.2vw;
  transform: rotate(-76deg);
  animation-name: dashed-time;
  animation-delay: 3.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed14 {
  position: absolute;
  top: 26.4vw;
  left: 27.5vw;
  transform: rotate(-75deg);
  animation-name: dashed-time;
  animation-delay: 3.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed15 {
  position: absolute;
  top: 26.9vw;
  left: 29.8vw;
  transform: rotate(-74deg);
  animation-name: dashed-time;
  animation-delay: 3.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed16 {
  position: absolute;
  top: 27.4vw;
  left: 32vw;
  transform: rotate(-76deg);
  animation-name: dashed-time;
  animation-delay: 4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed17 {
  position: absolute;
  top: 27.7vw;
  left: 34.2vw;
  transform: rotate(-82deg);
  animation-name: dashed-time;
  animation-delay: 4.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed18 {
  position: absolute;
  top: 27.8vw;
  left: 36.6vw;
  transform: rotate(-87deg);
  animation-name: dashed-time;
  animation-delay: 4.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed19 {
  position: absolute;
  top: 27.9vw;
  left: 39vw;
  transform: rotate(-88deg);
  animation-name: dashed-time;
  animation-delay: 4.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed20 {
  position: absolute;
  top: 27.8vw;
  left: 41.4vw;
  transform: rotate(-92deg);
  animation-name: dashed-time;
  animation-delay: 4.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed21 {
  position: absolute;
  top: 27.6vw;
  left: 43.8vw;
  transform: rotate(-92deg);
  animation-name: dashed-time;
  animation-delay: 5s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed22 {
  position: absolute;
  top: 27.3vw;
  left: 46.2vw;
  transform: rotate(-93deg);
  animation-name: dashed-time;
  animation-delay: 5.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed23 {
  position: absolute;
  top: 27vw;
  left: 48.6vw;
  transform: rotate(-94deg);
  animation-name: dashed-time;
  animation-delay: 5.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed24 {
  position: absolute;
  top: 26.7vw;
  left: 51vw;
  transform: rotate(-95deg);
  animation-name: dashed-time;
  animation-delay: 5.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed25 {
  position: absolute;
  top: 26.3vw;
  left: 53.4vw;
  transform: rotate(-98deg);
  animation-name: dashed-time;
  animation-delay: 5.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed26 {
  position: absolute;
  top: 25.8vw;
  left: 55.8vw;
  transform: rotate(-98deg);
  animation-name: dashed-time;
  animation-delay: 6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed27 {
  position: absolute;
  top: 25.3vw;
  left: 58.1vw;
  transform: rotate(-98deg);
  animation-name: dashed-time;
  animation-delay: 6.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed28 {
  position: absolute;
  top: 24.8vw;
  left: 60.3vw;
  transform: rotate(-100deg);
  animation-name: dashed-time;
  animation-delay: 6.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed29 {
  position: absolute;
  top: 24.2vw;
  left: 62.8vw;
  transform: rotate(-102deg);
  animation-name: dashed-time;
  animation-delay: 6.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed30 {
  position: absolute;
  top: 23.6vw;
  left: 65.2vw;
  transform: rotate(-101deg);
  animation-name: dashed-time;
  animation-delay: 6.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed31 {
  position: absolute;
  top: 23.2vw;
  left: 67.8vw;
  transform: rotate(-95deg);
  animation-name: dashed-time;
  animation-delay: 7s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed32 {
  position: absolute;
  top: 22.9vw;
  left: 70.5vw;
  transform: rotate(-94deg);
  animation-name: dashed-time;
  animation-delay: 7.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed33 {
  position: absolute;
  top: 22.8vw;
  left: 73.2vw;
  transform: rotate(-78deg);
  animation-name: dashed-time;
  animation-delay: 7.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed34 {
  position: absolute;
  top: 23.2vw;
  left: 75.8vw;
  transform: rotate(-73deg);
  animation-name: dashed-time;
  animation-delay: 7.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed35 {
  position: absolute;
  top: 24vw;
  left: 78.2vw;
  transform: rotate(-70deg);
  animation-name: dashed-time;
  animation-delay: 7.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed36 {
  position: absolute;
  top: 24.8vw;
  left: 80.4vw;
  transform: rotate(-69deg);
  animation-name: dashed-time;
  animation-delay: 8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed37 {
  position: absolute;
  top: 25.6vw;
  left: 82.7vw;
  transform: rotate(-80deg);
  animation-name: dashed-time;
  animation-delay: 8.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed38 {
  position: absolute;
  top: 25.7vw;
  left: 85.3vw;
  transform: rotate(-87deg);
  animation-name: dashed-time;
  animation-delay: 8.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed39 {
  position: absolute;
  top: 25.7vw;
  left: 88.1vw;
  transform: rotate(-87deg);
  animation-name: dashed-time;
  animation-delay: 8.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed40 {
  position: absolute;
  top: 25.3vw;
  left: 90.8vw;
  transform: rotate(-97deg);
  animation-name: dashed-time;
  animation-delay: 8.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed41 {
  position: absolute;
  top: 24.7vw;
  left: 93.3vw;
  transform: rotate(-104deg);
  animation-name: dashed-time;
  animation-delay: 9s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed42 {
  position: absolute;
  top: 23.9vw;
  left: 95.7vw;
  transform: rotate(-109deg);
  animation-name: dashed-time;
  animation-delay: 9.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.low-mv-border .dashed43 {
  position: absolute;
  top: 22.9vw;
  left: 98.1vw;
  transform: rotate(-109deg);
  animation-name: dashed-time;
  animation-delay: 9.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes dashed-time {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.low-lineUp {
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .low-lineUp {
    margin-top: 14vw;
  }
}

.low-bread-list .low-bread-list__ul8 {
  display: grid;
}
@media screen and (max-width: 768px) {
  .low-bread-list .low-bread-list__ul8 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .low-bread-list .low-bread-list__ul8 {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .low-bread-list .low-bread-list__ul8 .low-bread-list__li .bread-list__link .bread-list__img {
    height: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .low-bread-list .low-bread-list__ul8 .low-bread-list__li .bread-list__link .low-bread-list__tit {
    padding-top: 5vw;
    font-size: 1.2rem;
  }
}
.low-bread-list .low-bread-list__ulSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .low-bread-list .low-bread-list__ulSP {
    display: grid;
  }
}
@media screen and (max-width: 480px) {
  .low-bread-list .low-bread-list__ulSP {
    display: none;
  }
}
.low-bread-list .low-bread-list__ul {
  margin-top: 11vw;
  margin-bottom: 11vw;
}
@media screen and (max-width: 1024px) {
  .low-bread-list .low-bread-list__ul {
    margin: 11vw 0 11vw;
  }
}
.low-bread-list .low-bread-list__ul .low-bread-list__li {
  display: block;
  background-size: 100%;
  background-position: 0vw 1vw;
  padding: 0vw 1vw;
  margin: 0vw 1vw;
}
@media screen and (max-width: 1024px) {
  .low-bread-list .low-bread-list__ul .low-bread-list__li {
    margin: 0vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  .low-bread-list .low-bread-list__ul .low-bread-list__li {
    background-size: 100%;
    background-position: 0vw 1vw;
    padding: 0vw 0vw;
    margin: 0vw 3vw;
  }
}
@media screen and (max-width: 480px) {
  .low-bread-list .low-bread-list__ul .low-bread-list__li {
    background-position: 0vw 0vw;
    padding: 0vw 0vw;
    margin: 1vw 4vw;
    background-size: 100%;
  }
}
.low-bread-list .low-bread-list__ul .low-bread-list__li .bread-list__img {
  width: 100%;
  object-fit: contain;
  height: 14vw;
}
.low-bread-list .low-bread-list__ul .low-bread-list__li .low-bread-list__tit {
  padding-top: 3vw;
  font-weight: bold;
}

.low-bread-list {
  margin: 0px 10vw;
}
@media screen and (max-width: 480px) {
  .low-bread-list {
    margin: 0px 5vw;
  }
}

.pagenationBox {
  width: fit-content;
  margin: 4vw auto 8vw;
}

.previouspostslink {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #C6D8B7;
  font-size: 2vw;
  color: #F9F3E8;
  font-weight: bold;
  transition: all 0.15s linear;
  border: #C6D8B7;
  padding-bottom: -0.0055px;
}
@media screen and (max-width: 768px) {
  .previouspostslink {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .previouspostslink {
    width: 25px;
    height: 25px;
    font-size: 5vw;
  }
}

.page.larger {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #F9F3E8;
  font-size: 2vw;
  color: #C6D8B7;
  font-weight: bold;
  transition: all 0.15s linear;
}
@media screen and (max-width: 768px) {
  .page.larger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .page.larger {
    width: 25px;
    height: 25px;
    font-size: 5vw;
  }
}

.wp-pagenavi span.current {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #C6D8B7;
  font-size: 2vw;
  color: #F9F3E8;
  font-weight: bold;
  transition: all 0.15s linear;
  border: #C6D8B7;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .wp-pagenavi span.current {
    width: 25px;
    height: 25px;
    font-size: 5vw;
  }
}

.wp-pagenavi {
  clear: both;
  display: flex;
}

.page.smaller {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #F9F3E8;
  font-size: 2vw;
  color: #C6D8B7;
  font-weight: bold;
  transition: all 0.15s linear;
}
@media screen and (max-width: 768px) {
  .page.smaller {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .page.smaller {
    width: 25px;
    height: 25px;
    font-size: 5vw;
  }
}

.nextpostslink {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #C6D8B7;
  font-size: 2vw;
  color: #F9F3E8;
  font-weight: bold;
  transition: all 0.15s linear;
  border: #C6D8B7;
  padding-bottom: -0.0055px;
}
@media screen and (max-width: 768px) {
  .nextpostslink {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .nextpostslink {
    width: 25px;
    height: 25px;
    font-size: 5vw;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  line-height: 0;
  padding: 17px 17px;
}

.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: url(../img/common/ic_round-last-page.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: url(../img/common/pagenation.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.low-news-en {
  position: relative;
}

.low-news-en::after {
  content: "News";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.low-news-wrapper {
  margin: 13vw auto 0;
}
@media screen and (max-width: 1280px) {
  .low-news-wrapper {
    margin: 5vw auto 0;
  }
}

.bread-introduction {
  margin-top: 20vw;
}
@media screen and (max-width: 1280px) {
  .bread-introduction {
    margin-top: 23vw;
  }
}

.bread-introduction__wrapper {
  width: 80vw;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 5vw;
}
@media screen and (max-width: 480px) {
  .bread-introduction__wrapper {
    flex-direction: column;
    width: 100%;
  }
}

.breadBG {
  position: relative;
  background-image: url(../../assets/img/pages/pages.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35vw;
  height: 35vw;
}
@media screen and (max-width: 480px) {
  .breadBG {
    width: 80vw;
    height: 80vw;
  }
}

.bread {
  width: 100%;
  object-fit: contain;
  height: 18vw;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .bread {
    height: 60vw;
  }
}

.bread-introductionBox {
  width: 40vw;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 35vw;
  background-image: url(../../assets/img/pages/conceptBG.png);
  background-repeat: no-repeat;
  background-size: 37vw;
  background-position: 3vw 12vw;
}
@media screen and (max-width: 768px) {
  .bread-introductionBox {
    background-position: 3vw 17vw;
  }
}
@media screen and (max-width: 480px) {
  .bread-introductionBox {
    width: 100%;
    height: 44vw;
    background-size: 110vw;
    background-position: -5vw 15vw;
  }
}

.bread-introduction__tit {
  text-align: left;
  margin-top: 0;
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .bread-introduction__tit {
    display: none;
  }
}

.bread-introduction__titSP {
  display: none;
}
@media screen and (max-width: 480px) {
  .bread-introduction__titSP {
    display: block;
    font-size: 5vw;
  }
}

.hitokoto {
  position: absolute;
  width: auto;
  height: 5vh;
  top: 10vw;
  left: 1vw;
}
@media screen and (min-width: 1728px) {
  .hitokoto {
    height: 4vh;
  }
}
@media screen and (max-width: 1024px) {
  .hitokoto {
    height: 3vh;
    top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .hitokoto {
    height: 4vh;
    top: 11vw;
    left: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .hitokoto {
    height: 3vh;
  }
}
@media screen and (max-width: 480px) {
  .hitokoto {
    top: 4vw;
    left: 8vw;
    height: 5vh;
  }
}
@media screen and (max-width: 360px) {
  .hitokoto {
    height: 7vh;
    top: 3vw;
    left: 5vw;
  }
}

.bread-introduction__text {
  font-size: 1.3vw;
  font-weight: bold;
  position: absolute;
  top: 13.5vw;
  left: 2vw;
  text-align: center;
  width: 41vw;
}
@media screen and (max-width: 768px) {
  .bread-introduction__text {
    top: 19.5vw;
  }
}
@media screen and (max-width: 480px) {
  .bread-introduction__text {
    font-size: 1.6rem;
    left: 4vw;
    text-align: center;
    width: 90vw;
  }
}

.allergy {
  top: 30vw;
  font-weight: bold;
  font-size: 1.6vw;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .allergy {
    top: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .allergy {
    font-size: 1.6rem;
    width: 100%;
    margin-top: 23vw;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .allergy {
    margin-top: 32vw;
  }
}

@media screen and (max-width: 480px) {
  .page__loop {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 360px) {
  .page__loop {
    margin-top: 20vw;
  }
}

.news-page {
  margin-top: -16vw;
}
@media screen and (min-width: 1728px) {
  .news-page {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 1280px) {
  .news-page {
    margin-top: 23vw;
  }
}
@media screen and (max-width: 480px) {
  .news-page {
    margin-top: 0;
    padding-top: 25vw;
  }
}

.news-page__wrapper {
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
  width: 80vw;
}
@media screen and (max-width: 480px) {
  .news-page__wrapper {
    width: 100vw;
  }
}

.news-page__inner {
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .news-page__inner {
    width: 100vw;
  }
}

.news-page__time {
  font-size: 1.6vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-page__time {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .news-page__time {
    font-size: 1.4rem;
  }
}

.news-page__tit {
  text-align: center;
  font-size: 2vw;
  width: 70vw;
  border-bottom: 3px dashed #5F4326;
  padding: 1vw 0 2vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-page__tit {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .news-page__tit {
    font-size: 2rem;
    width: 80vw;
    border-bottom: 2px dashed #5F4326;
  }
}
@media screen and (max-width: 360px) {
  .news-page__tit {
    border-bottom: 1px dashed #5F4326;
  }
}

.news-page__img {
  margin-top: 3vw;
  width: 60vw;
  height: auto;
}
@media screen and (max-width: 480px) {
  .news-page__img {
    width: 80vw;
  }
}

.news-page__text {
  width: 70vw;
  margin: 2vw 0;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .news-page__text {
    margin: 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news-page__text {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 480px) {
  .news-page__text {
    width: 80vw;
    font-size: 1.6rem;
  }
}

.news-page__btn {
  margin: 2vw auto;
}

.news-page__txt_anime {
  top: 0vw;
  height: 33vw;
}

@media screen and (max-width: 1280px) {
  .aboutUs .pageHead-frexBox {
    margin: 7vw 0 4vw;
  }
}
.aboutUs .pageHead-frexBox .about-us-en {
  position: relative;
}
.aboutUs .pageHead-frexBox .about-us-en::after {
  content: "About us";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.aboutUs-top__img {
  margin-top: 14vw;
}
@media screen and (max-width: 1280px) {
  .aboutUs-top__img {
    margin-top: 0;
  }
}

.aboutUs-wrapper {
  background-color: #FFF;
  padding: 0 10vw 0;
}
@media screen and (max-width: 768px) {
  .aboutUs-wrapper {
    padding: 0 5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .aboutUs-wrapper {
    padding: 0 5vw 9vw;
  }
}
@media screen and (max-width: 480px) {
  .aboutUs-wrapper {
    padding: 0 5vw 3vw;
  }
}
@media screen and (max-width: 360px) {
  .aboutUs-wrapper {
    padding: 0 5vw 3vw;
  }
}

.aboutUs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
@media screen and (max-width: 480px) {
  .aboutUs-inner {
    flex-direction: column;
  }
}

.owner-img {
  width: fit-content;
  height: 40vw;
}
@media screen and (max-width: 480px) {
  .owner-img {
    display: none;
  }
}

.ownerSP-img {
  display: none;
}
@media screen and (max-width: 480px) {
  .ownerSP-img {
    display: block;
  }
}

.aboutUs-box {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .aboutUs-box {
    text-align: center;
  }
}

.aboutUs-tit {
  font-size: 2vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutUs-tit {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .aboutUs-tit {
    display: none;
  }
}
.aboutUs-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 30vw;
  height: 16px;
  background-color: rgba(118, 131, 12, 0.3);
  z-index: 10;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .aboutUs-tit::after {
    height: 12px;
    left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutUs-tit::after {
    width: 45vw;
  }
}
@media screen and (max-width: 480px) {
  .aboutUs-tit::after {
    height: 9px;
  }
}
@media screen and (max-width: 360px) {
  .aboutUs-tit::after {
    height: 6px;
  }
}

.aboutUs-titSP {
  display: none;
}
@media screen and (max-width: 480px) {
  .aboutUs-titSP {
    transform: translateY(2vw);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-size: 5vw;
    display: block;
    font-weight: bold;
    position: relative;
  }
  .aboutUs-titSP::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 63vw;
    height: 16px;
    background-color: rgba(118, 131, 12, 0.3);
    z-index: 10;
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .aboutUs-titSP::after {
    width: 78vw;
    height: 13px;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .aboutUs-titSP::after {
    height: 6px;
  }
}

.owner-name {
  margin-top: 2vw;
  font-size: 1.6vw;
}
@media screen and (max-width: 480px) {
  .owner-name {
    margin-top: 0;
    font-size: 2rem;
  }
}

.aboutUs-text {
  margin-top: 1vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 600px) {
  .aboutUs-text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .aboutUs-text {
    margin-top: 5vw;
    font-size: 1.6rem;
    text-align: left;
  }
}

.swiper {
  background-color: #fff;
  width: 100%;
  padding: 6vw 0 2vw;
}

.slick-area {
  font-size: 0;
}
.slick-area .swiper-slide {
  padding: 0 2.5vw;
}

.histosy .history-en {
  position: relative;
}
.histosy .history-en::after {
  content: "History";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.history-wrapper {
  width: 90vw;
  margin: 0 auto;
}

.history-flexBox {
  display: flex;
  align-items: center;
  margin-top: 0vw;
}
.history-flexBox:first-child {
  margin-top: 5vw;
}
@media screen and (max-width: 480px) {
  .history-flexBox:first-child {
    margin-top: 10vw;
  }
}
.history-flexBox .history-year {
  position: relative;
  margin: 2vw 0 1vw 0vw;
  padding: 6vw;
  background-image: url(../../assets/img/pages/yearDB.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.history-flexBox .RB {
  background-image: url(../../assets/img/pages/yaerBR.png);
}

.history__SP-br {
  display: none;
}
@media screen and (max-width: 480px) {
  .history__SP-br {
    display: block;
  }
}

.year {
  color: #FFF;
  font-family: "Caveat";
  position: absolute;
  top: 3vw;
  left: 3vw;
  font-size: 3vw;
}
@media screen and (max-width: 480px) {
  .year {
    top: 2.5vw;
    left: 1.7vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .year {
    left: 0.7vw;
  }
}

.history-text {
  width: 80vw;
  font-size: 1.6vw;
  padding: 4vw 6vw;
  border: 3px dashed #5F4326;
  border-radius: 100px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-left: -40px;
}
@media screen and (max-width: 1024px) {
  .history-text {
    border: 1px dashed #5F4326;
    margin-left: -20px;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .history-text {
    padding: 4vw auto 6vw;
    margin-left: -10px;
    font-size: 1.3rem;
  }
}

.arrowBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrowRG {
  width: auto;
  height: 3vw;
  margin: 1vw auto;
}

.access .access-en {
  position: relative;
  margin: 3vw 0 0 13vw;
}
.access .access-en::after {
  content: "Access";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.about-us__map {
  margin-top: 7vw;
}

.about-us__txt_anime {
  top: 0vw;
  height: 32vw;
}/*# sourceMappingURL=lower-page.css.map */