@charset "UTF-8";

/* normalize
---------------------------------------------------*/
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 1em;
    margin: 0.67em 0;
}
figcaption,
figure,
main { /* 1 */
    display: block;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details, /* 1 */
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}


/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ---------- */
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}

th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE 5.5+ */
}
figure {
    margin: 0;
}


/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}

/* BASE
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 62.5%;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sp-no {
    display: block;
}
br.sp-no {
    display: inline;
}
.pc-no {
    display: none;
}
br.pc-no {
    display: none;
}
.din {
    font-family: 'din-2014', sans-serif;
    font-variation-settings: "wght" 400;/*Regular ---unused*/
    font-weight: 400;
}
.en {
    font-family: "Inria Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 900 */
@media screen and (max-width: 767px) {
    body {
        min-width: auto;
        min-height: 100%;
        font-size: 4.266vw;
        -webkit-text-size-adjust: 100%;
    }
    .pc-no {
        display: block;
    }
    br.pc-no {
        display: inline;
    }
    .sp-no {
        display: none;
    }
    br.sp-no {
        display: none;
    }
}


/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: #000;
}
a:hover {
    color: #000;
}
a.u {
    text-decoration: underline;
}
a,
a:hover,
.hover {
    transition: color 0.5s, opacity 0.5s;
}
.hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}


/* wrapper
---------------------------------------------------*/
#wrapper {
    background-color: #000;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    overflow: hidden;
    padding-top: 80px;
}
/* contents-wrap */
.contents-wrap {
    position: relative;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

#main {
    position: relative;
}

/* 767 */
@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: 15.4666vw;
    }
    .contents-wrap {
        width: 85.3333vw;
    }
}


/* header
---------------------------------------------------*/
#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#Header .header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #1A0B08;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1));
    padding: 0 36px 0 57px;
    z-index: 1;
}
/* header-logo */
#Header .header-logo .logo-wrap {
    display: flex;
}
#Header .header-logo .logo-wrap .mark {
    width: 50px;
}
#Header .header-logo .logo-wrap .axia {
    display: flex;
    margin-left: 10px;
    align-items: center;
}
#Header .header-logo .logo-wrap .mark img,
#Header .header-logo .logo-wrap .axia img {
    width: 100%;
}
/* header-menu */
#Header .header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#Header .header-menu > ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 3em;
}
#Header .header-menu > ul.menu > li:not(:last-child) {
    margin-right: 3em;
}
#Header .header-menu > ul.menu > li > a {
    font-weight: 500;
    color: #fff;
}
#Header .header-menu > ul.menu > li > span {
    font-weight: 500;
    color: #5d5d5d;
}

#Header .header-menu > ul.language {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}
#Header .header-menu > ul.language li {
    cursor: default;
}
#Header .header-menu > ul.language li:first-child {
    border-right: 1px solid #fff;
}
#Header .header-menu > ul.language li span,
#Header .header-menu > ul.language li a {
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 8px;
}
#Header .header-menu > ul.language li .hidden {
    color: #5d5d5d;
    pointer-events: none;
    cursor: default;
}
/* 1280 */
@media screen and (max-width: 1280px) {
    #Header .header-menu > ul.menu {
        flex-wrap: wrap;
        margin-right: 1em;
    }
    #Header .header-menu > ul.menu > li {
        font-size: 14px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    #Header .header-menu > ul.menu > li:not(:last-child) {
        margin-right: 1em;
    }
}

/* 767 */
@media screen and (max-width: 767px) {
    #Header .header-inner {
        height: 15.4666vw;
        filter: drop-shadow(0 0.8vw 2.6666vw rgba(0, 0, 0, .1));
        padding: 0 0 0 3.5466vw;
    }
    #Header .header-inner::before {
        left: 0;
        width: 20vw;
        height: 5.8666vw;
        filter: drop-shadow(0 0.8vw 2.6666vw rgba(0, 0, 0, .1));
    }
    /* header-logo */
    #Header .header-logo .logo-wrap .mark {
        width: 10.8vw;
    }
    #Header .header-logo .logo-wrap .axia {
        width: 40.8vw;
        margin-left: 3.7333vw;
    }

    /* header-menu */
    #Header .header-menu {
        display: none;
    }
}


/* pageTop
---------------------------------------------------*/
#pageTop {
    position: absolute;
    right: 150px;
    bottom: 30px;
    width: 70px;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.5s;
}
#pageTop img {
    width: 100%;
}
#pageTop.fixed {
    position: fixed;
    bottom: 100px;
}
#pageTop.hide {
    opacity: 0;
}

/* 767 */
@media screen and (max-width: 767px) {
    #pageTop {
        right: 4.2666vw;
        bottom: 5.6vw;
        width: 13.3333vw;
    }
    #pageTop.fixed {
        position: fixed;
        bottom: 100px;
    }
}

