@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/

/* =========================================================
# 設定
========================================================= */
:root {
  --color-white: #fff;
  --color-gray: #ddd;
  --color-text: #333;

  --color-yellow: #FFDF3E;
  --color-yellow-hover: rgba(255, 228, 96, 0.792);
  --color-yellow-dark: #ffc20a;
  --color-yellow-light: #FFF2AF;
  --color-green: #9CC8A2;

  --theme-round: 16px;
}

.l-content img{
    max-width: 100%;
    height: auto!important;
}



@media (max-width: 599px) {
    .l-content{
        margin-bottom: 4em!important;
    }
}

/* =========================================================
# 共通
========================================================= */
/* フェード
---------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* ローディング
---------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2s forwards;
  z-index: 999;
}

.loading img {
  opacity: 0;
  animation: logoIn 2s 0.2s forwards;
  width: 180px;
}

@media screen and (max-width: 599px) {
  .loading img {
    width: 120px;
  }
}

@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

/* コンテンツ幅
---------------------------------- */
#body_wrap:not(.error404){
    background-image: url(img/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFFDF6;
}
.top-contents-slim .l-article{
    max-width: 860px;
}
.effect .swell-block-fullWide__inner{
    opacity: 0;
}
.effect.is-active .swell-block-fullWide__inner{
    animation: fadeIn 0.8s forwards;
}

@media (max-width: 599px) {
    #body_wrap:not(.error404){
        background-image: url(img/bg_sp.png);
    }
}

