@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {
	list-style: none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.container{
	position: relative;
	width:100%;
	font-family: "Meiryo", "Tahoma", "Verdana", "Arial", "sans-serif";
}
.contents {
	width:100%;
	max-width:750px;
	text-align: center;
	margin: 0 auto;
}
.contents img{
	display:block;
	width: 100%;
}
img{ 
	margin-bottom: 10%;
}

/*▼ここから*/
.accordion{
	font-size:36px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto 15%;
}
.accordion dt{
	display:block;
	background: #f19149;
	border-bottom: 5px solid #ee7b25;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3% 0;
	color: #FFF;
}
.accordion dt:first-child{
	border-top: none !important;
}
.accordion dt .accordion_tit{
	position:relative;
}
.accordion dt .accordion_tit::after{
	position:absolute;
	top: 10%;
	right: 10%;
	font-family: "Font Awesome 5 Free";
	content: '\f067';
	font-weight: 900;
}
.accordion dd{
	display:none;
}
.accordion dd a{
	position:relative;
	display: block;
	color: #000;
	background: #fffde2;
	text-decoration: none;
	padding: 3% 0;
	border-bottom: #fff 2px solid;
}
.accordion dd a::after{
	position:absolute;
	top: 32%;
	right: 10%;
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	color:#ee7b25;
}	
.accordion dt .accordion_tit.active::after {
	font-family: "Font Awesome 5 Free";
	content: '\f068';
	font-weight: 900;
}
/*▲ここまで*/

.gif_bg{
    background-image: url("../images/comp2-bg01.jpg");
}
img.gif {
    margin: 0 auto;
    margin-bottom:0;
    margin-top: -10%;
    width: 81%;
}

.mb00{
    margin-bottom: 0;
}
.movie{
    margin-bottom: -1%;
		margin-bottom: 80px;
}
.movie iframe{
    width: 100%;
    height: 420px;
}

#page-top {
    position: fixed;
    bottom: 125px;
    right: 12px;
    z-index: 1000;
}
#page-cart {
    position: fixed;
    bottom: 25px;
    right: 12px;
    z-index: 1000;
}

#page-top img,
#page-cart img{
    width:80px;
}
