﻿* {
    box-sizing: border-box;
}

::before,
::after {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 1.6rem;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

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;
}

img {
    border-style: none;
    vertical-align: bottom;
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom;
}

details {
    display: block;
}

summary {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

body {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    color: #333;
}

body.sp {
    touch-action: none;
}

img {
    max-width: 100%;
}

a {
    transition: all 0.2s ease;
}

.inner {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

br.pc {
    display: inherit;
}

br.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .inner {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 4%;
    }

    br.pc {
        display: none;
    }

    br.sp {
        display: inherit;
    }
}

/* --------------------------------
header
--------------------------------*/
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 36px 9% 0 4%;
    z-index: 100;
    background-color: #beedff;
}

.logo {
    max-width: 234px;
    line-height: 0;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    object-fit: cover;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 50px;
}

.hamburger {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 4%;
    z-index: 100;
}

.hamburger span {
    width: 50px;
    height: 2px;
    background-color: #333;
    display: inline-block;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
}

.hamburger span:nth-of-type(1) {
    top: 25px;
}

.hamburger span:nth-of-type(2) {
    top: 35px;
}

/* ハンバーガー "開いた状態" のアニメーション */
.hamburger.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 30px;
}

.hamburger.open span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 30px;
}

.hamburger {
    display: none;
}

@media screen and (max-width: 896px) {
    header {
        z-index: 3;
        position: sticky;
        top: 0;
    }

    .header-wrapper {
        height: 80px;
        padding: 0 4% 0 4%;
    }

    .logo {
        max-width: 150px;
        line-height: 0;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url(../images/takamatsu2025/contents_bg.jpg) repeat 0 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 90;
        padding: 50px 20px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: 0.4s;
    }

    .header.active .nav {
        transform: translateX(0);
    }

    .nav ul {
        display: block;
        padding: 50px 0 0 10%;
        margin: 0;
        text-align: left;
    }

    .nav ul li {
        margin: 20px 0;
        position: relative;
        padding-left: 40px;
    }

    .nav ul li::before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/takamatsu2025/yadon.png) no-repeat center/
            contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .nav ul li a {
        font-size: 1.6rem;
        color: #333;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        transition: color 0.3s;
    }

    .nav ul li a:hover {
        color: #e60073;
        /* ヤドンピンク風 */
    }

    .hamburger {
        display: block;
        width: 43px;
        height: 43px;
        cursor: pointer;
        position: fixed;
        top: 20px;
        right: 5%;
        z-index: 100;
    }

    .hamburger span {
        width: 25px;
        left: 9px;
    }

    .hamburger span:nth-of-type(1) {
        top: 17px;
    }

    .hamburger span:nth-of-type(2) {
        top: 24px;
    }

    /* ハンバーガー "開いた状態" のアニメーション */
    .hamburger.open span:nth-of-type(1) {
        top: 21.5px;
    }

    .hamburger.open span:nth-of-type(2) {
        top: 21.5px;
    }
}

/* --------------------------------
section h2
--------------------------------*/
section h2 {
    position: relative;
    display: block;
    margin: 0 auto 5rem;
    text-align: center;
    color: #8b5916;
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 4rem;
    max-width: 56rem;
    width: 90%;
}

section h2 > span {
    position: relative;
    display: inline-block;
    line-height: 1.6;
    background: url(../images/takamatsu2025/title_middle.png) no-repeat center/
        contain;
    object-fit: cover;
    padding: 10px;
}

section h2 > span::after {
    content: '';
    display: inline-block;
    width: 358px;
    height: 38px;
    background: url(../images/takamatsu2025/title_bottom.png) no-repeat center/
        cover;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 3rem;
    }

    section h2 > span {
        padding: 10px;
    }

    section h2 > span::after {
        width: 260px;
        height: 28px;
    }
}

@media screen and (max-width: 480px) {
    section h2 {
        margin-bottom: 3rem;
        font-size: 2rem;
    }
}

/* --------------------------------
bg-container
--------------------------------*/
.bg-container {
    position: relative;
    width: 100%;
    background: url(../images/takamatsu2025/bg1.png) no-repeat center top /
        cover;
}

.bg-container::before {
    content: '';
    width: 100%;
    height: 230px;
    background: url(../images/takamatsu2025/wave_blue.png) no-repeat center top/
        cover;
    position: absolute;
    top: -200px;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .bg-container::before {
        height: 100px;
        top: -98px;
    }
}

