/** @format */

#key {
  z-index: -1;
}

.key-slider .slick-slide span {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.key-slider .slick-slide.first-slide span {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.key-slider .slick-slide.slick-current span {
  -webkit-animation-name: scale;
  animation-name: scale;
}

@media only screen and (max-width: 767px) {
  #key {
    height: auto;
  }

  .key-slider {
    width: 100%;
    height: 100%;
  }

  .key-slider .slick-list,
  .key-slider .slick-track,
  .key-slider .slick-slide {
    width: 100%;
    height: 100%;
  }

  .key-slider .slick-slide span {
    display: block;
    width: 100%;
    height: 100%;
  }

  .key-slider .slide1 {
    background: url("../img/index/sp_key01.jpg") no-repeat center/cover;
  }

  .key-slider .slide2 {
    background: url("../img/index/sp_key02.jpg") no-repeat center/cover;
  }

  .key-slider .slide3 {
    background: url("../img/index/sp_key03.jpg") no-repeat center/cover;
  }

  .key-slider .slide4 {
    background: url("../img/index/sp_key04.jpg") no-repeat center/cover;
  }
}

@media only screen and (min-width: 768px) {
  header h1 {
    color: #9c9c9c;
    bottom: -220px;
  }

  #key {
    height: 700px;
  }

  .key-slider {
    width: 100%;
    height: 100%;
  }

  .key-slider .slick-list,
  .key-slider .slick-track,
  .key-slider .slick-slide {
    width: 100%;
    height: 100%;
  }

  .key-slider .slick-slide img {
    margin: 0 auto;
  }

  .key-slider .slide1 {
    background: url("../img/index/key01.jpg") no-repeat center/cover;
  }

  .key-slider .slide2 {
    background: url("../img/index/key02.jpg") no-repeat center/cover;
  }

  .key-slider .slide3 {
    background: url("../img/index/key03.jpg") no-repeat center/cover;
  }

  .key-slider .slide4 {
    background: url("../img/index/key04.jpg") no-repeat center/cover;
  }
}

@keyframes scale {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes slide-r {
  0% {
    width: 110%;
    transform: translate3d(2%, 0, 0);
  }

  100% {
    width: 110%;
    transform: translate3d(-2%, 0, 0);
  }
}

@keyframes slide-l {
  0% {
    width: 110%;
    transform: translate3d(-2%, 0, 0);
  }

  100% {
    width: 110%;
    transform: translate3d(2%, 0, 0);
  }
}

/* -- -- */
.txt {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .txt-c .txt {
    text-align: center;
  }
}

/* -- -- */
#sec1 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec1 {
    padding: 21vw 0;
  }

  #sec1 h2 {
    width: 60vw;
    margin: 0 auto;
  }

  #sec1 .txt {
    padding-top: 12vw;
  }

  #sec1 .txt br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 120px 0 150px;
  }

  #sec1 h2 {
    padding: 0 0 54px 32px;
  }
}

