@charset "UTF-8";


*, *::after, *::before, a:hover{
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: Gothic Medium BBB;
}
a{
    color: white;
}

a:hover{
    color: rgb(248, 152, 227);
}


.left{
    float: left;
}

.tal{
    text-align: left;
}

.tar{
    text-align: right;
}

.tac{
    text-align: center;
}

.w{
    color: white;
}

.p{
    color: rgb(216, 120, 195);
}
body{
    overflow-x: hidden;
    overflow-y: visible;
}


/*--------------------gaiyou---------------------*/

.privacy{
    height: 380px;
    background-color: darkslategrey;
    margin-top: 100px;
    background-image: url(/image/privacy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.privacy h1{
    font-size: 50px;
    margin-left: 20vw;
    margin-top: 140px;
    font-family: Shin Go Bold;
    color: #920783;
}
.tophdw{
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
}
.privacy2{
    margin-top: 50px;
    margin-bottom: 150px;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 20px;
}

.privacy2 h1, .privacy2 p{
   color: rgb(0, 0, 0);
}
.ccp{
    color: rgb(216, 120, 195);
}
/*--------------------gaiyou---------------------*/

@media screen and (max-width:414px){
.privacy2 h1{
    font-size: 20px;
    text-align: center;
 }
 .privacy2 p{
    font-size: 16px;
 }
}
  
@media screen and (max-width:375px){
    .privacy2 h1{
        font-size: 18px;
        text-align: center;
     }
     .privacy2 p{
        font-size: 14px;
     }
}
  
@media screen and (max-width:320px){
    .privacy2 h1{
        font-size: 16px;
        text-align: center;
     }
     .privacy2 p{
        font-size: 13px;
     }
}