#sec1 {
  padding: 12rem 0 15rem;
  position: relative;
  overflow: hidden;
  background: url("../img/index/s1_bg.webp") no-repeat center/cover;
}
#sec1 .deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.2);
}
#sec1 .inner {
  position: relative;
}
#sec1 h2 {
  line-height: 1.2;
  font-size: 2.8rem;
  margin: 0 0 3rem;
}
#sec1 .btn-link {
  position: absolute;
  top: 0.4rem;
  right: 0;
}
#sec1 .flex {
  display: flex;
  justify-content: space-between;
}
#sec1 .flex .bnr {
  width: 46.5rem;
  max-width: calc(50% - 1.5rem);
}
#sec1 .flex .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#sec1 .flex .bnr a .shop-title {
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  top: 3rem;
  right: 3.7rem;
  font-size: 2rem;
  z-index: 2;
  letter-spacing: 0.2em;
}
#sec1 .flex .bnr a .shop-name {
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: 3rem;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
#sec1 .flex .bnr a .shop-name span {
  display: block;
  margin: 1rem 0 0;
  font-size: 1.6rem;
}
#sec1 .flex .bnr a .arrow__circle {
  position: absolute;
  z-index: 2;
  right: 2.968rem;
  bottom: 2.968rem;
}
#sec1 .flex .bnr a .img-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 800px) {
  #sec1 .flex .bnr a:hover .shop-title, #sec1 .flex .bnr a:hover .shop-name {
    opacity: 0;
    visibility: hidden;
  }
  #sec1 .flex .bnr a:hover .img-on {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 800px) {
  #sec1 .flex .bnr a .img {
    height: 31rem;
  }
}
@media screen and (max-width: 799px) {
  #sec1 {
    padding: 10rem 0;
  }
  #sec1 h2 {
    font-size: 2.8rem;
  }
  #sec1 .flex {
    display: block;
  }
  #sec1 .flex .bnr {
    width: 100%;
    max-width: 100%;
  }
  #sec1 .flex .bnr a .shop-title {
    font-size: 1.6rem;
    top: 2rem;
    right: 2.7rem;
  }
  #sec1 .flex .bnr a .shop-name {
    bottom: 2rem;
    left: 2rem;
  }
  #sec1 .flex .bnr a .arrow__circle {
    right: 2rem;
    bottom: 2rem;
  }
  #sec1 .flex .bnr + .bnr {
    margin-top: 2rem;
  }
  #sec1 .btn-link {
    position: static;
    margin: 3rem 0 0;
    text-align: right;
  }
  #sec1 .btn-link a {
    display: inline-flex;
  }
}

#sec2 {
  padding: 26.4rem 0 15rem 18.75%;
  position: relative;
  overflow: hidden;
}
#sec2 .group-title {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
}
#sec2 .group-title .title1 {
  width: 75.8rem;
  margin: 0 0 0 auto;
}
#sec2 .group-title .title2 {
  margin: 4rem -0.728rem 0 auto;
  width: 15.728rem;
}
#sec2 .img {
  position: absolute;
  top: 29.4rem;
  width: 93.5rem;
  left: 33.75%;
  z-index: 2;
}
#sec2 h2 {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2.6rem;
  height: 56rem;
}
#sec2 h2 span.pt {
  position: relative;
  white-space: nowrap;
}
#sec2 h2 span.pt .cl {
  position: absolute;
  top: -2.1rem;
  left: 1.6rem;
}
#sec2 h2 span.pt .cl2 {
  position: absolute;
  bottom: -4rem;
  right: 1.6rem;
}
#sec2 h2 .cl, #sec2 h2 .cl2 {
  color: #BC2704;
  line-height: 1;
}
#sec2 .txt {
  position: relative;
  z-index: 4;
  width: 40rem;
  line-height: 2.2;
  text-align: justify;
}
#sec2 .img2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 69.9rem;
  z-index: 1;
}
#sec2 .img2 img {
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 799px) {
  #sec2 {
    padding: 15.4rem 0 26rem;
  }
  #sec2 .group-title .title1 {
    width: 34.446rem;
  }
  #sec2 .group-title .title2 {
    margin: 1.8rem -0.538rem 0 auto;
    width: 7.078rem;
  }
  #sec2 .img {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 -1.2rem 0 3rem;
  }
  #sec2 h2 {
    font-size: 3.2rem;
    gap: 1.8rem;
    height: 33rem;
    justify-content: center;
    margin: 0 auto;
  }
  #sec2 h2 span.pt:nth-child(2) {
    height: 19.5rem;
  }
  #sec2 h2 span.pt:nth-child(3) {
    height: 23.7rem;
  }
  #sec2 h2 span.pt .cl2 {
    bottom: -5rem;
  }
  #sec2 .txt {
    width: auto;
    padding: 0 var(--wrapPadding);
    text-align: justify;
  }
  #sec2 .img2 {
    height: auto;
  }
}

