html,
body{
  margin:0;
  padding:0;
}
body{
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background:#f3ede7;
}

.site-main{
  margin:0;
  padding:0;
}

/* =========================
Privacy Hero（ds流用）
========================= */

.privacy-hero{
  position:relative;
  width:100%;
  max-width:390px;
  margin:0 auto;
  padding:4px 20px 0;
  box-sizing:border-box;
  z-index:0;
}

.privacy-block{
  position:relative;
  margin-bottom:20px;
  z-index:2;
}

.privacy-slash{
  position:absolute;
  left:-4px;
  top:-10px;
  width:28px;
  height:auto;
}

.privacy-label{
  margin:56px 12px -4px;

  font-weight:700;
  font-size:14px;
  color:#5E698F;
}

.privacy-title{
  margin:0 0 48px;

  font-weight:700;
  font-size:40px;
  line-height:1.2;
  color:#39446D;
}

.privacy-hero__shape{
  position:absolute;
  display:block;
  height:auto;
  pointer-events:none;
}

.privacy-hero__shape--yellow{
  top:0;
  left:0;
  width:160px;
  z-index:1;
}

/* =========================
Content
========================= */

.privacy-content{
  width:100%;
  max-width:353px;
  margin:0 auto;
  padding:0 0px 32px;
  box-sizing:border-box;
}

.privacy-content__inner{
  background:#fff;
  padding:24px;
  border-radius:4px;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.privacy-content__inner h2{
  margin:24px 0 12px;
  font-size:16px;
  font-weight:700;
  color:#39446D;
}

.privacy-content__inner p{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.8;
  color:#333;
}

/* =========================
Privacy Policy
========================= */

.privacy-policy{
  padding:0;
}

.privacy-policy__section{
  margin-bottom:40px;
}

.privacy-policy__intro {
  margin-bottom: 16px;
}

.privacy-policy__title{
  margin:0 0 16px;

  font-family:"Noto Sans JP", sans-serif;
  font-weight:700;
  font-size:24px;
  line-height:29px;
  letter-spacing:0;
  color:#39446D;
}

.privacy-policy__text{
  margin:0;
  font-family:"Noto Sans JP", sans-serif;
  font-weight:500;
  font-size:16px;
  line-height:29px;
  letter-spacing:0;
  color:#000;
}

.privacy-policy__text ul{
  margin:8px 0 16px;
  padding:0;
}

.privacy-policy__text li{
  list-style:none;
  position:relative;
  padding-left:1em;
  line-height:29px; 
}

.privacy-policy__text li::before{
  content:"・";
  position:absolute;
  left:0;
  top:0;
  font-size:1.1em;
}

.privacy-policy__contact{
  margin:0;
}

.privacy-policy__contact-row{
  margin:0;
}

.privacy-policy__contact{
  margin:0;
}

.privacy-policy__label{
  display:inline-block;
  width:6em;
  margin-right:-0.8em;
  letter-spacing:1em;
  white-space:nowrap;
  vertical-align:top;
}

.privacy-policy__label--address{
  width:6em;
  margin-right:-0.8em;
  letter-spacing:3em;
}

.privacy-policy__colon{
  flex:0 0 auto;
}

.privacy-policy__value{
  flex:1;
  min-width:0;
}
.privacy-policy__contact br{
  display:block;
  margin-bottom:0;
}

.privacy-policy__date{
  margin-top:16px;
}

@media screen and (min-width: 1024px){

  .privacy-hero{
    max-width:1280px;
    padding:140px 40px 0;
  }

  .privacy-content{
    max-width:1280px;
    padding:0 40px 80px;
  }

  .privacy-content__inner{
    padding:48px 56px;
    border-radius:8px;
  }

  .privacy-hero__shape--yellow{
    display:none;
  }  

  .privacy-slash{
    width:40px;
    left:8px;
    top:8px;
  }

  .privacy-label{
    margin:0;
    font-size:20.48px;

    position:relative;
    transform:translate(48px, 12px);
  }

  .privacy-title{
    font-size:64px;
    line-height:1.2;
    margin-bottom:24px;
  }

  .privacy-policy__section{
    margin-bottom:56px;
  }

  .privacy-policy__title{
    font-size:28px;
    line-height:1.6;
    margin-bottom:16px;
  }

  .privacy-policy__text{
    font-size:18px;
    line-height:1.9;
  }

  .privacy-policy__text li{
    line-height:1.9;
  }

  .privacy-policy__date{
    margin-top:24px;
    font-size:16px;
  }

  .top-bg-line{
    position:absolute;
    width:752.9px;
    height:2677.5px;
    background:#FFF;
    opacity:0.46;
    border-radius:7.31px;
    transform:rotate(44.12deg);
    transform-origin:left top;
    z-index:0;
    pointer-events:none;
  }

  .privacy-page .bg-line--1{
    top:-100px;
    left:1324px;
  }

  .privacy-page .bg-line--2{
    top:1636px;
    right:-780px;
  }

  .privacy-page section{
    position:relative;
    z-index:1;
  }


}