/* pages.css — Page-specific styles */

/*--------------- top: NEWS -----------------*/
.top_news {
  padding: 40px 0 0;
}
.top_news__inner {
  max-width: 720px;
}
.top_news__list {
  margin: 0;
}
.top_news__item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border-light);
}
.top_news__date {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: var(--fs-sm);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
  white-space: nowrap;
}
.top_news__content {
  font-family: var(--font-jp-sans);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/*--------------- top -----------------*/
.top_mainimg {
position: relative;
}
.slider.mainimg.slick-initialized.slick-slider {
    margin-top: 150px !important;
}
.main_img_list{
background-repeat: no-repeat;
background-size: cover !important;
background-position: center;
height: 100vh;
margin: 0;
}




.scroll:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 1px;
height: 100px;
background: #fff;
}
.scroll {
position: absolute;
top:480px;
right: 20px;
z-index: 1;
padding: 10px 10px 110px;
overflow: hidden;
color: #efe6e7;
font-size: 12px;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
writing-mode: vertical-lr;
}
.scroll::after{
animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
0% {
transform: scale(1, 0);
transform-origin: 0 0;
}
50% {
transform: scale(1, 1);
transform-origin: 0 0;
}
50.1% {
transform: scale(1, 1);
transform-origin: 0 100%;
}
100% {
transform: scale(1, 0);
transform-origin: 0 100%;
}
}
.top_about01 {
width: calc(100% - 40px);
max-width: 800px;
}
.flex_textarea {
width: 50%;
padding: 20px;
}
.flex_imgarea {
width: 50%;
}
.top_about .w50 {
width: calc(50% - 20px);
max-width: 400px;
margin: 0 auto;
}




.top_voice h2,
.top_plan h2,
.top_info h2,
.top_flow h2,
.top_faq h2,
.top_blog h2,
.top_gallery h2,
.top_instagram h2,
.top_access h2,
.top_about h2,
.top_plan h2{
font-size: 18px;
font-family: var(--font-en);
font-weight: 400;
letter-spacing: 0.2em;
text-transform: uppercase;
margin-bottom: 40px;
text-align:center;
}

.top_blog_subtitle {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-family: var(--font-jp-serif);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.top_blog_cta {
  text-align: center;
  margin-top: 20px;
}
.mb60 {
    margin-bottom: 60px !important;
}
#instagram {
    padding: 60px 0;
}
.anchor {
  padding-top: 60px;
    margin-top:-60px;
}
/*-----------top about----*/
.top_about {
    background: #efefef;
    padding: 100px 0 0;
}

/*-----------top info----*/
.top_info{
  padding: 80px 0 70px;
  background: #ffffff;
}
.top_info__inner{
  max-width: 1000px;
}
.top_info__list{
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d7d7d7;
}
.top_info__item{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid #d7d7d7;
}
.top_info__date{
  font-family: var(--font-en);
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.5;
}
.top_info__text{
  line-height: 1.95;
}
.top_info__text .text_link{
  display: inline-block;
  margin-top: 12px;
}

/*-----------top intro----*/
.top_intro{
  padding: 80px 20px 0;
  text-align: center;
}
.top_intro__lead{
  font-family: var(--font-jp-serif);
  font-weight: 200;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .02em;
  margin: 0;
}

/*-----------top about (new)----*/
.top_about__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 90px;
}
.top_about__text{
  flex: 1;
  text-align: center;
}
.top_about__lead{
  font-family: var(--font-jp-serif);
  font-weight: 200;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}
.top_about__desc{
  margin: 0 0 26px;
}
.top_about__link{
  font-family: var(--font-jp-sans);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  display: inline-block;
  color: #555;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  padding-bottom: 2px;
}
.top_about__link:hover{
  color: #666;
  border-bottom-color: #555;
}
.top_about__text .line_btn{
  margin: 40px auto 20px;
}
.top_about__media{
  flex: 0 0 220px;
}
.top_about__media img{
  width: 220px;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  flex-shrink: 0;
}


