@charset "UTF-8";
.ttl {
  padding: 0 20px;
}

.bg_img {
  height: 0;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.headline01 {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.headline01:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 15px auto 0 auto;
  background-color: #d6132d;
}

.headline02 {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.headline02:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 8px auto 0 auto;
  background-color: #25489c;
}

.btn_contact {
  width: 100%;
  background-color: #000;
  padding: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998;
}

.btn_contact a {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #FFF;
  background-color: #e6002d;
  font-size: 18px;
  font-weight: bold;
}

.btn_contact a:before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url(../images/icon-mail.png);
  background-repeat: no-repeat;
  background-size: 28px 22px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.btn_contact a:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn_contact {
    width: 63px;
    height: 210px;
    background-color: transparent;
    position: fixed;
    top: 24%;
    right: 0;
    bottom: inherit;
    z-index: 9999;
  }
  .btn_contact a {
    width: 63px;
    height: 0px;
    padding: 0px;
    padding-top: 210px;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/btn_contact.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .btn_contact a:before {
    display: none;
  }
  .btn_contact a:after {
    display: none;
  }
  .btn_contact a:hover {
    background-color: #25489c;
  }
}

.btn_contact {
  visibility: hidden;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  .btn_contact {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.btn_show .btn_contact {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* ======================================================
  SLIDER
========================================================= */
/*
	Slick.css
========================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ======================================================
  CUSTOMIZE
========================================================= */
#blk_slider {
  position: relative;
  background-color: #FFF;
}

#blk_slider .slide:not(.slick-current) {
  opacity: 0.7;
}

#blk_slider img.pc {
  display: none;
}

#blk_slider .slide img {
  width: 100%;
  height: auto;
}

#blk_slider .slide img.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #blk_slider .slide img.pc {
    display: inline;
  }
  #blk_slider .slide img.sp {
    display: none;
  }
}

.slick-arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.slick-arrow:after {
  display: none;
}

.slick-arrow:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: relative;
}

.slick-arrow.slide-prev {
  left: 5px;
}

.slick-arrow.slide-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: relative;
  top: 6px;
  left: 10px;
}

.slick-arrow.slide-next {
  right: 5px;
}

.slick-arrow.slide-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 6px;
  left: 1px;
}

.slick-dots {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  display: block;
  text-indent: -9999px;
  background-color: #999;
  width: 10px;
  height: 10px;
  overflow: hidden;
  padding: 0;
  border-radius: 100%;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #25489c;
}

@media screen and (min-width: 980px) {
  .slick-dots {
    bottom: 10px;
  }
}

@media screen and (min-width: 1080px) {
  #blk_slider {
    height: 480px;
  }
  .slick-arrow:before {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
  .slick-arrow.slide-prev {
    left: 50%;
    -webkit-transform: translateX(-580px);
    -ms-transform: translateX(-580px);
    transform: translateX(-580px);
  }
  .slick-arrow.slide-next {
    right: 50%;
    -webkit-transform: translateX(580px);
    -ms-transform: translateX(580px);
    transform: translateX(580px);
  }
}

/* ======================================================
  こんな悩み持っていませんか？
========================================================= */
#case .ttl {
  padding: 40px 20px;
}

#case .case_ttl {
  text-align: center;
}

.case_con .row {
  background-color: #dce5fb;
  padding: 20px;
}

.case_con .row:nth-child(even) {
  background-color: #FFF;
}

.case_con .row .inner {
  width: 100%;
  max-width: 795px;
  margin: 0 auto;
}

.case_con .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_con .symbol {
  width: 16%;
  max-width: 110px;
}

.case_con .text {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-top: 2%;
}

.case_con .pict {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  #case .ttl {
    padding: 65px 20px;
  }
  .case_con .row {
    padding: 60px 30px;
  }
  .case_con .row:nth-child(even) .inner {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .case_con .inner {
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case_con .symbol {
    width: 110px;
  }
  .case_con .text {
    width: auto;
    padding: 0 20px;
    text-align: center;
  }
  .case_con .pict {
    width: 220px;
    padding-top: 0px;
  }
}

.triangle {
  padding: 30px 0 35px 0;
  text-align: center;
}

.triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 82.5px 0 82.5px;
  border-color: #e5002d transparent transparent transparent;
}

