@charset "utf-8";

@font-face {
	font-family: 'MyFont';
	src: url(myfont.ttf);
}

html, body, title, .pagetitleja {
//    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Tahoma, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: ‘Yu Mincho’, YuMincho, "游明朝体",serif;
    -webkit-text-size-adjust: 100%;
}
header .menublock, .menuoverlayblock .menuoverlay, h1, h2, .mon, .fontEnglish {
//  font-family: 'Century Gothic', 'Questrial', 'Avenir-Light', sans-serif;
  font-family: 'Century', serif;
}

.fontSansSerif {
	font-family: sans-serif;
}

html,body {
    display: grid;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fffefb /* #f3ecd8 */;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, .pagetitleen {letter-spacing: 2px;}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}

p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
  display: block;
  text-decoration: none;
  transition: .2s;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

*, :after, :before {
    box-sizing: border-box;
}

.clickableBox {
    cursor: pointer;
}
.static {position: static !important;}

.pagetitleen {
  font-weight: bold !important;
  font-family: 'MyFont', 'Century Gothic', 'Questrial', 'Avenir-Light', sans-serif;
}
h1.pagetitleja {
  font-weight: 100 !important;
}
/*******　index.html ********/
/* main image */
#mainimgbox {
  width: 100%;
  height: 100%;
  border: solid;
  border-width: 30px;
  border-color: #f3ecd8/*#D1C7A6*/;
}
#mainimg {
  position: relative;
  box-sizing: border-box;
  /*width: 100vw;*/
  height: 100vh;
  background-repeat: no-repeat;
//  background-size: cover;
  background-size: 150px, cover;
  overflow: hidden;
//  background-image: url(images/mini.jpg);
  background-image: url(images/feuerwerk1999.png), url(images/front_image_2022_mini.png);
  border: solid;
  border-width: 10px;
  border-color: #f3ecd8;
  margin-bottom: 0px;
//  background-position: center;
  background-position: left 43% top 60%, center;
  background-color: #f3ecd8;
}
#mainimg #dfeuer {
  position: relative;
  margin-right: auto;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-image:url(images/hmf.png);
  background-color:red;
}
#mainimg #doga {
  position: relative;
  margin-left: auto;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*background-image:url(images/hmfd2.png);*/
}
#mainimg #doga:hover {
/*  background-image:url(images/hpd2.jpg);*/
}
#mainimg #doga:active {
/*  background-image:url(images/hpd2.jpg);*/
}
#mainimg #arrow {
  position:absolute; bottom:-20px; left:45%;
}
#mainimg .scrollbuttonblock {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
#mainimg .scrollbuttonblock .scrollbutton {
  width: 50px;
  height: 50px;
  background-color: #f3ecd8;
  margin: 0 auto 10px;
  position: relative;
  border-radius: 25px;
  box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.08);
  animation: fluffy1 3s ease infinite;
}
#mainimg .scrollbuttonblock .scrollbutton:before {
  content: "";
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c2c2c2;
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  top: 20px;
}
#mainimg .scrollbuttonblock .scrollbutton:after {
  content: "";
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c2c2c2;
  border-top-color: #f3ecd8;
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  top: 18px;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.toppagecontents #groupname {
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}
.toppagecontents #groupname .pagetitleen {
  font-size: 160%;
}
.toppagecontents #groupname .pagetitleja {
  font-size: 100%;
}
.toppagecontents #groupname .pagetitleja br {
  display: block;
}

.newcomer-banner .linkImageBlock {
    background-image: url("https://feuerwerk-philharmoniker.com/images/feuerwerk-website-top_2026newcomer_banner_sp.jpg");
    background-size: cover;
    aspect-ratio: 383 / 203;
}
.newcomer-banner .linkImageBlock a {
    width: 100%;
    height: 100%;
}

/*********** common ***********/
/* container */
#container {
  width: 100vw;
  background-color: #e4dfce;
//  margin-top: 156px;
}
#text {}
.wrapper {
  margin: 50px auto 15px;
}

