main {
  overflow: visible;
}

.deco {
  width: 25vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .deco {
    width: auto;
    text-align: center;
  }
}

/*--------------------------------------
  key
--------------------------------------*/
#head-key .key-content {
  background: var(--orange);
}
#head-key .key-content:before {
  background: url('../img/shared/c-deco.png') no-repeat center;
  background-size: contain;
}
/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  position: relative;
  z-index: 1;
}
#lead .bg {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
}
#lead .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
#lead .main {
  margin-top: -50vh;
  padding: 86vw 0 20vw;
  background: linear-gradient(to top, #f3f3f3 70%, rgba(255, 255, 255, 0) 100%);
}
#lead .main h2 {
  --gap: -1.8vw;
  line-height: 1.625;
  margin-bottom: 8vw;
}
#lead .main .txt span {
  display: block;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #lead .main {
    margin-top: -100vh;
    padding: 838px 0 190px;
    background: linear-gradient(to top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
  }
  #lead .main h2 {
    margin-left: -1px;
    letter-spacing: 0.07em;
    margin-bottom: 94px;
  }
  #lead .main .txt {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
  #lead .main .txt span {
    margin-top: 40px;
  }
}

/*--------------------------------------
    anzan
--------------------------------------*/
#anzan {
  padding: 16vw 0;
}
#anzan .row1 {
  margin: 12vw 0;
}
#anzan .row1 h3 {
  --gap: -1vw;
  line-height: 1.6;
  margin: 6vw 0;
}
#anzan .row2 .photo {
  width: 80%;
  margin: 0 auto;
}
#anzan .row2 h3 {
  margin: 6vw 0;
}
#anzan .btn-cus {
  margin: 10vw auto 16vw;
}
@media screen and (min-width: 768px) {
  #anzan {
    padding: 132px 0 131px;
  }
  #anzan .c-ttl span:last-child {
    height: 270px;
  }
  #anzan .row1 {
    margin: 63px 2px 122px 0;
    flex-direction: row-reverse;
  }
  #anzan .row1 h3 {
    margin: -2px 40px 0 32px;
    line-height: 48px;
    width: 144px;
    letter-spacing: 0.05em;
  }
  #anzan .row1 .txt {
    height: 320px;
  }
  #anzan .row2 {
    gap: 30px;
    justify-content: center;
    margin-left: -13px;
  }
  #anzan .row2 .photo {
    width: auto;
    margin: 0;
  }
  #anzan .row2 .content {
    width: 370px;
  }
  #anzan .row2 .content h3 {
    margin: -11px 0 13px;
    letter-spacing: 0.03em;
  }
  #anzan .btn-cus {
    margin-top: 76px;
    width: 430px;
    margin-bottom: 160px;
  }
  #anzan .btn-cus a {
    height: 83px;
    font-size: 18px;
    line-height: 83px;
  }
  #anzan .deco {
    position: relative;
    left: -5px;
  }
}

