@charset "UTF-8";

@import url("https://use.typekit.net/jwr2bru.css");

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
    height: auto;
}

body {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    background: #54c3f1;
    letter-spacing: 0.04em;
    color: #140402;
    height: auto;
    position: relative;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}
.red {
    color: #ff4f4c;
}

.delighter {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.delighter.started {
      transform: none;
      opacity: 1;
   }




.ac {
    margin-bottom: 30px;
}

.ac:last-child {
    margin-bottom: 0;
}

.detailArea .detailBox dl.ac > dt {
    border: none;
    padding: 0;
    margin: 0;
}

.ac>dt {
	position: relative;
	cursor: pointer;
}
.ac>dt::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: 45%;
    right: 20px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac>dt.on::after {
    top: 56%;
    transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    padding: 25px 25px 0;
    display: none;
}

.ac.open dd {
    display: block;
}

.ac_title {
    background: #f395be;
    color: #fff;
    padding: 15px 45px 15px 25px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 18px;
}

.bg_dot .ac_title {
    background: #ffc153;
}

.detailArea .detailBox .ac dl {
    margin: 0 0 30px 0;
}

.btn {
    cursor: auto;
}

.attentionList li {
    position: relative;
}

.attentionList li.soldout::before {
    content: 'THANK YOU SOLD OUT';
    display: flex;
    position: absolute;
    background: #00000082;
    width: 102%;
    height: 100%;
    top: 0;
    left: -17px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 15px;
}



/****************************************
	ビジュアル
*****************************************/

.loading {
    height: 100vh;
    background: #f7b128;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s;
}
.loaded .loading{
    z-index: -1;
    opacity: 0;
}


body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/static/ske48/fansite/feature/17th_fes/images/patrun_dot.png);
    position: fixed;
    top: 0;
    left: 0;
    background-size: 12px;
    transform-origin: top;
    opacity: 0.15;
}

body::after {
    content: '';
    background: url(/static/ske48/fansite/feature/17th_fes/images/ph_logo_bg_bT4EYiwc.png);
    background-size: max(190vh, 100vw);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.06;
}

.bgBox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}


.visual {
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}


.visual_inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
}

.visual h1 {
    width: 55%;
    transition: 0.4s;
    opacity: 0;
    z-index: 1;
    line-height: 0;
    padding: 0;
    max-width: 92vh;
    position: relative;
}

.loaded .visual h1{
	opacity:1;
}
.loaded.scrolled .visual h1{
}


.scroll {
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: logoFade 0.3s ease 1.4s 1 forwards;
    animation: logoFade 0.3s ease 1.4s 1 forwards;
}

.scroll:before {
    content: 'Scroll';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    line-height: 1;
    font-size: 25px;
    text-align: left;
    letter-spacing: 0;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #3f4a57;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }


.parts {
    position: absolute;
    height: 16vw;
    width: 100%;
    left: 0;
    top: 15px;
    overflow: hidden;
}

.parts > div {
    font-size: min(14vw, 28vh);
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    padding-right: 0.5em;
    color: #fff;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    opacity: 0;
    transition: 0.3s;
}

.loaded .parts > div {
    animation: track 60s linear 0s infinite;
    opacity: 1;
}


@keyframes track {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.loaded .parts > div:last-child {
    animation: track 60s linear -30s infinite;
}

.frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 10px solid #fdd556;
    z-index: 10;
    border-left-color: #e8404d;
    border-right-color: #00ab86;
    border-bottom-color: #2c5caa;
    pointer-events: none;
}

/****************************************
	メニュー
*****************************************/


.hamBtn {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 100;
}
.scrolled .hamBtn {
    opacity: 1;
    pointer-events:all;
}
.open .hamBtn {
    opacity: 1;
    pointer-events:all;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background: #000000;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 8px;
}
.hamBtn :nth-of-type(3) {
    top: 16px;
}
.hamBtn.open span {
	background: #FFF;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(8px) skewY(20deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-8px) skewY(-20deg);
}


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    font-family: "shackleton-wide";
    font-weight: 400;
}


