@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
*/



/*
@keyframes
*/
@keyframes slide-display{
	0% {
    	transform-origin: right;
    	transform: scaleX(0);
	}
	50% {
    	transform-origin: right;
    	transform: scaleX(1);
	}
	50.001% {
    	transform-origin: left;
	}
	100% {
    	transform-origin: left;
    	transform: scaleX(0);
	}}

@keyframes slide-delay{
	0% {
    	opacity: 0;
	}
	100% {
    	opacity: 1;
	}}
	
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }}

/*.wp-block-media-text__media:before {
    animation-name: slide-display;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}*/

/*.wp-block-media-text__media img {
	animation-name: slide-delay;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}*/



/*
particles
*/
#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none; /* クリックを無効化 */
	}



/*
カーソル
*/
#cursor {
	position: fixed;
	width: 50px; /* ○の幅 */
	height: 50px; /* ○の高さ */
	background-color: rgba(0, 172, 108, 0.5); /* 塗りつぶしの色 (黒の半透明) */
	border-radius: 50%; /* ○を丸くする */
	pointer-events: none; /* クリックを無効化 */
	transform: translate(-50%, -50%); /* カーソル中心に揃える */
	z-index: 1000;
	}
	
@media (max-width: 1024px) {
	#cursor {
		display: none;
		}}



/*
google fonts
*/
.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	}

.shippori-mincho-regular {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	}
	
.ephesis-regular {
	font-family: "Ephesis", cursive;
	font-weight: 400;
	font-style: normal;
	}

.oooh-baby-regular {
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	}

body{
	font-family: "Oswald", sans-serif;
	}



/*
 角丸css
*/
.left-under-radius{
	border-radius: 0 0 0 100px;
	}
	
.right-under-radius{
	border-radius: 0;
	--swl-box_padding: 6em 4em 8em;
	}



/*
幅調整
*/
.u-pb-60{padding-bottom: 6em !important;}

.u-mb-70{margin-bottom: 7em !important;}
.u-mb-80{margin-bottom: 8em !important;}
.u-mb-90{margin-bottom: 9em !important;}
.u-mb-100{margin-bottom: 10em !important;}



/*
 文字縦書き
*/
.tate{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	}



/*
テキスト枠padding調整
*/
@media (min-width: 960px){
	.text-frame-padding {
		padding: 0 60px!important;
		}
	
	.text-frame{
		margin: 1em;
		}}



.u-fz-xs {
	font-size: 16px!important;
	font-weight: 100!important;
	}



/*
ヘッダー追従修正
*/
.l-header{
	background: transparent!important;
	}

.c-headLogo__img{

	}

@media (min-width: 960px){
	.l-header{
		position: fixed!important;
		margin-top: var(--swl-adminbarH, 0);
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1000;
		transition: all .6s;
		}
		
	.l-header .l-container{
		max-width: 100%;
		padding-right: 0;
		}}
		
@media (min-width: 600px){
	.c-pageTitle{
		padding-top: 2em;
		}}



/*
スマホメニュー開閉ボタン修正
*/
.l-header__menuBtn.sp_,
.p-spMenu__closeBtn{
	margin-right: 10px;
	}

.c-iconBtn{
	color: #979797;
	}
	
.icon-menu-thin,
.icon-close-thin{
	width: 40px;
	height: 34px;
	position: relative;
	display: inline-block;
	}

.icon-menu-thin::before,
.icon-menu-thin::after,
.icon-close-thin::before,
.icon-close-thin::after{
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	}

.icon-menu-thin::before,
.icon-menu-thin::after,
.icon-close-thin::before,
.icon-close-thin::after{
	background-color: #979797;
	}

.icon-menu-thin::before{
	top: 10px;
	}

.icon-menu-thin::after{
	bottom: 10px;
	}

.icon-close-thin::before{
	top: 17px;
	transform: rotate(25deg);
	}

.icon-close-thin::after{
	bottom: 16px;
	transform: rotate(-25deg);
	}



/*
スマホメニュー修正
*/
.p-spMenu__inner{
	width: 100vw;
	}
	
.-left .p-spMenu__inner{
	left: 0;
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw)
	}

.-right .p-spMenu__inner {
	right: 0;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw)
	}

[data-spmenu=opened] .p-spMenu__inner {
	-webkit-transform: translateX(0);
	transform: translateX(0)
	}

