@charset "UTF-8";



h2{
    margin:0 auto 60px;
    text-align: center;
}
h2 img{
    width: auto;
    height:20px;
    margin:0 auto;
}
.global-navigation_list li.top a{
    background-color: #403f44;
}

/*-----リンク共通-----*/
a.comon_link{
    background: #5b7d7c;
    color:#fff;
    display: block;
    margin: 0 auto;
    
    width: 400px;
    height: 70px;
    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
a.comon_link img{
    height:12px;
}
a.comon_link{
    position: relative;
    transition: color 0.3s ease;
}
a.comon_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
a.comon_link:hover::after {
  transform: translate(30%, -50%) rotate(45deg);
}
a.comon_link:hover{
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

/*INFORMATIONリンク*/
#information .entry_box a.comon_link{
    margin-top:20px;
    font-family: var(--sub-font);
    font-size: 20px;
        letter-spacing: .1em;
}
#information .entry_box a.comon_link:hover{
    opacity:1;
    background: #738f8f;
    transition: background 0.4s ease, color 0.4s ease; 
}
    
/*CONTENTS共通リンク*/
.contents_wrapper .text_box a.comon_link{
    margin-top: 50px;
}

/*CONTENTS共通リンクイレギュラー DESIGN QUALITY*/
.contents_wrapper #design .text_box a.comon_link,
.contents_wrapper #plan .text_box a.comon_link{
  background: #898989;
}

/*CONTENTS共通リンクイレギュラー SPECAIL QUALITY BRAND*/
.contents_wrapper .flex_box .text_box a.comon_link{
  background: none;
  margin-top: 0;
    padding: 0;
    width: 100%;
    
}
.contents_wrapper .flex_box .text_box a.comon_link::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.contents_wrapper .flex_box .text_box h3{
  margin-bottom: 0;
}

/*CONTENTS共通リンク未公開*/
.contents_wrapper #design .text_box a.comon_link,
.contents_wrapper #plan .text_box a.comon_link,
.contents_wrapper #quality .text_box a.comon_link{
  pointer-events: none;
}
.contents_wrapper #design .text_box a.comon_link::after,
.contents_wrapper #plan .text_box a.comon_link::after,
.contents_wrapper #quality .text_box a.comon_link::after{
  content: none;
}


.comingsoon img{
    height:12px;
}
@media screen and (max-width: 1000px){
h2 img {
    height: 16px;
}
a.comon_link {
    height: 60px;
    width: 330px;
    }

}
@media screen and (max-width: 767px){
      h2 img {
        height: 14px;
    }  
    a.comon_link {
    
    width: 100%;
    }
}

/* -----------------------------------------------------------
	TOP
----------------------------------------------------------- */
.mv{	
margin-top:12.3em;	
}	
video {	
width: 100%;	
height: auto; /* アスペクト比維持で高さ自動調整 */	
display: block; /* 余計な隙間防止 */	
}	
	

.sp-video {
  position: relative;
}


.video-box {	
    position: relative;	
    aspect-ratio: 16 / 9;
}	
.video-box .video {	
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;	
}	
.video-box .video iframe {	
position: absolute;	
top: 0;	
left: 0;	
width: 100%;	
height: 100%;	
}	
.video-box .video.pe-none {	
pointer-events: none;	
}	
.video-box .playstop {	
position: absolute;	
right: 1rem;	
bottom: 1rem;	
z-index: 2;	
}	
.com-playstop {	
width: 1.7rem;	
height: 1.7rem;	
}	
.com-playstop img {	
transition: all 0.3s ease;	
position: absolute;	
top: 0;	
left: 0;	
opacity: 0;	
}	
.com-playstop.play img:nth-of-type(1) { opacity: 1; }  /* PLAYアイコン */
.com-playstop.stop img:nth-of-type(2) { opacity: 1; }  /* STOPアイコン */
.com-volume-onoff {	
width: 1.7rem;	
height: 1.7rem;	
}	
.com-volume-onoff img {	
transition: all 0.3s ease;	
position: absolute;	
top: 0;	
left: 0;	
opacity: 0;	
}	
.com-volume-onoff.on img:nth-of-type(1) {	
opacity: 1;	
}	
.com-volume-onoff.off img:nth-of-type(2) {	
opacity: 1;	
}	

.sp-video,
.sp-video object,
.sp-video embed,
.sp-video iframe {
  max-width: 100% !important;
}

.sp-video iframe,
.sp-video object,
.sp-video embed {
  pointer-events: none !important; /* 動画へのタッチを無効化 */
}

