@charset "UTF-8";
@charset "UTF-8";

            @import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap&text=0123456789");
*,
::before,
::after { box-sizing: border-box;
} :where(:root) { font-family: sans-serif; line-height: 1.5; text-spacing-trim: trim-start; text-autospace: normal; line-break: strict; overflow-wrap: anywhere; -webkit-text-size-adjust: 100%;
text-size-adjust: 100%; scrollbar-gutter: stable; -webkit-tap-highlight-color: transparent;
}
:where(body) { min-block-size: 100dvb; margin: unset;
} :where(h1, h2, h3, h4, h5, h6) { text-wrap: pretty;
}
:where(h1) { margin-block: 0.67em;
font-size: 2em;
}
:where(h2, h3, h4, h5, h6) { margin-block: unset;
}
:where(search) { display: block flow;
} :where(p, blockquote, figure, pre, address, ul, ol, dl, menu) { margin-block: unset;
}
:where(blockquote, figure) { margin-inline: unset;
}
:where(p:lang(en)) { text-wrap: pretty;
}
:where(address:lang(ja)) { font-style: unset;
}
:where(ul, ol, menu) { padding-inline-start: unset; list-style-type: "";
}
:where(dt) { font-weight: bolder;
}
:where(dd) { margin-inline-start: unset;
}
:where(pre) { text-spacing-trim: space-all; text-autospace: no-autospace;
} :where(em:lang(ja)) { font-weight: bolder;
}
:where(:is(i, cite, em, dfn, var):lang(ja)) { font-style: unset;
}
:where(code, kbd, samp) { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: initial;
font-variation-settings: initial; font-size: unset; font-variant-ligatures: none;
}
:where(abbr[title]) { text-decoration-line: underline;
text-decoration-style: dotted;
cursor: help;
}
:where(time) { text-autospace: no-autospace;
}
@media (forced-colors: active) {
:where(mark) { background-color: Highlight;
color: HighlightText;
}
}
@media print {
:where(mark) { border-width: 1px;
border-style: dotted;
}
} :where(a:any-link) { color: unset; text-decoration-line: unset; text-decoration-thickness: from-font;
} :where(img, svg, picture, video, canvas, model, audio, iframe, embed, object) { block-size: auto; max-inline-size: 100%; vertical-align: bottom;
}
:where(iframe) { border: unset;
} :where(table) { border-collapse: collapse;
}
:where(caption, th) { text-align: unset;
}
:where(caption) { text-wrap: pretty;
} :where(button, input, select, textarea),
::file-selector-button { border-width: 1px;
border-style: solid; border-color: unset;
border-radius: unset;
color: unset;
font: unset;
letter-spacing: unset;
text-align: unset;
}
:where(input:is([type=radio i], [type=checkbox i])) { margin: unset;
}
:where(input[type=file i]) { border: unset;
}
:where(input[type=search i]) { -webkit-appearance: textfield;
}
@supports (-webkit-touch-callout: none) {
:where(input[type=search i]) { background-color: Canvas;
}
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) { direction: ltr;
}
:where(textarea) { margin-block: unset; resize: block;
}
:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) { text-autospace: no-autospace;
}
:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button { background-color: unset;
}
:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button { touch-action: manipulation;
}
:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button { cursor: pointer;
}
:where(fieldset) { min-inline-size: 0; margin-inline: unset;
padding: unset;
border: unset;
}
:where(legend) { padding-inline: unset;
}
:where(progress) { vertical-align: unset;
}
::placeholder { opacity: unset;
} :where(summary) { list-style-type: ""; cursor: pointer;
}
:where(summary)::-webkit-details-marker { display: none;
}
:where(dialog, [popover]) { overscroll-behavior-block: contain; padding: unset;
border: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) { display: none !important;
}
:where(dialog) { max-inline-size: unset;
max-block-size: unset;
}
:where(dialog)::backdrop { background-color: oklch(0% 0 0deg/30%);
}
:where([popover]) { margin: unset;
} :where(:focus-visible) { outline-offset: 3px;
}
[tabindex="-1"]:focus { outline: none !important;
} :where(:disabled, [aria-disabled=true i]) { cursor: default;
}
[hidden]:not([hidden=until-found i]) { display: none !important;
}
@supports selector(::scroll-button(*)) {
::scroll-button(*) { border-width: 1px;
border-style: solid;
border-color: unset;
border-radius: unset;
background-color: unset;
color: unset;
font: unset;
letter-spacing: unset;
text-align: unset;
touch-action: manipulation;
}
::scroll-button(*):enabled { cursor: pointer;
}
}  html,
body {
overflow-x: clip;
}
html {
--header-height-pc: 80px;
--header-height-sp: 80px;
scroll-behavior: smooth;
scroll-padding-top: var(--header-height-sp);
}
@media (min-width: 750px) {
html {
scroll-padding-top: var(--header-height-pc);
}
}
body {
--main-container-width: 460px;
--right-container-width: 460px;
--left-container-width: 398px;
margin: 0;
padding: 0;
font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 500;
background-color: #f7f2ef;
color: #444444;
}
@media (max-width: 749px) {
body {
font-size: 0.875rem;
line-height: 1.8;
}
}
@media (min-width: 750px) {
body {
font-size: 0.875rem;
line-height: 1.8;
}
}
@media only screen and (min-width: 750px) and (max-width: 1019px) {
body {
display: grid;
grid-template: "header header" auto "aside-primary main" calc(100vh - 3rem) "footer main" 3rem ". main" auto/auto var(--main-container-width);
}
}
@media (min-width: 1020px) {
body {
display: grid;
grid-template: "header header header" auto "aside-primary main aside-secondary" calc(100vh - 3rem) "footer main aside-secondary" 3rem ". main ." auto/minmax(280px, var(--right-container-width)) var(--main-container-width) minmax(280px, var(--left-container-width));
justify-content: center;
}
}
body .header {
grid-area: header;
}
body .footer {
grid-area: footer;
}
@media (min-width: 750px) {
body .footer {
position: sticky;
top: calc(100vh - 3rem);
}
}
@media (min-width: 750px) {
body .aside-primary,
body .aside-secondary {
position: sticky;
top: 0;
}
}
body .aside-primary {
grid-area: aside-primary;
}
body .aside-secondary {
grid-area: aside-secondary;
}
body .home,
body main[class*=page--] {
position: relative;
grid-area: main;
width: 100%;
}
@media (min-width: 750px) {
body .home::after,
body main[class*=page--]::after {
content: "";
position: absolute;
inset: 0;
background: #999999;
box-shadow: 0 0 1rem rgba(153, 153, 153, 0.16);
z-index: -10;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
ul,
li,
dl,
dt,
dd,
p {
margin: 0;
padding: 0;
font-style: normal;
font-size: 100%;
list-style: none;
}
dt {
font-weight: initial;
}
i,
em {
font-style: normal;
}
img {
border: none;
margin: 0;
padding: 0;
max-width: 100%;
height: auto;
}
figure {
display: block;
margin: 0;
}
a,
*:focus {
outline-color: var(--outline-color, #f7b995);
}
*::selection {
background: #444444;
color: #fefefe;
}
*::-moz-selection {
background: #444444;
color: #fefefe;
}
main {
margin: 0 auto;
}
a {
transition: all 0.3s ease;
} .header {
display: grid;
margin-inline: auto;
width: 100%;
position: fixed;
top: 0;
left: 50%;
translate: -50% 0;
grid-template: "logo ." var(--header-height-pc)/111px 1fr;
align-items: center;
z-index: 100;
}
@media (max-width: 749px) {
.header {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
.header {
padding-inline: 1.5rem;
}
}
.header__logo {
grid-area: logo;
} .footer {
display: grid;
margin-inline: auto;
width: 100%;
grid-template: "copyright" auto/1fr;
align-items: center;
padding-block: 1rem 1.5rem;
text-align: center;
}
@media (max-width: 749px) {
.footer {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
.footer {
padding-inline: 1.5rem;
}
}
@media (max-width: 749px) {
.footer {
padding-bottom: 5rem;
}
}
.footer__copyright {
grid-area: copyright;
} .aside-info {
display: grid;
margin-inline: auto;
width: 100%;
padding-block: 6rem;
border-radius: 0 0 2rem 2rem;
}
@media (max-width: 749px) {
.aside-info {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
.aside-info {
padding-inline: 1.5rem;
}
}
@media (max-width: 749px) {
.aside-info {
background-color: #f2f4f3;
}
}
.aside-info .aside-info__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
.aside-info .aside-info__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background: url(//aba-sendai.com/assets/images/common/letter-information.svg) no-repeat left center/contain;
}
.aside-info .aside-info__list {
margin-top: 3rem;
display: grid;
grid-template-columns: max-content auto;
gap: 1.5rem 1rem;
}
.aside-info .aside-info__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "key value";
grid-column: span 2;
}
.aside-info .aside-info__key {
grid-area: key;
}
.aside-info .aside-info__key::before {
content: "";
display: inline-block;
width: 1rem;
height: 1em;
background-color: #f7b995;
clip-path: circle(25% at 50% 60%);
margin-right: 0.25rem;
}
.aside-info .aside-info__value {
grid-area: value;
}
@media (max-width: 749px) {
.aside-info .aside-info__value:has(a[href^="tel:"]) {
text-decoration: underline;
}
}
@media (min-width: 750px) {
.aside-info .aside-info__value {
pointer-events: none;
}
}
.aside-info .aside-info__caption {
display: inline-block;
margin-top: 0.5em;
font-size: 0.75rem;
}
.aside-nav {
display: block;
margin-inline: auto;
width: 100%;
padding-block: 6rem;
}
@media (max-width: 749px) {
.aside-nav {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
.aside-nav {
padding-inline: 1.5rem;
}
}
.aside-nav .aside-nav__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
.aside-nav .aside-nav__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background: url(//aba-sendai.com/assets/images/common/letter-menu.svg) no-repeat left center/contain;
}
.aside-nav .aside-nav__menu-list {
display: grid;
gap: 1.5rem;
}
.theme-maternity {
--plan-btn: #efa5b7;
}
.theme-newborn {
--plan-btn: #a5afe2;
}
.aside-cta {
position: relative;
display: inline-block;
align-content: center;
width: 100%;
min-height: 4rem;
border-radius: calc(infinity * 1px);
background: var(--plan-btn, #efa5b7);
padding: 0.5rem 3.5rem 0.5rem 1rem;
color: #ffffff;
line-height: 1.6;
transition: all 0.3s ease;
}
.aside-cta::before {
content: "";
position: absolute;
top: 50%;
right: 1rem;
translate: 0 -50%;
rotate: 90deg;
width: 2rem;
aspect-ratio: 1/1;
background: url(//aba-sendai.com/assets/images/common/parts-btn.svg) center/contain no-repeat;
}
.aside-cta:hover, .aside-cta:active {
filter: brightness(0.8) contrast(1.6);
}
.aside-cta .aside-cta__txt {
word-break: keep-all;
overflow-wrap: normal;
font-size: 1.125rem;
}
.open {
display: grid;
grid-template-columns: max-content auto;
gap: 0.5rem 1rem;
}
.open .open__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "key value";
grid-column: span 2;
}
.open .open__key {
grid-area: key;
text-align: center;
place-content: center;
}
.open .open__key:where(.holiday, .weekday) {
border-radius: 0.25rem;
background-color: #999999;
padding-inline: 0.5em;
color: #fefefe;
font-size: 0.75rem;
}
.open .open__value {
grid-area: value;
}
.open .close {
font-size: 0.75rem;
}
.googlemap {
width: 100%;
aspect-ratio: 16/9;
}
.aside-logo {
margin-top: 5rem;
text-align: center;
}
.float-menu {
position: fixed;
bottom: 0.5rem;
left: 50%;
translate: -50% 0;
width: 100%;
max-width: 460px;
padding-inline: 1rem;
z-index: calc(infinity);
}
.float-menu .float-menu__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
justify-content: center;
}
.float-menu .float-menu__item {
position: relative;
height: 2.75rem;
align-content: end;
padding-inline: 0.25rem;
padding-bottom: 2px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-float-menu.svg) center/contain no-repeat;
font-size: 0.625rem;
text-align: center;
filter: drop-shadow(0 0 4px rgba(68, 68, 68, 0.16));
}
.float-menu .float-menu__item::before, .float-menu .float-menu__item::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: calc(50% - 2rem + 1px);
background: #ffffff;
z-index: -10;
pointer-events: none;
}
.float-menu .float-menu__item::before {
left: 0;
border-radius: 0.5rem 0 0 0.5rem;
}
.float-menu .float-menu__item::after {
right: 0;
border-radius: 0 0.5rem 0.5rem 0;
}
.float-menu .float-menu__icon::before {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: -50% -50%;
width: 3rem;
height: 3rem;
aspect-ratio: 1/1;
border-radius: 50%;
background-size: contain;
background-repeat: no-repeat;
}
.float-menu .float-menu__icon--access::before {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/float-menu-icon-access.svg);
background-color: #dbe5e7;
}
.float-menu .float-menu__icon--line::before {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/float-menu-icon-line.svg);
background-color: #4cc764;
}
.float-menu .float-menu__icon--contact::before {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/float-menu-icon-contact.svg);
background-color: #f7f2ef;
}      .p-blo {
display: inline-block;
}
.p-min {
font-size: 0.8em;
}
@media (max-width: 749px) {
.hide-sp {
display: none !important;
}
}
@media only screen and (min-width: 750px) and (max-width: 1019px) {
.hide-tb {
display: none !important;
}
}
@media (min-width: 750px) {
.hide-pc {
display: none !important;
}
}
.mt-1 {
margin-top: 1rem;
}
.mt-1x {
margin-top: 1.5rem;
}
.mt-2 {
margin-top: 2rem;
}
.mt-3 {
margin-top: 3rem;
}
.mt-4 {
margin-top: 4rem;
}
.mt-5 {
margin-top: 5rem;
}
.mt-7 {
margin-top: 7rem;
} .js-fadeIn {
transition: ease-in 0.6s;
}
.js-fadeIn--hidden {
opacity: 0;
transform: translateY(30px);
pointer-events: none;
}
.js-fadeIn--show {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
         .swiper {
--swiper-theme-color: var(--plan-bd, #efa5b7);
width: 100%;
max-width: 100%;
clip-path: inset(0 round 1rem);
}
.swiper-button-next,
.swiper-button-prev {
top: auto;
bottom: -0.5rem;
left: auto;
translate: 0 100%;
width: 2rem;
height: 2rem;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: var(--plan-btn);
transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
content: "";
width: 1rem;
aspect-ratio: 1/1;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-angle.svg) center/0.5rem no-repeat;
}
.swiper-button-next:hover, .swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:active {
filter: brightness(0.8) contrast(1.6);
}
.swiper-button-next {
right: 1rem;
}
.swiper-button-prev {
right: 4rem;
}
.swiper-button-prev::after {
rotate: 180deg;
}
.swiper-horizontal .swiper-pagination {
width: max(80%, 100% - 2rem);
left: 50%;
translate: -50% 0;
} input[type=date],
input[type=text],
input[type=email],
textarea {
width: 100%;
border-color: transparent;
border-radius: 0.5rem;
padding: 0.25rem 0.5rem;
}     main[class^=page--baby-photo] {
container-type: inline-size;
--container-default-width: 375;
}
@container (width < 375px) {
main[class^=page--baby-photo] > * {
zoom: calc(tan(atan2(100vw, 1px)) / var(--container-default-width));
}
}
main[class^=page--baby-photo] .theme-maternity {
--plan-text: #ef89a3;
--plan-btn: #efa5b7;
--plan-bd: #efa5b7;
--plan-bg: #f0dce1;
--plan-item: #f7edf0;
--plan-detail-url: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-plan-detail-pink.svg);
--btn-url: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-nav-btn--pink.svg);
}
main[class^=page--baby-photo] .theme-newborn {
--plan-text: #8998e2;
--plan-btn: #a5afe2;
--plan-bd: #a5afe2;
--plan-bg: #dddee3;
--plan-item: #eeeff1;
--plan-detail-url: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-plan-detail-blue.svg);
--btn-url: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-nav-btn--blue.svg);
}
main[class^=page--baby-photo] .cta {
position: relative;
display: inline-block;
align-content: center;
width: 100%;
min-height: 4rem;
border-radius: calc(infinity * 1px);
background: var(--plan-btn, #efa5b7);
padding: 0.5rem 3.5rem 0.5rem 1rem;
color: #fefefe;
transition: all 0.3s ease;
filter: drop-shadow(0 0 4px rgba(68, 68, 68, 0.16)) brightness(1) contrast(1);
}
main[class^=page--baby-photo] .cta::before {
content: "";
position: absolute;
top: 50%;
right: 1rem;
translate: 0 -50%;
width: 2rem;
aspect-ratio: 1/1;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-btn.svg) center/contain no-repeat;
}
main[class^=page--baby-photo] .cta:hover, main[class^=page--baby-photo] .cta:active {
filter: drop-shadow(0 0 4px rgba(68, 68, 68, 0.16)) brightness(0.8) contrast(1.6);
}
main[class^=page--baby-photo] .cta .cta__txt {
word-break: keep-all;
overflow-wrap: normal;
}
main[class^=page--baby-photo] .fv {
display: grid;
margin-inline: auto;
width: 100%;
container-type: inline-size;
--container-default-width: 327;
position: relative;
grid-template: "ttl mv01" 1fr "mv02 mv02" auto/min-content 1fr;
gap: 4rem 1rem;
padding-top: clamp(5rem, 25.6cqw, 6rem);
padding-bottom: 6rem;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .fv {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .fv {
padding-inline: 1.5rem;
}
}
main[class^=page--baby-photo] .fv::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: calc(100% - 303px);
background: #f0dce1;
z-index: -1;
}
main[class^=page--baby-photo] .fv::after {
content: "";
position: absolute;
bottom: 1px;
left: 50%;
translate: -50% 25%;
width: min(100%, 460px);
height: 404px;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/fv-illust01.webp), url(//aba-sendai.com/assets/images/pages/baby-photo/fv-illust02.webp), url(//aba-sendai.com/assets/images/pages/baby-photo/fv-divider.svg), linear-gradient(180deg, #f7f2ef 0%, #f7f2ef 76%, transparent 76%, transparent 100%);
background-position: 115% calc(50% + 2rem), 1.5rem calc(50% + 5rem), center, center;
background-size: calc(164 * 100cqw / var(--container-default-width)) calc(126 * 100cqw / var(--container-default-width)), calc(96 * 100cqw / var(--container-default-width)) calc(96 * 100cqw / var(--container-default-width)), 460px 404px, cover;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
z-index: 1;
}
main[class^=page--baby-photo] .fv .fv__ttl {
grid-area: ttl;
align-self: end;
font-size: clamp(0.6875rem, 4.2813455657cqw, 1rem);
writing-mode: vertical-rl;
text-orientation: upright;
}
main[class^=page--baby-photo] .fv .fv__catch {
transition: ease-in 0.8s;
transition-delay: 0;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
position: absolute;
top: max(5rem, 21.3333333333cqw);
left: 1.5rem;
width: 68.8073394495cqw;
z-index: 100;
}
@starting-style {
main[class^=page--baby-photo] .fv .fv__catch {
opacity: 0;
transform: translateY(20px);
pointer-events: none;
}
}
main[class^=page--baby-photo] .fv .fv__catch > img {
width: 100%;
}
main[class^=page--baby-photo] .fv .fv__mv > img {
width: 100%;
}
main[class^=page--baby-photo] .fv .mv01 {
transition: ease-in 0.8s;
transition-delay: 0.5s;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
grid-area: mv01;
position: relative;
}
@starting-style {
main[class^=page--baby-photo] .fv .mv01 {
opacity: 0;
transform: translateY(20px);
pointer-events: none;
}
}
main[class^=page--baby-photo] .fv .mv01::before, main[class^=page--baby-photo] .fv .mv01::after {
content: "";
position: absolute;
}
main[class^=page--baby-photo] .fv .mv01::before {
top: 0;
right: 0;
translate: calc(20 * 100cqw / var(--container-default-width)) calc(-28 * 100cqw / var(--container-default-width));
width: calc(64 * 100cqw / var(--container-default-width));
height: calc(72 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/mv01-illust01.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .fv .mv01::after {
bottom: 0;
left: 0;
translate: calc(18 * 100cqw / var(--container-default-width)) calc(14 * 100cqw / var(--container-default-width));
width: calc(72 * 100cqw / var(--container-default-width));
height: calc(182 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/mv01-illust02.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .fv .mv02 {
transition: ease-in 0.8s;
transition-delay: 1s;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
grid-area: mv02;
z-index: 10;
position: relative;
}
@starting-style {
main[class^=page--baby-photo] .fv .mv02 {
opacity: 0;
transform: translateY(20px);
pointer-events: none;
}
}
main[class^=page--baby-photo] .fv .mv02::before {
content: "";
position: absolute;
top: 0;
left: 0;
translate: 0 calc(-38 * 100cqw / var(--container-default-width));
width: calc(112 * 100cqw / var(--container-default-width));
height: calc(88 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/mv02-illust01.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .news {
display: block;
margin-inline: auto;
width: 100%;
position: relative;
padding-block: 1.5rem;
z-index: 0;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .news {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .news {
padding-inline: 1.5rem;
}
}
main[class^=page--baby-photo] .news::after {
content: "";
position: absolute;
inset: -1px;
background: #f7f2ef;
z-index: -10;
}
main[class^=page--baby-photo] .news .news__ttl {
margin-bottom: -0.75rem;
margin-left: 1.5rem;
}
main[class^=page--baby-photo] .news .news__list {
display: grid;
grid-template-columns: max-content auto;
gap: 1.5rem 1rem;
border-radius: 1rem;
background: #fefefe;
padding: 1.5rem 1.5rem 1rem 1.5rem;
}
main[class^=page--baby-photo] .news .news__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "time ttl";
grid-column: span 2;
}
main[class^=page--baby-photo] .news .news__item .news__item-date {
grid-area: time;
font-size: 0.75rem;
}
main[class^=page--baby-photo] .news .news__item .news__item-ttl {
grid-area: ttl;
}
main[class^=page--baby-photo] .message {
display: block;
margin-inline: auto;
width: 100%;
position: relative;
padding-block: 5rem 7rem;
background: #f7f2ef;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .message {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .message {
padding-inline: 1.5rem;
}
}
main[class^=page--baby-photo] .message::after {
content: "";
position: absolute;
bottom: 3rem;
left: 50%;
translate: -50% 100%;
width: 460px;
height: 6rem;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/divider.svg) center bottom/cover no-repeat;
z-index: 10;
}
main[class^=page--baby-photo] .message .message__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
main[class^=page--baby-photo] .message .message__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/letter-message.svg);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .message .message__lead {
position: relative;
margin-top: 5rem;
font-size: 1.125rem;
line-height: 2.25;
letter-spacing: 0;
}
main[class^=page--baby-photo] .message .message__lead::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
translate: 1rem 2.5rem;
width: calc(126 * 100cqw / var(--container-default-width));
height: calc(264 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/message-illust01.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .message .message__lead .underline {
border-bottom: 1px solid #444444;
}
main[class^=page--baby-photo] .message .message__txt {
position: relative;
margin-top: 3rem;
font-size: 0.8125rem;
line-height: 2.25;
letter-spacing: 0.1em;
text-align: right;
z-index: 10;
}
main[class^=page--baby-photo] .message .message__txt::before {
content: "";
position: absolute;
top: 0;
right: 0;
translate: 0 calc(-100% - 0.5rem);
width: calc(48 * 100cqw / var(--container-default-width));
height: calc(66 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/message-illust03.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .message .message__txt::after {
content: "";
position: absolute;
bottom: 0;
right: 50%;
translate: 0 50%;
width: 122px;
height: 158px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/message-illust04.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .message .message__img {
position: relative;
display: grid;
margin-top: 5rem;
z-index: 0;
}
main[class^=page--baby-photo] .message .message__img::before {
content: "";
position: absolute;
top: 2rem;
left: 0;
width: calc(60 * 100cqw / var(--container-default-width));
height: calc(68 * 100cqw / var(--container-default-width));
background: url(//aba-sendai.com/assets/images/pages/baby-photo/message-illust02.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .message .message__img::after {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: -50% 0;
width: 460px;
aspect-ratio: 460/491;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/bg-circle.svg) center/cover no-repeat;
z-index: -1;
}
main[class^=page--baby-photo] .message .message__img .img01,
main[class^=page--baby-photo] .message .message__img .img02 {
border-radius: 1rem;
}
main[class^=page--baby-photo] .message .message__img .img01 {
place-self: flex-end;
z-index: 20;
}
main[class^=page--baby-photo] .message .message__img .img02 {
margin-top: -4rem;
z-index: 10;
}
main[class^=page--baby-photo] .plan {
display: block;
margin-inline: auto;
width: 100%;
position: relative;
padding-block: 7rem;
background: #f1f5f6;
overflow-x: clip;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .plan {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .plan {
padding-inline: 1.5rem;
}
}
main[class^=page--baby-photo] .plan::before {
content: "";
position: absolute;
top: 4rem;
left: 0;
translate: -2rem 0;
width: 94px;
height: 94px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-illust01.webp) center/contain no-repeat;
z-index: 0;
}
main[class^=page--baby-photo] .plan::after {
content: "";
position: absolute;
bottom: 3rem;
left: 50%;
translate: -50% 100%;
width: 460px;
height: 6rem;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/divider.svg) center bottom/cover no-repeat;
z-index: 10;
}
main[class^=page--baby-photo] .plan .plan__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
main[class^=page--baby-photo] .plan .plan__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/letter-plan.svg);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .plan .plan__img {
position: relative;
margin-top: 4rem;
}
main[class^=page--baby-photo] .plan .plan__img::before {
content: "";
position: absolute;
top: 1.5rem;
right: 0;
translate: 1.5rem -100%;
width: calc(96 * 100cqw / var(--container-default-width));
aspect-ratio: 1/1;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-illust02.webp) center/contain no-repeat;
z-index: 10;
}
main[class^=page--baby-photo] .plan .plan__img > img {
clip-path: inset(0 round 1rem);
width: 100%;
}
main[class^=page--baby-photo] .plan .plan__credit {
container-type: inline-size;
--container-default-width: 327;
display: flex;
column-gap: min(1.5rem, 6.4cqi);
justify-content: center;
margin-top: 1.5rem;
}
main[class^=page--baby-photo] .plan .plan__credit .plan__credit-letter {
width: 37.3088685015cqi;
aspect-ratio: 122/26;
margin-top: 1rem;
}
main[class^=page--baby-photo] .plan .plan__credit .plan__credit-logo {
width: 33.9449541284cqi;
aspect-ratio: 111/48;
}
main[class^=page--baby-photo] .plan .plan__txt {
position: relative;
margin-top: 2rem;
font-size: 0.875rem;
line-height: 2;
letter-spacing: 0.05em;
text-align: center;
}
main[class^=page--baby-photo] .plan-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 3rem;
gap: 1.5rem 1rem;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__item {
width: calc(50% - 0.5rem);
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn {
position: relative;
display: block;
width: calc(100% - 4px);
height: calc(100% - 4px);
padding: 0.5em 2em 0.5em 1em;
color: #fefefe;
text-align: center;
word-break: keep-all;
overflow-wrap: normal;
filter: drop-shadow(0 0 4px rgba(68, 68, 68, 0.16)) brightness(1) contrast(1);
z-index: 1;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn::before, main[class^=page--baby-photo] .plan-nav .plan-nav__btn::after {
content: "";
position: absolute;
transition: all 0.3s ease;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn::before {
inset: 0;
border-radius: 1rem;
background-color: var(--plan-btn);
clip-path: polygon(0 0, 85% 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
z-index: -10;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn::after {
bottom: -4px;
right: -4px;
width: 40px;
height: 40px;
background-image: var(--btn-url);
background-position: top left;
background-size: contain;
background-repeat: no-repeat;
pointer-events: none;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn:hover::before, main[class^=page--baby-photo] .plan-nav .plan-nav__btn:hover::after {
filter: brightness(0.8) contrast(1.6);
}
main[class^=page--baby-photo] .plan-nav .plan-nav__btn .big {
font-size: 1.125rem;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__link {
position: relative;
padding-right: 2.5rem;
padding-block: 2px;
color: #f7a677;
text-decoration: underline #f7b995;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__link:hover {
pointer-events: painted;
}
main[class^=page--baby-photo] .plan-nav .plan-nav__link::after {
content: "";
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
width: 1.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: #f7b995 url(//aba-sendai.com/assets/images/pages/baby-photo/parts-angle.svg) center/8px no-repeat;
rotate: 90deg;
pointer-events: none;
}
main[class^=page--baby-photo] .plan-divider {
--divider-margin-top: 10.5rem;
position: relative;
margin-top: var(--divider-margin-top);
}
main[class^=page--baby-photo] .plan-divider::before {
content: "";
position: absolute;
top: calc(var(--divider-margin-top) / -2);
left: 50%;
translate: -50% -50%;
width: 9rem;
height: 3rem;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/divider-min.svg) center/contain no-repeat;
}
main[class^=page--baby-photo] .plan-detail {
position: relative;
container-type: inline-size;
--container-default-width: 327;
margin-top: 7rem;
overflow: visible;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__head {
position: sticky;
top: 0;
display: grid;
grid-template: "mv cta" 1fr "mv ttl" max-content/148px 1fr;
gap: 0.5rem;
z-index: 1000;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__head::after {
content: "";
position: absolute;
inset: 0;
filter: blur(16px);
background: rgba(255, 255, 255, 0.1);
z-index: -10;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__ttl {
position: relative;
grid-area: ttl;
border-radius: 1rem;
background: var(--plan-bg);
padding: 1rem;
font-size: 1.125rem;
text-align: center;
line-height: 1.2;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__ttl::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: calc(100% + 1.5rem);
z-index: -10;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__ttl .sub {
font-size: 0.875rem;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__mv {
grid-area: mv;
place-content: end;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__mv > img {
clip-path: inset(0 round 1rem);
}
main[class^=page--baby-photo] .plan-detail .plan-detail__cta {
grid-area: cta;
display: grid;
align-items: center;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__body {
position: relative;
display: grid;
row-gap: 2rem;
margin-top: 0.5rem;
border-radius: 1rem;
background: var(--plan-bg);
padding: 2rem 1.5rem;
z-index: 0;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__body::before {
content: "";
position: absolute;
top: 1rem;
right: 0;
translate: 0 -100%;
width: calc(100cqw - 148px - 8px);
height: 3rem;
border-radius: 1rem 1rem 0 0;
background: var(--plan-bg);
}
main[class^=page--baby-photo] .plan-detail .plan-detail__body::after {
content: "";
position: absolute;
top: 1px;
right: calc(100cqw - 148px - 8px);
translate: 0 -100%;
width: 25px;
aspect-ratio: 1/1;
background: var(--plan-detail-url) center/contain no-repeat;
}
main[class^=page--baby-photo] .plan-detail .plan-detail__txt {
color: #734e30;
}
main[class^=page--baby-photo] .plan-recommend {
display: grid;
grid-template-columns: max-content 1fr;
gap: 1rem;
}
main[class^=page--baby-photo] .plan-recommend .plan-recommend__key {
align-self: center;
position: relative;
border-radius: calc(infinity * 1px);
background: #fefefe;
padding-inline: 1.5rem 0.5rem;
color: var(--plan-text);
}
main[class^=page--baby-photo] .plan-recommend .plan-recommend__key::before {
content: "";
position: absolute;
top: 50%;
left: 0.5rem;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .plan-contents {
container-type: inline-size;
--container-default-width: 275;
border-radius: 0.5rem;
border: 2px dashed var(--plan-bd);
text-align: center;
--plan-item-width: calc((100cqi - 4rem) / 3);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__ttl {
display: inline-block;
translate: 0 -50%;
border-radius: calc(infinity * 1px);
padding: 0.25rem 0.5rem;
background: var(--plan-bd);
color: #fefefe;
font-size: 0.75rem;
text-align: center;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__ttl--extra-charges {
position: relative;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__ttl--extra-charges::before {
content: "";
position: absolute;
top: 1px;
left: 50%;
translate: -50% -100%;
width: 38px;
height: 20px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-plan-extra.svg) center/contain no-repeat;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__list {
display: flex;
flex-wrap: wrap;
gap: 3rem 1rem;
justify-content: center;
padding: 1.5rem 1rem;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__list--2col {
margin-inline: auto;
max-width: calc(var(--plan-item-width) * 2 + 3rem);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item {
position: relative;
display: grid;
place-content: end center;
width: var(--plan-item-width);
height: 4rem;
border-radius: 0.25rem;
background: var(--plan-item);
font-size: 0.75rem;
line-height: 1.4;
word-break: keep-all;
overflow-wrap: normal;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item::after {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: -50% -50%;
width: 58px;
height: 58px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--camera::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-camera.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--chapel::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-chapel.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--photodata::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-photodata.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--dress::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-dress.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--goods::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-goods.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--swaddle::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-swaddle.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__item--delivery::after {
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-item-delivery.webp);
}
main[class^=page--baby-photo] .plan-contents .plan-contents__caption {
place-content: center;
height: 2lh;
}
main[class^=page--baby-photo] .plan-contents--extra-charges {
--plan-bd: #f7b995;
margin-top: 2rem;
}
main[class^=page--baby-photo] .plan-price {
display: grid;
grid-template-columns: max-content max-content;
gap: 2rem 1.5rem;
justify-content: end;
}
main[class^=page--baby-photo] .plan-price .plan-price__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "label value" "note note";
grid-column: span 2;
gap: 0 1.5rem;
justify-content: flex-end;
line-height: 1.4;
}
main[class^=page--baby-photo] .plan-price .plan-price__label {
position: relative;
grid-area: label;
padding-left: 1rem;
align-self: anchor-center;
}
main[class^=page--baby-photo] .plan-price .plan-price__label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .plan-price .plan-price__value {
grid-area: value;
font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 1.5rem;
}
main[class^=page--baby-photo] .plan-price .plan-price__note {
grid-area: note;
position: relative;
margin-left: 1rem;
padding-left: 1rem;
}
main[class^=page--baby-photo] .plan-price .plan-price__note::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.75rem;
height: 2px;
background: #999999;
}
main[class^=page--baby-photo] .plan-price .plan-price__unit {
font-size: 0.625rem;
}
main[class^=page--baby-photo] .plan-price .plan-price__tax {
margin-left: 2px;
border-radius: 2px;
background: #999999;
padding-inline: 2px;
color: #fefefe;
font-size: 0.5rem;
}
main[class^=page--baby-photo] .plan-options {
border-radius: 0.5rem;
border: 2px dashed #f7b995;
text-align: center;
}
main[class^=page--baby-photo] .plan-options .plan-options__ttl {
display: inline-block;
translate: 0 -50%;
border-radius: calc(infinity * 1px);
padding: 0.25rem 0.5rem;
background: #f7b995;
color: #fefefe;
font-size: 0.75rem;
text-align: center;
}
main[class^=page--baby-photo] .plan-options .plan-options__list {
display: grid;
grid-template-columns: 1fr max-content;
gap: 1rem;
padding: 0 1.5rem 1.5rem;
}
main[class^=page--baby-photo] .plan-options .plan-options__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "label value";
grid-column: span 2;
transition: background 0.3s ease;
}
main[class^=page--baby-photo] .plan-options .plan-options__item:hover {
background: rgba(255, 253, 235, 0.7);
}
main[class^=page--baby-photo] .plan-options .plan-options__label {
position: relative;
grid-area: label;
justify-self: start;
padding-left: 1rem;
text-align: left;
}
main[class^=page--baby-photo] .plan-options .plan-options__label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: #f7b995;
}
main[class^=page--baby-photo] .plan-options .plan-options__value {
grid-area: value;
justify-self: end;
}
main[class^=page--baby-photo] .plan-options .plan-options__unit {
font-size: 0.625rem;
}
main[class^=page--baby-photo] .plan-note {
display: grid;
grid-template-columns: max-content 1fr;
gap: 1.5rem;
margin-top: 3rem;
--note-text: $text-base;
}
main[class^=page--baby-photo] .plan-note .plan-note__ttl {
position: relative;
padding-left: 1.5rem;
}
main[class^=page--baby-photo] .plan-note .plan-note__ttl::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0.5rem;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .plan-note .plan-note__container {
position: relative;
display: grid;
row-gap: 0.5rem;
}
main[class^=page--baby-photo] .plan-note .plan-note__txt {
position: relative;
}
main[class^=page--baby-photo] .plan-note .plan-note__txt::before {
content: "";
position: absolute;
top: 0.5lh;
left: -0.5rem;
translate: -100% -50%;
width: 0.5rem;
height: 2px;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .plan-note .plan-note__txt .em {
display: inline-block;
padding-inline: 0.5rem;
border-radius: calc(infinity * 1px);
background: var(--plan-bd);
color: #fefefe;
font-size: 0.75rem;
}
main[class^=page--baby-photo] .plan-note .plan-note__slider-caption {
position: relative;
}
main[class^=page--baby-photo] .plan-note .plan-note__slider-caption::before {
content: "";
position: absolute;
top: 1rem;
left: 1rem;
translate: -100% 0;
width: 128px;
height: 96px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/caption.svg) center/contain no-repeat;
z-index: 100;
pointer-events: none;
}
main[class^=page--baby-photo] .plan-note .plan-note__note {
padding-left: 1em;
font-size: 0.75rem;
text-indent: -1em;
}
main[class^=page--baby-photo] .plan-note .plan-note__attention {
padding: 1rem;
border-radius: 1rem;
background: #f7f2ef;
font-size: 0.75rem;
}
main[class^=page--baby-photo] .print-option {
text-align: center;
padding: 1.5rem;
}
main[class^=page--baby-photo] .print-option .print-option__ttl {
display: inline-block;
translate: 0 -50%;
border-radius: calc(infinity * 1px);
background: #f7b995;
padding: 0.25rem 1.5rem;
color: #fefefe;
font-size: 1.125rem;
}
main[class^=page--baby-photo] .print-option .print-option__txt {
color: #734e30;
text-align: left;
}
main[class^=page--baby-photo] .print-option .print-option__list {
display: grid;
grid-template-columns: 1fr max-content;
gap: 1rem;
}
main[class^=page--baby-photo] .print-option .print-option__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "label value";
grid-column: span 2;
transition: background 0.3s ease;
}
main[class^=page--baby-photo] .print-option .print-option__item:hover {
background: rgba(255, 253, 235, 0.7);
}
main[class^=page--baby-photo] .print-option .print-option__item:has(.print-option__note) {
grid-template-areas: "label value" "note note";
}
main[class^=page--baby-photo] .print-option .print-option__label {
position: relative;
grid-area: label;
align-self: anchor-center;
justify-self: start;
padding-left: 1rem;
text-align: left;
}
main[class^=page--baby-photo] .print-option .print-option__label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: #f7b995;
}
main[class^=page--baby-photo] .print-option .print-option__value {
grid-area: value;
justify-self: end;
font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 1.125rem;
}
main[class^=page--baby-photo] .print-option .print-option__unit {
font-size: 0.625rem;
}
main[class^=page--baby-photo] .print-option .print-option__tax {
margin-left: 2px;
border-radius: 2px;
background: #999999;
padding-inline: 2px;
color: #fefefe;
font-size: 0.5rem;
}
main[class^=page--baby-photo] .print-option .print-option__note {
position: relative;
grid-area: note;
justify-self: end;
padding-left: 1rem;
color: #999999;
}
main[class^=page--baby-photo] .print-option .print-option__note::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.5rem;
height: 2px;
background: currentColor;
}
main[class^=page--baby-photo] .plan-sammary {
margin-top: 7rem;
padding-bottom: 3rem;
text-align: center;
border-radius: 1rem;
background: #fefefe;
}
main[class^=page--baby-photo] .plan-sammary .plan-sammary__ttl {
position: relative;
display: inline-block;
translate: 0 -50%;
border-radius: calc(infinity * 1px);
background: #f7b995;
padding: 0.25rem 1.5rem;
color: #fefefe;
font-size: 1.125rem;
}
main[class^=page--baby-photo] .plan-sammary .plan-sammary__ttl::before, main[class^=page--baby-photo] .plan-sammary .plan-sammary__ttl::after {
content: "";
position: absolute;
top: 50%;
width: 96px;
aspect-ratio: 1/1;
}
main[class^=page--baby-photo] .plan-sammary .plan-sammary__ttl::before {
left: 0;
translate: -100% -50%;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-sammary-illust01.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .plan-sammary .plan-sammary__ttl::after {
right: 0;
translate: 100% -50%;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/plan-sammary-illust02.webp) center/contain no-repeat;
}
main[class^=page--baby-photo] .plan-table {
margin-top: 2rem;
}
main[class^=page--baby-photo] .plan-table .plan-table__heading {
position: relative;
padding-top: 1.5rem;
}
main[class^=page--baby-photo] .plan-table .plan-table__heading::before {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: -50% 0;
width: 1rem;
height: 1rem;
border-radius: 50%;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .plan-table .plan-table__heading--ttl,
main[class^=page--baby-photo] .plan-table .plan-table__cell--ttl {
padding-inline: 0.5rem 1rem;
}
main[class^=page--baby-photo] .plan-table .plan-table__heading--ttl {
color: #999999;
}
main[class^=page--baby-photo] .plan-table .plan-table__body {
display: grid;
row-gap: 1rem;
}
main[class^=page--baby-photo] .plan-table .plan-table__row {
display: grid;
grid-template-columns: calc(4ic + 1.5rem) 1fr 1fr;
justify-content: center;
gap: 1rem 0.5rem;
height: calc(2lh + 1rem);
}
main[class^=page--baby-photo] .plan-table .plan-table__row:is(.plan-table__body *):nth-of-type(odd) {
background: #fcfaf9;
}
main[class^=page--baby-photo] .plan-table .plan-table__cell {
padding: 0.5rem;
align-self: center;
word-break: auto-phrase;
}
main[class^=page--baby-photo] .plan-table .plan-table__cell--ttl {
position: relative;
z-index: 10;
}
main[class^=page--baby-photo] .plan-table .plan-table__cell--ttl::after {
content: "";
position: absolute;
top: 50%;
left: 0;
translate: -0.5rem -50%;
width: calc(100% + 1rem);
height: calc(100% + 1.5rem);
border-radius: 0 100vmax 100vmax 0;
background-color: #f7f2ef;
z-index: -10;
}
main[class^=page--baby-photo] .plan-table .plan-table__cell--ttl:is(.plan-table__row:nth-of-type(even) *)::after {
background: #efefef;
}
main[class^=page--baby-photo] .plan-terms {
text-align: center;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__ttl {
display: inline-block;
border-radius: calc(infinity * 1px);
background: #f7b995;
padding: 0.25rem 1.5rem;
color: #fefefe;
font-size: 1.125rem;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__container {
display: grid;
grid-template-columns: max-content auto;
gap: 1rem 1.5rem;
text-align: left;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "label value";
grid-column: span 2;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__label {
position: relative;
grid-area: label;
padding-left: 1rem;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: #f7b995;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__value {
grid-area: value;
position: relative;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__value::before {
content: "";
position: absolute;
top: 0.5lh;
left: -0.5rem;
translate: -100% -50%;
width: 0.5rem;
height: 2px;
background: #f7b995;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__cancel-list {
display: grid;
grid-template-columns: max-content max-content;
gap: 0.25rem 1rem;
text-align: left;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__cancel-item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "cancel-label cancel-value";
grid-column: span 2;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__cancel-label {
position: relative;
grid-area: cancel-label;
padding-left: 1rem;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__cancel-label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0;
translate: 0 -50%;
width: 0.25rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: #444444;
}
main[class^=page--baby-photo] .plan-terms .plan-terms__cancel-value {
grid-area: cancel-value;
justify-self: end;
}
main[class^=page--baby-photo] .contact {
display: block;
margin-inline: auto;
width: 100%;
position: relative;
padding-block: 7rem;
background: #f7f2ef;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .contact {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .contact {
padding-inline: 1.5rem;
}
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .contact::after {
content: "";
position: absolute;
bottom: 3rem;
left: 50%;
translate: -50% 100%;
width: 460px;
height: 6rem;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/divider.svg) center bottom/cover no-repeat;
z-index: 10;
}
}
main[class^=page--baby-photo] .contact .contact-illust01 {
position: relative;
}
main[class^=page--baby-photo] .contact .contact-illust01::after {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: 0 -100%;
width: 78px;
height: 128px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/contact-illust01.webp) center/contain no-repeat;
z-index: 10;
}
main[class^=page--baby-photo] .contact .contact-illust02 {
position: relative;
}
main[class^=page--baby-photo] .contact .contact-illust02::after {
content: "";
position: absolute;
top: 0;
left: 50%;
translate: -50% calc(-100% - 1.5rem);
width: 64px;
height: 64px;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/contact-illust02.webp) center/contain no-repeat;
z-index: 10;
}
main[class^=page--baby-photo] .contact .contact__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
main[class^=page--baby-photo] .contact .contact__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/letter-contact.svg);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .contact .contact__ttl--others {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
main[class^=page--baby-photo] .contact .contact__ttl--others::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/letter-others.svg);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .contact .contact__txt {
margin-top: 2rem;
text-align: center;
}
main[class^=page--baby-photo] .contact .contact__list {
display: grid;
row-gap: 4rem;
}
main[class^=page--baby-photo] .contact-type {
margin-inline: auto;
text-align: center;
overflow: hidden;
}
main[class^=page--baby-photo] .contact-type .contact-type__ttl {
position: relative;
display: inline-block;
color: var(--plan-text);
font-size: 1.125rem;
letter-spacing: 0.1em;
text-align: center;
}
main[class^=page--baby-photo] .contact-type .contact-type__ttl::before, main[class^=page--baby-photo] .contact-type .contact-type__ttl::after {
content: "";
position: absolute;
top: 50%;
width: 50cqw;
height: 0.25rem;
background-image: var(--dots-url);
background-size: contain;
background-repeat: repeat-x;
}
main[class^=page--baby-photo] .contact-type .contact-type__ttl::before {
left: -0.5rem;
translate: -100% -50%;
background-position: left center;
}
main[class^=page--baby-photo] .contact-type .contact-type__ttl::after {
right: -0.5rem;
translate: 100% -50%;
background-position: right center;
}
main[class^=page--baby-photo] .contact-type .contact-type__container {
display: grid;
row-gap: 1.5rem;
justify-content: center;
margin-top: 1rem;
background: var(--plan-bg);
border-radius: 1rem;
padding: 1.5rem 1rem;
}
main[class^=page--baby-photo] .contact-type .contact-type__desc {
text-align: center;
}
main[class^=page--baby-photo] .contact-type .contact-type__desc .em {
border-radius: 0.25rem;
background: #4cc764;
padding-inline: 0.5rem;
color: #fefefe;
}
main[class^=page--baby-photo] .contact-type .contact-type__cta {
justify-self: center;
margin-top: 1rem;
max-width: 14rem;
}
main[class^=page--baby-photo] .contact-type--line {
--plan-text: #4cc764;
--plan-btn: #4cc764;
--plan-bg: #f0faf2;
--dots-url: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-dots-line-color.svg);
}
main[class^=page--baby-photo] .contact-type--form {
--plan-text: #8998e2;
--plan-btn: #a5afe2;
--plan-bd: #a5afe2;
--plan-bg: #dddee3;
--dots-url: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-dots-blue.svg);
}
main[class^=page--baby-photo] .contact-type--tel {
--plan-text: #f7a677;
--plan-bg: #fefefe;
--dots-url: url(//aba-sendai.com/assets/images/pages/baby-photo/parts-dots-orange.svg);
}
main[class^=page--baby-photo] .contact-complete {
display: block;
margin-inline: auto;
width: 100%;
position: relative;
padding-block: 7rem;
background: #f7f2ef;
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .contact-complete {
max-width: 460px;
padding-inline: 1.5rem;
}
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .contact-complete {
padding-inline: 1.5rem;
}
}
@media (max-width: 749px) {
main[class^=page--baby-photo] .contact-complete::after {
content: "";
position: absolute;
bottom: 3rem;
left: 50%;
translate: -50% 100%;
width: 460px;
height: 6rem;
background: url(//aba-sendai.com/assets/images/pages/baby-photo/divider.svg) center bottom/cover no-repeat;
z-index: 10;
}
}
main[class^=page--baby-photo] .contact-complete .contact-complete__ttl {
position: relative;
padding-top: calc(5rem - 10px);
font-size: 0.8125rem;
line-height: 1.8;
letter-spacing: 0.15em;
}
main[class^=page--baby-photo] .contact-complete .contact-complete__ttl::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5rem;
aspect-ratio: 320/80;
background-image: url(//aba-sendai.com/assets/images/pages/baby-photo/letter-thank-you.svg);
background-position: left center;
background-size: contain;
background-repeat: no-repeat;
}
main[class^=page--baby-photo] .contact-complete .contact-complete__txt {
margin-top: 2rem;
}
main[class^=page--baby-photo] .telto {
display: grid;
grid-template-columns: max-content max-content;
gap: 1rem;
align-items: center;
justify-content: center;
font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
main[class^=page--baby-photo] .telto .telto__value {
font-size: 1.5rem;
}
@media (min-width: 750px) {
main[class^=page--baby-photo] .telto .telto__value > a {
pointer-events: none;
}
}
main[class^=page--baby-photo] .reception {
display: grid;
grid-template-columns: max-content 1fr;
grid-template-areas: "key value";
column-gap: 1rem;
}
main[class^=page--baby-photo] .reception .reception__key {
grid-area: key;
}
main[class^=page--baby-photo] .reception .reception__value {
grid-area: value;
}
main[class^=page--baby-photo] .open {
display: grid;
grid-template-columns: max-content auto;
gap: 0.5rem 1rem;
}
main[class^=page--baby-photo] .open .open__item {
display: grid;
grid-template-columns: subgrid;
grid-template-areas: "key value";
grid-column: span 2;
}
main[class^=page--baby-photo] .open .open__key {
grid-area: key;
text-align: center;
place-content: center;
}
main[class^=page--baby-photo] .open .open__key:where(.holiday, .weekday) {
border-radius: 0.25rem;
background-color: #999999;
padding-inline: 0.5em;
color: #fefefe;
font-size: 0.75rem;
}
main[class^=page--baby-photo] .open .open__value {
grid-area: value;
}
main[class^=page--baby-photo] .open .close {
font-size: 0.75rem;
}
main[class^=page--baby-photo] .form .form__container {
display: grid;
row-gap: 2rem;
text-align: left;
}
main[class^=page--baby-photo] .form .form__item {
display: grid;
row-gap: 0.5rem;
}
main[class^=page--baby-photo] .form .form__label {
position: relative;
padding-left: 1.5rem;
}
main[class^=page--baby-photo] .form .form__label::before {
content: "";
position: absolute;
top: 0.5lh;
left: 0.5rem;
translate: 0 -50%;
width: 0.5rem;
aspect-ratio: 1/1;
border-radius: 50%;
background: var(--plan-bd);
}
main[class^=page--baby-photo] .form .form__hint {
padding-left: 1rem;
font-size: 0.75rem;
color: #ef89a3;
letter-spacing: 1;
word-break: keep-all;
overflow-wrap: normal;
}
main[class^=page--baby-photo] .form .form__input {
padding-left: 1.5rem;
font-size: 1rem;
}
main[class^=page--baby-photo] .form .form__choice {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
}
main[class^=page--baby-photo] .form .form__note {
padding-left: 1.5rem;
--note-text: #8998e2;
}
main[class^=page--baby-photo] .note {
border-radius: 0.5rem;
background: var(--note-bg, #fffdeb);
padding: 0.5rem 1rem;
color: var(--note-text, #ef89a3);
}
main[class^=page--baby-photo] .note .note__txt {
font-size: 0.75rem;
}