@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* ===============================
   SANGO メインフォントを Kiwi Maru（Medium）に変更
================================ */

:root {
  --sng-font-family-base: 'Kiwi Maru', 'Hiragino Maru Gothic ProN',
    'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
}

body {
  font-family: var(--sng-font-family-base);
  font-weight: 500;
  background-color: #FFF;
}
.sgb-header {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ebeae8;
}
.sgb-header__inner {
    max-width: 100%;
}
.sgb-header .wp-block-sgb-header-navigation .wp-block-navigation__container > .wp-block-navigation-item::after {
    background-color: #e25475;
    height: 2px;
    border-radius: 999px;
}
.sgb-header--has-search .sgb-header-nav-pc-wrapper .sgb-header-search {
  position: absolute;
  right: 0;
}
.sgb-header-nav-pc-wrapper .wp-block-navigation-item__content::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  font-size: .7em;
  margin-right: 4px;
  -webkit-text-stroke: 1px currentColor;
  vertical-align: 0.1em;
  color: var(--wp--preset--color--sango-main);
}
.sgb-header .wp-block-sgb-header-navigation .wp-block-navigation__container > .wp-block-navigation-item {
    font-weight: 500;
}
.sgb-header-search label {
    margin-left: 0;
}
.sgb-header--has-search .sgb-header-nav-pc-wrapper .sgb-header-search {
  position: absolute;
  right: 0;
  top: -6px;
  height: 45px;
  width: 45px;
}
.sgb-header-search label {
  color: var(--wp--preset--color--sango-main);
  font-size: 21px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wp--preset--color--sango-main);
  border-radius: 999px;
  opacity: 1;
  background-color: #f8f7f3;
}
.sgb-header .wp-block-sgb-header-navigation {
    position: relative;
}
.sgb-header-nav-pc-wrapper .wp-block-navigation {
  position: relative;
  top: 1px;
}
input.searchform__input {
    border-radius: 999px;
}
.rlmg {
    padding-bottom: 50%;
}
.footer-contents .related-posts .rlmg {
    padding-bottom: 100%;
}
.footer-contents .related_title {
    color: var(--wp--preset--color--sango-main);
}


.breadcrumb ul {
    text-align: right;
}
.breadcrumb li {
    color: #333;
}
.breadcrumb li a {
    color: #333;
}
.breadcrumb li a:hover {
    color: #ffa6bb;
    transition: .3s;
}
.breadcrumb li:first-child a::before {
    display: none;
}
.breadcrumb li:last-child::after {
    display: none;
}
.single-title, .page-title {
    color: #000;
    font-weight: 500;
}
.sgb-heading--type2 {
    padding: .5em .65em;
}
.xs,
#inner-content .xs {
    font-size:.8em;
}
.small,
#inner-content .small {
    font-size:.9em;
}
.big,
#inner-content .big {
    font-size:1.15em;
    line-height: 1.75;
}
.xl,
#inner-content .xl {
    font-size:1.25em;
    line-height: 2;
}
.sobig,
#inner-content .sobig {
    font-size:1.4em;
    line-height: 2;
}
.sp-reverse {
    flex-direction: column-reverse;
}
:root :where(.is-layout-flex) {
    gap: 1rem;
}
/* .entry-content .sgb-heading {
    margin-bottom: 1.5em;
} */
.sp-text-align-left.has-text-align-center {
    text-align: left;
}
.page-title {
    font-size: 1.75em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.sgb-footer__links.wp-block-navigation__container {
    gap: 1.7rem;
}
.sgb-footer__links a:before {
    font: var(--fa-font-solid) !important;
    -webkit-text-stroke: 1px currentColor;
    font-size: .7em !important;
    vertical-align: 0.1em;
}
.footer-banners {
  justify-content: center;
}
:root :where(.is-layout-flex.footer-banners) {
    gap: 8px;
}
.footer-banners > .wp-block-column {
    max-width: fit-content;
}
.footer-banners .wp-block-image {
    display: flex;
}
.footer-banners .wp-block-image img{
  width: auto;
  height: auto;
  max-width: 243px;
  display: block;
}
.sgb-footer {
    color: #FFF;
    padding-bottom: 20px;
}
#inner-content {
  flex-wrap: wrap; /* これがないと全幅にできない */
}
.breadcrumb {
    background-color: transparent;
}
#inner-content > #breadcrumb.breadcrumb {
  flex: 0 0 100%;
  width: 100%;
  order: 0;
  margin-bottom: 1em;
}
#inner-content > #archive_header.archive_header {
  flex: 0 0 100%;
  width: 100%;
  order: 0;
  margin-bottom: 1em;
  box-shadow: none;
  padding: 0;
}
.c_linkto {
    border: 1px solid #111;
}
.cardtype__img {
  padding-bottom: 100%;
}
.c_linkto {
    font-weight: 500;
}
.c_linkto_text h2 {
  color: #111;
  margin: 0;
  line-height: 1.44;
  font-weight: 600;
}
.sng-link-time {
    position: absolute;
    bottom: 5px;
}
.c_linkto .c_linkto_text {
  padding: 16px 13px 46px;
}
.blog .breadcrumb {
  padding: 0;
  background: transparent;
}
.sng-link-time {
    color: #959595;
}
#sgb-css-id-11 li.menu-item a {
    padding: 0;
    margin: 0;
}
.wp-block-navigation__container {
    gap: 1.25rem;
}
.header-catbar{
  background: #f8f7f3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sgb-header__inner {
    flex-wrap: wrap;
}
.header-catnav{
  margin: 0 auto;
  padding: 0 16px;
}
.header-catnav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .2em 1em;
}
.header-catnav__list a {
    font-size: 15px;
}
.sgb-header .wp-block-navigation__container {
  line-height: 2;
}
.wp-block-navigation-item__content {
    transition: 0.3s;
}
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #e25475;
}
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #e25475;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    color: #e25475;
}
.sgb-header .wp-block-sgb-header-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item::after {
    transform: scale(1);
}
.page.page-template-page-pickup #inner-content {
  width: 92%;
}

.header-search__close {
    transition: .5s;
}
#container .header-search__close {
  display: block;
  opacity: 0;
  pointer-events: none;
}
#container .header-search__input:checked ~ .header-search__modal, #container .header-search__input:checked ~ .header-search__close {
    pointer-events: all;
    opacity: 1;
}

