@charset "utf-8";
/* CSS Document */
button:focus { outline:0; }
@font-face {
  font-family:'twfont';
  src:url('../font/twfont.eot');
  src:url('../font/twfont.eot?#iefix') format('embedded-opentype'),
      url('../font/twfont.woff') format('woff'), 
      url('../font/twfont.ttf') format('truetype'),
      url('../font/twfont.otf') format('opentype');
}
.clearfix::after {
	content: "";
	clear: both;
	overflow: hidden;
}
.left {
	float: left;
}
* {
	box-sizing: border-box;
}
header {
	background-color: #fff;
}
main{
	clear:both;
	overflow:hidden;
}
footer{
	clear:both;
	overflow:hidden;
}
#pagetop {
	width: 50px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 0px;
	cursor: pointer;
	z-index: 100;
}
.pagetop_sp {
	display: none;
}
a:hover {
    text-decoration: none !important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝

ここからメインコンテンツ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp{
	display:none;
}
.main_visual_26summer-top {
	width:100%;
	height:720px;
	overflow:hidden;
	margin:0 auto;
	background-image:url(../images/26summer/26summer_main_pc.webp);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.jump_wrap{
	width: auto;
	max-width: 990px;
	height:auto;
	margin:120px auto;
	overflow:hidden;
	position: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-evenly;
}

#jump01,#jump02,#jump03 {
	padding-top: 75px;
	margin-top: -75px;
	clear: both;
}

.coupon-icon {
	margin-top: 20px;
}

.summer_campaign_1_wrap {
	margin-bottom: 100px;
}

.summer_campaign_2_wrap {
	margin-bottom: 100px;
}
.campaign01 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.text02 {
	font-weight: bold;
	text-align: center;
	font-size: 23px;
	padding: 20px;
}

.august {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.tiremaker02 {
	border: #29abe2 2px solid;
	border-radius: 20px;
	margin: 0;
	width: 100%;
	text-align: center;
	max-width: 320px;
}

.bunner {
	text-align: center;
	padding-top: 25px; 
	
}

.small-title {
	text-align: center;
	padding-top: 25px; 
	margin-top: 30px;
}

.back_color {
	background-color: white;
	width: 100%;
	height: 100%;
}

.btn_text {
	padding: 0 10px;
	width: 660px;
	height: 120px;
	color: white;
	background-color: #4d4d4d;
	margin: 40px auto;
	font-size: 30px;
	font-weight: bold;
	padding-top: 38px; 
	display: block;
	border-radius: 50px;
	text-align: center;
}

/*8月*/
.coupon1_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 横に2等分並べる */
	column-gap: 10px;                     /* ブロックの真ん中のすき間 */
	row-gap: 20px;                        /* 見出し画像とブロックの間の縦のすき間 */
	justify-items: center;
	align-items: start;
	
	/* --- ここを追加・修正 --- */
	width: 100%;
	max-width: 960px;                     /* ★見出し画像の横幅に合わせて数値を調整してください（例: 960px〜1000px） */
	margin: 0 auto;                       /* ★全体を中央に寄せます */
}



.campaign_top.pcview {
	grid-column: 1 / -1;
	width: 100%;
	text-align: center;
}
.campaign_top img {
	max-width: 100%;
	height: auto;
	display: inline-block;               /* 隙間を無くし中央に配置 */
}



.text-center {
	margin-top: 50px;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
}


.back-gradient {
	width: auto;
	height: 100%;
	padding: 10px;
}

.text1 {
	padding: 10px;
	width: 280px;
	height: 45px;
	color: white;
	background-color: black;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	display: block;
	border-radius: 25px;
	border-radius: 10px 10px 0 0;
}

.coupon-number {
	font-size: 40px;
	font-weight: 900;
	color: red;
}


.sp_line {
	display: none;
}
.title {
	pointer-events: none;
}
@media (min-width:1400px) {
	.top_main02{
		width:1400px;
	}
	.top_main02_01{
		width:1400px;
	}
}
@media (min-width:980px) {
	.spview{
		display:none;
	}
	.footer-sp-copyright {
		display: none;
		width: 100%;
	}
	
}
/*@media (max-width:480px) {*/
@media (max-width:980px) {
	.pcview{
		display:none;
	}
	.spview{
		width:100%;
		height:auto;
		background-image:none;
	}
	
	.coupon-number {
		font-size: 110%;
		margin-top: -10px;
}
	.summer_campaign_1_wrap {
		margin-bottom: 30px;
}
	
	.summer_campaign_2_wrap {
		margin-bottom: 30px;
}
	.text-center {
		font-size: 26px;
	}
	
	.text02 {
		font-size: 15px;
}
	
	.august {
		margin-top: 0;
}
	#jump01,#jump02,#jump03 {
	padding-top: 100px;
	margin-top: -100px;
	clear: both;
}

	
.btn_text {
	max-width: 360px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px; 
	display: block;
	border-radius: 30px;
	text-align: center;
}
	
	.bunner {
		padding-top: 15px; 
}
	.small-title {
		padding-top: 15px; 
		margin-top: 10px;
}
	
	.campaign01 {
		max-width: 480px;           /* スマホで横に広がりすぎないよう制限（お好みで変更可） */
		padding-bottom: 10px;
	}
	
	.tiremaker02 {
		max-width: 480px;           /* スマホで横に広がりすぎないよう制限（お好みで変更可） */
		padding-bottom: 10px;
	}
	
	.text1 {
		max-width: 100%;
		font-size: 70%;
		height: 25px;
		margin-top: -3px;
		padding: 5px;
}
	.btn_text2 {
		max-height: 70px;
}
	
	.coupon-icon {
		max-width: 130%;
		margin: auto;
	}
	
	.inchi-up span {
		font-size: 16px;
	}
	.wheel_lineup01 {
		width: 50%;
	}
	.wheel_lineup02 {
		width: 100%;
	}
	.wheel_name {
		font-size: 16px;
	}
	.coupon_text {
		font-size: 16px;
		padding: 0 40px;
	}
	.back-gradient {
		height: auto;
		padding-bottom: 1px;
	}
	.back-gradient2 {
		height: auto;
	}
	.btn_text {
	width: 660px;
}
	.btn_text2 {
	width: 280px;
	height: 94px;
	background-color: #29abe2;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px; 
	margin-bottom: 10px;
	display: block;
}
	.versus-daytona-text  {
		font-size: 18px;
	}
	
	.coupon_bn{
		width: 90%;
		height:auto;
		margin: 30px auto 0;
	}
	.springcoupon_bn{
		width: 100%;
	}

	.coupon{
		width: 90%;
		height:auto;
		font-size: 1.3em;
		line-height: 1.2em;
		padding: 16px 20px;
		margin: 30px auto 0;
	}
	
	.jump_wrap{
		width:85%;
		margin:5% auto;
	}
	.jump1 {
		width: 31%;
	}
	.jump2 {
		width: 31%;
	}
	.jump3 {
		width: 31%;
	}
	.inchi-up span {
		margin-top: 30px;
	}
	

}
@media (max-width:480px) {
	/*=======共通=======*/
	#pagetop {
		width: 35px;
		height: 45px;
	}
	.pagetop_pc {
		display: none;
	}
	.pagetop_sp {
		display: block;
	}
	.bar {
		padding: 4% 2% 5% 4%!important;
	}
	
	/*=======共通=======*/
}
