@media screen and (min-width: 768px) {
  body {
    padding-right: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
}

header h1 {
  color: #000;
}

@media screen and (max-width: 767px) {
  header h1 {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    inset: auto;
  }
}

@media screen and (min-width: 768px) {
  header {
    padding-top: 0;
  }

  header h1 {
    max-width: 350px;
    text-align: right;
    top: 15px;
    right: 29px;
    left: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 1300px) {
  header h1 {
    top: 40px;
  }
}

footer h2.ttl {
  font-weight: 700;
  font-size: 6vw;
  letter-spacing: 0.12em;
  text-align: center;
}

footer .fttop-nav .txt-ttl a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  footer h2.ttl {
    font-size: 22px;
    line-height: 50px;
  }

  footer .set2 {
    padding: 70px 0 50px;
    position: relative;
  }

  footer .sns {
    filter: brightness(1) invert(1);
  }

  footer .fttop-nav {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 30px;
  }

  footer .fttop-nav .txt-ttl {
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  footer .tabs-switch .tab-link {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    letter-spacing: 0.16em;
  }

  footer .tabs-switch .tab-link li:hover {
    opacity: 0.7;
  }

  footer .tabs-switch .tab-link li {
    display: flex;
    align-items: center;
  }

  footer .tabs-switch .tab-link li::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    background: url('../img/shared/icon_plus_w.png') 0 0 / contain no-repeat;
  }

  footer .tabs-switch .tab-content {
    width: 100%;
    padding: 100px 0;
    background: url('../img/shared/wood_bg.jpg');
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: .5s ease-out;
    z-index: 1;
    padding: 50px 0;
  }

  footer .set2 nav {
    flex-flow: nowrap !important;
  }

  footer .tabs-switch .tab-content.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  footer .tabs-switch .tab-content .tel {
    margin: 0;
  }

  footer .tabs-switch .tab-content .tel dt {
    font-size: 14px;
    letter-spacing: 0.13em;
  }

  footer .tabs-switch .tab-content .tel .tel-number {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }

  footer .tabs-switch .tab-content .tel .tel-number small {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  footer .tabs-switch .tab-content .btn-reserve {
    margin-top: 20px;
  }

  footer .tabs-switch .tab-content .btn-instagram {
    margin-top: 25px;
  }

  footer .tabs-switch .tab-content nav {
    align-items: stretch;
    margin: 0;
    gap: 0;
  }

  footer .tabs-switch .tab-content nav a {
    display: block;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  footer .tabs-switch .tab-content nav a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }

  footer .tabs-switch .tab-content .set {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
  }

  footer .tabs-switch .tab-content .set .gr2 {
    text-align: center;
  }

  footer .tabs-switch .tab-link .close::after {
    background: url("../img/shared/icon_plus_w_close.png") 0 0 / contain no-repeat;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 20px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  width: 100%;
  height: 100%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 28.5 40.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M26.859,39.092 L1.330,19.999 L26.859,0.907 '/%3E%3C/svg%3E") center/contain no-repeat;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}

.slick-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0;
}

#key .key-slider .slick-dots {
  width: auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: auto;
}

#key .key-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #46342b;
}

#key .set-style .gr2 .inner {
  padding: 7vw var(--paddingWrap) 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#key .set-style .gr2 .btn-link {
  margin-top: 5vw;
}

#key .set1 .brand_logo img {
  width: 30vw;
}

#key .set2 .brand_logo img {
  width: 25vw;
}

#key .set3 .brand_logo img {
  width: 25vw;
}

@media screen and (max-width: 767px) {
  #key .key-slider {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10vw;
    -moz-column-gap: 10vw;
    column-gap: 10vw;
    row-gap: 10vw;
  }

  #key .key-slider .slick-dots {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #key .key-slider .slick-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  #key .key-slider .slick-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #key .key-slider .slick-next {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  #key .key-slider .slick-arrow {
    position: relative;
  }

  #key .key-slider .brand_logo {
    height: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: var(--paddingWrap);
  }

  #key .set-style .gr1 .imgbox {
    position: relative;
  }

  #key .set-style .gr1 .imgbox::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
    background: linear-gradient(to right, transparent, #000);
    opacity: 0.5;
    position: absolute;
    inset: 0;
  }
}

