@charset "UTF-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

p {
    margin: 0;
    padding: 0;
    text-align: center;
}

a,
a img {
    overflow: hidden;
    color: #f144b6;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

a:hover,
a:active {
    opacity: .7;
    border: none;
    outline: none;
}

a:hover img,
a:active img {
    opacity: 1;
    border: none;
    outline: none;
}

h1 {
    font-weight: normal;
    text-align: center;
}

h2 {
    font-weight: normal;
    text-align: center;
}

h3 {
    font-weight: bold;
    text-align: center;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}

* {
    box-sizing: border-box;
    outline: none;
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
    content: """";
    display: block;
    clear: both;
}

/**-----  //リセット  -----**/

.hamburger {
    width: 30px;
    height: 28px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #EE5A14;
    left: 0;
    transition: all 0.3s ease;
  }
  .hamburger span:nth-child(1) { top: 0px; }
  .hamburger span:nth-child(2) { top: 8px; }
  .hamburger span:nth-child(3) { top: 16px; }
  .hamburger span:nth-child(4) { top: 24px; }
  
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(4) {
    transform: rotate(-45deg);
    top: 10px;
  }
  
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #A1FFFF;
    transition: right 0.3s ease;
    z-index: 1000;
    font-family: "heisei-mincho-std", serif;
  }
  .nav.active {
    right: 0;
  }
  
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
  }
  .mask.active {
    opacity: 1;
    pointer-events: auto;
  }

/* ========================================= */
html {
    scroll-behavior: smooth;
}
body{
    font-size: 14px;
    color: #333;
    scroll-behavior: smooth;
}
.sp {
    display: block;
}
/* ===================NAV====================== */
nav h2 span{
    font-size: 16px;
    font-weight: 700;
}
nav h2{
    font-weight: 900;
    font-size: 3em;
    margin: 100px 0;
}

nav ul li{
    margin-bottom: 2.6em;
}

nav ul li a{
    font-size: 1.7em;
    color: #333;
    font-weight: 900;
}

.nav_pc{
    display: none;
}

/* ===================メイン===================== */

main{
    padding: 50px 0 80px 0;
font-family: "heisei-mincho-std", serif;
}

.wrapper{
    background-color: #A1FFFF;
}

section.tt_40th{
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fff;
    width: 92%;
    max-width: 700px;
    padding: 40px 20px;
    position: relative;
    scroll-margin-top: 40px;
}

img.tt_kv{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* ===================タイトル===================== */
p.intro{
    font-weight: 500;
    line-height: 2;
}

p.comment{
    padding: 2em 1em;
    font-weight: 500;
    line-height: 2;
    margin-top: 2em;
    border: 1px solid #707070;
}

section.tt_40th h2{
    padding: 0 0 40px;
    font-size: 2em;
    font-weight: bold;
}

img.stapler{
    position: absolute;
    width: 6%;
    max-width: 30px;
    top: 5px;
    right: 5px;
}

img.stapler02{
    position: absolute;
    width: 6%;
    max-width: 30px;
    bottom: 5px;
    left: 5px;
}


section.tt_40th h2 span{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 3;
}

h3.tt_title span{
    font-size: 2em;
    font-weight: 900;
    border-bottom: 2px solid #EE5A14;
}
.top_tit_link {
    text-align: center;
}
.top_tit_link a {
    margin: 0 auto;
    display: block;
    font-size: 1.14em;
    font-weight: 900;
    background-color: #EE5A14;
    border-radius: 50px;
    color: #fff;
    line-height: 2.5;
    width: 60%;
    max-width: 300px;
    box-shadow: 2px 2px #BA450E;
}
.top_tit_link a:hover{
    transform: translateY(2px);
    box-shadow: none;
}
/* ===================グッズ===================== */
.goods_img {
    width: 100%;
    max-width: 500px;
    margin: 2em auto;
}
.goods_common_cont {
    margin-bottom: 4em;
}
.goods_common_cont:last-child {
    margin-bottom: 1em;
}
.goods_common_cont h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .8em;
}
.goods_tokuten_cont {
    text-align:left;
	font-size: 1.1em;
	line-height: 1.5;
	padding: 0 1em;
	margin-top: 1em;
}
.goods_tit p {
    font-size: 1.2em;
    line-height: 1.8;
}
.goods_tit strong {
    font-size: 1.6em;
    letter-spacing: .05em;
}
.goods_tit_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em 2em;
    margin: 2em auto;
}
.goods_tit_contents .edition {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;

    padding: 3em 1em 2em;
    position: relative;
    background-image: linear-gradient(rgb(232, 211, 154, .5) 0 100%), linear-gradient(#fffcd8 0 100%);
    background-repeat: no-repeat;
    background-size: 60px 20px, 100% calc(100% - 0.5rem);
    background-position: center top, bottom;
    filter: drop-shadow(2px 5px 3px rgba(173, 171, 146, 0.1));
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
    content: none;
}
.goods_tit_contents .type {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    margin-bottom: .5em;
}
.goods_tit_contents .type::before {
    content: "";
    width: 100%;
    max-width: 100px;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: -40%;
    transform: translateX(-50%);
    background: url(../images/handwritten.png) no-repeat center / contain;
}
.goods_tit_contents .form,
.goods_tit_contents .prod_num {
    font-size: 1.2em;
}
.goods_tit_contents .price {
    font-size: 1.4em;
    font-weight: 900;
}
.goods_tit_link {
    text-align: center;
    /*margin-top:2em;*/
}
.goods_tit_link a {
    margin: 0 auto;
    display: block;
    font-size: 1.14em;
    font-weight: 900;
    background-color: #EE5A14;
    border-radius: 50px;
    color: #fff;
    line-height: 2.5;
    width: 60%;
    max-width: 300px;
    box-shadow: 2px 2px #BA450E;
}
.goods_tit_link a:hover{
    transform: translateY(2px);
    box-shadow: none;
}
.through_goods_area {
    padding: 1rem;
    margin: 2rem auto 3rem;
    border: solid 1px #333;
}
.goods_msg {
    font-size: .9rem;
    text-align: left;
    line-height: 1.5;
}
.goods_msg em {
    font-weight: bold;
    font-style: normal;
    color: #EE5A14;
}
.goods_booking_bonus p {
    font-size: 1.2em;
    line-height: 1.5;
}
.goods_booking_bonus h5 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em auto .7em;
    padding: .3em;
    border: solid 1px #333;
    border-left: none;
    border-right: none;
}
.goods_booking_bonus .target_term {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.4;
    color: #EE5A14;
    letter-spacing: .05em;
    margin-bottom: .2em;
}
.goods_booking_bonus .target_term small {
    font-size: .7em;
    font-weight: 600;
    color: #333;
}
/* ===================リリース===================== */
.jk_img {
    width: 100%;
    max-width: 500px;
    margin: 2em auto;
}
.bene_img {
    width: 100%;
    max-width: 400px;
    margin: 2em auto;
}
.release_common_cont {
    margin-bottom: 4em;
}
.release_common_cont:last-child {
    margin-bottom: 1em;
}
.release_common_cont h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .8em;
}
.release_tokuten_cont {
    text-align:left;
	font-size: 1.1em;
	line-height: 1.5;
	padding: 0 1em;
	margin-top: 1em;
}
.release_tit p {
    font-size: 1.2em;
    line-height: 1.8;
}
.release_tit strong {
    font-size: 1.6em;
    letter-spacing: .05em;
}
.release_tit_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em 2em;
    margin: 2em auto;
}
.release_tit_contents .edition {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;

    padding: 3em 1em 2em;
    position: relative;
    background-image: linear-gradient(rgb(232, 211, 154, .5) 0 100%), linear-gradient(#fffcd8 0 100%);
    background-repeat: no-repeat;
    background-size: 60px 20px, 100% calc(100% - 0.5rem);
    background-position: center top, bottom;
    filter: drop-shadow(2px 5px 3px rgba(173, 171, 146, 0.1));
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
    content: none;
}
.release_tit_contents .type {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    margin-bottom: .5em;
}
.release_tit_contents .type::before {
    content: "";
    width: 100%;
    max-width: 100px;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: -40%;
    transform: translateX(-50%);
    background: url(../images/handwritten.png) no-repeat center / contain;
}
.release_tit_contents .form,
.release_tit_contents .prod_num {
    font-size: 1.2em;
}
.release_tit_contents .price {
    font-size: 1.4em;
    font-weight: 900;
}
.release_tit_link {
    text-align: center;
}
.release_tit_link a {
    margin: 0 auto;
    display: block;
    font-size: 1.14em;
    font-weight: 900;
    background-color: #EE5A14;
    border-radius: 50px;
    color: #fff;
    line-height: 2.5;
    width: 60%;
    max-width: 300px;
    box-shadow: 2px 2px #BA450E;
}
.release_tit_link a:hover{
    transform: translateY(2px);
    box-shadow: none;
}
.release_songs .release_songs_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .6em;
    padding: 0 1em;
}
.release_songs .release_songs_list li {
   text-align: left;
   font-size: 1.1em;
   line-height: 1.5;
}
.release_booking_bonus .target_term li small {
    font-size: .7em;
   line-height: 1.2;
}
.release_booking_bonus p {
    font-size: 1.2em;
    line-height: 1.5;
}
.release_booking_bonus h5 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em auto .7em;
    padding: .3em;
    border: solid 1px #333;
    border-left: none;
    border-right: none;
}
.release_booking_bonus .target_term {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.4;
    color: #EE5A14;
    letter-spacing: .05em;
    margin-bottom: .2em;
}
.release_booking_bonus .target_term small {
    font-size: .7em;
    font-weight: 600;
    color: #333;
}
.release_byshop_bonus .shop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25em;
    margin-top: 1em;
}
.release_byshop_bonus .shop .shopname {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.release_byshop_bonus .shop .bonus_item {
    font-size: 1em;
    line-height: 1.4;
}
/* ===================インフォ===================== */
p.info_place{
    font-size: 1.14em;
    font-weight: 700;
    margin: 25px 0;
}

p.info_place span{
    line-height: 2;
    font-size: 1.28em;
    font-weight: 900;
}
p.live_title{
    margin: 15px 0;
}

.info_live{
    display: flex;
    justify-content: center;
}

p.live_time{
    font-weight: 700;
    font-size: 1.45em;
    display: inline-block;
}

p.live_time span{
    font-size: 0.65em;
    font-weight: 400;
}

p.live_title span{
    font-weight: 700;
    font-size: 1.28em;
}

p.info_top span{
    padding: 5px;
    color: #fff;
    background-color: #333333;
}

p.info_bottom span{
    padding: 5px;
    color: #fff;
    background-color: #EE5A14;
}


/* ===================スケジュール===================== */
.tt_40th dl{
    margin-top: 30px;
}
.tt_schedule_detail {
    border-bottom: 1px solid #707070;
    margin-bottom: 23px;
    position: relative;
}
.tt_schedule_detail .soldout {
    position: absolute;
    top: -20%;
    left: -5%;
    transform: translate(0, -50%) rotate(-7deg);
    width: 20%;
    max-width: 90px;
    height: auto;
    background: url('../images/soldout.png') no-repeat center / contain;
}

.tt_schedule_detail dt,.tt_schedule_detail dd{
    text-align: left;
}

.tt_schedule_detail dt{
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: 14px;
}

.tt_schedule_detail dt span{
    font-size: 16px;
}

.tt_schedule_detail dd{
    font-size: 1em;
    margin-bottom: 10px;
}

.tt_schedule_detail dd span{
    font-size: 0.9em;
}

/* ===================チケット===================== */
.ticket_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #707070;
    margin-top: 23px;
    line-height: 1.5;
}
.through_ticket_area {
    padding: 1rem;
    margin: 2rem auto 3rem;
    border: solid 1px #333;
}
.about_through_ticket {
    font-size: 1.125rem;
    display: block;
    width: 100%;
    font-weight: bold;
    margin: .5rem auto 1rem;
}
.ticket_msg {
    font-size: .9rem;
    text-align: left;
    line-height: 1.5;
}
.ticket_msg em {
    font-weight: bold;
    font-style: normal;
    color: #EE5A14;
}
.streaming_ticket_container {
    padding: 1rem 1rem 2rem;
    margin-top: 2rem;
    position: relative;
    background-image: linear-gradient(rgb(232, 211, 154, .5) 0 100%),
    linear-gradient(#fffcd8 0 100%);
    background-repeat: no-repeat;
    background-size: 60px 20px, 100% calc(100% - 0.5rem);
    background-position: center top, bottom;
    filter: drop-shadow(2px 5px 3px rgba(173, 171, 146, 0.1));
}
.streaming_ticket_container .sma_ticket {
    color: #333;
    font-weight: bold;
    position: relative;
    background: transparent;
}
.streaming_ticket_container .sma_ticket::before {
    content: "";
    width: 30%;
    max-width: 100px;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    background: url('../images/handwritten.png') no-repeat center / contain;
}
.ticket_detail .term {
    font-size: 1.1em;
    font-weight: bold;
    width: 11em;
    position: relative;
    flex: auto;
}
.ticket_detail .term .soldout {
    position: absolute;
    top: -30%;
    left: -10%;
    transform: translate(0, -50%) rotate(-7deg);
    width: 40%;
    max-width: 90px;
    height: auto;
    background: url('../images/soldout.png') no-repeat center / contain;
}

.term span {
    font-size: 0.7em;
}
.desc {
    font-size: 1.2em;
    text-align: right;
    width: 8em;
    font-weight: 900;
    flex: auto;
}
.desc span {
    font-size: 0.6em;
}
.streaming_ticket_container .ticket_detail .term {
    flex: 3;
}
.streaming_ticket_container .ticket_detail .desc {
    flex: 5;
}
.ticket_caution{
    margin: 5px 0 40px;
}
.streaming_ticket_container .ticket_caution {
    margin: 5px 0 20px;
}
.ticket_caution p{
    line-height: 1.5;
    font-size: 0.8em;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
}

h4.sma_ticket{
    background-color: #333333;
    color: #fff;
    font-size: 1.15em;
    line-height: 1.5;
}

p.sma_ticket_detail{
    font-size: 1.14em;
    margin: 20px 0;
}

p.sma_ticket_detail span{
    font-size: 1.4em;
}
.streaming_ticket_container p.sma_ticket_detail span.each_live {
    font-size: 1em;
    font-weight: bold;
}
.btn a{
    margin: 0 auto;
    display: block;
    font-size: 1.14em;
    font-weight: 900;
    background-color: #EE5A14;
    border-radius: 50px;
    color: #fff;
    line-height: 2.5;
    width: 60%;
    max-width: 300px;
    box-shadow: 2px 2px #BA450E;
}
.btn a:hover{
    transform: translateY(2px);
    box-shadow: none;
}
.live_ticket_contaner .btn p {
    margin: 0 auto;
    display: block;
    font-size: 1.25em;
    font-weight: 900;
    color: #f00;
}
@media screen and (max-width: 375px) {
    section.tt_40th h2 span {
        font-size: .9rem;
    }
    .term {
        font-size: 1em;
    }
    .desc {
        font-size: 1.1em;
    }
    section.tt_40th {
        padding: 25px 15px;
    }
    p.sma_ticket_detail span {
        font-size: 1.3em;
    }
    .ticket_detail .term {
        font-size: 1em;
    }
}
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
    .release_tit_contents {
        flex-direction: row;
    }
}
@media screen and (min-width:960px) {
    body {
        font-size: 16px;
    }

    .nav_sp{
        display: none;
    }
    .nav_pc {
        position: fixed;
        display: block;
        background-color: #EE5A14;
        width: 100%;
        z-index: 1000;
    }

    .nav_pc nav ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    nav ul li{
        margin-bottom: 0;
    }

    .nav_pc nav ul li{
        line-height: 3em;
    }

    .nav_pc nav ul li a{
        font-family: "heisei-mincho-std", serif;
        color: #fff;
        margin-top: 20px;
        font-size: 1.2em;
    }

    main {
        padding: 80px 0 80px 0;
    }
    section.tt_40th{
        scroll-margin-top: 80px;
        padding: 40px;
    }
}