@charset "UTF-8";
/*size*/
/*color*/
/*amin*/
/*util*/
@-webkit-keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-moz-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-moz-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-moz-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-webkit-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-moz-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@-moz-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@-webkit-keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-moz-keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*============================
mixin
============================*/
/*============================
easing
============================*/
/*============================
mixin
============================*/
body #all {
  overflow: hidden;
}
body #all #header .btns {
  position: absolute;
  top: 13px;
  right: 13px;
}
body #all #header .btns li {
  float: left;
  margin: 0 10px 0 0;
}
body #all #header .btns li.event {
  margin: 10px 27px 0 0;
}
body #all #header .btns li.event a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body #all #header .btns li.l {
  margin: 0 0 0 0;
}
body #all #header .btns li .btn {
  display: block;
  line-height: 0;
  position: relative;
  width: 111px;
  float: left;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #all #header .btns li .btn .inner {
  display: block;
}
body #all .main section {
  position: relative;
  overflow: hidden;
}
body #all .main section .mask {
  overflow: hidden;
  display: block;
}
body #all .main section .lbl {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 10;
  height: 145px;
}
body #all .main section .lbl p {
  text-align: center;
  line-height: 1;
  margin: 0 0 20px 0;
  position: relative;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
body #all .main section .lbl .bar {
  width: 6px;
  height: 0;
  background: black;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
body #all .main section .lbl .bar:before {
  content: "";
  background: #d7063b;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body #all .main section#fv {
  width: 100%;
  overflow: visible;
  z-index: 10;
}
body #all .main section#fv #fv_slide {
  position: relative;
  overflow: visible;
  background: white;
  line-height: 0;
}
body #all .main section#fv #fv_slide .pager {
  display: none;
}
body #all .main section#fv #fv_slide .dummy {
  position: relative;
  width: 100%;
}
body #all .main section#fv #fv_slide .target {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
body #all .main section#fv #fv_slide .target li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body #all .main section#fv #fv_slide .target li.front {
  z-index: 15;
}
body #all .main section#fv #fv_slide .mv {
  position: relative;
  overflow: hidden;
  line-height: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body #all .main section#fv #fv_slide .mv .bgimg {
  width: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
body #all .main section#fv #fv_slide .mv .k_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
body #all .main section#fv #fv_slide .mv .k_btn a {
  display: block;
  float: right;
  line-height: 0;
  position: relative;
  z-index: 10;
  width: 160px;
  background: none;
}
body #all .main section#fv #fv_slide .mv .k_btn a:hover {
  background: black;
}
body #all .main section#fv #fv_slide .mv .k_btn a img {
  width: 100%;
}
body #all .main section#fv #fv_slide .mv .k_btn a.btn2 {
  background: rgba(255, 255, 255, 0.7);
}
body #all .main section#fv #fv_slide .mv .k_btn a.btn2:hover {
  background: black;
}
body #all .main section#fv #fv_slide .mv .k_btn.mov {
  right: 233px;
}
body #all .main section#fv #fv_slide .mv .notice {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  z-index: 3;
}
body #all .main section#fv #fv_slide .mv.kv2 .k_btn {
  right: 33%;
  bottom: 70px;
}
body #all .main section#fv .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d7063b;
  z-index: 10;
  width: 0;
  top: 0;
  left: 0;
}
body #all .main section#bnr {
  padding: 100px 0 47px 0;
  z-index: 1;
  background: #efe3cb;
    /*
    .slideset{
        //margin: 0 0 0 -10px;
        height: 254px;
        position: relative;
        .slidearea{
        	position: absolute;
        	top: 0;
        	left: 50%;
        	width: $slide_w/2;
        	.slidebox{
	            float: left;
	            //margin: 0 0 0 ($slide_w/2)*-1;
	            margin: 0px 0 0 -760px;
	            width: $slide_w/2;
	            .slidecontent{
	            	float: left;
	            }
	        }
        }//slidearea
    }//slideset
	ul{
		@include fl(100%);
		li{
			@include fl($bnr_width);
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 10px;
			a{
				display: block;
				@include fl(100%);
				overflow: hidden;
				span{
					display: block;
				}
				$btnimg_time:0.5s;
				$btnimg_ease:cubic-bezier(.48,0,.48,1);
				.img{
					line-height: 0;
					position: relative;
					@include fl(100%);
					overflow: hidden;
					img{
						width: 100%;
						@include animation(scaleout $btnimg_time/2 $btnimg_ease 1);
					}
				}
				.ttl{
					@include fl(100%);
					height: 50px;
					line-height: 50px;
					background: $black;
					color:$white;
					text-align: center;
					@include anim2s;
				}
				&:hover{
					.img{
						img{
							@include animation(scale $btnimg_time $btnimg_ease 1);
						}
					}
					.ttl{
						//background: $red;
						//color:$black;
					}
				}
			}//a
		}//li
	}//ul
	*/
}
body #all .main section#bnr #bnr_slide {
  float: left;
  width: 100%;
}
body #all .main section#bnr #bnr_slide ul {
  float: left;
  width: 100%;
  text-align: center;
  /*
  padding: 0 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */
}
body #all .main section#bnr #bnr_slide ul li {
  display: inline-block;
  width: 33%;
  max-width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
