@charset "UTF-8";

/* ▼▼▼ 写真展示
====================================================== */

#main {
	background: #75C6F0;
}

.message_mv_area{
	padding: 65px 0 50px;
	background: url(../img/memorymessage/bg_title_pc.png) no-repeat center center/1370px;
}
.message_mv_block{
	max-width: 1056px;
	margin: 0 auto;
	padding: 0 28px;
}
.message_mv_title{
	margin-bottom: 25px;
	text-align: center;
}
.message_mv_title img{
	width: auto;
	height: 66px;
}
.message_mv_title .detail_title_sub:not(:first-child){
	margin-top: 15px;
}
.message_mv_date{
	width: 100%;
	max-width: 438px;
	margin: 0 auto 45px;
}
.message_mv_place{
	width: 100%;
	max-width: 400px;
	padding: 40px 20px 15px;
	margin: 0 auto 20px;
	border-radius: 10px;
	background: #FFF;
	position: relative;
}
.message_mv_place .ribbon_title{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.message_mv_place_list{
	display: block;
	max-width: 320px;
	margin: 0 auto;
	font-size: 18px;
}
.message_mv_place_list li{
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #773823;
	text-indent: -1em;
	padding-left: 1em;
}
.message_mv_place_list li::before{
	content: '◆';
	color: #E56046;
	font-size: 12px;
}
.message_mv_read{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}

.board_block{
	padding-bottom: 50px;
	background: url(../img/memorymessage/bg_board_l.png) no-repeat right calc(50vw + 434px) top 30px/239px,url(../img/memorymessage/bg_board_r.png) no-repeat left calc(50vw + 433px) top 300px/250px;
}
.board_box{
	margin: 0 auto 70px;
	padding: 60px 20px 45px;
	max-width: 800px;
	background: #FFF;
	border-radius: 10px;
	position: relative;
}
.board_box::after{
	content: '';
	width: 352px;
	height: 543px;
	background: url(../img/memorymessage/bg_item_chara.png) no-repeat center center/contain;
	position: absolute;
	top: 190px;
	right: -40px;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.board_img{
	width: 507px;
	max-width: 100%;
	margin: 0 auto 10px;
}
.board_img img{
	box-shadow: 5px 2px 3px rgba(0,0,0,0.2);
}
.board_title{
	color: #773823;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.board_info{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	max-width: 720px;
	margin: 0 auto;
}
.board_info .img_wrap{
	-webkit-flex: 0 0 154px;
	-ms-flex: 0 0 154px;
	flex: 0 0 154px;
	width: 154px;
	max-width: 154px;
	margin-right: 30px;
}
.board_info .txt_wrap{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #773823;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.title_board{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}
.message_photo_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.message_photo_list li{
	-webkit-flex: 0 0 48.5%;
	-ms-flex: 0 0 48.5%;
	flex: 0 0 48.5%;
	width: 48.5%;
	max-width: 48.5%;
    margin-bottom: 20px;
}
.message_photo_list li:nth-child(2n){
	margin-left: 3%;
}
.message_photo_list img{
	border-radius: 10px;
}
.message_photo_txt{
	margin-top: 10px;
	color: #DD614B;
	font-size: 20px;
    text-transform: uppercase;
}
.board_bottom{
	padding: 230px 0 0;
	background: url(../img/top/bg_bottom_bush.png) repeat-x center top 160px/739px,url(../img/top/bg_bottom_mio.png) no-repeat right top/382px,url(../img/top/bg_bottom_cloud.png) repeat-x center top 50px/639px,linear-gradient(rgba(250,170,83,0) 0%,rgba(250,170,83,0) 150px,rgba(250,170,83,1) 150px,rgba(250,170,83,1) 100%);
}
.thanks_block .message_photo_list{
	margin-bottom: 60px;
}
.title_thanks{
	margin-bottom: 40px;
	color: #DD614B;
	font-size: 26px;
	text-align: center;
}
.thanks_photo_on{
	padding-top: 80px;
	background: url(../img/bg_detail_l.png) no-repeat right calc(50vw + 445px) top 100px/166px,url(../img/bg_detail_r.png) no-repeat left calc(50vw + 467px) top 100px/183px,#FCF6D8;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	.message_mv_area{
		padding: 45px 0 30px;
		background: url(../img/memorymessage/bg_title_sp.png) no-repeat center top 8px/475px,url(../img/memorymessage/bg_title_bottom_sp.png) no-repeat center bottom 8px/427px;
	}
	.message_mv_block{
		padding: 0;
	}
	.message_mv_place{
		width: 320px;
		max-width: calc(100% - 20px);
	}
	.message_mv_title{
		margin-bottom: 25px;
		text-align: center;
	}
	.message_mv_title img{
		width: 294px;
		height: auto;
	}
	.message_mv_date{
		max-width: 266px;
		margin: 0 auto 40px;
	}
	.message_mv_place_list{
		font-size: 16px;
	}
	.message_mv_read{
		font-size: 16px;
	}

	.board_block{
		padding: 115px 0 90px;
		background: url(../img/memorymessage/bg_board_t_sp.png) no-repeat right -5.5vw top/109.6vw,url(../img/memorymessage/bg_board_b_sp.png) no-repeat center bottom 10px/354px;
	}
	.board_box{
		margin: 0 auto 35px;
		padding: 30px 10px 30px;
	}
	.board_box::after{
		width: 142px;
		height: 220px;
		top: -80px;
		right: 60px;
	}
	.board_img{
		width: 216px;
	}
	.board_img img{
		box-shadow: 5px 2px 3px rgba(0,0,0,0.2);
	}
	.board_title{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.board_info{
		display: block;
		margin: 0 auto;
	}
	.board_info .img_wrap{
		width: 195px;
		max-width: 195px;
		margin: 0 auto;
		padding-left: 50px;
	}
	.board_info .txt_wrap{
		margin-top: 10px;
		font-size: 16px;
	}
	.board_info .txt_wrap p{
		text-align: center;
	}
	.title_board{
		margin-bottom: 25px;
	}
	.message_photo_list{
		display: block;
	}
	.message_photo_list li{
		width: 100%;
		max-width: 100%;
		padding-bottom: 30px;
		position: relative;
	}
	.message_photo_list li:nth-child(2n){
		margin-left: 0;
	}
	.board_block .message_photo_list li::after{
		content: '';
		position: absolute;
		z-index: 1;
	}
	.board_block .message_photo_list li:nth-child(1)::after{
		width: 109px;
		height: 113px;
		background: url(../img/memorymessage/img_photo_item01.png) no-repeat center center/contain;
		right: 9px;
		bottom: -05px;
	}
	.board_block .message_photo_list li:nth-child(2)::after{
		width: 67px;
		height: 109px;
		background: url(../img/memorymessage/img_photo_item02.png) no-repeat center center/contain;
		left: 26px;
		bottom: -60px;

	}
	.message_photo_txt{
		margin-top: 5px;
		font-size: 18px;
	}
	.board_bottom{
		padding: 175px 0 0;
		background: url(../img/top/bg_bottom_bush.png) repeat-x right 50px top 116px/500px,url(../img/top/bg_bottom_mio.png) no-repeat right -25px top/300px,url(../img/top/bg_bottom_cloud.png) repeat-x right -45px top 1px/420px,linear-gradient(rgba(250,170,83,0) 0%,rgba(250,170,83,0) 150px,rgba(250,170,83,1) 150px,rgba(250,170,83,1) 100%);
	}
	.title_thanks{
		padding: 25px 0 20px;
		margin-bottom: 20px;
		background: url(../img/memorymessage/bg_title_thanks_sp.png) no-repeat center bottom/347px;
		font-size: 19px;
	}
	.thanks_block .message_photo_list{
		margin-bottom: 45px;
	}
	.thanks_photo_on{
		padding-top: 30px;
		background: #FCF6D8;
	}
}