/* block id設定 */
#text>#block1{
    overflow: hidden;
    width:100%;
    background-color:white;
    text-align:center;
}

#text>#block2{
    overflow: hidden;
    width:100%;
    background-color: #f3ecd8 /*#D1C7A6*/;
    text-align:center;
}  

#text>#block4{
    font-family: MyFont;
    overflow: hidden;
    width:100%;
    background-color:#9acd32;
    text-align:center;
}  

#text>#block5{
    overflow: hidden;
    width:100%;
    background-color:#fff;
    text-align:center;
}  

#text>#block5>#youtubearea{
    overflow: hidden;
    width:500px;
    height:100%;
    text-align:center;
    margin:auto;
}  

#text>#block5>#youtubearea>#youtubelink{
    overflow: hidden;
    width: 250px;
    height: 160px;
    background-color: #F3ECD8;
    text-align: center;
    display: inline-block;
    float: left;
    transition: 0.5s;
}

#text>#block5>#youtubearea>#youtubelink:hover{
    overflow: hidden;
    width: 250px;
    height: 160px;
    background-color: #fdfbf4;
    text-align: center;
    display: inline-block;
    float: left;
}

#text>#block5>#youtubearea>#youtubelink>a{
    text-decoration:none;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #000;
}

#text>#block5>#youtubearea>#youtubelink>a>span{
    padding: 25% 0px 0px;
    display: block;
}

#text>#block5>#youtubearea>iframe{
    overflow: hidden;
    width: 250px;
    height: auto;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 5px 0;
    background-color: #000;
}  

#text>#block2>#block3{
    overflow: hidden;
    width:80%;
    background-color: rgba(255,255,255,0.8);
    text-align:center;
    margin:10px auto;
    box-shadow:
    inset 0 0 40px #f3ecd8 /*#D1C7A6*/,
    inset 0 0 40px #fff,
    inset 0 0 40px #fff,
    inset 0 0 40px #fff;
} 
/* // block id設定 */
/* block クラス設定 */
#text>.block1{
  overflow: hidden;
  width: 100%;
  background-color: #fffefb;
  text-align: center;
  margin-bottom: 25px;
}

#text>.block2{
  overflow: hidden;
  width:100%;
  background-color: #fffefb /*#d1c7a6*/;
  text-align:center;
  margin-bottom: 25px;
}  

#text>.block4{
  overflow: hidden;
  width:100%;
  /*background-color: #f3ecd8 /*#9acd32*/;
  text-align:center;
  margin-bottom: 25px;
}

#text>.block5{
    overflow: hidden;
    width:100%;
    background-color: #fffefb;
    text-align:center;
}  

#text>.block6{
  overflow: hidden;
  width:100%;
  text-align:center;
  margin-bottom: 25px;
}  

#text>.block7 {
  overflow: hidden;
  width:100%;
  background-color: #fffefb /*#9acd32*/;
  text-align:center;
  margin-bottom: 25px;
}

#text>.block4 h1 {
/*    font-family: MyFont;*/
}

#text>.block5>#youtubearea{
    overflow: hidden;
    width:500px;
    height:100%;
    text-align:center;
    margin:auto;
}  

#text>.block5>#youtubearea>#youtubelink{
    overflow: hidden;
    width: 250px;
    height: 160px;
    background-color: #F3ECD8;
    text-align: center;
    display: inline-block;
    float: left;
    transition: 0.5s;
}

#text>.block5>#youtubearea>#youtubelink:hover{
    overflow: hidden;
    width: 250px;
    height: 160px;
    background-color: #fdfbf4;
    text-align: center;
    display: inline-block;
    float: left;
}

#text>.block5>#youtubearea>#youtubelink>a{
    text-decoration:none;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #000;
}

#text>.block5>#youtubearea>#youtubelink>a>span{
    padding: 25% 0px 0px;
    display: block;
}

#text>.block5>#youtubearea>iframe{
    overflow: hidden;
    width: 250px;
    height: auto;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 5px 0;
    background-color: #000;
}  

#text>.block2>.block3{
    overflow: hidden;
    width: 80%;
    text-align:center;
    margin: 20px auto;
    padding: 0px 60px 0;
} 