.section-new-posts,
.section-advice-box {
    border-top: 1px solid #DDDDDD;
}
.sgb-heading__inner {
  font-weight: 400;
}
.sgb-heading--type2 {
  padding: .3em .25em .5em;
}
.sgb-full-bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
/* .sgb-full-bg .sgb-full-bg__content {
    max-width: none;
} */
.footer-sns {
    display: flex;
    justify-content: center;
}
#inner-footer .footer-sns a.btn {
    background-color: transparent !important;
    padding: 0;
    box-shadow: none;
    line-height: 1;
    margin: 0;
    font-size: 34px;
}
#inner-footer .footer-sns a.btn > i {
    margin: 0;
}
#inner-footer .footer-sns a.btn svg {
  margin-right: 0;
  vertical-align: -8%;
  width: 31px;
}

.header-sns-links{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  margin-bottom: 16px;
  margin-right: 66px;
}
.drawer__sns.header-sns-links {
    margin-right: 0;
    margin-bottom: 0;
    justify-content: center;
    margin-top: 1.5em;
}
.header-sns-links a{
  transition:0.3s;
  font-size:33px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.header-sns-links .icon-x{
  width:30px;
  height:30px;
}

.header-sns-links a:hover{
  opacity:0.6;
}
.fv-slider {
  width: 100vw !important;
  overflow: hidden;
}
.fv-slider .splide__track{
  max-width: 900px;
  margin: 0 auto;
  overflow: visible;
}
.fv-slider .splide__slide {
    padding: 2px;
}

.fv-slider .related-posts .splide__pagination .splide__pagination__page.is-active,
.fv-slider .wp-block-sgb-posts .splide__pagination .splide__pagination__page.is-active {
  background: #e25475;
}

.top-section__title--en {
    margin-bottom: 0 !important;
    line-height: 1;
}
.top-section__title--en .sgb-heading__text {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #FFF !important;
    -webkit-text-stroke: 2px #707070;
    paint-order: stroke fill;
    letter-spacing: .05em;
    line-height: 1;
}
.top-section__title--en .sgb-heading__text strong {
    color: #E25475;
}
.top-section__title .sgb-heading__text {
    font-size: 18px;
}

.top-section__title {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
/* .section-new-posts .splide__slide{
    width: 320px !important;
    flex: 0 0 320px !important;
} */
/* .section-new-posts .splide__track{
    padding-left: 0 !important;
} */
/* .section-new-posts #splide02 .splide__list{
    gap: 16px;
} */
.c_linkto_img_wrap {
    border-bottom: 1px solid #111;
}
.section-new-posts .splide__slide {
    padding: 7px;
    position: relative;
}
.section-event .splide__slide {
    padding: 7px 0;
    position: relative;
}
.section-event .splide__list {
    gap: 1rem;
}
.splide__slide a.c_linkto {
    border: 1px solid #111;
    padding: 0;
    overflow: hidden;
    border-radius: var(--wp--custom--rounded--medium);
    box-shadow: var(--wp--custom--shadow--solid);
    height: 100%;
}
.splide__slide a.c_linkto img {
    box-shadow: none;
}
.section-partner .splide__track {
    overflow: visible;
}


.section-new-posts .sgb-full-bg__content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-new-posts .section-new-posts__left{
  display: contents;
}
.section-new-posts #sgb-css-id-4{
    order: 1;
}
.section-new-posts .top-section__title{
    order: 2;
}
.section-new-posts .related-posts{
    order: 3; width: 100%; margin: 0; }
.section-new-posts #sgb-css-id-6{
    /* order: 4; */
    order: 1;
}
.section-new-posts #sgb-css-id-6 .wp-block-sgb-btn{
  text-align: left;
}
.section-new-posts #sgb-css-id-6 .btn{
  margin-left: 0;
  margin-right: auto;
}
.section-new-posts .related-posts .splide__slide a:hover img {
  transform: translateY(0);
}
#content {
    margin-top: 1.2em;
}
#entry {
    box-shadow: none;
}
.section-new-posts .section-new-posts__left .toc {
    display: none;
}
a.c_partner_card {
    color: #111;
}
.c_partner_card__title {
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    margin-top: .8em;
}
.c_partner_card__img {
    aspect-ratio: 700 / 500;
    display: block;
}
.c_partner_card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-posts.sng-splide--partner .splide__slide {
    padding: 4px 0;
    /* max-width: 350px; */
}
.sng-splide--partner .rlmg {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 700 / 500;
}
.sng-splide--partner .rlmg img {
    box-shadow: none;
}
.sng-splide--partner a:hover .rlmg img {
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    opacity: .7;
}
.sng-splide--partner .rep p {
    text-align: center;
    font-weight: 500;
    font-size: 1.05em;
    margin-top: 6px;
}
.section-partner .splide__slide{
    /* width: 350px !important; */
    /* flex: 0 0 350px !important; */
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.section-partner .splide__track{
    overflow: visible;
}
.section-event {
    overflow: hidden;
}
.section-event .splide__track{
    overflow: visible;
}
.section-advice-box {
    overflow: hidden;
}
.section-advice-box .splide__track{
    overflow: visible;
}
.header-search__close {
  background: rgba(0, 0, 0, 0.5);
}
.page-id-128 .page-title {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0 0 18px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.nofound-img img {
    display: none;
}

.c_linkto_age {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 3px;
    /* min-height: 22px; */
    margin-bottom: 6px;
}
.age-name,
.area-name {
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  left: 13px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  top: 13px;
  transition: var(--wp--custom--transition--default);
  vertical-align: middle;
  background-color: #03BFC1;
  align-items: center;
  justify-content: center;
}
.area-name {
    background-color: #03C112;
}

/* .c_linkto_img_wrap .cat-name {
    bottom: 0;
    top: auto;
    border-radius: 0;
    left: 0;
} */
.widgettitle,
.sidebar .wp-block-group h2 {
  background-color: transparent !important;
  padding: 0;
}
.normal-sidebar .widget,
.fixed-sidebar .widget {
    box-shadow: none;
    border-radius: 0;
}

.single-partner .sng-splide-thumbs {
    visibility: visible;
}
.single-partner .wp-block-sgb-group-slider .splide {
    margin-bottom: 0;
}
.single-partner .entry-title {
    position: relative;
    font-size: 2.2em;
    padding-left: 0.8em;
    line-height: 1.3;
    margin-bottom: 1em;
}
.single-partner .entry-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    background-color: #E25475;
    top: 5px;
    bottom: 0;
    left: 0;
}
html .single-partner .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* max-width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important; */
  /* width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important; */
}

