@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
*/

.c-sec-title-wrapper>.wp-block-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-sec-title {
  font-size: clamp(2rem, 1.071rem + 2.14vw, 3rem) !important;
  padding-top: 3rem !important;
}

.c-sec-title--en {
/*   font-family: "Fasthand", cursive, "Noto Sans JP", serif; */
  font-family: "DM Serif Display", "Noto Sans JP",serif;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  opacity: .3;
  /* font-size: clamp(4rem, 0.71rem + 12.39vw, 10rem) !important; */
  font-size: clamp(3rem, 1.545rem + 7.27vw, 7rem) !important;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .1em;
  width: 100%;
}

.c-cover-title {
  font-size: clamp(2rem, 1.071rem + 2.14vw, 3rem) !important;
}

.c-cover-title--en {
  font-family: "DM Serif Display", "Noto Sans JP",serif;
  line-height: 1;
  opacity: .3;
  font-size: clamp(2.5rem, 1.129rem + 5.16vw, 5rem) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: 100%;
}

.c-title-decoration {
    display: flex;
    align-items: center;
	width: 50%;
    margin-inline: auto !important;
}

.c-decoration-dot {
    width: 10px;
    height: 10px;
    background-color: #00ada9;
    border-radius: 50%;
}

.c-decoration-line {
    height: 2px;
    background-color: #00ada9;
    flex-grow: 1;
    margin: 0 10px;
}

.aspect-16_9 .wp-block-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.aspect-1_1 .wp-block-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}



.p-grow__wrapper .swell-block-columns__inner {
  align-items: stretch;
}

.p-grow {
  display: flex;
  flex-direction: column;
  align-self: unset !important;
}

.p-grow p,
.p-grow h3 {
  flex-grow: 1;
} 

.p-grow .swell-block-button {
  margin: unset;
}

.p-mainVisual__inner {
  height: auto !important;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 600px) {
  .p-mainVisual__inner {
    aspect-ratio: 9 / 16;
  }
}

.pin-spacer {
  margin-bottom: 0 !important;
}

.c-business-title {
  margin-inline: auto !important;
}

.p-block-align-height {
   display: flex;
   flex-direction: column;
}

.p-block-align-height a {
   display: flex;
   flex-direction: column;
	flex-grow: 1;
}

.p-block-align-height a p {
    flex-grow: 1;
} 



/*
 * トップページ
 */
.bg-shape {
	position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 160, 160, 0.05) 0%, rgba(0, 160, 160, 0.1) 100%);
	z-index: -1;
}

.bg-shape.shape-1 {
	width: 600px;
    height: 600px;
    bottom: -300px;
    left: -200px;
}

.bg-shape.shape-2 {
	width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
}

.bg-shape.shape-3 {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 30%;
}


@media screen and (max-width: 600px) {
	.bg-shape.shape-1 {
		width: 400px;
		height: 400px;
	}

	.bg-shape.shape-2 {
		width: 200px;
		height: 200px;
	}

	.bg-shape.shape-3 {
		width: 100px;
		height: 100px;
	}
}

#puropose {
  position: relative;
  z-index: 1;
}

#puropose .p-sec-subtitle:after,
#business .p-sec-subtitle:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #00ada9;
}

#business .p-sec-subtitle:after {
	background-color: #fff;
}

#business .p-business-title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#business {
  margin-bottom: 0 !important;
}

#business .p-business-subtitle__flex-end {
	display: flex;
	justify-content: flex-end;
}

#business .p-service-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    color: white;
    text-decoration: none;
/*     transition: transform 0.3s, box-shadow 0.3s; */
	transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	padding: 2em;
}

#business .p-service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
/*     transition: all 0.3s ease; */
}

#business .p-service-card:hover {
	transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #00ada9;
}

#business .bg-shape {
	background: rgba(255, 255, 255, 0.05);
}


#sns,
#sns--sp,
#movie,
#movie--sp,
#tver,
#tver--sp {
/*   display: flex;
  position: relative; */
  /* width: 100%; */
