@charset "utf-8";

/* ----------------------------------------------
	areaMain/top
---------------------------------------------- */
#areaMain {
	position: relative;
	width: 100%;
}

#areaMain #sectionTop {
	position: relative;
}

#areaMain .sectionContents {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url("../img/top/to_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
  height: 60.83vw; /* 1920/1168 */
}

#to_chara {
  position: absolute;
	width: 100%;
  left: 0%;
  top: 0%;
  z-index: 10;
}

@media (max-width:992px){
#areaMain .sectionContents {
	background: none;
	height: auto;
}
}





/* ----------------------------------------------
	top_footer/footer
---------------------------------------------- */
#top_footer, 
#footer {/*newspec*/
  /*position: absolute;
	bottom: 0;*/
	left: 0;
	width: 100%;
  height: 7.447vw;
	box-sizing: border-box;
	background-image: url("../img/common/to_footer_base.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	/*padding-top: 0.28%;*/
  z-index: 20;
	/*20251125*/
	position: fixed;
	bottom: 0;
}

#top_footer.active {
  display: none;
}

#top_footerInr,
#footerInr {
	position: relative;
	width: auto;
	overflow: visible;
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*padding: 0 0.76% 0 1.39%;*/
  top: 1.0vw;
}


/*indexBanner*/
.indexBanner {
  position: absolute;
  /*display: -webkit-box; 
  display: -ms-flexbox; 
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;*/
  left: 74.739%;
  top: 2.3vw;
	width: 24.2%;
}


/* ----------------------------------------------
		sectionInfo
---------------------------------------------- */
#sectionInfo {/*newspec*/
  /*padding-top: 7.5vw;*/
	padding-top: 0vw;
  padding-bottom: 6vw;
  position: relative;
}
@media (max-width:992px) {
	#sectionInfo {/*newspec*/
		/*padding-top: 11.5vw;*/
		padding-top: 4vw;
		padding-bottom: 0;
	}
}
#sectionInfo .infoBg {/*newspec*/
    background-attachment: fixed;
    background-image: url("../img/newspec/newspec_bg.jpg");
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;
    height: calc(100% - 7.5vw);
    position: fixed;
    top: 7.5vw;
    left: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width:992px) {/*newspec*/
    #sectionInfo .infoBg {
        height: calc(100% - 11.5vw);
        top: 11.5vw;
        background-image: none;
        background-color: #000;
    }
}
#sectionInfo .main {/*newspec*/
	margin-right: auto;
	margin-left: auto;
	/*max-width: 1400px;
	width: 76%;*/
	max-width: none;
	width: 100%;
}

#sectionInfo .mainShadow {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 1%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 1) 98%, rgba(255,255,255,.3) 99%, rgba(255,255,255,0) 100%);
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 79%;
	z-index: -1;
}

@media (max-width:992px) {
    #sectionInfo .main {
        width: 100%;
        background-color: #000;
    }
    #sectionInfo .mainShadow {
        background: none;
    }
}

/* ----------------------------------------------
	スマホフッター
---------------------------------------------- */
@media (max-width:992px){
#top_footer {
  display: none;
}

#footer {
  position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
  height: 61.333vw;
	/*box-sizing: border-box;*/
	background-image: url("../img/common/to_footer_base_sp.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
  margin-top: -2vw;
  padding-top: 0.0%;
}

#footerInr {
  width: 100%;
  height: 100%;
  top: 0
}

#footer .indexBanner {
  position: absolute;
  left: 3.866%;
  top: 7vw;
	width: 92.266%;
}

#footer .indexBanner li {
	margin-right: 0;
	width: 48.46%;
}

#footer .indexBanner li:nth-child(1) {
	width: 100%;
	margin: 0 auto;
}

#footer .indexBanner li:nth-of-type(n+2) {
	margin-top: 1.83%;
}

#footer .indexBanner li:nth-child(even) {
	margin-right: 2.11%;
}

.indexBanner .storeBlk select {
	width: 29.477%;
	height: 35.833%;
	font-size: 3.7vw;
	background-size: 8.05% auto;
}

.indexBanner .storeBlk input {
	left: 74.5%;
	width: 19.5%;
  height: 41.5%;
	margin-top: 3.5%;
	box-shadow: none;
}
}

/* ----------------------------------------------
	complete
---------------------------------------------- */
#top_footer .to_complete,
#footer .to_complete {
  position: absolute;
	width: 8.1%;
	/*left: 59.583%;*/
	left: 72.583%;
  top: 2.3vw;
}

@media (max-width:992px){
#footer .to_complete {
  position: absolute;
	width: 32.666%;
	left: 23.6%;
  /*top: 23.5vw;*/
	top: 17.0vw;
}
}

/* ----------------------------------------------
	smaslo
---------------------------------------------- */
#top_footer .to_smaslo,
#footer .to_smaslo {
  position: absolute;
	width: 4.5%;
	left: 69.531%;
  top: 1.77vw;
}

#top_footer .to_smapachi,
#footer .to_smapachi {
  position: absolute;
	width: 4.16%;
	/*left: 68.906%;*/
	left: 81.906%;
  top: 2.0vw;
}

@media (max-width:992px){
#footer .to_smaslo {
  position: absolute;
	width: 18.133%;
	left: 57.866%;
  top: 24.133vw;
}
  
#footer .to_smapachi {
  position: absolute;
	width: 16.0%;
	left: 59.466%;
  /*top: 22.5vw;*/
	top: 16.0vw;
}

}
