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

.ob-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeKey {
  position: relative;
  height: 120vw;
  background-color: #fff;
}
.swiper-container {
  position: relative;
  height: 100%;
}
.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.swiper-wrapper {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bg_sl {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-slide .bg {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
.image01 {
  background-image: url("../img/abutake/key_p1.jpg");
}
.image02 {
  background-image: url(../img/abutake/key_p2.jpg);
}
.image03 {
  background-image: url(../img/abutake/key_p3.jpg);
}
.img-zoom {
  z-index: 50 !important;
  -webkit-animation: zoom 4.5s linear forwards;
  animation: zoom 4.5s linear forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.slide-in-next::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-next::after {
  -webkit-animation: slide-in-next 1.8s ease;
  animation: slide-in-next 1.8s ease;
}
@-webkit-keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
@keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
.slide-in-prev::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-prev::after {
  -webkit-animation: slide-in-prev 1.8s ease;
  animation: slide-in-prev 1.8s ease;
}
@-webkit-keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}
@keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}

/* key */
#key {
  overflow: hidden;
}

#key .sub-logo {
 width: 100px;
  position: absolute;
 left: 5%;
  bottom: 2vw;z-index: 9;
}


@media only screen and (min-width: 768px) {
  .homeKey {
    height: 786px;
  }
  #key {
    margin-left: 150px;
    height: 786px;
  }
  #key .sub-logo {


    width: auto;
    bottom: 64px;
    left: 85px;
  }
}

/* sec1 */
#sec1 {
  position: relative;
  padding: 7vw 0 15vw;
  background: #efefef;
}
#sec1 .photo {
  margin-bottom: 6vw;
  margin: -3vw -3% 2vw;
}
#sec1 .col h2 {
  font-size: 7.73vw;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6vw;
  letter-spacing: 0.1em;
}
#sec1 .col h2 small {
  font-size: 6.4vw;
}
#sec1 .col h2 span {
  background: #000;
  font-size: 4vw;
  color: #fff;
  padding: 3vw 10%;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 102px 0 104px;
    margin-top: 149px;
  }
  #sec1 .wrap {
    max-width: 1272px;
    padding: 0 20px;
  }
  #sec1 .photo {
    margin-bottom: 20px;
    margin: 0;
    top: -255px;
    position: absolute;
    right: calc(50% - 50vw);
    left: calc(50% - 110px);
  }
  #sec1 .col {
    width: 520px;
    position: relative;
    z-index: 5;
  }
  #sec1 .col h2 {
    font-size: 58px;
    margin-bottom: 37px;
  }
  #sec1 .col h2 small {
    font-size: 48px;
  }
  #sec1 .col h2 span {
    font-size: 30px;
    padding: 15px 66px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  #sec1 .col .txt {
    width: 476px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .photo {
    max-width: 80%;
    right: -132px;
    top: -149px;
  }
  #sec1 .photo img {
    max-width: 100%;
    height: auto
  }
}

