@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700;800&display=swap');

html {
overflow: auto;
}

/* Global */
body {
height: 100%;
color: #fff;
font-size: 1em;
font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
letter-spacing: 1px;
overflow-wrap: anywhere;
line-break: strict;
position: relative;
display: flex;
flex-flow: column;
min-height: 100vh;
background-color: #000;
}

#wrap {
flex: 1;
}

img {
max-width: 100%;
height: auto;
}

.ie8 img {
width: auto;
}

a:link {
color: #fff;
text-decoration: none;
transition-property: all;
transition: 0.2s linear;
border-style: none;
}

a:visited {
color: #fff;
}

a:hover {
color: #fff;
text-decoration: underline;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.container {
width: 92%;
max-width: 1000px;
margin: auto;
}

.container1080 {
width: 92%;
max-width: 1080px;
margin: auto;
}


.container1200 {
width: 92%;
max-width: 1200px;
margin: auto;
}



/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
opacity: 0;
transform: translate(0, 45px);
transition: all 700ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity: 1;
transform: translate(0, 0);
}


/* header */
header {
	margin: 0;
	padding: 0;
}

.ul_lang ul {
margin: 0;
list-style-type: none;
position: absolute;
z-index: 100;
top: 15px;
right: 20px;
display: flex;
gap: 5px;
}

.lang-btn {
width: 30px;
height: 30px;
border-radius: 50%;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 12px;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lang-btn.jp {
background: #ffdf2a;
color: #333;
}

.lang-btn.en {
background: white;
color: #333;
}

.lang-btn.jp-off {
background: white;
color: #333;
}

.lang-btn.en-on {
background: #ffdf2a;
color: #333;
}

.lang-btn a {
	color: #000;
}

.lang-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lang-btn:active {
transform: translateY(0);
}

.lang-btn.jp:hover {
background: #ffed4e;
text-decoration: none !important;
}

.lang-btn.jp a:hover {
text-decoration: none !important;
}

.lang-btn.en:hover {
background: #f8f9fa;
}



/* General Slides */
.slide {
background-attachment: fixed;
width: 100%;
height: auto;
position: relative;
padding: 0;
}

/* Slide1 */
#slide1 {
position: relative;
margin: 0;
padding: 0;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}

.slide1_kv {
width: 100%;
height: auto;
display: block;
position: relative;
z-index: 0
z-index: 0
}

/* overlay */
.overlay1 {
position: relative;
padding: 0;
overflow: hidden; /* 追加 */
}


/* --- ここから置換 --- */
/* 親は .overlay1（position:relative）なので子要素は絶対配置で中央揃えに */
.slide1_h1 img {
    position: absolute;
 
	top: calc(413 / 1920 * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(700 / 1920 * 100vw);
    height: auto;
    z-index: 3;
    opacity: 1; /* デバッグ用に見える状態 */
}

.slide1_h1 img {
  width: clamp(240px, 36vw, 700px); /* min 240px / responsive / max 700px */
  height: auto;
  display: block;
  opacity: 0; /* JSでフェード制御する場合はそちらに任せてください */
}

/* open（SVG）をロゴに対して下に寄せてセンターに配置 */
.slide1_open {
    position: absolute;
    top: calc(699 / 1920 * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
}

.slide1_open svg {
    width: calc(402 / 1920 * 100vw);
    height: auto;
}


/* Slide2 */
#slide2 {
margin: 0;
padding: 100px 0;
  width: 100%;
position: relative;
}

 .slide2_h2 {
      font-size: 4.5rem;
      line-height: 1.2;
      text-align: center;
      font-family: "Shippori Mincho", serif;
      font-weight: 800;
      font-style: normal;
      margin: 0;
      padding: 0 !important;
      letter-spacing: -3px;
      color: #b56dff; /* ここに色が追加されました */
	  
    }
    
.split {
  font-size: 1.8rem;
line-height: 2.5em;
text-align: center;
font-weight: 300;
font-style: normal;
transform: scale(0.8, 1);
margin: 70px auto 0;
padding: 0;
letter-spacing: 4px;
 opacity: 1;
  will-change: transform;
}

.split * {
  will-change: transform;
}

.italic {
	font-style: italic;
}

.news_h2 {
color: #C2BECA;
font-family: "Bebas Neue", sans-serif;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
margin: 200px 0 0;
padding: 0;
letter-spacing: 4px;
}

.news_wrap {
width: 100%;
border-bottom: 1px solid #666;
margin: 40px 0 0;
}

ruby {
  position: relative;
  display: inline-block;
}
ruby rt {
  font-size: 0.5em;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0em;
  line-height: 1;
}

/* Safari専用調整 */
@supports (-webkit-appearance: none) {
  ruby rt {
    top: 0.1em;
    transform: translateY(-0.5em); /* Safari用強制移動 */
  }
}


/* Slide3 */
#slide3 {
margin: 0;
padding: 100px 0 0;
width: 100%;
position: relative;
}

.sns_title {
  text-align: center;
}

.sns_h2 {
color: #C2BECA;
font-size: 4.5rem;
line-height: 1.2;
text-align: center;
font-weight: 400;
font-family: "Bebas Neue", sans-serif;
margin: 0;
padding: 0;
letter-spacing: 4px;
}