/* Footer
---------------------------------------------------*/
#Footer {
    position: relative;
    width: 100%;
    padding: 0 0 50px 0;
    background-color: #000;
    z-index: 1;
}
#Footer .footer-inner {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1250px;
    color: #fff;
    margin: 0 auto;
    padding: 124px 0 74px;
    z-index: 3;
    background-image: url(/image/axia-expo2026/front/footer_bg_pc.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 480px;
}
#Footer .footer-inner a {
    color: #fff;
}
#Footer .footer-inner a:hover {
    text-decoration: underline;
}
/* footer-info */
#Footer .footer-info {
    width: 285px;
}
#Footer .footer-info .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}
#Footer .footer-info .company {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}
#Footer .footer-info .information {
    line-height: 1.6em;
}
/* footer-menu */
#Footer .footer-menu {
    width: calc(100% - 285px);
    border-left: 1px solid #fff;
    padding-left: 76px;
}
#Footer .footer-menu .logo {
    margin-bottom: 34px;
}
#Footer .footer-menu .menu-wrap {
    display: flex;
    margin-bottom: 24px;
}
#Footer .footer-menu .menu-wrap .menu {
    line-height: 1.5em;
}
#Footer .footer-menu .menu-wrap .menu:not(:last-of-type) {
    margin-right: 74px;
}
#Footer .footer-menu .copyright {
    text-align: right;
    line-height: 1.7em;
}
#Footer .footer-menu .copyright .copy {
    font-size: 14px;
}

/* 767 */
@media screen and (max-width: 767px) {
    #Footer .footer-inner {
        display: block;
        padding: 15.4666vw 7.3333vw 24.8vw;
    }
    /* footer-info */
    #Footer .footer-info {
        width: 100%;
    }
    #Footer .footer-info .title {
        font-size: 6.4vw;
        margin-bottom: 7.4666vw;
    }
    /* footer-menu */
    #Footer .footer-menu {
        width: 100%;
        border-left-width: 0;
        border-top: 1px solid #fff;
        padding-left: 0;
        padding-top: 12.2666vw;
        margin-top: 7.4666vw;
    }
    #Footer .footer-menu .logo {
        margin-bottom: 9.8666vw;
    }
    #Footer .footer-menu .logo img {
        width: 53.3333vw;
    }
    #Footer .footer-menu .menu-wrap {
        display: block;
        margin-bottom: 9.0666vw;
    }
    #Footer .footer-menu .menu-wrap .menu:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 9.0666vw;
    }
    #Footer .footer-menu .copyright {
        font-size: 3.7333vw;
    }
    #Footer .footer-menu .copyright .copy {
        font-size: 3.2vw;
    }
}


/* anchor
---------------------------------------------------*/
#anchor {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgb(255 255 255 / 50%);
    padding: 15px 0;
}
#anchor .link {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#anchor ul.link li {
    /* button 2 */
    /* width: 50%; */
    /* button 3 */
    width: 33.333%;
    height: 60px;
}
#anchor ul.link li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #15A092;
    background-image: linear-gradient(#00796c, #1d998c);
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}

/**/
#anchor ul.link li:nth-child(1) {
/*
    background-color: #ccc;
    pointer-events: none;
*/
}

/* 767 */
@media screen and (max-width: 767px) {
    #anchor {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
    }
    #anchor ul.link {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #anchor ul.link li {
        width: 46.6666vw;
        height: 13.3333vw;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        border-radius: 2.6666vw 2.6666vw 0 0;
    }
    #anchor ul.link li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 1.3333vw;
    }
    #anchor ul.link li a {
        font-size: 3.8vw; /* 4.2666vw */
    }
}


/* mv
---------------------------------------------------*/
#mv .mv-inner {
    position: relative;
    width: 100%;
}
#mv .mv-slider,
#mv .mv-slider .slide,
#mv .mv-slider .slide img {
    width: 100%;
}
#mv .mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29.2857%;
    max-width: 410px;
    z-index: 3;
    pointer-events: none;
}
#mv .mv-deco {
    position: absolute;
    pointer-events: none;
}
#mv .mv-deco.deco01 {
    top: 16px;
    right: 11px;
    width: 20.5714%;
    max-width: 288px;
    z-index: 1;
}
#mv .mv-deco.deco02 {
    top: 60.84%;
    left: -390px;
    width: 41.4285%;
    max-width: 580px;
    z-index: 2;
}
#mv .mv-logo img,
#mv .mv-deco img {
    width: 100%;
    max-width: none;
}

/* slick-initialized */
#mv .mv-slider img{
    /*display: none;*/
    opacity: 0;
}
#mv .mv-slider.slick-initialized img {
    /*display: block;*/
    opacity: 1;
}

/* 767 */
@media screen and (max-width: 767px) {
    #mv {
    }
    #mv .mv-logo {
        top: 30.4vw;
        left: 50%;
        transform: translate(-50%, 0);
        width: 61.8666vw;
        max-width: none;
    }
    #mv .mv-deco.deco01 {
        top: 2.6666vw;
        right: -24.8vw;
        width: 46.9333vw;
        max-width: none;
    }
    #mv .mv-deco.deco02 {
        top: 102.1333vw;
        left: -52.8vw;
        width: 76.2666vw;
        max-width: none;
    }
}


/* top-about
---------------------------------------------------*/
#top-about {
    position: relative;
}
#top-about .top-about-inner {
    background-image: url(/image/axia-expo2026/front/statement_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}
