@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*ゆっくり表示*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-170px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



    


body {
	max-width: 770px;
    text-align: center;
	margin: auto;
	font-family:"Yu Gothic Medium" ,"游ゴシック Medium", "YuGothic", "游ゴシック体" , 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
	font-feature-settings: "palt";
background-color:#f8f8f8;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
        color: #3A3939;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:hover {
	color: #222;
}

a {

    color: #8e7755;
    font-weight:bold;
	height: auto;
}

/*撮影会日程へリンク*/
    .acc_anc {
      display: inline-block;
      border: 1px solid #000;
      padding: 8px 50px;
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-family: "Yu Gothic", "游ゴシック", sans-serif;
      background-color: white;
      transition: background-color 0.3s, color 0.3s;
      text-align: center;
        margin: 16px auto 0;
    }

    .acc_anc:hover {
      background-color: #231815;
      color: white;
    }

    /* レスポンシブ対応：スマホでは幅100%にする */
    @media (max-width: 600px) {
      .acc_anc {
        display: block;
        width: 60%;
      padding: 8px 15px;
        box-sizing: border-box;
      }
    }

.wrapper p{
    font-size: 17px;
}


h2 {
	font-size: 45px;
	letter-spacing: 0.02em;
	color: #000;
	font-family: "ltc-metropolitan-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}
	
	h3 {
		font-size: 13px;
        font-weight: bold;
        color: #000;
        padding-bottom:10px;
	}
	h5 {
		font-size: 22px;
        font-weight: bold;
        color: #000;
        padding-bottom:10px;
	}

/*メインタイトル*/

    .nowrap {
      white-space: nowrap;
      font-family: Arial, sans-serif;
      display: inline-block;
    }

    .main-title {
      font-size: 4rem;
      font-weight: bold;
      color: #000;
    margin: 10px 0 0;
    }

    .sub-title {
      font-size: 3.3rem;
      font-weight: bold;
      margin-top: 2px;
      color: #000;
    }

    .vol-box {
      background-color: black;
      font-size: 2.6rem;
      color: white;
      padding: 0.1em 0.3em;
/*      font-weight: bold;
*/      display: inline-block;
    }

    .label {
      margin-top: 10px;
      display: inline-block;
      background-color: black;
      color: white;
      font-weight: 600;
      font-size: 2.3rem;
      letter-spacing: 0.05em;
      padding: 0.2em 2.3em;
      border-radius: 999px;
    }

    @media (max-width: 680px) {
      .main-title {
        font-size: 2.4rem;
      }

      .sub-title {
        font-size: 2.5rem;
      }
    .vol-box {
      background-color: black;
      font-size: 1.9rem;
      color: white;
      padding: 0.1em 0.3em;
/*      font-weight: bold;
*/      display: inline-block;
    }
  .text-left-sp {
    text-align: left;
    line-height: 150%;
  }
        
      .label {
        font-size: 1.9rem;
        padding: 0.2em 1.2em;
          letter-spacing: 0.05em;
      }
    }



/*ヘッダー下タイトル部分*/

.heading {
      text-align: center;
        line-height: 1.1;
      font-weight: 600;
    }

    .heading h1.main {
      font-size: clamp(1.8rem, 6.5vw, 5rem);
      margin: 0.3em 0 0.2em 0;
      color: #000;
    }

    @media (max-width: 680px) {
    .heading h1.main {
      font-size: 4em;
      margin: 0.3em 0 0.2em 0;
      color: #000;
    }

      }
    .heading .sub {
      font-size: clamp(1rem, 3.8vw, 2.8rem);
        color: #000;
      margin: 0.2em 0;
    }
    @media (max-width: 680px) {
    .heading .sub {
      font-size: 2.1em;
        line-height: 1.2;
      margin: 0.2em 0;
    }

      }

.shop {
    padding-top:10px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 10px;
	height: auto;
}


.box1{
    margin: 2em 0 0;
    padding: 2em 1em 4em;
	background-color:#e2e2e2;
}

.inner{
    margin: 2em 0 0;
    padding: 2em 1em 2em;
background:#fff;
    border-radius: 8px;
}


.footer p{
    font-size: 10px;
    line-height: 140%;
}




.box2/*ホワイト背景*/ {
    padding: 2em 1em;
}


.box3 {
    margin:0;
    padding: 2em 1em 2em;
background: #fff;
}

.table {
    text-align: left;
    width: 96%;
    margin: auto;
}

.area {
  display: inline-block;          /* spanでも枠が効くように */
  padding: 2px 16px;              /* 内側の余白 */
  border: 2px solid #000;       /* 枠の色・太さ */
  border-radius: 3px;             /* 角丸 */
  color: #000;                  /* 文字色 */
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;       /* 中を白に */
}


.step {
    position: relative;
    margin: 4em 1em 0.6em;
    padding: 3em 1em;
    border: solid 2px #000;
    border-radius: 8px;
    background-color: #fff;
}
.step .box-title {
	position: absolute;
	display: inline-block;
	top: -18px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 25px;
	font-family: "ltc-metropolitan-pro", sans-serif;
	background: #FFF;
	color: #000;
	font-weight: bold;
}


.step img {
    margin:auto;
    padding-top:1em; 
}

.step .tokuten p {
    font-size:2.5em;
    color: #000;
    font-weight: bold;
}



.step h4 span {
    font-size: 20px;
    padding-bottom: 0.3em;
    font-weight: bold;
    color: #000;
}

.step p {
    padding-top: 0.4em;
}


/*STEPの下矢印*/
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}