/* sec2 */
#sec2 {
  position: relative;
  padding: 15vw 0 15vw;
}
#sec2::before {
  content: "";
  position: absolute;
  background: url("../img/abutake/sec2_deco1.png") no-repeat;
  left: -5%;
  top: 5vw;
  right: 0;
  height: 60vw;
  background-size: 100%;
}
#sec2 h2 {
  text-align: center;
  margin-bottom: 6vw;
}
#sec2 h2 span {
  background: #000;
  font-size: 7.2vw;
  color: #fff;
  padding: 3vw 10%;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
  display: inline-block;
}
#sec2 h2 span small {
  font-size: 5.8vw;
}
#sec2 .row {
  flex-wrap: nowrap;
}
#sec2 .row .col {
  width: 31.5%;
}
#sec2 .row .col .photo {
  margin-bottom: 4vw;
}
#sec2 .row .col .ttl dt {
  font-size: 3.5vw;
  margin-bottom: 3vw;
  letter-spacing: -0.05em;
  border-bottom: 2px solid;
}
#sec2 .row .col .ttl dd {
  font-size: 13px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 149px 0 140px;
  }
  #sec2 .wrap {
    max-width: 1415px;
    padding: 0 20px;
  }
  #sec2::before {
    width: 1194px;
    height: 321px;
    background-size: auto;
    left: -70px;
    top: 90px;
  }
  #sec2 h2 {
    margin-bottom: 44px;
  }
  #sec2 h2 span {
    font-size: 54px;
    padding: 33px 60px 29px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  #sec2 h2 span small {
    font-size: 44px;
  }
  #sec2 .row {
    flex-wrap: wrap;
  }
  #sec2 .row .col {
    width: 850px;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .row .col.col2 {
    order: 3;
    flex-direction: row-reverse;
    margin-top: -370px;
    width: 819px;
    justify-content: space-between;
    margin-left: 89px;
  }
  #sec2 .row .col.col2 .ttl {
    align-self: flex-end;
    padding-top: 0;
    margin-bottom: 40px;
    margin-right: 20px;
    width: 330px;
  }
  #sec2 .row .col.col2 .ttl dt {
    text-align: right;
  }
  #sec2 .row .col.col2 .ttl dt::after {
    left: -14px;
    right: -50px;
  }
  #sec2 .row .col.col3 {
    flex-direction: column;
    width: 438px;
  }
  #sec2 .row .col .photo {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
  }
  #sec2 .row .col .ttl {
    width: 360px;
    padding-top: 62px;
  }
  #sec2 .row .col .ttl dt {
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    padding-bottom: 18px;
    border-bottom: 0;
    position: relative;
  }
  #sec2 .row .col .ttl dt::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    right: 16px;
    left: -50px;
    bottom: -2px;
  }
  #sec2 .row .col .ttl dd {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 330px;
  }
  #sec2 .row .col.col3 .photo {
    margin-bottom: -2px;
  }
  #sec2 .row .col.col3 .ttl {
    margin-left: 65px;
  }
  #sec2 .row .col.col3 .ttl dt {
    margin-bottom: 0px;
  }
  #sec2 .row .col.col3 .ttl dt::after {
    width: 2px;
    height: 265px;
    top: -60px;
    left: -39px;
  }
  #sec2 .row .col.col3 .ttl dd {
    width: 279px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  #sec2 .row .col .photo {
    max-width: 48%;
  }
  #sec2 .row .col .photo img {
    max-width: 100%;
    height: auto;
  }
  #sec2 .row .col {
    max-width: 60%;
  }
  #sec2 .row .col.col2 {
    margin-top: -320px;
    margin-left: 11px;
  }
  #sec2 .row .col.col3 .photo {
    max-width: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .row .col.col3 {
    max-width: 32%;
  }
  #sec2 .row .col.col3 .photo {
    max-width: 77%;
  }
  #sec2 .row .col .photo {
    max-width: 41%;
    margin-right: 20px;
  }
  #sec2 .row .col.col2 {
    margin-top: -227px;
    margin-left: 60px;
  }
}