@media screen and (max-width: 768px) {
    .bg-container {
        aspect-ratio: auto;
        height: auto;
    }

    .bg-container::before {
        height: 100px;
        top: -98px;
    }
}

@media screen and (max-width: 480px) {
    .bg-container::before {
        height: 80px;
        top: -50px;
    }
}

/* --------------------------------
mv
--------------------------------*/
.mv {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -2;
}

.mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------------------------
section event
--------------------------------*/
section#event {
    margin-top: 0;
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

section#event::before {
    content: '';
    display: block;
    width: 115px;
    height: 333px;
    background: url(../images/takamatsu2025/blue-baloon-l.png) no-repeat
        center/contain;
    position: absolute;
    top: 10%;
    left: 2%;
}

section#event::after {
    content: '';
    display: block;
    width: 115px;
    height: 333px;
    background: url(../images/takamatsu2025/blue-baloon-r.png) no-repeat
        center/contain;
    position: absolute;
    bottom: 10%;
    right: 2%;
}

.event-inner {
    background-color: #fff354;
    border-radius: 20px;
    padding: 50px 6% 25px 5.7%;
    border: 10px solid #fff;
    box-shadow: 20px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.event-inner::before {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-l1.png) no-repeat
        center/contain;
    position: absolute;
    top: 56%;
    left: -30%;
}

.event-inner::after {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-r1.png) no-repeat
        center/contain;
    position: absolute;
    top: -46px;
    right: -28%;
}

section#event ul {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 80px;
}

section#event ul li {
    position: relative;
    margin-bottom: 60px;
    padding-left: 10rem;
    line-height: 1.6;
}

section#event ul li a {
    color: #ff6e6e;
    text-decoration: underline;
}

section#event ul li::before {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: block;
    width: 81px;
    height: 70px;
    background: url('../images/takamatsu2025/yadon.png') no-repeat
        center/contain;
}

@media screen and (max-width: 1024px) {
    .event-inner::before {
        display: none;
    }

    .event-inner::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .event-inner {
        box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
    }

    section#event {
        padding-top: 20px;
    }

    section#event ul {
        font-size: 1.6rem;
        margin-top: 60px;
    }

    section#event ul li {
        margin-bottom: 2rem;
        padding-left: 5rem;
    }

    section#event ul li::before {
        width: 40px;
        height: 35px;
        top: 0;
        transform: translateY(0);
    }
}

/* --------------------------------
greeting
--------------------------------*/
#greeting {
    position: relative;
}

#greeting::before {
    content: '';
    display: block;
    width: 126px;
    height: 392px;
    background: url(../images/takamatsu2025/baloon-l.png) no-repeat
        center/contain;
    position: absolute;
    bottom: 0;
    left: 2%;
    z-index: 1;
}

#greeting::after {
    content: '';
    display: block;
    width: 126px;
    height: 392px;
    background: url(../images/takamatsu2025/baloon-r.png) no-repeat
        center/contain;
    position: absolute;
    bottom: 20%;
    right: 2%;
    z-index: 1;
}

.notes {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.notes-txt {
    width: 42%;
    text-align: center;
}
.notes-img {
    width: 25%;
}

.greeting {
    background-color: #ffd4ec;
    padding: 60px 6% 60px 6%;
    border-radius: 20px;
    border: 10px solid #fff;
    position: relative;
    box-shadow: 20px 20px rgba(0, 0, 0, 0.1);
    margin-top: 300px;
}

.greeting::before {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-l1.png) no-repeat
        center/contain;
    position: absolute;
    top: 31%;
    left: -23%;
}

.greeting::after {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-r1.png) no-repeat
        center/contain;
    position: absolute;
    top: 5%;
    right: -16%;
}

@media screen and (max-width: 1024px) {
    #greeting::after {
        display: none;
    }
    #greeting::before {
        display: none;
    }
    .greeting::before {
        display: none;
    }
    .greeting::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .greeting {
        padding: 40px 4% 45px 4%;
        box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
        margin-top: 60px;
    }

    .notes {
        flex-direction: column;
        margin-top: 20px;
    }

    .notes-txt {
        width: 100%;
        margin-top: 0;
    }

    .notes-txt img {
        width: 50%;
        margin-top: 0;
    }

    .notes-txt p:first-of-type {
        margin-bottom: 10px;
    }

    .notes-img {
        width: 40%;
        margin-top: 40px;
    }
}

