html { scroll-behavior: smooth; }
body { color: #000; background-color:#c9d0e2; }

.font-style_001 { font-family: source-han-sans-japanese, sans-serif; }
.font-style_002 { font-family: ten-mincho-text, serif; }
.c-font-size_001 { font-size: clamp(18px, 6.5vw, 80px); transform: rotate(.05deg); }
.c-font-size_002 { font-size: clamp(18px, 4.5vw, 60px); transform: rotate(.05deg); }
.c-font-size_003 { font-size: clamp(15px, 2.6vw, 36px); transform: rotate(.05deg); }
.c-font-size_001 small, .c-font-size_002 small { font-size: .675em; }

.bg-style_001 { background-color:#374057 !important; }
.bg-style_002 { background-image: linear-gradient(rgb(69, 34, 119), rgb(144, 97, 209)); }
.bg-style_003 { background-image: linear-gradient(rgb(226, 29, 209), rgb(243, 165, 237)); }

.navbar-nav { width: 100%; }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #fff;
    letter-spacing: .08rem;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.6);
}


.navbar-toggler {
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.8);
    border: 2px solid;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    font-size: .7rem;
    vertical-align: baseline;
    font-weight: 600;
}

.navbar-toggler-icon-custom:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c9';
  font-weight: 900;
  color: #FFF;
}

.navbar-toggler-icon-custom em {
    display: block;
    font-size: .5rem;
    color: #FFF;
}

ul.navbar-nav > li { padding-right: .5rem; }

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 10px;
}


@media (min-width: 992px) {
    li.nav-item:last-child {
        margin-left: auto;
    }

    li:last-child a {
        background: #FFF;
        color: #000 !important;
        border-radius: 6px;
        font-weight: bold;
        padding: 5px;
        margin: 3px 1rem 0 0;
    }
}

.lead {
    font-size: 1.8rem;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
    font-family: A1 Gothic B;
    font-feature-settings: 'kern' 1;
    text-rendering: optimizeLegibility;
    color: #000;
}

p {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: .05rem;
    color: #000;
}


.jumbotron {
    position: relative;
    width: 100%;
    background-color: transparent;

}

.jumbotron:before {
    content: "";
    display: block;
    padding-top: 65%;
}

.mVisual {
    padding: 0;
}

.mVisual-l1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: url(/contents/ikezu_event/site-images/202601/ikezu202601_mv_l1.png);
    background-size: cover;

    z-index: 50;
}

.mVisual-l2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/contents/ikezu_event/site-images/202601/ikezu202601_mv_l2.jpg) no-repeat;
    background-size: contain;
    padding: 0;
    animation: fadeinzoom 8s ease-out 2s forwards;
    opacity: 0;
    z-index: 45;

}

@keyframes fadeinzoom {
  0% {
    opacity: 0;
    transform: scale(1);
    }
  100% {
    opacity: 1;
    transform: scale(1.1);
    }
}

.mV-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 575px) {
.mVisual-l2 {
    background-size: cover;
    z-index: 45;
    background-position-x: -190px;
    background-position-y: -35px;
}
}


.sVisual {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/contents/ikezu_event/site-images/202601/ikezu202601_mv_002.jpg) no-repeat center calc(50% - -5vh);
    background-size: cover;
    padding: 0;
    text-align: center;
    /* transform: skew(0deg, -3deg); */
    padding-bottom: 15vh !important;
}

#jumbotron h1 {
    margin: auto;
    max-width: 800px;
    /* width: 70%; */
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#jumbotron p {

    margin: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 100%);
    padding: .7rem 0 .2rem 0;
    font-feature-settings: 'kern' 1; 
    text-rendering: optimizeLegibility

font-size: 32px; /* IE対策 */
font-size: clamp(16px, 2.9vw, 32px);

}

#jumbotron p span.kbs {
    font-size: 80%;
    padding: 0.3rem .3rem .1rem .3rem;
    line-height: 1;
    margin: 0 .2rem 0 0;
}

#jumbotron p em {
    font-size: 180%;
    font-style: normal;
    vertical-align: baseline;
}

#jumbotron p span.week {
    color: red;
}

#jumbotron p small {
    font-size: 110%;
}

#jumbotron h1 a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    #jumbotron h1 {
        top: 50% !important;
        width: 40%;
        left: 75%;
    }
    .jumbotron:before { padding-top: 100%; }
}

@media (max-width: 767px) {
    .lead { font-size: 1rem; }
    p { font-size: .8rem; }
}

@media (min-width: 576px) {
    #jumbotron h1 {
        width: 180px;
        top: 45%;
    }
    /*#jumbotron p {
        font-size: 1.5rem;
    }*/
}

@media (min-width: 768px) {
    #jumbotron h1 {
       width: 250px;
        top: 45%;
    }

}

@media (min-width: 992px) {
    #jumbotron h1 {
        width: 340px;
        top: 45%;
    }

}

@media (min-width: 1200px) {
    #jumbotron h1 {
        width: 400px;
        top: 45%;
    }
}



