@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#sns_campaign_wrap *, 
#sns_campaign_wrap *:before, 
#sns_campaign_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#sns_campaign_wrap h1, #sns_campaign_wrap h2, 
#sns_campaign_wrap h3, #sns_campaign_wrap h4,
#sns_campaign_wrap h5, #sns_campaign_wrap h6,
#sns_campaign_wrap p {
	margin: 0;
	padding: 0;
}

#sns_campaign_wrap, #sns_campaign_wrap div, #sns_campaign_wrap section, #sns_campaign_wrap p, #sns_campaign_wrap a, #sns_campaign_wrap td {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#sns_campaign_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sns_campaign_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#sns_campaign_wrap a,
#sns_campaign_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#sns_campaign_wrap a:hover,
#sns_campaign_wrap a:hover > img {
	opacity: 0.5;
}

#sns_campaign_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#sns_campaign_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 960px) {
	#sns_campaign_wrap, #sns_campaign_wrap div, #sns_campaign_wrap section, #sns_campaign_wrap p, #sns_campaign_wrap a, #sns_campaign_wrap td {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 720px) {
	#sns_campaign_wrap, #sns_campaign_wrap div, #sns_campaign_wrap section, #sns_campaign_wrap p, #sns_campaign_wrap a, #sns_campaign_wrap td {
		font-size: 2.2vw;
	}
}
@media only screen and (max-width: 480px) {
	#sns_campaign_wrap, #sns_campaign_wrap div, #sns_campaign_wrap section, #sns_campaign_wrap p, #sns_campaign_wrap a, #sns_campaign_wrap td {
		font-size: 3.3vw;
	}
}



/* ========== ========== ==========
	#sns_campaign_wrap
========== ========== ========== */

#sns_campaign_wrap {
	width: 960px;
	margin: 0 auto;
}
#sns_campaign_wrap a {
    color: #fff;
}
@media only screen and (max-width: 960px) {
	#sns_campaign_wrap {
		width: 100%;
	}
}



/* ========== ========== ==========
	#sns_campaign_head
========== ========== ========== */

#sns_campaign_head {
    width: 100%;
    margin: 0 auto;
}



/* ========== ========== ==========
	#sns_campaign_main
========== ========== ========== */

#sns_campaign_main {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 960px) {
	#sns_campaign_main {
		padding: 0 1em;
	}
}



/* ========== ========== ==========
	#sns_campaign_nav
========== ========== ========== */

#sns_campaign_nav_list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
    background-color: #ffffff;
	list-style: none;
}
#sns_campaign_nav_list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%/3);
	padding: 1.5em 1em;
	background-color: #721219;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
}
#sns_campaign_nav_list .item:nth-child(5) {
	border-right: 0;
}
.stuck {
	position: fixed;
	top: 0;
	z-index: 999;
}



/* ========== ========== ==========
	#sns_campaign_main
========== ========== ========== */

#sns_campaign_main > section {
    margin-top: 2em;
}


/* ========== ========== ==========
	#valentine_main
========== ========== ========== */

#sns_campaign_main > section {
	margin-top: 2em;
}
#sns_campaign_main > section > h2 {
	margin-bottom: 1em;
	padding: 1em 0;
	background: #ecb1cd url(../images/bg_info01.png) repeat;
	color: #000;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#sns_campaign_main > section > h2:after {
	content: "";
	width: 82px;
	height: 82px;
	/*background: url(../images/icon_ribbon01.png);*/
	position: absolute;
	left: -2px;
	top: -2px;
}
@media only screen and (max-width: 640px) {
	#sns_campaign_main {
		width: 90%;
		margin: 0 auto;
	}
	#sns_campaign_main > section {
		margin-top: 1em;
	}
	#sns_campaign_main > section > h2 {
		font-size: 1em;
	}
	#sns_campaign_main > section > h2:after {
		width: 42px;
		height: 42px;
		background: url(../images/icon_ribbon02.png);
		position: absolute;
		left: -1px;
		top: -1px;
	}
}



/* ========== ========== ==========
	#sns_campaign_news
========== ========== ========== */

#sns_campaign_news {
    padding: 0 1em 1em;
	background-color: #c4e8fb;
    background-image: linear-gradient(
        -45deg,
        #c4e8fb 25%,
        #e7f6fe 25%, #e7f6fe 50%,
        #c4e8fb 50%, #c4e8fb 75%,
        #e7f6fe 75%, #e7f6fe
    );
    background-size: 15px 15px;
}
#sns_campaign_news > h3 {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 1em 0;
    background-color: transparent !important;
    background-image: none !important;
    font-size: 1.25em !important;
	font-weight: bold;
    text-align: center;
}
#sns_campaign_news > h3 .sub {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.75em;
}
#sns_campaign_news > h3:after {
    display: none !important;
}
#sns_campaign_news_inner {
    padding: 1em 2em 2em;
    background-color: #ffffff;
}
#sns_campaign_news_inner .topic {
	margin-top: 1em !important;
}
#sns_campaign_news_inner .topic .date {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1em;
	background-color: #b2e4ff;
	border-radius: 1em;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	#sns_campaign_news_inner {
		padding: 0.5em 1em 1em;
	}
	#sns_campaign_news_inner .topic .date {
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
	}
}



