#key .tit {
  padding: 35vw 5% 5vw 20%;
}

#key .photo {
  height: 75vw;
}

@media screen and (min-width: 768px) {
  #key .tit {
    text-align: right;
    padding: 0 70px 36px 0px;
  }

  #key .photo {
    height: 722px;
  }
}

header .logo {
  width: 30%;
  transform: none;
  top: 3%;
  left: 4%;
}

#sec1 {
  padding-top: 10vw;
}

#sec1 .js-fades {
  padding: 5vw 0;
}

#sec1 .slick-dots {
  padding: 15px 5% 0;
}

#sec1 .sec1-link {
  padding: 15vw 0%;
}

#sec1 .sec1-link h3 {
  margin-bottom: -5vw;
}

#sec1 .sec1-link h3 span {
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.4;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 3%;
}

#sec1 .sec1-link .link {
  padding: 10vw 5% 8vw;
  position: relative;
}

#sec1 .sec1-link .link:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
}

#sec1 .sec1-link .link:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

#sec1 .sec1-link .link li a {
  display: block;
  font-size: 4.5vw;
  line-height: 2;
  border-bottom: 2px solid #ececec;
  position: relative;
  padding: 2vw 0 2vw 11vw;
}

#sec1 .sec1-link .link li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6vw;
  background: url("../img/menu/arow.jpg") no-repeat center/100%;
}

#sec1 .sec1-link .link li a img {
  width: 10vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 88px 20px 50px;
  }

  #sec1 .wrap {
    max-width: 1200px;
    padding-left: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec1 .wrap {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #sec1 .js-fades {
    padding: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 22px);
    max-width: 622px;
  }

  #sec1 .js-fades .object-fit-cover-pc {
    height: 561px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec1 .js-fades {
    width: auto;
    left: 550px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #sec1 .slick-dots {
    padding: 10px 25px 0;
    justify-content: flex-end;
  }

  #sec1 h2 {
    padding: 15px 0 62px;
    position: relative;
    z-index: 3;
  }

  #sec1 .txt {
    width: 48%;
    max-width: 486px;
  }

  #sec1 .sec1-link {
    padding: 97px 0px 20px;
  }

  #sec1 .sec1-link h3 {
    margin-bottom: -40px;
  }

  #sec1 .sec1-link h3 span {
    font-size: 61px;
    padding: 0 36px;
  }

  #sec1 .sec1-link .wrap {
    padding: 0;
  }

  #sec1 .sec1-link .link {
    padding: 46px 20px 54px;
  }

  #sec1 .sec1-link .link:before {
    left: 24px;
    right: 24px;
  }

  #sec1 .sec1-link .link:after {
    top: 24px;
    bottom: 24px;
  }

  #sec1 .sec1-link .link ul {
    max-width: 987px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 265px;
    justify-content: center;
    align-items: center;
  }

  #sec1 .sec1-link .link ul li {
    width: 450px;
  }

  #sec1 .sec1-link .link ul li a {
    font-size: 26px;
    line-height: 30px;
    padding: 42px 0 13px 59px;
  }

  #sec1 .sec1-link .link ul li a:before {
    width: 27px;
    top: 30px;
  }

  #sec1 .sec1-link .link ul li a img {
    width: auto;
    top: 56px;
    left: -7px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
  margin-bottom: 10vw;
}

#sec2:before {
  content: '';
  background: url("../img/shared/bg1.jpg") repeat center 0;
  position: absolute;
  top: 7vw;
  left: 0;
  right: 0;
  bottom: 15vw;
  z-index: -1;
}

#sec2 h2 {
  padding: 0 10%;
}

#sec2 .lead {
  padding: 10vw 5%;
}

#sec2 .lead h3 {
  font-size: 7vw;
  line-height: 1.5;
  padding-bottom: 5vw;
}

#sec2 .lead h3 span {
  font-size: 6vw;
  font-weight: 400;
}

