@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;600;700&display=swap');

/* reset
--------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* clearfix 
--------------------------------------- */
.cf:after,.cf:before{
  content:'';
  display:block;
  clear:both;
}
.cf{display:block;}
@media screen and (max-width:750px){
  .sp-cf:after,.sp-cf:before{
    content:'';
    display:block;
    clear:both;
  }
  .sp-cf{display:block;}
}

/* basic
--------------------------------------- */
body{
  position:relative;
  width:100%;
  font-family:"メイリオ",Meiryo,"Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*font-family:"ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";*/
  font-weight:400;
  font-size:18px;
  line-height:1.8;
  color:#231815;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
       -o-text-size-adjust:100%;
          text-size-adjust:100%;
  text-align:justify;
  text-justify:inter-ideograph;
  background-color:#fff;
}
.jp{
  font-family:"メイリオ",Meiryo,"Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.en,
.en-lt{
  font-family:'Roboto',sans-serif;
  font-weight:300;
}
.en-md{
  font-family:'Roboto',sans-serif;
  font-weight:600;
}
.en-bd{
  font-family:'Roboto',sans-serif;
  font-weight:700;
}
dl,ul,ol,table{text-align:left;}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
a{outline:none;text-decoration:none;color:#231815;}
a[href^="tel:"]{color:#231815;pointer-events:none;}
img{max-width:100%;height:auto;vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
.pc{display:block;}
.sp{display:none;}
.pc-ln{display:inline;}
.fl{float:left;}
.fr{float:right;}
#header,#footer,#splash,
#pc-navi,#sp-navi,
.section{
  width:100%;
  min-width:1200px;
  margin:auto;
}
.wrap{
  position:relative;
  width:1200px;
  margin:auto;
}
body{overflow-y:scroll;}
body.fix{position:fixed;}
@media screen and (max-width:750px){
  body{font-size:32px;}
  h1,h2,h3,h4,h5,li,p{background:none;}
  a[href^="tel:"]{pointer-events:auto;}
  img{image-rendering:auto;}
  .pc{display:none;}
  .sp{display:block;}
  .pc-ln{display:none;}
  #header,#footer,#splash,
  #pc-navi,#sp-navi,
  .section{
    width:750px;
    min-width:initial;
    overflow:hidden;
  }
  .wrap{
    width:690px;
  }
.ochiba{width:750px;margin:auto;overflow:hidden;}
}

/* ヘッダー
--------------------------------------- */
#header{
  position:relative;
  height:100px;
  background-color:#0a1c2b;
  overflow:hidden;
  z-index:10;
}
/* 見出しバナー */
#header .banner{
  padding-top:36px;
  font-size:36px;
  font-weight:600;
  color:#fff;
  line-height:1.2;
  text-align:center;

}
#header .banner a{
  color:#fff;
  text-shadow:0 0 5px rgba(255,255,255,0);
  transition:text-shadow 400ms;
}
#header .banner a:hover{
  text-shadow:-6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
  transition:text-shadow 400ms;
}
#header .banner span{
  position:relative;
  display:inline-block;
}
#header .banner span:before,
#header .banner span:after{
  content:'';
  position:absolute;
  background-position:0 0;
  background-repeat:no-repeat;
}
#header .banner span:before{
  top:-10px;
  left:-68px;
  width:50px;
  height:53px;
  background-image:url(../images/title_l.svg);
}
#header .banner span:after{
  top:-8px;
  right:-76px;
  width:58px;
  height:53px;
  background-image:url(../images/title_r.svg);
}
@media screen and (max-width:750px){
  #header{
    position:fixed;
    top:0;
    height:120px;
  }
  #header .wrap{width:710px;}
  #header .banner{background:rgba(255,0,0,0.0);
    width:610px;
    margin-left:18px;
    padding-top:42px;
    font-size:36px;
    line-height:1.3;
  }
  #header .banner a{display:block;}
  #header .banner a,
  #header .banner a:hover{
    text-shadow:0 0 0 rgba(0,0,0,0);
    transition:none;
  }
  #header .banner span:before{
    top:-4px;
  left:-68px;
  }
  #header .banner span:after{
    top:-6px;
  right:-76px;
  }
}

/* バーガー */
#header .toggle{
  position:absolute;
  top:10px;
  right:0px;
  width:80px;
  height:80px;
  cursor:pointer;
}
#header .toggle span{
  position:absolute;
  left:20px;
  display:inline-block;
  width:50%;
  height:6px;
	background:#fff;
  border-radius:1px;
  transition:all 400ms;
}
#header .toggle span:nth-of-type(1){top:20px;}
#header .toggle span:nth-of-type(2){top:36px;}
#header .toggle span:nth-of-type(3){top:52px;}
#header .toggle.active span:nth-of-type(1){
  top:30px;
  left:16px;
  transform:translateY(6px) rotate(-45deg);
  width:60%;
}
#header .toggle.active span:nth-of-type(2){
  opacity:0;
}
#header .toggle.active span:nth-of-type(3){
  top:43px;
  left:16px;
  transform:translateY(-6px) rotate(45deg);
  width:60%;
}
@media screen and (max-width:750px){
  #header .toggle{top:20px;}
}

/* PC navigation
--------------------------------------- */
#pc-navi{
  position:fixed;
  top:-80px;
  height:80px;
  padding-top:14px;
  background-color:#fff;
  z-index:10;
}
#pc-navi.active{
  top:0;
  transition:top 300ms;
}
#pc-navi ul.navi{
  width:980px;
  /*width:1060px; ENGLISH link*/
  margin-left:10px;
  display:flex;
  justify-content:space-between;
}
#pc-navi ul.navi li{
  text-align:center;
  line-height:1.5
}
/*#pc-navi ul.navi li.md{margin-top:12px;}*/
#pc-navi ul.navi li .en{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#b00c04;
}
#pc-navi ul.navi li .jp{
  display:block;
  font-size:18px;
  font-weight:600;
  color:#0a1c2b;
}
#pc-navi ul.navi li a{
  display:block;
  padding:0 0.5em;
  border-bottom:2px solid rgba(255,255,255,0);
  transition:border 300ms;
}
#pc-navi ul.navi li a:hover{
  border-color:#0a1c2b;
}
@media screen and (max-width:750px){
  #pc-navi{display:none;}
}

/* PC&SP navigation
--------------------------------------- */
#sp-navi{
  position:relative;
  display:none;
}
#sp-navi.active{
  position:fixed;
  top:100px;
  display:block;
  width:100%;
  height:calc(100vh - 100px);
  background-color:rgba(10,28,48,1.0);
  overflow:auto;
  z-index:10;
}
#sp-navi ul.navi{
  text-align:center;
  padding-top:20px;
}
#sp-navi ul.navi li{
  padding:10px 0;
}
#sp-navi ul.navi li a{
  display:inline-block;
  padding:0 1.0em;
  border-bottom:2px solid rgba(255,255,255,0);
  transition:border-color 300ms;
}
#sp-navi ul.navi li a:hover{border-color:#b00c04;}
#sp-navi ul.navi li a .en{
  font-size:36px;
  font-weight:300;
  color:#b00c04;
  color:#fff;
}
#sp-navi ul.navi li a .jp{
  margin-left:1.0em;
  font-size:24px;
  font-weight:600;
  color:#0a1c2b;
  color:#fff;
}
@media screen and (max-width:750px){
  #sp-navi{display:none;}
  #sp-navi.active{top:120px;}
  #sp-navi ul.navi li{padding:20px 0;}
  #sp-navi ul.navi li a{
    border-bottom-width:0;
    transition:none;
  }
  #sp-navi ul.navi li a:hover{border-color:rgba(255,255,255,0);}
  #sp-navi ul.navi li a .en{font-size:42px;}
  #sp-navi ul.navi li a .jp{font-size:32px;}
}