/* --------------------------------
greeting,game,keyword
--------------------------------*/
.greeting > p,
.game > p,
.keyword > p {
    line-height: 1.8;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 80px;
    margin: 80px auto 0 auto;
    text-align: center;
}

.greeting > p span,
.game > p span,
.keyword > p span {
    font-size: 1.6rem;
}

.greeting table,
.game table,
.keyword table {
    overflow: hidden;
    margin: 40px auto 0 auto;
    text-align: left;
    width: 100%;
    border-radius: 2rem;
}

.greeting table th,
.game table th,
.keyword table th {
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: 15rem;
    background: #f582c3;
    border-right: 5px solid #ffd9d9;
    border-bottom: 5px solid #ffd9d9;
}

.greeting table td,
.game table td,
.keyword table td {
    padding: 2rem;
    line-height: 1.8;
    font-size: 1.8rem;
    background: #fff;
    border-bottom: 5px solid #ffd9d9;
}

.greeting table td ul,
.game table td ul,
.keyword table td ul {
    margin-bottom: 1rem;
}

.greeting table td ul li,
.game table td ul li,
.keyword table td ul li {
    margin-bottom: 1.5rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #ff6e6e;
}

.greeting table td ul li:last-child {
    border-bottom: none;
    padding: 0 0 0;
}

.greeting table td ul li:last-child,
.game table td ul li:last-child,
.keyword table td ul li:last-child {
    margin-bottom: 0;
}

.greeting table td ul li span,
.game table td ul li span,
.keyword table td ul li span {
    display: inline-block;
    margin-right: 2rem;
    padding: 0 1.5rem;
    line-height: 2.2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #ff6e6e;
    border-radius: 3rem;
}

.greeting table td > span,
.game table td > span,
.keyword table td > span {
    font-size: 1.4rem;
}

.greeting table td > span span,
.game table td > span span,
.keyword table td > span span {
    display: inline-block;
    margin-right: 0.8rem;
    color: #ff6e6e;
}

.greeting table td a,
.game table td a,
.keyword table td a {
    color: #145fe8;
    text-decoration: underline;
}

.greeting table td a:hover,
.game table td a:hover,
.keyword table td a:hover {
    text-decoration: none;
}

.greeting .none,
.game .none,
.keyword .none {
    border-bottom: 0;
}

.greeting .notes-add {
    margin-top: 40px;
}

.greeting .notes-add p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
}

.greeting > ul {
    display: inline-block;
    margin-bottom: 4rem;
    text-align: left;
}

.greeting > ul li {
    line-height: 1.6;
}

.greeting .btn {
    display: block;
    margin: 50px auto 0;
    width: 560px;
    padding: 30px 2% 30px 9%;
    line-height: 2.2;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    background-color: #e8148c;
    border-radius: 10px;
    transition: transform 0.8s ease, box-shadow 0.8s;
    box-shadow: 0 10px 0 #c01777;
}

.greeting .btn span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../images/takamatsu2025/arrow.png) no-repeat center/ cover;
}

.greeting .btn:hover {
    /* color: #ff6e6e;
    background-color: #fff;
    border: 1px solid #ff6e6e; */
    transform: translateY(10px);
    box-shadow: 0 0px 0 #c01777;
}

@media screen and (max-width: 768px) {
    .greeting > p,
    .game > p,
    .keyword > p {
        line-height: 1.6;
        font-size: 1.6rem;
        margin-top: 60px;
    }

    .greeting table th,
    .game table th,
    .keyword table th {
        font-size: 1.8rem;
        width: 12rem;
    }

    .greeting table td,
    .game table td,
    .keyword table td {
        font-size: 1.6rem;
    }

    .greeting p {
        font-size: 1.8rem;
    }

    .greeting p.notes-add {
        margin-top: 20px;
    }

    .greeting .btn {
        padding: 1rem;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center;
    }

    .greeting .btn span {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 480px) {
    .greeting table,
    .game table,
    .keyword table {
        margin-top: 4rem;
        border-radius: 1rem;
    }

    .greeting table th,
    .game table th,
    .keyword table th {
        display: block;
        padding: 1rem;
        text-align: center;
        font-size: 1.8rem;
        width: 100%;
        border-right: none;
    }

    .greeting table td,
    .game table td,
    .keyword table td {
        display: block;
        line-height: 1.5;
        width: 100%;
    }

    .greeting table td ul li span,
    .game table td ul li span,
    .keyword table td ul li span {
        display: block;
        margin: 0 auto 1rem;
        text-align: center;
        width: 60%;
    }

    .greeting > ul {
        margin-bottom: 3rem;
    }
}

/* --------------------------------
game
--------------------------------*/
#game {
    width: 100%;
    position: relative;
    background-color: #beffe4;
}

