.flex2 img {width: 49.5%; height: 330px; object-fit: cover;}
.flex3 img {width: 32.8%; height: 220px; object-fit: cover;}

.mt10 {margin-top: 10px!important}
.mt20 {margin-top: 20px!important}
.mt30 {margin-top: 30px!important}
.mt40 {margin-top: 40px!important}
.mt50 {margin-top: 50px!important}
.mt60 {margin-top: 60px!important}
.mt70 {margin-top: 70px!important}
.mt80 {margin-top: 80px!important}
.mt90 {margin-top: 90px!important}
.mt100 {margin-top: 100px!important}


#cpk_rakuten_wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #666;
}


/*header*/
.cpk_header {
	width: 100%;
	height: 105px;
}

.cpk_header .cpk_gnav ul, .cpk_header .cpk_gnav2 ul {
	margin: 20px 0;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}

.cpk_header .cpk_gnav ul li, .cpk_header .cpk_gnav2 ul li {
	width: 100%;
	text-align: center;
	border-right: solid 1px #CCB67D;
}

.cpk_header .cpk_gnav ul li:last-child, .cpk_header .cpk_gnav2 ul li:last-child {
	border: none;
}

.cpk_header .cpk_gnav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}

.cpk_header .cpk_gnav2 ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}

.cpk_header .cpk_gnav ul li a::after, .cpk_header .cpk_gnav2 ul li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #9E4446;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.cpk_header .cpk_gnav ul li a:hover::after, .cpk_header .cpk_gnav2 ul li a:hover::after {
	transform: scale(1, 1);
}


/*top*/
.cpk_top {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.cpk_top_catch {
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 1;
}

.cpk_top_award {
	position: absolute;
	right: 30px;
	bottom: 35px;
	z-index: 2;
}

.cpk_top_over {
	background: linear-gradient(#fff, rgba(255,255,255,0)5%, rgba(255,255,255,0)95%, #fff);
	position: absolute;
	z-index: 10;
	width: 1200px;
	height: 500px;
}

.cpk_top_new {
	position: absolute;
	z-index: 5;
}

/*contents*/
#cpk_contents {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cpk_topic {
	width: 100%;
	text-align: center;
}
.cpk_topic div {
	display: inline-flex;
	border: #CCB67D solid 3px;
	text-align: center;
	margin-bottom: 50px;
}

.cpk_topic p {
	width: 130px;
	background: #CCB67D;
	border: #fff solid 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.cpk_topic a {
	border: #fff solid 3px;
	transition-duration: 500ms;
}

.cpk_topic a:hover {
	opacity: .6;
}

#cpk_contents .cpk_photo {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
}

#cpk_contents .cpk_btn_switch01 {
	text-align: right;
}

#cpk_contents .cpk_btn_switch01 a {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color:#000;
}

#cpk_contents .cpk_btn_switch01 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #036EB8;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

#cpk_contents .cpk_btn_switch01 a:hover::after {
	transform: scale(1, 1);
}

#cpk_contents .cont {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 80px;
}

#cpk_contents .cont img {
	margin-right: 20px;
}

#cpk_contents .cont p {
	color: #1A0F3E;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}

#cpk_contents .cont span, #cpk_contents .cpk_copy span {
	color: #583030;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	margin-top: 15px;
}

#cpk_contents .cpk_copy {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: right;
	padding: 20px 0;
	border-top: solid 4px;
	border-bottom: solid 4px;
	border-image: linear-gradient(90deg, #fff, #a97, #a97, #fff) 1;
}

#cpk_contents .cpk_copy p {
	color: #1A0F3E;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.6;
}

#cpk_contents .cpk_copy img {
	width: 40%;
	box-shadow: 8px 8px 0px #ddd;
}

#cpk_contents .rm_img, #cpk_contents .pk_img {
	width: 1200px;
	height: 330px;
	object-fit: cover;
}

#cpk_contents .rm_img {
	object-position: 0 -320px;
}

#cpk_contents .pk_img {
	object-position: 0 -238px;
}

