@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 { --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-link: #3C92ED; --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: 'Noto Sans JP', sans-serif; --max-width_pc: 1400px; --max-width_pc_middle: 1000px; --max-width_pc_content: 700px; --sp-padding: 1rem; --img-aspect-ratio: 1024/536; --space-xxs: 0.25rem; --space-xs: 0.5rem; --space-s: 1rem; --space-m: 2rem; --space-l: 3rem; --space-xl: 4rem; --space-xxl: 6rem; --font-size-xxs: 0.5rem; --font-size-xs: 0.70rem; --font-size-s: 0.75rem; --font-size-m: 1rem; --font-size-l: 1.125rem; --font-size-xl: 1.5rem; --font-size-xxl: 2rem; --border-radius: 1rem; --border-radius-card: 1rem; --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.7; --line-height-l: 2; --line-height-xl: 2.2; --font-weight-normal: 400; --font-weight-bold: 700; --font-weight-black: 900; --base-gradient-color: #8780af 0%, #25a7d0 25%, #21b1b4 50%, #d6b975 75%, #ec9dba 100%; --base-gradient: linear-gradient(90deg, var(--base-gradient-color)); --green-gradient-color: #C9F320 39%, #4FD269 100%; --green-gradient: linear-gradient(90deg, var(--green-gradient-color)); --green-gradient-low-color: #C9F320 0%, #4FD269 70%; --green-gradient-low: linear-gradient(115deg, var(--green-gradient-low-color)); --fv-gradient-color: rgba(33, 177, 180, 0.9) 0%, rgba(79, 210, 105, 0.9) 100%; --fv-gradient: linear-gradient(165deg, var(--fv-gradient-color)); --lime-gradient-color: rgba(81, 210, 190, 0.8) 0%, rgba(79, 210, 105, 0.8) 20%, rgba(116, 214, 36, 0.8) 71%, rgba(201, 243, 32, 0.8) 100%; --lime-gradient: linear-gradient(165deg, var(--lime-gradient-color)); --grey-gradient-color: #ffffff 0%, #f8f9fa 45%, #f1f3f5 85%, #e9ecef 100%; --grey-gradient: linear-gradient(165deg, var(--grey-gradient-color)); --black-gradient-color: #000000 0%, #131313 100%; --black-gradient: linear-gradient(165deg, var(--black-gradient-color)); --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; } @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; } 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); } body { opacity: 0; visibility: hidden; transition: opacity 1s ease-in-out; } body.loaded { opacity: 1; visibility: visible; } @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; } } p { padding-bottom: var(--space-s); } h2 { font-size: var(--font-size-l); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h3 { font-size: var(--font-size-l); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h4 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h5 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h6 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } .has-small-font-size { font-size: var(--font-size-s) !important; } .has-medium-font-size { font-size: var(--font-size-m); } .wp-element-caption, figcaption { font-size: var(--font-size-s) !important; text-align: center !important; } .video-skeleton { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%); background-color: #111; background-size: 200% 100%; background-repeat: no-repeat; animation: shimmer 1.8s infinite linear; } @keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } } .video-bg { opacity: 0; transition: opacity 1s ease; position: relative; z-index: 2; } .mute-btn { margin-top: 0.5rem; font-size: 1rem; background: #131313; color: #fff; border-radius: 20px; padding: 0.5rem 1rem; text-align: center; } video { width: 100%; aspect-ratio: 16/9; object-fit: cover; } @media screen and (max-width: 768px) { .sp-break { display: block; } } 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; } .no-deco-link { text-decoration: none !important; color: var(--color-on-background) !important; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; } .header-logo { width: min(200px, 45vw); transition: opacity 0.3s ease; } .header-logo a { text-decoration: none; color: var(--color-on-background); } .header-logo img { width: 100%; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: var(--space-s); height: 7rem; } .header-menu-container { width: min(200px, 45vw); display: flex; justify-content: flex-start; } @media screen and (min-width: 1025px) { .header-container { max-width: var(--max-width_pc); margin: 0 auto; padding: var(--space-m) var(--space-s); } } 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; } } #bottom-menu { position: fixed; top: 50%; left: 50%; width: auto; height: auto; max-width: 90vw; max-height: 90vh; background: white; border-radius: var(--border-radius); transform: translate(-50%, -50%) scale(0); transform-origin: center center; transition: transform 0.4s ease, opacity 0.3s ease; opacity: 0; z-index: 1000; pointer-events: none; overflow: hidden; } #bottom-menu.menu-visible { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; } #bottom-menu-button { position: fixed; bottom: 1rem; right: 1rem; z-index: 1100; width: 5rem; height: 5rem; cursor: pointer; } @media screen and (min-width: 768px) { #bottom-menu-button { bottom: 2rem; right: 2rem; width: 7rem; height: 7rem; } } #bottom-menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 900; } #bottom-menu-overlay.active { opacity: 1; pointer-events: auto; } body.menu-open { overflow: hidden; } .bottom-menu { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; width: 100%; height: 100%; background: var(--color-background); padding: var(--space-m); } .bottom-menu .mute-btn { font-size: var(--font-size-xs); padding: 0.2rem var(--space-s); } .bottom-menu-video { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; aspect-ratio: 16/9; position: relative; width: 100%; } .bottom-menu-content { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; padding: 0 0 0 var(--space-m); } .bottom-menu-title { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); padding: 0 0 var(--space-s) 0; } .bottom-menu-description { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .bottom-menu-download { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0 0 var(--space-s) 0; gap: var(--space-s); width: 100%; } .bottom-menu-qr { max-width: 5rem; max-height: 5rem; } .bottom-menu-qr img { width: 100%; height: 100%; object-fit: cover; } .bottom-menu-caution { font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); text-align: center; width: 100%; } @media screen and (max-width: 1000px) { #bottom-menu { width: 90vw; } .bottom-menu { flex-direction: column; padding: var(--space-m) var(--space-s); } .bottom-menu-content { padding: var(--space-s) 0 0 0; } } footer { position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; padding: var(--space-l) var(--space-l) var(--space-m) var(--space-l); color: var(--color-on-primary); width: 100%; overflow: hidden; background-color: #131313; } footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(118deg, var(--base-gradient-color)); z-index: 1; opacity: 0.2; pointer-events: none; } footer .footer-container { position: relative; max-width: var(--max-width_pc_middle); margin: 0 auto; z-index: 1; } footer .footer-logo { width: min(200px, 45vw); margin-bottom: var(--space-m); } footer .footer-description { padding: var(--space-s) 0; } footer .footer-content { padding: var(--space-m) 0; border-top: 1px solid var(--color-on-primary); border-bottom: 1px solid var(--color-on-primary); } footer .footer-content ul { list-style-type: none; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: var(--space-s); padding: var(--space-s) 0; } footer .footer-content ul li a { color: var(--color-on-primary); text-decoration: none; } footer .footer-services { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding: var(--space-l) 0; gap: var(--space-s); } footer .footer-services .footer-sns { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-s); font-size: var(--font-size-s); } footer .footer-services .footer-product { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-s); font-size: var(--font-size-s); } footer .footer-services a { color: var(--color-on-primary); text-decoration: none; font-weight: var(--font-weight-bold); } footer .footer-services ul svg { width: 1.6rem; } footer .truste-badge img { width: 120px; height: auto; } footer .footer-license { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: var(--space-s) 0; gap: var(--space-m); } footer .footer-license-inner { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-s); } .footer-text { font-size: var(--font-size-xs); } .footer-copyright { font-size: var(--font-size-xxs); } @media screen and (max-width: 1000px) { footer { padding: var(--space-l) var(--space-s) var(--space-xs) var(--space-s); } footer .footer-services .footer-sns { width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: var(--space-s); font-size: var(--font-size-s); } footer .footer-services .footer-product { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--space-m); font-size: var(--font-size-s); padding: var(--space-m) 0; } footer .footer-license { flex-direction: column; justify-content: center-between; align-items: center; } footer .footer-description { font-size: var(--font-size-s); } footer .footer-license-inner { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-xs); width: 100%; } footer .footer-content ul { list-style-type: none; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: var(--space-s); padding: var(--space-s) 0; font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); } footer .footer-content ul li { width: calc(50% - var(--space-s) / 2); } .footer-text { font-size: var(--font-size-xxs); } } .simple-btn { margin: var(--space-m) auto 0 auto; padding: var(--space-xs) var(--space-m); background-color: var(--color-primary); color: var(--color-on-primary); font-weight: var(--font-weight-bold); max-width: 250px; border-radius: var(--border-radius); } .simple-btn a { color: var(--color-on-primary); text-decoration: none; font-size: var(--font-size-m); } .simple-btn:hover { opacity: 0.8; } .simple-btn:active { opacity: 0.6; } .simple-btn:visited { opacity: 0.6; } .article-list-item { padding: var(--space-s); } .article-list-item a { text-decoration: none; color: var(--color-primary); } .article-thumbnail { aspect-ratio: var(--img-aspect-ratio); overflow: hidden; border-radius: var(--border-radius); box-shadow: var(--box-shadow-content); } .article-thumbnail img { width: 100%; height: 100%; object-fit: cover; } .article-title { padding: 0; } .article-category-container { text-align: right; } .article-category { display: inline-block; font-size: var(--font-size-m); font-weight: var(--font-weight-bold); margin-top: var(--space-xs); background: var(--color-light-grey); padding: 0 var(--space-xs); border-radius: var(--border-radius); } .article-category::before { content: "#"; } .article-modified { margin-top: var(--space-xs); font-size: var(--font-size-s); } @media screen and (min-width: 768px) and (max-width: 1024px) {} @media screen and (min-width: 1025px) {} .pagination { display: flex; padding: 0; margin: var(--space-m) 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: var(--font-size-xs); 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; } } .widget_title { font-size: 1rem; font-weight: 700; padding: 0 0 0.5rem 0; } .widget_categories ul, .widget_archive ul, .widget_pages ul { list-style-type: none; margin: 0; padding: 0; } .widget_categories .cat-item:not(.children .cat-item), .widget_archive li, .widget_pages li { margin-bottom: 0.5rem; } .widget_categories .cat-item:not(.children .cat-item)::before, .widget_pages li::before, .widget_archive li::before { content: "-"; padding-right: 0.5rem; } .widget_categories .cat-item a, .widget_archive li a { text-decoration: none; color: var(--color-on-background); font-weight: 500; } .widget_categories .cat-item a:hover, .widget_archive li a:hover { opacity: 0.8; } .widget_categories .cat-item .children { padding-left: 1rem; list-style-type: none; margin-top: 0.3rem; } .widget_categories .cat-item .children .cat-item a { font-weight: normal; color: var(--color-on-background); } .widget_categories .cat-item .children .cat-item a:hover { color: var(--color-primary); } .widget_categories .postform { border: 1px solid var(--color-tertiary); padding: 0.5rem; letter-spacing: 0.05rem; margin-bottom: 0.5rem; } .widget_archive select { border: 1px solid var(--color-tertiary); padding: 0.5rem; letter-spacing: 0.05rem; margin-bottom: 0.5rem; } .widget_calendar .calendar_wrap { border: 1px solid var(--color-tertiary); margin-bottom: 0.5rem; } .widget_calendar .calendar_wrap .wp-calendar-table { width: 100%; } .widget_calendar .calendar_wrap .wp-calendar-table caption { padding: 0.5rem 0; font-weight: 700; } .widget_calendar .calendar_wrap .wp-calendar-table tr { vertical-align: middle; text-align: center; line-height: 2.5; } .widget_calendar .calendar_wrap .wp-calendar-table tr a { text-decoration: underline; } .wp-calendar-nav { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0.5rem 1rem; } .wp-calendar-nav a { text-decoration: none; } .widget_tag_cloud .tagcloud { margin-bottom: 0.5rem; } .wp-video { margin-bottom: 0.5rem; } .search-form { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0; } .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 li:hover {} .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); } } .spti-block { margin: 2rem auto; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; } .spti-img { border-radius: 1rem; overflow: hidden; width: 100%; } .spti-img a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } .spti-img img { width: 100%; height: 100%; object-fit: cover; } .cta-block { margin-top: var(--space-m); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; } .cta-img { flex: 1; overflow: hidden; padding: var(--space-s) var(--space-s) var(--space-s) 0; } .cta-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 1rem; } .cta-content { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; } .cta-title { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); color: var(--color-green); } .cta-title::before { content: "さっそく無料登録"; } .cta-text { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .cta-text::before { content: "「出会いはスポーツです」って言えちゃうマッチングアプリ😃恋活・婚活を始めるならENSPORTS（エンスポーツ）"; } .cta-download { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: var(--space-s); } .cta-download-qr { max-width: 4rem; max-height: 4rem; } .cta-caution { font-size: var(--font-size-xxs); text-align: center; width: 100%; } .cta-caution::before { content: "※高校生を除く18歳以上の独身者専用サービスです"; } @media screen and (max-width: 768px) { .cta-block { flex-direction: column; } .cta-img { padding: 0; margin-bottom: var(--space-xs); } .cta-title { font-size: var(--font-size-l); } .cta-text { font-size: var(--font-size-s); margin-bottom: var(--space-s); } } .more-link-container { display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; } .more-link { display: inline-block; text-align: center; margin-top: var(--space-m); } .more-link a { border: 2px solid #000; border-radius: 0; background: #fff; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; padding: var(--space-xs) var(--space-m); } .more-link a:before { position: absolute; top: 0; left: 0; width: 15px; height: 100%; content: ''; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); border-radius: 0 50% 50% 0; background: #000; } .more-link a:hover:before { font-family: 'Font Awesome 6 Free'; font-weight: 900; line-height: 30px; width: 30px; height: 30px; content: '\f061'; -webkit-transform: translateX(460%) translateY(.5rem); transform: translateX(460%) translateY(.5rem); color: #fff; border-radius: 50%; padding-right: 5px; } .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 { text-align: center; margin: var(--space-s) auto var(--space-m) auto; padding: 0; } 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 var(--space-m) var(--space-m); } ul.wp-block-list li, ol.wp-block-list li { margin-bottom: var(--space-xs); } .archive-page { padding: var(--space-xxl) 0 0 0; } .archive-page a { text-decoration: none; color: var(--color-primary); } .archive-header-container { display: flex; flex-direction: column; padding: var(--space-s) 0; } .archive-title { font-size: var(--font-size-xxl); font-weight: bold; padding-bottom: var(--space-xs); text-align: center; } .archive-description { font-size: var(--font-size-m); font-weight: normal; } .archive-list { padding: 0; display: flex; flex-wrap: wrap; flex-direction: row; margin: 0 auto; max-width: var(--max-width_pc); } .archive-list-item { width: calc(100% / 3); height: auto; padding: var(--space-s); } @media (max-width: 768px) { .archive-list-item { width: 100%; } }