@charset "UTF-8";
:root {
    /* Font sizes */
    --fs-sm:    clamp(12.07px, 1.270vw, 15.75px);
    --fs-tit:   clamp(17.62px, 1.855vw, 24.12px);
    --fs-base:  clamp(12.64px, 1.331vw, 17.3px);
    --fs-label: clamp(11.88px, 1.25vw,  16.25px);
    --fs-note:  clamp(11.69px, 1.231vw, 16px);
    /* Spacing */
    --sp-2xs: clamp(6px,    0.632vw, 8.21px);
    --sp-xs:  clamp(8px,    0.842vw, 10.95px);
    --sp-gap: clamp(7.66px, 0.806vw, 10px);
    --sp-sm:  clamp(10px,   1.053vw, 13.68px);
    --sp-md:  clamp(15.32px, 1.613vw, 20px);
    /* Colors */
    --color-text: #231815;
    --color-heading: #221815;
    --color-blue: #2f469e;
    --color-pink: #E180A0;
    --color-red: #e84447;
    --color-white: #fff;
    --color-black: #000;
    /* Layout */
    --container-width: 1240px;
    --radius-pill: 999px;
}
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
	min-width: 950px;
}
h1,h2,h3,h4 {
	border: none;
	background-color: transparent;
	color: var(--color-heading);
	padding: 0;
}
#main {
	width: auto;
	min-width: 950px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 500;
	color: var(--color-text);
	background: url(/ad/sponsor/tdr/hw/images/index_bg01.png) repeat-y 0 0;
	background-size: 100%;
}
#main img {
	max-width: 100%;
	height: auto;
}
dt, dd {
	padding: 0;
	color: var(--color-heading);
}
#main p {
	font-size: 16px;

}
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cpDetail {
	position: relative;
	padding: 0 20px;
}
.cpDetail .cpDetail_in {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-top: 90px;
}
#main .cpDetail sub {
	font-size: 100%;
	position: relative;
	bottom: -5px;
}


/* 背景装飾
------------------------------------------------------------------------------- */
#invitation::before {
	content: "";
    display: block;
    background: url(/ad/sponsor/tdr/hw/images/index_icon01.png);
    background-size: cover;
    aspect-ratio: 487 / 358;
    width: 244px;
    position: absolute;
    top: 56px;
    left: -140px;
}
#campaign::before {
	content: "";
    display: block;
    background: url(/ad/sponsor/tdr/hw/images/index_icon02.png);
    background-size: cover;
    aspect-ratio: 524 / 448;
    width: 264px;
    position: absolute;
    top: 0px;
    right: -140px;
}
#campaign::after {
	content: "";
    display: block;
    background: url(/ad/sponsor/tdr/hw/images/index_icon06.png);
    background-size: cover;
	aspect-ratio: 375 / 126;
    width: 178px;
    position: absolute;
    top: 6%;
    left: 11%;
}
#terms::before {
	content: "";
    display: block;
    background: url(/ad/sponsor/tdr/hw/images/index_icon03.png);
	background-size: cover;
    aspect-ratio: 467 / 132;
    width: 232px;
    position: absolute;
    top: 30px;
    left: 23%;
}

.cpBg01 {
    background: url(/ad/sponsor/tdr/hw/images/index_bg06.png) no-repeat 0 100%;
    background-size: 100%;
    aspect-ratio: 3360 / 760;
	margin-top: -50px;
}
.cpBg01 p {
    padding-top: 100px;
}

/* バナー
------------------------------------------------------------------------------- */
.cpBnr01 {
	position: relative;
	text-align: center;
    padding-top: 130px;
}
.cpBnr01 a {
	position: relative;
	display: inline-block;
}
.cpBnr01 a::before {
	content: "";
	display: block;
	background: url(/ad/sponsor/tdr/hw/images/index_icon04.png);
	background-size: cover;
	aspect-ratio: 315 / 316;
	width: 158px;
	position: absolute;
    top: -60px;
    left: -250px;
	pointer-events: none;
}
.cpBnr01 a::after {
	content: "";
	display: block;
	background: url(/ad/sponsor/tdr/hw/images/index_icon05.png);
	background-size: cover;
	aspect-ratio: 139 / 148;
	width: 70px;
	position: absolute;
    top: -30px;
    right: -120px;
	pointer-events: none;
}
.cpBnr01 a:hover img {
	opacity: 0.8;
}

/* ==

　02. モジュール

=============================================================================== */

