@charset "utf-8";
/* CSS Document */

/*------------------------------
	Base
------------------------------*/

/*	Reset
------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, main,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	vertical-align:baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display:block;
}
html {
	overflow-y:scroll;
	color:#000;
	font-size:62.5%;
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
}
body {
	width:100%;
	height:100%;
	font-size:1.6em; /* for GC. defalut font-size:1.6rem = 16px */
	line-height:1.5;
	background-color:#fff;
	word-break:break-word;
}
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input, textarea {
	margin:0;
	padding:0;
	border:none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#a9a9a9;
}
input {
	-webkit-appearance:none;
	appearance:none;
	outline:none;
}
ol, ul {
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
caption, th, td {
	text-align:left;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
img {
	width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
}
hr {
	height:1px;
	margin:0;
	border:0;
}
.cf:after {
	content:"";
	clear:both;
	display:block;
}

/*--　Hidden Analysis tag --*/
body > img, body > iframe { display:none !important; }
img[src^="//googleads.g.doubleclick.net"],
img[src^="//cm.g.doubleclick.net"] { display:none !important; }

/*	Utility
------------------------------*/
/*-- Display --*/
.disBlo { display:block !important; }
.disInl { display:inline !important; }
.disInB { display:inline-block !important; }
.disTbl { display:table !important; width:100%; }
.disTbc { display:table-cell !important; }
.disNon { display:none !important; }
.visHid { visibility:hidden !important; }
.visVis { visibility:visible !important; }
.hide { position:absolute; width:0; height:0; overflow:hidden; }
.fixed { position:fixed !important; }
.linkNon { pointer-events:none; }
.sp_disNon{display:none!important;}
/*-- Img --*/
.fullImg { width:100%; max-width:none; }

/*-- Text --*/
.fs10 {font-size:1.0rem !important; }
.fs12 {font-size:1.2rem !important; }
.fs14 {font-size:1.4rem !important; }
.fs16 {font-size:1.6rem !important; }
.fs18 {font-size:1.8rem !important; }
.fs20 {font-size:2.0rem !important; }
.fcRD {color:#c00 !important; }
.fcWT {color:#fff !important; }
.fcBK {color:#333 !important; }
.fcGY {color:#999 !important; }
.fwN { font-weight:normal !important; }
b,fwB { font-weight:bold !important; }
.nowrap { white-space:nowrap !important; }
.brAll { word-break:break-all !important; }
.ofHid { overflow:hidden !important; }

/*-- Background  --*/
.bgRD { background-color:#c00 !important; }
.bgGY { background-color:#f5f5f5 !important; }
.bgWT { background-color:#fff !important; }
.bgBK { background-color:#333 !important; }
.bgCL { background-color:transparent !important; }

/*-- Layout --*/
.floatL { float:left; }
.floatR { float:right; }

.alL { text-align:left !important; }
.alC { text-align:center !important; }
.alR { text-align:right !important; }

.vaT { vertical-align:top !important; }
.vaM { vertical-align:middle !important; }
.vaB { vertical-align:bottom !important; }
.vaBL { vertical-align:baseline !important; }
.vt{vertical-align:top!important; font-size: 90%;}
/*-- Border --*/
.brdrNon { border:none !important; }
.brdrGY { border:1px solid #eee; }

/*-- Margin --*/
.mgt0  { margin-top:0px !important; }
.mgt5  { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }
.mgt25 { margin-top:25px !important; }
.mgt30 { margin-top:30px !important; }
.mgt35 { margin-top:35px !important; }
.mgt40 { margin-top:40px !important; }
.mgt45 { margin-top:45px !important; }
.mgt50 { margin-top:50px !important; }
.mgr0  { margin-right:0px !important; }
.mgr5  { margin-right:5px !important; }
.mgr10 { margin-right:10px !important; }
.mgr15 { margin-right:15px !important; }
.mgr20 { margin-right:20px !important; }
.mgr25 { margin-right:25px !important; }
.mgr30 { margin-right:30px !important; }
.mgr35 { margin-right:35px !important; }
.mgr40 { margin-right:40px !important; }
.mgr45 { margin-right:45px !important; }
.mgr50 { margin-right:50px !important; }
.mgb0  { margin-bottom:0px !important; }
.mgb5  { margin-bottom:5px !important; }
.mgb10 { margin-bottom:10px !important; }
.mgb15 { margin-bottom:15px !important; }
.mgb20 { margin-bottom:20px !important; }
.mgb25 { margin-bottom:25px !important; }
.mgb30 { margin-bottom:30px !important; }
.mgb35 { margin-bottom:35px !important; }
.mgb40 { margin-bottom:40px !important; }
.mgb45 { margin-bottom:45px !important; }
.mgb50 { margin-bottom:50px !important; }
.mgl0  { margin-left:0px !important; }
.mgl5  { margin-left:5px !important; }
.mgl10 { margin-left:10px !important; }
.mgl15 { margin-left:15px !important; }
.mgl20 { margin-left:20px !important; }
.mgl25 { margin-left:25px !important; }
.mgl30 { margin-left:30px !important; }
.mgl35 { margin-left:35px !important; }
.mgl40 { margin-left:40px !important; }
.mgl45 { margin-left:45px !important; }
.mgl50 { margin-left:50px !important; }

/*-- Padding --*/
.pdt0  { padding-top:0px !important; }
.pdt5  { padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }
.pdt25 { padding-top:25px !important; }
.pdt30 { padding-top:30px !important; }
.pdt35 { padding-top:35px !important; }
.pdt40 { padding-top:40px !important; }
.pdt45 { padding-top:45px !important; }
.pdt50 { padding-top:50px !important; }
.pdr0  { padding-right:0px !important; }
.pdr5  { padding-right:5px !important; }
.pdr10 { padding-right:10px !important; }
.pdr15 { padding-right:15px !important; }
.pdr20 { padding-right:20px !important; }
.pdr25 { padding-right:25px !important; }
.pdr30 { padding-right:30px !important; }
.pdr35 { padding-right:35px !important; }
.pdr40 { padding-right:40px !important; }
.pdr45 { padding-right:45px !important; }
.pdr50 { padding-right:50px !important; }
.pdb0  { padding-bottom:0px !important; }
.pdb5  { padding-bottom:5px !important; }
.pdb10 { padding-bottom:10px !important; }
.pdb15 { padding-bottom:15px !important; }
.pdb20 { padding-bottom:20px !important; }
.pdb25 { padding-bottom:25px !important; }
.pdb30 { padding-bottom:30px !important; }
.pdb35 { padding-bottom:35px !important; }
.pdb40 { padding-bottom:40px !important; }
.pdb45 { padding-bottom:45px !important; }
.pdb50 { padding-bottom:50px !important; }
.pdl0  { padding-left:0px !important; }
.pdl5  { padding-left:5px !important; }
.pdl10 { padding-left:10px !important; }
.pdl15 { padding-left:15px !important; }
.pdl20 { padding-left:20px !important; }
.pdl25 { padding-left:25px !important; }
.pdl30 { padding-left:30px !important; }
.pdl35 { padding-left:35px !important; }
.pdl40 { padding-left:40px !important; }
.pdl45 { padding-left:45px !important; }
.pdl50 { padding-left:50px !important; }

a:focus {outline:1px solid #cc0000;outline-offset:-4px;}

.boxInfo .inr {
    background-color: #fff;
}

.contentsInr {
    width: auto;
    padding: 0;
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}
/*ヒーローイメージ*/
.heroimgWrap {
    background-color: #000;
    padding: 46px 0 10px !important;
}
.heroimgWrap .mainHeading {
    opacity: 0;
}
/*MVボタン*/
.btn__wrap {
    width: 100%;
    max-width: 1672px;
    position: relative;
}
.btn--mv {
    position: absolute;
    bottom: 10px;
    right: 1vw;
    font-size: 0;
    cursor: pointer;
}
.btn--mv::before {
    content: "";
    display: inline-block;
    width: 28.26vw;
    height: 29.06vw;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/btn_mv.png);
    background-repeat: no-repeat;
}
/*MVボタン アニメーション~~~*/
.btn--mv:hover::before {
    content: "";
    background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/btn_mv_hover.png);
    background-repeat: no-repeat;
    animation: mvBtnHover .4s;
}
@keyframes mvBtnHover {
  from, to { transform: none; }
	70% { transform: scale(.99); }
}
/*~~~MVボタン アニメーション*/

.ctm_contentsFull {
    background-color:#111;
    padding: 0;
}
.ctm_contentsFull.c02 {
    background-color:#000;
}
.mainContents__wrap {
    margin: auto;
    padding: 8vw 0;
}
.column .mainContents__wrap {
    margin: 0 25px;
    padding-bottom: 0;
}
.mainContents {
    position: relative;
    background-color: #000;
}
/*.mainContents#anc_travelArea {
    background-color: #000;
}*/
.mainContents::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
}
.ctm_contentsFull.c01 .mainContents::before {
    top: 15%;
    background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets01_sp.png);
}
.ctm_contentsFull.c02 .mainContents::before {
    background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets02_sp.png);
}
.ctm_contentsFull.c03 .mainContents::before {
    background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets03_sp.png);
}
.mainContents--col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 25px;
    position: relative;
    z-index: 1;
}
.mainContents--col2 .mainContents--col2__inr {
    width: 49.5%;
}
.mainContents__head {
    margin: 0 25px;
}
.mainContents__inrWrap {
    position: relative;
    margin: 10px 15px 0 35px;
    padding: 30px 25px 42px 5px;
    background-image: radial-gradient(circle, #cb0000 1px, transparent 1px);
    background-position: 0 0,2px 2px;
    background-size: 4px 4px;
    z-index: 1;
}
.mainContents__inrWrap + .mainContents__inrWrap {
    margin-top: 80px;
}
.mainContents__inrWrap::after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #000;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_contents_dot_sp.png), linear-gradient(90deg, rgba(255, 230, 138, 1), rgba(169, 123, 18, 1));
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    background-size: contain;
}
.mainContents__inrBox::before, .mainContents__inrBox::after {
    content: "";
    position: absolute;
}
.mainContents__inrWrap--02 .mainContents__inrBox::after {
    bottom: -37px;
    left: -58px;
    width: 105px;
    height: 70px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/parts_maincontents_btm.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.mainContents__inrWrap--03 .mainContents__inrBox::after {
    bottom: 0;
    right: -25px;
    width: 74px;
    height: 59px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/parts_maincontents_btm.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.mainContents__subTtl {
    position: absolute;
    width: 131px;
    top: -40px;
    left: -27px;
    z-index: 1;
}
.mainContents__inrWrap--03 .mainContents__subTtl {
    top: -50px;
}
.mainContents__ttl {
    line-height: 1.25;
    position: relative;
    font-weight: bold;
    font-size: 2rem;
    z-index: 1;
}
.mainContents__ttl::before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 3;
}
.mainContents__inrWrap--01 .mainContents__ttl::before {
    width: 119px;
    height: 91px;
    bottom: -22px;
    right: -7px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/parts_maincontents_01_head.png) no-repeat;
    background-size: contain;
}
.mainContents__inrWrap--02 .mainContents__ttl::before {
    width: 98px;
    height: 136px;
    bottom: -7px;
    right: 3px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/parts_maincontents_02_head.png) no-repeat;
    background-size: contain;
}
.mainContents__inrWrap--03 .mainContents__ttl::before {
    width: 154px;
    height: 128px;
    bottom: -2px;
    right: -52px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/parts_maincontents_03_head.png) no-repeat;
    background-size: contain;
}
.mainContents__inrWrap--01 .mainContents__ttlInr, .mainContents__inrWrap--02 .mainContents__ttlInr, .mainContents__inrWrap--03 .mainContents__ttlInr {
    width: 48vw;
    max-width: 180px;
}
.mainContents__outer {
    margin-top: 20px;
}
.mainContents__outer + .mainContents__outer {
    margin-top: 15px;
}
.mainContents__inr {
    display: block;
    position: relative;
    text-align: center;
    padding: 32px 15px;
    background: #fff;
     -webkit-box-shadow: 3px 4px 0 #CC0000; 
    box-shadow: 3px 4px 0 #CC0000;
    border: 1px solid #000;
    z-index: 1;
}
.mainContents__inr.mainContents__inr--y {
    background: #fff;
    border: 1px solid #CC0000;
}
.mainContents__inr.mainContents__inr--end, .mainContents__inr.mainContents__inr--comingsoon {
    pointer-events: none;
}
/*.mainContents__inr::after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #CC0000;
    border-top: 0;
    transform: rotate(135deg);
}*/
.mainContents__inr.mainContents__inr--otherwindow::after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/icon_otherwindow.svg) no-repeat;
    background-size: contain;
    border: none;
    transform: none;
}
.mainContents__inr.mainContents__inr--end::after, .mainContents__inr.mainContents__inr--comingsoon::after {
    content: none;
}
.mainContents__label {
    line-height: 1.2;
    display: inline-block;
    padding: 6px 6px 3px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}
.mainContents__inrWrap--01 .mainContents__label {
    background: #FFAA00;
}
.mainContents__inrWrap--02 .mainContents__label {
    background: #51D7FF;
}
.mainContents__inrWrap--03 .mainContents__label {
    background: #5AC88C;
}
.mainContents__txt {
    line-height: 1.1;
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.mainContents__date {
    margin-top: 20px;
    padding: 2px 8px 1px;
    border: 1px solid #CC0000;
    font-size: 1.4rem;
    font-weight: bold;
    color: #CC0000;
}
.mainContents__inr.mainContents__inr--end .mainContents__date {
    color: #000;
    border: 1px solid #000;
}
.movieArea__wrap {
    position: relative;
    text-align: center;
    margin: 20px auto 80px;
}
.movieArea__wrap::before, .movieArea__wrap::after {
     content: "";
    position: absolute;
    display: inline-block;
}
.movieArea__wrap::before {
    top: 0;
    left: -5px;
    width: 156px;
    height: 485px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_movieArea_l_sp.png) no-repeat;
    background-size: contain;
}
.movieArea__wrap::after {
    top: 0;
    right: -9px;
    width: 117px;
    height: 485px;
    background: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_movieArea_r_sp.png) no-repeat;
    background-size: contain;
}
.movieArea__head {
    position: relative;
    width: 53.33vw;
    margin: 0 auto;

    padding-top: 19px;
    z-index: 1;
}
.movieArea__inrWrap {
    margin-top: 16px;
}
.movieArea__txtWrap {
    position: relative;
    margin: 0 15px;
    z-index: 1;
}
.movieArea__txt {
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.movieArea__txt + .movieArea__txt {
    margin-top: 14px;
}
.movieArea__movie {
    margin-top: 129px;
}
.movieArea__movie .youtubeFrame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movieArea__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media all and (max-width:739px) {
    .mainContents__wrap.info {
        padding: 8vw 25px;
    }
    .mainContents__outer.mainContents__outer--col2 .mainContents__inr + .mainContents__inr {
        margin-top: 20px;
    }
    .mainContents__txt .fsXS_sp {
        font-size: 1.6rem;
    }
    .mainContents__txt .fsS_sp {
        font-size: 2.4rem;
    }
    .mainContents__txt .fsM_sp {
        font-size: 3.2rem;
    }
    .mainContents__txt .fsL_sp {
        font-size: 4rem;
    }
    .mainContents__txt .fsXL_sp {
        font-size: 4.8rem;
    }   
}
@media all and (min-width:740px) {
    .heroimgWrap {
        padding: 42px 0 30px !important;
    }
    .bxslider {
        max-width: 1672px;
        margin: auto;
    }
    .btn--mv {
        right: 1vw;
        bottom: 0.5vw;
    }
    .btn--mv::before {
        width: 13.75vw;
        height: 14.16vw;
    }
    .ctm_contentsFull {
        padding: 0;
    }
    .ctm_contentsFull.c01 .mainContents::before {
        top: 55px;
        width: 1092px;
        height: 985px;
        background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets01.png);
    }
    .ctm_contentsFull.c02 .mainContents::before {
        top: 10px;
        width: 1124px;
        height: 1578px;
        background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets02.png);
    }
    .ctm_contentsFull.c03 .mainContents::before {
        top: 40px;
        width: 1106px;
        height: 1198px;
        background-image: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_maincontnets03.png);
    }
    .mainContents--col2 {
        margin: 0;
    }
    .mainContents--col2 .mainContents--col2__inr {
        width: 466px;
    }
    .mainContents__head {
        margin: 0;
    }
    .mainContents__wrap {
        width: 950px;
        padding: 4vw 0;
    }
    .column .mainContents__wrap {
        margin: auto;
    }
    .mainContents__inrWrap {
        margin: 0 -10px 0 10px;
        padding: 46px 50px 58px 30px;
    }
    .mainContents__inrWrap::after {
        background:  url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_contents_dot.png), linear-gradient(90deg, rgba(255, 230, 138, 1), rgba(169, 123, 18, 1));
        background-repeat: no-repeat;
        background-position: bottom 0 center;
        background-size: contain;
    }
    .mainContents__inrWrap + .mainContents__inrWrap {
        margin-top: 150px;
    }
    .mainContents__inrWrap--02 .mainContents__inrBox::before {
        top: 260px;
        left: -80px;
        width: 132px;
        height: 132px;
    }
    .mainContents__inrWrap--02 .mainContents__inrBox::after {
        bottom: -75px;
        left: -70px;
        width: 170px;
        height: 112px;
    }
    .mainContents__inrWrap--03 .mainContents__inrBox::after {
        width: 129px;
        height: 103px;
        bottom: -26px;
        right: -20px;
    }
    .mainContents__subTtl {
        width: 174px;
        top: -35px;
        left: -42px;
    }
    .mainContents__inrWrap--03 .mainContents__subTtl {
        top: -42px;
    }
    .mainContents__outer {
        margin-top: 40px;
    }
    .mainContents__outer + .mainContents__outer {
        margin-top: 20px;
    }
    .mainContents__outer.mainContents__outer--col2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mainContents__outer.mainContents__outer--col2 .mainContents__inr {
        width: 427px;
    }
    .mainContents__outer.mainContents__outer--col2 .mainContents__inr:nth-child(n+3) {
        margin-top: 20px;
    }

    .mainContents__ttl {
        line-height: 1;
        text-align: center;
        font-size: 3.2rem;
    }
    .mainContents__inrWrap--01 .mainContents__ttl::before {
        width: 195px;
        height: 150px;
        bottom: -43px;
        right: 0;
    }
    .mainContents__inrWrap--02 .mainContents__ttl::before {
        width: 166px;
        height: 222px;
        bottom: -30px;
        right: -3px;
    }
    .mainContents__inrWrap--03 .mainContents__ttl::before {
        width: 246px;
        height: 204px;
        bottom: -31px;
        right: -101px;
    }
    .mainContents__inrWrap--01 .mainContents__ttlInr, .mainContents__inrWrap--02 .mainContents__ttlInr, .mainContents__inrWrap--03 .mainContents__ttlInr {
        width: auto;
        max-width: initial;
    }
    .mainContents__inr {
        display: flex;
        flex-direction: column;
        padding: 40px 32px;
        transition: .3s;
    }
    .mainContents__inr::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #CC0000;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
    }
    a.mainContents__inr:hover {
        color: #fff;
        border: 1px solid #CC0000;
        text-decoration: none;
    }
    a.mainContents__inr:hover::before {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    a.mainContents__inr:hover::after {
        border-bottom: 10px solid #fff;
    }
    a.mainContents__inr.mainContents__inr--otherwindow:hover::after {
        background: url(/jp/ja/campaign/blackflyday/img_sites/2411/icon_otherwindow_wt.svg) no-repeat;
        border: none;
    }
    .mainContents__label {
        padding: 6px 8px 3px;
        font-size: 2rem;
    }
    .mainContents__txt {
        margin-top: 24px;
        font-size: 2rem;
    }
    a.mainContents__inr:hover .mainContents__txt .fcRD {
        color: #fff!important;
    }
    .mainContents__txt .fsXS_pc {
        font-size: 2.4rem;
    }
    .mainContents__txt .fsS_pc {
        font-size: 3.2rem;
    }
    .mainContents__txt .fsM_pc {
        font-size: 4rem;
    }
    .mainContents__txt .fsL_pc {
        font-size: 4.8rem;
    }
    .mainContents__txt .fsXL_pc {
        font-size: 6.4rem;
    }
    .mainContents__dateWrap {
        margin-top: auto;
    }
    .mainContents__date {
        margin-top: 14px;
        font-size: 1.6rem;
    }
    a.mainContents__inr:hover .mainContents__date {
        color: #fff;
        border: 1px solid #fff;
    }
    .movieArea__wrap {
        width: 950px;
        margin: 45px auto 160px;
    }
    .movieArea__wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1075px;
        height: 657px;
        background: url(/jp/ja/campaign/blackflyday/img_sites/2411/bg_movieArea.png) no-repeat;
        background-size: contain;
    }
    .movieArea__wrap::after {
        content: none;
    }
    .movieArea__head {
        position: relative;
        width: 425px;
        padding-top: 40px;
    }
    .movieArea__inrWrap {
        position: relative;
        margin-top: 40px;
    }
    .movieArea__txt {
        line-height: 2;
        font-size: 1.8rem;
    }
    .movieArea__txt + .movieArea__txt {
        margin-top: 40px;
    }
    .movieArea__movie {
        margin-top: 80px;
    }
}