@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD110
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.home-midashi {
    text-align: center;
  }

  .feature-box .swell-block-column {
    position: relative;
  }

  .kanta-food-menu-title-sub {
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .kanta-food-menu-title {
    font-size: 1.8em;
    letter-spacing: 6px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  .kanta-food-menu-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .kanta-create p {
    line-height: 2.2em;
  }

  /* 320px以上に適用 */
  @media (min-width: 320px) {
    .concept-title {
      font-size: 24px;
    }

    .concept-title span {
      font-size: 18px;
    }

    .home-midashi {
      font-size: 3em;
    }

    .feature-column-number {
      position: absolute;
      font-size: 4.6em;
      color: white;
      top: -30px;
      right: 0;
      font-weight: 700;
    }

    .feature-column-title {
      text-align: center;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .feature-column-sub-title {}

    .feature-column-img {
      max-width: 180px;
      height: auto;
      margin: 0 auto;
    }
  }

  /* 640px以上に適用 */
  @media (min-width: 640px) {
    .feature-column-title {
      font-size: 1.6em;
    }

    .feature-column-sub-title {}

    .concept-title {
      font-size: 32px;
    }

    .concept-title span {
      font-size: 24px;
    }
  }

  /* 1100px以上に適用 */
  @media (min-width: 1100px) {
    .concept-title {
      font-size: 38px;
      letter-spacing: 12px;
    }

    .feature-column-title {
      font-size: 30px;
    }

    .feature-column-sub-title {}

    .kanta-tate {
      height: 380px;
      display: flex;
      line-height: 3;
      letter-spacing: .25em;
      align-items: center;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      width: 100%;
    }
  }
  :root {
    --swl-fz--content: 4vw;
    --swl-letter_spacing: .1em;
    --swl-font_family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    --swl-font_weight: 400;
    --color_main: #000000;
    --color_text: #000000;
    --color_link: #dd3333;
    --color_htag: #000000;
    --color_bg: #ffffff;
    --color_gradient1: ;
    --color_gradient2: ;
    --color_main_thin: rgba(0, 0, 0, 0.05);
    --color_main_dark: rgba(0, 0, 0, 1);
    --color_list_check: #000000;
    --color_list_num: #000000;
    --color_list_good: #86dd7b;
    --color_list_triangle: #f4e03a;
    --color_list_bad: #f36060;
    --color_faq_q: #d55656;
    --color_faq_a: #6599b7;
    --color_icon_good: #3cd250;
    --color_icon_good_bg: #ecffe9;
    --color_icon_bad: #4b73eb;
    --color_icon_bad_bg: #eafaff;
    --color_icon_info: #f578b4;
    --color_icon_info_bg: #fff0fa;
    --color_icon_announce: #ffa537;
    --color_icon_announce_bg: #fff5f0;
    --color_icon_pen: #7a7a7a;
    --color_icon_pen_bg: #f7f7f7;
    --color_icon_book: #787364;
    --color_icon_book_bg: #f8f6ef;
    --color_icon_point: #ffa639;
    --color_icon_check: #86d67c;
    --color_icon_batsu: #f36060;
    --color_icon_hatena: #5295cc;
    --color_icon_caution: #f7da38;
    --color_icon_memo: #84878a;
    --color_deep01: #e44141;
    --color_deep02: #3d79d5;
    --color_deep03: #63a84d;
    --color_deep04: #f09f4d;
    --color_pale01: #fff2f0;
    --color_pale02: #f3f8fd;
    --color_pale03: #f1f9ee;
    --color_pale04: #fdf9ee;
    --color_mark_blue: #b7e3ff;
    --color_mark_green: #bdf9c3;
    --color_mark_yellow: #fcf69f;
    --color_mark_orange: #ffddbc;
    --border01: solid 1px var(--color_main);
    --border02: double 4px var(--color_main);
    --border03: dashed 2px var(--color_border);
    --border04: solid 4px var(--color_gray);
    --card_posts_thumb_ratio: 56.25%;
    --list_posts_thumb_ratio: 61.805%;
    --big_posts_thumb_ratio: 56.25%;
    --thumb_posts_thumb_ratio: 61.805%;
    --blogcard_thumb_ratio: 56.25%;
    --color_header_bg: #000000;
    --color_header_text: #ffffff;
    --color_footer_bg: #000000;
    --color_footer_text: #ffffff;
    --container_size: 1200px;
    --article_size: 900px;
    --logo_size_sp: 70px;
    --logo_size_pc: 48px;
    --logo_size_pcfix: 32px;
  }

  .swl-cell-bg[data-icon="doubleCircle"] {
    --cell-icon-color: #ffc977
  }

  .swl-cell-bg[data-icon="circle"] {
    --cell-icon-color: #94e29c
  }

  .swl-cell-bg[data-icon="triangle"] {
    --cell-icon-color: #eeda2f
  }

  .swl-cell-bg[data-icon="close"] {
    --cell-icon-color: #ec9191
  }

  .swl-cell-bg[data-icon="hatena"] {
    --cell-icon-color: #93c9da
  }

  .swl-cell-bg[data-icon="check"] {
    --cell-icon-color: #94e29c
  }

  .swl-cell-bg[data-icon="line"] {
    --cell-icon-color: #9b9b9b
  }

  .cap_box[data-colset="col1"] {
    --capbox-color: #f59b5f;
    --capbox-color--bg: #fff8eb
  }

  .cap_box[data-colset="col2"] {
    --capbox-color: #5fb9f5;
    --capbox-color--bg: #edf5ff
  }

  .cap_box[data-colset="col3"] {
    --capbox-color: #2fcd90;
    --capbox-color--bg: #eafaf2
  }

  .red_ {
    --the-btn-color: #f74a4a;
    --the-btn-color2: #ffbc49;
    --the-solid-shadow: rgba(185, 56, 56, 1)
  }

  .blue_ {
    --the-btn-color: #338df4;
    --the-btn-color2: #35eaff;
    --the-solid-shadow: rgba(38, 106, 183, 1)
  }

  .green_ {
    --the-btn-color: #62d847;
    --the-btn-color2: #7bf7bd;
    --the-solid-shadow: rgba(74, 162, 53, 1)
  }

  .is-style-btn_normal {
    --the-btn-radius: 0px
  }

  .is-style-btn_solid {
    --the-btn-radius: 0px
  }

  .is-style-btn_shiny {
    --the-btn-radius: 0px
  }

  .is-style-btn_line {
    --the-btn-radius: 0px
  }

  .post_content blockquote {
    padding: 1.5em 2em 1.5em 3em
  }

  .post_content blockquote::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 3em);
    top: 1.5em;
    left: 1.5em;
    border-left: solid 1px rgba(180, 180, 180, .75);
    border-right: solid 1px rgba(180, 180, 180, .75);
  }

  .mark_blue {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_blue) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_blue) 0%)
  }

  .mark_green {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_green) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_green) 0%)
  }

  .mark_yellow {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_yellow) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_yellow) 0%)
  }

  .mark_orange {
    background: -webkit-linear-gradient(transparent 64%, var(--color_mark_orange) 0%);
    background: linear-gradient(transparent 64%, var(--color_mark_orange) 0%)
  }

  [class*="is-style-icon_"] {
    color: #333;
    border-width: 0
  }

  [class*="is-style-big_icon_"] {
    border-width: 2px;
    border-style: solid
  }

  [data-col="gray"] .c-balloon__text {
    background: #f7f7f7;
    border-color: #ccc
  }

  [data-col="gray"] .c-balloon__before {
    border-right-color: #f7f7f7
  }

  [data-col="green"] .c-balloon__text {
    background: #d1f8c2;
    border-color: #9ddd93
  }

  [data-col="green"] .c-balloon__before {
    border-right-color: #d1f8c2
  }

  [data-col="blue"] .c-balloon__text {
    background: #e2f6ff;
    border-color: #93d2f0
  }

  [data-col="blue"] .c-balloon__before {
    border-right-color: #e2f6ff
  }

  [data-col="red"] .c-balloon__text {
    background: #ffebeb;
    border-color: #f48789
  }

  [data-col="red"] .c-balloon__before {
    border-right-color: #ffebeb
  }

  [data-col="yellow"] .c-balloon__text {
    background: #f9f7d2;
    border-color: #fbe593
  }

  [data-col="yellow"] .c-balloon__before {
    border-right-color: #f9f7d2
  }

  .-type-list2 .p-postList__body::after,
  .-type-big .p-postList__body::after {
    content: "続きを読む »";
  }

  .c-postThumb__cat {
    background-color: #000000;
    color: #fff;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px)
  }

  .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    border-left: solid 6px var(--color_htag);
    padding: .5em 0 .5em 16px
  }

  .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    position: absolute;
    display: block;
    pointer-events: none
  }

  .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0 0 0 16px;
    border-left: solid 2px var(--color_htag)
  }

  .l-footer__widgetArea {
    background: #fff
  }

  .l-footer__widgetArea {
    color: #000
  }

  .l-header__menuBtn {
    order: 3
  }

  .l-header__customBtn {
    order: 1
  }

  .c-gnav a::after {
    background: var(--color_main)
  }

  .p-spHeadMenu .menu-item.-current {
    border-bottom-color: var(--color_main)
  }

  .c-gnav>li:hover>a,
  .c-gnav>.-current>a {
    background: rgba(250, 250, 250, 0.16)
  }

  .c-gnav .sub-menu {
    color: #333;
    background: #fff
  }

  #fix_bottom_menu {
    color: #ffffff
  }

  #fix_bottom_menu::before {
    background: #191919;
    opacity: 0.9
  }

  #before_footer_widget {
    margin-bottom: 0
  }

  .c-widget__title.-spmenu {
    padding: .5em .75em;
    border-radius: var(--swl-radius--2, 0px);
    background: var(--color_main);
    color: #fff;
  }

  .c-widget__title.-footer {
    padding: .5em
  }

  .c-widget__title.-footer::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: 1;
    background: var(--color_main)
  }

  .c-widget__title.-footer::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color_border)
  }

  .c-secTitle {
    border-left: solid 2px var(--color_main);
    padding: 0em .75em
  }

  .p-spMenu {
    color: #333
  }

  .p-spMenu__inner::before {
    background: #fdfdfd;
    opacity: 1
  }

  .p-spMenu__overlay {
    background: #000;
    opacity: 0.6
  }

  [class*="page-numbers"] {
    color: #fff;
    background-color: #dedede
  }

  a {
    text-decoration: none
  }

  .l-topTitleArea.c-filterLayer::before {
    background-color: #000;
    opacity: 0;
    content: ""
  }

  @media screen and (min-width: 960px) {
    :root {}
  }

  @media screen and (max-width: 959px) {
    :root {}

    .l-header__logo {
      order: 2;
      text-align: center
    }

    #pagetop {
      display: none
    }
  }

  @media screen and (min-width: 600px) {
    :root {
      --swl-fz--content: 16px;
    }
  }

  @media screen and (max-width: 599px) {
    :root {}
  }

  @media (min-width: 1108px) {
    .alignwide {
      left: -100px;
      width: calc(100% + 200px);
    }
  }

  @media (max-width: 1108px) {
    .-sidebar-off .swell-block-fullWide__inner.l-container .alignwide {
      left: 0px;
      width: 100%;
    }
  }

  [data-scrolled=true] #fix_bottom_menu {
    bottom: 0
  }

  #fix_bottom_menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: bottom .4s;
    width: 100%;
    z-index: 100
  }

  #fix_bottom_menu:before {
    display: block;
    z-index: 0
  }

  #fix_bottom_menu .menu_list {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 2px 0 0;
    position: relative;
    z-index: 1
  }

  #fix_bottom_menu .menu_btn .open_btn {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  #fix_bottom_menu .menu-item {
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
    text-align: center
  }

  #fix_bottom_menu .menu-item a {
    color: inherit;
    display: block;
    line-height: 1;
    text-decoration: none
  }

  #fix_bottom_menu .menu-item i {
    color: inherit;
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
  }

  #fix_bottom_menu .menu-item i:before {
    color: inherit;
    display: inline-block
  }

  #fix_bottom_menu span {
    color: inherit;
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
    width: 100%
  }

  @media not all and (min-width:960px) {
    #fix_bottom_menu {
      display: block;
      padding-bottom: calc(env(safe-area-inset-bottom)*.5)
    }
  }

  .is-style-btn_normal a,
  .is-style-btn_shiny a {
    box-shadow: var(--swl-btn_shadow)
  }

  .c-shareBtns__btn,
  .is-style-balloon>.c-tabList .c-tabList__button,
  .p-snsCta,
  [class*=page-numbers] {
    box-shadow: var(--swl-box_shadow)
  }

  .p-articleThumb__img,
  .p-articleThumb__youtube {
    box-shadow: var(--swl-img_shadow)
  }

  .p-pickupBanners__item .c-bannerLink,
  .p-postList__thumb {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1)
  }

  .p-postList.-w-ranking li:before {
    background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1) 6px, transparent 0, transparent 12px);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
  }

  @media (min-width:960px) {
    .-parallel .l-header__inner {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0
    }

    .-parallel .l-header__logo {
      text-align: center;
      width: 100%
    }

    .-parallel .l-header__logo .c-catchphrase {
      font-size: 12px;
      line-height: 1;
      margin-top: 16px
    }

    .-parallel .l-header__gnav {
      width: 100%
    }

    .-parallel .l-header__gnav .c-gnav {
      justify-content: center
    }

    .-parallel .l-header__gnav .c-gnav>li>a {
      padding: 16px
    }

    .-parallel .c-headLogo.-txt,
    .-parallel .w-header {
      justify-content: center
    }

    .-parallel .w-header {
      margin-bottom: 8px;
      margin-top: 8px
    }

    .-parallel-bottom .l-header__inner {
      padding-top: 8px
    }

    .-parallel-bottom .l-header__logo {
      order: 1;
      padding: 16px 0
    }

    .-parallel-bottom .w-header {
      order: 2
    }

    .-parallel-bottom .l-header__gnav {
      order: 3
    }

    .-parallel-top .l-header__inner {
      padding-bottom: 8px
    }

    .-parallel-top .l-header__gnav {
      order: 1
    }

    .-parallel-top .l-header__logo {
      order: 2;
      padding: 16px 0
    }

    .-parallel-top .w-header {
      order: 3
    }

    .l-header.-parallel .w-header {
      width: 100%
    }

    .l-fixHeader.-parallel .l-fixHeader__gnav {
      margin-left: auto
    }
  }

  .c-gnav .sub-menu a:before,
  .c-listMenu a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
  }

  .c-submenuToggleBtn {
    display: none
  }

  .c-listMenu a {
    padding: .75em 1em .75em 1.5em;
    transition: padding .25s
  }

  .c-listMenu a:hover {
    padding-left: 1.75em;
    padding-right: .75em
  }

  .c-gnav .sub-menu a:before,
  .c-listMenu a:before {
    color: inherit;
    content: "\e921";
    display: inline-block;
    left: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle
  }

  .widget_categories>ul>.cat-item>a,
  .wp-block-categories-list>li>a {
    padding-left: 1.75em
  }

  .c-listMenu .children,
  .c-listMenu .sub-menu {
    margin: 0
  }

  .c-listMenu .children a,
  .c-listMenu .sub-menu a {
    font-size: .9em;
    padding-left: 2.5em
  }

  .c-listMenu .children a:before,
  .c-listMenu .sub-menu a:before {
    left: 1em
  }

  .c-listMenu .children a:hover,
  .c-listMenu .sub-menu a:hover {
    padding-left: 2.75em
  }

  .c-listMenu .children ul a,
  .c-listMenu .sub-menu ul a {
    padding-left: 3.25em
  }

  .c-listMenu .children ul a:before,
  .c-listMenu .sub-menu ul a:before {
    left: 1.75em
  }

  .c-listMenu .children ul a:hover,
  .c-listMenu .sub-menu ul a:hover {
    padding-left: 3.5em
  }

  .c-gnav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
  }

  .c-gnav .sub-menu:before {
    background: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
  }

  .c-gnav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: -1
  }

  .c-gnav .sub-menu a {
    padding-left: 2em
  }

  .c-gnav .sub-menu a:before {
    left: .5em
  }

  .c-gnav .sub-menu a:hover .ttl {
    left: 4px
  }

  :root {
    --color_content_bg: var(--color_bg);
    --mv_btn_radius: 0px;
    --mv_slide_animation: zoomUp;
  }

  .c-widget__title.-side {
    padding: .5em
  }

  .c-widget__title.-side::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: 1;
    background: var(--color_main)
  }

  .c-widget__title.-side::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color_border)
  }

  .top #content {
    padding-top: 0
  }

  .p-mainVisual__inner {
    height: 60vh
  }

  .p-mainVisual .c-filterLayer::before {
    background-color: #000;
    opacity: 0;
    content: ""
  }

  .-type-slider .p-mainVisual__scroll {
    padding-bottom: 16px
  }

  .page.-index-off .w-beforeToc {
    display: none
  }

  @media screen and (min-width: 960px) {
    :root {}

    .p-mainVisual__inner {
      height: 97vh
    }
  }

  @media screen and (max-width: 959px) {
    :root {}
  }

  @media screen and (min-width: 600px) {
    :root {}
  }

  @media screen and (max-width: 599px) {
    :root {}
  }

  .swell-block-fullWide__inner.l-container {
    --swl-fw_inner_pad: var(--swl-pad_container, 0px)
  }

  @media (min-width:960px) {

    .-sidebar-on .l-content .alignfull,
    .-sidebar-on .l-content .alignwide {
      left: -16px;
      width: calc(100% + 32px)
    }

    .swell-block-fullWide__inner.l-article {
      --swl-fw_inner_pad: var(--swl-pad_post_content, 0px)
    }

    .-sidebar-on .swell-block-fullWide__inner .alignwide {
      left: 0;
      width: 100%
    }

    .-sidebar-on .swell-block-fullWide__inner .alignfull {
      left: calc(0px - var(--swl-fw_inner_pad, 0)) !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: calc(100% + var(--swl-fw_inner_pad, 0)*2) !important
    }
  }

  .-index-off .p-toc,
  .swell-toc-placeholder:empty {
    display: none
  }

  .p-toc.-modal {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0
  }

  #main_content .p-toc {
    border-radius: var(--swl-radius--2, 0);
    margin: 4em auto;
    max-width: 800px
  }

  #sidebar .p-toc {
    margin-top: -.5em
  }

  .p-toc .__pn:before {
    content: none !important;
    counter-increment: none
  }

  .p-toc .__prev {
    margin: 0 0 1em
  }

  .p-toc .__next {
    margin: 1em 0 0
  }

  .p-toc.is-omitted:not([data-omit=ct]) [data-level="2"] .p-toc__childList {
    height: 0;
    margin-bottom: -.5em;
    visibility: hidden
  }

  .p-toc.is-omitted:not([data-omit=nest]) {
    position: relative
  }

  .p-toc.is-omitted:not([data-omit=nest]):before {
    background: linear-gradient(hsla(0, 0%, 100%, 0), var(--color_bg));
    bottom: 5em;
    content: "";
    height: 4em;
    left: 0;
    opacity: .75;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
  }

  .p-toc.is-omitted:not([data-omit=nest]):after {
    background: var(--color_bg);
    bottom: 0;
    content: "";
    height: 5em;
    left: 0;
    opacity: .75;
    position: absolute;
    width: 100%;
    z-index: 1
  }

  .p-toc.is-omitted:not([data-omit=nest]) .__next,
  .p-toc.is-omitted:not([data-omit=nest]) [data-omit="1"] {
    display: none
  }

  .p-toc .p-toc__expandBtn {
    background-color: #f7f7f7;
    border: rgba(0, 0, 0, .2);
    border-radius: 5em;
    box-shadow: 0 0 0 1px #bbb;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: .75em auto 0;
    min-width: 6em;
    padding: .5em 1em;
    position: relative;
    transition: box-shadow .25s;
    z-index: 2
  }

  .p-toc[data-omit=nest] .p-toc__expandBtn {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 1.25em;
    padding: .5em .75em
  }

  .p-toc:not([data-omit=nest]) .p-toc__expandBtn:after,
  .p-toc:not([data-omit=nest]) .p-toc__expandBtn:before {
    border-top-color: inherit;
    border-top-style: dotted;
    border-top-width: 3px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    transition: border-color .25s;
    width: 100%;
    width: 22px
  }

  .p-toc:not([data-omit=nest]) .p-toc__expandBtn:before {
    right: calc(100% + 1em)
  }

  .p-toc:not([data-omit=nest]) .p-toc__expandBtn:after {
    left: calc(100% + 1em)
  }

  .p-toc.is-expanded .p-toc__expandBtn {
    border-color: transparent
  }

  .p-toc__ttl {
    display: block;
    font-size: 1.2em;
    line-height: 1;
    position: relative;
    text-align: center
  }

  .p-toc__ttl:before {
    content: "\e918";
    display: inline-block;
    font-family: icomoon;
    margin-right: .5em;
    padding-bottom: 2px;
    vertical-align: middle
  }

  #index_modal .p-toc__ttl {
    margin-bottom: .5em
  }

  .p-toc__list li {
    line-height: 1.6
  }

  .p-toc__list>li+li {
    margin-top: .5em
  }

  .p-toc__list .p-toc__childList {
    padding-left: .5em
  }

  .p-toc__list [data-level="3"] {
    font-size: .9em
  }

  .p-toc__list .mininote {
    display: none
  }

  .post_content .p-toc__list {
    padding-left: 0
  }

  #sidebar .p-toc__list {
    margin-bottom: 0
  }

  #sidebar .p-toc__list .p-toc__childList {
    padding-left: 0
  }

  .p-toc__link {
    color: inherit;
    font-size: inherit;
    text-decoration: none
  }

  .p-toc__link:hover {
    opacity: .8
  }

  .p-toc.-double {
    background: var(--color_gray);
    background: linear-gradient(-45deg, transparent 25%, var(--color_gray) 25%, var(--color_gray) 50%, transparent 50%, transparent 75%, var(--color_gray) 75%, var(--color_gray));
    background-clip: padding-box;
    background-size: 4px 4px;
    border-bottom: 4px double var(--color_border);
    border-top: 4px double var(--color_border);
    padding: 1.5em 1em 1em
  }

  .p-toc.-double .p-toc__ttl {
    margin-bottom: .75em
  }

  @media (min-width:960px) {
    #main_content .p-toc {
      width: 92%
    }
  }

  @media (hover:hover) {
    .p-toc .p-toc__expandBtn:hover {
      border-color: transparent;
      box-shadow: 0 0 0 2px currentcolor
    }
  }

  @media (min-width:600px) {
    .p-toc.-double {
      padding: 2em
    }
  }

  #content {
    margin-bottom: 0;
  }

  .w-beforeFooter {
    margin-top: 0;
  }
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--swl-main: var(--color_main);
  --wp--preset--color--swl-main-thin: var(--color_main_thin);
  --wp--preset--color--swl-gray: var(--color_gray);
  --wp--preset--color--swl-deep-01: var(--color_deep01);
  --wp--preset--color--swl-deep-02: var(--color_deep02);
  --wp--preset--color--swl-deep-03: var(--color_deep03);
  --wp--preset--color--swl-deep-04: var(--color_deep04);
  --wp--preset--color--swl-pale-01: var(--color_pale01);
  --wp--preset--color--swl-pale-02: var(--color_pale02);
  --wp--preset--color--swl-pale-03: var(--color_pale03);
  --wp--preset--color--swl-pale-04: var(--color_pale04);
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 0.9em;
  --wp--preset--font-size--medium: 1.1em;
  --wp--preset--font-size--large: 1.25em;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--xs: 0.75em;
  --wp--preset--font-size--huge: 1.6em;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
