.c-linkBox {
  width: 100%;
  max-width: 100%;
}
.c-linkBox__inner {
  position: relative;
  width: 100%;
  padding: 13rem 0 30rem 0;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__inner {
    flex-wrap: wrap;
    gap: 3rem;
    padding: 6rem 2rem 8rem 2rem;
  }
}
.c-linkBox__inner_pd {
  padding: 0rem 0 30rem 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__inner_pd {
    flex-wrap: wrap;
    gap: 4rem;
    padding: 0rem 2rem 8rem 2rem;
  }
}
.c-linkBox__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #48353E;
  text-align: left;
  width: 50rem;
  height: 12rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link {
    width: 100%;
    height: 10rem;
  }
}
.c-linkBox__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.2rem;
  right: 1.3rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/linkBox_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-linkBox__link img {
  position: relative;
  top: 1.5rem;
  left: -1rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link img {
    top: 0.5rem;
    left: -1rem;
  }
}
.c-linkBox__link p {
  display: block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link p {
    font-size: 1.6rem;
  }
}
.c-linkBox__link p span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link p span {
    font-size: 2.4rem;
  }
}
.c-linkBox__link02 {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: #B87D98;
  text-align: left;
  width: 50rem;
  height: 12rem;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link02 {
    width: 100%;
    height: 10rem;
  }
}
.c-linkBox__link02::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.2rem;
  right: 1.3rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/linkBox_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-linkBox__link02 img {
  position: relative;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-linkBox__link02 p {
  display: block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link02 p {
    font-size: 1.6rem;
  }
}
.c-linkBox__link03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #8C6239;
  width: 43.4rem;
  height: 10rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin: 0 auto 21rem auto;
}
@media screen and (max-width: 959px) {
  .c-linkBox__link03 {
    width: calc(100% - 4rem);
    height: 10rem;
    font-size: 2rem;
    margin: 0 auto 4rem auto;
  }
}
.c-linkBox__link03:hover {
  color: #ffffff;
}
.c-linkBox__link03::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/single_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-gallery {
  width: 100%;
  max-width: 100%;
  background-image: url(../images/gallery_bg.png);
  background-position: center;
  background-size: cover;
}
.c-gallery__inner {
  position: relative;
  width: 100%;
  padding: 13rem 0 17rem 0;
}
@media screen and (max-width: 959px) {
  .c-gallery__inner {
    padding: 8rem 2rem;
  }
}
.c-gallery__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  margin-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .c-gallery__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
.c-gallery__icon {
  position: absolute;
  bottom: -14rem;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .c-gallery__icon {
    bottom: -5.8333333333rem;
    left: -7.9166666667rem;
    width: 22rem;
  }
}
.c-gallery__subTitle {
  position: absolute;
  top: 23%;
  right: -25%;
  transform: rotate(90deg);
  width: 44.4rem;
  color: #48353E;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  border-top: 1px solid #48353E;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .c-gallery__subTitle {
    position: relative;
    top: auto;
    right: auto;
    transform: rotate(0deg);
    width: 100%;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #48353E;
    margin-bottom: 4rem;
  }
}
.c-gallery__content {
  position: relative;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

#fancybox-outer {
  box-shadow: 0 0 20px #cccccc !important;
}

.fancy-ico span {
  background: #48353E !important;
}

