﻿hrml,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
    margin: 0;
    padding: 0}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal}

ul {
    list-style: none}

table {
    border-collapse: collapse;
    border-spacing: 0}

caption,th {
    text-align: left}

q:before,q:after {
    content: ''}

object,embed {
    vertical-align: top}

legend {
    display: none}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%}

img,abbr,acronym,fieldset {
    border: 0}

body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif}

a {
    text-decoration: none}

a:active,a:focus,input:active,input:focus {
    outline: 0}

section {
    width: 100%}

.wrap {
    overflow: hidden;
    position: relative}

html {
    font-size: 62.5%;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: bold}

img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.5s}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0)}

.pcClass {
    display: block}

@media (max-width: 1280px) {
    .pcClass {
        display: block    }

}

@media (max-width: 1024px) {
    .pcClass {
        display: none    }

}

@media (max-width: 768px) {
    .pcClass {
        display: none    }

}

@media (max-width: 480px) {
    .pcClass {
        display: none    }

}

@media (max-width: 320px) {
    .pcClass {
        display: none    }

}

.spClass {
    display: none}

@media (max-width: 1280px) {
    .spClass {
        display: none    }

}

@media (max-width: 1024px) {
    .spClass {
        display: block    }

}

@media (max-width: 768px) {
    .spClass {
        display: block    }

}

@media (max-width: 480px) {
    .spClass {
        display: block    }

}

@media (max-width: 320px) {
    .spClass {
        display: block    }

}

p {
    font-size: 1.6rem;
    line-height: 1.5}

@media (max-width: 768px) {
    p {
        font-size: 1.4rem    }

}

* a {
    transition: 0.3s}