.section-partner {
    width: 100vw;
    overflow: hidden;
}
.cat-name {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 24px;
}
.c_linkto_img_wrap .cat-name {
  border: 1px solid #FFFFFFC7;
}
.entry-tax-tags .cat-name {
    position: relative;
    left: auto;
    top: auto;
    font-weight: 500;
    font-size: 15px;
    border-radius: 999px;
    height: 26px;
}
.entry-tax-tags .age-name,
.entry-tax-tags .area-name {
    font-weight: 500;
    font-size: 15px;
    border-radius: 999px;
    height: 26px;
}
#inner-content .sng-box > :last-child {
    margin-bottom: 0;
}
.wp-block-latest-posts__featured-image img {
    width: 60px;
    border-radius: 5px;
}
body .sidebar .wp-block-latest-posts,
body .sidebar .wp-block-archives,
body .sidebar .wp-block-categories {
  padding: 0;
}
.widget ul.my-latest-posts__list li a {
    display: flex;
    gap: 8px;
    width:100%;
    text-decoration:none;
    color: #111;
    border-radius: 5px;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 0;
}
.my-latest-posts__thumb{ flex:0 0 auto; }
.my-latest-posts__body{ flex:1 1 auto; min-width:0; }

.my-latest-posts__cats{
    display:flex;
    gap:2px;
    flex-wrap:wrap;
    margin-bottom:3px;
}
.my-latest-posts__cat{
    font-size:10px;
    padding:2px 6px;
    border-radius:999px;
    background-color: rgba(255, 74, 116, 0.55);
    color: #FFF;
    line-height: 1.2;
}
.my-latest-posts__cat--age {
    background-color: rgba(3, 191, 193, 0.6);
}
.my-latest-posts__cat--area {
    background-color: rgba(0, 208, 16, 0.6);
}
.my-latest-posts__title{
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* font-weight: 700; */
  color: 222;
}
.my-latest-posts__date{
    display:block;
    margin-top:3px;
    color: #959595;
    font-size:11px;
    line-height: 1;
    font-weight: 500;
}
time.my-latest-posts__date:before {
  font-family: FontAwesome;
  opacity: 0.6;
  content: "\f017";
}
.widgettitle, .sidebar .wp-block-group h2,
.drawer .wp-block-group h2 {
    margin-bottom: 5px;
    padding: 0 5px;
}
.c_linkto_text .c_linkto_date {
    margin-bottom: 0;
    font-size: .9em;
}
.c_linkto_text .c_linkto_time {
    font-size: .8em;
    margin-bottom: .6em;
}
.c_linkto_text .c_linkto_location {
    font-size: .8em;
    margin-bottom: 0;
    position: absolute;
    bottom: 8px;
    color: 666;
}
.c_linkto_text .c_linkto_location:before {
  font-family: FontAwesome;
  opacity: 0.5;
  content: "\f3c5";
  padding-right: 4px;
}
.entry-content p.event-contact,
.entry-content p.event-phone,
.entry-content p.event-website {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .25em;
}
.event-contact i,
.event-phone i,
.event-website i {
  color: #e25475;
  transform: translateY(1px);
  opacity: .7;
}
.event-website a {
  word-break: break-all;
}
.event-date {
    margin-bottom: 0;
    font-size: 1.2em;
}
.event-time {
    margin-top: 0;
}
.event-date i,
.event-time i,
.event-location i {
  color: #e25475;
  padding-right: .1em;
  opacity: .7;
}
.footer-meta {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2em;
}
.my-latest-events__date{
    display:block;
    margin-top:3px;
    color: #888;
    font-size:11px;
    line-height: 1;
    font-weight: 500;
}
.my-latest-events__date i {
    opacity: .7;
}
time.pubdate::before, time.updated::before {
    padding-right: 2px;
}

.single-partner #sgb-css-id-5 .btn {
    padding: 0.4em 3em;
    min-width: 200px;
}

.sidelong__article--event {
    box-shadow: none;
}
.sidelong__article--event .sidelong__img img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}



.floating-chara{
    position: fixed;
    left: 16px;
    bottom: 8px;
    z-index: 9999;
    width: 130px;
    height: 130px;
    pointer-events: auto;
    /* animation: cheerJump 0.6s infinite; */
    transform-origin: center center;
}
.floating-chara__img{
  display: block;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

@keyframes cheerJump {
    0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-in;
    }
    50% {
    transform: translateY(-15px);
    animation-timing-function: ease-out;
    }
}


.section-advice-box .advice-card {
    padding: 0;
}
.post-type-archive-advice_box .advice-card {
    animation: var(--wp--custom--animation--fade-in);
}
.c_partner_card_wrap {
    animation: var(--wp--custom--animation--fade-in);
}
.section-advice-box .advice-card__link,
.post-type-archive-advice_box .advice-card__link {
  padding: 1rem 1rem 5rem;
  background-color: #FFF8D9;
  border-radius: 10px;
  display: block;
  height: 100%;
  position: relative;
}
.section-advice-box .advice-card__inner,
.post-type-archive-advice_box .advice-card__inner {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.advice-card .c_linkto_age {
    margin-bottom: 0;
}
.advice-card .c_linkto_age .cat-name {
    position: relative;
    left: auto;
    top: auto;
    height: 22px;
    font-size: 11px;
}
.section-advice-box .advice-card__header,
.post-type-archive-advice_box .advice-card__header {
  display: flex;
  gap: .5rem;
}
.section-advice-box .advice-card__qmark,
.post-type-archive-advice_box .advice-card__qmark {
  font-size: 2.25rem;
  font-weight: 700;
  color: #E25475;
  line-height: 1;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
}
.section-advice-box .advice-card__title,
.post-type-archive-advice_box .advice-card__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding-top: .25em;
  margin-top: 0;
  color: #111;
}
.section-advice-box .advice-card__excerpt,
.post-type-archive-advice_box .advice-card__excerpt {
  line-height: 1.6;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .5em;
  padding: 0 0.5rem;
  margin-top: 0;
}
.section-advice-box .advice-card__button,
.post-type-archive-advice_box .advice-card__button {
  font-weight: 400;
  height: 48px;
  border-radius: 999px;
  background: #E25475;
  color: #fff;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section-advice-box .advice-card__footer,
.post-type-archive-advice_box .advice-card__footer {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
}


.fv-slider .splide__pagination {
  gap: 0.7rem;
  padding-bottom: 0;
  padding-top: 2rem;
}
.fv-slider .splide__pagination__page {
    width: 12px;
    height: 12px;
}
.fv-slider .splide__pagination__page.is-active {
    transform: scale(1.25);
}
.page #content.page-forfront {
  margin-top: 0;
}