#top-about .ttl-about {
    position: relative;
    text-align: center;
    line-height: 1.2em;
    font-size: 48px;
    font-weight: 700;
}
#top-about .explain {
    margin-bottom: 40px;
}
#top-about .explain p {
    line-height: 1.8em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#top-about .explain p span {
    font-size: 16px;
}
/*composition-list*/
#top-about .composition-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 64px;
}
#top-about .composition-list .composition {
    position: relative;
    width: 343px;
    height: 644px;
    z-index: 1;
}
#top-about .composition-list .composition:not(:last-of-type) {
    margin-right: 36px;
}
#top-about .composition-list .composition .hexagon-wrap,
#top-about .composition-list .composition::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 396px;
}
#top-about .composition-list .composition::after {
    background-color: #0E65B3;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    bottom: 0;
    z-index: -2;
}
#top-about .composition-list .composition .hexagon-wrap {
    top: 0;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .16));
    z-index: -1;
}
#top-about .composition-list .composition .hexagon-wrap .hexagon {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background-color: #F7F7F7;
}
/* contents */
#top-about .composition-list .composition .contents {
    position: relative;
    height: 396px;
    padding-top: 90px;
    z-index: 10;
}
#top-about .composition-list .composition .contents .title {
    text-align: center;
    color: #0E65B3;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
#top-about .composition-list .composition .contents .title span{
    font-size: 14px;
}
#top-about .composition-list .composition .contents .explain {
    line-height: 1.6em;
    padding: 0 40px;
}
/* tag */
#top-about .composition-list .composition .tag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#top-about .composition-list .composition .tag p {
    line-height: 1.4em;
    text-align: center;
    color: #0E65B3;
    font-weight: 700;
}
/* detail */
#top-about .composition-list .composition .detail {
    position: relative;
    padding-top: 18px;
    z-index: 10;
}
#top-about .composition-list .composition .detail p {
    line-height: 1.6em;
    color: #fff;
    padding: 0 40px;
}

/* composition02 */
#top-about .composition-list .composition02 .contents {
    padding-top: 49px;
}
#top-about .composition-list .composition02::after {
    background-color: #F28B00;
}
#top-about .composition-list .composition02 .contents .title {
    line-height: 1.4em;
    color: #F28B00;
    margin-bottom: 8px;
}
#top-about .composition-list .composition02 .tag p {
    color: #F28B00;
}

/* composition03 */
#top-about .composition-list .composition03 .contents {
    padding-top: 62px;
}
#top-about .composition-list .composition03::after {
    background-color: #1A8F2F;
}
#top-about .composition-list .composition03 .contents .title {
    color: #1A8F2F;
}
#top-about .composition-list .composition03 .tag p {
    color: #1A8F2F;
}

/* deco */
#top-about .deco {
    position: absolute;
    bottom: -112px;
    right: -106px;
    width: 379px;
    z-index: 10;
}
#top-about .deco img {
    width: 100%;
    max-width: none;
}

/* 1100 */
@media screen and (max-width: 1100px) {
    #top-about .composition-list {
        width: 722px;
    }
    #top-about .composition-list .composition:not(:first-of-type) {
        margin-right: 0;
    }
}

/* 767 */
@media screen and (max-width: 767px) {
    #top-about {
    }
    #top-about .ttl-about {
        line-height: 1.4em;
        font-size: 8.5333vw;
    }
    #top-about .explain {
        margin-bottom: 8vw;
    }
    #top-about .explain p {
        line-height: 1.8em;
        text-align: center;
        font-size: 4.2666vw;
    }
    #top-about .explain p span {
        font-size: 3.7333vw;
    }
    /*composition-list*/
    #top-about .composition-list {
        display: block;
        width: 85.3333vw;
        margin-bottom: 8vw;
    }
    #top-about .composition-list .composition {
        width: 100%;
        height: 160.8vw;
    }
    #top-about .composition-list .composition:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 5.3333vw;
    }
    #top-about .composition-list .composition .hexagon-wrap,
    #top-about .composition-list .composition::after {
        height: 98.6666vw;
    }
    #top-about .composition-list .composition .hexagon-wrap {
        filter: drop-shadow(0 1.3333vw 2.6666vw rgba(0, 0, 0, .16));
    }
    /* contents */
    #top-about .composition-list .composition .contents {
        height: 98.6666vw;
        padding-top: 22.6666vw;
    }
    #top-about .composition-list .composition .contents .title {
        font-size: 6.9333Vw;
        margin-bottom: 4.2666vw;
    }
    #top-about .composition-list .composition .contents .title span{
        font-size: 3.2vw;
    }
    #top-about .composition-list .composition .contents .explain {
        padding: 0 10.1333vw;
    }
    /* tag */
    #top-about .composition-list .composition .tag {
        width: 63.4666vw;
        height: 36.8vw;
    }
    /* detail */
    #top-about .composition-list .composition .detail {
        padding-top: 4.5333vw;
    }
    #top-about .composition-list .composition .detail p {
        padding: 0 10.1333vw;
    }
    /* composition02 */
    #top-about .composition-list .composition02 .contents {
        padding-top: 10.6666vw;
    }
    #top-about .composition-list .composition02 .contents .title {
        margin-bottom: 3.2vw;
    }
    /* composition03 */
    #top-about .composition-list .composition03 .contents {
        padding-top: 17.6vw;
    }
    /* deco */
    #top-about .deco {
        bottom: -19.2vw;
        right: -17.12vw;
        width: 44vw;
    }
}

