@charset "utf-8";

/* =============================================
 COMMON
============================================= */
@media print, screen and (min-width:641px) {
	body {
		 font-size: 1em; 
	}
}
@media print, screen and (min-width:1001px) {
	.box_inner {
		padding: 30px;
	}
}

/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */

/*	headerArea
------------------------------------ */
#headerArea {
  background: url(../../img/2024/campaign/bg_campaign_main.jpg) top -21vw left -14vw no-repeat #4a662c;
  background-size: auto 66%;
	position: relative;
	overflow: hidden;
}
#headerArea:after {
	content: "";
	width: 100%;
	height: 16px;
	background: url(/netto/img/2024/common/bg_headerArea.png) center 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (min-width:641px) {
  #headerArea {
    background: url(../../img/2024/campaign/bg_campaign_main.jpg) center left no-repeat #4a662c;
    background-size: cover;
  }
}

/*	header
------------------------------------ */
.cp_header {
	width: 92%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 15px 0 40px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.cp_header h1 {
    width: 80%;
    margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.cp_header .ttl {
    width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.cp_header .ttl img {
	animation: fadeIn 1s ease 0.5s 1 normal;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.cp_header .catch {
	margin: 10px 0 15px;
	position: relative;
	color: #fff;
	font-size: 4.1vw;
	font-family: UD Shin Go Bold;
	text-align: left;
	text-shadow: 0 0 5px black, 0 0 5px black,0 0 5px black, 0 0 5px black;
	line-height: 1.5;
	text-align: center;
}
.cp_header .catch span {
	/* margin: 0 0.1em; */
	display: inline-block;
}
.cp_header .catch .fc {
    position: relative;
    z-index: 1;
	color: #ffd800;
	font-size: 1.125em;
}
.cp_header .txt_date {
    margin: 0 auto;
	background: #fff;
	border: 2px solid #f40009;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.cp_header .txt_date dt {
	padding: 0.25em 0 0.5em;
	background: #f40009;
	color: #fff0c1;
	font-family: GSanSerif-B;
	font-size: 1.25em;
	line-height: 1;
}
.cp_header .txt_date dd {
	padding: 0.75em 0.5em;
	background: #fff;
}
.cp_header .txt_date .date {
	margin-top: -0.25em;
	margin-bottom: 0.25em;
	font-family: GSanSerif-B;
	/*font-size: 1.25em;*/
	font-size: 4vw;
	line-height: 1.3;
}
.cp_header .txt_date .date .fc {
	color: #f40009;
	font-size: 1.33em;
}
.cp_header .txt_date .date .eng {
	font-size: 1.1em;
	position: relative;
	top: 0.05em;
}
.cp_header .txt_date .cution {
	font-size: 0.75em;
	line-height: 1.3;
	letter-spacing: -0.05em;
}

@keyframes fadeIn {
	0% {
		transform: scale(1.0)
	}
	50% {
		transform: scale(1.0)
	}
	60% {
		transform: scale(0.9)
	}
	70% {
		transform: scale(1.1)
	}
	80% {
		transform: scale(0.9)
	}
	90% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1.0)
	}
}
@media screen and (max-width:640px) {
	.cp_header .txt_date {
		font-size: 0.875em;
	}
	.cp_header .img_goods {
		width: 80%;
		/*max-width: 250px;*/
		margin: 0 auto;
	}
}
@media screen and (min-width:641px) {
	.cp_header {
		width: 94%;
		padding: 30px 0 50px;
		font-size: 0.875em;
		text-align: left;
	}
	.cp_header .catch {
		margin: 0 0 30px;
		font-size: 2vw;
	}
	.cp_header .txt_date .date {
		font-size: 2.5vw;
	}
}
@media screen and (min-width:641px) and (max-width:1000px) {
	.header_grid{
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header_logo_group{
		width: 55%;
	}
	.img_goods{
		width: 45%;
	}
	.cp_header .txt_date {
		max-width: 500px;
	}
}
@media screen and (min-width:1001px) {
	.cp_header {
		font-size: 1em;
	}
	.cp_header h1 {
		width: 55%;
		margin: 0;
	}
	.cp_header .ttl {
		width: 55%;
		margin: 0 0 10px;
	}
	.cp_header .img_goods {
		width: 40%;
		max-width: 500px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
	.cp_header .txt_date {
		border: 4px solid #f40009;
	}
	.cp_header .txt_date .cution {
		font-size: 0.875em;
	}
	.cp_header .txt_date .date {
		font-size: 1.5em;
	}
	.cp_header .catch {
		width: 55%;
	}
	.cp_header .txt_date {
	    width: 55%;
		margin: 0;
	}
}
@media screen and (min-width:1101px) {
	.cp_header .catch {
		font-size: 1.4em;
	}
}

/*	cp_end
------------------------------------ */
.cp_end{
	position: relative;
	pointer-events: none;
}
.cp_end::after{
    content: "たくさんのご参加、ありがとうございました！";
	width: 22em;
    padding: 0.5em 0.25em;
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-5deg);
    color: #fff;
	font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width:570px) {
    .cp_end::after{
        font-size: 1.25em;
    }
}

/* ---------------------------------------------------------------------------
 * main
--------------------------------------------------------------------------- */
#mainArea {
	width: 90%;
	max-width: 1180px;
	padding: 40px 0 60px;
	margin: 0 auto;
}
#mainBody {
	max-width: 1180px;
	margin: 0 auto;
}
.step_box.bd_blu {
	border: 2px solid #222;
}
.step_box.bd_blk {
	border: 2px solid #222;
}
.step_box:last-child {
	margin-bottom: 0;
}
.step_box li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.step_box li:last-child {
	border-right: none;
}
.step_box li .txt {
	margin-bottom: 15px;
}
.step_box li .txt:last-child {
	margin-bottom: 0;
}
.step_box li .txt span {
	display: inline-block;
}
.step_box li .txt strong {
	font-weight: bold;
	color: #009aff;
}
.step_box .color_02 li .txt strong {
	color: #fe2c55;
}
.step_box li .step_wrap {
	padding: 6px 0px;
	margin-bottom: 10px;
	/*background: url(../../img/2024/common/bg_ttl.png) 0 0 repeat #009aff;*/
	position: relative;
	/*color: #fff;*/
	font-size: 1.1rem;
	font-family: "GSanSerif-B", sans-serif;
	line-height: 1.1rem;
	font-weight: bold;
	text-align: center;
}
.step_box li .txt .note {
	display: block;
	font-size: 0.812rem;
}
.step_box li .img {
	text-align: center;
}
.step_box li a.btn {
	width: 100%;
	padding: 1em 1.25em 1em 0.5em;
    margin: 0 auto;
	background: #1da1f2;
	border-radius: 50px;
	box-sizing: border-box;
	display: block;
	position: relative;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	transition: .3s;
}
.step_box .color_02 li a.btn {
	background: #fe2c55;
}
.step_box li a.btn span {
	display: inline-block;
}
.step_box li .btn:before {
	content: "";
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.3em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0.75em;
    top: 50%;
}
.step_box li a.btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
.step_box li a.btn:hover:before {
	right: 15px;
}
@media screen and (max-width:640px) {
	/* .step_box{
		display: none;
	} */
	.step_box li {
		padding: 30px;
		border-bottom: 2px dotted #999;
	}
	.step_box li:first-child {
		padding-top: 15px;
	}
	.step_box li:last-child {
		border: none;
	}
	.step_box li:before,
	.step_box li:last-child:before {
		content: "";
		background: url(../../img/2024/campaign/icon_campaign_step.png) 0 0 no-repeat;
		width: 23px;
		height: 63px;
		margin-left: -40px;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: rotate(90deg);
		transform-origin: bottom;
	}
	.step_box li:last-child:before {
		content: none;
	}
}
@media screen and (min-width:641px) {
	.step_box ul {
		display: flex;
	}
	.step_box li {
		padding: 10px 20px 20px;
		border-right: 2px dotted #999;
	}
	.step_box li:first-child {
	}
	.step_box li:last-child {
		border-right: none;
	}
	.step_box li:before,
	.step_box li:last-child:before {
		content: "";
		background: url(../../img/2024/campaign/icon_campaign_step.png) 0 0 no-repeat;
		width: 23px;
		height: 63px;
		margin-top: -31px;
		position: absolute;
		top: 50%;
		right: -15px;
	}
	.step_box li:last-child:before {
		content: none;
	}
}
@media screen and (min-width:1001px) {
	.step_box li a.btn {
		width: 90%;
		padding: 1em 1.25em 1em 0.5em;
		margin-top: 30px;
		font-size: 1.1rem;
	}
}

/*	present
------------------------------------ */
.present {
	margin-bottom: 20px;
	border: 2px solid #222;
	border-radius: 5px;
	text-align: center;
}
.present:last-child {
	margin-bottom: 0;
}
.present + .present {
	margin-top: 40px;
}
.present dt {
	margin-top: -0.75em;
	font-size: 1.5em;
	font-family: "GSanSerif-B", sans-serif;
}
.present dt span {
	padding: 0 1em;
	background: #fff;
	display: inline-block;
}
.present dd {
	padding: 0.25em 1em 1em;
}
.present .fc {
	color: #f40009;
}
.present .img {
	margin-bottom: 15px;
}
.present .txt {
	font-weight: bold;
	/*font-family: UD Shin Go Bold;*/
	text-align: left;
}
/*.present .txt span {
	display: inline-block;
}*/
.present .attention{
	margin-top: 0.5em;
    display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
}
@media screen and (max-width:640px) {
	.present .img img {
		max-width: 230px;
	}
}
@media screen and (min-width:641px) {
	.present {
		padding: 0 15px;
	}
	.present .grid {
		display: flex;
		justify-content: space-between;
	}
	.present .grid .img {
		width: 30%;
		margin-bottom: 0;
		position: relative;
	}
	.present .grid .txt {
		width: 70%;
		padding-left: 1em;
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width:1001px) {
	.present .txt {
		font-size: 1.25em;
		text-align: center;
	}
	.present .grid .img {
		width: 20%;
	}
	.present .grid .txt {
		width: 80%;
		text-align: left;
	}
}
@media screen and (min-width:1201px) {
	.present .grid {
		max-width: 880px;
		margin: 0 auto;
	}
}

/*	注意事項
------------------------------------ */
.box_inner.pm0 > p + p {
	margin-top: 0;
}

/*	ttl
------------------------------------ */
.ttl_bg {
	padding: 0.6em;
    font-size: 1.25em;
    font-weight: bold;
	font-family: UD Shin Go Bold;
    color: #fff;
}
.ttl_bg.bg_blu {
	background: #009aff;
}
.ttl_bg.bg_blk {
	margin-top: 15px;
	background: #222;
}
.ttl_bg.bg_blk:first-child {
	margin-top: 0;
}

.ttl_bl {
    padding-left: 0.5em;
    margin-bottom: 0.25em;
    border-left: 3px solid #000;
    font-size: 1.125em;
    font-weight: bold;
}
@media screen and (min-width:641px) {
	.ttl_bg {
		padding: 0.4em 0.6em;
		font-size: 1.5em;
	}
	.ttl_bg.bg_blk {
		margin-top: 20px;
	}
}
/*	アコーディオン
------------------------------------ */
.acMenu{
	position: relative;
}
.acMenu::before{
    content: "";
    width: 3px;
    height: 17px;
    margin-top: -9px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    transition: .3s;
}
.acMenu.active::before{
    opacity: 0;
}
.acMenu::after{
    content: "";
    width: 17px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: .3s;
}
@media screen and (max-width:640px) {

}
@media screen and (min-width:641px) {
	.acMenu{
		pointer-events: none;
	}
	.acMenu::before,
	.acMenu::after{
		content: none;
	}
}

/*	caution
------------------------------------ */
.caution li {
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 0.88rem;
	text-indent: -1em;
}
/*	caution02
------------------------------------ */
.caution02 li {
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 0.88rem;
	text-indent: -1em;
}
.caution02 li:before {
	content: "※";
}
/* ---------------------------------------------------------------------------
 * sns
--------------------------------------------------------------------------- */
.sns_wrap {
 max-width: 320px;
 padding: 5px;
 margin: 50px auto 0;
 background: #555;
 border-radius: 5px;
 box-sizing: border-box;
}
.sns_wrap .sns_ttl {
 margin-bottom: 3px;
 color: #fff;
 font-size: 0.8rem;
 font-family: Arial, Helvetica, "sans-serif";
 font-weight: bold;
 text-align: center;
 letter-spacing: 0.5px;
}
.sns_wrap .sns_list {
 padding: 10px;
 background: #fff;
 border-radius: 5px;
 text-align: center;
}
.sns_wrap .sns_list li {
 width: 40px;
 margin: 0 4%;
 border-radius: 5px;
 overflow: hidden;
 display: inline-block;
 vertical-align: bottom;
 text-align: center;
}
@media screen and (min-width:1001px) {
	.sns_wrap {
		width: 62px;
		position: fixed;
		right: 20px;
		top: 50%;
		margin-top: -60px;
	}
	.sns_wrap .sns_list {
		padding: 5px 5px 1px 5px;
	}
	.sns_wrap .sns_list li {
		margin-bottom: 5px;
	}
	.sns_wrap .sns_list li.line {
		display: none;
	}
}

/* =============================================
 コンテンツ
============================================= */
#mainBody .cont {
	margin: 0 0 45px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2)
}
#mainBody .cont:last-child {
	margin: 0;
}
#mainBody .cont h2 {
	padding: 0.75em 0.75em 0.75em 2.25em;
	background: url(../../img/2024/common/bg_ttl.png) 0 0 repeat #f40009;
	position: relative;
	color: #fff;
	font-size: 5vw;
	line-height: 1;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