@media screen and (min-width: 768px) {
  #key .key-slider .slick-dots {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 22px;
    position: absolute;
    top: 150px;
    bottom: 150px;
    right: auto;
    left: 640px;
  }

  #key .key-slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }

  #key .key-slider .slick-arrow {
    width: 22px;
    height: 15px;
  }

  #key .key-slider .slick-arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 23.5 17.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.092,16.158 L11.500,2.280 L21.908,16.158 '/%3E%3C/svg%3E");
  }

  #key .key-slider .slick-prev {
    left: 640px;
    bottom: 100px;
  }

  #key .key-slider .slick-next {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    left: 640px;
    bottom: 60px;
  }

  #key .key-slider .brand_logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-align: center;
  }

  #key .set-style {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #key .set-style .gr1 {
    width: 630px;
  }

  #key .set-style .gr1 .imgbox .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #key .set-style .gr2 {
    width: calc(100% - 630px);
    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;
  }

  #key .set-style .gr2 .inner {
    width: 290px;
    padding: 0;
  }

  #key .set-style .gr2 .txt {
    margin-top: 20px;
  }

  #key .set-style .gr2 .btn-link {
    margin-top: 20px;
  }

  #key .set1 .brand_logo img,
  #key .set2 .brand_logo img,
  #key .set3 .brand_logo img {
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
  #key .key-slider .slick-dots {
    left: 900px;
  }

  #key .key-slider .slick-prev,
  #key .key-slider .slick-next {
    left: 900px;
  }

  #key .set-style .gr1 {
    width: 887px;
  }

  #key .set-style .gr2 {
    width: calc(100% - 887px);
  }
}

#sec1 {
  padding-top: 20vw;
  position: relative;
  z-index: 0;
}

#sec1::before {
  content: "";
  width: 100%;
  background: url("../img/index/sec1_bgt_sp.png") center top/100% no-repeat;
  position: absolute;
  top: 50vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec1 h2.ttl {
  line-height: 2;
  white-space: nowrap;
}

#sec1 .set {
  margin-top: 10vw;
}

#sec1 .set .gr2 {
  margin-top: 7vw;
}

@media screen and (max-width: 767px) {
  #sec1 h2.ttl {
    margin: 0 auto;
  }

  #sec1 h2.ttl>span {
    display: inline-block;
    padding: 3vw 0;
    position: relative;
  }

  #sec1 h2.ttl>span::before {
    content: "";
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #594236), to(transparent));
    background: linear-gradient(#594236 80%, transparent);
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
  }

  #sec1 h2.ttl>span~span {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 159px;
  }

  #sec1::before {
    height: 200vh;
    background-image: url("../img/index/sec1_bgt_sp.png");
    top: 464px;
  }

  #sec1 h2.ttl {
    margin-right: 80px;
    margin-left: auto;
    padding: 79px 10px 5px;
    font-size: 30px;
    position: relative;
  }

  #sec1 h2.ttl::before {
    content: "";
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #594236), to(transparent));
    background: linear-gradient(#594236 80%, transparent);
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
  }

  #sec1 .img {
    margin: 0 -52px;
  }

  #sec1 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }

  #sec1 .set .gr1 {
    width: 287px;
  }

  #sec1 .set .gr2 {
    width: calc(100% - 287px);
    margin-top: 102px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec1 .set .gr2 .txtbox .txt span {
    display: block;
  }

  #sec1 .set .gr2 .txtbox .txt span+span {
    margin-top: 20px;
  }
}

#sec2 {
  padding: 30vw 0;
  background: url("../img/index/sec2_bgi_sp.png") right bottom/100% no-repeat;
}