/* top-cate
---------------------------------------------------*/
#top-cate {
    position: relative;
}
#top-cate .top-cate-inner {
    background-image: url(/image/axia-expo2026/front/statement_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}


/* top-news
---------------------------------------------------*/
#top-news {
    background-color: #fff;
    padding: 90px 0;
}
#top-news .ttl-section {
    width: 145px;
    margin: 0;
}
#top-news .contents-wrap {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    gap: 7.142857142857142vw;
}
#top-news ul.news-list {
    width: calc(100% - 145px);
}
#top-news ul.news-list li {

}
#top-news ul.news-list li a {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #21887D;
    color: #fff;
}
#top-news ul.news-list li a .time {
    position: relative;
    width: 120px;
}
#top-news ul.news-list li a .time::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1px;
    height: 32px;
    margin: -16px 0 0 0;
    background: #fff;
}
#top-news ul.news-list li a .tit {
    width: calc(100% - 110px);
}

/* 767 */
@media screen and (max-width: 767px) {
    #top-news {
        padding: 13.0666vw 0 15.7333vw;
    }
    #top-news .contents-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    #top-news ul.news-list {
        width: 100%;
    }
    #top-news ul.news-list li a {
        display: block;
        padding: 1em;
    }
    #top-news ul.news-list li a .time {
        display: block;
        width: auto;
    }
    #top-news ul.news-list li a .time::after {
        display: none;
    }
    #top-news ul.news-list li a .tit {
        display: block;
        width: auto;
        line-height: 1.6em;
        margin-top: 0.3em;
    }
}



/* last-year
---------------------------------------------------*/
#last-year {
    position: relative;
    padding: 82px 0 145px;
}
/* visitors */
#last-year .visitors {
    margin-bottom: 120px;
}
#last-year .visitors-voice-list {
    display: flex;
    flex-wrap: wrap;
}
#last-year .visitors-voice-list .visitors-voice {
    width: 50%;
    text-align: center;
    user-select: none;
    padding-top: 72px;
}
#last-year .visitors-voice-list .visitors-voice img {
    max-width: 96%;
}
#last-year .visitors-voice-list .visitors-voice.voice01 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-top: 0;
    padding-bottom: 56px;
}
#last-year .visitors-voice-list .visitors-voice.voice03 {
    border-left: 1px solid #000;
}
/* exhibitors */
#last-year .exhibitors {
    margin-bottom: 120px;
}
#last-year .exhibitors-voice-list {
    max-width: 1000px;
    margin: 0 auto;
}
#last-year .exhibitors-voice-list .exhibitors-voice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#last-year .exhibitors-voice-list .exhibitors-voice:not(:last-of-type) {
    margin-bottom: 50px;
}
#last-year .exhibitors-voice-list .exhibitors-voice .figure {
    width: 46%;
}
#last-year .exhibitors-voice-list .exhibitors-voice .figure img {
    width: 100%;
    border-radius: 10px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list {
    width: 46%;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 100px;
    padding: 0 40px 0 34px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li:not(:last-child) {
    margin-bottom: 20px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li .icon {
    width: 60px;
    margin: 30px 26px 30px 0;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li p {
    width: calc(100% - 86px);
    line-height: 1.6em;
    font-weight: 700;
}
#last-year .exhibitors-voice-list .exhibitors-voice.voice02 .figure {
    order: 2;
}
#last-year .exhibitors-voice-list .exhibitors-voice.voice02 ul.voice-list {
    order: 1;
}
/* special */
#last-year .special {
    max-width: 1000px;
    margin: 0 auto;
}
#last-year .special ul.figure-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}
#last-year .special .ttl-block {
    line-height: 1.6em;
}
#last-year .special ul.figure-list li {
    width: 32%;
}
#last-year .special ul.figure-list li:not(:last-child) {
    margin-right: 2%;
}
#last-year .special ul.figure-list li img {
    width: 100%;
    border-radius: 10px;
}
#last-year .special .entrant {
    margin-top: 20px;
}
#last-year .special .entrant .title {
    font-weight: 700;
    margin-bottom: 0.5em;
}
#last-year .special .entrant .title span {
    font-weight: 400;
    margin-left: 0.5em;
}
#last-year .special .entrant p {
    line-height: 1.6em;
}