::selection {
    background: #ffb8dc;
    color: #ffffff}

::-moz-selection {
    background: #ffb8dc;
    color: #ffffff}

.sec-title {
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.2}

.sec-title_text {
    display: inline-block;
    font-size: 3.3rem;
    color: #d8007f;
    position: relative;
    font-weight: bold;
    font-style: normal}

@media (max-width: 768px) {
    .sec-title_text {
        font-size: 2.8rem    }

}

.sec-title_en {
    display: block;
    font-size: 2.2rem;
    color: #d8007f}

@media (max-width: 768px) {
    .sec-title_en {
        font-size: 1.9rem    }

}

.sec-title_jp {
    font-size: 3.4rem;
    color: #d8007f}

@media (max-width: 768px) {
    .sec-title_jp {
        font-size: 2.3rem    }

}

.t-center {
    text-align: center}

.t-left {
    text-align: left}

.t-right {
    text-align: right}

header {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: bold}

.header-pc {
    display: block;
    width: 100%;
    z-index: 1000;
    transition: 0.15s}

@media (max-width: 1024px) {
    .header-pc {
        display: none    }

}

.header-pc_top {
    background-color: #d8007f}

.header-pc_top_inner {
    max-width: 1150px;
    width: 95%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center}

.header-pc_top_inner .top-menu {
    display: flex;
    justify-content: space-between;
    position: relative}

.header-pc_top_inner .top-menu_li {
    font-size: 2.0rem;
    color: #fff;
    padding: 10px 1.4vw 10px 1.4vw;
    border-bottom: solid 3px #d8007f;
    transition: all 0.3s;
    cursor: pointer}

.header-pc_top_inner .top-menu_li>span {
    position: relative;
    padding: 0 40px 0 0}

.header-pc_top_inner .top-menu_li>span::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(224deg);
    position: absolute;
    right: 0px;
    top: 35%;
    transition: 0.3s}

.header-pc_top_inner .top-menu_li .open::after {
    transform: rotate(45deg)}

.header-pc_top_inner .top-menu_li a {
    color: #fff}

.header-pc_top_inner .top-menu_li:hover {
    border-bottom: solid 3px #fff}

.header-pc_top_inner .top-menu_li_wrap {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 100}

.header-pc_top_inner .top-menu_li_wrap .child-block {
    background-color: #fff;
    width: 1060px;
    height: 302px;
    display: flex;
    align-items: center;
    justify-content: space-around}

.header-pc_top_inner .top-menu_li_wrap .child-block a {
    color: #d8007f}

.header-pc_top_inner .top-menu_li_wrap .child-block li {
    text-align: center;
    width: 284px;
    transition: all 0.3s}

.header-pc_top_inner .top-menu_li_wrap .child-block li:hover {
    opacity: 0.5}

.header-pc_top_inner .top-menu_li_wrap .child-block li img {
    border-radius: 15px}

.header-pc_top_inner .top-menu_li_wrap .child-block li span {
    font-size: 2.0rem;
    margin: 10px 0 0 0;
    display: inline-block}

.header-pc_top_inner .search .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #fef1f9;
    border-radius: 25px}

.header-pc_top_inner .search .search-form input {
    width: 180px;
    height: 32px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1.2em;
    outline: none}

.header-pc_top_inner .search .search-form input::placeholder {
    color: #777777}

.header-pc_top_inner .search .search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 32px;
    border: none;
    background-color: #fff;
    cursor: pointer}

.header-pc_top_inner .search .search-form button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ''}

.header-pc_bottom {
    background-color: #fef1f9;
    display: flex;
    align-items: center;
    position: relative}

.header-pc_bottom .logo {
    width: 138px;
    margin: 20px 0 20px 100px}

.header-pc_bottom_inner {
    max-width: 1550px;
    width: 95%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center}

.header-pc_bottom_inner .logo {
    width: 138px}

.header-pc_bottom_inner .bottom-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 790px;
    width: 95%;
    margin: 0 0 0 15%}

.header-pc_bottom_inner .bottom-menu_li {
    font-size: 2.0rem;
    border-bottom: solid 3px #fef1f9;
    transition: all 0.3s}

.header-pc_bottom_inner .bottom-menu_li::before {
    content: ''}

.header-pc_bottom_inner .bottom-menu_li:nth-of-type(1) {
    margin: 0 80px 0 0;
    position: relative}

.header-pc_bottom_inner .bottom-menu_li:nth-of-type(1)::before {
    display: block;
    width: 76px;
    height: 77px;
    background-image: url("../img/menu-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%)}

.header-pc_bottom_inner .bottom-menu_li:nth-of-type(2) {
    margin: 0 30px 0 0}

.header-pc_bottom_inner .bottom-menu_li:hover {
    border-bottom: solid 3px #d8007f}

.header-pc_bottom_inner .bottom-menu_li>a {
    color: #d8007f;
    padding: 30px 0 30px 0;
    display: inline-block;
    position: relative}

.header-pc_bottom_inner .bottom-menu_li .webservice-pc {
    cursor: pointer}

.header-pc_bottom_inner .bottom-menu_li .webservice-pc::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #d8007f;
    border-left: 3px solid #d8007f;
    transform: rotate(225deg);
    position: absolute;
    right: -20px;
    top: 45%;
    transition: 0.3s}

.header-pc_bottom_inner .bottom-menu_li .webservice-pc_wrap {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 103px;
    left: 0px;
    width: 100%;
    background-color: #FFF5EB;
    padding: 20px 0 20px 0}

.header-pc_bottom_inner .bottom-menu_li .webservice-pc_wrap_menu {
    margin-inline: auto;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 10px}

.header-pc_bottom_inner .bottom-menu_li .webservice-pc_wrap_menu li {
    width: calc((100% - 20px) / 2)}

.header-pc_bottom_inner .bottom-menu_li .open::before {
    transform: rotate(45deg)}

.header-sp {
    display: none;
    width: 100%;
    z-index: 1000;
    transition: 0.15s;
    padding: 10px 0 10px 0;
    height: 60px;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff}

@media (max-width: 1024px) {
    .header-sp {
        display: block    }

}

.header-sp_inner {
    width: 95%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center}

.header-sp_inner .logo {
    width: 90px;
    margin-left: 15px;
}

.header-sp_inner .menu-btn {
    width: 28px;
    height: 31px;
    display: inline-block;
    z-index: 1500}

.header-sp_inner .menu-btn::before {
    background: url(../img/hsp-nav_open.svg) no-repeat;
    content: "";
    position: absolute;
    width: 28px;
    height: 31px}

.header-sp_inner .btn-open::before {
    background: url(../img/hsp-nav_close.svg) no-repeat}

.header-sp .menu {
    background-color: #fef1f9;
    display: none;
    height: 100vh}

.header-sp .menu_wrap {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fef1f9;
    height: calc(100vh - 86px);
    padding: 60px 0 0 0;
    box-sizing: border-box}

.header-sp .menu_wrap-title {
    font-size: 3.0rem;
    font-family: bc-alphapipe, sans-serif;
    text-align: center;
    margin: 10px 0 0 0;
    color: #d8007f}

.header-sp .menu_wrap_list_li {
    border-bottom: solid 1px #d8007f}

.header-sp .menu_wrap_list_li a {
    display: block;
    padding: 15px 0 15px 40px;
    font-size: 2.2rem;
    position: relative;
    color: #d8007f}

@media (max-width: 768px) {
    .header-sp .menu_wrap_list_li a {
        font-size: 1.8rem;
        padding: 12px 0 12px 10px    }

}

@media (max-width: 480px) {
    .header-sp .menu_wrap_list_li a {
        font-size: 1.6rem;
        padding: 10px 0 10px 10px    }

}

.header-sp .menu_wrap_list_li a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #d8007f;
    border-left: 2px solid #d8007f;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: 0.3s}

.header-sp .menu_wrap_list_li a:hover::after {
    right: 10px}

.header-sp .menu_wrap_list_sns .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0 0 0}

@media (max-width: 480px) {
    .header-sp .menu_wrap_list_sns .icon {
        margin: 10px 0 0 0    }

}

.header-sp .menu_wrap_list_sns .icon li {
    width: 40px}

.header-sp .menu_wrap_list_sns .icon li img {
    filter: drop-shadow(0px 3px 3px #d5d5d5)}

.header-sp .menu-open {
    display: block}

.carriers {
    padding: 10px 0 10px 0;
    background-color: #fff}

@media (max-width: 1024px) {
    .carriers {
        margin: 60px 0 0 0    }

}

.carriers_inner {
    width: 95%;
    margin-inline: auto}

@media (max-width: 768px) {
    .carriers_inner {
        overflow-x: scroll;
        padding: 0 0 5px 0    }

}

.carriers_inner .carriers-list {
    gap: 30px 20px;
    display: flex;
    justify-content: center}

@media (max-width: 768px) {
    .carriers_inner .carriers-list {
        width: 700px    }

}

.carriers_inner .carriers-list_text {
    font-size: 1.3rem;
    padding: 4px 15px 4px 15px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    background-color: #d8007f;
    border-radius: 15px}

@media (max-width: 768px) {
    .carriers_inner .carriers-list_text {
        font-size: 0.9rem    }

}

.carriers_inner .carriers-list_logo {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 550px}

@media (max-width: 768px) {
    .carriers_inner .carriers-list_logo {
        overflow-x: scroll    }

}

.carriers_inner .carriers-list_logo li img {
    height: 20px;
    object-fit: fill}

@media (max-width: 768px) {
    .carriers_inner .carriers-list_logo li img {
        height: 15px    }

}

.sp-nav {
    background-color: #fff;
    display: none}

@media (max-width: 1024px) {
    .sp-nav {
        display: block    }

}

.sp-nav_list {
    padding: 10px 0 10px 0;
    max-width: 400px;
    width: 95%;
    margin-inline: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px 10px}

.sp-nav_list li {
    width: 55px}

.top-title {
    text-align: center}

.top-title span {
    display: inline-block;
    font-size: 3.3rem;
    color: #d8007f;
    margin: 0 0 40px 0;
    position: relative;
    font-family: bc-alphapipe, sans-serif;
    font-weight: bold;
    font-style: normal}

.top-title span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10}

.top-title span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10}

* a {
    color: #000}

#top {
    background: url(../img/page-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: bold}

#top .mv {
    position: relative;
    width: 75%;
    margin-inline: auto}

@media (max-width: 768px) {
    #top .mv {
        width: 94%    }

}

#top .mv .swipermv .swiper-slide {
    padding: 0 0 30px 0}

#top .mv .swipermv .swiper-slide a:hover {
    transition: all 0.3s;
    opacity: 0.5}

#top .mv .swipermv .swiper-pagination {
    display: none}

@media (max-width: 768px) {
    #top .mv .swipermv .swiper-pagination {
        display: block    }

}

#top .recommend {
    padding: 60px 0 60px 0;
    text-align: center}

@media (max-width: 768px) {
    #top .recommend {
        padding: 30px 0 30px 0    }

}

#top .recommend_inner {
    margin-inline: auto;
    max-width: 870px;
    width: 100%}

#top .recommend_inner .top-title {
    margin: 25px 0 40px 0}

