@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,300italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
body {
    font-family: :'Franklin Gothic Medium', ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family:'Franklin Gothic Medium', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
}
h1 {
    font-size: 34px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
  font-size: clamp(15px, 1vw, 26px);
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 30px;
}

h3 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
     color: #FEFF00;
}


p {
  font-size: 14px;
   margin-bottom: 18px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
a{
 color: aqua;
}


#main {
  margin: 80px 0 0 0;
 background: url(../2022kuji/img_back01.jpg) top no-repeat #000;
}

#banner {
  background-size: cover;
  position: relative;
  padding: 20px 0;
}

#banner .block > p {
  margin-bottom: 15px;
}
#banner .block {
  padding-top: 10px;
}
#banner .block h1 {
  margin: 15px 0 18px 0;
  color: #FFD700;
  font-weight: 800;
}
#banner p {
line-height: 1.4em;
  color: #fff;
  font-weight: 300;
}
#banner .block .p-img{
  padding-bottom: 10px;
}
#banner .block .goshop-btn li {
  display: inline-block;
}
#banner .block .goshop-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px 10px;
  font-size: 18px;
  font-weight: 800;
}
#banner .block .goshop-btn li a i {
  margin-right: 10px;
  font-size: 25px;
}
#banner .block .goshop-btn li .btn-gsmile {
  background: #ff9900;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .goshop-btn li .btn-gsmile:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}

#banner .block .goshop-btn li .btn-andriod:hover {
  color: #6fbf39;
  background: #fff;
  border: 1px solid #6fbf39;
}





.tenpo-box{
  margin: 2em 2em 1em 2em;
  padding: 1em 2em;
  position: relative;
  border: 3px solid #ffcc33;
    border-radius:10px;
}

.tenpo-box-title{
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-weight: bold;
  font-size: 1.4em;
  background: #ffcc33;
  padding: 0 0.5em;
    color: #000;
}

.tenpo-box p{
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
.tenpo-box p.note{
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 1em;
}
.tenpo-box h2 {
	font-weight: 900;
  margin: 15px 0 5px 0;
}

.tenpo-box h2:before {
  content: "\f54e";
 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 4px;
}
.tenpo-box a {
  position: relative;
}


.btcam{
    font-weight: bold;
    margin: 3px 10px 5px 0!important;
}







/* ここから下がボタンのCSS　*/
.btn-tenpo {
  display: inline-block;
  text-align: left;
  background-color: #ffcc33;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 6px;
  border-radius: 4px;
  position: relative;
    margin: 0 8px 8px 0;
}


.btn-tenpo:hover {
  opacity: 0.8;
}





#campaign{
    padding: 20px;
}


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

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


/* 02.テープ */
#heading02{
	position:relative;
	margin:0 -1px  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:#333;
	background:#f0e800;
	-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(255,255,255,1);
	box-shadow:	0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #f0e800,
				-30px 0 0 0 #f0e800;
}
#campaign h3 {
padding: .5em;
position: relative;
color:#f0e800;
    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, #f0e800, 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: #fff;
    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;
}

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



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (max-width: 768px) {
h1 {
font-size: 26px;
  margin-bottom: 10px;
  line-height: 30px;
}
    .tenpo-box-title{
        font-size: 1.1em;
    }
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
	
	@media only screen and (max-width: 480px) {
#main {
  margin: 35px 0 0 0;
}
h1 {
font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
	margin-top: -15px;
}
  h2 {
 margin-top: 0;
font-size: 12px;
  margin-bottom: 10px;
  line-height: 16px;
}
        
  h3 {
font-size: 2rem;/* 20px*/
  line-height: 20px;
}
        
 lineup2 p{
font-size: 11px;
margin: 2px 0 0 0;
     color: #FFF;
}
        
}
　#banner {
  background-size: cover;
  position: relative;
  padding: 0;
}
#banner .block > p {
font-size: 11px;
}



.tenpo-box{
  margin: 2em 1em 0.5em 1em;
  padding: 1em 1em;
  position: relative;
  border: 3px solid #ffcc33;
    border-radius:10px;
}

a .tw_kuji {
    font-weight: bold;
    color: aqua;
}

a:hover .tw_kuji {
    color: #FFF733;
}

