@charset "utf-8";
/* CSS Document */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: sans-serif; /* 基本フォントを設定 */
}
.hamburger-morph {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-morph__icon {
  width: 100%;
  height: 100%;
}

.hamburger-morph__line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.nav-morph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 29, 31, 0.98);
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-morph.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-morph__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-morph__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }

.nav-morph__link {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
  display: block;
  transition: transform 0.3s ease;
}

.nav-morph__hover {
  position: absolute;
	color: #594EB3;
	font-size: 22px;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
  transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
  transform: translateY(-100%);
}
.container {
    position: relative;
    width: 100vw;
/*    height: 100vh;*/
	overflow: hidden;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.box {
    position: absolute;
    width: 100%;
    height: 200vh; /* 背景の高さを大きく設定 */
}

.blob {
    position: absolute;
    border-radius: 50%;
}

.blob-1 {
    height: 20rem;
    width: 20rem;
    background: #7F8AFF;
    top: calc(50% - 5rem);
    right: calc(50% - 5rem);
    animation: blob 10s ease-in-out infinite, float 175s ease-in-out infinite;
}
.blob-2 {
  height: 18rem;
  width: 18rem;
  background: #C855FF;
  top: 10%;
  right: 10%;
  border-radius: 65% 60% 35% 50% / 65% 38% 75% 36%;
  animation: blob 8s ease-in-out infinite, float 125s ease-in-out infinite;
}

.blob-3 {
  height: 16rem;
  width: 16rem;
  background: #7F8AFF;
  top: 80%;
  right: 70%;
  animation: blob 5s ease-in-out infinite, float 95s ease-in-out infinite;
}

.blob-4 {
  height: 20rem;
  width: 20rem;
  background: #7F8AFF;
  top: 80%;
  right: 5%;
  animation: blob 10s ease-in-out infinite, float 250s ease-in-out infinite;
}

.blob-5 {
  height: 18rem;
  width: 18rem;
  background: #f3ae4b;
  top: 5%;
  right: 75%;
  animation: blob 8s ease-in-out infinite, float 250s ease-in-out infinite;
}

.blob-6 {
  height: 16rem;
  width: 16rem;
  background: #f3ae4b;
  top: 55%;
  right: 15%;
  animation: blob 5s ease-in-out infinite, float 240s ease-in-out infinite;
}

.blob-7 {
  height: 14rem;
  width: 14rem;
  background: #C855FF ;
  top: 60%;
  right: 80%;
  animation: blob 10s ease-in-out infinite, float 100s ease-in-out infinite;
}

.blob-8 {
  height: 16rem;
  width: 16rem;
  background: #C855FF;
  top: -2%;
  right: 40%;
  animation: blob 8s ease-in-out infinite, float 70s ease-in-out infinite;
}

.blob-9 {
  height: 16rem;
  width: 16rem;
  background: #C855FF;
  top: 35%;
  right: 68%;
  animation: blob 5s ease-in-out infinite, float 120s ease-in-out infinite;
}

.blob-10 {
  height: 12rem;
  width: 12rem;
  background: #7F8AFF;
  top: 10%;
  right: 65%;
  animation: blob 10s ease-in-out infinite, float 250s ease-in-out infinite;
}

.blob-11 {
  height: 12rem;
  width: 12rem;
  background: #f3ae4b;
  top: 40%;
  right: 5%;
  animation: blob 8s ease-in-out infinite, float 250s ease-in-out infinite;
}

.blob-12 {
  height: 13rem;
  width: 13rem;
  background: #7F8AFF;
  top: 20%;
  right: 45%;
  animation: blob 5s ease-in-out infinite, float 240s ease-in-out infinite;
}

.blob-13 {
  height: 14rem;
  width: 14rem;
  background: #C855FF;
  top: 0%;
  right: 0%;
  animation: blob 10s ease-in-out infinite, float 100s ease-in-out infinite;
}

.blob-14 {
  height: 16rem;
  width: 16rem;
  background: #7F8AFF;
  top: 80%;
  right: 45%;
  animation: blob 5s ease-in-out infinite, float 120s ease-in-out infinite;
}



/* blob-2から blob-14までのスタイルを同様に追加 */

@keyframes blob {
    0%, 100% { 
        border-radius: 65% 60% 35% 50% / 65% 38% 75% 36%; 
    } 
    25% { 
        border-radius: 89% 54% 62% 42% / 83% 45% 75% 63%; 
    } 
    50% { 
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; 
    } 
    75% { 
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; 
    } 
}

@keyframes float {
    0%, 100% { transform: rotate(0deg) translateX(0%) translateY(0%); }
    25% { transform: rotate(10deg) translateX(35%) translateY(-100%);}
    50% { transform: rotate(0deg) translateX(-35%) translateY(100%);}
    75% { transform: rotate(-10deg) translateX(35%) translateY(-100%);}
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.nav {
    display: flex;
    gap: 10px;
}

.button {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.design { background-color: #E03E96; }
.website { background-color: #84DF00; }
.portrait { background-color: #7386E8; }

.content {
    position: relative;
    z-index: 10;
    padding: 20px;
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#opening-animation {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ヘッダーのスタイル */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 80px; /* ヘッダーの高さを80pxに設定 */
   background-color: rgba(255, 255, 255, 0.5);
}

.logo img {
   width: 30%;
	height: 30%;
	padding: 10px;
}

.nav {
    display: flex;
    gap: 20px;
}

.button {
    padding: 20px 80px;
    border: none;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.button:hover{
		opacity:0.5;
	transition:0.3s;
}
.design {
    background-color: #E03E96; /* ピンク色 */
}

.website {
    background-color: #84DF00; /* 緑色 */
}

.portrait {
    background-color: #7386E8; /* 青色 */
}
/* イラストセクションのスタイル */
.illustration-section {
    display: flex;
    justify-content: center;
    margin-top: 80px;
	padding: 120px;
}

.illustration-container {
    display: flex;
    gap: 100px;
}

.illustration-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.illustration {
	width: 100%; /* モバイルでのイラストの幅 */
    max-width: 300px; /* 最大幅を設定 */
    height: auto;
/*    width: 266px;  イラスsトの初期サイズ */
/*    height: 688px;*/
    transition: transform 0.3s ease-in-out;
	padding: 5px;
    background: #fff;
}

.illustration-title {
	width: 100%; /* モバイルでのタイトルの幅 */
    max-width: 150px; /* 最大幅を設定 */
/*    width: 150px;  タイトル画像のサイズ */
    height: auto;
    margin-top: 5px;
    transition: transform 0.3s ease-in-out;
}
.irst2 img{
	width: 150%;
}
.illustration-item:hover .illustration,
.illustration-item:hover .illustration-title {
    transform: scale(1.1); /* ホバー時に1.1倍に拡大 */
}

.profile-section {
	width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
	 position: relative; /* 追加 */
  
	
}
.profile-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
    border-radius: 10px;
    z-index: -1;
}
.profile-container {
padding: 120px;
	padding-bottom: 50px;
	display: flex;
    align-items: center;
    position: relative; /* 追加 */
  
}

.profile-image img {
/*    width: 100%;*/
    max-width: 300px;
    height: auto;
    border-radius: 10px;
}

.profile-text {
   margin-left: 50px; /* 画像とテキストの間のスペースを調整 */
    text-align: left; /* テキストを左寄せ */
}

.profile-text h2 {
    font-size: 42px;
	margin-bottom: 10px;
}

.profile-text h3 {
    font-size: 48px;
	margin-bottom: 20px;
}

.profile-text p {
    margin-top: 18px;
	line-height: 200%;
}

/* ニュースセクション */
.news-section {
	padding: 120px;
    width: 80%;
    margin: 20px auto;
	position: relative; /* 追加 */
}
.news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.5); /* 半透明の白 */
    border-radius: 10px;
    z-index: -1;
}
.news-section h2 {
    font-size: 32px;
	margin-bottom: 40px;
}

.news-list {
    list-style-type: none;
    padding: 0;
}

.news-list li {
    margin-bottom: 20px;
}

.news-list a {
    text-decoration: none;
    color: #000;
}

/* フッター */
.footer {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container {
    width: 80%;
    max-width: 960px;
    display: flex;
    justify-content: space-between; /* 左右のブロックを離す */
    align-items: flex-start; /* 上揃え */
    margin: 0 auto;
}

.footer-left {
    text-align: left;
}

.footer-left img {
    width: 40%;
    height: auto;
    padding: 20px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-nav {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    gap: 10px;
}

.footer-right a {
    text-decoration: none;
    color: #000;
}

/* コピーライトをフッターの最下部中央に配置 */
#copyright {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
/* モバイル向けのスタイル */
/* モバイル動画 */
    #desktop-video {
        display: none;
    }

    #mobile-video {
        display: block;
    }

/* デスクトップ向けのスタイル（769px以上） */
@media (min-width: 769px) {
    #desktop-video {
        display: block;
    }

    #mobile-video {
        display: none;
    }
	.profile-section {
        padding: 20px;
    }

    .profile-container {
        flex-direction: column; /* 縦並びにする */
        align-items: center;
    }

    .profile-image img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px; /* 画像とテキストの間隔 */
    }

    .profile-text {
        margin-left: 0; /* テキストを左に寄せない */
        text-align: left; /* テキストを左寄せ */
    }
}

.hamburger-morph {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(29, 29, 31, 0.98);
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
}

.nav-morph.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nav-morph__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.nav-morph__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
    opacity: 1;
    transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }

.nav-morph__link {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
    display: block;
    transition: transform 0.3s ease;
}

.nav-morph__hover {
    position: absolute;
    color: #594EB3;
    font-size: 22px;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
    transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
    transform: translateY(-100%);

}
/* デスクトップ向けのスタイル（769px以上） */
@media (min-width: 769px) {
    #desktop-video {
        display: block;
    }

    #mobile-video {
        display: none;
    }

     /* デスクトップのプロフィールセクション */
    .profile-container {
        flex-direction: row; /* 横並びにする */
        align-items: center; /* 上下中央揃え */
	
    }

    .profile-text {
/*
        width: 50%;
        margin-right: 50px;
*/
        text-align: left; /* テキストを左寄せ */
    }

    .profile-image {
        width: 50%;
    }

    .profile-image img {
        width: 300px;
        height: auto;
        border-radius: 10px;
		padding-left: 30px;
    }
}