
/* スマホ向けCSS */
@media screen and (max-width:767px) {

body{
	-webkit-text-size-adjust: 100%;
}

/* style.cssのimg max-width: 100%を上書き */
img {
	max-width: none;
}

/**************** ヘッダー内コンテンツ *****************/


header{
	width:100%;
	position:relative;
}
.header_top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2% 0;
	background: rgba(1,18,24,.5);
	z-index: 100;
	min-height: 60px; /* drawer-hamburgerがはみ出さないように最小高さを設定 */
}

/* drawer-hamburger のスタイルを明示的に指定（movie/css/style.cssのリセットCSSの影響を防ぐ） */
.drawer-hamburger {
	box-sizing: content-box !important;
	padding: 4% 4% 7.2% 4.5% !important;
	width: 1.85rem !important;
	top: 0 !important; /* drawer.cssのtop: -2pxを上書き */
	/* drawer.cssのtransition: allを上書きして、rightプロパティのみにtransitionを適用 */
	-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
}

/* drawer-nav の幅を明示的に指定（movie/css/style.cssのhtml font-size: 100%の影響で23remが大きくなりすぎるのを防ぐ） */
.drawer-nav {
	width: 230px !important; /* lpと同じサイズ（23rem × 10px = 230px） */
	max-width: 80vw !important; /* 画面幅の80%を超えないように */
}

/* drawer-open時のdrawer-hamburgerの位置を調整（drawer-navの幅に合わせる） */
.drawer--right.drawer-open .drawer-hamburger {
	right: 230px !important; /* drawer-navの幅と同じ値 */
}

.main_image{
	width: 100%;
	aspect-ratio: 221 / 154;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
  }

.main_image .bk-image {
	height: 100%;
	width: auto;
	position: relative;
	left: -25%;
}
  
  .decoration {
	position: absolute;
	z-index: 1;
	pointer-events: none;
  }
  
  .left-bottom {
	left: 0;
	bottom: 0;
	width: 20vw;
	rotate: 180deg;
  }
  
  .right-top {
	right: 0;
	top: 0;
	width: 30vw;
  }
  
  .main_image_inner_contents{
	position: absolute;
	top: 27%;
	right: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
  }
  
  .catchcopy {
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	text-align: end;
  }
  
  .number {
    width: 74vw;
	color: #FAE1AF;
	font-size: 10vw;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 15px 0;
	background: linear-gradient(90deg, #5433FF 0%, #A5FECB 0%, #20BDFF 50%, #A5FECB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'Inter', sans-serif;
	text-align: end;
	margin-right: 3%;
	margin-left: 17%;
  }
  
  
  .number span {
	color: #fff;
	font-size: 7vw;
	font-weight: 700;
	-webkit-text-fill-color: #fff;
  }
  
.ellipse {
	position: absolute;
	border-radius: 50%;
}

.overall-blur {
	position: absolute;
	width: 75%;
	aspect-ratio: 1 / 1;
	background: rgba(23, 31, 19, 0.7);
	filter: blur(100px);
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
}

.text-wrapper {
	position: relative;
  }
  
  .ellipse {
	position: absolute;
	border-radius: 50%;
	z-index: 1;
  }
  
  .title-blur {
	width: 55%;
	height: 9vw;
	background: rgba(23, 31, 19, 0.7);
	filter: blur(10px);
	top: 50%;
	left: 57%;
	transform: translate(-50%, -50%);
	z-index: -1;
  }
  
  .text-wrapper .text {
	position: relative;
	z-index: 1; /* 前面に */
	color: white;
	font-size: 2rem;
	text-align: center;
  }

.appealBox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4%;
	margin: 4vw 0 0 0;
	padding-bottom: 1rem;
  }
  
  .appeal{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 15%;
	aspect-ratio: 1 / 1;
	min-width: 60px;
	min-height: 60px;
	max-width: 78px;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(24px);
	margin: 0;
  }
  
  .icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
  }
  
  .icon-container img {
	width: 2vw;
	min-width: 16px;
	aspect-ratio: 1 / 1;
	margin: 0;
  }
  
  .appeal span {
	color: #FFFFFF;
	font-size: 10px;
	font-size: clamp(10px, 2vw, 12px);
	text-align: center;
	line-height: 1.2;
  }
  
/**************** ヘッダー内コンテンツ end *****************/



/**************** メインコンテンツ *****************/
main{
	background:#FFFFFF;
	overflow: hidden;
}

/* .containerのpaddingを0に */
.container {
	padding: 0 !important;
}

/* video-types内の.containerは例外としてpadding: 0 16pxを維持 */
.video-types .container {
	padding: 0 16px !important;
}

