@charset "utf-8";
/*normalize.cssでできるmargineをリセットStart*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
/*normalize.cssでできるmargineをリセットEnd*/


body{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#wrap {
	margin: 0 auto;
  width: 100%;
	min-height: 100vh;
	background-color: #fff;
}
#wrap.bg-bk{
	/*background: url("../images/bg_black_chara.webp");
	background-repeat: repeat;
    background-size: contain;
    background-position: top center;*/
    background-color: #000;
}
img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
a {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover,
a img:hover,
dt:hover {
	filter: brightness(1.1);
  /*filter: alpha(opacity=70);
  -moz-opacity:0.8;
  opacity:0.8;
  -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}


span.ib{
	display: inline-block;
}


._pc{display: block;}
._sp{display: none;}
@media screen and (max-width: 800px) {
	._pc{display: none;}
	._sp{display: block;}
}


.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 641px){
.pc {
  display: block;
}
.sp {
  display: none;
}
}

.yourhouse_main {
  background: #f0eded;
    padding: 5% 0;
    width: 100%;
    margin: 0 auto;
    border: 0;
    box-sizing: border-box;
}
.yourhouse_inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.yourhouse_inner .itemlist_title {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.yourhouse_inner .itemlist_main {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.yourhouse_inner .itemlist_btn {
    width: 90%;
    max-width: 400px;
    margin: 3% auto 0;
}

/* ローディング画面 */
    .loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2em;
        transition: opacity 0.3s ease;
    }
    .count_wrap {
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        font-style: italic;
        color: #3CACFD;
    }
    .progress_bar {
        width: 100%;
        height: 2px;
        margin-top: 10px;
        position: relative;
    }
    #progress_bar_count {
        height: 100%;
        left: 0;
        position: absolute;
        background-image: linear-gradient(-225deg, #0FF3FF 0%, #3CACFD 48%, #036CBA 100%);
        width: 0%; /* 初期値は0% */
    }
    #loading_character{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      width: 30%;
      margin: 0 auto;
      animation:3s ease-in 0.5s infinite alternate forwards running expansion;
    }
    @keyframes expansion{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }
    @media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
      #loading_character{
        width: 50%;
      }
    }
    @media screen and (max-width: 641px) {/*スマホでの位置*/
      #loading_character{
        width: 70%;
      }
    }

    .progress_text {
        display: none; /* 最初は非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 2em;
    }

    /*右下CTAボタンの非表示スクロールイベント：非表示*/
    .hidden {
      animation: fade .2s ease-in-out forwards;
      pointer-events:none;/* 重要 */
  }
  
  @keyframes fade {
      from {
          opacity: 1;
      }
  
      to {
          opacity: 0;
      }
  }
  
  .visible {
      animation: fadeOut .2s ease-in-out forwards;
      pointer-events:all;/* 重要 */
  }
  
  @keyframes fadeOut {
      from {
          opacity: 0;
      }
  
      to {
          opacity: 1;
      }
  }
    


.main_800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.main_1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.main_1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
	position: relative;
}

.box_flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.con_top {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  /*position:relative;*/
  width: 100%;
  z-index: 10;
	position: fixed;
}

