@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: #FFFAEB;
    padding-bottom:10px !important;
}
/*
.heroimgWrap .mainHeading {
    opacity: 0;
}
*/
/*MVボタン*/
.btn__wrap {
    width: 100%;
    max-width: 1972px;
    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/new-year/img_sites/2501_door/btn_mv.png);
    background-repeat: no-repeat;
}
/*MVボタン アニメーション~~~*/
.btn--mv:hover::before {
    content: "";
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/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:#FFFAEB;
    padding: 0;
}
.ctm_contentsFull.c02 {
    background-color:#FFFAEB;
}
.mainContents__wrap {
    margin: auto;
    padding: 8vw 0;
}
.column .mainContents__wrap {
    margin: 0 25px;
    padding-bottom: 0;
}
.mainContents {
    position: relative;
    background-color: #FFFAEB;
}
/*.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/new-year/img_sites/2501_door/bg_maincontnets01_sp.png);
}
.ctm_contentsFull.c02 .mainContents::before {
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets02_sp.png);
}
.ctm_contentsFull.c03 .mainContents::before {
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets03_sp.png);
}
.ctm_contentsFull.c04 .mainContents::before {
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets04_sp.png);
}
.ctm_contentsFull.c05 .mainContents::before {
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets05_sp.png);
}
.ctm_contentsFull.c06 .mainContents::before {
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets06_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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/parts_maincontents_03_head.png) no-repeat;
    background-size: contain;
}

.mainContents__inrWrap--04 .mainContents__ttl::before {
  width: 119px;
  height: 91px;
  bottom: -22px;
  right: -7px;
  background: url(/jp/ja/campaign/new-year/img_sites/2501_door/parts_maincontents_04_head.png) no-repeat;
  background-size: contain;
}

.mainContents__inrWrap--05 .mainContents__ttl::before {
  width: 119px;
  height: 91px;
  bottom: -22px;
  right: -7px;
  background: url(/jp/ja/campaign/new-year/img_sites/2501_door/parts_maincontents_05_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: 2px solid #000;
    z-index: 1;
}
.mainContents__inr.mainContents__inr--y {
    background: #fff;
    border: 2px solid #000;
}


.mainContents__inr.mainContents__inr--end, .mainContents__inr.mainContents__inr--comingsoon {
    pointer-events: none;
}
.mainContents__inr::after {
    position: absolute;
    content: "" !important;
    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/new-year/img_sites/2501_door/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 !important;
}
.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__inrWrap--04 .mainContents__label {
  background: #FF84B5;
}
.mainContents__inrWrap--05 .mainContents__label {
  background: #FF84B5;
}
.mainContents__txt {
    line-height: 1.1;
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.moreContents {
  margin-top: 0px !important;
}
.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/new-year/img_sites/2501_door/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/new-year/img_sites/2501_door/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;
}

/*レイアウト調整*/
/*
.main_head_btnwrap {
  display: flex;
  justify-content: space-between;
  width: 670px;
  margin: 20px auto 10px;
}
*/

.main_head_btnwrap {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 10px;
  text-align: center;
}
.main_head_btnwrap >a{
  width: 47.5%;
  display: inline-block;
}
.mainContents{
  font-family: "Noto Serif JP","游明朝","Yu Mincho","YuMincho","Hiragino Mincho Pro",serif;
}

.mainContents__head >img{
  width: 56%;
  margin: 96px auto 64px;
  position: relative;
  z-index: 100;
}

.heroimgWrap .mainHeading {
  font-size: 2.4rem !important;
  text-align: center;
  position: absolute;
  top: 50% !important;
  left: 50%;
  width: auto !important;
  max-width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 5vw;
}

.heroimgWrap .mainTtl{
  font-size: 2.3rem !important;
}

.heroimgWrap .mainHeading >span{
  background-color: pink;
  color:#cc0000;
  font-weight: bold;
}

.main_head_btninner >a {
  text-decoration: none !important;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #000;
  width: 330px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  box-shadow: 5px 5px #000;
}

.mainContents__inr.mainContents__inr02{
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 10px 32px 0px !important;
}

/* .triangle {
  width: 20px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: linear-gradient(45deg, #cc0000, #cc0000);
  position: absolute;
  bottom: 2px;
  right: 2px;
} */

.more_text_wrap {
  width: 100%;
  display: block;
  text-align: left;
}

.more_banner01 >p {
  margin-bottom: 40px;
}

h3.mainContents__ttlInr {
  line-height: 1.2;
}

.mainContents__head.chance_heading >img {
  width: 50%;
  margin: 0px auto 40px;
}

.mainContents__head.more_heading >img {
  width: 60%;
  margin: 0px auto 40px;
}

.mainContents__inr.after_none::after {
  content: none !important;
}



