@charset "UTF-8";

#headerscp {
	/* position: fixed; */
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: white;
	z-index: 9999;
	text-align: center;
	zoom: 1;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#headerscp:after { display: block; clear: both; content: ""; }
/*#headerscp.ds {
	box-shadow: 0 8px 2px 0px rgba(88, 59, 44, 0.3);
	-moz-box-shadow: 0 8px 2px 0px rgba(88, 59, 44, 0.3);
	-webkit-box-shadow: 0 8px 2px 0px rgba(88, 59, 44, 0.3);
}*/
#headerscp.navHide { height: 50px; }
#headerscp #logo {
	width: 161px;
	margin: 20px auto 10px;
}
#headerscp #logo > a {
	display: block;
	width: 100%;
}
#headerscp #logo > a img {
	width: 100%;
	height: auto;
}
#headerscp #scrollNavi {
	display: flex;
	width: 100%;
	height: 12.8125vw;
	margin-top: 7.5vw;
	zoom: 1;
}
#headerscp #scrollNavi li {
	display: block;
	width: 47.6%;
	height: 100%;
	margin-right: 2.5vw;
}
#headerscp #scrollNavi li:first-child { margin-left: 2.5vw; }
#headerscp #scrollNavi li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	/* background-color: #b3b3b3; */
	background-color: #d81893;
}
#headerscp #scrollNavi li a.current { /* background-color: #d81893; */ background-color: #b3b3b3; }
#headerscp #scrollNavi li a > img {
	position: relative;
	left: 2.5vw;
	width: 35vw;
	height: auto;
}
#springCampaign {
	width: 100%;
	margin-top: 5vw;
	/* padding-top: 150px; */
	color: #666666;
	line-height: 1.3;
}
#springCampaign.navHide { padding-top: 55px; }
#springCampaign #cpHead { text-align: center; }
#springCampaign #cpHead > h1 { width: 94%; margin-left: 3%; }
#springCampaign #cpHead > h1 img { width: 100%; height: auto; }
#springCampaign #cpHead > p { display: inline-block; width: 46%; margin-top: 15px; }
#springCampaign #cpHead > p img { width: 100%; height: auto; }
#springCampaign #mainVisual {
	position: relative;
	z-index: 0;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
