/* CSS Document */
/*共通のスタイルをここに記載*/
header span.name{
  font-weight: 400 !important;
}
.noneclick .menuinner ul li a, .noneclick .menuinner ul li div{
  font-weight: 400 !important;
}
@media screen and (max-width:767px){
	/*スマートフォン用のスタイルをここに記載*/
  section.privacy{
    margin-top: -50px;
  }
  section.privacy > figure{
    position: relative;
    z-index: 1;
  }
  section.privacy > figure img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
  section.privacy figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
    white-space: nowrap;
  }
  section.privacy figure h2::before{
    content: "PRIVACY POLICY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.term{
    margin-top: -50px;
  }
  section.term figure{
     position: relative;
    z-index: 1;
  }
  section.term figure img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
  section.term figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
    white-space: nowrap;
  }
  section.term figure h2::before{
    content: "TERMS";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.privacy_wrap{
    width: 100vw;
    padding: 50px 1em;
    box-sizing: border-box;
    background-color: #fff;
  }
  div.privacy_wrap div.text{
    margin-bottom: 25px;
  }
  div.privacy_wrap div.text h3{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  div.privacy_wrap div.text p{
    text-align: center;
  }
  div.privacy_wrap dl{
    width: 100%;
    margin-bottom: 1em;
  }
  div.privacy_wrap dl:last-child{
    margin-bottom: 0;
  }
  div.privacy_wrap dl dt{
    font-size: 1.3em;
    border-bottom: 1px solid #000;
  }
  div.privacy_wrap dl dd{
    line-height: 2em;
    padding: 0 1rem;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
  section.privacy{
    margin-top: -70px;
  }
  section.privacy > figure{
    position: relative;
    z-index: 1;
  }
  section.privacy > figure img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
  }
  section.privacy figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.privacy figure h2::before{
    content: "PRIVACY POLICY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.term{
    margin-top: -70px;
  }
  section.term figure{
    position: relative;
    z-index: 1;
  }
  section.term figure img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
  }
  section.term figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.term figure h2::before{
    content: "TERMS";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.privacy_wrap{
    width: 100vw;
    padding: 70px 1em;
    box-sizing: border-box;
    background-color: #fff;
  }
  div.privacy_wrap div.text{
    margin-bottom: 35px;
  }
  div.privacy_wrap div.text h3{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  div.privacy_wrap div.text p{
    text-align: center;
  }
  div.privacy_wrap dl{
    width: 100%;
    margin-bottom: 1em;
  }
  div.privacy_wrap dl:last-child{
    margin-bottom: 0;
  }
  div.privacy_wrap dl dt{
    font-size: 1.3em;
    border-bottom: 1px solid #000;
  }
  div.privacy_wrap dl dd{
    line-height: 2em;
    padding: 0 1rem;
  }
}
@media screen and (min-width:1100px){
	/*PC用のスタイルをここに記載*/
  section.privacy{
    margin-top: -100px;
  }
  section.privacy > figure{
    position: relative;
    z-index: 1;
  }
  section.privacy > figure img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;
  }
  section.privacy figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.privacy figure h2::before{
    content: "PRIVACY POLICY";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  section.term{
    margin-top: -100px;
  }
  section.term figure{
    position: relative;
    z-index: 1;
  }
  section.term figure img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;
  }
  section.term figure h2{
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.term figure h2::before{
    content: "TERMS";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.privacy_wrap{
    width: 100vw;
    padding: 100px 0;
    padding-left: calc((100vw - 1100px) / 2);
    padding-right: calc((100vw - 1100px) / 2);
    box-sizing: border-box;
    background-color: #fff;
  }
  div.privacy_wrap div.text{
    margin-bottom: 50px;
  }
  div.privacy_wrap div.text h3{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  div.privacy_wrap div.text p{
    text-align: center;
  }
  div.privacy_wrap dl{
    width: 100%;
    margin-bottom: 1em;
  }
  div.privacy_wrap dl:last-child{
    margin-bottom: 0;
  }
  div.privacy_wrap dl dt{
    font-size: 1.3em;
    border-bottom: 1px solid #000;
  }
  div.privacy_wrap dl dd{
    line-height: 2em;
    padding: 0 1rem;
  }
}

