header #key h2 {
  font-size: 8vw;
  bottom: 3vw;
  left: 3%;
}
@media only screen and (min-width: 768px) {
  header #key h2 {
    font-size: 48px;
    bottom: 20px;
    left: 4%;
  }
  header #key .kv .slide1 {
    background: url("../img/gotanda-menu/kv.jpg") center/cover;
  }
}

#sec1 {
  margin: 10vw 0px 0px;
  padding: 16vw 0px 2vw;
  background: url("../img/gotanda-menu/sec1_deco.png") no-repeat bottom left/30%, #111111;
  color: #fafafa;
  position: relative;
  box-sizing: border-box;
}
#sec1 h2 {
  position: absolute;
  top: 5vw;
  right: 0px;
  line-height: 1;
  font-size: 18vw;
  letter-spacing: -0.1em;
  color: rgba(255, 255, 255, 0.05);
  height: 100vw;
}
#sec1 h3 {
  font-size: 6.5vw;
  width: 65%;
  margin: 0px 0% 0px auto;
  position: relative;
  z-index: 1;
}
#sec1 .sec1-book1 {
  position: absolute;
  top: 12vw;
  left: -18%;
  width: 80%;
}
#sec1 .sec1-book2 {
  width: 80%;
  margin: 6vw -18% -16vw auto;
  position: relative;
  cursor: pointer;
}
/*#sec1 .sec1-book2:hover img {
  content: url("../img/gotanda-menu/sec1_box2_on.png");
}*/
@media only screen and (min-width: 768px) {
  #sec1 {
    margin: 38px 0px 0px;
    padding: 194px 0px 12px;
    background-size: auto;
  }
  #sec1 h2 {
    top: 12px;
    font-size: 200px;
    height: 980px;
  }
  #sec1 h3 {
    font-size: 48px;
    line-height: 80px;
    width: 455px;
    margin: 0px 7% 0px auto;
  }
  #sec1 .sec1-book1 {
    top: 0px;
    left: 5%;
    width: 742px;
  }
  #sec1 .sec1-book2 {
    width: 717px;
    margin: 12px 6% -125px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .sec1-book1 {
    left: -5%;
  }
  #sec1 .sec1-book2 {
    margin: 12px 1% -125px auto;
  }
}

#sec2 {
  position: relative;
  margin: 16vw 0px 20vw;
}
#sec2 .sec2-1 {
  position: relative;
}
#sec2 .sec2-1 h2 {
  text-align: center;
  margin: 0px 0px 4vw;
  font-size: 6vw;
}
#sec2 .sec2-1 .sec2-img1 {
  margin: 8vw -5% 10vw;
}
#sec2 .sec2-box {
  box-sizing: border-box;
  background: #111111;
  margin: 10vw auto 0px;
  padding: 3vw 3%;
}
#sec2 .sec2-box .sec2-book {
  background: #e7dab8;
  box-sizing: border-box;
  padding: 10vw 6%;
}
#sec2 .sec2-box .sec2-book .sec2-txt1 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 4vw;
  margin: 0px 0px 4vw;
  letter-spacing: 0.2em;
}
#sec2 .sec2-box .sec2-book .sec2-txt2 {
  margin: 8vw 0px 0px;
}
#sec2 .sec2-box .sec2-book dl {
  line-height: 1.5;
  position: relative;
  margin: 0px 0px 2vw;
}
#sec2 .sec2-box .sec2-book dl::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 41%;
  width: 40%;
  height: 0;
  border: 1px dotted #8a7f68;
  transform: translateY(-50%);
}
#sec2 .sec2-box .sec2-book dl dt {
  width: 40%;
}
#sec2 .sec2-box .sec2-book dl dd {
  width: 5%;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    margin: 169px 0px 192px;
  }
  #sec2 .sec2-1 .sec2-row1 {
    width: 100%;
    max-width: 1360px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
    padding: 0px 20px;
  }
  #sec2 .sec2-1 h2 {
    height: 709px;
    font-size: 48px;
    line-height: 70px;
    text-shadow: 0 0 15px #fafafa;
    margin: 0px;
  }
  #sec2 .sec2-1 .sec2-box11 {
    width: 1051px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec2 .sec2-1 .sec2-img1 {
    margin: 0px;
  }
  #sec2 .sec2-box {
    margin: 70px auto 0px;
    padding: 38px 18px;
    width: 970px;
  }
  #sec2 .sec2-box .sec2-book {
    background: url("../img/gotanda-menu/sec2_page.png") top center/100% 100%;
    padding: 50px 50px 92px;
  }
  #sec2 .sec2-box .sec2-book .sec2-box1 {
    width: 360px;
  }
  #sec2 .sec2-box .sec2-book .sec2-txt1 {
    font-size: 17px;
    margin: 0px 0px 42px;
  }
  #sec2 .sec2-box .sec2-book dl {
    margin: 0px 0px 2px;
    line-height: 32px;
  }
  #sec2 .sec2-box .sec2-book dl::before {
    width: 198px;
    left: 112px;
  }
  #sec2 .sec2-box .sec2-book dl dt {
    width: 110px;
  }
  #sec2 .sec2-box .sec2-book dl dd {
    width: 20px;
  }
  #sec2 .sec2-box .sec2-book .sec2-txt2 {
    width: 378px;
    margin: 72px 0px 0px;
  }
}