#springCampaign #mainVisual .mainTtl {
	position: absolute;
	top: -webkit-calc(24 / 750 *100vw);
	top: calc(24 / 750 *100vw);
	left: 0;
}
#springCampaign #mainVisual .mainTtl img {
	width: 100%;
}
#springCampaign #mainVisual p.btn { position: absolute; z-index: 11; width: 21.4%; right: 5.78%; top: 34.91%; }
#springCampaign #mainVisual p.btn img { width: 100%; height: auto; }
#springCampaign #mainVisual .main01 {
	width: 100%;
	z-index: 10;
}
#springCampaign #mainVisual .main02 {
	width: 100%;
	position: absolute;
	bottom: -11.33334vw;
	left: 0;
	z-index: 10;
}
#springCampaign #mainVisual .tex { width: 75.93%; position: absolute; left: 14.2%; bottom: 7.60%; z-index: 9; }
#springCampaign #mainVisual .gu { width: 13.12%; height: auto; position: absolute; left: 48.7%; margin-left: -6.56%; top: 67.96%; z-index: 9; }
#springCampaign #privilege {
	margin-top: 7.5vw;
	margin-bottom: 9.8667vw;
}
#springCampaign #privilege .cbSplitOuter {
	position: relative;
	width: 100%;
	margin-top: -3.75vw;
}
#springCampaign #privilege .cbSplitOuter .balloon {
    position: relative;
    top: 7.5vw;
    width: 55%;
    height: auto;
    background-color: rgba(0,0,0,0);
    margin: 0 0 0 2vw;
    z-index: 20;
}
#springCampaign #privilege .cbSplitOuter .balloon img {
	width: 100%;
}
#springCampaign #privilege .cbSplitOuter > div {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #d81893;
	height: 25vw;
	border-top: white 1px solid;
}
#springCampaign #privilege .cbSplitOuter > div > p {
	z-index: 11;
	position: absolute;
	right: 12%;
	top: 5vw;
	font-size: 0;
}
#springCampaign #privilege .cbSplitOuter > div > p img { width: 12.5vw; height: 12.5vw; }
#springCampaign #privilege .cbSplitOuter > div input[type="checkbox"] { display: none; }
#springCampaign #privilege .cbSplitOuter > div label { cursor: pointer; z-index: 10; display: block; position: absolute; width: 100%; height: 21.25vw; left: 0; top: 0; font-size: 0; }
#springCampaign #privilege .cbSplitOuter > div.cb1 input[type="checkbox"] + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_01.png) no-repeat 11.875vw 5.625vw;
	-webkit-background-size: 46.875vw;
	background-size: 46.875vw;
}
#springCampaign #privilege .cbSplitOuter > div.cb1 input[type="checkbox"]:checked + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_01_c.png) no-repeat 11.875vw 5.625vw;
	/* -webkit-background-size: 46.875vw 50px;
	background-size: 46.875vw 50px; */
	background-size: auto 12.5vw;
	top: 0.78125vw;
}
#springCampaign #privilege .cbSplitOuter > div.cb2 input[type="checkbox"] + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_02.png) no-repeat 11.875vw 5.625vw;
	/* -webkit-background-size: 56.875vw 50px;
	background-size: 56.875vw 50px;*/
	background-size: auto 12.5vw;
}
#springCampaign #privilege .cbSplitOuter > div.cb2 input[type="checkbox"]:checked + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_02_c.png) no-repeat 11.875vw 5.625vw;
	/* -webkit-background-size: 56.875vw 50px;
	background-size: 56.875vw 50px;*/
	background-size: auto 12.5vw;
}
#springCampaign #privilege .cbSplitOuter > div.cb3 input[type="checkbox"] + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_03.png) no-repeat 11.875vw 14px;
	/* -webkit-background-size: 56.875vw 48px;
	background-size: 56.875vw 48px;*/
	background-size: auto 12.5vw;
}
#springCampaign #privilege .cbSplitOuter > div.cb3 input[type="checkbox"]:checked + label {
	background: #d81893 url(./../../../../img/campaign/2026/spring/ttl_cb_03_c.png) no-repeat 11.875vw 14px;
	/* -webkit-background-size: 56.875vw 48px;
	background-size: 56.875vw 48px;*/
	background-size: auto 12.5vw;
}
#springCampaign #privilege .noselect {
	position: relative;
	/*margin-top: 1px;*/
}
#springCampaign #privilege .noselect img {
	width: 100%;
	height: auto;
}
#springCampaign #privilege .noselect .btn_comingsoon {
	position: absolute;
	bottom: 13.3333vw;
	left: 50%;
	display: block;
	width: 81.0667vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#springCampaign #privilege .noselect .btn_comingsoon img {
	webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#springCampaign #privilege .liststwolinks_list {
	border-bottom: 1px solid #d81893;
	margin-top: 0.78125vw;
	box-sizing: border-box;
	height: 13.3333vw;
	width: 50%;
}
#springCampaign #privilege .liststwolinks_list:nth-of-type(2n+1) { border-right: 1px solid #d81893; }
#springCampaign #privilege .liststwolinks_list a, #springCampaign #privilege .liststwolinks_list span { align-items: center; background-color: white; color: #d81893; display: flex; flex-flow: row nowrap; font-size: 1.36364em; height: 100%; justify-content: center; letter-spacing: 0.1em; width: 100%; }
#springCampaign #privilege .liststwolinks_list span { color: #ccc; background-color: #f7f7f7; }
#springCampaign #privilege .searchs_menu_lists .skin_large .item_button { flex-flow: column nowrap !important; height: 26.6667vw !important; justify-content: center !important; }
#springCampaign #privilege .searchs_menu_lists .item_list.skin_large { height: auto; margin-right: 2.65vw; width: calc((100% - 2.66667vw) / 2); }
#springCampaign #privilege .searchs_menu_lists .item_list.skin_large:nth-of-type(2n) { margin-right: 0; }
#springCampaign #privilege .searchs_menu_lists .item_list.skin_large .item_button { flex-flow: column nowrap; height: 26.6667vw; justify-content: center; align-content: stretch; align-items: center; background: #d81893 url("./../../../../img/common/btn_arrow_whiteright.png") no-repeat scroll calc(100% - 1.73333vw) 50%/1.6vw auto; border: 1px solid #d81893; box-sizing: border-box; color: white; display: flex; font-size: 1.36364em; height: 13.3333vw; justify-content: flex-start; padding: 0 4.66667vw; width: 100%; }
#springCampaign #privilege .searchs_menu_lists .item_list.skin_large .item_button .item_icon { display: block; height: 8.4vw; margin-right: 0; width: 100%; }
#springCampaign #privilege .searchs_menu_lists .item_list.skin_large .item_button .item_text { display: block; line-height: 1.5; margin-top: 2vw; }
#springCampaign #privilege .index_searchs_ajax_button { background-color: #d81893; border-radius: 4px; box-sizing: border-box; color: #fff; display: inline-block; font-size: 1em; line-height: 7.33333vw; position: relative; text-align: center; width: 26.6667vw; margin-right: 2.66667vw; margin-bottom: 20px; margin-top: 20px; }
#springCampaign #privilege .index_searchs_ajax_button:before { background: url("/chintai/sp/img/common/arrow_white_left.png") no-repeat scroll 0 0/100% auto; content: ""; display: inline-block; height: 2.53333vw; left: 2vw; position: absolute; top: 50%; transform: translateY(-50%); width: 1.46667vw; }
#springCampaign #privilege .mapDisact { border: #d81893 5px solid; margin-bottom: 50px; width: 100%; display: flex; align-items: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#springCampaign #privilege .mapDisact > div { display: inline-block; margin: 30px auto; width: 100%; text-align: center; font-size: 0; }
#springCampaign #privilege .mapDisact > div p { margin-bottom: 41px; }
#springCampaign #privilege .mapDisact > div p img { width: 70%; height: auto; }
#springCampaign #privilege .mapDisact > div a { transition: 0.15s all; }
#springCampaign #privilege .mapDisact > div a img { width: 70%; height: auto; }
#springCampaign #privilege .mapDisact > div a:hover { opacity: .8; }
#springCampaign #privilege .nashinashiTtl {
	text-align: center;
	margin-top: 10.6667vw;
	margin-bottom: 8vw;
	width: 100%;
}
#springCampaign #privilege .nashinashiTtl img {
	width: 95%;
	height: auto;
}
#springCampaign #privilege .btnSet01 {
	margin: 0 auto;
	height: auto;
	width: 85.2%;
}
#springCampaign #privilege .btnSet02 {
	margin: 0 auto 9.3333vw;
	height: auto;
	width: 85.2%;
}
#springCampaign #privilege .btnSet01 img,
#springCampaign #privilege .btnSet02 img {
	width: 100%;
}
#springCampaign #cmGallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 15vw;
	margin-bottom: 15vw;
	padding: 4vw 1.3333vw 1.3333vw;
	background-image: url(./../../../../img/campaign/2026/spring/bgi_color.png);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #00437c;
	/* border-left: 3px solid #900c52;
	border-right: 3px solid #00437c; */
}
#springCampaign #cmGallery .cmGallery_body {
	padding: 6vw 5.3333vw 10vw;
	background-color: #fff;
}
#springCampaign #cmGallery > h3 {
	display: block;
	height: auto;
	text-align: center;
	margin-bottom: 4vw;
}
#springCampaign #cmGallery > h3 img {
	width: 80%;
	height: auto;
}
#springCampaign #cmGallery ul {
	text-align: center;
	margin-bottom: 0;
}
#springCampaign #cmGallery ul li {
	display: block;
	width: 100%;
	margin: 8vw auto 0;
}
#springCampaign #cmGallery ul li:first-child {
	margin-top: 0;
}
#springCampaign #cmGallery ul li div {
	position: relative;
	width: 100%;
}
#springCampaign #cmGallery ul li div .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	z-index: 11;
}
#springCampaign #cmGallery ul li div .thumbnail {
	width: 100%;
}
#springCampaign #cmGallery ul li div .thumbnail img { width: 100%; height: auto; }
#springCampaign #cmGallery ul li div iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 11; }
#springCampaign #cmGallery ul li h4 {
	line-height: 1.0;
	margin-bottom: 3.2vw;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
