<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

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

　01. 大枠レイアウト

=============================================================================== */
body {
	min-width: 980px;
}
h2,h3 {
	border: none;
}
#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;
}
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cpDetail {
	position: relative;
	padding: 0 20px 120px;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg02.png) repeat 0 0;
	background-size: 125px;
}
.cpDetail::after {
	content: "";
	width: 1900px;
	height: 90px;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg06.png) repeat-x 0 0;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 950px);
}
.cpDetail .cpDetailInner {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 80px;
}
#main .cpDetail sub {
	font-size: 100%;
	position: relative;
	bottom: -5px;
}
#main .cpDetail sub.sub2 {
	font-size: 22px;
	bottom: -8px;
	font-weight:normal;
}
.topicPath_cb {
	clear: both;
}

/* SNS */
.oc01 .cpDetail {
	background: url(/ad/sponsor/tdr/cp/hw/images/oc01_bg02.png) repeat 0 0;
	background-size: 125px;
}
.oc02 .cpDetail {
	background: url(/ad/sponsor/tdr/cp/hw/images/oc02_bg02.png) repeat 0 0;
	background-size: 125px;
}

/* キャンペーン終了 */
#main .cpEndText {
	width: 100%;
}
#main .cpEndText p {
	line-height: 1.5;
	padding: 30px 10px;
	border: 4px solid #fa0046;
	color: #fa0046;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
/* ==

　02. モジュール

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


/* メインビジュアル
------------------------------------------------------------------------------- */
.cpMain {
	position: relative;
	display: flex;
}
.cpMain-reverse {
	flex-direction: row-reverse;
}
.cpMain img {
	width: 100%;
	height: auto;
}
.cpMain_body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 2%;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg01.png) center center no-repeat;
	background-size: cover;
}
.cpMain_img {
	width: 50%;
}
#main .cpMain .cpMain_note {
	margin-top: 20px;
	text-align: center;
	color: #333;;
	font-size: 0.8vw;
	line-height: 1.5;
}
#main .cpCopy {
	text-align: right;
	padding: 1.5% 10px;
	display: flex;
	justify-content: end;
}
#main .cpCopy p {
	text-align: right;
	font-size: 11px;
	line-height: 1.3;
	display: block;
	width: 50%;
}

#main .cpCopy p span {
	display: block;
	text-align: center;
}
#main .cpCopy p span b {
	font-size: 12px;
	font-weight: normal;
}
#main .cpCol_item .cpCopy {
	display: block;
	padding: 0;
}
#main .cpCol_item .cpCopy p {
	width: auto;
}
.cpMain_tit {
	position: relative;
  width: 77%;
  line-height: 1;
  margin: 5% 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 &gt; span {
	width: 56%;
	margin-bottom: 0;
}

/* SNS */
#main.oc01 .cpCopy p,
#main.oc02 .cpCopy p {
	width: 100%;
}
/* SNS 1弾 */
.oc01 .cpMain_body h1 {
	width: 92%;
	margin-bottom: 1%;
}
.oc01 .cpMain_txt &gt; span {
	width: 75%;
}
.oc01 .cpMain_tit {
	margin: 6% 0 3%;
}
.oc01 .cpMain .cpMain_note {
	width: 50%;
	bottom: 4%;
	text-align: center;
}
.oc01 .cpMain .cpMain_note {
	color: #fff;
	background-color: #2C7BC0;
	width: auto;
	right: auto;
	bottom: 2.5%;
	padding: 3px 10px;
}
/* SNS 2弾 */
.oc02 .cpMain_body h1 {
	width: 92%;
	margin-bottom: 1%;
}
.oc02 .cpMain_txt &gt; span {
	width: 65%;
}
.oc02 .cpMain_tit {
	margin: 6% 0 3%;
}
.oc02 .cpMain .cpMain_note {
	width: 50%;
	bottom: 4%;
	text-align: center;
}
.oc02 .cpMain .cpMain_note {
	color: #fff;
	background-color: #2C7BC0;
	width: auto;
	right: auto;
	bottom: 2.5%;
	padding: 3px 10px;
}

