@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* header custom */
.l-header{
	display: flex;
    flex-direction: column;
}

.c-headLogo__link{
	position: relative;
}

.c-headLogo__link::after{
	display: block;
	content: 'Vivaple';
	font-family: "STIX Two Text";
	color: #333;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
}

.wp-block-columns.are-vertically-aligned-center{
	margin-bottom: 0;
}

header .swell-block-button.-size-s.is-style-btn_line{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

header .swell-block-button__link,
#custom_html-2  .swell-block-button__link{
	border-radius: 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: left; 
	outline: 1px solid #5e17eb;
	outline-offset: -1px;
	transition: all .3s ease;
}

#custom_html-2  .swell-block-button__link:hover{
	color: #5e17eb;
	background: #fff;
}
	
/* sp header custom */
div.l-header__customBtn.sp_{
	display: none;
}

.c-widget__title.-spmenu{
	display: none;
}

.c-listMenu a {
    padding: 26px 1em 26px 1.5em;
}

.c-listMenu a:before{
	left: unset;
	right: 2px;
}

.c-listMenu a{
	font-size: 20px;
}

.menu-item-58 a{
	border-bottom: unset;
}

.sp-nav .swell-block-button__link{
	padding: 20px 0;
	border-radius: 10px;
	font-size: 16px;
}

/* cta btn custom */
.fixed-cta-btn{
 width: 175px;
 position: fixed;
 bottom: 10px;
 right: 10px;
 z-index: 10;
}

.fixed-cta-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.fixed-cta-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed-cta-btn .swell-block-button__link{
 width: inherit;
 padding: 24px 16px;
 border-radius: unset;
 text-align: left;
 font-weight: normal;
 background-color: #414141;
}

.fixed-cta-btn .swell-block-button__link[data-has-icon]{
	display: flex;
	justify-content: space-between;
}

.fixed-cta-btn .swell-block-button__link span{
	font-size: 14px;
}

/* content area custom */
.l-content{
	padding-top: 2em;
}

/* contact section custom */
.w-beforeFooter{
	position: relative;
	z-index: 0;
}

.w-beforeFooter .l-container{
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.w-beforeFooter .c-bannerLink__text.has-text-align-left{
	padding: 0 8.8%;
}

.w-beforeFooter .c-bannerLink__text.has-text-align-left::after{
	display: block;
	content: '';
	background-image: url('https://www.vivaple.com/wp-content/uploads/2025/10/contact-arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: auto;
	aspect-ratio: 1/1;
	position: absolute;
	right: 8%;
}

.w-beforeFooter .c-bannerLink__title .swl-fz{
	font-family: "STIX Two Text";
}

.w-beforeFooter .c-bannerLink__description{
	margin-top: 0;
}

/* footer custom */
.l-footer .l-container {
  display: flex;
  flex-direction: column;
}

footer .c-headLogo.-img{
	order: 1;
	position: absolute;
}

footer .c-headLogo__link::after{
	display: none;
}

.l-footer__nav{
	order: 2;
	position: relative;
	left: 0;
	border-bottom: 1px solid #333;
	justify-content: right;
}

.l-footer__nav li:first-child a{
	border-left: unset;
}

.l-footer__nav li a{
	border-right: unset;
}

.l-footer .copyright{
  order: 3;
	margin-top: 8px;
	font-family: "STIX Two Text";
	text-align: right;
}

/* form background hidden safari */
_::-webkit-full-page-media, _:future, :root .l-mainContent__inner>.post_content::after {
    display: none !important;
}

@media screen and (max-width: 1000px){
	/* cta btn custom */
	.fixed-cta-btn{
		width: 118px;
	}
	
	.fixed-cta-btn .swell-block-button__link{
		padding: 16px 8px;
		letter-spacing: 0;
	}
	
	.fixed-cta-btn .swell-block-button__link span {
    font-size: 10px;
	}
	
	.swell-block-button .__icon.-right {
    width: 1em;
    height: 1em;
	}
}

@media screen and (max-width: 500px){
	/* cta btn custom */
	.fixed-cta-btn .swell-block-button__link[data-has-icon] {
    justify-content: space-around;
	}
	.swell-block-button .__icon.-right {
		width: .8em;
		height: .8em;
	}

	/* contact section custom */
	.w-beforeFooter .c-bannerLink__text.has-text-align-left{
		padding: 0;
		text-align: center;
		justify-content: unset;
		margin-top: 40px;
	}

	.w-beforeFooter .c-bannerLink__text.has-text-align-left::after{
		position: absolute;
		bottom: 72px;
		left: 50%;
		right: 0;
		transform: translateX(-50%);
	}
	
	.w-beforeFooter .c-bannerLink__title .swl-fz{
		font-size: 24px !important;
	}
	
	.w-beforeFooter .c-bannerLink__description .swl-fz{
		font-size: 14px !important;
	}
	
	/* footer custom */
	.l-footer .l-container {
		height: 180px;
		justify-content: flex-end;
	}

	footer .c-headLogo.-img{
	    top: 20px;
        left: 50%;
        transform: translateX(-50%);
		width: 73px;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	
	footer .-img .c-headLogo__link {
		height: inherit;
	}
	
	footer .c-headLogo__link img{
		width: 73px;
		height: auto;
	}
	
	.l-footer__nav{
		justify-content: center;
	}
	
	.l-footer .copyright{
		text-align: center;
		font-size: 16px;
	}
	
	/* 	fixed bottom menu */
	#fix_bottom_menu .menu-item a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#fix_bottom_menu span{
		width: fit-content;
		margin-top: unset;
		margin-left: 8px;
	}
}