/*   height: 100vh;
  overflow: hidden; */
  background: #ffffff;
/*   align-items: center; */
/*   min-height: 1000px; */
}

/* @media screen and (max-width: 600px) {
	#sns--sp,
	#movie--sp,
	#tver--sp {
	  min-height: unset;
	}
} */

#sns .swell-block-fullWide__inner,
#sns--sp .swell-block-fullWide__inner,
#movie .swell-block-fullWide__inner,
#movie--sp .swell-block-fullWide__inner,
#tver .swell-block-fullWide__inner,
#tver--sp .swell-block-fullWide__inner,
#tiktok-casting .swell-block-fullWide__inner,
#tiktok--sp .swell-block-fullWide__inner,
#talent .swell-block-fullWide__inner,
#talent--sp .swell-block-fullWide__inner {
  width: 100%;
  padding-inline: 5% !important;
}

#sns--sp .swell-block-fullWide__inner,
#movie--sp .swell-block-fullWide__inner,
#tver--sp .swell-block-fullWide__inner,
#tiktok--sp .swell-block-fullWide__inner,
#talent--sp .swell-block-fullWide__inner {
  height: 100%;
}

.c-business-content {
  height: 100%;
}

.c-text-container {
  width: 50%;
  /* padding: 20px;
  background: #e3e3e3; */
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}
.c-text-container--sp {
  width: 100%;
  /* padding: 20px;
  background: #e3e3e3; */
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.c-card-container {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  perspective: 1000px;
}
.c-card-container--sp {
  width: 100%;
  height: 50%;
  perspective: 600px;
}

.c-card {
/*   position: absolute;
  width: 80%;
  max-width: 500px;
  min-width: 200px; */
  /* height: 60%;
  left: 10%; 
  top: 20%;  */
/*   display: flex;
  justify-content: center;
  align-items: center; */
  /* font-size: 24px;
  font-weight: bold;
  color: white; */
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  overflow: hidden;
}

.c-card--sp {
  aspect-ratio: 16 / 9;
}

.c-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card:nth-of-type(0) {
  transform: rotate(10deg);
}
.c-card:nth-of-type(1) {
  transform: rotate(5deg);
}
.c-card:nth-of-type(2) {
  transform: rotate(-10deg);
}
.c-card:nth-of-type(3) {
  transform: rotate(-5deg);
}
.c-card:nth-of-type(4) {
  transform: rotate(3deg);
}
.c-card:nth-of-type(5) {
  transform: rotate(-5deg);
}

.c-card-container .p-service-icon {
	position: absolute;
	font-size: 2rem;
	color: #00ada920;
	animation: float 6s ease-in-out infinite; 
	z-index: -1;
}

.c-card-container .p-service-icon:nth-of-type(1) {
	top: 0;
	left: -15%;
}

.c-card-container .p-service-icon:nth-of-type(2) {
	top: 30%;
	left: -5%;
	animation-delay: 1s;
}

.c-card-container .p-service-icon:nth-of-type(3) {
	top: 50%;
	left: -10%;
	animation-delay: 2s;
}

.c-card-container .p-service-icon:nth-of-type(4) {
	top: 10%;
	right: -10%;
	animation-delay: 3s;
}

.c-card-container .p-service-icon:nth-of-type(5) {
	top: 70%;
	right: 0;
	animation-delay: 4s;
}

@media screen and (max-width: 600px) {
	.c-card-container .p-service-icon:nth-of-type(1) {
		top: -10px;
		left: -5%;
	}

	.c-card-container .p-service-icon:nth-of-type(2) {
		top: 80px;
		left: -2%;
		animation-delay: 1s;
	}

	.c-card-container .p-service-icon:nth-of-type(3) {
		top: 150px;
		left: -5%;
		animation-delay: 2s;
	}

	.c-card-container .p-service-icon:nth-of-type(4) {
		top: 20px;
		right: -5%;
		animation-delay: 3s;
	}

	.c-card-container .p-service-icon:nth-of-type(5) {
		top: 100px;
		right: 5%;
		animation-delay: 4s;
	}
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* カルーセルスタイル */
.container {
  width: 250px;
  position: relative;
  perspective: 1000px;
  aspect-ratio: 16 / 9;
  margin-right: 9vw !important;
}

.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  /* line-height: 200px;
  font-size: 5em; */
  text-align: center;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  margin-right: 9vw !important;
  object-fit: cover;
  overflow: hidden;
}

.a {
  transform: rotateY(0deg) translateZ(200px);
  background: #ed1c24;
}
.b {
  transform: rotateY(60deg) translateZ(200px);
  background: #0072bc;
}
.c {
  transform: rotateY(120deg) translateZ(200px);
  background: #39b54a;
}
.d {
  transform: rotateY(180deg) translateZ(200px);
  background: #f26522;
}
.e {
  transform: rotateY(240deg) translateZ(200px);
  background: #630460;
} 
.f {
  transform: rotateY(300deg) translateZ(200px);
  background: #8c6239;
}

.next,

#about .p-about-title,
#service-movie .p-about-title {
  font-size: clamp(2rem, 0.744rem + 4.73vw, 5rem);
  font-weight: bold;
}

