@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 29px;
  }
}
main{
	overflow: visible
}
.line {
  height: 10vw;
  background: url("../img/anniversary/line.jpg") no-repeat top left/cover;
}
@media screen and (min-width: 768px) {
  .line {
    background-repeat: repeat;
    background-size: auto;
    height: 75px;
  }
}

.fw-sm {
  font-weight: 600;
}

.fw-m {
  font-weight: 500;
}

.fs26 {
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  .fs26 {
    font-size: 26px;
  }
}

.fs31 {
  font-size: 5.5vw;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .fs31 {
    font-size: 31px;
  }
}

.cl-222 {
  color: #222;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#key-box {
  background: url("../img/anniversary/key_sp.jpg") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #key-box {
    background-image: url("../img/anniversary/key.jpg");
  }
}

@media screen and (min-width: 768px) {
  .sp2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #head-key {
    margin-bottom: 0;
  }
  .nav-main .wrap {
    max-width: calc(100% - 60px);
    width: 1000px;
    position: relative;
    padding: 0;
  }
}
#read {
  position: relative;
  padding: 30vw 0 20vw;
  overflow: hidden;
}
#read::before, #read::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/anniversary/deco.jpg");
}
#read::before {
  left: 0;
  right: calc(50% + 35vw);
}
#read:after {
  right: 0;
  left: calc(50% + 35vw);
}
#read .deco {
  position: absolute;
  width: 61.6vw;
  top: -3vw;
  left: 19vw;
}
#read .wrap {
  z-index: 2;
}
#read h2 {
  position: relative;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.85;
}
#read .txt {
  margin: 12vw 0 0;
  letter-spacing: 0.12em;
  position: relative;
}
#read .group-img {
  margin: 10vw 0 0;
  display: flex;
  justify-content: space-between;
}
#read .group-img .img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  #read .group-img .img:first-child {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  #read {
    padding: 233px 0 0;
  }
  #read::before {
    right: calc(50% + 500px);
  }
  #read:after {
    left: calc(50% + 500px);
  }
  #read .deco {
    width: 462px;
    top: -11px;
    left: calc(50% - 214px);
  }
  #read .wrap {
    width: 1200px;
  }
  #read h2 {
    line-height: 48px;
  }
  #read .txt {
    height: 550px;
    margin: 164px 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #read .group-img {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    top: 186px;
    margin: 0;
  }
  #read .group-img .img {
    width: auto;
  }
}

#point {
  padding: 20vw 0 0;
}
#point h2 {
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.2em;
  margin: 0 0 7vw;
}
#point .point-js {
  position: relative;
}
#point .point-js .bg {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #e5e0d6;
}
#point .point-js .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  height: 50vh;
}
#point .point-js .group-item {
  position: relative;
  z-index: 2;
  padding: 0 0 20vw;
  margin: 100vh 0 0;
}
@media screen and (max-width: 767px) {
  #point .point-js .group-item .item + .item {
    margin-top: 15vw;
  }
}
#point .point-js .group-item .item .group-content {
  margin: 10vw 0 0;
}
#point .point-js .group-item .item .group-content .stt {
  line-height: 1.5;
  width: 11vw;
  height: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