/* -- -- */
#sec2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    padding-bottom: 19vw;
  }

  #sec2 .wrap {
    padding: 0;
  }

  #sec2 .block1 {
    background: #000 url("../img/index/sec2-deco-map.png") no-repeat top center/75% auto;
    color: #fff;
    padding: 8vw 0 16vw;
  }

  #sec2 .block1 h2 {
    font-weight: 400;
    font-size: 9.8vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto;
    padding-top: 10vw;
    position: relative;
    z-index: 1;
  }

  #sec2 .block1 h2 span {
    display: inline-block;
    width: 9.6vw;
    height: 44vw;
    background-color: #b30c08;
    color: #fff;
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
  }

  #sec2 .block1 h2 small {
    font-size: 7.3vw;
  }

  #sec2 .block1 .photo {
    margin: -24vw -20vw -10vw -16vw;
  }

  #sec2 .block1 .txt {
    color: #e8e8e8;
    padding: 0 5.3vw;
  }

  #sec2 .block1 .txt br {
    display: none;
  }

  #sec2 .block2 {
    padding: 8vw 5.3vw;
    position: relative;
  }

  #sec2 .block2:before {
    content: "";
    height: 40vw;
    background-color: #f1f1f1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #sec2 .block2 .photo {
    margin: 0 -5vw 0 -3vw;
    padding-top: 8vw;
  }

  #sec2 .block2 .button a {
    width: 81.2vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec2:before {
    content: "";
    height: 185px;
    background-color: #f1f1f1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 100px;
  }

  #sec2 .block1 {
    color: #fff;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
  }

  #sec2 .block1:before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #000 url("../img/index/sec2-deco-map.png") no-repeat top right;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
  }

  #sec2 .block1 h2 {
    width: 376px;
    height: 531px;
    font-weight: 400;
    font-size: 74px;
    line-height: 94px;
    letter-spacing: 0.06em;
    margin-right: -20px;
    margin-left: auto;
    padding-top: 74px;
    position: relative;
  }

  #sec2 .block1 h2 span {
    display: inline-block;
    width: 82px;
    height: 330px;
    background-color: #b30c08;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.06em;
    line-height: 82px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 0px;
  }

  #sec2 .block1 h2 small {
    font-size: 55px;
  }

  #sec2 .block1 .photo {
    position: absolute;
    top: 0;
    left: -250px;
  }

  #sec2 .block1 .txt {
    width: 500px;
    text-align: center;
    color: #e8e8e8;
    margin-left: auto;
  }

  #sec2 .catch {
    width: calc(50% - 17px);
    position: absolute;
    top: 643px;
    right: calc(50% + 17px);
    z-index: 1;
  }

  #sec2 .block2 {
    position: relative;
    padding: 35px 0 62px;
  }

  #sec2 .block2:before {
    content: "";
    width: 380px;
    height: 465px;
    background: url("../img/index/sec2-deco-text.png") no-repeat center top/cover;
    position: absolute;
    bottom: 173px;
    right: -250px;
  }

  #sec2 .block2 .logo {
    text-align: right;
    position: relative;
    z-index: 1;
  }

  #sec2 .block2 .photo {
    position: absolute;
    left: -100px;
  }

  #sec2 .block2 .button {
    text-align: right;
    padding-top: 147px;
  }

  #sec2 .block2 .button a {
    width: 320px;
  }
}

@media only screen and (min-width: 1201px) {
  #sec2 .block1 .photo {
    width: 936px;
  }
}

