@charset "UTF-8";

:root {
  /* ----AC---- */
  --bg-image: url('https://works-agency.jp/kimura-pj/wp-content/themes/kimura-pj/img/background.jpg');
}

/* 各セクションのCSS */

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffbf00;
}
.slick-dots li button:before {
    color: #ffbf00;
}

.slick-next:before, .slick-prev:before {
    color: #ffcb31;
}

footer li {
  color: #fff;
}

a {
  color: rgb(0, 229, 255);
}
a:hover {
  text-decoration: none;
}
a img {
  transition: .5s;
}
a:hover img {
  opacity: .5;
}

.marker {
  background: linear-gradient(transparent 15%, rgb(176, 12, 12) 15%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;

}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  /*----------------------------------------
  #line
  ----------------------------------------*/
  #line .inner {
    background: var(--bg-image) repeat-y center top;
    background-size: 300%;
  }
  #line .text {
    padding: 3% 1% 5%;
    background: #000000ac;
  }
  #line .text p {
    color: #fff;
    text-align: center;
  }
  .slick-next, .slick-prev {
      width: 30px;
      height: 30px;
      z-index: 555;
  }
  .slick-next:before, .slick-prev:before {
      font-size: 30px;
  }
  .slick-prev {
      left: -10%;
  }
  .slick-next {
      right: -10%;
  }
  #line .sentence {
      background: #ffc252;
      padding: 4% 4%;
      text-align: left;
      border-image-slice: 1;
      box-shadow: inset 0 0 6px #493d00;
      border: 3px solid;
      border-image: linear-gradient(53deg, #550000 0%, #cb0000 50%, #550000 100%);
      border-image-slice: 1;
  }

  #line .sentence ul li {
      font-size: 3.6vw;
      margin-bottom: 2%;
      padding-left: 5%;
      position: relative;
      color: #040404;
  }

  #line .mail-box {
      background: maroon;
      padding: 4% 0;
      text-align: center;
      font-size: 2.7vw;
      font-weight: bold;
      line-height: 1.2;
      margin: 3% 0;
      background: linear-gradient(53deg, #550000 0%, #cb0000 50%, #550000 100%);
      text-shadow: 0px 0px 2px #730000, 0px 0px 6px #730000, 0px 0px 8px #730000;
  }

  #line .sentence ul li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #040404;
    width: calc(100vw / 30);
    display: inline-block;
    height: calc(100vw / 30);
    color: #ffd600;
    border-radius: 50%;
    text-align: center;
    line-height: calc(100vw / 30);
    margin-right: 12px;
    font-family: "Font Awesome 5 Free";
    font-size: calc(100vw / 47);
  }

  #line .sentence ul li.from::before {
    content: "\f007";
  }

  #line .sentence ul li.mail::before {
    content: "\f0e0";
  }

  #line .sentence ul li.title::before {
    content: "\f56b";
  }

  /*---------------------------------*/
  /*	#yahoo_notice
  /*---------------------------------*/
  #yahoo_notice {
    background: var(--bg-image) repeat-y center top;
    background-size: 300%;
    display: none;
  }
  #yahoo_notice .inner {
    background: #000000ac;
    padding: 0 3%;
  }
  #yahoo_notice .text {
    padding: 2% 2%;
    background: #fac533;
  }
  #yahoo_notice .text p {
    color: #333;
    text-align: center;
  }

  #yahoo_notice h2 {
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
  }

  #yahoo_notice .yahoo_title {
    background: #fac533;
    text-align: center;
    margin-bottom: 5%;
    padding: 6% 3%;
    position: relative;
  }

  #yahoo_notice .yahoo_title::before,
  #yahoo_notice .yahoo_title::after {
    content: " ";
    background: repeating-linear-gradient(-45deg, #333, #333 10px, #fac533 0, #fac533 20px);
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    left: 0;
  }

  #yahoo_notice .yahoo_title::before {
    top: 0;
  }

  #yahoo_notice .yahoo_title::after {
    bottom: 0;
  }

  #yahoo_notice h3 {
    font-size: 4vw;
    text-align: center;
    color: #333;
    line-height: 1.5;
    text-shadow: none;
    margin: 5% 0;
    line-height: 1.5;
    font-weight: bold;
  }

  #yahoo_notice h4 {
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 6vw;
    font-weight: bold;
    box-shadow: inset 0px 0px 6px #b1b1b1;
    padding: 0 4%;
  }

  #yahoo_notice .first-cover {
    padding: 0;
  }

  #yahoo_notice .first-notice {
    background: #fff;
    padding: 4%;
    text-align: center;
  }

  #yahoo_notice .first-notice p {
    font-size: 3.5vw;
    font-weight: bold;
  }

  #yahoo_notice .first-notice br {
    display: none;
  }

  #yahoo_notice button {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 700px;
    padding: 0 2%;
  }

  #yahoo_notice .inner button a {
    display: block;
    padding: 2% 0;
    font-size: 3.3vw;
    background: #333;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    border: 3px solid #fff;
    box-shadow: 0px 6px 10px #333;
  }

  #yahoo_notice .inner button a:hover {
    background: #6d6d6d;
    transform: translateY(6px);
    transition: 0.5s;
    box-shadow: none;
  }

  /* #yahoo_notice .inner .step-box {
    padding: 0 3% 3%;
    max-width: 980px;
    margin: 0 auto;
  } */

  #yahoo_notice .inner .step {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: inset 0px 0px 6px #b1b1b1;
    width: 100%;
  }

  #yahoo_notice .inner .step p {
    font-size: 3.5vw;
  }

  .step a {
    color: #333;
  }

  .step a:hover {
    color: #1229d4;
  }

  /*----------------------------------------
  #sns
  ----------------------------------------*/
  #sns .inner {
    background: var(--bg-image) repeat-y center top;
    background-size: 300%;
  }
  #sns .text {
    padding: 3% 1% 5%;
    background: #000000ac;
  }
  #sns .text p {
    color: #fff;
    text-align: center;
  }

  .remodal {
    display: block!important;
  }

  /*----------------------------------------
  #registration_guide
  ----------------------------------------*/
  #registration_guide2 {
    display: none;
  }
  #registration_guide2 .inner {
    background: var(--bg-image) repeat-y center top;
    background-size: 300%;
    display: none;
  }
  #registration_guide2 .text {
    padding: 3% 1% 5%;
    background: #000000ac;
  }
  #registration_guide2 .text p {
    color: #fff;
    text-align: center;
  }
  #registration_guide2 dl {
    border-left: 3px solid #ffd400;
    /* padding-bottom: 3%; */
    position: relative;
    width: 95%;
    margin: 0 auto;
  }

  #registration_guide2 dl dt {
    color: #333;
    font-size: 4.2vw;
    border: 5px solid #ffd400;
    font-weight: bold;
    background: #fff;
  }

  a.apps {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
  }

  a.ga {
    width: 37%;
  }

  #registration_guide2 .app-frex {
    display: flex;
    justify-content: center;
  }

  #registration_guide2 dl dt span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background: #ffd400;
    color: #000;
    font-weight: bold;
  }

  #registration_guide2 dl dd {
    padding: 3%;
  }

  .flex-regist {
    display: flex;
  }

