@charset "UTF-8";
/* CSS Document */


.sp,.spnavi{
	display:none !important;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.4s;
    transition-delay: 0.3s;
	transform: translateY(40px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
}

.anchor{
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    float: left;
    clear: both;
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	border-style:none;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	min-width:800px !important;
    background-color: #FCD8F3;
	margin:0;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}
#bg{
	width: 100%;
	position: absolute !important;
	min-width: 800px !important;
	background:url("../images/dscafe_bg.jpg") no-repeat fixed;
	background-size: 100% auto;
	background-position: top center;
	margin: 0 auto 0 auto;
	padding: 0;
    opacity: 1 !important;
	z-index: -1;
}

@media screen and ( max-width: 1300px ) {
	#bg{
		height:4200px !important;
	}
}
@media screen and ( min-width: 1301px ) {
	#bg{
		height:4500px !important;
	}
}

ol,ul {
	list-style:none;
}

#logo{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

header{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	float: left;
	clear: both;
}
main{
	display: block;
	width: 100%;
	padding: 0 0 150px 0;
	float: left;
	clear: both;
}
section{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
section .block{
	display: block;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

article{
	display: block;
    width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both !important;
}

footer{
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 120px 0;
	float: left;
	clear: both;
}

.copyright{
	font-size: 0.8rem;
}

#logo {
	display: block;
	width: 82%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	-webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
.bayfm a{
	display: block;
	position: absolute;
	width: 18%;
	max-width: 190px;
	height: auto;
	right: 50px;
	top: 30px;
}

main h2{
	display: block;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	width: 90%;
	max-width: 550px;
	line-height: 120%;
	color: #000 !important;
	text-align: center;
	font-style: italic;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin: 50px auto;
}

/*Introduction*/
#intro_area{
	display: block;
	width: calc(98% - 60px);
	max-width: 1100px;
	padding: 50px 30px 150px 30px;
	margin: 50px auto 80px auto;
	background-image: url("../images/intro_bg.png");
	background-size: 100% 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}
.intro_area p{
	display: block;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	font-size: 1.2rem !important;
	line-height: 190% !important;
	font-weight: 600 !important;
	font-style: italic;
	margin-bottom: 25px;
	font-feature-settings: 'palt';
	letter-spacing: 1px !important;
}
.leadcopy strong{
	display: block;
	width: 100%;
	max-width: 850px;
	height: auto;
	margin: 0 auto;
}

/*Guest*/
#guest_area{
	display: block;
	width: 100%;
	padding: 0 0 100px 0;
	float: left;
	clear: both;
}
#guest_area .block{
	display: block;
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}
#guest_area .guest_list{
	width: 79%;
	max-width: 1050px;
	margin: 0 auto;
}
#guest_area .guest_list2{
	max-width: 1300px !important;
	margin: 0 auto;
}
.guest_list,
.guest_list2{
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guest_list li{
	display: block;
	width:24%; 
	font-size: 1.25rem;
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	letter-spacing: 0.5;
	margin: 0 0 70px 0;
}
.guest_list2 li{
	display: block;
	width:19%; 
	font-size: 1.25rem;
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	margin: 0 0 70px 0;
}
.guest05{
	display: block;
	width:42.6% !important; 
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	margin: 0 -1% 70px 0 !important;
}
#guest_area .caution{
	font-size: 0.8rem;
	text-align: center;
	margin-top: -55px;
	margin-bottom: 70px;
}
.guest_list li img,
.guest_list2 li img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 10px auto;
	border: solid 4px #fff;
	border-radius: 12px;
}

/*Message*/
#message_area{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 100px 0;
	float: left;
	clear: both;
}
#message_area .block{
	display: flex !important;
	max-width: 1200px !important;
	justify-content: space-between !important;
}
#message_area article{
	display: block;
	width: calc(48% - 40px) !important;
	text-align: center;
	padding: 0 20px 70px 20px;
	background-image: url("../images/card_bg.png");
	background-size: 100% 100%;
}

#message_area p{
	display: block;
	font-size: 1.1rem;
	line-height: 180%;
	font-feature-settings: 'palt';
	letter-spacing: 0.5px;
}
.message_block p strong{
	display: block;
	color: #AA0196;
	font-size: 1.45rem;
	line-height: 150% !important;
	margin-bottom: 30px;
}
.sns_block p strong{
	display: block;
	color: #0C00CD;
	font-size: 1.45rem;
	line-height: 150% !important;
	margin-bottom: 30px;
}

.message_bt a{
	display: block;
	width: 230px;
	text-decoration: none;
	color: #fff !important;
	font-size: 1.2rem;
	text-align: center !important;
	padding: 12px 30px 12px 0;
	margin: 0 auto !important;
	background-image: url("../images/mail.png");
	background-size: 60px auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #AA0196;
	border-radius: 50px;
	border: double 6px #fff;
	transition: 0.2s;
}
.message_bt a:hover{
	background-color: #E6B455;
	transition: 0.2s;
}

#message_area p a{
	color: #0009FF;
	font-weight: bold;
}
#message_area p a:hover{
	text-decoration: none;
}


/*Sponsor*/
#sponsor_area .block{
	max-width: 1200px !important;
}

.sponsor_bnr{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin:  0 auto;
}
.sponsor_bnr li{
	display: block;
	width:48%; 
	font-size: 1.3rem;
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 auto 70px auto
}
.sponsor_bnr li img{
	display: block;
	width: auto;
	height: auto;
	max-height: 125px;
	margin: 0 auto 20px auto;
	transition: 0.2s;
}
.sponsor_bnr li img:hover{
	opacity: 0.6;
	transition: 0.2s;
}

.bnr_disneycardclub{
	min-height:125px;
}

/*footer*/
.bayfm2 a{
	display: block;
	width: 18%;
	max-width: 190px;
	height: auto;
	margin: 0 auto 30px auto;
}

/*Goods*/
#message_area .block2{
	display: block!important;
	width: 100%;
	padding: 50px 0;
	margin: 50px auto 0 auto !important;
	background:url("../images/goods_bg.jpg");
	background-size: 100% auto;
	background-position: top center;
	background-attachment: fixed !important;
}
#message_area .block2 img{
	display: block!important;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 30px auto 30px auto !important;
}
#message_area .block2 p{
	display: block!important;
	width: 100%;
	text-align: center;
	color: #AA0196;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 140%;
}
