@charset "UTF-8";

 /*! CSS Used from: https://lp.kusakari-a.com/sp/css/base_renew.css */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
small,
strong,
b,
ul,
li,
aside,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

main,
aside,
footer,
header,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

html {
    font-size: 62.5%;
    height: 100%;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "ＭＳ Ｐゴシック", Osaka, serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 4.3vw;
    line-height: 1.5;
    min-width: auto;
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

b {
    font-weight: bold;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:after {
    content: " ";
    display: block;
    clear: both;
}

.mt10 {
    margin-top: 10px !important;
}

.round {
    font-family: "Rounded Mplus 1c", serif;
}

.fw600 {
    font-weight: 600;
}

.sp_l_header {
    position: relative;
    padding: 4px 10px 0px;
    font-size: 0.7em;
    white-space: nowrap;
}

.sp_h_upper:after {
    content: "";
    display: table;
    clear: both;
}

.sp_h_upper {
    margin-top: 5px;
}

.sp_h_upper .sp_h_logo {
    float: left;
    width: 62vw;
    max-width: calc(100% - 80px);
}

.sp_h_upper .sp_h_menu {
    float: right;
    width: 40px;
}

.sp_h_upper .sp_h_tel {
    margin-right: 4px;
    float: right;
    width: 40px;
}

.sp_l_header h1 {
    font-size: 1.0rem;
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
}

.sp_h_upper {
    position: relative;
    height: 48px;
}

.sp_h_upper .header__note {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
}

.sp_h_upper .header__note a {
    text-decoration: none;
}

.sp_h_upper .header__note a:before {
    content: "・";
}

.sp_h_upper .sp_h_menu {
    background: #8fc320;
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding: 10px;
    border-radius: 6px;
}

.sp_h_upper .sp_h_tel {
    background: #2eb6a2;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.sp_h_upper .sp_h_tel:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 0;
    background-size: contain !important;
}

.sp_gnav {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

.sp_gnav_list {
    margin: 0 3%;
    border-top: 1px solid #bbb;
}

.sp_gnav_item {
    border-bottom: 1px solid #bbb;
    padding: 10px 10px 10px 45px;
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}

.sp_gnav_item a {
    text-decoration: none;
}

.sp_gnav_item_sub {
    border-bottom: 1px solid #bbb;
    padding: 10px 10px 10px 60px;
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
}

.sp_gnav_item_sub a {
    text-decoration: none;
}

ul.sub-menu {
    display: none;
}

.sp_gnav_item,
.sp_gnav_item_sub a {
    display: block;
}

.sp_gnav_btn {
    margin: 15px auto 0;
    width: 70%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#fff 0%, #ececec 100%);
    background: linear-gradient(#fff 0%, #ececec 100%);
    font-weight: bold;
    font-size: 4.3vw;
    color: #5d973e;
}

.sp_l_footer_lp {
    background-color: #e8f8f6!important;
}
.sp_l_footer .sp_l_footer_inner {
    margin-bottom: 20px;
}

.sp_l_footer .sp_l_footer_inner::before {
    content: "";
    position: absolute;
    top: -36px;
    width: 100%;
    height: 36px;
    right: 0;
    left: 0;
    background-size: 375px 36px;
}

.sp_l_footer_wrap01 {
    padding: 10px 0 0;
    background-size: 50px 50px;
}

.sp_l_footer_wrap01 .ttl {
    padding-bottom: 23px;
    text-align: center;
    background-size: 355px 2px;
}

.sp_l_footer_wrap01 .sp_f_nav {
    padding: 0;
    font-size: 0.85em;
}

.sp_l_footer_wrap01 .sp_f_nav li {
    text-align: left;
    position: relative;
}

.sp_l_footer_wrap01 .sp_f_nav li:first-child {
    margin-top: 0;
}

.sp_l_footer_wrap01 .sp_f_nav li a {
    display: block;
    padding: 15px 35px 15px 15px;
    background-color: #FFF;
    border-bottom: 1px solid #d7d7d7;
    background-size: 4px 8px;
    text-decoration: none;
}

.sp_l_footer_wrap01 .sp_f_nav li a:after {
    display: inline-block;
    content: "";
    right: 5px;
    top: 41%;
    box-sizing: border-box;
    width: 4px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #5d973e;
    position: absolute;
}

.sp_l_footer_wrap02 {
    position: relative;
    padding: 0 15px;
}

.sp_l_footer_wrap02::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-size: 25px 2px;
}

.sp_l_footer_wrap02 .ttl {
    font-weight: bold;
}

.sp_l_footer_wrap02 .txt {
    margin-top: 5px;
    font-size: 0.7em;
    line-height: 1.7;
}

.sp_l_footer_wrap02 .txt .c_attention01 {
    margin-top: 20px;
    color: #666;
}

.sp_f_copy {
    margin-top: 0px;
    font-size: 0.7em;
    text-align: center;
    line-height: 39px;
    height: 27vw;
    background: #999;
    color: #fff;
}

.sp_f_sticky {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -50vw;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

@media screen and (min-width: 667px) {

    .sp_l_header,
    .sp_l_wrapper,
    .sp_l_footer {
        width: 375px !important;
        margin: 0 auto;
    }
}

.footer_promotion .p_aside_wrap {
    margin: 0 0 20px;
}

.sp_l_footer .sp_l_footer_inner::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    background: none;
    background-size: 0 0;
}

.sp_l_footer .sp_l_footer_wrap01 {
    background: #eaf9f6;
}

#js_bottom_tap {
    background: none;
}

#js_bottom_tap .note {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-size: 2.7vw;
    color: #fff !important;
    padding: 2px 7px;
    font-weight: normal;
}

.index_main  {
    background-color: #e8f8f6;
}

.index_main .mainContents{
    padding-top: 10px;
    padding-bottom: 1px;
}

.sp_l-main>section>.sp_l_inner {
    padding: 0 10px;
}

.sp_l-main>section {
    margin-top: 20px;
}

.sp_l_inner {
    margin-top: 0;
}

.sp_l_inner>* {
    margin-top: 15px;
}

.sp_l_inner>*:first-child {
    margin-top: 0;
}

p.c_attention01 {
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
    font-size: 0.7em;
    color: #999;
}

p.c_attention01::before {
    position: absolute;
    left: 0;
    content: "※";
}

.c_attention01 li {
    position: relative;
    padding-left: 1.2em;
    font-size: 0.7em;
}

.c_attention01 li::before {
    position: absolute;
    left: 0;
    content: "※";
}

.c_columnWrap01 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.c_columnWrap01>* {
    display: table-cell;
    vertical-align: top;
    box-sizing: content-box;
    padding-left: 10px;
}

.c_columnWrap01>*:first-child {
    padding-left: 0;
}

.c_columnWrap01 .txt>* {
    margin-top: 10px;
}

.c_columnWrap01 .txt>*:first-child {
    margin-top: 0;
}

.c_columnWrap01 .w70 {
    width: 70px;
}

.c_bg_white01 {
    background: #fff;
}

[class^="c_bg"] {
    padding: 10px;
}

.c_shadow01 {
    box-shadow: 0 0 2px 1px #d1d1d1;
}

.c_panel01 {
    position: relative;
}

.c_panel01+.c_panel01 {
    margin-top: 10px;
}

.c_panel01:first-child {
    margin-top: 0;
}

.c_panel01::before,
.c_panel01::after {
    position: absolute;
    top: -5px;
    content: "";
    width: 49px;
    height: 30px;
}

.c_panel01::before {
    left: -10px;
    background-size: 49px 30px;
}

.c_panel01::after {
    right: -10px;
    background-size: 49px 30px;
}

.c_panel01 a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.c_panel01 .txt>* {
    margin-top: 2px;
    text-decoration: underline;
}

.c_panel01 .txt>*:first-child {
    margin-top: 0;
}

.c_panel01 .txt .ttl {
    font-size: 4.3vw;
    font-weight: bold;
    color: #ff590e;
    text-decoration: none;
}

.c_panel01 .txt .detail {
    font-size: 3.7vw;
    line-height: 1.7;
}

.sp_conversion_new_btn {
    display: inline-block;
    margin: 0 auto;
    width: 94%;
    height: 100%;
    padding: 6% 0 7%;
    text-decoration: none;
}

.sp_conversion_new .sp_conversion_new_time span {
    color: #f31035;
    font-weight: bold;
}

.sp_conversion_new {
    position: relative;
    margin: 10px auto;
}

.sp_conversion_new_time {
    bottom: 4.6vw;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 91%;
    font-size: 12px;
    text-align: center;
    height: 28%;
}

@media screen and (max-width: 320px) {
    .sp_conversion_new_time {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        font-size: 11px;
        bottom: 8%;
    }
}

.news .homeSubContentWrap {
    padding: 0 10px 10px;
    border-bottom: 1px dashed #CCC;
}

.news .homeSubContentWrap:nth-child(4) {
    padding-bottom: 10px;
    border-bottom: none;
}

.news .homeSubContentInner h2 {
    margin: 16px 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 0;
}

.news .homeSubContentInner h2:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 27px;
    height: 20px;
    display: inline-block;
    margin: 0 8px 0;
}