.entry-header .post-thumbnail img {
  border-radius: 15px;
}
.archive_header h2 {
    margin-top: 0;
}

.single-advice_box .entry-header {
    padding-top: 1.25em;
    border-top: 1px solid #DDD;
    margin-bottom: 0;
}
.advice-title {
    display: flex;
    gap: .5rem;
}
.advice-title__q {
  font-size: 3rem;
  font-weight: 700;
  color: #E25475;
  line-height: 1;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
}
.advice-title__text {
    padding-top: .05em;
    font-size: 1.1em;
}

.advice-box__question {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #DDD;
    margin-bottom: 2.5em;
}
.advice-box__answer {
    background-image: url(./assets/img/bg-answer@2x.jpg);
    background-size: cover;
    padding: 1.8em;
    border-radius: 15px;
}
.advice-box__answer-inner {
    background-color: #FFF;
    padding: 2.4em;
    border-radius: 12px;
}
.entry-content h2.advice-box__answer-heading {
    margin-top: 0;
    text-align: center;
    color: var(--wp--preset--color--sango-main);
    font-size: 1.5em;
    margin-bottom: 1em;
}
.entry-content .advice-box__answer-content p:last-child {
    margin-bottom: 1em;
}
.entry-content p.advice-box__question-nickname {
    text-align: right;
    font-size: 1.05em;
    margin-bottom: 0;
}
.entry-content p.advice-box__answer-nickname {
    text-align: right;
    margin-bottom: 0;
    font-size: 1.05em;
}
.advice-box__honorific {
    font-size: .75em;
}
.advice-box__answer-content {
    font-size: 1.15em;
}
.entry-content .advice-box__question-message {
    font-size: 1.15em;
    margin-bottom: 0;
}

.post-type-archive-event .sidelong  {
    gap: 3rem;
}
.sidelong__article--event {
    overflow: visible;
    border-radius: 8px;
}
.sidelong__article--event::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1.5rem;
    background-color: #DDD;
}
.sidelong__article--event .sidelong__link {
    gap: 1rem;
    align-items: flex-start;
}
/* .sidelong__article--event:hover {
    background-color: #efefef;
} */
.sidelong .sidelong__article--event h2 {
    font-size: 1.35em;
    color: #111;
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
}
.sidelong__article--event .event-meta__date {
    color: #111;
    font-size: 1.15em;
}
.sidelong__article--event .event-meta__time,
.sidelong__article--event .event-meta__location {
    color: #111;
}
.sidelong__article--event .event-meta__date i,
.sidelong__article--event .event-meta__time i,
.sidelong__article--event .event-meta__location i {
    color: #666;
    opacity: .6;
}
.sidelong__article--event .sidelong__article-info {
    padding-bottom: 34px;
}
.post-thumbnail img {
    max-width: 100%;
    width: auto;
}

.advice-archive__lead {
    font-size: 1.2em;
    margin-bottom: .5em;
}
.advice-archive__desc {
    font-size: 0.9em;
    margin-bottom: 2.5em;
}
.sgb-header .wp-block-navigation__responsive-container-open {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--wp--preset--color--sango-main);
  color: #FFF;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.sgb-header__mobile-nav {
    height: auto;
    overflow: visible;
}
.wp-block-navigation {
    position: static;
}
.wp-block-navigation__responsive-container-open svg {
    width: 44px;
    height: 44px;
}
.wp-block-site-logo img {
    width: 100px;
}
.header-tagline-image img {
    width: 150px;
}
.sgb-site-title {
    font-size: 0;
    flex-direction: column-reverse;
    row-gap: 5px;
}
.sgb-header__inner {
  padding: 3px 20px;
  align-items: flex-start;
}
.sgb-header__inner--default .sgb-site-branding {
  padding: 7px 0;
}
.related-posts .splide__slide a:hover img {
    transform: translateY(0);
    box-shadow: none;
}
#drawer__open {
    left: auto;
    right: 0;
    background-color: var(--wp--preset--color--sango-main);
    color: #FFF;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#drawer__content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}
#drawer__open .fa-bars {
    display: block;
    position: relative;
    width: 32px;
    height: 1px;
    background-color: #FFF;
}
#drawer__open .fa-bars:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    top: -12px;
}
#drawer__open .fa-bars:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    bottom: -12px;
}
.drawer__title__close {
    left: auto;
    right: 0;
    background-color: var(--wp--preset--color--sango-main);
    color: #FFF;
    width: 70px;
    height: 70px;
    padding: 0;
}
.drawer__title__close span,
.drawer__title__close span::before {
    position: absolute;
    inset: 0;
    height: 1px;
    width: 32px;
    background: #FFF !important;
    margin: auto !important;
}
.drawer__title__close span::before {
    transform: rotate(-90deg);
}
#drawer__content {
    background-color: #f8f7f3;
}
.drawer__title {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--wp--preset--color--sango-main) !important;
    background-color: transparent !important;
}
.drawer__content .widget {
    background-color: transparent;
}
.drawer__content .widget #menu-drawer_nav {
    border-bottom: 1px solid #DDD;
}
.drawer__content .widget #menu-drawer_nav > li {
    border-top: 1px solid #DDD;
}
.drawer__content .widget #menu-drawer_nav > li > a {
    padding: 9px 10px 9px 12px;
    font-size: 1.15em;
}
.drawer__content .widget ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    font-size: .8em;
    margin-right: 8px;
    -webkit-text-stroke: 1px currentColor;
    vertical-align: 0.1em;
    color: var(--wp--preset--color--sango-main);
}

.drawer__content .widget .sub-menu > li > a {
    background-color: #FFF;
    padding: 2px 10px 2px 26px;
    font-size: 1.1em;
}
.drawer__content .widget .sub-menu {
    background-color: #FFF;
}
.drawer__content .widget .sub-menu > li:first-child {
    padding-top: 5px;
}
.drawer__content .widget .sub-menu > li:last-child {
    padding-bottom: 5px;
}
.drawer__content .widget .sub-menu > li a::before {
    margin-right: 3px;
}



.splide .splide__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #111;
    background-color: #FFF;
}
.splide .splide__arrow--prev svg,
.splide .splide__arrow--next svg {
    display: none;
}
.splide .splide__arrow--prev::after {
    content: "\f105";
    font: var(--fa-font-solid) !important;
    -webkit-text-stroke: 1px currentColor;
    font-size: 1em !important;
    vertical-align: 0.1em;
    transform: rotate(180deg);
}
.splide .splide__arrow--next::after {
    content: "\f105";
    font: var(--fa-font-solid) !important;
    -webkit-text-stroke: 1px currentColor;
    font-size: .9em !important;
    vertical-align: 0.1em;
}