#sec3 {
  position: relative;
  padding: 30vw 0px 0vw;
  box-sizing: border-box;
  background: url("../img/gotanda-menu/sec3_deco.svg") no-repeat top center/25%;
  overflow: hidden;
}
#sec3 h2 {
  text-align: center;
  font-size: 6.5vw;
  margin: 0px 0px 10vw;
}
#sec3 h2 span {
  font-size: 5.5vw;
}

   #sec3 .note {
    text-align:center;
  }

#sec3 .sec3-scroll .scroll {
  overflow: hidden;
  height: 100vh;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
#sec3 .sec3-scroll  .box-left {
  background: #111111;
  position: absolute;
  width: 100vw;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.3s; */
  height: 40vh;
}
#sec3 .sec3-scroll .box-left .sec3-slide {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec3 .sec3-scroll  .box-left img {
  height: 100%;
  width: auto;
}

#sec3 .sec3-scroll .scroll .sec3-row:nth-child(1) .box-left {
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s; */
}

#sec3 .sec3-scroll .scroll .sec3-row.active .box-left {
  position: fixed;
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s; */
}
#sec3 .sec3-scroll .scroll .sec3-row:has(.active) .box-left {
  position: fixed;
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s; */
}
#sec3 .sec3-scroll .scroll .sec3-box {
  height: 60vh;
  width: 200vw;
  box-sizing: border-box;
  background: #fafafa;
  padding: 5vh 10vw 6vh;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  margin: 40vh -1vw 0px;
  align-items: center;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-img {
  width: 80vw;
  align-self: center;
  height: 80%;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-box1 {
  width: 90vw;
  margin: 0px 0px 0px 4vw;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl {
  width: 80vw;
  font-family: "Noto Serif JP";
  font-size: 5vw;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl.big {
  width: 100vw;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-txt {
  margin: 2vw 0px 4vw;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-list {
  border: 1px solid #777777;
  box-sizing: border-box;
  font-weight: 700;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-list dt {
  width: 25%;
  text-align: center;
  border-right: 1px solid #777777;
  padding: 3vw 0px;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd {
  width: 75%;
  box-sizing: border-box;
  padding: 3vw 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd .sec3-txt2 {
  text-align: center;
  width: 22%;
  background: #dddddd;
  font-size: 10px;
  border-radius: 30px;
  align-self: center;
  line-height: 2;
}
#sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd .sec3-line {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec3 .sec3-scroll .scroll {
    overflow: hidden;
    height: 100vh;
    width: auto;
    width: unset;
    position: relative;
    display: block;
    /* justify-content: flex-start; */
  }
  #sec3 .sec3-scroll{
    position: relative;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-img{
    height: 40%;
  }
  #sec3 .sec3-scroll .slider-nav{
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 30vh;
    background: #111111;
  }
  #sec3 .sec3-scroll .box-left{
    position: relative !important;
    height: 30vh;
    /* display: block !important; */
  }
  #sec3 .sec3-scroll .scroll .sec3-box{
    /* position: absolute; */
    left: 0px;
    bottom: 0px;
    padding: 0px;
    box-sizing: border-box;
    margin: 32vh 0px 0px;
    flex-direction: column;
    width: 100vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-img{
    box-sizing: border-box;
    width: 100vw;
    padding: 0px 16vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-box1{
    margin:0vh 0px 0px;
    width: 100vw;
    padding: 3vh 5vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl{
    margin: 0px auto;
  }
  #sec3 .sec3-scroll .slider-nav .box-left{
    display: block !important;
    opacity: 1;
    visibility: visible;
    background: none;
  }
  #sec3 .sec3-scroll .sec3-row{
    /* position: relative; */
    width: 100vw !important;
    display: block !important;
  }
  #sec3 .sec3-scroll .slick-prev , #sec3 .sec3-scroll .slick-next{
    position: absolute;
    top: 45%;
    left: 3vw;
    background: transparent;
    border: none;
    font-size: 0;
    position: absolute;
    z-index: 10;
    width: 7vw;
    height: 7vw;
    border-top: 4px solid #d4722a;
    border-left: 4px solid #d4722a;
    transform: rotate(-45deg);
  }
  #sec3 .sec3-scroll .slick-next{
    left: auto;
    right: 3vw;
    border: none;
    border-top: 4px solid #d4722a;
    border-right: 4px solid #d4722a;
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 290px 0px 12px;
    background-size: 10%;
  }
  #sec3 h2 {
    font-size: 48px;
    line-height: 70px;
    margin: 0px 0px 140px;
  }
  #sec3 h2 span {
    font-size: 40px;
  }
    
   #sec3 .note {
    text-align:center;
  }
    
  #sec3 .sec3-scroll .scroll {
    display: block;
    width: 100vw;
    height: 100%;
  }
  #sec3 .sec3-scroll .scroll .box-left img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .box-left {
    width: 45vw;
    height: 100vh;
    align-items: center;
    padding-top: 15vh;
    display: flex !important;
  }
  #sec3 .sec3-scroll .scroll .box-left .sec3-slide {
    width: 98%;
    margin: 0px auto;
    max-width: 572px;
    align-items: flex-start;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .box-left img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .sec3-box {
    width: 55vw;
    display: block;
    margin: 0px 0px 0px auto;
    padding: 0px 0px 0px 3vw;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .sec3-row:not(:first-child) .sec3-box{
    padding: 90px 0px 0px 3vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-img img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl {
    width: 420px;
    font-size: 30px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl dd {
    width: 130px;
    text-align: right;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-ttl.big {
    max-width: 640px;
    width: 96%;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-txt {
    margin: 10px 2% 36px 0px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list {
    width: 100%;
    margin: 0px 0px 10px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list:last-child{
    margin: 0px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list dt {
    width: 106px;
    padding: 20px 0px 20px;
    font-size: 15px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd {
    width: calc(100% - 106px);
    padding: 20px 12px 20px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd .sec3-txt2 {
    width: 112px;
    font-size: 15px;
    line-height: 36px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd .sec3-line {
    width: 335px;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-list dd .sec3-line img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3-scroll .scroll .sec3-box .sec3-box1 {
    margin: 25px 0px 0px;
    width: 98%;
    max-width: 767px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .sec3-scroll .scroll .box-left {
    width: 40vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-box {
    width: 60vw;
    padding: 0px 0px 00px 1vw;
  }
  #sec3 .sec3-scroll .scroll .sec3-row:not(:first-child) .sec3-box{
    padding: 90px 0px 0px 1vw;
  }
}

.gr-sec {
  position: relative;
  background: #fafafa;
  z-index: 1;
}
.gr-sec::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 72%;
  height: 92%;
  background: #ececec;
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .gr-sec::before {
    height: calc(100% - 100px);
  }
}

#sec4 {
  padding: 6vw 0px 20vw;
}
#sec4 h2 {
  font-size: 14vw;
  letter-spacing: -0.1em;
  line-height: 1;
}
#sec4 .sec4-img {
  margin: 0px -5%;
}
#sec4 h3 {
  text-align: right;
  font-size: 14vw;
  position: relative;
  z-index: 1;
  letter-spacing: -0.1em;
  margin: -14vw 0px 4vw;
  color: #fafafa;
  line-height: 1;
}
#sec4 .sec4-txt1 {
  font-size: 5vw;
  text-align: center;
}
#sec4 .sec4-txt2 {
  margin: 4vw 0px 0px;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 147px 0px 92px;
  }
  #sec4 .wrap {
    max-width: 1100px;
  }
  #sec4 h2 {
    font-size: 120px;
  }
  #sec4 .sec4-img {
    margin: 0px;
  }
  #sec4 h3 {
    margin: -120px 0px 30px;
    font-size: 120px;
  }
  #sec4 .sec4-txt1 {
    font-size: 30px;
  }
  #sec4 .sec4-txt2 {
    text-align: center;
    margin: 17px 0px 0px;
  }
}