#point .point-js .group-item .item .group-content .stt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #868686;
  transform: rotate(45deg);
}
#point .point-js .group-item .item .group-content .title {
  line-height: 1.85;
  letter-spacing: 0.2em;
  margin: 4vw 0 0 6vw;
}
@media screen and (max-width: 767px) {
  #point .point-js .group-item .item .group-content .title {
    font-size: 6vw;
  }
}
#point .point-js .group-item .item .group-content .txt {
  letter-spacing: 0.12em;
  margin: 6vw 0 0 6vw;
}
@media screen and (min-width: 768px) {
  #point {
    padding: 162px 0 0;
  }
  #point h2 {
    line-height: 65px;
    letter-spacing: 0.4em;
    margin: 0 0 45px;
  }
  #point .point-js .bg {
    width: 100%;
    height: 100vh;
  }
  #point .point-js .bg img {
    width: 1000px;
    height: 430px;
  }
  #point .point-js .group-item {
    height: 100vh;
    padding: 0;
  }
  #point .point-js .group-item .progress {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 110px;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #point .point-js .group-item .progress .line-progress {
    position: absolute;
    top: 8px;
    width: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #8ba064;
    height: 0;
    max-height: calc(100% - 16px);
  }
  #point .point-js .group-item .progress .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdc6ac;
  }
  #point .point-js .group-item .progress .dot.active {
    background: #8ba064;
  }
  #point .point-js .group-item .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  #point .point-js .group-item .item.active {
    opacity: 1;
    visibility: visible;
  }
  #point .point-js .group-item .item .wrap {
    width: 1258px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #point .point-js .group-item .item .img {
    max-width: calc(100% - 680px);
    width: 600px;
    height: 500px;
  }
  #point .point-js .group-item .item .group-content {
    width: 502px;
    margin: 87px 0 0 98px;
  }
  #point .point-js .group-item .item .group-content .stt {
    width: 48px;
    height: 48px;
  }
  #point .point-js .group-item .item .group-content .title {
    line-height: 48px;
    letter-spacing: 0.4em;
    margin: -1px 0 0 55px;
  }
  #point .point-js .group-item .item .group-content .txt {
    letter-spacing: 0.12em;
    margin: 37px 0 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #point .point-js .group-item .item .wrap {
    justify-content: flex-start;
  }
/*   #point .point-js .group-item .item:nth-of-type(even) .wrap {
    justify-content: flex-end;
  } */
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #point .point-js .group-item .item .group-content .txt {
    letter-spacing: 0.06em;
  }
}
/* @media screen and (min-width: 768px) {
  #point .point-js .group-item .item:nth-of-type(even) .wrap {
    flex-direction: row-reverse;
  }
  #point .point-js .group-item .item:nth-of-type(even) .wrap .group-content {
    margin-left: 0;
    margin-right: 98px;
  }
} */

#manner {
  position: relative;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#manner .panel::before {
  content: "";
  position: absolute;
  right: 0;
  left: 80vw;
  height: 1px;
  top: 32%;
  background: #c2b8b4;
}
#manner .deco {
  position: absolute;
  width: 68.13vw;
  top: -25vw;
  left: calc(50vw - 67vw);
}
#manner .set1 h2 {
  letter-spacing: 0.2em;
}
#manner .panel {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
#manner .set1 {
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#manner .set2 {
  min-width: max-content;
  display: flex;
  position: relative;
  padding-right: 50vw;
  gap: 6vw;
  padding-left: 20vw;
}

#manner .set2 .item {
  width: 90vw;
  position: relative;
}
#manner .set2 .item .img {
  height: 120vw;
}
#manner .set2 .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#manner .set2 .item .txtbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 30vw;
  color: #fff;
}
#manner .set2 .item .txtbox .ttl {
  font-size: 5vw;
  line-height: 2;
  padding: 0 0 4vw;
  display: inline-block;
  min-width: 90%;
  margin: 0 0 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#manner .set2 .item .txtbox .txt {
  text-align: inherit;
}
@media screen and (max-width: 767px) {
  #manner .set1 h2 {
    font-size: 6vw;
  }
}
#manner .set1 .txt {
  text-align: left;
  margin: 8vw 5% 0;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  #manner .panel::before {
    left: calc(50vw + 365px);
    top: 54%;
  }
  #manner .deco {
    width: 511px;
    top: -213px;
    right: auto;
    left: calc(50vw - 437px);
  }
  #manner .set1 h2 {
    letter-spacing: 0.4em;
  }
  #manner .set1 .txt {
    text-align: inherit;
    margin: 61px 0 0;
  }

  #manner .set2 {
    position: relative;
    gap: 50px;
    padding-right: 200px;
    padding-left: 0;
  }

  #manner .set2 .item {
    width: 430px;
    position: relative;
  }
  #manner .set2 .item .img {
    height: 600px;
    max-height: calc(100vh - 100px);
  }
  #manner .set2 .item .txtbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    color: #fff;
  }
  #manner .set2 .item .txtbox .ttl {
    font-size: 21px;
    line-height: 40px;
    padding: 0 0 27px;
    display: inline-block;
    min-width: 300px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media screen and (min-width: 768px) and (max-height: 750px) {
  #manner .set2 .item .txtbox {
    top: 60px;
  }
}

