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

.Baking-class {
  background-color: #B67228;
  border-radius: 50px;
  position: relative;
  color: #FFF;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .Baking-class {
    border-radius: 30px;
  }
}

.Baking-class::after {
  position: absolute;
  content: "";
  border: 1vw solid #FFF9F1;
  border-radius: 50px;
  top: 5vw;
  bottom: 5vw;
  right: 5vw;
  left: 5vw;
  display: block;
  width: 90vw;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .Baking-class::after {
    display: none;
  }
}

.Baking-class-en {
  color: #5F4326;
  position: relative;
  border-bottom: 6px dashed #fff;
  padding-top: 10vw;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Baking-class-en {
    border-bottom: 5px dashed #fff;
  }
}
@media screen and (max-width: 600px) {
  .Baking-class-en {
    border-bottom: 3px dashed #fff;
  }
}
@media screen and (max-width: 480px) {
  .Baking-class-en {
    border-bottom: 2px dashed #fff;
    padding: 7vw 3vw 0;
    margin: 10vw auto 0;
    font-size: 11vw;
  }
}
@media screen and (max-width: 360px) {
  .Baking-class-en {
    border-bottom: 1px dashed #fff;
  }
}

.Baking-class-en::after {
  content: "Bread Baking class";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
  padding-top: 10vw;
}
@media screen and (max-width: 480px) {
  .Baking-class-en::after {
    margin: 6vw auto 0;
    padding: 1vw 3vw 0;
    font-size: 11vw;
  }
}

.Baking-class-jp {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .Baking-class-jp {
    margin: 0vw auto -7vw;
  }
}
@media screen and (max-width: 360px) {
  .Baking-class-jp {
    margin: 0vw auto -8vw;
  }
}

.Baking-class__wrapper {
  margin: 5vw 12vw 0 13vw;
  display: flex;
  gap: 3vw;
}
@media screen and (max-width: 480px) {
  .Baking-class__wrapper {
    flex-direction: column;
    margin: 10vw auto 13vw;
  }
}