/* deco */
#last-year .deco {
    position: absolute;
    top: 1312px;
    left: -25px;
    width: 207px;
    z-index: 10;
}
#last-year .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #last-year {
        padding: 10.9333vw 0 20.2666vw;
    }
    /* visitors */
    #last-year .visitors {
        margin-bottom: 19.4666vw;
    }
    #last-year .visitors-voice-list {
        display: block;
    }
    #last-year .visitors-voice-list .visitors-voice {
        width: 100%;
        padding-top: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice img {
        width: 100%;
        max-width: none;
    }
    #last-year .visitors-voice-list .visitors-voice.voice01 {
        padding-top: 0;
        padding-bottom: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice.voice02 {
        border-bottom: 1px solid #000;
        padding-bottom: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice.voice03 {
        border-left: 0;
    }
    /* exhibitors */
    #last-year .exhibitors {
        margin-bottom: 19.4666vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice {
        display: block;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice:not(:last-of-type) {
        margin-bottom: 8vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice .figure {
        width: 100%;
        margin-bottom: 8vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice .figure img {
        border-radius: 2.6666vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list {
        width: 100%;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li {
        display: flex;
        align-items: center;
        background-color: #F7F7F7;
        border-radius: 100px;
        padding: 0 8vw 0 6.9333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li:not(:last-child) {
        margin-bottom: 5.3333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li .icon {
        width: 11.2vw;
        margin: 5.6vw 5.0666vw 5.6vw 0;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li p {
        width: calc(100% - 16.2666vw);
        line-height: 1.7em;
        font-size: 3.7333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice.voice03 ul.voice-list li:first-of-type p {
        padding: 5.0666vw 0;
    }
    /* special */
    #last-year .special ul.figure-list {
        display: block;
        margin-bottom: 5.3333vw;
    }
    #last-year .special ul.figure-list li {
        width: 100%;
    }
    #last-year .special ul.figure-list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.6666vw;
    }
    #last-year .special .entrant {
        margin-top: 5.3333vw;
    }

    #last-year .deco {
        position: absolute;
        top: 432vw;
        left: -3.7866vw;
        width: 26.9333vw;
    }
}

/* seminar
---------------------------------------------------*/
#seminar {
    position: relative;
    background-color: #F7F7F7;
    padding: 110px 0 130px;
}
/* headline */
#seminar .headline {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#seminar .headline .figure {
    width: 35.645%;
}
#seminar .headline .figure img {
    width: 100%;
    border-radius: 10px;
}
#seminar .headline .explain {
    width: 60.397%;
}
#seminar .headline .explain p {
    line-height: 1.6em;
}
#seminar .headline .explain p:not(:last-of-type) {
    margin-bottom: 1.4em;
}
#seminar .headline .explain .btn-link a {
    width: 250px;
    height: 50px;
    font-size: 14px;
    background: #000;
    text-indent: -2em;
    margin-right: 0;
    margin-top: 40px;
}
#seminar .headline .explain .btn-link a::before {
    right: 16px;
    width: 12px;
    height: 7px;
}
#seminar .headline .explain .btn-link a::after {
    right: 43px;
    width: 1px;
    height: 30px;
}
/* theme */
#seminar .theme {
    margin-bottom: 60px;
}
#seminar ul.theme-list li {
    line-height: 2.28em;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
#seminar ul.theme-list li span {
    font-weight: 400;
}
#seminar .deco {
    position: absolute;
    top: -175px;
    right: -123px;
    width: 341px;
    z-index: 10;
}
#seminar .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #seminar {
        padding: 17.0666vw 0 24.8vw;
    }
    /* headline */
    #seminar .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 7.2vw 6.6666vw 10.9333vw;
        margin-bottom: 14.9333vw;
    }
    #seminar .headline .figure {
        width: 100%;
        margin-bottom: 6.6666vw;
    }
    #seminar .headline .figure img {
        border-radius: 2.6666vw;
    }
    #seminar .headline .explain {
        width: 100%;
    }
    #seminar .headline .explain .btn-link a {
        width: 66.6666vw;
        height: 13.3333vw;
        font-size: 3.7333vw;
        margin-top: 9.0666vw;
    }
    #seminar .headline .explain .btn-link a::before {
        right: 4.2666vw;
        width: 3.2vw;
        height: 1.8666vw;
    }
    #seminar .headline .explain .btn-link a::after {
        right: 11.4666vw;
        height: 8vw;
    }
    /* theme */
    #seminar .theme {
        margin-bottom: 8vw;
    }
    #seminar ul.theme-list li {
        line-height: 1.7em;
        text-align: left;
        font-size: 3.7333vw;
    }
    #seminar ul.theme-list li:not(:last-child) {
        margin-bottom: 1.7em;
    }
    #seminar .deco {
        top: -29.3333vw;
        right: -27.2vw;
        width: 54.1333vw;
    }
}

/* online
---------------------------------------------------*/
#online {
    position: relative;
    padding: 110px 0 110px;
}
/* headline */
#online .headline {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#online .headline .figure {
    width: 35.645%;
}
#online .headline .figure img {
    width: 100%;
    border-radius: 10px;
}
#online .headline .explain {
    width: 60.397%;
}
#online .headline .explain p {
    line-height: 1.6em;
}
#online .headline .explain p:not(:last-of-type) {
    margin-bottom: 1.4em;
}
#online .headline .explain p.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
}
/* option */
#online .option {
    margin-bottom: 75px;
}
#online .option .ttl-block {
    margin-bottom: 40px;
}
#online .option .note {
    text-align: center;
    margin-bottom: 26px;
}
#online .option ul.option-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}
#online .option ul.option-list li {
    width: 32.65%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 106px;
    margin-top: 20px;
}
#online .option ul.option-list li:nth-child(-n+3) {
    margin-top: 0;
}
#online .option ul.option-list li .num {
    display: inline-block;
    font-size: 24px;
    border-right: 1px solid #000;
    padding: 5px 21px 5px 26px;
    margin-right: 18px;
}
#online .option ul.option-list li p {
    line-height: 1.4em;
    font-weight: 700;
}