#sec2 .wrap::before {
  content: "";
  width: 70vw;
  height: 30vw;
  background: url("../img/index/deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -11vw;
  right: -2vw;
  z-index: -1;
}

#sec2 h2.ttl {
  margin-top: 5vw;
  font-size: 4.5vw;
}

#sec2 .contactbox {
  margin-top: 5vw;
}

#sec2 .contactbox dl.tel .tel-number {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

#sec2 .contactbox dl.tel .tel-number small {
  font-size: 17px;
  letter-spacing: 0.12em;
}

#sec2 .contactbox .btn-reserve {
  margin-top: 5vw;
}

#sec2 .contactbox .btn-instagram {
  margin-top: 5vw;
}

#sec2 .set1 .logo {
  text-align: center;
}

#sec2 .set1 .logo img {
  width: 20vw;
}

#sec2 .set1 .imgbox .img1 {
  width: 80vw;
  margin: 0 var(--paddingWrap-negative) 0 auto;
  position: relative;
  z-index: 0;
}

#sec2 .set1 .imgbox .img1::before {
  content: "";
  background: #1b2c4b;
  position: absolute;
  inset: -5px 5vw 10vw -5px;
  z-index: -1;
}

#sec2 .set1 .imgbox .img1::after {
  content: "";
  background: url("../img/shared/pattern2.png") center/20px;
  opacity: 0.3;
  position: absolute;
  inset: -5px 5vw 10vw -5px;
  z-index: -1;
}

#sec2 .set1 .imgbox .img2 {
  width: 30vw;
  margin-top: -9vw;
}

#sec2 .set1 .gr1 {
  text-align: center;
}

#sec2 .set1 .gr2 {
  margin-top: 7vw;
}

#sec2 .set2 {
  margin-top: 10vw;
}

#sec2 .set2 .slider {
  width: 80%;
  margin: 0 auto;
}

#sec2 .set2 .gr2 {
  margin-top: 7vw;
}

#sec2 .set3 {
  margin-top: 10vw;
}

#sec2 .set3 h3.ttl {
  font-size: 4.5vw;
  text-align: center;
}

#sec2 .set3 .gr1 .imgbox {
  width: 80%;
  margin: 0 auto;
}

#sec2 .set3 .gr2 {
  margin-top: 10vw;
}

#sec2 .set3 .gr2 .txtbox {
  margin-top: 7vw;
}

#sec2 .set3 .gr2 .btnbox {
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 260px 0 163px;
    background-image: url("../img/index/sec2_bgi.png");
  }

  #sec2 .wrap::before {
    width: 500px;
    height: 192px;
    top: -114px;
    right: 352px;
  }

  #sec2 h2.ttl {
    margin-top: 35px;
    font-size: 26px;
  }

  #sec2 .contactbox {
    margin-top: 41px;
  }

  #sec2 .contactbox dl.tel dt {
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  #sec2 .contactbox dl.tel .tel-number {
    font-size: 24px;
    line-height: 1.2;
  }

  #sec2 .contactbox dl.tel .tel-number small {
    font-size: 18px;
  }

  #sec2 .contactbox .btn-reserve {
    margin-top: 25px;
  }

  #sec2 .contactbox .btn-instagram {
    margin-top: 22px;
  }

  #sec2 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -206px 0 -50px;
  }

  #sec2 .set1 .logo img {
    width: auto;
  }

  #sec2 .set1 .imgbox .img1 {
    width: auto;
    margin: 0;
  }

  #sec2 .set1 .imgbox .img1::before {
    inset: -14px 121px 123px -15px;
  }

  #sec2 .set1 .imgbox .img1::after {
    background-size: 32px;
    inset: -14px 121px 123px -15px;
  }

  #sec2 .set1 .imgbox .img2 {
    width: auto;
    margin: -83px 0 0 -138px;
  }

  #sec2 .set1 .gr1 {
    width: 420px;
    margin-top: 12px;
  }

  #sec2 .set1 .gr2 {
    width: 709px;
    margin-top: 0;
  }

  #sec2 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 60px 0 -62px;
  }

  #sec2 .set2 .slider {
    width: auto;
    margin: 0;
  }

  #sec2 .set2 .gr1 {
    width: 679px;
  }

  #sec2 .set2 .gr2 {
    margin-top: -60px;
  }

  #sec2 .set2 .gr2 .txtbox .txt {
    min-width: 175px;
    height: 270px;
  }

  #sec2 .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px -100px 0 0;
  }

  #sec2 .set3 h3.ttl {
    min-width: 110px;
    height: 450px;
    font-size: 22px;
    line-height: 55px;
    text-align: left;
  }

  #sec2 .set3 .gr1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 460px;
    margin-top: -170px;
  }

  #sec2 .set3 .gr1 .imgbox {
    width: auto;
    margin: 0;
  }

  #sec2 .set3 .gr2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 0;
  }

  #sec2 .set3 .gr2 .txtbox {
    margin-top: 0;
  }

  #sec2 .set3 .gr2 .txtbox .txt {
    min-width: 245px;
    height: 450px;
  }

  #sec2 .set3 .gr2 .btnbox {
    margin-top: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  #sec2 .set2 {
    margin-right: 0;
  }

  #sec2 .set3 {
    margin-right: -167px;
  }
}