@media screen and (min-width: 980px) {
  .case_con .row {
    padding: 75px 30px;
  }
}

/* ======================================================
  MOVIE
========================================================= */
#movie {
  position: relative;
  padding: 0 20px;
  margin: 30px 0 0 0;
}

@media screen and (min-width: 768px) {
  #movie {
    margin-top: 60px;
  }
}

#movie .js-modal-btn {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#movie .js-modal-btn #btn_play {
  width: 60px;
  height: 60px;
  background-color: #f0444c;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

#movie .js-modal-btn #btn_play:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

#movie .js-modal-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  opacity: .1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#movie .js-modal-btn:hover {
  -webkit-box-shadow: 0px 0px 6px 3px #f7f7f7;
  box-shadow: 0px 0px 6px 3px #f7f7f7;
}

#movie .js-modal-btn:hover #btn_play {
  border-radius: 0%;
}

#movie .js-modal-btn:hover:after {
  width: 640px;
  height: 640px;
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.modal-video-body {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-video-body .modal-video-close-btn {
  top: -35px;
  right: 0px;
}

@media screen and (min-width: 980px) {
  .modal-video-body .modal-video-close-btn {
    top: -35px;
    right: -35px;
  }
}

.modal-video-close-btn:before {
  background: #e5002d;
}

.modal-video-close-btn:after {
  background: #25489c;
}

.modal-video {
  background-image: url(../images/bg_br.png), url(../images/bg_tl.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-size: 75% auto,75% auto,cover;
  background-position: right -70% bottom -10%, left -70% top -10%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .modal-video {
    background-size: 75% auto,75% auto,cover;
    background-position: right -70% bottom -10%, left -70% top -10%;
  }
}

@media screen and (min-width: 980px) {
  .modal-video {
    background-position: right bottom -300px, left top -300px;
    background-size: 57% auto,57% auto;
  }
}

/* ======================================================
  そんなお悩みをLaRgoが全て解決します
========================================================= */
#trouble {
  margin-bottom: 40px;
}

#trouble .ttl {
  background-color: #25489c;
  padding: 50px 20px;
}

@media screen and (min-width: 768px) {
  #trouble .ttl {
    padding: 70px 20px;
  }
}

#trouble .bg_img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 8.92857%;
  background-image: url("../images/trouble_ttl_pc.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

@media screen and (min-width: 620px) {
  #trouble .bg_img {
    padding-top: 50px;
  }
}

.point_list {
  padding: 0 0px;
}

.point_list li {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #d6002a;
}

.point_list li:not(:first-child) {
  margin-top: 1px;
}

.point_list li img {
  height: auto;
  position: relative;
  z-index: 2;
}

.point_list li:before {
  content: "";
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5002d;
  z-index: 1;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media screen and (min-width: 768px) {
  .point_list {
    margin-top: 50px;
  }
  .point_list ul {
    width: 100%;
    max-width: 750px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .point_list li {
    width: 33.33333%;
    padding: 30px 20px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -3px;
  }
  .point_list li:not(:first-child) {
    margin-top: 0px;
  }
  .point_list li img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }
}

#blk_largo {
  margin-top: 40px;
  padding: 0 20px;
}

#blk_largo .logo {
  text-align: center;
  margin-bottom: 30px;
}

#blk_largo .logo img {
  max-width: 50%;
}

#blk_largo h3 {
  margin-bottom: 25px;
  text-align: center;
}

#blk_largo .largo_body {
  font-size: 15px;
}

#blk_largo .largo_body br {
  display: none;
}

#blk_largo .largo_body p + p {
  margin-top: 1em;
}

#blk_largo .product_img {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #blk_largo {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  #blk_largo .logo {
    margin-bottom: 40px;
  }
  #blk_largo .logo img {
    max-width: 100%;
  }
  #blk_largo h3 {
    margin-bottom: 30px;
  }
  #blk_largo .largo_body p {
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.15em;
  }
  #blk_largo .largo_body br {
    display: block;
  }
  #blk_largo .product_img {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  #blk_largo {
    margin-bottom: 90px;
  }
}

/* ======================================================
  LaRgoだから
========================================================= */
#future {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #future {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 980px) {
  #future {
    margin-bottom: 60px;
  }
}