/* メインビジュアル
------------------------------------------------------------------------------- */
.cpMain {
	position: relative;
	padding: 30px 10px 20px;
}
.cpMain_in {
	display: flex;
	max-width: var(--container-width);
	margin: 0 auto;
}
.cpMain::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(/ad/sponsor/tdr/hw/images/index_mv_bg01.png) repeat-x 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cpMain img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 0 30px rgba(255, 200, 0, 1));
}
.cpMain_body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cpMain_img {
	width: 50%;
}
.cpMain .cpMain_note {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	color: var(--color-text);
	font-size: clamp(9.96px, 1.048vw, 13px);
	line-height: 1.5;
}
.cpMain_note sub {
	vertical-align: sub;
}
.cpMain_label {
    width: 55%;
    margin: 1% 0 3%;
	
}
.cpMain_tit {
	position: relative;
	width: 82%;
	line-height: 1;
	margin: 2% 0 3%;
	padding: 0;
	border: none;
	min-height: 0%;
}
.cpMain_txt {
	width: 100%;
	min-height: 0%;
}
.cpMain_txt span {
	display: block;
	margin: 0 auto;
}
.cpMain_body h1 {
	width: 94%;
	margin-bottom: 2%;
	border: none;
}
.cpMain_txt > span {
	width: 83%;
	margin-bottom: 0;
}

/* アンカーナビ
------------------------------------------------------------------------------- */
.cpNav {
	position: relative;
	background-color: var(--color-black);
	text-align: center;
	z-index: 2;
}
.cpNav ul {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpNav li {
	width: 29%;
}
.cpNav li a {
	position: relative;
	display: block;
	padding: 42px 0;
	color: var(--color-white);
	text-decoration: none;
	position: relative;
	line-height: 1;
	font-size: 20px;	
	font-weight: 500;
}
.cpNav ul::before {
	content: "";
	width: 143px;
	height: 62px;
	background: url(/ad/sponsor/tdr/hw/images/index_nav_bg02.png) no-repeat 0 0;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.cpNav ul::after {
	content: "";
	width: 143px;
	height: 62px;
	background: url(/ad/sponsor/tdr/hw/images/index_nav_bg02.png) no-repeat 0 0;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) scaleX(-1);
}
.cpNav li a::after {
	content: "";
	width: 9px;
	height: 72px;
	background: url(/ad/sponsor/tdr/hw/images/index_nav_bg01.png) no-repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
}
.cpNav li:last-child a::after {
	display: none;
}
.cpNav li a span {
	position: relative;
}
.cpNav li a:hover span {
	opacity: 0.7;
}

/* 見出し・テキスト
------------------------------------------------------------------------------- */
#main .cpTit01 {
	position: relative;
	color: var(--color-white);
	background-color: #2e3e93;
	padding: 14px 10px;
	font-size: 23px;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.3;
}
#main .cpTit01 sub {
	bottom: -11px;
}
.cpTit02 {
	margin: 0 auto 10px;
	text-align: center;
}
#main .cpNote01 {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 100;
}

