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


.pc{
	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%;
    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;
	background:url("../images/dscafe_bg.jpg") no-repeat fixed;
	background-size: 180% auto;
	background-position: top left;
	height:3500px !important;
	margin: 0 auto 0 auto;
	padding: 0;
    opacity: 1 !important;
	z-index: -1;
}


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;
	float: left;
	clear: both;
}
main{
	display: block;
	width: 100%;
	padding: 0 0 50px 0;
	float: left;
	clear: both;
}
section{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
section .block{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

article{
	display: block;
    width: 90%;
	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: 50px 0;
	float: left;
	clear: both;
}

.copyright{
	font-size: 0.7rem;
}

#logo {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 50px 0 0 0;
	-webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
.bayfm a{
	display: block;
	position: absolute;
	width: 22%;
	max-width: 220px;
	height: auto;
	right: 20px;
	top: 15px;
}

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

/*Introduction*/
#intro_area{
	display: block;
	width: calc(90% - 40px);
	padding: 30px 20px 80px 20px;
	margin: 30px auto 50px auto;
	background-image: url("../images/sp_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: left;
	font-size: 0.9rem !important;
	line-height: 170% !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
	font-feature-settings: 'palt';
}
.intro_area p br{
	display: none;
}
.leadcopy strong{
	display: block;
	width: 80%;
	height: auto;
	margin: 30px auto -10px auto;
}

/*Guest*/
#guest_area{
	display: block;
	width: 100%;
	padding: 0 0 50px 0;
	float: left;
	clear: both;
}
.guest_list,
.guest_list2{
	display: block;
}
.guest_list li,
.guest_list2 li{
	display: block;
	width:46%; 
	font-size: 0.9rem;
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	margin: 0 2% 30px 2%;
	float: left;
}
#guest_area .caution{
	font-size: 0.7rem;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 50px;
}

.guest_list li img,
.guest_list2 li img{
	display: block;
	width: calc(100% - 8px);
	height: auto;
	margin: 0 auto 6px auto;
	border: solid 4px #fff;
	border-radius: 12px;
}

.guest05{
	display: block;
	width: 96% !important;
	clear: both;
}

/*Message*/
#message_area{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
#message_area .block{
	display: block!important;
}
#message_area article{
	display: block;
	width: calc(100% - 50px) !important;
	text-align: center;
	padding: 0 25px 50px 25px;
	margin: 0 0 40px 0;
	background-image: url("../images/card_bg.png");
	background-size: 100% 100%;
}

#message_area p{
	display: block;
	font-size: 0.9rem;
	line-height: 160%;
	font-feature-settings: 'palt';
}
.message_block p strong{
	display: block;
	color: #AA0196;
	font-size: 1.2rem;
	line-height: 140%;
	margin-bottom: 20px;
}
.sns_block p strong{
	display: block;
	color: #0C00CD;
	font-size: 1.2rem;
	line-height: 140%;
	margin-bottom: 20px;
}

.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: block;
	width: 100%;
	margin:  0 auto;
}
.sponsor_bnr li{
	display: block;
	width:100%; 
	font-size: 1.0rem;
	font-weight: 400 !important;
	text-align: center;
	font-style: italic;
	margin: 0 auto 50px auto;
	clear: both;
}
.sponsor_bnr li img{
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 100px;
	margin: 0 auto 20px auto;
	transition: 0.2s;
}
.sponsor_bnr li img:hover{
	opacity: 0.6;
	transition: 0.2s;
}
/*footer*/
.bayfm2 a{
	display: block;
	width: 25%;
	max-width: 260px;
	height: auto;
	margin: 0 auto 10px auto;
}

/*Goods*/
#message_area .block2sp{
	display: block!important;
	width: 100%;
	margin: 0 auto 50px auto !important;
}
#message_area .block2sp img{
	display: block!important;
	width: 92%;
	height: auto;
	margin: 20px auto 15px auto !important;
}
#message_area .block2sp p{
	display: block!important;
	width: 100%;
	text-align: center;
	color: #AA0196;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 140%;
}