#game::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/takamatsu2025/bg2.png) no-repeat center top/cover;
    position: absolute;
    top: -60%;
    left: 0;
    z-index: 0;
}

#game::after {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/takamatsu2025/wave_green.png) no-repeat center
        top/cover;
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 0;
}
@media screen and (min-width: 1800px) {
    #game::after {
        width: 100%;
        height: 200px;
        top: 22%;
        left: 0;
    }
}

.game-inner {
    padding-top: 10rem;
    position: relative;
}

.game-inner::after {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-r1.png) no-repeat
        center/contain;
    position: absolute;
    top: -7%;
    right: -14%;
}

.game {
    background-color: #ffd4ec;
    padding: 60px 6% 60px 6%;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 20px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.game p {
    text-align: center;
    margin-top: 80px;
}

@media screen and (max-width: 1024px) {
    .game-inner::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .game-inner {
        padding-top: 40px;
    }

    .game {
        background-color: #ffd4ec;
        padding: 40px 4% 45px 4%;
        border-radius: 20px;
        border: 10px solid #fff;
        box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 480px) {
    .game p {
        text-align: left;
    }
}

/* --------------------------------
keyword
--------------------------------*/
.keyword {
    padding-top: 10rem;
    overflow: hidden;
    padding-bottom: 15rem;
    background-color: #beffe4;
    position: relative;
}

@media screen and (min-width: 1800px) {
    .keyword {
        padding-bottom: 20rem;
    }
}

.keyword::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/takamatsu2025/bg4.png) no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0;
}

.keyword-inner p {
    line-height: 1.8;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}

.keyword-inner {
    background-color: #ffd4ec;
    padding: 60px 6% 60px 6%;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 20px 20px rgba(0, 0, 0, 0.1);
}

.garapon-add {
    margin-top: 10px;
}

.garapon-add .title {
    font-weight: 600;
}

.garapon-add span {
    margin-right: 0.8rem;
    color: #ff6e6e;
}

.garapon-add p {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 0;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .keyword {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
    }

    .keyword-inner p {
        margin-top: 60px;
        font-size: 1.6rem;
    }

    .keyword-inner {
        box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
    }

    .garapon-add .title {
        margin-top: 20px;
    }

    .garapon-add p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .keyword-inner p {
        text-align: left;
    }
}

/* --------------------------------
add
--------------------------------*/
.add {
    position: relative;
    padding: 4rem 4rem 5rem;
    background: #fff;
    border: 5px solid #ff6e6e;
    border-radius: 2rem;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .add {
        padding: 2rem 1.5rem 3rem;
    }
}

.add h3 {
    margin-bottom: 3rem;
    line-height: 2.2;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    background: #ff6e6e;
    border-radius: 3rem;
}

@media screen and (max-width: 736px) {
    .add h3 {
        padding: 1rem;
        line-height: 1.8;
        border-radius: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .add h3 {
        margin-bottom: 2rem;
        line-height: 1.5;
        font-size: 1.7rem;
        border-radius: 0.5rem;
    }
}

.add p {
    margin-bottom: 5rem;
    line-height: 1.8;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .add p {
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }
}

.add dl {
    padding: 3rem;
    background: #fff5f5;
    border-radius: 1rem;
}

@media screen and (max-width: 480px) {
    .add dl {
        padding: 2rem;
    }
}

.add dl dt {
    margin-bottom: 2rem;
    padding: 0 2rem;
    text-align: center;
    color: #ff6e6e;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px dashed #ff6e6e;
    border-bottom: 1px dashed #ff6e6e;
}

.add dl dd {
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
}

/* --------------------------------
booth
--------------------------------*/

section#booth {
    position: relative;
    background-color: #beffe4;
    padding: 10rem 0 15rem 0;
    background-image: url(../images/takamatsu2025/blue-baloon-l.png),
        url(../images/takamatsu2025/blue-baloon-r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 2% 10%, 98% 80%;
    background-size: 150px auto;
}

@media screen and (min-width: 1800px) {
    section#booth {
        padding: 20rem 0;
    }
}

@media screen and (max-width: 768px) {
    section#booth {
        padding: 20rem 0;
        background-image: none;
    }
}