/*plan*/
.cpk_plan {
	background: linear-gradient(#583030 30%, #ddd 30%);
	background-repeat: no-repeat;
	width: 100%;
	height: 560px;
	text-align: center;
	border-radius: 10px;
}

.cpk_plan .ttl {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	width: 100%;
	margin: 20px 0;
}

.cpk_plan .ttl span {
	font-size: 18px;
}

.cpk_pl-btn {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.cpk_pl-btn img {
	width: 90%;
	padding: 3px;
	border: #ccc solid 2px;
}

.cpk_pl-btn div {
	display: flex;
	background: #fff;
	width: 330px;
	border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(0,0,0,.5);
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cpk_pl-ttl {
	font-size: 19px;
	line-height: 1.5;
	padding: 12px;
	font-weight: bold;
}

.cpk_pl-txt {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.cpk_pl-btn div span {
	display: block;
	width: 330px;
	padding: 10px 0;
	background: #4F91AC;
	border-radius: 0 0 10px 10px;
	font-size: 18px;
	color: #fff;
	transition-duration: 500ms;
}
.cpk_pl-btn a {
	color: #333!important;
	text-decoration: none;
}

.cpk_pl-btn a:hover {
	text-decoration: none;
}

.cpk_pl-btn a div span:hover {
	background: #9E4446;
}

.pl-btn01, .pl-btn02, .pl-btn03 {
	cursor: pointer;
}

.cpk_data1 {
	width: 100%;
	height: 185px;
	margin: 0 auto;
	display: inline-block;
	line-height: 1.7;
}

.cpk_data1 ul {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 30px;
	list-style: none;
}

.cpk_data1 ul li:first-child {
	font-size: 20px;
}

.cpk_data1 ul li:nth-child(n+3) {
	list-style: disc;
	margin: 0 20px;
}

.cpk_image {
	position: relative;
	text-align: center;
}
.cpk_image::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: radial-gradient(rgba(255,255,255,0) 30%, #fff 56%);
}

/*footer*/
.cpk_footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-top: #eee solid 7px;
}


/*footer ft_gnav*/
.cpk_footer .cpk_ft_gnav ul, .cpk_footer .cpk_ft_gnav2 ul {
	margin: 20px 0;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}

.cpk_footer .cpk_ft_gnav ul li, .cpk_footer .cpk_ft_gnav2 ul li {
	width: 100%;
	text-align: center;
	border-right: solid 1px #CCB67D;
}

.cpk_footer .cpk_ft_gnav ul li:last-child, .cpk_footer .cpk_ft_gnav2 ul li:last-child {
	border :none;
}

.cpk_footer .cpk_ft_gnav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}

.cpk_footer .cpk_ft_gnav2 ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}

.cpk_footer .cpk_ft_gnav ul li a::after, .cpk_footer .cpk_ft_gnav2 ul li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #9E4446;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.cpk_footer .cpk_ft_gnav ul li a:hover::after, .cpk_footer .cpk_ft_gnav2 ul li a:hover::after {
	transform: scale(1, 1);
}

.cpk_footer .corp {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

.cpk_footer .corp p:nth-child(2) {font-size: 16px;}
.cpk_footer .corp p:last-child {font-size: 24px;}

.cpk_acs {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	width: 100%;
	margin: 20px 0;
}

.cpk_acs span {
	font-size: 18px;
}


/*slider*/
.cpk_slider {
	width: 100%;
	height: 675px;
	margin: 0 auto;
	position: relative;
	pointer-events: none;
}

.cpk_slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpk_slider ul li {
	width: 100%;
	height: 675px;
	position: absolute;
	top: 0;
	left: 0;
	animation-iteration-count: infinite;
	animation-duration: 48s;
}

.cpk_slider ul li:nth-child(1) {animation-name: slider; animation-delay: -4s;}
.cpk_slider ul li:nth-child(2) {animation-name: slider; animation-delay: 4s; opacity: 0;}
.cpk_slider ul li:nth-child(3) {animation-name: slider; animation-delay: 12s; opacity: 0;}
.cpk_slider ul li:nth-child(4) {animation-name: slider; animation-delay: 20s; opacity: 0;}
.cpk_slider ul li:nth-child(5) {animation-name: slider; animation-delay: 28s; opacity: 0;}
.cpk_slider ul li:nth-child(6) {animation-name: slider; animation-delay: 36s; opacity: 0;}
@keyframes slider {0%{opacity: 0;} 8.3%{opacity: 1;} 16.6%{opacity: 1;} 33.2%{opacity: 0;} 100%{opacity: 0;}}

.cpk_slider::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}