.menuList {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.menuList a {
    font-size: 35px;
    font-weight: 900;
    text-decoration: none;
    margin: 0 0 1em;
    color: #FFF;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.menuList li:last-child a {
    margin-bottom: 0;
}

.inBox{
    margin: auto;
    position: relative;
    width: 80%;
    max-width: 155vh;
    z-index: 1;
}
h2 {
    text-align: left;
    font-size: 84px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
    line-height: 0.9;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
}

h2 span {
    display: inline-block;
    -webkit-text-stroke: 1px #140402;
    color: #fff;
    text-shadow: 0 3px 0 #140402;
}



.attentionList {
    margin-bottom: 1.5rem;
}

.attentionList:last-child {
    margin-bottom: 0;
}


.attentionList li{
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionList.detail_attend {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 20px;
    background: rgb(242 242 242);
    border-radius: 1em;
}

.attentionList.detail_attend:last-child {
    margin-bottom: 0;
}

.attentionList.detail_attend li {
    font-size: 12px !important;
}

p.detail_list_txt:last-child {
    margin-bottom: 0;
}
p.detail_list_txt {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 14px;
}

footer {
    text-align: center;
    background: #f7b128;
    padding: 40px 20px;
    color: #fff;
}
footer .detail{
    font-size: 12px;
    line-height: 1.8;
}
.copy{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 30px;
}

/****************************************
	はじめに
*****************************************/

.introductionArea{
    background: url(images/bg_main_A_C6bSEt3G.jpg)  center center;
    background-position: top;
    background-size: auto; 
    color: #fff;       
}
.introductionArea h2:before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 13px;
    background-image: url(images/ph_tit_B_C6bSEt3G.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.introductionArea .lead{
    font-weight: bold;
    line-height: 2;
    margin: 0 0 30px 0;
}
.introductionArea .attentionBox{
    background: #fff;
    color: #000;
    padding: 50px;
}
.introductionArea .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.introductionArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.introductionArea .attentionBox .txt:last-child{
    margin: 0;
}

.message_img {
    width: 70%;
    margin: 15px auto;
    line-height: 0;
    box-shadow: 1px 1px 12px #00000026;
}

.message_img a {
    display: block;
    line-height: 0;
}



.news .inBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .inBox h2 {
    margin: 0;
    width: 35%;
}


.newsList {
    width: 65%;
}

.newsList > li a {
    background: #fff;
    padding: 2.5rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 3px 0 #140402;
    margin-bottom: 1.5rem;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    border: 1px solid;
}

.newsList dt {
    font-size: 0.85em;
    margin: 0 0 0.4em 0;
    color: #f7b128;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
}



/****************************************
	概要
*****************************************/



.contents {
    position: relative;
    padding: 150px 0;
    border-bottom: 2px solid #000;
}

.detailArea{

}


.detailBox{
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 5px 5px 0 #0000001f;
    margin-bottom: 75px;
    position: relative;
}

.detailBox:last-child {
    margin-bottom: 0;
}


.anc.inline_anc {
    margin-top: -350px;
    padding-top: 350px;
}

.detailArea .detailBox dl{
    margin: 0 0 50px 0;
}
.detailArea .detailBox dl:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.detailArea .detailBox dl dt{
    color: #f8bb00;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    border-left: 5px solid;
    padding-left: 8px;
    line-height: 1.3;
}
.detailArea .detailBox dl dd{

}
.detailArea .detailBox dl dd .item{
    font-size: 15px;
    margin: 0 0 10px 0;
}
.detailArea .detailBox dl dd .txt{
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 1.7;
    font-weight: 500;
}

.detailArea .detailBox dl dd .day_icon {
    background: #f8bb00;
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
    letter-spacing: 0.05em;
    font-size: 0.85em;
    line-height: 1;
    display: inline-block;
    vertical-align: 2px;
}


.tour_title {
    font-size: 27px;
    font-weight: bold;
    margin: 0 auto 30px;
    padding-left: 8px;
    line-height: 1.3;
    text-align: center;
}

.list--detail {
    margin-bottom: 60px;
}

.list--detail:last-child {
    margin-bottom: 0;
}

.list--detail > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: 0.08em;
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 1em;
    box-shadow: 0px 3px 0 #060d23;
    overflow: hidden;
    border: 1px solid;
}

.list--detail > li .detail_left {
    width: 20%;
    font-weight: 600;
    font-size: 16px;
    padding: 1.5em;
    background: #f7b128;
    color: #fff;
}

.list--detail > li .detail_right {
    width: 80%;
    padding: 1.5em;
    border-left: 1px solid;
}


.list--detail > li .attentionList li {
    font-size: 14px;
    line-height: 1.6;
}

.list--detail > li .attentionList li.sml {
    font-size: 0.85em;
}


.list--detail > li a {
    text-decoration: underline;
}

.list--detail .list{
    margin: 0 0 30px 0;
}
.list--detail .list li{
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.8;
}
.list--detail .list li:last-child{
    margin: 0;
}

.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.gray_box {
    background: #f9f9f9;
    padding: 30px 35px;
    border-radius: 10px;
}

p.box_txt:last-child {
    margin-bottom: 0;
}
p.box_txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.gray_box .tour_title {
    font-size: 17px;
}


.sml {
    font-size: 0.9em;
}


/****************************************
	チケット
*****************************************/


.contents.ticketArea {
    background: #00ab86;
}

.contents.goodsArea {
    background: #2c5caa;
    color: #fff;
}
.contents.about {
    background: #e8404d;
}

.contents.access {
    background: #fdd556;
}


.detailBox_tit {
    text-align: center;
    font-size: 23px;
    margin-bottom: 35px;
    border-bottom: 3px dotted #fbc565;
    font-weight: bold;
    padding-bottom: 20px;
}

.mobilekuji .detailBox_tit {
    border-color: #85c4e0;
}

.bg_pink .detailBox_tit {
    border-color: #f5aaca;
}

.schedule_list > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 3rem 4rem;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    align-items: center;
    box-shadow: 3px 3px 0 #00000024;
}

.schedule_list > li:last-child {
    margin-bottom: 0;
}


.schedule_list > li .time {
    width: 30%;
    padding-left: 2rem;
    font-size: 0.9em;
    word-break: keep-all;
}

.schedule_list > li .time span.mini {
  font-size: 11px;
  letter-spacing: 0;
}
.schedule_list > li .schedule_area {
    width: 40%;
    padding-left: 2rem;
    border-left: 1px dotted;
    border-right: 1px dotted;
}

.schedule_list > li .member {
font-size: 0.9em;
    background: #ebf1f3;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.schedule_list > li .team {
    background: #06668f;
    color: #fff;
    display: inline-block;
    font-family: "shackleton-wide";
    font-weight: 400;
    padding: 0 1.2em;
    margin-right: 0.7em;
    border-radius: 2rem;
    font-size: 0.82em;
}

.schedule_list > li .schedule_day {
    width: 30%;
}
.schedule_list > li .day {
    font-family: "shackleton-wide";
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.3;
}

.schedule_list > li .place {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
}

.schedule_list > li .area {
    line-height: 1.2;
    letter-spacing: 0.5em;
    font-size: 0.9em;
}

.member_tit {
    width: 12rem;
    font-weight: bold;
}

.member_list {
    width: calc(100% - 12rem);
    border-left: 2px dotted;
    padding-left: 2rem;
    word-break: keep-all;
}



.ticketArea .attentionBox{
    padding: 0px;
    margin: 0 0 30px 0;    
}
.ticketArea .attentionBox .tit{
font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 19px;
}
.ticketArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: center;
}
.ticketArea .attentionBox .txt:last-child{
    margin: 0;
}


