@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#f0f0f0;
    font-family:'Baskervville', serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

.wf-mplus1p { font-family: "M PLUS 1p"; }

.text-glow{
    text-shadow:
      0 0 4px rgba(0,0,0,.45),
      0 0 12px rgba(0,0,0,.35);
  }

  .section-wrap {
    padding: 10px 0;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 50px;
}

.section-inner {
    width: 100%;
    margin: 0 auto;
}


.container {
    display: flex;
    justify-content:center;  
    align-items:center;
    text-align: center;
    flex-wrap:wrap;
    gap: 20px; 
    row-gap:50px;  
    margin: auto;
  }

.item img{
    display:block;   
    width: 300px;
    border-radius: 10px;
    margin: auto;
}

.intro-p{
    margin: auto;
    margin-top:15px;
}


  /*動画指定 */
:root{
    --modal-max-h-desktop: 80vh;  /* PC：縦の80%まで */
    --modal-max-h-mobile:  86svh; /* SP：画面高にほぼ収める（アドレスバー対応） */
  }
  
  /* モーダル土台 */
  .vmodal{
    position: fixed; inset: 0;
    display: none; align-items: center; justify-content: center;
    
  }
  .vmodal.is-open{ display: flex; }
  .vmodal__backdrop{
    position: absolute; inset: 0;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  
  /* ダイアログ：サイズは“中のvideoの上限”で決まる */
  .vmodal__dialog{
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
    padding: 0; /* 余白なしでOK。付けたいなら適宜 */
    display: grid;
    place-items: center;
    max-width: 96vw; /* 横は画面の96%まで */
  }
  
  /* 動画の上限（比率は動画そのまま、枠に収める） */
  .vmodal__video{
    display: block;
    width: auto; height: auto;
    max-width: 96vw;
    max-height: var(--modal-max-h-mobile); /* デフォ：SP想定 */
    object-fit: contain;
    background: #000;
  }
  

  .section-wrap-youtube {
    padding: 10px 0;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

.youtube-ttl-p{
   font-family: "M PLUS 1p";
   margin: auto;
   margin-bottom: 20px;
   font-weight: bold;
}








  /* PCブレイクポイントで高さ上限を80%に切替 */
  @media (min-width: 1024px){
    .vmodal__video{ max-height: var(--modal-max-h-desktop); }
  }
  
  /* 閉じるボタン */
.vmodal__close{
  position: absolute; top: 8px; right: 8px;
  width: 40px; height: 40px;
  border: 0; border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff; font-size: 28px; line-height: 1;
  cursor: pointer;
  z-index: 2; /* 動画の上に出す */
}

/* 表示時に最前面へ */
.vmodal.is-open{ display: flex; z-index: 9999; }


  /* 画面読み上げ用 */
  .sr-only{
    position: absolute !important;
    width:1px; height:1px; margin:-1px; padding:0; border:0;
    clip: rect(0 0 0 0); overflow: hidden;
  }
  
  /* 背景スクロール抑止 */
  body.modal-open{ overflow: hidden; }
  

/* サムネの上の動画再生ボタン画像指定 */
.thumb-card{
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;    /* 角丸に沿わせたい場合 */
    cursor: pointer;
  }
  .thumb{ display:block; width:100%; height:auto; }
  
  
  /* 再生中は消したい場合（任意／モーダルを開いたタイミングで .is-playing を付与） */
  .thumb-card.is-playing .play-badge{ opacity:0; }


  
  /* サムネは .thumb だけを100%にする（汎用 img ではなく） */
.thumb-card > img.thumb{
    display:block;
    height:auto;
  }
  
  /* ★ 再生アイコンはサイズ固定：より具体的なセレクタで上書き */
  .thumb-card > img.play-badge{
    position:absolute;
    left:50%; top:50%;
    transform:translate(-50%, -50%);
    width:150px;           /* ←ここを好きな値に */
    height:auto;
    pointer-events:none;
    user-select:none; -webkit-user-drag:none;
  }


/* 名前　インスタアイコン */

  .name-sns{
    display: flex;
    align-items: center;         /* ルビ込みで中央揃え。上に揃えたいなら flex-start に */
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    text-align: initial;         /* 親の text-align:center を打ち消し */
    align-items: center;
    padding: 0 15px;
  }
  
  /* h3 側：auto マージンを打ち消して左寄せに */
  .name-sns .intro-p{
    margin: 0;                   /* ← 既存の .intro-p { margin:auto; } を無効化 */
    text-align: left;
    flex: 1 1 auto;              /* 余白は名前に割り当てる */
    min-width: 0;                /* 省略可。長い名前の折返し/省略対策なら活きる */
    font-size: 30px;
  }
  
  /* 右側のアイコン（小さめに） */
  .name-sns a{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .name-sns .insta-color-icon{
    width: 50px;                 /* お好みサイズ：例 22px */
    height: auto;
    margin: 10px;
  }

.naka-p{
     margin-top: 50px;
     font-size: 20px;
     font-weight: bolder;
     color: #fff;
}

.anba-icon-box{
    margin-top: 50px;
}

.anba-icon{
    width: 200px;
}

.back-color-area{
    background: var(--free-grad_dark);
    width: 100%;
    margin-top: 100px;
   padding-bottom: 100px;
}


/* バナー */
.container-banner{
    display: flex;
    max-width: 1200px;
    justify-content:center; 
    align-items: center;
    gap: 20px;              
    flex-wrap: wrap; 
    margin: auto;  
    margin-top: 50px;   
  }

  .banner-box{
    max-width: 550px;
    margin: auto; 
    margin-top: 20px; 
    padding: 0 20px; 
  }
  
  .banner-img-link{ display: block; }
  
  .banner-img{
    display: block;
    max-width: 100%;
    height: auto;
  }



/* フッター */
.footer{
   color: #fff;
   padding: 50px auto 30px;
   width: 100%;
   height: 80px;
   margin: auto;
   margin-top: 60px;
   text-align: center;
}







/* ============================= */
/* メディアクエリ */
/* ============================= */

/* 初期表示（PC想定） */
.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width:768px) {
    .pc { display: block !important; }
    .sp { display: none !important; }
  

body{
	font-size:0.8rem;
	}
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
    outline: none;
}

a:hover,
a:active{
	text-decoration: none;
}

/* heading */

.heading-block{
    position: absolute;
    top:50%;
    left:50%;
    width: 90%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

.heading-block h1,
h2{
    font-family: 'La Belle Aurore', cursive;
    font-weight: normal;
    font-size:6vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
}

.heading-block p{
    font-size:1.2vw;
    letter-spacing: 0.5em;
}

.top-p{
margin: auto;
margin-top: 50px;
font-size:3em;
font-weight: bolder;

}




/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

.heading-block h1,
    h1{
    font-size:3em;
    line-height: 1;
    
    }
.heading-block p{
    font-size:1.2em;
    letter-spacing: 0.2em;
    }
}

#box3 h2{
    color: #925410;
}



.logo-icon img{
width: 70px;
}

.logo-icon{
    position: fixed;
    left: 20px;
    top: 20px;
    display: flex;
    z-index: 1000;
}

/* sns icon */
#sns-icon img{
    width: 40px;
}

