@charset "utf-8";
.page-contents {
  margin: 0 auto;
}

.page-contents .background-A {
	width:100%;
	background-image: url(http://www.chiyodagrp.co.jp/special/test_early-black-friday2025/images/background-img.png);
	background-repeat: repeat-y;
	padding:40px 0;
}

.page-contents .background-B {
	width:100%;
	background-color: #fff100;
	padding:40px 0;
}

#main-container {
	width:100%;
 	background-color: #000;
	position: relative;
}

.main_visual .ttl_container {
	height:600px;
	padding-top:40px;
	 background-color:#dfc169;
  	clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 190px), 0 84%);
}

.main_visual h1 {
	width:660px;
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
}

.main_visual p {
	margin-top:60px;
	text-align: center;
}

.link_btn_container {
	width:800px;
	background-color: #2a2a2a;
	margin:0 auto;
	text-align: center;
	border: 1px solid #dfc169;
	padding:20px;
}

.flex_container {
	width:800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}

.flex_container a {
	margin:10px auto;
}


.page-contents-inner {
	width: 100%;
	background: linear-gradient(90deg, rgba(16, 16, 16, 1), rgba(130, 130, 130, 1) 50%, rgba(20, 20, 20, 1));
	background-image: url(https://www.chiyodagrp.co.jp/special/test_eary-black-friday/images/img_background.png);
	background-repeat: repeat;
	background-position: center;
	
}


.page-contents-inner .contents {
	width: 900px;
	margin: 20px auto;
	background-color: #FFF;
	border-radius:40px;
	padding: 40px;
	text-align: center;
}

.contents h2 {
	text-align: center;
	margin:60px auto 0;
	width:600px;
}

.contents h2 img {
	width:100%;
}

.contents .copy {
	width:600px;
	margin:40px -20px -80px; 
	padding:15px 0;
}

.contents .copy img {
	width:100%;
}

.contents .copy_back_yellow {
	background-color: #FFF500;
	margin: -40px 0 0 -40px !important;
    width: 980px;
	border-radius: 20px 20px 0 0;
	padding:20px 0;
}

.contents .copy_back_yellow img {
	width:80%;!important;
}

.contents dl {
	width:600px;
	margin: 100px auto;
	margin: 100px auto;
}

.contents dt {
	margin-bottom:20px;
}

.contents dt img {
	width:100%;
}

.contents dd img {
	width:100%;
}

.page-contents-inner .contents p {
	margin:40px auto;
	text-align: center;
}

.btn_container {
	width:900px;
	margin: 20px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 100px;
}
}

.btn_container .flex_container {
	width:900px;
	margin: 20px auto;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.btn_container .flex_container img {
	width:445px;
}

.btn_container p {
	width:900px;
	margin:0 auto;
}

.btn_container p a img {
	width:100%;
}


/*===========================================================*/


#main-container .share-ver2 {
	margin: 60px auto;
}