.btn-link {
  max-width: 100%;
  width: 270px;
}
.btn-link a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: #222;
  letter-spacing: 0.2em;
  padding: 11px 0;
  border: 1px solid #3d3329;
  width: 100%;
}
.btn-link a::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  height: 15px;
  width: 15px;
  background: #8ba064;
  transition: all 0.5s;
}
.btn-link a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background: #222;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-link a:hover::before {
    height: 100%;
  }
  .btn-link a:hover:after {
    animation: btn-line 0.5s ease-out;
  }
}

@keyframes btn-line {
  0% {
    visibility: hidden;
    transform: translateY(-50%) scaleX(0);
  }
  50% {
    visibility: visible;
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}
#course {
  margin: 30vw 0 0;
}
#course .set1 .box {
  background: url("../img/anniversary/bg2.jpg");
  padding: 12vw 5%;
  text-align: center;
}
#course .set1 .box dl dt {
  letter-spacing: 0.4em;
  line-height: 1.5;
}
#course .set1 .box dl dt small {
  display: block;
  line-height: 1.5;
  margin: 0 0 1vw;
  letter-spacing: 0.2em;
}
#course .set1 .box dl dd {
  margin: 6vw 0 0;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
#course .set1 .box .title {
  margin: 7vw 0 0;
  border-top: 1px solid #c2b8b4;
  padding: 7vw 0 5vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

#course .set1 .box .list {
  text-align: left;
  line-height: 2.625;
  margin: 7vw 0 0;
  display: flex;
  justify-content: space-between;
}
#course .set1 .sub-txt {
  text-align: right;
  margin: 11px 0 0;
  color: #685f5c;
}
#course .set1 .list ul {
    list-style: none;
    padding: 0;
}
#course .set1 .list .col {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 0;
    flex-direction: column;
    text-align: left;
}
#course .set1 .df {
    display: flex;
    justify-content: space-between;
    text-align: left;;
}
#course .set2 {
  margin: 12vw 0 0;
}
#course .set2 .item .tit {
  color: #161616;
  font-size: 4vw;
  line-height: 1.5;
  margin: 3vw 0 0;
  letter-spacing: 0.2em;
}
#course .set2 .row1 .item1 {
  width: 86vw;
  margin: 0 0 0 auto;
}
#course .set2 .row1 .item2 {
  margin: 15vw 0 0 91px;
  width: 47vw;
  text-align: right;
}
#course .set2 .row2 {
  margin: 15vw 0 0;
}
#course .set2 .row2 .item1 {
  width: 80vw;
  text-align: right;
  margin: 0 0 10vw;
}
#course .set2 .row2 .right .item2 {
  margin: 0 0 0 auto;
  width: 48vw;
}
#course .set2 .row2 .right .item3 {
  margin: 12vw 0 0;
  width: 40vw;
  text-align: right;
}
#course .btn-link {
  margin: 10vw auto 0;
}
@media screen and (min-width: 768px) {
  #course {
    margin: 244px 0 0;
  }
  #course .wrap {
    width: 1202px;
  }
  #course .set1 {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  #course .set1 .box {
    padding: 102px 0 71px;
  }
  #course .set1 .box dl dt small {
    margin: 0 0 8px;
    letter-spacing: 0.4em;
  }
  #course .set1 .box dl dd {
    margin: 38px 0 0;
    font-size: 20px;
  }
  #course .set1 .box .title {
    margin: 54px auto 30px;
    width: 856px;
    padding: 47px 0 0;
  }
  #course .set1 .box .list {
    margin: 40px 0 0;
    justify-content: center;
    gap: 103px;
  }
  #course .set1 .df .col {
    gap: 40px;
    margin-bottom: 0;
    flex-direction: row;
    gap: 95px;
    margin: 0 27px;
    font-size: 16px;
}
  #course .set2 {
    margin: 109px 0 0;
  }
  #course .set2 .item .tit {
    font-size: 20px;
    margin: 14px 0 0;
  }
  #course .set2 .row1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 1142px;
    max-width: 100%;
    margin: 0 auto;
  }
  #course .set2 .row1 .item1 {
    width: 640px;
    max-width: calc(100% - 471px);
    margin: 0;
  }
  #course .set2 .row1 .item1 .img {
    height: 430px;
  }
  #course .set2 .row1 .item2 {
    width: auto;
    margin: 184px 123px 0 0;
  }
  #course .set2 .row2 {
    display: flex;
    align-items: flex-start;
    margin: -123px 0 0;
  }
  #course .set2 .row2 .item1 {
    width: 600px;
    max-width: calc(100% - 542px);
    margin: 221px 126px 0 0;
  }
  #course .set2 .row2 .item1 .img {
    height: 380px;
  }
  #course .set2 .row2 .right {
    width: 416px;
  }
  #course .set2 .row2 .right .item2 {
    margin: 0 0 0 auto;
    width: 360px;
  }
  #course .set2 .row2 .right .item3 {
    margin: 109px 0 0;
    width: 290px;
  }
  #course .btn-link {
    margin: 72px auto 0;
  }
}

