@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
	min-width: 950px;
}
h1,h2,h3 {
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#main {
	width: auto;
	min-width: 950px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#main p,
#main ul,
#main dl {
	color: #000;
}
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main p.cpNote01 {
	font-size: 14px;
}
#main .cpNote01-v1,
#main .cpNote01-v2 {
	margin-top: 10px;
}
#main .cpNote01-v2 {
	text-align: center;
}
#main p.cpNote02 {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 1280px) {
	#main p.cpNote02 {
		font-size: 1.1vw;
	}
}
img {
	max-width: 100%;
	height: auto;
}
sub {
    vertical-align: sub;
}

/* キャンペーン終了 */
#main .cpEndText {
	max-width: 1000px;
	width: 55%;
	margin: 30px auto 0;
	padding: 0 10px;
}
#main .cpEndText p {
	position: relative;
	line-height: 1.5;
	padding: 20px 10px;
	border: 4px solid #fa0046;
	color: #fa0046;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	background-color: #fff;
	z-index: 1;
}

/* Navi
----------------------------------- */
.cpNav {
	position: relative;
	padding: 0 10px;
	height: 135px;
	z-index: 1;
}
.cpTop .cpNav {
	margin-bottom: 50px;
}
.cpNav::after {
	content: "";
	width: 100%;
	height: 140px;
	background: url(../images/nav_bg01.png) repeat-x center 0;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-size: 1628px 140px;
}
.cpNav_list {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.cpNav_list li {
	position: relative;
	max-width: 222px;
	width: 17.9%;
}
.cpNav_list li::after {
	content: "";
	width: 1px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	background-color: #fff;
}
.cpNav_list li:last-child::after {
	display: none;
}
.cpNav_list li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	cursor: pointer;
}
.cpNav_list li:hover,
.cpNav_list li:hover a,
.cpNav_list li:hover a img {
	filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));
}
.cpNav_list li.current:hover,
.cpNav_list li.current:hover a,
.cpNav_list li.current:hover a img {
	filter:none;
}

.cpTop .cpNav {
	background-color: #0075ba;
	height: auto;
	margin-bottom: 0;
}
.cpTop .cpNav::after {
	display: none;
}
.cpTop .cpNav_list::before,
.cpTop .cpNav_list::after {
	content: "";
	width: 1px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	background-color: #fff;
}
.cpTop .cpNav_list::after {
	left: auto;
	right: 0;
}

/* .cpTop .cpNav_list li:nth-child(1) a,
.cpTop .cpNav_list li:nth-child(1) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));} */
/* .tab_cp70th_jutaku .cpNav_list li:nth-child(2),
.tab_cp70th_jutaku .cpNav_list li:nth-child(2) a,
.tab_cp70th_jutaku .cpNav_list li:nth-child(2) a img {filter: drop-shadow(0px 0px 6px rgb(170, 197, 54));}
.tab_cp70th_chintai .cpNav_list li:nth-child(3),
.tab_cp70th_chintai .cpNav_list li:nth-child(3) a,
.tab_cp70th_chintai .cpNav_list li:nth-child(3) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_reform .cpNav_list li:nth-child(4),
.tab_cp70th_reform .cpNav_list li:nth-child(4) a,
.tab_cp70th_reform .cpNav_list li:nth-child(4) a img,
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4),
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4) a,
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_oc01 .cpNav_list li:nth-child(5),
.tab_cp70th_oc01 .cpNav_list li:nth-child(5) a,
.tab_cp70th_oc01 .cpNav_list li:nth-child(5) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_faq .cpNav_list li:nth-child(6),
.tab_cp70th_faq .cpNav_list li:nth-child(6) a,
.tab_cp70th_faq .cpNav_list li:nth-child(6) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));} */

/* MV
----------------------------------- */
.cpMain {
	position: relative;
	display: none;
	background: url(../images/mv_bg01.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 10px 0;
}

.cpMain::after {
	content: "";
	width: 100%;
	height: 140px;
	background: url(../images/nav_bg01.png) repeat-x center 0;
	position: absolute;
	left: 0;
	top: -70px;
	display: block;
	background-size: 1628px 140px;
}
.cpTop .cpMain {
	display: block;
}
.cpMain .cpMain_in {
	display: flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
}
.cpMain .cpMain_img {
	width: 50%;
}
.cpMain .cpMain_img p {
	margin-top: 5px;
	text-align: right;
}
.cpMain .cpMain_img img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px 7px rgba(255, 255, 255, 0.5);
}
.cpMain_body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 2%;
}
.cpMain_body h1 {
	width: 81.5%;
	margin: 3% auto;
}
.cpMain_txt {
	width: 78%;
	min-height: 0%;
}
#main .cpMain .cpMain_note {
	padding: 0 0 20px;
	text-align: center;
	color: #000;
	font-size: 14px;;
	line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
	#main .cpMain .cpMain_note {
		font-size: 1.09vw;
	}
}
.isTablet #main .cpMain .cpMain_note {
	font-size: 14px;
}


/* コンテンツ出しわけ
----------------------------------- */
.cpSection {
	display: none;
}
.cpTop #cpTop {
	display: block;
}
.tab_cp70th_jutaku #cpJutaku {
	display: block;
}
.tab_cp70th_chintai #cpChintai {
	display: block;
}
.tab_cp70th_reform #cpReform {
	display: block;
}
.tab_cp70th_chintai_reform #cpReform {
	display: block;
}
.tab_cp70th_reform #cpReform .cpDetail_reform {
	display: block !important;
}
#main.tab_cp70th_reform .cpBtn02-chintai_reform {
	display: none;
}
.tab_cp70th_chintai_reform #cpReform .cpDetail_chintai {
	display: block !important;
}
#main.tab_cp70th_chintai_reform .cpBtn02-reform {
	display: none;
}
.tab_cp70th_oc01 #cpOc {
	display: block;
}
.tab_cp70th_oc01 #cpOc #cpDetail_lead02,
.tab_cp70th_oc01 #cpOc #cpProcess02,
.tab_cp70th_oc01 #cpOc #cpDetail_lead03,
.tab_cp70th_oc01 #cpOc #cpProcess03 {
	display: none;
}
.tab_cp70th_oc02 #cpOc {
	display: block;
}
.tab_cp70th_oc02 #cpOc #cpDetail_lead01,
.tab_cp70th_oc02 #cpOc #cpProcess01,
.tab_cp70th_oc02 #cpOc #cpDetail_lead03,
.tab_cp70th_oc02 #cpOc #cpProcess03 {
	display: none;
}
.tab_cp70th_oc03 #cpOc {
	display: block;
}
.tab_cp70th_oc03 #cpOc #cpDetail_lead01,
.tab_cp70th_oc03 #cpOc #cpProcess01,
.tab_cp70th_oc03 #cpOc #cpDetail_lead02,
.tab_cp70th_oc03 #cpOc #cpProcess02 {
	display: none;
}
.tab_cp70th_oc01 .cpDetail_btn {
	display: none;
}
.tab_cp70th_oc02 .cpDetail_btn {
	display: block;
}
.cpDetail_nav_on {
	display: none;
}
.tab_cp70th_oc01 .cpDetail_nav_oc01 .cpDetail_nav_on {
	display: block;
}
.tab_cp70th_oc01 .cpDetail_nav_oc01 .cpDetail_nav_off {
	display: none;
}
.tab_cp70th_oc02 .cpDetail_nav_oc02 .cpDetail_nav_on {
	display: block;
}
.tab_cp70th_oc02 .cpDetail_nav_oc02 .cpDetail_nav_off {
	display: none;
}
.tab_cp70th_oc03 .cpDetail_nav_oc03 .cpDetail_nav_on {
	display: block;
}
.tab_cp70th_oc03 .cpDetail_nav_oc03 .cpDetail_nav_off {
	display: none;
}