#about .p-about-text,
#service-movie .p-about-text {
  font-size: clamp(1.5rem, 0.872rem + 2.36vw, 3rem);
  font-weight: bold;
}

#about .p-balloon,
#service-movie .p-balloon {
  width: 50%;
  text-align: end;
  margin-left: auto;
  margin-bottom: -5%;
}

#service {
  clip-path: inset(0);
}

#service-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-image: url('画像の場所');
  background-size: cover;
  background-position: center; */
  z-index: -1;
}

#pr-items .swell-block-column {
  position: relative;
}

#pr-items .p-pr-bgtext {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(2rem, 1.071rem + 2.14vw, 3rem) !important;
  font-family: "Fasthand", cursive, "Noto Sans JP", serif;
  rotate: -25deg;
}


.p-map iframe {
  width: 100%;
}

.p-scroll-infinity .swell-block-columns__inner {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.p-scroll-infinity .swell-block-columns__inner {
  overflow-x: unset !important;
}

.c-scrollHint {
  display: none;
}

.p-service-item-title--en {
  position: absolute;
  bottom: 0;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: .2;
  line-height: 1;
  width: 100%;
  font-size: clamp(3rem, 1.355rem + 6.19vw, 6rem);
  text-transform: capitalize;
}

.p-balloon-wrapper {
    position: absolute;
    top: -50%;
    right: 5%;
    min-width: 200px;
    max-width: 300px;
    width: 30%;
}

.p-balloon-wrapper--sp {
    position: absolute;
    top: -46%;
    right: 0;
    width: 50%;
}

/*
 * サービスページ
 */
.p-features-icons {
	max-width: 400px;
    margin-inline: auto;
}

.p-service__sec-title {
/* 	position: absolute !important; */
    text-shadow: 2px 2px 5px #fff;
/* 	top: 50%;
    transform: translateY(-50%); */
}
.p-service__sec-title--left {
    left: 0;	
}
.p-service__sec-title--right {
	right: 0;
}

.p-service__sec-img {
    overflow: hidden;
}
.p-service__sec-img--left {
	margin-right: auto !important;
	border-radius: 0 200px 0 200px;
}
.p-service__sec-img--right {
	margin-left: auto !important;
	border-radius: 200px 0 200px 0;
}

#service-features .wp-block-media-text__media,
#service-features .wp-block-media-text__content .wp-block-group {
	border-radius: 10px;
	overflow: hidden;
}

#service-features .wp-block-media-text::nth-of-type(1) .wp-block-media-text__content {
	margin-left: -10rem;
}


/*
 * 会社概要ページ
 */
.p-business-items img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

/*
 * お問い合わせページ
 */