@media screen and  (max-width: 1200px) {
.mv{
    margin-top:12.3em;	
    }	
}
@media screen and  (max-width: 1000px) {
.mv {
    margin-top: 13.1em;
    }
}
@media screen and (max-width: 767px) {
.mv {
    margin-top: 0;
    }
.video-box {
    aspect-ratio: 9 / 16;
    }
.video-box .video iframe {
    max-width: 100% !important;
    height: 100% !important;
    }
.video-box .playstop {
    bottom: .6rem;
    }   
}
@media screen and (max-width: 768px) {	
.com-playstop {	
    width: 2.6rem;	
    height: 2.6rem;	
    }	
.com-volume-onoff {	
    width: 2.6rem;
    height: 2.6rem;
    }	
}



.pc-video { display: block;}
.sp-video { display: none; }
@media screen and (max-width: 768px) {
  .pc-video { display: none; }
  .sp-video { display: block; }
}


/* -----------------------------------------------------------
	CONCEPT
----------------------------------------------------------- */

#concept{
    background: #f9f8f4;
    }
#concept .inner {
    padding:80px 0;
    text-align: center;
    
    width: 90%;
	max-width: 1200px;
    }
#concept h2 {
    margin: 0 auto 40px;
}
#concept h3{
    font-size: 16px;
    margin-bottom:40px;
}
#concept .title{
    font-size: 60px;
    font-family: var(--sub-font);
    line-height: 1;
   margin-bottom: 15px;
   letter-spacing: 0.4em;
        padding-left: 1em;
    }
#concept h3{
    font-family: var(--sub-font);
    letter-spacing: 0.2em;
    }
#concept .text{
    line-height: 2.2;
    font-family: "yu-gothic-pr6n", sans-serif;
    }
.close_img,
.close_img_inside {
    display: none;
    cursor: pointer;
}

.toggle_text.active .close_img_inside {
    display: inline-block;
}
.open_img,
.close_img_inside{
    margin-top: 30px;
}
.open_img,
.close_img,
.close_img_inside {
        max-width: 160px;
}

.toggle_btn .close_img {
    display: none;
}

.toggle_btn.opened .open_img {
    display: none;
}

.toggle_btn.opened .close_img {
    display: inline-block;
}
.toggle_text {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
    pointer-events: none;
    font-family: "yu-gothic-pr6n", sans-serif;
}

.toggle_text.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px; /* 想定される最大の高さに合わせて調整 */
    pointer-events: auto;
}





@media screen and  (max-width: 1000px) {
#concept .title {
    font-size: 44px;
}

    }
@media screen and (max-width: 767px) {
#concept .title {
        font-size: 26px;

    }
#concept h3 {
    font-size: 14px;
    }
#concept .text {
    line-height: 2.2;
    letter-spacing: -0.02em;
    font-size: 12px;
}
.open_img, .close_img, .close_img_inside {
    max-width: 140px;
}

    }

/* -----------------------------------------------------------
	INFORMATION
----------------------------------------------------------- */
.product-block {
  margin-bottom: 24px;
border-bottom:1px solid #4d4a52;
}

.product-header {
  display: flex;
  align-items: center;
  gap: 8px;


  color: #333;
}

.label-limited {
  font-size: 12px;
    color: #5b7d7c;
    border: 1px solid #5b7d7c;
    padding: 2px 8px;
}

.product-description {

  color: #333;
  margin: 8px 0;
  line-height: 1.6;
}


#information .information_box{
   padding:50px 0;   
}
#information .entry_box{
   background: #4d4a52;
   color:#fff;
   padding:50px 0;
   text-align: center;
    
}

@media screen and (max-width: 1000px) {
    
}
@media screen and (max-width: 767px) {
#information .entry_box {
    padding: 30px 0;
    text-align:left;
}
#information .entry_box a.comon_link {
    margin-top: 10px;
    font-size: 16px;
    }
}
/* -----------------------------------------------------------
	コンテンツ共通
----------------------------------------------------------- */
.flex_box{
    display: flex;
    max-width: 1600px;
    margin: auto;
    gap: 2%;
        width: 90%;
}

.contents_wrapper{
    text-align: center;
    padding: 80px 0 60px;
}

.contents_wrapper section {
    padding-bottom: 110px;
}
/*flex_box*/
.contents_wrapper .flex_box section{
    padding-bottom: 0px;
}
.contents_wrapper h2 {
   margin: 0 auto 60px;
}

