@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    opacity: 0;
  }

  body.show {
    opacity: 1;
  }

  body.fix {
    overflow: hidden;
    height: 100vh;
  }

  body.fix canvas {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
  }

  .fixed-btn canvas {
    display: none;
  }

  .close-canvas {
    position: fixed;
    bottom: 10vh;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    color: #a13014;
    border: 1px solid #a13014;
  }
  .close-canvas:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  body.fix canvas {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    display: none;
  }
  canvas {
    display: none;
  }
}
/* @keyframes zoomInOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
#key-box .keyvisual .slick-slide.slick-current img {
  animation: zoomInOut 25s linear 0s;
} */

/* #key-box .keyvisual li.slide-01 img{
  object-position: 0% 50%;
} */

@media screen and (min-width: 768px) {
  .hamberger-btn {
    opacity: 0;
    visibility: hidden;
  }
  .fixed-btn .hamberger-btn {
    opacity: 1;
    visibility: visible;
  }
  .fix-btn-web {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }
  .fixed-btn .fix-btn-web {
    opacity: 1;
    visibility: visible;
    transition: 1s;
  }
}
#box-desc .box-desc {
  position: fixed;
  left: 10%;
  top: 20vw;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  filter: blur(3px);
  transition: 1.2s;
  z-index: 999;
  font-size: 20px;
  letter-spacing: 3px;
}
#box-desc .box-desc.active {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transition: 1.2s;
}

#sec1 {
  padding: 10vw 0;
  position: relative;
  background: url(../img/index/sec1_deco1_sp.png) no-repeat top -5vw right 20%/75%;
}
#sec1 .box-img-text {
  position: relative;
}
#sec1 .photo-1 {
  width: 65%;
  margin-left: auto;
  margin-right: 5%;
}
#sec1 .photo-2 {
  margin-left: 8%;
  width: 38%;
  margin-top: -5vw;
  position: relative;
  z-index: 1;
}
#sec1 .photo-5 {
  width: 50%;
  margin-left: auto;
  margin-right: 12%;
  margin-top: -7vw;
  margin-bottom: 10vw;
}
#sec1 .photo-4 {
  width: 75%;
}
#sec1 .box-photo {
  position: relative;
}
#sec1 .box-photo .photo-3 {
  position: relative;
  left: 15%;
  right: 5%;
  top: 0;
}
#sec1 .box-photo .photo-3 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec1 .photo-pin-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#sec1 .photo-3 {
  will-change: transform;
}
#sec1 .box-content {
  padding: 100px 6.5% 40px;
  background: url(../img/index/sec1_deco2.png) no-repeat center top -65px/90%;
}
#sec1 .box-content h2 {
  width: 40px;
  margin: 0 auto 40px;
}
#sec1 .box-content .txt {
  padding: 0 5px;
  margin-bottom: 15px;
  background: url(../img/course/sec1_line_hor.png) repeat 0 0/560px;
  line-height: 35px;
  padding-bottom: 5px;
  padding-top: 35px;
}