#registration_guide2 .flex-inner img {
  width: 100%;
  max-width: 100%;
  vertical-align: baseline !important;
  margin-right: 2%;
}
#registration_guide2 dl dd .flex-regist {
  justify-content: flex-start;
}

#registration_guide2 dl dd .flex-regist .flex-inner {
  width: 28%;
  margin-right: 5%;
  position: relative;
}

#registration_guide2 .flex-inner img {
  width: 100%;
  max-width: 100%;
  vertical-align: baseline !important;
  margin-right: 2%;
}

  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch .inner {
    background: var(--bg-image) repeat-y center top;
    background-size: 300%;
  }
  #launch .text {
    padding: 3% 1% 5%;
    background: #000000ac;
  }
  #launch .text p {
    color: #fff;
    text-align: center;
  }

  /*----------------------------------------
  #modal
  ----------------------------------------*/
  .modal-header {
    background: linear-gradient(-90deg, #eb5700 0%, #e50000 25%, #d10000 50%, #d30000 75%, #ff3b00 100%);
    color: #fff;
    font-weight: bold;
  }

  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
}










@media screen and (min-width: 769px) {
  /*----------------------------------------
  #帯
  ----------------------------------------*/
  #header-top {
      padding: 1% 0;
      width: 100%;
      text-align: center;
  }
  /*----------------------------------------
  #line
  ----------------------------------------*/
  #line {
    padding: 0%;
    background: var(--bg-image) no-repeat center top fixed;
    background-size: cover;
  }
  /* テキストが左側 */
    /* #line .inner {
      margin: 0 40% 10% 8%;
    } */
  /* テキストが真ん中 */
    #line .inner {
      margin: 0 auto 0%;
      width: 70%;
    }
  /* テキストが右側 */
    /* #line .inner {
      margin: 0 8% 10% 40%;
    } */

  #line .text {
    padding: 1% 0 3%;
    background: rgb(14 14 14 / 85%);
  }
  #line .text p {
    color: #fff;
    text-align: center;
  }

  .header-line-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(0px 12px 0px #005b25);
    transition: .5s;
    margin-top: 0%;
    transform: translateY(0);
    border-radius: 12px;
  }

  .header-line-btn:hover {
    filter: none;
    transform: translateY(12px);
  }

  .slick-dots li button {
      width: 25px;
      height: 25px;
  }
  .slick-dots li button:before {
      width: 25px;
      height: 25px;
      font-size: 12.5px;
      color: #ffbf00;
      opacity: .2;
  }
  .slick-next, .slick-prev {
      width: 60px;
      height: 60px;
      z-index: 555;
  }
  .slick-next:before, .slick-prev:before {
      font-size: 60px;
  }
  .slick-prev {
    left: -20%;
  }
  .slick-next {
    right: -19%;
  }

  .sentence {
      background: #ffc252;
      padding: 4% 4%;
      text-align: left;
      border-image-slice: 1;
      box-shadow: inset 0 0 6px #493d00;
      border: 3px solid;
      border-image: linear-gradient(53deg, #550000 0%, #cb0000 50%, #550000 100%);
      border-image-slice: 1;
      width: 85%;
      margin: 0 auto;
  }

  .sentence ul li {
      font-size: calc(90vw / 44);
      margin-bottom: 2%;
      padding-left: 8%;
      position: relative;
      color: #040404;
  }

  .sentence .mail-box {
      background: maroon;
      padding: 4% 0;
      text-align: center;
      font-size: calc(100vw / 60);
      font-weight: bold;
      line-height: 1.2;
      margin: 3% 0;
      background: linear-gradient(53deg, #550000 0%, #cb0000 50%, #550000 100%);
      text-shadow: 0px 0px 2px #730000, 0px 0px 6px #730000, 0px 0px 8px #730000;
  }

  .sentence ul li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #040404;
    width: calc(100vw / 30);
    display: inline-block;
    height: calc(100vw / 30);
    color: #ffd600;
    border-radius: 50%;
    text-align: center;
    line-height: calc(100vw / 30);
    margin-right: 12px;
    font-family: "Font Awesome 5 Free";
    font-size: calc(100vw / 47);
  }

  .sentence ul li.from::before {
    content: "\f007";
  }

  .sentence ul li.mail::before {
    content: "\f0e0";
  }

  .sentence ul li.title::before {
    content: "\f56b";
  }

  .sentence .mail-image {
    border: 2px solid #610e00;
  }
  /*----------------------------------------
  #yahoo_notice
  ----------------------------------------*/
  #yahoo_notice {
    padding: 0%;
    background: var(--bg-image) no-repeat center top fixed;
    background-size: cover;
    display: none;
  }
  /* テキストが左側 */
    /* #yahoo_notice .inner {
      margin: 0 40% 10% 8%;
    } */
  /* テキストが真ん中 */
    #yahoo_notice .inner {
      margin: 0 auto 0%;
      width: 70%;
      background: rgb(14 14 14 / 85%);
      padding: 0% 0 3% 0%;
    }

  /* テキストが右側 */
    /* #yahoo_notice .inner {
      margin: 0 8% 10% 40%;
    } */

  #yahoo_notice .text {
    margin: 0 auto;
    background: rgb(14 14 14 / 85%);
    background: url("../images/back-yahoo_notice.jpg") no-repeat fixed;
    width: 85%;
  }
  #yahoo_notice .text p {
    color: #333;
    text-align: center;
  }

  #yahoo_notice h2 {
    font-size: 8rem;
    color: #333;
    line-height: 1.1;
    font-weight: 800;
  }

  #yahoo_notice .yahoo_title {
    background: #fac533;
    text-align: center;
    padding: 6% 1%;
    position: relative;
    margin-bottom: 5%;
  }

  #yahoo_notice .yahoo_title::before,
  #yahoo_notice .yahoo_title::after {
    content: " ";
    background: repeating-linear-gradient(-45deg, #333, #333 10px, #fac533 0, #fac533 20px);
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
  }

  #yahoo_notice .yahoo_title::before {
    top: 0;
  }

  #yahoo_notice .yahoo_title::after {
    bottom: 0;
  }

  #yahoo_notice .yahoo_title p {
    font-weight: 600;
  }

  #yahoo_notice h3 {
    font-size: 5rem;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 3px 2px #333333, 0px 0px 6px #333333;
    font-weight: 600;
    margin: 5% 0 2%;
  }

  #yahoo_notice .first-cover {
    width: 75%;
    margin: 0 auto;
    background: rgba(51, 51, 51, 0.8);
    padding: 4%;
    border-radius: 20px;
  }

  #yahoo_notice .first-notice {
    background: #fff;
    padding: 3%;
    text-align: center;
  }

  #yahoo_notice .first-notice p{
    color: #000;
    font-weight: 500;
    font-size: 2rem;
  }

  #yahoo_notice button {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 700px;
  }

  #yahoo_notice .inner button a {
    display: block;
    padding: 20px 40px;
    font-size: 24px;
    background: #333;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    border: 3px solid #fff;
    box-shadow: 0px 6px 10px #333;
  }

  #yahoo_notice .inner button a:hover {
    background: #6d6d6d;
    transform: translateY(6px);
    transition: 0.5s;
    box-shadow: none;
  }

  #yahoo_notice .inner .step-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #yahoo_notice h4 {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 1%;
    font-size: 2.4rem;
    box-shadow: inset 0px 0px 6px #b1b1b1;
    width: 15%;
    text-align: center;
    height: 2%;
    font-weight: 500;
  }

  #yahoo_notice .inner .step-box .step {
    width: 80%;
    background: #fff;
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: inset 0px 0px 6px #b1b1b1;
  }

  #yahoo_notice .inner .step-box .step p {
    color: #000;
    font-weight: 500;
    font-size: 2rem;
    text-align: left;
  }

  .step a {
    color: #333;
  }

  .step a:hover {
    color: #1229d4;
  }
  /*----------------------------------------
  #sns
  ----------------------------------------*/
  #sns {
    padding: 0%;
    background: var(--bg-image) no-repeat center top fixed;
    background-size: cover;
  }
  /* テキストが左側 */
    /* #line .inner {
      margin: 0 40% 10% 8%;
    } */
  /* テキストが真ん中 */
    #sns .inner {
      margin: 0 auto 0%;
      width: 70%;
    }
  /* テキストが右側 */
    /* #line .inner {
      margin: 0 8% 10% 40%;
    } */

  #sns .text {
    padding: 1% 0 3%;
    background: rgb(14 14 14 / 85%);
  }
  #sns .text p {
    color: #fff;
    text-align: center;
  }
  /*----------------------------------------
  #registration_guide
  ----------------------------------------*/
  #registration_guide {
    padding: 0%;
    background: var(--bg-image) no-repeat center top fixed;
    background-size: cover;
    display: none;
  }
  /* テキストが左側 */
    /* #registration_guide .inner {
      margin: 0 40% 10% 8%;
    } */
  /* テキストが真ん中 */
    #registration_guide .inner {
      margin: 0 auto 0%;
      width: 70%;
    }
  /* テキストが右側 */
    /* #registration_guide .inner {
      margin: 0 8% 10% 40%;
    } */

  #registration_guide .text {
    padding: 1% 0 3%;
    background: rgb(14 14 14 / 85%);
  }
  #registration_guide .text p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }

  #registration_guide dl {
    border-left: 3px solid #ffd400;
    /* padding-bottom: 3%; */
    position: relative;
    width: 70%;
    margin: 0 auto;
  }

  #registration_guide dl dt {
    color: #333;
    font-size: 22px;
    border: 5px solid #ffd400;
    font-weight: bold;
    background: #fff;
  }

  a.apps {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
  }

  a.ga {
    width: 37%;
  }

  #registration_guide .app-frex {
    display: flex;
    justify-content: center;
  }

  #registration_guide dl dt span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background: #ffd400;
    color: #000;
    font-weight: bold;
  }

  #registration_guide dl dd {
    padding: 3%;
  }
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch {
    padding: 0%;
    background: var(--bg-image) no-repeat center top fixed;
    background-size: cover;
  }
  /* テキストが左側 */
    /* #launch .inner {
      margin: 0 40% 10% 8%;
    } */
  /* テキストが真ん中 */
    #launch .inner {
      margin: 0 auto 0%;
      width: 70%;
    }
  /* テキストが右側 */
    /* #launch .inner {
      margin: 0 8% 10% 40%;
    } */

  #launch .text {
    padding: 1% 0 3%;
    background: rgb(14 14 14 / 85%);
  }
  #launch .text p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }

  /*----------------------------------------
  #modal
  ----------------------------------------*/
  .modal-header {
    background: linear-gradient(-90deg, #eb5700 0%, #e50000 25%, #d10000 50%, #d30000 75%, #ff3b00 100%);
    color: #fff;
    font-weight: bold;
  }
  .pc {
    display: block!important;
  }
  .sp {
    display: none!important;
  }
}