@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src:url(../font/NotoSansCJKjp-Regular.otf) format('opentype'),
    url(../font/NotoSansCJKjp-Regular.ttf) format('truetype'),
    url(../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: bold;
  font-weight: 700;
  src:url(../font/NotoSansCJKjp-Bold.otf) format('opentype'),
    url(../font/NotoSansCJKjp-Bold.ttf) format('truetype'),
    url(../font/NotoSansCJKjp-Bold.woff) format('woff');
}
body{
  font-family: YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.5;/*android用*/
  -webkit-text-size-adjust: 100%;
}
body.open{
  height: 100%;
  overflow: hidden;
}
a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.dlt_wrap{
  max-width: 1158px;
  margin: auto;
  padding: 0 40px;
}
input{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="number"] {
  -moz-appearance:textfield;
  appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
}
select{appearance: none;}
select::-ms-expand{display: none;}
button,
select,
textarea{
  font-family: YakuHanJP, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1rem;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: 0;
}
img{max-width: 100%;}


.zoomanim{animation: fadezoom 20s linear forwards;}
@keyframes fadezoom{
  0%{transform: scale(1);}
  100%{transform: scale(1.2);}
}


@keyframes borderwrite{
  0%{width: 0;}
  100%{width: 100%;}
}
@keyframes positionmove{
  0%{transform: translateX(-100px);}
  100%{transform: translate(0);}
}
@keyframes positionmoveback{
  0%{transform: translateX(100px) rotate(180deg);}
  100%{transform: translate(0) rotate(180deg);}
}
@keyframes bgpositionmove{
  0%{background-position: -100px center;}
  100%{background-position: center center;}
}




.dlt_header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
  background-color: rgba(255,255,255,0.9);
  z-index: 1000;
}
.dlt_header .dlt_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
}
.dlt_logo img{
  width: 242px;
  height: 40px;
}
.dlt_nav ul{
  display: flex;
  align-items: center;
}
.dlt_nav ul li{padding: 0 32px;}
.dlt_nav ul li a{
  position: relative;
  padding: 8px 0;
  font-weight: 500;
  color: #000000;
}
.dlt_nav ul li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.15s linear;
}