#sec2 .lead .photo {
  margin-bottom: 20px;
}

#sec2 .js-full li {
  width: 40vw !important;
  margin-right: 10px;
  margin-top: 5vw;
}

#sec2 .js-full li.pad {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #sec2 {
    margin-bottom: 30px;
    padding: 45px 0 0;
  }

  #sec2:before {
    top: 99px;
    right: calc(50% - 670px);
    bottom: 100px;
  }

  #sec2 h2 {
    padding: 0 0 69px;
  }

  #sec2 .lead {
    padding: 0;
    max-width: 1500px;
    position: relative;
    margin: 0 auto 100px;
  }

  #sec2 .lead .info {
    max-width: 467px;
    margin-left: calc(50% + 127px);
    padding: 85px 0 50px;
    text-align: left;
    min-height: 500px;
  }

  #sec2 .lead h3 {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 45px;
    margin-right: -70px;
    letter-spacing: 0.12em;
    text-align: left;
  }

  #sec2 .lead h3 span {
    font-size: 36px;
  }

  #sec2 .lead .photo {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% - 60px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec2 .lead {
    justify-content: flex-end;
    display: flex;
  }

  #sec2 .lead .info {
    margin-left: 0;
    margin-right: 20px;
  }

  #sec2 .lead .photo {
    right: 520px;
  }
}

@media screen and (min-width: 768px) {
  #sec2 .js-full li {
    width: 378px !important;
    margin-right: 23px;
    margin-top: 58px;
  }
}

#sec3 .lead {
  padding-bottom: 10vw;
}

#sec3 .lead h2 {
  width: 70%;
  margin: 0 auto 8vw;
  text-align: center;
}

#sec3 .lead .txt dt {
  text-align: center;
  font-size: 6vw;
  line-height: 1.2;
  padding-bottom: 5vw;
}

#sec3 .js {
  position: relative;
  margin: 0 -5vw;
}

#sec3 .js-thumb {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 85vw;
  z-index: 1;
  padding: 0;
}

#sec3 .js-thumb .slick-list {
  overflow: visible;
}

#sec3 .js-thumb .slick-track,
#sec3 .js-thumb .slick-list {
  transform: none !important;
}

#sec3 .js-thumb li {
  position: relative;
  z-index: 1;
  padding: 0 5%;
  opacity: 0.45;
}

#sec3 .js-thumb li span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  line-height: 1;
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 1;
  opacity: 0;
}

#sec3 .js-thumb li:before {
  content: '';
  background: url("../img/menu/shadown.png") no-repeat center/100%;
  width: 40vw;
  height: 43vw;
  position: absolute;
  z-index: -1;
  top: -8vw;
  left: -6vw;
}

#sec3 .js-thumb .slick-current li {
  opacity: 1;
}

#sec3 .js-thumb .slick-current li span {
  opacity: 1;
}

#sec3 .js-menu .photo {
  margin: 0 -1.7vw 40vw -2.9vw;
}

#sec3 .js-menu .tag {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0 5%;
}

#sec3 .js-menu .tag dt {
  border-bottom: 1px solid #000;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}

#sec3 .js-menu .tag dt span {
  font-size: 7vw;
}

#sec3 .js-menu .tag .pr {
  position: absolute;
  right: 0;
  top: 1vw;
  text-align: right;
}

#sec3 .js-menu .tag .bt {
  text-align: center;
  font-size: 4.5vw;
}

#sec3 .slick-arrow {
  bottom: auto;
  top: 68vw;
  left: 39vw;
}