/* -- -- */
#sec3 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec3 {
    padding-bottom: 20vw;
  }

  #sec3 h2 {
    font-weight: 700;
    font-size: 14vw;
    line-height: 1;
    letter-spacing: 0;
  }

  #sec3 h2 span {
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  #sec3 h3 {
    font-weight: 400;
    font-size: 8.6vw;
    line-height: 1.5;
    letter-spacing: 0;
  }

  #sec3 h3 span {
    font-size: 11.3vw;
  }

  #sec3 .set1 {
    background-color: #000;
    color: #fff;
    padding: 12vw 0 20vw;
  }

  #sec3 .set1 h2 {
    color: #b30c08;
    text-align: right;
  }

  #sec3 .set1 h2 span {
    color: #eaeaea;
    border-bottom-color: #f1f1f1;
  }

  #sec3 .set1 .logo {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
    position: relative;
    z-index: 1;
  }

  #sec3 .set1 .photo1 {
    margin-top: -30vw;
  }

  #sec3 .set1 .photo2 {
    padding-top: 10vw;
  }

  #sec3 .set1 h3 {
    padding-top: 6vw;
  }

  #sec3 .set1 .txt {
    padding-top: 5vw;
  }

  #sec3 .set1 .txt br {
    display: none;
  }

  #sec3 .set1 .button {
    padding-top: 5vw;
  }

  #sec3 .set2 {
    position: relative;
    padding: 20vw 0;
  }

  #sec3 .set2:before {
    content: "";
    background: #f1f1f1;
    position: absolute;
    top: 24vw;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #sec3 .set2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/index/sp_sec3-deco-txt.png") no-repeat bottom right/100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec3 .set2 .wrap {
    z-index: 1;
  }

  #sec3 .set2 h2 {
    color: #c02521;
  }

  #sec3 .set2 h2 span {
    display: inline-block;
    color: #000;
    border-bottom-color: #000;
  }

  #sec3 .set2 .photo1 {
    margin-top: -18vw;
  }

  #sec3 .set2 .photo2 {
    width: 70vw;
    margin: 0 auto;
    padding-top: 10vw;
  }

  #sec3 .set2 h3 {
    font-size: 6vw;
  }

  #sec3 .set2 h3 span {
    margin: 0 -6vw;
  }

  #sec3 .set2 .txt {
    padding-top: 5vw;
  }

  #sec3 .set2 .txt br {
    display: none;
  }

  #sec3 .set2 .button {
    padding-top: 5vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 144px 0 122px;
  }

  #sec3 h2 {
    font-weight: 700;
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 0;
  }

  #sec3 h2 span {
    display: inline-block;
    border-bottom: 1px solid;
  }

  #sec3 h3 {
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.06em;
    line-height: 87px;
  }

  #sec3 h3 span {
    font-size: 65px;
    letter-spacing: 0.06em;
  }

  #sec3 .set1 {
    color: #fff;
    padding: 48px 0 56px;
    margin-bottom: 115px;
    position: relative;
  }

  #sec3 .set1:before {
    content: "";
    width: calc(50% + 658px);
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
  }

  #sec3 .set1 .wrap {
    z-index: 1;
  }

  #sec3 .set1 h2 {
    width: 1090px;
    color: #b30c08;
    text-align: right;
    margin: 0 -60px;
  }

  #sec3 .set1 h2 span {
    color: #eaeaea;
    border-bottom-color: #f1f1f1;
    padding: 0 0 12px 23px;
    margin-bottom: 8px;
  }

  #sec3 .set1 .logo {
    margin: -24px 0 0 83px;
  }

  #sec3 .set1 .photo1 {
    position: absolute;
    top: 16px;
    right: -250px;
  }

  #sec3 .set1 .photo1 img {
    filter: drop-shadow(5px 19px 30px rgba(0, 0, 0, 0.35));
  }

  #sec3 .set1 h3 {
    padding-top: 13px;
  }

  #sec3 .set1 .txt {
    width: 410px;
    font-size: 17.6px;
    line-height: 44px;
    padding-top: 15px;
  }

  #sec3 .set1 .photo2 {
    position: absolute;
    bottom: 0;
    left: -10px;
  }

  #sec3 .set1 .button {
    text-align: right;
    padding-top: 158px;
    padding-bottom: 60px;
  }

  #sec3 .set2 {
    position: relative;
    padding-bottom: 100px;
  }

  #sec3 .set2:before {
    content: "";
    width: calc(50% + 658px);
    background: #f1f1f1 url("../img/index/sec3-deco-txt.png") no-repeat bottom 8px right 10px;
    position: absolute;
    top: 54px;
    bottom: 0;
    left: 0;
  }

  #sec3 .set2 .wrap {
    z-index: 1;
  }

  #sec3 .set2 h2 {
    color: #c02521;
  }

  #sec3 .set2 h2 span {
    color: #000;
    border-bottom-color: #000;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }

  #sec3 .set2 .photo1 {
    position: absolute;
    top: 200px;
    left: -250px;
  }

  #sec3 .set2 h3 {
    width: 560px;
    font-size: 35px;
    position: absolute;
    top: 172px;
    right: -90px;
  }

  #sec3 .set2 h3 span {
    text-indent: -40px;
    display: inline-block;
  }

  #sec3 .set2 .txt {
    width: 430px;
    font-size: 17.6px;
    line-height: 44px;
    margin-left: auto;
    padding-top: 14px;
  }

  #sec3 .set2 .photo2 {
    position: absolute;
    right: 38px;
    bottom: 41px;
    z-index: 1;
  }

  #sec3 .set2 .photo2 img {
    box-shadow: 5px 19px 30px 0px rgba(0, 0, 0, 0.35);
  }

  #sec3 .set2 .button {
    text-align: center;
    padding-top: 294px;
  }
}