#feuer-concept {
    text-align: left;
}
/* // block クラス設定 */

.linkarea1{
    margin:10px 0px;
}

.linkarea1 a{
    margin:0px 2px;
}

.contentRow.topPageLinkBlocks {
  border-bottom: 0;
  margin-bottom: 25px;
  padding: 20px 20px;
  background-color: #fffefb;
}
.topicLinkBlocks {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topicLinkBlocks .noMargin {margin: 0px;}
.linkBlock {
/*  margin: 0 3.333333% 0 0; */
  width: 31%;
  float: left;
  background: #f3eedc;
  position: relative;
}
.linkImageBlock {}
.linkImageBlock img {
  max-width: 100%;
  display: inline-block;
}
.linkTextBlock {
    padding: 15px 0px 35px;
}
.linkTitle {
    font-weight: bold;
}
.linkText {}
.readMoreButton {
    bottom: 0;
    left: 0;
    margin: 0 0px 0px;
    position: absolute;
    right: 0;
}
.readMoreButton a, .memberRecruitBlock a, .infoBlock a {
    display: block;
    margin: 0;
    width: 100%;
    color: #4b4731;
    text-decoration: none;
}
.readMoreButton a {color: #b1a66b;}

/* linkArrow >> */
.linkArrow {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0;
    color: #b1a66b;
    text-decoration: none;
    outline: none;
}
.linkArrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom:6px;
    right:45px;
    /*下線の形状*/    
    width: 30px;
    height: 1px;
    background:#b1a66b;
    /*アニメーションの指定*/
    transition: all .3s;
}
.linkArrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom:9px;
    right:45px;
    /*矢印の形状*/    
    width: 10px;
    height:1px;
    background:#b1a66b;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.linkBlock:hover .linkArrow::before,
.memberRecruitBlock:hover .linkArrow::before{
    right: 0%;
}
.linkBlock:hover .linkArrow::after,
.memberRecruitBlock:hover .linkArrow::after{
    right: 0%;
}
/*文字を上に載せる場合*/
.linkArrow.wordOver::before{
    font-weight: 700;
    font-size: 16px;
    color: #b1a66b;
    /*絶対配置で矢印の位置を決める*/
    /*下線の形状*/    
    width: 78px;
    height: 26px;
    border-bottom: 1px solid #b1a66b;
    background-color: unset;
}
.linkArrow.wordOver.seeMore::before{
    content: 'see more';
}
@media (max-width:780px){
    .linkArrow::after{
        /*絶対配置で矢印の位置を決める*/
    }
}
/* << linkArrow */

.linkbutton {
  padding: 50px 4.6875vw;
  text-align: center;
}
.linkbutton a {
  width: 200px;
  display: inline-block;
  background-color: #5f5d5d;
  color: #fff;
  padding: 30px 0px 30px;
  margin: 0px 0px 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  letter-spacing: 0.1em;
}

.memberRecruitBlock a, infoBlock a {
    margin: auto;
}
.button {
    background: #9acd32 /*#ffb300*/;
    border: 0;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 #608270 /*#dcb000*/;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: .95em;
    margin: 0 .2em .4em 0;
    padding: 10px 15px;
    text-align: center;
    transition: background-color .1s ease-in-out,color .1s ease-in-out,box-shadow .1s ease-in-out;
}

.memberRecruitTitle {
    margin: auto;
}
.memberRecruitText {
    padding: 0 60px 30px;
    margin: auto;
}

.contentsBlock {
    padding: 10px 20px 10px;
    text-align: center;
}

/****** footer ******/
footer {
  text-align: center;
  font-family: 'Century Gothic', 'Questrial', 'Avenir-Light', sans-serif;
  font-size: 12px;
  padding: 25px 12px 40px;
  background-color: #fffefb;
}

footer .snslinkblock, footer .homepagelinkblock {
  margin: 0 auto 15px;
  display: block;
}

footer .snslinkblock a, footer .homepagelinkblock a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  margin: 0px 5px 0px;
}
footer .copyright {
  color: #000;
}
footer .snslinkblock a {
  background-image: url("../../images/sns_icon_30px.gif");
  width: 30px;
  height: 30px;
}
footer .snslinkblock .amebaIcon {
  background-position: -270px -35px;
}
footer .snslinkblock .instagramIcon {
  background-position: -231px -35px;
}
footer .snslinkblock .facebookIcon {
  background-position: -154px -35px;
}
footer .snslinkblock .twitterIcon {
  background-position: -193px -35px;
}
/****** // footer ******/