#sec3 .slick-arrow.slick-next {
  right: 39vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 96px 0 20px 0;
  }

  #sec3 .wrap {
    max-width: 1258px;
  }

  #sec3 .lead {
    padding-bottom: 0px;
    position: absolute;
    top: 0;
    left: 32px;
  }

  #sec3 .lead h2 {
    width: auto;
    margin: 0 0 39px;
    text-align: left;
    position: relative;
    z-index: 3;
  }

  #sec3 .lead .txt {
    padding: 0 0 0 52px;
  }

  #sec3 .lead .txt dt {
    text-align: left;
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 42px;
    letter-spacing: 0.12em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec3 .lead .txt dt {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  #sec3 .lead .txt dd {
    max-width: 320px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec3 .lead .txt {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #sec3 .js {
    position: relative;
    padding: 48px 0 0 0;
    margin: 0;
  }

  #sec3 .slick-arrow {
    top: 69%;
    left: auto;
    right: 147px;
  }

  #sec3 .slick-arrow.slick-next {
    right: 76px;
  }

  #sec3 .js-thumb {
    left: 105px;
    right: 0;
    top: 618px;
    padding: 0 0;
  }

  #sec3 .js-thumb .slick-track {
    display: flex;
  }

  #sec3 .js-thumb li {
    width: 154px !important;
    padding: 0;
    margin-right: 28px;
  }

  #sec3 .js-thumb li span {
    font-size: 100px;
    line-height: 1;
    top: -31px;
    left: -17px;
  }

  #sec3 .js-thumb li:before {
    width: 224px;
    height: 227px;
    top: -41px;
    left: -42px;
  }

  #sec3 .js-menu .photo {
    margin: 0 0 64px 0;
    text-align: right;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  #sec3 .js-menu .photo {
    padding-left: 370px;
  }

  #sec3 .js-menu .photo img {
    height: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #sec3 .js-menu .tag {
    width: 412px;
    font-size: 38px;
    margin-left: calc(50% + 46px);
  }

  #sec3 .js-menu .tag dt {
    padding-bottom: 6px;
    margin-bottom: 25px;
  }

  #sec3 .js-menu .tag dt span {
    font-size: 48px;
  }

  #sec3 .js-menu .tag .pr {
    top: 6px;
    right: 4px;
  }

  #sec3 .js-menu .tag .bt {
    font-size: 25px;
  }
}

#sec4 {
  padding: 15vw 0;
}

#sec4 h2 {
  width: 80%;
  margin-bottom: 5vw;
}

#sec4 .photo {
  margin-bottom: 5vw;
}

#sec4 .bnr-shared {
  width: 80%;
  margin: 5vw auto 0;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 77px 20px 116px;
  }

  #sec4 h2 {
    width: auto;
    margin-bottom: 40px;
    padding: 55px 0 0;
  }

  #sec4 .photo {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: -44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec4 .photo {
    left: -54px;
  }
}

@media screen and (min-width: 768px) {
  #sec4 .info {
    position: static;
    margin-left: calc(50% + 65px);
    min-height: 478px;
  }

  #sec4 .bnr-shared {
    width: 330px;
    margin: 40px 0 0;
  }
}

#sec5 {
  position: relative;
  padding: 15vw 5%;
}

#sec5:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid #000;
}

#sec5 h2 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.1;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}

#sec5 h2 .txt-vertical-pc {
  font-size: 12vw;
  letter-spacing: 0.12em;
}

#sec5 h2 .fnt-Oswald {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 0 3%;
  display: inline-block;
  margin-right: 3vw;
}

#sec5 .js {
  padding: 10vw 0 0;
}

#sec5 .menu .tag {
  font-size: 5vw;
  line-height: 1.3;
  padding: 4vw 0;
}

#sec5 .menu .tag dt {
  padding-bottom: 2vw;
}

#sec5 .js-thumb1 {
  padding-top: 5vw;
}

#sec5 .js-thumb1 .slick-track,
#sec5 .js-thumb1 .slick-list {
  transform: none !important;
}

#sec5 .js-thumb1 .slick-track {
  gap: 5px;
  display: flex;
}

#sec5 .js-thumb1 li {
  background-color: #000;
}

#sec5 .js-thumb1 li img {
  opacity: 0.4;
}