main {
  overflow: hidden;
}
main .photo-ll {
  padding-top: 100px;
}
main .photo-ll .obj-sweetness {
  line-height: 1;
  font-size: 67px;
  font-weight: normal;
  font-family: "Leander Script Pro";
  color: #E3C1B5;
}
main .photo-ll .obj-sweetness_blue {
  color: #AED8D6;
}
main .photo-ll .inner {
  width: 100%;
  padding: 0 50px;
  max-width: 110rem;
  margin: 0 auto;
}
main .photo-ll .heading3 {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
}
main .photo-ll .heading4 {
  font-weight: bold;
  font-size: 18px;
  font-family: serif;
}
main .photo-ll .c-gallery__title {
  font-size: 59px;
  font-weight: normal;
  font-family: "Leander Script Pro";
  color: #AED8D6;
}
main .photo-ll .text-serf {
  font-family: serif;
}
main .photo-ll .kome-list-item {
  display: table;
  font-size: 16px;
}
main .photo-ll .kome-list-item span {
  display: table-cell;
}
main .photo-ll .kome-list-item span.kome {
  width: 15px;
}
main .photo-ll .photo-ll-fvnav,
main .photo-ll .photo-ll-bottomnav {
  z-index: 100;
  padding-right: 8.875%;
  position: fixed;
  bottom: 0;
  right: 0;
}
main .photo-ll .photo-ll-fvnav .row,
main .photo-ll .photo-ll-bottomnav .row {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 5px;
}
main .photo-ll .photo-ll-fvnav .row .row-item,
main .photo-ll .photo-ll-bottomnav .row .row-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
main .photo-ll .photo-ll-fvnav .row .row-item .texts,
main .photo-ll .photo-ll-bottomnav .row .row-item .texts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  font-family: serif;
}
main .photo-ll .photo-ll-fvnav .row .row-item .texts .sub-text,
main .photo-ll .photo-ll-bottomnav .row .row-item .texts .sub-text {
  line-height: 1.2;
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
}
main .photo-ll .photo-ll-fvnav .row .row-item .texts .text_tel,
main .photo-ll .photo-ll-bottomnav .row .row-item .texts .text_tel {
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
main .photo-ll .photo-ll-fvnav .row .row-item:first-child,
main .photo-ll .photo-ll-bottomnav .row .row-item:first-child {
  padding: 10px 21px 6px;
  border-radius: 10px 10px 0 0;
  background: #A8A5C9;
}
main .photo-ll .photo-ll-fvnav .row .row-item:nth-child(2),
main .photo-ll .photo-ll-bottomnav .row .row-item:nth-child(2) {
  padding: 7px 10px 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  background: #48353E;
}
main .photo-ll .photo-ll-fvnav .row .row-item:nth-child(2) .sub-text,
main .photo-ll .photo-ll-bottomnav .row .row-item:nth-child(2) .sub-text {
  line-height: 1.2;
  font-weight: bold;
  font-size: 10px;
  font-family: serif;
}
main .photo-ll .photo-ll-fvnav .row .row-item:nth-child(3),
main .photo-ll .photo-ll-bottomnav .row .row-item:nth-child(3) {
  padding: 7px 10px 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  background: #846666;
}
main .photo-ll .photo-ll-fvnav .row .row-item:nth-child(3) .sub-text,
main .photo-ll .photo-ll-bottomnav .row .row-item:nth-child(3) .sub-text {
  line-height: 1.2;
  font-weight: bold;
  font-size: 10px;
  font-family: serif;
}
main .photo-ll .photo-ll-bottomnav {
  display: none;
}
main .photo-ll .section-1 {
  padding-bottom: 100px;
}
main .photo-ll .section-1 .head {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
main .photo-ll .section-1 .section-flex {
  margin-top: 76px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 52px;
}
main .photo-ll .section-1 .section-flex .flex-images {
  position: relative;
}
main .photo-ll .section-1 .section-flex .flex-images img {
  position: relative;
  z-index: 10;
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .photo-ll .section-1 .section-flex .flex-images::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #AED8D6;
}
main .photo-ll .section-1 .section-flex .flex-texts {
  text-align: left;
  width: calc(100% - 550px);
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-direction: column;
}
main .photo-ll .section-1 .section-flex .flex-texts .head {
  width: -moz-fit-content;
  width: fit-content;
}
main .photo-ll .section-1 .section-flex .flex-texts .line {
  display: block;
  width: 218px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background: #AED8D6;
}
main .photo-ll .section-1 .section-flex .flex-texts .texts {
  margin-top: 32px;
}
main .photo-ll .section-1 .section-flex .flex-texts .texts*::before {
  content: "";
  display: block;
  width: 218px;
  height: 1px;
  background: #AED8D6;
}
main .photo-ll .section-1 .section-flex:last-child .flex-texts {
  width: calc(100% - 582px);
}
main .photo-ll .section-1 .section-flex:last-child .flex-texts .head {
  margin-left: auto;
  text-align: right;
}
main .photo-ll .section-1 .section-flex:last-child .flex-texts .line {
  margin-left: auto;
  background: #E3C1B5;
}
main .photo-ll .section-1 .section-flex:last-child .flex-images::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #E3C1B5;
}
main .photo-ll .section-2 {
  padding-bottom: 90px;
  background: url(../images/sweetness_section2_bg.jpg) no-repeat center center;
  background-size: cover;
}
main .photo-ll .section-2 .section-flex {
  padding-top: 72px;
  display: flex;
  gap: 65px;
}
main .photo-ll .section-2 .section-flex .flex-images {
  min-width: 523px;
}
main .photo-ll .section-2 .section-flex .flex-texts {
  text-align: left;
}
main .photo-ll .section-2 .section-flex .flex-texts .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  color: #E3C1B5;
}
main .photo-ll .section-2 .section-flex .flex-texts .line .number {
  line-height: 1;
  font-family: "Leander Script Pro";
  font-size: 73px;
}
main .photo-ll .section-2 .section-flex .flex-texts .line .eng-subtt {
  line-height: 1;
  font-family: "Leander Script Pro";
  font-size: 30px;
}
main .photo-ll .section-2 .section-flex .flex-texts .heading3 {
  line-height: 1.4;
  font-weight: normal;
  font-size: 41px;
}
main .photo-ll .section-2 .section-flex .flex-texts .texts {
  margin-top: 23px;
  font-size: 18px;
}
main .photo-ll .c-gallery {
  background: none;
}
main .photo-ll .c-gallery .c-gallery__inner {
  padding: 0 0 90px;
}
main .photo-ll .section-3 .plan-card {
  padding-top: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
main .photo-ll .section-3 .plan-card .images {
  flex: none;
  width: 343px;
}
main .photo-ll .section-3 .plan-card .images img {
  width: 343px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .photo-ll .section-3 .plan-card .texts {
  flex: auto;
}
main .photo-ll .section-3 .plan-card .texts .category {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding: 4px 14px;
  line-height: 1.4;
  font-family: serif;
  font-size: 24px;
  color: #FFFFFF;
  background: #E3C1B5;
}
main .photo-ll .section-3 .plan-card .texts .line {
  padding-bottom: 30px;
  margin: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8C8366;
}
main .photo-ll .section-3 .plan-card .texts .line .plan {
  font-weight: normal;
  font-size: 23px;
  font-family: serif;
}
main .photo-ll .section-3 .plan-card .texts .line .place {
  font-weight: normal;
  font-size: 25px;
  font-family: serif;
}
main .photo-ll .section-3 .plan-card .texts .line .place .unit {
  font-size: 15px;
}
main .photo-ll .section-3 .plan-card .texts .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 5px;
  flex-wrap: wrap;
}
main .photo-ll .section-3 .plan-card .texts .tags-tag {
  padding: 4px 11px;
  line-height: 1;
  font-size: 13px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #707070;
}
main .photo-ll .section-3 .cautions {
  padding: 0 100px;
  margin-top: 60px;
  text-align: left;
}
main .photo-ll_sw .fv {
  position: relative;
  border-top: 12px solid #8C8366;
}
main .photo-ll_sw .fv .photo-ll-fvnav {
  position: absolute;
  bottom: 4.0625vw;
  z-index: 90;
}
main .photo-ll_sw .fv picture img {
  width: 100vw;
  height: auto;
  display: block;
}
main .photo-ll_sw .section-2 .heading2-wrap {
  padding: 75px 0;
  position: relative;
  background: url("../images/sweetness_section2_title_bg.jpg") no-repeat center center;
  background-size: cover;
}
main .photo-ll_sw .section-2 .heading2-wrap .heading2-obj {
  line-height: 1;
  font-size: 59px;
  font-family: "Leander Script Pro";
  color: #E3C1B5;
}
main .photo-ll_sw .section-2 .heading2-wrap .heading2 {
  margin-top: -12px;
  line-height: 1.4;
  font-size: 41px;
  font-family: "Minion 3";
  color: #544C41;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3);
}
main .photo-ll_sw .section-2 .heading2-wrap .heading2 .font-jp {
  font-family: serif;
}
main .photo-ll_sw .section-3 .heading2-wrap {
  padding: 105px 0;
  background: url("../images/sweetness_section3_title_bg.jpg") no-repeat center center;
  background-size: cover;
}
main .photo-ll_sw .section-3 .heading2-wrap .heading2-obj {
  line-height: 1;
  font-size: 59px;
  font-family: "Leander Script Pro";
  color: #FFFFFF;
}
main .photo-ll_sw .section-3 .heading2-wrap .heading2 {
  margin-top: -12px;
  line-height: 1.4;
  font-size: 41px;
  font-family: serif;
  color: #544C41;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 959px) {
  main .photo-ll_sw .obj-sweetness {
    font-size: 40px;
  }
  main .photo-ll_sw .fv {
    border-top: 4px solid #8C8366;
  }
  main .photo-ll_sw .fv .photo-ll-fvnav {
    display: none !important;
  }
  main .photo-ll_sw .inner {
    padding: 0 2rem;
  }
  main .photo-ll_sw .heading3 {
    font-size: 20px;
  }
  main .photo-ll_sw .section-1 {
    margin-top: 45px;
    padding-bottom: 50px;
  }
  main .photo-ll_sw .section-1 .section-flex {
    flex-direction: column;
  }
  main .photo-ll_sw .section-1 .section-flex .head {
    width: 100%;
  }
  main .photo-ll_sw .section-1 .section-flex .flex-images {
    order: 1;
  }
  main .photo-ll_sw .section-1 .section-flex .flex-texts {
    order: 2;
    width: 100%;
  }
  main .photo-ll_sw .section-1 .section-flex .flex-texts .line {
    width: 100%;
    margin: 15px 0;
  }
  main .photo-ll_sw .section-1 .section-flex:last-child .flex-texts {
    width: 100%;
  }
  main .photo-ll_sw .section-1 .section-flex:last-child .flex-texts .head {
    margin-left: 0;
    text-align: left;
  }
  main .photo-ll_sw .section-2 {
    padding-bottom: 45px;
  }
  main .photo-ll_sw .section-2 .heading2-wrap {
    padding: 45px 0;
    position: relative;
    background: url("../images/sweetness_section2_title_bg.jpg") no-repeat 37% 10%;
    background-size: cover;
  }
  main .photo-ll_sw .section-2 .heading2-wrap::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
  }
  main .photo-ll_sw .section-2 .heading2-wrap .heading2-obj {
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  main .photo-ll_sw .section-2 .heading2-wrap .heading2 {
    position: relative;
    padding: 0;
    line-height: 1.4;
    margin-top: -12px;
    font-size: 28px;
    font-family: "Minion 3";
    color: #544C41;
    text-shadow: none;
    z-index: 2;
  }
  main .photo-ll_sw .section-2 .heading2-wrap .heading2 .font-jp {
    font-family: serif;
  }
  main .photo-ll_sw .section-2 .section-flex {
    padding-top: 35px;
    flex-direction: column;
    gap: 35px;
    order: 1;
  }
  main .photo-ll_sw .section-2 .section-flex .flex-images {
    width: 100%;
    min-width: auto;
    padding: 0 25px;
  }
  main .photo-ll_sw .section-2 .section-flex .flex-texts {
    width: 100%;
    order: 2;
  }
  main .photo-ll_sw .section-2 .section-flex .flex-texts .line {
    gap: 16px;
    color: #48353E;
  }
  main .photo-ll_sw .section-2 .section-flex .flex-texts .heading3 {
    font-weight: bold;
    font-size: 24px;
  }
  main .photo-ll_sw .section-2 .section-flex .flex-texts .texts {
    font-size: 14px;
  }
  main .photo-ll_sw .c-gallery .c-gallery__inner {
    padding: 0 2rem;
  }
  main .photo-ll_sw .c-gallery .c-gallery__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  main .photo-ll_sw .section-3 .heading2-wrap {
    padding: 45px 0;
    position: relative;
    background: url("../images/sweetness_section3_title_bg.jpg") no-repeat 37% 10%;
    background-size: cover;
  }
  main .photo-ll_sw .section-3 .heading2-wrap::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
  main .photo-ll_sw .section-3 .heading2-wrap .heading2-obj {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  main .photo-ll_sw .section-3 .heading2-wrap .heading2 {
    position: relative;
    padding: 0;
    line-height: 1.4;
    margin-top: -12px;
    font-size: 28px;
    font-family: "Minion 3";
    color: #544C41;
    text-shadow: none;
    z-index: 2;
  }
  main .photo-ll_sw .section-3 .heading2-wrap .heading2 .font-jp {
    font-family: serif;
  }
  main .photo-ll_sw .section-3 .plan-card {
    flex-direction: column;
  }
  main .photo-ll_sw .section-3 .plan-card .images {
    width: 100%;
    padding: 0 25px;
  }
  main .photo-ll_sw .section-3 .plan-card .texts .category {
    font-size: 1.6rem;
  }
  main .photo-ll_sw .section-3 .plan-card .texts .line {
    flex-direction: column;
    align-items: flex-start;
  }
  main .photo-ll_sw .section-3 .plan-card .texts .line .plan,
  main .photo-ll_sw .section-3 .plan-card .texts .line .place {
    font-size: 1.6rem;
  }
  main .photo-ll_sw .section-3 .cautions {
    padding: 0;
  }
  main .photo-ll_sw .photo-ll-bottomnav {
    display: block;
  }
}
main .photo-ll_ns .fv {
  position: relative;
  border-top: 12px solid #75010A;
}
main .photo-ll_ns .fv .photo-ll-fvnav {
  position: absolute;
  bottom: 12.875vw;
  z-index: 90;
}
main .photo-ll_ns .fv picture img {
  width: 100vw;
  height: auto;
  display: block;
}
main .photo-ll_ns .obj-nostalgia {
  line-height: 1;
  font-size: 67px;
  font-style: italic;
  font-family: "Minion 3";
  color: #75010A;
}
main .photo-ll_ns .obj-nostalgia_dark {
  color: #48353E;
}
main .photo-ll_ns .obj-nostalgia_yellow {
  color: #A98054;
}
main .photo-ll_ns .heading4 {
  margin-top: 12px;
}
main .photo-ll_ns .section-1 {
  padding: 100px 0;
  margin-top: -166px;
  background: url("../images/nostalgia_section1_bg.jpg") no-repeat center center;
}
main .photo-ll_ns .section-1 .section-flex .flex-images {
  position: relative;
  padding-bottom: 24px;
}
main .photo-ll_ns .section-1 .section-flex .flex-images::after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: -24px;
  width: 273px;
  height: 114px;
  display: block;
  content: "";
  background: rgba(117, 1, 10, 0.84);
}
main .photo-ll_ns .section-1 .section-flex:last-child .flex-images {
  padding-bottom: 0;
}
main .photo-ll_ns .section-1 .section-flex:last-child .flex-images img {
  position: relative;
  z-index: 20;
}
main .photo-ll_ns .section-1 .section-flex:last-child .flex-images::before {
  z-index: 10;
  position: absolute;
  top: -39px;
  left: auto;
  right: 0;
  width: 116px;
  height: 71px;
  display: block;
  content: "";
  background: rgba(249, 214, 148, 0.84);
}
main .photo-ll_ns .section-1 .section-flex:last-child .flex-images::after {
  z-index: 10;
  position: absolute;
  bottom: -36px;
  left: -32px;
  right: 0;
  width: 76px;
  height: 71px;
  display: block;
  content: "";
  background: rgba(59, 10, 16, 0.84);
}
main .photo-ll_ns .section-1 .section-flex .flex-texts {
  width: calc(100% - 500px);
}
main .photo-ll_ns .section-2 {
  background: url("../images/nostalgia_section2_bg.jpg") no-repeat center center;
  background-size: cover;
}
main .photo-ll_ns .section-2 .heading2-wrap {
  position: relative;
  background: url("../images/nostalgia_section2_title_bg.jpg") no-repeat center center;
  background-size: cover;
}
main .photo-ll_ns .section-2 .heading2-wrap .heading2 {
  padding: 100px 0;
  line-height: 1.4;
  font-size: 41px;
  font-family: "Minion 3";
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
main .photo-ll_ns .section-2 .heading2-wrap .heading2 .font-jp {
  font-family: serif;
}
main .photo-ll_ns .section-2 .heading2-wrap .heading2-obj {
  letter-spacing: -0.04em;
  position: absolute;
  right: 184px;
  bottom: -15px;
  line-height: 1;
  font-size: 90px;
  font-family: "Minion 3";
  font-style: italic;
  color: rgba(242, 241, 237, 0.56);
}
main .photo-ll_ns .section-2 .section-flex .flex-images {
  min-width: 500px;
  width: 500px;
  max-width: 500px;
  padding: 0 25px;
}
main .photo-ll_ns .section-2 .section-flex .flex-texts .line {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  color: #3B0A10;
}
main .photo-ll_ns .section-2 .section-flex .flex-texts .line .number {
  line-height: 1;
  font-family: "Minion 3";
  font-size: 32px;
}
main .photo-ll_ns .section-2 .section-flex .flex-texts .line .eng-subtt {
  line-height: 1.4;
  font-family: "Minion 3";
  font-style: italic;
  font-size: 16px;
}
main .photo-ll_ns .section-2 .section-flex .flex-texts .heading3 {
  text-align: right;
  font-weight: bold;
  font-size: 30px;
}
main .photo-ll_ns .section-2 .section-flex:nth-child(2) .flex-texts .line {
  justify-content: flex-start;
}
main .photo-ll_ns .section-2 .section-flex:nth-child(2) .flex-texts .heading3 {
  text-align: left;
}
main .photo-ll_ns .c-gallery {
  padding-top: 75px;
}
main .photo-ll_ns .c-gallery__title {
  line-height: 1;
  margin-bottom: 73px;
  font-family: "Minion 3";
  font-style: italic;
  font-size: 67px;
  color: #A98054;
}
main .photo-ll_ns .section-3 .heading2-wrap {
  position: relative;
  background: url("../images/nostalgia_section3_title_bg.jpg") no-repeat center center;
  background-size: cover;
}
main .photo-ll_ns .section-3 .heading2-wrap .heading2 {
  padding: 130px 0;
  line-height: 1.4;
  font-size: 41px;
  font-family: serif;
  color: #FFFFFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
main .photo-ll_ns .section-3 .heading2-wrap .heading2 .font-jp {
  font-family: serif;
}
main .photo-ll_ns .section-3 .heading2-wrap .heading2-obj {
  letter-spacing: -0.04em;
  position: absolute;
  right: 184px;
  bottom: -15px;
  line-height: 1;
  font-size: 90px;
  font-family: "Minion 3";
  font-style: italic;
  color: rgba(242, 241, 237, 0.56);
}
main .photo-ll_ns .section-3 .inner {
  max-width: 120rem;
  padding: 0;
  padding-top: 42px;
}
main .photo-ll_ns .section-3 .plan-card {
  padding: 20px 100px;
  gap: 40px;
}
main .photo-ll_ns .section-3 .plan-card .texts .category {
  background: #3B0A10;
}
main .photo-ll_ns .section-3 .plan-card:nth-child(even) {
  background: #F2F1ED;
}
@media screen and (max-width: 959px) {
  main .photo-ll_ns .fv {
    border-top: 4px solid #75010A;
  }
  main .photo-ll_ns .fv .photo-ll-fvnav {
    display: none !important;
  }
  main .photo-ll_ns .inner {
    padding: 0 2rem;
  }
  main .photo-ll_ns .obj-nostalgia {
    font-size: 40px;
  }
  main .photo-ll_ns .heading3 {
    margin-top: 8px;
    font-size: 20px;
  }
  main .photo-ll_ns .section-1 {
    margin-top: 0;
    padding-top: 40px;
  }
  main .photo-ll_ns .section-1 .section-flex {
    margin-top: 40px;
    flex-direction: column;
  }
  main .photo-ll_ns .section-1 .section-flex .flex-texts .head {
    margin: 0 auto;
    text-align: center;
  }
  main .photo-ll_ns .section-1 .section-flex .flex-texts .head + .texts {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  main .photo-ll_ns .section-1 .section-flex .flex-images {
    padding-right: 25px;
    padding-left: 25px;
  }
  main .photo-ll_ns .section-1 .section-flex .flex-images::after {
    right: 0;
    width: 136.5px;
    height: 64px;
  }
  main .photo-ll_ns .section-1 .section-flex .flex-texts {
    width: 100%;
  }
  main .photo-ll_ns .section-1 .section-flex:last-child .flex-texts {
    width: 100%;
  }
  main .photo-ll_ns .section-1 .section-flex:last-child .flex-texts .head {
    text-align: center;
  }
  main .photo-ll_ns .section-1 .section-flex:last-child .flex-images {
    padding-left: 25px;
  }
  main .photo-ll_ns .section-1 .section-flex:last-child .flex-images::after {
    left: 0;
  }
  main .photo-ll_ns .section-2 {
    padding-bottom: 45px;
  }
  main .photo-ll_ns .section-2 .section-flex {
    flex-direction: column;
    gap: 35px;
  }
  main .photo-ll_ns .section-2 .section-flex .flex-images {
    order: 1;
    min-width: auto;
    width: 100%;
  }
  main .photo-ll_ns .section-2 .section-flex .flex-texts {
    order: 2;
  }
  main .photo-ll_ns .section-2 .section-flex .flex-texts .line {
    justify-content: flex-start;
  }
  main .photo-ll_ns .section-2 .section-flex .flex-texts .texts {
    font-size: 14px;
  }
  main .photo-ll_ns .section-2 .section-flex .flex-texts .heading3 {
    margin-top: 12px;
    text-align: left;
    font-size: 24px;
  }
  main .photo-ll_ns .section-2 .heading2-wrap .heading2 {
    padding: 50px 0;
    font-size: 28px;
  }
  main .photo-ll_ns .section-2 .heading2-wrap .heading2-obj {
    font-size: 60px;
    right: 0;
    bottom: -9px;
  }
  main .photo-ll_ns .c-gallery {
    padding-bottom: 8rem;
    padding-top: 45px;
  }
  main .photo-ll_ns .c-gallery .c-gallery__inner {
    padding: 0 2rem;
  }
  main .photo-ll_ns .c-gallery .c-gallery__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  main .photo-ll_ns .section-3 {
    padding-bottom: 45px;
  }
  main .photo-ll_ns .section-3 .inner {
    padding: 0 2rem;
  }
  main .photo-ll_ns .section-3 .heading2-wrap .heading2 {
    padding: 70px 0;
    font-size: 28px;
  }
  main .photo-ll_ns .section-3 .heading2-wrap .heading2-obj {
    font-size: 60px;
    right: 0;
    bottom: -9px;
  }
  main .photo-ll_ns .section-3 .plan-card {
    padding: 20px 20px 40px;
    flex-direction: column;
  }
  main .photo-ll_ns .section-3 .plan-card .images {
    width: 100%;
  }
  main .photo-ll_ns .section-3 .plan-card .texts .category {
    font-size: 1.6rem;
  }
  main .photo-ll_ns .section-3 .plan-card .texts .line {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  main .photo-ll_ns .section-3 .plan-card .texts .line .plan,
  main .photo-ll_ns .section-3 .plan-card .texts .line .place {
    font-size: 1.6rem;
  }
  main .photo-ll_ns .section-3 .cautions {
    padding: 0;
  }
  main .photo-ll_ns .photo-ll-bottomnav {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  main .photo-ll {
    padding-top: 50px;
  }
  main .photo-ll a:hover {
    opacity: 1;
  }
  main .photo-ll .photo-ll-bottomnav {
    padding-right: 0;
    bottom: 0;
    left: 0;
  }
  main .photo-ll .photo-ll-bottomnav .row {
    justify-content: center;
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item:first-child {
    padding: 8px 15px 4px;
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item:first-child .icon img {
    height: 40px;
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item .texts {
    gap: 2px;
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item .texts .sub-text {
    font-size: clamp(10px, 4vw, 10px);
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item .texts .text_tel {
    font-size: clamp(20px, 4vw, 23px);
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item:nth-child(2) .icon img {
    width: 36px;
    height: auto;
  }
  main .photo-ll .photo-ll-bottomnav .row .row-item:last-child .icon img {
    width: 27px;
    height: auto;
  }
}

body.is-past-fv .photo-ll-fvnav {
  display: none;
}

body.is-past-fv .photo-ll-bottomnav {
  display: block;
}/*# sourceMappingURL=p-photo-ll.css.map */