/*-----------top Plan----*/
.top_plan {
width: 100%;
padding: 80px 20px;
text-align: center;
}
.top_plan__catch{
  font-family: var(--font-jp-serif);
  font-weight: 200;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .03em;
  margin: 20px 0 36px;
}
.top_plan_links{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}
.top_plan_card{
  width: min(420px, 100%);
  height: 150px;
  display: flex;
}
.top_plan_card__link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #000;
  border-radius: 0;
  padding: 32px 40px;
  background: #fff;
  text-align: left;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  transition: box-shadow .18s ease;
  /* Fill the <li> height so borders align between columns. */
  flex: 1;
  aspect-ratio: 4 / 3;
}
.top_plan_card__link::after{
  content: none;
}
.top_plan_card__link:focus-visible{
  outline: 3px solid rgba(0,0,0,.35);
  outline-offset: 3px;
}
.top_plan_card__thumb{
  display: block;
  flex: 0 0 120px;
  width: 120px;
}
.top_plan_card__thumb img{
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.top_plan_card__thumb--after-maternity img{
  /* Show the right side of the image for the After Maternity card only */
  object-position: right center;
}
.top_plan_card__thumb--placeholder{
  background: #111;
  color: #fff;
}
.top_plan_card__placeholder{
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.top_plan_card__title{
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .03em;
  margin: 0 0 10px;
}
.top_plan_card__body{
  padding-right: 0;
}
.top_plan_card__titleRow{
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.top_plan_card__titleRow .top_plan_card__title{
  margin: 0;
}
.top_plan_badge{
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: .08em;
}
.top_plan_card__desc{
  margin: 0;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 200;
  color: rgba(0,0,0,.78);
}
.top_plan_card__kicker{
  display: inline-block;
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(0, 0, 0, .78);
}
.top_plan_card--disabled .top_plan_card__link{
  opacity: .65;
  border-style: dashed;
  cursor: default;
}

/*--- top plan links/inner ---*/
.page_plan_link li a {
    display: block;
    width: 320px;
    border: solid 1px #000;
    margin: 20px;
position: relative;
}
.page_plan_link p {
    margin: 70px 0 0 20px;
    width: 160px;
    text-align: left;
}
ul.page_plan_link li {
    margin: 0 auto;
}
.top_plan_inner {
   max-width: 720px;
    margin: 0 auto;
}
.top_plan h3 {
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 20px;
        left: -8px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
}
.plan_link {
    position: absolute;
    bottom: 6px;
    left: 66px;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05rem;
}
.standard_plan a {
    background-image: url(https://sourirephoto.com/wp-content/uploads/2023/12/standardplan.jpg);
    display: block;
    background-size: cover;
    height: 200px;
}

.family_plan a {
    background-image: url(https://sourirephoto.com/wp-content/uploads/2023/12/familyplan.jpg);
    display: block;
    background-size: cover;
    height: 200px;
}

/*--- top sections: voice, flow, faq, access ---*/
.top_blog .page_blog h3 {
    font-size: 15px;
}
.info_area {
width: 800px;
margin: 0 auto;
}
.info_area li {
margin-bottom: 10px;
}
.info_area  .blog_cat {
width: 100px;
text-align: center;
margin-right: 20px;
line-height: 22px;
}
#voice {
	padding: 60px 0;
}
.top_flow {
	background: #ffffff;
	padding: 60px 0;
}
.top_faq {
	background: #ffffff;
	padding: 60px 0;
}
.top_faq .line_btn {
	margin-bottom: 0;
}
.top_access {
	background: #eaeaea;
	padding: 60px 0;
}
.top_voice .voice_hd {
text-align: left;
background: none;
}
/* Voice horizontal scroll (film strip) */
.voice-scroll-wrap{
  overflow: hidden;
}
.voice-scroll{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.voice-scroll.slick-slider,
.blog-scroll.slick-initialized {
  z-index: 0;
}
.voice-scroll::-webkit-scrollbar{
  display: none;
}
.voice-card{
  flex: 0 0 240px;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: transform 0.3s;
}
.voice-card:hover{
  transform: translateY(-3px);
}
.voice-card__img{
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 10px;
}
.voice-card__img img{
  width: 240px;
  height: 135px;
  object-fit: cover;
  display: block;
}
.voice-card__name{
  font-family: var(--font-jp-sans);
  font-weight: 300;
  font-size: 10px;
  color: #555;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}
.voice-card__excerpt{
  font-family: var(--font-jp-sans);
  font-weight: 200;
  font-size: 11px;
  color: #aaa;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_link {
background: #f5f5f5;
padding: 60px 20px;
}
.top_link ul{
justify-content: center;
max-width:900px;
margin:0 auto;
}
.top_link li {
width: 33%;
max-width:340px;
}
.top_link li a {
display: flex;
width: calc(100% - 10px);
margin: 0 auto 10px;
position: relative;
}
.top_link li a img {
width: 160px;
height: 160px;
}
.top_plan>ul>li:first-child,
.bg_blue {
background: #E1E8E6;
}
.top_plan>ul>li:nth-child(3),
.bg_purple {
background: #E8E7EB;
}
.top_plan>ul>li:nth-child(2),
.bg_pink{
background: #EFE7E7;
}

.top_plan>ul>li ul li:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f14a";
margin-right: 10px;
color: #828282d9;
}

.bg_yellow {
background: #ECEDE1;
}
.top_link li a p {
text-align: right;
position: absolute;
bottom: 8px;
right: 8px;
text-transform: uppercase;
line-height: 1.2;
letter-spacing: 1px;
font-size: 14px;

}
.top_link li a p span{
font-size:11px;
}
.link_bg {
width: 140px;
height: 140px;
background-size: contain !important;
}


.top_catcharea {
margin: 60px 20px;
}
.top_newborn {
background: #0d0d0d;
color: #fff;
padding: 40px 0;
}
#service {
    background: url(https://sourirephoto.com/wp-content/uploads/2023/12/SOU00122b-scaled.jpg);
    background-size: cover;
    background-position: center;
padding: 40px 0;
    margin: 100px 0 0;
}
.top_maternity {
padding: 40px 0;
}
.top_maternity .flex {
align-items: center;
}

/*--- top plan list, about textbox, flow list ---*/

.top_catcharea p {
font-size: 18px;
}
.top_catcharea .catce_hd {
font-size: 22px;
margin-bottom: 40px;
}
.top_catcharea {
padding: 0 20px 60px;
background: url(https://sourirephoto.com/wp-content/themes/sourire/images/flowerimg.png)no-repeat;
background-position: bottom right;
background-size: contain;
margin: 100px auto 40px;
width: 520px;
}

.top_plan_list.inner .flex.top_plan_list_img li,
.plan_box ul.flex.top_plan_list_img li {
     width: 24%;
    margin: .5%;
    padding: 0;
}

.about_textbox {
    text-align: center;
    margin-bottom: 100px;
}


.flow_list li {
margin-bottom: 60px;
}
.flow_btn {
text-align: center;
display: block;
padding: 10px 20px;
background: #000;
color: #fff;
width: 200px;
margin: 10px 0;
border: solid 1px #000;
}
.flow_btn:hover {
border: solid 1px #333;
background: #fff;
color: rgba(0, 0, 0, .78);
}
.flow_list h3 {
border-bottom: dotted 3px #dcdcdc;
background: #e0e0e0;
padding: 8px;
margin-bottom: 10px;
font-size: 1.2rem;
}
.flow_list {
max-width: 800px;
margin: 0 auto;
}
.top_newborn .line_btn {
    color: #fff;
    border: solid 1px #fff;
}
.top_newborn .line_btn::before{
	border-top: 1px solid #fff;
}
.top_newborn .line_btn::after{
	    border-bottom: 1px solid #fff;
}
.top_plan_list li .line_btn  {
    color: rgba(0, 0, 0, .78);
    border: solid 1px #000;
}
.top_plan_list.inner li .line_btn::before{
	border-top: 1px solid #000;
}
.top_plan_list li .line_btn::after{
	    border-bottom: 1px solid #000;
}
.top_plan_list .newborn_plan_anchor_link {
    border: solid 1px #000;
    width: 48%;
    margin: 0 1% 40px;
    padding: 26px 0 0;
    position: relative;
}
.top_plan_list .newborn_plan_anchor_link:hover {
    background: #f5f5f5;
}
.top_plan_list h3 {
    font-size: 18px;
    border-bottom: dotted 2px #dcdcdc;
}

/*--- anchorlink, shooting_location, plan_list_inner, page_notice, page_faq, page_privacypolicy, instagram ---*/
.newborn_plan_anchor_link_inner {
    padding: 0 20px;
}
.anchorlink_area {
    text-align: center;
    background: #8b8b8b;
    color: #fff;
	    padding: 4px 0;
}

.place {
    position: absolute;
    top: -14px;
    right: 0;
    padding: 2px 8px;
    font-size: 13px;
}
.shooting_location_a {
    background: #e6d5d5;
    padding: 4px 10px;
	 margin-right: 2px;
}
.shooting_location_b {
    background: #dfdddd;
    padding: 4px 10px;
}

.tab-wrap {
width: calc(100% - 40px);
max-width: 800px;
margin: 0 auto;
justify-content: space-between;
}
.tab-label {
background: #ececec;
padding: 10px;
order: -1;
width: 33%;
text-align: center;
}
.tab-content {
width: 100%;
display: none;
}
.tab-switch:checked+.tab-label {
background: #eee5e7;
}
.tab-switch:checked+.tab-label+.tab-content {
display: block;
border: solid 3px #ede4e7;
padding: 20px 20px 60px;
}
.tab-switch {
display: none;
}

.top_point {
background: #f3f3f3;
padding: 80px 0 40px;
}
.point_box {
width: calc(100% - 40px);
max-width: 800px;
margin: 0 auto 80px;
align-items: center;
}
.top_point h2 {
text-align: center;
font-size: 20px;
margin-bottom: 60px;
}
.point_box h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}
.point_box .flex_textarea {
position: relative;
width: 50%;
padding: 20px;
}
.point_box .flex_textarea:before {
right: 30px;
top: -40px;
content: "1";
font-size: 100px;
position: absolute;
font-style: italic;
font-family: math;
color: rgb(138 138 138 / 20%);
font-weight: bold;
}

.point_box.point2 .flex_textarea:before {
content: "2";
}
.point_box.point3 .flex_textarea:before {
content: "3";
}

/*faq*/
.faq_q:before {
content: "Q";
display: inline-block;
width: 20px;
height: 20px;
background: #ede4e7;
text-align: center;
line-height: 20px;
padding: 2px;
margin-right: 10px;
border-radius: 20px;
}
.faq_a:before {
content: "A";
display: inline-block;
width: 20px;
height: 20px;
background: #f7f3f3;
text-align: center;
line-height: 20px;
padding: 2px;
margin-right: 10px;
border-radius: 20px;
}
.faq_q {
border-bottom: dotted 2px #ede4e7;
padding-bottom: 8px;
margin-bottom: 8px;
}
.maternity_faq .faq_q{
padding: 0;
background: #fbfbfb;
}
.maternity_faq .faq_a{
padding: 6px 0 30px 10px;
}
.maternity_faq .faq_a:before {
content: none;
}
.maternity_faq .faq_q:before {
content: "Q";
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background: #ede4e7;
text-align: center;
margin-right: 20px;
border-radius: 0;
}
.tab-switch:checked+.tab-label::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f77d";
color: #bdb5b8;
margin-right: 4px;
}


.page_notice h3,
.page_faq h3,
.page_privacypolicy h3 {
    background: #000;
    color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    font-size: 17px;
}
.page_notice>ul>li,
.page_privacypolicy>ul>li {
margin-bottom: 40px;
}
.page_notice>ul>li>ul>li:before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f14a";
color: rgba(0, 0, 0, .78);
margin-right: 10px;
}
.page_notice>ul>li>ul>li{
margin-bottom:30px;
}
.privacypolicy_text {
margin-bottom: 40px;
}

.sb_instagram_header.sbi_no_avatar {
display: none;
}
#sb_instagram .sbi_follow_btn a {
    background: #c79ea2 !important;
}
.sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
    padding: 10px 20px !important;
    text-transform: uppercase !important;
}
a.sbi_load_btn {
    margin-right: 20px !important;
}
#sbi_load {
    margin-top: 20px !important;
}
.top_news.mb100 {
max-width: 800px;
margin: 60px auto;
}