body #all .main section#bnr #bnr_slide ul li a {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
body #all .main section#bnr #bnr_slide ul li a span {
  display: block;
}
body #all .main section#bnr #bnr_slide ul li a .img {
  line-height: 0;
  position: relative;
  float: left;
  width: 101%;
  overflow: hidden;
}
body #all .main section#bnr #bnr_slide ul li a .img img {
  width: 100%;
  -webkit-animation: scaleout 0.25s cubic-bezier(0.48, 0, 0.48, 1) 1;
  -moz-animation: scaleout 0.25s cubic-bezier(0.48, 0, 0.48, 1) 1;
  animation: scaleout 0.25s cubic-bezier(0.48, 0, 0.48, 1) 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#bnr #bnr_slide ul li a .ttl {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: black;
  color: white;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body #all .main section#bnr #bnr_slide ul li a:hover .img img {
  -webkit-animation: scale 0.5s cubic-bezier(0.48, 0, 0.48, 1) 1;
  -moz-animation: scale 0.5s cubic-bezier(0.48, 0, 0.48, 1) 1;
  animation: scale 0.5s cubic-bezier(0.48, 0, 0.48, 1) 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#bnr .pager {
  display: none;
}
body #all .main section#bnr .prev {
  top: 87px;
  left: 0;
}
body #all .main section#bnr .next {
  top: 87px;
  right: 0;
}
body #all .main section#intro {
  margin: 0 0 28px 0;
  z-index: 1;
}
body #all .main section#intro .lbl {
  padding: 44px 0 0 0;
  position: relative;
  margin: 0 0 66px 0;
  z-index: 10;
}
body #all .main section#intro .lbl .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 148px;
  width: 100%;
  background: #efe3cb;
}
body #all .main section#intro .content {
  text-align: center;
  clear: both;
}
body #all .main section#intro .content h2 {
  margin: 0 0 17px 0;
}
body #all .main section#intro .content .img {
  display: inline-block;
  margin: 0 0 145px 0;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
body #all .main section#intro .content .img .txt {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 15px;
  z-index: 3;
  font-size: 1.05em;
  line-height: 2.1em;
}
body #all .main section#intro .content .img .prod {
  position: absolute;
  top: 145px;
  left: 414px;
}
body #all .main section#intro .content h3 {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: 0 0 3px 0;
}
body #all .main section#intro .content p {
  float: right;
  margin: 0 97px 0 0;
}
body #all .main section#technology {
  margin: 0 0 85px 0;
}
body #all .main section#technology .content {
  width: 940px;
  height: 468px;
  margin: 36px 0 0 40px;
  position: relative;
  padding: 65px 0 0 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #all .main section#technology .content .red {
  position: absolute;
  background: #d7063b;
  top: -36px;
  left: -40px;
  width: 100%;
  height: 100%;
}
body #all .main section#technology .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
body #all .main section#technology .content .set {
  position: relative;
  z-index: 3;
  float: left;
  width: 400px;
  margin: 0 100px 57px 0;
}
body #all .main section#technology .content .set.b {
  margin: 0 100px 30px 0;
}
body #all .main section#technology .content .set.r {
  margin: 0 0 57px 0;
  width: 340px;
}
body #all .main section#technology .content .set.r.b {
  margin: 0 0 30px 0;
}
body #all .main section#technology .content .set h4 {
  height: 16px;
  line-height: 16px;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