.tab_cp70th_faq #cpQuestion {
	display: block;
}

/* 各背景
----------------------------------- */
.cpSection#cpTop {
	background: url(../images/bg01.jpg) no-repeat center 0;
	background-size: cover;
	padding-top: 150px;
}
.cpSection#cpJutaku {
	background: url(../images/jutaku/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpChintai {
	background: url(../images/chintai/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpReform {
	background: url(../images/reform/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpOc {
	background: url(../images/oc01/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpQuestion {
	background: url(../images/question/bg01.jpg) no-repeat center 0;
	background-size: cover;
}

/* 大枠コンテンツ
----------------------------------- */
.cpSection {
	position: relative;
	padding: 70px 10px 100px;
	margin-top: -30px;
}
.cpSection .cpSection_in {
	max-width: 1240px;
	margin: 0 auto;
}

/* コンテンツヘッダー
----------------------------------- */
.cpSection .cpSection_in .cpSection_lead {
	text-align: center;
	margin-bottom: 80px;
}
.cpSection .cpSection_in .cpSection_lead .cpSection_tit {
	margin-bottom: 30px;
}
.cpSection .cpSection_in .cpSection_lead .cpSection_txt {
	margin-top: 30px;
}
#cpQuestion .cpSection_in .cpSection_lead {
	margin-bottom: 100px;
}

/* コンテンツ詳細
------------------------------------------------------------------------------- */
.cpSection .cpDetail {
	position: relative;
	margin-bottom: 130px;
	border: 3px solid #a87a2f;
	background: url(../images/bg02.jpg) no-repeat 0 0;
	background-size: cover;
}
/* CP終了 */
.cpDetail-close .cpDetail_tit01 {
	z-index: 2;
}
.cpDetail-close .cpDetail_tit01,
.cpDetail-close .cpDetail_in {
	position: relative;
}
.cpDetail-close .cpDetail_tit01::after,
.cpDetail-close .cpDetail_in::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
}
.cpDetail-close .cpDetail_in::after {
	top: -20px;
	height: calc(100% + 20px);
	z-index: 1;
}
#main .cpDetail-close .closeTxt {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
	text-align: center;
}
#cpTop .cpDetail {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_in {
	position: relative;
	padding: 80px 45px 45px;
}
.cpSection .cpDetail .cpDetail_in-pb01 {
	padding-bottom: 15px !important;
}
.cpSection .cpDetail::before,
.cpSection .cpDetail::after {
	content: "";
	width: 140px;
	height: 140px;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	background: url(../images/bg03.png) no-repeat 0 0;
	background-size: 140px;
}
.cpSection .cpDetail::after {
	left: auto;
	right: -8px;
	transform: rotate(90deg);
}
.cpSection .cpDetail-head {
	padding-top: 20px;
}
.cpSection .cpDetail-head .cpDetail_tit01 {
	width: 560px;
	height: 112px;
	background: url(../images/tit_bg01.png) no-repeat 0 0;
	background-size: 560px 112px;
	position: absolute;
	top: -57px;
	left: calc(50% - 280px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpSection .cpDetail-head .cpDetail_tit01 .cpDetail_tit01_note {
	font-size: 14px;
    position: absolute;
    left: calc(50% - 70px);
    bottom: -30px;
}

/* コンテンツナビ
------------------------------------------------------------------------------- */
.cpSection .cpDetail .cpDetail_nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 3px solid #a87a2f;
}
.cpSection .cpDetail .cpDetail_nav li a:hover {
	opacity: 0.8;
}
.cpSection .cpDetail .cpDetail_nav li img {
	width: calc(100% - 2px);
	height: auto;
}
.cpSection .cpDetail .cpDetail_nav .cpDetail_nav_disabled {
	pointer-events: none;
	cursor: default;
}
.cpSection .cpDetail .cpDetail_nav-reform {
	position: relative;
	border: none;
	margin-bottom: 30px;
	padding-bottom: 0;
	justify-content: space-around;
}
.cpSection .cpDetail .cpDetail_nav-reform::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #231815;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
}
.cpSection .cpDetail .cpDetail_nav-reform li {
	max-width: 420px;
	width: 36.71%;
}
.cpSection .cpDetail .cpDetail_nav-reform li a:hover {
	opacity: 0.7;
}

.cpSection .cpDetail .cpDetail_reformBlock {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_chintai {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_chintai {
	display: none;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_tit,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_date,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_sub {
	margin-bottom: 30px;
}
.tab_cp70th_reform .cpDetail_nav-reform li:last-child a {
	opacity: 0.15 !important;
}
.tab_cp70th_chintai_reform .cpDetail_nav-reform li:first-child a {
	opacity: 0.15 !important;
}
.tab_cp70th_reform .cpDetail_nav-reform li:last-child a:hover {
	opacity: 1 !important;
}
.tab_cp70th_chintai_reform .cpDetail_nav-reform li:first-child a:hover {
	opacity: 1 !important;
}

.cpSection .cpDetail .cpDetail_lead {
	text-align: center;
}
/* .cpSection .cpDetail .cpDetail_lead p {
	margin-bottom: 30px;
}
.cpSection .cpDetail .cpDetail_tit02 {
	margin-bottom: 30px;
}
.cpSection .cpDetail .cpDetail_date {
	margin-bottom: 30px;
} */


/* 詳細キャンペーンブロック
------------------------------------------------------------------------------- */
.cpDetail_block01 {
	position: relative;
	margin-top: 20px;
	padding: 25px 25px 10px;
	border: 3px solid #a87a2f;
	box-shadow: 0px 0px 15px 7px rgba(168, 122, 47, 0.2);
	background-color: #fff;
	z-index: 1;
}
.cpDetail_block01_col {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cpDetail_block01_col .cpDetail_block01_img {
	max-width: 480px;
	width: 43.83%;
}
.cpDetail_block01_col .cpDetail_block01_img .cpDetail_block01_note {
	text-align: right;
}
.cpDetail_block01_col .cpDetail_block01_txt {
	position: relative;
	max-width: 590px;
	width: 53.88%;
	text-align: center;
}
#main .cpDetail_block01_col .cpDetail_block01_txt h3.cpDetail_block01_tit {
	width: 74.2%;
	margin: 4% auto 5%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt h3.cpDetail_block01_tit-v1 {
	margin-top: 9%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p:last-child {
	font-size: 17px;
	margin-bottom: 0;
}
.isTablet #main .cpDetail_block01_col .cpDetail_block01_txt p {
	font-size: 18px;
}
.isTablet #main .cpDetail_block01_col .cpDetail_block01_txt p:last-child {
	font-size: 12px;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p.cpJutaku_txt07 {
	font-size: 16px;
}
#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_date {
	margin-bottom: 8%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt ul {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#main .cpDetail_block01_col .cpDetail_block01_txt ul li {
    margin-left: 1em;
    text-indent: -1em;
}
#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_ticket {
	margin: 0 auto 4%;
}
.cpDetail_block01_w {
	margin: 50px auto;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	#main .cpDetail_block01_col .cpDetail_block01_txt p {
		font-size: 2.05vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_ticket {
		font-size: 2.0vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt p:last-child,
	#main .cpDetail_block01_col .cpDetail_block01_txt ul {
		font-size: 1.28vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt p.cpJutaku_txt07 {
		font-size: 1.25vw;
	}

}

/* ハロウィーン */
.cpDetail_hw {
	border: 3px solid #a87a2f;
	margin-top: 60px;
	padding: 25px 25px 5px;
	background: url(../images/jutaku/bg03.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 3px 3px 10px rgba(168, 122, 47, .3)
}
.cpDetail_hw_col {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cpDetail_hw_col .cpDetail_hw_img {
	width: 40.74%;
	max-width: 440px;
}
.cpDetail_hw_col .cpDetail_hw_img img {
	border: 10px solid rgba(255, 255, 255, .7);
	border-radius: 5px;
}
.cpDetail_hw_col .cpDetail_hw_img .cpDetail_hw_note {
	text-align: right;
}
.cpDetail_hw_col .cpDetail_hw_txt {
	width: 57.4%;
	max-width: 620px;
	text-align: center;
}


.cpDetail_hw_txt .cpDetail_hw_tit {
	width: 87.9%;
	max-width: 540px;
	margin: 0 auto;
}
.cpDetail_hw_txt .cpDetail_hw_date {
	width: 95.16%;
	max-width: 620px;
	margin: 0 auto 1%;
}
#main .cpDetail_hw_col .cpDetail_hw_txt .cpDetail_hw_note {
	font-size: 15px;
	margin-bottom: 1.5%;
    line-height: 1.4;
}
#main .cpDetail_hw_col .cpBtn02 {
	position: relative;
	padding: 1.5%;
	font-size: 34px;
	background-color: #910683;
}
#main .cpDetail_hw_col .cpBtn02::before,
#main .cpDetail_hw_col .cpBtn02::after {
	content: "";
	width: 23.38%;
	max-width: 145px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/jutaku/bg02.png) no-repeat 0 0;
	background-size: cover;
}
#main .cpDetail_hw_col .cpBtn02::after {
	transform: rotateY(180deg);
	left: auto;
	right: 0;
}

#main .cpDetail_hw + p {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width: 1280px) {
	#main .cpDetail_hw_col .cpBtn02 {
		font-size: 2.6vw;
	}
	#main .cpDetail_hw_col .cpDetail_hw_txt .cpDetail_hw_note {
		font-size: 1.17vw;
	}
	#main .cpDetail_hw + p {
		font-size: 1.095vw;
	}
}