.top_news ul li {
    border-bottom: solid 1px;
    padding: 20px;
}
.top_news ul li:first-child {
    border-top: solid 1px;
}
.news_day {
    padding-right: 40px;
    width: 120px;
}
.news_text {
    width: calc(100% - 160px);
}

/*--------------- about -----------------*/
.access_text {
text-align: center;
margin: 0 40px 40px;
}
.top_access .access_text {
padding: 20px 20px 40px;
}
.top_access .access_list.page_inner {
margin-bottom: 0;
}

.page_about .about_sectionTitle{
  font-size: 20px;
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 140px 0 60px;
}
.about_photographer__inner{
  display: flex;
  gap: 28px;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about_photographer__media{
  flex: 0 0 280px;
}
.about_photographer__media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.about_photographer__text{
  flex: 1;
}
.about_photographer__name{
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .02em;
  margin: 0 0 18px;
}
.about_photographer__name--sp{
  display: none;
}
.about_sectionBody p,
.about_photographer__message p{
  margin: 0 0 18px;
}
.about_message .about_sectionBody{
  text-align: center;
}
.about_studio .about_sectionBody{
  text-align: center;
}
.page_about .about_studio.page_inner_box{
  /* Full-bleed background block for the Studio section */
  width: 100%;
  max-width: none;
  margin: 0 0 80px;
  padding: 80px 20px;
}
.page_about .about_studio .about_sectionTitle{
  /* Let the section padding control spacing instead of the global large margins */
  margin: 0 0 40px;
}
.page_about .about_studio .about_sectionBody{
  /* Keep text width readable while background spans full width */
  max-width: 800px;
  margin: 0 auto;
}
.about_bottomCta{
  text-align: center;
}
.about_bottomCta__text{
  margin: 0 0 20px;
  font-family: var(--font-jp-serif);
  font-weight: 300;
}

/*--- Home FAQ nav ---*/
/* Home: FAQ category jump links */
.home-faq-nav {
	box-sizing: border-box;
	max-width: none;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
}
.home-faq-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
}
.home-faq-nav__list > li {
	margin: 0;
	padding: 0;
}
.home-faq-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 0;
	border: solid 1px #cfc7c9;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.home-faq-nav__link:hover,
.home-faq-nav__link:focus-visible {
	background: #f7f2f4;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
	transform: translateY(-1px);
	outline: none;
}
.home-faq-nav__link:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* FAQ page: align nav with page container */
.home-faq-nav--faq {
	padding: 0;
	margin: 0 0 40px;
}

