@charset "UTF-8";

body{
    font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #FCFAF1;
    color: #42210B;
    border: solid 5px #f19ebc;
}
.wrap{
    width: 90%;
    margin: auto;
}
.line1{
    height: 1px;
    width: 100%;
    background: #F19EBC;
    transform:rotate(-7deg);
    margin: 100px 0;
}
header h1 span{
    font-size: 1rem;
}
h1{
    font-size: 2rem;
     line-height: 2rem;
}
.contentsTitle{
  font-family: 'Comfortaa', cursive;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.contentsTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: #ADDDF2;
    z-index: -1;
}
.lead{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 100px;
}
h2{
    font-size: 1.2rem;
}
.lead2 {
    padding-left: 10px;
    background: linear-gradient(270deg, transparent 0%, transparent 90%, #F19EBC 10%, #F19EBC 90%);
    height: 100px;
    display: flex;
    align-items: center;
}
.logo{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.hero{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.flex-row{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 100px;
}

.leftContents{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}
.rightContents{
    width: 50%;
     display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.textRight{
    text-align: end;
}
.policyList ul{
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 20px;
    border-left: solid #f19ebc 2px;
}
.youtube{
    width: 100%;
aspect-ratio: 16/9;
}
.youtubeShort{
    width: 100%;
aspect-ratio: 9/16;
    margin: 5px;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #42210B;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #42210B;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #F19EBC;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.flex-row .youtube,
.flex-row .youtubeShorts{
    margin: auto 20px;
}
footer p{
    text-align: center;
}
.youtube{
    margin-bottom: 100px;
}
.youtube a{
    
}
.youtube a:hover{
    text-decoration: underline;
    color: #F19EBC;
}
@media screen and (max-width: 769px) {
    .hero{
        display: block;
        position: relative;
    }
    .hero .leftContents{
        position: absolute;
        bottom: 10px;
        right: 20px;
        color: #fff;
    }
    .flex-row{
        display: block;
    }
    .leftContents, .rightContents{
        width: 100%;
        margin-bottom: 20px;
    }
    ul li{
        line-height: 1.2rem;
        margin-bottom: 10px;
    }
    .hero h1{
        text-align: left;
        margin-left: 120px;
        margin-bottom: 20px;
        background: #f19eBc;
        padding: 0 10px 15px 15px;
    }
    .flex-row .youtube{
    margin: auto;
}
}