#online .deco {
    position: absolute;
    top: -66px;
    left: -127px;
    width: 408px;
    z-index: 10;
}
#online .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #online {
        padding: 15.4666vw 0 19.2vw;
    }
    /* headline */
    #online .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 7.2vw 6.6666vw 10.9333vw;
        margin-bottom: 8.8vw;
    }
    #online .headline .figure {
        width: 100%;
        margin-bottom: 6.6666vw;
    }
    #online .headline .figure img {
        border-radius: 2.6666vw;
    }
    #online .headline .explain {
        width: 100%;
    }
    #online .headline .explain p.title {
        font-size: 6.4vw;
    }
    /* option */
    #online .option {
        margin-bottom: 8vw;
    }
    #online .option .ttl-block {
        margin-bottom: 6.9333vw;
    }
    #online .option .note {
        margin-bottom: 6.9333vw;
    }
    #online .option ul.option-list {
        display: block;
        width: 100%;
    }
    #online .option ul.option-list li {
        width: 100%;
        height: 18.6666vw;
        border-radius: 28.2666vw;
        margin-top: 5.3333vw;
    }
    #online .option ul.option-list li:nth-child(-n+3) {
        margin-top: 5.3333vw;
    }
    #online .option ul.option-list li:first-child {
        margin-top: 0;
    }
    #online .option ul.option-list li .num {
        font-size: 6.4vw;
        padding: 5.3333vw 4.6666vw 5.3333vw 7.2vw;
        margin-right: 4.8vw;
    }
    #online .deco {
        top: -14.6666vw;
        left: -37.3333vw;
        width: 76vw;
    }
}


/* schedule
---------------------------------------------------*/
#schedule {
    position: relative;
    background-color: #F7F7F7;
    padding: 110px 0 160px;
}
#schedule .ttl-block {
    margin-bottom: 40px;
}
#schedule .date {
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 12px;
}
#schedule .date span {
    font-size: 58px;
    font-weight: 700;
}
#schedule .note {
    text-align: center;
    font-size: 14px;
    margin-bottom: 34px;
}
#schedule .figure {
    text-align: center;
}

#schedule .deco {
    position: absolute;
    top: -132px;
    right: -75px;
    width: 281px;
    z-index: 10;
}
#schedule .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #schedule {
        padding: 13.3333vw 0 16vw
    }
    #schedule .ttl-block {
        margin-bottom: 8vw;
    }
    #schedule .date {
        line-height: 1.4em;
        font-size: 9.8666vw;
        margin-bottom: 5.0666vw;
    }
    #schedule .date span {
        font-size: 14.1333vw;
    }
    #schedule .note {
        line-height: 1.7em;
        font-size: 3.7333vw;
        margin-bottom: 8vw;
    }
    #schedule .figure img {
        width: 100%;
    }
    #schedule .deco {
        top: -10.6666vw;
        right: -12.2666vw;
        width: 36.2666vw;
    }
}


/* event-info
---------------------------------------------------*/
#event-info {
    position: relative;
    padding: 110px 0 130px;
}
#event-info .event-info-inner {
    position: relative;
    z-index: 20;
}
/* headline */
#event-info .headline {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#event-info .headline .place {
    width: 50%;
}
#event-info .headline .place.real {
    border-right: 1px solid #000;
    padding-right: 40px;
}
#event-info .headline .place.online {
    padding-left: 40px;
}
#event-info .headline .place .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 36px;
}
#event-info .headline .place dl {
    display: flex;
    align-items: center;
}
#event-info .headline .place dl:not(:last-of-type) {
    margin-bottom: 20px;
}
#event-info .headline .place dl dt {
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #119487;
    padding: 0.5em 0;
    margin-right: 15px;
}
#event-info .headline .place dl dd {
    width: calc(100% - 85px);
    font-size: 18px;
}
#event-info .headline .place dl dd span {
    font-size: 14px;
    margin-left: 0.5em;
}
#event-info .ttl-block {
    margin-bottom: 60px;
}
/* organizer */
#event-info .organizer {
    margin-bottom: 100px;
}
#event-info .organizer p {
    line-height: 1.6em;
    text-align: center;
    font-size: 18px;
}
#event-info .organizer .btn-link {
    margin-top: 70px;
}
/* exhibition */
#event-info .exhibition {
    margin-bottom: 80px;
}
#event-info .exhibition .figure {
    text-align: center;
}
/* related */
#event-info .related ul.related-list {
    display: flex;
    flex-wrap: wrap;
}
#event-info .related ul.related-list li {
    width: 22.4545%;
    margin-right: 3.394%;
    margin-top: 37px;
}
#event-info .related ul.related-list li:nth-child(4n) {
    margin-right: 0;
}
#event-info .related ul.related-list li:nth-child(-n+4) {
    margin-top: 0;
}
#event-info .related ul.related-list li img {
    width: 100%;
}