#springCampaign #cmGallery ul li p {
	line-height: 1.0;
	margin-top: 3.2vw;
	color: #666;
	font-size: 16px;
}
#springCampaign #cmGallery .md_cm_catch {
	margin-top: 14.6667vw;
}
#springCampaign #cmGallery .md_cm_catch_head {
	margin-bottom: 5.3333vw;
	text-align: center;
}
#springCampaign #cmGallery .md_cm_catch_head img {
	width: 71.2vw;
}
#springCampaign #cmGallery .md_cm_catch_body {
	text-align: center;
}
#springCampaign #cmGallery .md_cm_catch_body img {
	width: 64vw;
}
#springCampaign #cmGallery .md_cm_catch_body.skin_double {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#springCampaign #cmGallery .md_cm_catch_body.skin_double img {
	width: 64vw;
}
#springCampaign #cmGallery .md_cm_model {
	position: relative;
	left: 2.5vw;
	right: 0;
	bottom: -6.375vw;
	width: 100%;
}
#springCampaign #cmGallery  .cmGallery_body ul li a.cboxElement p span {
	color: #ff0000;
	padding-right: 2.5vw;
}

#springCampaign aside {
	margin: 0 auto;
}
#springCampaign aside h2 {
	width: 80vw;
	margin: 0 auto;
}
#springCampaign aside ul {
	margin-top: 2.5vw;
	padding: 4.6667vw 4.6667vw 4.6667vw 3.125vw;
}
#springCampaign aside ul li {
	font-size: 3.75vw;
	line-height: 2.0;
	margin-left: 0.8em;
}
#springCampaign aside ul li a {
	margin-left: -13px;
	padding-left: 13px;
	background: url(./../../../../img/campaign/2025/spring/ico_arw.png) no-repeat left 3px;
	-webkit-background-size: 6px 8px;
	background-size: 6px 8px;
	font-size: 3.75vw;
	color: #284679;
	text-decoration: underline;
}
#springCampaign aside ul li span {
	display: inline-block;
	width: 13px;
	margin-left: 5px;
	position: relative;
	top: -1.875vw;
}