#sec3 {
  padding: 20vw 0 30vw;
  background: url("../img/index/sec3_bgi_sp.png") left bottom/100% no-repeat, url("../img/shared/bg5.jpg");
}

#sec3 .wrap::before {
  content: "";
  width: 70vw;
  height: 30vw;
  background: url("../img/index/deco2.png") 0 0/contain no-repeat;
  position: absolute;
  top: -26vw;
  left: 0;
}

#sec3 h2.ttl {
  margin-top: 5vw;
}

#sec3 .contactbox {
  margin-top: 5vw;
}

#sec3 .contactbox dl.tel .tel-number {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

#sec3 .contactbox dl.tel .tel-number small {
  font-size: 17px;
  letter-spacing: 0.12em;
}

#sec3 .contactbox .btn-instagram {
  margin-top: 5vw;
}

#sec3 .set1 .logo {
  text-align: center;
}

#sec3 .set1 .logo img {
  width: 25vw;
}

#sec3 .set1 .imgbox .img1 {
  width: 80vw;
  margin-left: var(--paddingWrap-negative);
  position: relative;
  z-index: 0;
}

#sec3 .set1 .imgbox .img1::before {
  content: "";
  background: url("../img/shared/pattern3.png") center/5vw, #9daa32;
  position: absolute;
  inset: -5px -5px 10vw 5vw;
  z-index: -1;
}

#sec3 .set1 .imgbox .img2 {
  width: 35vw;
  margin: -10vw 0 0 auto;
}

#sec3 .set1 .gr1 {
  text-align: center;
}

#sec3 .set1 .gr2 {
  margin-top: 10vw;
}

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

#sec3 .set2 .slider {
  width: 80%;
  margin: 0 auto;
}

#sec3 .set2 .gr2 {
  margin-top: 7vw;
}

#sec3 .set3 {
  margin-top: 10vw;
}

#sec3 .set3 h3.ttl {
  font-size: 4.5vw;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec3 .set3 .gr1 .imgbox {
  width: 80%;
  margin: 0 auto;
}

#sec3 .set3 .gr2 {
  margin-top: 10vw;
}

#sec3 .set3 .gr2 .txtbox {
  margin-top: 7vw;
}

