@charset "utf-8";
body {
	font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 14px;
	line-height: 1.9;
	color: #4C4948;
	width: 100%;
}
input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}

.pc {
	display: block;
	
}

.sp {
	display: none;
	
}

a {
	color: #4C4948;
	text-decoration: none;
}
a:hover {
  color: #4C4948;
  text-decoration: none;
}
li {
	list-style: none;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	/* [disabled]cursor: pointer; */
}
#wrap, #wrap_p {
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	padding-top: 80px;
	/* [disabled]display: none; */
}
#wrap_back {
  background-color: #FFFFFF;
}
#wrap_back_p {
  background-color: #FFFFFF;
  margin-top: calc(100vh - 26px);
}

h1 {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 26px;
	color: #FFFFFF;
	background-color: #221815;
	font-weight: normal;
}
#copyright {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #221815;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#movie {
  text-align: center;
  background-color: #000000;
  /* [disabled]position: fixed; */
  /* [disabled]top: 0px; */
  /* [disabled]left: 0px; */
  /* [disabled]z-index: -1; */
  width: 100%;
  /* [disabled]margin-top: 26px; */
  height: auto;
}
#movie_p {
	text-align: center;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	top: 0px;
	left: 0px;
	opacity: 0;
	position: fixed;
	height: calc(100vh - 26px);
	background-image: url(../images/movie_p.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 26px;	/*text-align: center;
  background-image: url(../images/movie_p.jpg);
  width: 100%;
  height: calc(100vh - 0px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
*/
}
#movie_back {
  z-index: -1;
  background-color: #000000;
  width: 100%;
  height: 26px;
  position: fixed;
  top: 0px;
  left: 0px;
}

#movie img, #movie_p img {
  max-width: 480px;
  width: 100%;
  /* [disabled]max-height: calc(100vh - 26px); */
  height: auto;
}
.arrow {
	text-align: center;
	margin-bottom: 50px;
}
.arrow img {
	width: 60px;
	height: auto;
}
h2 {
	display: block;
	text-align: center;
	/* [disabled]padding-bottom: 50px; */
	font-weight: normal;
	border-width: 0px;
}
h3 {
	display: block;
}

h2 img {
	max-width: 480px;
	width: 100%;
	height: auto;
}
.text {
	margin-bottom: 50px;
	font-weight: normal;
}
.text2 {
  margin-bottom: 50px;
  /* [disabled]background-color: #221815; */
  /* [disabled]color: #FFFFFF; */
  /* [disabled]padding-top: 15px; */
  /* [disabled]padding-bottom: 15px; */
  /* [disabled]padding-left: 15px; */
  /* [disabled]padding-right: 15px; */
  font-weight: normal;
  text-align: left;
  display: block;
}
.text2 strong {
	font-weight: bold;
}

.text2 p {
	padding-bottom: 20px;

}

.text3 {
	/* [disabled]margin-bottom: 50px; */
	/* [disabled]background-color: #221815; */
	/* [disabled]color: #FFFFFF; */
	/* [disabled]padding-top: 15px; */
	/* [disabled]padding-bottom: 15px; */
	/* [disabled]padding-left: 15px; */
	/* [disabled]padding-right: 15px; */
	font-weight: normal;
	text-align: left;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.text3 img {
	max-width: 280px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.photo  {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.title  {
  margin-bottom: 10px;
}
.photo img , .title img{
	width: 100%;
	height: auto;
	max-width: 480px;
}


#sns {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

#sns div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
#sns div img {
	width: 40px;
	height: auto;
}
#menu {
  position: fixed;
  top: -100px;
  cursor: pointer;
  z-index: 998;
  right: 0px;
}
#home {
  position: fixed;
  right: 70px;
  top: -100px;
  z-index: 999;
}

