span.what-new {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  width: 90px;
  padding: 7px 6px 6px 6px;
  height: 26px;
  margin-top: -1px;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1.1rem;
}

@media (max-width: 930px) {
  span.what-new {
    padding: 2px;
    height: auto;
  }
}

span.what-new.news-1 {
  background-color: #729eaf;
}

span.what-new.news-2 {
  background-color: #ce9365;
}

span.what-new.news-3 {
  background-color: #749776;
}

span.what-new.news-4 {
  background-color: #6179a0;
}

.carousel .mv img {
  width: 100%;
}

.pick-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 930px) {
  .pick-up {
    display: block;
    margin-top: -20px;
    z-index: 1;
  }
}

.pick-up .left {
  background-color: #e95519;
  min-width: 350px;
  height: 325px;
  margin-top: -35px;
  margin-right: 70px;
  z-index: 1;
  position: relative;
}

@media (max-width: 930px) {
  .pick-up .left {
    height: auto;
    min-width: initial;
    width: 50%;
    z-index: 0;
    position: static;
    margin-top: 0;
  }
}

.pick-up .left .word-wrap {
  padding: 35px 0 0 60px;
}

@media (max-width: 930px) {
  .pick-up .left .word-wrap {
    padding: 30px 15px 30px;
  }
}

.pick-up .left h2 {
  margin-top: 0;
}

.pick-up .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  overflow-x: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 930px) {
  .pick-up .right {
    padding: 15px;
    position: initial;
  }
}

.pick-up .right .swiper-button-prev {
  left: 200px;
  top: -50px;
  background-image: url(../images/prev.svg);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top: 200px;
}

@media (max-width: 930px) {
  .pick-up .right .swiper-button-prev {
    top: 110px;
    background-size: 40px 40px;
    left: 220px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background-image: url(../images/prev_sp.png);
  }
}

.pick-up .right .swiper-button-prev:hover {
  opacity: 0.5;
  cursor: pointer;
}

.pick-up .right .swiper-button-next {
  left: 270px;
  background-image: url(../images/next.svg);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top: 200px;
}

@media (max-width: 930px) {
  .pick-up .right .swiper-button-next {
    top: 110px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 280px;
    z-index: 10;
    background-image: url(../images/next_sp.png);
  }
}

.pick-up .right .swiper-button-next:hover {
  opacity: 0.5;
  cursor: pointer;
}

.pick-up .right .swiper-container.swiper-container-colum {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1400px;
}

@media (max-width: 930px) {
  .pick-up .right .swiper-container.swiper-container-colum {
    width: 100%;
  }
}

.pick-up .right .swiper-container.swiper-container-colum .swiper-slide {
  width: 226px;
}

.pick-up .right .swiper-container.swiper-container-colum dl {
  font-size: 1.4rem;
}

.pick-up .right .swiper-container.swiper-container-colum dl img {
  padding: 0 0 0;
}

.pick-up .right .swiper-container.swiper-container-colum dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.pick-up .right .swiper-container.swiper-container-colum dl span.what-new {
  height: auto;
  width: auto;
}

.pick-up .right .swiper-container.swiper-container-colum dl span.date {
  font-size: 1rem;
  color: #808080;
}

.pick-up .right .swiper-container.swiper-container-colum dl dd span {
  font-weight: 500;
  line-height: 1.7;
  padding-top: 15px;
  display: block;
}

@media (max-width: 930px) {
  .pick-up .right .swiper-container.swiper-container-colum dl dd span {
    font-size: 1.3rem;
    padding-top: 5px;
  }
}

.pick-up .right .swiper-container.swiper-container-colum dl dd img {
  display: block;
}