/**************** メインコンテンツ end *****************/

    /* お問合せボタン*/
    .header_contact_area {
        height: 0px;
        margin-top: 45px;
        margin-bottom: 20px;
        position: relative;
    }

    .header_contact_btn {
        width: 90%;
        max-width: 300px;
        height: 65px;
        line-height: 70px;
        font-size: 20px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }

    .main-content {
        padding-top: 20px !important;  
    }

    /* サービス概要セクション */
    .service-process {
        max-width: 320px;
        margin: 40px auto 0;
        display: grid; 
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .process-item {
        width: 100%;                                  
        flex: none;                                   
        display: flex;
        flex-direction: column;
        gap: 1px;
        align-items: center;
    }

    .process-image {
        width: 100%;
        aspect-ratio: 1 / 1;                          
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .process-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .process-title {
        font-size: 18px;                              
        font-weight: 700;
        text-align: center;
        color: #4A5568;
    }

    .service-overview  {
        padding: 30px 16px 30px; 
        margin: 0 auto;
        max-width: 100%;
    }

    /* 動画タイプセクション */
    .video-card .card-image {
        height: 180px;        
        overflow: hidden;
        border-radius: 12px;
    }

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

    .video-card {
        margin-bottom: 24px; 
    }

    .video-types {
        padding: 10px 0 10px;
    }

    /* 制作フローセクション */
    .flow-steps {
        display: flex;
        flex-direction: column; 
        align-items: center;
        gap: 32px; 
    }

    .flow-step {
        width: 100%;       
        max-width: 260px;  
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .step-icon {
        width: 120px;
        height: 120px;
    }

    .flow-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flow-arrow-icon {
        width: 32px;
        height: auto;
        transform: rotate(90deg);
    }

    .step-content {
        gap: 8px;
    }

    .production-flow {
        padding: 30px 0 100px;
    }

    /* 強みセクション */
    .strengths-title-block {
        max-width: 320px;  
        margin: 0 auto;    
        text-align: center; 
    }

    .section-title-gradient {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0px;   
    }

    .strengths-subtitle {
        display: flex;     
        justify-content: center;
        align-items: baseline;
        gap: 4px;
        line-height: 1.2;
        margin-top: 0;
        flex-wrap: nowrap;     
        white-space: nowrap; 
    }

    .strengths-subtitle .text-grad {
        font-size: 35px;  
    }

    .number-highlight {
        font-size: 100px;
    }

    .strengths-subtitle .number-highlight {
        font-size: 70px;   
    }

    .strengths {
        padding: 40px 0 80px;
    }

    .strengths-grid {
        flex-direction: column;
        gap: 40px;
        margin-top: 20px; 
    }

    .strength-card {
        width: 90%;
        margin: 0 auto;
        padding: 28px 20px;
        border-radius: 14px;
    }

    .strength-number {
        font-size: 36px; 
        top: 8px;
        left: 14px;
    }

    .strength-icon {
        width: 120px;   
        height: 120px; 
        border-radius: 50%;
        margin-bottom: 16px;
    }

    .strength-icon img {
        object-fit: contain; 
    }

    .strength-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .strength-description {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 8px; 
    }

    /* 活用シーンセクション */
    .use-cases {
        padding: 40px 16px 100px;
    }

    .use-cases .container {
        padding: 0 20px;
        gap: 40px;
    }

    .use-case-row {
        flex-direction: column;
        gap: 24px;
    }

    .use-case-card {
        flex-direction: row;     
        align-items: center;
        padding: 20px;
        flex: none;
        width: 100%;
        border-radius: 12px;
        gap: 16px;
    }

    .use-case-image {
        width: 120px;  
        height: 90px;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .use-case-image img {
        object-fit: cover;
    }

    .use-case-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .use-case-description {
        font-size: 12px;
        line-height: 1.5;
    }

    .use-case-content {
        gap: 8px;
    }

    /* お問合せセクション */
    .contact-section {
        padding: 40px 0 80px;
        text-align: center;
    }

    .contact-section .container {
        padding: 0 20px;
    }

    .contact-options {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .contact-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 12px;
    }

    .contact-title {
        font-size: 14px;
        font-weight: 600;
        color: white;
        line-height: 1.4;
    }

    .contact-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        max-width: 300px;
        padding: 14px 20px;
        border-radius: 14px;
        background: white;
        color: #2565F0;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
        transition: transform 0.15s ease;
    }

    .contact-button:hover {
        transform: translateY(-2px);
    }

    .contact-button svg {
        width: 22px;
        height: 22px;
    }

    .contact-number,
    .contact-text {
        font-size: 17px;
        font-weight: 700;
    }

    /* パンくずリスト */
    .breadcrumbs {
        padding: 24px 16px;
    }

}