/* sec3 */
#sec3 .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
}
#sec3 .item .left {
  padding: 0 5% 15vw;
  background: url("../img/abutake/sec3_deco.png") repeat-x center bottom;
  background-size: 20%;
}
#sec3 .item .left h2 {
  font-size: 7.2vw;
  margin-bottom: 6vw;
  text-align: center;
  line-height: 1.3;
}
#sec3 .item .left h2 span {
  color: #d6302b;
  font-weight: normal;
  display: inline-block;
  position: relative;
  font-size: 5.4vw;
}
#sec3 .item .left h2 span::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #d6302b;
  left: calc(50% - 50vw);
  right: 1%;
  bottom: 0.5vw;
}
#sec3 .item .left .time {
  font-size: 18px;
  text-align: center;
  margin-bottom: 2vw;
  color: #d6302b;
}
#sec3 .item .left .list {
  justify-content: center;
  margin-bottom: 10vw;
}
#sec3 .item .left .list li {
  margin: 0 2%;
}
#sec3 .item .left .ttl {
  font-size: 6vw;
  margin-bottom: 1vw;
  text-align: center;
  line-height: 1.8;
}
#sec3 .item .left .ttl span {
  font-size: 3vw;
  background: #000;
  color: #fff;
  padding: 1% 4%;
  display: inline-block;
  margin-bottom: 3vw;
}
#sec3 .item .left .price {
  text-align: center;
  font-size: 16px;
  color: #d6302b;
  margin-bottom: 5vw;
}
#sec3 .item .right {
  margin-bottom: 7vw;
}
@media only screen and (min-width: 768px) {
  #sec3 .item {
    flex-direction: row;
    justify-content: space-between;
  }
  #sec3 .item .left {
    padding: 95px 20px 140px;
    background-size: auto;
    min-width: 620px;
    width: 68%;
  }
  #sec3 .item.item2 .left {
    padding-top: 150px;
  }
  #sec3 .item .left h2 {
    font-size: 55px;
    margin-bottom: 20px;
    width: 311px;
    margin: 0 auto 50px;
    text-align: left;
    letter-spacing: 3px;
  }
  #sec3 .item .left h2 span {
    font-size: 40px;
    width: 309px;
    text-align: left;
    letter-spacing: 5px;
  }
  #sec3 .item .left h2 span::after {
    right: 210px;
    height: 4px;
    bottom: 4px;
  }
  #sec3 .item .left .time {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #sec3 .item .left .list {
    width: 462px;
    margin: 0 auto 48px;
    padding-left: 39px;
  }
  #sec3 .item .left .list li {
    margin: 0 5px;
  }
  #sec3 .item .left .ttl {
    font-size: 45px;
    margin-bottom: 14px;
    margin-left: 42px;
    line-height: 50px;
  }
  #sec3 .item .left .ttl span {
    font-size: 20px;
    margin-bottom: 21px;
    padding: 0px 17px;
    line-height: 38px;
  }
  #sec3 .item .left .price {
    font-size: 20px;
    margin-bottom: 26px;
    padding-left: 38px;
  }
  #sec3 .item .right {
    margin-bottom: 0;
    min-width: 600px;
    width: 72%;
  }
  #sec3 .item .right .sticky {
    block-size: 100lvh;
    clip-path: inset(0);
    inline-size: 100%;
    position: relative;
    min-height: 100%;
  }
  #sec3 .item .right .sticky .photo {
    bottom: 0;
    position: fixed;
    top: calc(1.22449vw + 70.40816px);
  }
  #sec3 .item .left .txt {
    text-align: center;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .item .left {
    min-width: 520px;
  }
}

/* sec4 */
#sec4 {
  position: relative;
  padding: 15vw 0 15vw;
  background: #efefef;
}
#sec4 h2 {
  text-align: center;
  font-size: 7.7vw;
  margin-bottom: 8vw;
}
#sec4 h2 span {
  width: 60%;
  margin: 0 auto 3vw;
  display: block;
}
#sec4 h2 small {
  font-size: 6.4vw;
}
#sec4 .box .photo {
  height: 93vw;
  margin-bottom: 9vw;
}
#sec4 .box .photo img {
  object-position: right;
}
#sec4 .box .col dl {
  margin-bottom: 9vw;
}
#sec4 .box .col dl dt {
  width: 27%;
  margin: 0 auto 3vw;
}
#sec4 .box .col dl dd {
  font-size: 5.73vw;
  text-align: center;
}
#sec4 .box .col dl dd span {
  font-size: 4.7vw;
}
#sec4 .txt {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 135px 0 167px;
  }
  #sec4 .wrap {
    max-width: 1332px;
    padding: 0 20px;
  }
  #sec4 h2 {
    font-size: 58px;
    margin-bottom: 79px;
    letter-spacing: 5px;
  }
  #sec4 h2 span {
    margin: 0 auto 20px;
  }
  #sec4 h2 small {
    font-size: 48px;
  }
  #sec4 .box {
    background: url("../img/abutake/sec4_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 89px 35px 105px;
    margin-bottom: 70px;
  }
  #sec4 .box .col dl {
    margin-bottom: 25px;
    display: flex;
    width: 730px;
    align-items: flex-end;
  }
  #sec4 .box .col dl:nth-child(3) {
    margin-top: 36px;
  }
  #sec4 .box .col dl:nth-child(3) dt {
    margin-top: -37px;
    align-self: anchor-center;
  }
  #sec4 .box .col dl:nth-child(3) dd {
    margin-top: 30px;
    text-align: left;
  }
  #sec4 .box .col dl dt {
    margin: 0 29px;
    width: 110px;
  }
  #sec4 .box .col dl dd {
    font-size: 34px;
    align-self: flex-end;
    letter-spacing: 4px;
    line-height: 57px;
  }
  #sec4 .box .col dl dd span {
    font-size: 43px;
  }
  #sec4 .txt {
    margin-bottom: 64px;
    text-align: center;
  }
  #sec4 .bnr-shared {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec4 .box {
    background-position: right top;
  }
  #sec4 .box .col dl dd {
    text-shadow: 0px 0px 10px #fff;
  }
}