/* TOPキャンペーンブロック
------------------------------------------------------------------------------- */
.cpDetail_block02 {
	display: flex;
	justify-content: space-between;
}
.cpDetail_block02 .cpDetail_block02_txt {
	max-width: 760px;
	width: 66.08%;
	background-color: #fff;
	box-shadow: 0px 0px 8px 3px rgba(168, 122, 47, 0.2);
}
.cpDetail_block02 .cpDetail_block02_txt_head {
	background-color: #a87a2f;
	text-align: center;
	padding: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .cpDetail_block02 .cpDetail_block02_txt_head p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.cpDetail_block02 .cpDetail_block02_txt_body {
	padding: 25px 30px 25px 40px;
}
.cpDetail_block02 .cpDetail_block02_img {
	position: relative;
	max-width: 355px;
	width: 30.86%;
}
.cpDetail_block02 .cpDetail_block02_txt_date {
	margin: 0 auto 25px;
}
#main .cpDetail_block02 p.cpDetail_block02_txt_cap {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 1.3;;
}
.isTablet #main .cpDetail_block02 p.cpDetail_block02_txt_cap {
	font-size: 22px;
}
#main .cpDetail_block02 p {
	font-size: 16px;
	font-weight: bold;
}
.isTablet #main .cpDetail_block02 p {
	font-size: 12px;
}
#main .cpDetail_block02 ul {
	font-size: 16px;
	margin-top: 2%;
}
.isTablet #main .cpDetail_block02 ul {
	font-size: 12px;
}
#main .cpDetail_block02 ul li {
    text-indent: -1em;
    margin-left: 1em;
}
.cpDetail_block02 .cpDetail_block02_img .cpDetail_block02_note {
	position: absolute;
	right: 0;
	bottom: -25px;
	font-weight: normal !important;
	font-size: 12px !important;
}
@media only screen and (max-width: 1280px) {
	#main .cpDetail_block02 .cpDetail_block02_txt_head p {
		font-size: 2.37vw;
	}
	#main .cpDetail_block02 p {
		font-size: 1.2vw;
	}
	#main .cpDetail_block02 p.cpDetail_block02_txt_cap {
		font-size: 2.2vw;
	}
	.cpDetail_block02 .cpDetail_block02_txt_body {
		padding: 4% 5%;
	}
	#main .cpDetail_block02 ul {
		font-size: 1.16vw;
	}
}

