/* ****************************** reset */
/* ****************************** reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding: 0;
}
h1 {
  font-size: 25.888px;
}
h2,
h3 {
  font-size: 22.688px;
}
ul,
ol {
  padding-left: 0;
}
ul li,
ol li {
  list-style: none;
}
dl {
  padding-left: 0;
}
dl dt {
  font-weight: normal;
}
html {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 25.888px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
	min-width:1300px;
}
.red {
  color: #f33;
}
.blue {
  color: #20a0b2;
}
.bld {
  font-weight: bold;
}
.lg {
  font-size: 1.618em;
  line-height: 1.418;
}
.u {
  text-decoration: underline;
}
.mq {
  padding: 0px 2px;
  background-color: #ffffaa;
}
.minc {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
/* ****************************** reset */
/* ****************************** reset */
.form {
  position: relative;
  background: url(../img/head-form_bg.png) left top no-repeat;
  padding: 100px 45px 15px 45px;
  z-index: 3;
}
.form:before {
  content: url(../img/arrow.png);
  position: absolute;
  left: -158px;
}
.form .form-obj {
  padding: 1px 0;
}
.form .form-obj li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.form .form-obj li.nameinput {
  width: 110px;
	width: 160px;
}

.form .form-obj li.mailinput {
  width: 300px;
	width: 250px;
}
.form .form-obj li.img {
  margin-right: 0;
}
.form .form-obj li.submit input,
.form .form-obj li.submit button {
  height: 70px;
  line-height: 1.1;
  padding: 5px 10px;
  width: 160px;
  word-wrap: break-word;
  border: none;
  background-color: #ff3333;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 #801a1a;
  box-shadow: 0 3px 0 #801a1a;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 19.2px;
}
.form .form-obj li.submit input:hover,
.form .form-obj li.submit button:hover,
.form .form-obj li.submit input:focus,
.form .form-obj li.submit button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
}
.form input {
  width: 100%;
  height: 60px;
  padding: 5px 0;
}
.form input[type="text"] {
  font-size: 1.418em;
}
.form input:hover,
.form input:focus {
  background-color: #fffca8;
}
.form .other {
  width: 800px;
  margin-top: 10px;
  clear: both;
}
.form .other p {
  margin-bottom: 0;
}
.form .caution {
  margin: 10px 30px;
  font-size: .65em;
}
.form .caution li {
  margin: 0;
  line-height: 1.2;
}
.form-text{padding-left:70px;}

.article {
  overflow: hidden;
}
.article .text {
  width: 480px;
  float: left;
}
.thumb {
  margin: 0 0 1em 1em;
  float: right;
}
.section .inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
}
.section .form {
  width: 810px ;
  margin: 0 auto;
}
.plx .ovl {
  background: url(../img/ovl.png) repeat;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
ul.share-sns_s {
  /*minimum= 450px */
  width: 360px;
  margin: 5px 30px;
  padding: 5px 1%;
}
ul.share-sns_s li {
  width: 33%;
  /*margin-right: 5px;*/
  display: inline-block;
  vertical-align: baseline;
  list-style: none;
}
ul.share-sns_s li:last-child {
  margin-right: 0;
}
ul.share-sns_s li.tw-button {
  width: 90px;
}
ul.share-sns_s li.g-button {
  width: 60px;
}

ul.share-sns_s li:last-child:before,
ul.share-sns_s li:last-child:after {
  content: "";
  display: table;
  height: 0;
  width: 0;
  clear: both;
}
/* ******************************  */

/*spフォーム*/
.sp-popup{display:none;}

/* ******************************  */
.fixed-header {
  width: 100%;
  padding: 5px 0;
  -webkit-box-shadow: 0 3px 5px #333;
  box-shadow: 0 3px 5px #333;
  background-color: #fff;
}
.fixed-header > div {
  width: 1024px;
  margin: 0 auto;
}
.fixed-header .logo {
  display: table;
  float: left;
}
.fixed-header .logo h1,
.fixed-header .logo h2 {
  display: table-cell;
}
.fixed-header ul.countdown {
  width: 476px;
  margin: 0;
  display: table;
  float: right;
}
.fixed-header ul.countdown li {
  display: table-cell;
}
.fixed-header ul.countdown .countdowntimer {
  vertical-align: middle;
  background: url(../img/timer-bg.gif) left bottom no-repeat;
}
.fixed-header h1 {
  width: 160px;
}

#date{width:300px;
float:left;
padding-left: 120px;}
#date p{margin:0;
font-size:20px;
text-align:right;
color:#424242;}
#date p.nokori{font-size:27px;
line-height: 35px;
font-weight: bold;}