/* タイトル
---------------------------------- */
.post_content h2.is-style-section_ttl{
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    font-size: 1.8em;
}
.post_content h2.is-style-section_ttl:before{
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0.55em;
    height: 0.55em;
    background-color: transparent;
    background-image: url(img/circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.post_content h2.is-style-section_ttl:after{
    content: "";
    position: absolute;
    height: 0.9em;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.post_content .top-about .is-style-section_ttl:after{background-image: url(img/ttl_about.svg);}
.post_content .top-service .is-style-section_ttl:after{background-image: url(img/ttl_service.svg);}
.post_content .top-works .is-style-section_ttl:after{background-image: url(img/ttl_works.svg);}
.post_content .top-plan .is-style-section_ttl:after{background-image: url(img/ttl_plan.svg);}
.post_content .top-flow .is-style-section_ttl:after{background-image: url(img/ttl_flow.svg);}
.post_content .top-message .is-style-section_ttl:after{background-image: url(img/ttl_message.svg);}
.post_content .top-contact .is-style-section_ttl:after{background-image: url(img/ttl_contact.svg);}

.post_content .top-notitle .is-style-section_ttl,
.post_content .top-notitle .is-style-section_ttl:before,
.post_content .top-notitle .is-style-section_ttl:after{
    display: none!important;
}


@media (max-width: 959px) {
    .post_content h2.is-style-section_ttl{
        font-size: 1.6em;
    }
}
@media (max-width: 599px) {
    .post_content h2.is-style-section_ttl{
        font-size: 1.3em;
        margin-bottom: 1.15em;
    }
}


/* =========================================================
# ヘッダー
========================================================= */
/* PC追従
---------------------------------- */
.l-header{
    position: fixed;
    z-index: 102;
}
.l-content{
    padding-top: 68px!important;
}
@media screen and (max-width: 959px) {
    .l-content{
        padding-top: 0!important;
    }
}

/* コンテンツ幅
---------------------------------- */
.l-header .l-container{max-width: 100%; padding-right: 0;}

/* グロナビ
---------------------------------- */
.c-gnav > .menu-item {
    padding: 0 1em;
}
.c-gnav > .menu-item > a{
    padding: 0;
    font-weight: bold;
}
.c-gnav > .menu-item > a .ttl{
    transition: all 0.25s ease;
    font-size: 15px;
}
.c-gnav > .menu-item > a:hover .ttl{
    color: var(--color-yellow-dark);
}
.c-gnav > .menu-item > a:after{
    bottom: 0.5em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0.7em;
    height: 0.7em;
    background-color: transparent;
    background-image: url(img/circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translateY(-0.5em);
    transition: all 0.25s ease;
}
.c-gnav > .menu-item > a:hover:after{
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 960px) {
    .c-gnav .contact{
        padding: 0;
        margin-left: 1em;
    }
    .c-gnav .contact a{
        background-color: var(--color-yellow);
        color: var(--color-text);
        font-weight: bold;
        padding-left: 2em;
        padding-right: 2em;
        transition: all 0.25s ease;
    }
    .c-gnav .contact a .ttl{
        font-size: 16px;
    }
    .c-gnav .contact a .ttl svg{
        position: relative;
        top: 0.15em;
        width: 1.5em;
        height: 1.25em;
    }
    .c-gnav .contact a:hover{
        background-color: var(--color-yellow-hover);
        color: var(--color-text);
    }
    .c-gnav .contact a:after{
        display: none;
    }
    .c-gnav > .menu-item.contact > a:hover .ttl{
        color: var(--color-text);
    }
}
@media (max-width: 959px) {
    .p-spMenu__body{
        padding-top: 2em!important;
    }
    .l-header__customBtn{
        display: none;
    }
    .c-widget__title.-spmenu{
        display: none;
    }
    .menu-item.contact .fa-envelope{
        display: none;
    }
}


/* =========================================================
# スマホメニュー
========================================================= */
.c-gnav .sub-menu a:before, .c-listMenu a:before{
    background-image: url(img/circle.svg);
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-repeat: no-repeat;
    left: 0;
    background-size: contain;
    background-position: center;
}


/* =========================================================
# メインイメージ .top-mainImg
========================================================= */
.top-mainImg {
    padding: 0!important;
    background: transparent!important;
}
.top-mainImg .l-article{
    max-width: 100%;
    padding: 0!important;
}
@media (max-width: 599px) {
   .top-mainImg {
        padding-top: 1em!important;
    } 
}

/* @media (max-width: 599px) {
    .top-mainImg:before{
        content: "";
        font-family: serif;
        writing-mode:sideways-rl;
        font-size: 0.8em;
        text-orientation:unset;
        letter-spacing: 0.3em;
        color: #333;
        position: absolute;
        right: 1.85em;
        top: 5em;
        width: 1.2em;
        height: 11em;
        background-image: url(img/txt_mimone.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
} */

/* .top-mainImg{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/bg_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    padding: 4vw 0!important;
}
.top-mainImg .l-article{
    width: 56vw;
    max-width: 100%;
    background: var(--color-white);
    padding: 7vw 3vw;
    border-radius: var(--theme-round);
}

@media (max-width: 959px) {
}
@media (max-width: 599px) {
    .top-mainImg{
        padding: 8% 0 37vw!important;
    }
    .top-mainImg .l-article{
        width: 90vw;
        padding: 12vw 3vw;
    }
} */

/* ロゴ
---------------------------------- */
/* .top-mainImg .wp-block-image img{
  opacity: 0;
  animation: fadeIn 0.8s forwards;
  animation-delay: 2.4s;
  max-width: clamp(160px, 12vw, 380px);
}

@media (max-width: 959px) {
}
@media (max-width: 599px) {
    .top-mainImg .wp-block-image{
        margin-bottom: 1em;
    }
    .top-mainImg .wp-block-image img{
        max-width: clamp(110px, 10vw, 300px);
    }
} */



/* 「想い」を素早くかたちに。「届く」Webサイトを育てる。
---------------------------------- */
/* .top-mainImg-text{
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 0;
    z-index: 3;
    font-size: clamp(15px, 1.1vw, 24px);
    line-height: 3;
}
.top-mainImg-text .sme-font-size{
    position: relative;
}
.top-mainImg-text .sme-font-size:before{
    content: "";
    position: absolute;
    top: -1em;
    left: -0.4em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0.6em;
    height: 0.6em;
    display: block;
    background-image: url(img/circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.top-mainImg-text .sme-font-size.font-started:before{
    opacity: 1!important;
}

@media (max-width: 959px) {
    .top-mainImg-text{
        margin-top: 2em;
        line-height: 2;
    }
    .top-mainImg-text .sme-font-size:before{
        top: -0.3em;
        left: -0.4em;
        width: 0.4em;
        height: 0.4em;
    }
}
@media (max-width: 599px) {
    .top-mainImg-text{
        margin-top: 1em;
        font-size: clamp(14px, 1.1vw, 24px);
    }
    .top-mainImg-text .sme-font-size:before{
        top: -0.5em;
    }
} */


.top-mainImg-slide{
    width: 50%!important;
    margin: 0!important;
}
.top-mainImg-slide .pc,
.top-mainImg-slide .sp{
    display: none;
}
.top-mainImg-slide img{
    border-bottom-left-radius: var(--theme-round);
}
.top-mainImg-detail{
    width: 50%!important;
    margin: 0!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-mainImg-logo{
    max-width: 180px;
}
@media (max-width: 959px) {
    .top-mainImg-logo{
        max-width: 100px;
    }
}
@media (min-width: 600px) {
    .top-mainImg-slide .pc{
        display: block;
    }
}
@media (max-width: 599px) {
    .top-mainImg-slide img{
        border-radius: var(--theme-round);
    }
    .top-mainImg-slide .sp{
        display: block;
        top: 0em;
        position: relative;
    }
    .top-mainImg-logo{
        max-width: 100px;
        margin-bottom: 0;
    }
    .top-mainImg .swell-block-columns__inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .top-mainImg-slide{
        margin-left: 11.5%!important;
        width: 83%!important;
        margin-top: 59%!important;
    }
    .top-mainImg .top-mainImg-detail{
        position: relative;
        top: -33em!important;
        width: 100%!important;
        padding: 1.75em 1em 1.75em calc(1em + 5%)!important;
        /* background-color: rgba(255,255,255,0.9); */
        z-index: 2;
        border-radius: 0 var(--theme-round) var(--theme-round) 0;
        margin-bottom: -19em!important;
        min-height: 20em;
    }
}
.top-mainImg-text{
    position: relative;
    margin-top: 1em;
    margin-bottom: 1.5em;
    z-index: 3;
    font-size: clamp(15px, 1.4vw, 34px);
    line-height: 2;
    letter-spacing: 0.1em;
}

@media (max-width: 959px) {
    .top-mainImg-text{
        margin-top: 1em;
        margin-bottom: 1.5em;
        line-height: 2;
    }
}
@media (max-width: 599px) {
    .top-mainImg-text{
        margin-top: 1em;
        margin-bottom: 0.75em;
        line-height: 1.9;
        font-size: clamp(18px, 1.1vw, 24px);
    }
}


/* フェード */
.typeFade .fade-char {
    opacity: 0;
    display: inline-block;
    transition: opacity 0.35s ease;
}
.typeFade .fade-char.show {
    position: relative;
    opacity: 1!important;
    z-index: 2;
}
.typeFade .line{
    display: block;
}

/* ボタン
---------------------------------- */
.top-mainImg-button{
    animation: fadeIn 1s forwards;
    animation-delay: 4.25s;
    opacity: 0;
    z-index: 10;
}
.top-mainImg-button br{
    display: none;
}
.top-mainImg-button .swell-block-button__link{
    background-color: var(--color-white);
    background-image: url(img/bg_2.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
    padding: 2em 2.75em;
    font-size: clamp(13px, 1.2vw, 18px);
}
.top-mainImg-button .swell-block-button__link:hover{
    box-shadow: 6px 6px 15px rgb(255 196 96 / 60%);
}

@media (max-width: 959px) {
}
@media (max-width: 599px) {
    .top-mainImg-button br{
        display: block;
    }
    .top-mainImg-button{
        position: absolute;
        bottom: -80%;
        right: 2.5em;
    }
    .top-mainImg-button .swell-block-button__link{
        padding: 0;
        width: 8.5em;
        height: 8.5em;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 250%;
    }
}


/* .top-mainImg-button{
    position: absolute;
    right: calc(50% - 28vw);
    top: -10vw;
    animation: fadeIn 1s forwards;
    animation-delay: 4.25s;
    opacity: 0;
    z-index: 10;
}
.top-mainImg-button .swell-block-button__link{
    width: clamp(160px, 16vw, 220px);
    height: clamp(160px, 16vw, 220px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    background-color: transparent;
    background-image: url(img/circle_anime.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: clamp(11px, 1vw, 16px);
}
.top-mainImg-button .swell-block-button__link:hover{
    box-shadow: none;
}
.top-mainImg-button .swl-inline-icon{
    font-size: 1.5rem;
}

@media (max-width: 959px) {
    .top-mainImg-button{
        right: 4vw;
        top: -8vw;
    }
}
@media (max-width: 599px) {
    .top-mainImg-button .swell-block-button__link{
        width: clamp(140px, 15vw, 220px);
        height: clamp(140px, 15vw, 220px);
    }
    .top-mainImg-button{
        right: 0;
        top: -47vw;
    }
} */


/* スクロールアニメーション
---------------------------------- */
.top-mainImg-scroll {
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    animation: fadeIn 1s forwards;
    animation-delay: 5s;
    opacity: 0;
}
.top-mainImg-scroll-border::before {
    animation: scroll 2s infinite;
    border-bottom: 2px solid var(--color-green);
    border-left: 2px solid var(--color-green);
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }
    100% {
        opacity: 0;
    }
}

/* 上下スクロールスライド
---------------------------------- */
.slideMv {
    position:absolute;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    display: none;
}
.slideMv img {
    width: 100%;
    height: auto
}

@media (min-width: 600px) {
    .slideMv{
        top: -10vw;
        width: 28vw;
    }
    .slideMv.left{left: -33vw; display: block;}
    .slideMv.right{right: -33vw; display: block;}
    .slideMv.left .slideMv__item{
        transform: translateY(0);
        animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .slideMv.right .slideMv__item{
        transform: translateY(-100%);
        animation: infinity-scroll-right 80s infinite linear 0.5s both;
    }
}
@media (max-width: 599px) {
    .slideMv.sp {
        display: flex;
        top: 105%;
        left: -25vw;
        width: 240vw;
        height: 22vw;
    }
    .slideMv.sp .slideMv__item{
        transform: translateX(0);
        animation: infinity-scroll-top 80s infinite linear 0.5s both;
    }
}



@keyframes infinity-scroll-top {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-bottom {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


@keyframes infinity-scroll-left {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* =========================================================
# リード文 .top-about
========================================================= */
/* テキスト
---------------------------------- */
.top-about{
    padding-top: 8em!important;
    background: transparent!important;
}
.top-about .smb-media-text__figure img{
    border-radius: var(--theme-round);
}
.top-about p{
    font-size: 1.05rem;
    line-height: 2.25;
}
.top-about p + p{
    margin-top: 1.5em;
}
@media (max-width: 1023px) {
    .top-about p{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .top-about .smb-media-text__figure{
        padding-top: 2em;
    }
}
@media (max-width: 599px) {
    .top-about{
        padding-top: 6em!important;
    }
    .top-about p{
        font-size: 1rem;
        line-height: 2;
        max-width: 96%;
        letter-spacing: 0;
    }
    .top-about p + p{
        margin-top: 1.25em;
    }
}

/* =========================================================
# サービス .top-service
========================================================= */
.top-service{
    background: transparent!important;
}
.top-service-panel .c-row{
    margin-left: -0.75em;
    margin-right: -0.75em;
}
.top-service-panel .c-row__col{
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-bottom: 1.5em;
}
.top-service-panel .c-row__col:last-child{
    margin-bottom: 1.5em!important;
}
.top-service-panel .smb-panels__item{
    border-radius: var(--theme-round);
    cursor: default;
    box-shadow: none;
    border: 1px solid var(--color-gray)
}
.top-service-panel .smb-panels__item:hover{
    box-shadow: none;
}
.top-service-panel .wp-block-image img{
    width: 100%!important;
    max-width: 320px;
}
.top-service-panel h3{
    margin-top: 1.75em!important;
    margin-bottom: 0.5em!important;
    /* border-bottom: 1px solid #ddd; */
}
.top-service-panel p{
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.75em;
    margin-bottom: 1em!important;
}
.top-service-panel h3:before{
    display: none;
}
.top-service-panel .is-style-check_list li:before {
    color: var(--color-text);
    text-indent: -99999px;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(img/ico_check.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
@media (max-width: 959px) {
    .top-service-panel h3{
        font-size: 1.1em;
    }
}
@media (max-width: 599px) {
    .top-service-panel {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .top-service-panel .wp-block-image img{
        max-width: 200px;
    }
    .top-service-panel p{
        font-size: 0.95em
    }
    .top-service-panel .is-style-check_list li{
        font-size: 0.88em;
    }
}

/* =========================================================
# 制作実績 .top-works
========================================================= */
.top-works{
    background-image: url(img/bg_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.top-works-panel .c-row{
    margin-left: -0.75em;
    margin-right: -0.75em;
}
.top-works-panel .c-row__col{
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-bottom: 1.5em;
}
.top-works-panel .c-row__col:last-child{
    margin-bottom: 1.5em!important;
}
.top-works-panel .smb-panels__item{
    border-radius: var(--theme-round);
    overflow: hidden;
}
.top-works-panel .smb-panels__item__body{
    padding: 0 0 1.25em;
}
.top-works-panel .wp-block-heading{
    padding: 1.5em 0.75em 1.75em;
}
.top-works-panel .wp-block-heading:before{
    display: none;
}
.top-works-panel img{
    width: 100%;
}
.top-works-panel-tag strong{
    display: inline-block;
    padding: 0.25em 1.5em;
    border-radius: 2em;
    background-color: var(--color-yellow-light);
    font-size: 75%;
}
.top-works-panel-tag.wordpress strong{
    background-color: var(--color-yellow);
}
.top-works-panel-tag.shopify strong{
    background-color: var(--color-green);
}
.top-works-panel-tag.studio strong{
    background-color: #333;
    color: var(--color-white);
}

.top-works-panel-pass{
    margin-top: -2em !important;
    margin-bottom: 0.3em !important;
}

@media (max-width: 959px) {
    .top-works-panel .wp-block-heading{
        font-size: 1.1em;
    }
}
@media (max-width: 599px) {
    .top-works-panel {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================================
# 料金プラン .top-plan
========================================================= */
.top-plan-group{
    padding-top: 2.75em!important;
    padding-bottom: 3em!important;
    border-radius: var(--theme-round);
}
.top-plan-group-ttl{
    position: relative;
    margin-bottom: 1em!important;
    padding-bottom: 1em;
}
.top-plan-group-ttl .sme-font-size{
    display: inline-block;
    padding-bottom: 1em!important;
}
.top-plan-group-ttl .sme-font-size:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 8em;
    height: 0.35em;
    background-image: url(img/wave_5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.top-plan .wp-block-snow-monkey-blocks-pricing-table{
    background: var(--color-white);
    border-radius: var(--theme-round);
}
.top-plan .smb-pricing-table__item__title{
    margin-bottom: 0.75em;
}
.top-plan .smb-pricing-table__item__title .sme-bg-color{
    font-size: 1.1rem;
    padding: 0.5em 1em;
    border-radius: 3em;
}
.top-plan .smb-pricing-table__item__price{
    margin-bottom: 0.5em;
}
.top-plan .smb-pricing-table__item__price .sme-font-size{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.top-plan .smb-pricing-table__item li{
    padding: 0.5em;
}
.top-plan .is-style-note_list li{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.top-plan h4{
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.top-plan-option-table{
    margin-bottom: 2.5em !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 0 !important;
}
.top-plan-option-table table{
    border-bottom: none!important;
}
.top-plan-option-table th,
.top-plan-option-table td{
    border-color: #eee;
}
.top-plan-option-table tr:last-child th,
.top-plan-option-table tr:last-child td{
    border-bottom: none!important;
}

@media (min-width: 640px) and (min-width: 1024px) {
    .top-plan .smb-pricing-table--col-size-1-1[data-has-items="0"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-1[data-has-items="1"] .c-row__col:last-child, 
    .top-plan .smb-pricing-table--col-size-1-2[data-has-items="1"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-3[data-has-items="1"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-3[data-has-items="2"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-4[data-has-items="1"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-4[data-has-items="2"] .c-row__col:last-child,
    .top-plan .smb-pricing-table--col-size-1-4[data-has-items="3"] .c-row__col:last-child {
        border-right: none!important;
    }
}
@media (min-width: 1196px) {
    .top-plan .c-scrollHint{display: none;}
}
@media (min-width: 678px) {
    .top-plan h4 + .c-scrollHint{display: none;}
}
@media (max-width: 959px) {
}
@media (max-width: 599px) {
    .top-plan-group{
        padding-left: 1em!important;
        padding-right: 1em!important;
    }
    .top-plan .swell-block-columns[data-scrollable="1"] > .swell-block-columns__inner>.swell-block-column{
        width: 60vw;
    }
    .top-plan [data-table-scrollable]:not(.is-style-double) table{
        --table-width: 145vw !important;
    }
    .top-plan .smb-pricing-table__item li{
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        font-size: 0.9em;
    }
    .top-plan .is-style-note_list li{
        font-size: 0.8em;
        letter-spacing: 0;
    }
    .top-plan h4{
        margin-top: 2.5em;
    }
    .top-plan-option-table{
        margin-bottom: 1.5em !important;
    }
    .top-plan-option-table th,
    .top-plan-option-table td{
        font-size: 0.9em;
    }
    .top-plan .c-scrollHint{
        margin-top: 1em;
    }
}


/* =========================================================
# 制作の流れ .top-flow
========================================================= */
.top-flow .swell-block-step__item:before{
    border-color: var(--color-green);
}
.top-flow .swell-block-step__number:after{
    color: var(--color-text);
}

@media (max-width: 959px) {
}
@media (max-width: 599px) {
    .top-flow{
        padding-bottom: 4em!important;
    }
    .top-flow .swell-block-step{
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .top-flow .swell-block-step__number{
        width: 8vw;
        height: 8vw;
        top: 0.25vw;
    }
    .top-flow .swell-block-step__number:after{
        font-size: 3.6vw;
    }
    .top-flow .swell-block-step__item{
        padding-left: 11vw;
        padding-bottom: 2.5em;
    }
    .top-flow .swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item>.swell-block-step__title{
        min-height: 9vw;
        font-size: 1.05em !important;
        padding-top: 0.15em;
    }
    .top-flow .swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item>.swell-block-step__body{
        margin-top: 0.75em;
        margin-left: -11vw;
        font-size: 1rem;
    }
}


/* =========================================================
# 代表について .top-message
========================================================= */
.top-message{
    background-image: url(img/bg_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 10em!important;
}
.top-message .smb-media-text__figure{
    background: #fff;
    border-radius: 50%;
    padding: 0.75em;
}
.top-message .smb-media-text__figure img{
    vertical-align: bottom;
}
.top-message .wp-block-group{
    padding: 3em 3.25em 1.5em;
    border-radius: var(--theme-round);
}
.top-message .wp-block-group p{
    margin-bottom: 1.75em;
    line-height: 1.8;
}
.top-message .wp-block-group p:last-child{
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .top-message .smb-media-text[data-sm-split-point=md] > .c-row--reverse{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .top-message .c-row__col{
        max-width: 100%;
    }
    .top-message .smb-media-text__figure{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .top-message .smb-media-text__body{
        padding-top: 2em;
    }
}
@media (max-width: 599px) {
    .top-message{
        padding-bottom: 3em!important;
    }
    .top-message .smb-media-text__figure{
        max-width: 220px;
    }
    .top-message .smb-media-text__body{
        padding-top: 1em;
    }
    .top-message .wp-block-group{
        padding: 2.25em 1.75em;
    }
    .top-message .wp-block-group p{
        font-size: 1rem;
        margin-bottom: 1.75em;
        line-height: 1.8;
        letter-spacing: 0;
    }
}


/* =========================================================
# お問い合わせ .top-contact
========================================================= */
.top-contact {
    padding-top: 7em!important;
}
.top-contact .l-article{
    margin-top: -4em;
}
.top-contact .smf-form--simple-table{
    line-height: 1.5;
}
.top-contact .smf-form--simple-table .smf-item{
    padding: 0.75em 0;
}
.top-contact .smf-form--simple-table .smf-item__label{
    padding-top: 1em;
}
.top-contact input[type="text"],
.top-contact input[type="email"],
.top-contact input[type="tel"],
.top-contact textarea{
    border-color: #bbb!important;
    width: 100%;
}
.top-contact input[type="text"]:focus,
.top-contact textarea:focus{
    border-color: var(--color-text);
}
::placeholder {
   color: #ccc;
}
.top-contact .required .smf-item__col--label{
    position: relative;
    padding-right: 4em;
}
.top-contact .required .smf-item__col--label:after{
    content: "必須";
    position: absolute;
    right: 2em;
    top: 1.75em;
    background-color: var(--color-yellow);
    color: var(--color-text);
    display: inline-block;
    padding: 0.25em 0.6em;
    border-radius: 3em;
    line-height: 1;
    font-size: 75%;
}
.top-contact .smf-button-control__control{
    background: var(--color-yellow);
    color: var(--color-text);
    border-color: var(--color-yellow);
    border-radius: 3em;
    padding: 0.85em 3em 0.75em;
    font-weight: bold;
    box-shadow: 0 5px 0 var(--color-yellow-dark);
}

@media (max-width: 599px) {
    .top-contact .has-text-align-center{
        text-align: left;
        font-size: 1rem;
    }
    .top-contact .smf-form--simple-table .smf-item__col--label{
        padding-top: 0;
        padding-bottom: 0.25em;
    }
    .top-contact .smf-item__label{
        padding-top: 0!important;
    }
    .top-contact .required .smf-item__col--label:after{
        top: 0.35em;
        right: 0;
    }
    .top-contact .l-article{
        max-width: 96%;
    }
}


/* テキスト
---------------------------------- */
.top-contact .smf-system-error-content{
    color: #e82d31;
    font-weight: bold;
}
.top-contact .smf-error-messages{
    line-height: 1;
    font-size: 0.9em;
    color: #e82d31;
    font-weight: bold;
}

/* 確認画面
---------------------------------- */
.top-contact .snow-monkey-form[data-screen="confirm"] .smf-form--simple-table .smf-item{
    padding: 1em 0;
}
.top-contact .snow-monkey-form[data-screen="confirm"] .smf-form--simple-table .smf-item__label{
    padding-top: 0;
}
.top-contact .snow-monkey-form[data-screen="confirm"] .required .smf-item__col--label:after{
    top: 0.25em;
}
.top-contact .snow-monkey-form[data-screen="confirm"] .smf-form--simple-table .smf-item {
    border-bottom: 1px solid var(--color-gray);
}

/* 完了画面
---------------------------------- */
.top-contact-thanks {padding: 2em!important;}
.top-contact-thanks h3{margin-bottom: 1em!important;}
.top-contact-thanks p{line-height: 1.75;}
.top-contact-thanks p + p {
    margin-top: 1.5em;
}


/* =========================================================
# フッター
========================================================= */
/* ページトップ
---------------------------------- */
.p-fixBtnWrap{
    bottom: 4em;
    z-index: 999;
}
#pagetop{
    background-color: var(--color-yellow);
    border-color: var(--color-yellow);
    opacity: 1;
}
#pagetop:hover{
    background-color: var(--color-yellow)!important;
    border-color: var(--color-yellow);
}
.c-fixBtn__icon{
    color: var(--color-text);
}





/* =========================================================
# エラー
========================================================= */
.error404 #content{
    min-height: 70vh;
}
.error404 .post_content{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.error404 .post_content p{
    margin-bottom: 0;
}
.error404 .post_content form{
    margin-top: 2em;
}



/* タブレット:swellブロック */
@media (min-width: 960px) {}
@media (max-width: 959px) {}

/* タブレット:WordPressブロック */
@media (min-width: 781px) {}
@media (max-width: 780px) {}

/* スマホ */
@media (min-width: 600px) {}
@media (max-width: 599px) {}

/* 

swell：その他微調整

1080px
1200px
1320px 

*/