/* 画像テキスト調整
------------------------------------------------------------------------------- */
/* TOP */
.cpTop_txt01 {
	width: 69.9%;
    max-width: 800px;
    margin: 0 auto 50px;
}
.cpTop_txt02 {
	width: 53.04%;
	max-width: 610px;
	margin: 0 auto 40px;
}
.cpTop_txt03 {
	width: 71.3%;
	max-width: 810px;
	margin: 6% auto 4%;
}

/* 戸建 */
.cpJutaku_txt01 {
	max-width: 570px;
	width: 49.56%;
	margin: 0 auto 2%;
}
.cpJutaku_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}
.cpJutaku_txt03 {
	max-width: 1100px;
	width: 95.65%;
	margin: 2% auto 4%;
}
.cpJutaku_txt04 {
	max-width: 830px;
	width: 72.17%;
	margin: 6% auto 5%;
}
.cpJutaku_txt05 {
	max-width: 985px;
	width: 85.65%;
	margin: 0 auto 5%;
}
.cpJutaku_txt06 {
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}


/* 賃貸 */
.cpChintai_txt01 {
	max-width: 570px;
	width: 49.56%;
	margin: 0 auto 2%;
}
.cpChintai_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}

.cpChintai_txt03 {
	max-width: 1005px;
	width: 87.39%;
	margin: 2% auto 3.5%;
}
.cpChintai_txt04 {
	max-width: 830px;
	width: 72.17%;
	margin: 4.5% auto 3.5%;
}

/* リフォーム */
.cpReform_txt01 {
	max-width: 590px;
	width: 51.30%;
	margin: 0 auto 3%;
}
.cpReform_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 3%;
}
.cpReform_txt03 {
	max-width: 1005px;
	width: 87.39%;
	margin: 2% auto;
}
.cpReform_txt04 {
	max-width: 640px;
	width: 55.94%;
	margin: 0 auto 3%;
}

/* どなたでも */
.cpOc_txt01 {
	max-width: 450px;
	width: 39.13%;
	margin: 0 auto 2.5%;
}
.cpOc_txt01-02 {
	max-width: 480px;
	width: 42%;
}
.cpOc_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}
.cpOc_txt02-02 {
	max-width: 420px;
	width: 38.8%;
	margin: 0 auto 3.5%;
}
.cpOc_txt03 {
	max-width: 435px;
	width: 50.58%;
	margin-bottom: 2%;
}
.cpOc_txt04 {
	max-width: 450px;
	width: 100%;
	margin-bottom: 2%;
}
.cpOc_txt05 {
	max-width: 160px;
	width: 31.37%;
	margin-bottom: 2%;
}
.cpOc_txt06 {
	width: 75%;
	text-align: center;
	margin: 0 auto 2%;
}
.cpOc_txt06-02 {
	width: 79%;
}
.cpOc_txt06-03 {
	width: 77%;
}

@media only screen and (max-width: 1150px) {
	#main .cpOcCol .cpOcCol_txt p.cpOc_txt06 {
		font-size: 1.935vw;
	}
}