.Baking-class__row {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 3vw;
  padding-top: 2vw;
}
@media screen and (max-width: 768px) {
  .Baking-class__row {
    padding-top: 0;
    gap: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .Baking-class__row {
    width: 80vw;
    margin: 0 auto;
  }
}

.Baking-class__img {
  width: fit-content;
  height: 38vw;
  margin-bottom: 13vw;
}
@media screen and (max-width: 480px) {
  .Baking-class__img {
    display: none;
  }
}

.SPBaking-class__img {
  display: none;
}
@media screen and (max-width: 480px) {
  .SPBaking-class__img {
    display: block;
    width: 76vw;
    height: auto;
    margin: 0 auto 2vw;
  }
}

.Baking-class__text {
  padding-top: 1vw;
  font-size: 1.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Baking-class__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Baking-class__text {
    font-size: 1.6rem;
  }
}

.coaching-top__img {
  margin-top: 8vw;
}

.coachingBG {
  background-color: #fff;
}

.coaching-en {
  margin: 0 0 0 13vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .coaching-en {
    margin: 0 auto;
    padding: 0 20vw;
  }
}
.coaching-en .head-jp {
  font-size: 2.5vw;
  margin: 0vw auto 1vw;
  padding-left: 4vw;
}
@media screen and (max-width: 480px) {
  .coaching-en .head-jp {
    font-size: 1.6rem;
    margin: 0vw auto -7vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 360px) {
  .coaching-en .head-jp {
    margin: 0vw auto -8vw;
  }
}

.coaching-en::after {
  content: "Coaching";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: #5F4326;
  -webkit-text-stroke: 2vw #5F4326;
}
@media screen and (max-width: 480px) {
  .coaching-en::after {
    -webkit-text-stroke: 3vw #5F4326;
    margin: 0 auto;
    padding: 0 20vw;
  }
}

.coaching__text {
  margin: 3vw 13vw 0 13vw;
  font-size: 1.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .coaching__text {
    margin: 10vw auto 0;
    width: 80vw;
    font-size: 1.6rem;
  }
}

.body {
  background-image: url(../../assets/img/pages/front-pageBG-white.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 0vw 23vw;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .body {
    background-size: 53%;
    background-position: 0vw 15vw;
  }
}
@media screen and (max-width: 480px) {
  .body {
    background-image: none;
  }
}

.concept-position {
  z-index: 1;
  position: relative;
  height: 72vw;
  margin-top: 3vw;
}
@media screen and (min-width: 1728px) {
  .concept-position {
    top: 0vw;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 1280px) {
  .concept-position {
    margin-top: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .concept-position {
    margin-top: -7vw;
  }
}

.concept {
  z-index: 1;
  position: absolute;
  top: 7vw;
  left: 0vw;
}
@media screen and (min-width: 1512px) {
  .concept {
    top: 20vw;
  }
}
@media screen and (min-width: 1281px) {
  .concept {
    top: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept {
    top: 12vw;
  }
}
@media screen and (min-width: 1728px) {
  .concept {
    top: 15vw;
  }
}
@media screen and (max-width: 1280px) {
  .concept {
    top: 22vw;
  }
}
@media screen and (max-width: 480px) {
  .concept {
    top: 34vw;
    left: 3vw;
  }
}

.concept__BG-pink {
  width: 100%;
  position: absolute;
  top: 24vw;
  left: 35vw;
}
@media screen and (max-width: 1280px) {
  .concept__BG-pink {
    width: 178%;
    top: 23vw;
    left: 33vw;
  }
}
@media screen and (max-width: 1024px) {
  .concept__BG-pink {
    width: 203%;
    top: 23vw;
    left: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__BG-pink {
    width: 248%;
    top: 31vw;
    left: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .concept__BG-pink {
    display: none;
  }
}

.concept__komugi {
  width: 42%;
  position: absolute;
  top: -22vw;
  left: 71vw;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .concept__komugi {
    display: none;
  }
}

.mv_contact__btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5vw 1vw;
  background-color: #B67228;
  color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  outline: 1px dashed #FFF;
  outline-offset: -5px;
}
.mv_contact__btn .contact-flexBox {
  padding: 0.8vw 1vw;
}
.mv_contact__btn .wolt {
  font-size: 1.3vw;
  -webkit-text-stroke: 0px;
}
.mv_contact__btn .wolt-arrow {
  width: 1.2vw;
}

.front-page__txt_anime {
  top: -10vw;
}
@media screen and (max-width: 1280px) {
  .front-page__txt_anime {
    top: -8vw;
  }
}
@media screen and (max-width: 768px) {
  .front-page__txt_anime {
    top: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .front-page__txt_anime {
    top: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .front-page__txt_anime > p {
    width: 147vw;
    font-size: 10vw;
    -webkit-text-stroke: 2px;
  }
}

.front-loop {
  position: relative;
  top: -20vw;
}
@media screen and (max-width: 1280px) {
  .front-loop {
    top: -3vw;
  }
}
@media screen and (max-width: 1024px) {
  .front-loop {
    top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .front-loop {
    top: 65vw;
  }
}
@media screen and (max-width: 480px) {
  .front-loop {
    top: -11vw;
  }
}

.mv__concept {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  font-family: "Zen Maru Gothic";
  font-size: 3.6vw;
  color: #5F4326;
  padding-top: 0vw;
  padding-left: 9vw;
  -webkit-text-stroke: 2px;
  text-align: end;
}
@media screen and (max-width: 1280px) {
  .mv__concept {
    font-size: 2.8vw;
    padding-top: 2vw;
    padding-left: 12vw;
    -webkit-text-stroke: 1px;
  }
}
@media screen and (max-width: 768px) {
  .mv__concept {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .mv__concept {
    padding-top: 5vw;
    -webkit-text-stroke: 0.5px;
    font-size: 2rem;
    padding-left: 2vw;
    text-align: left;
  }
}

@media screen and (max-width: 1280px) {
  .mv__concept2 {
    transform: translateY(0);
    animation-name: concept__fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

.mv__concept.is-animated {
  transform: translateY(0);
  animation-name: concept__fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .mv__concept.is-animated {
    animation-duration: 0s;
  }
}

@keyframes concept__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__concept-br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .mv__concept-br {
    display: block;
  }
}

.mv__concept-tit {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  font-family: "Zen Maru Gothic";
  font-size: 6.5vw;
  color: #5F4326;
  padding-left: 9vw;
  position: absolute;
  top: 4.4vw;
  -webkit-text-stroke: 2px;
}
@media screen and (max-width: 1280px) {
  .mv__concept-tit {
    white-space: nowrap;
    font-size: 4.8vw;
    padding-left: 9vw;
    top: 10.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv__concept-tit {
    -webkit-text-stroke: 2px;
  }
}
@media screen and (max-width: 768px) {
  .mv__concept-tit {
    top: 12.4vw;
  }
}
@media screen and (max-width: 600px) {
  .mv__concept-tit {
    -webkit-text-stroke: 1px;
  }
}
@media screen and (max-width: 480px) {
  .mv__concept-tit {
    font-size: 3.5rem;
    padding-left: 2vw;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 360px) {
  .mv__concept-tit {
    font-size: 3rem;
    padding-left: 2vw;
    padding-top: 11vw;
  }
}

@media screen and (max-width: 1280px) {
  .mv__concept-tit2 {
    transform: translateY(0);
    animation-name: concept__fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

.mv__concept-tit.is-animated {
  transform: translateY(0);
  animation-name: concept__titFadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes concept__titFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__concept-cosmos {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  width: 60%;
  padding-left: 8vw;
  padding-bottom: 14vw;
  position: absolute;
  top: 14vw;
  left: 7vw;
}
@media screen and (max-width: 1280px) {
  .mv__concept-cosmos {
    width: 90%;
    padding-left: 9vw;
    padding-bottom: 9vw;
    top: 19vw;
    left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__concept-cosmos {
    top: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .mv__concept-cosmos {
    display: none;
  }
}

.mv__concept-cosmos.is-animated {
  transform: translateY(0);
  animation-name: concept__cosmosFadeIn;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes concept__cosmosFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  .mv__concept-cosmos2 {
    transform: translateY(0);
    animation-name: concept__fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

.concept .conceptBG-SP {
  background-color: #F7D7BF;
}

.concept__inner {
  font-size: 1.3vw;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 39vw;
  left: 45vw;
  width: 51vw;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .concept__inner {
    top: 40vw;
    left: 37vw;
    width: 51vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__inner {
    top: 50vw;
    left: 16vw;
    width: 78vw;
  }
}
@media screen and (max-width: 480px) {
  .concept__inner {
    background-color: #F7D7BF;
    border-radius: 30px;
    top: 52vw;
    left: -3vw;
    width: 100vw;
  }
}

.concept__text01 {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .concept__text01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__text01 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .concept__text01 {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    padding: 10vw 5vw 3vw;
  }
}

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

.conceptBG {
  background-image: url(../../assets/img/pages/conceptBG.png);
  background-position: center;
  background-size: cover;
  width: 42vw;
  margin: 3vw;
  height: 11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .conceptBG {
    width: 45vw;
    margin: 2vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .conceptBG {
    width: 68vw;
    margin: 2vw 0;
    height: 18vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .conceptBG {
    width: 100vw;
    height: 37vw;
  }
}

.concept__text02 {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  font-size: 2.5vw;
  -webkit-text-stroke: 1px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .concept__text02 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__text02 {
    font-size: 2.8vw;
    -webkit-text-stroke: 0px;
  }
}
@media screen and (max-width: 480px) {
  .concept__text02 {
    font-size: 2rem;
    -webkit-text-stroke: 1px;
  }
}
.concept__text02 > span {
  position: relative;
}
.concept__text02 > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 38vw;
  height: 16px;
  background-color: rgba(118, 131, 12, 0.3);
  z-index: 10;
  border-radius: 30px;
}
@media screen and (min-width: 1440px) {
  .concept__text02 > span::after {
    width: 38vw;
  }
}
@media screen and (min-width: 1512px) {
  .concept__text02 > span::after {
    width: 37vw;
  }
}
@media screen and (min-width: 1728px) {
  .concept__text02 > span::after {
    width: 38vw;
  }
}
@media screen and (max-width: 1280px) {
  .concept__text02 > span::after {
    display: none;
  }
}

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

@keyframes concept__text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  .concept__text2 {
    transform: translateY(0);
    animation-name: concept__fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

.concept__text03 {
  padding-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .concept__text03 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__text03 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .concept__text03 {
    font-size: 1.3rem;
    padding: 1vw;
    white-space: nowrap;
    -webkit-text-stroke: 0.3px;
  }
}

.concept__text04 {
  line-height: 2.3;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .concept__text04 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .concept__text04 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .concept__text04 {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    padding: 3vw 5vw 10vw;
  }
}

.lineUp {
  background-color: #C6D8B7;
  border-radius: 50px;
  margin-top: -18vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .lineUp {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lineUp {
    margin-top: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .lineUp {
    margin-top: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .lineUp {
    margin-top: 153vw;
    border-radius: 30px;
  }
}
@media screen and (max-width: 360px) {
  .lineUp {
    margin-top: 185vw;
  }
}

.lineUp::after {
  z-index: -1;
  position: absolute;
  content: "";
  border: 1vw solid #FFF9F1;
  border-radius: 50px;
  top: 5vw;
  bottom: 5vw;
  right: 5vw;
  left: 5vw;
  display: block;
  width: 90vw;
}
@media screen and (max-width: 480px) {
  .lineUp::after {
    display: none;
  }
}

.lineUp-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lineUp-inner .bread-list__ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  .lineUp-inner .bread-list__ul {
    margin: 6vw 7vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lineUp-inner .bread-list__ul {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 6vw 0vw 0;
  }
}
.lineUp-inner .bread-list__ul .bread-list__li {
  background-image: url(../../assets/img/common/breadBG.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 1vw 2vw;
  padding: 0vw 1vw;
  margin: 0vw 1vw;
}
@media screen and (max-width: 768px) {
  .lineUp-inner .bread-list__ul .bread-list__li {
    background-image: url(../../assets/img/common/breadBG.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 3vw 1vw;
    padding: 0vw 1vw;
    margin: 0vw 1vw;
  }
}
.lineUp-inner .bread-list__ul .bread-list__li .bread-list__link {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  margin: 3vw 0;
}

.bread-list__img {
  width: 100%;
  object-fit: contain;
  height: 12vw;
}
@media screen and (max-width: 768px) {
  .bread-list__img {
    height: 15vw;
  }
}

.bread-list__tit {
  padding-top: 2vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  .bread-list__tit {
    padding-top: 4vw;
    font-size: 2vw;
  }
}

.bread-list .bread-list__ul8 {
  display: grid;
}
@media screen and (max-width: 768px) {
  .bread-list .bread-list__ul8 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .bread-list .bread-list__ul8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 4vw;
    margin-top: 10vw;
  }
  .bread-list .bread-list__ul8 .bread-list__li {
    background-size: 100%;
    background-position: 0vw 0vw;
    padding: 0vw 0vw;
    margin: 0vw 4vw;
  }
  .bread-list .bread-list__ul8 .bread-list__li .bread-list__link .bread-list__img {
    height: 30vw;
  }
  .bread-list .bread-list__ul8 .bread-list__li .bread-list__link .bread-list__tit {
    font-size: 3vw;
    font-weight: bold;
  }
}
.bread-list .bread-list__ulSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .bread-list .bread-list__ulSP {
    display: grid;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 480px) {
  .bread-list .bread-list__ulSP {
    display: none;
  }
}

.news .news-en {
  margin: 5vw 0 0 13vw;
  position: relative;
}
@media screen and (max-width: 480px) {
  .news .news-en {
    margin: 5vw auto 0;
  }
}
.news .news-en .head-jp {
  margin: 0vw auto 1vw;
}
@media screen and (max-width: 480px) {
  .news .news-en .head-jp {
    margin: -1vw auto -7vw;
  }
}
@media screen and (max-width: 360px) {
  .news .news-en .head-jp {
    margin: -3vw auto -8vw;
  }
}
.news .news-en::after {
  content: "News";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.news-flexBox {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  .news-flexBox {
    flex-direction: column;
  }
}

.news-wrapper {
  background-color: #FFF;
  border-radius: 50px;
  width: 70vw;
  margin: 5vw auto 0;
  padding: 3vw;
}
@media screen and (max-width: 768px) {
  .news-wrapper {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .news-wrapper {
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news-wrapper {
    margin: 10vw auto 0;
    width: 100vw;
  }
}

.news__lineBox {
  display: flex;
  flex-direction: column;
}

.news__content {
  padding: 1vw;
  align-items: center;
  border-bottom: 1px dashed #5F4326;
}
.news__content:last-child {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .news__content {
    width: fit-content;
    margin: 0 auto;
  }
}

.news__link {
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__rowBox {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .news__rowBox {
    width: 80vw;
  }
}

.news-time__flexBox {
  display: flex;
  margin: 1vw 0;
  gap: 1vw;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .news-time__flexBox {
    width: 80vw;
  }
}

.news__category {
  font-size: 1.6vw;
  color: #FFF;
  background-color: #C6D8B7;
  padding: 0.2vw 1vw;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .news__category {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .news__category {
    font-size: 1.6rem;
  }
}

.news__arrow {
  background-color: #B67228;
  border-radius: 100%;
  width: 6%;
  height: 6%;
  padding: 2%;
  margin-left: 0.5vw;
}
@media screen and (max-width: 480px) {
  .news__arrow {
    display: none;
  }
}

.news__tit {
  font-weight: bold;
  padding: 1vw 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .news__tit {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .news__tit {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .news__tit {
    font-size: 1.7rem;
  }
}

.news__time {
  font-size: 1.6vw;
}
@media screen and (max-width: 600px) {
  .news__time {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .news__time {
    font-size: 1.5rem;
  }
}

.Online-class {
  background-color: #5F4326;
  border-radius: 50px;
  position: relative;
  color: #FFF;
  padding-bottom: 4vw;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .Online-class {
    border-radius: 30px;
  }
}

.Online-class::after {
  position: absolute;
  content: "";
  border: 1vw solid #FFF9F1;
  border-radius: 50px;
  top: 5vw;
  bottom: 5vw;
  right: 5vw;
  left: 5vw;
  display: block;
  width: 90vw;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .Online-class::after {
    display: none;
  }
}

.Online-class-en {
  padding-top: 10vw;
  margin: 5vw 0 0 13vw;
  position: relative;
  width: fit-content;
  border-bottom: 6px dashed #fff;
  color: #5F4326;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Online-class-en {
    border-bottom: 5px dashed #fff;
  }
}
@media screen and (max-width: 600px) {
  .Online-class-en {
    border-bottom: 3px dashed #fff;
  }
}
@media screen and (max-width: 480px) {
  .Online-class-en {
    border-bottom: 2px dashed #fff;
    font-size: 13vw;
    width: fit-content;
    padding: 3vw 12vw 0;
    margin: 3vw auto 0;
  }
}
@media screen and (max-width: 360px) {
  .Online-class-en {
    border-bottom: 1px dashed #fff;
  }
}

.Online-class-en::after {
  content: "Online-class";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  padding-top: 10vw;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}
@media screen and (max-width: 480px) {
  .Online-class-en::after {
    padding: 0vw 12vw 0;
    margin: 3vw auto 0;
  }
}

.Online-class-jp {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .Online-class-jp {
    margin: -1vw auto -7vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 360px) {
  .Online-class-jp {
    margin: -1vw auto -8vw;
  }
}

.Online-class__wrapper {
  margin: 5vw 12vw 0 13vw;
  display: flex;
  gap: 3vw;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Online-class__wrapper {
    flex-direction: column;
    margin: 10vw auto 5vw;
  }
  .Online-class__wrapper:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.Online-class__imgJP {
  width: fit-content;
  height: 38vw;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .Online-class__imgJP {
    display: none;
  }
}

.Online-class__imgEN {
  width: fit-content;
  height: 38vw;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .Online-class__imgEN {
    display: none;
  }
}

.SPOnline-class1 {
  display: none;
}
@media screen and (max-width: 480px) {
  .SPOnline-class1 {
    display: block;
    width: 80vw;
  }
}

.SPOnline-class2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .SPOnline-class2 {
    display: block;
    width: 80vw;
  }
}

.Online-class__text-jp {
  padding-top: 1vw;
  font-size: 1.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Online-class__text-jp {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Online-class__text-jp {
    font-size: 1.6rem;
    width: 80vw;
  }
}

.Online-class__textEN {
  padding-top: 1vw;
  font-size: 1.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Online-class__textEN {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .Online-class__textEN {
    font-size: 1.6rem;
    width: 80vw;
  }
}

.header {
  position: relative;
}

.header__logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.header__logo {
  background-image: url(../../assets/img/pages/front-logoBG.png);
  background-repeat: no-repeat;
  background-size: 34%;
  height: 21vw;
}

.class__link {
  display: block;
  width: 27vw;
  padding: 2vw 2vw;
}

.top-mv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 64vw;
  animation: zoom-in-anim 1s;
}

@keyframes zoom-in-anim {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.mv-border .dashed {
  width: 11px;
}
@media screen and (max-width: 1024px) {
  .mv-border .dashed {
    width: 7px;
  }
}
@media screen and (max-width: 600px) {
  .mv-border .dashed {
    width: 4px;
  }
}
@media screen and (max-width: 360px) {
  .mv-border .dashed {
    width: 2px;
  }
}
.mv-border .dashed1 {
  position: absolute;
  top: 1vw;
  right: 56vw;
  animation-name: dashed-time;
  animation-delay: 1s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed2 {
  position: absolute;
  top: 3vw;
  right: 55.8vw;
  transform: rotate(-7deg);
  animation-name: dashed-time;
  animation-delay: 1.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed3 {
  position: absolute;
  top: 5vw;
  right: 55.5vw;
  transform: rotate(-13deg);
  animation-name: dashed-time;
  animation-delay: 1.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed4 {
  position: absolute;
  top: 7vw;
  right: 54.8vw;
  transform: rotate(-21deg);
  animation-name: dashed-time;
  animation-delay: 1.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed5 {
  position: absolute;
  top: 9vw;
  right: 53.9vw;
  transform: rotate(-21deg);
  animation-name: dashed-time;
  animation-delay: 1.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed6 {
  position: absolute;
  top: 11vw;
  right: 53.2vw;
  transform: rotate(-16deg);
  animation-name: dashed-time;
  animation-delay: 2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed7 {
  position: absolute;
  top: 13vw;
  right: 52.8vw;
  transform: rotate(-7deg);
  animation-name: dashed-time;
  animation-delay: 2.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed8 {
  position: absolute;
  top: 15vw;
  right: 52.5vw;
  transform: rotate(-16deg);
  animation-name: dashed-time;
  animation-delay: 2.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed9 {
  position: absolute;
  top: 17vw;
  right: 52vw;
  transform: rotate(-22deg);
  animation-name: dashed-time;
  animation-delay: 2.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed10 {
  position: absolute;
  top: 19vw;
  right: 51vw;
  transform: rotate(-15deg);
  animation-name: dashed-time;
  animation-delay: 2.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed11 {
  position: absolute;
  top: 21vw;
  right: 50.6vw;
  transform: rotate(-14deg);
  animation-name: dashed-time;
  animation-delay: 3s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed12 {
  position: absolute;
  top: 23vw;
  right: 50vw;
  transform: rotate(-7deg);
  animation-name: dashed-time;
  animation-delay: 3.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed13 {
  position: absolute;
  top: 25vw;
  right: 49.7vw;
  transform: rotate(2deg);
  animation-name: dashed-time;
  animation-delay: 3.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed14 {
  position: absolute;
  top: 27vw;
  right: 49.8vw;
  transform: rotate(9deg);
  animation-name: dashed-time;
  animation-delay: 3.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed15 {
  position: absolute;
  top: 29vw;
  right: 50vw;
  transform: rotate(9deg);
  animation-name: dashed-time;
  animation-delay: 3.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed16 {
  position: absolute;
  top: 31vw;
  right: 50vw;
  transform: rotate(-9deg);
  animation-name: dashed-time;
  animation-delay: 4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed17 {
  position: absolute;
  top: 33vw;
  right: 49.8vw;
  transform: rotate(-12deg);
  animation-name: dashed-time;
  animation-delay: 4.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed18 {
  position: absolute;
  top: 35vw;
  right: 49.3vw;
  transform: rotate(-21deg);
  animation-name: dashed-time;
  animation-delay: 4.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed19 {
  position: absolute;
  top: 36.8vw;
  right: 48vw;
  transform: rotate(-40deg);
  animation-name: dashed-time;
  animation-delay: 4.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed20 {
  position: absolute;
  top: 38.2vw;
  right: 46.5vw;
  transform: rotate(-51deg);
  animation-name: dashed-time;
  animation-delay: 4.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed21 {
  position: absolute;
  top: 39.3vw;
  right: 44.7vw;
  transform: rotate(-64deg);
  animation-name: dashed-time;
  animation-delay: 5s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed22 {
  position: absolute;
  top: 39.9vw;
  right: 42.8vw;
  transform: rotate(-63deg);
  animation-name: dashed-time;
  animation-delay: 5.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed23 {
  position: absolute;
  top: 40.5vw;
  right: 41vw;
  transform: rotate(-71deg);
  animation-name: dashed-time;
  animation-delay: 5.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed24 {
  position: absolute;
  top: 41vw;
  right: 39vw;
  transform: rotate(-81deg);
  animation-name: dashed-time;
  animation-delay: 5.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed25 {
  position: absolute;
  top: 41.5vw;
  right: 36.9vw;
  transform: rotate(-63deg);
  animation-name: dashed-time;
  animation-delay: 5.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed26 {
  position: absolute;
  top: 42.5vw;
  right: 35vw;
  transform: rotate(-56deg);
  animation-name: dashed-time;
  animation-delay: 6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed27 {
  position: absolute;
  top: 43.7vw;
  right: 33.3vw;
  transform: rotate(-53deg);
  animation-name: dashed-time;
  animation-delay: 6.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed28 {
  position: absolute;
  top: 44.9vw;
  right: 31.5vw;
  transform: rotate(-50deg);
  animation-name: dashed-time;
  animation-delay: 6.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed29 {
  position: absolute;
  top: 46vw;
  right: 29.9vw;
  transform: rotate(-48deg);
  animation-name: dashed-time;
  animation-delay: 6.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed30 {
  position: absolute;
  top: 47.4vw;
  right: 28.2vw;
  transform: rotate(-47deg);
  animation-name: dashed-time;
  animation-delay: 6.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed31 {
  position: absolute;
  top: 48.8vw;
  right: 26.3vw;
  transform: rotate(-56deg);
  animation-name: dashed-time;
  animation-delay: 7s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed32 {
  position: absolute;
  top: 49.6vw;
  right: 24.3vw;
  transform: rotate(-70deg);
  animation-name: dashed-time;
  animation-delay: 7.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed33 {
  position: absolute;
  top: 50vw;
  right: 22.2vw;
  transform: rotate(-84deg);
  animation-name: dashed-time;
  animation-delay: 7.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed34 {
  position: absolute;
  top: 50vw;
  right: 20vw;
  transform: rotate(-101deg);
  animation-name: dashed-time;
  animation-delay: 7.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed35 {
  position: absolute;
  top: 49.2vw;
  right: 17.6vw;
  transform: rotate(-116deg);
  animation-name: dashed-time;
  animation-delay: 7.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed36 {
  position: absolute;
  top: 48vw;
  right: 15.8vw;
  transform: rotate(-125deg);
  animation-name: dashed-time;
  animation-delay: 8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed37 {
  position: absolute;
  top: 46.6vw;
  right: 14.1vw;
  transform: rotate(-128deg);
  animation-name: dashed-time;
  animation-delay: 8.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed38 {
  position: absolute;
  top: 45.3vw;
  right: 12.3vw;
  transform: rotate(-127deg);
  animation-name: dashed-time;
  animation-delay: 8.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed39 {
  position: absolute;
  top: 43.9vw;
  right: 10.8vw;
  transform: rotate(-133deg);
  animation-name: dashed-time;
  animation-delay: 8.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed40 {
  position: absolute;
  top: 42.5vw;
  right: 9vw;
  transform: rotate(-117deg);
  animation-name: dashed-time;
  animation-delay: 8.8s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed41 {
  position: absolute;
  top: 41.5vw;
  right: 6.8vw;
  transform: rotate(-109deg);
  animation-name: dashed-time;
  animation-delay: 9.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed42 {
  position: absolute;
  top: 40.5vw;
  right: 4.5vw;
  transform: rotate(-112deg);
  animation-name: dashed-time;
  animation-delay: 9.2s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed43 {
  position: absolute;
  top: 39.5vw;
  right: 2.5vw;
  transform: rotate(-110deg);
  animation-name: dashed-time;
  animation-delay: 9.4s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv-border .dashed44 {
  position: absolute;
  top: 38.6vw;
  right: 0.4vw;
  transform: rotate(-111deg);
  animation-name: dashed-time;
  animation-delay: 9.6s;
  animation-duration: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes dashed-time {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.global-nav {
  z-index: 2;
  position: absolute;
  top: 22vw;
  left: 10vw;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .global-nav {
    opacity: 0;
  }
}

.global-nav__li {
  padding: 1.4vw 0;
  border-bottom: dashed;
}

.global-nav__li-Link {
  font-size: 1.3vw;
  display: flex;
  justify-content: space-between;
}
.global-nav__li-Link span {
  padding-left: 30px;
  font-family: "Caveat";
}

.access-en {
  position: relative;
}
@media screen and (max-width: 480px) {
  .access-en {
    margin: 6vw auto 0;
  }
}
.access-en .head-jp {
  margin: 0vw auto 1vw;
}
@media screen and (max-width: 480px) {
  .access-en .head-jp {
    margin: -3vw auto -7vw;
  }
}

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

.access__wrapper {
  display: flex;
  margin: 4vw 13vw 0;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  .access__wrapper {
    margin: 4vw 6vw 0 13vw;
  }
}
@media screen and (max-width: 480px) {
  .access__wrapper {
    margin: 10vw auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.access__row {
  display: flex;
  flex-direction: column;
}

.access__img {
  width: fit-content;
  height: 40vw;
}
@media screen and (max-width: 600px) {
  .access__img {
    height: 45vw;
  }
}
@media screen and (max-width: 480px) {
  .access__img {
    width: 70vw;
    height: auto;
  }
}

.access__logo {
  width: fit-content;
  height: 8vw;
}
@media screen and (max-width: 480px) {
  .access__logo {
    width: auto;
    height: 14vw;
    margin: 0 auto;
  }
}

.access__contents {
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .access__contents {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 480px) {
  .access__contents {
    font-size: 1.6rem;
    width: 80vw;
    margin: 4vw auto 0;
  }
}
.access__contents > dt {
  padding: 1vw 0;
  width: 40%;
  border-bottom: 2px dashed #5F4326;
}
@media screen and (max-width: 1024px) {
  .access__contents > dt {
    border-bottom: 1px dashed #5F4326;
  }
}
.access__contents > dd {
  padding: 1vw 0;
  width: 60%;
  border-bottom: 2px dashed #5F4326;
}
@media screen and (max-width: 1024px) {
  .access__contents > dd {
    border-bottom: 1px dashed #5F4326;
  }
}
.access__contents > dd:first-child {
  width: 100%;
  border-bottom: 2px dashed #5F4326;
}
@media screen and (max-width: 1024px) {
  .access__contents > dd:first-child {
    border-bottom: 1px dashed #5F4326;
  }
}

.access__navList-SNS {
  display: flex;
  align-items: center;
  gap: 3vw;
  margin: 2.5vw 0;
}
@media screen and (max-width: 480px) {
  .access__navList-SNS {
    margin: 5.5vw 0;
    gap: 6vw;
  }
}

.access__SNS-img {
  display: flex;
  background-color: #fff;
  border-radius: 100%;
}
.access__SNS-img > img {
  width: 5vw;
  height: 5vw;
  padding: 1vw;
}
@media screen and (max-width: 480px) {
  .access__SNS-img > img {
    width: 16vw;
    height: 16vw;
    padding: 4vw;
  }
}

.google-map {
  margin-top: 4vw;
  border-radius: 50px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .google-map {
    height: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .google-map {
    margin-top: 7vw;
    border-radius: 20px;
    height: 60vw;
  }
}

.cta {
  margin-top: 10vw;
}

.cta__wrapper {
  width: 80vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cta__wrapper {
    width: 100%;
    border-radius: 30px;
  }
}
.cta__wrapper .cta__rowBox {
  width: 50vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .cta__wrapper .cta__rowBox {
    margin: 0 auto;
    align-items: center;
  }
}
.cta__wrapper .cta__rowBox .cta-en2 {
  margin: 3vw auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .cta__wrapper .cta__rowBox .cta-en2 {
    margin: 3vw 0vw;
    padding: 0vw 20vw;
  }
}
@media screen and (max-width: 360px) {
  .cta__wrapper .cta__rowBox .cta-en2 {
    margin: 3vw 1vw;
  }
}
.cta__wrapper .cta__rowBox .cta-en2 .head-jp {
  font-size: 2.5vw;
  margin: 0vw auto 1vw;
  padding-left: 2vw;
}
@media screen and (max-width: 480px) {
  .cta__wrapper .cta__rowBox .cta-en2 .head-jp {
    font-size: 1.6rem;
    margin: -1vw auto -7vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .cta__wrapper .cta__rowBox .cta-en2 .head-jp {
    margin: -3vw auto -7vw;
  }
}
.cta__wrapper .cta__rowBox .cta-en2::after {
  content: "Contact";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: #5F4326;
  -webkit-text-stroke: 2vw #5F4326;
}
@media screen and (max-width: 480px) {
  .cta__wrapper .cta__rowBox .cta-en2::after {
    -webkit-text-stroke: 3vw #5F4326;
    padding: 0vw 20vw;
  }
}
.cta__contents {
  margin: 3vw 0 5vw 7vw;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  .cta__contents {
    margin: 4vw 0vw 5vw;
  }
}
@media screen and (max-width: 360px) {
  .cta__contents {
    margin: 4vw 0vw 5vw;
  }
}
.cta__contents .cta__text {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: inherit;
  margin-bottom: 1vw;
}
@media screen and (min-width: 1728px) {
  .cta__contents .cta__text {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .cta__contents .cta__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1280px) {
  .cta__contents .cta__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__contents .cta__text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .cta__contents .cta__text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .cta__contents .cta__text {
    font-size: 1.7rem;
    margin: 3vw auto;
  }
}
@media screen and (max-width: 360px) {
  .cta__contents .cta__text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .cta__tel-link {
    margin: 0 auto;
  }
}

.cta__telFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin: 0vw auto 2vw;
}
.cta__telFlex .cta__tel {
  width: 6vw;
  height: 6vw;
  padding: 1vw;
  background-color: #B67228;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .cta__telFlex .cta__tel {
    width: 9vw;
    height: 9vw;
    padding: 2vw;
  }
}
.cta__telFlex .cta-num {
  font-size: 5vw;
  -webkit-text-stroke: 3px;
  color: #B67228;
}
@media screen and (max-width: 600px) {
  .cta__telFlex .cta-num {
    -webkit-text-stroke: 2px;
  }
}
@media screen and (max-width: 480px) {
  .cta__telFlex .cta-num {
    font-size: 8vw;
    margin: 0 auto;
  }
}

.tel-time {
  font-size: 2vw;
  border: 2px solid #B67228;
  border-radius: 30px;
  text-align: center;
  padding: 0.5vw 20vw;
  color: #B67228;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .tel-time {
    padding: 0.5vw 15vw;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .tel-time {
    font-size: 2vw;
    border: 1px solid #B67228;
  }
}
@media screen and (max-width: 480px) {
  .tel-time {
    margin: 0 auto;
    font-size: 1.3rem;
  }
}

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

.cta__SP-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta__SP-br {
    display: block;
  }
}/*# sourceMappingURL=front-page.css.map */