@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');



/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	全　体　設　定

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */


html {
	overflow-x: hidden;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.1em;
	font-weight: 400;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}

body {
	background: url('../img/bg-main.png');	
    line-height: 1.6em;
}

body>div {
	margin: auto;
}



/* =*=*= リンク設定 =*=*= */

a:link {
	color: #e60012;
	text-decoration: underline;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
	color: #e60012;
	text-decoration: none;
}

a:visited {
	color: #e60012;
	text-decoration: underline;
}

a:link,
a:hover,
a:visited {
	text-decoration: none;
}



/* =*=*= clearfix =*=*= */

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
 
.clearfix:before {
	display: block;
	clear: both;
	content: "";
}
 
.clearfix {
	display: block;
}



/* =*=*= PC・SP表示設定 =*=*= */

.pc_block_sp_none {
	display:block;
}

.pc_none_sp_block {
	display:none;
}



/* =*=*= 各種タグ・背景設定 =*=*= */

section strong {
	padding: 0 10px;
    color: #e60012;
}

br {
	display: none;
}

.bg-r {
	background: url("../img/bg_main01.svg") #e60012 center center;
	background-size: 56px;
}

.bg-y {
	background: url("../img/bg_main02.svg") #fcc800 center;
}

.bg-w {
	background: url("../img/bg_main03.svg") #fff center center;
	background-size: 56px;
}

.content-wrap {
	margin: auto;
	max-width: 1000px;
}



/* =*=*= ボタン類全体設定 =*=*= */

.btn {
	margin: 0 auto 0;
	max-width: 520px;
}

.btn br {
	display: inline-block;
	margin: 0;
	padding: 0;
}


.btn a {
	position: relative;
	display: inline-block;
	padding: 18px 0;
	width: 100%;
	border-bottom: 8px solid #920000;
	border-radius: 60px;
	background-color: #e60012;
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 900;
	font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3em;
	cursor: pointer;
}

.btn a:after {
	position: absolute;
	top: 48%;
	right: 25px;
	display: block;
	margin: -4px 0 0 0;
	width: 15px;
	height: 15px;
	border-top: solid 4px #fcc800;
	border-right: solid 4px #fcc800;
	content: "";
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.btn a:hover {
	opacity: 0.8;
}



/* =*=*= アニメ[フェードイン]設定 =*=*= */

.sec-catchphrase img,
.sec-target_product ul img,
.howto_form-area img,
.howto_hagaki-area img,
.howto_hagaki-area ol li,
.sec-app_essential_point dl div,
.sec-movie img,
.present_A-area dd,
.present_B-area dd,
.present_W-area dd{
	opacity:0;
	transform: translateY(20px);
}

.fadeInRight{
	opacity: 1 !important;
	transition: all 0.5s ease;
	transform: translateY(0px)!important;
}





/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	ヘ　ッ　ダ　ー

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */


header {
	margin: auto;
	min-height: 100px;
	background: #fcc800;
	text-align: center;
	position: relative;
}

header div.logo-area {
	position: relative;
	margin: auto;
	max-width: 1000px;
	text-align: center;
}

header div.logo-area img {
	width: 100%;
}

header div.logo-area p.konishi {
	position: absolute;
	top: 18px;
	max-width: 100px;
}

header div.logo-area p.aronalpha {
	position: relative;
	top: 25px;
	margin: auto;
	max-width: 375px;
}

header div.logo-area p.toa {
	width: 214px;
	position: absolute;
	right: 0;
	top: 33px;
}





/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	フ　ッ　タ　ー

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */


footer {
	padding: 0;
	background: #fcc800;
	text-align: center;
	font-size: 14px;
}

footer>p {
	padding: 20px 0;
}

footer br {
	display: none;
}

footer address {
	padding: 40px 0;
	color: #fff;
	font-style: normal;
}
	
footer address h2 {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 30px;
}

footer address p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 20px;
}

footer address p:nth-child(3) {
	margin-bottom: 20px;
}
	
footer small {
	display: block;
}



/* =*=*= フッターリンク設定 =*=*= */