.header-wrap {
	min-width:1300px;
	overflow: hidden;
  background: url(../img/head-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.header .inner {
  width: 1024px;
  padding: 0 50px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.header .inner:after {
  content: url(../img/head-fujinaga_mid.png);
  position: absolute;
  bottom: 0;
  right: -165px;
  z-index: 1;
  line-height: 0;
}
.header .inner p {
  margin: 0;
}
.header .inner h3 {
  margin-bottom: 10px;
  position: relative;
}
.header .inner h3 img {
  position: relative;
  z-index: 5;
}
.header .inner h3:after {
  content: url(../img/head-arrow.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .form {
  background: url(../img/head-form_bg.png) left top no-repeat;
}
.header .fujinagamsg {
  position: relative;
}
.header .fujinagamsg:after {
  content: url(../img/head-present.png);
  right: 360px;
  bottom: -60px;
  position: absolute;
}
.section1 {
  background: url(../img/bg1.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section1 ul li.sprites {
  margin-top: 5px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/titles-sprites.png");
}
.section1 ul li.sprites.reason {
  background-position: 0 -40px;
}
.section1 ul li.sprites.howto {
  background-position: 0 -80px;
}
.section1 ul:after {
  content: url(../img/dots.gif);
  margin: 30px;
  display: block;
  text-align: center;
}
.section1 .movie h3{
white-space:nowrap;
	margin-top:20px;
}

.section1 .movie .frame {
  height: 595px;
  padding: 29px 57px 0;
  position: relative;
  background: url(../img/tv-frame.png) center top no-repeat;
}
.section1 .movie p {
  background-color: #111;
}
.section2 {
  background: url(../img/bg2.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section2 .plx {
  background-image: url("../img/plx-1.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-1.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section2 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section2 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section2 ul {
  /* customer voice */
}
.section2 ul li img{display:block;
margin: 10px auto;}

.section3 {
  background: url(../img/bg1.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section3 .inner {
  position: relative;
}
.section3 .inner:before {
  content: url(../img/s3-thumb.png);
  position: absolute;
  top: 0;
  right: 50px;
}
.section3 .plx {
  background-image: url("../img/plx-2.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-2.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section3 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section3 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section3 ul.stop li {
  list-style: none;
}
.section3 ul li {
  list-style: disc inside;
}
.section3 ul dl {
  position: relative;
}
.section3 ul dl dt {
  position: relative;
  top: 1em;
  z-index: 2;
	margin-bottom:-7px;
}
.section3 ul dl dd {
  margin-left: 0;
  padding: 27px 60px 20px 20px;
  background: url(../img/bg-line.png) repeat;
  border: solid 5px #dcdcdc;
  border-top: none;
}

.section3 ul dl.stop1:after {
  content: url("../img/s3-bullet1.png");
  position: absolute;
  right: -16px;
  bottom: -15px;
}

.section3 ul dl.stop2:after {
  content: url("../img/s3-bullet2.png");
  position: absolute;
  right: -24px;
  bottom: -12px;
}

.section3 ul dl.stop3:after {
  content: url("../img/s3-bullet3.png");
  position: absolute;
  right: -16px;
  bottom: -15px;
}
.section4 {
  background: url(../img/bg2.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section4 .plx {
  background-image: url("../img/plx-3.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-3.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section4 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section4 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section4 .inner:after,
.section4 .inner:before {
  content: "";
  display: table;
}
.section4 .inner:after {
  clear: both;
}
.section4 h3.sprites {
  height: 0;
  padding-top: 120px;
  overflow: hidden;
  background-position: 0 -650px;
  background-repeat: no-repeat;
  background-image: url("../img/titles-sprites.png");
}
.section4 .quote {
  padding: 10px 0 10px 10px;
  font-weight: bold;
  position: relative;
}
.section4 .quote p {
  position: relative;
  z-index: 1;
}
.section4 .quote:before {
  content: '”';
  font-size: 6em;
  position: absolute;
  top: 45px;
  left: -5px;
  color: #ececcc;
  font-family: MS Mincho;
  z-index: 0;
}
.section5 {
  background: url(../img/bg1.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section5 .plx {
  background-image: url("../img/plx-4.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-4.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section5 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section5 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section5 .inner {
  position: relative;
}
.section5 .inner:before {
  content: url(../img/s5-thumb.png);
  position: absolute;
  top: 0;
  right: 50px;
}
.section5 .inner h3 {
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  color: #20a0b2;
  font-weight: bold;
  font-size: 1.618em;
  line-height: 1.418;
}
.section6 {
  background: url(../img/bg2.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section6 .plx {
  background-image: url("../img/plx-5.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-5.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section6 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section6 .plx h2 span {
  height: 0;
  overflow: hidden;
}
/*.section6 .plx span {
  display: block;
  height: 0;
  padding-top: 100px;
  overflow: hidden;
  background-position: center -800px;
  background-repeat: no-repeat;
  background-image: url("../img/plx-sprites.png");
}*/
.section6 ul li {
  position: relative;
}
.section6 ul li dt {
  position: relative;
  top: 1em;
  z-index: 2;
}
.section6 ul li dd {
  margin-left: 0;
  padding: 20px;
  background: url(../img/bg-line.png) repeat;
  border: solid 5px #dcdcdc;
  border-top: none;
  position: relative;
}

.section6 ul li.bullet1 dd:after {
  content: url("../img/s5-cap1.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}
.section6 ul li.bullet2 dd:after {
  content: url("../img/s5-cap2.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.section6 ul li.bullet3 dd:after {
  content: url("../img/s5-cap3.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.section6 ul li.bullet4 dd:after {
  content: url("../img/s5-cap4.png");
  position: absolute;
  right: -100px;
  bottom: -30px;
}

.section6 ul li.bullet5 dd:after {
  content: url("../img/s5-cap5.png");
  position: absolute;
  right: -100px;
  bottom: -40px;
}

.section6 ul li.bullet6 dd:after {
  content: url("../img/s5-cap6.png");
  position: absolute;
  right: -100px;
  bottom: 80px;
}

.section6 ul li.bullet7 dd:after {
  content: url("../img/s5-cap7.png");
  position: absolute;
  right: -100px;
  bottom: 60px;
}

.section6 ul li.bullet8 dd:after {
  content: url("../img/s5-cap8.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.section6 ul li.bullet9 dd:after {
  content: url("../img/s5-cap9.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.section6 ul li.bullet10 dd:after {
  content: url("../img/s5-cap10.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}

.section6 ul li.bullet11 dd:after {
  content: url("../img/s5-cap11.png");
  position: absolute;
  right: -100px;
  bottom: 0;
}
.section7 {
  background: url(../img/bg1.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section7 .plx {
  background-image: url("../img/plx-6.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-6.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section7 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section7 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section7 ul li {
  margin-bottom: 2em;
  position: relative;
	background: url(../img/bg-line.png) repeat;
    border: solid 5px #dcdcdc;
}
.section7 ul li dl {
  margin-left: 0;
  padding: 20px;
  position: relative;
}

.section7 ul li dl dd {
  margin-left: 0;
}
.section7 ul li.join1:after {
  content: url("../img/s7-bullet1.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

}
.section7 ul li.join2:after {
  content: url("../img/s7-bullet2.png");
  position: absolute;
  right: -40px;
  bottom: 0;
}

.section7 ul li.join3:after {
  content: url("../img/s7-bullet3.png");
  position: absolute;
  right: 30px;
  bottom: 0;
}

.section7 ul li.join4:after {
  content: url("../img/s7-bullet4.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join5:after {
  content: url("../img/s7-bullet5.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join6:after {
  content: url("../img/s7-bullet6.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join7:after {
  content: url("../img/s7-bullet7.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join8:after {
  content: url("../img/s7-bullet8.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join9:after {
  content: url("../img/s7-bullet9.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.section7 ul li.join10:after {
  content: url("../img/s7-bullet10.png");
  position: absolute;
  right: -110px;
  bottom: 0;
}

.section7 ul li.join11:after {
  content: url("../img/s7-bullet11.png");
  position: absolute;
  right: -20px;
  bottom: 0;
}
.section8 {
  background: url(../img/bg2.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section8 .plx {
  background-image: url("../img/plx-7.jpg");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-7.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section8 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section8 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section8 .inner {
  width: 900px;
}
.section8 ul li {
  display: inline-block;
}
.section8 ul li:nth-child(odd) {
  margin-right: 10px;
}
.section9 {
  background: url(../img/bg1.png) repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section9 .plx {
  background-image: url("../img/plx-8.jpg");
  background-position: -500% 0;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-8.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.section9 .plx h2 {
  padding: 140px 0;
  text-align: center;
}
.section9 .plx h2 span {
  height: 0;
  overflow: hidden;
}

.section9 .word {
  margin: 1.5em 0;
}
.section9 h4 {
  text-align: right;
}
.footer {
  font-size: .65em;
  color: #fff;
  background-image: url("../img/plx-1.jpg");
  background-position: 0 30%;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/plx-1.jpg", sizingMethod='scale');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.footer h2 {
  padding: 140px 0;
  text-align: center;
}
.footer h2 span {
  height: 0;
  overflow: hidden;
}
.footer a {
  color: #fff;
}
.footer ul {
  padding: 30px 50px;
  margin: 0;
  text-align: right;
}
.footer ul li {
  display: inline;
}

@media screen and (max-width: 640px) {
html{max-width:640px;}
	body{min-width:auto;}
img{
	width:100%;
	height: auto;}
	br{display:none;}

	h2{padding:20px 0!important;}
	
.plx {
  -webkit-background-attachment: local!important;
  -moz-background-attachment: local!important;
  -ms-background-attachment: local!important;
  -o-background-attachment: local!important;
  background-attachment: local!important;
}

/*sp-pop*/
	.sp-popup{display:block;
	position:fixed;
	bottom: 0;
	z-index: 99;
	width:100%;}
	.sp-popup img{display:block;
	width:100%;
	height: auto;}
	
/*フォーム*/
	.form {
  position: relative;
  background:none;
		box-sizing:border-box;
  padding: 10px 0;
  z-index: 3;
}
.form:before {
	display: none;
  content: url(../img/arrow.png);
  position: absolute;
  left: -158px;
}
.form .form-obj {
  padding: 1px 0;
  /*overflow: hidden;*/
}
.form .form-obj li {
  margin: 0 5px;
  display: block;
  vertical-align: middle;
}

.form .form-obj li.nameinput {
  width: 70%;
	width: 95%;
}
.form .form-obj li.mailinput {
  width: 95%;

}
.form .form-obj li.img {
  margin-right: 0;
}
.form .form-obj li.submit input,
.form .form-obj li.submit button {
  height: 70px;
  line-height: 1.1;
	margin-top:10px;
  padding: 5px 10px;
  width: 100%;
  word-wrap: break-word;
  border: none;
  background-color: #ff3333;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 #801a1a;
  box-shadow: 0 3px 0 #801a1a;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 19.2px;
}
.form .form-obj li.submit input:hover,
.form .form-obj li.submit button:hover,
.form .form-obj li.submit input:focus,
.form .form-obj li.submit button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
}
.form input {
  width: 100%;
  height: 40px;
  padding: 0;
}
.form input[type="text"] {
  font-size: 1.418em;
}
.form input:hover,
.form input:focus {
  background-color: #fffca8;
}
.form .other {
  width: 100%;
  margin-top: 10px;
  clear: both;
}
.form .other p {
  margin-bottom: 0;
}
.form .caution {
  margin: 0;
  font-size: .65em;
}
.form .caution li {
  margin: 0;
  line-height: 1.2;
}
.form-text{padding-left:0;}

	li.nameinput{float:left;}
	.name-img{max-width:25px;
	height: auto;
	float: left;
	padding-top:10px;}
/*///フォーム*/
	
.fixed-header {
  width: auto;
	max-width:640px;
	box-sizing: border-box;
  padding:8px 0 2px 0;
  -webkit-box-shadow: 0 3px 5px #333;
  box-shadow: 0 3px 5px #333;
  background-color: #fff;
	position: relative!important;
	height: fit-content;
	overflow:auto;
}

	.fixed-inner_wrap{
		width:auto;
		max-width:640px;}

.fixed-header > div {
  width:100%;
  margin: 0 auto;
}
	.fixed-header .logo {
		width:100%;
}
	.fixed-header .logo h1{max-width:519px; margin: 0 auto;}
.fixed-header .logo h2 {
	display: none;
}
.fixed-header ul.countdown {
  width: 100%;
  margin: 0;
  display: table;
  float: right;
}
.fixed-header ul.countdown li {
  display: table-cell;
}

#date{width:100%;
float:none;
padding-left: 0;}
	
#date p{margin:0;
font-size:20px;
text-align:center;
color:#424242;}
	
#date p.nokori{font-size:27px;
line-height: 35px;
font-weight: bold;}

.header-wrap {
  background: url(../img/head-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
	min-width:auto;
	max-width:640px;
	margin-bottom:20px;
}
.header .inner {
  width: 96%;
	box-sizing:border-box;
  padding: 0 0px;
  margin: 0 auto;
  background-color:#FFF;
  position: relative;
	padding-top:20px!important;
}
.header .inner:after {
	display: none;
  content: url(../img/head-fujinaga_mid.png);
  position: absolute;
  bottom: 0;
  right: -165px;
  z-index: 1;
  line-height: 0;
}
.header .inner p {
  margin: 0;
}
.header .inner h3 {
  margin-bottom: 10px;
  position: relative;
	box-sizing: border-box;
	padding:0 10px;
}
.header .inner h3 img {
  position: relative;
  z-index: 5;
}
.header .inner h3:after {
	display: none;
  content: url(../img/head-arrow.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .form {
  background: none;
	box-sizing:border-box;
	padding:0 10px;
}
.header .fujinagamsg {
  position: relative;
margin-top:-20px!important;
	margin-bottom:-20px!important;
}
.header .fujinagamsg:after {
	display: none;
}
	
	
/*各セクション*/

	.section{max-width:640px!important;}
	.section .inner{width:100%;
	box-sizing: border-box;
		padding:3%;
	}

.section .form {
  width: 100%;
  margin: 0 auto;
}
	
.article .text{
	width:100%;
	float:none;
	}


	/*動画*/
	.section1 .movie .frame{
  height: auto;
		max-width:640px;
  padding: 0;
  position: relative;
  background: none;
}
	.section1 .movie .frame p#mov{
		display:block;
	position: relative;
  width: 100%;
  padding-top: 56.25%;}
	
.section1 .movie .frame p#mov iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;}
	

	.section3 .inner:before {
  content: url(../img/s3-thumb_sp.png);
  position: relative;
  top: 0;
  right: 0px;
		display: block;
max-width: 182px;
		margin: 0 auto;
}
.section3 ul dl.stop1:after,.section3 ul dl.stop2:after,.section3 ul dl.stop3:after {
display: none;
}
.section3 ul dl dd{padding:28px 5% 5% 5%;}

	.section4 ul.thumb li:nth-child(2){display:none;}

.section5 .inner:before {
 content: url(../img/s5-thumb_sp.png);
 position: relative;
 top: 0;
 right: 0px;
max-width:182px;
display: block;
margin: 0 auto;
}

.section6 ul li.bullet1 dd:after{
	content: url("../img/s5-cap1.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet2 dd:after{
	content: url("../img/s5-cap2.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet3 dd:after{
	content: url("../img/s5-cap3.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet4 dd:after{
	content: url("../img/s5-cap4.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet5 dd:after{
	content: url("../img/s5-cap5.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet6 dd:after{
	content: url("../img/s5-cap6.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet7 dd:after{
	content: url("../img/s5-cap7.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet8 dd:after{
	content: url("../img/s5-cap8.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet9 dd:after{
	content: url("../img/s5-cap9.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet10 dd:after{
	content: url("../img/s5-cap10.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	.section6 ul li.bullet11 dd:after{
	content: url("../img/s5-cap11.png");
	position: relative;
	display:block;
	max-width: 200px;
	margin: 0 auto;
	right: 0;
	bottom: 0;}
	
.section7 ul li dl{
	padding: 4%;
	position: relative;
	z-index:2;
	text-shadow: 2px 2px 1px #FFF;
	}
	
.section7 ul li.join1:after,.section7 ul li.join2:after,.section7 ul li.join3:after,.section7 ul li.join4:after,.section7 ul li.join5:after,.section7 ul li.join6:after,.section7 ul li.join7:after,.section7 ul li.join8:after,.section7 ul li.join9:after,.section7 ul li.join10:after,.section7 ul li.join11:after{
		opacity: 0.35;
		right: 0px;}
	
	.section8 ul.presents li{margin: 0 auto;}
/*///各セクション*/
	#exitPop{display:none!important;}
	
	
}/*///media query*/


.sbanner {
	display: block;
	margin: auto;
}

.mb { margin: 20px auto;}