section#booth::before {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/takamatsu2025/wave_green.png) repeat center/cover;
    position: absolute;
    top: -118px;
    left: 0;
}

@media screen and (min-width: 1800px) {
    section#booth::before {
        width: 100%;
        height: 200px;
        top: -165px;
        left: 0;
    }
}

section#booth .cafe,
section#booth .booth {
    position: relative;
    padding: 5rem;
    text-align: center;
    background: url('../images/takamatsu2025/contents_bg02.jpg') repeat 0 0;
    border-radius: 2rem;
    z-index: 1;
    margin-top: 80px;
}

section#booth .cafe::before {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-l1.png) no-repeat
        center/contain;
    position: absolute;
    top: 56%;
    left: -19%;
}

section#booth .cafe::after {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-r1.png) no-repeat
        center/contain;
    position: absolute;
    top: -62px;
    right: -18%;
}

section#booth .booth::before {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-l1.png) no-repeat
        center/contain;
    position: absolute;
    top: 56%;
    left: -30%;
}

section#booth .booth::after {
    content: '';
    width: 316px;
    height: 157px;
    background: url(../images/takamatsu2025/cloud-r1.png) no-repeat
        center/contain;
    position: absolute;
    top: -62px;
    right: -18%;
}

@media screen and (max-width: 1024px) {
    section#booth .cafe::before {
        display: none;
    }

    section#booth .cafe::after {
        display: none;
    }
    section#booth .booth::before {
        display: none;
    }

    section#booth .booth::after {
        display: none;
    }
}

section#booth .cafe .cafe_menu,
section#booth .cafe .booth_content,
section#booth .booth .cafe_menu,
section#booth .booth .booth_content {
    background: #fff;
    border-radius: 1rem;
}

section#booth .cafe .cafe_menu h3,
section#booth .cafe .booth_content h3,
section#booth .booth .cafe_menu h3,
section#booth .booth .booth_content h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    padding: 0 10rem;
    line-height: 2;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    background: #ff6e6e;
    border-radius: 3rem;
}

section#booth .cafe .cafe_menu h3 span,
section#booth .cafe .booth_content h3 span,
section#booth .booth .cafe_menu h3 span,
section#booth .booth .booth_content h3 span {
    display: block;
    color: #603314;
    font-size: 3rem;
}

section#booth .cafe .cafe_menu table th,
section#booth .cafe .booth_content table th,
section#booth .booth .cafe_menu table th,
section#booth .booth .booth_content table th {
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: 15rem;
    background: #ff6e6e;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

section#booth .cafe .cafe_menu table td,
section#booth .cafe .booth_content table td,
section#booth .booth .cafe_menu table td,
section#booth .booth .booth_content table td {
    padding: 2rem;
    line-height: 1.8;
    font-size: 1.8rem;
    background: #fff5f5;
    border-bottom: 5px solid #fff;
}

section#booth .cafe .cafe_menu table td ul,
section#booth .cafe .booth_content table td ul,
section#booth .booth .cafe_menu table td ul,
section#booth .booth .booth_content table td ul {
    margin-bottom: 1rem;
}

section#booth .cafe .cafe_menu table td ul li,
section#booth .cafe .booth_content table td ul li,
section#booth .booth .cafe_menu table td ul li,
section#booth .booth .booth_content table td ul li {
    margin-bottom: 1.5rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #ff6e6e;
}

section#booth .cafe .cafe_menu table td ul li:last-child,
section#booth .cafe .booth_content table td ul li:last-child,
section#booth .booth .cafe_menu table td ul li:last-child,
section#booth .booth .booth_content table td ul li:last-child {
    margin-bottom: 0;
}

section#booth .cafe .cafe_menu table td ul li span,
section#booth .cafe .booth_content table td ul li span,
section#booth .booth .cafe_menu table td ul li span,
section#booth .booth .booth_content table td ul li span {
    display: inline-block;
    margin-right: 2rem;
    padding: 0 1.5rem;
    line-height: 2.2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #ff6e6e;
    border-radius: 3rem;
}

section#booth .cafe .cafe_menu table td > span,
section#booth .cafe .booth_content table td > span,
section#booth .booth .cafe_menu table td > span,
section#booth .booth .booth_content table td > span {
    font-size: 1.4rem;
}

section#booth .cafe .cafe_menu table td > span span,
section#booth .cafe .booth_content table td > span span,
section#booth .booth .cafe_menu table td > span span,
section#booth .booth .booth_content table td > span span {
    display: inline-block;
    margin-right: 0.8rem;
    color: #ff6e6e;
}