#sec5 .js-thumb1 .slick-current img {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 130px 20px 102px;
  }

  #sec5:before {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 10px solid #000;
  }

  #sec5 .wrap {
    max-width: 1225px;
  }

  #sec5 h2 {
    position: absolute;
    top: 0;
    right: calc(50% + 367px);
    text-align: left;
    font-size: 41px;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 43px 0;
  }

  #sec5 h2 .txt-vertical-pc {
    font-size: 117px;
  }

  #sec5 h2 .fnt-Oswald {
    text-align: center;
    line-height: 52px;
    padding: 0 17px;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  #sec5 h2 {
    right: auto;
    left: 30px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .txt {
    margin-left: calc(50% + -186px);
    padding: 42px 0 42px;
  }

  #sec5 .js {
    padding: 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .js {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .js-fade1 {
    margin-left: calc(50% - 299px);
    max-width: 890px;
  }

  #sec5 .menu .photo {
    height: 571px;
    margin-bottom: 45px;
  }

  #sec5 .menu .box {
    margin-left: 165px;
  }

  #sec5 .menu .tag {
    font-size: 29px;
    line-height: 40px;
    padding: 0 0 35px;
    letter-spacing: 0.12em;
  }

  #sec5 .menu .tag dt {
    padding-bottom: 13px;
  }

  #sec5 .slick-arrow {
    top: 255px;
    left: -30px;
  }

  #sec5 .slick-arrow.slick-next {
    right: -30px;
  }

  #sec5 .js-thumb1 {
    padding-top: 0;
    width: 270px;
    position: absolute;
    top: 544px;
    left: 0;
    width: 420px;
    z-index: 1;
  }

  #sec5 .js-thumb1 .slick-slide {
    height: auto;
  }

  #sec5 .js-thumb1 .slick-track {
    width: 100% !important;
    height: 419px !important;
    gap: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    justify-content: flex-start;
  }

  #sec5 .js-thumb1 .slick-track .slick-slide:nth-child(1) {
    order: 2;
  }

  #sec5 .js-thumb1 .slick-track .slick-slide:nth-child(2) {
    order: 3;
  }

  #sec5 .js-thumb1 .slick-track .slick-slide:nth-child(3) {
    order: -1;
    margin-top: 99px;
  }

  #sec5 .js-thumb1 .slick-track .slick-slide:nth-child(4) {
    order: 1;
  }

  #sec5 .js-thumb1 li {
    cursor: pointer;
    height: 134px;
    width: 204px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec5 .js-thumb1 {
    width: 33%;
    top: 65%;
  }

  #sec5 .js-thumb1 .slick-track {
    height: 34vw !important;
  }

  #sec5 .js-thumb1 .slick-track .slick-slide {
    width: calc(50% - 10px);
  }

  #sec5 .js-thumb1 li {
    height: auto;
    width: 100% !important;
  }

  #sec5 .js-thumb1 li img {
    width: 100%;
    height: auto;
  }
}

#sec6 {
  padding: 15vw 0%;
}

#sec6 h2 {
  width: 65%;
  margin: 0 auto 5vw;
}

#sec6 .bnr-shared {
  width: 80%;
  margin: 0 auto;
}

#sec6 .group {
  padding: 10vw 10%;
  gap: 10vw;
}

#sec6 .group .menu {
  text-align: center;
  width: 100%;
}

#sec6 .group .menu dl {
  font-size: 5.5vw;
  line-height: 1.2;
}

#sec6 .group .menu dt {
  position: relative;
  padding-bottom: 5vw;
  margin: -10vw 0 0;
  z-index: 1;
}