/****** ABOUT ******/
#wrap, #wrap * {
  width: 100%;
}
#wrap {
  margin-top: 50px;
}
.wrapClear, .wrapClear * {
  width: unset !important;
  margin-top: unset !important;
}
#wrap #contents {
  height: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: #fffefb;
}
#subimg {}
#subimg img {
  padding: 10px;
}

#feuer{
    background-color: #F3ECD8
}

#wrap #contents .block, #wrap #contents .contentblock {
    width: auto;
/*    margin: 20px 5%;
    border-radius: 20px;
    border-style: double;*/
}
#wrap #contents .block .contenttext, #wrap #contents .contentblock .contenttext {
  padding: 3%;
}

.innerBlock{
    width: 500px;
    padding: 30px;
}

.ulmenu2{
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.ulmenu2 li {
    display: inline-block;
}


.ulmenu2 li a {
    display: block;
    text-decoration: none;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:12px;
    padding-right:12px;
    margin:2px;
}

.ulmenu2 li a.here {
	color: black;
	font-size: 0.5em
}


.ulmenu2 li a:hover {
    background-color: #F3ECD8;
}

#name{
    border-bottom: solid;
    border-color:#b8860b;
}

/****** patron ******/

.limitedBenefits {
    margin: 25px;
    padding: 15px;
    background-color: darkseagreen;
    position: relative;
}

.limitedBenefits:before {
    content: "期間限定";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: -1rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background: #608270;
    font-family: a-otf-midashi-go-mb31-pr6n,Yu Gothic,YuGothic,游ゴシック,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
    font-weight: 500;
    font-size: .875rem;
    color: #fdfbf4;
    letter-spacing: 0;
    z-index: 20;
    box-shadow: 0 0 0.25rem rgba(0,0,0,.25);
}

.notes {
    color: darkgray;
}


.mailBtn {
    display: block;
    text-decoration: none;
    background-color: darkseagreen;
    width: 200px;
    height: 50px;
    margin-top: 10px;
    box-shadow: 0 0 0.25rem rgba(0,0,0,.25);
    font-family: meirio;
    text-align: center;
    padding-top: 12px;
    color: #fff;
}

/****** concert ******/
#concertInfo li {
    margin-bottom: 0;
}
#concertInfo li:last-child {
    margin-bottom: 0;
}

/****** common menubar ******/

#menu{
    color: white;
    font-size: 1.1em;
/*    font-weight: bold; */
    font-family: 'MyFont';
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    background-color: #F3ECD8;
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
}


.mainmenu{
	font-size:0.6em;
}

.mainmenu li {
	display: inline-block;
}

.mainmenu li a {
	display: inline-block;
	text-decoration: none;
	color: black;
	padding: 18px;
	margin-left:10px;
	margin-right:10px;
}

.mainmenu li a.here {
	background-color: #F3ECD8;
}
.mainmenu li a:hover {
	background-color: #F8F2ED;
}


.ulmenu li {
    display: inline-block;
}

.ulmenu{
    margin: 0px;
    padding: 0px;

}

.ulmenu li a {
    display: block;
    text-decoration: none;
    padding-top:10px;
    
}


.ulmenu li a.here {
    background-color: #F3ECD8;
    color: black;
    font-size: 0.8em;
    padding: 5px 10px 2px 10px;
    margin-bottom: 10px;
}