/* 対象のキャンペーンはこちらから
------------------------------------------------------------------------------- */
.cpCampaign_tit {
	margin: 0 auto 30px;
	text-align: center;
}
.cpCampaign_col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpCampaign_col .cpCampaign_col_item {
	position: relative;
    border: 2px solid #a87a2f;
    background: url(../images/bg02.jpg) no-repeat 0 0;
    background-size: cover;
	max-width: 600px;
	width: 48.38%;
	margin-bottom: 0;
}
.cpCampaign_col .cpCampaign_col_item:hover {
	opacity: 0.7;
}
.cpCampaign_col .cpCampaign_col_item a {
	display: block;
	padding: 30px;
}
.cpCampaign_col .cpCampaign_col_item::before, .cpCampaign_col .cpCampaign_col_item::after {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(../images/bg03.png) no-repeat 0 0;
    background-size: 65px;
}
.cpCampaign_col .cpCampaign_col_item::after {
	left: auto;
	right: -5px;
	transform: rotate(90deg);
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_tit {
	text-align: center;
	margin: 0 auto 15px;
}
.cpCampaign_col .cpCampaign_col_item-jutaku .cpCampaign_col_tit,
.cpCampaign_col .cpCampaign_col_item-chintai .cpCampaign_col_tit {
	width: 73.83%;
}
.cpCampaign_col .cpCampaign_col_item-reform .cpCampaign_col_tit {
	width: 75.7%;
}
.cpCampaign_col .cpCampaign_col_item-oc01 .cpCampaign_col_tit {
	width: 78.5%;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in {
	display: flex;
	justify-content: space-between;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in .cpCampaign_col_item_img {
	max-width: 210px;
	width: 39.25%;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in .cpCampaign_col_item_txt {
	max-width: 310px;
	width: 57.94%;
}
.cpCampaign_col .cpCampaign_col_item-reform a {
	padding-top: 10px;
}
.cpCampaign_note {
	margin-bottom: 20px;
}

/* 大和ハウスの集合住宅D-ROOM
------------------------------------------------------------------------------- */
.cpDetail_droom {
	margin: 50px auto 0;
}
.cpDetail_droom .cpDetail_droom_tit {
	margin-bottom: 20px;
	text-align: center;
}
.cpDetail_droom .cpDetail_droom_col {
	display: flex;
	justify-content: space-between;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_img {
	max-width: 575px;
	width: 50%;;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt {
	max-width: 535px;
	width: 46.52%;
	display: flex;
	align-items: center;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt_in {
	width: 100%;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt p {
	width: 81.96%;
	max-width: 500px;
}

/* 応募方法
------------------------------------------------------------------------------- */
.cpOcCol {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1040px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: 3px solid #a87a2f;
}
.cpOcCol::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-top: solid 3px #a87a2f;
    border-right: solid 3px #a87a2f;
    transform: rotate(135deg);
    position: absolute;
    bottom: -19px;
    background-color: #fff;
    left: calc(50% - 10px);
}
.cpOcCol-nb {
	border-bottom: none;
}
.cpOcCol-03::after,
.cpOcCol-nb::after {
	display: none;
}
.cpOcCol:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cpOcCol .cpOcCol_step {
	max-width: 125px;
	width: 12.02%;
}
#main .cpOcCol .cpOcCol_txt p {
	font-size: 25px;
	font-weight: bold;
}
#main .cpOcCol .cpOcCol_txt p.cpNote01 {
	font-size: 18px;
	font-weight: normal;
}
.cpOcCol .cpOcCol_tit {
	margin-bottom: 20px;
}
.cpOcCol-01 .cpOcCol_txt {
	max-width: 860px;
	width: 82.69%;
}
.cpOcCol-02 .cpOcCol_txt {
	max-width: 450px;
	width: 43.27%;
}
.cpOcCol-02 .cpOcCol_img {
	max-width: 360px;
	width: 34.62%;
}
.cpOcCol-03 .cpOcCol_txt {
	max-width: 520px;
	width: 50%;
}
.cpOcCol-03 .cpOcCol_img {
	max-width: 290px;
	width: 27.88%;
}

/* 応募の流れ */
.cpOcCol-04 .cpOcCol_step {
	max-width: 510px;
	width: 50%;
	text-align: center;
}
.cpOcCol-04 .cpOcCol_step .cpOcCol_step_in {
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
#main .cpOcCol-04 .cpOcCol_step p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
}
.cpOcCol-04 .cpOcCol_txt {
	max-width: 510px;
	width: 50%;
	text-align: center;
}
.cpOcCol-04 .cpOcCol_txt span {
	max-width: 380px;
	display: block;
	margin: 0 auto;
}

/* クイズ
------------------------------------------------------------------------------- */
.cpOcQuiz {
	border: 5px solid #8366aa;
	margin-top: 60px;
}
.cpOcQuiz .cpOcQuiz_head {
	position: relative;
	padding: 30px;
}
.cpOcQuiz .cpOcQuiz_head .cpOcQuiz_tit {
	position: relative;
	height: 240px;
	text-align: center;
}

.cpOcQuiz .cpOcQuiz_head .cpOcQuiz_tit .cpOcQuiz_logo {
	position: absolute;
	width: 285px;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
}
.cpOcQuiz .cpOcQuiz_head .cpOcQuiz_tit .cpOcQuiz_cap {
	position: absolute;
    top: 110px;
    left: calc(50% + 133px);
    width: 31%;
}
.cpOcQuiz .cpOcQuiz_head h3 {
	text-align: center;
	margin-bottom: 30px;
}
.cpOcQuiz_img a:hover {
	opacity: 0.8;;
}
.cpOcQuiz_answer {
	margin-top: 40px;
}

/* 第3弾 */
#cpDetail_lead03 p:last-child {
	margin-bottom: 50px;
}
#cpProcess03 .cpOcQuiz {
	color: #000;
}
#cpProcess03 .cpQuiz_question h4 {
	text-align: center;
}
#cpProcess03 .cpOcQuiz_tit {
	text-align: center;
	margin: 60px auto 20px;
}
#main .cpDetail_block_tit:first-child {
	margin-top: 30px;
}
#main.tab_cp70th_oc03 .cpOcQuiz {
	margin: 0 auto;
	padding: 30px 30px 60px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .cpQuiz_question {
	padding: 10px 0;
}
#main.tab_cp70th_oc03 .cpOcQuiz .cpQuiz_question h4 {
	font-size: 18px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .cpQuiz_question .cpNote01 {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer {
	position: relative;
	margin: 40px auto;
	max-width: 700px;
	font-weight: bold;
	font-size: 28px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer.answered {
	pointer-events: none;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer input {
	display: none;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
	height: 55px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	display: block;
    width: 80px;
    height: 68px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label:not(:last-child) {
	margin-bottom: 30px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label:hover {
	outline: 2px solid #8366aa;
	background-color: rgba(131, 102, 170, .1);
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer input:checked + label {
	outline: 2px solid #8366aa;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(131, 102, 170, .1);
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label:nth-of-type(1)::before {
	background: url(../images/oc03/icon01.png) no-repeat 0 0;
	background-size: cover;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer label:nth-of-type(2)::before {
	background: url(../images/oc03/icon02.png) no-repeat 0 0;
	background-size: cover;
}
#main.tab_cp70th_oc03   .cpOcQuiz .answer label:nth-of-type(3)::before {
	background: url(../images/oc03/icon03.png) no-repeat 0 0;
	background-size: cover;
}

#main.tab_cp70th_oc03 .cpOcQuiz .answer-v1 {
	font-size: 20px;
}
#main.tab_cp70th_oc03 .cpOcQuiz .answer-v1 label {
	padding-left: 120px;
	justify-content: flex-start;
}
.cpOcQuiz_bubble {
    position: absolute;
    bottom: 0;
    left: -130px;
    display: inline-block;
    padding: 17px 30px;
    border-radius: 50%;
    background-color: #8366aa;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    width: 120px;
    height: 80px;
}
.answer-03 .cpOcQuiz_bubble {
	bottom: auto;
	top: -25px;
}
.cpOcQuiz_bubble::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	border-style: solid;
	border-width: 0 0 17px 20px;
	border-color: transparent transparent transparent #8366aa;
	translate: 100% calc(-50% - -5.7px);
    transform: skew(0, 36deg);
	transform-origin: left;
}

#main.tab_cp70th_oc03 .cpOcQuiz .answer input[type=radio]:checked + label::after {
	content: "";
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #ff0000;
    position: absolute;
    top: -15px;
    left: 17px;
}


/* よくあるご質問
------------------------------------------------------------------------------- */
.cpDetail_question dl {
	font-size: 22px;
	font-weight: bold;
}
.cpDetail_question dl dt {
	position: relative;
	padding-left: 100px;
	min-height: 52px;
	display: flex;
	align-items: center;
	margin: 0 0 35px;
	padding: 30px 80px 0 100px;
	border-top: 5px dotted #a87a2f;
	cursor: pointer;
}
.cpDetail_question dl dt:hover span {
	text-decoration: underline;
}
.cpDetail_question dl dt:first-child {
	border-top: none;
}
.cpDetail_question dl dt::before {
	content: "";
	width: 45px;
	height: 50px;
	background: url(../images/question/icon_q.png) no-repeat 0 0;
	background-size: 45px 50px;
	position: absolute;
	top: 30px;
	left: 0;
}
.cpDetail_question dl dt::after {
	content: "";
	width: 48px;
	height: 48px;
	background: url(../images/question/icon_menu.png) no-repeat 0 0;
	background-size: 48px 96px;
	position: absolute;
	top: 30px;
	right: 0;
}
.cpDetail_question dl dd {
	position: relative;
	padding: 0 80px 30px 100px;
	min-height: 52px;
	display: none;
}
.cpDetail_question dl dd::after {
	content: "";
	width: 46px;
	height: 44px;
	background: url(../images/question/icon_a.png) no-repeat 0 0;
	background-size: 46px 44px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpDetail_question dl dt.isOpen {
	margin-bottom: 55px;
}
.cpDetail_question dl dt.isOpen::after {
	background-position-y: 100%;
}
.cpDetail_question dl dt.isOpen + dd {
	display: block;
}

/* 利用規約
------------------------------------------------------------------------------- */
.cpDetail_reqList {
	margin-top: 20px;
	color: #000;
}
#main .cpDetail_reqList > dt {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 2px;
}
#main .cpDetail_reqList > dt,
#main .cpDetail_reqList > dd {

}
.cpDetail_reqList > dd {
	margin-bottom: 15px;
}
.cpDetail_reqList > dd:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd ul.cpDetail_list01 {
	margin: .8em 0;
	font-size: 14px;
}
#main .cpDetail_reqList > dd ul {
	font-size: 14px;
}
.cpDetail_reqList > dd ul.cpDetail_list > li {
	list-style: disc;
	line-height: 1.4;
	margin-left: 1.5em;
	margin-bottom: .5em;
}
.cpDetail_reqList > dd ul > li:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd p {
	font-size: 100%;
}
#main .cpDetail_reqTitle {
	font-size: 18px;
	font-weight: bold;
}
.cpDetail_reqCl01 {
	color: #ea3780;
}
.cpDetail_btn {
	text-align: center;
}
.cpDetail_btn a {
	display: inline-block;
	margin: 50px auto 20px;
}
.cpDetail_btn a:hover {
	opacity: 0.8;;
}