.p-spMenu__inner::before{
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	
.c-widget__title.-spmenu, .p-spMenu__nav{
	display: none;
	}

.p-spMenu__bottom{
	margin-top: 0em;
	}
	
.p-spMenu__body{
	/*padding: 0 4vw 40vw;*/
	}
	
.widget_nav_menu{
	text-align: center;
	}

.widget_nav_menu a{
	border-bottom: none;
	}

.widget_nav_menu .menu-item{
	letter-spacing: 0.2em;
	font-size: 22px;
	font-weight: 900;
	color: #232323;
	}

.c-listMenu a{
	padding: 0.5em 1em 0.5em 1.5em;
	}

.c-listMenu a:before{
	content: none;
	}
	
#custom_html-5{
	font-size: 22px;
	position: fixed;
	bottom: 0;
	left: 0;
	}



/*
カテゴリートップヴィジュアル修正
*/
.category .c-pageTitle,
.category-works .p-postList__meta,
.category-marketing .p-postList__meta,
.category-works .c-postTitle__date,
.category-marketing .c-postTitle__date,
.category-works .p-postList__body::after,
.category-marketing .p-postList__body::after{
	display: none!important;
}

.category .l-content{
	padding-top: 0em;
}

.category .l-mainContent__inner>.p-termContent{
	margin: 0;
}

.category-works .p-postList__link,
.category-marketing .p-postList__link{
    pointer-events: none;
}

@media not all and (min-width: 960px) {
	.wp-block-cover{
		min-height: 200px;
		height: 200px;
		}}


		
/*
グローバルメニュー修正
*/
.c-gnav{
	background-color: #fff;
	padding: 1em;
	}

.c-gnav>.menu-item>a .ttl{
	font-size: 1.1rem;
	font-weight: 900;
	}

.c-gnav a::after{
	height: 3px;
	}
	
.l-header__inner [class*=is-style-btn_].-size-l{
    --the-padding: 1.2em 1.5em;
	}



/*
背景画像画面全体
*/
.img-fit{
	height: 100vh !important;
	align-content: center;
	}



/*
 ボタン調整
*/
[class*=is-style-btn_].-size-custom {
	--the-padding: 1rem 3em;
}



/*
 フッター
*/
.w-footer :where(ul:not([type])){
	list-style: none !important;
	}

@media (min-width: 960px) {
.l-footer__widgetArea{
	padding-top: 6em;
	padding-bottom: 4em;
	}
	
.w-footer{
	max-width: initial;
	margin: 0 auto;
	padding: ;
	justify-content: center;
	}

.w-footer > *:first-child {
	width: 30%;
	}

.w-footer > *:not(:first-child):not(:last-child) {
	width: 35%;
	}

.w-footer > *:last-child {
	width: 20%;
	}

.w-footer__box{
	align-self: center;
	}
	
.w-footer__box {
	flex: initial;
	}
}

@media not all and (min-width: 960px) {
	.l-footer__widgetArea{
		font-size: 0.9rem;
		}}



/*
コンタクトフォームcss
*/
div.cf-turnstile {
	display: flex !important;
	justify-content: center !important;
	}

.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
	}

.cf-area:last-child {
	border-bottom: none;
	}

.cf-area dt {
	width: 250px;
	padding-right: 30px;
	text-align: right;
	line-height:1.5em;
	}

.cf-area dd {
	flex: 1;
	}

.cf-area input, .cf-area textarea {
	width: 100%;
	padding: 0.8em;
	border: none;
	background-color: #efefef;
	font-size: 16px;
	resize: vertical;
	transition: all .3s;
	}
	
.cf-area select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0.8em 2em;
	border: none;
	background-color: #efefef;
	}
	
.cf-select .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    top: 0.5em;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transform: rotate(45deg);
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #efefef;
	}

.cf-required {
	background: #f12f64;
	color: #fff;
	font-size: 0.8em;
	margin-left: 0.5em;
	padding: 0 5px 2px;
	border-radius: 2px
	}

.cf-send input {
	display: block;
	background: #000;
	width: 300px;
	height: 60px;
	margin: 1em auto 0;
	border-radius: 0px;
	border: none;
	line-height: 1;
	min-width: 45%;
	padding: 1em 1.5em;
	position: relative;
	text-decoration: none;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
	}

.cf-send input:hover {
	filter: brightness(1.25);
	box-shadow: 0 4px 12px rgba(0,0,0,.1),0 12px 24px -12px rgba(0,0,0,.2);
	opacity: 1
	}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
	}

.wpcf7-list-item,
.wpcf7-list-item-label{
	width: 100%;
	}

.wpcf7-list-item{
	margin-bottom: 1em;
	}

.wpcf7-list-item-label{
	padding-left: 10px;
	}

.wpcf7-list-item > label{
	width: 230px;
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	}
	
.wpcf7-list-item > label > input{
	width: initial;
	}

.wpcf7-confirm {
	text-align: center;
	margin-top: 3em;
	}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
		}

	.cf-area dt {
    	width: 100%;
		margin-bottom: 5px;
    	padding-right: 0;
    	text-align: left;
		line-height:1.5em;
		}}