#sec3 .set3 .gr2 .btnbox {
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 162px 0 219px;
    background: url("../img/index/sec3_bgi.png") left bottom/100% no-repeat, url("../img/shared/bg5.jpg");
  }

  #sec3 .wrap::before {
    width: 597px;
    height: 229px;
    top: -211px;
    left: auto;
    right: 85px;
  }

  #sec3 h2.ttl {
    margin-top: 30px;
    font-size: 26px;
  }

  #sec3 .contactbox {
    margin-top: 50px;
  }

  #sec3 .contactbox dl.tel dt {
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  #sec3 .contactbox dl.tel .tel-number {
    font-size: 24px;
  }

  #sec3 .contactbox dl.tel .tel-number small {
    font-size: 18px;
  }

  #sec3 .contactbox .btn-instagram {
    margin-top: 30px;
  }

  #sec3 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 0 -209px;
  }

  #sec3 .set1 .logo img {
    width: auto;
  }

  #sec3 .set1 .imgbox .img1 {
    width: auto;
    margin-left: 0;
  }

  #sec3 .set1 .imgbox .img1::before {
    background-size: 38px, auto;
    inset: -14px -14px 123px 146px;
  }

  #sec3 .set1 .imgbox .img2 {
    width: auto;
    margin: -83px -208px 0 auto;
    text-align: right;
  }

  #sec3 .set1 .gr1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 290px;
  }

  #sec3 .set1 .gr2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 736px;
    margin-top: 0;
  }

  #sec3 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 60px -18px 0 26px;
  }

  #sec3 .set2 .slider {
    width: 100%;
    margin: 0;
  }

  #sec3 .set2 .gr1 {
    width: 679px;
    overflow: hidden;
  }

  #sec3 .set2 .gr2 {
    margin-top: -60px;
  }

  #sec3 .set2 .gr2 .txt {
    height: 300px;
  }

  #sec3 .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 0 -150px;
  }

  #sec3 .set3 h3.ttl {
    min-width: 165px;
    height: 325px;
    font-size: 22px;
    line-height: 55px;
    text-align: left;
  }

  #sec3 .set3 .gr1 {
    width: 460px;
    margin-top: -169px;
  }

  #sec3 .set3 .gr1 .imgbox {
    width: auto;
    margin: 0;
  }

  #sec3 .set3 .gr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 0;
  }

  #sec3 .set3 .gr2 .txtbox {
    margin-top: 0;
  }

  #sec3 .set3 .gr2 .txtbox .txt {
    min-width: 210px;
    height: 390px;
  }

  #sec3 .set3 .gr2 .btnbox {
    margin-top: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  #sec3 .set2 {
    margin-right: -90px;
  }
}

#sec4 {
  padding: 25vw 0;
  background: url("../img/index/deco3.png") right top/60% no-repeat, url("../img/index/deco4.png") left bottom/50% no-repeat;
}

#sec4 h2.ttl {
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#sec4 h2.ttl>span {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 0;
  background: #fff;
}

#sec4 .set1 .slider {
  margin: -18vw -3vw 0;
}

#sec4 .set1 .slider .slick-dots {
  width: auto;
  flex-direction: column;
  left: auto;
  right: 20px;
}

#sec4 .set1 .slider .slick-dots li {
  margin: 6px 0;
}

#sec4 .set1 .txtbox,
#sec4 .set1 .btnbox {
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 174px 0 186px;
    background-size: auto;
  }

  #sec4 h2.ttl {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
  }

  #sec4 h2.ttl>span {
    margin: 0 6px;
    padding: 10px 0;
  }

  #sec4 .set1 {
    position: relative;
  }

  #sec4 .set1 .slider {
    margin: 0 0 0 26px;
  }

  #sec4 .set1 .slider .slick-dots {
    right: 90px;
    bottom: 45px;
  }

  #sec4 .set1 .slider .slick-dots li {
    margin: 10px 0;
  }

  #sec4 .set1 .ttlbox {
    position: absolute;
    top: 44px;
    right: 64px;
    z-index: 1;
  }

  #sec4 .set1 .txtbox {
    margin-top: 41px;
    text-align: center;
  }

  #sec4 .set1 .btnbox {
    margin-top: 27px;
    text-align: center;
  }
}

.f_bar4 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}