.ttl_style01 {
  position: relative;
  margin-bottom: 40px;
}

.ttl_style01 h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}

.ttl_style01 h2 img {
  max-width: 80%;
}

.ttl_style01 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_style01 .bg:after {
  content: "";
  background-color: #e6002d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

.ttl_style01.bg_red .bg:after {
  background-color: #e6002d;
}

.ttl_style01.bg_blue .bg:after {
  background-color: #25489c;
}

@media screen and (min-width: 768px) {
  .ttl_style01 h2 {
    padding: 70px 0;
  }
  .ttl_style01 h2 img {
    max-width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .ttl_style01 h2 {
    padding: 100px 0;
  }
  .ttl_style01 h2 img {
    max-width: 100%;
  }
}

.clm_style01 .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 20px;
}

.clm_style01 .row + .row {
  margin-top: 40px;
}

.clm_style01 .text {
  font-size: 15px;
  line-height: 2em;
}

.clm_style01 .text p {
  text-align: justify;
}

.clm_style01 .text figure {
  margin-top: 2em;
  text-align: center;
}

.clm_style01 .thum {
  margin-top: 20px;
  text-align: center;
}

.clm_style01 .row:nth-child(1) .text {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.clm_style01 .row:nth-child(2) .text {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}

.clm_style01 .row:nth-child(2) .headline01:after {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .clm_style01 {
    overflow: hidden;
  }
  .clm_style01 .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0px;
  }
  .clm_style01 .row + .row {
    margin-top: 40px;
  }
  .clm_style01 h3 {
    margin-bottom: 30px;
  }
  .clm_style01 .thum {
    margin-top: 0px;
  }
  .clm_style01 .row:nth-child(1) .text {
    width: 50%;
    max-width: 440px;
    margin: 0 auto;
    padding-left: 20px;
  }
  .clm_style01 .row:nth-child(1) .text .text_body {
    padding: 0 20px;
  }
  .clm_style01 .row:nth-child(1) .thum {
    width: 50%;
  }
  .clm_style01 .row:nth-child(1) .thum img {
    width: 620px;
    max-width: 620px;
    height: auto;
  }
  .clm_style01 .row:nth-child(2) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .clm_style01 .row:nth-child(2) .text {
    width: 50%;
    max-width: 440px;
    margin: 0 auto;
    padding-right: 30px;
  }
  .clm_style01 .row:nth-child(2) .text .text_body {
    padding: 0 20px;
  }
  .clm_style01 .row:nth-child(2) .thum {
    width: 50%;
    height: 417px;
    position: relative;
  }
  .clm_style01 .row:nth-child(2) .thum img {
    width: 520px;
    max-width: 520px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 30px;
  }
}

@media screen and (min-width: 980px) {
  .clm_style01 .inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .clm_style01 .row + .row {
    margin-top: 40px;
  }
  .clm_style01 .row:nth-child(1) {
    padding-right: 50px;
  }
  .clm_style01 .row:nth-child(1) .text {
    width: 50%;
    max-width: 450px;
    margin: 0 auto;
    padding-left: 0px;
  }
  .clm_style01 .row:nth-child(1) .text .text_body {
    padding: 0 20px;
  }
  .clm_style01 .row:nth-child(1) .thum {
    width: 50%;
    max-width: 830px;
    height: 600px;
    position: relative;
  }
  .clm_style01 .row:nth-child(1) .thum img {
    width: 830px;
    max-width: 830px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .clm_style01 .row:nth-child(2) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 50px;
    padding-right: 20px;
  }
  .clm_style01 .row:nth-child(2) .text {
    width: 50%;
    max-width: 450px;
    margin: 0 auto;
    padding-right: 0px;
  }
  .clm_style01 .row:nth-child(2) .text .text_body {
    padding: 0 20px;
  }
  .clm_style01 .row:nth-child(2) .thum {
    width: 50%;
    height: 540px;
    position: relative;
  }
  .clm_style01 .row:nth-child(2) .thum img {
    width: 620px;
    max-width: 620px;
    height: 540px;
    position: absolute;
    top: 0px;
    right: 50px;
  }
}

/* ======================================================
  ペガサスからの思い
========================================================= */
#wish {
  margin-bottom: 50px;
}