/*--- access, photographer, about_newborn, top_blog ---*/
.access_list li {
border-bottom: dotted 1px #333;
padding: 10px 20px;
}
.access_list li:first-child{
border-top: dotted 1px #333;
}
.photographer_name {
font-size: 18px;
letter-spacing: 1px;
border-bottom: dotted 1px #333;
margin-bottom: 20px;
line-height: 28px;
}
.photographer_name span {
font-size: 12px;
}
.photographer_img.w30 {
padding: 0 20px;
}
.photographer_list li:last-child span {
font-size: 13px;
}
.photographer_text {
font-size: 14px;
}
.photographer_text h4 {
margin-top: 40px;
}
.text_small {
font-size: 12px;
}
.about_newborn {
background: url(https://sourirephoto.com/wp-content/themes/sourire/images/about_newborn.png) center top / cover no-repeat;
width: 100%;
min-height: 500px;
padding: 80px 20px;
text-align: center;
margin-bottom: 100px;
}
.access_list li {
justify-content: space-between;
max-width: 640px;
margin: 0 auto;
}
.top_blog {
	padding: 60px 0 60px;
	background: #eaeaea;
}
.top_blog h2 {
	margin-bottom: 40px;
}
.top_blog .line_btn {
	margin-bottom: 0;
}

/*--------------- faq -----------------*/
.faq_container{
width: 87.923vw;
max-width: 1000px;
margin: 0 auto;
padding-top: 120px;
}

.faq_container h2{
text-align: center;
margin-bottom: 60px;
}
.about_newborn_text {
width: 60%;
text-align: left;
line-height: 1.7;
}

/*--------------- faq-icon -----------------*/
.plus_icon {
display: inline-block;
vertical-align: middle;
color: #1a1a1a;
line-height: 1;
width:14px;
height: 2px;
background-color: #1a1a1a;
position: relative;
top: 14px;
margin-right: 20px;
}

.plus_icon::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
transform: rotate(90deg);
}

/*--------------- faq-acd -----------------*/
.acd_q, .acd_a{
width: 60px;
text-align: center;
}

.acd-check{
display: none;
}




.acd-label{
color: #1a1a1a;
display: block;
margin-bottom: 1px;
position: relative;
transition: all .5s ease;
cursor: pointer;
border-bottom: dotted 1px #dcdcdc;
padding: 20px 40px 20px 10px;
}


.acd-label:hover{
background-color: #f5f6f7;
}

.acd-label .flex{
justify-content: space-between;
}

.acd-content{
height: 0;
opacity: 0;
transition: all .5s ease;
visibility: hidden;
}

.acd-check:checked + .acd-label .plus_icon::before{
content: none;
}

.acd-check:checked + .acd-label + .acd-content{
height: auto;
opacity: 1;
padding: 20px 10px;
visibility: visible;
}

.acd-label:after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f055";
display: block;
font-size: 20px;
color: #ececec;
box-sizing: border-box;
padding: 10px;
position: absolute;
right: 0;
top: 7px;
}

.acd-check:checked + .acd-label:after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f057";
}
.acd-check:checked + .acd-label + .acd-content{
opacity: 1;
padding: 10px 10px 40px;
visibility: visible;
background: #ececec2b;
}
.acd-label:before {
content: "Q";
margin-right: 10px;
width: 24px;
height: 24px;
display: inline-block;
top: 0;
left: 0;
background: #ede4e7;
border-radius: 24px;
text-align: center;
line-height: 24px;
}
dd.faq-answer a {
    display: contents;
}

/*--------------- plan -----------------*/
.plan .flex{
justify-content: space-around;
}

.plan h2{
font-size: 1.5em;
text-align: center;
margin: 0 0 0.5em;
}

.plan h3{
font-size: 1.25em;
text-align: center;
margin-bottom: 20px;
}

.plan .explain{
justify-content: space-between;
}

.plan .explain p{
display: inline-block;
line-height: 1.6em;
margin: 5px 0;
}

.plan .explain p.text_left{
max-width: 80px;
}

.plan .explain p.text_left{
width: 160px;
}

.plan .three_column_items{
border: solid 1px #ccc;
padding: 20px;
}

.plan .three_photo{
width: 30%;
}

.plan .three_column_items img{
width: 100%;
height: 100%;
}
.page_plan.page_inner {
width: 800px;
max-width: calc(100% - 40px);
margin: 0 auto;
}
.three_column_items {
border: solid 3px #ece3e7;
background: #fff;
padding: 20px;
margin-bottom: 40px;
}
.plan_top_text {
margin: 40px auto 60px;
}
.three_column_items:last-child{
position:relative;
}

.plan_text h4 {
border-bottom: dotted 2px #D2C3CC;
margin-bottom: 4px;
font-weight: bold;
color: #a78198;
}
.plan_text li {
margin-bottom: 20px;
}
.three_column_items h3 {
background: #ebe2e7;
padding: 4px 20px;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}