body * :not(input):not(textarea) {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}

#amm_drcfw_toast_msg {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 30px;
  font-size: 17px
}

#amm_drcfw_toast_msg.show {
  visibility: visible;
  -webkit-animation: fadein .5s, fadeout .5s 2.5s;
  animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}
#kanta-loader-wrapper {
  position: fixed;
  background: black;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: -1;
}

#kanta-loader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kanta-loader-bg {
  display: none;
}


body.appear .kanta-loader-bg {
  position: fixed;
  display: block;
  content: "";
  &nbsp;
  z-index: 9999999999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #333;
  animation-name: kanta-loader-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes kanta-loader-animation {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


#body_wrap {
  opacity: 0;
}

body.appear #body_wrap {
  animation-name: kanta-show-animation;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes kanta-show-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.content-info h2{
  border-left: none !important;
  margin-bottom: 0 !important;
}
.kanta-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.kanta-footer-button {
  flex: 0 0 calc(50% - 10px); /* 2カラム（間にgapあるので10px引く） */
}
.ikumou-button{
  padding: 12px 20px;
    border: 1px solid #0ABAB5;
    width: 100%;
    color: #0ABAB5;
}
.bihada-button{
  padding: 12px 20px;
    border: 1px solid #F067A6;
    width: 100%;
    color: #F067A6;
}
.kanta-footer-button.right{
  text-align: right;
}
.kanta-footer-button.left{
  text-align: left;
}
.block100{
  margin-top:100px;
}
@media (max-width: 767px) {
  .kanta-footer-button {
    flex: 0 0 100%; /* スマホは1カラム */
  }
  .kanta-footer-button.right{
    text-align: center;
  }
  .kanta-footer-button.left{
    text-align: center;
  }
  .ikumou-button{
    display: block;
    text-align: center;
  }
  .bihada-button{
    display: block;
    text-align: center;
  }
}
@media (min-width: 1100px) {
  #body_wrap.page-id12 #header {
    -webkit-box-shadow: 4px 8px 10.5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 8px 10.5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 8px 10.5px 0px rgba(0, 0, 0, 0.3);
  }
}














