@charset "UTF-8";

/* COMMON */
#lsTop * {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}
#lsTop .pc {
  display: block !important;
}
#lsTop .sp {
  display: none !important;
}
#lsTop img {
  vertical-align: bottom;
}
#lsTop a:hover img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
#lsTop a {
  text-decoration: none;
}
#lsTop .inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  #lsTop .pc {
    display: none !important;
  }
  #lsTop .sp {
    display: block !important;
  }
  #lsTop img {
    max-width: 100%;
  }
  #lsTop .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* cta1 */
#lsTop .cta1 {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  gap: 45px;
  margin-bottom: 100px;
}
#lsTop .cta1 a img {
  max-width: 378px;
}

@media screen and (max-width: 450px) {
  #lsTop .cta1 {
    width: 90%;
    display: block;
    margin: 0 auto 10%;
  }
  #lsTop .cta1 a {
    display: block;
    margin: 0 auto 3%;
  }
  #lsTop .cta1 a img {
    max-width: 100%;
  }
}

/* intro */
#lsTop #intro {
  width: 1200px;
  margin: 0 auto 95px;
}
#lsTop #intro h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 45px;
}
#lsTop #intro .txt1 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 45px;
  text-align: left;
}
#lsTop #intro .txt2 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 45px;
}
#lsTop #intro .txt2 a {
  text-decoration: underline;
}
#lsTop #intro .txt2 a:hover {
  text-decoration: none;
}
#lsTop #intro .intro_01 {
  max-width: 608px;
}

@media screen and (max-width: 450px) {
  #lsTop #intro {
    width: 96%;
    margin: 0 auto 10%;
  }
  #lsTop #intro h1 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  #lsTop #intro .txt1 {
    font-size: 12px;
    margin-bottom: 8%;
    text-align: left;
  }
  #lsTop #intro .txt2 {
    font-size: 12px;
    margin-top: 5%;
    text-align: left;
  }
  #lsTop #intro .intro_01 {
    max-width: 100%;
  }
}

/* aboutLS */
#lsTop #aspLS {
  background: #fff4f4;
  padding: 95px 0;
}
#lsTop #aspLS h2 {
  color: #bf0000;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 55px;
}
#lsTop #aspLS .pointWrap,
#lsTop #aspLS .serviceWrap {
  display: flex;
  justify-content: space-between;
}
#lsTop #aspLS .pointBox {
  background: #fff;
  border-radius: 8px;
  padding: 17px 15px;
  width: 350px;
  margin-bottom: 116px;
}
#lsTop #aspLS .pointTit {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px #bf0000 solid;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#lsTop #aspLS .pointTit span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 3px;
}
#lsTop #aspLS .pointTxt {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  vertical-align: baseline;
}
#lsTop #aspLS .pointTxtRed {
  color: #bf0000 !important;
}
#lsTop #aspLS .pointTxtBig {
  font-size: 30px;
  color: inherit;
}
#lsTop #aspLS .pointTxtBigNum {
  font-size: 35px;
  color: inherit;
}
#lsTop #aspLS .pointBox img {
  max-width: 106px;
}
#lsTop #aspLS .lsTit,
#lsTop #aspLS .tgTit,
#lsTop #aspLS .revoTit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
}
#lsTop #aspLS .lsTit {
  color: #bf0000;
}
#lsTop #aspLS .tgTit {
  color: #0a99d8;
}
#lsTop #aspLS .revoTit {
  color: #bba678;
}
#lsTop #aspLS .lsTit span,
#lsTop #aspLS .tgTit span,
#lsTop #aspLS .revoTit span {
  font-size: 20px;
  color: inherit;
}
#lsTop #aspLS .lsBox {
  background: #bf0000;
  border-radius: 8px;
  padding: 20px 25px 30px;
  width: 350px;
  display: block;
}
#lsTop #aspLS .tgBox {
  background: #0a99d8;
  border-radius: 8px;
  padding: 20px 25px 30px;
  width: 350px;
  display: block;
}
#lsTop #aspLS .revoBox {
  background: #bba678;
  border-radius: 8px;
  padding: 20px 25px 30px;
  width: 350px;
  display: block;
}
#lsTop #aspLS a:hover.lsBox,
#lsTop #aspLS a:hover.tgBox,
#lsTop #aspLS a:hover.revoBox {
  opacity: 0.8;
}
#lsTop #aspLS .lsBox img,
#lsTop #aspLS .tgBox img,
#lsTop #aspLS .revoBox img {
  max-width: 64px;
}
#lsTop #aspLS h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin: 25px auto 35px;
}
#lsTop #aspLS .serviceTxt1 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
  min-height: 5rem;
}
#lsTop #aspLS .serviceTxt2 {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}
#lsTop #aspLS .serviceBtn {
  background: #fff;
  border-radius: 8px;
  padding: 12px 12px 14px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#lsTop #aspLS .serviceBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg) translateY(-75%);
}
#lsTop #aspLS .lsBox .serviceBtn::after {
  border-right: 3px #bf0000 solid;
  border-bottom: 3px #bf0000 solid;
}
#lsTop #aspLS .tgBox .serviceBtn::after {
  border-right: 3px #0a99d8 solid;
  border-bottom: 3px #0a99d8 solid;
}
#lsTop #aspLS .revoBox .serviceBtn::after {
  border-right: 3px #bba678 solid;
  border-bottom: 3px #bba678 solid;
}
#lsTop #aspLS .lsBox .serviceBtn {
  color: #bf0000;
}
#lsTop #aspLS .tgBox .serviceBtn {
  color: #0a99d8;
}
#lsTop #aspLS .revoBox .serviceBtn {
  color: #bba678;
}