.cpDetail_apply {
	padding: 50px 0 70px;
}
.cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-correct {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
.cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-correct p {
	max-width: 450px;
	margin: 0 auto 40px;
}
.cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-correct a:hover {
	opacity: 0.7;
}
.cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-disabled {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-disabled span {
	max-width: 650px;
	display: block;
	margin: -40px auto 5px;
}
#main .cpDetail_apply .cpDetail_apply_in.cpDetail_apply_in-disabled p {
	font-size: 17px;
}

.cpDetail_apply-disabled {
	background: url(../images/oc03/bg1_off.png) no-repeat 0 0;
	background-size: cover;
	mix-blend-mode: multiply;
}
.cpDetail_apply-correct {
	background: url(../images/oc03/bg1_on.png) no-repeat 0 0;
	background-size: cover;
}

.cpDetail_apply-disabled .cpDetail_apply_in-disabled {
	display: block;
}
.cpDetail_apply-disabled .cpDetail_apply_in-correct {
	display: none;
}
.cpDetail_apply-correct .cpDetail_apply_in-disabled {
	display: none;
}
.cpDetail_apply-correct .cpDetail_apply_in-correct {
	display: block;
}

.cpOcQuiz-answered .cpOcQuiz_list {
	display: none;
}
.cpOcQuiz .cpOcQuiz_answered {
	display: none;
}
.cpOcQuiz-answered .cpOcQuiz_answered {
	display: block;
	padding: 50px 0 0;
}
#main .cpOcQuiz-answered .cpOcQuiz_answered p {
	font-size: 32px;
	font-weight: bold;
	color: #e60012;
}
/* ボタン
------------------------------------------------------------------------------- */
.cpBtns {
	margin: 60px auto 0;
}
.cpBtns .cpBtn02 {
	margin-bottom: 80px;
}
#main .cpBtn01 {
	display: block;
	color: #fff;
	background-color: #a87a2f;
	border-radius: 50px;
	text-align: center;
	padding: 20px;
	font-size: 30px;
	text-decoration: none;
	margin-top: 30px;
}
.cpBtn01[target=_blank]::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
    background: url(/ad/sponsor/tdr/cp/images/icon02.png) left top no-repeat;
    background-size: 20px;
    vertical-align: middle;
}
#main .cpBtn01:hover {
	opacity: .8;
}
#main .cpBtn01-v1 {
	color: #a87a2f;
	border: #a87a2f 3px solid;
	background-color: transparent;
	padding: 10px;
	line-height: 1;
	font-weight: bold;
	width: 360px;
}
#main .cpBtn01-v2 {
	max-width: 980px;
	margin: 0 auto;
}
#main .cpBtn01-v2 span {
	position: relative;
}
#main .cpBtn01-v2 span::before,
#main .cpBtn01-v2 span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(-40deg);
}
#main .cpBtn01-v2 span::before {
    transform: rotate(40deg);
}
#main .cpBtn02 {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #a87a2f;
	padding: 30px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
#main .cpBtn02:hover {
	opacity: .8;
}
#main .cpBtn02-v1 {
	background-color: #d8372d;
	font-size: 35px;
}
#main .cpBtn02 span {
	position: relative;
}
#main .cpBtn02 span::before,
#main .cpBtn02 span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(-40deg);
}
#main .cpBtn02 span::before {
    transform: rotate(40deg);
}
#main .cpPagetop {
	text-align: center;
	margin-top: 20px;
}
#main .cpPagetop a {
	position: relative;
	font-size: 24px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
#main .cpPagetop a::after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../images/icon01.png) no-repeat 0 0;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -50px;
	top: calc(50% - 17px);
}

#main .cpBtn03 {
    width: 100%;
    max-width: 380px;
    display: block;
    color: #fff;
    background-color: #8366aa;
    border-radius: 30px;
    margin: 0 auto;
    padding: 5px;
    font-size: 22px;
    text-decoration: none;
    opacity: 1;
    text-align: center;
    transition: opacity .2s;
}
.cpBtn03[target=_blank]::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 10px;
    background: url(/ad/sponsor/tdr/cp/images/icon02.png) left top no-repeat;
    background-size: 16px;
    vertical-align: middle;
}
#main .cpBtn03:hover {
	opacity: 0.8;
}