#top .recommend_inner .top-title span::before {
    width: 57px;
    height: 86px;
    background: url(../img/recommend-deco_l.png) no-repeat;
    left: -70px;
    background-size: contain}

#top .recommend_inner .top-title span::after {
    width: 53px;
    height: 80px;
    background: url(../img/recommend-deco_r.png) no-repeat;
    right: -60px;
    background-size: contain}

#top .recommend_inner .recommend-pc {
    display: block}

@media (max-width: 768px) {
    #top .recommend_inner .recommend-pc {
        display: none    }

}

#top .recommend_inner .recommend-pc .recommend-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr)}

#top .recommend_inner .recommend-pc .recommend-list li * img {
    border-radius: 15px}

#top .recommend_inner .recommend-pc .recommend-list li a:hover {
    color: #d8007f}

#top .recommend_inner .recommend-pc .recommend-list li a:hover img {
    transition: all 0.3s;
    opacity: 0.5}

#top .recommend_inner .recommend-sp {
    display: none}

@media (max-width: 768px) {
    #top .recommend_inner .recommend-sp {
        display: block    }

}

#top .recommend_inner .recommend-sp * img {
    border-radius: 15px}

#top .recommend_inner .recommend-sp .swiper-button-prev,#top .recommend_inner .recommend-sp .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 45%}

#top .recommend_inner .recommend-sp .swiper-button-prev img,#top .recommend_inner .recommend-sp .swiper-button-next img {
    filter: drop-shadow(0px 0px 5px #959595)}

#top .recommend_inner .recommend-sp .swiper-button-prev::after,#top .recommend_inner .recommend-sp .swiper-button-next::after {
    content: none}

#top .recommend_inner .recommend-sp .swiper-button-prev {
    left: 13vw}

#top .recommend_inner .recommend-sp .swiper-button-next {
    right: 13vw}

#top .recruit {
    padding: 20px 0 40px 0;
    display: none}

@media (max-width: 768px) {
    #top .recruit {
        display: block    }

}

#top .recruit_inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 90%}

#top .about {
    display: none;
    padding: 0 0 0 5%;
    box-sizing: border-box}

@media (max-width: 768px) {
    #top .about {
        display: block    }

}

#top .topics {
    padding: 60px 0 60px 0;
    text-align: center}

@media (max-width: 768px) {
    #top .topics {
        padding: 30px 0 30px 0    }

}