/* Lead
------------------------------------------------------------------------------- */
.cpLead {
	
}
.cpLead_in {
	position: relative;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 70px 20px 65px;
	background-color: var(--color-white);
}
.cpLead_in::before,
.cpLead_in::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(/ad/sponsor/tdr/hw/images/index_bg04_01.png) repeat-x 0 0;
	background-size: auto 4px;
}
.cpLead_in::before {
	top: 0;
}
.cpLead_in::after {
	bottom: 0;
	height: 146px;
	background: url(/ad/sponsor/tdr/hw/images/index_bg04_02.png) repeat-x 0 0;
	background-size: auto 146px;
	pointer-events: none;
}
.cpLead_col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1110px;
	margin: 0 auto;
}
.cpLead_txt {
    width: 64%;
    max-width: 705px;
}
.cpLead_txt p {
	margin-bottom: 20px;
	line-height: 1.9;
}
.cpLead_img {
	position: relative;
    width: 32%;
    max-width: 350px;
}
.cpLead_img .cpLead_copy {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.cpLead_txt h2 img {
	width: 100%;
	height: auto;
}
/* ブロック
------------------------------------------------------------------------------- */
.cpDetail_item {
	position: relative;
	padding-top: 90px;
}
.cpDetail_item_in {
	position: relative;
}
.cpDetail_item_head {
	position: relative;
	line-height: 1;
	aspect-ratio: 2480 / 404;
	border-bottom: none;
	position: relative;
	text-align: center;
	background: url(/ad/sponsor/tdr/hw/images/index_bg02_01.png) repeat 0 0;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.cpDetail_item_head::after {
	content: "";
	background: url(/ad/sponsor/tdr/hw/images/index_bg05.png) repeat-x 0 0;
	background-size: 100%;
	max-width: 1120px;
	width: calc(100% - 100px);
	display: block;
	aspect-ratio: 2236 / 36;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cpDetail_item_head h2 {
	background-color: transparent;
	display: inline-block;
	margin: 0 auto 40px;
}

.cpDetail_item_body {
	position: relative;
	padding: 0 60px;
	background: url(/ad/sponsor/tdr/hw/images/index_bg02_02.png) repeat-y 0 0;
	background-size: 100%;
}
.cpDetail_item_bottom {
	display: block;
	width: 100%;
	aspect-ratio: 2480 / 108;
	background: url(/ad/sponsor/tdr/hw/images/index_bg02_03.png) repeat-y 0 0;
	background-size: 100%;
}

.cpDetail_item_body_in {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}


/* カラム
------------------------------------------------------------------------------- */
.cpCol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.cpCol-01 {
	margin: 35px auto 20px;
	align-items: flex-start;
}
.cpCol-01 > .cpCol_L {
	max-width: 660px;
	width: 58.92857%;
}
.cpCol-01 > .cpCol_R {
	position: relative;
	max-width: 416px;
	width: 37.1428%;
}
.cpCol-01 > .cpCol_R img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

/* 招待内容
------------------------------------------------------------------------------- */
#invitation .cpTit02 + p {
	/* font-weight: normal;
	margin-bottom: 5px; */
}
.cpCol-01 > .cpCol_L .cpNote01 {
	margin: 10px 0 20px;
}
#main .cpCol-01 > .cpCol_L .cpTit01 {
	font-size: clamp(16.81px, 1.769vw, 23px);
}
#main .cpCol-01 > .cpCol_L p {
	font-size: var(--fs-note);
}

#main .cpCol-01 > .cpCol_L .cpNote01,
#main .cpNotes01 {
	font-size: var(--fs-note);
	font-weight: 100;
}
#main p.cpCol_cap {
	font-size: var(--fs-note);
}
#main p.cpCol_copy {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
}
#main p.cpCol_cap::before {
	content: "★";
	color: #E60012;
	display: inline-block;
	font-size: clamp(13.15px, 1.385vw, 18px);
	margin-right: 3px;
}

/* キャンペーン
------------------------------------------------------------------------------- */
.cpCampaign_explanation {
	margin: 10px auto 70px;
	text-align: center;
}
.cpCampaign_col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	gap: 2.2%;
	margin-bottom: 60px;
}
.cpCampaign_col .cpCampaign_item {
	width: 48.5%;
}