.area-group {
  padding: 2rem;
}
.area-block + .area-block {
  margin-top: 4rem;
}
.area-list {
  margin-top: .5rem;
}
.area-item {
  border: 1px solid #fff;
  padding: 1rem;
  margin-bottom:.5rem;
}
.area-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.area-link {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.area-toggle {
  background: none;
  border: none;
  padding: .5rem;
  position: relative;
  color:#fff
}
.area-toggle:after {
  content: '\25BC';
  display: block;
  transform: rotate(0);
  transition: transform 0.3s;
}
.area-item.open .area-toggle:after {
  transform: rotate(180deg);
}
.area-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
.area-item.open .area-content {
  max-height: 500px; /* 十分大きくする */
  opacity: 1;
}
.child-area {
  margin: 1rem 0 1.5rem 0;
}
.child-area h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left:0;
  padding-top:1rem;
}
.salon-shops {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.salon-link {
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  margin-right:1rem;
}
.area-block > h3{
  margin-bottom: 0;
}
.salon-link > span{
  color:#fff;
}
.swiper-wrapper.teacher{
  height: auto !important;
}

@media (max-width: 767px) {
  header.toppageHeader {
    display: none;
  }
}
header.toppageHeader {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; 
}
header.toppageHeader .container {
  display: flex
;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 10px 20px;
}
header.toppageHeader .container > nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.toppageHeader .container > nav ul li a{
  color:#333;
}