/* アンカーナビ
------------------------------------------------------------------------------- */
.cpNav {
	position: relative;
	background-color: #000;
	text-align: center;
	z-index: 2;
}
.cpNav::before {
	content: "";
	background: url(/ad/sponsor/tdr/cp/hw/images/index_navbg01.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
  width: 162px;
  height: 132px;
}
.cpNav::after {
	content: "";
	background: url(/ad/sponsor/tdr/cp/hw/images/index_navbg02.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
  width: 162px;
  height: 132px;
}
.cpNav ul {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpNav li {
	width: 33%;
}
.cpNav li a {
	position: relative;
	display: block;
	padding: 55px 0;
	color: #fff;
	text-decoration: none;
	position: relative;
	line-height: 1;
	font-size: 20px;	
	font-weight: 500;
}
.cpNav li a::after {
	content: "";
  width: 2px;
  height: 70px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 30px;
	right: 0;
}
.cpNav li:last-child a::after {
	display: none;
}
.cpNav li a span {
	position: relative;
	padding-left: 50px;
}
.cpNav li a span::after {
	content: "";
  width: 40px;
  height: 35px;
	background: url(/ad/sponsor/tdr/cp/hw/images/icon01.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
}
.oc01 .cpNav li a span::after,
.oc02 .cpNav li a span::after {
	background: url(/ad/sponsor/tdr/cp/hw/images/icon02.png) no-repeat 0 0;
	background-size: cover;
}
.cpNav li a:hover span {
	opacity: 0.7;
}

/* 見出し・テキスト
------------------------------------------------------------------------------- */
#main h1,
#main h2,
#main h3,
#main h4 {
	background-color: transparent;
}
#main p,
#main h2,
#main h3,
#main h4,
dt, dd {
	padding: 0;
	color: #221815;
}
#main p {
	font-size: 16px;
}
#main .cpTit01 {
	position: relative;
	color: #fff;
	background-color: #853c87;
	padding: 14px 10px;
	font-size: 23px;
	text-align: center;
	margin: 50px auto 20px;
	line-height: 1.3;
}
#main .cpTit01 sub {
	bottom: -11px;
}
.cpTit02 img {
	width: 100%;
	height: auto;
}
#main .cpNote01 {
	font-size: 14px;
	line-height: 1.4;
}

/* 背景アニメ
------------------------------------------------------------------------------- */
.cpDetail_bg {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 1;
}
.cpIcon {
	position: absolute;
}
#cpIcon01 {
	top: 200px;
	right: 50px;
	animation: move04 1s cubic-bezier(.5,0,.5,1) infinite;
}
#cpIcon02 {
	top: 800px;
	left: 50px;
	transform: rotateY(-180deg);
	animation: move04 1s cubic-bezier(.5,0,.5,1) infinite;
}
#cpIcon03 {
	top: 0px;
	left: 0;
	animation: move01 5s cubic-bezier(.7,0,.3,1) infinite;
}
#cpIcon04 {
	top: 0px;
	left: 100px;
	animation: move02 6s cubic-bezier(.7,0,.3,1) infinite;
}


#cpIcon05 {
	top: 3600px;
	right: 50px;
	animation: move03 3s cubic-bezier(.7,0,.3,1) infinite;
	transform: rotateY(180deg);
}
#cpIcon06 {
	top: 4000px;
	right: 80px;
	animation: move03 3s cubic-bezier(.7,0,.3,1) infinite .3s;
}
#cpIcon07 {
	top: 3800px;
	left: 80px;
	animation: move03 3s cubic-bezier(.7,0,.3,1) infinite .3s;
	transform: rotateY(180deg);
}


.oc01 #cpIcon05 {
	top: 3200px;
}
.oc01 #cpIcon06 {
	top: 3700px;
}
.oc01 ##cpIcon07 {
	top: 4000px;
}
.oc02 #cpIcon05 {
	top: 4000px;
}
.oc02 #cpIcon06 {
	top: 4500px;
}
.oc02 #cpIcon07 {
	top: 4200px;
}