#sec3 {
  overflow: hidden;
}
#sec3 .set1 {
  padding: 20rem 0 0;
  position: relative;
}
#sec3 .set1 .deco {
  width: 39.1rem;
  position: absolute;
  z-index: 1;
  top: 12rem;
  right: 0;
}
#sec3 .set1 .wrap {
  position: relative;
  z-index: 2;
}
#sec3 .set1 h2 {
  line-height: 0;
}
#sec3 .set1 h2 span {
  display: inline-block;
  width: 62.24rem;
  max-width: 100%;
}
#sec3 .set1 .txt {
  margin: 3rem 0 5rem;
  line-height: 2;
}
#sec3 .set1 .flex {
  display: flex;
  gap: 4rem;
}
#sec3 .set1 .flex .item {
  width: 29.3rem;
  max-width: calc((100% - 8rem) / 3);
}
#sec3 .set1 .flex .item .inner {
  position: relative;
}
#sec3 .set1 .flex .item .inner .note {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background: #BC2704;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  top: -1rem;
  right: -1rem;
}
#sec3 .set1 .flex .item .inner .tit {
  font-size: 2rem;
  margin: 2rem 0 1.5rem;
  line-height: 1.5;
}
#sec3 .set1 .flex .item .inner .txt2 {
  line-height: 2;
  font-size: 1.3rem;
}
#sec3 .btn-link {
  text-align: right;
  margin: 5rem 0 0;
}
#sec3 .btn-link a {
  display: inline-flex;
}
#sec3 .set2 {
  position: relative;
  padding: 10rem 0 20rem;
}
#sec3 .set2 .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 44rem;
}
#sec3 .set2 .wrap {
  position: relative;
  z-index: 2;
}
#sec3 .set2 h2 {
  font-size: 3.8rem;
  line-height: 1.2;
}
#sec3 .set2 .txt {
  margin: 2.5rem 0 5rem;
  line-height: 2;
}
#sec3 .set2 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
#sec3 .set2 .flex .item {
  width: 21.8rem;
  max-width: calc((100% - 9rem) / 4);
}
#sec3 .set2 .flex .item .tit {
  margin: 2rem 0 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 799px) {
  #sec3 .set1 {
    padding: 12rem 0 4rem;
  }
  #sec3 .set1 .deco {
    width: 19.5rem;
    top: 4rem;
  }
  #sec3 .set1 h2 span {
    width: 28rem;
  }
  #sec3 .set1 .txt {
    margin: 2.9rem 0 5rem;
  }
  #sec3 .set1 .s3-slide {
    margin: 0 -10rem 0 0;
  }
  #sec3 .set1 .s3-slide .item {
    width: auto;
    max-width: 100%;
  }
  #sec3 .set1 .s3-slide .item .inner {
    width: 30rem;
    padding: 1rem 3rem 0 0;
  }
  #sec3 .set1 .s3-slide .item .inner .note {
    right: 2rem;
    top: 0;
  }
  #sec3 .btn-link {
    margin-top: 4rem;
  }
  #sec3 .set2 {
    padding: 4rem 0 12rem;
  }
  #sec3 .set2 .deco {
    width: 19.5rem;
  }
  #sec3 .set2 h2 {
    font-size: 3.2rem;
  }
  #sec3 .set2 .txt {
    margin: 2.5rem 0 5rem;
  }
  #sec3 .set2 .flex {
    gap: 2rem;
  }
  #sec3 .set2 .flex .item {
    width: 15.5rem;
    max-width: calc((100% - 2rem) / 2);
  }
}