.fw-b {
  font-weight: 700;
}

#contact {
  background: url("../img/anniversary/bg2.jpg");
  margin: 20vw 5%;
  position: relative;
  padding: 12vw 0;
  text-align: center;
}
#contact::before, #contact:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15vw;
  background: url("../img/anniversary/deco.jpg");
}
#contact::before {
  left: 0;
}
#contact:after {
  right: 0;
}
#contact h3 {
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #contact h3 {
    font-size: 24px;
  }
}
#contact .tit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 30px 0 5px;
  position: relative;
  z-index: 1;
}
#contact .tel {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
#contact .tel a {
  text-decoration: none;
}
#contact .tel img {
  display: inline-block;
  margin-right: 3px;
  vertical-align: baseline;
  width: 22px;
  margin-bottom: -0.5vw;
}
#contact .note-tel {
  font-size: 11px;
  line-height: 1.5;
  margin: 7px 0 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
#contact .btn-link {
  position: relative;
  z-index: 1;
  margin: 28px auto 0;
}
@media screen and (min-width: 768px) {
  #contact {
    width: 1000px;
    margin: 130px auto 150px;
    padding: 107px 0 103px;
  }
  #contact::before, #contact:after {
    width: 166px;
  }
  #contact .tit {
    font-size: 20px;
    margin: 42px 0 5px;
  }
  #contact .tel {
    font-size: 36.5px;
  }
  #contact .tel img {
    width: auto;
  }
  #contact .note-tel {
    font-size: 13px;
  }
}

#end {
  margin: 0 3vw 3vw;
  background: url("../img/anniversary/end_bg.jpg") no-repeat center/cover;
  text-align: center;
  height: 120vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#end h2 {
  font-size: 4vw;
  line-height: 2.76;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #end {
    margin: 0 15px 16px;
    height: 900px;
  }
  #end h2 {
    font-size: 21px;
    line-height: 58px;
    letter-spacing: 0.25em;
  }
}


#course .set1 .df {
  display:flex;
  justify-content: space-around;
 }
 #course .set1 .list .col {
     display: flex;
     justify-content: flex-start;
     gap: 0;
     margin-bottom: 0;
     flex-direction: column;
     text-align: left;
 }
 #course .set1 .list ul {
     list-style: none;
     padding: 0;
 }

 @media screen and (min-width: 768px) {
 #course .set1 .df {
  justify-content: center;
        gap: 32px;
 }
 #course .set1 .list .col {
  gap: 40px;
  margin-bottom: 0;
  flex-direction: row;
  gap: 95px;
  margin: 0 27px;
  font-size: 16px;
}
}