.fix_fotter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
    transition: all 0.5s ease;
}

.fix_fotter.is-show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#btn_pagetop{
    display: none !important;
}
.footer_totop {
    position: absolute;
    top: -60px;
    right: 5px;
    background-color: #6bc09f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 7px;
    font-size: 0.75rem;
    box-sizing: border-box;
}

.footer_totop::after {
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    position: absolute;
    top: 42%;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 8em;
    }
}

.fix_fotter {
    padding: 0;
}


.fotter_cta {
    display: none;
    width: 100%;
}


.fotter_cta span {
    text-align: center;
    font-size: 1.1rem;
    color: #73bfdf;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 0 1.3em;
    width: fit-content;
    margin-bottom: 0.3em;
}

.fotter_cta span::before,
.fotter_cta span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 10px;
    display: block;
    bottom: 5px;
}

.fotter_cta span::before {
    background: url(../img/bf-02.png) no-repeat center / 100%;
    left: 0px;
}

.fotter_cta span::after {
    content: '';
    background: url(../img/af-02.png) no-repeat center / 100%;
    right: 0px;
}

.fotter_cta a {
    font-size: 1.1rem;
    -webkit-box-shadow: 0 3px 0 0 #ba5d72;
    box-shadow: 0 3px 0 0 #ba5d72;
    letter-spacing: 0;
    background: #fc7d9a;
    color: #fff;
    text-decoration: none;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 0.5em;
    position: relative;
    padding: 0.5em 1.5em 0.5em 0.5em;
    transition: 0.3s;
}

.fotter_cta a:hover {
    opacity: 0.7;
}

.fotter_cta a::after {
    content: '';
    border: solid white;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    border-width: 0 1px 1px 0;
    padding: 2px;
    right: 12px;
}

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

    .fotter_cta a {
        font-size: 1.8rem;
        width: 100%;
        max-width: 870px;
        border-radius: 20px;
        box-shadow: 0 6px 0 0 #ba5d72;
    }

    .fotter_cta span {
        font-size: 2.0rem;
        padding: 0 1.3em;
    }

    .fotter_cta span::before,
    .fotter_cta span::after {
        width: 30px;
        height: 20px;
    }
}

.head_information {
    background: #fccd85;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    font-size: 0.938rem;
    line-height: 1.5;
    color: #393939;
}

@media screen and (max-width: 768px) {
    .head_information {
        font-size: 065rem;
        padding: 0.5em;
    }

    header .open .justify_align span {
        color: #fff !important;
    }
}


header .inner.set_area>nav ul.head_bottom {
    display: flex;
    justify-content: right;
    gap: 10px;
}

header .inner.set_area>nav ul.head_bottom li {
    vertical-align: middle;
}

header .inner.set_area>nav ul.head_bottom li>a {
    border: 1px solid #73bfdf;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

header .inner.set_area>nav ul.head_bottom li>a.tap {
    background-color: #73bfdf;
    color: #fff;
}

header .inner.set_area>nav ul.head_bottom li>a .icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

header .inner.set_area>nav ul.head_bottom li>a .icon .def {
    display: block;
}

header .inner.set_area>nav ul.head_bottom li>a.tap .icon .def {
    display: none;
}

header .inner.set_area>nav ul.head_bottom li>a .icon .hover {
    display: none;
}

header .inner.set_area>nav ul.head_bottom li>a.tap .icon .hover {
    display: block;
}

header .inner.set_area>nav ul.head_bottom li {
    font-size: 1.2em;
}

header .inner.set_area>nav ul.head_bottom li.search {
    padding: 0 10px;
}

header .inner.set_area>nav ul.head_bottom li.search form {
    margin-left: 15px;
    display: inline-block;
    position: relative;
}

header .inner.set_area>nav ul.head_bottom li.search form input[type='text'] {
    width: 160px;
    height: 32px;
    border: none;
    background-color: #f0f0f0;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 34px;
    font-size: 1.2em;
}

header .inner.set_area>nav ul.head_bottom li.search a {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    border: none;
    padding: 0;
}

header .inner.set_area>nav ul.head_bottom li.search a .def {
    display: block;
}

header .inner.set_area>nav ul.head_bottom li.search a .hover {
    display: none;
}

header .inner.set_area>nav ul.head_bottom li.search a.tap .def {
    display: none;
}

header .inner.set_area>nav ul.head_bottom li.search a.tap .hover {
    display: block;
}