:root {
    --content-width: 94%;
    --content-max-width: 1360px;
    --container-max-width: 1744px;
}

html,
body {
    font-family: 'Noto Serif CJK JP', sans-serif;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
a {
    margin: 0;
    color: #333;
}

p {
    font-family: 'Yu Gothic', sans-serif;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 32px;
    text-align: left;
    color: #292929;
}

img {
    width: 100%;
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.section__inner {
    width: 90%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 5% 0;
}


/* header */

header {
    background-color: #EEFAFF;
    padding: 1% 15%;
    display: flex;
    align-items: center;
}

header img {
    width: 60px;
}

header h6 {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-left: 40px;
}


/* fv section */

.fv {
    position: relative;
    background-color: #EEFAFF;
}

.fv-text {
    padding: 5% 0;
    text-align: center;
}

.fv-text h3 {
    font-size: 40px;
    letter-spacing: 0.03em;
}

.fv-text h5 {
    font-size: 20px;
    letter-spacing: 0.06em;
}

.pattern-1 {
    position: absolute;
    width: 498px;
    right: -9%;
    top: -2%;
}

.pattern-2 {
    position: absolute;
    left: -5%;
    top: 35%;
    width: 364px;
}

.pattern-3 {
    position: absolute;
    width: 188px;
    left: 15%;
    top: 61%;
    z-index: 1;
}

.fv-content {
    /* padding: 0 20% 5%; */
    z-index: 10;
    position: relative;
}

.speaker {
    width: 38%;
}

.speaker img {
    width: 429px;
}

.title {
    display: flex;
    align-items: center;
    /* padding: 0 0 5% 0; */
}

.title img {
    width: 30px;
}

.title h5 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.09em;
    line-height: 46px;
    color: #292929;
    border-bottom: 1px solid #000;
    margin-left: 15px;
}

.speaker .title {
    padding: 5% 0 3%;
}

.speaker .title h5 {
    border-bottom: none;
}

.speaker-text {
    width: 56%;
}

.gold {
    color: #926A07;
}

.speaker h3 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.09em;
    line-height: 46px;
    text-align: left;
    color: #292929;
}

.speaker h3 span {
    font-family: "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 32px;
    margin-right: 10px;
}

.speaker-text p {
    padding: 5% 0;
}

.speaker-text h3 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.18em;
    line-height: 46px;
}


/* intro section */

.intro {
    background: url(../../img/event2023/intro-bk.png) repeat;
    padding: 8% 15%;
}

.intro-inner {
    background-color: #EEFAFF;
    padding: 7%;
}

.event-detail {
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
}

.concept,
.guide {
    width: 47%;
}

.guide-box {
    margin: 3% 0;
}

.guide-box h5 {
    font-family: "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 19px;
    margin-bottom: 3%;
}

.guide-box p {
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 19px;
}


/* access section */

.access {
    padding: 0 5%;
}

.access-content {
    display: flex;
    justify-content: space-between;
    padding: 0 0 5%;
}

.schedule {
    width: 50%;
}

.access-title {
    display: flex;
    align-items: center;
}

.access-title img {
    width: 36px;
    margin-right: 10px;
}

.access-title h4 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.09em;
    line-height: 46px;
}

.schedule h5 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #111;
    margin: 3% 0;
}

.area {
    width: 50%;
}

.area .access-title img {
    width: 30px;
}

.area-content {
    display: flex;
    align-items: center;
}

.area-text {
    margin-left: 5%;
}

.area-text h5 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color: #111;
}

.area-text h6 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 30px;
    color: #111;
}

.area p {
    font-family: "Noto Serif CJK JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 18px;
    color: #111;
    margin: 5% 0;
}

.info-map iframe {
    width: 100%;
}


/* footer section */

footer {
    background-color: #EEFAFF;
    background-image: url(../../img/event2023/footer-bk.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 8% 20% 5%;
}

.footer-content .sub-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 32px;
    color: #292929;
    margin: 0;
}

.footer-content p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 32px;
    color: #292929;
    margin: 3% 0 3% 3%;
}