section#booth .cafe .cafe_menu table td a,
section#booth .cafe .booth_content table td a,
section#booth .booth .cafe_menu table td a,
section#booth .booth .booth_content table td a {
    color: #145fe8;
    text-decoration: underline;
}

section#booth .cafe .cafe_menu table td a:hover,
section#booth .cafe .booth_content table td a:hover,
section#booth .booth .cafe_menu table td a:hover,
section#booth .booth .booth_content table td a:hover {
    text-decoration: none;
}

section#booth .cafe .cafe_menu .none,
section#booth .cafe .booth_content .none,
section#booth .booth .cafe_menu .none,
section#booth .booth .booth_content .none {
    border-bottom: none;
}

section#booth .cafe .cafe_menu {
    padding: 5rem 0 3rem;
}

section#booth .cafe .cafe_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 3rem;
    width: 92%;
}

section#booth .cafe .cafe_menu ul li {
    position: relative;
    margin-bottom: 40px;
    width: calc(100% / 2);
}

section#booth .cafe .cafe_menu ul li:nth-child(3),
section#booth .cafe .cafe_menu ul li:nth-child(4) {
    padding-top: 40px;
}

section#booth .cafe .cafe_menu ul li span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #ff6e6e;
    border-radius: 50%;
}

section#booth .cafe .cafe_menu ul li img {
    margin-bottom: 30px;
}

section#booth .cafe .cafe_menu ul li dl dt {
    margin-bottom: 15px;
    font-size: 2.2rem;
}

section#booth .cafe .cafe_menu ul li dl dd {
    line-height: 1.4;
}

section#booth .cafe .cafe_menu table {
    margin: 0 auto;
    width: 93%;
}

section#booth .booth .booth_content table {
    margin-top: 3rem;
    width: 100%;
}

section#booth .booth .booth_content {
    padding: 5rem 3rem 3rem;
}

section#booth .booth .booth_content p {
    line-height: 1.8;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section#booth::before {
        height: 60px;
        top: -58px;
    }

    section#booth {
        padding: 5rem 2%;
    }

    section#booth .cafe {
        margin-top: 60px;
    }

    section#booth .booth {
        margin-top: 40px;
    }

    .keyword-inner {
        background-color: #ffd4ec;
        padding: 40px 4% 45px 4%;
        border-radius: 20px;
        border: 10px solid #fff;
    }

    section#booth .cafe {
        margin-top: 60px;
    }

    section#booth .cafe,
    section#booth .booth {
        padding: 1rem;
        margin-bottom: 40px;
    }

    section#booth .cafe .cafe_menu h3,
    section#booth .cafe .booth_content h3,
    section#booth .booth .cafe_menu h3,
    section#booth .booth .booth_content h3 {
        margin-bottom: 4rem;
        padding: 0 4rem;
        font-size: 2rem;
    }

    section#booth .cafe .cafe_menu h3 span,
    section#booth .cafe .booth_content h3 span,
    section#booth .booth .cafe_menu h3 span,
    section#booth .booth .booth_content h3 span {
        font-size: 2rem;
    }

    section#booth .cafe .cafe_menu table,
    section#booth .cafe .booth_content table,
    section#booth .booth .cafe_menu table,
    section#booth .booth .booth_content table {
        overflow: hidden;
        margin-top: 5rem;
        text-align: left;
        width: 100%;
        border-radius: 2rem;
    }

    section#booth .cafe .cafe_menu {
        padding: 5rem 3rem 3rem;
    }

    section#booth .cafe .cafe_menu table th,
    section#booth .cafe .booth_content table th,
    section#booth .booth .cafe_menu table th,
    section#booth .booth .booth_content table th {
        font-size: 1.8rem;
        width: 12rem;
    }

    section#booth .cafe .cafe_menu table td,
    section#booth .cafe .booth_content table td,
    section#booth .booth .cafe_menu table td,
    section#booth .booth .booth_content table td {
        font-size: 1.6rem;
    }

    section#booth .cafe .cafe_menu ul li {
        margin-bottom: 3rem;
        width: 100%;
    }

    section#booth .cafe .cafe_menu ul li span {
        font-size: 1.4rem;
        left: auto;
        right: 0;
        width: 80px;
        height: 80px;
    }

    section#booth .cafe .cafe_menu ul li img {
        margin-bottom: 1rem;
    }

    section#booth .cafe .cafe_menu ul li dl dt {
        font-size: 1.6rem;
    }

    section#booth .cafe .cafe_menu ul li dl dd {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    section#booth::before {
        height: 50px;
        top: -48px;
    }

    section#booth .cafe .cafe_menu h3,
    section#booth .cafe .booth_content h3,
    section#booth .booth .cafe_menu h3,
    section#booth .booth .booth_content h3 {
        margin-bottom: 3rem;
        font-size: 1.8rem;
        width: 100%;
    }

    section#booth .cafe .cafe_menu table,
    section#booth .cafe .booth_content table,
    section#booth .booth .cafe_menu table,
    section#booth .booth .booth_content table {
        margin-top: 3rem;
        border-radius: 1rem;
    }

    section#booth .cafe .cafe_menu table th,
    section#booth .cafe .booth_content table th,
    section#booth .booth .cafe_menu table th,
    section#booth .booth .booth_content table th {
        display: block;
        padding: 1rem;
        text-align: center;
        width: 100%;
        border-right: none;
    }

    section#booth .cafe .cafe_menu table td,
    section#booth .cafe .booth_content table td,
    section#booth .booth .cafe_menu table td,
    section#booth .booth .booth_content table td {
        display: block;
        line-height: 1.5;
        width: 100%;
    }

    section#booth .cafe {
        margin-bottom: 6rem;
    }

    section#booth .cafe .cafe_menu {
        padding: 3rem 0 2rem;
    }

    section#booth .cafe .cafe_menu h3 {
        width: 84%;
    }

    section#booth .cafe .cafe_menu table {
        width: 84%;
    }

    section#booth .booth .booth_content {
        padding: 3rem;
    }

    section#booth .booth .booth_content p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 896px) {
    section#booth .cafe .cafe_menu ul li dl dt {
        font-size: 1.8rem;
    }
}