/* -- -- */
#sec4 {
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec4 {
    background-color: #000;
    padding: 16vw 0 20vw;
    margin-bottom: 20vw;
  }

  #sec4 h2 {
    font-weight: 400;
    font-size: 13.3vw;
    line-height: 1;
    letter-spacing: 0.06em;
    padding-top: 16vw;
    position: relative;
    z-index: 1;
  }

  #sec4 .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44vw;
    height: 44vw;
    font-weight: 400;
    font-size: 4.4vw;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50vw;
    right: 2vw;
    z-index: 1;
  }

  #sec4 .catch:after {
    content: "";
    width: 4vw;
    height: 4vw;
    background-color: #000;
    position: absolute;
    top: 14vw;
    right: -2vw;
  }

  #sec4 .txt {
    padding-top: 4vw;
  }

  #sec4 .txt br {
    display: none;
  }

  #sec4 .photo {
    padding-top: 4vw;
  }

  #sec4 .button {
    padding-top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 140px 0 85px;
  }

  #sec4:before {
    content: "";
    width: 1240px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec4 .wrap {
    z-index: 1;
  }

  #sec4 .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    height: 252px;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.06em;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -83px;
    left: 477px;
    z-index: 1;
  }

  #sec4 .catch:after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #000;
    position: absolute;
    top: 64px;
    right: 0;
  }

  #sec4 h2 {
    font-weight: 400;
    font-size: 100px;
    line-height: 96px;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 2;
  }

  #sec4 .txt {
    width: 390px;
    padding-top: 23px;
  }

  #sec4 .photo1 {
    width: 616px;
    position: absolute;
    top: 112px;
    right: -60px;
  }

  #sec4 .photo2 {
    position: absolute;
    bottom: -24px;
    left: 0;
  }

  #sec4 .button {
    text-align: right;
    padding: 297px 60px 0 0;
  }
}