/* フッター
--------------------------------------- */
#footer{
  padding:20px 0 18px;
  background-color:#0a1c2b;
}
#footer .copyright{
  font-size:18px;
  line-height:1.5;
  color:#fff;
  text-align:center;
}
@media screen and (max-width:750px){
  #footer{padding:18px 0 18px;}
  #footer .copyright{font-size:21px;}
}

/* ページトップへ移動ボタン
--------------------------------------- */
#pagetop{
  position:fixed;
  display:none;
  bottom:10px;
  left:calc(50% + 600px);
  width:74px;
  cursor:pointer;
  z-index:2;
}
@media screen and (max-width:1348px){
  #pagetop{left:auto;right:0;}
}
@media screen and (max-width:750px){
  #pagetop{right:10px;}
}

/* バナー */
#fix-banner{
  position:fixed;
  display:none;
  top:150px;
  left:calc(50% + 460px);
  z-index:2;
}
#fix-banner a{
  display:block;
  width:139px;
  height:322px;
  font-size:20px;
  font-weight:600;
  color:#fff;
  line-height:1.2;
  text-align:center;
  background:url(../images/banner.svg) no-repeat 0 0 / contain;
}
#fix-banner a.line3{padding-top:230px;}
#fix-banner a.line2{padding-top:240px;line-height:1.5;}
@media screen and (max-width:1200px){
  #fix-banner{left:auto;right:0;}
}
@media screen and (max-width:750px){
  #fix-banner{
  top:150px;
    left:calc(50% + 260px);
  }
  #fix-banner a{
    width:110px;
    height:255px;
    font-size:18px;
  }
  #fix-banner a.line3{padding-top:176px;}
  #fix-banner a.line2{padding-top:186px;}
}

/* 共通
--------------------------------------- */
#main{background-color:#fff;}
/* 見出し */
#main h1,
#main h2,
#main h3,
#main h4,
#main h5{line-height:1.2;}
#main .title{text-align:center;}
#main .h2{
  position:relative;
  display:inline-block;
  line-height:1.0;
}
#main .h2 .en{
  display:block;
  margin-bottom:10px;
  font-family:'Roboto',sans-serif;
  font-size:38px;
  font-weight:400;
  color:#b00c04;
}
#main .h2 .jp{
  display:block;
  font-size:24px;
  font-weight:600;
  color:#231815;
}

#main .h2 .en:before,
#main .h2 .en:after{
  content:'';
  position:absolute;
  background-position:0 0;
  background-repeat:no-repeat;
}
#main .h2 .en:before{
  top:4px;
  left:-52px;
  width:35px;
  height:37px;
  background-image:url(../images/title_l.svg);
}
#main .h2 .en:after{
  top:6px;
  right:-57px;
  width:40px;
  height:37px;
  background-image:url(../images/title_r.svg);
}
@media screen and (max-width:750px){
  #main .h2 .en{
    margin-bottom:20px;
    font-size:58px;
  }
  #main .h2 .jp{
    font-size:38px;
  }
  #main .h2 .en:before{
    top:0px;
    left:-68px;
    width:50px;
    height:53px;
  }
  #main .h2 .en:after{
    top:4px;
    right:-76px;
    width:58px;
    height:53px;
  }
}
ruby{position:relative;}
ruby rt{
  position:absolute;
  top:-0.44em;
  left:0;
  right:0;
  font-size:0.58em;
  /*font-weight:400;*/
  text-align:center;
}

/* KV
--------------------------------------- */
#splash{
  height:590px;
  background-color:#f4f0ec;
}
#splash .kv1{
  position:absolute;
  top:42px;
  left:89px;
}
#splash .kv2{
  position:absolute;
  top:7px;
  left:597px;
}
#splash .kv3{
  position:absolute;
  top:392px;
  left:0px;
}
@media screen and (max-width:750px){
  #splash{
    padding-top:120px;
    height:660px;
  }
  #splash .wrap{width:100%;}
  #splash .kv1{
    top:70px;
    left:10px;
    width:282px;
  }
  #splash .kv2{
    top:10px;
    left:292px;
    width:458px;
  }
  #splash .kv3{
    top:324px;
    left:20px;
    width:267px;
  }
}
/* 日時場所
--------------------------------------- */
#info{padding:35px 0 20px;}
#info .wrap{}
#info .date{
  float:left;
  width:660px;
  font-size:0;
}
#info .place{
  position:relative;
  float:right;
  width:540px;
}
#info .date span{
  font-family:'Roboto',sans-serif;
  font-weight:700;
  line-height:1.0;
}
#info .date .yr{font-size:42px;}
#info .date .md{font-size:72px;}
#info .date .wk{font-size:32px;font-weight:600;}
#info .date .wk .ls{letter-spacing:-0.5em;font-weight:600;}
#info .date .to{font-size:48px;}
#info .date .dot{font-size:48px;}
#info .place .kai{
  position:absolute;
  bottom:26px;
  right:-5px;
  line-height:1.0;
}
#info .cast{
  margin-top:24px;
  font-size:24px;
  font-weight:600;
  text-align:center;
}
#info .cast .sp-none{display:inline;}
@media screen and (max-width:750px){
  #info{padding:30px 0;}
  #info .date{
    float:none;
    width:100%;
    margin-bottom:30px;
    text-align:center;
  }
  #info .place{
    float:none;
    width:640px;
    margin:auto;
  }
  #info .place .kai{bottom:0;}
  #info .cast{
    margin-top:30px;
    font-size:30px;
  }
  #info .cast .sp-none{display:none;}
}

/* 最新情報
--------------------------------------- */
#news{
  padding:90px 0 100px;
  background-color:#f4f0ec;
}
#news .wrap{}
#news .title{margin-bottom:30px;}
#news .block-news{
  width:1000px;
  margin:auto;
  padding:38px;
  background-color:#fff;
  border:1px solid #0a1c2b;
}
#news .block-news .wrap-news{
  /*max-height:250px;*/
  max-height:152px;
  min-height:100px;
  overflow:auto;
}
#news .block-news dl{
  display:block;
  margin-bottom:10px;
  padding-bottom:10px;
  font-size:24px;
  font-weight:600;
  line-height:1.2;
  border-bottom:1px dashed #c5c5c6;
}
#news .block-news dl:first-of-type{
  padding-top:10px;
  border-top:1px dashed #c5c5c6;
}
#news .block-news dl:last-of-type{
  margin-bottom:0;
}
#news .block-news dl:after,
#news .block-news dl:before{
  content:'';
  display:block;
  clear:both;
}
#news .block-news dl dt{
  float:left;
  width:180px;
}
#news .block-news dl dd{
  float:left;
  width:710px;
}
#news .block-news dl a{
  text-decoration:underline;
  transition:opacity 300ms;
}
#news .block-news dl a:hover{opacity:0.8;}
@media screen and (max-width:750px){
  #news .block-news{
    width:100%;
    padding:30px;
  }
  #news .block-news .wrap-news{
    /*max-height:540px;*/
    max-height:440px;
    min-height:initial;
  }
  #news .block-news dl{font-size:32px;}
  #news .block-news dl dt,
  #news .block-news dl dd{
    float:none;
    width:100%;
  }
  #news .block-news dl dt{margin-bottom:10px;}
  #news .block-news dl a{transition:none;}
  #news .block-news dl a:hover{opacity:1.0;}
}