.ulmenu li a:hover {
    color: white;
    /*background-color: #608270;*/
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.linkbox {
    width: 240px;
    margin: auto;
    background-color: #F3ECD8;
}

/*-------------------
   new header css
  -------------------*/
/* header logo link */
.logolinkblock .logolinkimage {display: none;}
.logolinkblock .logolinkimagecompact {display: block;}

/* header menu */
.headerblock {
  background-color: #fbf6e4;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
  z-index: 98;
}
.headerblock * {
  box-sizing: border-box;
}
.headerarea {
  max-width: 1000px;
  min-width: 320px;
  position: relative;
}
.logolinkblock {
  display: inline-block;
  min-height: 35px;
}
.mainmenuitem {
  position: relative;
}
.headerarea .menublock {padding-top: 20px;}
.menublock {display: none;}
.menublock * {}
.submenuitems {
  background-color: #fbf6e4;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 15px 15px 8px;
  position: absolute;
  top: 27px;
  width: 275px;
  z-index: 97;
}
.submenuitem {
  display: inline-block;
  margin: 0 0 10px 6px;
}

/* overlay menu */
.menuoverlayblock * {
  box-sizing: border-box;
}
.menuoverlayblock .active {
  display: block;
}
.menuoverlayblock {
  background-color: #fffefb;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 40px 20px 30px;
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.menuoverlay {
  height: 100%;
  overflow-y: scroll;
}
.menuoverlay .menuclose {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 9px;
  top: 0;
  width: 40px;
  z-index: 99;
}
.menuoverlay .menuclose .bar1, .menuoverlay .menuclose .bar2 { 
  background-color: #858585;
  width: 22px;
  height: 1px;
  margin: 8px 0;
}
.menuoverlay .menuclose .bar1 { 
  transform: rotate(-45deg) translate(-5px,17px);
}
.menuoverlay .menuclose .bar2 { 
  transform: rotate(45deg) translate(11px,-2px);
}
.menuoverlay .mainmenustackitem .firstlevelitem,
.menuoverlay .submenustackitems .secondlevelitem {
  border-bottom: 2px solid transparent;
  margin-right: 21px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  outline: none;
}

/* common */
.menublock .mainmenuitem .linktext,
.menuoverlay .mainmenustack .mainmenustackitem .firstlevelitem,
.menuoverlay .mainmenustack .submenustackitems .secondlevelitem {
  color: #858585;
}
.menuoverlay .mainmenustack .mainmenustackitem.active .firstlevelitem,
.menuoverlay .mainmenustack .submenustackitems .secondlevelitem.active {
  color: #0c0c0c;
}
.menuoverlay .mainmenustack .mainmenustackitem.active .firstlevelitem {
  border-bottom-color: #b8860b;
}

@media (min-width:510px) {
  .menuoverlayblock { /* min-width:510px */
    left: auto;
    max-width: 320px;
  }
}
@media (max-width: 779px) {
  /* container */
  #container {
//    margin-top: 48px;
  }

  .headerarea { /* max-width:740px */
    padding: 7px 20px 6px;
  }

  .headerarea .menuopen { /* max-width: 739px */
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .headerarea .menuopen .bar1, .headerarea .menuopen .bar2, .headerarea .menuopen .bar3 { /* max-width: 739px */
    background-color: #858585;
    width: 18px;
    height: 1px;
    margin: 5px 0;
  }

  /* wrap */
  #wrap #contents #subimg img {
    height: 25vh;
    object-fit: cover;
    padding: 0;
  }
}
@media (min-width: 780px) {
  html,body {
    background-color: #e4dfce;
  }
  /* header logo link */
  .logolinkblock .logolinkimage {display: block;}
  .logolinkblock .logolinkimagecompact {display: none;}

  /* header menu */
  .headerarea { /* min-width:740px */
    margin-bottom: 5px;
    padding: 24px 20px 11px;
  }
  .menublock, .menuarea, .mainmenublock {
    display: flex;
    font-size: 16px;
    line-height: 18px;
  }
  .mainmenuitem {
    border-bottom: 2px solid transparent;
    margin-right: 21px;
    padding-bottom: 7px;
    outline: none;
  }
  .menublock .mainmenuitem .mainmenuitem a.linktext {
    cursor: pointer;
  }
  .menublock .mainmenuitem .mainmenuitem .linktext {
    color: #858585;
    cursor: default;
    text-decoration: none;
  }
  /* overlay menu */
  .menuoverlayblock { /* min-width: 740px */
    display: none;
  }

  /* index wrapper */
  .wrapper {
    max-width: 960px;
    margin-top: 160px;
  }
  /* noindex wrapper */
  #wrap, #wrap * {
   /* min-width: 700px; */
    max-width: 960px;
  }
  #wrap {
    margin: 0px auto;
    margin-top: 160px;
    height: fit-content;
  }
  .wrapClear, .wrapClear * {
    min-width: unset !important;
    max-width: unset !important;
    margin: unset !important;
    margin-top: unset !important;
  }
  #wrap #contents #subimg img {
    padding: 20px;
  }
  #wrap #contents .block, #wrap #contents .contentblock {
    margin: 30px;
  }
  #wrap #contents .block .contenttext, #wrap #contents .contentblock .contenttext {
    padding: 15px;
  }

  /* common */
  .menublock .mainmenuitem.active .linktext {
    color: #0c0c0c;
  }
  .menublock .mainmenuitem:hover,
  .menublock .mainmenuitem.active {
    border-bottom-color: #b8860b;
  }

  /* index.php */
  #mainimg {