.dlt_spnavbtn{
  position: relative;
  display: none;
  z-index: 1000;
}
.dlt_spnavbtn div{
  position: relative;
  width: 56px;
  height: 56px;
  padding-top: 12px;
  text-align: center;
  border-radius: 100%;
  background-color: #2F2725;
}
.dlt_spnavbtn div span{
  display: block;
  width: 23px;
  height: 4px;
  margin: 0 auto 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.dlt_spnavbtn.active div span:first-of-type{transform: translateY(7px) rotate(45deg);}
.dlt_spnavbtn.active div span:nth-of-type(2){opacity: 0;}
.dlt_spnavbtn.active div span:last-of-type{transform: translateY(-7px) rotate(-45deg);}

.dlt_spnavbtn div p{
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.dlt_spnavbtn div p::after{content: "MENU";}
.dlt_spnavbtn.active div p::after{content: "CLOSE"}






.dlt_pagettl{
  max-width: 1110px;
  margin: 120px auto 40px;
  padding: 0 16px;
}
.dlt_pagettl h1{
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 5rem;
  font-weight: bold;
  color: #1F2022;
}
.dlt_pagettl p{
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F2022;
}

.dlt_breadcrumb{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto 32px;
  padding: 0 16px;
  font-size: 0.875rem;
}
.dlt_breadcrumb li{font-family: Roboto;}
.dlt_breadcrumb li:nth-of-type(n+2){margin-left: 20px;}
.dlt_breadcrumb li a{
  display: inline-block;
  color: #1f2022;
}
.dlt_breadcrumb li:nth-last-of-type(n+2)::after{
  display: inline-block;
  content: "";
  width: 36px;
  height: 1px;
  background: #1f2022;
  margin-left: 20px;
  vertical-align: middle;
}




.dlt_sectionttl{
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.dlt_sectionttl .dlt_en{
  line-height: 1.2;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 4rem;
  font-weight: bold;
  color: #1F2022;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.dlt_sectionttl.active .dlt_en{
  opacity: 1;
  transform: translate(0);
}
.dlt_sectionttl .dlt_jp{
  margin-left: 120px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1F2022;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.dlt_sectionttl .dlt_jp::before{
  content: "";
  display:block;
  width: 60px;
  height:1px;
  background-color: #646464;
  position: absolute;
  top:0;
  bottom:0;
  left:-88px;
  margin: auto;
}

.dlt_sectionttl.active .dlt_jp{
  opacity: 1;
  transform: translateY(6px); /*-- fontサイズ分およびbaseline分を微調整 --*/
}




.dlt_gotop{
  position: fixed;
  display: none;
  right: 35px;
  bottom: 35px;
  z-index: 10;
}
.dlt_gotop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(82,57,151,0.7);
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  transition: all 0.2s linear;
}
.dlt_gotop a span{
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 20px;
  left: 18px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}




.dlt_footer{
  padding: 48px 0 56px;
  background-color: #1F2022;
}
.dlt_ftnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.dlt_ftnav img{
  width: 242px;
  height: 40px;
}
.dlt_ftnav ul{display: flex;}
.dlt_ftnav ul li{padding: 0 32px;}
.dlt_ftnav ul li a{
  position: relative;
  padding: 8px 0;
  font-weight: bold;
  color: #FFFFFF;
}
.dlt_ftnav ul li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.15s linear;
}

.dlt_ftprofile{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.dlt_ftprofile div{
  position: relative;
  width: 320px;
  padding-top: 28px;
  border-top: 1px solid #353638;
}
.dlt_ftprofile div::before{
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  left: 0;
  top: 0;
  border-top: 1px solid #FFFFFF;
}
.dlt_ftprofile div p:first-of-type{
  margin-bottom: 12px;
  color: #FFFFFF;
}
.dlt_ftprofile div p:last-of-type{
  font-size: 0.875rem;
  color: #BDBEBF;
}
.dlt_ftprofile div p a{color: #BDBEBF;}

.dlt_othermenu{
  margin-bottom: 56px;
  padding: 26px 0 30px;
  border-top: 1px solid #353638;
  border-bottom: 1px solid #353638;
}
.dlt_othermenu ul{
  display: flex;
  padding: 0 24px;
}
.dlt_othermenu ul li{padding: 0 32px;}
.dlt_othermenu ul li a{
  position: relative;
  padding: 8px 0;
  color: #BDBEBF;
}
.dlt_othermenu ul li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.15s linear;
}
.dlt_cprt{
  text-align: right;
  font-size: 0.875rem;
  color: #BDBEBF;
}





.dlt_404body{margin-bottom: 120px;}
.dlt_404body h1{
  margin-bottom: 64px;
  font-size: 1.5rem;
}
.dlt_404body p{line-height: 1.8;}
.dlt_404body p:nth-last-of-type(n+2){margin-bottom: 32px;}
.dlt_404body p a{
  text-decoration: underline;
  color: #000000;
}





@media screen and (min-width:821px){
  .dlt_spshow{display: none;}



  .dlt_logo a:hover{opacity: 0.5;}
  .dlt_nav ul li a:hover::after{width: 100%;}


  .dlt_breadcrumb li a:hover{opacity: 0.5;}

  .dlt_404body p a:hover{text-decoration: none;}

  .dlt_gotop a:hover{
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5);
    transform: scale(1.05);
  }


  .dlt_ftnav ul li a:hover::after{width: 100%;}

  .dlt_othermenu ul li a:hover::after{width: 100%;}
}







/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:1280px){
  .dlt_sectionttl{margin-bottom: 4.3vw;}
  .dlt_sectionttl .dlt_en{font-size: clamp(2rem, 5vw, 5vw);/*直線的に小さく*/}
  .dlt_sectionttl .dlt_jp{
    margin-left: 12vw;
    font-size: max(0.875rem, 1.8vw);/*直線的に小さく*/
    transform:  translateY(1vw);
  }
  .dlt_sectionttl .dlt_jp::before{
    width: 4vw;
    left:-8vw;
  }
}
@media screen and (max-width:1040px){
  .dlt_nav ul li{padding: 0 16px;}
  .dlt_nav ul li a{font-size: clamp(0.75rem, 0.574rem + 0.66vw, 1rem);}/*12-16 430-1040*/


  .dlt_ftnav ul li{padding: 0 max(3vw, 24px);}
  .dlt_ftnav ul li a{font-size: clamp(0.875rem, 0.787rem + 0.33vw, 1rem);}/*14-16 430-1040*/
}
@media screen and (max-width:820px){
  .dlt_wrap{padding: 0 16px;}
  .dlt_header{padding: 16px 0;}
  .dlt_logo img{
    width: 182px;
    height: 30px;
  }
  .dlt_nav{display: none;}
  .dlt_spnavbtn{display:block;}
  .dlt_nav{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 16px 56px;
    background-color: #FFFFFF;
    z-index: 800;
  }
  .dlt_nav ul{
    display: block;
    height: auto;
    margin-bottom: 32px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .dlt_nav ul li{border-bottom: 1px solid #CCCCCC;}
  .dlt_nav ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 14px;
    font-size: 1rem;
    font-weight: bold;
    color: #323232;
  }
  .dlt_nav ul li a::after{
    position: static;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2F2725;
    border-right: 2px solid #2F2725;
    border-bottom: none;
    border-radius: 2px;
    background-color: transparent;
    transform: rotate(45deg);
  }





  .dlt_pagettl{margin-bottom: 4.8vw;}
  .dlt_pagettl h1{font-size: clamp(2.5rem, -0.23rem + 10.2vw, 5rem);}/*40-80 428-820*/
  .dlt_pagettl p{font-size: clamp(0.875rem, 0.602rem + 1.02vw, 1.125rem);}/*14-18 428-820*/

  .dlt_sectionttl{margin-bottom: 32px;}

  .dlt_ftnav{flex-wrap: wrap;}
  .dlt_ftnav div{
    width:100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .dlt_ftnav img{
    width: 182px;
    height: 30px;
  }
  .dlt_ftnav ul{width: 100%;}
  .dlt_ftnav ul li{
    width: 25%;
    padding: 0;
    text-align: center;
  }
  .dlt_ftprofile{flex-wrap: wrap;}
  .dlt_ftprofile div{width: 100%;}
  .dlt_ftprofile div:nth-last-of-type(n+2){margin: 0 0 40px;}

  .dlt_cprt{text-align: center;}
}
@media screen and (max-width:430px){
  .dlt_breadcrumb{
    font-size: 0.75rem;
  }
  .dlt_breadcrumb li:nth-last-of-type(n+2)::after{
    width: 12px;
    margin-left: 12px;
  }
  .dlt_breadcrumb li:nth-of-type(n+2){margin-left: 12px;}


  .dlt_sectionttl .dlt_jp::before{width: 24px;}

  .dlt_ftnav ul li a{font-size: 0.875rem;}
  .dlt_ftprofile div p:last-of-type{font-size: 0.875rem;}
  .dlt_othermenu ul{
    padding: 0;
    justify-content: space-around;
  }
  .dlt_othermenu ul li{padding: 0;}
}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