@media screen and (min-width: 768px) {
  #box-desc .box-desc {
    left: auto;
    right: calc(50% + 450px);
    top: 100px;
    transition: 1.2s;
    font-size: 30px;
    letter-spacing: 4px;
  }
  #sec1 {
    padding: 100px 0 130px;
    position: relative;
    background: url(../img/index/sec1_deco1.png) no-repeat top -80px left/60%;
  }
  #sec1 .photo-small {
    position: relative;
    height: 1350px;
    max-width: 1500px;
    margin: 0 auto;
  }
  #sec1 .box-img-text {
    position: static;
  }
  #sec1 .box-img-text .box-desc {
    position: fixed;
    left: 5%;
    top: 20vw;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    filter: blur(3px);
    transition: 1.2s;
    z-index: 1;
    font-size: 20px;
    letter-spacing: 3px;
  }
  #sec1 .box-img-text .box-desc.active {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
    transition: 1.2s;
  }
  #sec1 .photo-1 {
    position: absolute;
    width: auto;
    margin-left: auto;
    left: calc(50% + 165px);
    margin-right: 0;
    right: 105px;
    top: 40px;
  }
  #sec1 .photo-2 {
    margin-left: 250px;
    width: -moz-max-content;
    width: max-content;
    padding-top: 265px;
    margin-top: 0;
  }
  #sec1 .photo-5 {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 10px;
    bottom: 420px;
  }
  #sec1 .photo-4 {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 0;
    bottom: 155px;
  }
  #sec1 .box-photo {
    position: absolute;
    left: calc(50% - 80px);
    right: auto;
    transform: translateX(-50%);
    top: 615px;
    height: 320px;
    z-index: 999;
    width: 600px;
  }
  #sec1 .box-photo .photo-3 img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .photo-pin-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  #sec1 .photo-3 {
    will-change: transform;
  }
  #sec1 .box-photo-2 .photo-bg2 {
    height: 915px;
  }
  #sec1 .box-photo-2 .photo-bg2 img {
    height: 915px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .box-photo-3 {
    position: relative;
  }
  #sec1 .box-photo-3 .photo-bg3 {
    height: 915px;
  }
  #sec1 .box-photo-3 .photo-bg3 img {
    height: 915px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .box-photo-3 .box-desc-3 {
    position: absolute;
    right: calc(50% + 450px);
    top: 100px;
    opacity: 0;
    visibility: hidden;
    filter: blur(0);
    left: 5%;
    font-size: 30px;
  }
  #sec1 .box-photo-3 .box-desc-3.active {
    opacity: 1;
    visibility: visible;
  }
  #sec1 .box-content {
    padding: 200px 0 0;
    background: url(../img/index/sec1_deco2.png) no-repeat right
      calc(50% - 600px) top -95px / auto;
  }
  #sec1 .box-content .wrap-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .box-content h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    right: 30px;
    top: -180px;
    opacity: 0;
    visibility: hidden;
  }
  #sec1 .box-content h2.show-fade {
    opacity: 1;
    visibility: visible;
    transition: 1s;
  }
  #sec1 .box-content .txt {
    margin-top: 180px;
    padding: 15px 0 0 50px;
    background: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 8px;
    opacity: 0;
  }
  #sec1 .box-content .txt span {
    margin-bottom: 15px;
    position: relative;
    background: url(../img/course/sec1_line.png) repeat 0 0/50px;
    line-height: 35px;
    padding-bottom: 2px;
    padding-top: 10px;
    line-height: 50px;
    letter-spacing: 4.5px;
    padding-right: 5px;
    height: 595px;
    writing-mode: vertical-rl;
    display: block;
    margin-right: 40px;
  }
  #sec1 .box-content .txt span:last-child {
    margin-right: 52px;
  }
  #sec1 .box-content .txt.show-fade {
    visibility: visible;
    opacity: 1;
    transition: 1s;
  }
}
#sec2 {
  position: relative;
  padding: 0 0 30vw;
}
#sec2 .group-photo {
  display: flex;
  margin: 0 -45%;
}
#sec2 .group-photo .photo-left {
  position: relative;
  z-index: 1;
}
#sec2 .group-photo .photo-right {
  position: relative;
  z-index: 1;
}
#sec2 .group-content {
  position: absolute;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
}
#sec2 .group-content::before {
  content: "";
  background: url(../img/index/sec2_deco1.png) no-repeat 0 0/100%;
  width: 185%;
  height: 135vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#sec2 .group-content h2 {
  line-height: 2em;
  margin: 0 auto 30px;
  padding: 20vw 0 0;
  letter-spacing: 0.2em;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
#sec2 .group-content h2::before {
  content: "";
  background: url(../img/index/sec2_deco2.png) no-repeat 0 0/100%;
  width: 50%;
  height: 50vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
#sec2 .group-content h2.show-fade {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0 0 0;
  }
  #sec2 .group-photo {
    margin: 0;
  }
  #sec2 .group-photo .photo-left {
    width: 50%;
    height: 780px;
  }
  #sec2 .group-photo .photo-left img {
    height: 780px;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  #sec2 .group-photo .photo-right {
    width: 50%;
    height: 780px;
  }
  #sec2 .group-photo .photo-right img {
    height: 780px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  #sec2 .group-photo img {
    width: 100%;
    max-height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec2 .group-content {
    top: 100px;
  }
  #sec2 .group-content::before {
    width: 738px;
    height: 730px;
    top: -95px;
    transform: translate(-50%, 0);
  }
  #sec2 .group-content h2 {
    line-height: 70px;
    margin: 0 auto 30px;
    padding: 115px 0 0;
    letter-spacing: 10px;
  }
  #sec2 .group-content h2::before {
    width: 74px;
    height: 74px;
    top: 0;
  }
}
#sec3 {
  padding: 50vw 0;
}
#sec3 h2 {
  margin: 0 auto 20vw;
  letter-spacing: 0.1em;
  position: relative;
}
#sec3 h2::before {
  content: "";
  background: url(../img/index/sec3_deco1.png) no-repeat 0 0/100%;
  width: 135%;
  height: 5vw;
  left: -15vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#sec3 h2::after {
  content: "";
  background: url(../img/index/sec3_deco1.png) no-repeat 0 0/100%;
  width: 135%;
  height: 5vw;
  right: -15vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#sec3 .row-t {
  text-align: center;
  background: url(../img/index/sec3_pt1.png);
}
#sec3 .row-t .col-content {
  padding: 40px 0 30px;
}
#sec3 .row-t .col-content h3 {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  position: relative;
}
#sec3 .row-t .col-content h3::after {
  content: "";
  width: 165px;
  border-bottom: 1px dashed #84756f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