//    background-image: url(images/homepage12.png);
    background-image: url(images/feuerwerk1999.png), url(images/front_image_2022_mini.png);
    background-size: 400px, 900px;
    background-position: center top 70%, center;
  }
  .toppagecontents #groupname .pagetitleja br {
    display: none;
  }
  .newcomer-banner .linkImageBlock {
    background-image: url(https://feuerwerk-philharmoniker.com/images/feuerwerk-website-top_2026newcomer_banner.jpg?v=20260207);
    background-size: cover;
    aspect-ratio: 10631 / 2361;
  }

  /* gallery.php */
  #wrap #contents .contentsYoutubeBlock * {
    min-width: 400px;
    width: auto !important;
  }
  #wrap #contents .contentsYoutubeBlock .contentsYoutube {
    width: 450px;
  }
}
/****** banner ******/

.banner {
    width:100%;
    margin:20px 0px;
}

/****** fontSize ******/

h1 {font-size:160%;}
h2 {font-size:140%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:100%;}

.fontSize12 {font-size:12px !important;}
.fontSize14 {font-size:14px !important;}
.fontSize16 {font-size:16px !important;}
.fontSize20 {font-size:20px !important;}
.fontSize24 {font-size:24px !important;}

.fontBold {font-weight:bold;}

/****** margin ******/
.mB0 {margin-bottom:0px;}
.mB10 {margin-bottom:10px;}
.mB20 {margin-bottom:20px;}
.mB30 {margin-bottom:30px;}
.mB40 {margin-bottom:40px;}

.mT0 {margin-top:0px;}
.mT10 {margin-top:10px;}
.mT20 {margin-top:20px;}
.mT30 {margin-top:30px;}
.mT40 {margin-top:40px;}

.mL0 {margin-left:0px;}
.mL10 {margin-left:10px;}
.mL20 {margin-left:20px;}
.mL30 {margin-left:30px;}
.mL40 {margin-left:40px;}

.mR0 {margin-right:0px;}
.mR10 {margin-right:10px;}
.mR20 {margin-right:20px;}
.mR30 {margin-right:30px;}
.mR40 {margin-right:40px;}

.mAuto {margin:auto;}
.mNon {margin:0px;}

.mPc20Sp0 {margin:20px;}
.mPc20Sp10 {margin:20px;}
.mPc40Sp20 {margin:40px;}

/****** padding ******/
.pB10 {padding-bottom:10px;}
.pB20 {padding-bottom:20px;}
.pB30 {padding-bottom:30px;}
.pB40 {padding-bottom:40px;}

.pT10 {padding-top:10px;}
.pT20 {padding-top:20px;}
.pT30 {padding-top:30px;}
.pT40 {padding-top:40px;}

