a {
    text-decoration: none;
}
p , span , h1 , h2 , h3 , h4 , h5 , label {
    font-family: 'Noto Sans JP',sans-serif;
}
.main {
}
.main_pc_container {
    display: none;
}
.main_sp_container {

}
.entrance_container {
    /* padding: .9375rem; */
}
.entrance_body {
    /* background: #06C755; */
    border-radius: 2.25rem;
    /* padding: 1rem .9375rem 2.2222rem; */
    margin-bottom: 1.25rem;
}
.entrance_fukidashi {
    width: 100%;
}
.entrance_humans {
    width: 100%;
    display: flex;
    margin-bottom: 1.1111rem;
}
.entrance_human {
    max-width: 21.5625rem;
    margin: auto;
}
.entrance_text {
    margin-bottom: .9375rem;
}
.entrance_text p {
    font-size: 1.96875rem;
    line-height: 1em;
    letter-spacing: .005em;
    color: #FFF;
    font-weight: 800;
    text-align: center;
}
.entrance_text p::after {
    position: relative;
    display: inline-block;
    content: "";
    background: url(../img/wind_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.578rem;
    height: 1.5rem;
    /* margin-left: 1.75rem; */
    margin-left: .05em;
}
.entrance_desc {}
.entrance_desc p {
    font-size: .625rem;
    line-height: 1em;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}
.entrance_attention {}
.entrance_attention p {
    font-size: .625rem;
    line-height: 1em;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    padding-top: .625rem;
}
.entrance_human img {
    max-width: 100%;
    height: 11.25rem;
}
.scroll_down {
    position: relative;
    text-align: center;
}
.scroll_down::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    background-image: url(../img/scroll_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.875rem;
    height: .625rem;
    transform: translateX(-50%);
    animation: 2s infinite scroll_arrow;
}
@keyframes scroll_arrow {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    100% {
        transform: translateX(-50%) translateY(0.25rem);
    }
    0%, 80%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
.scroll_down p {
    font-size: .625rem;
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 1.309rem;
	margin-bottom: 2.5rem;
}

.sp_container_2 {
    position: relative;
    padding-top: 7.5rem;
}
.sp_container_2_img {
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-align: center;
    z-index: 1;
}
.sp_container_2_img img {
    width: 100%;
}
.sp_container_2_body {
    position: relative;
    background: #EFEFEF;
    border-radius: 1.25rem;
    padding-top: 10.5rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 2.5rem;
}
.sp_container_2_title {
    position: relative;
    margin-bottom: 1.125rem;
}
.sp_container_2_title p {
    width: fit-content;
    font-size: 1.875rem;
    line-height: 3.4375rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: .05em;
    padding-bottom: .875rem;
    margin: auto;
    border-bottom: 2px solid #323232;
}
.sp_container_2_title p span {
    color: #FFB66B;
    font-size: 3.4375rem;
}
.sp_container_2_title_chevron_outer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F8F9;
    left: 50%;
    width: 2.777rem;
    height: 0.962rem;
    transform: translate(-50%, -2px);
}
.sp_container_2_title_chevron {
    position: absolute;
    left: 50%;
    width: 1.1785rem;
    height: 1.1785rem;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, calc(-.5892rem + 2px)) rotate(135deg);
}
.sp_container_2_desc {
    position: relative;
    margin-bottom: 1.40625rem;
}
.sp_container_2_desc p {
    font-size: .9375rem;
    font-weight: 700;
    text-align: center;
}
.sp_container_2_desc::before , .sp_container_2_desc::after  {
    position: absolute;
    display: block;
    content: "";
    top:0;
    width: 2px;
    height: 1.25rem;
    background: #323232;
}
.sp_container_2_desc::before {
    left: .4rem;
    transform: rotate(-200deg);
}
.sp_container_2_desc::after {
    right: .4rem;
    transform: rotate(200deg);
}
.sp_container_2_icons {
}
.sp_container_2_icon_list {
    display: grid;
    list-style-type: none;
    gap: 1.09375rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 6.25rem);
    padding-left: 0;
    margin: 0;
}
.sp_container_2_icon_list li {
    background: #FFF;
    width: 6.25rem;
    border-radius: .625rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
    text-align: center;
    overflow: hidden;
}
.sp_container_2_icon_image {
    margin-bottom: .625rem;
}
.sp_container_2_icon_image img {
    max-height: 1.875rem;
    transition: all 1s;
}
.sp_container_2_icon_text {}
.sp_container_2_icon_text p {
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 800;
    letter-spacing: .05em;
}