/*--------------------------------------
    omairi
--------------------------------------*/
#omairi {
  overflow: hidden;
}
#omairi .text {
  margin: 6vw 0 10vw;
}
#omairi h3 {
  text-align: center;
  margin-bottom: 7vw;
}
#omairi .set1 .omairi-track {
  position: relative;
}
#omairi .set1 .omairi-js {
  margin: 0 -5%;
}
#omairi .set1 .omairi-js .slick-dots {
  position: static;
}
#omairi .set1 .omairi-js .slick-dots li {
  width: 40px;
}
#omairi .set1 .omairi-js .slick-slide {
  margin: 0 15px;
}
#omairi .set1 .omairi-js .item {
  background: #fff;
  padding: 8vw 4%;
  text-align: center;
  box-sizing: border-box;
  height: 160vw;
  border-radius: 10px;
  position: relative;
}
#omairi .set1 .omairi-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 17px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
#omairi .set1 .omairi-nav img {
  display: block;
  width: 100%;
  height: 100%;
}
#omairi .set1 .omairi-nav-prev {
  left: 2%;
  transform: scaleX(-1);
}
#omairi .set1 .omairi-nav-next {
  right: 2%;
}
#omairi .set1 .omairi-nav[hidden] {
  display: none;
}
#omairi .set1 .omairi-js .item h4 {
  letter-spacing: 0.05em;
}
#omairi .set1 .omairi-js .item h4 span {
  color: #a15b4b;
  font-size: 28px;
}
#omairi .set1 .omairi-js .item .ava {
  width: 68%;
  margin: 7vw auto;
}
#omairi .set1 .omairi-js .item h5 {
  margin-bottom: 7vw;
  font-size: 24px;
}
#omairi .set1 .omairi-js .item h5 small {
  font-size: calc((16 / 28) * 100%);
}
#omairi .set1 .omairi-js .item .txt {
  font-weight: 500;
}
#omairi .set1 .omairi-js .item .txt a {
  display: table;
  position: relative;
  text-decoration: none;
}
#omairi .set1 .omairi-js .item .txt a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #808080;
}
#omairi .set1 .omairi-js .item .txt a:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_pop.png') no-repeat center;
  width: 11px;
  height: 9px;
  background-size: contain;
  margin: 0 0 1px 10px;
}
#omairi .set2 {
  margin-top: 15vw;
}
#omairi .set2 .row {
  margin-bottom: 18vw;
  gap: 50px;
}
#omairi .set2 .row .item {
  background: #f8f8f8;
}
#omairi .set2 .row .item .bg {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px 0 60px;
}
#omairi .set2 .row .item .bg:before {
  content: '';
  position: absolute;
  bottom: -23px;
  width: 48px;
  height: 48px;
  left: calc(50% - 25px);
  background:
    url('../img/shared/up.png') no-repeat center,
    #f8f8f8;
  background-size: 16px;
  border-radius: 50%;
  border: 1px solid;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
#omairi .set2 .row .item .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#omairi .set2 .row .item .bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#omairi .set2 .row .item .bg .latin-ttl {
  color: #a15b4b;
  margin-bottom: 30px;
}
#omairi .set2 .row .item .bottom {
  padding: 12vw 5% 8vw;
}
#omairi .set2 .row .item .bottom .txt span {
  display: block;
  margin-top: 26px;
}
#omairi .set2 .row .item.active .bg:before {
  transform: rotate(0);
}
@media screen and (min-width: 768px) {
  #omairi .text {
    text-align: center;
    margin: 69px 0 91px;
  }
  #omairi h3 {
    letter-spacing: 0.18em;
    margin-left: 4px;
    margin-bottom: 36px;
  }
  #omairi .set1 .omairi-js {
    margin: 0 calc(50% - 50vw);
  }
  #omairi .set1 .omairi-js .slick-slide {
    margin: 0 50px;
  }
  #omairi .set1 .omairi-js .slick-dots {
    margin-top: 30px;
  }
  #omairi .set1 .omairi-js .slick-dots li {
    width: 57px;
    margin: 0 7px;
  }
  #omairi .set1 .omairi-js .item {
    height: 670px;
    width: 500px !important;
    box-sizing: border-box;
    padding: 39px 0;
  }
  #omairi .set1 .omairi-nav {
    width: 28px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
  }
  #omairi .set1 .omairi-nav-prev {
    left: calc(50% - 306px);
  }
  #omairi .set1 .omairi-nav-next {
    right: calc(50% - 306px);
  }
  #omairi .set1 .omairi-nav:hover {
    opacity: 0.8;
  }
  #omairi .set1 .omairi-js .item h4 {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #omairi .set1 .omairi-js .item h4 span {
    font-size: 36px;
  }
  #omairi .set1 .omairi-js .item .ava {
    width: 300px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  #omairi .set1 .omairi-js .item h5 {
    margin-bottom: 12px;
  }
  #omairi .set1 .omairi-js .item h5 small {
    letter-spacing: 0.05em;
    margin-bottom: -7px;
    display: inline-block;
  }
  #omairi .set1 .omairi-js .item h5:has(small) {
    transform: translateY(-14px);
  }
  #omairi .set1 .omairi-js .item .txt {
    margin: 0 auto;
    width: 406px;
    /* letter-spacing: -0.16em; */
  }
  #omairi .set1 .omairi-js .item .txt a:hover {
    opacity: 0.8;
  }
  #omairi .set2 {
    margin-top: 86px;
  }
  #omairi .set2 h3 {
    margin-bottom: 25px;
  }
  #omairi .set2 .row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 66px;
    margin-bottom: 162px;
  }
  #omairi .set2 .row .item {
    width: 460px;
  }
  #omairi .set2 .row .item:nth-child(1) {
    margin: 0 calc(50% - 230px);
  }
  #omairi .set2 .row .item .bg {
    padding-bottom: 83px;
  }
  #omairi .set2 .row .item .bg .latin-ttl {
    margin-bottom: 48px;
  }
  #omairi .set2 .row .item .bg h4 {
    letter-spacing: 0.03em;
    margin-left: 5px;
  }
  #omairi .set2 .row .item .bg:hover {
    opacity: 0.8;
  }
  #omairi .set2 .row .item .bottom {
    padding: 58px 30px 34px;
  }
}