#sec5 {
  padding: 0px 0px 20vw;
}
#sec5 .sec5-box {
  margin: 0px 0px 10vw;
}
#sec5 .sec5-box h2 {
  margin: 6vw 0px 4vw;
  font-size: 6vw;
  text-align: center;
}
#sec5 .sec5-btn a {
  margin: 0px auto;
  font-size: 4.5vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 0px 0px 157px;
  }
  #sec5 .wrap {
    max-width: 1250px;
  }
  #sec5 .sec5-box {
    margin: 0px;
    width: 48%;
    text-align: center;
  }
  #sec5 .sec5-box .sec5-img {
    width: 100%;
  }
  #sec5 .sec5-box .sec5-img img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .sec5-box h2 {
    font-size: 30px;
    line-height: 55px;
    margin: 18px 0px 31px;
  }
  #sec5 .sec5-btn a {
    margin: 58px auto 0px;
    font-size: 20px;
  }
}

#sec6 {
  padding: 0px 0px 20vw;
}
#sec6 .sec6-bg {
  background: url("../img/gotanda-menu/sec6_bg.jpg") center/cover;
  color: #fafafa;
  font-size: 15vw;
  text-align: right;
  line-height: 1;
  padding: 90vw 0px 0px;
  letter-spacing: -0.05em;
}
#sec6 .sec6-txt {
  margin: 8vw 0px;
}
#sec6 .sec6-btn a {
  margin: 0px auto;
}
#sec6 .sec6-btn a::before {
  width: 25px;
  height: 16px;
  background: url("../img/shared/icon_popup.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 0px 0px 150px;
  }
  #sec6 .sec6-bg {
    font-size: 120px;
    padding: 630px 0px 0px;
  }
  #sec6 .sec6-txt {
    text-align: center;
    margin: 43px 0px 42px;
  }
}/*# sourceMappingURL=gotanda-menu.css.map */