@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* =========================================================
  LINE Seed JP フォントの読み込み
========================================================= */

/* Thin (極細) */
@font-face {
  font-family: 'LINE Seed JP';
  src:url('./assets/fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
/* Regular (標準) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (太字) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold (極太) */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./assets/fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  word-break: break-all;
    line-break: strict;
}
html,
body {
  margin: 0px;
  height: 100%;
  font-family:"Noto Sans CJK","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #454545;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Bold";
  src: local("Noto Sans CJK JP-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Avenir-Black", "weight": "900", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Avenir-Black";
  src: local("Avenir-Black");
}

/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Medium";
  src: local("Noto Sans CJK JP-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "Noto Sans CJK JP-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Noto Sans CJK JP-Regular";
  src: local("Noto Sans CJK JP-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Metric-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Metric-SemiBold";
  src: local("Metric-SemiBold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Avenir-Roman", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Avenir-Roman";
  src: local("Avenir-Roman");
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/699fe4a9602cbafc7e5a0f88.699fe4aa602cbafc7e5a0f8b.PNFSOD4.hcp.png");

@font-face {
  font-family: "Noto Sans CJK JP-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Avenir-Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirLTStd-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Avenir-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Roman.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Metric-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Metric-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Roman";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

/* .screen a {
  display: contents;
  text-decoration: none;
} */

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.ptext {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.image-6 {
  align-self: stretch;
  aspect-ratio: 2;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.line-8 {
  height: 2px;
  position: relative;
  width: 100px;
}

.tr {
  align-items: center;
  align-self: stretch;
  border-color: var(--gallery);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  display: flex;
  flex: 0 0 auto;
  margin-left: -1.00px;
  margin-right: -1.00px;
  position: relative;
  width: 100%;
}

.joy {
  height: 321.12px;
  margin-bottom: -15.00px;
  margin-left: -43.68px;
  margin-right: -43.68px;
  position: relative;
  width: 189.36px;
}

.q {
  align-items: center;
  background-color: var(--cornflower);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 35px;
  justify-content: center;
  position: relative;
  width: 35px;
}

.frame-21 {
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  align-items: center;
  aspect-ratio: 1;
  backdrop-filter: blur(10px) brightness(100%);
  background-color: var(--white-2);
  border: 1px solid;
  border-color: #efefef80;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding: 3px 0px;
  position: relative;
  width: 50px;
}

.inner::-webkit-scrollbar {
  display: none;
  width: 0;
}

.frame-19 {
  align-self: stretch;
  height: 100px;
  position: relative;
  width: 100%;
}

.frame-22 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 20px;
  position: relative;
  width: 100%;
}

.frame-23 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  padding: 0px 0px 10px;
  position: relative;
  width: 100%;
}

.email-1 {
  aspect-ratio: 1;
  height: 90px;
  position: relative;
  width: 90px;
}

.movie-1 {
  aspect-ratio: 1;
  height: 90px;
  position: relative;
  width: 90px;
}

.document-1 {
  aspect-ratio: 1;
  height: 91px;
  position: relative;
  width: 91px;
}

:root { 
  --alto: #dddddd;
  --black: #000000;
  --chetwode-blue: #7d83fd;
  --cornflower: #8dcceb;
  --gallery: #efefef;
  --lavender: #f2b6d2;
  --mountain-mist: #999999;
  --tree-poppy: #f5951a;
  --tundora: #454545;
  --tundora-2: #45454580;
  --tundora-3: #45454540;
  --white: #ffffff;
  --white-2: #ffffff80;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 15px;
  --font-size-xl: 24px;
  --font-size-xs: 14px;
  --font-size-xxs: 12px;
  --font-size-xxxs: 10px;
 
  --font-family-avenir-black: "Avenir-Black", Helvetica;
  --font-family-avenir-heavy: "Avenir-Heavy", Helvetica;
  --font-family-avenir-regular: "Avenir-Regular", Helvetica;
  --font-family-avenir-roman: "Avenir-Roman", Helvetica;
  --font-family-metric-semibold: "Metric-SemiBold", Helvetica;
  --font-family-noto_sans_cjk_jp-bold: "Noto Sans CJK JP-Bold", Helvetica;
  --font-family-noto_sans_cjk_jp-medium: "Noto Sans CJK JP-Medium", Helvetica;
  --font-family-noto_sans_cjk_jp-regular: "Noto Sans CJK JP-Regular", Helvetica;
}
.notosanscjkjp-medium-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-regular-normal-mountain-mist-10px {
  color: var(--mountain-mist);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-xxxs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-12px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-medium-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-medium-black-16px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-medium-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.notosanscjkjp-bold-tundora-18px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-12px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-chetwode-blue-14px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-24px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.metric-semi-bold-white-15px {
  color: var(--white);
  font-family: var(--font-family-metric-semibold);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
}

.notosanscjkjp-bold-white-24px {
  color: var(--white);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-14px-2 {
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-tundora-16px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-white-42px {
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-32px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-42px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-tundora-64px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
}

.avenir-black-black-14px {
  color: var(--black);
  font-family: var(--font-family-avenir-black);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 900;
}

.notosanscjkjp-medium-black-14px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-medium);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.avenir-heavy-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-black-32px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-32px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-13px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-12px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-regular-normal-black-15px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-14px-2 {
  color: var(--tundora-2);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-white-20px {
  color: var(--white);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-black-18px {
  color: var(--black);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-regular-normal-tundora-15px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.avenir-regular-normal-white-42px {
  color: var(--white);
  font-family: var(--font-family-avenir-regular);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.avenir-heavy-normal-white-42px-2 {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-chetwode-blue-11px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-18px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-avenir-heavy);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.notosanscjkjp-bold-tundora-24px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-21px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-tundora-20px {
  color: var(--tundora);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.notosanscjkjp-bold-chetwode-blue-22px {
  color: var(--chetwode-blue);
  font-family: var(--font-family-noto_sans_cjk_jp-bold);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.avenir-heavy-normal-white-64px {
  color: var(--white);
  font-family: var(--font-family-avenir-heavy);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
}
