body{
	  background-color: #ffffff; 
	font-weight: 700;
	color: #330000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}



#titeltop .container .txtheadsh{
margin: -30px 0 0 0;
}
#titeltop .container h1{
   margin: 10px 0 0 0!important;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
    color: red;
}


#eventpage {
    color: #333333;
}

        .custom-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 10px;
        }

    .custom-main-title {
            font-size: 2em; /* 大きく調整 */
            margin-top: 10px;
        }

 .custom-text {
            font-size: 1.2em;
            line-height: 1.6;
        }

       .custom-small-text {
            font-size: 1em;
		   margin-bottom: 10px;
        }

        .custom-highlight {
            color: #cc3333;
            font-weight: bold;
            font-size: 1.8em;
            margin-bottom: 2px;
        }


 .mt20 {
            margin-top: 20px;
        }
 .mt10 {
            margin-top: 10px;
        }

.under {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}

        @media (min-width: 600px) {
            .custom-main-title {
                font-size: 2.2em; /* 大きく調整 */
            }

            .custom-text {
                font-size: 1.3em;
            }

            .custom-highlight {
                font-size: 2em; /* 大きく調整 */
            }
        }

        @media (min-width: 768px) {
            .custom-main-title {
                font-size: 2.5em; /* 大きく調整 */
            }

            .custom-text {
                font-size: 1.4em;
            }

            .custom-highlight {
                font-size: 2.2em; /* 大きく調整 */
            }
        }









#campaign{
    padding: 20px;
}
#campaign a{
    color: #ff3209;
}
#campaign a:hover{
    color: #ff9999;
}
#campaign p{
    color: #333333;
}

#campaign .itemnote h2{
	color: black !important;
}

/* LINE UP */
.lineup2{
margin: 20px;
font-size: 16px;
  line-height: 22px;
 color: #cc0000;
}

.lineup2 p{
font-size: 14px;
margin: 2px 0 0 0;
     color: #FFF;
}


/* 02.テープ */
#heading02{
	position:relative;
	margin:0 -1px;
	font:bold 24px/1.6 Arial, Helvetica, sans-serif;
        font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
	text-align:center;
	color:#FFF;
	background:#cc0000;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(83,0,0,1);
	box-shadow:	0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #cc0000,
				-30px 0 0 0 #cc0000;
}
#campaign h3 {
padding: .5em;
position: relative;
color:#cc0000;
    font-weight: bold;
font-size: 18px;
}
#campaign h3:after {
content: "";
width:100%;
height:4px;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(to right, #cc0000, rgba(255,255,255,0) 100%);
}
#campaign h3:before {
  content: "\f06a";
 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 4px;
}

/*リンクボタン */

.btn {
    background-color: transparent;
    color: #ff3209;
    padding: 10px 30px;
    border-radius: 0;
    border: 1px solid;
    margin-top: 10px;
    -webkit-transition: all .5s ease-in 0s;
    -moz-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
}
.btn-transparent:hover {
	background-color: #ff3209;
	border: 1px solid transparent;
	color: #fff!important;
}


.lineup2 .row .col-md-6{
    padding: 0;
}

.pb10{
  padding: 0 0 15px 0;
}







/* 20px @ 480px increasing to 25px @ 1920px */
@media (min-width: 480px) {

	h2 {
    font-size: calc(3.4375rem + ((1vw - 0.3em) * 1.3889));
  }
    .txtheadsh h2 {
      font-size: calc(1.125rem + ((1vw - 4.8px) * 0.8333));  /* 180px  to 30px @ 1920px */
    min-height: 0vw;  
}
  .name {
    font-size: calc(1.875rem + ((1vw - 0.3em) * 3.3929));
  }
    .itemnote p{
    font-size: calc(1.25rem + ((1vw - 0.3em) * 0.4167));
  }
   .txtheadsh p{
    font-size: calc(1.25rem + ((1vw - 0.3em) * 0.4167));
  }
	.shopinfo .txttop{
      font-size: calc(1.5rem + ((1vw - 4.8px) * 0.4167));
  }
	 .shopinfo {
     font-size: calc(1.25rem + ((1vw - 0.3em) * 0.4167));
  }

}

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1920px) {

	 .itemnote p {
     font-size: 1.625em;
  }
    .txtheadsh p {
     font-size: 1.5em;
  }
	.shopinfo .txttop{
    font-size: 30px;
  }
}


