@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  web - WEB広告
============================================================================*/
.web {
  /* ==================================================
    top
  ================================================== */
  /* ==================================================
    influencer - インフルエンサー広告
  ================================================== */
}
.web.top {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    point
  ------------------------------- */
  /* -------------------------------
    list
  ------------------------------- */
}
.web.top .kv-lower {
  background-image: url(../img/web/top/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .web.top .kv-lower {
    background-image: url(../img/web/top/kv-bg_sp.png);
  }
}
.web.top .point .title__h2-color--en {
  letter-spacing: 0.2em;
}
.web.top .point__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .web.top .point__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.web.top .point__img {
  display: block;
  width: calc((100% - 20px - 20px) / 3);
  margin-right: 20px;
}
@media screen and (max-width: 799px) {
  .web.top .point__img {
    width: calc((100% - 10px - 10px) / 3);
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .web.top .point__img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 800px) {
  .web.top .point__img:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .web.top .point__img:last-of-type {
    margin-bottom: 0;
  }
}
.web.top .list .title__h2-color--en {
  letter-spacing: 0.3em;
}
.web.top .list__content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .web.top .list__content {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.web.top .list__content:last-of-type {
  margin-bottom: 0;
}
.web.top .list__content__titlearea {
  width: 100%;
  padding: 20px;
  background-color: #d1f1fb;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__titlearea {
    padding: 10px;
  }
}
.web.top .list__content__titlearea .list_title__h3 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__titlearea .list_title__h3 {
    font-size: 1.8rem;
  }
}
.web.top .list__content__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 10px 15px;
  }
}
.web.top .list__content__textarea .list_title__h4 {
  color: #3771d7;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__textarea .list_title__h4 {
    font-size: 1.6rem;
  }
}
.web.top .list__content__textarea__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web.top .list__content__textarea__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__textarea__text {
    font-size: 1.4rem;
  }
}
.web.top .list__content__textarea__img {
  margin-left: 20px;
  width: 190px;
}
@media screen and (max-width: 599px) {
  .web.top .list__content__textarea__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 75%;
  }
}
.web.top .list__content__textarea__img::before {
  padding-top: 68.4210526316%;
}
.web.top .list__content__textarea__img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.web.top .list__content--main .list__content__textarea {
  background-color: #e7f8fd;
}
.web.top .list__first {
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1099px) {
  .web.top .list__first {
    padding: 5px;
  }
}
.web.top .list__first__inner {
  padding: 10px 20px 10px 40px;
  background-color: #fbe2cd;
}
@media screen and (max-width: 599px) {
  .web.top .list__first__inner {
    padding: 20px;
  }
}
.web.top .list__first__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.web.top .list__first__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .web.top .list__first__link {
    font-size: 1.4rem;
    text-align: center;
  }
}
.web.top .list__first__link .icon__link {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .web.top .list__first__link .icon__link {
    right: -1.5em;
  }
}
.web.top .list__first__link .icon__link::after {
  background-color: #333;
}
.web.top .list__first__link:hover {
  opacity: 0.7;
}
.web.influencer {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    what
  ------------------------------- */
  /* -------------------------------
    case
  ------------------------------- */
}
.web.influencer .kv-lower {
  background-image: url(../img/web/influencer/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .web.influencer .kv-lower {
    background-image: url(../img/web/influencer/kv-bg_sp.png);
  }
}
.web.influencer .what .title__h2-color--en {
  letter-spacing: 0.2em;
}
.web.influencer .what__desc {
  color: #333;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.89;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .web.influencer .what__desc {
    font-size: 1.4rem;
  }
}
.web.influencer .what__contentarea {
  border: 2px solid #98b6ea;
  padding: 60px 40px 30px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .web.influencer .what__contentarea {
    padding: 40px 20px 15px;
  }
}
.web.influencer .what__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .web.influencer .what__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .web.influencer .what__content:last-of-type {
    margin-bottom: 0;
  }
}
.web.influencer .what__content__title__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  background: linear-gradient(-10deg, #9db7e9 0%, #9db7e9 50%, #c8d8f4 50%, #c8d8f4 100%);
  color: #333;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 799px) {
  .web.influencer .what__content__title__h2 {
    width: 220px;
    height: 40px;
    top: -20px;
    font-size: 1.6rem;
  }
}
.web.influencer .what__content__influencer {
  display: block;
  width: calc((100% - 40px - 40px) / 3);
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .web.influencer .what__content__influencer {
    width: calc((100% - 20px - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .web.influencer .what__content__influencer {
    width: 100%;
    margin-bottom: 20px;
  }
}
.web.influencer .what__content__influencer__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #e7f8fd;
  font-size: 2.1rem;
  font-weight: 300;
}
@media screen and (max-width: 799px) {
  .web.influencer .what__content__influencer__name {
    height: 40px;
    font-size: 1.6rem;
  }
}
.web.influencer .what__content__influencer__img {
  margin-bottom: 10px;
}
.web.influencer .what__content__influencer__desc {
  font-weight: 300;
}
.web.influencer .case__detail__content__imgarea--1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .web.influencer .case__detail__content__imgarea--1col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.web.influencer .case__detail__content__imgarea--1col .case__detail__content__img {
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .web.influencer .case__detail__content__imgarea--1col .case__detail__content__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.web.influencer .case__detail__content__imgarea--1col .case__detail__content__img:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .web.influencer .case__detail__content__imgarea--1col .case__detail__content__img:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}