#mainBody .cont h2.ti-05 {
	text-indent: -0.5em;
}
#mainBody .cont h2:before {
	content: "";
	width: 1.25em;
	height: 1em;
	margin-top: -0.5em;
	background: url(../../img/2024/common/icon_h2.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.75em;
}
#mainBody .cont .box {
	padding: 15px;
}
#mainBody .cont .box h3{
	margin: 0 0 10px;
	color: #003399;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6rem;
}
#mainBody .cont .box.mov360 {
	padding: 10px;
}
@media screen and (min-width:641px) {
	#mainBody .cont .box {
		padding: 25px 30px;
	}
	#mainBody .cont h2 {
		font-size: 1.63rem;
	}
}

/* =============================================
 フッター
============================================= */
#footerArea {
	background: #333;
}
#footer {
	width: 90%;
	max-width: 1000px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
}
#footerArea #copy {
	color: #fff;
	text-align: center;
}
#footerArea #backPageTop {
	position: absolute;
	top: 15px;
	right: 0;
}
#footerArea #backPageTop a{
	cursor:pointer;
}

/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xs {
	font-size: 0.75em;
}
.fs_s {
	font-size: 0.875em;
}
.fs_l {
	font-size: 1.25em;
}
.fs_xl {
	font-size: 1.5em;
}
.fs_inherit{
	font-size: inherit;
}
.fw_normal {
	font-weight: normal;
}
.fw_bold {
	font-weight: bold;
}
.ti-05 {
	text-indent: -0.5em;
}
.ls01 {
	letter-spacing: 0.1em;
}
.ls-005 {
	letter-spacing: -0.05em;
}
.ls-01 {
	letter-spacing: -0.1em;
}
.ls-02 {
	letter-spacing: -0.2em;
}
.ls-03 {
	letter-spacing: -0.3em;
}
.ta_left {
	text-align: left;
}
.ta_center {
	text-align: center;
}
.brackets,
.week{
	margin: 0 -0.5em;
	display: inline-block;
	font-size: 0.875em;
}
/* レイアウト
------------------------------------ */
.mt0 {
	margin-top: 0 !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt_1em {
	margin-top: 1em !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}