#menu_sp {
	background-color: rgba(22,18,15,0.9);
	color: #FFFFFF;
	font-size: 14px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	line-height: 20px;
	display: none;
	z-index: 9999;
	margin-left: -190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: solid;
	/* [disabled]border-radius: 8px; */
	height: 480px;
	margin-top: -260px;
}
#menu_sp ul li {
	border-bottom: 1px solid #FFFFFF;
	/* [disabled]border-top-color: #62453C; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
	background-image: url(../images/icon_arrow_w.png);
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 5px auto;
	padding-left: 6px;
	padding-right: 12px;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 12px;
}
#menu_sp ul li img {
	width: 14px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}
#menu_sp ul a  {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_sp ul #close {
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}
#logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;



}
#logo img {
  width: 100%;
  height: auto;
  max-width: 640px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.arrow {
  animation: vertical_8733 4.44s ease-in-out infinite;
  transform-origin: 50% 50%;
  position: absolute;
  bottom: 0px;
  left: calc(50vw - 40px);
}

@keyframes vertical_8733 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}


#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10000;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	color: #000000;
	z-index: 10001;
	line-height: 30px;
	font-size: 10px;
}

#page-top {
  width: 60px;
  height: 68px;
  position: fixed;
  bottom: -100px;
  cursor: pointer;
  right: 0px;
}
#message_back {
	/* [disabled]background-image: url(../images/message_back.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* [disabled]text-align: center; */
	padding-left: 15px;
	padding-right: 15px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	font-size: 16px;
	padding-top: 80px;
}
#message_back img {
	width: 100%;
	height: auto;
	/* [disabled]max-width: 480px; */
}
#wrap_about {
	margin-bottom: 50px;
	background-color: #F3F5F5;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#wrap_about img {
  width: 100%;
  height: auto;
}
#wrap_about .about_text {
	margin-bottom: 20px;
	font-size: 12px;
	margin-top: 10px;
}
.title  {
	text-align: center;
	padding-top: 15px;
	color: #786EB4;
	font-size: 18px;
}
.name {
  text-align: center;
  font-size: 16px;
}
.section {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
.case_photo {
  margin-bottom: 50px;
}

.case_photo img {
  width: 100%;
  height: auto;
}
.text2 img {

}
#btn_order {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #221815;
  color: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  width: 260px;
  margin-top: 70px;
}
a:hover #btn_order {
  background-color: #3C2925;
}

/*20191111追加分ここから*/
#banner_qualva{
    width: 300px;
    height: auto;
    position: fixed;
    right: 60px;
    bottom: 10px;
    z-index: 100;
}
#banner_qualva img{
    width:100%;
}
#message_photo img {
	width: 100%;
	height: auto;
}
.title_head {
	text-align: center;
	margin-bottom: 40px;
}

.title_head img {
	height: 50px;
	width: auto;
	max-width: 480px;
}
.caption {
	text-align: right;
	font-size: 10px;
	margin-top: 15px;
}
#wrap_about strong {
	font-weight: bold;
}
.favo_ph {
	margin-top: -30px;
}
.favo_ph img {
	width: 100%;
	height: auto;
}
.fav_sns {
	margin-top: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.fav_sns img {
	width: 32px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
#wrap_corona2 {
	margin-top: 0px;
	margin-right: 0px;
	/* [disabled]margin-bottom: 0px; */
	margin-left: 0px;
}









/*20191111追加分ここまで*/









@media screen and (max-width:480px){
.pc {
	display: none;
	
}

.sp {
	display: block;
	
}
.title {
  /* [disabled]text-align: center; */
  /* [disabled]margin-bottom: 30px; */
}
#sns {
	padding-top: 40px;
	padding-bottom: 40px;

}
#menu {
  /* [disabled]right: 5px; */
}
#menu img {
	width: 40px;
	height: auto;
}
#home {
  position: fixed;
  right: 45px;
  top: 0px;
}
#home img {
	width: 40px;
	height: auto;
}
#logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
.youtube {
	margin-bottom: 30px;
}



#page-top img , #page-top{
  width: 40px;
  height: 40px;
}
#wrap_back_p {
  margin-top: calc(100vh - 26px);
}
#movie_p {
  height: calc(100vh - 26px);

}
.arrow {
  left: calc(50vw - 30px);
}
/*20191111追加分ここから*/
#banner_qualva{
    width: 200px;
    /*margin: 50px auto;*/
    height: auto;
    right: 40px;
    bottom:5px;
}
#wrap_about {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#message_back {
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
}


/*20191111追加分ここまで*/
    
}

@media screen and (max-width:320px){
	
#wrap_back_p {
  margin-top: calc(86vh - 26px);
}
#movie_p {
  height: calc(86vh - 26px);

}
}