.footer-contents .related-posts li a {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #000;
    height: 100%;
}
.footer-contents .related-posts.type_b .rlmg img {
    border-radius: 0;
}
.searchform__submit {
    border-radius: 0 999px 999px 0;
}
.header-search__modal .searchform__submit {
  background: var(--wp--preset--color--sango-main);
  color: #FFF;
}

.sidebar-filter__label {
    color: var(--wp--preset--color--sango-main);
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 5px;
}
.sidebar-filter__checks {
    padding: 0 7px;
}
.sidebar-filter__actions {
    padding: 0 5px;
    margin-top: 1.5em;
}
.archive_header ul {
  margin: 0;
}
.sidebar-filter__checks {
    display: flex;
    flex-direction: column;
}
.sidebar-filter__check {
    width: fit-content;
    cursor: pointer;
}
.sidebar-filter__group + .sidebar-filter__group {
    margin-top: 1.5em;
}
.sidebar-filter__btn {
    border: none;
    background-color: var(--wp--preset--color--sango-main);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    border-radius: 999px;
}
.sidebar-filter__check {
  display: flex;
  align-items: center;
  gap: .5em;
}
.sidebar-filter__check span {
    transform: translateY(-1px);
}
.sidebar-filter__check input[type="checkbox"] {
  accent-color: var(--wp--preset--color--sango-main);
  width: 1.05em;
  height: 1.05em;
}
.sidebar-filter__check input[type="checkbox"]:checked + span {
  color: var(--wp--preset--color--sango-main);
  font-weight: 600;
}

.backno-card__inner {
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.backno-card__title {
    font-size: 1.1em;
    margin-top: .5em;
    margin-bottom: 0;
}
.backno-card__issue {
    font-size: .8em;
    margin-top: 0;
    margin-bottom: 0;
}
.backno-card__actions {
    font-size: .75em;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.backno-card__btn {
    border: 1px solid var(--wp--preset--color--sango-main);
    color: var(--wp--preset--color--sango-main);
    /* color: #FFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 999px;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.sgb-footer__content {
    padding-top: 3em;
}
.advice-card__link {
    box-shadow: var(--wp--custom--shadow--solid);
}


#menu-drawer_nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 260ms ease, opacity 200ms ease;
  will-change: max-height, opacity;
}
.menu-item-has-children {
  position: relative;
}
.drawer-toggle {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  background-color: var(--wp--preset--color--sango-main);
  border-radius: 2px;
}
#menu-drawer_nav .menu-item-has-children.open > .sub-menu {
  opacity: 1;
}

.drawer-toggle::before,
.drawer-toggle::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 14px;
  height: 1px;
  position: absolute;
  margin: auto;
  inset: 0;
}
.drawer-toggle::after {
    transform: rotate(90deg);
}
.menu-item-has-children.open > .drawer-toggle::after {
    transform: rotate(0deg);
}



@media (hover: hover) and (min-width: 769px) {
    .related-posts .splide__slide a:hover img {
        transform: translateY(-6px);
    }
    .section-event .splide__slide a:hover img {
        transform: translateY(0);
    }
    .cat-name:hover {
        background: var(--wp--preset--color--sango-main);
    }
    .c_linkto_wrap:hover {
        transform: translateY(-8px);
    }
    .splide__slide a.c_linkto:hover {
        box-shadow: 0 2px 7px rgba(0,0,0,.25);
        transform: translateY(-7px);
    }
    .related-posts.type_b li:hover {
        box-shadow: 0 2px 7px rgba(0,0,0,.25);
        transform: translateY(-7px);
    }
    .advice-card__link:hover {
        box-shadow: 0 2px 7px rgba(0,0,0,.25);
        transform: translateY(-7px);
    }
}

@media only screen and (min-width: 375px) {
    .sgb-site-title {
        flex-direction: row;
        column-gap: 15px;
    }
    .sgb-header__inner {
        padding: 10px 20px;
        align-items: flex-start;
    }
}


@media only screen and (max-width: 480px) {
    /* .entry-content p {
        margin: 0 0 1em;
    }
    .fv-slider .splide {
        margin: 0 -16px;
    }
    .sgb-heading--type2 {
        font-size: 1.4rem !important;
    }
    .fv-slider .splide__track {
        padding: 0 !important;
    }
    .fv-slider .splide__slide {
        padding: 0 !important;
    }
    .fv-slider .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .fv-slider li .rlmg img {
        box-shadow: none;
    }
    .fv-slider .rep {
        background-color: #f8f7f3;
        text-align: center;
        padding: 6px;
        margin-bottom: 0;
    }
    .fv-slider .rep p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .fv-slider .splide__pagination__page {
        width: 10px;
        height: 10px;
    }
    .fv-slider .splide__pagination {
        padding-top: 0;
        bottom: -2rem;
    }
    .section-new-posts .sgb-full-bg__top {
        margin-top: 1.75rem !important;
    }
    .section-partner .sgb-full-bg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .section-partner .wp-block-sgb-btn {
        margin-bottom: 0.5em;
    }
    .section-home-happymama .sgb-full-bg {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }
    .section-home-happymama #sgb-css-id-6 {
        margin-bottom: 1.3em;
    }
    .section-home-happymama .wp-block-sgb-headings img {
        max-width: 250px;
    }
    .section-home-happymama .cover-image-wrap-column img {
        max-width: 250px;
    }
    .happymama-heading img {
        max-width: 300px;
    }
    .happymama-info .cover-image-wrap-column img {
        max-width: 250px;
    }
    .happymama-issue-info .sgb-heading--type2 {
        font-size: 1.3em !important;
    }
    .happymama-description {
        font-size: 15px !important;
        margin-bottom: 1em !important;
    }
    .section-home-happymama #sgb-css-id-9 {
        margin-top: 2.25rem !important;
    }
    .happymama-actions {
        margin-bottom: 0 !important;
    }
    .sgb-heading--type1 {
        padding-bottom: 0;
    }
    .sng-splide--partner .rep {
        padding-top: 0;
        font-size: 14px;
    }
    .section-new-posts .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 1rem !important;
    }
    .section-new-posts .top-section__title {
        margin-top: -1rem !important;
    }
    .section-new-posts .wp-block-sgb-btn {
        margin-top: 1rem !important;
    }
    .section-new-posts .splide {
        margin: -10px -16px;
    }
    .section-new-posts .splide__list {
        gap: .5rem;
    }
    .section-new-posts .splide__slide {
        margin-right: 0 !important;
    }
    .section-home-banners .sgb-full-bg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 2.2rem !important;
        padding-bottom: 2.2rem !important;
    }
    .section-event .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .section-event .wp-block-sgb-btn {
        margin-bottom: 0 !important;
    }
    .section-advice-box .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .section-advice-box .wp-block-sgb-btn {
        margin-bottom: 0 !important;
    }
    .footer-logo {
        max-width: 200px;
        margin-bottom: 0;
    }
    .floating-chara {
        width: 100px;
        height: 100px;
        left: 10px;
    }
    .totop {
        width: 44px;
        height: 44px;
        right: 10px;
    }
    .totop i {
        line-height: 44px;
    }
    .blog .catpost-cards--column-3 {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }
    .c_linkto_text h2 {
        font-size: 14px;
    }
    .c_linkto .c_linkto_text {
        padding: 8px 8px 34px;
    }
    .age-name, .area-name {
        font-size: 10px;
        height: 20px;
    }
    .sng-link-time {
        font-size: 12px;
        bottom: 0;
    }
    .advice-archive__lead {
        font-size: 1.1em;
    }
    .sidelong__article--event .sidelong__link {
        gap: 6px;
        padding: 0;
    }
    .sidelong .sidelong__article--event h2 {
        font-size: 1.1em;
    }
    .sidelong__article--event .event-meta__date {
        font-size: 1em;
    }
    .sidelong__article--event .sidelong__article-info {
        padding-bottom: 0;
    }
    .advice-box__answer {
        padding: 1em;
    }
    .advice-box__answer-inner {
        padding: 1.5em;
    }
    .advice-box__answer-content {
        font-size: 1.1em;
    }
    .advice-title__q {
        font-size: 2.4rem;
    }
    .happymama-info .sgb-full-bg {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sng-splide--partner .rep p {
        margin-bottom: 0;
    } */
    .wp-block-site-logo img {
        width: 100px;
    }
}
@media only screen and (min-width: 481px) {
    .catpost-cards--column-3 {
        grid-template-columns: repeat(2,1fr);
    }
    .sidelong {
        grid-template-columns: repeat(1,1fr);
    }
    .wp-block-site-logo img {
        width: 130px;
    }
    .sgb-header__inner {
        padding: 5px 20px;
    }
    .header-tagline-image img {
        width: 176px;
    }
}

@media only screen and (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .wp-block-sgb-header-mobile-navigation {
        display: none;
    }
    .sgb-header {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
    }
    .sgb-header.is-scrolled {
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
        transition: .3s;
    }
    .sgb-header.is-hidden {
        transform: translateY(-100%);
        transition: transform .3s ease;
    }
    #container {
        padding-top: 70px;
    }
    .header-catbar {
        display: none;
    }
    .entry-tax-tags {
        padding: 0 16px;
    }
    .entry-header .post-thumbnail img {
        border-radius: 0;
    }
    .event-date,
    .event-time,
    .event-location {
        padding: 0 16px;
    }
    .catpost-cards--column-3 {
        gap: 12px;
    }
    .single-advice_box .archive-header {
        padding: 0 16px !important;
    }
    .sgb-footer__links.wp-block-navigation__container {
        gap: 0.1rem 1.7rem;
    }
    #sgb-css-id-33 nav.sgb-footer__links {
        padding: 16px 0;
    }
    .footer-media-links {
        justify-content: center;
        gap: 8px;
    }
    .footer-media-links img {
        height: 27px !important;
    }
    .footer-media-links .wp-block-column {
        flex-grow: 0;
    }
}