/* 公演紹介
--------------------------------------- */
#introduction{
  padding:60px 0 80px;
  background-color:#0a1c2b;
}
#introduction .wrap{}
#introduction .title{margin-bottom:20px;}
#introduction .h2 .en,
#introduction .h2 .jp{color:#fff;}
#introduction .block-intro{
  margin:auto;
  padding:60px 100px;
  background-color:#f4f0ec;
}
#introduction .block-intro .h3{
  margin-bottom:60px;
  font-size:32px;
  font-weight:600;
  color:#b00c04;
  line-height:1.5;
  text-align:center;
  
}
#introduction .block-txt{
  color:#000;
  line-height:2.0;
}
@media screen and (max-width:750px){
  #introduction .block-intro{padding:30px;}
  #introduction .block-intro .h3{font-size:36px;}
}

/* スライドショー
--------------------------------------- */
#stage{
  padding:0 0 50px;
  background-color:#0a1c2b;
}
#stage ul.slider li{
  width:100%;
  max-width:360px;
}
#stage ul.slider li img{width:100%;}
#stage .credit{
  margin-top:5px;
  font-size:13px;
  color:#fff;
  text-align:center;
}
@media screen and (max-width:750px){
  #stage ul.slider li{max-width:520px;}
  #stage .credit{font-size:16px;}
}
#stage ul.slider{opacity:0;transition:opacity 300ms;}
#stage ul.slider.slick-initialized{opacity: 1;}

/* VIDEO
--------------------------------------- */
#video{
  padding:0 0 60px;
  background-color:#0a1c2b;
}
#video .video-wrap{
  width:720px;
  margin:auto;
}
@media screen and (max-width:750px){
  #video{padding-bottom:80px;}
  #video .wrap{width:750px;}
  #video .video-wrap{width:100%;}
}

/* CAST&STAFF
--------------------------------------- */
#casts{
  padding:60px 0 100px;
  background-color:#f4f0ec;
}
#casts .wrap{}
#casts .title{margin-bottom:20px;}
/* cast */
#casts .block-cast{
  margin-bottom:60px;
  padding:60px 110px 40px;
  background-color:#fff;
}
#casts .h3{
  margin-bottom:70px;
  font-family:'Roboto',sans-serif;
  font-size:36px;
  font-weight:400;
  color:#0a1c2b;
  text-align:center;
}

#casts .prof{margin-bottom:70px;}
#casts .prof .pho{width:200px;margin:auto}
#casts .prof .dtl{width:740px;}
#casts .prof.type1 .pho{float:right;}
#casts .prof.type1 .dtl{float:left;}
#casts .prof.type2 .pho{float:left;}
#casts .prof.type2 .dtl{float:right;}
#casts .prof.type1 .dtl .name{text-align:right;}
#casts .prof .dtl .name{
  margin-bottom:20px;
  font-size:24px;
  font-weight:600;
  color:#0a1c2b;
}
#casts .prof .dtl .name span{font-size:25px;}
#casts .prof .dtl .txt{color:#000;word-wrap:break-word;white-space:normal;}
#casts .block-cast .other{
  padding-top:20px;
  font-size:24px;
  font-weight:600;
  color:#0a1c2b;
  text-align:center;
}
@media screen and (max-width:750px){
  #casts .block-cast{padding:60px 30px 40px;}
  #casts .h3{font-size:54px;}
  #casts .prof{margin-bottom:110px;}
  #casts .prof .pho{
    width:320px;
    margin-bottom:40px;
  }
  #casts .prof .dtl{width:100%;}
  #casts .prof.type1 .pho,
  #casts .prof.type1 .dtl,
  #casts .prof.type2 .pho,
  #casts .prof.type2 .dtl{float:none;}
  #casts .prof.type1 .dtl .name,
  #casts .prof .dtl .name{
    font-size:36px;
    text-align:center;
  }
  #casts .prof .dtl .name span{font-size:37px;}
  #casts .block-cast .other{
    font-size:36px;
  }
}
/* staff */
#casts .block-staff{
  padding:60px 110px 80px;
  background-color:#fff;
}
#casts .block-staff .dtl{
  font-size:24px;
  font-weight:600;
  color:#0a1c2b;
}
@media screen and (max-width:750px){
  #casts .block-staff{padding:60px 30px 80px;}
  #casts .block-staff .dtl{font-size:36px;}
}

/* other casts */
#casts .other .caution{
  margin-bottom:8px;
  font-size:14px;
  font-weight:400;
  line-height:1.2;
  text-align:left;
  padding-left:1.0em;
  text-indent:-1.0em;
}
#casts .block-casts{width:100%;}
#casts .wrap-casts{
  display:flex;
  justify-content:space-between;
flex-flow:row wrap;
  flex-wrap:wrap;
  align-items:stretch;
}
#casts .block-casts .cast-box{
  width:180px;
  margin-bottom:40px;
}
#casts .block-casts .cast-box .pho{
  width:100%;
  margin-bottom:10px;
  overflow:hidden;
}
#casts .block-casts .cast-box p{
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  text-align:center;
}
#casts .block-casts .cast-box .name,
#casts .block-casts .cast-box .role{margin-bottom:5px;}
#casts .block-casts .cast-box .inst{color:#b00c04;}
#casts .block-casts .cast-box a{display:block;transition:opacity 300ms;}
#casts .block-casts .cast-box a:hover p{opacity:0.7}
#casts .block-casts .cast-box a img{transition:transform 400ms ease-in-out;}
#casts .block-casts .cast-box a:hover img{transform:scale(1.12);}

@media screen and (max-width:750px){
  #casts .other .caution{font-size:28px;}
  #casts .block-casts .cast-box{width:300px;}
  #casts .block-casts .cast-box p{font-size:28px;}
  #casts .block-casts .cast-box a{display:block;transition:none;}
  #casts .block-casts .cast-box a:hover p{opacity:1}
  #casts .block-casts .cast-box a img{transition:none;}
  #casts .block-casts .cast-box a:hover img{transform:scale(1);}
  #casts .block-casts .cast-box.no-item{display:none;}
}