#sec6 .group .menu dt span {
  font-weight: 500;
  font-size: 12vw;
  display: inline-block;
  border-bottom: 6px solid;
  padding: 0 5% 2vw;
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 100px 0px;
  }

  #sec6 h2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 45px;
  }

  #sec6 .lead {
    padding: 30px 0 80px 421px;
  }

  #sec6 .group {
    padding: 0px 0 124px;
    gap: 0;
  }

  #sec6 .group .menu {
    width: calc(100%/3);
  }

  #sec6 .group .menu img {
    width: 100%;
    height: auto;
  }

  #sec6 .group .menu dl {
    font-size: 29px;
    line-height: 40px;
  }

  #sec6 .group .menu dt {
    padding-bottom: 23px;
    margin: -79px 0 0;
  }

  #sec6 .group .menu dt span {
    font-size: 97px;
    line-height: 1;
    padding: 0 17px 11px;
    margin-bottom: 15px;
  }
}

#sec7 .panel {
  height: calc(100vh - 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#sec7 .lead {
  width: 100vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec7 .lead .info {
  padding: 10vw 5%;
}

#sec7 .lead .info h2 {
  padding: 0 40% 0 0;
  position: relative;
  margin-bottom: 5vw;
}

#sec7 .lead .info h2:before {
  content: '';
  border-top: 1px solid #000;
  position: absolute;
  top: 12vw;
  width: 40vw;
  right: -10vw;
}

#sec7 .sec-in {
  display: flex;
  flex-shrink: 0;
  column-gap: 5vw;
  padding: 0 5vw 0 10vw;
}

#sec7 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sec7 .item dl {
  flex: 1 1 100%;
  position: relative;
  width: 90vw;
}

#sec7 .item dt {
  position: absolute;
  font-size: 5vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10vw;
  z-index: 1;
}

#sec7 .item dd {
  height: 100%;
}

#sec7 .bnr {
  margin: 5vw auto 0;
}

#sec7 .menu {
  padding: 10vw 0 0;
}

#sec7 .menu h3 {
  font-size: 7vw;
  line-height: 1.4;
}

#sec7 .menu .menu-shared {
  padding: 5vw 0;
}

#sec7 .menu .menu-list {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec7 .panel {
    height: 100vh;
  }

  #sec7 .lead {
    width: 100vw;
    align-items: center;
    overflow: hidden;
  }

  #sec7 .lead .info {
    padding: 0 20px;
  }

  #sec7 .lead .info h2 {
    padding: 0 0 0 0;
    position: relative;
    margin-bottom: 10px;
  }

  #sec7 .lead .info h2:before {
    top: 138px;
    width: 100vw;
    right: -94vw;
  }

  #sec7 .sec-in {
    column-gap: 40px;
    padding: 80px 300px 0 30px;
  }

  #sec7 .item dl {
    max-height: 690px;
    width: 510px;
  }

  #sec7 .item dt {
    font-size: 28px;
    letter-spacing: 0.1em;
    bottom: 40px;
  }

  #sec7 .bnr {
    margin: 0;
    text-align: center;
  }

  #sec7 .menu {
    padding: 100px 0 0;
  }

  #sec7 .menu .wrap {
    max-width: 1040px;
  }

  #sec7 .menu .note {
    padding: 70px 0 112px;
  }

  #sec7 .menu h3 {
    font-size: 48px;
    padding-bottom: 52px;
    letter-spacing: 0.12em;
  }

  #sec7 .menu .menu-shared {
    padding: 0 0;
  }

  #sec7 .menu .menu-list {
    width: 480px;
  }
}

#sec8 {
  /* margin-top: -44vw; */
  margin-top: 0vw;
  position: relative;
  padding-bottom: 15vw;
  z-index: 2;
}

#sec8 .lead {
  background: url("../img/menu/sec8_p1.jpg") no-repeat center 0/cover;
  color: #fff;
  padding: 15vw 5%;
}

#sec8 .lead h2 {
  padding-bottom: 5vw;
}

#sec8 .menu {
  position: relative;
}

#sec8 .menu .photo dd {
  text-align: right;
}

#sec8 .menu .item {
  padding: 10vw 0;
}