.cpCampaign_item {
	position: relative;
	display: block;
	width: 100%;
	/* max-width: 520px; */
	margin: 0 auto;
	background: var(--color-white);
	position: relative;
	padding: 2.5% clamp(19.15px, 2.016vw, 25px) 35px;
	background: url(/ad/sponsor/tdr/hw/images/index_bg03.png) no-repeat 0 0;
	background-size: 100%;
	/* aspect-ratio: 1242 / 1359; */
	color: inherit;
}
.cpCampaign_item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/ad/sponsor/tdr/hw/images/index_bg03.png) no-repeat 0 0;
	background-size: 100%;
	transform: scaleY(-1);
}
.cpCampaign_ribbon {
    position: absolute;
    top: -35px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
}
.cpCampaign_tit01 {
	text-align: center;
	font-size: clamp(14px, 2.759vw - 12.21px, 22px);
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 15px 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--color-black);
}
.cpCampaign_tit01 span {
	display: block;
	font-size: var(--fs-sm);
}
#main .cpCampaign_lead {
	text-align: center;
	color: var(--color-blue);
	font-size: clamp(18.11px, 1.906vw, 23.63px);
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 5px;
}
#main .cpCampaign_area {
	text-align: center;
	margin: 0 0 10px;
	color: #F29600;
	font-size: var(--fs-sm);
	font-weight: 100;
}
#main .cpCampaign_img01 {
	position: relative;
	max-width: clamp(210px, calc(-142.86px + 37.143vw), 340px);
	height: auto;
	margin: 0 auto 1%;
	display: block;
	object-fit: cover;
}
.cpCampaign_img01-wrap {
	position: relative;
	display: block;
	margin: 0 auto 12px;
	z-index: 1;
}
#main .cpCampaign_img01-wrap > img {
	position: relative;
	max-width: clamp(210px, calc(-142.86px + 37.143vw), 340px);
	height: auto;
	margin: 0 auto 1%;
	display: block;
	object-fit: cover;
}
.cpCampaign_img01-wrap .cpCampaign_img01 {
	margin: 0;
}
.cpCampaign_img01-wrap a {
	content: "";
	display: block;
	width: 78px;
    height: 78px;
    position: absolute;
    right: 8%;
    bottom: -10px;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
	background-color: #fff;
	border-radius: 50%;
}
.cpCampaign_img01-wrap a:hover img {
	opacity: 0.8;
}
.cpCampaign_label {
	text-align: center;
	font-size: var(--fs-sm);
	font-weight: 700;
}
.cpCampaign_period {
	text-align: center;
	font-size: clamp(11.26px, 1.185vw, 14.7px);
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1;
}
.cpCampaign_period strong {
	font-size: clamp(19.46px, 2.048vw, 25.4px);
	margin: 0 var(--sp-2xs);
}
.cpCampaign_period strong span {
	font-size: clamp(17.70px, 1.863vw, 23.1px);
	font-weight: 500;
}
.cpCampaign_info {
	display: flex;
	justify-content: center;
	/* font-size: clamp(12px, 1.263vw, 16.42px); */
	font-weight: 700;
	margin-bottom: 0px;
}
.cpCampaign_info_item {
	/* flex: 1; */
	display: flex;
	align-items: center;
	gap: var(--sp-xs);
	white-space: nowrap;
	line-height: 1;
}
.cpCampaign_info_item:first-child {
	margin-right: 10px;
}
.cpCampaign_badge {
	border: 2px solid var(--color-text);
	padding: clamp(5px, 0.526vw, 6.84px) var(--sp-gap);
	font-size: var(--fs-sm);
	background: var(--color-white);
}
.cpCampaign_badge + span {
	font-size: clamp(11px, 1.724vw - 5.38px, 16px);
}
.cpCampaign_badge + span span {
	font-weight: 100;
}
.cpCampaign_button01 {
	width: 280px;
	aspect-ratio: 310 / 40;
	margin: 0 auto;
	background: url(/ad/sponsor/tdr/hw/images/index_btn02.png) no-repeat center / cover;
	color: var(--color-white);
	border-radius: var(--radius-pill);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-size: var(--fs-sm);
	font-weight: 500;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 140px);
	z-index: 1;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
	text-decoration: none;
}
.cpCampaign_button01:hover {
	text-decoration: underline;
}
.cpCampaign_button01::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background: url(/ad/sponsor/tdr/hw/images/index_icon08.png) no-repeat center / contain;
}
.cpCampaign_tit02 {
	margin: 50px auto;
	text-align: center;
}
.cpCampaign_tit02-mb1 {
	margin-bottom: 20px;
}
.cpCampaign_process {
	display: flex;
	justify-content: space-between;
}
.cpCampaign_process_img {
	width: 78%;
}
.cpCampaign_process_img img {
	width: 100%;
	height: auto;
}
#main .cpCampaign_process_txt {
    width: 19%;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    font-size: 15px;
	line-height: 1.5;
}
#main .cpCampaign_process_txt span {
	font-size: 13px;
}

.cpCampaign_col-sns {
	margin: 40px auto 0;
}
.cpCampaign_col-sns .cpCampaign_item {
	padding: clamp(21.92px, 2.308vw, 30px);
}
.cpCampaign_col-sns .cpCampaign_item-official {
	background: #e2e5f2;
}
.cpCampaign_col-sns .cpCampaign_item-official .cpCampaign_card_head {
	background-color: #6e7bbe;
}
.cpCampaign_col-sns .cpCampaign_item-official .cpCampaign_card {
	border: 2px solid #6e7bbe;
}

.cpCampaign_col-sns .cpCampaign_item-group {
	background: #fdeaea;
}
.cpCampaign_col-sns .cpCampaign_item-group .cpCampaign_card_head {
	background-color: #f07482;
}
.cpCampaign_col-sns .cpCampaign_item-group .cpCampaign_card {
	border: 2px solid #f07482;
}
.cpCampaign_col-sns .cpCampaign_item::after {
	display: none;
}

.cpCampaign_tit03 {
	margin: 0 0 clamp(10.8px, 1.137vw, 14.78px);
	text-align: center;
	color: #253989;
	font-size: var(--fs-tit);
	font-weight: 700;
	line-height: 1;
}