.plan_price span {
font-size: 14px;
}
.explain {
width: 200px;
margin: 0 0 0 auto;
justify-content: space-between;
}
.flex.monitor_products_img {
padding: 0;
margin-top: 20px;
justify-content: space-around;
}
.flex.monitor_products_img li {
width: 33%;
}
/*--------------- costume -----------------*/
.costume_list_box {
    background-color: #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}
.costume_link_btn li a {
    display: block;
    padding: 6px 10px;
    margin: 10px;
    border: solid 1px #000;
   font-size:13px !important;
}
.costume_link_btn li a:hover{
	background:#000;
	color:#fff;
}

/*--------------- retouch -----------------*/

.retouch_inner h3 {
    font-size: 16px;
    padding: 20px 10px;
    background: #838383;
    color: #fff;
}
.retouch_inner.page_inner {
    padding-top: 20px;
}

.retouch_list_box {
    padding: 10px;
    margin-bottom: 10px;
}
.retouch_list_box h4 {
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
}

/* 簡易レタッチ section */
.retouch-simple {
    background: #f7f3f3;
}
.retouch-simple__body {
    padding: 10px;
}
.retouch-simple__body p {
    margin-bottom: 20px;
    line-height: 1.8;
}
.retouch-simple__target h4 {
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
    font-weight: 400;
}
.retouch-simple__target ul {
    padding-left: 0;
}
.retouch-simple__target li {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
.retouch-simple__target li::before {
    content: "・";
}


/*--------------- blog -----------------*/
.page_nav {
text-align: center;
margin: 40px auto;
}
.pages {
display: none;
}
.wp-pagenavi span.current {
background: #000000;
    color: #fff;
width: 30px;
height: 30px;
line-height: 24px;
margin: 4px;
border-radius: 100%;
border: none;
display: inline-block;
}
.page.larger, .page.smaller {
background: #f7f3f3;
width: 30px;
height: 30px;
line-height: 24px;
margin: 4px;
border-radius: 100%;
border: none;
display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span,
.previouspostslink {
border: none !important;
}

.previouspostslink {
margin-right: 10px;
}
.nextpostslink {
margin-left: 10px;
}
/* Homepage blog grid: flex layout for desktop (Slick unslick restores original HTML) */
.top_blog .blog_box {
display: flex;
flex-wrap: wrap;
}
.blog_box li {
width: calc(25% - 20px);
margin: 0 10px 10px;
}
.blog_box li a {
    padding: 10px 10px 52px;
    border: solid 1px #dcdcdc;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    position: relative;
}
.blog_box li a:hover {
    background: #e0e0e0;
}
.blog_img {
margin: 0 auto;
overflow: hidden;
margin-bottom: 10px;
}
.blog_img img {
width: 100%;
cursor: pointer;
transition-duration: 0.3s;
}
.blog_img:hover img {
opacity: 0.6;
transition-duration: 0.3s;
}
.blog_text_area .flex {
justify-content: space-between;
font-size: 14px;
margin-bottom: 10px;
}

/* Card title: remove gray highlight meant for content headings */
.blog_box li a h3 {
  background: transparent;
  padding: 0;
  margin: 0;
}

/* "READ MORE" / "View More" goes bottom-right inside the card */
.blog_box li a .voice_more_btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
  text-align: right;
}

.single_blog .blog_cat a {
    border-bottom: none !important;
}
.blog_box li a .blog_cat {
border: none;
border: solid 1px #000;
    padding: 4px 10px 4px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}



figure.wp-block-image.size-large img,
.page_blog.page_inner.single_blog p {
margin-bottom: 20px;
}

.single_blog {
width: calc(100% - 40px);
max-width: 800px;
margin: 0 auto 20px;
padding: 40px 40px 100px;
border: solid 2px #ece3e7;
}
.single_blog .flex {
justify-content: space-between;
margin-bottom: 20px;
}
.single_blog h3 {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    background: #ece3e7;
}
.single_blog h4 {
    background: #dddddd;
    padding: 10px;
    margin: 80px 0 20px;
    font-weight: bold;
}
.page_blog h5 {
    font-weight: bold;
    margin: 20px 0 10px;
    border-bottom: dotted 1px;
}
.page_blog ul {
    margin-bottom: 20px;
}
.blog_index li a {
    display: block;
    padding: 6px 0;
}
.blog_index li a:before {
    content: "・";
}
.blog_index li a:after {
    content: "↓";
}
.blog_index li a:hover {
    color: #d5a6a6;
}


.top_blog time.text_r {
    display: block;
    width: 120px;
    font-size: 12px;
    font-family: var(--font-jp-serif);
    letter-spacing: 1px;
}
.blog_cat a {
    display: block;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
}

/*--- single_blog_btn, styling, plan options, flow, posing/slick, 404 ---*/

.single_blog_btn.page_inner.flex {
justify-content: space-between;
margin: 0 auto 40px;
width: calc(100% - 40px);
max-width: 800px;
}
.single_blog_btn.page_inner a {
text-transform: uppercase;
display: inline-block;
padding: 4px 10px;
background: #e3e3e3;
font-size: 12px;
}
.single_blog_prev a:before {
content: "<";
padding-right: 8px;
}
.single_blog_next a:after {
content: ">";
padding-left: 8px;
}
.single_blog_btn.page_inner a:hover {
background: #d0cbcd;
}
.cat_area {
margin: 0 auto 60px;
padding: 20px;
max-width: 720px;
width: calc(100% - 40px);
}
.cat_area ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.cat_area ul li a {
background: #f7f3f3;
display: inline-block;
padding: 4px 10px;
margin: 10px;
}
.cat_area.page_inner h3 {
font-size: 16px;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.cat_area.page_inner h3:before,
.cat_area.page_inner h3:after {
content: "";
flex-grow: 1;
height: 1px;
background: #ebe2e7;
margin:0 .4em;
}
.page_blog,
.page_voice {
margin: 0 auto 40px;
width: calc(100% - 40px);
    max-width: 1260px;
}
.blog_box,
.page_voice {
margin-bottom: 40px;
}

.cat_name {
    font-size: 20px;
    margin-bottom: 50px;
    padding-bottom:10px;
    text-transform: uppercase;
    border-bottom: solid 1px #000;
}

.single_blog a:hover{
background: #eee5e7;
}
.single_blog a {
border-bottom: solid 2px #eee5e7;
}
.single_blog a.line_btn {
border-bottom: solid 1px #333;
}
.single_blog .line_btn::after {
content: "";
margin: auto;
}
.single_blog a:after {
content: ">";
margin-left: 6px;
margin-right: 6px;
}
.top_plan_list.inner li {
    width: 48%;
    margin: 1%;
    padding: 40px 20px 20px;
    background: #fff;
    color: #333;
    position: relative;
}
span.term_title {
    font-size: 20px !important;
    line-height: 100px;
}
.page_blog.page_inner.single_blog h2 {
    margin-top: 40px;
    font-size: 1.3rem;
    background-color: #f1f1f1;
    padding: 4px 10px;
    margin-bottom: 10px;
}

/*-----------styling -----------------*/
.styling_img.flex li {
width: 33%;
padding: 1%;
}
.styling_cat a {
border: solid 1px #333;
display: block;
font-size: 10px;
padding: 2px 10px;
margin: 2px;
}
.single_styling a:after {
content: "";
margin: 0;
}
.styling_cat.flex {
justify-content: flex-end;
}
.single_styling h3 {
font-size: 18px;
}
.single_styling h4 {
margin-bottom: 10px;
}
.styling_text {
margin-bottom: 60px !important;
}
.styling_box>li {
background: rgb(236 227 231);
padding: 30px 10px 10px;
margin: 0 20px 40px;
}
.styling_top_text {
padding: 0 20px 40px;
}
.styling_box h4 {
font-size: 18px;
margin-left: 13px;
border-bottom: dotted 3px#9fa29a;
margin-bottom: 10px;
padding-bottom: 3px;
color: #75736f;
}
.campaign_link_box a {
width: 300px;
background: #e2bebe;
margin: 0 auto 60px;
padding: 20px;
display: block;
}
.styling_link_btn {
width: calc(100% - 40px);
margin: 40px auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.styling_link_btn li a {
display: block;
border: solid 1px #333;
padding: 8px;
width: 160px;
text-align: center;
margin-bottom: 16px;
}
.styling_link_btn li a:hover {
background: #ebe2e7;
}
/*-----------plan -----------------*/
.option_inner {
margin: 100px auto;
max-width: 800px;
}
.option_list {
border: solid 1px #efe6e7;
background: #fff;
padding: 20px;
margin-bottom: 20px;
}

li.option_list div:nth-child(2) {
    width: calc(100% - 440px);
    max-width: calc(100% - 440px);
}
li.option_list div:nth-child(3) {
    margin-right: 0;
}

.page_title {
margin-bottom: 40px;
}
.option_list h4 {
font-size: 18px;
border-bottom: solid 3px #efe6e7;
margin-bottom: 10px;
}
.option_list div {
margin-right: 20px;
width: 200px;
}
.option_list.flex>p {
max-width: calc(100% - 220px);
}

/*---------------flow-----------------*/
.page_flow_list>li {
    background: #000;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}
.page_flow_list h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.flow_nb {
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
	color: rgb(255 255 255 / 50%);
}
.flow_nb li:first-child {
    color: #fff;
}
ul.flow_nb li {
    padding: 6px;
}



/*---------------posing -----------------*/

.slider-thumb{
  margin-top: 20px;
}
.slider-thumb .slide>span{
  font-size: 20px;
  height: 60px;
}

/* arrow */
.slick-arrow{
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #3498db;
  border-right: 3px solid #3498db;
  opacity: .8;
}
.slick-arrow::before{
  content: '';
}
.slick-prev{
  left: 30px;
  transform: rotate(-135deg);
}
.slick-next{
  right: 30px;
  transform: rotate(45deg);
}
/* dots */
.slick-dots{
  bottom: -25px;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before{
  width: 12px;
  height: 12px;
}
.slick-dots li{
  margin: 0 7px;
}
.slick-dots li button{
  background-color: #fff;
  opacity: .8;
  border-radius: 100%;
}
.slick-dots li.slick-active button{
  opacity: .4;
}
.slick-dots li button::before{
  content: '';
}




/*---------------404 -----------------*/
.inner_404 {
text-align: center;
font-size: 18px;
background: url(https://sourirephoto.com/wp-content/themes/sourire/images/dot.png);
padding: 100px 0 40px;
}

/*--- 404 continued ---*/
.inner_404_text {
	font-size: 70px;
	font-family: var(--font-en);
}
.error404-message {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
}
.error404-links {
    margin-top: 60px;
}
.error404-links h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}
.error404-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.error404-nav li {
    width: calc(50% - 10px);
    max-width: 240px;
}
.error404-nav .link_btn {
    width: 100%;
    margin: 0;
}

/*--------------- maternity -----------------*/
.plan_box {
padding: 40px;
border: solid 1px #000;
margin-bottom: 30px;
}
.plan_box h3 {
font-size: 22px;
border-bottom: dotted 2px #dcdcdc;
margin-bottom: 10px;
}
.plan_price {
width: 140px;
font-size: 26px;
text-align: center;
margin-bottom: 20px;
display: block;
margin: 0 0 20px auto;
background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.plan_text_area {
margin-bottom: 40px;
}
.plan_contents {
background: #f7f7f7;
padding: 20px;
margin-bottom: 30px;
}
.plan_contents h4 {
width: 120px;
}

.plan_contents ul {
margin-bottom: 30px;
}
.plan_info li:before {
content: "■";
margin-right: 10px;
}
.plan_info li {
    margin-bottom: 12px;
}

.plan_contents>ul>li {
padding-bottom: 4px;
margin-bottom: 8px;
border-bottom: solid 1px #d8d8d8;
}


.plan_info {
    border: solid 1px #000;
    padding: 20px;
}

.plan_info h4 {
    font-size: 16px;
    border-bottom: solid 1px #000;
}

.plan_info li




.maternity_link.flex {
justify-content: center;
margin-bottom: 60px;
}
.maternity_link a {
display: inline-block;
padding: 10px 20px;
border: solid 1px #dcdcdc;
background: #f1f1f1;
margin: 10px;
}
.maternity_link a:hover {
background: #ede4e7;
}
#maternity_voice {
background: #f7f7f7;
padding: 60px 0;
}
#faq {
    margin: 60px auto 80px;
    width: calc(100% - 40px);
    max-width: 800px;
}

#faq dt:before {
    text-align: center;
    content: "Q";
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 9px;
    margin-right: 10px;
    width: 20px;
}
#faq dt {
    line-height: 30px;
    background: #e1e1e1;
    margin-bottom:10px;
}
#faq  dd {
    margin-bottom: 20px;
}
.faq-question {
    cursor: pointer;
    z-index: 1;
}
dd.faq-answer {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.faq_box {
    line-height: 1.6rem;
	scroll-margin-top: 90px;
}
.js-question.is-active + .faq-answer {
    height: auto;
}
#flow {
    background: #f7f7f7;
    padding: 100px 0;
}
.plan_info.bg_pink.plan_info_option h4 {
    border-bottom: solid 1px #333;
   margin-bottom:10px;
}
.p20 {
    padding: 20px;
}
/*--------------- contact -----------------*/
.contact_current_area {
display: flex;
justify-content: space-between;
margin: 60px auto;
width: calc(100% - 20px);
max-width: 720px;
text-align: center;
}
.contact_current_area li {
margin: 0 1%;
padding: 10px 4px;
width: 28%;
border: solid 1px #333;
}
.contact_current_area li:first-child, .contact_current_area li:nth-child(2) {
position: relative;
}
.contact_current_area li:first-child::before, .contact_current_area li:nth-child(2)::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: -3px;
right: -15%;
margin: auto;
width: 10px;
height: 10px;
border-top: 1px solid #333;
-webkit-transform: rotate(
26deg
);
transform: rotate(
26deg
);
}
.contact_current_area li span {
width: 100%;
}
.contact_current_area li:first-child::after, .contact_current_area li:nth-child(2)::after {
content: "";
display: block;
position: absolute;
top: -11px;
bottom: 0;
right: -16%;
margin: auto;
width: 60px;
height: 10px;
border-bottom: 1px solid #333;
}
.link_line {
border: solid 1px #333;
padding: 2px 10px;
display: block;
margin: 20px auto;
width: 140px;
text-align: center;
}
form {
width: 100%;
max-width: 720px;
margin: 40px auto 140px;
}
table {
width: 100%;
}
.bg_red {
background: #ece3e7;
padding: 2px 8px;
font-size: 10px;
margin-right: 10px;
}
tr {
border-bottom: dotted 1px #333 !important;
padding: 20px 10px;
display: flex;
}
tr:first-child {
border-top: dotted 1px #333 !important;
}
th {
font-weight: initial;
text-align: left;
width: 200px;
vertical-align: top;
}
td {
width: calc(100% - 200px);
margin: 0 auto;
}
td input, td textarea.inquiry {
border: none;
width: 100%;
background: #f7f7f7;
padding: 4px 10px;
}
input.btn_confirmation, input.btn_send, input.page-back {
width: 180px;
display: inline-block;
font-size: .9rem;
height: 34px;
line-height: 27px;
background: white;
border: solid 1px #333;
transition: all .8s;
border-radius: 0;
}
.contact_current {
background: #ece3e7;
}
.button {
display: flex;
justify-content: space-between;
width: 400px;
max-width: 96%;
margin: 40px auto 20px;
}
input.btn_confirmation, input.btn_send, input.page-back {
width: 180px;
display: inline-block;
font-size: .9rem;
height: 34px;
line-height: 27px;
background: white;
border: solid 1px #333 !important;
transition: all .8s;
border-radius: 0;
}
input.btn_confirmation:hover, input.btn_send:hover, input.page-back:hover {
background: #ece3e7;
border: solid 1px #8e8e8e;
}
span.error {
color: #ca89a6;
}
span.mwform-tel-field {
display: flex;
}
input.tel {
width: 80px;
}

.page_contact.page_inner {
max-width: 640px;
margin: 0 auto;
padding: 0;
}

/* Contact Methods Section */
.contact-methods {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 80px;
	gap: 20px;
}

.contact-method {
	flex: 1;
	border: solid 1px #333;
	padding: 30px 20px;
	background: #fff;
}

.contact-method h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: dotted 2px #dcdcdc;
	padding-bottom: 10px;
}