/* --- --- */
#sec5 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    background-color: #f1f1f1;
    padding: 12vw 0 16vw;
  }

  #sec5:before {
    content: "";
    width: 16vw;
    height: 100%;
    background: url("../img/index/sec5-deco.jpg") repeat-y center top/100% auto;
    position: absolute;
    top: 0;
    right: 2.6vw;
  }

  #sec5 h2 {
    font-weight: 400;
    font-size: 15.3vw;
    line-height: 1;
    letter-spacing: 0;
  }

  #sec5 h2 span {
    display: block;
    width: 90%;
    font-size: 2.4vw;
    line-height: 0.8;
    letter-spacing: 0.06em;
    color: #393939;
    border-bottom: 1px solid #9d9d9d;
    margin: 2vw 0 0 2vw;
  }

  #sec5 h3 {
    font-weight: 400;
    font-size: 6vw;
    line-height: 1.5;
    padding-top: 4vw;
  }

  #sec5 h3 span {
    font-size: 8vw;
  }

  #sec5 .txt {
    padding-top: 5vw;
  }

  #sec5 .photo {
    width: 70%;
    margin: 0 auto;
    padding-top: 2vw;
  }

  #sec5 .button {
    padding-top: 5vw;
  }

  #sec5 .button a:after {
    content: "";
    width: 4vw;
    height: 4vw;
    border-top: 0;
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    top: 50%;
    right: 6vw;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 130px 0;
  }

  #sec5 .wrap {
    padding: 70px 0 78px;
  }

  #sec5 .wrap:before {
    content: "";
    width: 1120px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  #sec5 .wrap:after {
    content: "";
    width: 121px;
    height: 100%;
    background: url("../img/index/sec5-deco.jpg") repeat-y center top;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #sec5 h2 {
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
    margin-left: -8px;
  }

  #sec5 h2 span {
    display: block;
    width: 528px;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: 0.06em;
    color: #393939;
    border-bottom: 1px solid #9d9d9d;
    margin: 16px 0 0 15px;
  }

  #sec5 h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 65px;
    padding: 20px 0 0 4px;
  }

  #sec5 h3 span {
    font-size: 53px;
  }

  #sec5 .txt {
    width: 528px;
    padding: 14px 0 0 6px;
  }

  #sec5 .photo {
    position: absolute;
    top: -46px;
    right: -10px;
    z-index: 1;
  }

  #sec5 .button {
    text-align: right;
    position: relative;
    z-index: 1;
    margin: -50px 48px 0 0;
  }

  #sec5 .button a:after {
    content: "";
    width: 19px;
    height: 19px;
    border-top: 0;
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* --- --- */
#sec6 {
  background-color: #000;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec6 {
    padding: 24vw 0 20vw;
  }

  #sec6 h2 {
    width: max-content;
    font-weight: 400;
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto;
  }

  #sec6 h2 span {
    display: block;
    border-bottom: 1px solid #d1d1d1;
    color: #d1d1d1;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 0.8;
    letter-spacing: 0.06em;
    margin-bottom: 3vw;
  }

  #sec6 .box {
    position: relative;
    z-index: 1;
  }

  #sec6 .box li {
    padding-top: 6.6vw;
  }

  #sec6 .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38.6vw;
    position: relative;
  }

  #sec6 .box a:before {
    content: "";
    border: 1px solid #666;
    position: absolute;
    top: 2vw;
    right: -2vw;
    bottom: -2vw;
    left: 2vw;
    z-index: -1;
  }

  #sec6 .box .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #sec6 .box .photo:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }

  #sec6 .box .photo img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
  }

  #sec6 .box h3 {
    font-weight: 400;
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0;
  }

  #sec6 .box .more {
    font-weight: 400;
    font-size: 4vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding-right: 18vw;
    position: absolute;
    bottom: 4vw;
    right: 0;
  }

  #sec6 .box .more:after {
    content: "";
    width: 14.6vw;
    border-top: 2px solid #fff;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
  }

  #sec6 .box .more.blank:after {
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    width: 4vw;
    height: 4vw;
    border-top: 0;
    top: 50%;
    right: 7vw;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 148px 0 136px;
  }

  #sec6 h2 {
    width: 320px;
    font-weight: 400;
    font-size: 33px;
    line-height: 56px;
    letter-spacing: 0.06em;
    margin: 0 auto;
    padding-bottom: 76px;
  }

  #sec6 h2 span {
    display: block;
    border-bottom: 1px solid #d1d1d1;
    color: #d1d1d1;
    font-weight: 400;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    padding-left: 6px;
  }

  #sec6 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 56px 60px;
    margin: 0 -30px;
    position: relative;
    z-index: 1;
  }

  #sec6 .box li {
    width: calc(50% - 30px);
    height: 300px;
  }

  #sec6 .box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  #sec6 .box li a:before {
    content: "";
    border: 1px solid #666;
    position: absolute;
    top: 7px;
    right: -7px;
    bottom: -7px;
    left: 7px;
    z-index: -1;
  }

  #sec6 .box li a:hover {
    opacity: 1;
  }

  #sec6 .box li a:hover .photo:after {
    opacity: 0;
  }

  #sec6 .box li .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #sec6 .box li .photo:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }

  #sec6 .box li .photo img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    object-fit: cover;
  }

  #sec6 .box li h3 {
    font-weight: 400;
    font-size: 33px;
    line-height: 56px;
    letter-spacing: 0.06em;
  }

  #sec6 .box li .more {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 24px;
    padding-right: 77px;
    position: absolute;
    bottom: 24px;
    right: 0;
  }

  #sec6 .box li .more:after {
    content: "";
    width: 64px;
    border-top: 2px solid #fff;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
  }

  #sec6 .box li .more.blank:after {
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    width: 19px;
    height: 19px;
    border-top: 0;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
  }
}