/* メニュー開閉 */

.openbtn4{
  position: relative;
  background: #000;
  cursor: pointer;
    width: 40px;
    height:40px;
  border-radius: 5px;
}

.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
}

.openbtn4 span:nth-of-type(1) {top:8px;} 
.openbtn4 span:nth-of-type(2) {top:14px;}
.openbtn4 span:nth-of-type(3) {top:20px;}

.openbtn4 span:nth-of-type(3)::after {
    content:"Menu";
    position: absolute;
    top:5px;
    left:-6px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
}

.openbtn4.active span:nth-of-type(1) {
    top: 8px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(2) {opacity: 0;}

.openbtn4.active span:nth-of-type(3){
    top: 20px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
    content:"Close";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: -1px;
}

/* ぱんくずリスト */

nav.nav___bcl {
    overflow-x: scroll;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #dee2e6;
    z-index: 100;
    position: relative;
}

nav.nav___bcl::-webkit-scrollbar {
 display:none;
}

.nav___bcl span {
    background: #6c757d;
    transform: skew(20deg, 0deg);
    margin: 0 1px 0 1px;
    display: inline-flex;
    color: #FFF;
}

.nav___bcl span a {
    font-size: .7rem;
    transform: skew(-20deg, 0deg);
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    white-space: nowrap;
    color: #FFF;
    text-decoration: none;
}

.nav___bcl span:hover {
    background: #dc3545;
    transform: skew(20deg, 0deg);
}

.nav___bcl > span:first-child {
    margin-left: -1rem;
    padding-left: .8rem !important;
}

@media (max-width: 767px) {
    .dropdown-item {
        font-size: .9rem;
        font-weight: 600;
    }
}



/* footer */
#footer {
  background-color: #eee;
}
#banner-footer-nav, #banner-footer-license {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #banner-footer-nav .navbar-nav>li>a {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #banner-footer-nav {
    margin-bottom: 0;
  }
}



/* add */

.navbar {
    padding: 0;
    z-index: 100;
}

.navbar > .container, #footer, #footer > .container {
	background: transparent;
    background-color: transparent;
}

.navbar-light .navbar-toggler {
    color: unset;
    border-color: unset;
    border: none;
    border-left: 1px solid #fff;
}

.navbar-toggler {
    padding: .25rem .75rem;
    /* font-size: 1.25rem; */
    /* line-height: 1; */
    /* background-color: #000;*/
    border: none;
    border-radius: unset;
    display: block;
    position: relative;
    height: 50px;
    width: 60px;
}

@media (max-width: 991px) {
    ul.navbar-nav > li {
        padding: .2rem .5rem;
        background: #5b7a6f;
        border-bottom: 1px solid #fff;
    }
}


@media (min-width: 992px) {
    ul.navbar-nav > li {
        padding: .5rem .1rem;
    }
}

a.navbar-brand {
    font-size: .7rem;
    font-weight: 600;
    color: #FFF !important;
    padding: 0 .5rem;
}



.first_element p {
	font-family: source-han-sans-japanese, sans-serif;
    font-size: clamp(15px, 2.6vw, 36px);
    /*font-size: 1.3rem;*/
    line-height: 2;
    letter-spacing: .05rem;
    color: #284b63;
    /*text-shadow: 2px 0px 3px #fff, -2px 0px 3px #fff, 0px 2px 3px #fff, 0px -2px 3px #fff;*/
}


@media (max-width: 575px) {
    .first_element p {
        /*font-size: 0.80rem;*/
        padding: 0 1.5rem;
        letter-spacing: 0;
        line-height: 1.8;
    }
}




/* Entry Gallery */

.gallery ul {
    padding: 0px;
    margin: 0px;
}

.gallery ul li {
    list-style: outside none none;
    display: inline-block;
    padding: 0;
    margin: 2px;
}

/* Add */


@media (max-width: 767px) {
    img.p_face {
        width: 60%;
    }
}



.p_footer {
    font-size: 1rem;
    padding: 5px 0 5px 0;
    border-top: 3px solid #000;
    margin: 50px 0 20px 0;
}

img.noimg {
    box-shadow: none;
    width: 90%;
    border: none;
}

ul.sns {
    padding: 0;
    margin: 0;
    display: flex;
}

ul.sns li {
    list-style: none;
    padding: 0 15px 0 0;
}

ul.sns li:nth-child(3) {
    margin-top: -1px;
}




/* entry nav */

nav.entry-navigation {
    margin-top: 3rem;
    border-top: 1px dotted #999;
    padding-top: 1rem;
}

ul.entry-navigation-list {
    padding: 0;
    margin: 0;
    display: flex;
}

ul.entry-navigation-list li {
    list-style: none;
    width: 50%;
    margin: 0;
    padding: 0;
}

ul.entry-navigation-list li.entry-navigation-prev {
    font-size: 1rem;
    text-align: left;

}

ul.entry-navigation-list li.entry-navigation-prev i {
    font-size: 2rem;
    margin-right: .6rem;
    float: left;
}