@media screen and (max-width:1350px) {
	#cpIcon01 {
		right: 0;
	}
	#cpIcon02 {
		left: 0;
	}
	#cpIcon03 {
		left: 0;
	}
	#cpIcon04 {
		display: none;
	}
	#cpIcon05 {
		right: -10px;
	}
	#cpIcon06 {
		right: 10px;
	}
	#cpIcon07 {
		left: 0;
	}
	

}
@media screen and (max-width:1100px) {
	#cpIcon01 {
		right: -10px;
	}
	#cpIcon02 {
		left: -10px;
	}
	#cpIcon03 {
		left: -40px;
	}
	#cpIcon04 {
		display: none;
	}
	#cpIcon05 {
		right: -10px;
	}
	#cpIcon06 {
		right: 0;
	}
	#cpIcon07 {
		left: -10px;
	}
	
}

@keyframes move01 {
  0% {
    top: 0;
  }
  20% {
    top: -50px;
  }
  60% {
    top: -50px;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes move02 {
  0% {
    top: 0;
  }
  20% {
    top: -30px;
  }
  70% {
    top: -30px;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes move03 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -30px;
  }

  100% {
    margin-top: 0;
  }
}
@keyframes move04 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -5px;
  }

  100% {
    margin-top: 0;
  }
}

/* ブロック
------------------------------------------------------------------------------- */
.cpDetail_item {
	position: relative;
	margin-bottom: 50px;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg03.png) repeat 0 0;
	background-size: cover;
}
.cpDetail_item_in {
	position: relative;
}
.cpDetail_item_head {
	line-height: 1;
	padding: 28px;
	background-color: #000;
	border: 3px solid #000;
	border-bottom: none;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.cpDetail_item_head h2 {
	position: relative;
	background-color: transparent;
	display: inline-block;
	margin: 0 auto;
	left: 30px;
}
.cpDetail_item_head h2::after {
	content: "";
	width: 50px;
	height: 44px;
	background: url(/ad/sponsor/tdr/cp/hw/images/icon02.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
  top: calc(50% - 20px);
  left: -70px;
}
.cpDetail_item_head::before {
	content: "";
	background: url(/ad/sponsor/tdr/cp/hw/images/index_navbg01.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100px;
}
.cpDetail_item_head::after {
	content: "";
	background: url(/ad/sponsor/tdr/cp/hw/images/index_navbg02.png) no-repeat right 0;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 100px;
}
.cpDetail_item_body {
	position: relative;
	padding: 40px 50px 50px;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg07.png) repeat 0 100%;
	background-size: 100%;
}
#sec2 .cpDetail_item_body {
	padding: 40px 60px 50px;
}
.cpDetail_item_body_in {
	max-width: 870px;
	margin: 0 auto;
}
@media screen and (max-width:1000px) {
	#sec2 .cpDetail_item_body {
		padding: 40px 40px 50px;
	}
}
/* SNS */
.oc01 .cpMain_body {
	background: url(/ad/sponsor/tdr/cp/hw/images/oc01_bg01.png) 0% 100% no-repeat;
	background-size: cover;
}
.oc02 .cpMain_body {
	background: url(/ad/sponsor/tdr/cp/hw/images/oc02_bg01.png) 0% 100% no-repeat;
	background-size: cover;
}

/* カラム
------------------------------------------------------------------------------- */
.cpCol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.cpCol-01 &gt; .cpCol_L {
	max-width: 510px;
	width: 58%;
}
.cpCol-01 &gt; .cpCol_R {
	position: relative;
	max-width: 340px;
	width: 40%;
}
.cpCol-01 &gt; .cpCol_R img {
	width: 100%;
	height: auto;
}
.cpCol-02 &gt; .cpCol_L {
	max-width: 220px;
	width: 43%;
}
.cpCol-02 &gt; .cpCol_R {
	max-width: 285px;
	width: 53%;
}
.cpCol-03 &gt; .cpCol_L {
	max-width: 510px;
	width: 63%;
}
.cpCol-03 &gt; .cpCol_R {
	max-width: 270px;
	width: 33%;
}