.main_img{
    padding:2em 1em;
}

.box1 p span {
 
    background:linear-gradient(transparent 60%, #f8fcae 30%);
    font-weight: bold;
    font-size: 25px;
  letter-spacing: 0.05em;
}



.about_title span {
    font-size: 20px;
    color: #000;
    line-height: 140%;
    font-weight: bold;
letter-spacing: 0.08em;
}

.voice_title span {
    font-size: 20px;
    color: #000;
    line-height: 140%;
    font-weight: bold;
letter-spacing: 0.08em;
}




.tokuten {
    padding: 0.8em 0 0;

}


.tokuten p {
    font-size: 25px;
    color: #000;

}


.tokuten_title span {
    font-size: 22px;
    color: #000;
    line-height: 130%;
    font-weight: bold;
}


.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.text{
	width: 90%;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	color: #000;
	letter-spacing: 170%;
    padding-top:40px;
    padding-bottom:20px;
}


/* ===== 固定エントリーボタン ===== */
.entry-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:#846f53;
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
  padding:18px 0;
  border-radius:999px;
  box-shadow:0 6px 0 #6b5030;
  transition: 0.3s ease;   /* ← 追加（なめらかに） */

}

.entry-btn:active{
  transform:translateY(2px);
  box-shadow:0 4px 0 #6b5030;
}

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

  width:28px;
  height:28px;
  border-radius:50%;
padding-bottom: 2px;
  background:#fff;
  color:#846f53;

  font-size:28px;
  font-weight:700;
  line-height:1;   /* ← 重要 */
}
    
.fixed-entry{
  position:fixed;
  left:50%;
  bottom:26px;
  transform:translateX(-50%) translateY(120%);
  width:calc(95% - 32px);
  max-width:600px;
  z-index:999;
  transition:.3s ease;
}

.fixed-entry.show{
  transform:translateX(-50%) translateY(0);
}   

/* ===== box内ボタンエントリーボタン ===== */
.entry-btn1{
  width: 350px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#846f53;
  color:#fff;
  text-decoration:none;
  gap:12px;
  font-size:22px;
  font-weight:700;
  padding:18px 0;
  border-radius:999px;

  transition: 0.3s ease;   /* ← 追加（なめらかに） */
}
/* ===== POPアップ後の赤ボタンエントリーボタン ===== */
.entry-btn2{
  width: 450px;
  margin: auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#846f53;
  color:#fff;
  text-decoration:none;
  gap:12px;
  font-size:22px;
  font-weight:700;
  padding:18px 0;
  border-radius:999px;

  transition: 0.3s ease;   /* ← 追加（なめらかに） */
}

/* ホバー時 */
.entry-btn1:hover,
.entry-btn2:hover,
.entry-btn:hover{
  transform: scale(1.08);
}

@media (max-width: 600px) {
.entry-btn1{
    width: 70%;
  margin:-15px auto 25px;
    }
.entry-btn2{
    width: 90%;
      }
    }



