@charset "utf-8";

/* カスタムプロパティ
--------------------- */
:root {
	--primary-color: #ff1210;
	--accent-color: #ededed;
	--background-color: #fff;
	--text-color: #333;
}

/* リセット
--------------------- */
html {
	scroll-behavior: smooth;
}
body {
	color: var(--text-color);
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN", HiraKakuProN, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
}
ul,
li {
	list-style: none;
}
body,
div,
p,
ul,
li {
	padding: 0;
	margin: 0;
}
a {
	color: var(--text-color);
}

/* レイアウト
--------------------- */
/* ヘッダー */
.ready_cont .header_logo {
	padding: 16px;
	height: 56px;
	background-color: var(--background-color);
	box-sizing: border-box;
}
.ready_cont .header_logo .img {
	width: 110px;
}

/* コンテンツ */
.banner {
	position: relative;
}
.ready_inner {
	padding: 75px 0 36.5px;
}
.ready_inner .container {
	padding: 0 30px;
}
.ready_banner {
	box-sizing: border-box;
	background-color: var(--background-color);
	overflow: hidden;
}
.ready_cont img {
	display: block;
	width: 100%;
}
.ready_cont .pc_block {
	display: block;
}
.ready_cont .sp_block {
	display: none;
}
.ready_cont .container {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.ready_inner {
		padding: 0 0 48px;
	}
	.ready_inner .container,
	.ready_cont .container {
		width: 100%;
		padding: 0 12px;
	}
	.ready_cont .pc_block {
		display: none;
	}
	.ready_cont .sp_block {
		display: block;
	}
}

/* フッター */
.o-footer__nav {
	background: #9f9f9f;
	padding: 20px 10px 10px;
}
.o-footer__nav .m-nav__item {
	display: inline-block;
	width: 49%;
	margin-right: 0;
	margin-bottom: 18px;
	position: relative;
	padding-left: 14px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.o-footer__nav .m-nav__item a {
	color: var(--background-color);
	text-decoration: none;
}
.o-footer__nav .m-nav__item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--background-color);
	border-top: 1px solid var(--background-color);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.o-footer__logo {
	padding: 18px 0;
	background: var(--background-color);
	text-align: center;
}
.o-footer__logo img {
	width: 238px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.pc-none {
		display: none;
	}
	.o-footer-pc {
		background: var(--background-color);
	}
	.TheFooter_footer {
		width: 100%;
		margin: 60px auto 0;
		padding: 20px 0;
		background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
	}
	.TheFooter_footer__logo {
		display: block;
		margin: 0 0 15px 0;
		font-weight: 700;
		text-align: center;
		color: #333;
		font-style: normal;
		float: none;
	}
	.TheFooter_footer__logo img {
		width: 230px;
		height: 19px;
		margin: 0 auto;
	}
	.TheFooter_footer__copyright {
		height: 26px;
		color: var(--background-color);
		text-align: center;
		font-size: 10px;
		background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
		line-height: 2.6;
	}
	.TheFooter_footerNav--utility {
		text-align: center;
		color: #333;
	}
	.TheFooter_footerNav--utility__item {
		display: inline-block;
		padding: 0 10px 0 10px;
		border-left: 1px solid #ccc;
		letter-spacing: 0;
		line-height: 1.2;
	}
	.TheFooter_footerNav--utility__item:first-child {
		border-left: none;
	}
	.TheFooter_footerNav--utility__item a {
		font-size: 10px;
		color: #676767;
		text-decoration: none;
	}
	.footer_area {
		width: 100%;
		background: var(--background-color);
	}
	.TheFooter_footer {
		width: 100%;
		margin: 0 auto 0;
		padding: 20px 0;
		background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
	}
	.TheFooter_footer__nav {
		background: #f1f1f1;
	}
	.TheFooter_footer__logo {
		display: block;
		margin: 0 0 15px 0;
		font-weight: 700;
		text-align: center;
		color: #333;
		font-style: normal;
		float: none;
	}
	.TheFooter_footer__logo img {
		width: 230px;
		height: 19px;
		margin: 0 auto;
	}
	.TheFooter_footer__copyright {
		height: 26px;
		color: var(--background-color);
		text-align: center;
		font-size: 10px;
		background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
		line-height: 2.6;
	}
	.TheFooter_footerNav--utility {
		text-align: center;
		color: #333;
	}
	.TheFooter_footerNav--utility__item {
		display: inline-block;
		padding: 0 10px 0 10px;
		border-left: 1px solid #ccc;
		letter-spacing: 0;
		line-height: 1.2;
	}
	.TheFooter_footerNav--utility__item:first-child {
		border-left: none;
	}
	.TheFooter_footerNav--utility__item a {
		font-size: 10px;
		color: #676767;
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none;
	}
}

