@charset "utf-8";

/*以下を変更*/
:root {
	--season-color: #11233C;
	--season-bgcolor: #ebedf0;
}

/* RESET */
#instagram figure {
	display: block;
	margin: 0;
}
/* /RESET */

/* ALL */
#page {
	margin-top: 150px;
}
#instagram a {
	text-decoration: none;
	color: #222;
	transition: opacity .25s ease-in-out;
}
#instagram a:hover {
    opacity: .65;
    text-decoration: none;
}
#instagram img { width: 100%;}
/* /ALL */

/* contents */
#instagram {
	position: relative;
	color: #222;
	font-family: "Yu Gothic Pr6N M", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#instagram::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/winter/bg_pc.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: -1;
}
#instagram .contents_wrapper {
	background-color: var(--season-bgcolor);
    padding-bottom: 14%;
}
#instagram .pc_wrapper {
	width: 420px;
	background-color: #F9FDFF;
	box-shadow: 0 0 10em rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
#instagram h1 { width: 100%;}

#instagram h2 {
	font-family: "A1ゴシック M", sans-serif;
	font-size: 25px;
    font-weight: 700;
	text-align: center;
    padding-top: 5%;
	color: var(--season-color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#instagram .campaign_info:nth-of-type(1) h2 {
    padding-top: 11.7%;
}
#instagram h2::before,
#instagram h2::after {
    content: "";
    display: block;
    background-image: url(../img/winter/decoration01.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1.58%;
    height: auto;
    aspect-ratio: 0.25507 / 1;
    margin-inline: 2.3%;
}
#instagram h2::after {
	transform: scale(-1, 1);
}
#instagram p.lead {
    font-size: 19px;
    line-height: 1.8;
    padding: 8.5% 5.4% 10%;
}
#instagram p.winner {
    font-size: 18px;
    padding-block: 2% 8%;
}
#instagram .data {
    font-size: 18px;
    font-family: "ABeeZee", sans-serif;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    padding: 1.2% 0 3.8%;
}
#instagram .data .list-wrapper {
    width: 89.3334%;
    font-size: 10px;
    margin-inline: auto;
    background-color: #FFF;
    border-radius: 0.672em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5% 2.5% 3.5% 5.5%;
	margin-bottom: 1%;
}
#instagram .data p {
	padding-bottom: 5%;
}
#instagram .data .list-wrapper ul {
	width: 49%;
}
#instagram .data ul li {
    font-size: 1.456em;
    text-align: left;
    text-indent: -0.9em;
    padding-left: 0.9em;
    color: var(--season-color);
    letter-spacing: .1em;
}
#instagram .data ul li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--season-color);
    margin-right: 9px;
    margin-bottom: 3px;
}
#instagram a.btn_insta {
    display: block;
    width: 91.4%;
    margin: 0 0 3% 5.3%;
}
#instagram figure.apply {
	margin-top: 5.8%;
    margin-bottom: 4.5%;
}

#instagram .caution {
    width: 89%;
	margin: 0 auto 10.4%;
}
#instagram .caution h3 {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
	padding-bottom: 1%;
}
#instagram .caution h3::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #222;
	margin-right: 9px;
}
#instagram .caution ul li {
    font-size: 13px;
    line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#instagram .mailnews a.btn_mailnews {
	width: 375px;
	margin: 0 auto;
    color: var(--season-color);
	background-color: #FFF;
	border-radius: 9px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid currentColor;
	box-sizing: border-box;
}
#instagram .mailnews a.btn_mailnews::before {
	content: "";
	display: block;
	background-image: url(../img/winter/icon_mail.svg);
	background-size: 100% 100%;
	width: 34px;
	height: 24px;
}
#instagram .mailnews a.btn_mailnews::after {
	content: "";
	display: block;
	background-image: url(../img/winter/icon_vector01.svg);
	background-size: 100% 100%;
	width: 45px;
	height: 7px;
}
#instagram .mailnews a.btn_mailnews span {
	display: block;
    width: 67%;
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
}
#instagram .mailnews .text_mailnews {
	text-align: center;
	line-height: 2.6;
	font-size: 13px;
	padding-top: 3%;
}
#instagram .mailnews .text_mailnews a:link {
	color: #5c5a5b;
	text-decoration: underline;
}
#instagram .mailnews .text_mailnews a:hover {
	text-decoration: none;
}
#instagram .contact {
    width: 100%;
    background-color: var(--season-bgcolor);
    padding: 3.5% 0 14%;
}
#instagram .contact ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin: 0 auto;
    gap: 9%;
}
#instagram .contact ul li {
    margin: 0;
    width: 19.395%;
}
footer {
	position: relative;
	z-index: 1;
}
/* /contents */
@media screen and (max-width:1025px){
	#page {
		margin-top: 137px;
	}
}
@media screen and (max-width:770px){
	#page {
		margin-top: 68px;
	}
	footer {
        padding-bottom: 4%;
        background-color: #FFF;
        margin-bottom: 0;
    }
}
@media screen and (max-width:700px){
	#instagram::before {
		content: none;
	}
	#instagram .pc_wrapper {
		width: 100%;
	}
	#instagram h2 {
		font-size: 5.8667vw;
	}
	#instagram p.lead {
		font-size: 4.5334vw;
	}
	#instagram a.btn_insta::after {
		width: 12%;
		height: auto;
		padding: 1% 0;
		margin-right: 5.2%;
	}
	#instagram .btn_insta span {
		width: 66%;
		font-size: 5vw;
		padding: 6.3% 0;
	}
	#instagram p.data {
		font-size: 4.2667vw;
	}
	#instagram .caution h3::before {
		width: 3%;
		height: auto;
		padding: 1.5% 0;
		margin-right: 2.4%;
	}
	#instagram .caution h3 {
		font-size: 3.7vw;
	}
	#instagram .caution h3 {
		font-size: 3.7vw;
	}
	#instagram .caution ul li {
		font-size: 3.17vw;
		line-height: 1.85;
	}
	#instagram .mailnews a.btn_mailnews {
		width: 89%;
	}
	#instagram .mailnews a.btn_mailnews::before {
		width: 9%;
		height: auto;
		padding: 3.2% 0;
	}
	#instagram .mailnews a.btn_mailnews::after {
		width: 12.2%;
		height: auto;
		padding: 1.1% 0;
	}
	#instagram .mailnews .text_mailnews {
		font-size: 3.2vw;
	}
	#instagram .mailnews a.btn_mailnews span {
		font-size: 4.2vw;
		padding: 6.8% 0;
	}
	#instagram .contents_wrapper {
		padding-bottom: 9%;
	}
	#instagram p.winner {
		font-size: 4.2667vw;
	}
	#instagram .data ul li {
		font-size: 3.4667vw;
	}
	#instagram .data ul li::before {
	    width: 2.2%;
	}
}
@media screen and (max-width:600px){
	#page {
		margin-top: 49px;
	}
}
/* visitor footer */
.visitor .page-top {
    bottom: 0;
}


.camp-end {
	width:90%;
	color:#FFF;
	font-size:15px;
	margin:5% auto 0;
	background-color:#666666;
	padding:5% 0;
	text-align:center;
	box-sizing:border-box;
}
@media screen and (max-width:700px) {
	.camp-end { font-size: 3.5vw;}
}