/* “Into the Frenzy”とは?
------------------------------------------------------------------------------- */
.cpDetail_item-about {
	position: relative;
	max-width: 980px;
	width: 100%;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg08.png) no-repeat 0 0;
	background-size: 100%;
}
.cpDetail_item-about::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg08.png) no-repeat 0 0;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotateX(180deg);
}
.oc01 .cpDetail_item-about,
.oc02 .cpDetail_item-about {
	position: relative;
	max-width: 980px;
	width: 100%;
	background: url(/ad/sponsor/tdr/cp/hw/images/oc01_bg03.png) no-repeat 0 0;
	background-size: 100%;
}
.oc01 .cpDetail_item-about::after,
.oc02 .cpDetail_item-about::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/ad/sponsor/tdr/cp/hw/images/oc01_bg03.png) no-repeat 0 0;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotateX(180deg);
}
.cpDetail_item-about .cpDetail_item_in {
	position: relative;
	padding: 60px 90px;
	z-index: 1;
}
.cpDetail_item-about h2 {
	margin-bottom: 25px;
}
#main .cpDetail_item-about p {
	line-height: 2;
	margin-bottom: 20px;
}
@media screen and (max-width:1050px) {
	.cpDetail_item-about .cpDetail_item_in {
		padding: 60px 70px;
	}
}

/* 招待内容
------------------------------------------------------------------------------- */
#sec1 .cpTit02 {
	margin-bottom: 20px;
}
#sec1 .cpCol-02 {
	margin-top: 20px;
}
.cpCol-01 &gt; .cpCol_L .cpNote01 {
	margin-top: 20px;
}
#main p.cpCol_cap {
	font-size: 13px;
}
#main p.cpCol_copy {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 12px;
}
#main p.cpCol_cap::before {
	content: "★";
	color: #E60012;
	display: inline-block;
	font-size: 18px;
	margin-right: 3px;
}

/* キャンペーン
------------------------------------------------------------------------------- */
#sec2 .cpDetail_item_body &gt; p {
	text-align: center;
	margin-bottom: 30px;
}
#sec2 .cpCol_item_text p {
	font-size: 16px;
	line-height: 1.5;
}
#sec2 .cpCol_item_text p span {
	font-size: 14px;
}
.cpCol-04 {
	margin-bottom: 20px;
}
.cpCol-04 .cpCol_item {
	position: relative;
	width: 410px;
	height: auto;
	background: #fff url(/ad/sponsor/tdr/cp/hw/images/index_bg04.png) no-repeat center 20px;
	background-size: 375px;
	margin-bottom: 20px;
	padding: 15px 20px;
	text-decoration: none;
}
.cpCol-04 .cpCol_item_in {
	position: relative;
	z-index: 1;
}
.cpCol-04 .cpCol_item::after {
	content: "";
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg04.png) no-repeat center 20px;
	background-size: 375px;
	width: 410px;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	transform: rotateZ(180deg);
	z-index: 0;
}

.cpCol-04 .cpCol_item-closed::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.cpCol-04 .cpCol_item_head {
	text-align: center;
	max-width: 290px;
	margin: 0 auto;
}
.cpCol-04 .cpCol_item_head img {
	width: 100%;
	height: auto;
}
.cpCol-04 .cpCol_item_img {
	text-align: center;
	margin-bottom: 5px;
}
#main .cpCol-04 .cpCol_item_day {
	margin: 5px auto 10px;
	text-align: center;
}

