.hamburgerWrap .hamburger .hamburger__line {
  background-color: #fff;
}

header .secHeader {
  transition: 0.5s;
}
header .secHeader * {
  filter: invert(1);
}
header .secHeader .logoArea {
  visibility: hidden;
  opacity: 0;
}
header .secHeader .navWrap a img {
  filter: invert(0);
}
header.scroll .secHeader {
  background: rgba(255, 255, 255, 0.8);
}
header.scroll .secHeader * {
  filter: invert(0);
}
header.scroll .secHeader .logoArea {
  visibility: visible;
  opacity: 1 !important;
}
header.scroll + .hamburgerWrap .hamburger .hamburger__line {
  background-color: #080808;
}

@media screen and (max-width: 767px) {
  .viewmore {
    margin: initial;
  }
}
.mainBkWrap {
  background: #fff;
}

.comTlWrap {
  padding-bottom: 35px;
}

section {
  z-index: 12;
  position: relative;
  background: #fff;
}

.viewmoreWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.topLogo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .topLogo {
    position: absolute;
    z-index: 11;
    left: 20px;
    top: 12px;
  }
  .topLogo img {
    width: 76px;
    height: auto;
  }
}
.secFv {
  pointer-events: none;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-out;
}
.secFv .txWrap * {
  z-index: 10;
}
.secFv .mainTx {
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.secFv .chapter {
  position: absolute;
  bottom: 25px;
  z-index: 10;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.secFv .chapter.pre {
  left: 35px;
}
.secFv .chapter.pre * {
  text-align: left;
}
.secFv .chapter.next {
  right: 35px;
}
.secFv .chapter.next * {
  text-align: right;
}
.secFv .chapter .en {
  font-size: 22px;
  color: #fff;
}
.secFv .chapter .line {
  margin: 5px 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.secFv .title {
  position: absolute;
  bottom: 0px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: clamp(70px, 7.5vw, 90px);
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0px;
  white-space: nowrap;
  display: block;
  line-height: 120%;
  letter-spacing: 0.09em;
}
.secFv .title span {
  line-height: 120%;
  display: block;
  font-size: clamp(18px, 1.67vw, 20px);
  text-align: center;
}
.secFv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secFv .imgMax {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secFv .anim1, .secFv .anim2 {
  opacity: 0;
  pointer-events: none;
}
.secFv .anim1.is-visible {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .secFv .mainTx {
    font-size: clamp(14px, 5.13vw, 20px);
    top: 140px;
    text-align: center;
  }
  .secFv .title {
    font-size: clamp(2.375rem, 0.24rem + 9.23vw, 3.125rem);
    padding-bottom: 0px;
    bottom: 17px;
    line-height: 150%;
  }
  .secFv .title span {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFv .chapter {
    bottom: 20px;
  }
  .secFv .chapter.pre {
    left: 15px;
  }
  .secFv .chapter.next {
    right: 15px;
  }
  .secFv .chapter .en {
    font-size: clamp(14px, 4.1vw, 16px);
    color: #fff;
  }
  .secFv .chapter .line {
    margin: 2px 0;
  }
}
.sliderFv .slide {
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-position: center center;
  background-size: cover;
}
.sliderFv .slide.slide1 {
  background-image: url(../images/fv_img1.webp);
}
.sliderFv .slide.slide2 {
  background-image: url(../images/fv_img2.webp?1);
}
.sliderFv .slide.animate {
  animation: slideAnim 10s linear;
}

@media screen and (min-width: 2200px) {
  .sliderFv .slide {
    height: 120vh;
  }
}
@media screen and (max-width: 767px) {
  .sliderFv .slide.slide1 {
    background-image: url(../images/fv_img1_sp.webp);
  }
  .sliderFv .slide.slide2 {
    background-image: url(../images/fv_img2_sp.webp?1);
  }
}
@keyframes slideAnim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.secConcept {
  pointer-events: none;
  background: initial;
  position: relative;
  z-index: 11;
  margin-top: 100vh;
  margin-top: 100lvh;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  min-height: 1000px;
}
.secConcept .wrap {
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transform: none;
}
.secConcept .wrap .comTlWrap {
  margin: initial;
}
.secConcept .wrap .tx {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 60px;
  line-height: 250%;
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.secConcept .wrap .tx span {
  filter: blur(20px);
  opacity: 0;
  will-change: filter, opacity;
}
.secConcept .wrap .viewmore {
  text-align: left;
  margin: initial;
}
.secConcept .wrap .imgWrap {
  aspect-ratio: 463/464;
  width: 464px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: -43%;
  right: 0;
}
.secConcept .wrap .imgWrap .img {
  overflow: hidden;
}
.secConcept .wrap .imgWrap .imgArea1 {
  max-width: 316px;
  height: auto;
  aspect-ratio: 316/242;
  overflow: hidden;
  width: 77%;
}
.secConcept .wrap .imgWrap .imgArea2 {
  max-width: 228px;
  height: auto;
  aspect-ratio: 228/152;
  overflow: hidden;
  margin-left: auto;
  width: 57%;
}

@media screen and (max-width: 900px) {
  .secConcept .wrap .imgWrap {
    width: 50%;
    gap: 13%;
  }
}
@media screen and (max-width: 767px) {
  .secConcept {
    height: 100%;
    padding-bottom: 200px;
  }
  .secConcept .wrap .imgWrap {
    width: 100%;
    margin-top: 100px;
    position: initial;
  }
  .secConcept .wrap .imgWrap .img {
    max-width: initial;
  }
}
.secAnimImg {
  padding: 130px 90px;
}
.secAnimImg .img {
  aspect-ratio: 1260/810;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secAnimImg .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secAnimImg {
    padding: 60px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
    aspect-ratio: initial;
  }
  .secAnimImg .img {
    height: 100vh;
    height: 100lvh;
  }
}
.secIntro {
  position: relative;
}
.secIntro .panels {
  position: relative;
}
.secIntro .sec {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  min-height: 100lvh;
}
.secIntro .sec .gridArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.secIntro .sec .gridArea .txArea {
  transition: all 0.8s;
  opacity: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vh 6vw;
}
.secIntro .sec .gridArea .txArea .inner {
  max-width: 560px;
}
.secIntro .sec .gridArea .txArea .inner .viewmore {
  margin: initial;
}
.secIntro .sec .gridArea .txArea .mid {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  padding-bottom: 35px;
}
.secIntro .sec .gridArea .txArea .tx {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  padding-bottom: 40px;
}
.secIntro .sec .bk .imgArea {
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secIntro .sec .bk1 .imgArea {
  background-image: url(../images/intro_img1.jpg);
}
.secIntro .sec .bk2 .imgArea {
  background-image: url(../images/intro_img2.jpg);
}
.secIntro .sec .bk3 .imgArea {
  background-image: url(../images/intro_img3.jpg);
}
.secIntro .sec.active .gridArea .txArea {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .secIntro .sec .gridArea {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr max-content;
  }
  .secIntro .sec .gridArea .txArea {
    padding: 60px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 120px;
  }
  .secIntro .sec .gridArea .txArea .mid {
    line-height: 200%;
  }
  .secIntro .sec .gridArea .txArea .tx {
    line-height: 200%;
    font-size: 15px;
  }
  .secIntro .sec .gridArea .txArea .viewmore {
    margin: initial;
  }
  .secIntro .sec .bk .imgArea {
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (max-height: 700px) {
  .secIntro .sec {
    min-height: 100vh;
    min-height: 100lvh;
  }
  .secIntro .sec .gridArea .txArea {
    padding: 5vh clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 17vh;
    justify-content: left;
  }
  .secIntro .sec .gridArea .txArea .comTlWrap {
    padding-bottom: 5vw;
  }
  .secIntro .sec .gridArea .txArea .mid {
    padding-bottom: 5vw;
  }
  .secIntro .sec .gridArea .txArea .tx {
    padding-bottom: 5vw;
  }
  .secIntro .sec:last-of-type .txArea {
    padding: 5vh clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 10vh;
  }
}
.secRecommend .txArea {
  text-align: center;
}
.secRecommend .txArea .mid {
  font-size: clamp(22px, 2vw, 24px);
  padding-bottom: 20px;
}
.secRecommend .txArea p {
  font-size: clamp(15px, 1.33vw, 16px);
}
.secRecommend .gridArea {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
}
.secRecommend .gridArea .line {
  height: 100%;
  width: 1px;
  background: #fff;
}
.secRecommend .gridArea .content {
  height: 456px;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.secRecommend .gridArea .content.plan1 {
  background-image: url(../images/plan_img1.jpg?1);
}
.secRecommend .gridArea .content.plan2 {
  background-image: url(../images/plan_img2.jpg);
}
.secRecommend .gridArea .content.plan3 {
  background-image: url(../images/plan_img3.jpg);
}
.secRecommend .gridArea .content.plan4 {
  background-image: url(../images/plan_img4.jpg);
}
.secRecommend .gridArea .content:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.secRecommend .gridArea .content:hover:after {
  background: rgba(0, 0, 0, 0);
}
.secRecommend .gridArea .content h3 {
  font-weight: 500;
  font-size: clamp(18px, 1.67vw, 20px);
  padding-bottom: 10px;
}
.secRecommend .gridArea .content .inner {
  position: relative;
  z-index: 1;
}
.secRecommend .gridArea .content .inner * {
  color: #fff;
}
.secRecommend .gridArea .content .inner h3 {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secRecommend .comTlWrap, .secRecommend .txArea {
    padding-left: clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
    padding-right: clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
  }
  .secRecommend .comTlWrap {
    margin: initial;
  }
  .secRecommend .txArea {
    text-align: left;
  }
  .secRecommend .txArea .mid {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 200%;
  }
  .secRecommend .txArea p {
    font-size: 14px;
    line-height: 200%;
  }
  .secRecommend .gridArea {
    gap: 2px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .secRecommend .gridArea .content {
    padding: 18px 22px 33px;
    height: 180px;
  }
  .secRecommend .gridArea .content.plan1 {
    background-image: url(../images/plan_img1_sp.jpg?1);
  }
  .secRecommend .gridArea .content.plan2 {
    background-image: url(../images/plan_img2_sp.jpg);
  }
  .secRecommend .gridArea .content.plan3 {
    background-image: url(../images/plan_img3_sp.jpg);
  }
  .secRecommend .gridArea .content .inner h3 {
    line-height: 1;
    font-size: clamp(14px, 5.13vw, 20px);
    padding-bottom: 24px;
  }
  .secRecommend .gridArea .content .inner * {
    text-align: left;
    margin: initial;
  }
}
.secPhoto {
  background: #fff;
}
.secPhoto .gridArea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.secPhoto .gridArea .com {
  padding: 100px 130px;
}
.secPhoto .gridArea .content .comTlWrap {
  align-items: flex-start;
  margin: initial;
}
.secPhoto .gridArea .content .photoPost {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 30px;
}
.secPhoto .gridArea .content .photoPost .cases {
  cursor: pointer;
}
.secPhoto .gridArea .content .photoPost .cases .imgArea {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secPhoto .gridArea .content .photoPost .cases .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.secPhoto .gridArea .content .photoPost .cases:hover .imgArea img {
  transform: scale(1.1);
}
.secPhoto .gridArea .content .photoPost .caseBlock .imgArea img {
  max-width: 100%;
  height: auto;
}
.secPhoto .gridArea .content .photoPost .caseBlock .num {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.secPhoto .gridArea .detail {
  background: #F5F5F5;
}
.secPhoto .gridArea .detail .num {
  font-size: 16px;
  padding-bottom: 10px;
}
.secPhoto .gridArea .detail .txWrap {
  padding-bottom: 60px;
}
.secPhoto .gridArea .detail .txWrap .detailTitle {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
}
.secPhoto .gridArea .detail .txWrap .detailText {
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.2em;
}
.secPhoto .gridArea .detail .imgArea {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.secPhoto .gridArea .detail .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.secPhoto .gridArea .detail .viewmore {
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 1600px) {
  .secPhoto .gridArea .content .innerWrap, .secPhoto .gridArea .detail .innerWrap {
    max-width: 800px;
  }
  .secPhoto .gridArea .content .innerWrap {
    margin-left: auto;
  }
  .secPhoto .gridArea .detail .innerWrap {
    margin-right: auto;
  }
}
@media screen and (max-width: 1280px) {
  .secPhoto .gridArea .comTlWrap h2 {
    text-align: left;
  }
  .secPhoto .gridArea .com {
    padding: 100px 10%;
  }
}
@media screen and (min-width: 768px) {
  .secPhoto .gridArea .innerWrap .photoPost .cases .caseBlock.is-active img {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .secPhoto .gridArea {
    grid-template-columns: minmax(0, 1fr);
  }
  .secPhoto .gridArea .content {
    background: #F5F5F5;
    order: 2;
    padding: 50px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 100px;
  }
  .secPhoto .gridArea .content .innerWrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock .imgArea {
    width: 120px;
    height: 120px;
    position: relative;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock .imgArea:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock.is-active .imgArea:after {
    background: rgba(0, 0, 0, 0);
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases:hover .imgArea img {
    transform: initial;
  }
  .secPhoto .gridArea .detail {
    order: 1;
    padding: 50px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 0;
  }
  .secPhoto .gridArea .detail .comTlWrap {
    margin: initial;
  }
  .secPhoto .gridArea .detail .txWrap {
    padding-bottom: 25px;
  }
  .secPhoto .gridArea .detail .viewmore {
    margin: initial;
  }
}
.secParty, .secPrice, .secBridalFair {
  padding-bottom: 100px;
}
.secParty .content p, .secPrice .content p, .secBridalFair .content p {
  text-align: center;
  font-size: 40px;
}

.secTopic .gridArea {
  padding: 0px 0 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-start;
}
.secTopic .gridArea .content #sb_instagram #sbi_images {
  padding: 0 !important;
}
.secTopic .gridArea .content .top {
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.secTopic .gridArea .content .top .comTlWrap {
  gap: 5px;
  justify-content: left;
  margin: initial;
  padding: initial;
  align-items: flex-start;
}
.secTopic .gridArea .content .top .comTlWrap h2 {
  line-height: 1;
  font-size: clamp(23px, 2.08vw, 25px);
}
.secTopic .gridArea .content .top .comTlWrap p {
  line-height: 1;
}
.secTopic .gridArea .content .top .viewmore {
  margin: initial;
}
.secTopic .gridArea .content .newsDetail {
  display: grid;
  gap: 13px;
}
.secTopic .gridArea .content .newsDetail .newsContent {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 26px;
  align-items: center;
}
.secTopic .gridArea .content .newsDetail .newsContent .imgArea {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.secTopic .gridArea .content .newsDetail .newsContent .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.secTopic .gridArea .content .newsDetail .newsContent:hover img {
  transform: scale(1);
}
.secTopic .gridArea .content .newsDetail .newsContent .txArea .cat {
  color: #969696;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 5px;
}
.secTopic .gridArea .content .newsDetail .newsContent .txArea .title {
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .secTopic .gridArea {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .secTopic .gridArea .content #sb_instagram #sbi_images {
    padding: 0 0 26px !important;
  }
  .secTopic .gridArea .content .viewmore {
    margin-top: 30px;
    margin: initial;
  }
  .secTopic .gridArea .content .newsDetail {
    padding-bottom: 40px;
  }
}
.marginArea {
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background: none;
  position: relative;
  pointer-events: none;
}

.secAccess .gridArea {
  display: grid;
}
.secAccess .gridArea.grid1 {
  grid-template-columns: 0.9fr max-content;
  gap: 74px;
}
.secAccess .gridArea.grid1 .iframeWrap {
  aspect-ratio: 470/266;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secAccess .gridArea.grid1 .iframeWrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secAccess .gridArea.grid1 .infoWrap {
  width: 350px;
}
.secAccess .gridArea.grid1 .infoWrap h3 {
  padding: 20px 0 10px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
.secAccess .gridArea.grid1 .infoWrap ul li {
  padding: 20px 0;
  border-top: 1px solid #D3D3D3;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 25px;
}
.secAccess .gridArea.grid1 .infoWrap ul li .title {
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
}
.secAccess .gridArea.grid1 .infoWrap ul li div, .secAccess .gridArea.grid1 .infoWrap ul li a {
  font-size: 14px;
  font-weight: 300;
}
.secAccess .gridArea.grid1 .infoWrap ul li:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}
.secAccess .gridArea.grid2 {
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: flex-start;
}
.secAccess .gridArea.grid2 .content h3 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #D3D3D3;
  width: 100%;
}
.secAccess .gridArea.grid2 .content ul {
  padding-top: 20px;
}
.secAccess .gridArea.grid2 .content ul li {
  font-size: 14px;
  line-height: 200%;
  font-size: clamp(14px, 1.25vw, 15px);
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .secAccess .comTlWrap {
    margin: initial;
  }
  .secAccess .gridArea.grid1, .secAccess .gridArea.grid2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .secAccess .gridArea.grid1 .infoWrap, .secAccess .gridArea.grid2 .infoWrap {
    width: 100%;
  }
}
.secFaq .viewmore {
  margin: auto;
}
.secFaq .faqUl {
  margin-bottom: 40px;
}
.secFaq .faqUl .faqLi {
  cursor: pointer;
}
.secFaq .faqUl .faqLi:first-of-type .actitle {
  border-top: 1px solid #D3D3D3;
}
.secFaq .faqUl .faqLi .actitle {
  gap: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: max-content max-content 1fr;
  border-bottom: 1px solid #D3D3D3;
  padding: 20px 0 15px;
  gap: 18px;
}
.secFaq .faqUl .faqLi .actitle .line {
  height: 100%;
  background: #080808;
  width: 1px;
}
.secFaq .faqUl .faqLi .actitle .en {
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 400;
}
.secFaq .faqUl .faqLi .actitle .title {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 600;
  line-height: 160%;
}
.secFaq .faqUl .faqLi .innerUl {
  padding: 20px 0;
  display: none;
}
.secFaq .faqUl .faqLi .innerUl p {
  font-size: clamp(15px, 1.33vw, 16px);
}

@media screen and (max-width: 767px) {
  .secFaq .comTlWrap {
    margin: initial;
  }
  .secFaq .faqUl .faqLi .actitle {
    gap: 15px;
  }
  .secFaq .faqUl .faqLi .actitle .en {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secFaq .faqUl .faqLi .actitle .title {
    font-size: 14px;
  }
  .secFaq .faqUl .faqLi .innerUl {
    padding: 20px 0 15px;
  }
  .secFaq .faqUl .faqLi .innerUl .innerWrap p {
    font-size: 14px;
    line-height: 150%;
  }
}
.secBanner.photoplan article .imgArea {
  background-image: url(../images/photo_banner_img.jpg);
}

.secPhoto {
  padding: 150px 0 0;
}

.secRecommend {
  padding: 130px 0 0;
}

.secCuisine {
  padding-bottom: 150px;
}

.secFaq {
  padding: 130px 0;
}

.secAccess {
  padding: 130px 0 0;
}

.secContact {
  padding: 130px 0;
}

@media screen and (max-width: 767px) {
  .secPhoto {
    padding: 0px 0 0px;
  }
  .secRecommend {
    padding: 80px 0 0;
  }
  .secCuisine {
    padding-bottom: 80px;
  }
  .secAccess {
    padding: 80px 0 0;
  }
  .secFaq {
    padding: 80px 0;
  }
  .secContact {
    padding: 80px 0;
  }
}
.fuwelCtaPc {
  padding: 15px 20px;
  max-width: 320px;
}
.fuwelCtaPc .txWrap {
  background: #696969;
  margin-bottom: 15px;
}
.fuwelCtaPc .txWrap p {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.fuwelCtaPc, .fuwelCtaSp {
  transition: all 0.3s;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
}
.fuwelCtaPc .mockTx, .fuwelCtaSp .mockTx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .fuwelCtaSp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .fuwelCtaSp .wrap {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    width: 100%;
  }
  .fuwelCtaSp .wrap .leftArea, .fuwelCtaSp .wrap .rightArea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fuwelCtaSp .wrap .leftArea {
    background: #696969;
  }
  .fuwelCtaSp .wrap .leftArea p {
    font-size: 3.59vw;
    font-weight: 600;
    color: #fff;
  }
  .fuwelCtaSp .wrap .rightArea {
    padding: 10px;
    position: relative;
    background: #fff;
    font-size: 14px;
  }
  .fuwelCtaSp .wrap .rightArea .iframeWrap {
    max-width: 214px;
  }
}/*# sourceMappingURL=style.css.map */