@charset "utf-8"; *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) { all: unset; display: revert } *, *::before, *::after { box-sizing: border-box } html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none } a, button { cursor: revert } div, p, ol:not(.wp-block-list), ul:not(.wp-block-list), menu, summary { list-style: none; padding: 0; margin: 0; } img { max-inline-size: 100%; max-block-size: 100% } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; padding: 0; margin: 0; margin-block-start: 0; margin-block-end: 0; } body { margin: 0; padding: 0; } table { border-collapse: collapse } input, textarea { -webkit-user-select: auto; user-select: auto; } textarea { white-space: revert } meter { -webkit-appearance: revert; appearance: revert } :where(pre) { all: revert; box-sizing: border-box } ::placeholder { color: unset } :where([hidden]) { display: none } :where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; overflow-wrap: break-word; -webkit-line-break: after-white-space; line-break:auto; -webkit-user-select: auto; user-select: auto; } :where([draggable="true"]) { -webkit-user-drag: element } :where(dialog:modal) { all: revert; box-sizing: border-box } :root { --vh: 1vh; --color-primary: #000; --color-on-primary: #fff; --color-secondary: #f5f5f5; --color-on-secondary: #000; --color-surface: #EEEEEE; --color-on-surface: #131313; --color-tertiary: #ccc; --color-background: #fff; --color-on-background: #131313; --color-border: #ccc; --color-link: #1a0dab; --color-green: #4FD269; --color-on-green: #fff; --color-yellow: #F3C620; --color-on-yellow: #fff; --color-pink: #F06F94; --color-on-pink: #fff; --color-blue: #3C92ED; --color-on-blue: #fff; --color-light-grey: #f2f2f2; --font-family-primary: 'LINESeed', sans-serif; --font-family-secondary: 'RacingSansOne', sans-serif; --max-width_pc: 1000px; --max-width_pc_content: 600px; --sp-padding: 1rem; --space-xxs: 0.25rem; --space-xs: 0.5rem; --space-s: 1rem; --space-m: 2rem; --space-l: 3rem; --space-xl: 4rem; --space-2xl: 5rem; --space-3xl: 6rem; --space-4xl: 7rem; --space-5xl: 8rem; --space-6xl: 10rem; --space-7xl: 14rem; --font-size-xxs: 0.5rem; --font-size-xs: 0.70rem; --font-size-s: 0.875rem; --font-size-m: 1rem; --font-size-l: 1.25rem; --font-size-xl: 1.5rem; --font-size-2xl: 2rem; --font-size-3xl: 2.5rem; --font-size-4xl: 3rem; --font-size-5xl: 4rem; --font-size-6xl: 6rem; --border-radius: 40px; --letter-spacing-s: 0.05em; --letter-spacing-m: 0.1em; --letter-spacing-l: 0.15em; --letter-spacing-xl: 0.2em; --line-height-s: 1.2; --line-height-m: 1.6; --line-height-l: 1.8; --line-height-xl: 2; --font-weight-normal: 400; --font-weight-bold: 700; --font-weight-black: 900; --green-gradient: linear-gradient(-45deg, #4FD269, #34a853, #1abc9c, #81c784); --blue-gradient: linear-gradient(-45deg, #3C92ED, #4098e1, #3bb1f9, #71b7f7); --pink-gradient: linear-gradient(-45deg, #F06F94, #f48fb1, #e57373, #f06292); --yellow-gradient: linear-gradient(-45deg, #F3C620, #f4d100, #ffd54f, #f9cb4c); --box-shadow-card: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; --box-shadow-content: rgba(0, 0, 0, 0.16) 0px 1px 4px; }@charset "UTF-8"; @font-face { font-family: "Noto Sans JP"; src: url("../../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Th.woff2") format("woff2"); font-weight: 100; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Rg.woff2") format("woff2"); font-weight: 400; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Bd.woff2") format("woff2"); font-weight: 700; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Eb.woff2") format("woff2"); font-weight: 900; font-style: normal; } @font-face { font-family: "RacingSansOne"; src: url("../../fonts/Racing_Sans_One/RacingSansOne-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; } html { font-size: min(16px, 4vw); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } html.no-scroll-behavior { scroll-behavior: auto; } body { font-family: var(--font-family-primary); font-weight: var(--font-weight-normal); font-size: var(--font-size-m); line-height: var(--line-height-m); letter-spacing: var(--letter-spacing-m); color: var(--color-on-background); background-color: var(--color-background); } @media screen and (max-width: 1024px) { .sp-padding { padding: var(--sp-padding); } } @media screen and (min-width: 1025px) { .pc-width { max-width: var(--max-width_pc); margin: 0 auto; } } * { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } p { padding-bottom: var(--space-s); } h2 { font-size: var(--font-size-2xl); font-weight: var(--font-weight-black); } @media (min-width: 768px) { h2 { font-size: var(--font-size-3xl); } } h3 { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); } h4 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } h5 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } h6 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .en-font { font-family: var(--font-family-secondary); letter-spacing: var(--letter-spacing-m); } a { color: var(--color-blue); transition: opacity 0.5s ease; cursor: pointer; } a:hover { opacity: 0.6; } a:active { opacity: 0.6; } a:visited { opacity: 0.6; } header { width: 100%; position: relative; background-color: var(--color-green); margin: 0 auto; } header .header-container { padding: var(--space-m); display: flex; justify-content: center; align-items: center; max-width: var(--max-width_pc); margin: 0 auto; } header .header-container .header-logo { display: block; } header .header-container .header-logo a { text-decoration: none; color: var(--color-on-background); display: flex; flex-direction: column; align-items: flex-end; justify-content: center; } header .header-container .header-logo a svg { fill: var(--color-on-background); } header .header-container .header-logo a .logo-text { font-size: var(--font-size-xl); font-weight: var(--font-weight-black); } header .header-container .header-logo a .logo-text-sub { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } header .header-container .header-btn { position: relative; right: -10px; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; z-index: 101; background-color: var(--color-background); border-radius: 50%; aspect-ratio: 1/1; width: 70px; height: 70px; } header .header-container .header-btn .header-btn-text { position: relative; font-size: var(--font-size-xxs); font-weight: var(--font-weight-bold); z-index: 101; } header .header-container .header-btn .flip-image { position: relative; width: 40px; height: 40px; perspective: 600px; } header .header-container .header-btn .flip-image img { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; transition: transform 0.4s ease; } header .header-container .header-btn .flip-image .front { transform: rotateY(0deg); z-index: 2; } header .header-container .header-btn .flip-image .back { transform: rotateY(180deg); } header .header-container .header-btn .flip-image.flipped .front { transform: rotateY(-180deg); } header .header-container .header-btn .flip-image.flipped .back { transform: rotateY(0deg); } #header-menu-overlay { position: fixed; inset: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 99; opacity: 0; pointer-events: none; transition: opacity 0.3s ease-in-out; } #menu-container { position: fixed; top: 0; right: 0; width: 80%; max-width: 300px; height: 100%; background: white; z-index: 100; transform: translateX(100%); transition: transform 0.3s ease-in-out; } #menu-container .menu-inner { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } #menu-container .menu-inner .image { width: 90%; margin: 0 auto; } #menu-container .menu-inner .image img { width: 100%; } #menu-container .menu-inner ul { list-style-type: none; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--space-s); padding: var(--space-s) 0 var(--space-m) 0; } #menu-container .menu-inner ul li a { text-decoration: none; color: var(--color-on-background); font-size: var(--font-size-m); font-weight: var(--font-weight-bold); padding: var(--space-s); width: 100%; text-align: center; } #menu-container .menu-inner .share-text { font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); color: var(--color-on-background); } #menu-container .menu-inner .icons { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: var(--space-s); padding: var(--space-s) 0; } #menu-container .menu-inner .icons a { display: flex; align-items: center; justify-content: center; } #menu-container .menu-inner .icons .icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; overflow: hidden; } #menu-container .menu-inner .icons .icon.facebook img, #menu-container .menu-inner .icons .icon.line img { border-radius: 50%; } #menu-container .menu-inner .icons .icon.x { background-color: var(--color-on-background); border-radius: 50%; padding: var(--space-xxs); } #menu-container .menu-inner .icons .icon.x img { width: 60%; } .menu-open #header-menu-overlay { opacity: 1; pointer-events: auto; } .menu-open #menu-container { transform: translateX(0); } .all-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; } .all-bg .bg-colors { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 50%; z-index: 1; } .all-bg .bg-colors .green-bg, .all-bg .bg-colors .blue-bg, .all-bg .bg-colors .pink-bg, .all-bg .bg-colors .yellow-bg { transition: background-color 2s linear, width 5s ease-in-out, height 5s ease-in-out; } .all-bg .bg-colors .green-bg { position: absolute; top: 0; right: 0; width: 50%; height: 50%; border-radius: 50%; opacity: 0.4; background-color: #4FD269; filter: blur(100px); } .all-bg .bg-colors .pink-bg { position: absolute; bottom: 0; left: 10%; width: 50%; height: 30%; border-radius: 50%; opacity: 0.4; background-color: #F06F94; filter: blur(100px); } .all-bg .bg-colors .blue-bg { position: absolute; top: 15%; left: 0; width: 50%; height: 50%; border-radius: 50%; opacity: 0.4; background-color: #3C92ED; filter: blur(100px); } .all-bg .bg-colors .yellow-bg { position: absolute; bottom: 10%; right: 10%; width: 65%; height: 75%; border-radius: 50%; opacity: 0.4; background-color: #F3C620; filter: blur(100px); } body.no-scroll { overflow: hidden; } .header-nav-menu-title { padding: var(--space-s) 0 var(--space-s) 0; } @media screen and (min-width: 768px) and (max-width: 1024px) { #header-nav-menu { justify-content: flex-start; align-items: center; } } @media screen and (min-width: 1025px) { #header-nav-menu { justify-content: flex-start; align-items: center; } } .cta-container { width: 100%; max-width: var(--max-width_pc_content); margin: 0 auto; background: var(--color-background); padding: var(--space-s); } .cta-container .inner { background: var(--color-secondary); color: var(--color-on-secondary); padding: var(--space-s); border-radius: 5px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--space-s); } .cta-container .inner .app-image { width: 100%; } .cta-container .inner .app-image img { width: 100%; height: auto; display: block; object-fit: cover; } .cta-container .inner .app-image::before { content: ""; display: block; height: 20px; width: 100%; background: var(--color-on-background); } .cta-container .inner .app-image::after { content: ""; display: block; height: 20px; width: 100%; background: var(--color-on-background); } .cta-container .inner .description { font-size: var(--font-size-s); text-align: center; padding: 0 var(--space-s); font-weight: var(--font-weight-bold); } .cta-container .inner .app-buttons { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: var(--space-s); } @media screen and (min-width: 1200px) { .cta-container .inner .app-buttons { display: none; } } .cta-container .inner .app-qr { display: none; } @media screen and (min-width: 1200px) { .cta-container .inner .app-qr { display: block; width: 60%; margin: 0 auto; } } .cta-container .inner .caution { font-size: var(--font-size-xs); text-align: center; } .cta-container .inner .app-link a { font-size: var(--font-size-s); text-align: center; color: var(--color-on-background); font-weight: var(--font-weight-bold); } footer { position: relative; z-index: 10; } footer .footer-container { position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center; background: var(--color-on-background); color: var(--color-background); padding: var(--space-s) 0 0 0; width: 100%; } footer .footer-container .footer-menu ul { list-style-type: none; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: var(--space-s); padding: var(--space-s) 0; font-size: var(--font-size-s); } footer .footer-container .footer-menu ul li a { color: var(--color-background); text-decoration: none; } footer .footer-container .footer-text { padding: var(--space-s) 0 0 0; font-size: var(--font-size-xs); text-align: center; } footer .footer-copyright { text-align: center; padding: var(--space-xs) 0 var(--space-s) 0; font-size: var(--font-size-xs); background: var(--color-on-background); color: var(--color-background); } .response-policy-link { text-align: center; padding: var(--space-m) 0 0 0; } .response-policy-link a { color: var(--color-on-background); text-decoration: underline; } .simple-btn { display: inline-flex; justify-content: center; align-items: center; margin: 0 auto; border: 4px solid var(--color-on-background); background-color: var(--color-background); max-width: 100%; border-radius: 5rem; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); transition: all 0.3s ease; text-align: center; } .simple-btn:hover { translate: 0 5px; transition: all 0.3s ease; } .simple-btn a { display: inline-flex; justify-content: center; align-items: center; color: var(--color-on-background); text-decoration: none; font-size: var(--font-size-m); font-weight: var(--font-weight-black); padding: var(--space-s) var(--space-m); text-align: center; } .articles-list { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: var(--max-width_pc_content); margin: 0 auto; padding: 0 var(--space-s); } .article-list-item-wrap { width: 100%; cursor: pointer; display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--color-tertiary); margin-bottom: var(--space-xs); } .article-list-item-wrap:hover { opacity: 0.6; transition: opacity 0.3s ease; } .article-list-item { width: 100%; display: flex; align-items: center; gap: var(--space-s); } .article-list-item-icon { padding-left: var(--space-s); } .articles-list a { text-decoration: none; color: var(--color-on-background); } .article-list-title { display: inline-block; font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .pagination { display: flex; padding: 0; margin: var(--space-s) auto var(--space-m) auto; justify-content: center; align-items: center; } .page-numbers { display: inline-block; padding: 0.3rem 0.6rem; margin: 0 0.2rem; font-size: 1rem; color: var(--color-on-background); text-decoration: none; transition: background-color 0.3s; } .page-numbers:hover { background-color: var(--color-secondary); } .page-numbers.current { background-color: var(--color-primary); color: var(--color-on-primary); font-weight: bold; } .page-numbers.dots { color: var(--color-on-background); } .page-numbers.dots:hover { background-color: inherit; } .next.page-numbers, .prev.page-numbers { background-color: none; color: var(--color-on-background); padding: 0; font-size: 0.9rem; padding: 0 0.2rem; } .next.page-numbers:hover, .prev.page-numbers:hover { background-color: inherit; } .sns-list-share { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0.5rem; font-size: 1.8rem; } .sns-list-share li a { text-decoration: none; color: var(--color-on-background); } .breadcrumbs-container { padding: 0; font-size: 0.8rem; font-weight: 500; } .breadcrumbs { padding: 1rem 0.7rem; } .breadcrumbs::-webkit-scrollbar { display: none; } .breadcrumbs a, .breadcrumbs .current { color: var(--color-on-background); padding: 0 0.5rem; font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); } @media screen and (min-width: 768px) { .breadcrumbs-container { max-width: var(--max-width_pc_content); margin: 0 auto; } } .wp-video { margin-bottom: 0.5rem; } .search-form { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0 var(--space-s); } .search-form-input { position: relative; display: block; border: none; width: 100%; height: 100%; } .search-form-icon { position: absolute; left: var(--space-m); top: 50%; transform: translateY(-50%); width: var(--font-size-m); height: var(--font-size-m); } input[type=search]::-webkit-search-cancel-button { margin: 0 0 0 var(--space-s); } .search-form-input-field { display: block; border: none; color: var(--color-on-background); width: 100%; height: 3rem; outline: none; background-color: var(--color-background); border-radius: var(--border-radius); padding: var(--space-s) var(--space-m) var(--space-s) var(--space-xl); border: 1px solid var(--color-surface); font-size: min(var(--font-size-m), 16px); } .search-form-input-field::placeholder { color: var(--color-on-background); opacity: 0.5; } .search-form-input-field:focus { border: 1px solid var(--color-surface); box-shadow: none; outline: none; } .search-form-submit { cursor: pointer; border: none; color: var(--color-on-background); background-color: var(--color-background); padding: 0 var(--space-m) 0 0; letter-spacing: 0.05rem; height: 3rem; width: max(10%, 3rem); display: flex; align-items: center; justify-content: flex-end; border-radius: 0 var(--border-radius) var(--border-radius) 0; } .triangle-list li { position: relative; margin-bottom: var(--space-s); padding-left: var(--space-s); } .triangle-list li::before { position: absolute; left: 0; top: 4px; content: "▶︎"; font-size: 8px; margin-right: var(--space-xs); } .search-suggestions { list-style: none; padding: 0; margin: 0; background: var(--color-background); position: absolute; width: 100%; z-index: 1000; top: calc(100% + var(--space-xs)); left: 0; border: none; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .search-suggestions a { text-decoration: none; color: var(--color-on-background); } .search-suggestions ul::before { content: "検索候補"; display: block; font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); padding: var(--space-xs); text-align: left; } .search-suggestions ul { margin: var(--space-xs) 0; } .search-suggestions li { padding: var(--space-xs) var(--space-s); cursor: pointer; } .search-suggestions-no-results { color: var(--color-tertiary); } .search-more-results::before { display: block; content: ""; border-top: 1px solid var(--color-surface); width: 100%; height: 1px; padding: var(--space-xs) 0; } a.search-more-results { display: block; width: 100%; text-decoration: none; color: var(--color-on-background); text-align: right; } .search-more-results:hover { opacity: 0.6; } .search-loading { position: absolute; left: 50%; transform: translateX(-50%); bottom: -2.5rem; width: 1.5rem; height: 1.5rem; border: 3px solid rgba(0, 0, 0, 0.1); border-left-color: var(--color-on-background); border-radius: 50%; animation: spin 1s linear infinite; display: none; z-index: 1001; } @keyframes spin { 0% { transform: translateX(-50%) rotate(0deg); } 100% { transform: translateX(-50%) rotate(360deg); } } .accordion { overflow: hidden; } .accordion-title { width: 100%; background: var(--color-secondary); padding: var(--space-s); display: flex; justify-content: space-between; align-items: center; cursor: pointer; border: none; outline: none; font-weight: bold; border-radius: 5px; } .accordion-arrow { transition: transform 0.3s ease-in-out; } .accordion-title.active .accordion-arrow { transform: rotate(180deg); } .accordion-content { margin: var(--space-s) 0 var(--space-xs) 0; max-height: 0; overflow: hidden; transition: max-height 0.8s cubic-bezier(0.25, 1.5, 0.5, 1); background: var(--color-background); box-sizing: border-box; word-wrap: break-word; } .dawny-blog-card { display: block; padding: 0 0 var(--space-m) 0; } .dawny-blog-card a { color: var(--color-blue); text-decoration: none; } .blog-card-icon i { display: inline; width: var(--font-size-s); height: var(--font-size-s); } .blog-card-title { display: inline; font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .error-page { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; } .error-page .inner { max-width: var(--max-width_pc_content); background-color: var(--color-background); border-right: var(--main-border); border-left: var(--main-border); margin: 0 auto; padding: var(--space-l) 0 var(--space-xl) 0; } .error-page .inner h1 { font-size: 5rem; line-height: 1; font-weight: var(--font-weight-bold); } .error-page .inner h1 span { display: block; font-size: 1.4rem; font-weight: var(--font-weight-bold); } .error-page .inner .error-page-container { padding: 0 var(--space-s); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-m); } .error-page .inner .error-page-container .error-page-image { width: 100%; width: 200px; margin: 0 auto; } .wp-block-quote, .wp-block-pullquote{ background-color: var(--color-secondary); padding: 1rem; margin:0.5rem auto 1.5rem auto; width: 100%; position: relative; line-height: 1.5; font-style: italic; text-align: left; font-size:1em; } .wp-block-quote::before, .wp-block-pullquote::before{ content: "‘‘"; color: var(--color-tertiary); font-size: 4.5rem; position: absolute; top: -0.5em; left: 0; } .wp-block-pullquote cite{ display:flex; justify-content: flex-end; font-style: italic; font-size: 0.8em; } .wp-block-pullquote cite a{ color: var(--color-text); } .wp-block-image{ margin: 1rem 1rem 2rem 1rem; } ul.wp-block-list, ol.wp-block-list{ margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; margin: 0 0 1rem 1.5rem; }@charset "UTF-8"; .front-page img { -webkit-user-drag: none; user-select: none; } .front-page .parallax-item { will-change: transform; transform: translateZ(0); } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .front-page .fv { position: fixed; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-s); height: 100svh; width: 100%; overflow: hidden; transition: opacity 0.3s ease; will-change: opacity; background: var(--green-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .fv .inner { position: relative; width: 100%; height: 100%; } .front-page .fv .inner .text, .front-page .fv .inner .image, .front-page .fv .inner .circular { opacity: 0; visibility: hidden; } .front-page .fv .inner .circular { position: absolute; bottom: 0; right: 0; width: clamp(150px, 30vw, 300px); height: clamp(150px, 30vw, 300px); animation: rotate 10s linear infinite; transform-origin: center center; transform-box: fill-box; display: flex; align-items: center; justify-content: center; pointer-events: auto; } .front-page .fv .inner .circular .circular-text { position: relative; width: 100%; height: 100%; } .front-page .fv .inner .circular .circular-text span { position: absolute; left: 50%; top: 50%; transform-origin: 0 0; font-size: clamp(12px, 1.4vw, 32px); font-weight: var(--font-weight-black); white-space: pre; pointer-events: none; } .front-page .fv .inner .circular .scroll-button { position: absolute; top: 50%; left: 50%; width: clamp(70px, 15vw, 140px); height: clamp(70px, 15vw, 140px); background: var(--color-primary); border-radius: 50%; border: none; transform: translate(-50%, -50%); cursor: pointer; z-index: 2; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); display: flex; align-items: flex-end; justify-content: center; transition: background 0.3s; transform: translate(-50%, -50%) rotate(-360deg); animation: counterRotate 10s linear infinite; cursor: pointer; } .front-page .fv .inner .circular .scroll-button .scroll-image { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); width: 80%; height: 80%; } .front-page .fv .inner .circular .scroll-button .scroll-image img { width: 100%; height: 100%; object-fit: contain; } @keyframes counterRotate { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } } .front-page .fv .inner .circular .scroll-button:hover { opacity: 0.8; } .front-page .fv .inner .circular .scroll-button .scroll-label { font-size: var(--font-size-s); color: var(--color-on-primary); font-weight: var(--font-weight-black); letter-spacing: 0.1em; user-select: none; pointer-events: none; padding: 0 0 var(--space-xs) 0; } .front-page .fv .inner .circular .scroll-button .scroll-label::after { content: "↓"; display: block; font-size: var(--font-size-m); font-weight: var(--font-weight-black); animation: bounce 1s infinite alternate; margin-top: 2px; } @keyframes bounce { from { transform: translateY(0); } to { transform: translateY(4px); } } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .front-page .fv .inner .fv-news { overflow: hidden; position: relative; white-space: nowrap; width: 100%; background: var(--color-primary); } .front-page .fv .inner .fv-news .ticker { display: inline-block; padding-left: 100%; animation: ticker-move 10s linear infinite; white-space: nowrap; } @keyframes ticker-move { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); } } .front-page .fv .inner .fv-news .fv-news-inner { color: var(--color-on-primary); font-size: var(--font-size-s); font-weight: var(--font-weight-bold); padding: var(--space-xs) var(--space-xs); } .front-page .fv .inner .fv-news .fv-news-inner span { transition: opacity 0.3s ease; opacity: 0; } .front-page .fv .inner #fvNews .cursor { display: inline-block; width: 1ch; color: currentColor; animation: blink 1s step-end infinite; } @keyframes blink { from, to { opacity: 1; } 50% { opacity: 0; } } .front-page .fv .inner .text { position: relative; padding: 0; font-size: var(--font-size-5xl); font-weight: var(--font-weight-black); left: -3px; top: -0.1em; } @media (min-width: 425px) { .front-page .fv .inner .text { font-size: 14vw; } } @media (min-width: 1024px) { .front-page .fv .inner .text { font-size: 11vw; } } .front-page .fv .inner .image { position: absolute; bottom: var(--space-s); left: 50%; transform: translateX(-50%) translateY(0); height: 70svh; width: 100%; } .front-page .fv .inner .image .fv-lottie { width: 100%; height: 100%; } .front-page .fv .inner .image .fv-lottie svg { width: 100%; height: 100%; display: block; } .front-page .fv .inner .image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; } .front-page .front-content { position: relative; margin-top: 100svh; width: 100%; background-color: var(--color-background); } .front-page .about { position: relative; width: 100%; padding: var(--space-xl) 0 0 0; z-index: 1; background: var(--blue-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .about .inner { position: relative; padding: 0 var(--space-s); display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: 100%; } @media (min-width: 768px) { .front-page .about .inner { max-width: var(--max-width_pc); margin: 0 auto; padding: 0; } } .front-page .about .inner .parallax-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; } @media (min-width: 1024px) { .front-page .about .inner .parallax-container { overflow: visible; } } .front-page .about .inner .parallax-container .parallax-item { position: absolute; opacity: 0.3; width: 7rem; aspect-ratio: 1/1; } .front-page .about .inner .parallax-container .parallax-item img { width: 100%; height: 100%; object-fit: cover; } .front-page .about .inner .parallax-container .parallax-item.damage { top: 20%; right: 5%; } .front-page .about .inner .parallax-container .parallax-item.sleep { top: 30%; left: 6%; } .front-page .about .inner .parallax-container .parallax-item.smile { top: 50%; right: -10%; } .front-page .about .inner .parallax-container .parallax-item.wink { top: 60%; left: -10%; } .front-page .about .inner .parallax-container .parallax-item.sunglasses { top: 70%; right: 20%; } .front-page .about .inner .parallax-container .parallax-item.pain { top: 90%; right: -5%; } .front-page .about .inner .parallax-container .parallax-item.stun { top: 90%; left: -10%; } .front-page .about .inner .hello { position: relative; width: 100%; max-width: 20rem; height: auto; z-index: 2; transform: translateY(70rem); will-change: transform, opacity; } .front-page .about .inner .content { width: 100%; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--color-background); top: calc(-1 * var(--space-2xl)); } .front-page .about .inner .content .text { position: relative; max-width: var(--max-width_pc_content); margin: 0 auto; padding: var(--space-m) var(--space-s); font-weight: var(--font-weight-bold); } @media (min-width: 768px) { .front-page .about .inner .content .text { padding: var(--space-xl) var(--space-s) var(--space-m) var(--space-s); } } .front-page .about .inner .content .text p { font-size: var(--font-size-l); } @media (min-width: 768px) { .front-page .about .inner .content .text p { font-size: var(--font-size-xl); } } .front-page .profile { position: relative; z-index: 2; width: 100%; padding: var(--space-xl) 0 var(--space-l) 0; min-height: 100svh; background: var(--yellow-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } @media (min-width: 768px) { .front-page .profile { padding: var(--space-4xl) 0; } } .front-page .profile .parallax-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .front-page .profile .parallax-container .parallax-item { position: absolute; opacity: 0.3; width: 12rem; aspect-ratio: 1/1; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item { width: 20rem; } } .front-page .profile .parallax-container .parallax-item img { width: 100%; height: 100%; object-fit: cover; } .front-page .profile .parallax-container .parallax-item.pcsl { top: 3%; right: -10%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.pcsl { top: 3%; right: 10%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.pcsl { top: 3%; right: 10%; } } .front-page .profile .parallax-container .parallax-item.wcsl { top: 10%; left: -10%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.wcsl { top: 10%; left: 0; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.wcsl { top: 10%; left: 8%; } } .front-page .profile .parallax-container .parallax-item.wftd { top: 30%; right: -20%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.wftd { top: 30%; right: -12%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.wftd { top: 30%; right: -6%; } } .front-page .profile .parallax-container .parallax-item.wfsl { top: 40%; left: -20%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.wfsl { top: 40%; left: -10%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.wfsl { top: 40%; left: 0; } } .front-page .profile .parallax-container .parallax-item.pftd { top: 60%; left: -15%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.pftd { top: 60%; left: -10%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.pftd { top: 55%; left: 14%; } } .front-page .profile .parallax-container .parallax-item.pfsd { top: 70%; right: -15%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.pfsd { top: 80%; right: -5%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.pfsd { top: 70%; right: 5%; } } .front-page .profile .parallax-container .parallax-item.pctl { top: 90%; left: -5%; } @media (min-width: 768px) { .front-page .profile .parallax-container .parallax-item.pctl { top: 80%; left: 10%; } } @media (min-width: 1024px) { .front-page .profile .parallax-container .parallax-item.pctl { top: 70%; left: -3%; } } .front-page .profile .inner { width: 100%; position: relative; padding: 0 var(--space-s); height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } @media (min-width: 768px) { .front-page .profile .inner { padding: 0; max-width: var(--max-width_pc); margin: 0 auto; } } .front-page .profile .inner h2 { font-size: var(--font-size-3xl); font-weight: var(--font-weight-black); text-align: center; } @media (min-width: 768px) { .front-page .profile .inner h2 { font-size: var(--font-size-4xl); } } .front-page .profile .inner .slide-yagi-container { position: fixed; bottom: 20px; right: 20px; z-index: 1000; transform: scale(0); pointer-events: none; transition: opacity 0.3s ease; display: inline-block; } @media (min-width: 768px) { .front-page .profile .inner .slide-yagi-container { bottom: 4rem; right: 20%; } } .front-page .profile .inner .slide-yagi-container .slide-yagi { display: inline-block; width: auto; height: 12rem; overflow: hidden; } @media (min-width: 768px) { .front-page .profile .inner .slide-yagi-container .slide-yagi { height: 20rem; } } .front-page .profile .inner .slide-yagi-container .slide-yagi img { width: auto; height: 100%; object-fit: contain; } .front-page .profile .inner .profile-table { padding: var(--space-m) var(--space-s); } @media (min-width: 768px) { .front-page .profile .inner .profile-table { max-width: var(--max-width_pc_content); } } .front-page .profile .inner .profile-table .profile-table-inner { background: var(--color-background); padding: var(--space-l) var(--space-m); margin: 0 auto; } .front-page .profile .inner .profile-table .profile-table-inner table { width: 100%; font-weight: var(--font-weight-bold); } .front-page .profile .inner .profile-table .profile-table-inner table tr { border-bottom: 1px solid var(--color-on-background); display: flex; justify-content: flex-start; align-items: center; } .front-page .profile .inner .profile-table .profile-table-inner table tr:first-child { border-top: 1px solid var(--color-on-background); } .front-page .profile .inner .profile-table .profile-table-inner table tr th { flex: 1; font-size: var(--font-size-m); padding: var(--space-xs); display: flex; justify-content: flex-start; align-items: center; text-align: left; } @media (min-width: 768px) { .front-page .profile .inner .profile-table .profile-table-inner table tr th { font-size: var(--font-size-l); padding: var(--space-s); } } .front-page .profile .inner .profile-table .profile-table-inner table tr td { flex: 3; font-size: var(--font-size-m); padding: var(--space-xs); display: flex; justify-content: flex-start; align-items: center; text-align: left; } @media (min-width: 768px) { .front-page .profile .inner .profile-table .profile-table-inner table tr td { font-size: var(--font-size-l); padding: var(--space-s); } } .front-page .works { position: relative; } .front-page .works .inner { position: relative; } .front-page .works .inner h2 { padding: 0 0 0 var(--space-s); } .front-page .works .inner .works-description { padding: var(--space-m) var(--space-s); } .front-page .works .inner .works-description p { font-size: var(--font-size-m); } .front-page .works .inner .list-wrapper { position: relative; width: 100%; } @media (min-width: 1024px) { .front-page .works .inner .list-wrapper { overflow: hidden; } } .front-page .works .inner .list-wrapper .list { position: relative; display: flex; flex-direction: column; width: 100%; } @media (min-width: 1024px) { .front-page .works .inner .list-wrapper .list { flex-direction: row; width: max-content; } } .front-page .works .inner .list-wrapper .list .item { position: relative; display: flex; flex-direction: column; gap: var(--space-xs); width: 100%; } @media (min-width: 1024px) { .front-page .works .inner .list-wrapper .list .item { height: 100svh; width: 100vw; flex: 0 0 auto; } } .front-page .works .inner .list-wrapper .list .item.work { background: var(--green-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .works .inner .list-wrapper .list .item.ensports { background: var(--pink-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .works .inner .list-wrapper .list .item.spti { background: var(--blue-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .works .inner .list-wrapper .list .item.line { background: var(--green-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .works .inner .list-wrapper .list .item.suzuri { background: var(--yellow-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } .front-page .works .inner .list-wrapper .list .item .item-inner { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: var(--space-s); padding: var(--space-l) 0; width: 100%; height: 100%; overflow: hidden; } @media (min-width: 1024px) { .front-page .works .inner .list-wrapper .list .item .item-inner { padding: var(--space-l) 0 0 0; } } .front-page .works .inner .list-wrapper .list .item .item-inner .simple-btn { position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 5; } @media (max-width: 768px) { .front-page .works .inner .list-wrapper .list .item .item-inner .simple-btn { width: 80%; } } .front-page .works .inner .list-wrapper .list .item .item-inner .content { position: relative; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: var(--space-s); z-index: 2; padding: var(--space-s); } .front-page .works .inner .list-wrapper .list .item .item-inner .content h2, .front-page .works .inner .list-wrapper .list .item .item-inner .content h3 { font-size: var(--font-size-3xl); font-weight: var(--font-weight-black); text-align: center; } @media (min-width: 768px) { .front-page .works .inner .list-wrapper .list .item .item-inner .content h2, .front-page .works .inner .list-wrapper .list .item .item-inner .content h3 { font-size: var(--font-size-4xl); } } .front-page .works .inner .list-wrapper .list .item .item-inner .content .text { font-size: var(--font-size-xl); text-align: center; font-weight: var(--font-weight-bold); max-width: 800px; margin: 0 auto; } @media (min-width: 768px) { .front-page .works .inner .list-wrapper .list .item .item-inner .content .text { font-size: var(--font-size-2xl); } } .front-page .works .inner .list-wrapper .list .item .item-inner .image { overflow: hidden; width: 100%; max-width: 800px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; } .front-page .works .inner .list-wrapper .list .item .item-inner .image img { height: 50svh; width: auto; flex-shrink: 0; } .front-page .works .inner .list-wrapper .list .item .item-inner .infinite-slider { overflow: hidden; width: 100%; max-width: 800px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; } .front-page .works .inner .list-wrapper .list .item .item-inner .infinite-slider .track { display: flex; width: max-content; } .front-page .works .inner .list-wrapper .list .item .item-inner .infinite-slider .track img { height: 50svh; width: auto; flex-shrink: 0; } .front-page .guideline { padding: var(--space-2xl) 0 0 0; } .front-page .guideline .inner { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; } .front-page .guideline .inner h2 { font-size: var(--font-size-3xl); font-weight: var(--font-weight-black); padding: 0 0 var(--space-m) 0; text-align: center; } @media (min-width: 768px) { .front-page .guideline .inner h2 { font-size: var(--font-size-4xl); padding: 0 0 var(--space-m) var(--space-s); } } .front-page .guideline .inner .text { padding: var(--space-m) var(--space-s); } @media (min-width: 768px) { .front-page .guideline .inner .text { max-width: var(--max-width_pc_content); margin: 0 auto; } } .front-page .guideline .inner .text p { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); } @media (min-width: 768px) { .front-page .guideline .inner .text p { font-size: var(--font-size-xl); } } .front-page .news { padding: var(--space-2xl) 0 0 0; } .front-page .news .inner { position: relative; padding: 0 var(--space-s); } @media (min-width: 768px) { .front-page .news .inner { padding: 0; } } .front-page .news .inner h2 { font-size: var(--font-size-3xl); font-weight: var(--font-weight-black); text-align: center; } @media (min-width: 768px) { .front-page .news .inner h2 { font-size: var(--font-size-4xl); } } .front-page .news .inner .text { padding: var(--space-m) var(--space-s); } @media (min-width: 768px) { .front-page .news .inner .text { max-width: var(--max-width_pc); margin: 0 auto; } } .front-page .news .inner .text p { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); text-align: center; } @media (min-width: 768px) { .front-page .news .inner .text p { font-size: var(--font-size-2xl); } } .front-page .news .inner .news-list { display: flex; flex-direction: column; gap: var(--space-s); } @media (min-width: 768px) { .front-page .news .inner .news-list { max-width: var(--max-width_pc_content); margin: 0 auto; } } .front-page .news .inner .news-list .item { display: flex; flex-direction: column; gap: var(--space-s); width: 100%; height: auto; } .front-page .news .inner .news-list .item a { text-decoration: none; color: var(--color-on-background); width: 100%; height: 100%; } .front-page .news .inner .news-list .item a .thumbnail { width: 100%; aspect-ratio: 16/9; } .front-page .news .inner .news-list .item a .thumbnail img { width: 100%; height: auto; object-fit: cover; } .front-page .news .inner .news-list .item a .title { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); } .front-page .news .inner .news-list .item a .meta-container { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: var(--space-xs); padding: var(--space-xs) 0 0 0; } .front-page .news .inner .news-list .item a .meta-container .category { font-size: var(--font-size-xs); font-weight: var(--font-weight-black); border: 2px solid var(--color-on-background); padding: 0.1em var(--space-xs); } .front-page .news .inner .news-list .item a .meta-container .date { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .front-page .contact { padding: var(--space-2xl) 0; } .front-page .contact .inner { position: relative; padding: 0 var(--space-s); display: flex; flex-direction: column; align-items: center; justify-content: center; } @media (min-width: 768px) { .front-page .contact .inner { max-width: var(--max-width_pc_content); margin: 0 auto; padding: 0; } } .front-page .contact .inner h2 { font-size: var(--font-size-3xl); font-weight: var(--font-weight-black); text-align: center; } @media (min-width: 768px) { .front-page .contact .inner h2 { font-size: var(--font-size-4xl); } } .front-page .contact .inner .text { padding: var(--space-m) var(--space-s); } @media (min-width: 768px) { .front-page .contact .inner .text { max-width: var(--max-width_pc); margin: 0 auto; } } .front-page .contact .inner .text p { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); text-align: center; } @media (min-width: 768px) { .front-page .contact .inner .text p { font-size: var(--font-size-xl); } } .front-page .thankyou { position: relative; padding: var(--space-l) 0 0 0; height: 100vw; width: 100%; background: var(--green-gradient); background-size: 400% 400%; animation: gradientBG 7s ease infinite; } @media (min-width: 768px) { .front-page .thankyou { height: 700px; } } .front-page .thankyou .inner { position: relative; overflow: hidden; width: 100%; height: 100%; } .front-page .thankyou .inner h2 { font-size: 12vw; font-weight: var(--font-weight-black); text-align: center; } @media (min-width: 768px) { .front-page .thankyou .inner h2 { font-size: var(--font-size-6xl); } } .front-page .thankyou .inner .image { position: absolute; top: 18vw; left: 50%; transform: translateX(-50%); height: auto; width: 100%; display: flex; align-items: center; justify-content: center; transition: opacity 0.3s ease; will-change: transform; } @media (min-width: 768px) { .front-page .thankyou .inner .image { top: 150px; height: 900px; } }