#main .cpCol-04 .cpCol_item-v1 .cpCol_item_text {
	margin: -15px auto 10px;
}
.cpCol-04 .cpCol_item_day span {
	display: flex;
	align-items: center;
}
.cpCol-04 .cpCol_item_day span span {
	position: relative;
	font-size: 20px;
	display: block;
}
.cpCol-04 .cpCol_item_day span:last-child {
	padding-right: 0;
}
.cpCol-04 .cpCol_item_day .cpCol_item_arrow {
	position: relative;
	padding-right: 20px;
}
.cpCol-04 .cpCol_item_day .cpCol_item_arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #3f3ca8;
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 5px;
}
.cpCol-04 .cpCol_item_day .cpCol_item_arrow-c1::after {
	border-color: transparent transparent transparent #EA5514;
}
.cpCol-04 .cpCol_item_text {
	text-align: center;
	margin: 5px auto 10px;
}
#main .cpCol-04 p.cpBtn02 {
}
.cpCol-05 {
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.cpCol-05 .cpCol_item {
	position: relative;
	max-width: 410px;
	width: 48%;
	padding: 20px 15px;
	background-color: #924395;
	text-decoration: none;
	text-align: center;
}
.cpCol-05 .cpCol_item-closed::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.cpCol_item-closed_txt {
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 3;
}
.cpCol-05 .cpCol_item-v1 {
	background-color: #c1b5c5;
}
.cpCol-05 .cpCol_item-v1 .cpCol_item_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpCol-05 .cpCol_item .cpCol_item_text {
	display: block;
	text-align: center;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text h3 {
	background-color: #fff;
	color: #924395;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 24px;
	line-height: 1.2;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text p {
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text .cpCol_item_period {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text .cpCol_item_period span {
	font-size: 16px;
	font-weight: normal;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text .cpCol_item_period span.cpCol_item_year {
	font-size: 12px;
	display: block;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text .cpCol_item_day {
	font-size: 18px;
	margin-bottom: 15px;
}
#main .cpCol-05 .cpCol_item .cpCol_item_text .cpCol_item_day span {
	
	font-weight: normal;
}
#main .cpBubble {
	display: block;
	margin: 0 auto 20px;
}
#main .cpBubble span {
	position: relative;
	display: inline-block;
	line-height: 1;
}
#main .cpBubble span::before {
	content: "";
	width: 50px;
	height: 40px;
	background: url(/ad/sponsor/tdr/cp/hw/images/icon04.gif) no-repeat 0 0;
	background-size: 50px 40px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 5px;
}
#main .cpBubble span::after {
	content: "";
	width: 50px;
	height: 40px;
	background: url(/ad/sponsor/tdr/cp/hw/images/icon04.gif) no-repeat 0 0;
	background-size: 50px 40px;
	transform: rotateY(180deg);
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: 5px;
}
a.cpCol_item {
	opacity: 1;
	transition: opacity .2s;
}
a.cpCol_item:hover {
	opacity: 0.7;
}
a.cpCol_item:hover .cpBtn02 {
	text-decoration: underline;
}

/* 応募方法（SNS）
------------------------------------------------------------------------------- */
.cpDetail_step {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #000;
}
.cpDetail_step::after {
	content: "";
	width: 44px;
	height: 44px;
	background: url(/ad/sponsor/tdr/cp/hw/images/oc01_icon01.png) no-repeat 0 0;
	background-size: 44px;
	position: absolute;
	bottom: -22px;
	left: calc(50% - 22px);
}
.cpDetail_step:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cpDetail_step:last-child::after {
	display: none;
}
#main .cpDetail_step .cpBtn02 {
	width: 340px;
}
.cpDetail_step h3 {
	position: relative;
	display: inline-block;
}
.cpDetail_step-02 h3::before {
  content: "";
	width: 80px;
	height: 40px;
  background: url(/ad/sponsor/tdr/cp/hw/images/icon03.gif) no-repeat 0 0;
  background-size: 80px 40px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -200px;
}
.cpDetail_step-03 h3::before {
  content: "";
	width: 50px;
	height: 40px;
  background: url(/ad/sponsor/tdr/cp/hw/images/icon04.gif) no-repeat 0 0;
  background-size: 50px 40px;
  transform: rotateY(180deg);
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -170px;
}
.cpDetail_step-04 h3::before {
  content: "";
  width: 62px;
  height: 74px;
  background: url(/ad/sponsor/tdr/cp/hw/images/icon06.gif) no-repeat 0 0;
  background-size: cover;
  transform: rotateY(180deg);
  display: inline-block;
  position: absolute;
	top: 70px;
	left: -270px;
}
.cpDetail_step-04 h3::after {
  content: "";
  width: 62px;
  height: 74px;
  background: url(/ad/sponsor/tdr/cp/hw/images/icon06.gif) no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 70px;
  right: -270px;
}
#main .cpDetail_step p {
	font-size: 19px;
}
#main .cpDetail_step p.cpNote01 {
	font-size: 14px;
}
#main .cpDetail_step p span {
	color: #E60012;
	font-weight: bold;
	font-size: 22px;
}
#main .cpDetail_step .cpBtn02 {
	margin-top: 20px;
	font-size: 17px;
	text-decoration: none;
}
#main .cpDetail_step .cpBtn02:hover {
	text-decoration: underline;
}
#main .cpCaution {
	width: 400px;
	border: 1px solid #333;
	margin: 20px auto 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .cpCaution p.cpNote01 {
	width: calc(100% - 60px);
	text-align: left;
	font-size: 12px;
}