body #all .main section#technology .content .set h4 .red {
  width: 64px;
  height: 6px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  margin: 6px 12px 0 0;
}
body #all .main section#technology .content .set h4 span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #d7063b;
}
body #all .main section#technology .content .set p {
  margin: 0 0 0 70px;
  float: left;
  font-size: 1.3em;
  line-height: 1.7em;
}
body #all .main section#technology .content .btn_area {
  float: left;
  width: 794px;
  text-align: center;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 3;
}
body #all .main section#technology .content .btn_area a {
  width: 188px;
  text-align: center;
  padding: 19px 0px;
  margin: 0 15px;
}
body #all .main section#technology .content .notice {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 0 0 -30px;
}
body #all .main section#product .set {
  float: left;
  width: 100%;
  margin: 0 0 127px 0;
}
body #all .main section#product .set .img {
  width: 555px;
  float: left;
}
body #all .main section#product .set .detail {
  float: left;
  width: 425px;
}
body #all .main section#product .set .detail h4 {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0 0 32px 0;
}
body #all .main section#product .set .detail .desc {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
  margin: 0 0 25px 0;
}
body #all .main section#product .set .detail .desc .rect {
  display: inline-block;
  border: 1px solid black;
  padding: 2px 6px;
  line-height: 1em;
  margin: 0 0 0 6px;
}
body #all .main section#product .set .detail .date {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin: 0 0 48px 0;
}
body #all .main section#product .set .detail .d {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  margin: 0 0 48px 0;
}
body #all .main section#product .set .detail .btn_t {
  display: inline-block;
  line-height: 0;
  width: 280px;
  height: 69px;
  line-height: 69px;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2em;
}
body #all .main section#product .set.bb .img img {
  margin: 29px 0 0 106px;
}
body #all .main section#product .set.bb .detail {
  padding: 82px 0 0 0;
}
body #all .main section#product .set.loose {
  margin: 0 0 105px 0;
}
body #all .main section#product .set.loose .img img {
  margin: 37px 0 0 -57px;
}
body #all .main section#lineup .content {
  background: #efe3cb;
  float: left;
  width: 100%;
  margin: -40px 0 155px 0;
  padding: 130px 0 150px 0;
}
body #all .main section#lineup .content h2 {
  line-height: 1;
  font-size: 1.7em;
  margin: 0 0 56px 0;
}
body #all .main section#lineup .content #lineup_slide {
  position: relative;
  overflow: visible;
  float: left;
  width: 100%;
}
body #all .main section#lineup .content #lineup_slide .prev {
  top: 239px;
  left: 0;
}
body #all .main section#lineup .content #lineup_slide .next {
  top: 239px;
  right: 0;
}
body #all .main section#lineup .content #lineup_slide .slideset {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
body #all .main section#lineup .content #lineup_slide .slidearea {
  position: absolute;
  top: 0;
  left: 50%;
}
body #all .main section#lineup .content #lineup_slide ul {
  float: left;
  width: 100%;
}
body #all .main section#lineup .content #lineup_slide ul li {
  float: left;
  margin: 0 10px;
}
body #all .main section#lineup .content #lineup_slide ul li figure {
  background: white;
  height: 557px;
  float: left;
  width: 373px;
  position: relative;
}
body #all .main section#lineup .content #lineup_slide ul li figure .img {
  float: left;
  width: 100%;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 63px;
  margin: -4px 0 0 0;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .name {
  font-weight: bold;
  position: relative;
  margin: 0 0 14px 0;
  float: left;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.6em;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .name:before {
  content: "";
  display: block;
  width: 43px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: -63px;
  background: #d7063b;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .detail {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
  margin: 0 0 8px 0;
  font-size: 0.8em;
  float: left;
  width: 100%;
  color: #221815;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .detail .rect {
  display: inline-block;
  border: 1px solid #c4c4c4;
  padding: 2px 6px;
  line-height: 1em;
  margin: 0 0 0 3px;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .detail small {
  font-size: 0.9em;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .season {
  background: rgba(231, 217, 198, 0.5);
  display: inline-block;
  color: #221815;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6em;
  padding: 0 7px;
  float: left;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .btn_area {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
body #all .main section#lineup .content #lineup_slide ul li figure figcaption .btn_area .btn_t {
  padding: 19px 75px;
}
body #all .main section#story {
  margin: 0 0 72px 0;
}
body #all .main section#story .lbl {
  margin: 0 0 90px 0;
}
body #all .main section#story .contents {
  float: left;
  width: 100%;
}
body #all .main section#story .contents .red {
  position: absolute;
  top: -130px;
  left: -260px;
  width: 1081px;
  height: 999px;
}
body #all .main section#story .contents .red .red_bg {
  width: 100%;
  height: 100%;
  background: #d7063b;
}
body #all .main section#story .contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  width: 1241px;
}
body #all .main section#story .contents .block {
  width: 595px;
  height: 989px;
  float: left;
  margin: 0 0 0 193px;
  padding: 162px 0 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