.livein_container {
    padding-top: 4.375rem;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
}
.livein_body {}
.green_ruby {
    margin-bottom: .625rem;
}
.green_ruby h4 {
    color: #FA2E92;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
}
.sub_title {
    margin-bottom: 1.5625rem;
}
.sub_title p , .sub_title h3 {
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.5625rem;
    letter-spacing: .05em;
    text-align: center;
}
.livein_list_body {}
.livein_list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
.livein_list li {
    margin-bottom: .9375rem;
    
}
.livein_list li:last-child {
    margin-bottom: 0;
}
.livein_list li:nth-child(1) {animation-duration: .1s;}
.livein_list li:nth-child(2) {animation-duration: .2s;}
.livein_list li:nth-child(3) {animation-duration: .3s;}
.livein_list li:nth-child(4) {animation-duration: .4s;}
.livein_list li:nth-child(5) {animation-duration: .5s;}
.livein_list_item {
    display: flex;
    align-items: center;
    width: 20rem;
    height: 4.375rem;
    border-left: .625rem solid #06C755;
    background: #F7F8F9;
    border-radius: .625rem;
    margin: auto;
}
.livein_list_item p {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    padding-left: 1.875rem;
}
.livein_list_item p span {
    display: block;
    font-size:.75rem;
    font-weight: 400;
    margin-top: .47rem;
}