.cpCampaign_tit04 {
	width: 100%;
	aspect-ratio: 2240 / 102;
	background: url(/ad/sponsor/tdr/hw/images/index_bg07.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: clamp(17.50px, 1.842vw, 22.84px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	margin-bottom: 20px;
}

.cpCampaign_tit04 + p {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.cpCampaign_tit04 + p span {
	font-size: 24px;
	color: var(--color-red);
	font-weight: 700;
}
.cpCampaign_tit06 {
	text-align: center;
	margin: 20px auto;
}
.cpCampaign_img02 {
	width: 200px;
	margin: 0 auto 3%;
}

.cpCampaign_button02 {
	position: relative;
    width: 300px;
    height: auto;
	margin: 0 auto var(--sp-md);
	padding: 8px 5px;
	border-radius: var(--radius-pill);
	background: url(/ad/sponsor/tdr/hw/images/index_btn01.png) no-repeat center / cover;
	color: #2E3E93;
	font-size: var(--fs-base);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
	gap: 6px;
	text-decoration: none;
	line-height: 1.4;
	text-align: center;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
}
.cpCampaign_button02::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	background: url(/ad/sponsor/tdr/hw/images/index_icon08.png) no-repeat center / contain;
	position: absolute;
    top: calc(50% - 18px);
    right: 10px;
}
.cpCampaign_button02:hover {
	text-decoration: underline;
}
.cpCampaign_button02 span {
	font-size: var(--fs-sm);
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 100;
}

.cpCampaign_cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(9px, 0.948vw, 12.32px);
}

.cpCampaign_card {
	border: 2px solid var(--color-pink);
	background: var(--color-white);
}

.cpCampaign_card_head {
	background: var(--color-pink);
	color: var(--color-white);
	text-align: center;
	font-size: var(--fs-tit);
	font-weight: 700;
	padding: clamp(3px, 0.316vw, 4.11px) 0;
	line-height: 1.2;
}

.cpCampaign_card_body {
	padding: var(--sp-xs) clamp(7px, 0.737vw, 9.58px);
	text-align: center;
}

.cpCampaign_card_label {
	font-size: var(--fs-label);
	line-height: 1.1;
}
.cpCampaign_card_label span {
	font-size: clamp(9.19px, 0.968vw, 12.58px);
}

.cpCampaign_card_date {
	font-size: clamp(16.09px, 1.694vw, 22.02px);
	font-weight: 600;
	line-height: 1;
	margin: 5px 0 15px;
}
.cpCampaign_card_date span {
	font-weight: 500;
	font-size: clamp(14.74px, 1.552vw, 19.25px);
}
.cpCampaign_card_date span span {
	font-size: var(--fs-sm);
}

.cpCampaign_card_info {
	display: flex;
	align-items: center;
	gap: var(--sp-gap);
	margin-top: 5px;
	text-align: left;
	font-size: var(--fs-base);
	font-weight: 500;
	white-space: nowrap;
}

.cpCampaign_card_info_label {
	width: clamp(60.72px, 6.336vw, 81.84px);
	flex-shrink: 0;
	border: 1.5px solid #111;
	padding: 2px clamp(3.5px, 0.368vw, 4.79px);
	text-align: center;
	font-weight: 500;
	font-size: var(--fs-label);
	white-space: normal;
}

@media screen and (max-width: 1200px) {
	.cpCampaign_item {
		padding-top: 1.5%;
	}
	.cpCampaign_tit01 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}


/* 応募規約
------------------------------------------------------------------------------- */
#main .cpDetail_note {
	margin: 10px auto 20px;
	font-size: 19px;
}
#main .cpDetail_reqList > dt {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 2px;
	color: var(--color-red);
}
#main .cpDetail_reqList > dd {
	color: var(--color-black);
}
.cpDetail_reqList > dd {
	margin-bottom: 15px;
}
.cpDetail_reqList > dd:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd ul {
	font-size: 15px;
}
.cpDetail_reqList > dd ul > li {
	list-style: disc;
	line-height: 1.9;
	margin-left: 1.5em;
}
.cpDetail_reqList > dd ul > li:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd p {
	font-size: 100%;
}

/* ボタン
------------------------------------------------------------------------------- */
.cpBtn01 {
	position: relative;
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--color-white);
	background-color: var(--color-black);
	padding: 23px 20px;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.18px;
	z-index: 1;
}
.cpBtn01::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	background: url(/ad/sponsor/tdr/hw/images/index_icon07.png) no-repeat center / contain;
}
.cpBtn01:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {
	.cpBtn01 {
		font-size: 20px;
	}
}

/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#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;
}