#contact .cf7-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  border-bottom: 1px solid #ccc;
}

#contact .cf7-item:first-of-type {
  border-top: 1px solid #ccc;
}

#contact .cf7-label {
  width: 35%;
}

#contact .cf7-input {
  max-width: 600px;
  width: 65%;
}

#contact .cf7-input input,
#contact textarea {
  width: 100%;
}

#contact .cf7-required {
  font-size: .75em;
  color: #F60B0B;
  margin-left: .5em;
}

#contact .contact-checkbox .wpcf7-list-item {
  display: block;
}

#contact .contact-checkbox input {
  width: unset;
}

#contact .cf7-input--file input {
  background-color: unset;
  border: unset;
}

#contact .cf7-privacy-policy {
  margin-top: 2.5em;
}


#contact .cf7-btn-wrapper p {
  margin-top: 2.5em !important;
/*   display: flex;
  justify-content: center;
  gap: 1em; */
}

#contact .cf7-btn {
  margin-inline: auto;
  background: #00ada9;
  display: block;
  line-height: 1.5;
  min-width: 1em;
  padding: 1.25em 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  color: #fff;
  transition: all .3s;
}

#contact .cf7-btn:hover {
  opacity: .7 !important;
}

#contact .wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

#contact .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
}

#contact .wpcf7-checkbox .wpcf7-list-item label input {
	width: 15px;
}

#contact .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
	margin-left: 1rem;
}

@media (max-width: 599px) {
  #contact .cf7-item {
    flex-direction: column;
    align-items: flex-start;
  }

  #contact .cf7-label {
    width: 100%;
  }

  #contact .cf7-input {
    width: 100%;
  }

  #contact .cf7-btn-wrapper p {
    flex-direction: column;
    gap: 0;
  }

  #contact .cf7-btn {
    margin-inline: auto;
  }
}

/* サンクスページ-ダウンロードエリア */
.w3eden .mb-2, .w3eden .my-2 {
	margin-bottom: 2.2rem!important;
}

@media screen and (max-width: 750px){
	.w3eden .mb-2, .w3eden .my-2 {
		margin-bottom: 1.8rem!important;
	}
}

.w3eden .media {
	align-items: center !important;
}

.w3eden .package-title:before {
	content: unset !important;
}


/* utilityクラス */
.u-right-0 {
  position: absolute;
  right: 0;
}

.u-text-center {
  text-align: center;
  align-items: center;
}

.u-justify-center {
  justify-content: center;
}

.u-relative {
  position: relative;
}

.u-w-full {
  width: 100% !important;
}

/* アニメーションスタイル */
/* クリップアニメーション */
.p-clip {
  display: inline-block;
  position: relative;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  visibility: hidden;
}

.p-clip::before {
  content: "";
  display: block;
  /* background-color: #000; */
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 0);
}

.p-clip.is-clip {
  opacity: 1;
  visibility: visible;
  animation: clip .5s ease-in-out forwards;
}

.p-clip.is-clip::before {
  animation: clip-cover .5s ease-in-out forwards;
  animation-delay: .5s;
  z-index: 10;
}

@keyframes clip {
  to {
    opacty: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-cover {
  to {
    clip-path: inset(0 0 0 100%);
  }
}

.p-clip--main-color.is-clip::before {
  background-color: #00A0E6;
}
.p-clip--white.is-clip::before {
  background-color: #fff;
}
.p-clip--gra-blue.is-clip::before {
  background-color: linear-gradient(135deg, rgb(78, 181, 255) 0%, rgb(255, 98, 205) 100%);
}
.p-clip--gra-pink.is-clip::before {
  background-color: linear-gradient(135deg, rgb(242, 96, 255) 0%, rgb(236, 208, 253) 100%);
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-cover {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}

/* 文字が一文字ずつ表示されるアニメーション */
.is-show-text {
  display: inline-block;
  animation-duration: .5s;
  animation: show-text .5s backwards; 
}
@keyframes show-text {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}