#sec3 .row-t .col-content .col-desc {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
#sec3 .row-t .col-content .col-deco {
  width: 140px;
  margin: 0 auto 20px;
}
#sec3 .row-t .col-content .btn-t1 a {
  width: 200px;
}
#sec3 .row-t2 {
  background: url(../img/index/sec3_pt2.png);
}
#sec3 .row-t3 {
  background: url(../img/index/sec3_pt3.png);
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 320px 0 100px;
  }
  #sec3 .wrap {
    max-width: calc(100% - 50px);
  }
  #sec3 h2 {
    margin: 0 auto 110px;
    letter-spacing: 12px;
  }
  #sec3 h2::before {
    width: 72px;
    height: 21px;
    left: -80px;
  }
  #sec3 h2::after {
    width: 72px;
    height: 21px;
    right: -80px;
  }
  #sec3 .row-t {
    display: flex;
  }
  #sec3 .row-t .col-content {
    padding: 40px 0 30px;
    width: 50%;
  }
  #sec3 .row-t .col-content h3 {
    letter-spacing: 8px;
    font-size: 26px;
    margin: 0 auto 45px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  #sec3 .row-t .col-content h3::after {
    width: 340px;
  }
  #sec3 .row-t .col-content .col-desc {
    margin-bottom: 20px;
    letter-spacing: 2.5px;
    font-size: 16px;
  }
  #sec3 .row-t .col-content .col-deco {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 15px;
  }
  #sec3 .row-t .col-content .btn-t1 a {
    width: 235px;
    margin: 0 auto;
  }
  #sec3 .row-t .col-left {
    height: 750px;
    width: 50%;
  }
  #sec3 .row-t .col-left img {
    height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  #sec3 .row-t1 .col-content,
  #sec3 .row-t3 .col-content {
    order: 2;
  }
  #sec3 .row-t1 .col-left,
  #sec3 .row-t3 .col-left {
    order: 1;
  }
}
#shopinfo {
  padding: 10vw 0;
  position: relative;
}
#shopinfo::before {
  content: "";
  background: url(../img/index/shopinfo_deco1_sp.png) no-repeat 0 0/100%;
  width: 100%;
  height: 80vw;
  left: 0;
  top: -15vw;
  position: absolute;
  z-index: -1;
}
#shopinfo .logo {
  width: 100px;
  margin: 0 auto 30px;
}
#shopinfo .desc {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
#shopinfo .tel-t3 {
  margin-bottom: 20px;
}
#shopinfo .btn-t1 {
  margin-bottom: 30px;
}
#shopinfo .info-social {
  margin-bottom: 30px;
}
#shopinfo .info-social li {
  margin: 0 10px;
}
#shopinfo .info {
  margin-bottom: 50px;
}
#shopinfo .info dl {
  padding: 10px 0;
  border-bottom: 1px solid #d1c9c0;
  font-size: 13px;
  line-height: 22px;
}
#shopinfo .info dl dd {
  margin-left: 30px;
}
#shopinfo .box-info {
  border: 1px solid #84756f;
  text-align: center;
  padding: 30px 0;
}
#shopinfo .box-info h3 {
  font-size: 17px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#shopinfo .box-info .txt {
  font-size: 13px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 100px 0;
  }
  #shopinfo::before {
    background: url(../img/index/shopinfo_deco1.png) no-repeat 0 0/100%;
    width: 100%;
    height: 40vw;
    left: 0;
    top: -50px;
    z-index: -1;
  }
  #shopinfo .wrap {
    max-width: 840px;
  }
  #shopinfo .logo {
    width: 140px;
    margin: 0 auto 45px;
    padding-left: 45px;
  }
  #shopinfo .desc {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 55px;
    letter-spacing: 3px;
  }
  #shopinfo .tel-t3 {
    margin-bottom: 25px;
  }
  #shopinfo .btn-t1 {
    margin-bottom: 40px;
  }
  #shopinfo .btn-t1 a {
    margin: 0 auto;
  }
  #shopinfo .info-social {
    margin-bottom: 78px;
  }
  #shopinfo .info-social li {
    margin: 0 10px;
  }
  #shopinfo .info {
    margin-bottom: 90px;
  }
  #shopinfo .info dl {
    font-size: 15px;
    line-height: 30px;
    display: flex;
    padding: 0;
    letter-spacing: 2.5px;
  }
  #shopinfo .info dl dt {
    padding: 14px 0 14px 35px;
    border-bottom: 1px solid #aca098;
    width: 195px;
    box-sizing: border-box;
  }
  #shopinfo .info dl dd {
    padding: 14px 0;
    margin-left: 60px;
    width: calc(100% - 195px);
  }
  #shopinfo .info dl .letter-short {
    letter-spacing: 1.2px;
  }
  #shopinfo .box-info {
    padding: 55px 0 50px;
    width: 600px;
    margin: 0 auto;
  }
  #shopinfo .box-info h3 {
    font-size: 20px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: 6px;
    text-decoration-thickness: 1px;
  }
  #shopinfo .box-info .txt {
    font-size: 15px;
    line-height: 30px;
  }
}
#gmap {
  padding: 10vw 0 20vw;
}
#gmap h2 {
  padding-left: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}