/* ========== ========== ==========
	#sns_campaign_schedule
========== ========== ========== */

#sns_campaign_schedule {
    padding: 0 1em 1em;
	background-color: #e2eec4;
    background-image: linear-gradient(
        -45deg,
        #daedab 25%,
        #e2eec4 25%, #e2eec4 50%,
        #daedab 50%, #daedab 75%,
        #e2eec4 75%, #e2eec4
    );
    background-size: 15px 15px;
}
#sns_campaign_schedule > h3 {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 1em 0;
    background-color: transparent !important;
    background-image: none !important;
    font-size: 1.25em !important;
	font-weight: bold;
    text-align: center;
}
#sns_campaign_schedule > h3 .sub {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.75em;
}
#sns_campaign_schedule > h3:after {
    display: none !important;
}
#sns_campaign_schedule_inner {
    padding: 1em 2em 2em;
    background-color: #ffffff;
}
#sns_campaign_schedule_inner .topic {
	margin-top: 1em !important;
}
#sns_campaign_schedule_inner .topic .date {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1em;
	background-color: #d4ed93;
	border-radius: 1em;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	#sns_campaign_schedule_inner {
		padding: 0.5em 1em 1em;
	}
	#sns_campaign_schedule_inner .topic .date {
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
	}
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#content01 h3 {
	font-size:1.5em;
	text-align:center;
	margin-bottom: 1.5em;
}

#content01 .content_inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
#content01 .content_inner .item {
	width: 49%;
	margin: 0 2% 2% 0;
}
#content01 .content_inner .item:nth-child(2n) {
	margin-right: 0;
}
#content01 .content_inner .item:nth-child(n+5) {
	margin-bottom: 0;
}
#content01 .content_inner .item.cs {
	opacity: 0.25;
}

#content01 .info {
	background-color:#C00;
	text-align:center;
	padding:0.8em;
	color:#FFF;
	}
#content01 .info_txt {
	border:solid 1px #CCC;
	text-align:center;
	padding:1em;
	}	

@media only screen and (max-width: 480px) {
	#content01 .content_inner .item {
		width: 100%;
	}
	#content01 .content_inner .item:nth-child(2n) {
		margin-right: 2%;
	}
	#content01 .content_inner .item:nth-child(n+2) {
		margin-bottom: 2%;
	}
	#content01 .content_inner .item:last-child {
		margin-bottom: 0;
	}
}






/* ========== ========== ==========
	.slideButton & .slideBox
========== ========== ========== */

#sns_campaign_main > section .slideButton {
	margin:1em;
	padding:1em;
	background-color: #fd9fb6;
	border-radius: 0.25em;
	/*box-shadow: 0 3px 0 #b9cc73;*/
	font-size: 1.25em;
	text-align: center;
	transition: 0.2s;
}

/*#sns_campaign_main > section .slideButton:hover {
	background-color: #d0e581;
	cursor: pointer;
} */
#sns_campaign_main > section .slideBox {
	/* display: none; */
	margin-bottom: 2em;
	border-bottom:solid 1px #F99;
}
#sns_campaign_main > section .slideBox > .slideBox_img {
	width: 464px;
	float: left;
}
#sns_campaign_main > section .slideBox > .slideBox_txt {
	width: 460px;
	padding: 0.5em 0;
	float: right;
}
#sns_campaign_main > section .slideBox > .slideBox_txt > h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}
#sns_campaign_main > section .slideBox > .slideBox_txt > h3 > span {
	display: block;
	font-size: 0.75em;
}
#sns_campaign_main > section .slideBox > .slideBox_txt > p {
	margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
	#sns_campaign_main > section .slideButton {
		/* padding: 2em 0; */
		font-size: 1em;
	}
	#sns_campaign_main > section .slideBox > .slideBox_img {
		width: 100%;
		float: left;
	}
	#sns_campaign_main > section .slideBox > .slideBox_txt {
		width: 95%;
		padding: 1em 0 0;
		float: right;
	}
}



/* ========== ========== ==========
	#sns_campaign_event_info
========== ========== ========== */

#sns_campaign_event_info {
    padding: 0 1em 1em;
	background-color: #fd9fb6;
    background-image: linear-gradient(
        -45deg,
        #fbc2d0 25%,
        #fdd1dc 25%, #fdd1dc 50%,
        #fbc2d0 50%, #fbc2d0 75%,
        #fdd1dc 75%, #fdd1dc
    );
    background-size: 15px 15px;
}
#sns_campaign_event_info > h3 {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 1em 0;
    background-color: transparent !important;
    background-image: none !important;
    font-size: 1.25em !important;
	font-weight: bold;
    text-align: center;
	color:#000;
}
#sns_campaign_event_info > h3 .sub {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.75em;
}
#sns_campaign_event_info > h3:after {
    display: none !important;
}
#sns_campaign_event_info_inner {
    padding: 1em 2em 2em;
    background-color: #ffffff;
}
#sns_campaign_event_info_inner .topic {
	margin-top: 1em !important;
}
#sns_campaign_event_info_inner .topic .date {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1em;
	background-color: #f9c6d3;
	border-radius: 1em;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	#sns_campaign_event_info_inner {
		padding: 0.5em 1em 1em;
	}
	#sns_campaign_event_info_inner .topic .date {
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
	}
}