/*--------------------------------------
    juyohin
--------------------------------------*/
#juyohin {
  padding: 16vw 0;
}
#juyohin .photo1 {
  margin: 10vw 0;
  height: 80vw;
}
#juyohin .photo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#juyohin .row1 {
  gap: 8vw;
}
#juyohin .row1 h3 {
  margin-bottom: 7vw;
}
#juyohin .row1 .photo {
  width: 80%;
  margin: 0 auto;
}
#juyohin .row2 {
  margin: 10vw 0;
  padding: 10vw 4%;
  border: 1px solid #808080;
}
#juyohin .row2 h3 {
  --gap: -0.2vw;
}
#juyohin .row2 .txt {
  margin: 4vw 0 7vw;
}
#juyohin .bottom {
  border-bottom: 1px solid #bfbfbf;
}
#juyohin .bottom .row {
  align-items: start;
  gap: 7vw;
  border-top: 1px solid #bfbfbf;
  padding: 10vw 0;
}
#juyohin .bottom h3 {
  display: table;
  position: relative;
  padding: 0 16px;
}
#juyohin .bottom h3::before,
#juyohin .bottom h3:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  bottom: 5px;
  border: 1px solid #bd5037;
}
#juyohin .bottom h3:before {
  border-right: none;
}
#juyohin .bottom h3:after {
  left: auto;
  right: 0;
  border-left: none;
}
#juyohin .bottom .photo {
  width: 80%;
  margin-bottom: 5vw;
}
#juyohin .bottom dl + dl {
  margin-top: 6vw;
}
#juyohin .bottom .bottom-row2 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: 0.1em;
}
#juyohin .bottom .bottom-row2 dl dt {
  min-width: 24vw;
}
#juyohin .bottom .bottom-row2 dl a {
  border-bottom: 1px solid;
  text-decoration: none;
}
#juyohin .contact-sec2 {
  margin-bottom: 16vw;
}
.contact-sec2 .tel {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #juyohin {
    padding: 154px 0;
  }
  #juyohin .photo1 {
    margin: 80px 3px 77px 0;
    height: auto;
  }
  #juyohin .row1 {
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: space-between;
  }
  #juyohin .row1 .photo {
    width: auto;
    margin: 0;
  }
  #juyohin .row1 .content {
    width: 520px;
    line-height: 30px;
  }
  #juyohin .row1 .content h3 {
    line-height: 60px;
    margin-top: -14px;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
  }
  #juyohin .row2 {
    margin: 61px auto 60px;
    width: 800px;
    padding: 49px 59px 42px 57px;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 20px;
  }
  #juyohin .row2 .content {
    width: 420px;
  }
  #juyohin .row2 .content h3 {
    margin: 9px 0 11px 0;
    letter-spacing: 0.05em;
  }
  #juyohin .row2 .content .txt {
    line-height: 30px;
    margin: 0;
  }
  #juyohin .bottom .row {
    padding: 52px 0 47px;
    gap: 0;
  }
  #juyohin .bottom .row .left {
    width: 317px;
  }
  #juyohin .bottom .row h3 {
    padding: 0 19px 0 21px;
    letter-spacing: 0.09em;
  }
  #juyohin .bottom .row h3:before,
  #juyohin .bottom .row h3:after {
    top: 8px;
    bottom: 6px;
  }
  #juyohin .bottom .row .right {
    margin-top: 7px;
  }
  #juyohin .bottom .row .right .photo {
    width: auto;
    margin-bottom: 18px;
  }
  #juyohin .bottom .row .right dl dt {
    margin-bottom: 3px;
  }
  #juyohin .bottom .row .right dl + dl {
    margin-top: 26px;
  }
  #juyohin .bottom .bottom-row2 {
    padding: 36px 0 35px;
  }
  #juyohin .bottom .bottom-row2 .right {
    margin-top: -2px;
  }
  #juyohin .bottom .bottom-row2 .right dl {
    letter-spacing: 0em;
  }
  #juyohin .bottom .bottom-row2 .right dl dt {
    min-width: 100px;
  }
  #juyohin .bottom .bottom-row2 .right dl + dl {
    margin-top: 15px;
  }
  #juyohin .bottom .bottom-row2 .right dl + dl span {
    margin-right: 6px;
  }
  #juyohin .bottom .bottom-row2 .right dl a {
    margin-top: 10px;
    display: inline-block;
    line-height: 16px;
  }
  #juyohin .bottom .bottom-row2 .right dl a:hover {
    border-color: transparent;
  }
  #juyohin .bottom .bottom-row3 {
    padding: 37px 0 52px;
  }
  #juyohin .bottom .bottom-row3 .right {
    line-height: 30px;
    margin-top: 0;
  }
  #juyohin .contact-sec2 {
    margin-top: 67px;
    padding: 88px 0 75px;
    margin-bottom: 160px;
  }
}