/* 背景装飾
------------------------------------------------------------------------------- */
.cpDec {
	position: relative;
	z-index: 1;
	mix-blend-mode: multiply;
}
.cpDec::before,
.cpDec::after {
	content: "";
	width: 350px;
    height: 280px;
	background: url(../images/bg04.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	z-index: -1;
}
.cpDec::before {
	right: auto;
	transform: scale(-1, 1);
}

.cpDec-01::before {
    top: -70px;
    left: -260px;
}
.cpDec-01::after {
    top: -70px;
    right: -260px;
}
.cpDec-02::before {
    top: 110px;
    left: -170px;
}
.cpDec-02::after {
    top: 110px;
    right: -170px;
}
.cpDec-03::before {
    top: -110px;
    left: -20px;
}
.cpDec-03::after {
    top: -110px;
    right: -20px;
}
.cpDec-04::before {
    top: 10px;
    left: -150px;
}
.cpDec-04::after {
    top: 10px;
    right: -150px;
}
.cpDec-05::before {
    top: -40px;
    left: -50px;
}
.cpDec-05::after {
    top: -40px;
    right: -50px;
}
.cpDec-06::before {
    top: -50px;
    left: -60px;
}
.cpDec-06::after {
    top: -50px;
    right: -60px;
}
.cpDec-07::before,
.cpDec-07::after,
.cpDec-08::before,
.cpDec-08::after {
	width: 320px;
	height: 240px;
}
.cpDec-07::before {
    top: -70px;
    left: -110px;
}
.cpDec-07::after {
    top: -70px;
    right: -110px;
}
.cpDec-08::before {
    top: -60px;
    left: -120px;
}
.cpDec-08::after {
	top: -60px;
    right: -120px;
}
.cpDec-09::before {
    top: -60px;
    left: -300px;
}
.cpDec-09::after {
	top: -60px;
    right: -300px;
}
.cpDec-10::before {
    top: -180px;
    left: -230px;
}
.cpDec-10::after {
    top: -180px;
    right: -230px;
}
.cpDec-11::before {
    top: -130px;
    left: -170px;
}
.cpDec-11::after {
    top: -130px;
    right: -170px;
}


/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 88px;
	height: 20px;
	overflow: hidden;
}




/* 展示場検索
------------------------------------------------------------------------------- */
.iitPlace01 {
	margin: 30px auto;
	padding: 0;
	overflow: hidden;
	max-width: 1040px;
}
.iitPlace01_in {
	background-color: #a87a2f;
	padding: 0 10px 10px 10px;
}
#main .iitPlace01_tit {
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: #a87a2f;
	margin-bottom: 0;
	padding: 0 30px;
	position: relative;
}
#main .iitPlace01_tit span {
	color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 30px;
	min-width: 520px;
	border: 2px solid #a87a2f;
}