.contact-method p {
	margin-bottom: 15px;
	line-height: 1.8;
}

.contact-method ul {
	margin-bottom: 20px;
	padding-left: 1.2em;
}

.contact-method ul li {
	list-style: disc;
	margin-bottom: 8px;
	line-height: 1.8;
}

.contact-method--line .btn--line {
	display: block;
	text-align: center;
	padding: 12px 20px;
	background: #fff;
	border: solid 1px #333;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

.contact-method--line .btn--line:hover {
	background: #06c755;
	color: #fff;
	border-color: #06c755;
}

.contact-method--line .btn--line i {
	margin-right: 8px;
	font-size: 18px;
}

/* Contact Info Section */
.contact-info {
	margin: 60px 0 40px;
	padding: 30px;
	background: #f7f7f7;
}

.contact-info h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: dotted 2px #dcdcdc;
	padding-bottom: 10px;
}

.contact-info dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}

.contact-info dt {
	width: 40%;
	padding: 10px;
	font-weight: bold;
	border-bottom: dotted 1px #dcdcdc;
}

.contact-info dd {
	width: 60%;
	padding: 10px;
	border-bottom: dotted 1px #dcdcdc;
}

.contact-info dt:last-of-type,
.contact-info dd:last-of-type {
	border-bottom: none;
}

