<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: radial-gradient(#004091, #0184d9);
    font-family: "Helvetica Neue", Helvetica, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, Arial, sans-serif;
    -webkit-appearance: none;
}

main {
    background-color: #fff;
}

a {
    text-decoration: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.small_text {
    font-size: 14px;
}

.enjoy {
    position: absolute;
    top: 28px;
    left: 76px;
    transform: rotate(353deg);
    color: #fff;
    opacity: 0.8;
}

header h1.logo {
    padding: 5px 0;
    margin: 0;
    background-color:#0006b2;
}

header h1.logo img {
    width: 60px;
    margin: 0 auto;
}

.contents_box {
    position: relative;
    border: solid 1px #f0f0f0;
    background-color: #fff;
}

.contents_box p {
    padding-left: 14%;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.bayticke::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 12%;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-image: url(../img/bayticke.jpg?v=1);
    background-size: cover;
}

main img {
    width: 100%;
}

.content {
    padding: 0 20px;
}

.h1 {
    background-image: url(../img/tanoshimi_back.png?v=1);
    background-size: contain;
    margin: 0;
    padding: 15px 0;
}

.h1 img {
    width: 75%;
}

.h2 {
    padding: 16px 10px;
    background-color: #098fe7;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    word-break: break-all;
    padding: 10px;
    text-align: center;

    /* border-bottom: 2px solid #ffff;
    width: 230px;
    margin-left: auto;
    margin-right: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700;
    gap: 1rem;
}
.h3::before,
.h3::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #FFD700;
    max-width: 20px;
}

.h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #000;
    word-break: break-all;
}

p {
    font-size: 14px;
    margin: 0;
}

video {
    width: 100%;
}

.text_color-accent {
    color: #cc3333;
}

.attention {
    font-size: 13px;
    display: flex;
}

.sns-content {
    background-color: #098fe7;
    align-items: center;
    color: #fff;
    padding: 20px 25px;
    justify-content: space-between;
}

.icon_box {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.sns-content img {
    width: 80%;
    border-radius: 12px;
}

.sns-content a {
    text-align: center;
}

.footer-logo {
    background-color: #fff;
    text-align: center;
}

.footer-logo img {
    width: 100%;
    padding: 18px 85px;
}

.movie {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.movie video {
    width: 100%;
}

.movie .play-btn {
    display: block;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.movie .play-btn.playActive {
    display: none;
}

@media screen and (min-width:768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

.coming-text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* .special .desc {
    font-size: 24px;
    line-height: 1.6;
}

.special .special_wrap {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    margin: 0 35px;
} */
.special .desc {
    font-size: 16px;
    /* text-align: center; */
}

.special .special_wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 30px 0 10px 0;
    margin: 0 20px;
}

.special .special_wrap img {
    max-width: 100%;
}

.special .special_wrap img {
    width: 100%;
    max-width: 540px;
    object-fit: contain;
}

/* @media only screen and (max-width: 1119px) {
    .special .special_wrap img {
        max-width: 470px;
    }
}

@media only screen and (max-width: 991px) {
    .special .desc {
        font-size: 18px;
    }

    .special .special_wrap img {
        max-width: 355px;
    }

} */

@media only screen and (max-width: 767px) {
    .special .desc {
        font-size: 16px;
        /* text-align: center; */
    }

    .special .special_wrap {
        display: flex;
        flex-direction: column;
        padding: 30px 0 10px 0;
        margin: 0 6px;
    }

    .special .special_wrap img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .special .desc {
        font-size: 14px;
    }
}



.penlight .desc {
    font-size: 16px;
    line-height: 1.6;
}

.penlight .penlight_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
    margin: 0 35px;
}

@media only screen and (max-width: 575px) {
    .penlight .desc {
        font-size: 14px;
    }
}

.button {
    display: inline-block;
    min-width: 200px;
    padding: 14px 40px;
    background-color: #ffd700;
    color: #0006B2;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.button:hover {
    color: #fff;
    opacity: 0.7;
    transition: 0.3s ease all;
}

.text--center {
    text-align: center;
}

.comingsoon {
    font-size: 25px;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

h3.heading {
    margin-top: 30px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFF;
    border-bottom: 1px solid #e0e0e0;
    border-left: 4px solid #004091;
    color: #262626;
    margin-bottom: 30px;
}
table tr th {
    padding: 10px;
    background-color: #F0F0F0;
    border: 1px solid #e0e0e0;
    color: #262626;
    font-size: 14px;
    font-weight: bold;
}
.table-simple {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-simple th {
    background-color: #f0f0f0;
    vertical-align: middle;
}
.table-simple td, .table-simple th {
    padding: 10px;
    border: 1px solid #e0e0e0;
}
table tr td {
    padding: 10px;
    border: 1px solid #e0e0e0;
    color: #4d4d4d;
    font-size: 14px;
}
.text__color--accent {
    color: #f75239;
}
ul.newsattention {
    list-style-type: none;
    margin-left: -18px;
    font-size: 10px;
    color: white;

}
ul.newsattention li:before {
    content: '窶ｻ';
    margin-left: -12px;
    color: white;
}

.info_item {
    color: white;
    font-size: 14px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.date {
    /* color: #808793; */
    color: white;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.56px;
    display: block;
}

.line {
    display: block;
    background-color: #f5f5f5;
    height: 2px;
    width: 100%;    
}

.info_box .info_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .h5{
    background: #006DC1;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: white;
    padding: 10px;
    text-align: center;
    width: max-content;
  }

  .content p{
    text-align: center;
    color: white;
  }

  main{
    background-color: #0006b2;
  }
  
  .ysn {
    background-color: #000;
    margin-bottom: 20px;
}

.ysn_container {
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 0;
}
.ysn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.ysn_wrapper img {
    width: unset;
}
.ysn .ysn_ttl {
    color: #FFF;
    text-align: center;
}
.ysn .ysn_desc {
    font-size: 14px;
}
.ysn .ysn_desc .flex {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.ysn .ysn_desc .flex p {
    font-size: 14px;
}

.view-more {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.view-more:hover {
    color: white;
    opacity: 0.7;
}
.arrow-icon {
    width: 16px;
    height: 16px;
}
.movie {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.button--light {
    display: inline-block;
    min-width: 200px;
    padding: 14px 40px;
    background-color: #d3d3d3;
    color: #9d9696;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

a:hover.button--light {
    color: #9d9696 !important;
}</pre></body></html>