.ticketArea .ticketBox {
    margin: 0 0 40px 0;
    background: #ffffff;
    padding: 3.5rem 4rem;
    border-radius: 2rem;
    box-shadow: 0px 3px 0 #060d23;
    border: 1px solid;
}


.ticketArea .ticketBox:last-child {
    margin-bottom: 0;
}

.ticketArea .ticketBox .mainTit{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    border-left: 5px solid #f7b128;
    padding-left: 8px;
    line-height: 1.3;
}
.ticketArea .ticketBox .ticketInBox{
    margin-bottom: 25px;
}
.ticketArea .ticketBox .ticketInBox dl{
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dl:last-of-type dt,
.ticketArea .ticketBox .ticketInBox dl:last-of-type dd{
    border-bottom: 1px solid #f7b128;
}
.ticketArea .ticketBox .ticketInBox dt {
    width: 25%;
    background:#f7b128;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #fff;
}
.ticketArea .ticketBox .ticketInBox dd {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    border: 1px solid #f7b128;
    border-bottom: none;
    border-left: none;
    background: #fff;
}
.ticketArea .ticketBox .ticketInBox dd .txt{
    margin: 0 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox .attentionList{
    margin: 0px 0 25px 0;
}

.ticketArea .ticketBox .ticketInBox .attentionList:last-child {
    margin-bottom: 0;
}

.ticketArea .ticketBox .ticketInBox dd a {
}

.ticketArea .ticketBox .ticketInBox dl:last-of-type {
    margin-bottom: 25px;
}

.ticketArea .ticketBox .ticketInBox dd .sml {
    font-size: 0.85em;
    line-height: 1.5;
    display: inline-block;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
.ticketArea .ticketBox .ticketInBox .txt{
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 15px;
}
.ticketArea .ticketBox .btn a{
    margin: 0 auto 30px;
}
.ticketArea .ticketBox .btn:last-child a {
    margin-bottom: 0;
}

.ticketArea .ticketBox .contact {
    background: #f2f2f2;
    padding: 3.5rem 4rem;
    border-radius: 1em;
    margin-bottom: 2rem;
    border: 1px solid;
}

.ticketArea .ticketBox .contact:last-child {
    margin-bottom: 0;
}

.ticketArea .ticketBox .contact dt{

}
.ticketArea .ticketBox .contact dd{
    margin: 0 0 30px 0;
}
.ticketArea .ticketBox .contact dd p{
    font-size: 13px;
    line-height: 1.5;
}
.ticketArea .ticketBox .contact dd .link {
    text-align: center;
    display: block;
    }
.ticketArea .ticketBox .contact dd:last-child{
    margin: 0;
}
.ticketArea .ticketBox .contact dd .btn a {
    background: #fff;
    color: #281916;
    margin: 0 auto;
}


.link{
    color: #06668f;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn_desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.btn a {
    max-width: 400px;
    background: #f7b128;
    color: #fff;
    padding: 1.5em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.15em;
    border-radius: 3em;
    box-shadow: 0 3px 0px #140402;
    position: relative;
    top: 0;
    transition: 0.2s;
    border: 1px solid #140402;
}

.btn a:hover {
    box-shadow: 0 0px 0 #a78316;
    top: 3px;
}
.btn.sub a{
background: #fff;
    color: #fcc926;
    border: 2px solid #fcc926;
}
.bg_pink .btn a {
    background: #f395be;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}

.coming {
    font-size: 22px;
    padding: 20px 5px;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}


/****************************************
	企画
*****************************************/

.kikaku_txt {
    text-align: center;
    margin-bottom: 25px;
}

.kikaku_txt_sub {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}



.stream_box{
    margin: 0px;
    width: 100% !important;
    float: none;
}

.stream_box .stream_wrap{
    margin: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.streamArea .stream_tit {
    padding-left: 6px;
    border-left: 5px solid;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
    color: #f891be;
}

.streamArea .stream_tit.mb10 {
    margin-bottom: 13px;
}

.streamArea .list--detail {
    background: none;
    padding: 0;
    border-radius: 0px;
}

.streamArea .list--detail > li {
    font-size: 15px;
    padding: 20px 20px;
    border-bottom: none;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.streamArea .list--detail > li:last-child {
    margin-bottom: 0px;
}

.streamArea .list--detail > li .detail_left {
    width: 25%;
}

.streamArea .list--detail > li .detail_right {
    width: 75%;
}

.streamArea .detail_txt_inner {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0px;
}

.streamArea .detail_txt_inner:first-child {
    margin-top: 0px;
}

.streamArea .detail_txt_inner:last-child {
    margin-bottom: 0px;
}


.streamArea .list--detail > li a {
    text-decoration: underline;
    color: #f891be;
}

.streamArea .detail_inner_box {
    background: #f9dbe8;
    margin-top: 15px;
    padding: 15px;
    border-radius: 7px;
    font-size: 14px;
}

.streamArea .detail_inner_box_tit {
    font-weight: bold;
}

.streamArea .detail_inner_box .detail_txt_inner {
    font-size: 12px;
}

.streamArea .detail_inner_box .detail_txt_inner a {
    color: #fc3f91;
}


.movie_box .movie_date {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
}



/****************************************
	注意事項
*****************************************/

.attentionArea{
    padding: 40px;
    border: 1px solid;
}
.attentionArea .detailBox_tit {
    font-size: 19px;
    margin-bottom: 35px;
    border-bottom: solid 1px;
}
.attention_txt {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.8;
font-weight: 500;
}

.attentionArea .lead{
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

.attentionArea > .attentionList {
    margin-bottom: 30px;
}


.attentionArea .attentionBox {
    line-height: 1.6;
    background: #f2f2f2;
    padding: 3.5rem 4rem;
    border-radius: 1em;
    margin-bottom: 2rem;
}
.attentionArea .attentionBox:last-child {
    margin-bottom: 0;
}

.attentionArea .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.attentionArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.attention_txt:last-child {
    margin-bottom: 0;
}

.attentionArea .attentionBox .txt:last-child{
    margin: 0;
}




.goodsArea .lead {
text-align: center;
margin: 0 auto 30px;
}


.goodsArea .lead a {
    color: #f7b128;
    text-decoration: underline;
}

.goodsArea .mainLead {
    text-align: left;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}


.goodsArea .mainLead_bold {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}


.goodsArea .good_img {
    box-shadow: 3px 3px 10px #00000030;
    line-height: 0;
    margin-bottom: 30px;
}


.goodsArea dl{
margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
}

.goodsArea dl:last-child {
    margin-bottom: 0;
}

.goodsArea dl dt{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.goodsArea dl dt.red{
color: #ff6464;
}
.goodsArea dl dd{

}
.goodsArea .logo {
    width: 60%;
    margin: 0 auto 30px;
}
.goodsArea dl .attentionList{

}
.goodsArea dl .itemList{

}
.goodsArea dl .itemList li{
    font-size: 14px;
    margin: 0 0 10px 1em;
    line-height: 1.5;
    text-indent: -1em;
}
.goodsArea dl .itemList li:last-child{
    margin: 0 0 0 1em;
}
.goodsArea dl .txt{
font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: 600;    
}
.goodsArea dl .link{
color: #f8bb00;
}
.goodsArea dl .link:hover{
color: #f8bb00;
    transition: 0.4s;
    opacity: 0.8;
}

.goodsArea .price {
    display: inline-block;
    font-weight: 500;
    color: #838383;
    padding: 3px 0 0 1em;
}

.goodsArea .attentionList li {
    font-size: 14px;
}


.goodsbox {
    background: #fffdef;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 35px;
}

.goodsbox:last-child {
    margin-bottom: 0;
}

.goodsbox_tit {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px dotted;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.goodsArea .good_img:last-child {
    margin-bottom: 0;
}

.goodsArea .good_img a {
    line-height: 0;
    display: block;
}

.goodsArea .attention_txt .attentionList li {
    margin-bottom: 0;
}


#cboxClose,
#cboxClose:hover {
    position: absolute;
    top: -30px;
    right: -5px;
    display: block;
    background: url(/static/ske48/fansite/feature/summer_tour2024/images/close.png) no-repeat top center;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 30px;
}

#cboxOverlay {
    background: #000;
}
#cboxContent {
    overflow: initial;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: initial;
}


.goodsArea .lead {
    margin: 0 auto 20px;
}
.goodsArea .mainLead {
    text-align: left;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}


.goodsArea .mainLead_bold {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}


.good_img {
    box-shadow: 3px 3px 10px #00000030;
    line-height: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.goodsArea .goods_list {
    margin-bottom: 35px;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 15px;
    color: #281916;
    border: 1px solid;
}

.goodsArea .goods_list dl:first-child {
    padding-top: 0;
}

.goodsArea .goods_list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    padding: 25px 0;
    background: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    align-items: center;
    margin: 0;
}
.goodsArea .goods_list dl:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.goodsArea .goods_list dl dt {
    width: 70%;
    border-right: 1px solid #c3c3c3;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 20px 0 0;
    margin: 0;
}
.goodsArea .lead {
margin: 0 auto 20px;
    text-align: left;
    line-height: 1.8;
    font-size: 15px;
}
.goodsArea .lead:last-child {
    margin-bottom: 0;
}

.goodsArea .leadsub {
margin: 0 auto 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    font-size: 17px;
}
.goodsArea .goods_list dl dd {
    padding: 0 0 0 20px;
    width: 30%;
    font-size: 15px;
    font-weight: bold;
}
.goodsArea .goods_list dl .pick {
    background: #2c5caa;
    color: #fff;
    padding: 1px 12px;
    font-size: 13px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 4px;
}
.goodsArea .goods_list dl .mini{
    display: inline-block;
    font-size: 12px;
}

.goodsArea .price {
display: inline-block;
    font-weight: bold;
    padding: 1px 1em 1px 2em;
    background: #ffffff;
    color: #014099;
    font-size: 0.95em;
    border-radius: 35px;
    margin: 4px 0 5px;
}

.goodsArea .limited {
    color: #f6b128;
    font-weight: 500;
}

.goodsArea .attentionList {
    margin-bottom: 20px;
}
.goodsArea .attentionList:last-child {
    margin-bottom: 0px;
}

.goodsArea .attentionList li {
    font-size: 14px;
    line-height: 1.6;
}

.goodsArea .goods_tit {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.goodsArea .attentionList li .fa {
    text-indent: 0;
}


.generalbox {
    margin-bottom: 3rem;
}

.generalbox:last-child {
margin-bottom: 0;
}

.generalbox_tit {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    background: #f7b128;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 25px 0;
}

.good_img:last-child {
margin-bottom: 0;
}

.good_img a {
line-height: 0;
display: block;
}

.goodsArea .attention_txt .attentionList li {
    margin-bottom: 8px;
}

.goods_in_box {
background: #ffffff;
    padding: 30px;
    border: 2px solid #fcce24;
    margin-bottom: 20px;
}

.goods_in_box_tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.goods_in_box_desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}


.btn_wrap {
    margin-bottom: 30px;
}

.btn_wrap .btn {
    margin-bottom: 15px;
}
#cboxLoadedContent {
    margin-bottom: 0;
}


.accessArea {
    //padding-top: 50px;
}

.accessArea .lead {
    width: 42%;
    font-weight: 500;
    font-size: 0.95em;
    line-height: 1.8;
    padding: 3rem 4rem;
}

.accessArea .lead a {
    display: inline-block;
    border: 1px solid;
    padding: 0.6em 1.5em;
    box-sizing: border-box;
    border-radius: 2em;
    margin-top: 0.5em;
}

.accessArea .lead .bold {
    font-size: 2em;
    margin-bottom: 0.5em;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.accessArea .gmap {
    overflow: hidden;
    position: relative;
    width: 58%;
    aspect-ratio: 8 / 5;
    height: 100%;
}
.accessArea .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.accessArea .mapBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0px 3px 0 #281916;
    border: 1px solid;
}

.accessArea .mapBox:last-child {
    margin-bottom: 0;
}


.countdown_box .countdown_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.countdown_box .countdown_list::after {
    width: 32%;
    content: '';
    height: 0;
}

.countdown_box .countdown_list li {
    width: 32%;
    margin-bottom: 10px;
}

.countdown_box .countdown_list li .movie_date {
    text-align: center;
    padding-top: 3px;
    font-size: 14px;
}


.detailBox_txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.detailBox_img {
    box-shadow: 3px 3px 10px #00000030;
    line-height: 0;
    margin-bottom: 30px;
}


.mobilekuji .attentionBox{
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
    line-height: 1.6;
}

.mobilekuji .attentionBox:last-child {
    margin-bottom: 0;
}

.mobilekuji .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.mobilekuji .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.mobilekuji .attentionBox .txt:last-child{
    margin: 0;
}

.mobilekuji .rank {
    background: #fcb200;
    color: #fff;
    padding: 2px 6px;
    font-weight: bold;
    margin: 0 7px 0 0;
}

.mobilekuji .capa {
    color: #838383;
    margin: 0 0 0 7px;
    font-weight: 500;
    border-bottom: 1px solid;
}

.mobilekuji .attentionList li {
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 7px 1em;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

.hamBtn {
    display: none;
}

.hamBox {
    display: block;
    min-height: auto;
    width: auto;
    top: auto;
    bottom: 40px;
    right: 40px;
    left: auto;
    transition: 0.3s;
}

.scrolled .hamBox {
    background: #f7b128;
    padding: 17px;
    border-radius: 15px;
    right: 20px;
    bottom: 20px;
    box-shadow: 2px 2px 0 #00000082;
}

.menuList {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.menuList > li {
    text-align: right;
}

.menuList a {
    margin: 0.2em 0 0  0;
    font-size: 29px;
    color: #ffffff;
    text-align: right;
    display: inline-block;
    width: auto;
}

.menuList a:hover {
    color: #fdd556;
}

.scrolled .menuList a {
    font-size: 16px;
}

}

/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {
.pc{
    display:none!important;  
}

.parts {
    top: 50px;
}

.ac {
    margin-bottom: 15px;
}

.detailArea .detailBox dl.ac {
    margin: 0 0 15px 0;
}

.ac_title {
    color: #fff;
    padding: 12px 35px 12px 14px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 7px;
    line-height: 1.5;
}

.ac>dd {
    padding: 15px 0 0;
    font-size: 13px;
}

.ac>dt::after {
    width: 10px;
    height: 10px;
    top: 45%;
    right: 12px;
}

.detailArea .detailBox .ac dl {
    margin: 0 0 20px 0;
}

.detailArea .detailBox .ac dl:last-child {
    margin-bottom: 0;
}
.attention_txt:last-of-type {
    margin: 0 0 10px;
}

.attention_txt:last-child {
    margin-bottom: 0;
}


.attentionList li.soldout::before {
    left: -16px;
    width: calc(100% + 20px);
    font-size: 14px;
}


/****************************************
	ビジュアル
*****************************************/

body::before {
}

.frame {
    border-width: 7px;
}

.visual {
        height: auto;
        min-height: 100svh;
        padding: 5% 0;
}

.visual_inner {
    width: 88%;
}

.visual h1 {
        width: 100%;
}


.scroll {
    display: block;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 7%;
    z-index: 1;
}
.scroll:after {
}

.scroll:before {
    font-size: 14px;
    left: 10px;
    bottom: 20px;
}


.visual {
    margin-bottom: 0;
}

.bgBox {
    width: 100%;
    background-position: 95% 0%;
}





/****************************************
	メニュー
*****************************************/


.hamBox {
    background: #f7b128;
}

.hamBox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: url(/static/ske48/fansite/feature/17th_fes/images/patrun_dot.png);
    background-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}


.hamBtn {
    width: 50px;
    height: 25px;
    right: 16px;
    top: 19px;
    opacity: 1;
    pointer-events: all;
}

.menuList a {
    font-size: 25px;
    margin-bottom: 0.75em;
    white-space: nowrap;
}

body {
}

body::after {
    background-size: 195%;
}

.contents {
    position: relative;
    padding: 60px 0;
}

.inBox {
    width: 88%;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}
h2 {
    font-size: 36px;
    position: relative;
    margin: 0 0 20px 0px;
}
.news .inBox h2 {
    width: 100%;
    margin: 0 0 20px;
}

.newsList {
    width: 100%;
}

.newsList > li a {
    border-radius: 1.5rem;
    padding: 1.8rem;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 1.2rem;
}

.newsList dt {
font-size: 13px;
        margin-bottom: 5px;
}

.schedule_list > li {
    padding: 1.8rem;
    border-radius: 1.5rem;
}

.schedule_list > li .schedule_day {
    width: 100%;
    border-bottom: 2px dotted #06668f;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.schedule_list > li .schedule_area {
    width: 100%;
    border: none;
    padding: 1rem 0;
}

.schedule_list > li .place {
    font-size: 1.1em;
}

.schedule_list > li .area {
    line-height: 1.1;
    letter-spacing: 0.25em;
    font-size: 13px;
    font-weight: bold;
}

.schedule_list > li .day {
    display: block;
    font-size: 1.5em;
}

.schedule_list > li .time {
    width: 100%;
    font-size: 12px;
    padding-left: 1.5rem;
    border-left: 1px solid #dce0e1;
}
.schedule_list > li .time span.mini {
    font-size: 9px;
}
.schedule_list > li .member {
    padding: 1.5rem;
    font-size: 12px;
    margin-top: 1.5rem;
}

.member_tit {
    width: 100%;
    margin-bottom: 5px;
}

.member_list {
    width: 100%;
    padding: 0;
    border: none;
}


.tour_title {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.introductionArea h2:before {
    bottom: -15px;
    }
.attentionList li {
    font-size: 11px;
}


/****************************************
	はじめに
*****************************************/

.introductionArea .lead {
    margin: 0 0 20px 0;
    font-size: 13px;
}
.introductionArea .attentionBox {
    padding: 15px;
}
.introductionArea .attentionBox .tit {
    font-size: 14px;
}
.introductionArea .attentionBox .txt {
    font-size: 12px;
    line-height: 1.8;
}

.message_img {
    width: 85%;
    margin: 5px auto;
    line-height: 0;
    box-shadow: 1px 1px 5px #00000026;
}

.detailBox {
    padding: 20px 17px;
    margin-bottom: 30px;
}

.detailBox_tit {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #fbc565;
    font-weight: bold;
    padding-bottom: 15px;
}

.kikaku .detailBox_tit {
    font-size: 14px;
}


.anc.inline_anc {
    margin-top: -250px;
    padding-top: 250px;
}

.detailArea .detailBox dl dt {
    font-size: 15px;
    margin-bottom: 8px;
    }
.detailArea .detailBox dl dd .item {
    font-size: 12px;
    margin: 0 0 10px 0;
}
.detailArea .detailBox dl dd .txt {
    font-size: 13px;
    margin: 0 0 15px 0;
}
.detailArea .detailBox dl {
    margin: 0 0 20px 0;
}

.list--detail {
    margin-bottom: 3.5rem;
}

.list--detail > li {
    font-size: 13px;
    border-radius: 1.2rem;
}

.list--detail > li .detail_left {
    width: 100%;
    font-size: 15px;
    padding: 15px;
}

.list--detail > li .detail_right {
    width: 100%;
    border: none;
    padding: 15px;
}

.list--detail > li .attentionList li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 2px;
}
.list--detail > li:first-child {
}
.list--detail > li:last-child {
    margin-bottom: 0;
}
.list--detail .list {
    margin: 0 0 15px 0;
}
.list--detail .list li {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.8;
}
p.detail_list_txt {
    font-size: 12px;
}



.detail_txt {
    font-size: 13px;
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
}

.gray_box .tour_title {
    font-size: 16px;
}

.box_txt {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.gray_box {
    background: #f9f9f9;
    padding: 30px 35px;
    border-radius: 10px;
    padding: 15px 12px;
    border-radius: 8px;
}


/****************************************
	チケット
*****************************************/

.contents.ticketArea {
    padding: 60px 0;
}

.ticketArea .attentionBox .txt {
    font-size: 11px;
    text-align: left;
}

.ticketArea .attentionBox {
margin: 0 0 15px 0;
}
.ticketArea .attentionBox .tit {
    margin: 0 0 10px 0;
    font-size: 15px;
}
.ticketArea .ticketBox {
padding: 2rem 1.5rem;
        margin: 0 0 15px 0;
        border-radius: 1.5rem;
}
.ticketArea .ticketBox .mainTit {
font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox {
    margin: 0px 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox dl {
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dt {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dd {
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 11px;
    border-left: 1px solid #f7b128;
}


.ticketArea .ticketBox .ticketInBox dl:last-of-type {
    margin-bottom: 12px;
}
.ticketArea .ticketBox .ticketInBox .attentionList {
    margin: 0 0 10px 0;
}

.ticketArea .ticketBox .btn a {
    margin: 0 auto 18px;
}
.ticketArea .ticketBox .ticketInBox .txt {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.ticketArea .ticketBox .contact {
    padding: 1.5rem 2rem;
    border-radius: 0.5em;
}

.ticketArea .ticketBox .contact dd {
    margin: 0 0 10px 0;
}

.ticketArea .ticketBox .contact dd p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.ticketArea .ticketBox .contact dd .btn {
    margin-bottom: 3px;
}

.attentionArea {
    padding: 15px;
    border: 1px solid;
}
.attentionArea .detailBox_tit {
    font-size: 14px;
    margin-bottom: 15px;
}


.detail_list_txt {
    margin-bottom: 10px;
    font-size: 12px;
}

.attentionList.detail_attend {
        padding: 15px 13px;
        font-size: 12px;
        margin-bottom: 13px;
}

.attentionList.detail_attend li {
    font-size: 12px !important;
}

.coming {
    font-size: 15px;
    padding: 15px 2px;
}




/****************************************
	注意事項
*****************************************/
.attentionArea .lead {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 20px 0;
}
.attentionArea .attentionBox {
        padding: 15px 12px;
        margin-bottom: 13px;
        border-radius: 10px;
}
.attentionArea .attentionBox .tit {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 12px;
}
.attentionArea .attentionBox .txt {
    font-size: 12px;
}
.link:hover{
opacity: 1;
}

.attention_txt:last-of-type {
    margin: 0;
}

.attention_txt {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.attentionArea .detailBox > .attentionList {
    margin-bottom: 20px;
}


footer {
    z-index: 0;
}
footer .detail {
    font-size: 11px;
    line-height: 1.8;
}

.copy {
    text-align: center;
    font-size: 10px;
    padding: 0;
}

.goodsArea .lead {
font-size: 12px;
    margin: 0 auto 5px;
}
.goodsArea .mainLead {
    text-align: left;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 1.7;
}
.goodsArea .logo {
    width: 90%;
    margin: 0 auto 20px;
}
.goodsArea dl {
    padding: 15px 12px;
    margin: 0 0 15px 0;
}
.goodsArea dl dt {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.goodsArea dl .itemList li {
    font-size: 12px;
    margin: 0 0 5px 1em;
    line-height: 1.5;
    text-indent: -1em;
}
.goodsArea dl .txt {
    font-size: 12px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.goodsArea dl .link:hover{
    color: #f8bb00;
}

.goodsArea .mainLead_bold {
    font-size: 14px;
}

.goodsArea .mainLead {
    margin: 0 auto 10px;
    font-size: 13px;
    line-height: 1.7;
}

.goodsArea .attentionList li {
    font-size: 12px;
}

.generalbox_tit {
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    margin: 0 0 15px 0;
}
.goodsArea .attentionList li {
    font-size: 11px;
    line-height: 1.6;
}
.goodsArea .goods_list {
        margin-bottom: 25px;
        padding: 15px;
        border-radius: 8px;
}

.goodsArea .goods_list dl {
        display: block;
        font-size: 14px;
        padding: 0 0 13px 0;
        margin: 0 0 15px 0;
}
.goodsArea .goods_list dl dt {
        width: 100%;
        border-right: none;
        font-size: 13px;
        line-height: 1.5;
        padding: 0;
        margin: 0 0 4px 0;
        font-weight: bold;
}
.goodsArea .goods_list dl dd {
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.goodsArea .goods_list dl .pick {
    background: #2c5caa;
    color: #fff;
    padding: 1px 12px;
    font-size: 13px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 4px;
}
.goodsArea .lead {
    margin: 0 auto 20px;
    font-size: 12px;
}
.goodsArea .bold {
    font-weight: bold;
    font-size: 13px;
}
.goodsArea .goods_list dl:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}



.accessArea {
    //padding-top: 10px;
}

.accessArea .lead .bold {
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

.accessArea .lead {
        font-size: 0.85em;
        text-align: left;
        line-height: 1.6;
        width: 100%;
        padding: 2rem 2rem;
}

.accessArea .mapBox {
        border-radius: 1em;
}

.accessArea .gmap {
    width: 100%;
}

.kikaku_txt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
}


.detailBox_txt {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.detailBox_img {
    box-shadow: 2px 2px 7px #00000030;
    line-height: 0;
    margin-bottom: 20px;
}

.mobilekuji .attentionBox {
    padding: 20px 15px;
    border-radius: 8px;
}


.mobilekuji .attentionBox .tit {
    font-size: 15px;
}

.mobilekuji .attentionList li {
    font-size: 12px;
    text-indent: -43px;
    margin: 0 0 10px 43px;
}

.mobilekuji .attentionList li:last-child {
    margin-bottom: 0;
}

.countdown_box .countdown_list li {
    width: 100%;
    margin-bottom: 12px;
}

.countdown_box .countdown_list li:last-child {
    margin-bottom: 0px;
}

.movie_box .movie_date {
    font-size: 15px;
    margin-bottom: 10px;
}

.btn a {
    width: 100%;
    font-size: 14px;
    padding: 18px 5px;
}

.btn_desc {
    font-size: 11px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}



.streamArea .stream_tit {
    font-size: 14px;
    padding-left: 6px;
    border-left: 4px solid;
    margin-bottom: 20px;
    line-height: 1.6;
}

.streamArea .list--detail > li .detail_left {
    width: 100%;
}

.streamArea .list--detail > li .detail_right {
    width: 100%;
}

.streamArea .list--detail > li {
    padding: 15px 13px;
    font-size: 14px;
}

.streamArea .detail_txt_inner {
    font-size: 12px;
    line-height: 1.7;
}

.streamArea .detail_inner_box {
    background: #f9dbe8;
    margin-top: 15px;
    padding: 13px;
    border-radius: 6px;
    font-size: 13px;
}

.goodsbox {
    padding: 15px 12px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.goodsbox_tit {
    font-size: 15px;
    margin-bottom: 15px;
}

.goodsArea .good_img {
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #00000030;
}






}