/* --- --- */
#sec7 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec7 {
    padding: 13.3vw 5.3vw 5.3vw;
  }

  #sec7 .wrap {
    background: #f1f1f1;
    text-align: center;
    padding: 20vw 5.3vw;
  }

  #sec7 h2 {
    width: max-content;
    font-weight: 400;
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto;
  }

  #sec7 h2 span {
    display: block;
    font-weight: 400;
    font-size: 2.6vw;
    line-height: 0.8;
    letter-spacing: 0.06em;
    margin-bottom: 4vw;
  }

  #sec7 .txt {
    font-size: 4vw;
    line-height: 2;
    padding-top: 8vw;
  }

  #sec7 .catch {
    font-weight: 400;
    font-size: 4.2vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    background: url("../img/index/sec7-catch.png") no-repeat center bottom/100% auto;
    padding: 8vw 0 12vw;
  }

  #sec7 .catch small {
    font-size: 2.8vw;
  }

  #sec7 .catch span {
    font-size: 5.6vw;
    color: #741e2a;
  }

  #sec7 .button {
    padding-top: 3.2vw;
  }

  #sec7 .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    box-sizing: border-box;
    background-color: #741e2a;
    width: 76.8vw;
    margin: 0 auto;
    padding-right: 6vw;
    box-sizing: border-box;
  }

  #sec7 .button a:before {
    content: "";
    display: block;
    width: 6vw;
    height: 6vw;
    background: url("../img/shared/icon-cart.png") no-repeat center top/cover;
  }

  #sec7 .button a:after {
    width: 4vw;
    height: 4vw;
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 100px 0 108px;
  }

  #sec7 .wrap {
    background: #f1f1f1;
    text-align: center;
    padding: 110px 0 115px;
  }

  #sec7 h2 {
    font-weight: 400;
    font-size: 33px;
    line-height: 56px;
    letter-spacing: 0.06em;
  }

  #sec7 h2 span {
    display: block;
    color: #393939;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding-bottom: 3px;
  }

  #sec7 .txt {
    width: max-content;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 32px;
  }

  #sec7 .catch {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.06em;
    background: url("../img/index/sec7-catch.png") no-repeat center bottom;
    padding: 66px 0 61px;
  }

  #sec7 .catch span {
    font-size: 33px;
    color: #741e2a;
  }

  #sec7 .catch small {
    font-size: 20px;
  }

  #sec7 .button {
    padding-top: 16px;
  }

  #sec7 .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-right: 32px;
    box-sizing: border-box;
    background-color: #741e2a;
    margin: 0 auto;
  }

  #sec7 .button a:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/shared/icon-cart.png") no-repeat center top/cover;
  }

  #sec7 .button a:after {
    width: 19px;
    height: 19px;
    background: url("../img/shared/icon-blank-white.png") no-repeat center top/cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-top: 0;
  }
}
/*# osirase template */
#oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:left;
	background:#000;/*適時変更 */
	box-shadow: 0px 0px 0 5px #000;/*適時変更 */
	border:1px solid #fff;/*適時変更 */
	color:#fff;/*適時変更 */
	font-size:4vw;/*適時変更 */
	padding:15px 10px;
	display:block;
	width:calc(100vw - 30px);/*100vwからshadow分を引く（左右　5px+5px）*/
	margin:-15px auto -10px;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
}



@media screen and (min-width:1000px) {
#oshirase{
	font-size:16px;/*適時変更 */
	display:block;
	width:450px;
text-align:center;
	margin: 100px auto 0;
}
}