#top .topics_inner {
    margin-inline: auto;
    max-width: 960px;
    width: 90%}

#top .topics_inner .top-title span {
    margin: 25px 0 40px 0}

#top .topics_inner .top-title span::before {
    width: 52px;
    height: 81px;
    background: url(../img/topics-deco_l.svg) no-repeat;
    left: -70px}

#top .topics_inner .top-title span::after {
    width: 41px;
    height: 83px;
    background: url(../img/topics-deco_r.svg) no-repeat;
    right: -60px}

#top .topics_inner .topics-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 30px}

@media (max-width: 768px) {
    #top .topics_inner .topics-list {
        flex-direction: column    }

}

#top .topics_inner .topics-list a {
    color: #000}

#top .topics_inner .topics-list a:hover {
    color: #d8007f}

#top .topics_inner .topics-list a:hover img {
    transition: all 0.3s;
    opacity: 0.5}

#top .topics_inner .topics-list_li {
    width: calc((100% - 60px) / 3)}

@media (max-width: 768px) {
    #top .topics_inner .topics-list_li {
        width: 100%    }

}

#top .topics_inner .topics-list_li * img {
    border-radius: 15px}

#top .topics_inner .topics-list_li-cat {
    font-size: 0.9rem;
    margin: 10px 0 0 0}

#top .topics_inner .topics-list_li-title {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 5px 0 5px 0}

#top .topics_inner .topics-list_li-date {
    font-size: 0.9rem}

#top .topics_inner .topics-wrap {
    display: flex;
    gap: 50px 50px;
    flex-wrap: wrap;
    justify-content: center}

#top .topics_inner .topics-wrap_li {
    width: calc((100% - 40px) / 3)}

@media (max-width: 768px) {
    #top .topics_inner .topics-wrap_li {
        width: 100%    }

}

#top .topics_inner .topics-wrap_li_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0}

@media (max-width: 768px) {
    #top .topics_inner .topics-wrap_li_img {
        height: initial    }

}

#top .topics_inner .topics-wrap_li_img-recommend {
    width: 65px;
    height: 66px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px}

#top .topics_inner .topics-wrap_li_img-list {
    position: relative;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 50px;
    font-size: 1.0rem;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px}

#top .topics_inner .topics-wrap_li_img-list:hover {
    opacity: 0.8}

#top .topics_inner .topics-wrap_li_img-list span {
    padding: 0 10px 0 10px}

#top .topics_inner .topics-wrap_li_img-list a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .topics_inner .topics-wrap_li_img-img {
    width: 100%}

#top .topics_inner .topics-wrap_li_text {
    text-align: left;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 5px 15px -10px #818181;
    background-color: #fff}

#top .topics_inner .topics-wrap_li_text .topics-title {
    line-height: 1.5}

#top .topics_inner .topics-wrap_li_text .topics-title:first-of-type {
    font-size: 1.4rem}

#top .topics_inner .topics-wrap_li_text .topics-title:nth-of-type(2) {
    font-size: 1.7rem}

#top .topics_inner .topics-wrap_li_text .topics-title:nth-of-type(3) {
    font-size: 0.8rem}

#top .topics_inner .topics-wrap_li_text .topics-title span {
    color: #FA208D}

#top .topics_inner .topics-wrap_li_text .store-icon {
    width: 95px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0px 5px 15px -10px #818181;
    border-radius: 50px}

#top .topics_inner .topics-wrap_li_text .store-icon a:hover {
    opacity: 0.8}

#top .topics_inner .topics-wrap_li_text .topics-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    margin: 10px 0 20px 0}

#top .topics_inner .topics-wrap_li_text .topics-tag_li {
    background-color: #FA208D;
    color: #fff;
    padding: 0 5px 0 5px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 1.4rem}

#top .topics_inner .topics-wrap_li_text .topics-icon {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 0 5px;
    margin: 10px 0 0 0}

#top .topics_inner .topics-wrap_li_text .topics-icon li {
    position: relative;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 50px;
    font-size: 1.1rem;
    background-color: #FA208D;
    color: #fff}

#top .topics_inner .topics-wrap_li_text .topics-icon li:hover {
    opacity: 0.8}

#top .topics_inner .topics-wrap_li_text .topics-icon li span {
    padding: 0 8px 0 8px}

#top .topics_inner .topics-wrap_li_text .topics-icon li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .topics_inner .topics-wrap_li_text .topics-icon .cat-other {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 0.8rem;
    background-color: #000;
    color: #fff;
    height: 26px}

#top .topics_inner .topics-wrap_li_text .topics-icon .cat-line {
    background-color: #16b23a;
    color: #fff}

#top .topics_inner .topics-wrap_li_text .topics-icon .cat-youtube {
    background-color: #FF0000;
    color: #fff}

#top .topics_inner .topics-wrap_li_bnr {
    margin: 20px 0 0 0;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden}

#top .topics_inner .topics-wrap_li_bnr a:hover {
    opacity: 0.8}

#top .topics_inner .topics-btn {
    margin: 50px 0 0 0}

