@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

/* -----------------------------------------------------------------
 header
----------------------------------------------------------------- */

img {
  display: inline;
}

.photo_header {
  width: 100%;
  height: 100px;
  background-color:#fff;
  border-bottom: 1px solid #646464;
  padding: 12px 0;
}
.photo_header img {
  margin: 0 1.5% 0 1.5%;
  width: 135px;
  height:75px;
  max-width: initial;
}
@media (max-width: 980px){
  .photo_header {
    padding: 17px 0;
  }
  .photo_header img{
    width: 113px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .photo_header {
    height: 60px;
    padding: 5px;
  }
  .photo_header img {
    width: 100px;
  }
}
  


/* -----------------------------------------------------------------
 footer
----------------------------------------------------------------- */
  .photo_footer {
    font-family: 'Zen Maru Gothic', sans-serif;
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/dot_bg.png");
    background-size: 16px 18px;
    background-repeat: repeat;
    background-position: top 0 left 0;
    background-color: #FFEE8B;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-top: -20px;
}
  .photo_footer svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
  }

  @media(max-width:767px) {
    .footer_content {
      margin-top: -30px;
    }
    .photo_footer svg {
      width: calc(300% + 1.3px);
      height: 207px;
    }
  }

  .photo_footer .shape-fill {
      fill: #FFFFFF;
  }
  .photo_footer .footer_message {
    background-color: #fff;
    color: #006543;
    font-weight: 700;
    font-size: 27px;
    width: 512px;
    height: 176px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 50px 26px;
    position: relative;
  }

  .photo_footer .footer_message:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 24px solid #fff;
  }
  @media(max-width:767px) {
    .photo_footer .footer_message {
      font-size: 18px;
      width: 350px;
      height: 120px;
      padding: 32px 20px;
    }
    .photo_footer .footer_message:before {
      border: 14px solid transparent;
      border-top: 14px solid #fff;
    }
  }
  .fotter_image_main {
    width: 570px;
    height: 418px;
    position: relative;
    bottom: -10px;
    margin-top: 30px;
  }
  @media(max-width:767px) {
    .fotter_image_main {
      width: 390px;
      height: 285px;
      bottom: -10px;
      margin-top: 0;
    }
  }
  .photo_footerCopy {
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #B67E00;
    position: relative;
    z-index: 2;
  }
  .photo_footerCopy small {
    font-size: 10px;
    height: 10px;
    letter-spacing: 0.72px;
  }

  .lp_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    max-width: 454px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .lp_download_item {
    width: 207px;
    margin: 0 auto;
  }
  .lp_download_item:last-child {
    width: 234px;
  }
  @media (max-width: 767px) {
    .lp_download {
      max-width: 310px;
      margin-top: 40px;
      margin-right: auto;
      margin-left: auto;
    }
    .lp_download_item {
      width: 141px;
    }
    .lp_download_item:last-child {
      width: 160px;
    }
  }


/*TOPのみ*/
  .photo_attention {
    padding-left: 4%;
    padding-right: 4%;
  }
  .photo_attention_container {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
 .ac-child {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
 }
 .photo_attention_button {
    display: block;
    background-color: #006543;
    color: #fff;
    width: 100%;
    height: 123px;
    line-height: 123px;
    border-radius: 100px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
 }
 @media(max-width:767px) {
  .photo_attention {
    padding-left: 5%;
    padding-right: 5%;
  }
  .photo_attention_container {
    margin-bottom: 60px;
  }
 .ac-child {
    font-size: 13px;
 }
 .photo_attention_button {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
 }
 }
 /* accordion */
 .ac-icon-wrap {
  position: absolute;
  right: 43px;
  top: 64px;
  transform: translatey(-50%);
  width: 45px;
  height: 45px;
}
.ac-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid #fff 4px;
  border-radius: 50px;
}
.ac-parent{
  margin: 60px auto 20px;
  cursor: pointer;
  position: relative;
}
.ac-parent:first-of-type  {
  margin-top: 0;
 }