#springCampaign #other {
	background: #f1f1f1;
	margin: 7.5vw 0 6.6666667vw;
	padding: 8.125vw 2.6667vw 2.6667vw;
}
#springCampaign #other h2 {	text-align: center; width: 92%; margin: 0 auto; }
#springCampaign #other h2 img {	width: 100%; }
#springCampaign #other div { background: white; }
#springCampaign #other div p { font-size: 3.75vw; line-height: 1.8; padding: 3.75vw 3.75vw 0 3.75vw; }
#springCampaign #other div p strong { display: block; font-weight: bold; color: #d81893; margin-bottom: .5em; }
#springCampaign #other div p small { font-size: 10px; }
#springCampaign #other div ul {
	margin-top: 2.6667vw;
	padding: 0 4.6667vw 4.6667vw 4.6667vw;
}
#springCampaign #other div ul li { line-height: 1.7; margin-top: 1em; margin-left: 0.8em; }
#springCampaign #other div ul li.ws_nr {
	white-space: nowrap;
}
#springCampaign #other div ul li a {
	margin-left: -13px;
	padding-left: 13px;
	background: url(./../../../../img/campaign/2026/spring/ico_arw.png) no-repeat left 3px;
	-webkit-background-size: 6px 8px;
	background-size: 6px 8px;
	font-size: 3.75vw;
	text-decoration: underline;
}
#springCampaign #other ul.txt_caution {
	padding: 3.75vw 5.3125vw;
}
#springCampaign #other ul.txt_caution li {
	font-size: 3.125vw;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