@media all and (max-width:739px) {

    .heroimgWrap .mainHeading >span {
      background-color: transparent; 
    }
    .main_head_btnwrap {
      display: block;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
    }
    .main_head_btnwrap >a{
      width: 100%;
    }
    .mainContents__head {
      margin: 0;
      text-align: center;
    }
    .mainContents__head >img {
        margin: 30px;
    }

    .more_banner01 >p {
      margin-bottom: 20px;
    }

    .mainContents__inr.mainContents__inr02{
      padding: 5px 28px 0px !important;
    }

    .mainContents__head.chance_heading >img {
      width: 60%;
      margin: -20px auto 30px;
    }
    
    .mainContents__head.more_heading >img {
      width: 75%;
      margin: -20px auto 30px;
    }

    .heroimgWrap .mainHeading {
      font-size: 1.18rem !important;
      margin-top: 5vw;
    }
    .heroimgWrap .mainTtl{
      font-size: 1.18rem !important;
    }

    .main_head_btninner{
      margin-top: 20px;
    }
    .main_head_btninner >a {
      width: 100%;
    }

    .sp_disnon {
      display: none;
    }
    .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 .fsS2_sp {
      font-size: 2.1rem;
    }
    .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;
    }   
  .ctm_contentsFull.c02 .mainContents::before {
      top: 160px;
      background-repeat: no-repeat;
  }
  .ctm_contentsFull.c03 .mainContents::before {
      top: 200px;
      background-repeat: no-repeat;
  }
  .ctm_contentsFull.c04 .mainContents::before {
      top: -80px;
      background-repeat: no-repeat;
  }
  .ctm_contentsFull.c05 .mainContents::before {
      top: 60px;
      background-repeat: no-repeat;
  }
  .ctm_contentsFull.c06 .mainContents::before {
      top: 0px;
      background-repeat: no-repeat;
  }

.mainContents__inrWrap--04 .mainContents__ttl::before {
  width: 122px;
  height: 91px;
  bottom: 26px;
  right: -27px;
}

.mainContents__inrWrap--05 .mainContents__ttl::before {
  width: 140px;
  height: 150px;
  bottom: -10px;
  right: -25px;
}

.more_dummy {
  height: 140px;
}
}






@media all and (min-width:740px) {

    .pc_disnon {
      display: none;
    }
    .heroimgWrap {
        padding-bottom: 30px !important;
    }
    .bxslider {
        margin: auto;
    }
    .btn--mv {
        right: 8.88vw;
        bottom: 4.1vw;
    }
    .btn--mv::before {
        width: 14.75vw;
        height: 15.16vw;
    }
    .ctm_contentsFull {
        padding: 0;
    }
    .ctm_contentsFull.c01 .mainContents::before {
        top: 55px;
        width: 1092px;
        height: 985px;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets01.png);
    }
    .ctm_contentsFull.c02 .mainContents::before {
        top: 300px;
        width: 98%;
        height: 100%;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets02.png);
        background-repeat: no-repeat;
    }
    .ctm_contentsFull.c03 .mainContents::before {
        top: 40px;
        width: 110%;
        height: 1198px;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets03.png);
        background-repeat: no-repeat;
    }
    .ctm_contentsFull.c04 .mainContents::before {
        top: 40px;
        width: 110%;
        height: 1198px;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets04.png);
        background-repeat: no-repeat;
    }
    .ctm_contentsFull.c05 .mainContents::before {
        top: -7vw;
        width: 110%;
        height: 1198px;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets05.png);
        background-repeat: no-repeat;
    }
    .ctm_contentsFull.c06 .mainContents::before {
        top: 0px;
        width: 110%;
        height: 1198px;
        background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets06.png);
        background-repeat: no-repeat;
    }

    #anc_travelArea {
      margin-top: 20px;
    }
    .mainContents--col2 {
        margin: 0;
    }
    .mainContents--col2 .mainContents--col2__inr {
        width: 466px;
    }
    .mainContents__head {
        margin: 0;
        text-align: center;
    }
    .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/new-year/img_sites/2501_door/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--04 .mainContents__ttl::before {
      width: 210px;
      height: 130px;
      bottom: 20px;
      right: -84px;
  }
  .mainContents__inrWrap--05 .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: 2px 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/new-year/img_sites/2501_door/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;
    }
    .mainContents__prize {
        margin-top: 0px;
    }
    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/new-year/img_sites/2501_door/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;
    }
}









@media all and (min-width:1450px) {
  .heroimgWrap .mainHeading {
    font-size: 3.2rem !important;
    margin-top: 6vw;
  }
  
  .heroimgWrap .mainTtl{
    font-size: 3.2rem !important;
  }

  .ctm_contentsFull.c01 .mainContents::before {
    top: 55px;
    width: 1092px;
    height: 985px;
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets01.png);
}
.ctm_contentsFull.c02 .mainContents::before {
    top: 18%;
    background-repeat: no-repeat;
}
.ctm_contentsFull.c03 .mainContents::before {
    top: 40px;
    width: 100%;
    height: 1198px;
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets03.png);
}
.ctm_contentsFull.c04 .mainContents::before {
    top: 40px;
    width: 100%;
    height: 1198px;
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets04.png);
}
.ctm_contentsFull.c05 .mainContents::before {
    top: 40px;
    width: 100%;
    height: 1198px;
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets05.png);
}
.ctm_contentsFull.c06 .mainContents::before {
    top: 40px;
    width: 100%;
    height: 1198px;
    background-image: url(/jp/ja/campaign/new-year/img_sites/2501_door/bg_maincontnets06.png);
}

#anc_travelArea {
  margin-top: 20px;
}
}