#gmap h2::before {
  content: "";
  background: url(../img/shared/icon_map_b.png) no-repeat 0 0/100%;
  width: 17px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#gmap iframe {
  width: 100%;
  margin-bottom: 30px;
}
#gmap .btn-t1 a {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  #gmap {
    padding: 10px 0 15px;
  }
  #gmap .wrap {
    max-width: 860px;
  }
  #gmap h2 {
    padding-left: 20px;
    font-size: 26px;
    margin-bottom: 15px;
    margin-left: 35px;
    letter-spacing: 6px;
  }
  #gmap h2::before {
    width: 20px;
    height: 28px;
    left: -15px;
  }
  #gmap iframe {
    height: 530px;
    margin-bottom: 20px;
  }
  #gmap .btn-t1 a {
    margin: 0 auto 10px;
  }
  #gmap .btn-share a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 15px;
    letter-spacing: 3px;
  }
  #gmap .btn-share a:hover {
    text-decoration: none;
  }
}
#news {
  padding: 18vw 0 20vw;
  background: url(../img/index/news_deco1.png) no-repeat center top/80%;
}
#news h2 {
  margin: 0 auto 15vw;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
}
#news #feed {
  margin-bottom: 40px;
}
#news #feed .row {
  width: 230px;
  margin: 0 auto;
}
#news #feed .row:nth-child(2n + 1) {
  /* display: none; */
}
#news #feed .row .photo {
  margin-bottom: 10px;
}
#news #feed .row .photo span {
  width: 100% !important;
  height: 150px !important;
  display: block;
}
#news #feed .row dl dt {
  font-family: "Forum";
}
#news #feed .row dl dd {
  font-size: 14px;
}
#news .more a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 45px 10px 10px;
  border-bottom: 1px solid;
  position: relative;
  margin: 0 auto;
}
#news .more a::after {
  content: "";
  background: url(../img/index/news_icon_btn.png) no-repeat 0 0/100%;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 220px 0 250px;
    background: url(../img/index/news_deco1.png) no-repeat left
      calc(50% - 515px) top/auto;
  }
  #news h2 {
    margin: 0;
    position: absolute;
    left: 40px;
    top: -50px;
    letter-spacing: 10px;
  }
  #news #feed {
    margin-bottom: 40px;
    max-width: 740px;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    justify-content: space-evenly;
  }
  #news #feed .row {
    width: 215px;
    margin: 0;
  }
  #news #feed .row:nth-child(2n + 1) {
    display: block;
  }
  #news #feed .row .photo {
    margin-bottom: 20px;
  }
  #news #feed .row .photo span {
    width: 100% !important;
    height: 150px !important;
    display: block;
  }
  #news #feed .row dl dt {
    font-family: "Forum";
    font-size: 20px;
  }
  #news #feed .row dl dd {
    font-size: 15px;
    line-height: 30px;
  }
  #news .more a {
    padding: 10px 55px 10px 10px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 135px;
    font-size: 20px;
  }
  #news .more a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  body.fix canvas {
    height: 980px;
    width: 100%;
  }
} /*# sourceMappingURL=index.css.map */