.con_fv {/*ファーストビュー*/
  /*background-image: url("../images/dx_main_bg02.webp") no-repeat;*/
  background: url("../images/dx_main_bg.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #000;
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.con_fv img.main-img {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
/*@media screen and (max-width: 1000px) {
	.con_fv {
	  padding-top: 10vw;
	}
}*/
@media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
  .con_fv{
    padding-top: 10.1vh;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
	.con_fv{
    padding-top: 9.6vh;
    margin-bottom: 5%;
	}
}


.dx_main_text{/*fvと重なるテキスト画像*/
	position: absolute;
	left: 10%;
	bottom: 25%;
	width: 75%;
	max-width: 960px;
	z-index: 2;
}
/*タブレットなどの狭いブラウザ*/
@media (max-width: 1000px) and (min-width: 642px){
  .dx_main_text{
    bottom: 15%;
    left: 5%;
	  width: 75%;
  }
}
/*スマホでの位置*/
@media screen and (max-width: 641px) {
	.dx_main_text {
    bottom: 5%;
    left: 3%;
	  width: 90%;
	}
}

.con_video{/*ぼうばくんPV動画*/

}
@media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
  .con_video{

  }
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
	.con_video {

	}
}

.z10{
  z-index: 10;
}

.dx_description{
  position: relative;
	width: 100%;
	background: url("../images/dx_description_bg.webp") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 5% 0;
}

.dx_description_text{
  margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
.dx_description_text p.descript-title{
  font-size: max(4.8vw, 36px);
	color: #fff;
	position: relative;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0.5em;
}
.descript-title::after {
	content: "";
	width: 40%;
	max-width: 600px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 30%;
	right: 30%;
}
.dx_description_text p{
  font-size: max(2vw, 14px);
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
/*@media screen and (max-width: 641px) {スマホでの位置
  img.dx_description_text{
    width: 94%;
	}
}*/

.dx_function{
  position: relative;
}

.dx_function_bg{
	background: url("../images/dx_function_bg.webp") no-repeat;
	background-size: cover;
	background-position: center center;
}

img.dx_function_text{
  /*position: absolute;
  top: 10%;
  left: 0;
  right: 0;*/
  margin: 0 auto;
  max-width: 100%;
  width: 75%;
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
  img.dx_function_text{
    width: 94%;
  }
}

.dx_06{
  position: relative;
  background: url("../images/dx_06_bg.webp") no-repeat;
  background-size: cover;
	background-position: center center;
	padding: 10% 0;
}

.dx_06_text{
  margin: 2% auto;
  width: 90%;
  max-width: 1440px;
  line-height: 1;
  text-align: center;
}
/*スマホでの位置*/
/*@media screen and (max-width: 641px) {
  img.dx_06_text{
    width: 94%;
  }
}*/

.dx_01{
  position: relative;
}

img.dx_01_bg{
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

@media screen and (max-width: 641px) {/*スマホでの位置*/
.dx_btn_top{
  padding-top: -10%;
}
}

.border_title{
  border: 1.5px solid;
  max-width: 70%;
  width: 100%;
  margin: 0 auto 10%;
}

@media screen and (max-width: 641px) {/*スマホでの位置*/
  .border_title{
    margin: 0 auto 15%;
  }
}

.border_title h3{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-family: "Source Han Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  border: 1.5px solid;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
  .border_title h3{
    font-size: 3rem;
    height: 60px;
    line-height: 60px;
    border: 1.2px solid;
  }
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
  .border_title h3{
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    border: 1px solid;
	}
}

/*　　　　　　　　スマホでの幅調整用　ここから　　　　　　　　　　*/
  img.dx_02b{
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 75%;
}
@media screen and (max-width: 641px) {/*ぼうばくんDX登場*/
  img.dx_02b{
    width: 94%;
    margin: 0 auto;
	}
}

/*　　　　　　　　スマホでの幅調整用　ここまで　　　　　　　　　*/
.con_stripe_y {
  background: url("../images/1_bg.jpg")no-repeat;
  background-size: cover;
}

.con_stripe_y2 {
  background: url("../images/34_bg.jpg")no-repeat;
  background-size: cover;
}

.con_stripe_g {
  background: url("../images/06_bg.jpg")no-repeat;
  background-size: cover;
}

.con_virtual {
  background: url("../images/12_bg.jpg")no-repeat;
  background-size: cover;
}

.con_company {
  background: url("../images/32_bg.jpg")no-repeat;
  background-size: cover;
}

.con_green {
  background-color: #00a94d;
}

.con_white{
	background-color: #fff;
}
.con_black{
	background-color: #000;
}
.con_black td,.con_black th,.con_black a{
	color: #fff;
}



.con_wide_100{
	width: 100%;
}

.con_bg_gra{
	background: linear-gradient(-30deg, #001e44, #014575);
}

.con_margin{
	margin-top: 20px;
	margin-bottom: 20px;
}
.con_margin_large{
	margin-top: 60px;
	margin-bottom: 60px;
}
.con_padding{
	padding: 60px 0;
}

/*  slick  */
.con_sl {
  background: #00a94d;
  width: 100%;
  padding: 2% 0;
}

.slick-list {
  margin: 0 2% 0 6%;
}

.slick-initialized .slick-slide {
  padding-right: 1%;
}

.slick-slide img {
  width: 94%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.prev-arrow {
  left: 1%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-arrow {
  right: 1%;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


/*  ボタン  */
.con_ps {
  position: relative;
}

.con_ps .box_btn {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 60%;
}

.box_btn2 {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
}

.con_ps .box_btn3 {
  position: absolute;
  bottom: 6%;
  margin: 0 auto;
  width: 100%;
}

.con_ps .box_btn3 div {
  width: 50%;
  padding: 0 5% 0 8%;
}

.con_ps .box_btn3 div:nth-child(2) {
  width: 50%;
  padding: 0 8% 0 5%;
}

.con_ps .box_btn4 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 60%;
}

.box_tel1 {
  position: absolute;
  width: 63%;
  top: 21%;
  left: 4%;
}


/* youtube */
.box_youtube {
  width: 90%;
  margin: 0 auto 5%;
}

.youtube1 {
  position: relative;
  padding: 28%;
}

.youtube1 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*アコーディオンcss*/
.impinch-set1 {
  margin-bottom: 10%;
}
.impinch-set1 .accordion.open {
  max-width: 1000px;
  padding-bottom: 7.5%;
  margin-top: 0;
}

.accordion.open img {
  display: none !important;
}

.accordion {
  cursor:pointer;
}

.cart-set .accordion.open {
  background: url(../images/ac_cl.jpg) no-repeat left top;
  background-size: cover;
}



.error{
	color: #ff0;
}



/*----------------------------*/
.con_top {
  height: 80px;
  /*position:relative;*/
  width: 100%;
  z-index: 30;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
}
.con_top::after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(12, 84, 131, 1), rgba(0, 30, 68, 1) 45%, rgba(0, 0, 0, 1) 91%);
    opacity: 0.6;
}
.con_top .main_1100 img{
    position: relative;
    z-index: 40;
    max-width: 100%;
    object-fit: cover;
}
img#top_logo,img#top_tel{
    height: 80px;
}
img#top_tel{
    padding-top: 17px;
    padding-bottom: 10px;
}
@media screen and (max-width: 641px) {/*スマホでのサイズ可変*/
        .con_top{
            height: 6rem;
        }
        img#top_logo,img#top_tel{
            max-width: 100%;
            height: auto;
        }
        img#top_logo{
            width: 300px;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
        img#top_tel{
            width: 300px;
        }
}




#dx_dialogue_wrap{
    position: relative;
    z-index: 1;
}

.dialogue_btn_wrap{
    position: absolute;
    bottom: 8%;
    right: 28%;
    z-index: 2;
}

@media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
.dialogue_btn_wrap{
    bottom: 6%;
    right: 22%;
    z-index: 2;
  }
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
.dialogue_btn_wrap{
    position: static;
    margin: 5% 0% 5% 15%;
    z-index: 2;
}
}


