div#AllBox {
	background: #007945;
}

div#Contents {
  padding: 47px 0 0 0;
}

#Main{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-top: 30px;
}
#Main img{
	width:100%;
	height:auto;
}
#Main h2{
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-family: YakuHanJP_Noto,'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}
.btn_yoyaku {
	display: none !important;
    width: 81px;
    position: fixed;
    top: 44px;
    right:7px;
}
.btn_yoyaku img {
    width: 100%;
    height: auto;
}

.cake_nav_area {
	background:#ffffff;
    position: fixed;
		top: 8px;
    z-index: 50;
	right:15px;
	}
div#HeaderBox .header_in{
	border-bottom:none;
	}
#Main .disno{
	text-indent:-9990px;
	height:0;
}

/*NAVI*/
div#HeaderBox .cake_nav {
  clear: both;
  overflow: hidden;
}
div#HeaderBox .cake_nav li {
  float: left;
}
div#HeaderBox .cake_nav li a {
	display: block;
	width: 100%;
  font-family: YakuHanJP_Noto,dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  position: relative;
	height: 20px;
  font-size: 10px;
  padding-top: 5px;
  text-decoration: none;
	/* text-indent: -9990px; */
}
div#HeaderBox .cake_nav li a{
  color: #e60012;
}
#Main .cake_nav li a:hover,
#Main .cake_nav li a:active {
  text-decoration: none;
}
div#HeaderBox .cake_nav li a.here::before {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background:url(/sp/images/christmas2025/tri_hover.png) no-repeat 0 0 /cover;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
div#HeaderBox .cake_nav .n01 {
	/* width: 102px; */
  position: relative;
}
div#HeaderBox .cake_nav .n01::after {
  content: "";
  width:1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  bottom: 0;
}
div#HeaderBox .cake_nav .n01 a {
  padding-right: 1rem;
}

div#HeaderBox .cake_nav .n02 a {
  padding-left: 1rem;
}

#Main .cam_area h3 {
	/* width: 244px; */
	margin: 0 0 7px 14px;
}

/* Campaign Area */
#Main .cam_area .rouge {
	position: relative;
  background: url(/sp/images/christmas2025/bg_rouge.jpg) no-repeat center bottom / cover;
  	padding: 45px 20px 0;
}
#Main .cam_area .rouge .campaign{
  padding-bottom: 30px;
}
#Main .cam_area .rouge .campaign_lead {
	padding: 0 20px 40px;
    box-sizing: border-box;
}
#Main .cam_area .rouge h3 {
	color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 18px;
	letter-spacing: 0.08em;
}
#Main .cam_area .rouge h3::before,
#Main .cam_area .rouge h3::after {
	content: "";
	display: block;
	width: calc(50% - 3rem);
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: calc(50% + 1px);
}
#Main .cam_area .rouge h3::before{
  left: 0;
}
#Main .cam_area .rouge h3::after{
  right: 0;
}
#Main .cam_area .rouge h3 span {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}

#Main .cam_area .rouge h4{
  color: #fff;
  margin: 20px auto 5px;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
  padding: 6px 10px 8px;
}

#Main .cam_area .rouge .campaigntxt {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0 20px;
}

#Main .cam_area .rouge .shop {
	padding: 35px 0 35px;
}
#Main .cam_area .rouge .shop dl {
	padding: 15px 10px;
	border-bottom: 1px solid #e6f3f5;
}
#Main .cam_area .rouge .shop dl:last-of-type{
	border-bottom: none;
}
#Main .cam_area .rouge .shop dl dt ,
#Main .cam_area .rouge .shop dl dd {
	line-height: 1.5;
	font-weight: 400;
	color: #ffffff;
  padding-left: 16px;
}
#Main .cam_area .rouge .shop dl dt {
	background:url(../images/christmas2025/icon_star.png) no-repeat left 4px;
	background-size: 11px 11px;
	font-size: 14px;
  color: #fffbcd;
}
#Main .cam_area .rouge .shop dl dd {
  font-size: 12px;
}
#Main .cam_area .rouge .shop dl dd a {
	color: #ffffff;
	text-decoration: none;
}
#Main .cam_area .rouge .shop dl dd.gray {
	font-size: 10px;
	margin: 8px 0 0 1em;
	text-indent: -1em;
  color: #fff300;
}
@media (max-width: 340px) {
	#Main .cam_area .rouge .shop dl dd.gray br.kai {
		display: none;
	}
}

#Main .cam_area .rouge .shop p {
	margin: 15px 16px 0;
}

#Main .cam_area .rouge .web {
	padding: 0 ;
}
#Main .cam_area .rouge .web p {
  padding-top: 30px;
}
#Main .cam_area .rouge .contact h3::before,
#Main .cam_area .rouge .contact h3::after{
  display: none;
}

#Main .cam_area .rouge .contact h3{
  font-size: 20px;
  padding-block: 24px 20px;
  margin: 0;
}
#Main .cam_area .rouge .contact h3::before,
#Main .cam_area .rouge .contact h3::after{
  display: none;
}
#Main .cam_area .rouge .contact h3 img{
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
}


/* Campaign Area */


#Main p.bg{
	line-height:1;
	}
#Main .btn_takuhai_Area dt{
	margin:20px 20% 5px;
	}
#Main .btn_takuhai_Area .btn_webyoyaku{
	margin-bottom:1px;
	}
#Main .btn_takuhai_Area .txt_takuhai{
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
	}
.contentWrap{
	display:none;
	margin:0 20px;
	font-size:10px;
	line-height:14px;
	padding:5px 0 20px;
	}
