@charset "UTF-8";
/* ===================================================================



=================================================================== */
.intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container, .flow .container, .system .container, .intro01 .container, .intro02 .container, .data .container {
    width: 100% !important;
  }
}

.nav-pager .container ul li a .ttl:after {
  content: "\e901";
  font-family: 'sixpad';
  color: #dc143c;
  position: absolute;
  font-size: 18px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .ttl:after {
    font-size: 23px;
  }
}

.main-visual, .intro01, .intro02.first {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .main-visual, .intro01, .intro02.first {
    margin-top: 80px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #contents .text {
    line-height: 2.2;
  }
}

/* -----------------------------------------------------------
	.main-visual
----------------------------------------------------------- */
.main-visual {
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .main-visual {
    padding-top: 30%;
  }
}

.no-webp .main-visual {
  background-image: url(../images/products-sp.jpg);
}
@media only screen and (min-width: 769px) {
  .no-webp .main-visual {
    background-image: url(../images/products-pc.jpg);
  }
}

.webp .main-visual {
  background-image: url(../images/products-sp.jpg);
});
}
@media only screen and (min-width: 769px) {
  .webp .main-visual {
    background-image: url(../images/products-pc.jpg);
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .intro {
    margin-top: 100px;
  }
}
.intro .ttl-sub {
  color: #dc143c;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .intro .ttl-sub {
    font-size: 2.0rem;
    margin-bottom: 25px;
    letter-spacing: .1ex;
  }
}
.intro .ttl-sub span {
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .intro .ttl-sub span {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------------------
	.flow
----------------------------------------------------------- */
.flow {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .flow {
    margin-top: 100px;
  }
}
.flow .container {
  position: relative;
  width: 100%;
}
.flow .box-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .flow .box-title {
    text-align: left;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ic {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ic svg {
    width: 80px;
  }
}
.flow .box-title .ttl {
  margin-top: 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.flow .box-title .ttl span {
  display: block;
}
.flow .box-title .ttl span.jp {
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl span.jp {
    font-size: 2rem;
  }
}
.flow .box-title .ttl span.en {
  color: #dc143c;
  font-size: 1rem;
  font-family: "Martel Sans", sans-serif;
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .flow .box-title .ttl span.en {
    font-size: 1.6rem;
  }
}
.flow .box-slide {
  position: relative;
  z-index: 2;
}
.flow .box-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  top: 75px;
  left: 0;
  background: #1b1b1b;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide:after {
    height: 260px;
    top: 135px;
  }
}
.flow .box-slide .slide {
  width: auto;
  display: inline-block;
  opacity: .5;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  text-align: center;
  padding: 0 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide {
    padding: 0 30px;
    width: 430px;
  }
}
.flow .box-slide .slide.swiper-slide-active {
  opacity: 1;
}
.flow .box-slide .slide .btn-step {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  padding-bottom: 1em;
  line-height: 1.5;
  color: #36bbd4;
  font-size: 1.0rem;
  z-index: 2;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step {
    font-size: 1.3rem;
  }
}
.flow .box-slide .slide .btn-step:before, .flow .box-slide .slide .btn-step:after {
  content: '';
  position: absolute;
  top: 0.45em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:before, .flow .box-slide .slide .btn-step:after {
    top: 0.5em;
  }
}
.flow .box-slide .slide .btn-step:before {
  left: -20px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:before {
    left: -15px;
  }
}
.flow .box-slide .slide .btn-step:after {
  right: -20px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .btn-step:after {
    right: -15px;
  }
}
.flow .box-slide .slide .btn-step.first, .flow .box-slide .slide .btn-step.last {
  padding-bottom: 0;
  color: #dc143c;
}
.flow .box-slide .slide .btn-step.first span, .flow .box-slide .slide .btn-step.last span {
  color: #888888;
}
.flow .box-slide .slide .btn-step.first:before, .flow .box-slide .slide .btn-step.first:after, .flow .box-slide .slide .btn-step.last:before, .flow .box-slide .slide .btn-step.last:after {
  top: 0.45em;
}
.flow .box-slide .slide .btn-step.first {
  right: auto;
  left: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow .box-slide .slide .btn-step.first:before {
  display: none;
}
.flow .box-slide .slide .btn-step.last:after {
  display: none;
}
.flow .box-slide .slide .text-number {
  font-family: "Martel Sans", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.flow .box-slide .slide .text-number span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #dc143c;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number span {
    padding-bottom: 0;
  }
}
.flow .box-slide .slide .text-number span em {
  color: #dc143c;
  margin-left: 0.5em;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .text-number span em {
    margin-left: 0.3em;
  }
}
.flow .box-slide .slide .text-time {
  font-family: "Martel Sans", sans-serif;
}
.flow .box-slide .slide .line {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .line {
    margin-top: 15px;
  }
  .flow .box-slide .slide .line img {
    width: 320px;
  }
}
.flow .box-slide .slide dl {
  margin-top: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl {
    margin-top: 20px;
    line-height: 1.8;
  }
}
.flow .box-slide .slide dl dt {
  font-family: "Martel Sans", sans-serif;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl dt {
    font-size: 2rem;
  }
}
.flow .box-slide .slide dl dd {
  font-size: 1rem;
  color: #999999;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide dl dd {
    font-size: 1.3rem;
  }
}
.flow .box-slide .slide .img {
  position: relative;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .img {
    width: auto;
  }
}
.flow .box-slide .slide .img img {
  height: 221px;
  width: auto;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .flow .box-slide .slide .img img {
    height: 442px;
  }
}
.flow .box-slide .slide .img img.js-dm {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.flow .box-slide .slide.swiper-slide-active .img img.js-dm {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.flow .box-controller {
  max-width: 150px;
  margin: 35px auto 0;
  padding-bottom: 10px;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller {
    max-width: 294px;
    margin-top: 50px;
    padding-bottom: 15px;
  }
}
.flow .box-controller .pagination-active {
  position: relative;
}
.flow .box-controller .pagination-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  margin-top: 2px;
  background: #dc143c;
  z-index: 1;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
.flow .box-controller .pagination-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 3px;
  border: 1px solid #dc143c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active:after {
    width: 30px;
    height: 30px;
  }
}
.flow .box-controller .pagination-active.dot-0:before {
  width: 0px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-0:before {
    width: 0px;
  }
}
.flow .box-controller .pagination-active.dot-0:after {
  left: 0px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-0:after {
    left: 0px;
  }
}
.flow .box-controller .pagination-active.dot-1:before {
  width: 36px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-1:before {
    width: 72px;
  }
}
.flow .box-controller .pagination-active.dot-1:after {
  left: 36px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-1:after {
    left: 72px;
  }
}
.flow .box-controller .pagination-active.dot-2:before {
  width: 72px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-2:before {
    width: 144px;
  }
}
.flow .box-controller .pagination-active.dot-2:after {
  left: 72px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-2:after {
    left: 144px;
  }
}
.flow .box-controller .pagination-active.dot-3:before {
  width: 108px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-3:before {
    width: 216px;
  }
}
.flow .box-controller .pagination-active.dot-3:after {
  left: 108px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-3:after {
    left: 216px;
  }
}
.flow .box-controller .pagination-active.dot-4:before {
  width: 144px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-4:before {
    width: 288px;
  }
}
.flow .box-controller .pagination-active.dot-4:after {
  left: 144px;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .pagination-active.dot-4:after {
    left: 288px;
  }
}
.flow .box-controller .slide-pagination {
  position: relative;
}
.flow .box-controller .slide-pagination:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin-top: -1px;
}
.flow .box-controller .slide-pagination .pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin-left: 30px;
  cursor: pointer;
  background: #dc143c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .flow .box-controller .slide-pagination .pagination-bullet {
    margin-left: 66px;
  }
}
.flow .box-controller .slide-pagination .pagination-bullet:first-child {
  margin-left: 0;
}
.flow .box-video {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .flow .box-video {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .box-video {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  .flow .box-video a {
    max-width: 410px;
  }
}
.flow .box-video a:after {
  content: '\ea15';
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .flow .box-video a:after {
    line-height: 1;
    font-size: 13px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	.system
----------------------------------------------------------- */
.system {
  margin-top: 70px;
}
@media only screen and (min-width: 769px) {
  .system {
    margin-top: 120px;
  }
}
.system .ttl {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .system .ttl {
    font-size: 2.6rem;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 769px) {
  .system .content {
    margin-right: 50px;
  }
}
.system .img {
  margin-left: -13%;
  margin-right: -13%;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .system .img {
    margin: 0;
    width: 56.25%;
  }
}
.system .img .caption {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .system .img .caption {
    text-align: right;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .system .btn a {
    max-width: none;
  }
}

/* -----------------------------------------------------------
	.zenroom
----------------------------------------------------------- */
.zenroom {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .zenroom {
    margin-top: 160px;
  }
}
.zenroom .text-catch {
  color: #dc143c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .zenroom .text-catch {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}
.zenroom .logo {
  margin-bottom: .5em;
  margin-right: 20px;
}
@media only screen and (min-width: 769px) {
  .zenroom .logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .zenroom .logo img {
    width: 80px;
  }
}
.zenroom .ttl {
  text-indent: -0.5em;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .zenroom .ttl {
    line-height: 2.0;
  }
}
@media only screen and (min-width: 769px) {
  .zenroom .btn {
    margin-top: 0;
    margin-left: 40px;
  }
  .zenroom .btn a {
    min-width: 360px;
    max-width: none;
  }
}

/* -----------------------------------------------------------
	.intro01
----------------------------------------------------------- */
.intro01 {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro01 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .intro01 .text {
    letter-spacing: .1ex;
  }
}
.intro01 .text-catch {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .intro01 .text-catch {
    font-size: 3rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.intro01 .text-catch span {
  color: #dc143c;
}
.intro01 .box-img {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro01 .box-img {
    margin-top: 0;
    margin-left: 40px;
    width: 43%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro01 .box-img {
    margin-left: 50px;
  }
}
.intro01 .box-img .img {
  text-align: center;
}
.intro01 .box-img .img .img__item {
  padding-bottom: 1px;
}

/* -----------------------------------------------------------
	.intro02
----------------------------------------------------------- */
.intro02 {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro02 {
    padding-top: 140px;
  }
}
.intro02.first {
  padding-top: 60px;
}
@media only screen and (min-width: 769px) {
  .intro02.first {
    padding-top: 70px;
  }
}
.intro02 .text-catch {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .intro02 .text-catch {
    font-size: 3rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.intro02 .text-catch span {
  color: #dc143c;
}
.intro02 .box-img {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img {
    margin-top: 0;
    margin-left: 40px;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro02 .box-img {
    margin-left: 50px;
  }
}
.intro02 .box-img .text-name {
  margin-top: 15px;
}
.intro02 .box-img .text-name span {
  color: #999;
  margin-left: 0.5em;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img .text-name span {
    font-size: 1.3rem;
  }
}
.intro02 .box-img .text-career {
  margin-top: 10px;
  color: #999;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .intro02 .box-img .text-career {
    font-size: 1.3rem;
  }
}
.intro02 .box-img .img {
  text-align: center;
}

/* -----------------------------------------------------------
	.data
----------------------------------------------------------- */
.data {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .data {
    margin-top: 100px;
  }
}
.data .ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .data .ttl {
    margin-bottom: 60px;
  }
}
.data .ttl span {
  display: block;
}
.data .ttl span.main {
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .data .ttl span.main {
    font-size: 2.6rem;
  }
}
.data .ttl span.sub {
  color: #dc143c;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .data .ttl span.sub {
    font-size: 1.6rem;
  }
}
.data dl .ttl-sub {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .data dl .ttl-sub {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: .2ex;
  }
}
.data dl .ttl-sub span {
  color: #dc143c;
  padding-right: 1em;
  display: inline-block;
  margin-right: 1em;
  position: relative;
}
.data dl .ttl-sub span:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dc143c;
}
.data dl .ttl-sub em {
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .data dl .ttl-sub em {
    font-size: 1.3rem;
  }
}
.data dl dd {
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .data dl dd {
    margin-bottom: 100px;
  }
}
.data dl dd:last-child {
  margin-bottom: 0 !important;
}
.data dl dd .text {
  margin-bottom: 20px;
}
.data dl dd .text:last-child {
  margin-bottom: 0;
}
.data dl dd .text-reference, .data dl dd .caption {
  text-align: left;
  display: block;
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.15ex;
}
@media only screen and (min-width: 769px) {
  .data dl dd .text-reference, .data dl dd .caption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.data dl dd .img {
  margin-bottom: 30px;
  text-align: center;
}
.data dl dd .img .caption {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data01 .img {
    width: 50%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .data dl dd .l-data01 .img {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data02 .img:nth-child(1) {
    width: 57%;
  }
  .data dl dd .l-data02 .img:nth-child(2) {
    width: 36.66666%;
  }
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data03 {
    margin-top: 40px !important;
    text-align: center;
  }
}
.data dl dd .l-data03 .img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .data dl dd .l-data03 .img {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 30px;
  }
}
.data dl dd .flex {
  margin-top: 30px;
}

/* -----------------------------------------------------------
	.result
----------------------------------------------------------- */
.result .data dl dt {
  margin-bottom: 10px;
}
.result .data dl dd {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .result .data dl dd {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------------------
	.nav-pager
----------------------------------------------------------- */
.nav-pager {
  margin-top: 70px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav-pager {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: -60px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #1b1b1b;
  }
}
.nav-pager .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
.nav-pager .container ul {
  overflow: hidden;
}
.nav-pager .container ul li {
  margin-top: 1px;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li {
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
.nav-pager .container ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  border-bottom: 3px solid #dc143c;
  padding-top: 58%;
  height: 0;
  overflow: hidden;
}
.nav-pager .container ul li a:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(3, 0, 0, 0) 0%, rgba(3, 0, 0, 0) 25%, #030000 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#030000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.nav-pager .container ul li a img {
  z-index: 1;
  position: absolute;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.nav-pager .container ul li a:hover img {
  -moz-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}
.nav-pager .container ul li a .ttl {
  left: 0;
  color: #fff;
  font-family: "Martel Sans", sans-serif;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
  position: absolute;
  padding: 0 15px;
  width: 100%;
  z-index: 3;
  letter-spacing: .2ex;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .ttl {
    font-size: 2rem;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-pager .container ul li a .ttl {
    font-size: 3rem;
  }
}
.nav-pager .container ul li a .ttl:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.nav-pager .container ul li a .text-copy {
  color: #dc143c;
  width: 100%;
  padding: 0 15px;
  bottom: 15px;
  position: absolute;
  left: 0;
  z-index: 3;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .nav-pager .container ul li a .text-copy {
    padding: 0 30px;
    bottom: 35px;
    line-height: 1.5;
  }
}
.nav-pager .container ul li a:hover .ttl:after {
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