#event-info .deco {
    position: absolute;
    top: 819px;
    left: -93px;
    width: 330px;
    z-index: 10;
}
#event-info .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #event-info {
        position: relative;
        padding: 12.5333vw 0 8vw;
    }
    /* headline */
    #event-info .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 6.6666vw 6.6666vw 8.8vw;
        margin-bottom: 8vw;
    }
    #event-info .headline .place {
        width: 100%;
    }
    #event-info .headline .place.real {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 8vw;
    }
    #event-info .headline .place.online {
        padding-left: 0;
        padding-top: 8vw;
    }
    #event-info .headline .place .title {
        font-size: 6.4vw;
        margin-bottom: 5.6vw;
    }
    #event-info .headline .place dl {
        display: block;
    }
    #event-info .headline .place dl:not(:last-of-type) {
        margin-bottom: 6.4vw;
    }
    #event-info .headline .place dl dt {
        width: 18.6666vw;
        margin-right: 0;
        margin-bottom: 2.6666vw;
    }
    #event-info .headline .place dl dd {
        width: 100%;
        line-height: 1.55em;
        font-size: 4.8vw;
    }
    #event-info .headline .place dl dd span {
        font-size: 3.7333vw;
    }
    #event-info .ttl-block {
        margin-bottom: 8vw;
    }
    /* organizer */
    #event-info .organizer {
        margin-bottom: 19.4666vw;
    }
    #event-info .organizer p {
        font-size: 4.8vw;
    }
    #event-info .organizer .btn-link {
        margin-top: 8vw;
    }

    /* exhibition */
    #event-info .exhibition {
        margin-bottom: 16vw;
    }
    #event-info .exhibition .figure img {
        width: 40.5333vw;
    }
    /* related */
    #event-info .related ul.related-list {
        display: flex;
        flex-wrap: wrap;
    }
    #event-info .related ul.related-list li {
        width: 47.5%;
        margin-right: 5%;
        margin-top: 3.4666vw;
    }
    #event-info .related ul.related-list li:nth-child(-n+4) {
        margin-top: 3.4666vw;
    }
    #event-info .related ul.related-list li:nth-child(-n+2) {
        margin-top: 0;
    }
    #event-info .related ul.related-list li:nth-child(2n) {
        margin-right: 0;
    }

    #event-info .deco {
        top: 304vw;
        left: -11.4666vw;
        width: 40vw;
    }
}


/* title
---------------------------------------------------*/
.ttl-section {
    margin-bottom: 30px;
}
.ttl-section .en {
    font-size: 60px;
    font-weight: 700;
}
.ttl-section .ja {
    display: block;
    font-size: 16px;
    margin-top: 0.5em;
}
.ttl-block {
    text-align: center;
    margin-bottom: 70px;
}
.ttl-block span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
.ttl-block span::after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
}

/* 767 */
@media screen and (max-width: 767px) {
    .ttl-section {
        margin-bottom: 6.4vw;
    }
    .ttl-section .en {
        font-size: 10.6666vw;
    }
    .ttl-section .ja {
        font-size: 4.2666vw;
    }
    .ttl-block {
        margin-bottom: 12.2666vw;
    }
    .ttl-block span {
        line-height: 1.3em;
        font-size: 6.4vw;
    }
    .ttl-block span::after {
        bottom: -3.2vw;
        height: 1.3333vw;
    }
}


/* btn
---------------------------------------------------*/
.btn-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 70px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    background: rgb(143,206,233);
    background: linear-gradient(90deg, rgba(143,206,233,1) 0%, rgba(21,160,146,1) 100%);
    border-radius: 10px;
    margin: 0 auto;
    z-index: 3;
}
.btn-link a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background-image: url('/image/axia-expo2025/front/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.btn-link a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
}

/* btn-download */
.btn-download a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #15A092;
    border-radius: 1em;
    margin: 0 auto;
    transition: 0.5s;
}
.btn-download a:hover {
    background-color: #3ed7c8;
}
.btn-download a .icon {
    width: 14px;
    margin-left: 10px;
}
.btn-download a .icon img {
    width: 100%;
}

/* 767 */
@media screen and (max-width: 767px) {
    .btn-link a {
        width: 85.3333vw;
        height: 18.6666vw;
        font-size: 4.8vw;
    }
    .btn-link a::before {
        right: 5.6vw;
        width: 4.5333vw;
        height: 2.4vw;
    }
    .btn-link a::after {
        right: 16vw;
        height: 13.3333vw;
    }
    /* btn-download */
    .btn-download a {
        height: 7.8125vw;
    }
    .btn-download a .icon {
        width: 3.125vw;
        margin-left: 1.5625vw;
    }
}

