@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #093851;
}

body {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.05em;
  --lightblue: #4cc9e5;
  --lighter-blue: #bee5ff;
  --lightest-blue: #dff2ff;
  --blue: #12abff;
  --navy: #093851;
  --pink: #ff64ad;
  --orange: #ff8d42;
  --gray: #777777;
}

.ec-drawerRoleClose {
  display: none;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sp-only {
  display: none;
}
@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.btn {
  max-width: 360px;
  transition: transform 0.25s;
}
@media (max-width: 640px) {
  .btn {
    max-width: unset;
  }
}
.btn a {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blue);
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.btn a::after {
  content: "→";
  color: #fff;
}
.btn:hover {
  transform: translateX(3px);
}

.section__ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .section__ttl {
    margin-bottom: 2rem;
  }
}
.section__ttl-title {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 4rem;
  color: var(--blue);
}
@media (max-width: 640px) {
  .section__ttl-title {
    font-size: 2.5rem;
  }
}
.section__ttl-title-ja {
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--navy);
}
.section-sub {
  font-size: 1.75rem;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 640px) {
  .section-sub {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}

.white {
  color: #fff;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.c-blue {
  color: var(--blue);
}
.c-lightblue {
  color: var(--lightblue);
}
.c-pink {
  color: var(--pink);
}
.c-orange {
  color: var(--orange);
}

.header {
  position: relative;
  width: 100%;
  height: 344px;
  background: #fff;
}
@media (max-width: 640px) {
  .header {
    max-height: 150px;
    padding: 0 1.25rem;
    box-sizing: border-box;
    display: flex;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: url(/html/template/default/photojoy/img/marriage/img_header_decrate.svg) top left/contain no-repeat;
}
@media (max-width: 640px) {
  .header::before {
    width: 4rem;
    height: 4rem;
  }
}
.header__ttl {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .header__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}
.header__ttl h1 {
  width: 590px;
  margin: 1rem 0;
}
@media (max-width: 640px) {
  .header__ttl h1 {
    width: 80%;
    margin: 0.5rem 0;
    max-width: 400px;
  }
}
.header__ttl p {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.header__ttl p:nth-child(1) {
  color: var(--blue);
  font-size: 0.75rem;
}
.header .btn {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 99;
  width: 260px;
}
@media (max-width: 640px) {
  .header .btn {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: calc(100% - 5rem);
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 1rem 2rem;
    box-sizing: border-box;
    box-shadow: 0px -2px 24px 0 rgba(9, 56, 81, 0.25);
    background: rgba(255, 255, 255, 0.9);
    max-width: unset;
  }
  .header .btn a {
    justify-content: center;
  }
  .header .btn a::after {
    position: absolute;
    right: 3.125rem;
  }
}
.header .menu-btn {
  display: none;
}
@media (max-width: 640px) {
  .header .menu-btn {
    display: none !important; /* 暫定 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35px;
    margin-left: auto;
    cursor: pointer;
    position: fixed;
    right: 1.25rem;
    top: 2.5rem;
    z-index: 99;
  }
  .header .menu-btn span {
    width: 35px;
    height: 3px;
    border-radius: 4px;
    background: var(--navy);
    transition: 0.5s all;
  }
  .header .menu-btn span + span {
    margin-top: 10px;
  }
  .header .menu-btn.is-menu-open span {
    position: relative;
    background: var(--navy);
    transition: 0.5s all;
  }
  .header .menu-btn.is-menu-open span + span {
    margin: 0;
  }
  .header .menu-btn.is-menu-open span:first-of-type {
    transform: rotate(45deg);
    top: 1px;
  }
  .header .menu-btn.is-menu-open span:nth-of-type(2) {
    display: none;
  }
  .header .menu-btn.is-menu-open span:last-of-type {
    transform: rotate(-45deg);
    bottom: 2px;
  }
}
.header .sp-nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  transform: translateY(0);
  transition: all 0.5s;
}
.header .sp-nav__list {
  position: relative;
}
.header .sp-nav__list__item {
  margin-bottom: 2.1875rem;
}
.header .sp-nav__list__item:last-child {
  margin-bottom: 0;
}
.header .sp-nav__list__item a {
  font-size: 1.5rem;
  color: var(--navy);
  font-family: "Crimson Text", serif;
  font-weight: 600;
}
.header .sp-nav.is-menu-open {
  transform: translateY(1);
  transition: all 0.5s;
  display: block;
  position: fixed;
  box-sizing: border-box;
  padding: 80px 45px;
}
.header-lower {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: auto;
  z-index: 10;
}
.header-lower .header__ttl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.header-lower .header__ttl h1 {
  width: 18rem;
}
@media (max-width: 640px) {
  .header-lower .header__ttl h1 {
    width: 80%;
    max-width: 400px;
  }
}

.kv {
  width: 100%;
  position: relative;
}
.kv .choice-plan {
  position: absolute;
  top: 0;
  right: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  padding: 2rem 1rem;
  border-radius: 50%;
  box-sizing: border-box;
  background: url(/html/template/default/photojoy/img/marriage/bg_btn_choice_plan.svg) no-repeat center/contain;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .kv .choice-plan {
    padding: 0.5rem;
    z-index: 3;
    top: unset;
    right: 1rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.kv .choice-plan-ttl {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .kv .choice-plan-ttl {
    font-size: 0.625rem;
  }
}
.kv .choice-plan-ttl::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30%;
  display: block;
  margin: 0.5rem auto;
}
.kv .choice-plan-txt {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .kv .choice-plan-txt {
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }
}
.kv .choice-plan a {
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .kv .choice-plan a {
    width: 20px;
    height: 20px;
  }
}
.kv .choice-plan a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 12px;
  border-top: 2px solid var(--navy);
  border-right: 2px solid var(--navy);
  transform: rotate(90deg);
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
}
@media (max-width: 640px) {
  .kv .choice-plan a::before {
    border-top: 1px solid var(--navy);
    border-right: 1px solid var(--navy);
    margin: 6px;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.kv-areas {
  background: linear-gradient(180deg, rgba(223, 242, 255, 0) 0%, #DFF2FF 24.48%);
  padding-bottom: 6rem;
}
@media (max-width: 640px) {
  .kv-areas {
    display: flex;
    flex-direction: column-reverse;
    padding: 5rem 0;
  }
}
.kv-areas::before {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_kv_line.svg) bottom left/100vw auto no-repeat;
  position: absolute;
  bottom: 4rem;
  width: 100%;
  height: 40vw;
  z-index: 2;
}
.kv-areas::after {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_about.svg) bottom left/100vw auto no-repeat;
  position: absolute;
  bottom: -14rem;
  width: 100%;
  height: 40vw;
  z-index: 0;
}
@media (max-width: 640px) {
  .kv-areas::after {
    bottom: 5vw;
  }
}
.kv-areas img {
  position: relative;
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 46vw;
  border-radius: 0 0 0 64px;
  z-index: 1;
}
@media (max-width: 640px) {
  .kv-areas img {
    width: 78vw;
    border-radius: 64px 0 0 0;
  }
}
.kv-areas .choice-plan {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transform: unset;
  z-index: 10;
}
@media (max-width: 640px) {
  .kv-areas .choice-plan {
    position: absolute;
    left: unset;
    right: -10px;
  }
}
.kv-areas .section-sub {
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .kv-areas .section-sub {
    font-size: 16px;
    margin: 1.5em 0 3em;
  }
}
.kv-areas__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 640px) {
  .kv-areas__container {
    position: unset;
  }
}
.kv-areas__container::before {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/icon_kv_scroll.svg) center bottom/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3rem;
  height: 4rem;
  transform: translateX(-50%);
}
.kv-areas__container::after {
  content: "";
  width: 100vw;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #4CC9E5 0%, #4CC9E5 33.3%, #FF64AD 33.3%, #FF64AD 66.6%, #FF8D42 66.6%);
}
@media (max-width: 640px) {
  .kv-areas__container::after {
    position: absolute;
    bottom: 0;
  }
}
.kv-areas__container .inner {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .kv-areas__container .inner {
    position: relative;
  }
}

.about {
  background: linear-gradient(180deg, var(--lightest-blue) 87.5%, rgba(223, 242, 255, 0) 100%);
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  z-index: 0;
}
@media (max-width: 640px) {
  .about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.about::after {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_about.svg) bottom left/100vw auto no-repeat;
  position: absolute;
  bottom: 10rem;
  width: 100%;
  height: 40vw;
  z-index: -2;
}
@media (max-width: 640px) {
  .about::after {
    bottom: 145vw;
  }
}
.about .section-title {
  color: var(--lighter-blue);
  font-size: 9.5rem;
  margin-left: -0.5em;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .about .section-title {
    font-size: 4rem;
    margin-left: 0;
  }
}
.about .section-sub {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 1em 0 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .about .section-sub {
    margin: 1em 0 2em;
    font-size: 1.25rem;
  }
}
.about .section-txt {
  padding-right: 6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .about .section-txt {
    padding-right: 0;
  }
}
.about__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .about__container {
    display: block;
  }
}
.about__container__txt {
  display: block;
  width: 50%;
}
@media (max-width: 640px) {
  .about__container__txt {
    width: 100%;
  }
}
.about__container__pic {
  width: 50%;
  margin-top: -5rem;
  margin-right: -1.5rem;
}
@media (max-width: 640px) {
  .about__container__pic {
    position: relative;
    width: 100%;
    padding: 0 7%;
    margin: 1rem auto 0;
    box-sizing: border-box;
  }
}
.about__container__pic::before {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_about_line01.svg) top right/50vw auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 40vw;
  z-index: -1;
}
@media (max-width: 640px) {
  .about__container__pic::before {
    background: url(/html/template/default/photojoy/img/marriage/bg_dec_about_line01.svg) top right/95vw auto no-repeat;
    position: absolute;
    top: -25vw;
    right: -20px;
    width: 100vw;
    height: 75vw;
  }
}
.about__container__pic::after {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_about_line02.svg) bottom left/contain no-repeat;
  position: absolute;
  bottom: 4vw;
  left: 0;
  width: 80vw;
  height: 24vw;
  z-index: -1;
}
@media (max-width: 640px) {
  .about__container__pic::after {
    background: url(/html/template/default/photojoy/img/marriage/bg_dec_about_line02.svg) bottom left/94vw auto no-repeat;
    position: absolute;
    bottom: -8vw;
    left: -20px;
    width: 100vw;
    height: 35vw;
  }
}
.about__container__pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .about__container__pic img {
    position: relative;
    top: 0;
    right: 0;
  }
}
.about__cta__catch {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1rem;
  margin: 0;
  margin-top: 4.5rem;
}
@media (max-width: 640px) {
  .about__cta__catch {
    margin-top: 2rem;
  }
}
.about__cta__catch dt {
  padding-left: 0.5em;
  margin-bottom: 0.75em;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  text-align: center;
}
.about__cta__catch dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--navy);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 640px) {
  .about__cta__catch dd {
    text-align: center;
  }
}
.about__cta__catch dd span {
  font-size: 3rem;
  color: var(--blue);
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .about__cta__catch dd span {
    font-size: 2rem;
  }
}
.about__cta__catch div {
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 640px) {
  .about__cta__catch div {
    padding: 0 2rem;
  }
}
.about__cta__catch div::before, .about__cta__catch div::after {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/icon_frame.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 5rem;
}
@media (max-width: 640px) {
  .about__cta__catch div::before, .about__cta__catch div::after {
    height: 4em;
  }
}
.about__cta__catch div::before {
  left: 0;
}
.about__cta__catch div::after {
  transform: rotateY(180deg);
  right: 0;
}
.about__cta__catch div + div {
  margin-left: 2.5rem;
}
@media (max-width: 640px) {
  .about__cta__catch div + div {
    margin-left: 1rem;
  }
}
.about__card {
  position: relative;
  z-index: 0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}
.about__card::before, .about__card::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url(/html/template/default/photojoy/img/marriage/icon_decoration.svg) top center/contain no-repeat;
}
@media (max-width: 640px) {
  .about__card::before, .about__card::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.about__card::before {
  top: 5px;
  left: 5px;
}
.about__card::after {
  right: 5px;
  bottom: 5px;
  transform: rotate(180deg);
}
.about__card__border {
  border: 2px solid var(--blue);
  padding: 3.5rem 10rem 2rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .about__card__border {
    padding: 2rem;
  }
}
.about__card__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 640px) {
  .about__card__ttl {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.about__card__txt {
  margin: 3em 0 4em 0;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (max-width: 640px) {
  .about__card__txt {
    margin: 1em 0 2em;
  }
}
.about__card__btn {
  margin: 0 auto;
}
.about__card__rotate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: rotate(1.5deg);
  background: #fff;
}
.about-areas {
  background: #fff;
}
.about-areas::after {
  opacity: 0.5;
}
.about-areas .section-sub {
  margin-top: 2em;
}

.picture__catch__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .picture__catch__container {
    display: block;
    margin: 0 auto;
  }
}
.picture .section__ttl {
  margin-bottom: 0;
}
.picture .section__ttl-title-ja {
  text-align: left;
}
@media (max-width: 640px) {
  .picture .section__ttl-title-ja {
    text-align: center;
  }
}
.picture .category-switch {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
.picture .category-switch.inner {
  margin: 0 0 0 auto;
}
@media (max-width: 640px) {
  .picture .category-switch.inner {
    margin: 3rem auto 1rem;
  }
}
.picture .category-switch-btn {
  cursor: pointer;
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  padding-right: 3em;
  position: relative;
}
.picture .category-switch-btn.active {
  color: var(--blue);
  position: relative;
}
.picture .category-switch-btn.active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  top: -0.5em;
  left: calc(50% - 1.5em);
  transform: translateX(-50%);
}
.picture .category-switch-btn.active::after {
  color: var(--navy);
}
.picture .category-switch-btn::after {
  content: "/";
  position: absolute;
  right: 0.75em;
  bottom: -0.1em;
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
}
.picture .category-switch-btn:last-of-type {
  margin-right: -3em;
}
.picture .category-switch-btn:last-of-type::after {
  content: none;
}
.picture__list {
  display: none;
  margin: 0 4rem 14rem;
}
@media (max-width: 640px) {
  .picture__list {
    gap: 1rem;
    margin: 0 1rem 4rem;
  }
}
.picture__list.active {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 640px) {
  .picture__list.active {
    gap: 1rem;
  }
}
.picture__list__item {
  width: calc((100% - 6rem) / 3);
  height: 0;
  padding-top: 20%;
  position: relative;
  border: 2px solid #e4e4e4;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .picture__list__item {
    width: calc((100% - 1rem) / 2);
    padding-top: 70%;
    overflow: hidden;
  }
}
.picture__list__item img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .picture__list__item img {
    width: auto;
    height: 110%;
    max-width: unset;
    max-height: unset;
  }
}

.planPlace {
  background: var(--blue);
  border-radius: 64px 64px 0 0;
}
@media (max-width: 640px) {
  .planPlace {
    border-radius: 32px 32px 0 0;
  }
}

.plan {
  position: relative;
  padding-top: 6rem;
}
@media (max-width: 640px) {
  .plan {
    padding-top: 3rem;
  }
}
.plan::before {
  content: "";
  border-radius: 64px 64px 0 0;
  background: var(--lighter-blue);
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  .plan::before {
    top: -1rem;
    border-radius: 32px 32px 0 0;
  }
}
.plan::after {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_plan.svg) top left/contain no-repeat;
  position: absolute;
  z-index: 0;
  top: 7.875rem;
  width: 100%;
  height: 40vw;
}
.plan__card {
  border-radius: 4px;
  width: calc((100% - 5rem) / 3);
  border-bottom: solid 5px var(--lightblue);
  box-sizing: border-box;
  background: #fff;
  padding: 0.5rem 1rem;
}
@media (max-width: 640px) {
  .plan__card {
    width: 100%;
    padding-top: 1rem;
  }
}
.plan__card__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .plan__card__container {
    display: block;
  }
}
.plan__card__container .plan__card:nth-child(2) {
  margin-top: 2.5rem;
  border-bottom: solid 5px var(--pink);
}
@media (max-width: 640px) {
  .plan__card__container .plan__card:nth-child(2) {
    margin-top: 2rem;
  }
}
.plan__card__container .plan__card:nth-child(3) {
  margin-top: 5rem;
  border-bottom: solid 5px var(--orange);
}
@media (max-width: 640px) {
  .plan__card__container .plan__card:nth-child(3) {
    margin-top: 2rem;
  }
}
.plan__card__container .plan__card:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 640px) {
  .plan__card__container .plan__card:not(:last-child) {
    margin-right: 0;
  }
}
.plan__card img {
  padding: 0 2.5rem;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .plan__card img {
    padding: 0 4rem;
  }
}
.plan__card__ttl {
  padding: 0 0 1.5em;
  border-bottom: 2px solid #e4e4e4;
  text-align: center;
}
.plan__card__ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 0;
}
@media (max-width: 640px) {
  .plan__card__ttl h3 {
    font-size: 1.25rem;
  }
}
.plan__card__txt {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.plan__card__txt tr {
  margin: 1.25em 0;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .plan__card__txt tr {
    font-size: 1rem;
    margin: 0.75em 0;
  }
}
.plan__card__txt tr th {
  font-weight: 400;
}
.plan__card .btn {
  margin: 0.5rem 0 1rem;
}

.place {
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 640px) {
  .place {
    padding-top: 3rem;
  }
}
.place .inner {
  padding: 0;
  background: url(/html/template/default/photojoy/img/marriage/japan_bg.png) top center/contain no-repeat;
}
@media (max-width: 640px) {
  .place .inner {
    padding: 0 10px;
  }
}
.place_box {
  flex: 1;
}
@media (max-width: 640px) {
  .place_box {
    padding: 15px 0;
    padding-right: 55px;
    box-sizing: border-box;
  }
}
.place_box_cont {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .place_box_cont {
    display: block;
  }
}
.place_ttl {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .place_ttl {
    font-size: 18px;
  }
}
.place_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 15px;
  background: url(/html/template/default/photojoy/img/marriage/icon_photoarea_wh.svg) no-repeat center/contain;
}
@media (max-width: 640px) {
  .place_ttl::before {
    left: -5px;
    bottom: 0;
  }
}
.place .pref_list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .place .pref_list {
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 10px;
  }
}
.place .pref_list_item {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-right: 25px;
  flex: 1;
}
@media (max-width: 640px) {
  .place .pref_list_item {
    margin-right: 20px;
    flex: unset;
  }
}
.place .pref_list_item.soon {
  color: #d8dfe5;
}
.place .pref_list_item a {
  color: #fff;
}
@media (max-width: 640px) {
  .place .pref_list_item a {
    font-size: 16px;
  }
}
.place .pref_list_item a u {
  color: #fff;
}
@media (max-width: 640px) {
  .place .pref_list_item a u {
    font-size: 14px;
  }
}
.place .cta_area_text {
  color: #fff;
}
.place .catch--bg {
  position: relative;
  font-size: 7.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  color: #3ebaff;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-left: -1.25em;
}
@media (max-width: 640px) {
  .place .catch--bg {
    margin-top: 2rem;
    padding-bottom: 3.5rem;
    font-size: 2rem;
  }
}

.voice {
  position: relative;
  background: #fff;
  border-radius: 64px 64px 0 0;
  margin-top: -4rem;
  padding-top: 7.5rem;
}
@media (max-width: 640px) {
  .voice {
    padding-top: 2.5rem;
    border-radius: 32px 32px 0 0;
  }
}
.voice__list__item {
  display: flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .voice__list__item {
    display: block;
  }
}
.voice__list__item--pict {
  width: 40%;
}
@media (max-width: 640px) {
  .voice__list__item--pict {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.voice__list__item--block {
  width: 60%;
  display: block;
  margin-left: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  .voice__list__item--block {
    width: 100%;
    margin-left: 0;
  }
}
.voice__list__item--block h3 {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #cccccc;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media (max-width: 640px) {
  .voice__list__item--block h3 {
    font-size: 1.375rem;
  }
}
.voice__list__item--block h3 small {
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 640px) {
  .voice__list__item--block h3 small {
    font-size: 0.75rem;
  }
}
.voice__list__item--block p {
  line-height: 1.75;
}
.voice__category::before {
  content: "";
  background: var(--lightblue);
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-right: 0.75em;
  margin-bottom: 0.1em;
}
.voice .before--pink::before {
  background: var(--pink);
}
.voice .before--orange::before {
  background: var(--orange);
}

.message {
  overflow: hidden;
}
.message .section__ttl {
  margin-bottom: 2rem;
}
.message__container {
  display: flex;
  position: relative;
  margin: 6rem 0 16rem;
}
@media (max-width: 640px) {
  .message__container {
    flex-direction: column;
    margin: 2rem 0 4rem;
  }
}
.message__container--pict {
  width: 100%;
}
.message__container--pict .inner {
  max-width: 1200px;
  padding-right: 15%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .message__container--pict .inner {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
}
.message__container--txt {
  box-shadow: 0px 2px 6px 0 rgba(9, 56, 81, 0.25);
  position: absolute;
  top: 40%;
  right: 2rem;
  width: 50%;
  background: #fff;
  padding: 3rem 3.5rem;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .message__container--txt {
    width: calc(100% - 2rem);
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 2rem 1.5rem;
    margin: -2rem auto 0;
  }
}
.message__container--txt > h3 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 640px) {
  .message__container--txt > h3 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
  }
}
.message__container--txt > p {
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media (max-width: 640px) {
  .message__container--txt > p {
    font-size: 0.875rem;
  }
}
.message__container--txt .dec {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .message__container--txt .dec {
    width: 6px;
    height: 6px;
  }
}
.message__container--txt .dec-blue {
  top: 1rem;
  left: 1rem;
  background: var(--lightblue);
}
@media (max-width: 640px) {
  .message__container--txt .dec-blue {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.message__container--txt .dec-pink {
  top: 1rem;
  right: 1rem;
  background: var(--pink);
}
@media (max-width: 640px) {
  .message__container--txt .dec-pink {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.message__container--txt .dec-orange {
  bottom: 1rem;
  left: 1rem;
  background: var(--orange);
}
@media (max-width: 640px) {
  .message__container--txt .dec-orange {
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
.message__container--txt .dec-gray {
  bottom: 1rem;
  right: 1rem;
  background: #cccccc;
}
@media (max-width: 640px) {
  .message__container--txt .dec-gray {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.flow {
  background: var(--lightest-blue);
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .flow {
    padding: 1.5rem 0;
  }
}
.flow::before {
  content: "";
  background: url(/html/template/default/photojoy/img/marriage/bg_dec_flow.svg) top left/contain no-repeat;
  position: absolute;
  top: 7.875rem;
  left: 0;
  width: 100%;
  height: 40vw;
}
@media (max-width: 640px) {
  .flow::before {
    top: calc(100% - 40vw);
  }
}
.flow__list {
  margin: 1rem 0;
  background: #fff;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 640px) {
  .flow__list {
    display: block;
    margin: 1rem 1.25rem;
    padding: 2rem 1rem;
    border-radius: 12px;
  }
}
.flow__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 640px) {
  .flow__list__item {
    border-left: 1px solid var(--navy);
    height: calc(100% - (1rem + 0.5em));
  }
}
.flow__list__item h3 {
  position: relative;
  width: calc(100% + 2rem);
  border-bottom: 1px solid var(--navy);
  padding-left: 0.25em;
  padding-bottom: 1rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 2.25rem;
}
@media (max-width: 640px) {
  .flow__list__item h3 {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 0.25em;
    padding-bottom: 0;
    padding-left: 0;
    border: none;
  }
}
.flow__list__item h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  width: 0.35em;
  height: 0.35em;
  background: var(--navy);
  border-radius: 50%;
}
@media (max-width: 640px) {
  .flow__list__item h3::before {
    top: 0.35em;
    left: -1rem;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 640px) {
  .flow__list__item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .flow__list__item:first-child h3::before {
    top: 0;
  }
}
.flow__list__item:last-child {
  position: relative;
}
@media (max-width: 640px) {
  .flow__list__item:last-child::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 0.35em;
    height: 0.35em;
    background: var(--blue);
    border-radius: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.25rem;
  }
}
.flow__list__item:last-child h3 {
  width: 100%;
}
.flow__list__item:last-child h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
  width: 0.35em;
  height: 0.35em;
  background: var(--blue);
  border-radius: 50%;
}
@media (max-width: 640px) {
  .flow__list__item:last-child h3::after {
    display: none;
  }
}
.flow__list__item h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0;
}
@media (max-width: 640px) {
  .flow__list__item h4 {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
.flow__list__item p {
  font-size: 0.875rem;
}
.flow__list__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1rem;
}

.commitment {
  padding: 6rem 0 11rem;
  border-radius: 0 0 64px 64px;
  position: relative;
  z-index: 1;
  margin-bottom: -4rem;
  background-color: #fff;
  background-image: url(/html/template/default/photojoy/img/marriage/bg_dec_commitment01.svg), url(/html/template/default/photojoy/img/marriage/bg_dec_commitment02.svg), url(/html/template/default/photojoy/img/marriage/bg_dec_commitment03.svg);
  background-size: 100vw auto;
  background-position: top 4vw left, center left, bottom 4vw left;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .commitment {
    border-radius: 0 0 32px 32px;
    padding: 2.5rem 0;
    font-size: 1rem;
    background-position: top 30vw left, center left, bottom 8vw left;
  }
}
.commitment .section-sub {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 640px) {
  .commitment .section-sub {
    margin: 1em 0 2em;
    font-size: 0.875rem;
  }
}
.commitment__card {
  counter-increment: commitment-item;
  width: 100%;
  border: var(--blue) double 5px;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.commitment__card__wrap {
  counter-reset: commitment-item;
}
.commitment__card:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .commitment__card:last-child {
    margin-bottom: 2.5rem;
  }
}
.commitment__card h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--blue);
  padding-left: 3em;
  line-height: 2.5;
}
@media (max-width: 640px) {
  .commitment__card h3 {
    font-size: 1rem;
  }
}
.commitment__card::before {
  content: "0" counter(commitment-item);
  position: absolute;
  top: -5px;
  left: -5px;
  background: var(--blue);
  color: #fff;
  font-size: 2.25rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0.5em;
  box-sizing: border-box;
  border-radius: 12px 0 12px 0;
}
@media (max-width: 640px) {
  .commitment__card::before {
    font-size: 1rem;
    padding: 1em;
  }
}
.commitment__card::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 2.5em;
  height: 2.5em;
  background: url(/html/template/default/photojoy/img/marriage/icon_decoration.svg) top center/contain no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 640px) {
  .commitment__card::after {
    width: 2em;
    height: 2em;
  }
}
.commitment__card--ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commitment__card__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 10rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .commitment__card__container {
    padding: 1rem 1rem 2rem;
    gap: 1rem;
  }
}
.commitment__card__container span {
  position: relative;
  bottom: -1.5rem;
  padding: 0.5vw;
  box-sizing: border-box;
  margin: 0;
  border-right: 4px solid #cccccc;
  border-bottom: 4px solid #cccccc;
  transform: rotate(-45deg);
  transform-origin: left;
}
@media (max-width: 640px) {
  .commitment__card__container span {
    bottom: -1rem;
    margin: 0;
    padding: 1vw;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
  }
}
.commitment__card--before {
  width: 40%;
  position: relative;
  box-sizing: border-box;
}
.commitment__card--before h4 {
  margin-bottom: 0.25em;
  color: #777777;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .commitment__card--before h4 {
    font-size: 0.875rem;
  }
}
.commitment__card--before .parentImg {
  border: #cccccc 5px solid;
  box-sizing: border-box;
  border-radius: 50%;
}
.commitment__card--before--good {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #cccccc;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 0 1em;
}
@media (max-width: 640px) {
  .commitment__card--before--good {
    bottom: -0.3em;
    padding: 0.3em 1em;
  }
}
.commitment__card--before--good p {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .commitment__card--before--good p {
    font-size: 0.875rem;
  }
}
.commitment__card--before--good img {
  margin-right: 1em;
}
@media (max-width: 640px) {
  .commitment__card--before--good img {
    margin-right: 0.5em;
    width: 0.75rem;
  }
}
.commitment__card--after {
  width: 40%;
  position: relative;
  box-sizing: border-box;
}
.commitment__card--after h4 {
  margin-bottom: 0.25em;
  color: var(--blue);
  text-align: center;
  font-size: 1.25rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .commitment__card--after h4 {
    font-size: 0.875rem;
  }
}
.commitment__card--after .parentImg {
  border: var(--blue) 5px solid;
  box-sizing: border-box;
  border-radius: 50%;
}
.commitment__card--after--good {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--blue);
  color: #fff;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 0 1em;
}
@media (max-width: 640px) {
  .commitment__card--after--good {
    bottom: -0.3em;
    padding: 0.3em 1em;
  }
}
.commitment__card--after--good p {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .commitment__card--after--good p {
    font-size: 0.875rem;
  }
}
.commitment__card--after--good img {
  margin-right: 1em;
  filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
  .commitment__card--after--good img {
    margin-right: 0.5em;
    width: 0.75rem;
  }
}

.faq {
  position: relative;
  padding-top: 9.5rem;
  background: var(--blue);
}
@media (max-width: 640px) {
  .faq {
    padding-top: 7.5rem;
  }
}
.faq__block {
  background: var(--lightest-blue);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faq__block {
    margin-bottom: 1rem;
  }
}
.faq__block--question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__block--question p {
  margin: 0 1rem;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .faq__block--question p {
    font-size: 0.875rem;
  }
}
.faq__block--question::before {
  content: "Q";
  padding: 0.7em;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: var(--blue);
  color: #fff;
}
@media (max-width: 640px) {
  .faq__block--question::before {
    padding: 0.5em;
    font-size: 1.25rem;
  }
}
.faq__block--question::after {
  content: "";
  margin-left: auto;
  padding: 0.3vw;
  border-top: 2px solid var(--navy);
  border-right: 2px solid var(--navy);
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .faq__block--question::after {
    padding: 1vw;
  }
}
.faq__block--question.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
.faq__block--answer {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  padding-left: 3.5em;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  display: none;
  cursor: auto;
}
@media (max-width: 640px) {
  .faq__block--answer {
    padding-left: 1em;
  }
}
.faq__block--answer::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 0.5em;
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .faq__block--answer::before {
    font-size: 1.25rem;
  }
}
.faq__block--answer p {
  text-indent: 0;
  margin-left: 1rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .faq__block--answer p {
    font-size: 0.75rem;
  }
}
.faq__bg {
  background: url(/html/template/default/photojoy/img/marriage/bg_faq.svg) bottom right/contain no-repeat;
  padding: 20vw;
  margin-top: -15vw;
}
@media (max-width: 640px) {
  .faq__bg {
    padding: 30vw;
    margin-top: -30vw;
  }
}

.footer {
  color: #fff;
  background: var(--blue);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  padding-top: 1rem;
  margin-top: -10vw;
}
.footer::before {
  content: "";
  background: var(--blue);
  box-shadow: 0px -2px 24px 0 rgba(9, 56, 81, 0.25);
  transform: skewY(-5deg);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3vw;
  background: url(/html/template/default/photojoy/img/marriage/img_header_decrate.svg) bottom right/cover no-repeat;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 640px) {
  .footer::after {
    padding: 10vw;
    bottom: 5rem;
  }
}
.footer h2 {
  width: 400px;
  margin: 1rem auto;
}
@media (max-width: 640px) {
  .footer h2 {
    width: 300px;
  }
}
.footer .dec {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.footer .dec__block {
  display: flex;
  justify-content: space-between;
  width: 5rem;
  margin: 2rem auto;
}
.footer .dec-blue {
  background: var(--lightblue);
}
.footer .dec-pink {
  background: var(--pink);
}
.footer .dec-orange {
  background: var(--orange);
}
.footer img {
  filter: brightness(0) invert(1);
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .footer__list {
    display: block;
  }
}
.footer__list__item {
  margin-bottom: 1rem;
}
.footer__list__item a {
  color: #fff;
}
.footer__content {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
  background: var(--blue);
}
.footer .copyright {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
@media (max-width: 640px) {
  .footer .copyright {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style_marriage.css.map */