.line_consul_container {
    padding-top: 1.375rem;
}
.line_consul_body {
    position: relative;
    width: 100%;
}
.line_consul_body a {
    position: relative;
    z-index: 1;
    inset: 0;
}
.footer{
	width: 95%;
	margin:auto;
	height: auto;
	background: url(../img/footer_bg.png);
	background-size: 100% 100%;
	padding: 0.8rem;
	margin-top:4rem;
}
.footer .line_consul_body a{
	width: 100%;
	display: flex;
}
.footer .line_consul_body a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.line_consul_body_inner {
    position: absolute;
    background-color: #FFF;
    inset: .9375rem;
    border-radius: 1.25rem;
    padding-top: 1.5625rem;
}
.line_consul_humans {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .9375rem;
}
.line_consul_humans img {
    height: 6.25rem;
    max-width: 100%;
}
.line_consul_human_l {}
.line_consul_human_r {}
.line_consul_text_box {}
.line_consul_text_1 {
    position: relative;
    margin-bottom: .3125rem;
}
.line_consul_text_1 p {
    position: relative;
    font-size: 19.84px;
    font-size: 1.24rem;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: .05em;
}
.line_consul_text_1 p::after {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    background: url(../img/wind_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: .9375rem;
    height: 1rem;
}
.line_consul_text_2 {}
.line_consul_text_2 p {
    text-align: center;
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 900;
    margin-top: calc(.375rem / -2);
    margin-bottom: calc(.375rem / -2);
}
.line_consul_desc {
    margin-bottom: .625rem;
}
.line_consul_desc p {
    text-align: center;
    font-size: .75rem;
    font-weight: 500;
    line-height: .9375rem;
}
.line_consul_desc2 {
}
.line_consul_desc2 p {
    text-align: center;
    color: #06C755;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 900;
}
.line_consul_attention p {
    text-align: center;
    font-size: .6rem;
    font-weight: 500;
    line-height: .75rem;
		padding-top: .5rem;
}


.domitory_container {
    padding-top: 4.375rem;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
}
.domitory_body {
    width: 100%;
}
.domitory_list_container {
    margin-bottom: 2.5rem;
}
.domitory_list li:nth-child(2) .domitory_list_item{
	background: #FA2E92;
}
.domitory_list li:nth-child(3) .domitory_list_item{
	background: #FA2E92;
}
.domitory_list {
    display: grid;
    list-style-type: none;
    gap: .9375rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 2.5rem);
    padding: 0;
    margin: 0;
}
.domitory_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #06C755;
    height: 2.5rem;
    border-radius: 1.25rem;
}
.domitory_list_item p {
    font-size: .75rem;
    line-height: 1em;
    color: #FFF;
    font-weight: 700;
}
.domitory_add_container {
    max-width: 100%;
}
.domitory_add_body {}
.domitory_image {
    margin-bottom: 1.25rem;
}
.domitory_image__mark{
	font-family: 'Noto Sans JP', sans-serif;
	width: 90%;
	height: 2.8rem;
	margin:auto;
	margin-top:2rem;
	border-radius: 20rem;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.36rem;
	font-weight: 800;
	color:white;
}
.domitory_image__items{
	margin-top:2.1rem;
	margin-bottom: 2.1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.line__mark{
	width: 95%;
    margin: auto;
    margin-top: 3rem;
    display: flex;
}
.line__mark img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.domitory_image__items .item{
	width: 48%;
	margin-bottom: 1.2rem;
}
.domitory_image__items .item figure{
	width: 100%;
	margin:0;
	display: flex;
}
.domitory_image__items .item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.domitory_image__items .item .c__lbl{
	font-size: 0.8rem;
	font-weight: 800;
	margin-top:0.6rem;
	text-align: center;
}
.domitory_image__mark:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 1.1rem solid transparent;
	border-right: 1.1rem solid transparent;
	border-top: 0.9rem solid black;
	position: absolute;
	left:50%;
	bottom: -0.8rem;
	transform: translate(-50%);
}
.domitory_image img {
    max-width: 100%;
    width: 100%;
    border-radius: 1.25rem;
}
.domitory_desc {
    text-align: center;
}
.domitory_desc p {
    position: relative;
    width: fit-content;
    font-size: 1.375rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin: auto;
}
.domitory_desc p::before , .domitory_desc p::after {
    position: absolute;
    display: block;
    content: unset;
    top:0;
    width: 2px;
    height: 1.25rem;
    background: #323232;
}
.domitory_desc p::before {
    left: -.4rem;
    transform: rotate(-200deg);}
.domitory_desc p::after {
    right: -.4rem;
    transform: rotate(200deg);
}



.checkpoint_container {
    padding-top: 4.375rem;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
}
.checkpoint_body {
    position: relative;
}
.checkpoint_top {
    position: relative;
    width: 22rem;
    margin: auto;
}
.checkpoint_top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.checkpoint_top p {
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 900;
}
.checkpoint_top p span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: #06C755;
}

.checkpoint_list_container {}
.check_point_list {
    counter-reset: circle-item;
    list-style: none;
    padding-top: 1.875rem;
    padding-left: 1.40625rem;
    margin: auto;
}
.check_point_list li {
    position: relative;
    margin-bottom: .9375rem;
    counter-increment: circle-item;
}
.check_point_list li:nth-child(1) {animation-duration: .1s;}
.check_point_list li:nth-child(2) {animation-duration: .2s;}
.check_point_list li:nth-child(3) {animation-duration: .3s;}
.check_point_list li:nth-child(4) {animation-duration: .4s;}
.check_point_list li::before {
    content: counter(circle-item);
    position: absolute;
    top: 50%;
    left: calc(1.875rem / -2);
    width: 1.875rem;
    height: 1.875rem;
    border: .125rem solid;
    font-family: "din2014bd",sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* 丸い形にする */
    transform: translateY(-50%);
}
.check_point_list_g.check_point_list li::before {
    background-color: #06C755;
    color: #fff;
    border-color: #06C755;
}
.check_point_list_or.check_point_list li::before {
    background-color: #00B900;
    color: #FFF;
    border-color: #fff;
}
.check_point_list_item {
    width: 18.75rem;
    border-radius: .5125rem;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-left: 2.1875rem;
}
.check_point_list_g .check_point_list_item {
    background-color: #EFEFEF;
}
.check_point_list_or .check_point_list_item {
    border: .1875rem solid #00B900;
    background-color: #00B900;
}
.check_point_list_item p {
    font-size: .9375rem;
    line-height: 1.25rem;
    font-weight: 900;
    letter-spacing: .05em;
	color:white;
}
.check_point_list_item p span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.check_point_list_g .check_point_list_item p{
	color:#000;
}
.check_point_list_g .check_point_list_item p span {
    color: #FA2E92;
}
.check_point_list_or .check_point_list_item p span {
    color: #FFF100;
}