/* 共通
--------------------- */
/* ボタン */
.ready_with {
	padding: 40px 0 50px;
	background-color: var(--accent-color);
}
.ready_with .container {
	padding: 0 30px;
}
.ready_with .container .ctr_text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
.ready_with .container .ctr_btn {
	display: block;
	position: relative;
	width: 398px;
	box-sizing: border-box;
	color: var(--background-color);
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	line-height: 37px;
	font-weight: bold;
	border: 3px solid var(--primary-color);
	border-radius: 6px;
	background: var(--primary-color);
	padding: 11px 0 10px;
	margin: 0 auto;
	transition: all 0.2s ease-out;
}
.ready_with .container .ctr_btn::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 8px solid var(--background-color);
}
.ready_with .container .ctr_btn:hover {
	background-color: var(--background-color);
	color: var(--primary-color);
}
.ready_with .container .ctr_btn:hover::after {
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 8px solid var(--primary-color);
}

@media screen and (max-width: 767px) {
	.ready_with {
		padding: 35px 28px 50px;
	}
	.ready_with .container {
		width: 100%;
		padding: 0;
	}
	.ready_with .container .ctr_text {
		font-weight: normal;
		margin-bottom: 16px;
	}
	.ready_with .container .ctr_btn {
		width: 100%;
		line-height: 18px;
		font-size: 18px;
		padding: 13px 0;
	}
	.ready_with .container .ctr_btn::after {
		right: 14px;
	}
}

/* SNSアイコン */
.ready_icon {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 58.4px 0 21.9px;
}
.ready_icon p {
	font-size: 16px;
	font-weight: bold;
	color: var(--text-color);
	margin-right: 27px;
}
.ready_icon ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ready_icon ul li a {
	width: 41px;
	display: block;
	margin-right: 28px;
	transition: all 0.2s ease-out;
}
.ready_icon ul li:last-child a {
	margin-right: 0;
}
.ready_icon ul .icon_x a {
	width: 32px;
}
.ready_icon ul .icon_x img {
	width: 27px;
}
.ready_icon ul .icon_line a {
	width: 41px;
}
.ready_icon ul .icon_line img {
	width: 37px;
}
.ready_icon ul .icon_fb a {
	width: 41px;
}
.ready_icon ul .icon_fb img {
	width: 37px;
}
.ready_icon ul li a img {
	display: block;
	transition: all 0.2s ease-out;
}
.ready_icon ul li a:hover img {
	width: 100%;
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.ready_icon {
		display: block;
		height: auto;
		padding: 44px 0 0;
	}
	.ready_icon p {
		margin: 0 auto;
		text-align: center;
	}
	.ready_icon ul {
		margin-top: 14px;
		justify-content: center;
	}
}

/* 応募規約 */
.ready_edit {
	margin-top: 50px;
}
.ready_edit_list {
	color: var(--text-color);
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.ready_edit_list.prize {
	margin-bottom: 64px;
}
.ready_edit_list.notes {
	margin-bottom: 38px;
}
.ready_edit_list:nth-child(1) {
	margin-bottom: 36px;
}
.ready_edit_list dl div {
	margin-bottom: 10px;
}
.ready_edit_list dl div:last-child {
	margin-bottom: 0;
}
.ready_edit_list dl dd {
	margin-left: 0;
}
.ready_edit_list.terms > .text {
	font-size: 16px;
	line-height: 28px;
}
.ready_edit_list:last-child {
	margin-bottom: 0;
}
.ready_edit_list:nth-child(1) .title {
	padding-bottom: 15px;
	margin-bottom: 0;
}
.ready_edit_list .title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--primary-color);
	margin-bottom: 12px;
	line-height: 36px;
}
.ready_edit_list:nth-child(2) .title {
	margin-bottom: 22px;
}
.ready_edit_list.terms .title {
	font-size: 32px;
	line-height: 1.75;
	border-bottom: none;
	text-align: center;
}
.ready_edit_list .text .points {
	display: block;
	font-size: 22px;
	line-height: normal;
}
.ready_edit_list .text .district {
	margin-bottom: 8px;
	line-height: normal;
	font-size: 16px;
}
.ready_edit_list .text .district span.pc_block {
	display: inline-block;
}
.ready_edit_list .text .amazon {
	font-size: 14px;
	line-height: normal;
	margin-top: 10px;
}
.ready_edit_list .text .tos {
	font-size: 14px;
	line-height: normal;
}
.ready_edit_list .text .tos a {
	display: block;
	color: var(--text-color);
	margin-top: 8px;
}
.ready_edit_list .text a {
	text-decoration: underline;
}
.ready_edit_list.personal .text a {
	color: var(--text-color);
}