#wish .headline02:after {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #wish {
    margin-bottom: 80px;
  }
  #wish .ttl_style01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 980px) {
  #wish {
    margin-bottom: 90px;
  }
  #wish .ttl_style01 {
    margin-bottom: 80px;
  }
}

.message {
  line-height: 2em;
  letter-spacing: 0.07em;
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 40px;
}

.message .headline02 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .message {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .message .headline02 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 50px;
  }
}

.message .inner {
  max-width: 620px;
  margin: 0 auto;
}

.message p + p {
  margin-top: 1.6em;
}

.why {
  line-height: 2em;
  letter-spacing: 0.07em;
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 40px;
}

.why .headline02 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .why .headline02 {
    margin-bottom: 40px;
  }
}

.why .caption {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .why .caption {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .why .caption {
    margin-bottom: 60px;
  }
}

.why .row + .row {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .why .row + .row {
    margin-top: 45px;
  }
}

.why .row {
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .why .row {
    padding: 0 30px;
  }
}

.why .row .text {
  max-width: 800px;
  margin: 0 auto;
}

.why .row h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #e5002d;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .why .row h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.why .detail_logo {
  margin-bottom: 20px;
}

.why .detail_logo figure {
  text-align: center;
}

.why .detail_logo img.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .why .detail_logo {
    margin-bottom: 30px;
  }
  .why .detail_logo img.pc {
    display: inline;
  }
  .why .detail_logo img.sp {
    display: none;
  }
}

/* ======================================================
  機能クローズアップ
========================================================= */
@media screen and (min-width: 768px) {
  #closeup .ttl_style01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 980px) {
  #closeup .ttl_style01 {
    margin-bottom: 70px;
  }
}

#sewing {
  padding: 0 20px;
  margin-bottom: 45px;
}

#sewing figure {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0px auto;
}

#sewing figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#sewing figure .base {
  width: 100%;
  z-index: 1;
  position: relative;
}

#before_after {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 525px;
  margin: 0 auto 0px auto;
}

#before_after .over {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.clm_style02 {
  margin-bottom: 50px;
}

.clm_style02 .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 20px;
}

.clm_style02 .text {
  font-size: 15px;
  line-height: 2em;
}

.clm_style02 .text .headline01 {
  text-align: center;
  margin-bottom: 20px;
}

.clm_style02 .text .headline01:after {
  margin-top: 10px;
}

.clm_style02 .text .headline01 img {
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .clm_style02 .text .headline01:after {
    margin-top: 15px;
  }
  .clm_style02 .text .headline01 img {
    max-width: 100%;
  }
}

.clm_style02 .text figure {
  margin-top: 1.9em;
  text-align: center;
}

.clm_style02 .thum {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .clm_style02 {
    overflow: hidden;
    padding: 0 30px;
    max-width: 1110px;
    margin: 0 auto 70px auto;
  }
  .clm_style02 .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 0px;
  }
  .clm_style02 .text {
    width: 50%;
    max-width: 505px;
    padding: 0 30px 0 40px;
  }
  .clm_style02 .text .headline01 {
    margin-bottom: 30px;
  }
  .clm_style02 .thum {
    width: 50%;
    max-width: 525px;
    margin-top: 0px;
  }
}

/* ======================================================
  機能クローズアップ
========================================================= */
#option {
  margin-bottom: 40px;
}

#option .headline01 {
  margin-bottom: 30px;
}

#option .headline01:after {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #option {
    margin-bottom: 40px;
  }
  #option .headline01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 980px) {
  #option {
    margin-bottom: 60px;
  }
}

.clm_style03 {
  padding: 0 20px;
}

.clm_style03 > .inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.clm_style03 .box {
  width: 100%;
}

.clm_style03 .box:not(:first-child) {
  margin-top: 25px;
}

.clm_style03 figure {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.clm_style03 figure img {
  width: 100%;
}

.clm_style03 figure:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #e6002d;
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
}

.clm_style03 .sub {
  margin-bottom: 10px;
}