.voice__wrapper{
	margin-top:5rem;
}
.voice__wrapper .voice__items{
	margin-top:2.5rem;
}
.voice__wrapper .voice__items .v__item{
	width: 85%;
	margin:auto;
	margin-bottom: 3rem;
	border-radius: 2rem;
	border:0.15rem solid #000;
	overflow: hidden;
}
.voice__wrapper .voice__items .v__item figure{
	width: 100%;
	display: flex;
	margin:0;
	border-bottom:0.15rem solid #000;
}
.voice__wrapper .voice__items .v__item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice__wrapper .voice__items .v__item .name{
	font-size: 1.1rem;
	font-weight: 800;
	margin-top:0.6rem;
	margin-top:1rem;
	text-align: center;
}
.voice__wrapper .voice__items .v__item .price{
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
	margin-top: 1.2rem;
	display: flex;
	justify-content: center;
}
.voice__wrapper .voice__items .v__item .txt{
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.7;
	text-align: justify;
	padding:0.8rem 0.8rem 1.4rem;
}
.voice__wrapper .voice__items .v__item .price span{
	font-size: 2.4rem;
	margin: -0.2rem 0.1rem 0;
}
.support_container {
    padding-top: 4.375rem;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
}
.support_body {
    position: relative;
}
.support_top {
    display: flex;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .625rem;
}
.support_top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.support_top::after {
    content: "";
    position: absolute;
    bottom: 0; /* 高さ */
    left: 50%;
    margin-left: -.99218rem; /* 底辺の半分 */
    border-bottom: .65625rem solid #FFB66B; /* 高さ */
    border-left: .99218rem solid transparent;
    border-right: .99218rem solid transparent;
    transform: rotate(180deg);
}
.support_image {
    height: 6.25rem;
}
.support_image_l {
    margin-left: .46875rem;
}
.support_image_r {
    margin-right: .46875rem;
}
.support_top p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 800;
    letter-spacing: .05em;
}


