/*Mv
=======================================================*/
/*TOPMV*/
.mv{
  height: 100vh;
  position: relative;
}
.mv-catch{
  width: 1200px;
  margin: 0 auto;
  padding: 170px 0 100px;
}
.mv-bg img{
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.mv-catch-main-wrap{
  width: 45%;
  margin-left: auto;
  padding: 30px;
}
.mv-catch-main{
  object-fit: contain;
}

@media screen and (max-width: 1200px){
  .mv-catch{
    width: 90%;
  }
  .mv-catch-main-wrap{
    width: 50%;
  }
}
@media screen and (max-width: 1100px){

}
@media screen and (max-width: 768px){
  .mv{
    height: 80vh;
  }
  .mv-catch-main-wrap{
    width: 100%;
  }
}

/*年齢確認
=======================================================*/
#underCheckWhole {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}
.ageWrap {
  display: table;
  border-collapse: collapse;
  border: none;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(27,27,27,.9);
  color: #2e2826;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.ageWrap>* {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.ageWrap .caution_memo {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
}
.ageWrap .caution {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.ageWrap .choice_buttons {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.ageWrap .choice_buttons li {
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
.ageWrap .choice_buttons a,
  .ageWrap .choice_buttons button {
  font-size: 24px;
  line-height: 70px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  display: inline-block;
  height: 70px;
  width: 235px;
  padding: 0 0 0;
  transition: background-color .3s;
  cursor: pointer;
}
.ageWrap .choice_buttons a:hover,
.ageWrap .choice_buttons button:hover{
  color: #fff;
  background-color: #e70000;
}
.ageWrap .check_keep {
  margin-bottom: 20px;
}
.ageWrap .check_keep label {
  cursor: pointer;
  color: #fff;
}
.ageWrap .info {
  color: #fff;
}
.ageWrap .corpName {
  margin-top: 25px;
}
.ageWrap .corpName img {
  width: 134px;
}
.age_clear {
  position: fixed;
  top:20%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  width: auto;
  height: auto;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  z-index: 999998;
  border-radius: 5px 10px;
  background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
  padding: 10px;
  cursor: pointer;
}
.age_clear span {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  pointer-events: none;
}
body.agecheck .kiji a:active {
  pointer-events: none;
}
body.agecheck .kiji a:hover {
  filter: blur(2px) !important;
}

@media all and (max-width: 480px) {
  .ageWrap {
    font-size:12px;
  }
  .ageWrap .caution_memo {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .ageWrap .caution {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ageWrap .choice_buttons {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .ageWrap .choice_buttons li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .ageWrap .choice_buttons a,
  .ageWrap .choice_buttons button {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 117px;
  }
  .ageWrap .check_keep {
    margin-bottom: 10px;
  }
  .ageWrap .corpName {
    margin-bottom: 0px;
  }
  .ageWrap .corpName img {
    width: 150px;
  }
  .age_clear {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media all and (min-width: 481px)and (max-width: 750px) {
  .ageWrap {
    font-size:12px;
  }
  .ageWrap .caution_memo {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .ageWrap .caution {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ageWrap .choice_buttons {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .ageWrap .choice_buttons li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .ageWrap .choice_buttons a,
  .ageWrap .choice_buttons button {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 117px;
  }
  .ageWrap .check_keep {
    margin-bottom: 10px;
  }
  .ageWrap .corpName {
    margin-bottom: 0;
  }
  .ageWrap .corpName img {
    width: 150px;
  }
}

/*導入
=======================================================*/
.intro{
  background: #313131;
  color:#fff;
  position: relative;
}
.intro::before{
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background:rgba(217,217,217,0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 50%;
}
.intro::after{
  content: "";
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background:rgba(97,160,255,0.1);
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 80%;
}
.intro-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 50px;
  line-height: 1.2;
}
.intro-ttl-txt{
  font-family: "ZenOldMincho Bold";
  font-size: 25px;
}
.intro-wrap{
  margin-top: 50px;
}
.intro-box{
  display: flex;
  gap: 30px;
  align-items: center;
}
.intro-box1 .intro-box-img{
  object-fit: contain;
  width: 35%;
}
.intro-box-txt{
  font-family: "ZenOldMincho Regular";
}
.intro-box-txt p{
  margin: 30px 0;
  font-size: 17px;
}
.intro-box2{
  margin-top: 40px;
}
.intro-box2 .intro-box-img{
  order: 2;
  width: 40%;
}
.intro-box2 .intro-box-txt{
  order: 1;
}

@media screen and (max-width: 768px){
  .intro-ttl{
    font-size: 10vw;
  }
  .intro-ttl-txt{
    font-size: 5vw;
    line-height: 1.5;
    margin-top: 10px;
  }
  .intro-box{
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro-box-txt p{
    font-size: 13px;
  }
  .intro-box1 .intro-box-img{
    width: 50%;
  }
  .intro-box2 .intro-box-img{
    order: 1;
    width: 70%;
  }
  .intro-box2 .intro-box-txt{
    order: 2;
  }
}

/*プロフィール
=======================================================*/
.profile{
  background: #F2F2F2;
}
.profile-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ZenOldMincho Regular";
  gap: 50px;
}
.profile-img{
  object-fit: contain;
  width: 40%;
}
.profile-ttl{
  font-size: 15px;
}
.profile-ttl span{
  font-size: 35px;
  display: block;
  line-height: 1.5;
}
.profile-catch{
  font-size: 25px;
  line-height: 1.5;
  margin: 30px 0 40px;
}
.profile-tag{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.profile-tag span{
  background: #313131;
  border-radius: 50px;
  padding: 5px 30px 7px;
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 768px){
  .profile-wrap{
    flex-wrap: wrap;
    gap: 30px;
  }
  .profile-img{
    width: 100%;
  }
  .profile-ttl{
    font-size: 3.5vw;
  }
  .profile-catch{
    font-size: 5vw;
    margin: 10px 0 30px;
  }
  .profile-tag span{
    font-size: 12px;
  }
}

/*01CLASS
=======================================================*/
.lesson{
  background: url(/wp-content/themes/ichijohajime_hp/img/lesson-bg.jpg) no-repeat;
  background-position: top;
  background-size: cover;
  color:#fff;
  font-family: "ZenOldMincho Regular";
}
.lesson-ttl{
  font-size: 80px;
  text-align: center;
  position: relative;
}
.lesson-ttl span.lesson-ttl-txt{
  display: block;
  line-height: 1.3;
}
.lesson-ttl span.lesson-ttl-and{
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color:rgba(255,255,255,0.5);
  font-size: 110px;
}
.lesson-txt{
  text-align: center;
  font-size: 25px;
  margin: 40px 0 30px;
  letter-spacing: 2px;
}
.lesson-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
img.lesson-logo{
  width: 45%;
  object-fit: contain;
}
.lesson-tag{
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.lesson-tag span{
  background: #313131;
  border-radius: 50px;
  padding: 5px 20px 7px;
  color: #fff;
  line-height: 1.8;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px){
  .lesson-ttl{
    font-size: 13vw;
  }
  .lesson-ttl span.lesson-ttl-and{
    font-size: 18vw;
  }
  .lesson-txt{
    font-size: 4vw;
  }
  .lesson-box{
    flex-wrap: wrap;
    gap: 30px;
  }
  .lesson-tag{
    justify-content: center;
  }
  .lesson-tag span{
    font-size: 12px;
  }
}

/*TOPICS
=======================================================*/
.topics-ttl{
  font-family: "ZenOldMincho Regular";
  font-size: 50px;
  position: relative;
}
.topics-ttl span{
  font-size: 70px;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  line-height: 0;
  bottom: 0;
}
.topics-wrap{
  margin-top: 70px;
  position: relative;
}
.topics-wrap::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -70px;
  width: 100vw;
  height: 140px;
  background: linear-gradient(49deg, rgba(17, 39, 67, 1) 0%, rgba(46, 81, 128, 1) 100%);
  z-index: -1;
}
.topics-box{
  display: flex!important;
  justify-content: space-between;
}
.topics-thumb{
  width: 100%;
  height: 400px;
}
.topics-thumb img{
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.topics-txt{
  width: calc(100% - 250px);
  padding: 30px;
  background: #313131;
  color:#fff;
  font-family: "ZenOldMincho Regular";
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topics-txt .topics-ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
}
.topics-txt .topics-txt-content{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 20px;
}
.topics-wrap .slick-dots{
  width: fit-content;
  right: 0;
  bottom: -35px;
}
.topics-wrap .slick-dots li{
  width: 40px;
  height: 5px;
  transition: all .2s linear;
}
.topics-wrap .slick-dots li button{
  width: 40px;
  height: 5px;
}
.topics-wrap .slick-dots li button:before{
  font-family:none;
  font-size: unset;
  width: 40px;
  height: 5px;
  border-radius: 30px;
  background: rgba(255,255,255,0.5);
}
.topics-wrap .slick-dots li.slick-active{
  width: 100px;
  height: 5px;
}
.topics-wrap .slick-dots li.slick-active button{
  width: 100px;
  height: 5px;
}
.topics-wrap .slick-dots li.slick-active button:before{
  font-family:none;
  font-size: unset;
  width: 100px;
  height: 5px;
  border-radius: 30px;
  background: #fff;
}
.topics-wrap .prev-arrow{
  color:#fff;
  position: absolute;
  bottom: -6%;
  left: -8%;
  cursor: pointer;
}
.topics-wrap .prev-arrow svg{
  font-size: 20px;
}
.topics-wrap .next-arrow{
  color:#fff;
  position: absolute;
  bottom: -6%;
  right: -8%;
  cursor: pointer;
}
.topics-wrap .next-arrow svg{
  font-size: 20px;
}
.topics-no{
  color:#fff;
  margin-top: 30px;
}

@media screen and (max-width: 768px){
  .topics-ttl{
    font-size: 9vw;
  }
  .topics-ttl span{
    font-size: 8vw;
  }
  .topics-txt{
    padding: 20px;
  }
  .topics-thumb{
    width: 50%;
    height: 250px;
  }
  .topics-thumb img{
    height: 250px;
  }
  .topics-txt{
    width: 50%;
  }
  .topics-txt .topics-ttl{
    line-height: 1.3;
  }
  .topics-txt .topics-txt-content p{
    line-height: 1.8;
    font-size: 12px;
  }
  .topics-wrap .prev-arrow{
    bottom: -20%;
    left: 0%;
  }
  .topics-wrap .next-arrow{
    bottom: -20%;
    right: 0%;
  }
  .topics-wrap .slick-dots{
    bottom: -25px;
  }
}

/*note
=======================================================*/
h2.note-ttl img{
  margin-bottom: 50px;
  object-fit: contain;
}
.note-wrap{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.note-wrap iframe{
  width: calc(50% - 10px)!important;
  margin: 0!important;
}
.note a.normal-btn{
  margin: 20px auto 0;
}

@media screen and (max-width: 768px){
  h2.note-ttl img{
    width: 50%;
  }
  .note-wrap{
    gap:0;
  }
  .note-wrap iframe{
    width: 100%;
  }
}