@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

.photoCP {
  font: 500 1.6rem/1.75 "Zen Maru Gothic", serif;
  overflow: hidden;
  color: #446729;
}
@media screen and (min-width: 768px) {
  .photoCP {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP {
    margin-top: 10px;
  }
}
.photoCP img {
  display: block;
}
.photoCP a {
  text-decoration: unset;
  color: #446729;
}
.photoCP body, .photoCP h1, .photoCP h2, .photoCP h3, .photoCP h4, .photoCP h5, .photoCP h6 {
  font-family: "Zen Maru Gothic", serif;
  color: #446729;
}
@media screen and (max-width: 767px) {
  .photoCP .pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .photoCP .lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .photoCP .lgmd {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .photoCP .lgmd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .photoCP .sp {
    display: none;
  }
}
.photoCP__inner {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: auto;
}
.photoCP__inner2 {
  max-width: calc(840px + 8%);
  padding: 0 4%;
  margin: auto;
}
.photoCP__ttl_cmn {
  position: relative;
  margin-bottom: 30px;
}
.photoCP__ttl_cmn::before, .photoCP__ttl_cmn::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .photoCP__ttl_cmn::before, .photoCP__ttl_cmn::after {
    background: url(/assets/img/campaign/photo2025/ttl_line.png) no-repeat center/100%;
    width: calc(45.5% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .photoCP__ttl_cmn::before, .photoCP__ttl_cmn::after {
    background: url(/assets/img/campaign/photo2025/ttl_line_sp.png) no-repeat center/100%;
    width: calc(45% - 76px);
  }
}
.photoCP__ttl_cmn::before {
  left: 0;
}
.photoCP__ttl_cmn::after {
  right: 0;
}
.photoCP__ttl_cmn img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .photoCP__ttl_cmn img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__ttl_cmn img {
    width: 152px;
  }
}
.photoCP__link {
  position: relative;
  padding-right: 17px;
  text-decoration: underline !important;
}
.photoCP__link::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 10%;
  background: url(/assets/img/campaign/photo2025/icon_link.svg) no-repeat center/100%;
  width: 15px;
  height: 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fade.is-inview {
  opacity: 1;
}

.photoCP__bg {
  position: relative;
  padding-top: 18px;
}
.photoCP__bg::before, .photoCP__bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.photoCP__bg::before {
  background-color: #C7B299;
}
.photoCP__bg::after {
  background: url(/assets/img/campaign/photo2025/bg.png) repeat-y center top/100%;
  mix-blend-mode: soft-light;
}

.drawer-hamburger {
  width: 32px !important;
}

.drawer-nav {
  width: 260px !important;
}

.drawer--right .drawer-nav {
  right: -260px !important;
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0 !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 260px !important;
}

.photoCP__mainvisual {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.photoCP__mainvisual__inner {
  margin: auto;
  position: relative;
  max-width: 992px;
  width: 85%;
}
.photoCP__mainvisual__slide {
  overflow: visible !important;
}
.photoCP__mainvisual__slide img {
  -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.photoCP__mainvisual__slide__next {
  cursor: pointer;
  position: absolute;
  background: url(/assets/img/campaign/photo2025/slide_arrow.svg) no-repeat center/100%;
  z-index: 1;
  width: 51px;
  height: 51px;
}
@media screen and (min-width: 768px) {
  .photoCP__mainvisual__slide__next {
    right: 4%;
    bottom: 0.5%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__mainvisual__slide__next {
    right: -7%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.photoCP__mainvisual__ttl {
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .photoCP__mainvisual__ttl {
    width: 30.8%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__mainvisual__ttl {
    width: 79%;
  }
}

.photoCP__nav {
  position: relative;
  background-color: #446729;
  font-weight: bold;
  padding: 15px 0 19px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .photoCP__nav {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__nav {
    font-size: 1.3rem;
  }
}
.photoCP__nav::before {
  position: absolute;
  content: "";
  background: url(/assets/img/campaign/photo2025/nav_bg.png) repeat-x top center/115px 15px;
  width: 100%;
  height: 15px;
  left: 0;
  top: -15px;
}
.photoCP__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 910px;
  margin: auto;
}
.photoCP__nav__list__item {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .photoCP__nav__list__item {
    padding: 9px;
    border-right: 1px solid #C7B299;
  }
  .photoCP__nav__list__item:first-child {
    border-left: 1px solid #C7B299;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__nav__list__item {
    padding: 5px;
  }
  .photoCP__nav__list__item:not(:last-child) {
    border-right: 1px solid #C7B299;
  }
}
.photoCP__nav__list__item a {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .photoCP__nav__list__item a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__nav__list__item a {
    padding-bottom: 17px;
  }
}
.photoCP__nav__list__item a::after {
  position: absolute;
  content: "";
  background: url(/assets/img/campaign/photo2025/nav_arrow.svg) no-repeat center/100%;
  width: 12px;
  height: 6px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.photoCP__about {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__about {
    padding: 65px 5% 150px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about {
    padding: 30px 5% 70px;
  }
}
.photoCP__about::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .photoCP__about::before {
    background: url(/assets/img/campaign/photo2025/bg_mokumoku.png) no-repeat center bottom/100%;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about::before {
    background: url(/assets/img/campaign/photo2025/bg_mokumoku_sp.png) no-repeat center top/100%;
    top: 17%;
  }
}
.photoCP__about__ttl {
  margin: 0 auto 30px;
  width: 312px;
}
.photoCP__about__txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .photoCP__about__txt {
    font-size: 1.7rem;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__txt {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}
.photoCP__about__txt2 {
  line-height: 1.9;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .photoCP__about__txt2 {
    font-size: 1.4rem;
  }
}
.photoCP__about__txt3 {
  line-height: 2;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__about__txt3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__txt3 {
    font-size: 1.7rem;
    margin: 0 0 45px;
  }
}
.photoCP__about__txt3__line {
  background-image: linear-gradient(to right, #fbb03b 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.photoCP__about__txt3__blue {
  color: #00a99d;
}
.photoCP__about__txt3__yellow {
  color: #fbb03b;
}
.photoCP__about__img {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -6%;
    width: 112%;
    position: relative;
  }
}
.photoCP__about__img::before {
  position: absolute;
  content: "";
  left: -5%;
  width: 110%;
  border-radius: 50% 50% 0 0;
  background-color: #446729;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img::before {
    height: 300px;
    bottom: -210px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__img::before {
    height: 100px;
    bottom: -70px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .photoCP__about__img__l, .photoCP__about__img__r {
    position: absolute;
    width: 31%;
    max-height: 90%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__img__l, .photoCP__about__img__r {
    position: relative;
    width: 50%;
  }
}
.photoCP__about__img__l__main, .photoCP__about__img__r__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img__l__main, .photoCP__about__img__r__main {
    z-index: -3;
  }
}
.photoCP__about__img__l {
  left: 0;
}
.photoCP__about__img__l__sub {
  position: absolute;
  width: 90%;
  right: -12%;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img__l__sub {
    z-index: -1;
    bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__img__l__sub {
    z-index: 1;
    bottom: -4%;
  }
}
.photoCP__about__img__r {
  right: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img__r {
    z-index: -2;
  }
}
.photoCP__about__img__r__sub {
  position: absolute;
  right: -3%;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .photoCP__about__img__r__sub {
    width: 150%;
    bottom: -2%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__about__img__r__sub {
    width: 139%;
    bottom: 0;
  }
}

.photoCP__applyhow {
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .photoCP__applyhow {
    padding: 35px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__applyhow {
    padding: 20px 0 60px;
  }
}
.photoCP__applyhow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #446729;
}

@media screen and (min-width: 768px) {
  .photoCP__apply {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply {
    padding-bottom: 70px;
  }
}
.photoCP__apply__txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__txt {
    font-size: 2.6rem;
    padding: 0 1.7em;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__txt {
    font-size: 2.2rem;
    margin: 50px 0 30px;
  }
}
.photoCP__apply__txt::before, .photoCP__apply__txt::after {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
}
.photoCP__apply__txt::before {
  content: "「";
  top: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__txt::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__txt::before {
    left: -0.7em;
  }
}
.photoCP__apply__txt::after {
  content: "」";
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__txt::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__txt::after {
    right: -1.2em;
  }
}
.photoCP__apply__txt__sub {
  position: absolute;
  color: #ffcc30;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  padding: 0 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__txt__sub {
    right: -6.5%;
    bottom: 80%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__txt__sub {
    right: -5%;
    bottom: 100%;
  }
}
.photoCP__apply__txt__sub::before, .photoCP__apply__txt__sub::after {
  position: absolute;
  content: "";
  background-color: #ffcc30;
  width: 1px;
  height: 100%;
  bottom: -5px;
}
.photoCP__apply__txt__sub::before {
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.photoCP__apply__txt__sub::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.photoCP__apply__txt__bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__txt__bold {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__txt__bold {
    font-size: 3rem;
  }
}
.photoCP__apply__img {
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .photoCP__apply__img {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__apply__img {
    -webkit-filter: drop-shadow(3px 0 9px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 0 9px rgba(0, 0, 0, 0.3));
    margin: 0 auto 20px;
  }
}
.photoCP__apply__txt2 {
  margin: 0;
  font-size: 1.5rem;
}

.photoCP__how__txt {
  margin: 0 0 30px;
  font-size: 1.7rem;
}
.photoCP__how__list {
  color: #446729;
  margin: 60px auto 40px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .photoCP__how__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__how__list {
    max-width: 284px;
  }
}
.photoCP__how__list__item {
  background: #e6e6e6;
  border-radius: 10px;
  position: relative;
  padding: 30px 5px 20px;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .photoCP__how__list__item {
    width: 46.6%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__how__list__item:not(:last-child) {
    margin-bottom: 84px;
  }
}
.photoCP__how__list__item:not(:last-child) .photoCP__how__list__item__img img {
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.photoCP__how__list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: #fbb03b;
}
@media screen and (min-width: 768px) {
  .photoCP__how__list__item:not(:last-child)::after {
    width: 6%;
    height: 20px;
    top: 50%;
    left: 104.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media screen and (max-width: 767px) {
  .photoCP__how__list__item:not(:last-child)::after {
    width: 20px;
    height: 18px;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.photoCP__how__list__item__num {
  position: absolute;
  width: 50px;
  top: -25px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__how__list__item__num {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__how__list__item__num {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.photoCP__how__list__item__img {
  margin-bottom: 17px;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.photoCP__how__list__item__img img {
  max-height: 254px;
  margin: auto;
}
.photoCP__how__list__item__txt {
  margin: 0;
}
.photoCP__how__list__item__txt__point {
  font-size: 1.7rem;
  font-weight: bold;
}
.photoCP__how__list__item__txt__point2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.photoCP__how__txt2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__how__txt2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__how__txt2 {
    font-size: 1.3rem;
    text-align: left;
  }
}

.photoCP__prize {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .photoCP__prize {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize {
    padding: 90px 0 50px;
  }
}
.photoCP__prize::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 200%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .photoCP__prize::before {
    background: url(/assets/img/campaign/photo2025/bg_mokumoku2.png) no-repeat top right/100%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize::before {
    background: url(/assets/img/campaign/photo2025/bg_mokumoku2_sp.png) no-repeat top right/100%;
  }
}
.photoCP__prize__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__prize__wrap {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize__wrap {
    padding: 0 30px 70px;
  }
}
.photoCP__prize__wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 25px);
  opacity: 0.7;
  left: 0;
  top: 25px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .photoCP__prize__wrap::before {
    background: url(/assets/img/campaign/photo2025/prize_bg.png) no-repeat center top/100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize__wrap::before {
    background: url(/assets/img/campaign/photo2025/prize_bg_sp.png) no-repeat center top/100% 100%;
  }
}
.photoCP__prize__ttl {
  margin: 0 auto 35px;
}
@media screen and (min-width: 768px) {
  .photoCP__prize__ttl {
    width: 242px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize__ttl {
    width: 223px;
  }
}
@media screen and (min-width: 768px) {
  .photoCP__prize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize__list {
    max-width: 260px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .photoCP__prize__list__item {
    width: 29%;
  }
  .photoCP__prize__list__item:not(:nth-child(3)) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__prize__list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.photoCP__prize__list__item__ttl {
  width: 91%;
  margin: 0 auto 15px;
}
.photoCP__prize__list__item__img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.photoCP__prize__list__item__txt {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.photoCP__prize__list__item__txt span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.photoCP__prize__txt {
  color: #808080;
  font-size: 1.4rem;
  margin: 0;
}

.photoCP__result {
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__result {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result {
    padding-bottom: 70px;
  }
}
.photoCP__result::before, .photoCP__result::after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  background-color: #446729;
}
.photoCP__result::before {
  left: -5%;
  width: 110%;
  border-radius: 50% 50% 0 0;
}
@media screen and (min-width: 768px) {
  .photoCP__result::before {
    top: 170px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result::before {
    top: 50px;
    height: 100px;
  }
}
.photoCP__result::after {
  left: 0;
}
@media screen and (min-width: 768px) {
  .photoCP__result::after {
    height: calc(100% - 260px);
    top: 260px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result::after {
    height: calc(100% - 100px);
    top: 100px;
  }
}
.photoCP__result__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .photoCP__result__wrap {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result__wrap {
    padding-bottom: 80px;
  }
}
.photoCP__result__wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #f2f2f2;
  -webkit-filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.1));
  z-index: -1;
}
.photoCP__result__wrap__inner {
  max-width: calc(1000px + 6%);
  padding: 0 3%;
  margin: auto;
}
.photoCP__result__ttl {
  max-width: 346px;
}
@media screen and (min-width: 768px) {
  .photoCP__result__ttl {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result__ttl {
    margin: 0 auto 10px;
  }
}
.photoCP__result__cnt {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photoCP__result__cnt:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result__cnt:not(:last-child) {
    margin-bottom: 80px;
  }
}
.photoCP__result__cnt__ttl {
  margin: 0 auto 40px;
  position: relative;
}
.photoCP__result__cnt__ttl::before, .photoCP__result__cnt__ttl::after {
  position: absolute;
  content: "";
  width: calc(45% - 100px);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .photoCP__result__cnt__ttl::before, .photoCP__result__cnt__ttl::after {
    background: url(/assets/img/campaign/photo2025/ttl_line_02.png) no-repeat center/100%;
    top: 28%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result__cnt__ttl::before, .photoCP__result__cnt__ttl::after {
    background: url(/assets/img/campaign/photo2025/ttl_line_02_sp.png) no-repeat center/100%;
    top: 21%;
  }
}
.photoCP__result__cnt__ttl::before {
  left: 0;
}
.photoCP__result__cnt__ttl::after {
  right: 0;
}
.photoCP__result__cnt__ttl img {
  width: 217px;
  margin: auto;
}
.photoCP__result__cnt__list {
  margin: 0 auto -30px;
}
@media screen and (min-width: 768px) {
  .photoCP__result__cnt__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    max-width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__result__cnt__list {
    max-width: 260px;
  }
}
.photoCP__result__cnt__list__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .photoCP__result__cnt__list__item {
    width: 30%;
  }
  .photoCP__result__cnt__list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
.photoCP__result__cnt__list__item__img {
  cursor: pointer;
  margin-bottom: 7px;
}
.photoCP__result__cnt__list__item__img img {
  max-height: 260px;
  margin: auto;
}
.photoCP__result__cnt__list__item__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.photoCP__result__cnt__list__item__txt {
  font-size: 1.3rem;
  margin: 0;
}

.modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modalMask {
  position: relative;
  width: 90%;
  height: 90%;
}
.modal .modalMask img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.photoCP__detail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__detail {
    padding: 110px 0 210px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail {
    padding: 55px 0 80px;
  }
}
.photoCP__detail::before, .photoCP__detail::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  z-index: -1;
}
.photoCP__detail::before {
  bottom: -30px;
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .photoCP__detail::before {
    height: calc(31% + 30px);
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail::before {
    height: 80%;
    top: 20%;
  }
}
.photoCP__detail::after {
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .photoCP__detail::after {
    -webkit-mask-image: url(/assets/img/campaign/photo2025/bg_mokumoku.png);
            mask-image: url(/assets/img/campaign/photo2025/bg_mokumoku.png);
    bottom: calc(31% - 1px);
    -webkit-mask-position: bottom right;
            mask-position: bottom right;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail::after {
    -webkit-mask-image: url(/assets/img/campaign/photo2025/bg_mokumoku_sp.png);
            mask-image: url(/assets/img/campaign/photo2025/bg_mokumoku_sp.png);
    top: 15%;
  }
}
.photoCP__detail__wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .photoCP__detail__wrap {
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail__wrap {
    padding: 40px 3%;
  }
}
.photoCP__detail__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.photoCP__detail__tbl {
  width: 100%;
  max-width: 660px;
  margin: auto;
  line-height: 1.6;
  border-top: 1px solid #446729;
}
.photoCP__detail__tbl th {
  text-align: left;
  border-bottom: 1px solid #446729;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .photoCP__detail__tbl th {
    width: 8.5em;
    padding: 25px 1em 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail__tbl th {
    width: 6em;
    padding: 15px 1em 15px 0;
  }
}
.photoCP__detail__tbl td {
  border-bottom: 1px solid #446729;
}
@media screen and (min-width: 768px) {
  .photoCP__detail__tbl td {
    width: calc(100% - 8.5em);
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__detail__tbl td {
    width: calc(100% - 6em);
    padding: 15px 0;
  }
}
.photoCP__detail__tbl__list {
  margin: 0;
}
.photoCP__detail__tbl__list__list {
  position: relative;
  padding-left: 1em;
}
.photoCP__detail__tbl__list__list:not(:last-child) {
  margin-bottom: 5px;
}
.photoCP__detail__tbl__list__list::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.photoCP__detail__tbl__list.mini {
  font-size: 1.4rem;
  line-height: 1.8;
}

.photoCP__instagram {
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram {
    padding: 30px 0 50px;
  }
}
.photoCP__instagram::before, .photoCP__instagram::after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #446729;
  z-index: -1;
}
.photoCP__instagram::before {
  left: -5%;
  width: 110%;
  border-radius: 50% 50% 0 0;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram::before {
    top: -60px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram::before {
    top: -20px;
    height: 80px;
  }
}
.photoCP__instagram::after {
  bottom: 0;
  width: 100%;
  height: calc(100% - 30px);
}
.photoCP__instagram__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #fff !important;
}
.photoCP__instagram__ttl img {
  width: 41px;
  margin: 0 auto 15px;
}
.photoCP__instagram__txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram__txt {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram__txt {
    margin: 0 0 45px;
  }
}
.photoCP__instagram__txt::before, .photoCP__instagram__txt::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram__txt::before, .photoCP__instagram__txt::after {
    background: url(/assets/img/campaign/photo2025/ttl_line.png) no-repeat center/100%;
    width: calc(47% - 155px);
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram__txt::before, .photoCP__instagram__txt::after {
    background: url(/assets/img/campaign/photo2025/ttl_line_sp.png) no-repeat center/100%;
    width: calc(47% - 113px);
  }
}
.photoCP__instagram__txt::before {
  left: 0;
}
.photoCP__instagram__txt::after {
  right: 0;
}
.photoCP__instagram__txt img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram__txt img {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram__txt img {
    max-width: 226px;
  }
}
.photoCP__instagram__btn {
  max-width: 240px;
  display: block;
}
@media screen and (min-width: 768px) {
  .photoCP__instagram__btn {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .photoCP__instagram__btn {
    margin: 30px auto 0;
  }
}