@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.outline-First {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.outline-First .outline-FirstText {
  font-size: 300%;
  letter-spacing: 0.4em;
  line-height: 3rem;
  margin: 3rem auto;
}

#teaser {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#teaser .circle01 {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 2;
}
#teaser .circle02 {
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: 2;
}
#teaser .circle03 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
}
#teaser #bg_move {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
#teaser .page01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  height: 100vh;
  width: 100%;
  background: #fff;
}
#teaser .page01 .text01 {
  font-size: 70%;
  color: #789193;
  letter-spacing: 0.7em;
}
#teaser .page01 .text03 {
  font-size: 70%;
  color: #789193;
  letter-spacing: 0.5em;
}
#teaser .page02 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
#teaser .page02 .mvBg {
  width: 100%;
  height: 100vh;
  background-image: url("../img/tiz/mv_bg.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#teaser .page02 .mvChara {
  width: 100%;
  height: 100vh;
  background-image: url("../img/tiz/mv_chara.png");
  background-size: cover;
  background-position: center;
  transform-origin: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#teaser .page02 .mvLeaf {
  width: 100%;
  height: 100vh;
  background-image: url("../img/tiz/mv_leaf.png");
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  animation: leaf 7s infinite ease-in-out;
  transform-origin: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#teaser .page02 .mv_text {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
#teaser .page02 .mv_text .top_text {
  text-align: center;
  font-size: 70%;
  color: #789193;
  letter-spacing: 0.7em;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}
#teaser .page02 .mv_text .logoArea {
  position: absolute;
  left: 3.5em;
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  line-height: 3em;
}
#teaser .page02 .mv_text .logo {
  width: 28vw;
}
#teaser .page02 .mv_text .comingsoon {
  color: #fff;
  font-size: 140%;
  letter-spacing: 0.4em;
  filter: drop-shadow(0 0 7px #3B2020) drop-shadow(0 0 4px #3B2020);
}
#teaser .page02 .mv_text .catchArea {
  color: #fff;
  filter: drop-shadow(0 0 2px #3B2020) drop-shadow(0 0 6px #3B2020);
  position: absolute;
  right: 7%;
  bottom: 15%;
}
#teaser .page02 .mv_text .catchArea .big-text {
  font-size: 200%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.7em;
  letter-spacing: 0.5em;
  margin-bottom: 0.5em;
}
#teaser .page02 .mv_text .catchArea .small-text {
  font-size: 60%;
}
#teaser .page02 .mv_text .bottom_text {
  text-align: center;
  font-size: 70%;
}
#teaser .page02 .mv_text .bottom_text span {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
}
#teaser .page02 .mv_text .latte_logo {
  width: 5em;
  position: absolute;
  right: 2em;
  bottom: 2em;
}

@keyframes bless {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.004);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leaf {
  0% {
    transform: translateZ(0%);
  }
  50% {
    transform: translateY(0.8em);
  }
  100% {
    transform: translateZ(0%);
  }
}
body {
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-size: clamp(10px, 1.1vw, 16.5px);
  color: #414456;
}
body img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  max-width: 100%;
  transition: 0.2 !important;
}
body a {
  text-decoration: none;
  color: #48D1E8;
  font-weight: 700;
}
body a:hover {
  color: #789193;
}
body a img {
  transition: 0.2s;
}
body a img:hover {
  transform: scale(0.9);
  cursor: pointer;
}
body i {
  letter-spacing: 0;
}

.menubtn {
  position: fixed;
  z-index: 999;
  right: 1.5em;
  top: 1.5em;
}

.inner {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
  }
}
#bg {
  width: 100%;
  height: 100vh;
  background: url("../img/common/bg2.svg");
  background-size: 100em 100em;
  position: fixed;
  z-index: -1;
}

#bg_move {
  width: 100%;
  height: 100vh;
  background: url("../img/common/bg2.svg");
  background-size: 100em 100em;
  animation: fall 30s infinite linear;
  position: fixed;
  z-index: -1;
}