@media screen and (max-width: 450px) {
  #lsTop #aspLS {
    padding: 10% 0;
  }
  #lsTop #aspLS h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .pointWrap {
    display: block;
    margin-bottom: 15%;
  }
  #lsTop #aspLS .serviceWrap {
    display: block;
  }
  #lsTop #aspLS .pointBox {
    padding: 5%;
    width: 100%;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .pointTit {
    font-size: 24px;
    width: 100%;
    padding-bottom: 3%;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .pointTit span {
    font-size: 12px;
    margin-bottom: 1%;
  }
  #lsTop #aspLS .pointTxt {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .pointTxtBig {
    font-size: 28px;
  }
  #lsTop #aspLS .pointTxtBigNum {
    font-size: 30px;
  }
  #lsTop #aspLS .pointBox img {
    max-width: 30%;
  }
  #lsTop #aspLS .lsBox {
    padding: 3% 3% 5%;
    width: 100%;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .tgBox {
    padding: 3% 3% 5%;
    width: 100%;
    margin-bottom: 5%;
  }
  #lsTop #aspLS .revoBox {
    padding: 3% 3% 5%;
    width: 100%;
  }
  #lsTop #aspLS .lsTit,
  #lsTop #aspLS .tgTit,
  #lsTop #aspLS .revoTit {
    font-size: 24px;
    line-height: 1;
    margin: 10% auto 5%;
  }
  #lsTop #aspLS .lsTit span,
  #lsTop #aspLS .tgTit span,
  #lsTop #aspLS .revoTit span {
    font-size: 14px;
  }
  #lsTop #aspLS .lsBox img,
  #lsTop #aspLS .tgBox img,
  #lsTop #aspLS .revoBox img {
    max-width: 15%;
  }
  #lsTop #aspLS h3 {
    font-size: 20px;
    margin: 3% auto 8%;
  }
  #lsTop #aspLS .serviceTxt1 {
    font-size: 16px;
    margin-bottom: 8%;
    min-height: auto;
  }
  #lsTop #aspLS .serviceTxt2 {
    font-size: 15px;
    margin-bottom: 3%;
  }
  #lsTop #aspLS .serviceBtn {
    padding: 3% 3% 4%;
  }
  #lsTop #aspLS .serviceBtn::after {
    width: 0.7rem;
    height: 0.7rem;
    right: 5%;
  }
}

/* aboutAD */
#lsTop #aboutAD {
  background: #f7fff4;
  padding: 95px 0;
}
#lsTop #aboutAD h2 {
  color: #40c111;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 55px;
}
#lsTop #aboutAD .txt1 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 45px;
}
#lsTop #aboutAD ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
#lsTop #aboutAD li {
  list-style: disc;
  font-size: 20px;
  line-height: 1;
}
#lsTop #aboutAD li a {
  text-decoration: underline;
}
#lsTop #aboutAD li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 450px) {
    #lsTop #aboutAD {
    padding: 10% 0;
    }
    #lsTop #aboutAD h2 {
    font-size: 22px;
    margin-bottom: 5%;
    }
    #lsTop #aboutAD .txt1 {
    font-size: 12px;
    margin-bottom: 8%;
    text-align: left;
    }
    #lsTop #aboutAD ul {
    gap: 3rem;
    margin-top: 10%;
    }
    #lsTop #aboutAD li {
    font-size: 12px;
    }
}