#top .topics_inner .topics-btn li {
    position: relative;
    background-color: #d8007f;
    max-width: 248px;
    width: 90%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 5px 15px -10px #818181}

#top .topics_inner .topics-btn li:hover {
    background-color: #930358}

#top .topics_inner .topics-btn li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .topics_inner .topics-btn li span {
    color: #fff;
    font-size: 2.0rem}

#top .news {
    padding: 60px 0 60px 0;
    text-align: center}

@media (max-width: 768px) {
    #top .news {
        padding: 30px 0 30px 0    }

}

#top .news_inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 90%;
    border-radius: 8px;
    overflow: hidden}

#top .news_inner .top-title span {
    margin: 25px 0 40px 0}

#top .news_inner .top-title span::before {
    width: 65px;
    height: 82px;
    background: url(../img/news-deco_l.svg) no-repeat;
    left: -70px}

#top .news_inner .top-title span::after {
    width: 40px;
    height: 81px;
    background: url(../img/news-deco_r.svg) no-repeat;
    right: -60px}

#top .news_inner .news-wrap {
    display: flex;
    gap: 30px 30px;
    margin: 0 0 15px 0}

@media (max-width: 768px) {
    #top .news_inner .news-wrap {
        flex-direction: column    }

}

#top .news_inner .news-wrap_inner {
    width: calc((100% / 2) - 15px)}

@media (max-width: 768px) {
    #top .news_inner .news-wrap_inner {
        width: 100%    }

}

#top .news_inner .news-wrap_inner .sub-title {
    font-size: 2.5rem;
    margin: 0 0 30px 0;
    font-family: bc-alphapipe, sans-serif}

#top .news_inner .news-wrap_inner .news-swiper {
    margin: 0 0 30px 0}

#top .news_inner .news-wrap_inner .news-swiper .swiper-slide {
    padding: 0 0 30px 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li {
    text-align: left}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
    opacity: 0.8}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li_date {
    font-size: 1.6rem;
    margin: 0 0 5px 0;
    display: block;
    color: #BABABA}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li_inner {
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 8px}

@media (max-width: 480px) {
    #top .news_inner .news-wrap_inner .news-swiper .news-list_li_inner {
        height: initial    }

}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li_inner::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #000);
    z-index: 100}

#top .news_inner .news-wrap_inner .news-swiper .news-list_li_inner img {
    object-fit: cover;
    height: 230px;
    transition: all 0.3s}

@media (max-width: 480px) {
    #top .news_inner .news-wrap_inner .news-swiper .news-list_li_inner img {
        height: initial    }

}

#top .news_inner .news-wrap_inner .bottom-news {
    margin: 0 0 30px 0}

#top .news_inner .news-wrap_inner .bottom-news_li {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px}

#top .news_inner .news-wrap_inner .bottom-news_li:hover h4 {
    color: #d8007f}

#top .news_inner .news-wrap_inner .bottom-news_li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .news_inner .news-wrap_inner .bottom-news_li_img {
    width: 140px;
    height: 140px}

#top .news_inner .news-wrap_inner .bottom-news_li_img img {
    height: 140px;
    border-radius: 15px;
    object-fit: cover}

#top .news_inner .news-wrap_inner .bottom-news_li_text {
    width: calc(100% - 170px);
    text-align: left}

#top .news_inner .news-wrap_inner .bottom-news_li_text .date {
    font-size: 1.6rem;
    margin: 0 0 5px 0;
    display: block;
    color: #BABABA}

#top .news_inner .news-wrap_inner .bottom-news_li_text h4 {
    font-size: 1.6rem;
    color: #000;
    transition: all 0.3s}

#top .news_inner .news-btn {
    margin: 30px 0 0 0}

#top .news_inner .news-btn li {
    position: relative;
    background-color: #fef1f9;
    max-width: 320px;
    width: 90%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 10px;
    border: solid 3px #fef1f9;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -10px #818181}

#top .news_inner .news-btn li:hover {
    border: solid 3px #d8007f}

#top .news_inner .news-btn li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .news_inner .news-btn li span {
    color: #d8007f;
    font-size: 1.9rem}

#top .other {
    padding: 60px 0 60px 0}

@media (max-width: 768px) {
    #top .other {
        padding: 30px 0 30px 0    }

}

#top .other .top-title span {
    margin: 25px 0 40px 0;
    padding: 0 100px 0 0}

#top .other .top-title span::after {
    width: 92px;
    height: 85px;
    background: url(../img/shop-deco_r.svg) no-repeat;
    right: 0px}

#top .other_inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 90%}

#top .other_inner .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 60px 0}

#top .other_inner .youtube iframe {
    width: 100%;
    height: 100%}

#top .other_inner .other-link {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
    margin-bottom: 120px}

@media (max-width: 768px) {
    #top .other_inner .other-link {
        margin-bottom: 60px    }

}

#top .other_inner .other-link_li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 0 45px 0;
    height: 220px;
    box-shadow: 0px 5px 15px -10px #818181}

@media (max-width: 768px) {
    #top .other_inner .other-link_li {
        height: 110px    }

}

#top .other_inner .other-link_li:last-child {
    margin: 0 0 0 0}