/* --------------------------------
add
--------------------------------*/

section#booth .booth .add {
    position: relative;
    padding: 4rem 4rem 5rem;
    background: #fff;
    border: 5px solid #ff6e6e;
    border-radius: 2rem;
    z-index: 1;
    margin-top: 5rem;
}

section#booth .booth .add h3 {
    margin-bottom: 3rem;
    line-height: 2.2;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    background: #ff6e6e;
    border-radius: 3rem;
}

section#booth .booth .add p {
    margin-bottom: 5rem;
    line-height: 1.8;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
}

section#booth .booth .add dl {
    padding: 3rem;
    background: #fff5f5;
    border-radius: 1rem;
}

section#booth .booth .add dl dt {
    margin-bottom: 2rem;
    padding: 0 2rem;
    text-align: center;
    color: #ff6e6e;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px dashed #ff6e6e;
    border-bottom: 1px dashed #ff6e6e;
}

section#booth .booth .add dl dd {
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section#booth .booth .add {
        padding: 2rem 1.5rem 3rem;
        margin-top: 30px;
    }

    section#booth .booth .add h3 {
        padding: 1rem;
        line-height: 1.8;
        border-radius: 2rem;
    }
}

@media screen and (max-width: 480px) {
    section#booth .booth .add h3 {
        margin-bottom: 2rem;
        line-height: 1.5;
        font-size: 1.7rem;
        border-radius: 0.5rem;
    }

    section#booth .booth .add p {
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }

    section#booth .booth .add dl {
        padding: 2rem;
    }
}

/* --------------------------------
schedule
--------------------------------*/
section#schedule {
    position: relative;
    padding: 10rem 0;
    z-index: 2;
    background-color: #fffab4;
}

section#schedule::before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/takamatsu2025/wave_yellow.png) repeat center top /
        cover;
    position: absolute;
    top: -120px;
    left: 0;
}

@media screen and (min-width: 1800px) {
    section#schedule::before {
        height: 200px;
        background: url(../images/takamatsu2025/wave_yellow.png) repeat center
            top/cover;
        position: absolute;
        top: -198px;
        left: 0;
    }
}

.js-scroll {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 80px;
    width: 96%;
    margin: 80px auto 0 auto;
}

section#schedule table {
    margin: 0 auto 0 auto;
    width: 60%;
    background: #fff;
}

section#schedule table th {
    padding: 1.5rem 0.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #ff6e6e;
    border: 1px solid #ffc9c9;
}

section#schedule table td {
    padding: 0.5rem;
    text-align: center;
    line-height: 1.6;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #ffc9c9;
}