/* エリア情報
------------------------------------------------------------------------------- */
.area01 {
	padding: 20px 10px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.area01_navs1 {
	color: #333;
	font-size: 14px; /* oldIE */
	font-size: 0.88rem;
	text-align: center;
	letter-spacing: -0.5em;
}
.cpDetail .area01_nav1 {
	width:10.7857%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0;
}
#hokkaidoTab{ width:11.5%; }
#chubu2Tab{ width:13%; }
.area01_nav1 a,
.area01_nav1 > span {
	display: block;
	position: relative;
	padding: 17px 2% 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area01_nav1 a:after,
.area01_nav1 > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: 0 0 0 -4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #666;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.d_hover .area01_nav1 a:hover:after,
.d_hover .area01_nav1 > span:hover:after,
.area01_nav1-current a:after,
.area01_nav1-current > span:after,
.area01_nav1.fnTab_current a:after,
.area01_nav1.fnTab_current > span:after {
	border-color: #EAA960;
}
.d_hover .area01_nav1 a:hover,
.d_hover .area01_nav1 > span:hover {
	color: #EAA960;
}
.area01_nav1-current a,
.area01_nav1-current > span,
.area01_nav1.fnTab_current a,
.area01_nav1.fnTab_current > span {
	background-color: #fff;
	color: #EAA960;
	cursor: default;
}
.fnTab_target {
	display: none !important;
}
.fnTab_target.fnTab_current {
	display: block !important;
}

@media only screen and (max-width: 1150px) {
	.area01_navs1 { padding:0 20px; }
}


/* 地図
------------------------------------------------------------------------------- */
.tMap {
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}
.tMap_img {
	display: block;
	}
.tMap_img img {
	max-width: 100%;
    height: auto;
	}
.tMap_item {
	position: absolute;
}
/* 北海道 */
.tMap_item-pref1 {
	top: 45%;
	left: 47%;
}
/* 青森 */
.tMap_item-pref2 {
	top: 9%;
	left: 51%;
}
/* 岩手 */
.tMap_item-pref3 {
	top: 32%;
	left: 58%;
}
/* 宮城 */
.tMap_item-pref4 {
	top: 62%;
	left: 54%;
}
/* 秋田 */
.tMap_item-pref5 {
	top: 28%;
	left: 42%;
}
/* 山形 */
.tMap_item-pref6 {
	top: 56%;
	left: 38%;
}
/* 福島 */
.tMap_item-pref7 {
	top: 80%;
	left: 44%;
}
/* 茨城 */
.tMap_item-pref8 {
	top: 26%;
	left: 63%;
}
/* 栃木 */
.tMap_item-pref9 {
	top: 7%;
	left: 52%;
}
/* 群馬 */
.tMap_item-pref10 {
	top: 14%;
	left: 35%;
}
/* 埼玉 */
.tMap_item-pref11 {
	top: 35%;
	left: 40%;
}
/* 千葉 */
.tMap_item-pref12 {
	top: 65%;
	left: 64%;
}
/* 東京 */
.tMap_item-pref13 {
	top: 55%;
	left: 47%;
}
/* 神奈川 */
.tMap_item-pref14 {
	top: 75%;
	left: 43%;
}
/* 新潟 */
.tMap_item-pref15 {
	top: 15%;
	left: 65%;
}
/* 富山 */
.tMap_item-pref16 {
	top: 33%;
	left: 46%;
}
/* 石川 */
.tMap_item-pref17 {
	top: 45%;
	left: 31%;
}
/* 福井 */
.tMap_item-pref18 {
	top: 67%;
	left: 26%;
}
/* 山梨 */
.tMap_item-pref19 {
	top: 58%;
	left: 27%;
}
/* 長野 */
.tMap_item-pref20 {
	top: 59%;
	left: 56%;
}
/* 岐阜 */
.tMap_item-pref21 {
	top: 15%;
	left: 46%;
}
/* 静岡 */
.tMap_item-pref22 {
	top: 50%;
	left: 66%;
}
/* 愛知 */
.tMap_item-pref23 {
	top: 49%;
	left: 47%;
}
/* 三重 */
.tMap_item-pref24 {
	top: 67%;
	left: 36%;
}
/* 滋賀 */
.tMap_item-pref25 {
	top: 24%;
	left: 60%;
}
/* 京都 */
.tMap_item-pref26 {
	top: 13%;
	left: 45%;
}
/* 大阪 */
.tMap_item-pref27 {
	top: 46%;
	left: 44%;
}
/* 兵庫 */
.tMap_item-pref28 {
	top: 26%;
	left: 32%;
}
/* 奈良 */
.tMap_item-pref29 {
	top: 64%;
	left: 55%;
}
/* 和歌山 */
.tMap_item-pref30 {
	top: 77%;
	left: 41%;
}
/* 鳥取 */
.tMap_item-pref31 {
	top: 9%;
	left: 70%;
}
/* 島根 */
.tMap_item-pref32 {
	top: 20%;
	left: 42%;
}
/* 岡山 */
.tMap_item-pref33 {
	top: 42%;
	left: 68%;
}
/* 広島 */
.tMap_item-pref34 {
	top: 52%;
	left: 47%;
}
/* 山口 */
.tMap_item-pref35 {
	top: 67%;
	left: 17%;
}
/* 徳島 */
.tMap_item-pref36 {
	top: 40%;
	left: 66%;
}
/* 香川 */
.tMap_item-pref37 {
	top: 17%;
	left: 58%;
}
/* 愛媛 */
.tMap_item-pref38 {
	top: 38%;
	left: 31%;
}
/* 高知 */
.tMap_item-pref39 {
	top: 53%;
	left: 47%;
}
/* 福岡 */
.tMap_item-pref40 {
	top: 8%;
	left: 61%;
}
/* 佐賀 */
.tMap_item-pref41 {
	top: 11%;
	left: 46%;
}
/* 長崎 */
.tMap_item-pref42 {
	top: 32%;
	left: 41%;
}
/* 熊本 */
.tMap_item-pref43 {
	top: 43%;
	left: 56%;
}
/* 大分 */
.tMap_item-pref44 {
	top: 22%;
	left: 72%;
}
/* 宮崎 */
.tMap_item-pref45 {
	top: 58%;
	left: 68%;
}
/* 鹿児島 */
.tMap_item-pref46 {
	top: 72%;
	left: 52%;
}
/* 沖縄 */
.tMap_item-pref47 {
	top: 64%;
	left: 18%;
}
#main .tMap_item p {
	line-height: 1;
	margin: 0 0 10px;
	color: #000;
	font-size: 1rem;
	text-align: center;
}
.tMap_item li {
	margin: 10px 0 0;
	list-style: none !important;
}
.tMap_item li:first-child {
	margin-top: 0;
}
.tMap_item a,
.tMap_item span {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 3px 37px 5px 24px;
	border: 2px solid #EAA960;
	border-radius: 4px;
	background-color: #fff;
	color: #EAA960;
	font-size: 0.88rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.d_hover .tMap_item a:hover {
	opacity: 0.6;
}
.tMap_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.tMap_item .tMap_disable {
	border-color: #999;
	color: #999;
}
.tMap_item .tMap_disable:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* 日本地図
------------------------------------------------------------------------------- */
.fSelect {
	max-width: 1150px;
	position: relative;
	margin: 0 auto;
}
.fMap {
	padding: 0 0 10px;
	background-color: #fff;
	text-align: left;
}
.fMap_in{
	max-width: 700px;
	height: 529px;
	margin: 0 auto;
	position: relative;
}
.fMap_tit {
	margin: 0 0 0 17px;
	color: #000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
	font-size: 200%;
	font-weight: bold;
}
.fMap_map {
	position: absolute;
	top: 74px;
	left: 180px;
	width: 50%;
	height: auto;
}
.fMap_area {
	position: absolute;
}
#fMap_hokkaido {
	top: 89px;
	right: 50px;
	width: 100px;
}
#fMap_tohoku {
	top: 181px;
	right: 10px;
	width: 222px;
}
#fMap_kanto {
	top: 277px;
	right: 10px;
	width: 222px;
}
#fMap_chubu2 {
	top: 63px;
	left: 17px;
	width: 420px;
}
#fMap_chubu {
	top: 416px;
	right: 10px;
	width: 385px;
}
#fMap_kinki {
	top: 129px;
	left: 17px;
	width: 336px;
}
#fMap_chugoku {
	top: 225px;
	left: 17px;
	width: 252px;
}
#fMap_shikoku {
	top: 454px;
	right: 10px;
	width: 385px;
}
#fMap_kyushu {
	top: 322px;
	left: 17px;
	width: 168px;
}
.fMap_area p {
	line-height: 17px;
	margin: 0 0 9px;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
}
#fMap_chubu p,
#fMap_shikoku p {
	float: left;
	width: 80px;
}
.fMap_area p span {
	margin: 0 0 0 2px;
	font-size: 78%;
}
#main .fMap_area ul {
	font-size: 12px;
}
#fMap_chubu ul,
#fMap_shikoku  ul {
	float: right;
	width: 297px;
	margin-top: -4px;
}
.cpDetail .fMap_area ul li {
	float: left;
	width: 70px;
	margin: 0 4px 4px 0;
	list-style: none;
}
.fMap_area .fMap_first {
	display: none;
}
#main .cpDetail .fMap_area ul a {
	display: block;
	line-height: 25px;
	padding: 1px 0 4px 0;
	background-color: #D59248;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 1.0;
}
.d_hover .fMap_area ul a:hover {
	opacity: 0.8;
}
.fMap_area:after,
.fMap_area ul:after { content: ''; display: block; clear: both; height: 0; }


/* クイズモーダル
------------------------------------------------------------------------------- */
.cpModal_in {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 20px);
	margin: 0 auto;
	z-index: 11;
}

.cpModal_img {
	width: 100%;
	height: 708px;
	overflow: scroll;
}
.cpModal_img img {
	width: auto;
	max-width: none;
}
.cMfpModal_close {
	top: -60px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -70px;
	right: -5px;
	background: url(/ad/sponsor/tdr/cp/images/icon03.svg) no-repeat center center;
	background-size: 48px;
	cursor: pointer;
}
.cMfpModal_close:hover {
	opacity: 0.8;
}
/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{/* top:1px */}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:1101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