.worry_container {
    padding-top: 4.375rem;
    max-width: 21.5625rem;
    width: 100%;
    margin: auto;
}
.worry_body {
    width: 100%;
}
.worry_list_container {
    padding-top: .9375rem;
}
.worry_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.worry_list .worry_fukidashi p{
	font-size: 0.7rem;
}
.worry_list li {
    margin-bottom: 1.875rem;
}
.worry_list li:last-child {
    margin-bottom: 0;
}
.worry_list_item {
    display: flex;
    align-items: center;
}
.worry_list li:nth-child(even) .worry_list_item {
    flex-direction: row-reverse;
}
.worry_fukidashi {
    width: 11.375rem;
    height: 10.78125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.worry_fukidashi.worry_fukidashi_l {
    background: url(../img/worry_fukidashi_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.worry_fukidashi.worry_fukidashi_r {
    background: url(../img/worry_fukidashi_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(-1,1);
}
.worry_fukidashi.worry_fukidashi_l.solve_fukidashi_gr {
    background: url(../img/solve_fukidashi_gr.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.worry_fukidashi.worry_fukidashi_r.solve_fukidashi_or {
    background: url(../img/solve_fukidashi_or.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1);
}
.worry_fukidashi p {
    font-size: 0.9rem;
    line-height: 1.6875rem;
    font-weight: 600;
}
.solve_list .worry_fukidashi p {
    color: #FFF;
	font-size: 0.9rem;
}
.worry_fukidashi.worry_fukidashi_r p {
    transform: scale(-1,1);
}
.worry_fukidashi.worry_fukidashi_r.solve_fukidashi_or p {
    transform: scale(1);
}
.worry_person {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.worry_person_comment {
    position: relative;
    margin-bottom: .78125rem;
}
.worry_person_comment::after {
    position: absolute;
    content: "";
    bottom: -.2375rem;
    left: 50%;
    width: .4375rem;
    height: .4375rem;
    border: .09375rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) rotate(135deg);
}
.worry_person_comment p {
    position: relative;
    font-size: .8025rem;
    line-height: 1em;
    letter-spacing: .05em;
    font-weight: 800;
    padding-bottom: .3875rem;
    border-bottom: .09375rem solid;
}
.worry_person_comment p::before {
    position: absolute;
    content: "";
    background: #FFF;
    width: 1.23125rem;
    height: .40625rem;
    bottom: -.40625rem;
    left: 50%;
    transform: translateX(-50%);
}
.worry_person_image img {
    height: 6.25rem;
}
.withsolve_box {
	width: 95%;
	margin:auto;
    display: flex;
    padding-top: 3.125rem;
}
.withsolve_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.withsolve_textbox {
}
.solve_list_container {
    padding-top: 3.125rem;
}
.withsolve_text1 {
    position: relative;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1em;
    letter-spacing: .05em;
    margin-bottom: 1.09375rem;
}
.withsolve_text1::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../img/wind_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: .9375rem;
    height: 1rem;
}
.withsolve_text2 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1em;
    letter-spacing: .05em;
    padding-bottom: .5rem;
    border-bottom: .125rem solid #06C755;
}
.footer .line_consul_container {
    padding-top: 0;
}
.footer .line_consul_body {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}
.footer_container {
    /* background: #06C755; */
    padding-left: .9375rem;
    padding-right: .9375rem;
	margin-top: 0.8rem;
}
.footer_link_container {
    margin-bottom: 2.3125rem;
 }
.footer_link_container2 {
		margin-bottom: 1.1111rem;
}
.footer_link_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top:.3125rem;
}
.footer_link_list li a {
    font-family: 'Noto Sans JP',sans-serif;
    color: #FFF;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .05em;
    padding-left: 1em;
    padding-right: 1em;
}
.footer_link_title {
    text-align: center;
    color: #FFF;
    font-size: .8888rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: .25rem;
}
.footer_policy {}
.footer_policy p {
    text-align: center;
    color: #FFF;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .05em;
    padding-bottom: 1em;
}


.scroll-up {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}
.scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.scroll-down {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(-50px);
    transition: all 1s;
}
.scroll-down.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.scroll-smooth {
    clip-path: inset(0 100% 0 0);
    transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
}
.scroll-smooth.is-show {
    clip-path: inset(0);
}
.scroll-sacle {
    opacity: 0; 
    /* visibility: hidden; */
    transition: all 1s;
    animation: 1s forwards scale-up-down;
}
.scroll-sacle.is-show {
    opacity: 1;
    visibility: visible;
}
@keyframes scale-up-down {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(120%);
    }
    100% {
        transform: scale(120%);
    }
}


.sp_fix_bottom {
    bottom: 1rem;
    left: 50%;
    position: fixed;
    height: 4.375rem;
    width: 20.9375rem;
    /* background-color: #FFF; */
    /* border: .1875rem solid #06C755; */
    z-index: 3;
    transform: translateX(-50%);
    border-radius: .6156rem;
    text-align: center;
    padding-top: .59375rem;
    transition: all .3s linear;
}
.sp_fix_bottom_text1 p {
    font-size: .75rem;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: .625rem;
}
.sp_fix_bottom_text2 p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .1em;
    color: #06C755;
}
.sp_fix_bottom a {
	width: 100%;
	display: flex;
    position: relative;
    inset: 0;
}
.sp_fix_bottom a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.domitory_image__items {
		width: 22rem;
    	margin: auto;
		margin-top: 2.1rem;
		margin-bottom: 2.1rem;
	}
	.footer {
		width: 100%;
	}
	.line__mark {
		width: 100%;
	}
}