@charset "UTF-8";


/* ポップアップスタイル */



.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.closeButton {
    font-size: 21px;
    background: white;
    border-radius: 19px;
    width: 35px;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 0;
    height: 35px;
    position: absolute;
    top: 5%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: none;
    }

.popupBody{
    display: flex;
    text-align: center;
    width: 50%;

}

/* .closeButton{
    display: none;
} */


.imag1Image{
    width: 100%;
    /* height: 280px; */
    /* opacity: 0.5; */
}


.areaBox {
    width: 42%;
    position: relative;
}

.areaBox a{
    text-decoration: none;
}

.areaBoxText {
    top: 0;
    /* height: 35px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: white;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}



#areaBannerBox {
    opacity: 0;
    visibility: hidden; /* 完全に隠してクリック不可にする */
    transition: opacity 0.7s ease;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 70%;
}

/* 表示された状態 */
#areaBannerBox.is-visible {
    opacity: 1;
    visibility: visible;
}


@media screen and (min-width: 500px) and (max-width: 768px) {
  /* 768px以下のデバイス（タブレット・スマホ）に適用するスタイル */
.areaBox {
    width: 100%;
    position: relative;
}

#areaBannerBox {
width: 50%;
font-size: 14px;
}

}



@media screen and (max-width: 500px) {
  /* 768px以下のデバイス（タブレット・スマホ）に適用するスタイル */
.areaBox {
    width: 100%;
    position: relative;
}

#areaBannerBox {
width: 70%;
font-size: 14px;
}

}




/* ポップアップスタイル 終了*/



#subTopArea1{
/*background-image: url(/common/img/campaign_top.jpg);*/
min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    /*padding: 100px 0;*/
    background-position: center -300px;
}

.subTopArea-image{
	width: 100%;

}

.secMainTit1{
	color: white;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    margin: 0 0 5px;
    padding: 10px 0px;
    background: linear-gradient(45deg, purple, #e66465);
}

.campaign-box{
	margin: 0 auto;
	text-align: center;
}

.campaign-banner-img{
	width: 100%;
    padding: 20px 25px 0px;
    box-sizing: border-box;
}

.padding-box{
	padding: 25px 0px;
}




.line-texts{
	margin:10px 0px;
}
.clearfix:after	content:"";
	clear:both;{

	display:block;
}
.line-texts1{
	padding-left: 0em;
	text-indent: -1em;
}
.aboutbox{
	position:relative;
}
.hero-text1 {
	position: absolute;
	font-size: 30px;
	padding: 60px 15px 0px 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 790px;
	height: 145px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
	color: white;
	letter-spacing: 2px;
	font-family: 'Oleo Script',curs;
	letter-spacing: 4px;
}
.contentInners{
	width:1100px;
	margin:20px auto 0px;
}
.aboutboxx{
	text-align:center;
}
.aboutboxx:hover{
	opacity:0.7;
}
.contentInner1 {
	width: 1100px;
	margin: -62px auto 80px;
}
.detail-text1 {
	padding: 10px;
	width: 200px;
	text-align: center;
	background: #c9c9c9;
	color: black;
	margin: 26px auto 80px;
	font-weight: bold;
}
.sub-hero {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	padding: 30px;
	height: 170px;
	box-sizing: border-box;
	background: black;
	opacity: 0.6;
	font-size: 23px;
}
.about-text{
	color:white;
	text-align:center;
}

/* トップページのサーチボタン廻り */
.english .topSearchText {
	width: 48%;
	float: left;
	font-size: 1.3rem;
}
.english .topSearchText p{
	font-weight:bold;
	text-align: center;
}
.english .topSearchBtn2,.english .topSearchBtn3 {
	/*width: 48%;*/
	margin: 0 10px;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
.english .topSearchBtn2 a {
	color: #FFF;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
	display: block;
	width: calc(100% - 20px);
	background-image: -webkit-linear-gradient(-45deg, #fe4d01 0%, #fff100 100%);
	background-image: -webkit-linear-gradient(135deg, #fe4d01 0%, #fff100 100%);
	background-image: -o-linear-gradient(135deg, #fe4d01 0%, #fff100 100%);
	background-image: linear-gradient(-45deg, #fe4d01 0%, #fff100 100%);
	margin: 15px 0 15px;
}
.english #topCampaign:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

/*.english .topSearchBtn2 a:first-child,{
	margin: 0 0 15px;
}*/

@media screen and (max-width: 56em){
	.about-image{
		width:92%;
	}
	.contentInners{
		width:100%;
	margin:20px auto 0px;
	}
	.contentInner1{
		width:100%;
		margin:20px auto 0px;
	}
	.hero-text1 {
		position: absolute;
		font-size: 18px;
		padding: 60px 15px 0px 15px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 320px;
		height: 100px;
		text-align: center;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.6);
		color: white;
		letter-spacing: 2px;
		font-family: 'Oleo Script',curs;
		letter-spacing: 4px;
	}
	.detail-text1 {
		padding: 4px;
		width: 117px;
		text-align: center;
		background: #c9c9c9;
		color: black;
		margin: 15px auto 8px;
		font-weight: bold;
	}
	.sub-hero {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 354px;
		padding: 9px;
		height: 97px;
		box-sizing: border-box;
		background: black;
		opacity: 0.6;
		font-size: 17px;
	}
	.about-text{
		color:white;
		text-align:center;
	}
	.english .topSearchBtn2 a {
		font-size: 22px;
		font-size: 1.375rem;
	}
}
@media screen and (max-width: 25.875em) {
	.about-image{
		width:92%;
	}
	.contentInners{
		width:100%;
		margin:20px auto 0px;
	}
	.contentInner1{
		width:100%;
		margin:20px auto 50px;
	}
	.hero-text1 {
		position: absolute;
		font-size: 18px;
		padding: 60px 15px 0px 15px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 320px;
		height: 100px;
		text-align: center;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.6);
		color: white;
		letter-spacing: 2px;
		font-family: 'Oleo Script',curs;
		letter-spacing: 4px;
	}
	.detail-text1 {
		padding: 2px;
		width: 117px;
		text-align: center;
		background: #c9c9c9;
		color: black;
		margin: 9px auto 8px;
		font-weight: bold;
	}
	.sub-hero {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 253px;
		padding: 9px;
		height: 81px;
		box-sizing: border-box;
		background: black;
		opacity: 0.6;
		font-size: 10px;
	}
	.about-text{
		color:white;
		text-align:center;
	}
	/* トップページのサーチボタン廻り */
	.english .topSearchText p{
		font-size: 1.05rem;
	}
	.english .topSearchText {
		width: 100%;
	}
	.english .topSearchBtn2,.english .topSearchBtn3 {
		width: 95%;
		display: block;
	}
	.english .topSearchBtn2 a {
		width: 100%;
		padding: 10px 0;
	}
	.english .swiper-top {
		margin: 12px 0 auto;
	}
}