.clm_style03 p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .clm_style03 {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1132px;
    margin: 0 auto;
  }
  .clm_style03 > .inner {
    width: 100%;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clm_style03 .box {
    width: 33.33333%;
    max-width: 370px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .clm_style03 .box:not(:first-child) {
    margin-top: 0px;
  }
  .clm_style03 figure {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .clm_style03 figure img {
    width: 100%;
  }
  .clm_style03 .sub {
    margin-bottom: 15px;
  }
}

/* ======================================================
  ラインナップ
========================================================= */
#lineup {
  margin-bottom: 40px;
}

#lineup .inner {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  #lineup {
    margin-bottom: 60px;
  }
  #lineup .ttl_style01 {
    margin-bottom: 60px;
  }
  #lineup .headline02 {
    margin-bottom: 30px;
  }
  #lineup .headline02:after {
    margin-top: 15px;
  }
}

.lineup p {
  font-size: 15px;
  line-height: 1.9;
}

.lineup .taC {
  text-align: left !important;
}

.lineup .taC br {
  display: none;
}

@media screen and (min-width: 768px) {
  .lineup .taC {
    letter-spacing: 0.15em;
    text-align: center !important;
  }
  .lineup .taC br {
    display: block;
  }
}

.type_box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}

.type_box .box {
  width: 100%;
}

.type_box .box + .box {
  margin-top: 20px;
}

.type_box .box img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .type_box {
    width: 100%;
    max-width: 890px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto 0 auto;
  }
  .type_box .box {
    width: 50%;
    max-width: 460px;
  }
  .type_box .box + .box {
    margin-top: 0px;
  }
  .type_box .box:nth-child(1) {
    padding-right: 15px;
  }
  .type_box .box:nth-child(2) {
    padding-left: 15px;
  }
  .type_box .box img {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .type_box {
    width: 100%;
    max-width: 880px;
  }
  .type_box .box:nth-child(1) {
    padding-right: 10px;
  }
  .type_box .box:nth-child(2) {
    padding-left: 10px;
  }
}

.lineup_box {
  margin-top: 20px;
}

@media screen and (min-width: 460px) {
  .lineup_box .sub {
    margin-bottom: 10px;
  }
}

.lineup_box .sub img {
  width: 31%;
}

.lineup_box p {
  font-weight: bold;
}

.lineup_box p.small {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}

.lineup_box .scroll_box {
  margin-top: 40px;
  position: relative;
  border: 2px solid #25489c;
  margin-bottom: 10px;
}

.lineup_box .scroll_box:before {
  content: "请滑屏浏览";
  display: inline-block;
  background-color: #25489c;
  color: #FFF;
  font-size: 12px;
  padding: 0 5px;
  position: absolute;
  top: -30px;
  left: 0;
}

.lineup_box .scroll_box:after {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+32,000000+100&0+32,0.28+100 */
  background: -moz-linear-gradient(left, transparent 32%, rgba(0, 0, 0, 0.28) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 32%, rgba(0, 0, 0, 0.28) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, transparent), to(rgba(0, 0, 0, 0.28)));
  background: -o-linear-gradient(left, transparent 32%, rgba(0, 0, 0, 0.28) 100%);
  background: linear-gradient(to right, transparent 32%, rgba(0, 0, 0, 0.28) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#47000000',GradientType=1 );
  /* IE6-9 */
}

.lineup_box .scroll_box .scroll_in {
  overflow-x: scroll;
  padding: 5px 0px 5px 5px;
  -webkit-overflow-scrolling: touch;
}

.lineup_box .scroll_box img {
  width: 640px;
  max-width: 640px;
}

@media screen and (min-width: 768px) {
  .lineup_box {
    max-width: 880px;
    margin: 30px auto 0 auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 460px) {
  .lineup_box .sub {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_box .sub img {
    width: 16%;
  }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
  .lineup_box .sub img {
    width: 135px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_box p.small {
    font-size: 14px;
    text-align: right;
  }
  .lineup_box .scroll_box {
    margin-top: 10px;
    position: relative;
    border: none;
    margin-bottom: 10px;
  }
  .lineup_box .scroll_box:before {
    display: none;
  }
  .lineup_box .scroll_box:after {
    display: none;
  }
  .lineup_box .scroll_box .scroll_in {
    overflow: hidden;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .lineup_box .scroll_box img {
    width: 100%;
    max-width: 880px;
  }
}

/*# sourceMappingURL=style.css.map */