#course {
  background: url("../img/index/course_bg.webp") no-repeat center/cover;
  padding: 15rem 0 18rem;
}
@media screen and (min-width: 800px) {
  #course .wrap {
    padding-left: 25%;
    padding-right: 12.5%;
  }
}
#course h2 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.1rem;
  height: 32.6rem;
}
#course h2 span {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#course h2 small {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#course .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#course .flex .txt {
  width: 36rem;
  line-height: 2;
  text-align: justify;
}
#course .flex .group-bnr {
  width: 36.1rem;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#course .flex .group-bnr .bnr a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid;
  padding: 1.5rem 0;
  display: block;
}
#course .flex .group-bnr .bnr a .btn-text {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
#course .flex .group-bnr .bnr a .btn-text small {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}
#course .flex .group-bnr .bnr a .btn-inner {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  #course {
    background: url("../img/index/course_bg_sp.webp") no-repeat center/cover;
    padding: 10rem 0 12rem;
  }
  #course h2 {
    margin: 0 0 0 14.8rem;
    height: 26.8rem;
  }
  #course h2 span {
    font-size: 3.2rem;
  }
  #course h2 small {
    font-size: 1.8rem;
  }
  #course .flex {
    display: block;
  }
  #course .flex .txt {
    width: 100%;
  }
  #course .flex .group-bnr {
    width: 100%;
    margin: 5rem 0 0;
  }
}

#shop {
  padding: 21rem 0 20rem;
  position: relative;
  overflow: hidden;
}
#shop .deco1 {
  position: absolute;
  left: 0;
  width: 43rem;
  bottom: -34rem;
}
#shop .deco2 {
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
}
#shop .shop1 {
  position: relative;
  z-index: 2;
}
#shop .shop1 h2 {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2;
  margin: 0 0 10rem;
}
#shop .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#shop .flex .group-img {
  width: 40rem;
}
#shop .flex .group-img .shop-thumb {
  display: flex;
  margin: 2rem 0 0;
  gap: 1rem;
}
#shop .flex .group-img .shop-thumb .thumb {
  width: 9.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 800px) {
  #shop .flex .group-img .shop-thumb .thumb:hover {
    opacity: 0.8;
  }
}
#shop .flex .group-info {
  width: 50rem;
  position: relative;
}
#shop .flex .group-info h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
#shop .flex .group-info .btn-insta {
  position: absolute;
  top: 0;
  right: 0;
}
#shop .flex .group-info .address {
  margin: 0 0 0.5rem;
}
#shop .flex .group-info .tel {
  margin: 0 0 2rem;
}
#shop .flex .group-info .tit {
  margin: 0 0 1rem;
}
#shop .flex .group-info .txt {
  margin: 0 0 0.5rem;
}
#shop .flex .group-info .txt + .txt2 {
  margin-top: 1rem;
}
#shop .flex .group-info .txt2 {
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  width: 46.5rem;
}
#shop .flex .group-info .info {
  margin: 2rem 0 0;
}
#shop .flex .group-info .info dl {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#shop .flex .group-info .info dl dt {
  width: 12rem;
  font-weight: 700;
}
#shop .flex .group-info .info dl dd {
  width: calc(100% - 12rem);
}
#shop .shop2 {
  position: relative;
  z-index: 2;
  margin: 10rem 0 0;
}
#shop .btn-link {
  text-align: right;
  margin: 10rem 0 0;
}
#shop .btn-link a {
  display: inline-flex;
}
@media screen and (max-width: 799px) {
  #shop {
    padding: 12rem 0;
  }
  #shop .deco1 {
    width: 21rem;
    bottom: -16.1rem;
  }
  #shop .deco2 {
    top: 0;
  }
  #shop .shop1 h2 {
    font-size: 3.2rem;
    margin: 0 0 8rem;
  }
  #shop .flex {
    display: block;
  }
  #shop .flex .group-img {
    width: 100%;
  }
  #shop .flex .group-info {
    margin: 3rem 0 0;
    width: 100%;
  }
  #shop .flex .group-info .txt2 {
    width: 100%;
  }
  #shop .flex .group-info .info dl {
    align-items: flex-start;
  }
  #shop .flex .group-info .info dl dt {
    width: 8rem;
  }
  #shop .flex .group-info .info dl dd {
    width: calc(100% - 8rem);
  }
  #shop .shop2 {
    margin-top: 8rem;
  }
  #shop .btn-link {
    margin: 8rem 0 0;
  }
}