.news .homeSubContentInner h3 {
    text-align: center;
    font-size: 20px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2EB5A3;
    padding: 13px 0 7px;
}

.news .homeSubContentInner h3:before {
    position: relative;
    content: "";
    display: inline-block;
    margin: 0 7px 0 10px;
}

.news .homeSubContentInner h3.voiceIcon:before {
    background-size: 100%;
    width: 20.5px;
    height: 19px;
}

.news .homeSubContentInner h3.faqIcon:before {
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.news .homeSubContentInner h3.newsIcon:before {
    background-size: 100%;
    width: 19px;
    height: 24px;
}

.news .p_news_list01 li {
    background: #eaf9f6;
}

.news .p_news_list01 li:nth-child(2n) {
    background: #fff;
}

.news .p_news_list01 li a {
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 3.7vw;
    display: block;
    padding: 10px 33px 10px 10px;
    background-size: 17px 17px;
    text-decoration: underline;
}

.news .innerBox {
    padding: 20px 10px;
}

.news .readMore {
    text-align: right;
    font-size: 3.3vw;
    margin: 10px 10px 0 0;
}

.news .readMore__link {
    position: relative;
    padding-left: 17px;
    text-decoration: underline;
    display: inline-block;
    background-size: 13px 13px;
}

.news .sp_newsCategory {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news .sp_title_cmn01 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .sp_title_cmn01 .ttl_category:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 25px;
    height: 22.5px;
    display: inline-block;
    margin: -5px 8px 0;
}

.news .sp_title_cmn01 .ttl_ranking:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 26.5px;
    height: 21px;
    display: inline-block;
    margin: -5px 8px 0;
}