/* fallアニメーションの定義 */
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  /* 背景画像の位置を左上に設定 */
  100% {
    background-position: -100em 100em;
  }
  /* 背景画像の位置を左上から700px右下に設定 */
}
h1 {
  text-align: center;
  margin: 2rem auto;
}
h1 .h1-big-text {
  font-size: 200%;
  position: relative;
  display: inline-block;
}
h1 .h1-big-text:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background: url("../img/common/h1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 6rem;
  margin-top: -0.4rem;
}
h1 .h1-small-text {
  font-size: 80%;
}

h5 {
  transform: rotate(-3.7deg);
  text-align: left;
  margin-bottom: 2vw;
}
h5 .box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 2.5em;
  max-height: 2.5em;
  width: 2.5vw;
  height: 2.5vw;
  aspect-ratio: 1/1;
  border: 1px dashed #48D1E8;
  margin: 0 -0.1rem;
  font-size: 90%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

@font-face {
  font-family: "BananaSlip";
  src: url("../fonts/YDWbananaslipplus.otf");
}
.font-bananaSlip {
  font-family: "BananaSlip";
}

.rainbow-text {
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.rainbow-text2 {
  padding: 0.5rem 1rem;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
}

.mini-gray-text {
  font-family: "Crimson Text", serif;
}

.line-text {
  position: relative;
  display: inline-block;
}
.line-text:after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: inline-block;
  height: 0.7em;
  width: 100%;
  background: url("../img/common/underline.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 0 2em;
}

.circle-blue {
  width: 35vw;
  height: 30vw;
  background: #48D1E8;
  border-radius: 50%;
  animation: move 15s linear infinite;
  opacity: 0.3;
  filter: blur(40px);
}

.circle-dot {
  width: 70vw;
  height: 80vh;
  background-image: url("../img/common/dot_circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.circle-rainbow {
  width: 30vw;
  height: 30vw;
  background: linear-gradient(90deg, #FB92BE 0%, #C2ADE6 50%, #48D1E8 100%);
  border-radius: 50%;
  animation: move 8s linear infinite;
  filter: blur(40px);
  opacity: 0.4;
}

@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    border-radius: 150% 57% 66% 119%/124% 110% 71% 73%;
  }
  75% {
    border-radius: 85% 45% 179% 81%/80% 194% 160% 165%;
  }
}
@media screen and (max-width: 1000px) {
  .line-text:after {
    bottom: -0.1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  body {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
  .page01,
  .page02,
  #bg_move {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
  .outline-FirstText {
    scale: 0.8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .outline-FirstText .mobileWrap {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #teaser .mvBg {
    width: 100%;
    height: 100vh;
    background-image: url("../img/tiz/mv_bg_sp.jpg") !important;
    background-size: cover !important;
    background-position: top !important;
  }
  #teaser .mvChara {
    width: 100%;
    height: 100vh;
    background-image: url("../img/tiz/mv_chara_sp.png") !important;
    background-size: cover !important;
    background-position: top !important;
  }
  #teaser .mvLeaf {
    width: 100%;
    height: 100vh;
    background-image: url("../img/tiz/mv_leaf_sp.png") !important;
    background-size: cover !important;
    background-position: top !important;
    filter: blur(5px);
  }
  #teaser .mv_text .logoArea {
    left: 0 !important;
    right: 0 !important;
    bottom: 5em !important;
  }
  #teaser .mv_text .logo {
    width: 60% !important;
  }
  #teaser .mv_text .catchArea {
    right: 7%;
    bottom: 30em !important;
  }
  #teaser .mv_text .top_text {
    line-height: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .all .main-container {
    overflow: hidden;
    width: 550px;
    border-left: 1px solid #789193;
    border-right: 1px solid #789193;
  }
}
@media screen and (max-width: 550px) {
  .all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .all .main-container {
    overflow: hidden;
    width: 100%;
    border-left: 0px solid #789193;
    border-right: 0px solid #789193;
  }
  .all .Responsev-spacer {
    width: 0%;
  }
}/*# sourceMappingURL=style.css.map */