body #all .main section#story .contents .block h4 {
  line-height: 0;
  margin: 0 0 62px 0;
}
body #all .main section#story .contents .block p {
  position: relative;
  z-index: 10;
  line-height: 2.5em;
  font-size: 1.25em;
  margin: 0 0 17px 0;
}
body #all .main section#story .contents .block p.b {
  margin: 0 0 70px 0;
}
body #all .main section#story .contents .notice {
  position: absolute;
  bottom: 10px;
  right: 80px;
  z-index: 10;
}
body #all .main .foot_bg {
  background: #efe3cb;
  width: 100%;
  float: left;
  height: 58px;
}
body #float_bg {
  background: #efe3cb;
}
body #float_bg_cm {
  background: rgba(0, 0, 0, 0.9);
}
body #float_bg_movlist {
  background: #efe3cb;
}
body .float {
  width: 820px;
  float: left;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -410px;
  top: 0;
}
body .float #mov0 {
  margin: 0 0 0 50px;
}
body .float#float_movielist {
  width: 980px;
  margin: 0 0 0 -490px;
}
body .float#float_movielist .data {
  width: 980px;
}
body .float#float_movielist .data .content {
  padding: 0 110px;
}
body .float#float_movielist .data .slider .slidebox {
  height: 574px;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li {
  width: 980px;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov {
  line-height: 0;
  height: 427px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov1 {
  background: url(../img/mov_thumb1.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov2 {
  background: url(../img/mov_thumb2.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov3 {
  background: url(../img/mov_thumb3.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov4 {
  background: url(../img/mov_thumb4.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov iframe {
  margin: -1px 0 0 0;
}
body .float#float_movielist .data .pager {
  right: 110px;
}
body .float .slider {
  position: relative;
  overflow: visible;
  background: white;
}
body .float .slider .slideset {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
body .float .slider .slidearea {
  width: 100%;
  margin: 0 0 0 -50%;
  position: relative;
}
body .float .slider .slidebox {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 428px;
}
body .float .slider .slidebox .slidecontent {
  position: absolute;
  left: 0;
}
body .float .slider .slidebox .slidecontent .targetul {
  float: left;
}
body .float .slider .slidebox .slidecontent .targetul li {
  float: left;
  position: relative;
  width: 820px;
}
body .float .pager {
  bottom: 30px;
}
body .float .pager li a {
  background: #e5e5e5;
}
body .float .pager li a.current {
  background: black;
}
body .float .data {
  width: 820px;
  height: 637px;
  float: left;
  background: white;
  padding: 63px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
body .float .data.movie {
  width: 860px;
  background: none;
  padding: 0;
}
body .float .data h4 {
  line-height: 1;
  padding: 4px 0 0 90px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #d7063b;
  margin: 0 0 37px 0;
}
body .float .data h4:before {
  content: "";
  display: block;
  background: #d7063b;
  width: 74px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0px;
}
body .float .data .prev {
  top: 215px;
  left: 0;
}
body .float .data .next {
  top: 215px;
  right: 0;
}
body .float .data .content {
  padding: 0 90px;
  height: 515px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .float .data .content .desc {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 35px 0;
  font-size: 1.1em;
  line-height: 1.8em;
}
body .float .data .content .notice {
  position: absolute;
  bottom: 60px;
  left: 90px;
  width: 647px;
}
body .float .data .content .img {
  float: left;
  width: 100%;
  text-align: center;
}
body .float .data .content .img img {
  margin: 42px 0 0 0;
}
body .float .data .float1 .animarea {
  width: 490px;
  height: 299px;
  float: left;
  margin: 0 0 47px 75px;
}
body .float .data .float1 .animarea .anim {
  position: relative;
}
body .float .data .float1 .animarea .lbl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body .float .data .float1 .animarea .base {
  position: relative;
}
body .float .data .float1 .animarea .base_after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body .float .data .float1 .animarea .name {
  position: absolute;
  top: 63px;
  left: 76px;
  z-index: 20;
}
body .float .data .float1 .animarea .name.name2 {
  top: 83px;
  left: 310px;
}
body .float .data .float1 .animarea .name.name3 {
  top: 105px;
  left: 282px;
}
body .float .data .float1 .animarea .skin {
  position: absolute;
  width: 372px;
  height: 71px;
  bottom: 128px;
  left: 49px;
  z-index: 2;
}
body .float .data .float1 .animarea .skin img {
  width: 100%;
  height: 100%;
}
body .float .data .float1 .animarea .water {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 125px;
  left: 83px;
  z-index: 3;
}
body .float .data .float1 .animarea .water img {
  width: 100%;
}
body .float .data .float1 .animarea .water .inner {
  height: 100%;
}
body .float .data .float1 .animarea .water .w_b {
  width: 100%;
  height: 100%;
}
body .float .data .float1 .animarea .water.w2 {
  top: 115px;
  left: 163px;
}
body .float .data .float1 .animarea .water.w3 {
  top: 121px;
  left: 260px;
}
body .float .data .float1 .animarea .water.w4 {
  top: 126px;
  left: 344px;
}
body .float .data .float1 .animarea .dot {
  position: absolute;
  line-height: 0;
  z-index: 10;
}
body .float .data .float1 .animarea .dot img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body .float .data .float1 .animarea .dot img.op {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body .float .data .float1 .animarea .dot.dot1 {
  width: 8px;
  top: 3px;
  left: 24px;
}
body .float .data .float1 .animarea .dot.dot2 {
  width: 6px;
  top: 10px;
  left: 9px;
}
body .float .data .float1 .animarea .dot.dot3 {
  width: 10px;
  top: 19px;
  left: 5px;
}
body .float .data .float1 .animarea .dot.dot4 {
  width: 7px;
  top: 19px;
  left: 20px;
}
body .float .data .float1 .animarea .dot.dot5 {
  width: 7px;
  top: 18px;
  left: 34px;
}
body .float .data .float1 .animarea .dot.dot6 {
  width: 9px;
  top: 32px;
  left: 12px;
}
body .float .data .float1 .animarea .dot.dot7 {
  width: 9px;
  top: 28px;
  left: 30px;
}
body .float .data .float3 .ttl {
  line-height: 0;
  float: left;
  width: 100%;
  text-align: center;
}
body .float .data .float3 .ttl .ul {
  position: absolute;
  width: 345px;
  top: 22px;
  left: 146px;
  z-index: 10;
}
body .float .data .float3 .img img {
  margin: 22px 0 0 0;
  position: relative;
}
body .float .data .float4 .animarea {
  width: 378px;
  height: 304px;
  float: left;
  margin: 0 0 47px 130px;
}
body .float .data .float4 .animarea .ul {
  position: absolute;
  width: 241px;
  top: 22px;
  left: 70px;
  z-index: 10;
}
body .float .data .float4 .animarea .arr {
  position: absolute;
  z-index: 3;
}
body .float .data .float4 .animarea .arr.arr1 {
  top: 44px;
  left: 172px;
  z-index: 5;
}
body .float .data .float4 .animarea .arr.arr1_2 {
  top: 44px;
  left: 172px;
}
body .float .data .float4 .animarea .arr.arr2 {
  top: 90px;
  left: 65px;
}
body .float .data .float4 .animarea .arr.arr3 {
  top: 62px;
  left: 118px;
}
body .float .data .float4 .animarea .arr.arr4 {
  top: 62px;
  left: 210px;
}
body .float .data .float4 .animarea .arr.arr5 {
  top: 90px;
  left: 220px;
}
body .float .data .float4 .animarea .txt {
  position: absolute;
  top: 165px;
  left: -32px;
  z-index: 3;
}
body #prodbtn {
  width: 68px;
  height: 213px;
}
body #prodbtn .inner {
  width: 68px;
  height: 213px;
  background: #d7063b;
}
body #prodbtn .inner .bg {
  background: black;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159px;
  -webkit-transition: all .2s;
  transition: all .2s;
  transition-timing-function: ease-out;
}
body #prodbtn .inner .txt {
  position: absolute;
  top: 14px;
  left: 14px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body #prodbtn .inner .txt.ov {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body #prodbtn .inner .prod {
  position: absolute;
  bottom: 0;
  left: 0;
}
body #prodbtn .inner:hover .txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body #prodbtn .inner:hover .txt.ov {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body #prodbtn .inner:hover .bg {
  height: 0px;
  transition-timing-function: ease-out;
}
body #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efe3cb;
}
body #loader .bar {
  width: 170px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
body #loader .bar span {
  display: block;
  background: #d7063b;
  width: 100%;
  height: 100%;
  -webkit-animation: loading 1s ease-in infinite;
  -moz-animation: loading 1s ease-in infinite;
  animation: loading 1s ease-in infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .footer_bnr {
  padding: 60px !important;
  background: #efe3cb !important;
  box-sizing: border-box;
}
body .footer_bnr .container {
  width: 100%;
}
body .footer_bnr a {
  float: left;
  display: block;
  line-height: 0;
  margin: 0 9px;
  width: 31%;
}
body .footer_bnr a img {
  transition-duration: 0.2s;
  width: 100%;
}
body .footer_bnr a.r {
  float: right;
}
body .footer_bnr a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body .footer_bnr .clear {
  display: block;
}
