.index-mv {
  margin-top: 123px;
}

@media screen and (max-width: 800px) {
  .index-mv {
    margin-top: 0;
  }
}

.index-mv .mv-list.only-pc .mv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-mv .mv-list.only-pc .mv-item .left {
  width: 67%;
}

.index-mv .mv-list.only-pc .mv-item .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  background: url(../images/index/mv-right-bg.png);
}

.index-mv .mv-list.only-pc .mv-item .right > img:first-of-type {
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25%;
  height: auto;
}

.index-mv .mv-list.only-pc .mv-item .right .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

.index-mv .mv-list.only-pc .mv-item.type1 .right .detail img {
  width: 65%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.index-mv .mv-list.only-pc .mv-item.type1 .right .detail img:first-of-type, .index-mv .mv-list.only-pc .mv-item.type1 .right .detail img:nth-of-type(2) {
  margin-bottom: 20px;
}

.index-mv .mv-list.only-pc .mv-item.type1 .right .detail img:nth-of-type(3) {
  margin-bottom: 27px;
}

.index-mv .mv-list.only-pc .mv-item.type1 .right .detail img.act {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.index-mv .mv-list.only-pc .mv-item.type2 .right .detail img {
  height: auto;
}

.index-mv .mv-list.only-pc .mv-item.type2 .right .detail img:first-of-type {
  margin-bottom: 25px;
  width: 68%;
}

.index-mv .mv-list.only-pc .mv-item.type2 .right .detail img:nth-of-type(2) {
  margin-bottom: 20px;
  width: 70%;
}

.index-mv .mv-list.only-pc .mv-item.type2 .right .detail img:nth-of-type(3) {
  margin-bottom: 45px;
  width: 70%;
}

.index-mv .mv-list.only-pc .mv-item.type2 .right .detail img:nth-of-type(4) {
  width: 90%;
}

.index-mv .mv-list.only-pc .mv-item.type3 .right .detail img {
  height: auto;
}

.index-mv .mv-list.only-pc .mv-item.type3 .right .detail img:first-of-type {
  margin-bottom: 15px;
  width: 66%;
}

.index-mv .mv-list.only-pc .mv-item.type3 .right .detail img:nth-of-type(2) {
  margin-bottom: 15px;
  width: 47%;
}

.index-mv .mv-list.only-pc .mv-item.type3 .right .detail img:nth-of-type(3) {
  width: 70%;
}

.sec-lead {
  position: relative;
  padding-bottom: 100px;
  background: url(../images/index/sec-lead-bg.png) repeat;
}

@media screen and (max-width: 800px) {
  .sec-lead {
    padding-bottom: 50px;
  }
}

.sec-lead > .deco-top {
  width: 100%;
  height: auto;
}

.sec-lead > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-lead > .wrapper {
    width: 100%;
  }
}

.sec-lead .ttl {
  text-align: center;
  margin-bottom: 60px;
}

.sec-lead .ttl .inner {
  position: relative;
  display: inline-block;
}

.sec-lead .ttl .inner:before {
  position: absolute;
  left: -53px;
  bottom: 0;
  display: block;
  width: 95px;
  height: 22px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-lead .ttl .inner:after {
  position: absolute;
  right: -60px;
  top: 0;
  display: block;
  width: 110px;
  height: 37px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-lead .ttl .inner .txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .sec-lead .ttl .inner .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 800px) {
  .sec-lead .ttl {
    margin-bottom: 40px;
  }
}

.sec-lead .content-list {
  font-family: "Noto Serif JP", serif;
}

.sec-lead .content-list .content-item {
  margin-bottom: 55px;
}

@media screen and (max-width: 800px) {
  .sec-lead .content-list .content-item {
    margin-bottom: 35px;
  }
}

.sec-lead .content-list .content-item:first-of-type .content-ttl:before {
  content: "1";
}

.sec-lead .content-list .content-item:nth-of-type(2) .content-ttl:before {
  content: "2";
}

.sec-lead .content-list .content-item:nth-of-type(3) .content-ttl:before {
  content: "3";
}

.sec-lead .content-list .content-item:nth-of-type(4) .content-ttl:before {
  content: "4";
}

.sec-lead .content-list .content-item:last-of-type {
  margin-bottom: 0;
}

.sec-lead .content-list .content-item .content-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.sec-lead .content-list .content-item .content-ttl:before {
  display: block;
  border-radius: 25px;
  margin-right: 18px;
  width: 50px;
  height: 50px;
  background-color: #4C4E90;
  font-family: inherit;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-lead .content-list .content-item .content-ttl:before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.sec-lead .content-list .content-item .content-ttl .txt {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 90%;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .sec-lead .content-list .content-item .content-ttl .txt {
    font-size: 20px;
  }
}

.sec-lead .content-list .content-item .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-lead .content-list .content-item .content-body:before {
  display: block;
  margin: 0 40px 0 25px;
  width: 2px;
  height: inherit;
  background-color: #C8A655;
  content: "";
}

@media screen and (max-width: 800px) {
  .sec-lead .content-list .content-item .content-body:before {
    margin: 0 20px 0 15px;
  }
}

.sec-lead .content-list .content-item .content-body .txt {
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .sec-lead .content-list .content-item .content-body .txt {
    font-size: 16px;
  }
}

.sec-pickup {
  padding: 100px 0 150px;
}

@media screen and (max-width: 800px) {
  .sec-pickup {
    padding: 50px 0;
  }
}

.sec-pickup .ttl {
  text-align: center;
  margin-bottom: 70px;
}

.sec-pickup .ttl .inner {
  position: relative;
  display: inline-block;
}

.sec-pickup .ttl .inner:before {
  position: absolute;
  left: -53px;
  bottom: 0;
  display: block;
  width: 95px;
  height: 22px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-pickup .ttl .inner:after {
  position: absolute;
  right: -60px;
  top: 0;
  display: block;
  width: 110px;
  height: 37px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-pickup .ttl .inner .txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .sec-pickup .ttl .inner .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 800px) {
  .sec-pickup .ttl {
    margin-bottom: 30px;
  }
}

.sec-pickup .slider-list {
  margin-bottom: 150px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list {
    margin-bottom: 70px;
  }
}

.sec-pickup .slider-list > .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  width: 40px;
  height: 40px;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list > .slick-arrow {
    top: calc(100% + 20px);
    width: 30px;
    height: 30px;
  }
}

.sec-pickup .slider-list > .slick-arrow.prev-btn {
  left: 50%;
  -webkit-transform: translateX(-520px);
          transform: translateX(-520px);
  background-image: url(../images/icon/icon-slider-arrow-left.png);
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list > .slick-arrow.prev-btn {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

.sec-pickup .slider-list > .slick-arrow.next-btn {
  left: 50%;
  -webkit-transform: translateX(480px);
          transform: translateX(480px);
  background-image: url(../images/icon/icon-slider-arrow-right.png);
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list > .slick-arrow.next-btn {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

.sec-pickup .slider-list .slider-item {
  position: relative;
  margin: 0 50px;
  padding: 20px;
  width: 900px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item {
    margin: 0 15px;
    padding: 20px 10px;
    width: 300px;
  }
}

.sec-pickup .slider-list .slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  width: 40%;
  height: 80%;
  content: "";
}

.sec-pickup .slider-list .slider-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 40%;
  height: 80%;
  content: "";
}

.sec-pickup .slider-list .slider-item > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: url(../images/footer/bg.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}

.sec-pickup .slider-list .slider-item > .inner > .img-box {
  width: 455px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner > .img-box {
    margin-bottom: 10px;
    width: 100%;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail {
    max-width: none;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .detail-ttl {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .detail-ttl {
    font-size: 20px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .religion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 25px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .religion {
    font-size: 15px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .religion:before {
  display: block;
  width: 22px;
  height: 30px;
  content: "";
  background-image: url(../images/icon/icon-religion-big.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .religion:before {
    width: 12px;
    height: 20px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 25px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .price {
    font-size: 15px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .price:before {
  display: block;
  width: 22px;
  height: 26px;
  content: "";
  background-image: url(../images/icon/icon-price-big.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-top: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .price:before {
    width: 12px;
    height: 16px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner .red {
  color: #E30707;
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner > .red {
  margin-right: 10px;
  font-size: 50px;
  font-weight: 500;
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) .tax {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .price .inner > .red {
    font-size: 37px;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) {
  line-height: 1.0;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) {
    line-height: 1.3;
 }
}

.sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) .red {
  font-size: 24px;
}


@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) .tax {
    font-size: 12px;
  }
  .sec-pickup .slider-list .slider-item > .inner .detail .price .inner > span:nth-of-type(2) .red {
    font-size: 14px;
  }
  
}



.sec-pickup .slider-list .slider-item > .inner .detail .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 236px;
  background-color: #4C4E90;
  color: #fff;
}

@media screen and (min-width: 801px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .more-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .more-btn {
    width: 100%;
  }
}

.sec-pickup .slider-list .slider-item > .inner .detail .more-btn:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/icon/icon-triangle-wt.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.sec-pickup .slider-list .slider-item > .inner .detail .more-btn .txt {
  display: inline-block;
  margin-right: 25px;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .sec-pickup .slider-list .slider-item > .inner .detail .more-btn .txt {
    margin-right: 10px;
  }
}

.sec-pickup .menu-list {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .sec-pickup .menu-list {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .sec-pickup .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .sec-pickup .menu-list .menu-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .sec-pickup .menu-list .menu-item:last-of-type {
    margin-bottom: 0;
  }
}

.sec-pickup .menu-list .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 485px;
  height: 365px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media screen and (min-width: 801px) {
  .sec-pickup .menu-list .menu-item > a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .sec-pickup .menu-list .menu-item > a {
    width: 100%;
    height: 250px;
  }
}

.sec-pickup .menu-list .menu-item > a .txt {
  display: inline-block;
  margin-right: 60px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .sec-pickup .menu-list .menu-item > a .txt {
    margin-right: 30px;
    font-size: 20px;
  }
}

.sec-pickup .menu-list .menu-item.flow > a {
  background-image: url(../images/index/pickup-flow-bg.png);
}

.sec-pickup .menu-list .menu-item.performance > a {
  background-image: url(../images/index/pickup-performance-bg.png);
}