.news .sp_newsCategoryBox {
    padding: 0 15px;
}

.news .sp_newsCategoryList {
    padding: 10px 0 10px 23px;
    border-bottom: 1px dotted #CCC;
    background-size: 17px 17px;
}

.news .sp_newsCategoryList:last-child {
    border-bottom: none;
}

.news .sp_newsCategoryLink {
    font-size: 3.8vw;
    text-decoration: underline;
}

.sp_newsThumb {
    margin: 30px 0;
    padding-top: 15px;
    border-top: 1px solid #CCC;
}

.sp_newsThumbBox {
    padding: 0 10px;
}

.sp_newsThumbList {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #CCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sp_newsThumbList:last-child {
    border-bottom: none;
}

.sp_newsThumbImg {
    width: 29%;
}

.sp_newsThumbR {
    width: 68%;
}

.sp_newsThumbLink {
    font-size: 3.8vw;
    display: block;
    margin-bottom: 6px;
}

.sp_newsThumbDate {
    text-align: right;
    font-size: 3.4vw;
    display: block;
}

ul.tipsList {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

ul.tipsList li {
    display: inline-block;
    margin: 0 2% 2% 0;
}

ul.tipsList li:before {
    content: '\0bb';
    margin-right: 3px;
    color: #5c973e;
}

ul.tipsList li a {
    font-size: 1.4rem;
    font-size: 3.7vw;
}

.ul_qa a:after {
    display: inline-block;
    content: "";
    right: 5px;
    top: 41%;
    box-sizing: border-box;
    width: 4px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #5d973e;
    position: absolute;
}

.tips .homeSubContentInner h2 {
    margin: 16px 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ededed;
    padding: 13px 0 7px;
}

.tips .homeSubContentInner h2:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 28px;
    height: 30px;
    display: inline-block;
    margin: 4px 10px 0;
}

.tips .container {
    padding: 10px;
    background: #eaf9f6;
}

.tips .innerBox {
    padding: 20px 10px;
    margin: 0;
}

.area .homeSubContentInner h2 {
    margin: 16px 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 7px;
}

.area .homeSubContentInner h2:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 28px;
    height: 30px;
    display: inline-block;
    margin: 4px 10px 0;
}

.area .sp_area_list {
    padding: 10px;
}

.area .sp_area_list li {
    display: inline-block;
}

.area .sp_area_list li:after {
    content: "|";
}

.area .sp_area_list li a {
    font-size: 14px;
    font-size: 3.7vw;
    padding: 0 5px 10px 0;
    display: inline-block;
}

.p_aside_support {
    margin-top: 20px;
    border: 1px solid #CCC;
}

.p_aside_support .ttl {
    padding: 12px 10px 0;
    background: #fff;
    background-size: 8px 8px;
    font-weight: bolder;
    font-size: 4.1vw;
    color: #333;
    text-align: center;
}