.ac-child{
  display: none;
}
.ac-icon:before,
.ac-icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 4px;
  transform: translate(-50%, -50%);
}
@media(max-width:767px) {
  .ac-icon-wrap {
    right: 26px;
    top: 40px;
    width: 29px;
    height: 29px;
  }
  .ac-icon {
    border: solid #fff 2.5px;
  }
  .ac-parent{
    margin: 30px auto 10px;
  }
  .ac-icon:before,
  .ac-icon:after {
    height: 2.5px;
  }
}
.ac-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ac-icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
/* -----------------------------------------------------------------
 common
----------------------------------------------------------------- */
  .photo_container,
  .theme_container,
  .result_container {
    font-weight: bold;
    letter-spacing: .1em;
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 0 auto;
    overflow: hidden;
  }
  .back_green {
    background-color: #006543;
  }
  .back_yellow {
    background-color: #E6B300;
  }
  .text_main_color {
    color: #603813;
  }
  .heading_main_color {
    color: #006543;
  }
  .sub_heading_font {
    font-family: 'Oswald', sans-serif;
  }
  .photo_btn_container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  /*button*/
  .button {
    border-radius: 100px;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .section_method_button_instagram,
  .section_method_button_x,
  .flame_button,
  .back_button {
    display: inline-block;
    font-size: 24px;
    height: 112px;
    line-height: 112px;
    width: 492px;
    padding-left: 40px;
  }
  .flame_button,
  .back_button {
    padding-left: 0;
  }
  .arrow {
    position: relative;
  }
  .arrow:after {
    background: #fff;
    content: "";
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.134%22%20height%3D%2241.134%22%20viewBox%3D%220%200%2041.134%2041.134%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26007%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026007%22%20transform%3D%22translate(0%2041.134)%20rotate(-90)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26230%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026230%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4366%22%20data-name%3D%22%E3%83%91%E3%82%B9%204366%22%20d%3D%22M.564.556a1.916%2C1.916%2C0%2C0%2C1%2C2.7%2C0L12.7%2C10.019a1.906%2C1.906%2C0%2C0%2C1%2C.059%2C2.63L3.461%2C21.973a1.905%2C1.905%2C0%2C1%2C1-2.7-2.689l7.9-8.019L.564%2C3.246A1.886%2C1.886%2C0%2C0%2C1%2C.564.556Z%22%20transform%3D%22translate(31.841%2015.523)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4367%22%20data-name%3D%22%E3%83%91%E3%82%B9%204367%22%20d%3D%22M0%2C20.567A20.567%2C20.567%2C0%2C1%2C0%2C20.567%2C0%2C20.564%2C20.564%2C0%2C0%2C0%2C0%2C20.567Zm3.164%2C0a17.4%2C17.4%2C0%2C0%2C1%2C29.7-12.3%2C17.4%2C17.4%2C0%2C1%2C1-24.6%2C24.6A17.253%2C17.253%2C0%2C0%2C1%2C3.164%2C20.567Z%22%20transform%3D%22translate(41.134)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.134%22%20height%3D%2241.134%22%20viewBox%3D%220%200%2041.134%2041.134%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26007%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026007%22%20transform%3D%22translate(0%2041.134)%20rotate(-90)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26230%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026230%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4366%22%20data-name%3D%22%E3%83%91%E3%82%B9%204366%22%20d%3D%22M.564.556a1.916%2C1.916%2C0%2C0%2C1%2C2.7%2C0L12.7%2C10.019a1.906%2C1.906%2C0%2C0%2C1%2C.059%2C2.63L3.461%2C21.973a1.905%2C1.905%2C0%2C1%2C1-2.7-2.689l7.9-8.019L.564%2C3.246A1.886%2C1.886%2C0%2C0%2C1%2C.564.556Z%22%20transform%3D%22translate(31.841%2015.523)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4367%22%20data-name%3D%22%E3%83%91%E3%82%B9%204367%22%20d%3D%22M0%2C20.567A20.567%2C20.567%2C0%2C1%2C0%2C20.567%2C0%2C20.564%2C20.564%2C0%2C0%2C0%2C0%2C20.567Zm3.164%2C0a17.4%2C17.4%2C0%2C0%2C1%2C29.7-12.3%2C17.4%2C17.4%2C0%2C1%2C1-24.6%2C24.6A17.253%2C17.253%2C0%2C0%2C1%2C3.164%2C20.567Z%22%20transform%3D%22translate(41.134)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    position: absolute;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 45px;
  }
  .section_method_button_instagram.arrow:after,
  .section_method_button_x.arrow:after,
  .back_button.arrow:after,
  .flame_button.arrow:after {
    right: 28px;
    /*heightはボタンの高さに設定*/
    height: 112px;
  }
  .section_method_button_instagram {
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/instagram_btn.png");
    background-size: cover;
  }
  .section_method_button_instagram:before {
    content: "";
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/icon_instagram.png");
    background-size: contain;
    width: 34.7px;
    height: 34.7px;
    position: absolute;
    top: 40px;
    left: 100px;
  }
  .section_method_button_x {
    background-color: #000;
  }
  .section_method_button_x:before {
    content: "";
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/icon_x.png");
    background-size: contain;
    width: 24.98px;
    height: 25.53px;
    position: absolute;
    top: 45px;
    left: 100px;
  }
  .decoration01:before,
  .decoration02:before,
  .decoration02:after {
    z-index: -1;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
  }
  @media(max-width:1080px) {
    .photo_btn_container {
      display: block;
      max-width: 400px;
    }
    .section_method_button_instagram,
    .section_method_button_x,
    .flame_button,
    .back_button {
      font-size: 18px;
      height: 8%;
      line-height: 80px;
      width: 100%;
      padding-left: 40px;
      max-width: 400px;
    }
    .flame_button {
      line-height: 24px;
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .flame_button,
    .back_button {
      padding-left: 0;
    }
    .section_method_button_instagram {
      margin-bottom: 10px;
      background-size: 110%;
      background-position: center;
    }
    .section_method_button_instagram.arrow:after,
    .section_method_button_x.arrow:after,
    .back_button.arrow:after,
    .flame_button.arrow:after {
      width: 29.25px;
      height: 80px;
      right: 16px;
      top: 0;
    }
    .section_method_button_instagram:before {
      width: 25.77px;
      height: 25.77px;
      top: 28px;
      left: 72px;
    }
    .section_method_button_x:before {
      width: 24.98px;
      height: 25.53px;
      top: 28px;
      left: 62px;
    }
  }
  @media(max-width:390px) {
    .section_method_button_instagram,
    .section_method_button_x {
      padding-left: 10px;
    }
    .section_method_button_instagram.arrow:after,
    .section_method_button_x.arrow:after,
    .back_button.arrow:after,
    .flame_button.arrow:after  {
      padding-left: 0;
    }
    .section_method_button_instagram:before,
    .section_method_button_x:before{
      left: 32px;
    }
  }
  .back_button {
    margin-bottom: 30px;
  }

  /*sns*/
  .common_sns_icon {
    color: #fff;
    border-radius: 100px;
  }
  .common_x_icon {
    background-color: #000;
  }
   .common_instagram_icon {
    background: linear-gradient(to right, #EA33B8, #C932F2);
  }

  /*page_title*/
  .page_title {
    margin-bottom: 50px;
  }
  @media(max-width:767px) {
    .page_title {
      position: relative;
      margin-top: -30px;
      margin-bottom: 30px;
    }
  }
  /*photo_contents*/
  .common_photo_container {
    display: flex;
    justify-content: space-between;
    max-width: 541px;
    margin: 0 auto 30px;
  }
  .common_photo_image {
    max-width: 262px;
    width: calc((100% - 15px) / 2);
    /* height: 262px; */
  }
  .common_notion {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
  }
  @media(max-width:767px) {
    .common_photo_container {
      width: 100%;
      margin: 0 auto 30px;
    }
    .common_photo_image {
      width: 48%;
      height: auto;
    }
    .common_notion {
      font-size: 13px;
      text-align: left;
    }
  }
  /*section_separator*/
  .photo_round svg {
    position: absolute;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
    transform: scale(1, -1);
    bottom: -1px;
  }
  @media(max-width:767px) {
    .photo_round svg {
      width: calc(300% + 1.3px);
      height: 251px;
    }
  }

  .photo_round .shape-fill {
      fill: #FFFFFF;
  }
  


/*animation*/
.fadeInTrigger {
  opacity: 0;
}
/* Fading entrances  */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*animation*/
.delay-time02{
  animation-delay: 0.2s;
}
.delay-time04{
  animation-delay: 0.4s;
}
.delay-time06{
  animation-delay: 0.6s;
}
.delay-time08{
  animation-delay: 0.8s;
}
 
.delay-time12 {
  animation-delay: 1.2s;
}
@media(max-width:767px) {
  .delay-time12 {
    animation-delay: 0.3s;
  }
}

.change-time01{
  animation-duration: 1s;
}
.change-time02{
  animation-duration: 2s;
}


/* -----------------------------------------------------------------
 TOP
----------------------------------------------------------------- */
  .section_top {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/top/mv_back_pc.webp?202502");
    background-size: cover;
    background-position: center;
    max-width: 1920px;
    margin: auto;
    text-align: center;
    padding: 50px 0 45px;
  }
  .section_top_title {
    width: 40.1%;
  }
  @media(max-width:767px) {
    .section_top {
      background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/top/mv_back_sp.webp?202502");
      padding: 99px 0 104px;
    }
    .section_top_title {
      width: 90.5%;
    }
  }

  /*intro*/
  .section_intro {
    padding: 96.6px 4%;
  }
  .section_intro_banner {
    display: flex;
    justify-content: center;
  }
  .section_intro_banner img {
    width: 540px;
    max-width: 100%;
    height: auto;
  }
  .section_intro_button {
    display: block;
    background-color: #006543;
    color: #fff;
    width: 541px;
    height: 123px;
    line-height: 123px;
    border-radius: 100px;
    font-size: 25px;
    margin: 34px auto 0;
    letter-spacing: 2px;
  }

  .section_intro_button.arrow:after {
    right: 40px;
    height: 123px;
    transform: rotate(90deg);
  }

  @media(max-width:767px) {
    .section_intro {
      padding: 37px 5% 60px;
    }
    .section_intro_banner {
      display: block;
      text-align: center;
      max-width: 100%;
    }
    .section_intro_button {
      width: 350px;
      max-width: 100%;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
      margin: 22px auto 0;
      letter-spacing: 2px;
    }
    .section_intro_button.arrow:after {
      width: 29.25px;
      height: 80px;
      right: 25px;
    }
  }

  /*about*/
  .section_about{
    width: 100vw;
    margin: calc(50% - 50vw);
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/dot_bg.png");
    background-size: 16px 18px;
    background-repeat: repeat;
    position: relative;
    z-index: 5;
    top: -20px;
    padding: 140px 4% 230px;
  }
  .background_about_area {
    background-color: #FFEE8B;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  .background_about_area::before {
    content: "";
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/top/section.png");
    background-size: contain;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: -20px;
  }
  .section_about_title {
    margin-bottom: 40px;
  }
  .section_about_text {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
  }
  .about_photo {
    margin: 40px 0;
  }
  .about_banner {
    margin-top: 75px;
  }
  @media(max-width:767px) {
    .section_about{
      background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/dot_bg.png");
      top: -30px;
      padding: 100px 5% 150px;
    }
    .background_about_area::before {
      background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/top/section_sp.png");
      background-size: contain;
      position: absolute;
      top: -28px;
    }
    .section_about_title {
      margin-bottom: 20px;
    }
    .section_about_text {
      font-size: 18px;
      letter-spacing: 1px;
      white-space: nowrap;
    }
    .about_photo {
        margin: 24.5px 0 25px;
    }
    .about_banner {
      margin-top: 40px;
    }
  }
  /*decoration*/
  .section_about_text.decoration01:before {
    content: '';
    width: 112px;
    height: 138px;
    position: absolute;
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/decoration01.png");
    background-size: contain;
    top: 440px;
    left: 350px;
  }
  .section_about_text.decoration02:after {
    content: '';
    width: 123px;
    height: 106px;
    position: absolute;
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/decoration02.png");
    background-size: contain;
    top: 130px;
    right: 320px;
  }
  .section_about_text.decoration02:before {
    content: '';
    width: 80px;
    height: 112px;
    position: absolute;
    background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/decoration03.png");
    background-size: contain;
    top: 880px;
    right: 22%;
  }

  @media(max-width:1600px) {
    .section_about_text.decoration01:before {
      left: 100px;
    }
    .section_about_text.decoration02:after {
      right: 40px;
    } 
    .section_about_text.decoration02:before {
      right: -1%;
    }
  }
  @media(max-width:900px) {
    .section_about_text.decoration01:before {
      left: -20px;
    }
    .section_about_text.decoration02:after {
      right: -20px;
    } 
  }
  @media(max-width:767px) {
    .section_about_text.decoration01:before {
      width: 73px;
      height: 90px;
      top: 340px;
    }
    .section_about_text.decoration02:after {
      width: 80px;
      height: 69px;
      top: 40px;
    } 
    .section_about_text.decoration02:before {
      width: 51px;
      height: 73px;
      top: 660px;
      right: 20px;
    }
  }
  /*method*/

  .section_method_container {
    border-top: 4px #006543 dotted;
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_method_container:first-child {
    padding-top: 0;
    border-top:none;
  }
  .section_method {
    padding-right: 4%;
    padding-left: 4%;
  }
  .top_page_title {
    width: 525px;
    height: auto;
  }
  .section_method_step {
    font-size: 25px;
  }
  .section_method_number {
    font-size: 36px;
    font-weight: 700;
    color: #D69C00;
    margin-left: 13px;
    margin-right: 15px;
  }
  .section_method_step_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .section_method_step_text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  @media(max-width:767px) {
    .section_method_container {
      padding: 40px 0;
      max-width: 1000px;
      margin: 0 auto;
    }
    .section_method {
      padding-right: 5%;
      padding-left: 5%;
      margin-bottom: 50px;
    }
    .top_page_title {
      width: 350px;
    }
    .section_method_step {
      font-size: 16px;
    }
    .section_method_number {
      font-size: 23px;
      margin-left: 5px;
      margin-right: 25px;
    }
    .section_method_step_title {
      font-size: 22px;
      letter-spacing: 2px;
      text-align: left;
      justify-content: start;
    }
    .section_method_step_text {
      font-size: 16px;
      letter-spacing: 2px;
      text-align: left;
      margin-top: 10px;
    }
  }

  /*step4*/
  .photo_sns_container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .photo_sns {
    max-width: 485px;
    padding: 41px 37px;
    position: relative;
  }
  .photo_sns_instagram {
    border: 3px solid #E932A6;
    margin-right: 20px;
  }
  .photo_sns_x {
    border: 3px solid #000;
  }
  .photo_sns_text {
    font-size: 20px;
    text-align: left;
    letter-spacing: 1.2px;
  }
  .photo_instagram_icon,
  .photo_x_icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 28px;
    line-height: 40px;
    width: 208.5px;
    height: 43.5px;
  }
  @media(max-width:767px) {
    .photo_sns_container {
      display: block;
      justify-content: space-between;
      max-width: 500px;
      margin: 20px auto 0;
    }
    .photo_sns {
      max-width: 100%;
      padding: 26px 20px;
      position: relative;
    }
    .photo_sns_instagram {
      margin-right: 0;
      margin-bottom: 37px;
    }
    .photo_sns_text {
      font-size: 14px;
      letter-spacing: 0.6px;
    }
    .photo_instagram_icon,
    .photo_x_icon {
      position: absolute;
      top: -20px;
      font-size: 20px;
      line-height: 34px;
      width: 163px;
      height: 34px;
    }
    .section_method_container:last-child {
      margin-bottom: -70px;
    }
  }

  /* -----------------------------------------------------------------
 THEME
----------------------------------------------------------------- */
/*intro*/
.section_page_title {
  width: 100vw;
  margin: calc(50% - 50vw);
  background-image: url("/wp-content/themes/yuzuan/img/legacy/photo/common/dot_bg.png");
  background-size: 16px 18px;
  background-repeat: repeat;
  position: relative;
  z-index: 5;
  top: -20px;
  padding: 140px 4% 180px;
}
.page_title {
  height: 235px;
  width: auto;
  margin-bottom: 50px;
}
.page_title img {
  height: 100%;
} 
.theme_name_container {
  border-top: 4px #006543 dotted;
  border-bottom: 4px #006543 dotted;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.theme_date {
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 14.5px;
}
.theme_name {
  width: auto;
  height: 86px;
  margin: 0 auto;
  letter-spacing: 3px;
}

.theme_text_main {
  font-size: 38px;
  margin-top: 50px;
  letter-spacing: 2px;
}
.theme_text {
  font-size: 28px;
}
@media(max-width:767px) {
  .section_page_title {
    padding: 126px 5% 160px;
  }
  .page_title {
    height: 133px;
    margin-bottom: 40px;
  }

  .theme_name_container {
    padding: 40px 0;
  } 
  .theme_date {
    font-size: 24px;
    margin-bottom: 0;
  }
  .theme_name {
    width: auto;
    height: 52.7px;
  }
  .theme_name img {
    height: 100%;
  }

  .theme_text_main {
    font-size: 23px;
    margin-top: 40px;
  }
  .theme_text {
    margin-top: 10px;
    font-size: 16px;
  }
}
  /*decoration*/
  /*右下*/
  .theme_container .section_page_title.decoration01:before, 
  .result_container .section_page_title.decoration01:before {
    background: #fff;
    content: "";
    mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26001%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026001%22%20transform%3D%22translate(-16%20-16.244)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(16%2016.244)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2233%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2230%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');    
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26001%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026001%22%20transform%3D%22translate(-16%20-16.244)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(16%2016.244)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2233%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2230%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    width: 71px;
    height: 71px;
    top: 820px;
    right: 360px;
  }
  /*左上*/
  .theme_container .section_page_title .page_title.decoration02:after,
  .result_container .section_page_title .page_title.decoration02:after {
    background: #fff;
    content: "";
    mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26001%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026001%22%20transform%3D%22translate(-16%20-16.244)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(16%2016.244)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2233%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2230%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');    
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26001%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026001%22%20transform%3D%22translate(-16%20-16.244)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_20%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2020%22%20transform%3D%22translate(16%2016.244)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2233%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2233%22%20cy%3D%2233%22%20r%3D%2230%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    width: 66px;
    height: 66px;
    top: 260px;
    left: 430px;

  }
    /*右上*/
  .theme_container .page_title.decoration02:before,
  .result_container .page_title.decoration02:before{
    background: #fff;
    content: "";
    mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22123%22%20height%3D%22106%22%20viewBox%3D%220%200%20123%20106%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26000%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026000%22%20transform%3D%22translate(-0.107)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_19%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2019%22%20transform%3D%22translate(32.107%2015)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2245.5%22%20cy%3D%2245.5%22%20r%3D%2245.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2245.5%22%20cy%3D%2245.5%22%20r%3D%2242.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_21%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2021%22%20transform%3D%22translate(0.107)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2216%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');    
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22123%22%20height%3D%22106%22%20viewBox%3D%220%200%20123%20106%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26000%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026000%22%20transform%3D%22translate(-0.107)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_19%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2019%22%20transform%3D%22translate(32.107%2015)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2245.5%22%20cy%3D%2245.5%22%20r%3D%2245.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2245.5%22%20cy%3D%2245.5%22%20r%3D%2242.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_21%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2021%22%20transform%3D%22translate(0.107)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2216%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    width: 123px;
    height: 106px;
    top: 160px;
    right: 340px;
  }
@media(max-width:1300px) {
  /*右下*/
  .theme_container .section_page_title.decoration01:before {
    right: 60px;
  }
  /*左上*/
  .theme_container .section_page_title .page_title.decoration02:after {
    left: 130px;
  }
    /*右上*/
  .theme_container .page_title.decoration02:before {
    right: 40px;
  }
}
@media(max-width:767px) {
  /*右下*/
  .theme_container .section_page_title.decoration01:before, 
  .result_container .section_page_title.decoration01:before {
    width: 36px;
    height: 36px;
    top: 560px;
    right: 20px;
  }
  /*左上*/
  .theme_container .section_page_title .page_title.decoration02:after,
  .result_container .section_page_title .page_title.decoration02:after {
    width: 35px;
    height: 35px;
    left: 0;
    top: 60px;
  }
    /*右上*/
  .theme_container .page_title.decoration02:before,
  .result_container .page_title.decoration02:before{
    width: 6.1em;
    height: 68px;
    right: -90px;
    top: -20px;
  }
}



/*theme_content*/
.section_theme_content {
  padding: 10px 4% 40px;
}
.theme_content_title {
  width: 31%;
  height: auto;
  margin: auto;
  max-width: 167px;
  margin: 0 auto;
}
.theme_content_text {
  font-size: clamp(24px,2.8vw,34px);
  margin-bottom: 52px;
}
.section_theme_content_container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  flex-flow: wrap;
  margin: 0 auto;
}
.theme_content {
  width: 45%;
}
.theme_content {
  margin-bottom: 100px;
}
.theme_content:nth-last-of-type(2),
.theme_content:last-of-type {
  margin-bottom: 0;
}
.theme_content .common_photo_container {
  margin-bottom: 0;
}
@media(max-width:767px) {
  .section_theme_content {
    padding: 10px 5% 40px;
    margin-top: -60px;
    position: relative;
    z-index: 5;
  }
  .section_theme_content_container {
    display: block;
  }
  .theme_content {
    width: 100%;
    margin-bottom: 40px;
  }
  .theme_content:nth-last-of-type(2) {
    margin-bottom: 40px;
  }
  .theme_content_text {
    margin-bottom: 20px;
  }
  .theme_content_title {
    width: 129px;
  }
}
.section_theme_content.section_theme_content_flame {
  padding: 60px 4% 0;
  max-width: 1200px;
  margin: auto;
}
.section_theme_content_flame .theme_content_text {
  margin-bottom: 40px;
}
.section_theme_content_flame .section_method_step_text {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media(min-width:768px) {
  .flame_button_container.photo_btn_container {
    justify-content: center;
    margin-top: 40px;
  }
}
@media(max-width:767px) {
  .section_theme_content.section_theme_content_flame {
    padding: 10px 5% 0;
    max-width: 1080px;
  }
  .section_theme_content_flame .theme_content_text {
    margin-bottom: 20px;
  }
  .flame_button_container.photo_btn_container {
    margin-top: 50px;
  }
  .flame_button_container .flame_button:first-of-type {
    margin-bottom: 10px;
  }
  .section_theme_content_flame .section_method_step_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

  /* -----------------------------------------------------------------
 RESULT
----------------------------------------------------------------- */
/*decoration色変更*/
  .result_container .section_page_title.decoration01:before,
  .result_container .section_page_title .page_title.decoration02:after,
  .result_container .section_page_title .page_title.decoration02:before{
    background: #FFEE8B;
  }
/*decoration*/
/*右下*/
.result_container .section_page_title.decoration01:before {
  top: 430px;
  right: 320px;
}
/*右上*/
.result_container .page_title.decoration02:before {
  top: 210px;
  right: 510px;
}
/*左上*/
.result_container .section_page_title .page_title.decoration02:after {
  top: 310px;
  left: 500px;
}
@media(max-width:1600px) {
  /*右下*/
  .result_container .section_page_title.decoration01:before {
  right: 20px;
  }
  /*右上*/
  .result_container .page_title.decoration02:before {
  right: 210px;
  }
  /*左上*/
  .result_container .section_page_title .page_title.decoration02:after {
  left: 200px;
  }
}

@media(max-width:767px) {
    /*右下*/
    .result_container .section_page_title.decoration01:before {
      right: 30px;
      top: 220px;
    }
    /*右上*/
    .result_container .page_title.decoration02:before {
      right: -90px;
      top: -10px;
    }
    /*左上*/
    .result_container .section_page_title .page_title.decoration02:after {
      left: 0px;
      top: 70px;
    }
}

.result_container .section_page_title {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.result_text {
  font-size: 28px;
  margin-bottom: 70px;
}
.result_sns_container {
  display: flex;
  max-width: 322px;
  margin: 0 auto;
  justify-content: space-between;
}
.result_instagram_icon,
.result_x_icon {
  width: 154px;
  height: 32.3px;
  line-height: 32.3px;
  font-size: 19px;
}
.result_instagram_icon {
  background: linear-gradient(to bottom, #EA33B8, #C932F2);
}
.result_container .theme_text_main {
  margin-bottom: 20px;
} 

@media(max-width:767px) {
  .result_container .section_page_title {
    padding-bottom: 15px;
    margin-bottom: -20px;
  }
  .result_text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .result_container .theme_text_main {
  margin-bottom: 15px;
}
.result_sns_container {
  max-width: 240px;
}
.result_instagram_icon,
.result_x_icon {
  width: 115px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
}
}

.section_result_content {
  padding: 0 4% 80px;
}
.section_result_content_container {
  margin: 0 auto 70px;
}
.result_content_image {
  margin: 0 auto;
}
@media(max-width:767px) {
  .section_result_content_container {
    margin: 0 auto 50px;
  }
  .section_result_content {
    padding: 0 5%;
  }
}

/*result_archive*/
.result_archive_button_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  column-gap: 20px;
  row-gap: 20px;
}
.result_archive_title {
  width: 284px;
  height: auto;
  margin: 0 auto 40px;
}
.result_archive_button{
  background-color: #FFEE8B;
  font-size: clamp(25px,2.7vw,33px);
  width: 49%;
  height: 84px;
  line-height: 84px;
  position: relative;
  border-radius: 10px;
}
.result_archive_period {
  font-size: clamp(20px,2.5vw,29px);
  margin-right: 21.2px;
  color: #603813;
  letter-spacing: .01em;
}
.result_archive_button.arrow:after {
  background-color: #603813;
  width: 41px;
  height: 84px;
  right: 30px;
}
.result_archive {
  display: flex;
  justify-content: space-around;
  font-size: 29px;
  max-width: 276px;
  margin: 40px auto 20px;
  color: #603813;
}
.result_container .about_banner,
.result_container .photo_btn_container {
  margin-top: 60px;
}

@media(min-width:1080px) {
  .result_archive_button{
    font-size: 33px;
  }
  .result_archive_period {
    font-size: 29px;
  }
}
@media(max-width:920px) {
  .result_archive_button_container {
    row-gap: 10px;
  }
  .result_archive_period {
    margin-right: 60px;
  }
  .result_archive_button.arrow:after {
    background-color: #603813;
    width: 30px;
    right: 30px;
  }
}
@media(max-width:767px) {
  .result_archive_title {
    width: 284px;
    height: auto;
    margin: 0 auto 18px;
  }
  .result_archive_button {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
  .result_archive_button.arrow:after {
    height: 60px;
    right: 15px;
  }
  .result_archive_period {
    margin-right: 0;
  }
  .result_archive_period {
    margin-right: 10px;
  }
/*   .result_archive_button,
  .result_archive_button:nth-last-of-type(2){
    margin-bottom: 10px;
  } */
  .result_container .about_banner,
  .result_container .photo_btn_container {
    margin-top: 50px;
  }
  .result_archive {
    font-size: 20px;
    max-width: 212px;
    margin: 18px auto 9px;
  }
}
@media(max-width:390px) {
  .result_archive_period {
    margin-right: 40px;
  }
}

/*終了時の帯対応*/
.photo_close {
  text-align: center;
  background-color: #AC000C;
  color: #fff;
  width: 100%;
  padding: 2%;
  font-size: 25px;
}
@media (max-width: 767px){
  .photo_close {
    font-size: 17px;
  }
}