ul.entry-navigation-list li.entry-navigation-next {
    font-size: 1rem;
    text-align: right;

}

ul.entry-navigation-list li.entry-navigation-next i {
    font-size: 2rem;
    margin-left: .6rem;
    float: right;
}

ul.entry-navigation-list li p {
    display: inline-table;
    width: 86%;
    margin-top: .3rem;
}

@media (max-width: 767px) {
    ul.entry-navigation-list { display: block; }
    ul.entry-navigation-list li { width: 100%; }
}

footer.page-navigation {
    text-align: center;
}

a.link_page {
    border: 1px solid;
    padding: .5rem;
}

/* button */

.btn {
    font-family: A1 Gothic M;
}

.btn i {
    margin-right: .5rem;
    font-size: 1.5rem;
}

a.btn-gradient-3d-simple {
    font-family: A1 Gothic M;
  display: inline-block;
  padding: 1em 1em 1.2em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  font-weight: 600;
  width: 90%;
  margin: auto;
}

.btn-gradient-3d-simple.btn-width {
    width: 20em;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.btn-gradient-3d-simple:hover {
    text-decoration: none;
}



/*　*/



div#owl {
    transform: skew(0deg, -2deg);
    width: 100%;
/*
    margin-left: -15px;
    margin-right: -15px;
*/
}


#page-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1;
    background: #000000;
    color: #ffffff;
    border: solid 3px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 2px 2px 5px #000;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding-top: .6rem;
}

p.message {
    background: url(../site-images/2021/sakura21_stripe_1x1w35.png);
    padding: 1rem 2rem 2rem 2rem;
    font-size: 1.1rem;
    letter-spacing: .15rem;
    border-radius: 6px;
}

p.message span {
    display: block;
    font-weight: bold;
    color: yellow;
}

@media (max-width: 767px) {
    p.message {
        padding: 1rem;
        font-size: .9rem;
        letter-spacing: .05rem;
    }

    .movie {
        padding: 0;
    }
}

div.sns {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

div.sns ul {
float:left;
left:50%;
position:relative;
padding: 0;
}

div.sns ul li {
float:left;
left:-50%;
position:relative;
list-style: none;
margin: 0 3px;
padding: 0;
}

/* 番組終了 */

.p_fin {
    border: 2px solid red;
    display: inline-block;
    background: #FFF;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 0 .5rem;
    margin: 0 0 1rem 0;
    border-radius: 4px;
}

/* */

.access .row {
    display: flex;
}

.access .col-4 {
	background: url(../site-images/access_line.png) repeat-y center top;
}

.access h3 {
    line-height: 1.7;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
}

.access p {
	font-size: .9rem;
}

.access .h4, h4 {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 .5rem 0;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1rem;
}

.route {
    background: #fff;
    color: #000;
    padding: .5rem;
}

.route_f {
    color: #000000;
    padding: .5rem;
    border: 2px solid #ffffff;
    font-weight: 600;
}


/* GoogleMap */

#kbs img {
    margin-bottom: 15px;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; /*56.25%; */
    position: relative;
    margin-bottom: 15px;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* */

#event_info dl, #ticket_info dl, #goods_info dl, #other_info dl {
  display: flex;
  flex-wrap: wrap;
}

#event_info dt, #ticket_info dt, #goods_info dt, #other_info dt {
  padding: .8rem;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#event_info dd, #ticket_info dd, #goods_info dd, #other_info dd {
  padding: .8rem;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#event_info h2, #ticket_info h2, #goods_info h2, #guest_info h2, #twitter_info h2, #other_info h2 {
    padding: .7rem;
    text-align: center;
}

#ticket_info dt {
    background-color: #ff6e07;
}

#goods_info dt, #other_info dt {
    background-color: #df49be;
    color: #FFF;
}

dd strong {
    font-size: 125%;
}


.list-style-01 li {
    list-style-type: none;
    text-indent: -1.3rem;
}

.list-style-01 li::before {
    display: inline;
    content: "※";
    padding-right: .3rem;
}

@media (max-width: 767px) {
    #event_info dl, #ticket_info dl, #goods_info dl, #other_info dl {
        padding: 0 10px;
    }
    #event_info dt, #ticket_info dt, #goods_info dt, #other_info dt {
         margin: 0;
         padding: .5rem;
         border-radius: 6px 6px 0 0;
    }
    #event_info dd, #ticket_info dd, #goods_info dd, #other_info dd {
         border-radius: 0 0 6px 6px;
    }
}

.bg-custom_001 {
    background: #d63384;
}

.bg-custom_002 {
    background: rgb(8 66 152);
}

.bg-custom_003 {
    background: rgb(255 193 7);
}

span.m-pink {
    background: linear-gradient(transparent 70%, #d63384 30%);
}

span.m-blue {
    background: linear-gradient(transparent 70%, #084298 30%);
}

span.m-yellow {
    background: linear-gradient(transparent 70%, #ffc107 30%);
}

.v-middle {
    display: table-cell;
    vertical-align: middle;
}