/* Swiperの親要素 */
.swiper-parent {
	position: relative;
	text-align: center;
}

/* Swiper本体 */
.swiper-container {
	width: calc(100% - 100px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
	box-sizing: content-box;
}

@media screen and (max-width:767px){
	.swiper-container {
		width:100%;
}
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	margin-top: -22px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}

/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 250px;
}

/* 全スライド共通スタイル */
.swiper-slide {
	width: 100%;
	height: 320px!important;
	text-align: center;
	line-height: 20px;
}
@media screen and (max-width:1190px){
	.swiper-slide {
		height: 300px!important;
	}
}
@media screen and (max-width:1090px){
	.swiper-slide {
		height: 290px!important;
	}
}
@media screen and (max-width:767px){
	.swiper-slide {
		height: 310px!important;
	}
}
@media screen and (max-width:500px){
	.swiper-slide {
		height: 290px!important;
	}
}
@media screen and (max-width:400px){
	.swiper-slide {
		height: 280px!important;
	}
}

.slide-border{
	border: dotted 1px gray;
	    box-shadow: 4px 3px 10px 1px grey;
	    /*height: 320px;*/
	    overflow: hidden;
}
.title-border{
	border-bottom: solid 1px black;
	width: 90%;
	margin: -5px auto 25px auto;

}
.slide-border a {
	text-decoration: none;
}
.slide-border:hover{
    opacity: 0.8;
}
.pickupContent{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pickupContent-sub{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pickupword{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailText{
    margin-bottom: 10px;
}
.slide-border{
    /*height: unset;*/
}

.secCampaignBanner1 {
    margin: 30px 0 0 0;
}
.secCampaignBanner1 .sidingBanner {
    padding-right: 15px;
}
.secCampaignBanner1 .yanecoverBanner {
    padding-left: 15px;
}
.secCampaignBanner2 {
    margin: 30px 0 0 0;
}
.secCampaignBanner2 .sidingBanner {
    padding-right: 15px;
}
.secCampaignBanner2 .yanecoverBanner {
    padding-left: 15px;
}
.campaignTitle{
    margin: 30px 0 30px 0;
}
.campaignTitleInner{
    color: #fff100;
    font-size: 3.7em;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    height: auto;
    align-items: center;
    max-widht: 1200px;
}

@media only screen and (max-width: 1270px){
    .campaignTitleInner{
        font-size: 3.2em;
    }
}
@media only screen and (max-width: 1100px){
    .campaignTitleInner{
        margin: 20px auto;
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 900px){
    .campaignTitleInner{
        margin: 20px auto;
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 767px){
    .secCampaignBanner1 {
        margin: 18px 0 0 0;
    }
    .secCampaignBanner1 .sidingBanner {
        padding-right: 0;
    }
    .secCampaignBanner1 .yanecoverBanner {
        margin: 18px 0 0 0;
        padding-left: 0;
    }
    .secCampaignBanner2 {
        margin: 18px 0 0 0;
    }
    .secCampaignBanner2 .sidingBanner {
        padding-right: 0;
    }
    .secCampaignBanner2 .yanecoverBanner {
        margin: 18px 0 0 0;
        padding-left: 0;
    }
    .campaignTitle{
        margin: 0 0 20px 0;
    }
    .campaignTitleInner{
        color: #fff100;
        font-size: 7.3vw;
        font-weight: bold;
        text-align: center;
        margin: 0px auto;
        width: 90%;
        height: auto;
        line-height: normal;
        text-shadow:0px 0px 2px #3e3e3e, 2px 2px 2px #3e3e3e, 2px 2px 3px #3e3e3e, 2px 2px 3px #3e3e3e;
        display: block;
    }
}
.campaignTitleString{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .campaignTitleString{
        font-size: 14px;
        line-height: 2;
    }
}

.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}