@media screen and (max-width: 767px) {
	.ready_edit {
		padding-top: 44px;
		margin-top: 0;
	}
	.ready_edit .ready_edit_list {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 24px;
	}
	.ready_edit_list.terms > .text {
		font-size: 12px;
		line-height: 19px;
	}
	.ready_edit .ready_edit_list:last-child {
		margin-bottom: 0;
	}
	.ready_edit_list .title {
		font-size: 18px;
	}
	.ready_edit_list.terms .title {
		font-size: 24px;
	}
	.ready_edit_list .text .points {
		font-size: 16px;
		font-weight: bold;
	}
	.ready_edit_list .text .district {
		margin-top: 4px;
	}
	.ready_edit_list .text .district span.pc_block {
		display: none;
	}
	.ready_edit_list .text .amazon,
	.ready_edit_list .text .district {
		font-size: 12px;
		line-height: 20px;
	}
	.ready_edit_list .text .tos {
		font-size: 12px;
	}
}

/* 応募の流れ */
.ready_flow {
	padding-top: 58.4px;
}
.ready_flow .container > .title {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 32px;
}
.ready_flow ul {
	display: flex;
	justify-content: center;
}
.ready_flow ul li {
	width: 289px;
	margin-right: 16px;
	line-height: 24px;
}
.ready_flow ul li:last-child {
	margin-right: 0;
}
.ready_flow ul li .header {
	display: flex;
	flex-flow: column;
	justify-content: end;
	height: 312.5px;
}
.ready_flow ul li img {
	width: 100%;
}
.ready_flow ul li .title {
	font-size: 18px;
	font-weight: bold;
	margin: 16px 0 10px;
}
.ready_flow ul li .text {
	font-size: 14px;
}

@media screen and (max-width: 990px) {
	.ready_flow ul li .title img {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.ready_flow {
		padding-top: 44px;
	}
	.ready_flow .container > .title {
		font-size: 24px;
		line-height: 38px;
	}
	.ready_flow .container > .title.adjust {
		font-size: 18px;
	}
	.ready_flow ul {
		display: block;
	}
	.ready_flow ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.ready_flow ul li:last-child {
		margin-bottom: 0;
	}
	.ready_flow ul li .header {
		height: auto;
	}
	.ready_flow .titleCont {
		display: flex;
		align-items: center;
	}
	.ready_flow .titleCont .flowTitleImg {
		flex: 0 0 auto;
	}
	.ready_flow .titleCont .flowTitleImg img {
		display: block;
		max-width: none;
		height: auto;
	}
	.ready_flow ul li .flowImg {
		margin: 12px 0 14px;
	}
	.ready_flow ul li .titleCont p {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		margin-left: 8.1px;
	}
}

/* オプション
--------------------- */
/* クローズ */
.banner .banner_close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.banner .banner_close .bn_close_main {
	height: 87.5%;
	max-height: 560px;
}
.banner .banner_close .bn_close_main img {
	height: 100%;
	max-height: 100%;
	width: auto;
}

@media screen and (max-width: 767px) {
	.banner .banner_close .bn_close_main {
		width: 100%;
		max-width: 624px;
		height: auto;
		max-height: 100%;
		padding: 0 16px;
	}
	.banner .banner_close .bn_close_main img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* 画面下部スクロール追従 */
.readyPage {
	padding-bottom: 81px;
}
.ready_fixed {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 14px 0;
}
.ready_fixed .container {
	display: flex;
	justify-content: center;
}
.ready_fixed .container a {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 15px 32px 11px;
	box-sizing: border-box;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.ready_fixed .container a::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 47%;
	transform: translateY(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid var(--background-color);
}
.ready_fixed .container a.flow {
	background-color: var(--primary-color);
	padding-right: 42px;
	color: var(--background-color);
	margin-right: 16px;
}
.ready_fixed .container a.new {
	border: 1px solid #fd0133;
	color: var(--primary-color);
}
.ready_fixed .container a.new::after {
	border-top-color: var(--primary-color);
}

@media screen and (max-width: 767px) {
	.ready_fixed .container a {
		font-size: 16px;
		line-height: 21px;
		padding: 12px 16px 11px;
	}
	.ready_fixed .container a.flow {
		padding-right: 32px;
	}
	.ready_fixed .container a.new {
		padding-right: 30px;
	}
}

@media screen and (max-width: 320px) {
	.ready_fixed .container a {
		font-size: 14px;
	}
}

/* オリジナル
--------------------- */
/* メインビジュアル */
.ready_banner {
	background: #006CDC url(https://img.goo-net.com/cache/lp/search/flexcp2603/img/bg_mv_pc.png) no-repeat 50% 100%;
	background-size: cover;
	padding: 0;
}
.ready_banner .container {
	max-width: 1060px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.ready_banner {
		max-height: none;
		height: auto;
		background: none;
	}
	.ready_banner .container {
		width: 100%;
		padding: 0;
	}
	.ready_banner .container .img {
		margin: 0;
	}
}