#top .other_inner .other-link_li:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
    opacity: 0.8}

#top .other_inner .other-link_li_text {
    width: 55%;
    padding: 35px 15px 35px 35px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5}

@media (max-width: 768px) {
    #top .other_inner .other-link_li_text {
        padding: 35px 10px 35px 20px    }

}

#top .other_inner .other-link_li_text h4 {
    font-size: 2.8rem;
    color: #d8007f}

@media (max-width: 768px) {
    #top .other_inner .other-link_li_text h4 {
        font-size: 1.3rem    }

}

#top .other_inner .other-link_li_text p {
    font-size: 2.1rem;
    line-height: 1.5}

@media (max-width: 768px) {
    #top .other_inner .other-link_li_text p {
        font-size: 1.0rem    }

}

#top .other_inner .other-link_li_img {
    width: 45%;
    overflow: hidden}

#top .other_inner .other-link_li_img img {
    transition: all 0.3s;
    object-fit: cover;
    height: 220px}

@media (max-width: 768px) {
    #top .other_inner .other-link_li_img img {
        height: 110px    }

}

#top .other_inner .other-link_li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100}

#top .other_inner .shop {
    position: relative;
    margin-inline: auto;
    max-width: 430px;
    width: 100%;
    text-align: center;
    margin-bottom: 100px}

@media (max-width: 768px) {
    #top .other_inner .shop {
        margin-bottom: 0    }

}

#top .other_inner .shop h4 {
    font-size: 1.8rem;
    color: #d8007f;
    margin: 0 0 20px 0}

#top .other_inner .shop img {
    border-radius: 8px}

#top .other_inner .shop p {
    margin: 20px 0 0 0;
    font-size: 1.2rem}

#top .other_inner .shop .shop-deco_l {
    position: absolute;
    left: -25vw;
    bottom: -50px;
    width: 20vw;
    animation: deco_l-float 2.0s ease-in-out infinite alternate-reverse}

@media (max-width: 768px) {
    #top .other_inner .shop .shop-deco_l {
        display: none    }

}

@keyframes deco_l-float {
    0% {
        transform: translateY(-6%)    }

    100% {
        transform: translateY(6%)    }

}

#top .other_inner .shop .shop-deco_r {
    right: -18vw;
    top: -70px;
    position: absolute;
    width: 15vw;
    animation: deco_r-float 1.0s ease-in-out infinite alternate-reverse}

@media (max-width: 768px) {
    #top .other_inner .shop .shop-deco_r {
        display: none    }

}

@keyframes deco_r-float {
    0% {
        transform: translateY(-5%)    }

    100% {
        transform: translateY(3%)    }

}

.docodoco-bnr {
    background-color: #d8007f;
    width: 250px;
    padding: 10px 10px 10px 10px;
    position: fixed;
    right: 30px;
    top: 100px;
    z-index: 100;
    font-family: "noto-sans-cjk-jp", sans-serif}

@media (max-width: 768px) {
    .docodoco-bnr {
        display: none    }

}

.docodoco-bnr .bnr-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 10}

.docodoco-bnr_inner {
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    position: relative}

.docodoco-bnr_inner .bnrtop-img {
    width: 200px;
    margin-inline: auto}

.docodoco-bnr_inner .stores {
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px}

.docodoco-bnr_inner .stores_li {
    width: calc((100% - 8px) / 2);
    line-height: 1.2;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fef1f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    word-break: break-all;
    position: relative;
    border-radius: 5px}

.docodoco-bnr_inner .stores_li::before {
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: 10px solid transparent;
    border-right: 10px solid #d8007f;
    position: absolute;
    z-index: 100}

.docodoco-bnr_inner .stores_li a {
    display: block}

.docodoco-bnr p {
    color: #ffeb5a}

.float-menu {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 86px;
    background-color: #fff}

@media (max-width: 1024px) {
    .float-menu {
        display: block    }

}

.float-menu_inner {
    position: relative}

.float-menu_inner .nav {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000}

.float-menu_inner .nav_list {
    width: 80px;
    height: 80px}

.float-menu_inner .nav_list .nav-btn {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block}

.float-menu_inner .nav_list .nav-btn::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%}

.float-menu_inner .nav_list .nav-btn::after {
    content: ""}

.float-menu_inner .nav_list .nav-btn::after {
    content: "";
    width: 210px;
    height: 105%;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)}

.float-menu_inner .nav_list:nth-of-type(1) .nav-btn::before {
    background: url("../img/fsp-home_close.svg") no-repeat}

.float-menu_inner .nav_list:nth-of-type(2) .nav-btn::before {
    background: url(../img/fsp-service_close.svg) no-repeat}

.float-menu_inner .nav_list:nth-of-type(3) .nav-btn::before {
    background: url(../img/fsp-event_close.svg) no-repeat}

.float-menu_inner .nav_list:nth-of-type(4) .nav-btn::before {
    background: url(../img/fsp-inquiry_close.svg) no-repeat}

.float-menu_inner .nav_list:nth-of-type(1) .fsp-open::before {
    background: url(../img/fsp-home_open.svg) no-repeat;
    box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.2)}

