@charset "UTF-8";
/* フォント設定
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700&display=swap");
/* カラー設定
=========================================== */
* {
  color: #414141;
}

/* flex
=========================================== */
.flex-set, section .ad_wrap .ad_column2,
section .ad_wrap .ad_column4, #ad_list .tab_head ul, #ad_list .tab_head {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/* ad
=========================================== */
#ad_lead {
  padding-bottom: 0;
}
#ad_lead h2 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #ad_lead h2 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  #ad_list .tab-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#ad_list .tab-content {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
#ad_list .tab-label {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
}
@media only screen and (max-width: 767px) {
  #ad_list .tab-label {
    -webkit-flex-basis: calc((100% - 10px) / 2);
        -ms-flex-preferred-size: calc((100% - 10px) / 2);
            flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
#ad_list .tab_head {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #ad_list .tab_head {
    display: block;
    margin-bottom: 40px;
  }
}
#ad_list .tab_head ul {
  padding: 20px 30px;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  #ad_list .tab_head ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    gap: 6px;
  }
}
#ad_list .tab_head ul li {
  margin-left: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #ad_list .tab_head ul li {
    width: 100%;
    margin: 0;
  }
}
#ad_list .tab_head ul li:first-child {
  margin-left: 0;
}
#ad_list .tab_head ul a::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: #414141 1px solid;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
#ad_list .tab_head ul a:hover {
  color: #1b9e50;
}
#ad_list .tab_head ul a:hover::before {
  border: #1b9e50 1px solid;
  border-left: 0;
  border-bottom: 0;
}

section .ad_wrap {
  padding: 80px 100px;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap {
    padding: 40px 20px;
  }
}
section .ad_wrap h3 {
  font-size: 2.4rem;
  padding-bottom: 40px;
  border-bottom: #dadada 1px solid;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap h3 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
section .ad_wrap ul + h4,
section .ad_wrap h3 + h4,
section .ad_wrap p + h4,
section .ad_wrap h3 + p,
section .ad_wrap h3 + ul {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap ul + h4,
  section .ad_wrap h3 + h4,
  section .ad_wrap p + h4,
  section .ad_wrap h3 + p,
  section .ad_wrap h3 + ul {
    padding-top: 40px;
  }
}
section .ad_wrap p + ul {
  margin-top: 30px;
}
section .ad_wrap h4 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
section .ad_wrap h4 span {
  display: block;
  margin-top: 5px;
  color: #848484;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap h4 span {
    font-size: 1.1rem;
  }
}
section .ad_wrap audio {
  width: 100%;
}
section .ad_wrap .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
section .ad_wrap .youtube iframe {
  width: 100%;
  height: 100%;
}
section .ad_wrap .ad_column2,
section .ad_wrap .ad_column4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .ad_wrap .ad_column2 li img,
section .ad_wrap .ad_column4 li img {
  width: 100%;
}
section .ad_wrap .ad_column2 p span,
section .ad_wrap .ad_column4 p span {
  display: block;
  color: #848484;
  font-size: 1.3rem;
}
section .ad_wrap .ad_column2 li {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
section .ad_wrap .ad_column2 li:nth-of-type(1), section .ad_wrap .ad_column2 li:nth-of-type(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap .ad_column2.tvcm li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  section .ad_wrap .ad_column2.tvcm li:nth-of-type(2) {
    margin-top: 20px;
  }
}
section .ad_wrap .ad_column4 li {
  -webkit-flex-basis: calc((100% - 75px) / 4);
      -ms-flex-preferred-size: calc((100% - 75px) / 4);
          flex-basis: calc((100% - 75px) / 4);
  max-width: calc((100% - 75px) / 4);
  margin-top: 25px;
}
section .ad_wrap .ad_column4 li:nth-of-type(1), section .ad_wrap .ad_column4 li:nth-of-type(2), section .ad_wrap .ad_column4 li:nth-of-type(3), section .ad_wrap .ad_column4 li:nth-of-type(4) {
  margin-top: 0;
}
section .ad_wrap .ad_column4 li:nth-of-type(4n-1):nth-last-of-type(1), section .ad_wrap .ad_column4 li:nth-of-type(4n-2):nth-last-of-type(1) {
  margin-right: auto;
  margin-left: 25px;
}
section .ad_wrap .ad_column4 li:nth-of-type(4n-2):nth-last-of-type(2) {
  margin-right: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap .ad_column4 li {
    -webkit-flex-basis: calc((100% - 9px) / 2);
        -ms-flex-preferred-size: calc((100% - 9px) / 2);
            flex-basis: calc((100% - 9px) / 2);
    max-width: calc((100% - 9px) / 2);
  }
  section .ad_wrap .ad_column4 li:nth-of-type(3), section .ad_wrap .ad_column4 li:nth-of-type(4) {
    margin-top: 25px;
  }
  section .ad_wrap .ad_column4 li:nth-of-type(4n-1):nth-last-of-type(1), section .ad_wrap .ad_column4 li:nth-of-type(4n-2):nth-last-of-type(1) {
    margin-right: inherit;
    margin-left: 0;
  }
  section .ad_wrap .ad_column4 li:nth-of-type(4n-2):nth-last-of-type(2) {
    margin-left: 0;
  }
}
section .ad_wrap + .ad_wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  section .ad_wrap + .ad_wrap {
    margin-top: 60px;
  }
}

.sponsorship .tag {
  display: inline-block;
  border: solid 1px #dadada;
  font-size: 1.5rem;
  padding: 2px 8px;
  margin-right: 8px;
  line-height: 1.8;
}
.sponsorship .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(159, 244, 148, 0.2)));
  background: -webkit-linear-gradient(transparent 60%, rgba(159, 244, 148, 0.2) 60%);
  background: linear-gradient(transparent 60%, rgba(159, 244, 148, 0.2) 60%);
  font-size: clamp(17px, 1.317715959vw, 20px);
}/*# sourceMappingURL=ad.css.map */