.cmpDetailContents { width: 100%; height: 100%; border: #d81893 4px solid; padding: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cmpDetailContents .lsDisc { margin-top: 25px; }
.cmpDetailContents .lsDisc li { line-height: 1.8; text-indent: -1em; font-size: 14px; color: #666; }
.cmpDetailContents .lsDisc li:before { content: '・'; color: #d81893; font-weight: bold; }
.cmpDetailContents .lsDisc li + li { margin-top: .5em; }
.cmpDetailContents .close { text-align: center; display: block; margin: 40px auto 0; }

#springCampaign #privilege .index_searchs_ajax {
	border-top: 1px solid #fff;
}
.skin_gray { background: #808080; color: white; padding: 5px 2.66667vw 2px; text-align: center; }
#springCampaign .cp-ttl {
	margin: 3.73vw auto 7vw;
	width: 93.06%;
}
#springCampaign .cp-inner {
	margin: 3.46vw auto 0;
	width: 92%;
	display: flex;
	justify-content: space-between;
}
#springCampaign .cp-inner img {
	width: 45.3125vw;
	/* height: 10.4vw; */
}
#springCampaign .cp-inner img:nth-child(2) {
	height: auto;
}
#springCampaign .cp-search {
	margin: 10vw auto 2.13vw;
	text-align: center;
}
#springCampaign .cp-search img {
	width: 80%;
}

/* ---------------------------------------------
*   modal_campaign_CM
--------------------------------------------- */
#cboxOverlay.modal_campaign_CM { background: rgba(0, 0, 0, 0.8); opacity: 1.0; filter: alpha(opacity=100); }
.modal_campaign_CM #cboxTopLeft, .modal_campaign_CM #cboxTopRight, .modal_campaign_CM #cboxBottomLeft, .modal_campaign_CM #cboxBottomRight, .modal_campaign_CM #cboxMiddleLeft, .modal_campaign_CM #cboxMiddleRight, .modal_campaign_CM #cboxTopCenter, .modal_campaign_CM #cboxBottomCenter, .modal_campaign_CM #cboxClose { display: none; }
.modal_campaign_CM #cboxContent { border: none; overflow: visible; background: white; float: none; margin: 0 auto; }
.modal_campaign_CM #cboxLoadedContent { margin-bottom: 0; background: white; }

/* ---------------------------------------------
*   Override
--------------------------------------------- */
/*
.icon_external:after {
	width: 2.933333333vw;
	height: 2.933333333vw;
	background-image: url(./../../../../img/campaign/2026/spring/icn_popup.png);
	background-position: 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
*/
#springCampaign .icon_external span {
	display: inline-block;
	margin-left: 0.625vw;
	width: 2.933333333vw;
	height: 2.933333333vw;
}
.icon_external span img {
	vertical-align: middle;
}

/* ---------------------------------------------
*   Caution
--------------------------------------------- */
#springCampaign #privilege .ajaxSearch +p {
	text-align: center;
	margin-top: 5vw;
}

.txt_notice {
	margin: 5vw auto 0;
	font-size: 3.75vw;
	width: 90%;
	text-align: left;
}
.txt_notice p {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}