.float-menu_inner .nav_list:nth-of-type(1) .fsp-open::after {
    background: url(../img/fsp-shadow.png) no-repeat}

.float-menu_inner .nav_list:nth-of-type(2) .fsp-open::before {
    background: url(../img/fsp-service_open.svg) no-repeat;
    box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.2)}

.float-menu_inner .nav_list:nth-of-type(2) .fsp-open::after {
    background: url(../img/fsp-shadow.png) no-repeat}

.float-menu_inner .nav_list:nth-of-type(3) .fsp-open::before {
    background: url(../img/fsp-event_open.svg) no-repeat;
    box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.2)}

.float-menu_inner .nav_list:nth-of-type(3) .fsp-open::after {
    background: url(../img/fsp-shadow.png) no-repeat}

.float-menu_inner .nav_list:nth-of-type(4) .fsp-open::before {
    background: url(../img/fsp-inquiry_open.svg) no-repeat;
    box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.2)}

.float-menu_inner .nav_list:nth-of-type(4) .fsp-open::after {
    background: url(../img/fsp-shadow.png) no-repeat}

.float-menu_inner .content-service,.float-menu_inner .content-event,.float-menu_inner .content-inquiry {
    position: absolute;
    z-index: 500;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fef1f9;
    height: calc(100vh - 86px);
    padding: 30px 0 0 0;
    box-sizing: border-box;
    display: none}

.float-menu_inner .content-service_inner {
    margin-inline: auto;
    width: 90%;
    overflow-y: scroll;
    height: calc(100vh - 140px)}

.float-menu_inner .content-service_inner .title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0}

.float-menu_inner .content-service_inner .title-area:last-of-type {
    margin: 10px 0 10px 0}

.float-menu_inner .content-service_inner .title-area h4 {
    font-size: 2.2rem;
    color: #d8007f}

.float-menu_inner .content-service_inner .title-area span a {
    font-size: 1.2rem;
    padding: 4px 15px 4px 15px;
    box-sizing: border-box;
    color: #d8007f;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px -10px #818181}

.float-menu_inner .content-service_inner .service {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0}

.float-menu_inner .content-service_inner .service_li {
    width: 100%;
    transition: all 0.3s}

.float-menu_inner .content-service_inner .service_li:hover {
    opacity: 0.5}

.float-menu_inner .content-service_inner .service_li img {
    border-radius: 20px;
    box-shadow: 0px 5px 15px -10px #818181}

.float-menu_inner .content-event_inner {
    margin-inline: auto;
    width: 90%;
    overflow-y: scroll;
    height: calc(100vh - 140px)}

.float-menu_inner .content-event_inner .title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px 0}

.float-menu_inner .content-event_inner .title-area h4 {
    font-size: 2.2rem;
    color: #d8007f}

.float-menu_inner .content-event_inner .event {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0}

.float-menu_inner .content-event_inner .event_li {
    width: 100%;
    transition: all 0.3s}

.float-menu_inner .content-event_inner .event_li:hover {
    opacity: 0.5}

.float-menu_inner .content-event_inner .event_li img {
    border-radius: 20px;
    box-shadow: 0px 5px 15px -10px #818181}

.float-menu_inner .content-event_inner .event_line {
    text-align: center}

.float-menu_inner .content-event_inner .event_line a {
    width: 260px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50px;
    font-size: 1.8rem;
    background-color: #16b23a;
    color: #fff;
    text-align: center;
    display: inline-block}

.float-menu_inner .content-event_inner .event_line a:hover {
    background-color: #0f7c28}

.float-menu_inner .content-event_inner .event_line p {
    margin: 15px 0 0 0}

.float-menu_inner .content-inquiry #inquiryForm .input-area,.float-menu_inner .content-inquiry #inquiryForm .confirm-area {
    margin-inline: auto;
    width: 90%;
    text-align: center;
    overflow-y: scroll;
    height: 500px;
    height: calc(100vh - 140px)}

.float-menu_inner .content-inquiry #inquiryForm .input-area .sec-title,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .sec-title {
    margin: 10px 0 5px 0}

.float-menu_inner .content-inquiry #inquiryForm .input-area .sec-title span,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .sec-title span {
    font-size: 2.2rem;
    color: #d8007f}

.float-menu_inner .content-inquiry #inquiryForm .input-area p,.float-menu_inner .content-inquiry #inquiryForm .confirm-area p {
    font-size: 1.1rem}

.float-menu_inner .content-inquiry #inquiryForm .input-area * a,.float-menu_inner .content-inquiry #inquiryForm .confirm-area * a {
    border-bottom: solid 1px #000}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item {
    margin: 0 0 15px 0;
    text-align: left}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item label,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item label {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item label span,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item label span {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 0 10px;
    background: #DC0105;
    width: 30px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .text,.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .select,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .text,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.4rem;
    background-color: #fff;
    box-sizing: border-box}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .radiobtn,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .radiobtn {
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    margin: 0 15px 0 0}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .radiobtn:last-of-type,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .radiobtn:last-of-type {
    margin: initial}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .radiobtn input,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .radiobtn input {
    width: 20px;
    height: 20px}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .radiobtn label,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .radiobtn label {
    margin: 0 0 0 10px}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .checkbox,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .checkbox {
    display: flex;
    justify-content: center;
    align-items: center}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .checkbox input,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .checkbox input {
    width: 20px;
    height: 20px}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-item .checkbox label,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-item .checkbox label {
    margin: 0 0 0 10px}

.float-menu_inner .content-inquiry #inquiryForm .input-area .submit,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .submit {
    font-size: 1.8rem;
    background-color: #d8007f;
    max-width: 200px;
    width: 90%;
    height: 42px;
    color: #fff;
    border: none;
    transition: 0.3s;
    border-radius: 50px;
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: bold;
    cursor: pointer}

.float-menu_inner .content-inquiry #inquiryForm .input-area .submit:hover,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .submit:hover {
    background-color: #930358}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-confirm,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-confirm {
    display: block}