/*--------------------------------------
    mail
--------------------------------------*/
#mail .row {
  margin-top: 10vw;
  gap: 7vw;
}
#mail .row h3 {
  --gap: -2.4vw;
  line-height: 1.875;
  margin-bottom: 5vw;
}
#mail .btn-cus {
  margin-top: 12vw;
  width: 100%;
}
#mail .btn-cus a {
  text-align: center;
  padding-left: 0;
}
#mail .btn-cus a::before {
  display: inline-block;
  position: static;
  content: '';
  background: url('../img/shared/icon_cart.png') no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-bottom: -2px;
}
#mail .btn-cus a::after {
  display: inline-block;
  content: '';
  background: url('../img/jibo/contact_icon.png') no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #mail .c-ttl span:last-child {
    width: 80px;
    margin-top: 26px;
    height: 216px;
  }
  #mail .row {
    margin-top: 92px;
    gap: 30px;
    justify-content: space-between;
  }
  #mail .row .content {
    width: 501px;
    min-width: 501px;
    line-height: 30px;
  }
  #mail .row .content h3 {
    margin: -19px -37px 15px 0;
    letter-spacing: 0.05em;
  }
  #mail .btn-cus {
    width: 614px;
    margin-top: 104px;
  }
  #mail .btn-cus a {
    height: 98px;
    font-size: 28px;
    line-height: 95px;
  }
  #mail .btn-cus a:before {
    width: 23px;
    height: 24px;
    margin: 0 19px -2px -29px;
    transform: none;
  }
  #mail .btn-cus a:after {
    margin-left: 15px;
    transition: all 0.3s ease;
  }
  #mail .btn-cus a:hover:after {
    transform: translateX(5px);
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #mail .row .content {
    min-width: 520px;
  }
  #mail .row .content h3 {
    margin-right: -20px;
  }
}
/*# sourceMappingURL=jibo.css.map */