.pick-up .right .swiper-container.swiper-container-colum a {
  text-decoration: none;
  color: #231815;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.pick-up .right .swiper-container.swiper-container-colum a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sec-one {
  background-image: url(../images/bg_01_number.svg), url(../images/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 80px,cover;
  background-position: right 20px bottom 20px, center;
  padding-bottom: 90px;
  position: relative;
}

@media (max-width: 930px) {
  .sec-one {
    background-attachment: initial;
    background-size: 40px,cover;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sec-one .word-box {
  padding-left: 130px;
  padding-top: 90px;
}

@media (max-width: 930px) {
  .sec-one .word-box {
    padding: 0;
    padding: 30px  15px 15px;
  }
}

.sec-one .word-box h2 {
  margin-bottom: 50px;
  margin-top: 0;
}

@media (max-width: 930px) {
  .sec-one .word-box h2 {
    margin-bottom: 15px;
  }
}

.sec-one .word-box p {
  color: white;
  text-indent: 0;
  font-size: 1.6rem;
  width: 550px;
  line-height: 2.5;
  position: relative;
  z-index: 1;
}

@media (max-width: 930px) {
  .sec-one .word-box p {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto;
  }
}

.sec-one:before {
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}

.sec-one.sec-one-on::before {
  opacity: 1;
}

.sec-one .btn-01 {
  position: relative;
  z-index: 1;
}

.two-three-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .two-three-wrap {
    display: block;
  }
}

.two-three-wrap .sec-two, .two-three-wrap .sec-three {
  height: 356px;
  width: 50%;
}

@media (max-width: 930px) {
  .two-three-wrap .sec-two, .two-three-wrap .sec-three {
    width: 100%;
    height: 200px;
  }
}

.two-three-wrap .sec-two {
  background-image: url(../images/bg_02_number.svg), url(../images/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: 80px,cover;
  background-position: right 20px bottom 20px, center;
}

@media (max-width: 930px) {
  .two-three-wrap .sec-two {
    background-size: 40px,cover;
  }
}

.two-three-wrap .sec-three {
  background-image: url(../images/bg_03_number.svg), url(../images/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: 80px,cover;
  background-position: right 20px bottom 20px, center;
}

@media (max-width: 930px) {
  .two-three-wrap .sec-three {
    background-size: 40px,cover;
  }
}

.two-three-wrap .word-box {
  padding-left: 60px;
  margin-top: 80px;
}

@media (max-width: 930px) {
  .two-three-wrap .word-box {
    padding: 30px 15px 15px;
    margin: 0;
  }
}

@media (max-width: 930px) {
  .two-three-wrap .word-box .title-01 {
    margin: 0;
  }
}

@media (max-width: 930px) {
  .two-three-wrap .word-box .min-span {
    top: 15px;
  }
}

.two-three-wrap .word-box .title-01.bb:after {
  bottom: -12px;
}

.sec-two {
  position: relative;
}

.sec-two:before {
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}

.sec-two.sec-two-on::before {
  opacity: 1;
}

.sec-two .btn-01 {
  position: relative;
  z-index: 1;
}

@media (max-width: 930px) {
  .sec-two .btn-01 {
    margin-top: 20px;
  }
}

.sec-three {
  position: relative;
}

.sec-three:before {
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}

.sec-three.sec-three-on::before {
  opacity: 1;
}

.sec-three .btn-01 {
  position: relative;
  z-index: 1;
  width: 400px;
}

@media (max-width: 930px) {
  .sec-three .btn-01 {
    margin-top: 20px;
    width: 75%;
  }
}

.info {
  width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 75px auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .info {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 0 5% 0;
  }
}

.info h2 {
  margin-top: 0;
  margin-bottom: 110px;
  color: #231815;
}

@media (max-width: 930px) {
  .info h2 {
    margin-bottom: 0;
  }
}

.info .left {
  width: 260px;
}

@media (max-width: 930px) {
  .info .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info .right {
  width: calc(1100px - 260px - 110px);
  max-height: 270px;
  overflow-y: scroll;
  padding-right: 10px;
}

@media (max-width: 930px) {
  .info .right {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
}

.info .right dl {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  height: 45px;
  font-size: 1.4rem;
}

@media (max-width: 930px) {
  .info .right dl {
    display: block;
    margin-top: 20px;
    height: auto;
  }
}

.info .right dl:first-child {
  margin-top: 15px;
}

.info .right dl dt {
  letter-spacing: 0.1em;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 930px) {
  .info .right dl dt {
    width: 100%;
  }
}

.info .right dl dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .right dl dd {
  margin-left: 15px;
}

@media (max-width: 930px) {
  .info .right dl dd {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

.info .right dl dd a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info .right dl dd a:hover {
  color: #e95519;
}

.btn-red {
  border: 1px solid #e95519;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  width: 200px;
  text-indent: 0;
  text-align: center;
  line-height: 1;
  position: relative;
}

@media (max-width: 930px) {
  .btn-red {
    width: 100px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-red a {
  text-decoration: none;
  color: #231815;
  display: block;
  background-image: url(../images/to_right.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 8px 10px 8px;
}

.btn-red a img {
  position: absolute;
  right: 15px;
  top: 9px;
}

@media (max-width: 930px) {
  .btn-red a {
    width: 100%;
  }
}

.btn-red a:hover {
  background-color: #e95519;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.contact {
  margin-top: 95px;
}

@media (max-width: 930px) {
  section.contact {
    margin-top: 35px;
  }
}

.swiper-slide img {
  max-width: 100%;
}

.carousel {
  position: relative;
}

.carousel .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
}

.carousel .swiper-pagination-fraction {
  width: 40px;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}

@media (max-width: 930px) {
  .carousel .swiper-pagination-fraction {
    bottom: 50px;
  }
}

.carousel .swiper-pagination {
  font-style: italic;
  color: white;
  font-family: roboto;
}

.carousel .swiper-pagination .swiper-pagination-current {
  font-size: 3rem;
}

.carousel .swiper-scrollbar-drag {
  background-color: #e95519;
}

.carousel .swiper-slide {
  max-height: 1250px;
}

.carousel .swiper-button-prev, .carousel .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/prev.svg);
  left: 10px;
  right: auto;
}

.carousel .swiper-button-next, .carousel .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/next.svg);
  right: 10px;
  left: auto;
}

.carousel .swiper-button-prev, .carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 930px) {
  .carousel .swiper-button-prev, .carousel .swiper-button-next {
    background-image: none;
  }
}

.carousel .swiper-button-prev:hover, .carousel .swiper-button-next:hover {
  opacity: 0.5;
  cursor: pointer;
}

.carousel .btn-01 {
  position: absolute;
  bottom: 100px;
  z-index: 20;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
  width: 400px;
}

@media (max-width: 930px) {
  .carousel .btn-01 {
    width: 76%;
  }
}

.carousel .btn-01 a {
  position: relative;
}

.carousel .btn-01 a span {
  width: 100%;
  height: 100%;
}

.carousel .btn-01 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: white;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 1200px) {
  .carousel .btn-01 a:hover:before {
    width: 100%;
  }
}

.carousel .btn-01 a img {
  width: 9px !important;
  right: -10px;
}

@media (max-width: 930px) {
  .carousel .btn-01 a img {
    width: 7px !important;
    top: 2px;
  }
}

.carousel .samurai-box {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  right: 20px;
}

@media (max-width: 930px) {
  .carousel .samurai-box {
    bottom: 60px;
    right: 0;
  }
  .carousel .samurai-box img {
    width: 80%;
  }
}

@media (max-width: 930px) {
  .carousel .swiper-pagination-bullets {
    bottom: 40px !important;
  }
}

.carousel .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #e95519;
}

.carousel .swiper-pagination-bullet {
  background: #b2b2b2;
  opacity: 1;
  border-radius: initial;
  width: 60px;
  height: 2px;
}

.carousel .swiper-pagination {
  text-align: right;
  padding-right: 2em;
}

@media (max-width: 930px) {
  .carousel .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-container {
  width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide .slide-content .caption {
  position: absolute;
  top: 25%;
  left: 10%;
  color: #FFF;
  font-size: 2.1rem;
  text-indent: 0;
  line-height: 1;
  padding: 0.3em 0 0.5em 0.5em;
  letter-spacing: 0.3em;
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption {
    top: 20%;
    left: 5%;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption img {
    width: 80%;
  }
}

.swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
  top: 51%;
}

@media (max-width: 1600px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 53%;
  }
}

@media (max-width: 1600px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 54%;
  }
}

@media (max-width: 1500px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 55%;
  }
}

@media (max-width: 1400px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 56%;
  }
}

@media (max-width: 1300px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 57%;
  }
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-01 {
    top: 53%;
  }
}

.swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-03 {
  left: 50%;
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption.mv-caption-03 {
    left: 5%;
  }
}

.swiper-container .swiper-wrapper .swiper-slide .slide-content .lead {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #FFF;
  text-indent: 0;
  font-size: 6.3rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.3em;
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .lead img {
    width: 80%;
  }
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .lead.mv-lead-01 {
    left: 4%;
  }
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .lead.mv-lead-02 {
    left: 4%;
  }
}

.swiper-container .swiper-wrapper .swiper-slide .slide-content .lead.mv-lead-03 {
  left: 50.5%;
  margin-top: 20px;
}

@media (max-width: 930px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-content .lead.mv-lead-03 {
    left: 7%;
    margin-top: 0;
  }
}

.swiper-container .swiper-wrapper .swiper-slide-prev img,
.swiper-container .swiper-wrapper .swiper-slide-active img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fromBottom {
  0% {
    top: 40%;
    opacity: 0;
  }
  100% {
    top: 30%;
    opacity: 1;
  }
}

@keyframes fromBottom {
  0% {
    top: 32%;
    opacity: 0.1;
  }
  100% {
    top: 30%;
    opacity: 1;
  }
}

.swiper-container .swiper-wrapper .swiper-slide-active .lead {
  -webkit-animation: fromBottom .55s ease-in-out 0s;
  animation: fromBottom .55s ease-in-out 0s;
}

@media (min-width: 1200px) {
  #top-page .head-nav.DownMove {
    position: fixed;
  }
  #top-page .head-nav.DownMove a {
    color: black;
  }
  #top-page .head-nav.UpMove {
    position: fixed;
  }
  #top-page .head-nav.UpMove a {
    color: black;
  }
}
/*# sourceMappingURL=style.css.map */