.float-menu_inner .content-inquiry #inquiryForm .input-area .form-confirm .submit-back,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .form-confirm .submit-back {
    margin: 0 auto 10px;
    background: none;
    border: none;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    font-family: fot-udmarugo-large-pr6n, sans-serif}

.float-menu_inner .content-inquiry #inquiryForm .input-area .confirm-txt,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .confirm-txt {
    color: #d8007f;
    font-size: 1.6rem}

.float-menu_inner .content-inquiry #inquiryForm .input-area .error,.float-menu_inner .content-inquiry #inquiryForm .confirm-area .error {
    color: #DC0105}

.float-menu_inner .content-inquiry #inquiryForm .confirm-area {
    display: none}

footer {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: bold}

.footer {
    width: 100%;
    background-color: #fef1f9;
    text-align: center;
    padding: 60px 0 0 0}

.footer a {
    color: #d8007f}

.footer a:hover {
    opacity: .5}

.footer_inner {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    position: relative;
    display: flex;
    flex-direction: column}

@media (max-width: 768px) {
    .footer_inner {
        flex-direction: column-reverse    }

}

.footer_inner .footer-content {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
    text-align: left;
    gap: 30px 30px}

@media (max-width: 768px) {
    .footer_inner .footer-content {
        flex-direction: column    }

}

.footer_inner .footer-content .footer-title {
    color: #d8007f;
    font-size: 3.3rem;
    margin: 0 0 10px 0;
    font-family: bc-alphapipe, sans-serif}

@media (max-width: 768px) {
    .footer_inner .footer-content .footer-title {
        display: none    }

}

.footer_inner .footer-content .info .footer-title {
    margin: 0 0 0 40px}

.footer_inner .footer-content .info .info-menu li {
    border-bottom: solid 1px #d8007f}

.footer_inner .footer-content .info .info-menu li a {
    display: block;
    padding: 15px 0 15px 40px;
    font-size: 2.2rem;
    position: relative}

@media (max-width: 768px) {
    .footer_inner .footer-content .info .info-menu li a {
        font-size: 1.8rem;
        padding: 15px 0 15px 10px    }

}

.footer_inner .footer-content .info .info-menu li a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #d8007f;
    border-left: 2px solid #d8007f;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: 0.3s}

.footer_inner .footer-content .info .info-menu li a:hover::after {
    right: 10px}

.footer_inner .footer-content .follow .line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0}

.footer_inner .footer-content .follow .line_img {
    width: 84px;
    height: 84px}

.footer_inner .footer-content .follow .line_text {
    font-size: 1.8rem;
    color: #d8007f;
    line-height: 1.4}

.footer_inner .footer-content .follow .line_text span {
    display: block}

.footer_inner .footer-content .follow .line_text a {
    border-bottom: solid 1px #d8007f}

.footer_inner .footer-content .follow .sns-title {
    color: #d8007f;
    font-size: 3.3rem;
    margin: 0 0 10px 0;
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif}

@media (max-width: 768px) {
    .footer_inner .footer-content .follow .sns-title {
        font-size: 1.8rem    }

}

.footer_inner .footer-content .follow .sns {
    display: flex;
    align-items: center;
    gap: 15px}

.footer_inner .footer-content .follow .sns li {
    width: 45px}

.footer_inner .footer-content .follow .sns li img {
    filter: drop-shadow(0px 3px 3px #d5d5d5)}

.footer_inner .footer-content .other .other-menu li {
    font-size: 1.4rem;
    margin: 0 0 15px 0}

.footer_inner .footer-content .other .other-menu li:last-child {
    margin: 0 0 0 0}

.footer_inner .footer-text {
    font-size: 1.9rem}

@media (max-width: 768px) {
    .footer_inner .footer-text {
        font-size: 1.1rem;
        margin: 0 0 40px 0    }

}

.footer .copy {
    padding: 30px 0 10px 0;
    color: #d8007f;
    font-size: 1.6rem}

.footer .campaign {
    width: 250px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100}

.footer .campaign .bnr-close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 2px #000, 0 0 4px #000;
    cursor: pointer;
    z-index: 101}

@media (max-width: 768px) {
    .footer .campaign {
        display: none    }

}

