@charset "UTF-8";

/* ========================================================= *
 * $RESET                                                    *
 * ========================================================= */
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,
main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
img{
	vertical-align:top;
	width: 100%;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
a{
	color:#000;
	text-decoration: none;
}


/*main_area*/
.wrapper{
	max-width: 750px;
	width: 100%;
	margin: auto;
}


.movie_area{
	position: relative;
}
.movie_area_inner{
	position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    bottom: 7%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.movie_area_inner:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.movie_area_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_area.part1 .movie_area_inner{
	bottom: 0;
    position: relative;
    margin-bottom: 7vw;
    width: 89%;
}


.FAQ{
	margin-bottom: 40px;
}
.faq_inner{
    width: 90%;
    margin: 0 auto 2vw;
}
.faq_title{
	color: #ffffff;
    font-size: 26px;
    padding: 20px 66px 20px 90px;
	background: #4c3626 url(../img/text_Q.jpg) no-repeat left center;
}
.faq_title.r1{
    padding: 40px 66px 40px 90px;
}
.faq_text{
	font-size: 26px;
	padding: 40px 40px 40px 90px;
	background: url(../img/text_A.png) no-repeat left top;
	background-position: left 50px top 42px;
}

.fixed_Btn{
	position: fixed;
    bottom: 0;
}
.fixed_Btn a{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 44%;
}


.js-cart {
    transform: translateY(260px);
    transition: .3s;
}
.js-cart.fixed {
    transform: translateY(0px);
}


footer{
	background: #f1ece6;
    margin-top: 40px;
    text-align: center;
    padding: 30px 0 20px;
}
footer ul{
	display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
}
footer ul li{
	padding: 0 15px;
    border-right: 1px solid #4c3626;
}
footer ul li:last-child{
    border-right: none;
}

footer p.copy{
	font-size: 12px;
}


@media screen and (max-width : 750px ){

.faq_title{
	background-size: 12vw;
    font-size: 3.3vw;
    padding: 4vw 0 4vw 15vw;
}
.faq_title.r1{
    padding: 6.5vw 0 6.5vw 15vw;
}
.faq_text{
	font-size: 3.3vw;
    padding: 5vw 7vw 5vw 15vw;
    background-position: left 9vw top 5.2vw;
    background-size: 4.3vw;
}
}
@media screen and (max-width : 500px ){
footer ul li {
    padding: 0 3vw;
}
footer ul li a{
    font-size: 3.6vw;
}
footer p.copy {
    font-size: 10px;
}
}