#sns-icon{
    position: fixed;
    right:20px;
    top:20px;
    display: flex;
    z-index: 1000;
}

#sns-icon li{
     margin:0 10px;   
}

#sns-icon a{
    transition: all .5s;
}

#sns-icon a:hover{
    opacity: 0.7;
}

/* profile-area*/

.profile-area{
    width:100%;
    max-width: 300px;
    background:rgba(255,255,255,0.8);
    padding:40px;
    margin: 0 0 0 40px;
    text-align: left;
    letter-spacing: 0.03em;
}

@media screen and (max-width:768px) { 
.profile-area{
     margin:0;
    } 
}


.profile-area h2{
    font-size: 0.9rem;
    margin:0 0 40px 0;
    line-height: 1.8;
    color: #333;
    font-family: 'Baskervville', serif;
    text-align: center;
}

.profile-area h2 span{
    font-size: 1.3rem;
     display: block;
    text-transform: uppercase;
}

.profile-area p{
    margin:0 0 40px 0;
}


/* form */

.form-list{
    width:100%;
    max-width: 500px;
    margin: 0 auto;
}

.modaal-content-container h3{
    text-align: center;
    margin: 50px 0;
}

@media screen and (max-width:768px) { 
.modaal-content-container h3{
    margin:0 0 20px 0;
}   
}

input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

.form-list input[type='text'] , 
.form-list input[type='email'] , 
.form-list textarea{
	width:100%;
	border:1px solid #ccc;
	background:#f8f9fa;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

.form-list input[type='text'] , input[type='email'] {
	height:50px;
}

.submit-btn{
    width:152px;
    margin: 0 auto;
}

input[type='submit']{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
}

input[type='submit']:hover{
    background: #555;
} 

.form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

.form-list dt{
    width:30%;
}

.form-list dd{
    width:66%;
}

.form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
.form-list dt{
	margin:0 0 10px 0;
}
.form-list dt,
.form-list dd{
    width:100%;
}

.container-banner{
padding: auto 20px;
}

	
}


/* copyright */

small{
    position: fixed;
    left:20px;
    top:40%;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


/* --- インスタ風グラデーションを強制復活させる --- */

:root {
    /* インスタグラムのロゴをイメージした鮮やかなグラデーション */
    --insta-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* 1. レイヤーを消す */
#splash {
    display: none !important;
}

/* 2. 背景色をインスタ風グラデーションに書き換え */
.back-color-area {
    background: #dc2743 !important; /* フォールバック（表示されない時用） */
    background: var(--insta-gradient) !important;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
}

/* 3. テキストが見えにくい場合は白にする */
.naka-p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}