/* キャスト モーダル
--------------------------------------- */
body.modal{
  padding-bottom:20px;
  background-color:#fff;
}
.window{
  position:relative;
  width:100%;
}
.window .hd{
  background-color:#0a1c2b;
}
.window .hd .mi{
  padding:8px 0;
  font-size:24px;
  font-weight:600;
  color:#fff;
  text-align:center;
}
.window .prof{
  height:400px;
  margin-bottom:20px;
  padding:20px 40px 20px;
  overflow:hidden auto;
}
.window .prof .name{
  margin-bottom:10px;
  font-size:24px;
  font-weight:600;
}
.window .prof .name span{
  margin-left:0.5em;
}
.window .prof .role{
  font-weight:600;
}
.window .prof .role span{
  margin:0 0.2em;
}
.window .prof .inst{
  font-weight:600;
  color:#b00c04;
}
.window .prof .dtl{
  margin-top:10px;
  padding-top:10px;
  margin-bottom:16px;
  border-top:1px solid #ccc;
}
.window .ft{}
.window .ft .close{text-align:center;}
.window .ft .close a{
  display:inline-block;
  padding:4px 30px;
  font-size:21px;
  color:#fff;
  background-color:#0a1c2b;
  border-radius:5px;
  transition:background 300ms;
}
.window .ft .close a:hover{background-color:#333;}
@media screen and (max-width:750px){
  .window .hd .mi{font-size:32px;}
  .window .prof{height:initial;}
  .window .prof .name{font-size:32px;}
  .window .ft .close a{font-size:28px;}
  .window .prof{min-height:auto;}
  .window .prof .dtl,
  .window .ft{margin-bottom:20px;}
  .window .ft .close a{
    padding:8px 50px;
    transition:none;
  }
  .window .ft .close a:hover{background-color:#0a1c2b;}
}
/* 個別で定義必要な箇所（必要に応じて） */
/*
.window.prof1{}
.window.prof10{}*/

/* チケット＆スケジュール
--------------------------------------- */
#tickets{
  padding:70px 0 90px;
  background-color:#fff;
}
#tickets .wrap{}
#tickets .title{margin-bottom:70px;}
#tickets .midashi{
  text-align:center;
  margin-bottom:90px;
}

/*  */
#tickets .info{
  margin-bottom:40px;
  color:#060d13;
}
#tickets .info .box-l{
  float:left;
  width:260px;
}
#tickets .info .box-r{
  float:left;
  width:940px;
}
#tickets .info .box-l p{
  font-size:24px;
  font-weight:600;
}
#tickets .info .box-l p span{
  font-size:18px;
  font-weight:400;
}
#tickets .info .date,
#tickets .info .place{
  font-size:36px;
  font-weight:600;
}
#tickets .info .place span{
  font-size:18px;
  font-weight:400;
}
#tickets .info .price{
  font-size:24px;
  font-weight:600;
}
#tickets .info .add a{
  color:#0b308c;
  text-decoration:underline;
}
#tickets .info .schedule{
  width:100%;
}
#tickets .info .schedule table{
  float:left;
  width:50%;
  margin-bottom:10px;
  border-top:1px solid #3e3431;
}
#tickets .info .schedule table.tbl1{border-left:1px solid #3e3431;}
#tickets .info .schedule table th,
#tickets .info .schedule table td{
  width:20%;
  height:30px;
  padding:3px 5px;
  line-height:1.2;
  text-align:center;
  vertical-align:middle;
  border-bottom:1px solid #3e3431;
  border-right:1px solid #3e3431;
}
#tickets .info .schedule table .sat{background-color:#d3edfb;}
#tickets .info .schedule table .sun{background-color:#fadce9;}
#tickets .info .schedule table .hol{background-color:#d9dada;}
#tickets .info .schedule table .st1,
#tickets .info .schedule table .st2{font-size:0.9em;}
#tickets .info ul{padding-left:1.0em;text-indent:-1.0em;}
#tickets .info1{line-height:1.5;}
#tickets .info4{font-size:14px;}
@media screen and (max-width:750px){
  #tickets .midashi{margin-bottom:50px;}
  #tickets .info .box-l,
  #tickets .info .box-r{
    float:none;
    width:100%;
  }
  #tickets .info .box-l p{font-size:36px;}
  #tickets .info .box-l p span{font-size:32px;}
  #tickets .info .date,
  #tickets .info .place{
    margin-bottom:20px;
    font-size:42px;
    line-height:1.2;
  }
  #tickets .info .place span{font-size:32px;}
  #tickets .info .price{font-size:36px;}
  #tickets .info .add{white-space:nowrap;}
  #tickets .info .schedule table{
    float:none;
    width:100%;
    font-size:0.92em;
  }
  #tickets .info .schedule table tbody td{white-space:nowrap;}
  #tickets .info .schedule table.tbl1{margin-bottom:20px;}
  #tickets .info .schedule table.tbl2{border-left:1px solid #3e3431;}
  /*#tickets .info .schedule{overflow-x:scroll;}
  #tickets .info .schedule table{width:1460px;}*/
  #tickets .info .schedule table th,
  #tickets .info .schedule table td{height:50px;}
  #tickets .info4{font-size:28px;}
}

/*  */
#tickets .box-ticket{
  padding:18px 0 14px;
  background-color:#2bb679;
}
#tickets .box-ticket p{
  font-size:36px;
  font-weight:600;
  line-height:1.2;
  color:#fff;
  text-align:center;
}
#tickets .box-link{
  margin-bottom:70px;
  padding:40px 50px;
  line-height:1.5;
  background-color:#f4f0ec;
}
#tickets .box-link p{
  margin-bottom:20px;
  padding-bottom:20px;
  font-size:24px;
  font-weight:600;
  line-height;1.2;
  border-bottom:1px solid #d9dada;
}
#tickets .box-link p:last-of-type{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom-width:0;
}
#tickets .box-link p.lnk1{
  padding-left:9.0em;
  text-indent:-9.0em;
}
#tickets .box-link p.lnk2{
  padding-left:0.0em;
  text-indent:-0.0em;
}
#tickets .box-link p.lnk3{
  padding-left:0.0em;
  text-indent:-0.0em;
}
#tickets .box-link p a{}
#tickets .box-link p a:hover{text-decoration:underline;}
@media screen and (max-width:750px){
  #tickets .box-ticket{padding:24px 0;}
  #tickets .box-ticket p{font-size:42px;}
  #tickets .box-link{
    padding:40px 30px;
  }
  #tickets .box-link p{
    margin-bottom:40px;
    font-size:36px;
    line-height:1.5;
    white-space:nowrap;
  }
  #tickets .box-link p.lnk1,
  #tickets .box-link p.lnk2,
  #tickets .box-link p.lnk3{
    padding-left:0.0em;
    text-indent:-0.0em;
  }
  #tickets .box-link p a:hover{text-decoration:none;}
  #tickets .box-link p .url{font-size:30px;}
  #tickets .box-link p .tel{font-size:36px;}
  #tickets .box-link p .time{font-size:28px;}
}

/*  */
#tickets .box-information{color:#060d13;}
#tickets .box-information .box-info1{margin-bottom:30px;}
#tickets .box-information .box-info2{}
#tickets .box-information .box-l{
  float:left;
  width:260px;
}
#tickets .box-information .box-r{
  float:left;
  width:940px;
}
#tickets .box-information .box-l p,
#tickets .box-information .box-r .t1{
  font-size:24px;
  font-weight:600;
}
@media screen and (max-width:750px){
  #tickets .box-information .box-info1{margin-bottom:50px;}
  #tickets .box-information .box-l,
  #tickets .box-information .box-r{
    float:none;
    width:100%;
  }
  #tickets .box-information .box-l p,
  #tickets .box-information .box-r .t1{font-size:36px;}
  #tickets .box-information .box-r .t2{font-size:28px;}
}

/* 当日券 */
#tickets .info3 .waku{
  width:88%;
  margin-top:20px;
  padding:20px 40px 30px;
  /*border:1px solid #b00c04;*/
  border:2px solid #e00;
}
#tickets .info3 .waku .t1{
  margin-bottom:10px;
  font-size:24px;
  font-weight:600;
  text-align:center;
}
#tickets .info3 .waku .t2{
}
#tickets .info3 .waku .t3{
  padding-left:1.0em;
  text-indent:-1.0em;
}
@media screen and (max-width:750px){
  #tickets .info3 .waku{
    width:100%;
    padding:20px 20px 30px;
  }
  #tickets .info3 .waku .t1{font-size:36px;}
