@charset "UTF-8";

.w960{
	width: 960px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#sec-bloom{
	margin: 100px 0;
}

.pcv{
	display: block;
}

.spv{
	display: none;
}

.zo__flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.zo__flex-item{
	width: 48%;
}

.zo__title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.zo__link{
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #222;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	height: 70px;
	transition-duration: 0.3s;
	font-family: 'Shippori Mincho', serif;
}

.zo__link:hover{
	background-color: #fff;
	color: #222;
	transition-duration: 0.3s;
}

#sec-bloom iframe{
	width: 100%;
    aspect-ratio: 16 / 9!important;
}

/* 画像切り替え部分 */
#sec-bloom img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
 
.img-change .sub_img dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
 
.img-change .sub_img dl dt{
	display: table-cell;
	width: 24%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 10px solid #FFF;
}
 
.img-change .sub_img dl dt img{
	cursor:pointer;
}
 
.img-change .sub_img dl dd{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
 
.select{
	opacity: 0.8;
}

.purchase {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    border: 1px solid #4e4744;
    background-color: rgba(255,255,255,0.40);
    padding: 70px 20px;
}
.purchase h4 {
    color: #4e4744;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: center;
}

.purchase .btn-wrap {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.purchase .btn-wrap a {
    margin: 0 15px;
}

.btn-style02 {
    border: 1px solid #4e4744;
    width: 100%;
    height: 95px;
    line-height: 95px;
    max-width: 480px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    position: relative;
    margin-top: 15px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sec-purchase{
	padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	#sec-bloom{
		margin: 60px 0;
	}
	.pcv{
		display: none;
	}
	.spv{
		display: block;
	}
	.zo__flex{
		display: flex;
		flex-direction: column;
	}
	.zo__flex-item{
		width: 100%;
	}
	.zo__flex-item:first-of-type{
		margin-bottom: 20px;
	}
	.zo__title{
		font-size: 19px;
	}
	
	.zo__link{
		font-size: 16px;
	}
	.purchase {
		padding: 30px 20px;
	}
	.purchase h4 {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	.purchase .btn-wrap a {
		margin: 0 15px;
	}
	.purchase .btn-wrap a.btn-style02 {
		border: 1px solid #4e4744!important;
	}
	#sec-purchase{
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 500px){
	.purchase .btn-wrap {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.purchase .btn-wrap a {
		margin: 0;
	}
	.purchase .btn-wrap a:first-child {
		margin: 0 0 15px;
	}
}