/* FAQ Link Section */
.contact-faq-link {
	text-align: center;
	margin: 40px 0 60px;
	padding: 20px;
	background: #ece3e7;
}

.contact-faq-link p {
	margin: 0;
	line-height: 1.8;
}

.contact-faq-link a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.contact-faq-link a:hover {
	color: #b37b95;
}

/*--- top_sourire_text, single plan, voice page, wp-block-video ---*/
.top_sourire_text.page_inner {
margin-bottom: 0;
margin-top: 40px;
text-align: center;
}


/*--------------- plan -----------------*/

.single_plan_hd {
     text-align: center;
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #c1c1c1;
    margin-bottom: 10px;
}
.single_plan_main-img {
    margin-bottom: 40px;
}
.single_plan_box h4 {
    background: #ededed;
    padding: 2px 8px;
}

.plan_tag {
    background: #b9b9b9;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
.single_plan_box h4 {
    background: #c1bfbf;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
}
.plan_option li {
    padding: 20px;
    background: #f4f4f4;
	 margin-bottom: 20px;
}
.plan_option p {
    text-align: right;
    font-size: 18px;
}
.plan_option .mr10 {
    margin-right: 20px;
    width: calc(50% - 20px);
}
.plan_option p {
    text-align: right;
    font-size: 18px;
}
.plan_option p span {
    font-size: 13px;
}
.plan_gallery_img li{
width: 25%;
}
.plan_gallery_list>li {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
}
.flex.plan_gallery_img li a img {
    padding: 10px 5px 0;
}
.single_plan_box {
    margin-bottom: 40px;
}
.ml20 {
    margin-left: 20px;
}
.top_plan_list_text dl dt:after {
    content: ":";
    margin: 0 20px;
}
.plan_gallery_list li h5,
.plan_option li h5 {
    border-bottom: dotted 2px #a8a8a8;
    padding-bottom: 5px;
}
.single_plan_link_list li {
    width: 23%;
    margin: 0 1% 20px;
}
.single_plan_link_list.flex li a {
    display: block;
    border: solid 1px #555454;
    text-align: center;
    padding: 10px;
}
/*--------------- voice -----------------*/
.single_voice{
padding: 0 40px 40px;
margin: 0 auto 40px;
width: calc(100% - 40px);
max-width: 800px;
}

.voice_box li h3 {
margin-bottom: 10px;
    margin-left: 10px;
    font-size: 18px;
}
.voice_hd {
font-size: 15px;
padding: 16px;
background: #f4f4f4;

}
.single_voice_text {
margin: 40px 0;
}
.single_voice_text p {
margin-bottom: 20px;
}
.single_voice_text_hd {
    background: #d8d8d8;
    padding: 10px;
    margin-top: 40px;
	margin-bottom: 10px;
}

.top_gallery.voice_gallery ul li {
width: calc(50% - 20px);
margin: 0 10px 20px;
}

.voice_tag_area {
text-align: right;
}
.voice_cat {
background: #f5f5f5;
display: inline-block;
padding: 2px 10px;
margin: 20px 10px 30px auto;
font-size: 13px;
}
.voice_tag_area.voice_all {
text-align: revert;
}
.voice_all .voice_cat {
margin: 0 auto 10px 0;
}

.voice_more_btn {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
	letter-spacing: 0.03rem;
margin-top: 14px;
}

h3.single_voice_hd {
font-size: 18px;
border-bottom: dotted 2px #c1c1c1;
margin-bottom: 10px;
}

.voice_box>li {
width: calc(24% - 1%);
margin: 0 1% 40px;
}
.voice_box>li>a {
	display: block;
	/* Leave room for the "READ MORE" / "View More" link pinned bottom-right */
	padding: 10px 10px 52px 10px;
	border: solid 1px #ccc;
	background: #fff;
	position: relative;
}
.voice_box>li>a:hover {
	    background: #e0e0e0;
}
.voice_box>li>a .voice_more_btn{
	position: absolute;
	right: 12px;
	bottom: 12px;
	margin: 0;
	text-align: right;
}
.voice_text_area>p {
background: #fffde3;
padding: 6px 10px;
}
.voice_text_area h3 {
font-size: 18px;
padding-left: 10px;
margin-bottom: 10px;
}

.thumbnail_flower_img {
position: absolute;
width: 30px;
right: 5px;
bottom: -60px;
}

/*top_voice*/
.top_voice {
  background: #efefef;
}
#voice .voice_box>li {
width: calc(24% - 1%);
}
	.more_btn {
	text-align: right;
	    display: inline-flex;
	margin: 0 20px 10px auto;
	text-transform: uppercase;
	}

	/* Category nav (blog/voice): keep items on one line and avoid JP character wrapping */
	.blog_cat_area.flex {
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.blog_cat_area .more_btn {
		margin: 0;
		white-space: nowrap;
	}

.single_voice .more_btn {
    width: 110px;
    border: 1px solid;
    padding: 4px 8px;
    text-align: center;
    display: block;
    text-transform: uppercase;
	font-size: 13px;
}
#voice .thumbnail_flower_img {
width: 30px;
bottom: -10px;
}