@media only screen and (min-width: 769px) {
  #content.one-column {
    margin-top: 1.2em;
  }
  .single #content,
  .page #content {
    margin-top: 1.2em;
  }
  .splide .splide__arrow {
        width: 60px;
        height: 60px;
    }
    .splide .splide__arrow--next::after {
        font-size: 1em !important;
    }
    .wp-block-site-logo img {
        width: 144px;
    }
    .header-tagline-image img {
        width: 200px;
    }
    .sgb-header .wp-block-sgb-header-navigation {
        display: none;
    }
    .sgb-header__inner {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 781px) {
    .entry-content p {
        margin: 0 0 1em;
    }
    .fv-slider .splide {
        margin: 0 -16px;
    }
    .sgb-heading--type2 {
        font-size: 1.4rem !important;
    }
    .fv-slider .splide__track {
        padding: 0 !important;
    }
    .fv-slider .splide__slide {
        /* width: 100vw !important; */
        padding: 0 !important;
        /* margin-right: 0 !important; */
    }
    .fv-slider .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .fv-slider li .rlmg img {
        box-shadow: none;
    }
    .fv-slider .rep {
        background-color: #f8f7f3;
        text-align: center;
        padding: 6px;
        margin-bottom: 0;
    }
    .fv-slider .rep p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .fv-slider .splide__pagination__page {
        width: 10px;
        height: 10px;
    }
    .fv-slider .splide__pagination {
        padding-top: 0;
        bottom: -2rem;
    }
    .section-new-posts .sgb-full-bg__top {
        margin-top: 1.75rem !important;
    }
    .section-partner .sgb-full-bg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .section-partner .wp-block-sgb-btn {
        margin-bottom: 0.5em;
    }
    .section-home-happymama .sgb-full-bg {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        padding-top: 0.1rem !important;
        padding-bottom: 1rem !important;
    }
    .section-home-happymama #sgb-css-id-6 {
        margin-bottom: 1.3em;
    }
    .section-home-happymama .wp-block-sgb-headings img {
        max-width: 250px;
    }
    .section-home-happymama .cover-image-wrap-column img {
        max-width: 250px;
    }
    .happymama-heading img {
        max-width: 300px;
    }
    .happymama-info .cover-image-wrap-column img {
        max-width: 250px;
    }
    .happymama-issue-info .sgb-heading--type2 {
        font-size: 1.3em !important;
    }
    .happymama-description {
        font-size: 15px !important;
        margin-bottom: 1em !important;
    }
    .section-home-happymama #sgb-css-id-9 {
        margin-top: 2.25rem !important;
    }
    .happymama-actions {
        margin-bottom: 0 !important;
    }
    .sgb-heading--type1 {
        padding-bottom: 0;
    }
    .sng-splide--partner .rep {
        padding-top: 0;
        font-size: 14px;
    }
    .section-new-posts .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 1rem !important;
    }
    .section-new-posts .top-section__title {
        margin-top: -1rem !important;
    }
    .section-new-posts .wp-block-sgb-btn {
        margin-top: 1rem !important;
    }
    .section-new-posts .splide {
        margin: -10px -16px;
    }
    .section-new-posts .splide__list {
        gap: .5rem;
    }
    .section-new-posts .splide__slide {
        margin-right: 0 !important;
    }
    .section-home-banners .sgb-full-bg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 2.2rem !important;
        padding-bottom: 2.2rem !important;
    }
    /* .section-new-posts .splide__track {
        padding-left: 3.43rem !important;
    } */
    .section-event .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .section-event .wp-block-sgb-btn {
        margin-bottom: 0 !important;
    }
    .section-advice-box .sgb-full-bg {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .section-advice-box .wp-block-sgb-btn {
        margin-bottom: 0 !important;
    }
    .footer-logo {
        max-width: 200px;
        margin-bottom: 0;
    }
    .floating-chara {
        width: 100px;
        height: 100px;
        left: 10px;
    }
    .totop {
        width: 44px;
        height: 44px;
        right: 10px;
    }
    .totop i {
        line-height: 44px;
    }
    .blog .catpost-cards--column-3 {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }
    .page-template-page-pickup .catpost-cards--column-3 {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }
    .post-type-archive-back_number .catpost-cards--column-4 {
        grid-template-columns: repeat(2,1fr);
        gap: 20px 12px;
    }
    .c_linkto_text h2 {
        font-size: 14px;
    }
    .c_linkto .c_linkto_text {
        padding: 8px 8px 34px;
    }
    .age-name, .area-name {
        font-size: 10px;
        height: 20px;
    }
    .sng-link-time {
        font-size: 12px;
        bottom: 0;
    }
    .advice-archive__lead {
        font-size: 1.1em;
    }
    .sidelong__article--event .sidelong__link {
        gap: 6px;
        padding: 0;
    }
    .sidelong .sidelong__article--event h2 {
        font-size: 1.1em;
    }
    .sidelong__article--event .event-meta__date {
        font-size: 1em;
    }
    .sidelong__article--event .sidelong__article-info {
        padding-bottom: 0;
    }
    .advice-box__answer {
        padding: 1em;
    }
    .advice-box__answer-inner {
        padding: 1.5em;
    }
    .advice-box__answer-content {
        font-size: 1.1em;
    }
    .advice-title__q {
        font-size: 2.4rem;
    }
    .happymama-info .sgb-full-bg {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sng-splide--partner .rep p {
        margin-bottom: 0;
    }
    .section-home-banners .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto !important;
        max-width: calc(50% - 6px);
        flex-grow: 0;
    }
    .section-home-banners .top-banners {
        gap: 12px;
        justify-content: center;
    }
}

