/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#policy {
  font-size: 13px;
  font-weight: 500;
  color: #1F0305;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#policy * {
  box-sizing: border-box;
}

#policy a {
  transition: opacity .3s;
}

#policy a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#policy a:hover {
  text-decoration: none;
}

#policy a:focus-visible {
  outline: none;
}

#policy img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#policy .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#policy .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#policy .pc-br {
  display: none;
}

#policy .sp-br {
  display: inline;
}

#policy .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#policy .font-mont{
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}

#policy .policy-txt a{
  color: #D41221;
  text-decoration: underline;
  transition: all .3s;
}

#policy .policy-txt a.mail-link{
  display: block;
  margin-top: 5px;
}

#policy .policy-txt a.pdf-link svg{
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 5px;
  transform: translateY(3px);
}

#policy .policy-txt a.pdf-link svg path{
  fill: #D41221;
  transition: all .3s;
}

#policy .common-heading .ja{
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(212, 18, 33) 43%, rgb(230, 0, 133) 59%, rgb(31, 3, 5) 75%, rgb(31, 3, 5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}
#policy .common-heading .en{
  background: rgb(31, 3, 5);
  background: linear-gradient(-90deg, rgb(31, 3, 5) 0%, rgb(230, 0, 133) 38%, #e60012 75%, #e60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%, 0;
  background-size: 400% 100%;
}

#policy .common-heading.scroll-in .ja{
  animation: heading01 ease-in-out 2s forwards;
}
#policy .common-heading.scroll-in .en{
  animation: heading01 ease-in-out 3s forwards;
}

#policy .policy-heading{
  position: relative;
  padding-top: 110px;
}

#policy .policy-heading::before{
  position: absolute;
  content: "PRIVACY POLICY";
  bottom: 40px;
  left: 12px;
  color: #FEF2F2;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: .8;
  z-index: -1;
}

#policy .policy-heading .ja,
#policy .policy-heading .en{
  display: block;
  line-height: 1.1;
}

#policy .policy-heading .ja{
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 700;
}

#policy .policy-heading .en{
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
} 

#policy .policy-menu{
  max-width: 960px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
}

#policy .policy-menu .menu-item{
  width: 50%;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}

#policy .policy-menu .menu-item:first-of-type{
  border-left-width: 2px;
}

#policy .policy-menu .menu-item:last-of-type{
  border-right-width: 2px;
}

#policy .policy-menu .menu-item-txt{
  position: relative;
  display: block;
  padding: 10px 0 22px;
  color: #1F0305;
  font-size: 15px;
  text-align: center;
  transition: all .3s;
}

#policy .policy-menu .menu-item-txt::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  left: calc(50% - 8px);
  bottom: 4px;
  background: url("../images/policy/arrow_red.svg")no-repeat center center / contain;
  transition: all .3s;
}

#policy .content-heading .ja,
#policy .content-heading .en{
  display: block;
  line-height: 1.2;
}

#policy .content-heading .ja{
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
}

#policy .content-heading .en{
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-style: normal;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}

#policy .content-heading .en::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E60012;
  top: calc(50% - 3px);
  left: 0;
}

#policy #privacy{
  margin: 0 0 100px;
  padding-top: 100px;
}

#policy .policy-list{
  padding-top: 40px;
}

#policy .policy-item{
  margin-bottom: 60px;
}

#policy .policy-item:last-of-type{
  margin-bottom: 0;
}

#policy .policy-ttl{
  position: relative;
  margin-bottom: 30px;
  padding-left: 29px;
  font-size: 18px;
  font-weight: 700;
}

#policy .policy-ttl::before{
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #D41221;
  left: 3px;
  top: 14px;
}

#policy .policy-ttl::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-image : linear-gradient(to right, #DDD 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#policy .policy-txt{
  width: calc(100% - 36px);
  max-width: 960px;
  margin: 0 auto;
}

#policy .txt{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.78;
}

#policy .txt:last-of-type{
  margin-bottom: 0;
}

#policy .privacy-mark{
  margin-top: -10px;
  text-align: center;
}

#policy .ml-1{
  margin-left: 1em;
}

#policy .data{
  margin-top: 50px;
}

#policy .detail-item{
  margin: 30px 0;
}

#policy .detail-ttl{
  margin-bottom: 20px;
  color: #D41221;
  font-size: 17px;
  font-weight: 700;
}

#policy .detail-txt .nest-txt{
  margin-bottom: 1em;
}

#policy .detail-item:last-of-type,
#policy .detail-txt .nest-txt:last-of-type{
  margin-bottom: 0;
}

#policy .purpose-list{
  margin-top: 30px;
}

#policy .purpose-item{
  margin-bottom: 10px;
}

#policy .purpose-item:last-of-type{
  margin-bottom: 0;
}

#policy .purpose-item:first-of-type{
  display: none;
}

#policy .purpose-item .sp-txt{
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
}

#policy .purpose-ttl{
  margin-bottom: 7px;
  padding: 6px 15px;
  background-color: #FBE6E8;
  border-radius: 2px;
  font-size: 14px;
}

#policy .purpose-txt{
  padding: 15px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  line-height: 1.7;
}