#Main .materials .btn_open{
	display:none;
	}
#Main .open .btn_close{
	display:none;
	}
#Main .open .btn_open{
	display:block;
	}


/* flow */
#Main .flow_wrap{
  padding-top: 30px;
}

#Main .flow{
    margin:0 20px 20px;
		padding: 0 10px;
		background-color: #FFFFFF;
}

#Main .flow h3 {
    background: url(/sp/images/app/kazari.gif) no-repeat center bottom;
    background-size: 320px 13px;
    padding-bottom: 13px;
    margin: 0 -10px 10px;
}
#Main .flow h3 span {
    background: #2a2a2a;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 23px;
    padding: 6px 0;
}


#Main .flow dl {
	width:100%;
	margin-bottom:10px;
}
#Main .flow dl dt {
    font-size: 16px;
    padding-left: 23px;
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px;
}

#Main .flow dl dd {
    line-height: 20px;
	font-size:14px;
	color:#404040;
}
#Main .flow dl dd.img {
	margin-top: 12px;
}

#Main .flow dl dd strong.red {
	color:#e2091a;
}
#Main .flow dl dd span.cau_red {
	display: block;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 18px;
    font-size: 12px;
    color: #dc0225;
    margin-top: 7px;
}
#Main .flow dl dd span.cau_black {
	display: block;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 7px;
}

#Main .flow dl dd span.cau_black a {
	text-decoration: underline;
    color: #df082f;
}

#Main .flow dl dd p.kome {
    margin-bottom: 15px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 18px;
}

#Main .flow dl dd div.receive h4 {
    line-height: 18px;
    font-size: 14px;
    color: #404040;
    background: #fcf2d4;
    padding: 5px 9px;
    margin-bottom: 10px;
}
#Main .flow dl dd div.receive p {
    font-weight: bold;
	font-size:14px;
    margin-bottom:18px;
}

#Main .flow dl dd div.receive ul li {
    margin-left: 1em;
    text-indent: -1em;
	font-size:14px;
    line-height: 20px;
}
#Main .flow dl dd div.receive ul li span.pink {
    color: #e60012;
}
#Main .flow dl dd div.receive ul li span.black {
	display: block;
    text-indent: 0;
}


#Main .flow dl.no1 dt {
	background:url(../images/christmas2022/guide/ic_01.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.no2 dt {
	background:url(../images/christmas2022/guide/ic_02.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.no3 dt {
	background:url(../images/christmas2022/guide/ic_02.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.no4 dt {
	background:url(../images/christmas2022/guide/ic_03.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.no5 dt {
	background:url(../images/christmas2022/guide/ic_04.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.no6 dt {
	background:url(../images/christmas2022/guide/ic_05.gif) no-repeat left center;
	background-size:19px 18px;
}

#Main .flow dl.no7 {
	margin-bottom:0;
}
#Main .flow dl.no7 dt {
	background:url(../images/christmas2022/guide/ic_06.gif) no-repeat left center;
	background-size:19px 18px;
}
#Main .flow dl.drive dd a {
	text-decoration: underline;
}


/* caution */
#Main .caution{
	background:#f9f9f9;
	/*border:solid 1px #eeeeee;*/
}
#Main .caution .c_inner{
    padding: 20px 20px;
}
#Main .caution .c_inner h3{
    font-size: 16px;
    line-height: 20px;
    color: #414141;
    margin-bottom: 15px;
    text-align: center;
}
#Main .caution .c_inner dl dt{
    color: #414141;
    font-weight: bold;
}
#Main .caution .c_inner dl dd{
    margin-left: 1em;
    line-height: 16px;
	color: #626262;
    margin-bottom: 15px;
}
#Main .caution .c_inner dl dd a {
	text-decoration:underline;
    color: #626262;
}
#Main .caution .c_inner dl dd.end{
	margin-bottom:0;
}
	
#Main .caution .c_inner dl dd ul li{
    line-height: 16px;
	color:#626262;
	margin-left:1.3em;
	text-indent:-1.3em;
	}
#Main .caution .c_inner dl dd ul li a{
	color:#626262;
	text-decoration:underline;
}
#Main .caution .c_inner dl dd ul li a:hover{
	text-decoration:none;
}
	
#Main .caution .c_inner dl dd span{
	color:#cacaca;
}



/* contact */
#Main .flow_wrap .contact {
	background:url(../images/christmas2025/guide/bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 37px 20px 18px;
}

#Main .contact h3{
	font-size: 16px;
	letter-spacing: 0.07em;
	text-align: center;
	color: #ffffff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	margin-bottom: 17px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
#Main .contact p {
	margin-bottom: 19px;
}
#Main .contact{
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  padding-bottom: 5px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
#Main .contact p span{
  display: none;
}
#Main .contact::before{
  content: "";
  background:url(../images/christmas2025/icon_contact_star.png) no-repeat left center / 100% auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: -3px;
}
#Main .contact p .tel{
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/* btns */
#Main .btns{
	margin: 30px 6vw 30px;
	padding: 0 16px;
}

#Main .btns li:not(:last-child) {
	padding-bottom: 18px;
}

#Main .period{
    margin: 15px 10px 22px;
}
#Main .app_box li{
	width:50%;
	float:left;
}

#Main .border_box {
    border: solid 5px #e5e5e5;
    margin: 0 15px 20px;
    padding: 0 15px 15px;
    text-align: center;
}
#Main .contact_box h3{
	margin-bottom:10px;
}