footer a:link {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer a:visited {
	color: #fff;
	text-decoration: underline;
}



/* =*=*= ページトップボタン =*=*= */

.pagetop {
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 999;
	display: flex;
	opacity: 0.5;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.pagetop:hover {
	opacity: 1;
}





/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	メインビジュアル

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */


.main_visual img {
	max-width: 100%;
}

.main_visual .main_image {
	padding: 0 20px;
	background: url('../img/bg_mainvisual.png') center center;
}

.main_visual .main_image h1 {
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 35px 0 0;
	max-width: 1000px;
	font-weight: normal;
}

.main_visual .main_image h1 img:first-child {
}

.main_visual .main_image h1 img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 48px;
}

.main_visual .main_image h1 img:nth-child(3) {
	position: absolute;
	top: 35px;
	right: 0;
}

	@media screen and (max-width: 640px) {
		
		.main_visual .main_image h1 img:nth-child(2) {
		position: absolute;
		right: 0;
		bottom: 39px;
		}

		.main_visual .main_image h1 img:nth-child(3) {
			position: absolute;
			top: 20px;
			right: 0;
		}

	}


.main_visual .main_image h1 small {
	display: block;
	padding-top: 20px;
	color: #666;
	text-align: right;	
	font-size: 14px;
}



/* =*=*= メインビジュアルアニメーション設定 =*=*= */

.main_visual .main_image h1 img:first-child {
	opacity:0;
	transition-delay: 0.5s;
	transform: translateX(200px);
}

.fadeInMV{
	visibility: visible  !important;
	opacity: 1 !important;
	transition: all 0.3s ease;
	transform: translateX(0px)!important;
}

.main_visual .main_image h1 img:nth-child(3) {
	opacity:0;
	transform: translateX(300px);
}

.fadeInMV02{
	opacity: 1 !important;
	transition: all 0.2s ease;
	transition-delay: 1.0s;
	transform: translateX(0px)!important;
}

.main_visual .main_image h1 img:nth-child(2) {
	opacity:0;
	transform: translateY(20px);
}

.fadeInMV03{
	opacity: 1 !important;
	transition: all 0.7s ease;
	transition-delay: 1.5s;
	transform: translateY(0)!important;
}

/* =*=*= メインビジュアルアニメーション設定ここまで =*=*= */



/* =*=*= 締め切り部分設定 =*=*= */

.main_visual .close_text  {
	padding: 0 20px;
}

.main_visual .close_text p:first-child {
	padding: 30px 0 20px;
}

.main_visual .close_text p:nth-child(2) {
	padding: 0 0 10px;
}

.main_visual .close_text small {
	display: block;
	padding-bottom: 30px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
}



/* =*=*= ボタン設定 =*=*=*/

.main_visual .close_text .app_btn-area .app_btn {
	padding: 0 0 20px;
}

.main_visual .close_text .app_btn-area .hagaki_btn {
	padding: 0 0 30px;
	max-width: 450px;
}

.main_visual .close_text .app_btn-area a {
	padding: 15px 0;
	border-bottom: 8px solid #e39000;
	background-color: #fcc800;
	color: #000;
}

.main_visual .close_text .app_btn-area .app_btn a:after {
	border-top: solid 4px #e60012;
	border-right: solid 4px #e60012;
}

.main_visual .close_text .app_btn-area .hagaki_btn a:after {
	width: 13px;
	height: 13px;
	border-top: solid 3px #e60012;
	border-right: solid 3px #e60012;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}





/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	コンテンツエリア

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */



/* =*=*= ナビゲーション =*=*=*=*=*=*=*=*=*=*=*=*= */


nav {
	overflow: hidden;
	padding: 60px 0 80px;
}

nav ul {
	overflow: hidden;
	border-bottom: 6px solid #920000;
	border-radius: 10px;
	background-color: #e60012;
	font-weight: 700;
}


nav ul li a {
	position: relative;
	display: block;
	float: left;
	padding: 36px 10px 34px 0;
	width: 200px;
	border-right: 2px solid #920000;
	border-left: 2px solid #ff2233;
	text-align: center;
	font-size: 24px;
	line-height: 0;
}


nav ul li a:after {
	position: absolute;
	top: 46%;
	right: 15px;
	display: block;
	margin: -4px 0 0 0;
	width: 13px;
	height: 13px;
	border-top: solid 3px #fcc800;
	border-right: solid 3px #fcc800;
	content: "";
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}


nav ul li:first-child a {
	border-left: none;
}

nav ul li:last-child a {
	border-right: none;
}



/* =*=*= リンク設定 =*=*=*/

nav ul a:link,
nav ul a:hover,
nav ul a:visited {
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover {
	color: #fcc800;
}




/* =*=*= キャッチフレーズエリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-catchphrase div {
	text-align: center;
}

.sec-catchphrase div p {
	position: relative;
	padding: 130px 0;
}

.sec-catchphrase div p img {
	width: 100%;
}

.sec-catchphrase div p::before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/photo-product_line01.png') no-repeat top center;
	content: "";
}

.sec-catchphrase div p::after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/photo-product_line02.png') no-repeat bottom center;
	content: "";
}




/* =*=*= プレゼントエリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-present {
	margin: 60px auto 0;
	padding: 60px 0 120px;
}

.sec-present h2 {
	margin-bottom: 30px;
}

.sec-present h2,
.sec-present h2+p {
	text-align: center;
}

.sec-present h2+p {
	position: relative;
	max-width: 100%;
}

.sec-present h2+p img {
	max-width: 100%;
}

.sec-present h2+p::after {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	margin: 0 auto 0 -100px;
	width: 1200px;
	height: 100%;
	background: url('../img/text-total_deco.svg') no-repeat center center;
	content: "";
}

.sec-present .present-area div {
	position: relative;
	margin-top: 70px;
	border: 4px solid #e60012;
	border-radius: 16px;
	background: #fff url('../img/bg-present.svg') no-repeat -550px center;
	background-size: 150%;
	filter: drop-shadow(0 0 4px rgba(76,0,6,.4));
}

.sec-present .present-area div img {
	max-width: 100%;
}

.sec-present .present-area div dl dt,
.sec-present .present-area div dl dd {
	position: absolute;
}



/* =*=*= A賞設定 =*=*= */

.sec-present .present-area .present_A-area {
	min-height: 480px;
}

.sec-present .present-area .present_A-area img {
	max-width: 100%;
}

.sec-present .present-area .present_A-area dl dt,
.sec-present .present-area .present_A-area dl dd {
	position: absolute;
}

.sec-present .present-area .present_A-area dl .A-mark {
	top: -35px;
	left: -35px;
	z-index: 999;
}

.sec-present .present-area .present_A-area dl .A-main_photo {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 260px;
}

.sec-present .present-area .present_A-area dl .A-main_photo img {
	filter: drop-shadow(0 0 6px rgba(0,0,0,.5));
	-webkit-transform: rotate( -8deg );
}

.sec-present .present-area .present_A-area dl .A-title {
	top: 50px;
	right: 35px;
}

.sec-present .present-area .present_A-area dl .A-total {
	top: 185px;
	right: 46px;
}

.sec-present .present-area .present_A-area dl .A-photo_list {
	right: 36px;
	bottom: 50px;
}

.sec-present .present-area .present_A-area dl .A-photo_list ul {
	overflow: hidden;
}

.sec-present .present-area .present_A-area dl .A-photo_list ul li {
	float: left;
	margin-right: 10px;
	width: 180px;
	border: 2px solid #e60012;
}




/* =*=*= B賞設定 =*=*= */

.sec-present .present-area .present_B-area {
	min-height: 480px;
}

.sec-present .present-area .present_B-area img {
	max-width: 100%;
}

.sec-present .present-area .present_B-area dl dt,
.sec-present .present-area .present_B-area dl dd {
	position: absolute;
}

.sec-present .present-area .present_B-area dl .B-mark {
	top: -35px;
	left: -35px;
	z-index: 999;
}

.sec-present .present-area .present_B-area dl .B-main_photo01 {
	position: absolute;
	top: 60px;
	left: 30px;
	z-index: 99;
	width: 260px;
}

.sec-present .present-area .present_B-area dl .B-main_photo02 {
	position: absolute;
	bottom : 50px;
	left: 86px;
	width: 260px;
}

.sec-present .present-area .present_B-area dl .B-main_photo01 img,
.sec-present .present-area .present_B-area dl .B-main_photo02 img {
	filter: drop-shadow(0 0 6px rgba(0,0,0,.5));
	-webkit-transform: rotate( -8deg );
}


.sec-present .present-area .present_B-area dl .B-title {
	top: 50px;
	right: 35px;
}

.sec-present .present-area .present_B-area dl .B-total {
	top: 195px;
	right: 46px;
}

.sec-present .present-area .present_B-area dl .B-photo_list {
	right: 36px;
	bottom: 45px;
}

.sec-present .present-area .present_B-area dl .B-photo_list ul {
	overflow: hidden;
}

.sec-present .present-area .present_B-area dl .B-photo_list ul li {
	float: left;
	margin-right: 10px;
	width: 180px;
	border: 2px solid #e60012;
}




/* =*=*= W賞設定 =*=*= */

.sec-present .present-area .present_W-area {
	min-height: 340px;
}

.sec-present .present-area .present_W-area img {
	max-width: 100%;
}

.sec-present .present-area .present_W-area dl dt,
.sec-present .present-area .present_W-area dl dd {
	position: absolute;
}

.sec-present .present-area .present_W-area dl .W-mark {
	top: -35px;
	left: -65px;
	z-index: 99;
}

.sec-present .present-area .present_W-area dl .W-main_photo {
	position: absolute;
	top: 80px;
	left: 45px;
	z-index: 999;
	width: 290px;
}

.sec-present .present-area .present_W-area dl .W-main_photo img {
	filter: drop-shadow(0 0 4px rgba(0,0,0,.3));
	-webkit-transform: rotate( -8deg );
}

.sec-present .present-area .present_W-area dl .W-title {
	top: 50px;
	right: 35px;
}

.sec-present .present-area .present_W-area dl .W-total {
	top: 185px;
	right: 46px;
}

.sec-present .present-area .present_W-area dl .W-photo_list {
	right: 36px;
	bottom: 45px;
}

.sec-present .present-area .present_W-area dl .W-photo_list ul {
	overflow: hidden;
}

.sec-present .present-area .present_W-area dl .W-photo_list ul li {
	float: left;
	margin-right: 10px;
	width: 180px;
	border: 2px solid #e60012;
}

.sec-present .present-area .present_W-area dl .comment{
	right: 36px;
	bottom: 35px;
	font-size: 16px;
}



/* =*=*= アニメ[ぼよよん]設定 =*=*= */

/* デフォルトの大きさは1.0倍 */
.bound-img-wrap {
	transform: scale(1);
}
/* 画像ホバー時のアニメを設定 */
.bound-img-wrap {
	-webkit-animation: bound 1s ease-in; 
	-moz-animation:    bound 1s ease-in; 
	animation: bound 1s ease-in;
}

/** アニメーションの定義 */
@keyframes bound {
	/** 開始時は１倍の大きさ */
	from { transform: scale(0.5); }
	/** 0%～25%にかけて1.15倍する */
	25% { transform: scale(1.15); }
	/** 25%～50%にかけて0.95倍する */
	50% { transform: scale(0.95); }
	/** 50%～75%にかけて1.05倍する */
	75% { transform: scale(1.05); }
	/** 終了時は元の大きさに戻す */
	to { transform: scale(1); }
}

/* =*=*= アニメ[ぼよよん]設定ここまで =*=*= */




/* =*=*= 対象商品エリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-target_product {
	padding: 120px 0 120px;
	text-align: center;	
}

.sec-target_product h2 {
	margin-bottom: 40px;
}

.sec-target_product h2+p {
	margin-bottom: 15px;
	color: #fff;
	font-weight: 900;
	font-size: 28px;
}
.sec-target_product div p:nth-child(3) {
	margin-bottom: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.sec-target_product ul {
	margin: auto;
	max-width: 1000px;
}

.sec-target_product ul li img {
	width: 100%;
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,.5));
}

.sec-target_product ul li {
	width: 430px;
	text-align: center;
}

.sec-target_product ul li:first-child {
	margin: 0 auto 50px;
}

.sec-target_product ul li:nth-child(2),
.sec-target_product ul li:nth-child(3) {
	float: left;
}


.sec-target_product ul li:nth-child(2) {
	margin-right: 140px;
}


.sec-target_product ul li p {
	margin-top: 10px;
	color: #fff;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 3px;
}

.sec-target_product ul a {
	display: block;
}

.sec-target_product ul a:hover {
	-webkit-transform: rotate( 5deg );
	transform: rotate( 5deg );
}




/* =*=*= 応募方法エリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-app_howto {
	padding: 120px 0 60px;
	text-align: center;
	position: relative;
}

.sec-app_howto .content-wrap {
	position: relative;
}

.sec-app_howto .end {
    content: 'aaa';
	max-width: 1100px;
	height: calc(100% - 100px);
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.8);
    display:block;
	z-index: 999;
}

.sec-app_howto .end p {
	position: absolute;
	top: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
	width: 100%;
}

.sec-app_howto .end p br {
	display: block;
}

.sec-app_howto h2 {
	margin-bottom: 50px;
}

.sec-app_howto h3 {
	margin-bottom: 40px;
}

.sec-app_howto dl {
	overflow: hidden;
}

.sec-app_howto dl div {
	float: left;
	margin-right: 20px;
	width: 320px;
}

.sec-app_howto dl div:last-child {
	margin-right: 0;
}

.sec-app_howto dl dt {
	margin-bottom: 25px;
	font-weight: 900;
	font-size: 24px;
	line-height: 0;
}

.sec-app_howto dl dd {
	padding: 0 10px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.6em;
}

.sec-app_howto .howto_memo {
	margin: 50px auto 60px;
	padding: 50px 50px 30px;
	max-width: 900px;
	background: #ffe9a9;
}

.sec-app_howto .howto_memo h4 {
	font-weight: 900;
	font-size: 28px;
	line-height: 0;
}

.sec-app_howto .howto_memo br {
	display: block;
}



/* =*=*= フォームから応募設定 =*=*= */

.sec-app_howto .howto_form-area .howto_memo h4 {
	display: inline;
	padding: 0 0 0 40px;
	background: url('../img/ico-attention.svg') no-repeat left center;
}

.sec-app_howto .howto_form-area .howto_memo ul {
	margin: 20px auto 0;
	padding-left: 1em;
	text-align: justify;
	font-size: 16px;
}

.sec-app_howto .howto_form-area .howto_memo ul li {
	margin-bottom: 5px;
	text-indent: -1.2em;
}


.sec-app_howto .howto_form-area .howto_memo ul li::before {
	margin-bottom: 5px;
	content: "●";
}



/* =*=*= ハガキから応募設定 =*=*= */

.sec-app_howto .howto_hagaki-area .howto_memo address {
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6em;
}

.sec-app_howto .howto_hagaki-area {
	margin: 60px auto 60px;
	padding-top: 60px;
}

.sec-app_howto .howto_hagaki-area ol {
	margin: 20px auto 60px;
	list-style: none;
	text-align: justify;
	font-size: 16px;
}

.sec-app_howto .howto_hagaki-area ol li {
	position: relative;
	margin: 0 auto 20px;
	padding-left: 65px;
	text-align: justify;
	font-size: 18px;
}

.sec-app_howto .howto_hagaki-area ol li:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background: #e60012;
	color: #fff;
	font-weight: 900;
	font-style: italic;
	font-size: 30px;
}

.sec-app_howto .howto_hagaki-area ol li:first-child:before {
	top: 4px;
	padding: 9px 0 0 13px;
	content: "1";
}

.sec-app_howto .howto_hagaki-area ol li:nth-child(2):before {
	top: 4px;
	padding: 9px 0 0 13px;
	content: "2";
}

.sec-app_howto .howto_hagaki-area ol li:nth-child(3) {
	padding-top: 13px;
}

.sec-app_howto .howto_hagaki-area ol li:nth-child(3):before {
	top: 4px;
	padding: 9px 0 0 13px;
	content: "3";
}




/* =*=*= 応募要項エリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-app_essential_point {
	padding: 120px 0 120px;
	text-align: center;	
}

.sec-app_essential_point div > dl {
	overflow: hidden;
	margin-top: 70px;
	padding: 20px 50px;
	border: 4px solid #fcc800;
	border-radius: 16px;
	background: #fff;
	text-align: justify;
	line-height: 1.8em;
}

.sec-app_essential_point div > dl > div {
	overflow: hidden;
	border-bottom: 1px solid #ffe9a9;
}

.sec-app_essential_point div > dl > div:last-child {
	border-bottom: none;
}

.sec-app_essential_point div > dt {
	float: left;
	margin: 30px 0;
	width: 220px;
	color: #e60012;
	font-weight: 900;
}

.sec-app_essential_point div > dd {
	float: left;
	margin: 30px 0;
	width: 672px;
}


.sec-app_essential_point div > dd > dl dt {
	margin-top: 15px;
	color: #e60012;
	font-weight: 700;
}

.sec-app_essential_point div > dd > dl dd address {
	margin-top: 5px;
	padding: 10px 15px;
	background: #efefef;
}

.sec-app_essential_point div ul {
	margin-left: 1.2em;
}

.sec-app_essential_point div ul li {
	text-indent: -1.2em;
}


.sec-app_essential_point div ul li::before {
	margin-bottom: 5px;
	content: "●";
}

.sec-app_essential_point div small {
	display: block;
	margin: 10px 0 0 1.2em;
	color: #666;
	text-indent: -1.2em;
	font-size: 16px;
	line-height: 1.4em;
}




/* =*=*= MOVIEエリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-movie {
	padding: 120px 0 80px;
	text-align: center;	
}

.sec-movie h2 {
	margin-bottom: 50px;
}

.sec-movie h3 {
	margin-bottom: 40px;
}

.sec-movie a:hover {
	opacity: 0.7;
}

.sec-movie br {
	display: block;
}



/* =*=*= CM動画設定 =*=*= */

.sec-movie .movie_cm-area dl {
	overflow: hidden;
	margin: 0 auto 60px;
	width: 900px;
}

.sec-movie .movie_cm-area dl div {
	float: left;
	margin: 0 60px 60px 0;
	width: 420px;
}

.sec-movie .movie_cm-area dl div:nth-child(2n) {
	margin: 0;
}

.sec-movie .movie_cm-area dl dt {
	margin-bottom: 10px;
}

.sec-movie .movie_cm-area dl dt img {
	width: 100%;
}

.sec-movie .movie_cm-area dl dd {
	padding: 0;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.4em;
}



/* =*=*= 使い方動画設定 =*=*= */

.sec-movie .movie_usage-area dl {
	overflow: hidden;
	margin-bottom: 80px;
}

.sec-movie .movie_usage-area dl div {
	float: left;
	margin: 0 50px 40px 0;
	width: 300px;
}

.sec-movie .movie_usage-area dl div:nth-child(3n) {
	margin-right: 0;
}

.sec-movie .movie_usage-area dl dt {
	margin-bottom: 10px;
}

.sec-movie .movie_usage-area dl dd {
	padding: 0 10px;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.4em;
}



/* =*=*= ボタン設定 =*=*= */

.sec-movie .btn a {
	padding: 20px 0;
	letter-spacing: 3px;
	font-size: 28px;
}

.sec-movie .btn a:after {
	display: block;
	margin: -4px 0 0 0;
	width: 13px;
	height: 13px;
}




/* =*=*= 各企業ボタンエリア =*=*=*=*=*=*=*=*=*=*=*=*= */


.sec-movie .company_btn-area {
	margin-top: 120px;
}
.sec-movie .company_btn-area p {
	position: relative;
	margin: 0 auto 40px;
	max-width: 590px;
	text-align: left;
}

.sec-movie .company_btn-area a:link,
.sec-movie .company_btn-area a:visited {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.sec-movie .company_btn-area a:hover{
	opacity: 0.7;
}



/* =*=*= アロンアルフア =*=*= */

.sec-movie .company_btn-area p.brand_btn a {
	display: block;
	padding: 25px 0 25px 320px;
	width: 100%;
	border: 4px solid #e60012;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 8px 0px 0px #920000;
}

.sec-movie .company_btn-area p.brand_btn a:before {
	position: absolute;
	top: 30%;
	left: 38px;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/logo_aronalpha.svg') no-repeat;
	background-size: 262px;
	content: "";
}

.sec-movie .company_btn-area p.brand_btn a:after {
	position: absolute;
	top: 48%;
	right: 26px;
	display: block;
	margin: -4px 0 0 0;
	width: 14px;
	height: 14px;
	border-top: solid 4px #fcc800;
	border-right: solid 4px #fcc800;
	content: "";
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}



/* =*=*= 東亞合成 =*=*= */

.sec-movie .company_btn-area p.toa_btn a {
	display: block;
	padding: 25px 0 25px 320px;
	width: 100%;
	border: 4px solid #005bac;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 8px 0px 0px #09406e;
}

.sec-movie .company_btn-area p.toa_btn a:before {
	position: absolute;
	top: 20%;
	left: 38px;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/logo_toa.svg') no-repeat;
	background-size: 262px;
	content: "";
}

	/* =* IE11 *= */

	_:-ms-lang(x)::-ms-backdrop,
	.sec-movie .company_btn-area p.toa_btn a:before {
		height: 100px;
		background-size: 262px;
	}


.sec-movie .company_btn-area p.toa_btn a:after {
	position: absolute;
	top: 48%;
	right: 26px;
	display: block;
	margin: -4px 0 0 0;
	width: 14px;
	height: 14px;
	border-top: solid 4px #11a84e;
	border-right: solid 4px #11a84e;
	content: "";
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}










/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	タ　ブ　レ　ッ　ト　設　定 

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */


@media screen and (max-width: 834px) {
	
	
	/* =*=*= 共通部分 =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.content-wrap {
		margin: auto 20px;
	}
	
	
	
	
	/* =*=*= ヘッダー =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	header {
		margin: auto;
		min-height: 80px;
		background: #fcc800;
		text-align: center;
	}

	header div.logo-area {
		position: relative;
		margin: auto;
		max-width: 1000px;
	}

	header div.logo-area img {
		width: 100%;
	}

	header div.logo-area p.konishi {
		position: absolute;
		top: 18px;
		max-width: 100px;
	}

	header div.logo-area p.aronalpha {
		position: absolute;
		top: 25px;
		left: 20px;
		width: 250px;
	}

	header div.logo-area p.toa {
		position: absolute;
		top: 22px;
		right: 20px;
		max-width: 214px;
	}
	
	
	
	
	/* =*=*= フッター =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	.pagetop a {
		width: 75%;
	}
	
	.pagetop img {
		width: 100%;
	}
	
	.pagetop {
		right: 5px;
		margin: 0;
		padding: 0;
	}
	
	
	
	
	/* =*=*= メインビジュアル =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.main_visual .close_text small {
		display: block;
		padding-bottom: 20px;
		text-align: center;
		line-height: 1.6em;
	}
	
	.main_visual .close_text small br {
		display: block;
	}
	
	.main_visual .close_text p:first-child {
		padding: 20px 0 10px;
	}
	
	
	
	
	/* =*=*= ナビゲーションエリア=*=*=*=*=*=*=*=*= */
	

	nav {
		padding: 50px 0 60px;
	}

	nav ul {
		overflow: hidden;
		margin: auto;
		max-width: 700px;
		border-bottom: 6px solid #920000;
		border-radius: 10px;
		background-color: #e60012;
		font-weight: 700;
	}

	nav ul li a {
		position: relative;
		display: block;
		float: left;
		padding: 28px 10px 28px 0;
		width: 140px;
		border-right: 2px solid #920000;
		border-left: 2px solid #ff2233;
		text-align: center;
		font-size: 18px;
		line-height: 0;
	}

	nav ul li a:after {
		position: absolute;
		top: 46%;
		right: 10px;
		display: block;
		margin: -4px 0 0 0;
		width: 10px;
		height: 10px;
		border-top: solid 3px #fcc800;
		border-right: solid 3px #fcc800;
		content: "";
		-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
	}
	
	
	
	
	/* =*=*= キャッチフレーズエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	.sec-catchphrase div p {
		margin: 0 10px;
		padding: 100px 0;
	}

	.sec-catchphrase div p img {
		width: 100%;
	}

	.sec-catchphrase div p::before {
		top: 0;
		display: block;
		margin: auto;
		width: 100%;
		height: 100%;
		background: url('../img/photo-product_line01.png') no-repeat top center;
		background-size: 100%;
		content: "";
	}

	.sec-catchphrase div p::after {
		position: absolute;
		bottom: 0;
		display: block;
		margin: auto;
		width: 100%;
		height: 100%;
		background: url('../img/photo-product_line02.png') no-repeat bottom center;
		background-size: 100%;
		content: "";
	}
	
	
	
	
	/* =*=*= プレゼントエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-present {
		margin-top: 40px;
		padding: 40px 0 100px;
	}

	.sec-present h2 {
		margin-bottom: 10px;
	}

	.sec-present h2+p {
		position: relative;
		max-width: 100%;
	}

	.sec-present h2+p img {
		max-width: 83%;
	}

	.sec-present h2+p::after {
		position: absolute;
		top: 20px;
		left: 0;
		display: block;
		margin: 0 auto 0;
		width: 100%;
		height: 100%;
		background: url('../img/text-total_deco.svg') no-repeat center center;
		background-size: 100% auto;
		content: "";
	}
	
	.sec-present .present-area div {
		position: relative;
		margin-top: 50px;
		border: 4px solid #e60012;
		border-radius: 16px;
		background: #fff url('../img/bg-present.svg') no-repeat center center;
		background-size: 150%;
		filter: drop-shadow(0 0 4px rgba(76,0,6,.4));
	}
	
	
	
	/* =*=*= A賞設定 =*=*= */
	
	.sec-present .present-area .present_A-area {
		padding: 20px 20px 40px;
		min-height: 480px;
		text-align: center;
	}
	
	.sec-present .present-area .present_A-area img {
		max-width: 100%;
	}
	
	.sec-present .present-area .present_A-area dl dt,
	.sec-present .present-area .present_A-area dl dd {
		position: static;
	}
	
	.sec-present .present-area .present_A-area dl .A-mark {
		position: absolute;
		top: -35px;
		left: 20%;
		z-index: 999;
	}
	
	.sec-present .present-area .present_A-area dl .A-main_photo {
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		margin: auto;
		max-width: 260px;
	}
	
	.sec-present .present-area .present_A-area dl .A-title {
		margin: 450px auto 0;
	}
	
	.sec-present .present-area .present_A-area dl .A-photo_list ul {
		overflow: hidden;
		margin: 20px auto 0;
		max-width: 560px;
	}
	
	.sec-present .present-area .present_A-area dl .A-photo_list ul li {
		float: left;
		margin-right: 10px;
		max-width: 180px;
		border: 2px solid #e60012;
	}
	
	.sec-present .present-area .present_A-area dl .A-photo_list ul li:last-child {
		margin-right: 0;
	}
	
	
	
	/* =*=*= B賞設定 =*=*= */
	
	.sec-present .present-area .present_B-area {
		padding: 20px 20px 40px;
		min-height: 480px;
		text-align: center;
	}

	.sec-present .present-area .present_B-area img {
		max-width: 100%;
	}

	.sec-present .present-area .present_B-area dl dt,
	.sec-present .present-area .present_B-area dl dd {
		position: static;
	}

	.sec-present .present-area .present_B-area dl .B-mark {
		position: absolute;
		top: -35px;
		left: 5%;
		z-index: 999;
	}

	.sec-present .present-area .present_B-area dl .B-main_photo01 {
		position: absolute;
		top: 50px;
		right: 30%;
		left: 0;
		z-index: 99;
		margin: auto;
		width: 280px;
	}

	.sec-present .present-area .present_B-area dl .B-main_photo02 {
		position: absolute;
		top: 100px;
		right: 0;
		left: 30%;
		margin: auto;
		width: 280px;
	}
	
	.sec-present .present-area .present_B-area dl .B-title {
		margin: 350px auto 0;
	}
	
	.sec-present .present-area .present_B-area dl .B-total {
		margin-top: 20px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list {
		right: 36px;
		bottom: 45px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list ul {
		overflow: hidden;
		margin: 20px auto 0;
		max-width: 560px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list ul li {
		float: left;
		margin-right: 10px;
		width: 180px;
		border: 2px solid #e60012;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list ul li:last-child {
		margin-right: 0;
	}
	
	
	
	/* =*=*= W賞設定 =*=*= */
	
	.sec-present .present-area .present_W-area {
		padding: 20px 20px 40px;
		min-height: 340px;
		text-align: center;
	}

	.sec-present .present-area .present_W-area img {
		max-width: 100%;
	}

	.sec-present .present-area .present_W-area dl dt,
	.sec-present .present-area .present_W-area dl dd {
		position: static;
	}

	.sec-present .present-area .present_W-area dl .W-mark {
		position: absolute;
		top: -35px;
		left: 10%;
		z-index: 99;
	}

	.sec-present .present-area .present_W-area dl .W-main_photo {
		position: absolute;
		top: 60px;
		right: 0;
		left: 0;
		z-index: 999;
		margin: auto;
		width: 320px;
	}
	
	.sec-present .present-area .present_W-area dl .W-title {
		margin: 300px auto 0;
	}
	
	.sec-present .present-area .present_W-area dl .W-total {
		top: 185px;
		right: 46px;
	}
	
	.sec-present .present-area .present_W-area dl .W-photo_list {
		right: 36px;
		bottom: 45px;
	}
	
	.sec-present .present-area .present_W-area dl .W-photo_list ul {
		overflow: hidden;
	}
	
	.sec-present .present-area .present_W-area dl .W-photo_list ul li {
		float: left;
		margin-right: 10px;
		width: 180px;
		border: 2px solid #e60012;
	}
	
	.sec-present .present-area .present_W-area dl .comment{
		right: 36px;
		bottom: 35px;
		font-size: 16px;
	}
	
	
	
	
	/* =*=*= 対象商品エリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-target_product {
		padding: 100px 0 100px;
		text-align: center;	
	}
	
	.sec-target_product h2 {
		margin-bottom: 40px;
	}
	
	.sec-target_product ul li {
		margin: 0 auto 50px;
		width: 430px;
		text-align: center;
	}
	
	.sec-target_product ul li:nth-child(2),
	.sec-target_product ul li:nth-child(3) {
		float: none;
		margin-right: auto;
	}
	
	.sec-target_product ul li:nth-child(3) {
		margin-bottom: 0;
	}
	
	.sec-target_product ul li p {
		margin-top: 10px;
		font-size: 26px;
	}
	
	
	
	
	/* =*=*= 応募方法エリア =*=*=*=*=*=*=*=*=*=*=*=*= */

	
	.sec-app_howto {
		padding: 100px 0 50px;
		text-align: center;	
	}

	.sec-app_howto h2 {
		margin-bottom: 50px;
	}

	.sec-app_howto h3 img {
		max-width: 100%;
	}

	.sec-app_howto dl div {
		float: none;
		margin: 0 auto 50px;
		width: 400px;
	}

	.sec-app_howto dl div img {
		width: 100%; 
	}

	.sec-app_howto dl div:last-child {
		margin: 0 auto 0;
	}

	.sec-app_howto dl dt {
		margin-bottom: 25px;
		font-weight: 900;
		font-size: 24px;
		line-height: 0;
	}

	.sec-app_howto dl dd {
		padding: 0 10px;
		text-align: justify;
		font-size: 16px;
		line-height: 1.6em;
	}

	.sec-app_howto .howto_memo {
		margin: 50px auto 50px;
		padding: 40px 40px 30px;
		max-width: 900px;
		background: #ffe9a9;
	}

	.sec-app_howto .howto_memo h4 {
		font-weight: 900;
		font-size: 28px;
		line-height: 0;
	}
	
	
	
	/* =*=*= フォームから応募設定 =*=*= */
	
	.sec-app_howto .howto_form-area .howto_memo h4 {
		display: inline;
		padding: 0 0 0 40px;
		background: url('../img/ico-attention.svg') no-repeat left center;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul {
		margin: 20px auto 0;
		padding-left: 1em;
		text-align: justify;
		font-size: 16px;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul li {
		margin-bottom: 5px;
		text-indent: -1.2em;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul li::before {
		margin-bottom: 5px;
		content: "●";
	}
	
	
	
	/* =*=*= ハガキから応募設定 =*=*= */
	
	.sec-app_howto .howto_hagaki-area .howto_memo address {
		margin-top: 30px;
		font-weight: 700;
		font-size: 20px;
		line-height: 1.6em;
	}
	
	.sec-app_howto .howto_hagaki-area {
		margin: 60px auto 50px;
		padding-top: 50px;
	}
	
	
	
	
	/* =*=*= 応募要項エリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-app_essential_point {
		padding: 100px 0 100px;
		text-align: center;	
	}
	
	.sec-app_essential_point div > dl {
		overflow: visible;
		margin-top: 50px;
		padding: 20px 40px;
		border: 4px solid #fcc800;
		border-radius: 16px;
		background: #fff;
		text-align: justify;
		line-height: 1.8em;
	}
	
	.sec-app_essential_point div > dl > div {
		overflow: hidden;
		border-bottom: 1px solid #ffe9a9;
	}
	
	.sec-app_essential_point div > dl > div:last-child {
		border-bottom: none;
	}
	
	.sec-app_essential_point div > dt {
		float: none;
		margin: 20px 0 10px;
		width: 100%;
		color: #e60012;
	}
	
	.sec-app_essential_point div > dd {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
	
	
	
	
	/* =*=*= MOVIEエリア =*=*=*=*=*=*=*=*=*=*=*=*= */


	.sec-movie {
		padding: 100px 0 80px;
		text-align: center;	
	}
	
	.sec-movie h2 {
		margin-bottom: 50px;
	}
	
	.sec-movie h3 {
		margin-bottom: 40px;
	}
	
	
	
	/* =*=*= CM動画設定 =*=*= */
	
	.sec-movie .movie_cm-area dl {
		overflow: visible;
		margin: 0 auto 60px;
		width: 100%;
		text-align: center;
	}
	
	.sec-movie .movie_cm-area dl div {
		float: none;
		margin: 0 auto 50px;
		width: 420px;
	}
	
	.sec-movie .movie_cm-area dl div:nth-child(2n) {
		margin: 0 auto 50px;
	}
	
	
	
	/* =*=*= 使い方動画設定 =*=*= */
	
	.sec-movie .movie_usage-area dl {
		overflow: hidden;
		margin: 0 auto 50px;
		width: 650px;
	}
	
	.sec-movie .movie_usage-area dl div {
		float: left;
		margin: 0 50px 40px 0;
		width: 300px;
	}
	
	.sec-movie .movie_usage-area dl div:nth-child(2n) {
		margin-right: 0;
	}
	
	.sec-movie .movie_usage-area dl div:nth-child(3n) {
		margin: 0 50px 40px 0;
	}
	
	.sec-movie .movie_usage-area dl div:last-child {
		margin-right: 0;
	}
	
	.sec-movie .movie_usage-area dl dt {
		margin-bottom: 10px;
	}
	
	.sec-movie .movie_usage-area dl dd {
		padding: 0 10px;
		font-weight: 900;
		font-size: 24px;
		line-height: 1.4em;
	}
	
	
	
	
	/* =*=*= ボタン設定 =*=*= */
	
	.sec-movie .btn a {
		padding: 20px 0;
		letter-spacing: 3px;
		font-size: 28px;
	}
	
	.sec-movie .btn a:after {
		display: block;
		margin: -4px 0 0 0;
		width: 13px;
		height: 13px;
	}
	
	.sec-movie .company_btn-area {
		margin-top: 100px;
	}
	
	
}










/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	ス　マ　ー　ト　フ　ォ　ン　設　定

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */

	
@media screen and (max-width: 640px) {
	
	
	/* =*=*= 共通部分 =*=*=*=*=*=*=*=*=*=*=*=*= */
	

	html {
		font-size: 16px;
	}
	
	
	body {
		line-height: 1.8em;
	}
	
	
	
	/* =*=*= PC・SP表示設定 =*=*= */
	
	.pc_block_sp_none {
		display: none;
	}
	
	.pc_none_sp_block {
		display: block;
	}
	
	
	
	/* =*=*= 各種タグ・背景設定 =*=*= */
	
	br {
		display: block;
	}
	
	.bg-r {
		background: url("../img/bg_main01.svg") #e60012 center center;
		background-size: 10%;
	}
	
	.bg-y {
		background: url("../img/bg_main02.svg") #fcc800 center;
		background-size: 15%;
	}
	
	.content-wrap {
		margin: auto 10px;
	}
	
	
	
	/* =*=*= ボタン全体設定 =*=*= */
	
	.btn {
		margin: 0 10px 0;
		max-width: 100%;
	}
	
	.btn a {
		position: relative;
		display: inline-block;
		padding: 8px 0 10px;
		width: 100%;
		border-bottom: 6px solid #920000;
		border-radius: 60px;
		background-color: #e60012;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		font-weight: 900;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.3em;
		cursor: pointer;
	}

	.btn a:after {
		position: absolute;
		top: 48%;
		right: 20px;
		display: block;
		margin: -4px 0 0 0;
		width: 13px;
		height: 13px;
		border-top: solid 3px #fcc800;
		border-right: solid 3px #fcc800;
		content: "";
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	.btn a:hover {
		opacity: 0.8;
	}
	
	
	
	
	/* =*=*= ヘッダー =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	header {
		min-height: 50px;
	}
	
	header div.logo-area {
		position: relative;
		max-width: 100%;
	}
	
	header div.logo-area p.aronalpha {
		position: absolute;
		top: 6px;
		left: 10px;
		width: 150px;
	}
	
	header div.logo-area p.toa {
		position: absolute;
		top: 4px;
		right: 10px;
		max-width: 150px;
	}
	
	
	
	
	/* =*=*= フッター =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	footer {
		padding: 0;
		background: #fcc800;
		text-align: center;
		font-size: 12px;
	}
	
	footer>p {
		padding: 10px 0;
	}
	
	footer br {
		display: block;
	}
	
	footer address {
		padding: 20px 0;
		color: #fff;
		font-style: normal;
	}
	
	footer address h2 {
		margin-bottom: 15px;
		font-weight: 700;
		font-size: 24px;
	}
	
	footer address p {
		margin: 0;
		font-weight: 700;
		font-size: 16px;
	}
	
	footer address p:nth-child(3) {
		margin-bottom: 10px;
	}
	
	footer small {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.5em;
	}
	
	

	/* =*=*= ページトップ設定 =*=*= */

	.pagetop {
		position: fixed;
		right: 2%;
		bottom: 2%;
		z-index: 999;
		display: flex;
		opacity: 0.5;
		cursor: pointer;

		align-items: center;
		justify-content: flex-end;
	}

	.pagetop a {
		width: 60%;
	}

	.pagetop:hover {
		opacity: 1;
	}
	
	
	
	
	
	/* =*=*= メインビジュアル =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.main_visual .content-wrap {
		margin: auto 0;
	}
	
	.main_visual .main_image {
		padding: 0 5px;
		background: url('../img/bg_mainvisual.png') center center;
		background-size: 200% auto;
	}
	
	.main_visual .main_image h1 {
		margin: auto;
		padding: 20px 0 0;
		max-width: 1000px;
		font-weight: normal;
	}
	
	.main_visual .main_image h1 small {
		display: block;
		padding: 15px 0 10px;
		color: #666;
		text-align: center;
		letter-spacing: 1px;
		font-size: 10px;
		line-height: 1.4em;
	}
	
	.main_visual .main_image h1 small br {
		display: none;
	}
	
	.main_visual .close_text  {
		padding: 0 10px;
	}
	
	.main_visual .close_text p:first-child {
		margin-top: 0;
		padding: 6px 0 0;
	}
	
	.main_visual .close_text p:nth-child(2) {
		margin-top: 1px;
		padding: 0 0 10px;
	}
	
	.main_visual .close_text small {
		display: block;
		padding-bottom: 10px;
		text-align: center;
		letter-spacing: 1px;
		font-size: 10px;
		line-height: 1.6em;
	}
	
	.main_visual .main_image h1 small br {
		display: block;
	}
	
	
	
	/* =*=*= ボタン設定 =*=*= */
	
	.main_visual .close_text .app_btn-area .app_btn {
		padding: 0 0 15px;
	}
	
	.main_visual .close_text .app_btn-area .hagaki_btn {
			margin: auto;
	padding: 0 0 20px;
		max-width: 80%;
	}
	
	.main_visual .close_text .app_btn-area a {
		padding: 8px 0 10px;
		border-bottom: 4px solid #e39000;
		background-color: #fcc800;
		color: #000;
	}
	
	.main_visual .close_text .app_btn-area .app_btn a:after {
		border-top: solid 3px #e60012;
		border-right: solid 3px #e60012;
	}
	
	.main_visual .close_text .app_btn-area .hagaki_btn a:after {
		top: 46%;
		width: 12px;
		height: 12px;
		border-top: solid 3px #e60012;
		border-right: solid 3px #e60012;
		-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
	}
	
	
	
	
	/* =*=*= コンテンツエリア - 共通部分 =*=*=*=*=*=*=*=*=*=*=*=*= */
	

	main {
		margin: 0;
		padding: 0;
	}	
	
	section h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	
	section h2 img {
		max-width: 100%;
		height: 60px;
	}
	
	
	
	/* =*=*= キャッチフレーズエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	.sec-catchphrase {
		padding: 40px 0 0;
	}
	.sec-catchphrase div p {
		margin: 0;
		padding: 50px 0;
	}

	.sec-catchphrase div p img {
		width: 100%;
	}

	.sec-catchphrase div p::before {
		top: 0;
		display: block;
		margin: auto;
		width: 100%;
		height: 100%;
		background: url('../img/photo-product_line01.png') no-repeat top center;
		background-size: 100%;
		content: "";
	}

	.sec-catchphrase div p::after {
		position: absolute;
		bottom: 0;
		display: block;
		margin: auto;
		width: 100%;
		height: 100%;
		background: url('../img/photo-product_line02.png') no-repeat bottom center;
		background-size: 100%;
		content: "";
	}
	
	
	
	
	/* =*=*= プレゼントエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-present {
		margin-top: 30px;
		padding: 30px 0 60px;
	}

	.sec-present h2 {
		margin-bottom: 10px;
	}

	.sec-present h2+p {
		position: relative;
		max-width: 100%;
	}

	.sec-present h2+p img {
		max-width: 83%;
	}

	.sec-present h2+p::after {
		top: 8px;
	}

	.sec-present .present-area div {
		position: relative;
		margin-top: 60px;
		border: 3px solid #e60012;
		border-radius: 12px;
		background: #fff url('../img/bg-present.svg') no-repeat center -160%;
		background-size: 150%;
		filter: drop-shadow(0 0 3px rgba(76,0,6,.4));
	}
	
	.sec-present .present-area div.present_W-area {
		background: #fff url('../img/bg-present.svg') no-repeat center 250%;
	}
	
	
	
	/* =*=*= A賞設定 =*=*= */
	
	.sec-present .present-area .present_A-area {
		padding: 0 15px 20px;
	}
	
	.sec-present .present-area .present_A-area img {
		max-width: 100%;
	}
	
	.sec-present .present-area .present_A-area dl .A-mark {
		top: -45px;
		left: 50%;
		width: 100px;
		-webkit-transform: translateX(-50%);
	}
	
	.sec-present .present-area .present_A-area dl .A-main_photo {
		top: 35px;
		max-width: 100%;
		text-align: center;
	}
	
	.sec-present .present-area .present_A-area dl .A-main_photo img {
		display: block;
		margin: auto;
		max-width: 200px;
	}
	
	.sec-present .present-area .present_A-area dl .A-title {
		margin: 350px auto 0;
	}
	
	.sec-present .present-area .present_A-area dl .A-photo_list ul {
		overflow: hidden;
		margin: 10px auto 0;
		max-width: 320px;
	}
	
	.sec-present .present-area .present_A-area dl .A-photo_list ul li {
		float: left;
		margin-right: 9px;
		max-width: 100px;
		border: 2px solid #e60012;
	}
	
	
	
	/* =*=*= B賞設定 =*=*= */
	
	.sec-present .present-area .present_B-area {
		padding: 0 15px 20px;
	}
	
	.sec-present .present-area .present_B-area img {
		max-width: 100%;
	}

	.sec-present .present-area .present_B-area dl dt,
	.sec-present .present-area .present_B-area dl dd {
		position: static;
	}
	
	.sec-present .present-area .present_B-area dl .B-mark {
		top: -45px;
		left: 50%;
		width: 100px;
		-webkit-transform: translateX(-50%);
	}
	
	.sec-present .present-area .present_B-area dl .B-main_photo01 {
		top: 30px;
		right: 20%;
		left: 0;
		width: 200px;
	}
	
	.sec-present .present-area .present_B-area dl .B-main_photo02 {
		top: 140px;
		right: 0;
		left: 20%;
		width: 200px;
	}
	
	.sec-present .present-area .present_B-area dl .B-title {
		margin: 320px auto 0;
	}
	
	.sec-present .present-area .present_B-area dl .B-total {
		margin-top: 10px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list {
		right: 36px;
		bottom: 45px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list ul {
		overflow: hidden;
		margin: 10px auto 0;
		max-width: 320px;
	}
	
	.sec-present .present-area .present_B-area dl .B-photo_list ul li {
		float: left;
		margin-right: 9px;
		width: 100px;
		border: 2px solid #e60012;
	}	
	
	
	
	/* =*=*= W賞設定 =*=*= */
	
	.sec-present .present-area .present_W-area {
		padding: 0 15px 20px;
		min-height: 340px;
		text-align: center;
	}
	
	.sec-present .present-area .present_W-area dl .W-mark {
		top: -45px;
		left: 50%;
		width: 150px;
		-webkit-transform: translateX(-50%);
	}
	
	.sec-present .present-area .present_W-area dl .W-main_photo {
		top: 45px;
		width: 260px;
	}
	
	.sec-present .present-area .present_W-area dl .W-title {
		margin: 260px auto 0;
	}
	
	.sec-present .present-area .present_W-area dl .W-total {
		top: 185px;
		right: 46px;
	}
	
	.sec-present .present-area .present_W-area dl .comment{
		right: 36px;
		bottom: 35px;
		font-size: 12px;
	}
	
	
	
	
	/* =*=*= 対象商品エリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-target_product {
		padding: 60px 0 60px;
		text-align: center;	
	}

	.sec-target_product h2 {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.sec-target_product h2+p {
		margin-bottom: 15px;
		font-size: 24px;
		font-weight: 900;
		line-height: 1.4em;
	}
	
	.sec-target_product div p:nth-child(3) {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.sec-target_product ul {
		margin: 0 30px;
	}
	
	.sec-target_product ul li {
		margin: 0 auto 25px;
		max-width: 100%;
		text-align: center;
	}
	
	.sec-target_product ul li:nth-child(2),
	.sec-target_product ul li:nth-child(3) {
		float: none;
		margin-right: auto;
	}
	
	.sec-target_product ul li:nth-child(3) {
		margin-bottom: 0;
	}
	
	.sec-target_product ul li p {
		margin-top: 5px;
		font-size: 20px;
	}
	
	
	
	
	/* =*=*= 応募方法エリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-app_howto {
		padding: 60px 0 20px;
		text-align: center;	
	}
	
	.sec-app_howto .end {
		height: calc(100% - 0px);
	}

	.sec-app_howto .end p {
		top: 80px;
		font-size: 20px;
	}
	
	.sec-app_howto h2 {
		margin-bottom: 30px;
	}
	
	.sec-app_howto h3 {
		margin-bottom: 20px;
	}
	
	.sec-app_howto h3 img {
		max-width: 90%;
	}
	
	.sec-app_howto .howto_memo h4 {
		font-weight: 900;
		font-size: 20px;
		line-height: 1.5em;
	}
		
	.sec-app_howto .howto_memo {
		margin: 50px auto 40px;
		padding: 25px 20px;
		max-width: 900px;
		background: #ffe9a9;
	}
	
	
	/* =*=*= フォームから応募設定 =*=*= */
	
	.sec-app_howto .howto_form-area dl div {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
	
	.sec-app_howto .howto_form-area dl div img {
		width: 80%; 
	}
	
	.sec-app_howto .howto_form-area dl div:last-child {
		margin: 0 auto 0;
	}
	
	.sec-app_howto .howto_form-area dl dt {
		margin-bottom: 25px;
		font-weight: 900;
		font-size: 22px;
		line-height: 0;
	}
	
	.sec-app_howto .howto_form-area dl dd {
		margin-top: -5px;
		padding: 0 10px;
		text-align: justify;
		font-size: 16px;
		line-height: 1.5em;
	}
	
	.sec-app_howto .howto_form-area .howto_memo h4 {
		display: inline;
		padding: 0 0 0 30px;
		background: url('../img/ico-attention.svg') no-repeat left center;
		background-size: 25px;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul {
		margin: 20px auto 0;
		padding-left: 1em;
		text-align: justify;
		font-size: 16px;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul li {
		margin-bottom: 5px;
		text-indent: -1.2em;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.sec-app_howto .howto_form-area .howto_memo ul li::before {
		margin-bottom: 5px;
		content: "●";
	}
	
	
	/* =*=*= ハガキから応募設定 =*=*= */
	
	.sec-app_howto .howto_hagaki-area .howto_memo address {
		margin-top: 10px;
		text-align: justify;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.6em;
	}
	
	.sec-app_howto .howto_hagaki-area {
		margin: 10px auto 20px;
		padding-top: 50px;
	}
	
	.sec-app_howto .howto_hagaki-area ol {
		margin: 20px 5px 40px;
		list-style: none;
		text-align: justify;
		font-size: 16px;
	}
	
	.sec-app_howto .howto_hagaki-area ol li {
		position: relative;
		margin: 0 auto 20px;
		padding-left: 0;
		text-align: justify;
		text-indent: 1.8em;
		font-size: 16px;
		line-height: 1.6em;
	}
	
	.sec-app_howto .howto_hagaki-area ol li:before {
		position: absolute;
		top: 4px;
		left: 0;
		display: block;
		width: 25px;
		height: 25px;
		border-radius: 4px;
		background: #e60012;
		color: #fff;
		font-weight: 900;
		font-style: italic;
		font-size: 20px;
	}
	
	.sec-app_howto .howto_hagaki-area ol li:first-child:before {
		top: 0;
		padding: 1px 0 0 5px;
		content: "1";
		text-indent: 0;
		line-height: 1em;
	}
	
	.sec-app_howto .howto_hagaki-area ol li:nth-child(2):before {
		top: 0;
		padding: 1px 0 0 5px;
		content: "2";
		text-indent: 0;
		line-height: 1em;
	}
	
	.sec-app_howto .howto_hagaki-area ol li:nth-child(3) {
		padding-top: 0;
	}
	
	.sec-app_howto .howto_hagaki-area ol li:nth-child(3):before {
		top: 0;
		padding: 1px 0 0 5px;
		content: "3";
		text-indent: 0;
		line-height: 1em;
	}
	
	
	
	
	/* =*=*= 応募要項エリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-app_essential_point {
		padding: 60px 0 60px;
		text-align: center;	
	}
	
	.sec-app_essential_point div > dl {
		overflow: visible;
		margin-top: 30px;
		padding: 5px 15px;
		border: 4px solid #fcc800;
		border-radius: 10px;
		background: #fff;
		text-align: justify;
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.sec-app_essential_point div > dl > div {
		overflow: hidden;
		border-bottom: 1px solid #ffe9a9;
	}
	
	.sec-app_essential_point div > dl > div:last-child {
		border-bottom: none;
	}
	
	.sec-app_essential_point div > dt {
		float: none;
		margin: 15px 0 5px;
		width: 100%;
		color: #e60012;
		font-size: 17px;
		font-weight: 900;
	}
	
	.sec-app_essential_point div > dd {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
	.sec-app_essential_point div small {
		display: block;
		margin: 10px 0 0 1.2em;
		color: #666;
		text-indent: -1.2em;
		font-size: 14px;
		line-height: 1.4em;
	}
	
	
	
	
	/* =*=*= MOVIEエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-movie {
		padding: 60px 0 60px;
		text-align: center;	
	}
	
	.sec-movie h2 {
		margin-bottom: 30px;
	}
	
	.sec-movie h3 {
		margin-bottom: 20px;
	}
	
	.sec-movie h3 img {
		width: 100%;
		height: 35px;
	}
	
	
	
	/* =*=*= CM動画設定 =*=*= */
	
	.sec-movie .movie_cm-area dl {
		overflow: visible;
		margin: 0 auto 60px;
		width: 100%;
		text-align: center;
	}
	
	.sec-movie .movie_cm-area dl div {
		float: none;
		margin: 0 auto 40px;
		width: 100%;
	}
	.sec-movie .movie_cm-area dl div img {
		width: 100%;
	}
	
	.sec-movie .movie_cm-area dl div:nth-child(2n) {
		margin: 0 auto 30px;
	}
	
	.sec-movie .movie_cm-area dl dt {
		margin-bottom: 5px;
	}
	
	.sec-movie .movie_cm-area dl dd {
		padding: 0 5px;
		font-size: 16px;
		line-height: 1.4em;
	}
	
	
	
	/* =*=*= 使い方動画設定 =*=*= */
	
	.sec-movie .movie_usage-area dl {
		overflow: hidden;
		margin: 0 auto 30px;
		width: 350px;
	}
	
	.sec-movie .movie_usage-area dl div {
		float: left;
		margin: 0 10px 20px 0;
		width: 170px;
	}
	
	.sec-movie .movie_usage-area dl div img {
		width: 100%;
	}
	
	.sec-movie .movie_usage-area dl div:nth-child(2n) {
		margin-right: 0;
	}
	
	.sec-movie .movie_usage-area dl div:nth-child(3n) {
		margin: 0 10px 20px 0;
	}
	
	.sec-movie .movie_usage-area dl div:last-child {
		margin-right: 0;
	}
	
	.sec-movie .movie_usage-area dl dt {
		margin-bottom: 5px;
	}
	
	.sec-movie .movie_usage-area dl dd {
		padding: 0 5px;
		font-size: 14px;
		line-height: 1.4em;
	}
	
	
	
	
	/* =*=*= 企業ボタンエリア =*=*=*=*=*=*=*=*=*=*=*=*= */
	
	
	.sec-movie .btn a {
		padding: 20px 0;
		letter-spacing: 3px;
		font-size: 18px;
	}
	
	.sec-movie .btn a:after {
		display: block;
		margin: -4px 0 0 0;
		width: 13px;
		height: 13px;
	}
	
	.sec-movie .company_btn-area {
		margin-top: 100px;
	}
	
	
	/* 企業ボタン設定 */
	
	.sec-movie .company_btn-area {
		margin: 50px 15px 0;
	}
	
	.sec-movie .company_btn-area p {
		margin: 30px auto 0;
		text-align: center;
	}
	
	.sec-movie .company_btn-area p.brand_btn a {
		padding: 15px 0;
		box-shadow: 0px 6px 0px 0px #920000;
		line-height: 1em;
	}
	
	.sec-movie .company_btn-area p.brand_btn a:before {
		position: static;
		display: block;
		min-height: 30px;
		width: 100%;
		background: url('../img/logo_aronalpha.svg') center top no-repeat;
		background-size: 150px;
		content: "";
	}
	
	.sec-movie .company_btn-area p.brand_btn a:after {
		right: 20px;
	}
	
	.sec-movie .company_btn-area p.toa_btn a {
		padding: 5px 0 15px 0;
		box-shadow: 0px 6px 0px 0px #09406e;
		line-height: 1em;
	}
	
	.sec-movie .company_btn-area p.toa_btn a:before {
		position: static;
		display: block;
		min-height: 40px;
		width: 100%;
		background: url('../img/logo_toa.svg') center top no-repeat;
		background-size: 200px;
		content: "";
	}
	
	.sec-movie .company_btn-area p.toa_btn a:after {
		right: 20px;
	}

}