.dialogue_btn {
  display: inline-block;
  width: 220%;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #fff;
  background-color: rgba(0,0,0,0);
  position: relative;
  border: 1px solid #fff;
  transition: color 0.5s ease;
}

@media (max-width: 1000px) and (min-width: 642px){/*タブレットなどの狭いブラウザ*/
.dialogue_btn {
  width: 150%;
  }
}
@media screen and (max-width: 641px) {/*スマホでの位置*/
.dialogue_btn {
  width: 80%;
  margin-bottom: 20%;
  }
}

.dialogue_btn:hover {
  color: #000;
}
.dialogue_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.dialogue_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.dialogue_text {
  position: relative;
  font-size: 1.5rem;
  font-family: "Source Han Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

img.dx_dialogue_logo_sp{
    width: 75%;
    margin: 8% auto;
}

.p_dialoguetext_sp{/*対談ブロックの文章*/
    margin: 0 auto;
}

p.dx_dialogue_text_sp {/*文章本体*/
  margin: 0 3%;
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
  font-family: "Source Han Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 以下はレイアウト調整用　ここから*/
body{
  vertical-align:middle; 
  /*padding: 50px 0;*/
  text-align: center;
}
/* 以下はレイアウト調整用　ここまで*/

/* やじるし*/
.dialoguetext_arrow {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin: 25.5px 0 0 2rem;
  background-color: #ffffff;
}

.dialoguetext_arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 1.5rem;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.dialoguetext_arrow,
.dialoguetext_arrow::before {
  transition: background-color 0.5s ease;
}

.dialogue_btn:hover .dialoguetext_arrow,
.dialogue_btn:hover .dialoguetext_arrow::before {
  background-color: #000;
}






/*----------------------------*/
.dx_10_bg{
	background: url("../images/dx_10_bg.webp") no-repeat;
	background-size: contain;
	background-position: left center;
	padding: 20vw 0;
}



.con_point01_bg{
	background: url("../images/dx_point01_bg.png") no-repeat;
	background-size: contain;
	background-position: right top;
	padding-bottom: 15%;
}
.con_point02_bg{
	background: url("../images/dx_point02_bg.png") no-repeat;
	background-size: contain;
	background-position: left top;
	padding-bottom: 15%;
}

.dx_03_wrap{
  position: relative;
}

.inner_btn{
	width: 45%;
	position: absolute;
	right: 5.7%;
	bottom: 20%;
}



.dx_lineup_wrap{
	width: 100%;
	margin: 0 auto;
}
.dx_lineup_bg{
	background: linear-gradient(110deg, #0a4c7a, #000000);
	-webkit-transform: skew(0deg, 4deg);
	padding: 5% 0 8%;
	margin-bottom: -3%;
}
.dx_lineup_inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transform: skew(0deg, -4deg);
}
.dx_lineup_info{
	width: 100%;
	text-align: center;
	margin: 6% auto 3%;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}



.lineup_flex_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.lineup_flex{
	width: 45%;
	/*max-width: 480px;*/
	margin: 20px auto;
}





.font-gra {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #aaa 50% , #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.font-L {
  font-size: max(6vw, 24px);
	line-height: 1.4;
}
.font-M {
  font-size: max(3vw, 18px);
	line-height: 1.4;
}
.text-c{
	text-align: center;
}