#policy .purpose-txt .sp-txt{
  margin-bottom: 10px;
}

#policy #environment{
  margin: -40px 0 100px;
  padding-top: 40px;
}

#policy .environment-block{
  padding: 60px 0 50px;
  background-color: #F7F8FC;
}

#policy .logo-block{
  margin-top: 30px;
}

#policy .logo-block .logo{
  display: inline-block;
  width: 75px;
  margin-right: 25px;
}

#policy .logo-block .logo:last-of-type{
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  
  #policy .sp-br {
    display: none;
  }
  
  #policy .pc-br {
    display: inline;
  }
  
  #policy .policy-txt a{
    color: #1F0305;
    font-weight: 700;
    text-decoration: none;
  }
  
  #policy .policy-txt a.pdf-link svg path{
    fill: #1F0305
  }
  
  #policy .policy-heading{
    padding-top: 140px;
    padding-left: 10px;
  }

  #policy .policy-heading::before{
    bottom: 80px;
    left: 20px;
    font-size: 120px;
  }

  #policy .policy-heading .ja{
    margin-bottom: 24px;
    font-size: 48px;
    filter: blur(0);
  }

  #policy .policy-heading .en{
    padding-left: 20px;
    font-size: 30px;
    filter: blur(0);
  }
  
  #policy .policy-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }

  #policy .policy-menu{
    margin: 130px auto 0;
  }

  #policy .policy-menu .menu-item-txt{
    padding: 14px 0 28px;
    font-size: 18px;
  }

  #policy .policy-menu .menu-item-txt::before{
    width: 20px;
    height: 12px;
    left: calc(50% - 10px);
    bottom: 12px;
    transition: all .3s;
  }
  
  #policy .menu-item{
    position: relative;
    overflow: hidden;
  }
  
  #policy .menu-item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
    top: 0;
    left: 09;
    transform: translateY(-100%);
    transition: all .3s;
  }

  #policy .content-heading .ja{
    margin-bottom: 16px;
    font-size: 34px;
    filter: blur(0);
  }

  #policy .content-heading .en{
    padding-left: 20px;
    font-size: 26px;
    filter: blur(0);
  }

  #policy .content-heading .en::before{
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
  
  #policy .content-heading .en::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  
  #policy #environment .content-heading .en::after{
    background-color: #F7F8FC;
  }

  #policy #privacy{
    margin: 60px 0 120px;
    padding-top: 140px;
  }

  #policy .policy-list{
    padding-top: 70px;
  }

  #policy .policy-item{
    margin-bottom: 120px;
  }

  #policy .policy-ttl{
    margin-bottom: 50px;
    padding-left: 35px;
    font-size: 22px;
  }

  #policy .policy-ttl::before{
    top: calc(50% - 1px);
    left: 5px;
  }

  #policy .policy-ttl::after{
    bottom: -10px;
    background-image : linear-gradient(to right, #DDD 3px, transparent 3px);
    background-size: 6px 1px;
  }

  #policy .txt{
    font-size: 16px;
    line-height: 2 ;
  }

  #policy .privacy-mark-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #policy .privacy-mark-block .txt{
    width: calc(100% - 266px);
  }
  
  #policy .privacy-mark{
    width: 266px;
    margin: 18px auto 0;
  }

  #policy .detail-item{
    margin: 40px 0;
  }
  
  #policy .detail-list{
    margin-top: 50px;
  }
  
  #policy .detail-ttl{
    font-size: 18px;
  }

  #policy .detail-txt .nest-txt{
    margin-bottom: 24px;
  }
  
  #policy .purpose-list{
    margin-top: 60px;
  }

  #policy .purpose-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD;
  }

  #policy .purpose-item:first-of-type{
    display: flex;
    border: none;
  }

  #policy .purpose-item .sp-txt{
    display: none;
  }

  #policy .purpose-ttl{
    width: 400px;
    margin-bottom: 0;
    padding: 15px;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.75;
  }

  #policy .purpose-txt{
    width: calc(100% - 410px);
    padding: 15px;
    border: none;
    line-height: 1.75
  }
  
  #policy .purpose-item:first-of-type .purpose-ttl,
  #policy .purpose-item:first-of-type .purpose-txt{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background-color: #FBE6E8;
    border-radius: 4px;
    line-height: 1;
  }
  
  #policy .purpose-item:first-of-type .purpose-txt{
    background-color: #FDE5F3;
  }
  
  #policy #environment{
    margin: -40px 0 180px;
    padding-top: 40px;
  }

  #policy .environment-block{
    padding: 100px 0;
  }

  #policy .logo-block .logo{
    width: 150px;
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 1201px){
  #policy .menu-item:hover::before{
    transform: none;
  }
  
  #policy .menu-item:hover .menu-item-txt::before{
    transform: translateY(2px);
  }
  
  #policy .policy-txt a:hover{
    color: #D41221;
  }
  
  #policy .policy-txt a:hover svg path{
    fill: #D41221;
  }
}

@keyframes heading01 {
  0% {
    background-position: 100%,0;
  }
  100% {
    background-position: 0,0;
  }
}