@media only screen and (min-width: 782px) {
    :root{
        --about-container: calc(96vw - 50px);
        --about-outer: 100vw;
        --gap: 1.5rem;
        --top-container: min(100vw, calc(1180px + var(--wp--custom--wrap--mobile--padding)*2));
        --top-container-partner: min(100vw, 1180px);
    }
    .top-section__title--en .sgb-heading__text {
        font-size: 60px;
    }
    .top-section__title .sgb-heading__text {
        font-size: 25px;
    }
    .section-new-posts .splide__track {
        padding-left: 0 !important;
    }
    .xs,
    #inner-content .xs {
        font-size:.8em;
    }
    .small,
    #inner-content .small {
        font-size:.9em;
    }
    .big,
    #inner-content .big {
        font-size:1.15em;
        line-height: 2;
    }
    .xl,
    #inner-content .xl {
        font-size:1.3em;
        line-height: 2.5;
    }
    .sobig,
    #inner-content .sobig {
        font-size:1.5em;
        line-height: 2.5;
    }
    .sp-reverse {
        flex-direction: row;
    }
    :root :where(.is-layout-flex) {
        gap: 1.5rem;
    }
    /* .entry-content .sgb-heading {
        margin-bottom: 2em;
    } */
    .sp-text-align-left.has-text-align-center {
        text-align: center;
    }
    .cols-breakout-1366 {
        position: relative;
    }
    .cols-breakout-1366 > .wp-block-column{
        flex: 0 0 auto !important;
        min-width: 0;
    }
    .cols-breakout-1366 > .wp-block-column.col-main{
        width: calc((100% - var(--gap)) / 2);
    }
    .cols-breakout-1366 > .wp-block-column.col-breakout-right{
        width: calc((100% - var(--gap)) / 2 + (var(--about-outer) - var(--about-container)) / 2);
        margin-right: calc((var(--about-outer) - var(--about-container)) / -2);
    }
    .cols-breakout-1366 > .wp-block-column.col-breakout-left{
        width: calc((100% - var(--gap)) / 2 + (var(--about-outer) - var(--about-container)) / 2);
        margin-left: calc((var(--about-outer) - var(--about-container)) / -2);
    }
    #entry {
        overflow: visible;
    }
    .footer-banners .wp-block-image img {
        max-width: fit-content;
        max-height: 70px;
    }
    .footer-media-links {
        justify-content: center;
    }
    .footer-media-links .wp-block-column {
        width: fit-content;
        flex-grow: 0 !important;
        flex-basis: auto !important;
    }
    .footer-media-links .wp-block-image {
        width: fit-content;
    }
    .footer-media-links .wp-block-image img {
        max-width: 100%;
        max-height: 35px;
    }
    .footer-media-links {
        gap: 8px !important;
    }
    .section-new-posts .sgb-full-bg {
        overflow: hidden;
    }
    .section-new-posts .splide__slide{
        width: 314px !important;
        flex: 0 0 314px !important;
    }


    /* .section-new-posts .sgb-full-bg__content{
        display: grid;
        grid-template-columns: 300px 1fr;
        grid-template-rows: auto auto auto;
        align-items: start;
    }
    .section-new-posts .top-section__title--en{
        grid-column: 1;
        grid-row: 1;
        margin: 0;
    }
    .section-new-posts .top-section__title{
        grid-column: 1;
        grid-row: 2;
        margin: 0;
    }
    .section-new-posts .related-posts{
        grid-column: 2;
        grid-row: 1 / 4;
        margin: 0;
        width: calc(var(--top-container) - 324px + (100vw - var(--top-container)) / 2);
    }
        .section-new-posts .related-posts{
    grid-row: 1 / span 3;
    align-self: start;
}
    .section-new-posts .wp-block-sgb-btn{
        grid-column: 1;
        grid-row: 3;
        margin-top: 12px;
        text-align: left;
    }
    .section-new-posts .wp-block-sgb-btn .btn{
        margin-left: 0;
        margin-right: auto;
    } */


    .section-new-posts .sgb-full-bg__content{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto auto;
    column-gap: 32px;
    align-items: start;
  }

  /* 左ブロック（NEW + 新着記事） */
  .section-new-posts .section-new-posts__left{
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  /* スライダー */
  .section-new-posts .related-posts{
    grid-column: 2;
    grid-row: 1 / span 2;
    width: calc(var(--top-container) - 324px + (100vw - var(--top-container)) / 2);
    margin: 0;
  }

  /* ボタン（左下） */
  .section-new-posts #sgb-css-id-6{
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .section-new-posts #sgb-css-id-6 .wp-block-sgb-btn{
    text-align: left;
  }

  .section-new-posts #sgb-css-id-6 .btn{
    margin-left: 0;
    margin-right: auto;
  }

    .top-banners {
        justify-content: center;
    }
    .top-banners .wp-block-column {
        width: fit-content;
        flex-grow: 0 !important;
        flex-basis: auto !important;
    }
    .top-banners .wp-block-image {
        width: fit-content;
    }
    .top-banners .wp-block-image img {
        max-width: 100%;
        max-height: 200px;
    }
    .top-banners {
        gap: 14px !important;
    }
    #entry {
        border-radius: none;
    }
    .section-new-posts .wp-block-sgb-btn {
        text-align: left;
    }
    /* .section-partner .splide{
  max-width: var(--top-container-partner);
  margin-left: auto;
  margin-right: auto;
} */
    /* .section-partner .related-posts {
        margin-left: calc((var(--top-container-partner) - 100vw) / 2);
        margin-right: calc((var(--top-container-partner) - 100vw) / 2);
    } */
    /* .section-partner #splide03 .splide__track{
        margin-left: calc((var(--top-container-partner) - 100vw) / 2);
        margin-right: calc((var(--top-container-partner) - 100vw) / 2);
    } */
    .post-type-archive-back_number .catpost-cards--column-4 {
        gap: 2.5rem 1.5rem;
    }
}