/* 応募方法（クロスワードパズル）
------------------------------------------------------------------------------- */
#main .cpDetail_puzzle h3 {
	font-size: 48px;
	color: #853C87;
	text-align: center;
	font-weight: 500;
	background: url(/ad/sponsor/tdr/cp/hw/images/index_bg05.svg) no-repeat 0 75px;
	background-size: 100%;
}
#main .cpDetail_puzzle h3 span {
	font-size: 25px;
	color: #221815;
	display: block;
	margin-top: 20px;
}
#main .cpDetail_img {
	text-align: center;
	margin-bottom: 20px;
}
#main .cpDetail_tit-v1 {
  padding-bottom: 0;
  border-bottom: 2px solid #848484;
  text-align: left;
  font-size: 20px;
}
.cpCol-06 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.cpCol-06 .cpCol_item {
	width: calc(50% - 40px);
	margin-bottom: 20px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#main .cpCol-06 .cpCol_item_num {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #853C87;
	font-size: 20px;
}
#main .cpCol-06 .cpCol_item_txt {
	width: calc(100% - 78px);
}
#main .cpCol-06 .cpCol_item_txt p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
#main .cpCol-06 .cpBtn01 {
	padding: 10px;
	text-align: center;
}
/* 応募規約
------------------------------------------------------------------------------- */
.cpDetail_reqList {
	margin-top: 20px;
}
#main .cpDetail_reqList &gt; dt {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 2px;
}
#main .cpDetail_reqList &gt; dt,
#main .cpDetail_reqList &gt; dd {
	color: #924395;
}
.cpDetail_reqList &gt; dd {
	margin-bottom: 15px;
}
.cpDetail_reqList &gt; dd:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList &gt; dd ul {
	margin: .8em 0;
	font-size: 14px;
}
.cpDetail_reqList &gt; dd ul &gt; li {
	list-style: disc;
	line-height: 1.4;
	margin-left: 1.5em;
	margin-bottom: .8em;
}
.cpDetail_reqList &gt; dd ul &gt; li:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList &gt; dd p {
	font-size: 100%;
}
#main .cpDetail_reqTitle {
	font-size: 18px;
	font-weight: bold;
}

/* ボタン
------------------------------------------------------------------------------- */
.cpBtn01 {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: block;
	color: #fff;
  background-color: #000;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.cpBtn01:hover {
  opacity: 0.7;
}
#main .cpBtn02 {
	color: #F2D73F !important;
	background-color: #000;
	display: block;
  width: 210px;
  border-radius: 20px;
  max-height: 50px;
  margin: 5px auto 0;
  padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;

}
.cpBtn01[target=_blank]::after,
.cpBtn02[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -3px 0 0 10px;
	background: url(/ad/sponsor/tdr/cp/images/ico_blank01.png) left top no-repeat;
	background-size: 15px;
	vertical-align: middle;
}
.cpBtn01-v1 {
	background-color: #D2385F;
	margin-top: 50px;
	padding: 20px 8px;
}
.cpBtn01-v2 {
	max-width: 100%;
	margin: 50px auto;
	font-size: 22px;
	text-align: center;
	background-color: #853c87;
}
.cpBtn02[target=_blank]::after {
	width: 12px;
	height: 12px;
	background-size: 12px;
}
.cpBtn02-blank::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -2px 0 0 5px;
	background: url(/ad/sponsor/tdr/cp/hw/images/icon_blank01.png) left top no-repeat !important;
	background-size: 12px !important;
	vertical-align: middle;
}
.cpBtn02-pdf img {
	display: inline-block;
	margin: -3px 0 0 5px;
	vertical-align: middle;
}

/* バナー
------------------------------------------------------------------------------- */
.cpBnr01 {
	display: inline-block;
}
.cpBnr01:hover {
	opacity: 0.8;
}
/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#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;
}

</pre></body></html>