#sec8 .menu .item h3 {
  font-size: 6vw;
  line-height: 1.4;
}

#sec8 .menu .item dt {
  font-size: 6vw;
  line-height: 1.4;
  padding: 5vw 0;
}

#sec8 .menu .other {
  padding-bottom: 5vw;
}

#sec8 .menu .other h3 {
  text-align: center;
  font-size: 26px;
  padding-bottom: 20px;
}

#sec8 .menu .other h3 span {
  font-size: 20px;
}

#sec8 .end-menu {
  position: relative;
  text-align: center;
  font-size: 14px;
}

#sec8 .end-menu .box {
  position: relative;
  padding: 10vw 3%;
}

#sec8 .end-menu .box:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
}

#sec8 .end-menu .box:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

#sec8 .end-menu h3 {
  margin-bottom: -5vw;
  position: relative;
  z-index: 1;
}

#sec8 .end-menu h3 .t {
  background-color: #fff;
  font-size: 7vw;
  line-height: 1.2;
  letter-spacing: 0.12em;
  padding: 0 5%;
}

#sec8 .end-menu h3 .t span {
  font-size: 6vw;
}

#sec8 .end-menu p:not(:last-child) {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  #sec8 {
    margin-top: -0;
    padding-bottom: 130px;
  }

  #sec8 .lead {
    text-align: center;
    padding: 30px 20px 50px;
    min-height: 822px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #sec8 .lead h2 {
    padding-bottom: 35px;
  }

  #sec8 .sec8 {
    padding: 88px 20px 0;
  }

  #sec8 .sec8 .wrap {
    max-width: 1340px;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }

  #sec8 .menu {
    position: static;
    width: 331px;
    margin-right: calc(50% + 169px);
    margin-bottom: 65px;
    min-height: 570px;
  }

  #sec8 .menu .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 89px);
  }

  #sec8 .menu .photo dt {
    height: 546px;
    margin-bottom: 22px;
  }

  #sec8 .menu .item {
    padding: 8px 0 0;
    text-align: left;
  }

  #sec8 .menu .item h3 {
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  #sec8 .menu .item dt {
    font-size: 29px;
    padding: 25px 0 57px;
    letter-spacing: 0.12em;
  }

  #sec8 .menu .other {
    display: block;
    padding: 75px 0 0;
    width: 310px;
  }

  #sec8 .menu .other h3 {
    text-align: center;
    font-size: 29px;
    padding-bottom: 11px;
    letter-spacing: 0.12em;
  }

  #sec8 .menu .other h3 span {
    font-size: 21px;
  }

  #sec8 .end-menu {
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    max-width: 1042px;
    margin: 0 auto;
  }

  #sec8 .end-menu .box {
    padding: 38px 20px 66px;
  }

  #sec8 .end-menu .box:before {
    left: 20px;
    right: 20px;
  }

  #sec8 .end-menu .box:after {
    top: 20px;
    bottom: 20px;
  }

  #sec8 .end-menu h3 {
    margin-bottom: -37px;
  }

  #sec8 .end-menu h3 .t {
    font-size: 48px;
    padding: 0 20px;
  }

  #sec8 .end-menu h3 .t span {
    font-size: 36px;
  }

  #sec8 .end-menu p:not(:last-child) {
    padding-bottom: 36px;
  }
}

#sec10 {
  border-top: 5px solid;
  border-bottom: 5px solid;
  padding: 10vw 0;
}

#sec10 h2 {
  background-color: #fff;
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  padding: 0 0 5vw;
}

#sec10 h2 span {
  font-size: 6vw;
}

#sec10 .txt {
  padding: 5vw 0;
}