@media only screen and (min-width: 1030px) {
    :root{
        --about-container: 1086px;
        --about-outer: min(1500px, 100vw);
        --gap: 3rem;
    }
    .sgb-header__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-title {
        font-size: 2.32em;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }
    :root :where(.is-layout-flex) {
        gap: 3rem;
    }
    :root :where(.is-layout-flex.footer-banners) {
        gap: 22px;
    }
    /* .entry-content .sgb-heading {
        margin-bottom: 2.5em;
    } */
    .cols-breakout-1366 {
        position: relative;
    }
    .cols-breakout-1366 > .wp-block-column{
        flex: 0 0 auto !important;
        min-width: 0;
    }
    .cols-breakout-1366 > .wp-block-column.col-main{
        width: calc((100% - var(--gap)) / 2);
    }
    .cols-breakout-1366 > .wp-block-column.col-breakout-right{
        width: calc((100% - var(--gap)) / 2 + (var(--about-outer) - var(--about-container)) / 2);
        margin-right: calc((var(--about-outer) - var(--about-container)) / -2);
    }
    .cols-breakout-1366 > .wp-block-column.col-breakout-left{
        width: calc((100% - var(--gap)) / 2 + (var(--about-outer) - var(--about-container)) / 2);
        margin-left: calc((var(--about-outer) - var(--about-container)) / -2);
    }
    .is-vcenter{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .catpost-cards--column-3 {
        grid-template-columns: repeat(3,1fr);
    }
    .header-tagline-image {
        width: 230px;
        top: -.05em;
        position: relative;
    }
    .sgb-heading--type2 {
        padding: .5em;
    }
    #sgb-css-id-13 .sgb-footer__content {
        padding-top: 80px;
    }
    .sgb-footer__content {
        padding-top: 4em;
    }
    #content {
        padding-bottom: 4em;
    }
    .one-column #inner-content {
        width: var(--wp--custom--wrap--width);
    }
    .single .article-header {
        padding: 0;
    }
    .single .article-header .page-title {
        padding: 0;
    }
    .single-advice_box .entry-header {
        padding-top: 1.25em;
    }
    .single .entry-content {
        padding-left: 0;
        padding-right: 0;
    }
    .article-header {
        padding: 0 0 10px;
    }
    .article-header .page-title {
        padding: 0 40px;
    }
    .archive_header h1,
    .archive_header h2 {
        font-size: 2em;
    }
    .header-catnav{
        padding: 0 16px;
    }
    .header-catnav__list {
        gap: 2.6em;
    }
    .header-catnav__list a {
        font-size: 19px;
    }
    .section-new-posts .splide__arrow--prev {
        left: -4em;
    }
    .section-new-posts .splide__arrow--next {
        right: 3em;
    }
    .section-partner .splide__arrow--prev {
        margin-left: calc(50% - 50vw);
    }
    .section-partner .splide__arrow--next {
        margin-right: calc(50% - 50vw);
    }
    .footer-contents {
        padding: 0;
    }
    #inner-content > #breadcrumb.breadcrumb {
        margin-bottom: 1.15em;
    }
    .single .sidebar {
        padding-top: 1em;
    }
    .single-advice_box .sidebar {
        padding-top: 0;
    }
    .sidelong__article--event .sidelong__img {
        height: 240px;
        width: 240px;
        min-width: 240px;
    }
    .sgb-header .wp-block-navigation__responsive-container-open {
        display: none;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
    }
    #drawer__open {
        display: none;
    }
    .sgb-header .wp-block-sgb-header-navigation {
        display: block;
    }
    .sgb-header__inner {
        align-items: center;
        padding-top: 0;
    }
    .sgb-site-title {
        flex-direction: column-reverse;
    }
    .sgb-header__inner--default .sgb-site-branding {
        padding: 16px 0;
    }
    .wp-block-site-logo img {
        width: auto;
    }
    .header-tagline-image img {
        width: auto;
    }
}

@media only screen and (min-width: 1280px) {
    .sgb-site-title {
        gap: 30px;
        flex-direction: row;
    }
    .sgb-header__inner--default .sgb-site-branding {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1300px) {
    .catpost-cards--column-3 {
        gap: 2.2rem 1.6rem;
    }
    #main {
        padding-right: 2.6em;
    }
    .one-column #inner-content {
        width: var(--wp--custom--wrap--content-width);
        max-width: var(--wp--custom--wrap--default-width);
    }
    #inner-content {
        max-width: var(--wp--custom--wrap--default-width);
    }
    .sgb-header__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sgb-site-title {
        flex-direction: row;
    }
    .sgb-header__inner {
        padding-top: 0;
    }
}