.p_aside_support .p_aside_support_inner {
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.p_aside_support_inner {
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.c_columnWrap01>*:first-child {
    padding-left: 0;
}

.c_columnWrap01>* {
    display: table-cell;
    vertical-align: top;
    box-sizing: content-box;
}

.c_columnWrap01 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sp_visa {
    background-size: 2px;
    padding: 3vw 3vw;
    margin: 0 0 14vw;
    margin-top: 20px;
    border: 1px solid #CCC;
}

.sp_visa_img {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}

.sp_visa .sp_visa_img {
    padding: 10px 0 8px;
}

.sp_visa .sp_visa_txt {
    font-size: 10px;
    color: #999;
}

.sp_visa .sp_visa_ttl {
    color: #666;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 0 10px 0;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.sp_l_footer {
    position: relative;
    background-color: #f3f3f3;
}

.sp_l_footer_wrap02 .sp_f_link {
    padding: 15px 0;
    font-size: 0.65em;
    text-align: center;
}

#policy_text {
    background: #fff;
    padding: 10px;
    font-size: 0.85em;
    text-align: left;
}

.sp_l_footer_wrap02 #policy_text {
    background: #fff;
    padding: 10px;
    font-size: 0.85em;
    color: #333;
    line-height: 21px;
}

.sp_l_footer_wrap02 .sp_f_link li {
    padding-right: 6px;
    margin-right: 4px;
    border-right: 1px solid #202d39;
    display: inline;
    text-decoration: underline;
}

.sp_l_footer_wrap02 #policy_text strong {
    font-weight: bold;
    font-size: 1.2em;
}

#policy_text a {
    text-decoration: underline !important;
}

.sp_l_footer_wrap02_inner {
    background-color: #FEFFFF;
    padding: 8px;
    margin-bottom: 10px;
}

.site_img {
    padding: 20px 0;
    width: 49%;
    margin: 0 auto;
}

.c_attention01 {
    margin-top: 5px;
}

.sp_f_line {
    position: absolute;
    right: 10px;
    top: -80px;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    text-align: center;
}

.sp_f_line a {
    padding: 0;
    display: block;
}

.sp_l_footer_wrap02_inner .ttl {
    color: #000000;
    font-size: 14px;
}

.sp_l_footer_wrap02_inner .txt {
    color: #000000;
}

.sp_l_footer_wrap02_inner .sp_readmore {
    text-align: right;
}

.sp_l_footer_wrap02_inner .txt a {
    position: relative;
    padding-left: 6px;
    text-decoration: underline;
    display: inline-block;
}

.sp_l_footer_wrap02_inner .txt a:after {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #2cac38;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.btn_page {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
    width: 93%;
    margin: 20px auto 10px;
    padding: 8px 0 7px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-color: #fff;
}

.p_aside_wrap {
    padding: 0 10px;
}