/* aboutMedia */
#lsTop #aboutMedia {
  background: #FFFCF6;
  padding: 95px 0;
}
#lsTop #aboutMedia h2 {
  color: #FF9422;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 60px;
}
#lsTop #aboutMedia .platform {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 100px;
}
#lsTop #aboutMedia .platformBox {
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
#lsTop #aboutMedia .platformBox img {
  height: 174px;
  display: block;
  margin: 0 auto 35px;
}

@media screen and (max-width: 450px) {
  #lsTop #aboutMedia {
    padding: 10% 0;
  }
  #lsTop #aboutMedia h2 {
    font-size: 22px;
    margin-bottom: 5%;
  }
  #lsTop #aboutMedia .platform {
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 15%;
  }
  #lsTop #aboutMedia .platformBox {
    font-size: 12px;
    text-align: center;
  }
  #lsTop #aboutMedia .platformBox img {
    max-height: 4rem;
    margin: 0 auto;
  }
}

/* faq */
#lsTop #faq {
  width: 1200px;
  margin: 95px auto;
}
#lsTop #faq h2 {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 60px;
}
#lsTop #faq dl *{
  text-align: left;
}
#lsTop #faq dt {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #BF0000;
  line-height: 1.5;
  margin-bottom: 15px;
}
#lsTop #faq dd {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 55px;
}
#lsTop #faq dd a{
  text-decoration: underline;
}
#lsTop #faq dd a:hover{
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  #lsTop #faq {
    width: 96%;
    margin: 10% auto;
  }
  #lsTop #faq h2 {
    font-size: 22px;
    margin-bottom: 5%;
  }
  #lsTop #faq dt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3%;
  }
  #lsTop #faq dd {
    font-size: 12px;
    margin-bottom: 8%;
  }
}

/* links */
#lsTop #links {
  width: 1200px;
  margin: 95px auto;
}
#lsTop #links h2 {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 60px;
}
#lsTop #links .snsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 150px;
}
#lsTop #links .snsBox img{
  max-width: 80px;
}
#lsTop #links .linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
#lsTop #links .linkBox img.link_JASK{
  max-width: 379px;
}
#lsTop #links .linkBox img.link_ISMS{
  max-width: 126px;
}
#lsTop #links .linkBox img.link_YMAAKTAA{
  max-width: 203px;
}

@media screen and (max-width: 450px) {
  #lsTop #links {
    width: 96%;
    margin: 20% auto 10%;
  }
  #lsTop #links h2 {
    font-size: 22px;
    margin-bottom: 8%;
  }
  #lsTop #links .snsBox {
    gap: 15%;
    margin-bottom: 25%;
  }
    #lsTop #links .snsBox a{
    display: block;
    width: 20%;
  }
  #lsTop #links .snsBox img{
    max-width: 100%;
  }
  #lsTop #links .linkBox {
    flex-wrap: wrap;
    gap: 10%;
  }
  #lsTop #links .linkBox a:first-child{
    width: 80%;
    margin-bottom: 8%;
  }
  #lsTop #links .linkBox a:nth-child(2){
    width: 25%;
  }
  #lsTop #links .linkBox a:last-child{
    width: 40%;
  }
  #lsTop #links .linkBox img.link_JASK,
  #lsTop #links .linkBox img.link_ISMS,
  #lsTop #links .linkBox img.link_YMAAKTAA{
    max-width: 100%;
  }
}

/* floating */
#lsTop #floating{
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
#lsTop #floating.is-visible{
  opacity: 1;
  visibility:visible;
  transform: translateY(0);
}
#lsTop #floating a{
  display: block;
  width: 130px;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  #lsTop #floating{
    display: none;
  }
}

/* AD carousel adjust */
.banner-slider {
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}
.banner-track {
  display: flex;
  flex-wrap: nowrap; 
  align-items: center;
  width: max-content;
  transform: translateX(0);
}
.banner-track.is-animated {
  display: flex;
  width: max-content;
  animation: scroll-left 680s linear infinite;
  will-change: transform;
}
.banner-item {
  flex: 0 0 auto;
  margin-right: 40px;
}
.banner-item img {
  height: 60px; /* 必要に応じて調整 */
  width: auto;
  display: block;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.banner-slider .banner-item:last-child {
  margin-right: 0;
}

/* channel adjust */
section.topmedia-section div.topmediablock div.latest-posts article{
  box-shadow: none !important;
  background: #fff;
  text-align: left !important;
}
div.affiliatearblock div.cateblock{
  border-bottom: none !important;
}
div#list article div.affiliatearblock *{
  text-align: left !important;
}