#tickets .info3 .waku .t2{
}
#tickets .info3 .waku .t3{
  padding-left:1.0em;
  text-indent:-1.0em;
}
}




/* お客さまへのお願い
--------------------------------------- */
#attention{
  margin-bottom:75px;
  background-color:#fff;
}
#attention .wrap{
  padding:50px 0 50px;
  background-color:#f5f5f5;
}
#attention .inner{
  width:1000px;
  margin:auto;
}
#attention .h2att{
  margin-bottom:50px;
  font-size:36px;
  font-weight:600;
  color:#060d13;
  text-align:center;
}
#attention .h3att{
  margin-bottom:20px;
  font-size:24px;
  font-weight:600;
  color:#e30012;
}
#attention .lead{
  margin-bottom:30px;
  color:#060d13;
}
#attention .info{
  margin-top:40px;
  padding:30px;
  border:1px solid #574f4c;
}
#attention .info .h4att{
  margin-bottom:10px;
  font-size:18px;
  font-weight:600;
  color:#060d13;
}
#attention .info .caution{
  font-size:14px;
  font-weight:600;
  color:#e30012;
  padding-left:1.0em;
  text-indent:-1.0em;
}
#attention .info ul{
  font-size:14px;
  color:#060d13;
  padding-left:1.0em;
  text-indent:-1.0em;
}
@media screen and (max-width:750px){
  #attention .inner{width:630px;}
  #attention .h2att{font-size:42px;}
  #attention .h3att{font-size:36px;}
  #attention .lead{color:#060d13;}
  #attention .info{margin-top:70px;}
  #attention .info .h4att{font-size:32px;}
  #attention .info .caution,
  #attention .info ul{font-size:28px;}
}

