@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_price_info-top {
	width:100%;
	height:720px;
	overflow:hidden;
	margin:0 auto;
	background-image:url(../images/price_info/main_pc.webp);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.maker-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tire_caption_wrap {
	max-width: 1200px;
	width:100%;
	overflow:hidden;
	padding: 20px;
	margin: 0 auto;
}


.tiremaker01 {
	border: #29abe2 2px solid;
	border-radius: 20px;
	margin: 0;
	width: 100%;
	text-align: center;
}

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

.back_color {
	background-color: white;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

/*8月*/
.tiremaker_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;                       /* ★全体を中央に寄せます */
}

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

.tiremaker_wrap3 {
	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;                       /* ★全体を中央に寄せます */
}

.season_top.pcview {
	grid-column: 1 / -1;
	width: 100%;
	text-align: center;
}
.season_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;
}

.btn_text1 {
	padding: 10px;
	width: 280px;
	height: 90px;
	color: white;
	background-color: #ffa500;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px; 
	margin-bottom: 15px;
	display: block;
	border-radius: 25px;
}
.btn_text2 {
	padding: 10px;
	width: 280px;
	height: 90px;
	color: white;
	background-color: #29abe2;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px; 
	margin-bottom: 15px;
	display: block;
	border-radius: 25px;
}

.versus-daytona-text {
	color: white;
	font-size: 22px;
}
.homura-text {
	font-size: 22px;
}
.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;
	}
	.tiremaker_wrap {
		grid-template-columns: 1fr; /* スマホでは縦一列にする */
		row-gap: 25px;              /* 縦並びになった時の要素同士のすき間 */
	}
	
	.tiremaker_wrap2 {
		grid-template-columns: 1fr; /* スマホでは縦一列にする */
		row-gap: 25px;              /* 縦並びになった時の要素同士のすき間 */
	}
	
	.tiremaker_wrap3 {
		grid-template-columns: 1fr; /* スマホでは縦一列にする */
		row-gap: 25px;              /* 縦並びになった時の要素同士のすき間 */
	}
	
	.text-center {
	font-size: 26px;
	}
	
	.tiremaker01 {
		max-width: 480px;           /* スマホで横に広がりすぎないよう制限（お好みで変更可） */
		padding-bottom: 10px;
	}
	
	.tiremaker02 {
		max-width: 480px;           /* スマホで横に広がりすぎないよう制限（お好みで変更可） */
		padding-bottom: 10px;
	}
	
	.btn_text1 {
		max-height: 70px;
}
	.btn_text2 {
		max-height: 70px;
}
	
	.maker-logo {
		max-width: 65%;
		margin: auto;
		margin-bottom: 15px;
	}
	
	.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_text1 {
	width: 280px;
	height: 94px;
	background-color: #ffa500;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px; 
	margin-bottom: 10px;
	display: block;
}
	.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;
	}
	
	/*=======共通=======*/
}