@media screen and (max-width:320px) {
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 667px) {
    .sp_conversion_new_time {
        bottom: 18px;
    }

    .sp_f_sticky {
        width: 375px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .sp_gnav {
        display: none;
        position: absolute;
        z-index: 100;
        width: 375px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.s_showmovie {
    position: relative;
    margin: 30px auto 10px;
    padding: 0 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.bg_movie {
    width: 100%;
    padding: 30px 10px 0;
    margin: 0 0 -23px;
    position: relative;
    top: -20px;
    background-size: 27% auto;
}

.bg_movie h2 {
    font-size: 23px;
    font-weight: bold;
    color: #ff6100;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px 0;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.cv_sp_tel {
    position: absolute;
    top: 32vw;
    left: 0;
    width: 100%;
    padding-top: 8vw;
    padding-left: 5vw;
    padding-bottom: 8vw;
    text-align: center;
    font-size: 9.5vw;
    font-weight: bold;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-shadow: #fa7f20 2px 0px, #fa7f20 -2px 0px, #fa7f20 0px -2px, #fa7f20 0px 2px, #fa7f20 2px 2px, #fa7f20 -2px 2px, #fa7f20 2px 2px, #fa7f20 2px -2px, #fa7f20 2px 2px, #fa7f20 -2px 2px, #fa7f20 2px -2px, #fa7f20 -2px -2px, #fa7f20 2px 2px, #fa7f20 -2px 2px, #fa7f20 2px -2px, #fa7f20 -2px -2px;
    text-decoration: none;
}

.footer_sp_tel_txt {
    position: absolute;
    top: 7.1vw;
    left: 37vw;
    font-size: 7.2vw;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, .65)48%, rgba(0, 0, 0, 1)52%);
}

/*! CSS Used from: https://lp.kusakari-a.com/sp/css/index_renew.css */
.sp_mainvisual {
    position: relative;
    margin-bottom: 10px;
}

.sp_mainvisual_area {
    position: absolute;
    top: 4vw;
    left: 3vw;
    width: 65vw;
    text-align: center;
    font-size: 5.6vw;
    font-weight: bold;
    color: #fff;
    line-height: 8vw;
}

.sp_mainvisual_area .sp_place_output {
    color: #fff45c;
}

.sp_mainvisual_service {
    position: absolute;
    top: 14vw;
    left: 3vw;
    display: block;
    width: 65vw;
    height: 8vw;
}

.reqNote {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    text-indent: -1em;
    color: #333;
    text-align: left;
}

.reqNote a {
    text-decoration: none;
}

.fv_slider {
    display: block;
    overflow: hidden;
}

.fv_slider li {
    width: 180px;
    margin: 0 3px;
}

.homeCredit {
    margin: 10px 10px 0 10px;
}

.sp_l-main_index {
    padding: 0px 10px 0;
}

.p_easy {
    padding: 0 10px;
}

.p_easy .intro {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.5vw;
    text-align: justify;
    margin-bottom: 10px;
}

.p_easy ul .text h4 {
    border-bottom: 2px dotted #d7e898;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px;
    padding-bottom: 5px;
}

.p_easy ul .text p {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.5vw;
    text-align: justify;
    padding-bottom: 25px;
}

.p_aside_wrap {
    margin-top: 30px;
    color: #999;
}

.p_aside_wrap>*:first-child {
    margin-top: 0;
}

.ul_qa {
    width: 100%;
    padding: 10px;
}

.ul_qa li {
    background-color: #FFF;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}

.ul_qa li a {
    padding: 10px 5px;
    display: block;
    font-size: 1.4rem;
    text-indent: 2.6em;
}

.ul_qa li a:before {
    position: absolute;
    top: 5px;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-left: -35px;
}

.ul_qa li:last-child {
    margin-bottom: 0;
}

.sp_conversion_new {
    margin: 0 6px 0 10px;
}

.tosho {
    margin: 10px;
}

.tosho {
    align-items: center;
    margin: 10px 0;
    border: none;
}

@media screen and (min-width: 640px) {
    .tosho {
        margin: 10px auto;
        width: 355px;
    }
}

.homeTitleOnayami {
    color: #fff;
    position: relative;
    line-height: 1em;
    margin: 10px 0 0;
}

.homeTitleOnayami__txt {
    font-size: 3.8vw;
    font-weight: bold;
    position: absolute;
    top: 1.6vw;
    left: 28vw;
    display: flex;
    align-content: center;
    line-height: 5.5vw;
    text-shadow: 2px 2px 1px #29a594, -2px 2px 1px #29a594, 2px -2px 1px #29a594, -2px -2px 1px #29a594;
}

.homeTitleOnayami__txt2 {
    font-size: 4.5vw;
    font-weight: bold;
    position: absolute;
    top: 9vw;
    left: 28vw;
    display: flex;
    align-content: center;
    line-height: 5.5vw;
    text-shadow: 2px 2px 1px #29a594, -2px 2px 1px #29a594, 2px -2px 1px #29a594, -2px -2px 1px #29a594;
}

.homeTitleOnayami__txt2 span {
    font-size: 7vw;
    color: #FEF001;
    font-weight: bold;
}

.homeContentOnayami {
    padding: 14px;
}

.homeContentOnayami li {
    display: flex;
    align-items: center;
    background: #fefddf;
    margin: 0 0 10px;
    padding: 1px 5px 5px 5px;
    font-weight: bold;
    font-size: 1.65rem;
    font-size: 17px;
    font-size: 4.5vw;
    color: #333333;
}

.homeContentOnayami li span {
    color: #30b5a2;
}

.homeContentOnayami li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    margin-right: 7px;
}

.homeContentOnayami li:last-of-type{
    margin: 0;
}

.for_busy {
    position: relative;
}

.for_busy_anime {
    width: 95%;
    position: absolute;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.homeContentWrap {
    background-size: 100%;
    position: relative;
}

.homeContentWrap--noBg {
    position: relative;
}

.homeContentWrap .homeContentInner {
    padding: 10px;
}

.homeContentWrap h2 {
    margin: 40px auto 15px;
    width: 100%;
    text-align: center;
}

.homeContentWrap .homeTitlePrice__txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 4.3vw;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

.link_btn {
    position: relative;
    width: 100%;
    margin: 0;
}

.link_btn.btn_price {
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
}

.link_btn .btn_page {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px;
    color: #2eb6a2;
    position: relative;
    border: 1px solid #2eb6a2;
}

.link_btn .btn_page:after {
    position: absolute;
    content: "";
    background-size: 100%;
    width: 8px;
    height: 11px;
    top: 16px;
    right: 12px;
    z-index: 1;
}

.innerBox {
    margin: 10px 0;
    padding: 0 10px;
}

.price h2 .price_title {
    width: 68%;
}

.price .service_list {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.price .service_list_item {
    display: inline-block;
    width: 48%;
    margin: 0 10px 10px 0;
    background: #fff;
}

.price .service_list_item:nth-child(2n) {
    margin: 0 0 10px 0;
}

.price .service_list_item a {
    display: block;
}

.price .service_list_itemContent {
    padding: 10px;
}

.price .service_list_itemContent .service_list_itemTitle {
    background: #8fc320;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3.7vw;
    font-weight: bold;
    padding: 2px 0;
}

.price .service_list_itemContent .service_list_itemList {
    margin: 5px 0 0;
}

.price .service_list_itemContent .service_list_itemList .itemList_item {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 3.7vw;
}

.price .service_list_itemContent .service_list_itemList .itemList_item:before {
    content: "・";
    color: #8fc320;
}

.price .service_list_itemContent .service_list_itemList .itemList_item_none:before {
    content: "";
}

.price .service_list_itemContent .trouble__itemPrice {
    color: #fb8402;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: last baseline;
}

.price .service_list_itemContent .trouble__itemPrice .price {
    font-size: 7.0vw;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.price .service_list_itemContent .trouble__itemPrice .price-estimate {
    font-size: 6.0vw;
}

.price .service_list_itemContent .trouble__itemPrice .unit {
    font-size: 2.5vw;
    line-height: 4vw;
    text-align: left;
}

.price .service_list_itemContent .trouble__itemPrice .yen {
    display: block;
    font-size: 3vw;
}

.price .service_list_itemContent .troubleItemPrice__taxin{
    font-size: 3.6vw;
    text-align: center;
}

.price .service_list_itemContent .troubleItemPrice__taxin .price {
    font-size: 4.6vw;
    text-align: center;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.price .service_list_itemContent .special__item {
    min-height: 16.1vw;
}

.price .service_list_itemContent .more_btn {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fc8503;
    border-radius: 5px;
    padding: 1px 0;
    color: #fc8503;
    position: relative;
}

.price .service_list_itemContent .more_btn:after {
    position: absolute;
    content: "";
    background-size: 100%;
    width: 6px;
    height: 8px;
    top: 8px;
    right: 6px;
    z-index: 1;
}

.price .price_note {
    position: absolute;
    bottom: 70px;
    font-size: 10px;
    font-size: 1.0rem;
    font-size: 2.6vw;
    color: #fff;
    margin: 10px;
    margin: 1.0rem;
    margin: 2.6vw;
    text-shadow: 1px 1px 1px #0e8a65, -1px 1px 1px #0e8a65, 1px -1px 1px #0e8a65, -1px -1px 1px #0e8a65;
}

.price .price__note {
    display: inline-block;
    color: #999;
    font-size: 2vw;
    font-weight: normal;
    line-height: 1.1;
    text-align: left;
}

.popup {
    display: none;
}

.popup {
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    transform: translate(-50%, -50%);
}

.popup_inner {
    padding: 0px 10px 10px;
}

#popup11 {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0;
    border: none;
    max-width: 375px;
}

#close_btn {
    width: 12%;
    height: 12%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.popup_text {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-size: 5.3vw;
    background-color: #8fc31f;
    padding-bottom: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    letter-spacing: 1px;
}

.popup_text h3 {
    color: #ffffff;
    padding-top: 5px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "ＭＳ Ｐゴシック", Osaka;
}

.service_list a {
    text-decoration: none;
}

#popup11.popup.calendar {
    margin: 0;
}

.reason h2 .reason_title {
    width: 50%;
}

.reasonList .reasonListItem .reasonListItemTitle {
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
}

.reasonList .reasonListItem .reasonListItemTitle span {
    display: flex;
    align-items: center;
}

.reasonList .reasonListItem .reasonListItemTitle span.reason_number {
    background: #fb8402;
    color: #fff;
    width: 36px;
    text-align: center;
    height: 100%;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 4.8vw;
    padding: 0px 12px;
}

.reasonList .reasonListItem .reasonListItemTitle span.reason_title {
    position: relative;
    display: inline-block;
    height: 100%;
    background: #fff;
    width: calc(100% - 36px);
    color: #2eb6a2;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
    font-size: 5.3vw;
    padding: 0 10px;
}

.reasonList .reasonListItem .reasonListItemTitle span.reason_title .reason_title_note {
    position: absolute;
    font-size: 3vw;
    top: .7vw;
    right: 21.5vw;
}

.sp_sec_note {
    display: inline-block;
    font-size: 2.5vw;
    color: #333;
}

.reasonList .reasonListItem {
    margin: 0 0 10px;
}

.reasonList .reasonListItem .reasonListItemContent {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
}

.reasonList .reasonListItem .reasonListItemContent img {
    width: 27%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.reasonList .reasonListItem .reasonListItemContent p {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.5vw;
}

.reasonList .reasonListItem .c_attention01 {
    color: #333;
}

.voice h2 .voice_title {
    width: 47%;
}

.voice .c_shadow01 {
    box-shadow: 0px 0px 2px 0px #d1d1d1;
}

.voice .c_panel01 .txt .ttl {
    color: #2eb6a2;
}

.voice .c_panel01:before {
    left: 0;
    background: none;
}

.voice .link_btn .btn_page {
    margin: 0 0 10px;
}

.faq .homeSubContentInner h2 {
    margin: 16px 0 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-size: 5.3vw;
    font-weight: bold;
    color: #2eb6a2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 7px;
}

.faq .homeSubContentInner h2:before {
    position: relative;
    content: "";
    background-size: 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 4px 10px 0;
}

.faq .ul_qa {
    padding: 0 10px;
}

.faq .ul_qa li{
    background: #eaf9f6;
}

.faq .ul_qa li a {
    padding: 13px 5px 13px 18px;
}

.faq .ul_qa li a:before {
    background-size: 100%;
    width: 40px;
    height: 40px;
    margin-left: 0;
    left: 6px;
}

.faq .ul_qa li a:after {
    border: none;
}

.faq .innerBox {
    margin: 0;
    padding: 20px 10px;
}

.baisyoContents {
    margin: 20px 10px;
    background: #fff;
    border: 2px solid #d6d6d6;
    padding: 0 1.5vw;
    font-size: 3.6vw;
    border-radius: 1vw;
}

.baisyoContents .baisyoContents__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2vw;
    border-bottom: 2px solid #fcc;
}

.baisyoContents .baisyoContents__titleImg {
    display: block;
    width: 31px;
    -ms-flex-item-align: center;
    align-self: center;
    width: 34px;
}

.baisyoContents .baisyoContents__titleTxt {
    padding-left: 2vw;
    font-size: 1.2em;
    font-size: 1.0rem;
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.4;
}

.baisyoContents .baisyoContents__detail {
    padding: 3vw 26vw 2vw 2vw;
    line-height: 1.5;
}

.baisyoContents .baisyoContents__detail .txtStrong {
    color: #f03;
}

/*! CSS Used from: https://lp.kusakari-a.com/resource/sp/css/base.css?v=202006172048 */
.popup_wrap {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

#popup11.popup.calendar {
    margin: 0;
}

.sp_f_line {
    position: absolute;
    right: 10px;
    top: -80px;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    text-align: center;
}

.sp_f_line a {
    padding: 0;
    display: block;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

/*20180822_st*/
.bat_tit{
    padding:5px 5px 5px 44px;
    color:#fff;
    background:#679e4a url(img/ico_leaf01.png) no-repeat 5px center;
    background-size:32px;
    font-weight:900;
    border-radius:3px;
    margin:15px 0;
}
.bat_titWrap.hasIco .bat_tit {
    position: relative;
    padding-right: 10px;
}
.bat_titWrap.hasIco .bat_tit::after { transition: all .2s;display: block; position: absolute; top: 50%; right: 5px; width: 0; height: 0; margin-top: -3px; border-width: 6px 5px 0 5px; border-style: solid; border-color: #fff transparent transparent transparent;content: "";  }
.bat_titWrap.hasIco.on .bat_tit::after {transform: rotate(180deg); }
.stripe_tit{padding:7px 5px;background:url(../images/bg01.gif)repeat;font-weight:900;letter-spacing:1px;text-align:left;margin:20px 0 10px 0;text-shadow:0.1px 0.1px 0.1px #333;}
.imgCenter{text-align:center;}
.padbt10{padding-top:10px;padding-bottom:10px;}
.toggle_box {
    margin-top: 15px;
    display: inline-block;
}
.toggle_box h4{
    font-size: 16px;
    background-color: #d7c2de;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 2px 0;
}
.toggle_box_2 {
    margin-top: 15px;
    display: inline-block;
}
.toggle_box_2 h4{
    font-size: 16px;
    background-color: #d7c2de;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 2px 0;
}
.toggle_img{
    width: 45%;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 15px;
}
.toggle_text{
}
.toggle_box_2 span{
    color: #f4650e;
    font-weight: bold;
}
.toggle_point{
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
}
.toggle_point:before{
    content: '';
    width: 5px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    background-color: #d7c2de;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/l/font?kit=pxiByp8kv8JHgFVrLCz7V153Gse6enpwn1ifnss&skey=cea76fe63715a67a&v=v12) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(https://fonts.gstatic.com/l/font?kit=pxiByp8kv8JHgFVrLDD4V153Gse6enpwn1ifnss&skey=f01e006f58df81ac&v=v12) format('woff2');
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.eot');
    src: url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.eot#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff') format('woff'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.ttf') format('truetype'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.svg#slick') format('svg');
}

.sp_mailBtn {
    position: absolute;
    bottom: -1vw;
    left: -0.5vw;
}


/* Card and Motion Test */
.topRadius {
    border-radius: 1vw 1vw 0 0;
}

.btmRadius{
    border-radius: 0 0 1vw 1vw;
}

.u-radius{
    border-radius: 1vw;
}

.js-fadein {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

.js-fadein.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.u-shadow{
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.cmnContainer {
    background-color: #fff;
    margin: 0 10px 6vw;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-size: 3.6vw;
    border-radius: 1vw;
}

.cmnContainer__inner {
    padding: 0 2.7vw 3vw;
}

.sp_conversion_new,
.covid19__box{
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.homeTitleOnayami__img{
    margin-top: -2vw;
}

.price.cmnContainer,
.reason.cmnContainer,
.voice.cmnContainer{
    background-color: #f9f8f1;
}

.sideMedia__ttlBox{
    border-radius: 1vw 1vw 0 0;
}

.index_main .sideMedia__ttl{
    font-size: 4.8vw;
}

.index_main .sideMedia__inner{
    border-radius: 0 0 1vw 1vw;
}

.sideMedia__item:last-of-type{
    border-bottom: 0;
}

.sp_visa{
    border-radius: 1vw;
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.s_showmovie{
    margin: 30px auto 6vw;
    border-radius: 1vw;
}
.p_aside_support{
    margin-bottom: 6vw;
    border-radius: 1vw;
    overflow: hidden;
}
.homeBtmCredit{
    margin-bottom: 6vw;
}
.price.hikaku{
    margin: 20px 10px;
}
.jiman {
    margin-top:6vw;
}
.lineBnr {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}
.lineBnr__img {
    display: block;
}

.sp_cv_wrapper{
    position:absolute;
    bottom:10px;
    left:10px;
    animation: blinkEffect 2s infinite alternate;
}
.cv_sp_tel {
    top: -1vw;
    left: -8px;
    animation: blinkEffect 2s infinite alternate;
}
.sp_conversion_new_time {
    bottom: 5vw;
    left: -10px;
}
@keyframes blinkEffect {
    0% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

/* 動画CSS */
#flow {
    background:white;
    margin: 0 10px 6vw;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-size: 3.6vw;
    border-radius: 1vw;
    padding-bottom:15px;
}
#flow .flow_clip .video_note{
    display:block;
    width:94%;
    margin:0 auto;
    font-size:2.9vw;
}
.flow_clip {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top:15px;
    box-sizing: border-box;
}

/* 動画のスタイル */
.flow_clip video {
    width: 94%;
    height: auto;
    display: block;
    object-fit: cover;
    margin:auto;
}

/* モーダルコンテンツ用スタイル */
a.modal_open {
    text-decoration: none;
}
#modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    display: none;
}
#modal .modal_wrapper{
    position:relative  ;
    width:90%;
    max-width: 500px;
    margin: 50% auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#modal .modal_content{
    position:relative;
}
.upper_content{
    width: 100%;
    margin:0 3%;
    position:absolute;
    top:0;
    right:0;
}
.lower_content{
    width: 100%;
    margin:0 auto;
    position:absolute;
    top:38vw;
}
.closeBtn {
    position: absolute;
    bottom: -15vw;
    left: calc(50% - 7.5vw);
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 15vw;
}
.closeBtn img {
    display: inline-block;
    width: 13vw;
    height: auto;
    max-width: 60px;
    margin: auto;
}
.cv_phone_num{
    position: absolute;
    left: 32vw;
    top: 9vw;
    font-size: 8.5vw;
}
.datetime{
    position: absolute;
    top: 21.5vw;
    left: 15vw;
    font-size: 3vw;
    color: #333;
    text-shadow: none;
    font-weight: normal;
}

body.modal-open-prevent-scroll {
    overflow: hidden;
}
.btn_anime {animation: btn_animation 1s infinite;}
@keyframes btn_animation {
    0% {transform: translateY(0);}
    10%{transform: translateY(5%);}
    20%{transform: translateY(0);}
    30%{transform: translateY(5%);}
    40%{transform: translateY(0);}
}
.animation{animation: gatagata .3s infinite;scale: 1;}
@keyframes gatagata{
    0%{transform:translateY(0)}
    25%{transform:translate(0px, 1px) rotateZ(1deg)}
    50%{transform:translate(0px, 1px) rotateZ(0deg)}
    75%{transform:translate(1px, 1px) rotateZ(-1deg)}
    100%{transform:translate(0px, 0px) rotateZ(0deg)}
}