/* 汎用
--------------------------------------- */
.disable{display:none;}
.hidden{visibility:hidden;}
/* align */
.pc-fl{float:left;}
.pc-fr{float:right;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.top{vertical-align:top !important;}
.middle{vertical-align:middle !important;}
.bottom{vertical-align:bottom !important;}
.img-left{text-align:left !important;}
.img-right{text-align:right !important;}
.img-center{margin-left:auto;margin-right:auto;text-align:center;}
.center-left,.center-right{text-align:center;}
.left-center{text-align:left;}
.right-center{text-align:right;}
.ov{transition:opacity 0.3s ease-out;cursor:pointer;}
.ov:hover{opacity:0.6;}
@media screen and (max-width:750px){
  .pc-fl,.pc-fr{float:none;margin-left:auto;margin-right:auto;text-align:center;}
  .sp-fl{float:left;}.sp-fr{float:right;}
  .img-left,.img-right{text-align:center !important;}
  .center-left{text-align:left;}
  .center-right{text-align:right;}
  .left-center,.right-center{text-align:center;}
  .sp-center{text-align:center;}
  .sp-fn{float:none !important;}
  .ov{transition:opacity none;}
  .ov:hover{opacity:1.0;}
}
/* font(11,12,13..29,30,32,34...68,70,72) */
.fs11{font-size:11px;}.fs12{font-size:12px;}.fs13{font-size:13px;}.fs14{font-size:14px;}.fs15{font-size:15px;}.fs16{font-size:16px;}.fs17{font-size:17px;}.fs18{font-size:18px;}.fs19{font-size:19px;}
.fs20{font-size:20px;}.fs21{font-size:21px;}.fs22{font-size:22px;}.fs23{font-size:23px;}.fs24{font-size:24px;}.fs25{font-size:25px;}.fs26{font-size:26px;}.fs27{font-size:27px;}.fs28{font-size:28px;}.fs29{font-size:29px;}
.fs30{font-size:30px;}.fs32{font-size:32px;}.fs34{font-size:34px;}.fs36{font-size:36px;}.fs38{font-size:38px;}
.fs40{font-size:40px;}.fs42{font-size:42px;}.fs44{font-size:44px;}.fs46{font-size:46px;}.fs48{font-size:48px;}
.fs50{font-size:50px;}.fs52{font-size:52px;}.fs54{font-size:54px;}.fs56{font-size:56px;}.fs58{font-size:58px;}
.fs60{font-size:60px;}.fs62{font-size:62px;}.fs64{font-size:64px;}.fs66{font-size:66px;}.fs68{font-size:68px;}.fs70{font-size:70px;}.fs72{font-size:72px;}
.sml{font-size:0.92em !important;}
.sml2{font-size:0.86em !important;}
.sml3{font-size:0.75em !important;}
.lrg{font-size:1.12em !important;}
.lrg2{font-size:1.28em !important;}
.lrg3{font-size:1.56em !important;}
@media screen and (max-width:750px){
  .fs11,.fs12,.fs13,.fs14{font-size:21px;}
  .fs15,.fs16{font-size:24px;}
  .fs17,.fs18,.fs19{font-size:28px;}
  .fs20,.fs21,.fs22{font-size:32px;}
  .fs23,.fs24,.fs25{font-size:32px;}
  .fs26,.fs27,.fs28,.fs29{font-size:36px;}
  .fs30,.fs32,.fs34{font-size:40px;}
  .fs36,.fs38{font-size:42px;}
  .fs40,.fs42,.fs44{font-size:46px;}
  .fs46,.fs48{font-size:52px;}
  .fs50,.fs52,.fs54,.fs56,.fs58{font-size:56px;}
  .fs60,.fs62,.fs64,.fs66,.fs68,.fs70,.fs72{font-size:60px;}
}
.lh10{line-height:1.0 !important;}
.lh11{line-height:1.1 !important;}
.lh12{line-height:1.2 !important;}
.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}
.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}
.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}
.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}
.bold,b,.b,.medium{font-weight:600 !important;}
.normal,.n,.regular{font-weight:400 !important;}
.underline{text-decoration:underline;}
.underbar{border-bottom:1px solid #000;}
.nowrap{white-space:nowrap;}
.break{word-wrap:break-word;white-space:normal;}
/*sup{font-size:0.75em !important;vertical-align:top;}
sub{font-size:0.75em !important;vertical-align:baseline;}
.sup{font-size:0.75em !important;vertical-align:top;position:relative;top:-0.1em;}*/
.mid{font-size:0.75em !important;font-weight:normal;vertical-align:top;position:relative;top:0.5em;}
/* indent(em)[0.1,0.2,0.3...5.0] */
.ind1{padding-left:0.1em;text-indent:-0.1em;}.ind2{padding-left:0.2em;text-indent:-0.2em;}.ind3{padding-left:0.3em;text-indent:-0.3em;}.ind4{padding-left:0.4em;text-indent:-0.4em;}.ind5{padding-left:0.5em;text-indent:-0.5em;}.ind6{padding-left:0.6em;text-indent:-0.6em;}.ind7{padding-left:0.7em;text-indent:-0.7em;}.ind8{padding-left:0.8em;text-indent:-0.8em;}.ind9{padding-left:0.9em;text-indent:-0.9em;}
.ind10{padding-left:1.0em;text-indent:-1.0em;}.ind11{padding-left:1.1em;text-indent:-1.1em;}.ind12{padding-left:1.2em;text-indent:-1.2em;}.ind13{padding-left:1.3em;text-indent:-1.3em;}.ind14{padding-left:1.4em;text-indent:-1.4em;}.ind15{padding-left:1.5em;text-indent:-1.5em;}.ind16{padding-left:1.6em;text-indent:-1.6em;}.ind17{padding-left:1.7em;text-indent:-1.7em;}.ind18{padding-left:1.8em;text-indent:-1.8em;}.ind19{padding-left:1.9em;text-indent:-1.9em;}
.ind20{padding-left:2.0em;text-indent:-2.0em;}.ind21{padding-left:2.1em;text-indent:-2.1em;}.ind22{padding-left:2.2em;text-indent:-2.2em;}.ind23{padding-left:2.3em;text-indent:-2.3em;}.ind24{padding-left:2.4em;text-indent:-2.4em;}.ind25{padding-left:2.5em;text-indent:-2.5em;}.ind26{padding-left:2.6em;text-indent:-2.6em;}.ind27{padding-left:2.7em;text-indent:-2.7em;}.ind28{padding-left:2.8em;text-indent:-2.8em;}.ind29{padding-left:2.9em;text-indent:-2.9em;}
.ind30{padding-left:3.0em;text-indent:-3.0em;}.ind32{padding-left:3.2em;text-indent:-3.2em;}.ind35{padding-left:3.5em;text-indent:-3.5em;}.ind38{padding-left:3.8em;text-indent:-3.8em;}
.ind40{padding-left:4.0em;text-indent:-4.0em;}.ind42{padding-left:4.2em;text-indent:-4.2em;}.ind45{padding-left:4.5em;text-indent:-4.5em;}.ind48{padding-left:4.8em;text-indent:-4.8em;}
.ind50{padding-left:5.0em;text-indent:-5.0em;}
.indent1{text-indent:0.1em;}.indent2{text-indent:0.2em;}.indent3{text-indent:0.3em;}.indent4{text-indent:0.4em;}.indent5{text-indent:0.5em;}.indent6{text-indent:0.6em;}.indent7{text-indent:0.7em;}.indent8{text-indent:0.8em;}.indent9{text-indent:0.9em;}
.indent10{text-indent:1.0em;}.indent11{text-indent:1.1em;}.indent12{text-indent:1.2em;}.indent13{text-indent:1.3em;}.indent14{text-indent:1.4em;}.indent15{text-indent:1.5em;}.indent16{text-indent:1.6em;}.indent17{text-indent:1.7em;}.indent18{text-indent:1.8em;}.indent19{text-indent:1.9em;}
.indent20{text-indent:2.0em;}.indent21{text-indent:2.1em;}.indent22{text-indent:2.2em;}.indent23{text-indent:2.3em;}.indent24{text-indent:2.4em;}.indent25{text-indent:2.5em;}.indent26{text-indent:2.6em;}.indent27{text-indent:2.7em;}.indent28{text-indent:2.8em;}.indent29{text-indent:2.9em;}
.indent30{text-indent:3.0em;}.indent40{text-indent:4.0em;}.indent50{text-indent:5.0em;}.ind60{padding-left:6em;text-indent:-6em;}
/* margin(px)[0,5,10,15...95,100,110,120...190,200] */
.m-auto{margin-left:auto;margin-auto}
.m-box0{margin:0 !important;}.m-box5{margin:5px !important;}.m-box10{margin:10px !important;}.m-box15{margin:15px !important;}.m-box20{margin:20px !important;}.m-box25{margin:25px !important;}.m-box35{margin:35px !important;}.m-box30{margin:30px !important;}.m-box40{margin:40px !important;}.m-box45{margin:45px !important;}
.m-box50{margin:50px !important;}.m-box55{margin:55px !important;}.m-box60{margin:60px !important;}.m-box65{margin:65px !important;}.m-box70{margin:70px !important;}.m-box75{margin:75px !important;}.m-box80{margin:80px !important;}.m-box85{margin:85px !important;}.m-box90{margin:90px !important;}.m-box95{margin:95px !important;}
.m-box100{margin:100px !important;}.m-box110{margin:110px !important;}.m-box120{margin:120px !important;}.m-box130{margin:130px !important;}.m-box140{margin:140px !important;}.m-box150{margin:150px !important;}.m-box160{margin:160px !important;}.m-box170{margin:170px !important;}.m-box180{margin:180px !important;}.m-box190{margin:190px !important;}.m-box200{margin:200px !important;}
.mt0{margin-top:0 !important;}.mt5{margin-top:5px !important;}.mt10{margin-top:10px !important;}.mt15{margin-top:15px !important;}.mt20{margin-top:20px !important;}.mt25{margin-top:25px !important;}.mt35{margin-top:35px !important;}.mt30{margin-top:30px !important;}.mt40{margin-top:40px !important;}.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}.mt55{margin-top:55px !important;}.mt60{margin-top:60px !important;}.mt65{margin-top:65px !important;}.mt70{margin-top:70px !important;}.mt75{margin-top:75px !important;}.mt80{margin-top:80px !important;}.mt85{margin-top:85px !important;}.mt90{margin-top:90px !important;}.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}.mt110{margin-top:110px !important;}.mt120{margin-top:120px !important;}.mt130{margin-top:130px !important;}.mt140{margin-top:140px !important;}.mt150{margin-top:150px !important;}.mt160{margin-top:160px !important;}.mt170{margin-top:170px !important;}.mt180{margin-top:180px !important;}.mt190{margin-top:190px !important;}.mt200{margin-top:200px !important;}
.mr0{margin-right:0 !important;}.mr5{margin-right:5px !important;}.mr10{margin-right:10px !important;}.mr15{margin-right:15px !important;}.mr20{margin-right:20px !important;}.mr25{margin-right:25px !important;}.mr35{margin-right:35px !important;}.mr30{margin-right:30px !important;}.mr40{margin-right:40px !important;}.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}.mr55{margin-right:55px !important;}.mr60{margin-right:60px !important;}.mr65{margin-right:65px !important;}.mr70{margin-right:70px !important;}.mr75{margin-right:75px !important;}.mr80{margin-right:80px !important;}.mr85{margin-right:85px !important;}.mr90{margin-right:90px !important;}.mr95{margin-right:95px !important;}
.mr100{margin-right:100px !important;}.mr110{margin-right:110px !important;}.mr120{margin-right:120px !important;}.mr130{margin-right:130px !important;}.mr140{margin-right:140px !important;}.mr150{margin-right:150px !important;}.mr160{margin-right:160px !important;}.mr170{margin-right:170px !important;}.mr180{margin-right:180px !important;}.mr190{margin-right:190px !important;}.mr200{margin-right:200px !important;}
.mb0{margin-bottom:0 !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb35{margin-bottom:35px !important;}.mb30{margin-bottom:30px !important;}.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}.mb55{margin-bottom:55px !important;}.mb60{margin-bottom:60px !important;}.mb65{margin-bottom:65px !important;}.mb70{margin-bottom:70px !important;}.mb75{margin-bottom:75px !important;}.mb80{margin-bottom:80px !important;}.mb85{margin-bottom:85px !important;}.mb90{margin-bottom:90px !important;}.mb95{margin-bottom:95px !important;}
.mb100{margin-bottom:100px !important;}.mb110{margin-bottom:110px !important;}.mb120{margin-bottom:120px !important;}.mb130{margin-bottom:130px !important;}.mb140{margin-bottom:140px !important;}.mb150{margin-bottom:150px !important;}.mb160{margin-bottom:160px !important;}.mb170{margin-bottom:170px !important;}.mb180{margin-bottom:180px !important;}.mb190{margin-bottom:190px !important;}.mb200{margin-bottom:200px !important;}
.ml0{margin-left:0 !important;}.ml5{margin-left:5px !important;}.ml10{margin-left:10px !important;}.ml15{margin-left:15px !important;}.ml20{margin-left:20px !important;}.ml25{margin-left:25px !important;}.ml35{margin-left:35px !important;}.ml30{margin-left:30px !important;}.ml40{margin-left:40px !important;}.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}.ml55{margin-left:55px !important;}.ml60{margin-left:60px !important;}.ml65{margin-left:65px !important;}.ml70{margin-left:70px !important;}.ml75{margin-left:75px !important;}.ml80{margin-left:80px !important;}.ml85{margin-left:85px !important;}.ml90{margin-left:90px !important;}.ml95{margin-left:95px !important;}
.ml100{margin-left:100px !important;}.ml110{margin-left:110px !important;}.ml120{margin-left:120px !important;}.ml130{margin-left:130px !important;}.ml140{margin-left:140px !important;}.ml150{margin-left:150px !important;}.ml160{margin-left:160px !important;}.ml170{margin-left:170px !important;}.ml180{margin-left:180px !important;}.ml190{margin-left:190px !important;}.ml200{margin-left:200px !important;}
.mb10em{margin-bottom:1.0em !important;}
.mb15em{margin-bottom:1.5em !important;}
.mb15em{margin-bottom:1.5em !important;}
.mb20em{margin-bottom:2.0em !important;}
.ml10em{margin-left:1.0em !important;}
.ml15em{margin-left:1.5em !important;}
.ml20em{margin-left:2.0em !important;}
/* padding(0,5,10,15...95,100,110,120...190,200) */
.p-box0{padding:0 !important;}.p-box5{padding:5px !important;}.p-box10{padding:10px !important;}.p-box15{padding:15px !important;}.p-box20{padding:20px !important;}.p-box25{padding:25px !important;}.p-box35{padding:35px !important;}.p-box30{padding:30px !important;}.p-box40{padding:40px !important;}.p-box45{padding:45px !important;}
.p-box50{padding:50px !important;}.p-box55{padding:55px !important;}.p-box60{padding:60px !important;}.p-box65{padding:65px !important;}.p-box70{padding:70px !important;}.p-box75{padding:75px !important;}.p-box80{padding:80px !important;}.p-box85{padding:85px !important;}.p-box90{padding:90px !important;}.p-box95{padding:95px !important;}
.p-box100{padding:100px !important;}.p-box110{padding:110px !important;}.p-box120{padding:120px !important;}.p-box130{padding:130px !important;}.p-box140{padding:140px !important;}.p-box150{padding:150px !important;}.p-box160{padding:160px !important;}.p-box170{padding:170px !important;}.p-box180{padding:180px !important;}.p-box190{padding:190px !important;}.p-box200{padding:200px !important;}
.pt0{padding-top:0 !important;}.pt5{padding-top:5px !important;}.pt10{padding-top:10px !important;}.pt15{padding-top:15px !important;}.pt20{padding-top:20px !important;}.pt25{padding-top:25px !important;}.pt35{padding-top:35px !important;}.pt30{padding-top:30px !important;}.pt40{padding-top:40px !important;}.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}.pt55{padding-top:55px !important;}.pt60{padding-top:60px !important;}.pt65{padding-top:65px !important;}.pt70{padding-top:70px !important;}.pt75{padding-top:75px !important;}.pt80{padding-top:80px !important;}.pt85{padding-top:85px !important;}.pt90{padding-top:90px !important;}.pt95{padding-top:95px !important;}
.pt100{padding-top:100px !important;}.pt110{padding-top:110px !important;}.pt120{padding-top:120px !important;}.pt130{padding-top:130px !important;}.pt140{padding-top:140px !important;}.pt150{padding-top:150px !important;}.pt160{padding-top:160px !important;}.pt170{padding-top:170px !important;}.pt180{padding-top:180px !important;}.pt190{padding-top:190px !important;}.pt200{padding-top:200px !important;}
.pr0{padding-right:0 !important;}.pr5{padding-right:5px !important;}.pr10{padding-right:10px !important;}.pr15{padding-right:15px !important;}.pr20{padding-right:20px !important;}.pr25{padding-right:25px !important;}.pr35{padding-right:35px !important;}.pr30{padding-right:30px !important;}.pr40{padding-right:40px !important;}.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}.pr55{padding-right:55px !important;}.pr60{padding-right:60px !important;}.pr65{padding-right:65px !important;}.pr70{padding-right:70px !important;}.pr75{padding-right:75px !important;}.pr80{padding-right:80px !important;}.pr85{padding-right:85px !important;}.pr90{padding-right:90px !important;}.pr95{padding-right:95px !important;}
.pr100{padding-right:100px !important;}.pr110{padding-right:110px !important;}.pr120{padding-right:120px !important;}.pr130{padding-right:130px !important;}.pr140{padding-right:140px !important;}.pr150{padding-right:150px !important;}.pr160{padding-right:160px !important;}.pr170{padding-right:170px !important;}.pr180{padding-right:180px !important;}.pr190{padding-right:190px !important;}.pr200{padding-right:200px !important;}
.pb0{padding-bottom:0 !important;}.pb5{padding-bottom:5px !important;}.pb10{padding-bottom:10px !important;}.pb15{padding-bottom:15px !important;}.pb20{padding-bottom:20px !important;}.pb25{padding-bottom:25px !important;}.pb35{padding-bottom:35px !important;}.pb30{padding-bottom:30px !important;}.pb40{padding-bottom:40px !important;}.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}.pb55{padding-bottom:55px !important;}.pb60{padding-bottom:60px !important;}.pb65{padding-bottom:65px !important;}.pb70{padding-bottom:70px !important;}.pb75{padding-bottom:75px !important;}.pb80{padding-bottom:80px !important;}.pb85{padding-bottom:85px !important;}.pb90{padding-bottom:90px !important;}.pb95{padding-bottom:95px !important;}
.pb100{padding-bottom:100px !important;}.pb110{padding-bottom:110px !important;}.pb120{padding-bottom:120px !important;}.pb130{padding-bottom:130px !important;}.pb140{padding-bottom:140px !important;}.pb150{padding-bottom:150px !important;}.pb160{padding-bottom:160px !important;}.pb170{padding-bottom:170px !important;}.pb180{padding-bottom:180px !important;}.pb190{padding-bottom:190px !important;}.pb200{padding-bottom:200px !important;}
.pl0{padding-left:0 !important;}.pl5{padding-left:5px !important;}.pl10{padding-left:10px !important;}.pl15{padding-left:15px !important;}.pl20{padding-left:20px !important;}.pl25{padding-left:25px !important;}.pl35{padding-left:35px !important;}.pl30{padding-left:30px !important;}.pl40{padding-left:40px !important;}.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}.pl55{padding-left:55px !important;}.pl60{padding-left:60px !important;}.pl65{padding-left:65px !important;}.pl70{padding-left:70px !important;}.pl75{padding-left:75px !important;}.pl80{padding-left:80px !important;}.pl85{padding-left:85px !important;}.pl90{padding-left:90px !important;}.pl95{padding-left:95px !important;}
.pl100{padding-left:100px !important;}.pl110{padding-left:110px !important;}.pl120{padding-left:120px !important;}.pl130{padding-left:130px !important;}.pl140{padding-left:140px !important;}.pl150{padding-left:150px !important;}.pl160{padding-left:160px !important;}.pl170{padding-left:170px !important;}.pl180{padding-left:180px !important;}.pl190{padding-left:190px !important;}.pl200{padding-left:200px !important;}
/* width */
.wTri{width:33%;}
.wQuart{width:24.8%;}
.wHalf{width:49.9%;}
.wWide{width:66%;}
.wFull{width:99.8%;}
.w1{width:1%;}.w2{width:2%;}.w3{width:3%;}.w4{width:4%;}.w5{width:5%;}.w6{width:6%;}.w7{width:7%;}.w8{width:8%;}.w9{width:9%;}.w10{width:10%;}
.w11{width:11%;}.w12{width:12%;}.w13{width:13%;}.w14{width:14%;}.w15{width:15%;}.w16{width:16%;}.w17{width:17%;}.w18{width:18%;}.w19{width:19%;}.w20{width:20%;}
.w21{width:21%;}.w22{width:22%;}.w23{width:23%;}.w24{width:24%;}.w25{width:25%;}.w26{width:26%;}.w27{width:27%;}.w28{width:28%;}.w29{width:29%;}.w30{width:30%;}
.w31{width:31%;}.w32{width:32%;}.w33{width:33%;}.w34{width:34%;}.w35{width:35%;}.w36{width:36%;}.w37{width:37%;}.w38{width:38%;}.w39{width:39%;}.w40{width:40%;}
.w41{width:41%;}.w42{width:42%;}.w43{width:43%;}.w44{width:44%;}.w45{width:45%;}.w46{width:46%;}.w47{width:47%;}.w48{width:48%;}.w49{width:49%;}.w50{width:50%;}
.w51{width:51%;}.w52{width:52%;}.w53{width:53%;}.w54{width:54%;}.w55{width:55%;}.w56{width:56%;}.w57{width:57%;}.w58{width:58%;}.w59{width:59%;}.w60{width:60%;}
.w61{width:61%;}.w62{width:62%;}.w63{width:63%;}.w64{width:64%;}.w65{width:65%;}.w66{width:66%;}.w67{width:67%;}.w68{width:68%;}.w69{width:69%;}.w70{width:70%;}
.w71{width:71%;}.w72{width:72%;}.w73{width:73%;}.w74{width:74%;}.w75{width:75%;}.w76{width:76%;}.w77{width:77%;}.w78{width:78%;}.w79{width:79%;}.w80{width:80%;}
.w81{width:81%;}.w82{width:82%;}.w83{width:83%;}.w84{width:84%;}.w85{width:85%;}.w86{width:86%;}.w87{width:87%;}.w88{width:88%;}.w89{width:89%;}.w90{width:90%;}
.w91{width:91%;}.w92{width:92%;}.w93{width:93%;}.w94{width:94%;}.w95{width:95%;}.w96{width:96%;}.w97{width:97%;}.w98{width:98%;}.w99{width:99%;}.w100{width:100%;}
@media screen and (max-width:750px){
  .sp-w0{width:0  !important;}
  .sp-w5{width:5% !important;}
  .sp-w10{width:10% !important;}
  .sp-w20{width:20% !important;}
  .sp-w30{width:30% !important;}
  .sp-w40{width:40% !important;}
  .sp-w50{width:50% !important;}
  .sp-w60{width:60% !important;}
  .sp-w70{width:70% !important;}
  .sp-w80{width:80% !important;}
  .sp-w90{width:90% !important;}
  .sp-w100{width:100% !important;}
  .sp-w33{width:33% !important;}
  .sp-w67{width:67% !important;}
  .sp-w34{width:34% !important;}
  .sp-w66{width:67% !important;}
  .sp-w25{width:25% !important;}
  .sp-w75{width:75% !important;}
  .sp-w28{width:28% !important;}
  .sp-w72{width:72% !important;}
  .sp-w48{width:48% !important;}
  .sp-w52{width:52% !important;}
  .sp-w42{width:42% !important;}
  .sp-w58{width:58% !important;}
  .sp-w45{width:45% !important;}
  .sp-w55{width:55% !important;}
  .sp-flex{float:none !important;width:100% !important;}
}
@media screen and (max-width:750px){
  .sp-img5 img{width:5%;}
  .sp-img10 img{width:10%;}
  .sp-img20 img{width:20%;}
  .sp-img30 img{width:30%;}
  .sp-img40 img{width:40%;}
  .sp-img50 img{width:50%;}
  .sp-img60 img{width:60%;}
  .sp-img70 img{width:70%;}
  .sp-img80 img{width:80%;}
  .sp-img90 img{width:90%;}
  .sp-img100 img{width:100%;}
}
/* options */
.overflow-container{overflow-x:scroll;}
.aspect-ratio{position:relative;width:100%;height:0;overflow:hidden;margin:auto;padding-top:56.25%;}/* ratio 16:9 */
.aspect-ratio iframe,.aspect-ratio object,.aspect-ratio embed{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:1;}
.ar4x3{padding-top:75%;},.ar5x3{padding-top:60%;},.ar16x9{padding-top:56.25%;}
/* basic color */
.white{color:#fff;}
.bg-white{background-color:rgba(255,255,255,1.0);}
.black{color:#000;}
.bg-black{background-color:rgba(0,0,0,1.0);}
.gray{color:#ccc;}
.bg_gray12{background-color:rgba(204,204,204,1.0);}
.red{color:#f00000;}
.bg-red{background-color:rgba(240,0,0,1.0);}
.blue{color:#0000f0;}
.bg-blue{background-color:rgba(0,0,240,1.0);}
.green{color:#00f000;}
.bg-green{background-color:rgba(0,240,0,1.0);}
.yellow{color:#f0f000;}
.bg-yellow{background-color:rgba(240,240,0,1.0);}
.blown{color:#a05028;}
.bg-blown{background-color:rgba(160,80,40,1.0);}
.purple{color:#a000f0;}
.bg-purple{background-color:rgba(160,0,240,1.0);}
.pink{color:#f07880;}
.bg-pink{background-color:rgba(240,120,128,1.0);}

/* site color */
.black{color:#231815;}
.bg-black{background-color:#231815;}
.navy{color:#0a1c2b;}
.bg-navy{background-color:#0a1c2b;}
.sand{color:#f4f0ec;}
.bg-sand{background-color:#f4f0ec;}
.green{color:#2bb679;}
.bg-green{background-color:#2bb679;}
.red{color:#b00c04;}
.rd{color:#e30012;}/*注目用・赤*/
.bg-red{background-color:#b00c04;}
.water{color:#d3edfb;}
.bg-water{background-color:#d3edfb;}
.pink{color:#fadce9;}
.bg-pink{background-color:#fadce9;}
.gray{color:#d9dada;}
.bg-gray{background-color:#d9dada;}

.gold{color:#bc9e3e;}
.bg-gold{background-color:#bc9e3e;}


/*li:nth-of-type(n):after{
  content:'\A';
  white-space:pre;
}*/

@media screen and (max-width:750px){
html{-ms-overflow-style:none;scrollbar-width:none;}
html::-webkit-scrollbar{display:none;}
}