section#schedule table td.place {
    color: #333;
    font-weight: bold;
    background: #ffe6e6;
}

section#schedule table td.time {
    background: #fff6d0;
}

section#schedule table td.start {
    background: #fffced;
}

section#schedule table td.event {
    background: #fffcfc;
}

section#schedule table td.first {
    border-bottom: none;
    background: #fffcfc;
}

section#schedule table td.end {
    border-top: none;
    border-bottom: none;
    background: #fffcfc;
}

section#schedule table td.end .note {
    display: block;
    line-height: 1.6;
    color: #fff;
    font-size: 1.6rem;
    background: #6ba21c;
    border-radius: 0.5rem;
}

section#schedule table td.sp {
    background: #f3ffe3;
}

section#schedule table td span {
    display: block;
    font-size: 1.2rem;
}

section#schedule table tr:last-child td.end {
    border-bottom: 1px solid #ffc9c9;
}

@media screen and (max-width: 768px) {
    section#schedule::before {
        height: 60px;
        top: -58px;
    }

    section#schedule table {
        width: 100%;
    }

    section#schedule {
        padding: 5rem 0 8rem 0;
    }

    .js-scroll {
        padding-left: 4%;
        margin: 60px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
    section#schedule::before {
        height: 50px;
        top: -48px;
    }

    section#schedule table {
        width: 300%;
    }
}

/* --------------------------------
access
--------------------------------*/

section#access {
    padding: 10rem 2%;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    section#access {
        padding: 5rem 0;
    }
}

section#access iframe {
    max-width: 990px;
    width: 100%;
    margin: 40px auto 20px auto;
}

@media screen and (max-width: 480px) {
    section#access iframe {
        height: 30rem;
    }
}

section#notes {
    padding-top: 10rem;
    padding-bottom: 37.2rem;
    background: #ddf7ff;
}

@media screen and (max-width: 768px) {
    section#notes {
        padding-top: 5rem;
        padding-bottom: 26vh;
    }
}

section#notes .read {
    padding: 5rem;
    background: #fff;
    border-radius: 2rem;
    margin-top: 80px;
}

@media screen and (max-width: 480px) {
    section#notes .read {
        padding: 3rem;
    }
}

section#notes .read p {
    display: block;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    section#notes .read p {
        font-size: 1.6rem;
    }
}

section#notes .read dl {
    padding: 3rem;
    background: #fff5f5;
    border-radius: 1rem;
}

@media screen and (max-width: 480px) {
    section#notes .read dl {
        padding: 2rem;
    }
}

section#notes .read dl dt {
    margin-bottom: 2rem;
    padding: 0 2rem;
    text-align: center;
    color: #ff6e6e;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px dashed #ff6e6e;
    border-bottom: 1px dashed #ff6e6e;
}

section#notes .read dl dd {
    line-height: 1.8;
    font-weight: bold;
}

/* --------------------------------
footer
--------------------------------*/
footer {
    position: relative;
    padding-top: 35px;
    color: #000;
    z-index: 1;
}

footer::before {
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    top: -22.2rem;
    left: 0;
    width: 100%;
    height: 22.2rem;
    background: #fff;
    -webkit-mask-image: url('../images/takamatsu2025/cloud_mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100%;
}

@media screen and (max-width: 480px) {
    footer::before {
        top: -20vh;
        height: 20vh;
        -webkit-mask-size: 100%;
    }
}

footer p {
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.2;
    font-size: 1.2rem;
}

@media screen and (max-width: 736px) {
    footer p {
        line-height: 1.8;
    }
}

footer p span {
    color: #6c4c28;
}

footer p a {
    text-decoration: underline;
    font-size: 117%;
}

footer p a:hover {
    text-decoration: none;
}

footer ul {
    padding-bottom: 40px;
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 896px) {
    footer ul {
        width: 50%;
    }
}

@media screen and (max-width: 736px) {
    footer ul {
        padding-bottom: 5rem;
        width: 100%;
    }
}

footer .yadon {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1500px) {
    footer .yadon {
        text-align: right;
        right: 0;
    }

    footer .yadon img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    footer .yadon {
        display: inline-block;
    }

    footer .yadon img {
        max-width: 60%;
    }
}

@media screen and (max-width: 896px) {
    footer .yadon {
        right: 0;
        left: 0;
    }

    footer .yadon img {
        max-width: 22%;
    }
}

@media screen and (max-width: 736px) {
    footer .yadon img {
        max-width: 14%;
    }
}