figure.wp-block-video {
    max-width: 400px;
}

/*--- newborn_bnr, monitor_top, top_plan02_inner, plan_list_inner, costume_inner ---*/

.newborn_bnr {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto 40px;
}
.newborn_bnr.sp {
display: none;
}


.monitor_top {
    width: 740px;
    margin: 0 auto;
}
.monitor_top img{
	margin-bottom:40px;
}

.top_plan02_inner {
    width: calc(50% - 40px);
    margin: 0 auto 40px;
}
.top_plan02_inner .flex_textarea {
    width: 100%;
}

.plan_list_inner ul li:before {
    content: "■";
    padding-right: 10px;
}

.plan_list_inner h3
 {
    font-size: 18px;
    padding-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.costume_inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
}
.costume_inner h4 {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f7f7f7;
    color: #333333;
	margin-bottom:20px
}

.costume_inner h4::before {
    display: inline-block;
    width: 3px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #c5c1c1;
    content: '';
}



.plan_list_inner ul li {
    margin-bottom: 8px;
}
.option_note {
    margin-top: 20px;
    font-size: 14px;
}
.plan_info_option ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.plan_info_option .option_bullets{
	background: transparent;
	border: 0;
	padding: 0;
}
.plan_info_option ul li{
	margin-bottom: 14px;
}
.plan_info_option .option_note a{
	color: inherit;
	text-decoration: none;
}
.plan_list_inner .page_link_btn {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.plan_list_inner .line_btn {
    width: auto;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 30px;
}

/*---------------costume -----------------*/
.costume_items {
    display: flex;
}
.costume_items li {
    padding: 2px;
}

/*--- sb_instagram, blog_cat_area, term_title, cp_qa accordion, timeline, more_btn hover ---*/
#sb_instagram #sbi_load {
    padding: 10px 0 0;
}
.blog_cat_area.flex {
    width: calc(100% - 40px);
    max-width: 1180px;
margin: 0 auto 40px;
}
span.term_title {
    font-size: 14px !important;
    border-bottom: dotted 1px #000;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 30px;
    margin-top: 100px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}


/*----------------
           タイムライン*/

.timeline{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 4rem;
    font-family: var(--font-jp-serif);
			 letter-spacing: 0.05rem;
}

.timeline li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
    padding-left: 2em;
	    z-index: -1;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left:0.2em;
	top:0.2rem;
	width:1px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #aaa;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:7px;
	height: 7px;
	background:#aaa;
;
	border-radius: 50%;
}
.timeline li:last-child::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #aaa;
;
    border-radius: 50%;
}
.timeline .step {
    font-size: 12px;
    margin-left: 2px;
}

.timeline h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    border-bottom: dotted 1px #aaaaaa;
}
.timeline li {
    padding-bottom: 60px;
}
.timeline li:last-child {
    padding-bottom: 20px;
    margin-bottom: 100px;
}
.more_btn:hover {
    color: #b37b95;
}

/*--- animations, scrolldown, js-slick, page_blog, table_retouch, planpage_link_btn ---*/
/*----------------
           左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*----------------
           スクロールダウン*/

.scrolldown2 {
    position: absolute;
    top: 90%;
    left: 20px;
	display: none;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left: 10px;
	bottom:10%;
    /*テキストの形状*/
	color: #cccccc;;
	font-size: 1rem;
	letter-spacing: 0.25em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:1px;
    /*丸の形状*/
	width:5px;
	height:5px;
	border-radius: 50%;
	background:#cccccc;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:55px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0px;
	left:0;
    /*線の形状*/
	width:1px;
	height: 60px;
	background:#cccccc;
}

#js-slick {
    margin-top: 20px;
}
.page_blog h2{
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 52px;
}
.page_blog .wp-block-image img {
    margin: 20px 0;
}


.page_blog h3 {
    margin: 40px 0 10px;
    font-size: 1.2rem;
    background: #e0e0e0;
    margin-top: 40px;
    padding: 0 10px;
}

.slick-slider,
#sb_instagram .sbi_photo_wrap,
#sb_instagram #sbi_load .sbi_load_btn  {
    z-index: -1;
}


.sbi_header_palette_custom_2, #sb_instagram.sbi_palette_custom_2, #sbi_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox .sbi_lightbox_tooltip, #sbi_lightbox .sbi_share_close {
    background: none !important;
}


/*-----------retouch　table*/
.table_retouch {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  table-layout: fixed;
}

.table_retouch tr {
    padding: 1px;
    border: solid 1px #fff !important;
}
.table_retouch tr:first-child {
    border-top: solid 2px #fff !important;
}

.table_retouch th, .table_retouch td {
    padding: 1em 10px 1em 1em;
    width: 32%;
}
.table_retouch th {
  font-size: .85em;
	    background: #000;
color: #fff;
}
.table_retouch thead th {
    margin: 0 4px 0 0;
	 text-align: center;
}
.table_retouch th:gitdy-child{
border-top: dotted 1px #fff !important;
}
.table_retouch thead tr{
  color:#fff;
}
.table_retouch tbody th {
    background: #000;
    color: #fff;
    width: 23%;
    margin-right: 4px;
}
.table_retouch .txt{
   text-align: left;
   font-size: .85em;
width: 33.3%;
    background: #f2f2f2;
	margin: 0 4px 0 0;
}
.table_retouch .non{
  background:#fff;
  margin-right: 4px;
	width: 22%;
}
	.table_retouch .txt p span{
		display:none;
	}
.planpage_link_btn {
    width: 100%;
    justify-content: space-between;
	 padding: 0;
}
.planpage_link_btn li {
    width: 24%;
}.planpage_link_btn a {
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    margin: 10px;
    padding: 20px 0;
    text-align: center;
    width: calc(100% - 10px);
}
.planpage_link_btn a:hover {
    background: #f5f5f5;
}
