@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 16px;
  color:#000;
  /*font-family: freight-big-pro, 'メイリオ', serif;*/
  font-family: "Century", serif;
  font-style: normal;
  font-weight: 400;
  background:#fff;
}
input,select,textarea,button{
  /*font-family: freight-big-pro, 'メイリオ', serif;*/
  font-family: "Century", serif;
}
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{
  /*font-family: freight-big-pro, 'メイリオ', serif;*/
  font-family: "Century", serif;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,p,span,table,th,td{
  /*mplus 1 のジャギをとる*/
  /*transform: rotate(0.05deg);*/
}
a {
  /*mplus 1 のジャギをとる*/
  /*transform: rotate(0.05deg);*/
  text-decoration: none; 
  color:#666;
}
a:hover {
  text-decoration: none;
}
a,
a:visited {
  text-decoration: none;
  transition: all 0.3s ease;
}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
/*a img {
  border-style:none;
}

img {
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  */cursor:pointer
}

table{
  border-collapse: collapse;
}


/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*共通設定*/
.brpc{
  display: none;
}
.brsp{
  display: inline;
}
.pcnone{
  display: none;
}
.spnone{
  display: block;
}
/*スマホ用*/
@media screen and (max-width: 768px) {
  .brpc{
    display: inline !important;
  }
  .brsp{
    display: none !important;
  }
  .pcnone{
    display: block !important;
  }
  .spnone{
    display: none !important;
  }
}
.wrap{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.wrap_in{
  width:950px;
  margin:0 auto;
  text-align:center;
  padding:0;
  box-sizing: border-box;
}


/*スマホ用*/
@media screen and (max-width: 768px) {
  .wrap_in{
    width:85%;
    padding: 0 0px 0;
  }

}

.head_wrap{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  flex-direction:column;
  margin:0 auto;
  text-align:center;
  padding:0;
}
.head_wrap h1{
  margin:-100px auto 0;
  text-align:center;
  z-index:3;
}
.head_img{
  z-index:1;
}

.head_wrap p{
  text-align:center;
  margin:60px auto 0;
  font-size:18px;
  line-height:1.6;
  color:#000;
}

.sec_img_wrap {
  text-align:center;
  position: relative;
  margin:100px auto 40px;
  aspect-ratio: 3 / 4; /* 縦長比率を固定 */
}

/* 画像は絶対配置で重ねる */
.sec_img_wrap > div {
  position: absolute;
  overflow: hidden;
}
.sec_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* --- 各画像の位置とサイズ --- */
/* メイン（上） */
.sec_img_in01 {
  top: 0;
  left: 0;
  width: 65%;
  height: 55%;
  z-index: 1;
}
/* 左下（小さめ） */
.sec_img_in02 {
  bottom: 12%;
  left: 3%;
  width: 40%;
  height: 30%;
  z-index: 2;
}
/* 右下（カップの写真） */
.sec_img_in03 {
  bottom: 12%;
  right: 3%;
  width: 50%;
  height: 45%;
  z-index: 3;
}
/* テキスト */
.sec_text {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 1.6vw, 24px);
  color: #000;
  padding-bottom: 10px;
  z-index: 4;
}

.third_img_wrap{
  text-align:center;
  margin:120px auto 80px;
  position:relative;
  aspect-ratio: 3 / 4; /* 縦長比率を固定 */
}
/* 共通設定 */
.third_img_wrap > div {
  position: absolute;
  overflow: hidden;
}
.third_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* --- 各画像の位置とサイズ --- */
/* 上の写真（人物全体） */
.third_img_in01 {
  top: 0;
  right: 0;
  width: 65%;
  height: 60%;
  z-index: 1;
}
/* 下の大きい写真（顔アップ） */
.third_img_in02 {
  bottom: 3%;
  left: 6%;
  width: 65%;
  height: 43%;
  z-index: 2;
}


.item_btn{
  display:block;
  width:280px;
  background:#a39a93;
  text-align:center;
  font-size:24px;
  color:#fff;
  padding:12px 0;
  margin:30px auto 20px;
  transition:0.3;
}
.item_btn:hover{
  opacity:0.7;
}

.list_img_wrap{
  margin:120px auto;
  position:relative;

}
.list_img_wrap ul{
  margin:0 auto;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:40px;
}
.list_img_wrap ul li{

}
footer{
  margin:0 auto;
  padding:180px 0 10px;
  text-align:center;
}
.copy h5{
  text-align:center;
  font-size:14px;
  color:#000;
  font-weight:400;
  padding:0 20px 0 0;
}

.wrap_logo{
  margin:0px auto 0px;
  text-align:center;
  display:flex;
  justify-content:center;
}


.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}



.video-section {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0px auto;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* フェードイン用 */
.video-section video.playing {
  opacity: 1;
}





/*スマホ用*/
@media screen and (max-width: 768px) {
   
  .head_wrap{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    margin:0 auto;
    text-align:center;
    padding:0;
  }
  .head_wrap h1{
    width:70%;
    margin:-40px auto 0;
    text-align:center;
  }
  .head_wrap img{

  }
  .head_wrap p{
    text-align:center;
    margin:30px auto 0;
    font-size:12px;
    line-height:1.2;
    color:#000;
  }
  .sec_img_wrap {
    margin:50px auto 20px;
    max-width: 100%;
    aspect-ratio: 3 / 4;
  }
  .sec_text {
    bottom: 3%;
  }

  .third_img_wrap {
    margin:50px auto 40px;
    max-width: 100%;
    aspect-ratio: 3 / 4;
  }


  .item_btn{
    display:block;
    width:30%;
    background:#a39a93;
    text-align:center;
    font-size:14px;
    line-height:1;
    color:#fff;
    padding:8px 0;
    margin:15px auto 0px;
    transition:0.3;
  }
  .item_btn:hover{
    opacity:0.7;
  }

  .list_img_wrap{
    margin:55px auto;
    position:relative;

  }
  .list_img_wrap ul{
    margin:0 auto;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
  }
  .list_img_wrap ul li{
    width:43%;
  }
  .list_img_wrap ul li img{

  }

  footer{
    border-top:1px solid #fff;
    margin:100px auto 0px;
    padding:0px 0 0px;
    text-align:center;
  }
  .copy h5{
    text-align:center;
    font-size:12px;
    color:#000;
    font-weight:400;
    padding:10px 0px 10px 0;
  }

  .video-section {
    position: relative;
    width: 85%;
    margin: 0px auto;
    overflow: hidden;
  }

  .video-section video {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.8s ease;
  }

  /* フェードイン用 */
  .video-section video.playing {
    opacity: 1;
  }

  .wrap_logo img{
    width:40%;
  }




}
