
/* =============================== */
/* メインビジュアル */
/* =============================== */

.Mv {
    width: 100%;
}

.Mv ul li {
    max-height: 650px;
    overflow: hidden;
}

.Mv img {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 0 auto;
}

/*
.Mv_Item {
    background-color: #000000;
}
*/

/* スライダーのCSSへ追記 */

.Mv .slick-dots {
    bottom: 0;
}
.Mv .slick-dots li button:before,
.Mv .slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.Mv .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.Mv_Item_PC {
    display: block !important;
}

.Mv_Item_SP {
    display: none !important;
}

.Mv_Item a img:hover{
	opacity: 0.9;
}

@media screen and (max-width: 540px) {

    .Mv_Item_SP {
        display: block !important;
    }

    .Mv_Item_PC {
        display: none !important;
    }

}


/* =============================== */
/* パワープッシュ */
/* =============================== */

.PowerPush_In {
    width: 95%;
    max-width: 1160px;
    margin: 0 auto;
}

.PowerPush_Body {
    position: relative;
}

.PowerPush_Txt {
    position: absolute;
    bottom: 35px;
    width: 420px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2d324b;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
/* 	text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5); */
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
}

.PowerPush_Txt span.FontSize_S {
/* 	font-size: 16px; */
/* 	font-weight: bold; */
}

.PowerPush_Txt span.FontSize_M {
    font-size: 16px;
    font-weight: bold;
}

.PowerPush_Txt span.FontSize_L {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .PowerPush_In {
        width: auto;
        margin: 0 20px;
    }

    .PowerPush_Txt {
        width: 350px;
    }

    .PowerPush_Txt,
    .PowerPush_Txt span.FontSize_S,
    .PowerPush_Txt span.FontSize_M,
    .PowerPush_Txt span.FontSize_L {
        font-size: 16px;
/* 		font-weight: bold; */
    }
}

@media screen and (max-width: 540px) {
    .PowerPush_In {
        margin: 0 10px;
    }
    .PowerPush_Txt,
    .PowerPush_Txt span.FontSize_S,
    .PowerPush_Txt span.FontSize_M,
    .PowerPush_Txt span.FontSize_L {
        font-size: 12px;
/* 		font-weight: bold; */
    }
    .PowerPush_Txt {
        width: 100%;
        bottom: 25px;
    }
}

/* =============================== */
/* インフォメーション・ニュース */
/* =============================== */
.Recent {
    width: 100%;
    padding: 20px 0;
}

.Recent_In {
    width: 960px;
    margin: 0 auto;
}

.Recent .BlockHead_ViewAll {
    border: solid 1px;
}

.Recent a {
    text-decoration: none;
}

.Recent_Body li {
    margin-bottom: 5px;
}

.Recent_Body a {
    display: block;
}
.Recent_Body .Date {
    font-size: 13px;
    border:1px solid;
    border-radius: 2px;
    padding: 4px 12px;
    float: left;
    margin-right: 10px;
    width: 99px;
}

.Recent_Body .ShortTxt {
    padding-top: 2px;
    line-height: 1.65;
    padding-left: 109px;
}

.Recent_Body .ShortTxt.strong {
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .Recent_In {
        width: auto;
        margin: 0 20px;
    }
}

@media screen and (max-width: 667px) {
    .Recent .BlockHead {
        padding: 0;
    }
    .Recent {
        padding: 15px 0;
    }
    .Recent_In {
        margin: 0 10px;
    }
    .Recent_Body .Date {
        font-size: 11px;
        padding: 2px 4px;
        margin: 1px 0;
        margin-right: 7px;
        width: 72px;
    }
    .Recent_Body .ShortTxt {
        padding-top: 0;
        font-size: 13px;
        padding-left: 79px;
    }
}

.Information {
    background-color: #b7cfe9;
    color: #353a51;
}

.Information a {
    color: #353a51;
}


.News {
    background-color: #5ea2ed;
    color: #ffffff;
}

.News a {
    color: #ffffff;
}


/* =============================== */
/* 共通パーツ */
/* =============================== */

.BlockHead {
    width: 960px;
    margin: 0 auto 10px;
}

.BlockHead a {
    color: #ffffff;
    text-decoration: none;
}

.BlockHead_Title {
    float: left;
    font-size : 28px;
    letter-spacing : 4.2px;
    font-weight: bold;
}


.BlockHead_ViewAll {
    padding: 0 15px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    float: right;
}