.sns_link {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	margin: 40px 0 0;
	padding: 0 1px 0 0;
}

.sns_link .icon {
	width: 40px;
	height: 40px;
	display: flex;
	 justify-content: center;
	 align-items: center;
	background-color: #6503D3;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 4px;
}

.sns_link img {
	width: 24px;
	height: auto;
}

.sns_link a:hover {
  animation: dora-swing 0.6s ease;
}

.sns_link a:hover img {
opacity: 1;
}

/* Instagram */
.insta-box {
  border-top: 1px solid #666;
  position: relative;
  padding: 40px 0; 
  margin: 80px 0;
  text-align: center;
}

/* ← 短い縦線を左右に“だけ”描く（各100px） */
.insta-box::before,
.insta-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;          /* 線の太さ */
  height: 100px;       /* ★ ご指定の長さ */
  background: #666;
}
.insta-box::before { left: 0; }   /* 1080px枠の左端から */
.insta-box::after  { right: 0; }  /* 1080px枠の右端から */

/* 見出し部分 */
.insta-title {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 4px;
  background-color: #000;
  width: auto;
    white-space: nowrap;
}

.insta-images {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insta-item {
  width: 30%;
  margin-right: 5%;
}

.insta-item:nth-child(3n) {
  margin-right: 0;
}

.insta-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;       /* 画像がはみ出す場合に整える */
}


/* slide4 */
#slide4 {
margin: 180px 0 0;
padding: 0;
position: relative;
}

.slide4_bg {
	position: relative;
	padding: 0;
}

.slide4_bg::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}

.slide4_bg img {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left 20%;
    vertical-align: bottom;
}

.banner_link {
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    margin: 0;
    padding: 0;
}

.banner_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.banner_link li {
  display: inline-block;
  margin: 0 30px;
}

.banner_link li img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.banner_link a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner_link a:hover {
  transform: translateY(-4px);
}



/* FOOTER */
footer {
margin: 0;
padding: 30px 0;
width: 100%;
position: relative;
text-align: center;
}

.footer_p {
	font-size: 0.85em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}

.footer_p a {
	color: #fff;
}

.footer_dl_wrap {
text-align: center;
margin: 50px auto 0;
width: 100%;
max-width: 380px;
}

.dl_01 {
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
font-weight: 300;
display: flex;
align-items: center;
margin: 0 0 15px;
padding: 0;
}

.dl_01 dt {
	width: 50%;
	margin: 0;
	text-align: right;
}

.dl_01 dd {
width: 50%;
margin: 0;
display: flex;
align-items: center;
padding-left: 2em;
}

.dl_01 dd img {
	margin: 0;
}

.f_logo_01 {
	width: auto;
	height: 20px;
}

.f_logo_02 {
	width: auto;
	height: 15px;
}

.f_logo_03 {
	width: auto;
	height: 28px;
}

.copyright {
color: #aaa;
font-size: 0.9em;
line-height: 1.6em;
text-align: right;
margin: 20px 30px 0 0;
padding: 0;
}




/* font */
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}



/*view point 切り替え*/
@media screen and (max-width: 1024px) {
.slide2_h2 {
    font-size: 3.5rem;
}

.insta-images {
    width: 95%;
}
}

@media screen and (max-width: 912px) {
.slide2_h2 {
    font-size: 3rem;
}

.lead_txt {
    font-size: 1.6rem;
}

.slide4_bg img {
    height: 300px;
    object-position: left 20%;
}
}

@media screen and (max-width: 820px) {
.lead_txt {
    font-size: 1.4rem;
    line-height: 2.5em;
}
}

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

}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media screen and (max-width: 640px) {
.container {
width: 90%;
}

.container1080 {
width: 90%;
}


.container1200 {
width: 90%;
}

.slide1_kv {
    width: 100%;
    height: 100dvh;
	object-fit: cover;
   object-position: center;
   opacity: 0; 
}


    .slide1_h1 img {
        top: 40vh; /* 画面高さの40% */
        width: 70vw;
    }
    
    .slide1_open {
        top: 55vh; /* 画面高さの55% */
    }
    
    .slide1_open svg {
        width: 40vw; /* 80vwから60vwに縮小 */
    }

  #slide2 {
    padding: 50px 0;
}

.slide2_h2 {
font-size: 2.2rem;
line-height: 1.7;
}

.split {
font-size: 1.1rem;
line-height: 2.5em;
margin: 50px auto 0;
letter-spacing: 1px;
}

.news_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
	margin-top: 150px;
}

.news_wrap {
    margin: 30px 0 0;
}

.summary_inner {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 25px 0;
}

.sns_h2 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.sns_link {
 margin: 30px 0 0;
}

.insta-images {
    flex-direction: column;
    align-items: center;
  }

  .insta-item {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .insta-item:last-child {
    margin-bottom: 0;
  }

.slide4_bg img {
        height: 250px;
        object-position: center 20%;
    }
	
.banner_link li {
  display: inline-block;
  margin: 0 15% 20px;
}

#slide4 {
    margin: 80px 0 0;
}

footer {
    margin: 0;
    padding: 70px 20px 30px;
}

.dl_01 {
    font-size: 0.8em;
}

.dl_01 dt {
    width: 46%;
}

.copyright {
    margin: 30px 0 0;
}


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}