.contents_wrapper .image_box{
    font-size: 26px;
    line-height: 1;
    margin-bottom: 50px;
}
.contents_wrapper #design .image_box img,
.contents_wrapper #plan .image_box img,
.contents_wrapper #quality .image_box img{
    filter: grayscale(100%);
}

.contents_wrapper .image_box .cap{
    text-align: right;
    font-size:12px;
    padding-top:7px;
}

/*flex_box*/
.contents_wrapper .flex_box .image_box{
    position: relative;
    margin-bottom: 10px;
}
.contents_wrapper .flex_box .image_box .cap{
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}
.contents_wrapper .flex_box #special .image_box .cap{
    color:#fff;
}

.contents_wrapper .text_box{
    
}
.contents_wrapper .text_box .title{
    font-family: var(--sub-font);
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}
.contents_wrapper .text_box .sub_title img{
    height: 16px;
}
.contents_wrapper .text_box .text{
    margin-top:20px;
    letter-spacing: 0.1em;
}

/*flex_box*/
.contents_wrapper .flex_box .text_box .text {
    margin-top: 0;
}






@media screen and (max-width: 1000px){
.contents_wrapper .flex_box .text_box .text {
    margin-top: 0;
    letter-spacing: -0.01em;
    }
}
@media screen and (max-width: 767px){
    
.contents_wrapper {

    padding: 60px 0 0;
}
    .contents_wrapper section {
    padding-bottom: 70px;
}
.flex_box {
    flex-direction: column;
}
.contents_wrapper .image_box {
    margin-bottom: 30px;
}
.contents_wrapper .text_box .title {

    font-size: 18px;
        margin-bottom: 5px;
}
.contents_wrapper .text_box .sub_title img {
    height: 11px;
}
.contents_wrapper .text_box .text {
    letter-spacing: -0.02em;
            font-size: 11px;
}
  .contents_wrapper .text_box a.comon_link {
    margin-top: 30px;
}  
    .contents_wrapper .flex_box section {
    padding-bottom: 30px;
}
.contents_wrapper .image_box .cap {
    font-size: 10px;
}
.contents_wrapper .flex_box .image_box .cap {
    font-size: 10px;
    }
}






.slider div{

   position: relative;
}
.contents_wrapper .image_box .slider .cap{
    position: absolute;
    right:8px;
    bottom:6px;
    color: #fff;
}
.slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
       margin-top: -20px;
}


.slick-dots li {
    position: relative;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
}
.slick-dots li .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #333;
    border-radius: 50%;
}

.slick-dots button {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@keyframes progressAnim {
    from { width: 0%; }
    to { width: 100%; }
}

    
    .slick-dots li {
    position: relative;
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
    transition: width 0.3s ease;
}

.slick-dots li.active {
    width: 30px;
    border-radius: 6px; /* 丸みを少し減らす */
}

.slick-dots li .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #b3b3b3;
    border-radius: 50%;
    transition: border-radius 0.3s ease;
}

.slick-dots li.active .progress-bar {
    border-radius: 6px;
}

    
    
/* デフォルトの矢印文字を消す */
.slick-prev:before,
.slick-next:before {
  content: "" !important;
}


/* 矢印位置設定 */
.slick-prev, .slick-next {
  position: absolute;
  bottom: -8px; /* ドットの横に合わせたい場合調整 */
  width: 30px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

/* 左矢印（＜） */
.slick-prev::before,
.slick-prev::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  top: 7px;
  left: 14px;
  border-radius: 1px;
}

.slick-prev::before {
  transform: rotate(-45deg);
  top: 4px;
}

.slick-prev::after {
  transform: rotate(45deg);
  top: -2px;
}

/* 右矢印（＞） */
.slick-next::before,
.slick-next::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  top: 7px;
  left: 14px;
  border-radius: 1px;
}

.slick-next::before {
  transform: rotate(-135deg);
  top: 4px;
}

.slick-next::after {
  transform: rotate(135deg);
  top: -2px;
}

/* 左右位置調整：ドットの左右に配置 */
.slick-prev {
  left: calc(50% - 80px); /* 必要に応じて微調整 */
}

.slick-next {
  right: calc(50% - 80px); /* 必要に応じて微調整 */
}
button {

    border:0;
}
.slick-prev,
.slick-next {
  text-indent: -9999px; /* テキストを画面外に追い出す */
  overflow: hidden;     /* テキストのはみ出しを非表示 */
}


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

.contents_wrapper .image_box .slider .cap{
    bottom:22px;
}

}