.pL10 {padding-left:10px;}
.pL20 {padding-left:20px;}
.pL30 {padding-left:30px;}
.pL40 {padding-left:40px;}
.pL60 {padding-left:60px;}

.pR10 {padding-right:10px;}
.pR20 {padding-right:20px;}
.pR30 {padding-right:30px;}
.pR40 {padding-right:40px;}
.pR60 {padding-right:60px;}

.pAuto {padding:auto;}
.pNon {padding:0px;}

/******boxSize ******/
.w500h160 {
    width:500px;
    height:160px;
}

.w500hAuto {
    width:500px;
    height:auto;
}

.w700hAuto {
    width:700px;
    height:auto;
}

.wAuto {width:auto;}
.wHarf {width:50%;}
.wMax {width:100%;}

.hAuto {height:auto;}
.hHarf {height:50%;}
.hMax {height:100%;}

.spDisplayNone {display: block;}
.pcDisplayNone {display: none;}

.blockLinkWhite {
    display:block;
    width: 100%;
    border-radius: 20px;
    /*background-color: rgba(255,255,255,0.8)*/;
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

.blockLinkWhite:hover {
    display:block;
    width: 100%;
    border-radius: 20px;
    /*background-color: rgba(255,255,255,0.8)*/;
    background-color: #68940d;
    text-decoration: none;
    color: #000;
}

/****** color ******/
.bgColorWhite{background-color:#fff !important;}
.bgColorBeige{background-color:#F3ECD8 !important;}

/****** textAlign ******/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}

/****** verticalAlign ******/
.vaT {vertical-align:top !important;}
.vaM {vertical-align:middle !important;}
.vaB {vertical-align:bottom !important;}

/****** display ******/
.dspTblCell {display: table-cell;}
.dspInlineBlock {display: inline-block;}
.dspBlock {display: block;}
.dspNon {display: non;}

/****** sns setting ******/
.amebaIcon {
  content: "";
  display: inline-block;
  background-image: url("images/sns_icon_30px.gif");
  background-position: -269px 65px;
  width: 32px !important;
  height: 32px !important;
  min-width: auto !important;
}
.instagramIcon {
  content: "";
  display: inline-block;
  background-image: url("images/sns_icon_30px.gif");
  background-position: -230px 65px;
  width: 32px !important;
  height: 32px !important;
  min-width: auto !important;
}
.facebookIcon {
  content: "";
  display: inline-block;
  background-image: url("images/sns_icon_30px.gif");
  background-position: -154px 65px;
  width: 32px !important;
  height: 32px !important;
  min-width: auto !important;
}
.twitterIcon {
  content: "";
  display: inline-block;
  background-image: url("images/sns_icon_30px.gif");
  background-position: -192px 65px;
  width: 32px !important;
  height: 32px !important;
  min-width: auto !important;
}

.twitterScroll {
  overflow: scroll;
}

.twitterBox {
  width: 30%;
  height: 75vh;
  text-align: center;
  margin: 20px auto;
}

.youtubelink {
  background-color: #e24545 !important;
}
/* information */
#ticketForm {
  width: 100%;
  height: 75vh;
  overflow: scroll;
}

/* gallery */
#wrap #contents .contentsYoutubeBlock * {
  width: 100%;
}
#wrap #contents .contentsYoutubeBlock {
  margin-top: 40px;
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube {
  margin: 0 auto 40px;
  text-align: center;
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube:before {
/*
  content:"";
  display: block;
  padding-top: 58.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
*/
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube .musicblock {
  margin-bottom: 40px;
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube .musicblock span {
  display: block;
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube .musicblock .composername {
  font-weight: bold;
}
#wrap #contents .contentsYoutubeBlock .contentsYoutube .musicblock iframe {
/*
  position: absolute;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 200px;
}

/* members */
.memberslink {
  background-color: #ffeb00 !important;
  color: #000 !important;
}

@media (min-width:780px) and (max-width:900px) {
  .spDisplayNone {display: none;}
  .pcDisplayNone {display: block;}
  
  ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 0.5em;
      margin-block-end: 0.5em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 20px;
  }
  
  p {
      display: block;
      margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }
    
  #wrap #contents {}
  #wrap #contents #subimg {}
  #wrap #contents #subimg img {}
  #wrap #contents .block, #wrap #contents .contentblock {}
  
  .innerBlock{
      width: 500px;
      padding: 10px;
  }
  
  .contentsBlock {
      padding: 10px 20px 10px;
  }
  
  /****** patron ******/
  
  .limitedBenefits {
      margin: 25px;
      padding: 15px;
      background-color: darkseagreen;
      position: relative;
  }
  
  .limitedBenefits:before {
      content: "期間限定";
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: -1rem;
      left: -0.5rem;
      width: 5rem;
      height: 2rem;
      background: #608270;
      font-family: a-otf-midashi-go-mb31-pr6n,Yu Gothic,YuGothic,游ゴシック,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
      font-weight: 500;
      font-size: .875rem;
      color: #fdfbf4;
      letter-spacing: 0;
      z-index: 20;
      box-shadow: 0 0 0.25rem rgba(0,0,0,.25);
  }
  
  /******boxSize ******/
  .wHarf {width:75%;}
  .wMax > iframe {width:100%;}
  
  .hHarf {height:75%;}
  
  /****** sns setting ******/
  .twitterBox {
      width: 30%;
      height: 75vh;
      margin: 20px auto;
  }
}
@media (min-width:480px)  and (max-width:780px){
  .spDisplayNone {display: none;}
  .pcDisplayNone {display: block;}

  .mPc20Sp0 {margin:0px;}
  .mPc20Sp10 {margin:10px;}
  .mPc40Sp20 {margin:20px;}

  ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 0.5em;
      margin-block-end: 0.5em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 20px;
  }
  
  p {
      display: block;
      margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }

  #contents{}
  #subimg {}
  #subimg img {}
  
  .block{
      margin: 10px;
  }
  
  .innerBlock{
      padding: 10px 15% 10px;
  }
  
  .contentsBlock {
      padding: 10px 10px 10px;
  }
  /****** sns setting ******/
  .twitterBox {
      width: 60%;
      height: 70vh;
      margin: 20px auto;
  }
  
  #feuer-concept {
      padding: 0 20px 10px;
  }
  
  .linkText {
      font-size: 14px;
  }
  .linkText br {
      display: none;
  }
}
@media (max-width:480px) {
  .spDisplayNone {display: none;}
  .pcDisplayNone {display: block;}

  .mPc20Sp0 {margin:0px;}
  .mPc20Sp10 {margin:10px;}
  .mPc40Sp20 {margin:20px;}  

  ul {
      display: block;
      list-style-type: disc;
      margin-block-start: 0.5em;
      margin-block-end: 0.5em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px;
  }
  
  p {
      display: block;
      margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }

  #contents{}
  #subimg {}
  #subimg img {}
  
  .block{
      margin: 10px;
  }
  
  .innerBlock{
      padding: 10px;
  }
  
  .contentsBlock {
      padding: 10px 10px 10px;
  }

  .submenustackitems {
      margin-left: 15px;
  }

  /****** sns setting ******/
  .twitterBox {
      width: 80%;
      height: 70vh;
      margin: 50px auto;
  }
  
  .linkBlock {
      margin: 0 0 40px;
      width: 100%;
      background: #f3eedc;
      position: relative;
  }
  .linkBlock br {
    display: none;
  }
  .memberRecruitText {
      padding: 0 20px 30px;
  }
  
  #text>.block2>.block3 {
    margin: 10px auto;
    width: 100%;
    padding: 0px 15px 0;
  }
  
  #feuer-concept {
      padding: 0 10px 10px;
  }
  
  /* gallery */
  .contentsYoutube {
      width: 90%;
      margin: 0 auto 10%;
      padding: 10px 0 10px;
  }

  /* concert */
  #concertInfo li {
      margin-bottom: 10px;
  }
  #concertInfo li:last-child {
      margin-bottom: 0;
  }
}