/* table-block
---------------------------------------------------*/
.table-block {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.table-block::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-block::-webkit-scrollbar-track {
    border-radius: 6px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
.table-block::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

/* media <= 768px */
@media screen and (min-width: 1px) and (max-width: 768px) {
    .table-block {
        padding-bottom: 2.6666vw;
    }
    .table-block::-webkit-scrollbar {
        width: 0.9375vw;
    }
    .table-block::-webkit-scrollbar-track {
        border-radius: 0.9375vw;
        box-shadow: inset 0 0 0.625vw rgba(0, 0, 0, .1);
    }
    .table-block::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 0.9375vw;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }
}


/* .table
---------------------------------------------------*/
.table {
    width: 100%;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 0 0 1px;
}
.table th {
    text-align: center;
    font-weight: normal;
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    white-space: nowrap;
    padding: 0.5em;
}
.table thead th {
    color: #fff;
    background-color: #15A092;
}
.table td {
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    white-space: nowrap
}


/* Slider
---------------------------------------------------*/
.slick-slider {
    position: relative;
    display: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
    display: block;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*---------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #fff;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    opacity: .75;
}
.slick-prev {
    left: 20px;
}
.slick-prev:before {
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}
.slick-next {
    right: 20px;
}
.slick-next:before {
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #E6E6E6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background-color: #15A092;
}

/* 767 */
@media screen and (max-width: 767px) {

    /* Dots */
    .slick-dots {
        bottom: -8vw;
    }
    .slick-dots li {
        width: 4vw;
        height: 4vw;
        margin: 0 2vw;
    }
    .slick-dots li button {
        width: 4vw;
        height: 4vw;
    }
}


/* breadcrumbs
---------------------------------------------------*/
#breadcrumbs {
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#breadcrumbs ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
#breadcrumbs ol li {
    position: relative;
    font-size: 14px;
}
#breadcrumbs ol li:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
}
#breadcrumbs ol li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 42%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(0, -50%);
}
#breadcrumbs ol li a:hover {
    text-decoration: underline;
}
#breadcrumbs ol li a.inv {
    pointer-events: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #breadcrumbs {
        padding: 3.2vw 1.6vw;
        margin-top: 6.25vw;
        margin-bottom: 3.125vw;
    }
    #breadcrumbs ol li {
        font-size: 2.4vw;
    }
}


/*---------------------------------------------------------
///// exhibit //////////
----------------------------------------------------------*/
#exhibit .ttl-section {
    margin-bottom: 40px;
}
#exhibit .ttl-block {
    margin-bottom: 40px;
}
#exhibit .exhibit-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#exhibit .exhibit-list + .ttl-block{
    margin-top: 60px;
}
#exhibit .exhibit-list .exhibit-block {
    width: 22.4545%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-right: 3.394%;
    margin-top: 37px;
}
#exhibit .exhibit-list .exhibit-block:nth-child(4n) {
    margin-right: 0;
}
#exhibit .exhibit-list .exhibit-block:nth-child(-n+4) {
    margin-top: 0;
}
#exhibit .exhibit-list .exhibit-block .exhibit-figure {
    width: 100%;
}
#exhibit .exhibit-list .exhibit-block .exhibit-figure img {
    width: 100%;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text {
    padding: 20px 10px;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .tag {
    font-size: 14px;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .title {
    min-height: 72px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .type {
    font-size: 14px;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .capacity {
    font-size: 14px;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .btn-download {
    margin-top: 10px;
}

/* 767 */
@media screen and (max-width: 767px) {
    #exhibit .ttl-section {
        margin-bottom: 8vw;
    }
    #exhibit .ttl-block {
        margin-bottom: 8vw;
    }
    #exhibit .ttl-block span {
        font-size: 5vw;
    }
    #exhibit .ttl-block span:first-line {
        font-size: 6.4vw;
    }
    #exhibit .exhibit-list {
        display: block;
    }
    #exhibit .exhibit-list + .ttl-block{
        margin-top: 9.375vw;
    }
    #exhibit .exhibit-list .exhibit-block {
        width: 100%;
        margin-right: 0;
        margin-top: 12.5vw;
    }
    #exhibit .exhibit-list .exhibit-block:nth-child(-n+4) {
        margin-top: 12.5vw;
    }
    #exhibit .exhibit-list .exhibit-block:first-of-type {
        margin-top: 0;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text {
        padding: 6.25vw 3.125vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .tag {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .title {
        min-height: auto;
        margin-bottom: 1em;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .type {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .capacity {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .btn-download {
        margin-top: 4.6875vw;
    }

}
.top-schedule {
    padding-bottom: 110px;
    background: #fff;
}
.btn-top {
    position: relative;
}
.btn-ol {
    position: absolute;
    bottom: 80px;
    left: 50%;
    padding: 0 20px;
    margin-left: -17.857142857142858vw;
    max-width: calc(35.714285714285715vw + 40px);
}
.btn-inr-link {
    transition: opacity 0.2s ease;
}
.btn-inr-link:hover {
    opacity: 0.6;
}
#anchor ul.link li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#anchor ul.link li a:after{
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .btn-ol {
        position: absolute;
        bottom: 60px;
        left: 50%;
        padding: 0;
        margin-left: -40vw;
        max-width: 80vw;
    }
    .top-schedule .btn-ol {
        bottom: 100px;
    }
    #anchor ul.link {
        gap: 0;
        padding: 0 6px;
    }
    #anchor ul.link li a:after {
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

/* Base */
.bg_white {
    background: #fff;
}
.bg_black {
    background: #000;
}
.cnt-ol {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 15px;
}
.cnt-ttl {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cnt-ol {
        padding: 0 20px 80px;
    }
}

/* related */
.related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 60px 0 0 0;
}
.related-list li {
    width: calc(20% - 12px);
}
.related-list li img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .related-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin: 40px 0 0 0;
    }
    .related-list li {
        width: calc(50% - 8px);
    }
}