@font-face {
	font-family: 'noto-sans';
	src: url(/app/image/campaign/dks/2601/260100_usj_sponsor/fonts/NotoSansJP-VariableFont_wght.ttf);
}

.title_txt,
  .bl_txt,
  .bg_bl,
  .usj_txt {
    font-family: 'noto-sans' !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mt4 {
    margin-top: 4%;
}

.mt8 {
    margin-top: 8%;
}

.all_wrap {    
    margin: 0 auto;
    width: 100%;
    font-family: 'noto-sans'!important;
    max-width: 750px;
    background: url(/app/image/campaign/dks/2601/260100_usj_sponsor/bg.png)no-repeat;
}

.top_inner {
    background: #fff;
    padding: 6% 4%;
    text-align: center;
}

.main_inner {
    padding: 6%;
    text-align: center;
}

.title_txt{
    font-size: 1.2rem;
    color: #111;
    font-weight: 800;
    line-height: 1.6;

    display: inline-block;
    padding-bottom: 6px;
}

.r_btn{
    margin: 0;
    border-radius: 30px;
}

.logo_img {
    width: 60% !important;
}

.bnr_img {
    width: 80% !important;
}

.park_img {
    margin-top: 4%;
    width: 75% !important;
    box-shadow: 2px 2px 10px;
}

.flex_box {
    display: flex;
}

.event_list a {
    color: #000 !important;
}

.event_list li+li:before {
    content: '';
    /* border-top: 1px solid grey; */
    display: block;
    position: relative;
    top: -32px;
}

  .event_list li+li {
    margin-top: 0 !important;
}

.end_event {
    margin-top: 9%;
    margin-bottom: 6%;
}

.end_event_head {
    width: 100%;
}

.end_event_list {
    margin: 25px auto 0;
    width: 90%;          /* ← 見た目で確実に細くなる */
    max-width: 680px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0;
}

.end_event_list li {
    width: 100%; /* flex時代の名残を無効化 */
}

.end_event_list img {
    display: block;          /* 画像下の余白対策 */
    width: 100%;
    height: auto;

    border-radius: 6px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.end_event_list a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.28);
}

img.no-link-image {
  filter: grayscale(100%);
}

.yoina {
    width: 24% !important;
}

.event_txt {
    padding: 2%;
}

.bl_txt {
    color: #0069b5;
    width: 70%;
    font-weight: bold;
    font-size: 1.2rem;
}

.bg_bl {
    background: #0069b5;
    padding: 3% 2%;
    color: #ffff00;
    font-weight: bold;
    font-size: 1.3rem;

    border-radius: 10px;                 /* 角丸 */
    box-shadow: 0 4px 3px rgba(0, 54, 110, 0.7); /* 影 */
}

.align_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.flexwrap {
    flex-wrap: wrap;
}

.event_list li + li {
        margin-top: 4%;

}

.event_list_item {
    background: #fff;
    padding: 8%;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.list_item_txtbox {
    margin-top: 4%;
    text-align: left;
    display: flex;
    justify-content: center;
}

.r_btn {
    margin-top: 4%;
}

.sp_br{
    display: none;
}

.usj_txt{
    font-weight: bolder;
    line-height: 1.7;
    text-align: center; /* ← 枠内は中央揃え */

    background: rgba(255, 255, 255, 0.65); /* copyrightとトーン合わせ */
    color: #333;

    padding: 12px 16px;
    border-radius: 10px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.12);

    margin: 16px auto 0;
    /* width: 90%;
    max-width: 640px; */
}

.copyright {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.5;

    text-align: left; /* ← 枠内は左揃え */

    background: rgba(255, 255, 255, 0.65); /* ← さらに透明 */
    color: #333;

    padding: 8px 10px 8px 16px;
    border-radius: 8px;

    box-shadow: 0 2px 4px rgba(0,0,0,0.12);

    margin: 16px 2% 0;
  }

.no_flex{
   flex-direction: column;
   align-items: center;
}

a img {
  transition: opacity 0.3s ease;
}

a:hover img {
  opacity: 0.7;
}

/* 画像resize設定 */
img.resize,
.img_resize img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* レスポンシブ時に表示の切り替え */
/*出*/
.pcOn,
.pcOn02{ display:block !important;}
.pcOnIn{ display: inline-block !important;}
/*消*/
.spOn,
.spOn02,
.spOnIn,
.spmOn{ display:none !important;}

@media screen and (max-width: 800px) {
/*消*/
.pcOn,
.pcOnIn{ display:none !important;}
/*出*/
.spOn{ display:block !important;}
.spOnIn{ display: inline-block !important;}
}/* --800px END-- */

@media screen and (max-width: 640px) {
/*消*/
.pcOn02,
.spTOn{ display:none !important;}
/*出*/
.spOn02,
.spmOn{ display:block !important;}
}/* --640px END-- */



@media (min-width:1230px) {
    .bl_txt{
        font-size: 1.3vw;
    }
    .title_txt{
        font-size: 1.25vw;
    }
    .desc_txt{

font-size: 1vw;
    }
    .bg_bl{
        font-size: 1.35vw;
    }
    .mini_txt{
        font-size: 0.9rem;
    }
}

@media (max-width:1229px) {
    .bl_txt{
        font-size: 2.1vw;
    }
    .title_txt{
        font-size: 2vw;
    }
    .desc_txt{
        font-size: 2.4vw;
    }
}

@media (max-width:749px) {
    .bl_txt{
        font-size: 3vw;
    }
    .title_txt{
        font-size: 3.4vw;
    }
    .desc_txt{
        font-size: 2.4vw;
    }
    .mini_txt{
        font-size: 0.7rem;
    }
}

@media (max-width:540px) {
    .bl_txt{
        font-size: 3vw;
    }
    .title_txt{
        font-size: 3.4vw;
    }
    .desc_txt{
        font-size: 2.4vw;
    }
    .sp_br{
        display: block;
    }
    .usj_txt{
        font-size: 0.68rem;
    }
    .mini_txt{
        font-size: 0.5rem;
    }

}