.arrow1{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
padding-bottom: 5px;
  background:#fff;
  color:#846f53;

  font-size:28px;
  font-weight:700;
  line-height:1;   /* ← 重要 */
}
    

/* ===== 詳細 ===== */
.outline_label{
  background:#000;
    width: 100%;
  color:#fff;
    text-align: center;
    font-weight: bold;
  display:inline-block;
  padding:6px 12px;
  font-size:18px;
  margin:20px 0 10px;
}

/*画像2枚並べる*/
    .photo-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      gap: 12px;
      padding: 10px;
    margin-bottom: 10px;
    }

    .photo-item {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .photo-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    
/* ===== リンク ===== */
.popup_button_link {
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
}

/* ===== オーバーレイ ===== */
.popup_button_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* ===== ポップアップ本体 ===== */
.popup_button_content {
  background: #fff;
  width: 90%;
  max-width: 620px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

/* ===== 閉じるボタン ===== */
.popup_button_close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
}
    

/*ゆっくり表示*/
   .anime {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .anime.show {
      opacity: 1;
      transform: translateY(0);
    }













/*インタビューポップアップ*/
  .gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 20px;
      max-width: 600px;
      margin: auto;
    }

    .gallery img {
      width: 100%;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .gallery img:hover {
      transform: scale(1.03);
    }

    .popup {
      display: none;
      position: fixed;
      z-index: 1000;
      padding-top: 80px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.6);
    }

    .popup-content {
      background-color: #fff;
      margin: auto;
      padding: 20px;
      border-radius: 8px;
      width: 90%;
      max-width: 700px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #aaa;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }

    .popup-content img {
      max-width: 100%;
      margin: 15px 0;
      border-radius: 5px;
    }

    .popup-content p {
    text-align:left;
    line-height: 160%;

}

/*インタビューポップアップ終わり*/



.flex_test-box {
    display: flex;              /* フレックスボックスにする */
} 
.flex_test-item {
    padding: 5px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
}
 

/*応募ボタン*/


.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
	color: #81785b;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 12rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.03em; 
  color: #212529;
  border-radius: 0.5rem;
}


a.btn {
  color: #fff;
  background-color:#81785b;
  border-bottom: 5px solid #c5c5c5;
}
a.btn:hover {
  margin-top: 3px;
  color: #fff;
  background:  #81785b;
  border-bottom: 2px solid #c5c5c5;
}


.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 535px;
  margin: 0 auto 20px;
    padding:0 10px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}


a.btn-pc-sp {
  line-height: 1.4;

/*  width: 49.5%;
  padding: 1.25rem 0;*/

  width: 60%;
  padding: 20px 0;
  margin: 0 auto;

  color: #ffff;
	font-size: 18px;
}

a.btn-pc-sp--contact {
  color: #fff;
  background:#81785b;
}

a.btn-pc-sp--tel {
  color: #fff;
  background:#81785b;
}



.sp {
    display: none;
}


.wrapper {
	background-color: #ffffff;
}






/*▼スマホに適応される*/
@media screen and (min-width: 768px) {
    
    .br-sp {
        display: none;
    }
    

    
}
    

    
    
@media screen and (max-width: 767px) {

        .br-pc {
        display: none;
    }


    
.wrapper p{
    font-size: 16px;
}


.box1 p span {
    font-weight: bold;
    font-size: 20px;
  letter-spacing: 0.05em;
 
}
    

.step .tokuten p {
    font-size:20px;
    color: #000;
    font-weight: bold;
}
    
    
.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}
    
    
    
    
.tokuten p {
    font-size: 20px;
    line-height: 140%;
    color: #000;

}
    
    
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #76c8e5;
  border-radius: 50vh;
    
  }  
    
    
    
    

.shop p {
    font-size: 11px;
	height: auto;
}

    
 }     
    



@media only screen and (max-width:769px) and (max-width:1000px) { 
	body {
		max-width: 770px;
    	margin: auto;
	}

.sp {
    display: none;
}
    
    
    
.footer p{
    font-size: 10px;
    line-height: 140%;
}


}



@media screen and (min-width: 1000px) {
	body {
		max-width: 770px;
    	margin: auto;
	}
    
    

.sp {
  display:none;
}
	
	footer img {
		position: relative;
	}
    
}
