@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{background:url("../images/fixed_bg.jpg") top center fixed;}
header{background:url("../images/bg.jpg") top center repeat;}


/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

.magazine ul{border: solid 2px #f6e3dd;}
.bg01{background:url("../images/bg01.png") top center no-repeat;}
.bg02{background:url("../images/bg02.png") top center no-repeat;}
.bg03{background:url("../images/bg03.png") top center no-repeat;}
.titleB{margin: 0px auto 10px; padding-top: 40px;}
.titleB h2{color: #a55a41;}
.titleB h2::before, .titleB h2::after{background-color: #b97057;}

.title{position: absolute; top: 30px; left:635px;}
.promo{position: absolute; top: 430px; left:1000px; animation:promo_rotate 3s infinite;}
@keyframes promo_rotate {
	0%, 100% {
	  transform: rotate(-7deg);
	}
	50% {
	  transform: rotate(7deg);
	}
  }


.sakuradrop_container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}
.sakuradrop_01, .sakuradrop_02, .sakuradrop_03{
	position: absolute;
	top: 0;
	left: 0;
}
.sakuradrop_01{
	animation: sakuradrop 8s infinite;
}
.sakuradrop_02{
	animation: sakuradrop 14s infinite;
}
.sakuradrop_03{
	animation: sakuradrop 11s infinite;
}

@keyframes sakuradrop {
	0% {
		transform: translate3d(0, -100%, 0);
		opacity: 100%;
	}
	100% {
		transform: translate3d(30%, 100%, 0);
		opacity: 30%;
	}
  }


/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

	html{background:url("../images/bg_y.jpg") top center repeat;}
	.bg02{background:url("../images/bg_b.jpg") top center repeat;}
	.bg03{background:url("../images/bg.jpg") top center repeat;}
}


.rectangle_3p li{width: 350px;padding: 0px;}
.rectangle_3p img{width: 350px;height: 350px;}
.rectangle_3p .font h4{margin: 0px;color: #fff; background: #000;width: 100%;padding:10px 20px;}
.rectangle_3p .font{width: 100%;}
@media screen and ( max-width: 991px ){
.rectangle_3p ul li:first-child .font{padding: 0vw;}
.rectangle_3p ul li:nth-child(3n+1),.rectangle_3p ul li{width: 94vw;padding: 0;}
.rectangle_3p ul li:nth-child(3n+1) a{flex-wrap: wrap;}
.rectangle_3p ul li:nth-child(3n+1) img,.rectangle_3p ul li img{width: 94vw; height:94vw; }
.rectangle_3p .font{padding: 0;}

}

















/*--永久改動--*/
.hightlight img,.toptitle img,.circle img{object-fit: contain;}
@media screen and ( max-width: 991px ){
}


/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}