@media only screen and (max-width: 991px) {
    .BlockHead {
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .BlockHead {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .BlockHead_Title {
        font-size : 18px;
        letter-spacing : 2.4px;
        line-height: 21px;
    }
    .BlockHead_ViewAll {
        padding: 0 10px;
        height: 20px;
        font-size: 10px;
        letter-spacing : 1px;
        line-height: 20px;
    }
}

/* =============================== */
/* 会員限定コンテンツ */
/* =============================== */
.MemberContents {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #b7cfe9;
    padding: 6px;
}

.MemberContents h2 {
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 6px 12px;
}


.MemberContents ul {
    width: 100%;
}

.MemberContents ul li {
    width: calc((100% / 4) - 12px);

    float: left;
    background-color: #ffffff;
    margin: 6px;
    position: relative;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
    .MemberContents ul li:hover {
        background-color: #5ea2ed;
    }
}

.MemberContents ul li .New {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #ffffff;
    background-color: #ff2c00;
    font-weight: bold;
    padding: 6px;
    border-radius: 12px;
}

.MemberContents ul li .New:after {
    content: "NEW";
}

.MemberContents ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 12px 24px 12px 24px;
    text-decoration: none;
    color: #4b4b4b;
}

.MemberContents ul li a div {
    height: calc(14px * 1.3 * 2);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) {
    .MemberContents ul li a:hover {
        color: #ffffff;
    }
}

.MemberContents ul li a img {
    width: 40%;
    min-width: 60px;
    margin: 12px auto;
}

.MemberContents ul li a img:nth-of-type(1) {
    display: block;
}

.MemberContents ul li a img:nth-of-type(2) {
    display: none;
}

@media only screen and (min-width: 992px) {
    .MemberContents ul li a:hover img:nth-of-type(1) {
        display: none;
    }

    .MemberContents ul li a:hover img:nth-of-type(2) {
        display: block;
    }
}
@media only screen and (max-width: 991px) {

    .MemberContents ul li {
        width: calc((100% / 3) - 12px);
    }

}

@media screen and (max-width: 667px) {
    .MemberContents ul li {
        width: calc((100% / 2) - 12px);
    }
}

.mc-style {
    background-color: #FBFFB3;
}

/* =============================== */
/* スライダー */
/* =============================== */

.SlideShow .slider {
	width: 990px;
}

.SlideShow .slider li {
/* 	padding-right: 30px; */
	margin: 0 15px;
}

.SlideShow .slider .BtnPrev,
.SlideShow .slider .BtnNext {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 50px;
	height: 169px;
	text-align: center;
}

.SlideShow .slider .BtnPrev {
	left: -40px;
}

.SlideShow .slider .BtnNext {
	right: -40px;
}

.SlideShow .slider .BtnPrev img,
.SlideShow .slider .BtnNext img {
	width: 18px;
	height: 36px;
	margin-top: 65px;
}

/* スライダーのCSSへ追記 */

.SlideShow .slick-dots {
	top: -45px;
	width: auto;
	right: 170px;
	height: 20px;

}
.SlideShow .slick-dots li {
	margin: 0 2px
}
.SlideShow .slick-dots li button:before,
.SlideShow .slick-dots li.slick-active button:before {
	color: #2d324b;
	font-size: 14px;
}

@media all and (max-width: 1024px) {
	.SlideShow .slider {
		width: 95%;
		margin: 0 auto;
	}

	.SlideShow .slider .BtnPrev,
	.SlideShow .slider .BtnNext {
		height: 100%;
	}

	.SlideShow .slider .BtnPrev {
		left: -40px;
	}

	.SlideShow .slider .BtnNext {
		right: -40px;
	}

	.SlideShow .slider .slick-dots {
		right: 130px;
	}
}

@media screen and (max-width: 667px) {
	.SlideShow .slider {
		width: 100%;
		margin: 0;
	}

	.SlideShow .slider li {
/* 		padding: 0 5px; */
/* 		margin: 0 10px; */
		margin: 0 5px 0 0;
	}

	.SlideShow .slider .slick-track li {
		padding-left: 10px;
	}

	.SlideShow .slider .slick-track li:last-child {
		margin: 0 auto;
	}

	.SlideShow .slider .BtnPrev {
		left: 100px;
		height: 0px;
	}

	.SlideShow .slider .BtnNext {
		right: 100px;
		height: 0px;
	}

	.SlideShow .slider .BtnPrev img,
	.SlideShow .slider .BtnNext img {
		display: none;
	}

	.SlideShow .slider .slick-dots {
		top: 100%;
		right: 0;
		width: 100%;
	}

	.SlideShow .slider .slick-list {
		width: 100%;
		height: auto;
	}
}


/* =============================== */
/* ピックアップ */
/* =============================== */
.TopPickup {
	width: 100%;
	padding: 40px 0 30px;
	color: #2d324b;
}

.TopPickup_In {
	width: 990px;
	margin: 0 auto;
}

.TopPickup_Item a {
	display: inline-block;
	width: 100%;
}

.TopPickup_Item img {
    width: 100%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	.TopPickup_In {
		width: auto;
		margin: 0 20px;
	}
}

@media screen and (max-width: 667px) {
	.TopPickup {
		padding: 24px 0 24px 0;
	}

	.TopPickup_In {
		margin: 0;
	}
	.TopPickup_Item img {
		height: 107px;
		width: auto;
	}
}

/* スライドボタンの調整 */
.SlideShow .slider .BtnPrev.TopPickupBtn,
.SlideShow .slider .BtnNext.TopPickupBtn {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Android */
	align-items: center;
	-webkit-align-items: center; /* Safari */
	-ms-align-items: center; /* IE10 */
	-webkit-box-align: center; /* Android */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
	-ms-flex-pack: center; /* IE10 */
	-webkit-box-pack: center; /* Android */

}
.SlideShow .slider .BtnPrev.TopPickupBtn img,
.SlideShow .slider .BtnNext.TopPickupBtn img {
	margin: 0;
}


/* =============================== */
/* 外部サイトバナー */
/* =============================== */
.OtherLinks {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.OtherLinks img {
    width: 60%;
    max-width: 680px;
    margin: 0 3px;
}

@media screen and (max-width: 667px) {
    .OtherLinks {
        margin-top: 24px;
    }
    .OtherLinks img {
        width: 90%;
    }
}


/* =============================== */
/* SNSアイコン */
/* =============================== */
.SnsIcons {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.SnsIcons img {
    width: 36px;
    margin: 0 3px;
}

@media screen and (max-width: 667px) {
    .SnsIcons {
        margin: 24px 0;
    }
}

/* Top Login (SP) */
/* ====================================== */
.top-login-sp {
    width: 100%;
    text-align: center;
    padding: 12px;
    background-color: #ffffff;
}

.top-login-sp .button {
    width: calc((100% / 3) - 6px);
    min-width: 120px;
    font-size: 13px;
    margin: 2px 5px;
}
