@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:wght@100..900&family=Roboto+Condensed&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
*, *::before, *::after { min-width: 0; }
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #2e2e2e;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #2e2e2e;
    text-decoration: none;
}
a:visited {
    color: #2e2e2e;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.pc_tab_br {
    display: none;
}
.pc_br {
    display: none;
}
.tab_br {
    display: none;
}
.sp_br {
    
}
#wrapper {
    color: #2e2e2e;
    position: relative;
    background-color: #e4e9f2;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
.wrapper_inner {
    /*background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);*/
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header_top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0 20px;
    width: 100%;
    z-index: 12;
}
.header_top_left {
    display: flex;
    align-items: center;
}
.header_top_logo {
    padding: 0;
}
.header_top_logo a {
    display: flex;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.header_top_logo img {
    width: 130px;
}
.header_top_right {
    display: flex;
    display: none; 
}
.ht_navi_1 {
    display: flex;
    align-items: center;
}
.ht_navi_1 li {
    margin-right: 50px;
}
.ht_navi_1 li a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0 20px;
    width: 100%;
    z-index: 12;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 190px;
}
.header_right {
    display: flex;
    display: none;
}
.h_navi_1 {
    display: flex;
    align-items: center;
}
.h_navi_1 li {
    margin-right: 40px;
}
.h_navi_1 li:last-child {
    margin-right: 0px;
}
.h_navi_1 li a {
    font-size: 16px;
    letter-spacing: 1px;
}


#key_visual_wrap {
    width: 100%;
    height: 100svh;
    z-index: 1;
    position: relative;
    background-image: url(../image/keyvisual_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#key_visual_wrap,
#key_visual_wrap * {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.info_ttl {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}
.infomation {
    line-height: 1.7;
    text-align: center;
}
.infomation span {
    font-weight: bold;
}
.infomation a {
    text-decoration: underline;
    overflow-wrap: anywhere;
}
.cover_grad {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0, .7));
}
.kv_copy_wrap {
    width: 100%;
    height: 100%;
    padding: 25vh 8% 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}
.kv_copy_inner {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kv_copy_main {
    
}
.kv_copy {
    margin-bottom: 20px;
    text-align: center;
}


.kv_sub_copy {
    line-height: 1.8;
/*    padding-left: 5px;*/
    font-size: 12px;
    margin-bottom: 35px;
    text-align: center;
}
.kv_discover {
    display: flex;
    justify-content: center;
}
.discover_inner {
    margin-bottom: -1px;
}
.discover_inner span {
    background: url(../image/arrow_1.svg) no-repeat right center / 17px 17px;
    padding-right: 22px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    height: 17px;
}


.info_ttl    { font-size: clamp(1.25rem, 2.8vw, 1.75rem); font-weight: 700; }
.infomation  { font-size: 1rem; line-height: 1.7; text-align: center; }
.infomation a { text-decoration: underline; overflow-wrap: anywhere; } 



