#sec10 .bnr-shared {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #sec10 {
    padding: 10px 20px;
    border-top: 10px solid;
    border-bottom: 10px solid;
  }

  #sec10 .wrap {
    max-width: 1500px;
  }

  #sec10 .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 57%;
    max-width: 750px;
  }

  #sec10 .info {
    position: static;
    margin-left: calc(50% + 132px);
    padding: 52px 0 0;
    min-height: 549px;
  }

  #sec10 h2 {
    font-size: 48px;
    line-height: 75px;
    padding: 0 0;
  }

  #sec10 h2 span {
    font-size: 36px;
  }

  #sec10 .txt {
    padding: 37px 0 53px;
    max-width: 360px;
  }

  #sec10 .bnr-shared {
    width: 270px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1045px) {
  #sec10 .wrap {
    justify-content: flex-end;
    display: flex;
  }

  #sec10 .info {
    margin-left: 0;
  }
}

#sec11 {
  padding: 15vw 5%;
  color: #000;
  text-align: center;
}

#sec11 .bg1 {
  padding: 10vw 5% 6vw;
  margin-bottom: 10vw;
}

#sec11 .bnr-shop {
  width: 65%;
  margin: 20px auto;
}

#sec11 .bnr-shop a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
}

#sec11 .bnr-shop a span {
  font-size: 25px;
  letter-spacing: 0;
}

#sec11 .bnr-shop a img {
  width: 23px;
  height: auto;
  margin-right: 5px;
}

#sec11 .tel {
  font-size: 10px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

#sec11 .tel:before {
  content: '';
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
}

#sec11 .tel .t {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  font-size: 5vw;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
}

#sec11 .tel .num {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10vw;
  letter-spacing: 0;
  gap: 2vw;
  margin-top: 2.5vw;
}

#sec11 .tel .num img {
  width: 5.5vw;
  height: auto;
}

@media screen and (min-width: 768px) {
  #sec11 {
    padding: 139px 20px 130px;
  }

  #sec11 .bg1 {
    padding: 71px 0 54px;
    max-width: 1380px;
    margin: 0 auto 90px;
  }

  #sec11 .bnr-shop {
    width: 216px;
    margin: 0px auto;
  }

  #sec11 .bnr-shop a {
    font-size: 23px;
    padding: 7px 0px 7px 5px;
    /* gap: 10px; */
  }

  #sec11 .bnr-shop a span {
    font-size: 25px;
    letter-spacing: 0;
  }

  #sec11 .bnr-shop a img {
    width: 25px;
    margin-right: 10px;
  }

  #sec11 .tel {
    font-size: 16px;
    max-width: 1060px;
    margin: 0 auto 29px;
  }

  #sec11 .tel:before {
    top: 23px;
  }

  #sec11 .tel .t {
    font-size: 36px;
    padding: 0 40px;
    letter-spacing: 0.12em;
  }

  #sec11 .tel .num {
    font-size: 58px;
    gap: 12px;
    margin: 29px 0 20px;
  }

  #sec11 .tel .num img {
    width: auto;
  }
}

#shopinfo {
  padding: 0;
}

#shopinfo .wrap {
  padding-bottom: 0;
}

#shopinfo .tbl-info {
  border-bottom: 1px solid #32353a;
  padding-bottom: 10vw;
}

#shopinfo .tbl-info .map {
  padding-bottom: 15px;
}

#shopinfo .tbl-info p {
  border: none;
  padding: 15px 10px 0;
}

@media screen and (min-width: 768px) {
  #shopinfo .wrap {
    padding-top: 67px;
  }

  #shopinfo .lead {
    padding-bottom: 43px;
  }

  #shopinfo .lead .contact {
    flex-wrap: wrap;
    padding: 21px 0 0;
    gap: 14px;
    width: 400px;
  }

  #shopinfo .tbl-info {
    border-bottom: none;
    padding-bottom: 24px;
  }

  #shopinfo .tbl-info .map {
    position: static;
  }

  #shopinfo .tbl-info p {
    padding: 0 0 24px;
  }

  #shopinfo .tbl-info .col {
    margin-top: -91px;
    width: 420px;
  }
}