@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.mv {
  position: relative;
}
@media screen and (max-width: 818px) {
  .mv {
    background: url(../img/top/mv_bg_sp.webp) no-repeat bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_bg {
    min-height: 800px;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_bg {
    display: none;
  }
}
.mv .mv_bg img {
  width: 100%;
  max-height: 800px;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 818px) {
  .mv .mv_bg img {
    max-height: fit-content;
  }
}
.mv .mv_item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 818px) {
  .mv .mv_item {
    position: relative;
  }
}
.mv .mv_item .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .inner {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.mv .mv_item .ttl_item {
  width: fit-content;
}
.mv .mv_item .big_ttl {
  display: flex;
  line-height: 1.01;
  align-items: end;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .big_ttl {
    margin: auto;
    width: fit-content;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.mv .mv_item .big_ttl .getu {
  display: inline-block;
  line-height: 1.01;
  font-size: 75px;
  letter-spacing: 0.75px;
  font-weight: 900;
  margin-left: 5px;
  padding-bottom: 30px;
  text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .big_ttl .getu {
    margin-left: 0;
    font-size: 44px;
    letter-spacing: 0;
    padding-bottom: 18px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
  }
}
.mv .mv_item .big_ttl .num {
  font-size: 160px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1.01;
  -webkit-text-stroke-width: 3.45px;
  -webkit-text-stroke-color: #ffffff;
  background: linear-gradient(90deg, #F52B52 5%, #9E1B35 50%, #040102 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  margin-left: 5px;
}
.mv .mv_item .big_ttl .num span {
  font-size: 120px;
  margin-left: -5px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .big_ttl .num span {
    font-size: 100px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 818px) {
  .mv .mv_item .big_ttl .num {
    margin-left: 0;
    font-size: 100px;
    letter-spacing: -5px;
    -webkit-text-stroke-width: 2px;
  }
}
.mv .mv_item .big_ttl .en {
  position: relative;
  width: fit-content;
  font-size: 75px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.95px;
  margin-left: 10px;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
  padding-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .big_ttl .en {
    margin-left: 5px;
    padding-bottom: 40px;
    padding-bottom: 12px;
    font-size: 44px;
    letter-spacing: 0.44px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
  }
}
.mv .mv_item .big_ttl .en::before {
  position: absolute;
  content: "万円~";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, #041919 0%, #24EFE9 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
.mv .mv_item .small_ttl {
  line-height: 1.01;
  font-size: 79px;
  letter-spacing: 1.58px;
  font-weight: bold;
  text-align: left;
  margin-top: -10px;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .small_ttl {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
    letter-spacing: 0;
    margin-top: -5px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
    letter-spacing: 1.2px;
  }
}
.mv .mv_item .icon_list {
  position: relative;
  z-index: 20;
  margin-top: 20px;
  width: 100%;
  max-width: 588px;
  column-gap: 34px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .icon_list {
    margin-top: 10px;
    column-gap: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mv .mv_item .icon_list li {
  width: calc(33.3333% - 22.6666px);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .icon_list li {
    width: calc(33.3333% - 13.33333px);
  }
}
.mv .mv_item .sub_icon_list {
  width: 100%;
  max-width: 588px;
  display: flex;
  margin-top: 25px;
  gap: 8px;
  column-gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    gap: 5px;
    column-gap: 18px;
    margin-top: 15px;
  }
}
.mv .mv_item .sub_icon_list li {
  width: calc(20% - 4px);
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list li {
    width: calc(33.33333% - 12px);
  }
}
.mv .mv_item .sub_icon_list dl {
  display: flex;
  width: 100%;
  line-height: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list dl {
    line-height: 24px;
  }
}
.mv .mv_item .sub_icon_list dl dt {
  border-radius: 4px 0 0 4px;
  background: #090405;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list dl dt {
    width: 30px;
  }
}
.mv .mv_item .sub_icon_list dl dt img {
  max-width: 23px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list dl dt img {
    max-width: 18px;
  }
}
.mv .mv_item .sub_icon_list dl dd {
  width: calc(100% - 32px);
  border-radius: 0 4px 4px 0;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.014em;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sub_icon_list dl dd {
    font-size: 12px;
    letter-spacing: 0.012em;
    width: calc(100% - 30px);
  }
}
.mv .mv_item .sp_img {
  display: none;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .sp_img {
    margin-top: -50px;
    display: block;
  }
}
.mv .mv_item .btn_item_sp {
  display: none;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .btn_item_sp {
    display: flex;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 555;
    width: 100%;
  }
  .mv .mv_item .btn_item_sp .dl_btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    border-radius: 16px 16px 0 0;
    text-align: center;
    background: #ffffff;
    position: relative;
  }
  .mv .mv_item .btn_item_sp .dl_btn span {
    padding-top: 3px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mv .mv_item .btn_item_sp .dl_btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px 16px 0 0;
    padding: 2px 2px 0 2px;
    background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .mv .mv_item .btn_item_sp .c_btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    border-radius: 16px 16px 0 0;
    text-align: center;
    background: #ffffff;
    background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
    color: #ffffff;
    position: relative;
  }
  .mv .mv_item .btn_item_sp .c_btn span {
    padding-top: 3px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
}
.mv .mv_item .btn_item_pc {
  margin-top: 35px;
  display: flex;
  column-gap: 17px;
}
@media screen and (max-width: 818px) {
  .mv .mv_item .btn_item_pc {
    display: none;
  }
}
.mv .mv_item .btn_item_pc .dl_btn {
  width: calc(50% - 8.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  border-radius: 70px;
  text-align: center;
  background: #ffffff;
  position: relative;
  padding-right: 20px;
}
.mv .mv_item .btn_item_pc .dl_btn span {
  display: block;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv .mv_item .btn_item_pc .dl_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mv .mv_item .btn_item_pc .dl_btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 37px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_tiktok_icon.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.mv .mv_item .btn_item_pc .dl_btn:hover {
  opacity: 1;
}
.mv .mv_item .btn_item_pc .dl_btn:hover::before {
  right: 27px;
}
.mv .mv_item .btn_item_pc .c_btn {
  font-size: 20px;
  font-weight: bold;
  width: calc(50% - 8.5px);
  display: block;
  text-align: center;
  padding-right: 20px;
  line-height: 70px;
  border-radius: 70px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  color: #ffffff;
  position: relative;
}
.mv .mv_item .btn_item_pc .c_btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 37px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_w_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.mv .mv_item .btn_item_pc .c_btn:hover {
  opacity: 1;
}
.mv .mv_item .btn_item_pc .c_btn:hover::before {
  right: 27px;
}
.slide_box {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .slide_box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.slide_box .swiper-wrapper {
  transition-timing-function: linear;
}
.slide_box .swiper-slide img {
  height: auto;
  width: 100%;
}
.slide_box .slide02 {
  margin-top: 10px;
}
.nayami {
  background: url(../img/top/nayami_bg.webp) no-repeat bottom;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 818px) {
  .nayami {
    background: url(../img/top/nayami_bg_sp.webp) no-repeat bottom;
    background-size: 100% 100%;
  }
}
.nayami::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 60px;
  z-index: 1;
  background: url(../img/top/nayam_after.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .nayami::after {
    top: 30px;
  }
}
.nayami .inner {
  padding-top: 95px;
  padding-bottom: 83px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .nayami .inner {
    padding-top: 25px;
    padding-bottom: 70px;
  }
}
.nayami .ttl {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .nayami .ttl {
    text-align: left;
  }
}
.nayami .ttl .t01 {
  color: #ffffff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #59585B, -2px -2px 0 #59585B, -2px 2px 0 #59585B, 2px -2px 0 #59585B, 0px 2px 0 #59585B, -2px 0 #59585B, -2px 0 0 #59585B, 2px 0 0 #59585B;
}
@media screen and (max-width: 1130px) {
  .nayami .ttl .t01 {
    letter-spacing: 2;
    font-size: 65px;
  }
}
@media screen and (max-width: 1010px) {
  .nayami .ttl .t01 {
    font-size: 55px;
  }
}
@media screen and (max-width: 880px) {
  .nayami .ttl .t01 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 818px) {
  .nayami .ttl .t01 {
    font-size: 20px;
    display: block;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0 #59585B, -1px -1px 0 #59585B, -1px 1px 0 #59585B, 1px -1px 0 #59585B, 0px 1px 0 #59585B, -1px 0 #59585B, -1px 0 0 #59585B, 1px 0 0 #59585B;
  }
}
.nayami .ttl .t02 {
  color: #59585B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 4.5px;
  position: relative;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}
@media screen and (max-width: 1130px) {
  .nayami .ttl .t02 {
    letter-spacing: 2;
    font-size: 80px;
  }
}
@media screen and (max-width: 1010px) {
  .nayami .ttl .t02 {
    font-size: 70px;
  }
}
@media screen and (max-width: 880px) {
  .nayami .ttl .t02 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 818px) {
  .nayami .ttl .t02 {
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
  }
}
.nayami .ttl .t03 {
  color: #ffffff;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: 3.75px;
  position: relative;
  text-shadow: 2px 2px 0 #59585B, -2px -2px 0 #59585B, -2px 2px 0 #59585B, 2px -2px 0 #59585B, 0px 2px 0 #59585B, -2px 0 #59585B, -2px 0 0 #59585B, 2px 0 0 #59585B;
}
@media screen and (max-width: 1130px) {
  .nayami .ttl .t03 {
    letter-spacing: 2;
    font-size: 65px;
  }
}
@media screen and (max-width: 1010px) {
  .nayami .ttl .t03 {
    font-size: 55px;
  }
}
@media screen and (max-width: 880px) {
  .nayami .ttl .t03 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 818px) {
  .nayami .ttl .t03 {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: 1px 1px 0 #59585B, -1px -1px 0 #59585B, -1px 1px 0 #59585B, 1px -1px 0 #59585B, 0px 1px 0 #59585B, -1px 0 #59585B, -1px 0 0 #59585B, 1px 0 0 #59585B;
  }
}
.nayami .img {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1130px) {
  .nayami .img {
    max-width: 85%;
  }
}
@media screen and (max-width: 818px) {
  .nayami .img {
    max-width: 336px;
    margin-top: 28px;
  }
}
.p_s_bg {
  background: url(../img/top/point_bg.webp) no-repeat bottom;
  background-size: cover;
  padding-bottom: 75px;
}
@media screen and (max-width: 818px) {
  .p_s_bg {
    padding-bottom: 100px;
  }
}
.more {
  padding-left: 20px;
  display: none;
}
@media screen and (max-width: 818px) {
  .more {
    display: block;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    position: relative;
    width: fit-content;
    padding-bottom: 5px;
    padding-right: 38px;
    margin-top: 10px;
  }
  .more::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 15px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../img/top/point_btn.webp) no-repeat top;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
}
.point {
  position: relative;
  margin-top: -55px;
}
@media screen and (max-width: 818px) {
  .point {
    margin-top: -20px;
  }
}
.point::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 368px;
  left: 0;
  top: 110px;
  z-index: 1;
  background: url(../img/top/point_icon.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .point::after {
    top: 60px;
  }
}
.point .inner {
  padding-top: 170px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .point .inner {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.point .point_ttl {
  margin: auto;
  position: relative;
  width: 100%;
  text-align: left;
  max-width: 1097px;
}
@media screen and (max-width: 818px) {
  .point .point_ttl {
    text-align: center;
  }
}
.point .point_ttl::after {
  position: absolute;
  content: "";
  width: 53.23%;
  height: 567px;
  right: 0;
  bottom: -63px;
  z-index: 1;
  background: url(../img/top/point_ttl_after.webp) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .point .point_ttl::after {
    display: none;
  }
}
.point .point_ttl .t01 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: inline-block;
  display: block;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
}
@media screen and (max-width: 1200px) {
  .point .point_ttl .t01 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 818px) {
  .point .point_ttl .t01 {
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-align: center;
    width: fit-content;
    margin: auto;
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
}
.point .point_ttl .t01::before {
  position: absolute;
  content: "アルパカSNS for TikTokなら";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  -webkit-background-clip: text;
  text-shadow: none;
}
.point .point_ttl .t02 {
  font-size: 226px;
  font-weight: 900;
  letter-spacing: 12px;
  text-align: left;
  line-height: 1.07;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: inline-block;
  text-shadow: 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff;
}
@media screen and (max-width: 1200px) {
  .point .point_ttl .t02 {
    font-size: 22vw;
  }
}
@media screen and (max-width: 818px) {
  .point .point_ttl .t02 {
    margin-top: 0;
    font-size: 109px;
    text-align: center;
    letter-spacing: 6px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
  }
}
.point .point_ttl .t02::before {
  position: absolute;
  content: "解決";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  -webkit-background-clip: text;
  text-shadow: none;
}
.point .point_ttl .t03 {
  font-size: 141px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.07;
  color: #ffffff;
  position: relative;
  width: fit-content;
  display: inline-block;
  text-shadow: 4px 4px 4px #ffffff, -4px 4px 4px #ffffff, -4px -4px 0 #ffffff, 4px -4px 0 #ffffff;
}
@media screen and (max-width: 1200px) {
  .point .point_ttl .t03 {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 818px) {
  .point .point_ttl .t03 {
    margin-top: 3px;
    font-size: 68px;
    text-align: center;
    letter-spacing: 0;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff;
  }
}
.point .point_ttl .t03::before {
  position: absolute;
  content: "できます!!";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  -webkit-background-clip: text;
  text-shadow: none;
}
.point .point_sp_icon {
  display: none;
}
@media screen and (max-width: 818px) {
  .point .point_sp_icon {
    margin-bottom: 40px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
}
.point .point_slide_sp {
  display: none;
}
@media screen and (max-width: 818px) {
  .point .point_slide_sp {
    display: block;
    padding-left: 20px;
    min-height: 640px;
  }
  .point .point_slide_sp .txt {
    width: 100%;
    margin-top: 20px;
  }
  .point .point_slide_sp .txt .list_ttl {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 1px;
  }
  .point .point_slide_sp .txt p {
    text-align: left;
    color: #59585B;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 1.65;
  }
}
.point .point_list_pc {
  max-width: 990px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .point .point_list_pc {
    display: none;
  }
}
.point .point_list_pc li {
  display: flex;
  align-items: center;
  column-gap: 80px;
}
@media screen and (max-width: 1200px) {
  .point .point_list_pc li {
    column-gap: 40px;
  }
}
.point .point_list_pc li + li {
  margin-top: 60px;
}
.point .point_list_pc li:nth-child(even) {
  flex-direction: row-reverse;
}
.point .point_list_pc li:nth-child(even) .img {
  text-align: left;
}
.point .point_list_pc li .img {
  width: calc(50% - 80px);
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .point .point_list_pc li .img {
    width: calc(50% - 40px);
  }
}
.point .point_list_pc li .txt {
  width: 50%;
}
.point .point_list_pc li .txt .list_ttl {
  width: fit-content;
  text-align: left;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.55;
  letter-spacing: 2.5px;
}
.point .point_list_pc li .txt p {
  text-align: left;
  color: #59585B;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.65;
}
.h2_ttl {
  width: fit-content;
  margin: auto;
  line-height: 1.01;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 2.5px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    margin-bottom: 50px;
    font-size: 35px;
  }
}
.service {
  position: relative;
}
.service::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 268px;
  left: 0;
  top: 120px;
  z-index: 1;
  background: url(../img/top/service_icon.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service::after {
    top: 100px;
  }
}
.service .inner {
  padding-top: 170px;
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 818px) {
  .service .inner {
    padding-top: 120px;
  }
}
.service .h2_ttl {
  margin-bottom: 70px;
  color: #090405;
  background: none;
  -webkit-text-fill-color: black;
}
@media screen and (max-width: 818px) {
  .service .h2_ttl {
    margin-bottom: 50px;
  }
}
.service .service_slide {
  position: relative;
}
.service .service_slide .swiper-horizontal > .swiper-pagination-bullets,
.service .service_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.service .service_slide .swiper-pagination-custom,
.service .service_slide .swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .service .service_slide .swiper-horizontal > .swiper-pagination-bullets,
  .service .service_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .service .service_slide .swiper-pagination-custom,
  .service .service_slide .swiper-pagination-fraction {
    margin-top: 16px;
  }
}
.service .service_slide .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #C9CACA;
  opacity: 1;
  border-radius: 100%;
}
@media screen and (max-width: 818px) {
  .service .service_slide .swiper-pagination-bullet {
    margin: 0 3px;
    width: 7px;
    height: 7px;
  }
}
.service .service_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DCA6AE;
}
.service .service_slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.service .service_slide iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
  margin: auto;
}
.plan {
  z-index: 20;
  position: relative;
}
.plan::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 40px;
  z-index: 1;
  background: url(../img/top/plan_after.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .plan::after {
    top: 0;
  }
}
.plan .inner {
  position: relative;
  z-index: 10;
  padding-top: 120px;
}
@media screen and (max-width: 818px) {
  .plan .inner {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.plan .h2_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .plan .h2_ttl {
    margin-bottom: 40px;
  }
}
.plan .sub_ttl {
  width: 100%;
  text-align: center;
  position: relative;
}
.plan .sub_ttl span {
  line-height: 1.55;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .plan .sub_ttl span {
    font-size: 26px;
  }
}
.plan .plan_list,
.plan .plan_slide_sp {
  display: flex;
  column-gap: 20px;
  margin-top: 60px;
}
.plan .plan_list .plan_item,
.plan .plan_slide_sp .plan_item {
  width: calc(25% - 15px);
  border-radius: 4px;
  background: #ffffff;
  position: relative;
}
.plan .plan_list .plan_item .icon,
.plan .plan_slide_sp .plan_item .icon {
  position: absolute;
  top: -22px;
  width: 100%;
  height: fit-content;
  left: 0;
  z-index: 50;
}
.plan .plan_list .plan_item .icon .icon_item,
.plan .plan_slide_sp .plan_item .icon .icon_item {
  width: fit-content;
  border: 1px solid #C9CACA;
  background: #ffffff;
  line-height: 31px;
  margin: auto;
  font-size: 13px;
  letter-spacing: 0.46px;
  font-weight: bold;
  border-radius: 31px;
  width: 100%;
  max-width: 240px;
  position: relative;
}
.plan .plan_list .plan_item .icon .icon_item::after,
.plan .plan_slide_sp .plan_item .icon .icon_item::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  left: calc(50% - 6.5px);
  bottom: -10px;
  z-index: 1;
  background: url(../img/top/price_after_icon.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
.plan .plan_list .plan_item .big_flex,
.plan .plan_slide_sp .plan_item .big_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 87px;
}
.plan .plan_list .plan_item .ttl_item01,
.plan .plan_slide_sp .plan_item .ttl_item01 {
  background: #59585B;
  border-radius: 4px 4px 0 0;
  padding: 20px 10px 7px 10px;
  text-align: center;
}
.plan .plan_list .plan_item .ttl_item01 .big,
.plan .plan_slide_sp .plan_item .ttl_item01 .big {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.65;
  letter-spacing: 0.36px;
}
.plan .plan_list .plan_item .ttl_item01 .big span,
.plan .plan_slide_sp .plan_item .ttl_item01 .big span {
  font-size: 14px;
}
.plan .plan_list .plan_item .ttl_item01 .sub,
.plan .plan_slide_sp .plan_item .ttl_item01 .sub {
  line-height: 24px;
  width: fit-content;
  padding: 0 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
.plan .plan_list .plan_item .ttl_item02,
.plan .plan_slide_sp .plan_item .ttl_item02 {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.plan .plan_list .plan_item .txt_item,
.plan .plan_slide_sp .plan_item .txt_item {
  padding: 25px 20px 20px 20px;
}
.plan .plan_list .plan_item .txt_item .big_price,
.plan .plan_slide_sp .plan_item .txt_item .big_price {
  width: fit-content;
  margin: auto;
  line-height: 1.01;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
  color: #898989;
}
.plan .plan_list .plan_item .txt_item .big_price span,
.plan .plan_slide_sp .plan_item .txt_item .big_price span {
  font-family: "Roboto", sans-serif;
  margin-right: 2px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.96px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan .plan_list .plan_item .txt_item .kazu_item,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item {
  border: 1px solid #C9CACA;
  padding: 15px 9px 5px 9px;
  margin-top: 25px;
  position: relative;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_icon,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_icon {
  position: absolute;
  width: 100%;
  height: fit-content;
  text-align: center;
  top: -7px;
  left: 0;
  line-height: 1.01;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_icon .kazu_icon_item,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_icon .kazu_icon_item {
  background: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.24px;
  width: fit-content;
  margin: auto;
  padding: 0 9px;
  color: #59585B;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_ttl,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  text-align: center;
  color: #59585B;
  line-height: 1.01;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_ttl span,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_ttl span {
  line-height: 1.01;
  margin-right: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1.5px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_txt,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_txt {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #59585B;
  margin-top: 8px;
}
.plan .plan_list .plan_item .txt_item .kazu_item .kazu_subtxt,
.plan .plan_slide_sp .plan_item .txt_item .kazu_item .kazu_subtxt {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #59585B;
}
.plan .plan_list .plan_item .txt_item .option_item,
.plan .plan_slide_sp .plan_item .txt_item .option_item {
  margin-top: 24px;
  position: relative;
  border: 1px dashed #C9CACA;
  background: rgba(201, 202, 202, 0.1);
  padding: 20px 5px 5px 5px;
}
.plan .plan_list .plan_item .txt_item .option_item::after,
.plan .plan_slide_sp .plan_item .txt_item .option_item::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: -15px;
  z-index: 10;
  background: url(../img/top/plan_option_after.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.plan .plan_list .plan_item .txt_item .option_item .option_subttl,
.plan .plan_slide_sp .plan_item .txt_item .option_item .option_subttl {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: bold;
  line-height: 1.65;
  color: #59585B;
  text-align: center;
}
.plan .plan_list .plan_item .txt_item .option_item .option_ttl,
.plan .plan_slide_sp .plan_item .txt_item .option_item .option_ttl {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  text-align: center;
  color: #59585B;
  line-height: 1.01;
}
.plan .plan_list .plan_item .txt_item .option_item .option_ttl span,
.plan .plan_slide_sp .plan_item .txt_item .option_item .option_ttl span {
  line-height: 1.01;
  margin-right: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.64px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan .plan_list .plan_item .txt_item .option_item .option_subtxt,
.plan .plan_slide_sp .plan_item .txt_item .option_item .option_subtxt {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #59585B;
}
.plan .plan_list .plan_item .txt_item .big_txt,
.plan .plan_slide_sp .plan_item .txt_item .big_txt {
  width: fit-content;
  margin: auto;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.2px;
  margin-top: 20px;
}
.plan .plan_list .plan_item .txt_item .big_txt span,
.plan .plan_slide_sp .plan_item .txt_item .big_txt span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.24px;
}
.plan .plan_list .plan_item .txt_item .btn_item,
.plan .plan_slide_sp .plan_item .txt_item .btn_item {
  margin: auto;
  margin-top: 20px;
  max-width: 215px;
}
.plan .plan_list .plan_item .txt_item .btn_item .w_btn,
.plan .plan_slide_sp .plan_item .txt_item .btn_item .w_btn {
  line-height: 41px;
  border-radius: 41px;
  text-align: center;
  border: 1px solid #59585B;
  color: #59585B;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  display: block;
  transition: 0.3s ease-in-out;
}
.plan .plan_list .plan_item .txt_item .btn_item .w_btn:hover,
.plan .plan_slide_sp .plan_item .txt_item .btn_item .w_btn:hover {
  background: #090405;
  border: 1px solid #090405;
  color: #ffffff;
  opacity: 1;
}
.plan .plan_list .plan_item .txt_item .btn_item .b_btn,
.plan .plan_slide_sp .plan_item .txt_item .btn_item .b_btn {
  display: block;
  line-height: 41px;
  border-radius: 41px;
  text-align: center;
  border: 1px solid #59585B;
  background: #59585B;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 4px;
  transition: 0.3s ease-in-out;
}
.plan .plan_list .plan_item .txt_item .btn_item .b_btn:hover,
.plan .plan_slide_sp .plan_item .txt_item .btn_item .b_btn:hover {
  background: #090405;
  border: 1px solid #090405;
  color: #ffffff;
  opacity: 1;
}
.plan .plan_list .plan_item_w,
.plan .plan_slide_sp .plan_item_w {
  border: 1px solid #59585B;
}
.plan .plan_list .plan_item_gu,
.plan .plan_slide_sp .plan_item_gu {
  padding: 1px;
  border: none;
  border-radius: 4px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.plan .plan_list .plan_item_gu .plan_item_gu_w,
.plan .plan_slide_sp .plan_item_gu .plan_item_gu_w {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  height: 100%;
}
.plan .plan_slide_sp {
  display: none;
}
@media screen and (max-width: 818px) {
  .plan .plan_slide_sp {
    display: block;
    margin-top: 30px;
  }
  .plan .plan_slide_sp .plan_item {
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 818px) {
  .plan .plan_list {
    display: none;
  }
}
.plan .other_price_item {
  padding: 1px;
  border-radius: 4px;
  width: fit-content;
  margin: auto;
  margin-top: 60px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
@media screen and (max-width: 818px) {
  .plan .other_price_item {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 40px;
  }
}
.plan .other_price {
  margin: auto;
  position: relative;
  padding: 0 0 40px 0;
  max-width: 590px;
  background: #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 818px) {
  .plan .other_price {
    padding: 0 0 25px 0;
  }
}
.plan .other_price .other_ttl {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 40px;
  width: 100%;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .plan .other_price .other_ttl {
    margin-bottom: 15px;
  }
}
.plan .other_price .other_subttl {
  text-align: center;
  line-height: 1.01;
  color: #898989;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
}
.plan .other_price .other_subttl span {
  width: fit-content;
  font-size: 48px;
  letter-spacing: 0.96px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 818px) {
  .plan .other_price .other_subttl span {
    margin-left: 3px;
    margin-right: 2px;
  }
}
.plan .other_price .txt {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.65;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 818px) {
  .plan .other_price .txt {
    padding: 0 25px 0 25px;
    margin-top: 20px;
  }
}
.plan .other_price .txt span {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.plan .other_option_item {
  margin: auto;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  padding: 1px;
  border-radius: 4px;
  margin-top: 60px;
  max-width: 590px;
}
@media screen and (max-width: 818px) {
  .plan .other_option_item {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 40px;
  }
}
.plan .option {
  background: #ffffff;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 818px) {
  .plan .option {
    padding: 0 0 15px 0;
  }
}
.plan .option .option_ttl {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 40px;
  width: 100%;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  color: #ffffff;
}
.plan .option .opiton_item {
  max-width: 1016px;
  margin: auto;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.plan .option .opiton_item::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 375px;
  left: -220px;
  top: 100px;
  z-index: 1;
  background: url(../img/top/option_left.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 970px) {
  .plan .option .opiton_item::after {
    width: 168px;
    height: 262px;
  }
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item::after {
    display: none;
  }
}
.plan .option .opiton_item::before {
  position: absolute;
  content: "";
  width: 194px;
  height: 366px;
  right: -220px;
  top: 110px;
  z-index: 1;
  background: url(../img/top/option_right.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 970px) {
  .plan .option .opiton_item::before {
    width: 135px;
    height: 256px;
    right: 0;
  }
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item::before {
    display: none;
  }
}
.plan .option .opiton_item .option_faq {
  max-width: 470px;
  margin: auto;
}
.plan .option .opiton_item .option_faq .list li {
  border-radius: 4px;
  display: flex;
}
.plan .option .opiton_item .option_faq .list li + li {
  margin-top: 5px;
}
.plan .option .opiton_item .option_faq .list li .icon {
  text-align: left;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.01;
  padding-top: 8px;
  width: 44px;
  border-left: 1px solid #A2CB9F;
  border-top: 1px solid #A2CB9F;
  border-bottom: 1px solid #A2CB9F;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .icon {
    padding-top: 5px;
    width: 35px;
  }
}
.plan .option .opiton_item .option_faq .list li .icon img {
  max-width: 24px;
}
.plan .option .opiton_item .option_faq .list li .list_txt {
  width: calc(100% - 44px);
  border-top: 1px solid #C9CACA;
  border-right: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .list_txt {
    width: calc(100% - 35px);
  }
}
.plan .option .opiton_item .option_faq .list li .q_txt {
  text-align: left;
  padding: 7px 43px 7px 15px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  cursor: pointer;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .q_txt {
    padding: 7px 43px 7px 8px;
  }
}
.plan .option .opiton_item .option_faq .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/faq_add.webp) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .q_txt:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
.plan .option .opiton_item .option_faq .list li .q_txt .txt {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .q_txt .txt {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
}
.plan .option .opiton_item .option_faq .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/faq_mai.webp) no-repeat center / contain;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  transition: 0.3s;
}
.plan .option .opiton_item .option_faq .list li .a_txt {
  padding: 2px 43px 10px 15px;
  position: relative;
  cursor: pointer;
  line-height: 1.55;
  align-items: center;
  display: none;
}
.plan .option .opiton_item .option_faq .list li .a_txt .a_list {
  display: flex;
  align-items: flex-start;
}
.plan .option .opiton_item .option_faq .list li .a_txt:after {
  display: none;
}
.plan .option .opiton_item .option_faq .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.plan .option .opiton_item .option_faq .list li .a_txt p {
  width: 100%;
  text-align: left;
  padding-left: 21px;
}
@media screen and (max-width: 818px) {
  .plan .option .opiton_item .option_faq .list li .a_txt p {
    padding-left: 11px;
  }
}
.plan .option .opiton_item .option_faq .list li .a_txt .a_subttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
  line-height: 1.55;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.plan .option .opiton_item .option_faq .list li .a_txt p {
  padding-left: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.24px;
  line-height: 1.65;
}
.plan .option .opiton_item .option_faq .list li .a_txt p + p {
  margin-top: 2px;
}
.plan .option .opiton_item .option_faq .list li .a_txt p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  top: 7px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.plan .option .opiton_item .option_faq .list li .a_txt .subtxt {
  text-align: left;
  width: fit-content;
  color: #898989;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1.65;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}
.plan .option .opiton_item .option_faq .list .s_green .icon {
  background: #A2CB9F;
}
.plan .option .opiton_item .option_faq .list .s_green .a_subttl {
  border-bottom: 1px solid #A2CB9F;
}
.plan .option .opiton_item .option_faq .list .s_green p::after {
  background: #A2CB9F;
}
.plan .option .opiton_item .option_faq .list .s_blue .icon {
  background: #75CCF3;
}
.plan .option .opiton_item .option_faq .list .s_blue .a_subttl {
  border-bottom: 1px solid #75CCF3;
}
.plan .option .opiton_item .option_faq .list .s_blue p::after {
  background: #75CCF3;
}
.plan .option .opiton_item .option_faq .list .s_pink .icon {
  background: #DCA6AE;
}
.plan .option .opiton_item .option_faq .list .s_pink .a_subttl {
  border-bottom: 1px solid #DCA6AE;
}
.plan .option .opiton_item .option_faq .list .s_pink p::after {
  background: #DCA6AE;
}
.v_q_bg {
  margin-top: -40px;
  background: url(../img/top/v_q_bg.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .v_q_bg {
    margin-top: 0;
  }
}
.voice {
  position: relative;
}
.voice::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 120px;
  z-index: 1;
  background: url(../img/top/voice_after.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .voice::after {
    top: 100px;
  }
}
.voice .inner {
  position: relative;
  z-index: 10;
  padding-top: 220px;
}
@media screen and (max-width: 818px) {
  .voice .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
  }
}
.voice .voice_list,
.voice .voice_slide {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 60px;
}
@media screen and (max-width: 818px) {
  .voice .voice_list,
  .voice .voice_slide {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .voice .voice_list,
  .voice .voice_slide {
    column-gap: 40px;
  }
}
.voice .voice_list .list_li,
.voice .voice_slide .list_li {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 1200px) {
  .voice .voice_list .list_li,
  .voice .voice_slide .list_li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_list .list_li,
  .voice .voice_slide .list_li {
    width: 100%;
  }
}
.voice .voice_list .list_li .img,
.voice .voice_slide .list_li .img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 240px;
}
@media screen and (max-width: 818px) {
  .voice .voice_list .list_li .img,
  .voice .voice_slide .list_li .img {
    height: 200px;
  }
}
.voice .voice_list .list_li .img img,
.voice .voice_slide .list_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.voice .voice_list .list_li .ttl,
.voice .voice_slide .list_li .ttl {
  margin-top: 10px;
  font-weight: 900;
  text-align: left;
  line-height: 1.55;
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 818px) {
  .voice .voice_list .list_li .ttl,
  .voice .voice_slide .list_li .ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}
.voice .voice_list .list_li .txt,
.voice .voice_slide .list_li .txt {
  margin-top: 10px;
  text-align: left;
  color: #59585B;
  font-size: 14px;
  letter-spacing: 0.24px;
  line-height: 1.65;
}
.voice .voice_list .list_li .tag_list,
.voice .voice_slide .list_li .tag_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  column-gap: 8px;
}
.voice .voice_list .list_li .tag_list a,
.voice .voice_slide .list_li .tag_list a {
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  text-decoration: underline;
  font-weight: 500;
}
.voice .voice_slide {
  display: none;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide {
    display: block;
  }
}
.voice .voice_slide .swiper-horizontal > .swiper-pagination-bullets,
.voice .voice_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.voice .voice_slide .swiper-pagination-custom,
.voice .voice_slide .swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-horizontal > .swiper-pagination-bullets,
  .voice .voice_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .voice .voice_slide .swiper-pagination-custom,
  .voice .voice_slide .swiper-pagination-fraction {
    margin-top: 30px;
  }
}
.voice .voice_slide .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #C9CACA;
  opacity: 1;
  border-radius: 100%;
}
@media screen and (max-width: 818px) {
  .voice .voice_slide .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }
}
.voice .voice_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DCA6AE;
}
@media screen and (max-width: 818px) {
  .voice .voice_list {
    display: none;
  }
}
.faq {
  position: relative;
}
.faq::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 120px;
  z-index: 1;
  background: url(../img/top/faq_after.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .faq::after {
    top: 100px;
  }
}
.faq .inner {
  position: relative;
  z-index: 10;
  padding-top: 195px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.faq .faq_item {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item {
    margin-top: 30px;
  }
}
.faq .faq_item .list li {
  border-bottom: 1px solid #898989;
}
.faq .faq_item .list li .q_txt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  cursor: pointer;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  padding: 20px 50px 20px 0;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    font-size: 18px;
    padding: 10px 50px 10px 0;
    letter-spacing: 0.8px;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/faq_add.webp) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt:after {
    top: 15px;
  }
}
.faq .faq_item .list li .q_txt p {
  text-align: left;
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/top/faq_mai.webp) no-repeat center / contain;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .faqactive:after {
    top: 15px;
  }
}
.faq .faq_item .list li .a_txt {
  padding: 10px 0 40px 40px;
  position: relative;
  cursor: pointer;
  align-items: center;
  display: none;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    padding: 10px 0 30px 0;
  }
}
.faq .faq_item .list li .a_txt .a_list + .a_list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C9CACA;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list + .a_list {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.faq .faq_item .list li .a_txt .a_list span {
  font-size: 18px;
  height: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: fit-content;
  display: block;
  width: 25px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list span {
    width: 22px;
  }
}
.faq .faq_item .list li .a_txt .a_list p {
  width: calc(100% - 25px);
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list p {
    width: calc(100% - 22px);
  }
}
.faq .faq_item .list li .a_txt .a_list .aa_txt {
  display: flex;
}
.faq .faq_item .list li .a_txt .a_list .aa_txt p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list .aa_txt p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq .faq_item .list li .a_txt .a_list .qq_txt {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list .qq_txt {
    margin-top: 5px;
  }
}
.faq .faq_item .list li .a_txt .a_list .qq_txt p {
  color: #59585B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list .qq_txt p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.column {
  position: relative;
}
.column::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 120px;
  z-index: 1;
  background: url(../img/top/column_after.webp) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .column::after {
    top: 20px;
  }
}
.column .inner {
  padding-top: 190px;
  position: relative;
  z-index: 10;
  padding-bottom: 120px;
}
@media screen and (max-width: 818px) {
  .column .inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
.column .column_list,
.column .column_slide {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .column .column_list,
  .column .column_slide {
    column-gap: 40px;
  }
}
@media screen and (max-width: 818px) {
  .column .column_list,
  .column .column_slide {
    margin-top: 40px;
  }
}
.column .column_list .list_li,
.column .column_slide .list_li {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 1200px) {
  .column .column_list .list_li,
  .column .column_slide .list_li {
    width: calc(33.3333% - 26.6666px);
  }
}
@media screen and (max-width: 818px) {
  .column .column_list .list_li,
  .column .column_slide .list_li {
    width: 100%;
  }
}
.column .column_list .list_li .img,
.column .column_slide .list_li .img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 240px;
}
@media screen and (max-width: 818px) {
  .column .column_list .list_li .img,
  .column .column_slide .list_li .img {
    height: 200px;
  }
}
.column .column_list .list_li .img img,
.column .column_slide .list_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.column .column_list .list_li .ttl,
.column .column_slide .list_li .ttl {
  margin-top: 10px;
  font-weight: 900;
  text-align: left;
  line-height: 1.55;
  font-size: 18px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 818px) {
  .column .column_list .list_li .ttl,
  .column .column_slide .list_li .ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}
.column .column_list .list_li .txt,
.column .column_slide .list_li .txt {
  margin-top: 10px;
  text-align: left;
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.65;
}
.column .column_list .list_li .tag_list,
.column .column_slide .list_li .tag_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  column-gap: 8px;
}
.column .column_list .list_li .tag_list a,
.column .column_slide .list_li .tag_list a {
  color: #59585B;
  font-size: 12px;
  letter-spacing: 0.24px;
  text-decoration: underline;
  font-weight: 500;
}
.column .column_slide {
  display: none;
}
@media screen and (max-width: 818px) {
  .column .column_slide {
    display: block;
  }
}
.column .column_slide .swiper-horizontal > .swiper-pagination-bullets,
.column .column_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.column .column_slide .swiper-pagination-custom,
.column .column_slide .swiper-pagination-fraction {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .column .column_slide .swiper-horizontal > .swiper-pagination-bullets,
  .column .column_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .column .column_slide .swiper-pagination-custom,
  .column .column_slide .swiper-pagination-fraction {
    margin-top: 30px;
  }
}
.column .column_slide .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #C9CACA;
  opacity: 1;
  border-radius: 100%;
}
@media screen and (max-width: 818px) {
  .column .column_slide .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }
}
.column .column_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DCA6AE;
}
@media screen and (max-width: 818px) {
  .column .column_list {
    display: none;
  }
}
.ins .img {
  padding: 2px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.ins .img::after {
  position: absolute;
  content: "for Instagram";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.x .img {
  padding: 2px;
  background: #090405;
}
.x .img::after {
  position: absolute;
  content: "for X";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #090405;
}
.other .img {
  padding: 2px;
  background: #090405;
}
.other .img::after {
  position: absolute;
  content: "other";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #090405;
}
.facebook .img {
  padding: 2px;
  background: #0964FE;
}
.facebook .img::after {
  position: absolute;
  content: "for Facebook";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #0964FE;
}
.youtube .img {
  padding: 2px;
  background: #E93223;
}
.youtube .img::after {
  position: absolute;
  content: "for Youtube";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #E93223;
}
.tiktok .img {
  padding: 2px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.tiktok .img::after {
  position: absolute;
  content: "for TikTok";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.line .img {
  padding: 2px;
  background: #22BA4F;
}
.line .img::after {
  position: absolute;
  content: "for LINE";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #22BA4F;
}
.r .img {
  padding: 2px;
  background: #DCA6AE;
}
.r .img::after {
  position: absolute;
  content: "for SNS採用";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #DCA6AE;
}
.a .img {
  padding: 2px;
  background: #A5C9A2;
}
.a .img::after {
  position: absolute;
  content: "for SNS広告";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #A5C9A2;
}
.d .img {
  padding: 2px;
  background: #74CCF3;
}
.d .img::after {
  position: absolute;
  content: "for デザイン制作";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #74CCF3;
}
.line .img {
  padding: 2px;
  background: #22BA4F;
}
.line .img::after {
  position: absolute;
  content: "for 公式LINE";
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  padding: 0 15px;
  line-height: 22px;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  right: 0;
  bottom: 0;
  background: #22BA4F;
}
.ins_cta {
  background: url(../img/common/cta_bg.webp) no-repeat top;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
}
@media screen and (max-width: 818px) {
  .ins_cta {
    background: url(../img/common/cta_bg_sp.webp) no-repeat top;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
  }
}
.ins_cta .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .ins_cta .inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.ins_cta .cta_item {
  border-radius: 10px;
  padding: 3px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.ins_cta .cta_item .cta_box {
  padding-top: 35px;
  border-radius: 9px;
  display: flex;
  background: #ffffff;
}
@media screen and (max-width: 1120px) {
  .ins_cta .cta_item .cta_box {
    padding-top: 1.5vw;
  }
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box {
    display: block;
  }
}
.ins_cta .cta_item .cta_box dt {
  width: 45%;
  padding-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 22px;
  }
}
.ins_cta .cta_item .cta_box dt .txt {
  width: fit-content;
  text-align: left;
  font-size: 73px;
  font-weight: 900;
  line-height: 1.3;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1120px) {
  .ins_cta .cta_item .cta_box dt .txt {
    font-size: 6.5vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 1020px) {
  .ins_cta .cta_item .cta_box dt .txt {
    font-size: 6.2vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .ins_cta .cta_item .cta_box dt .txt {
    font-size: 6vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .txt {
    font-size: 48px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item {
  max-width: 440px;
  margin: auto;
  margin-right: 0;
  margin-top: 45px;
}
@media screen and (max-width: 1120px) {
  .ins_cta .cta_item .cta_box dt .btn_item {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item {
    margin: auto;
    margin-top: 35px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  border-radius: 70px;
  text-align: center;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn {
    line-height: 45px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
  display: block;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
    line-height: 49px;
    font-size: 16px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
  width: 100%;
  display: block;
  max-width: 225px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span {
    padding-right: 21px;
    max-width: fit-content;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_g_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn span::before {
    width: 15px;
    height: 15px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn:hover {
  opacity: 1;
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_dl_btn:hover span::before {
  right: -10px;
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  border-radius: 70px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  padding: 2px 0;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn {
    line-height: 45px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn span {
  width: 100%;
  display: block;
  max-width: 225px;
  margin: auto;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn span {
    padding-right: 21px;
    max-width: fit-content;
    font-size: 16px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/top/btn_w_icon.webp) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn span::before {
    width: 15px;
    height: 15px;
  }
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn:hover {
  opacity: 1;
}
.ins_cta .cta_item .cta_box dt .btn_item .cta_c_btn:hover span::before {
  right: -10px;
}
.ins_cta .cta_item .cta_box dd {
  border-radius: 0 9px 9px 0;
  width: 55%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dd {
    justify-content: center;
  }
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dd {
    width: 100%;
  }
}
.ins_cta .cta_item .cta_box dd img {
  border-radius: 0 9px 9px 0;
}
@media screen and (max-width: 818px) {
  .ins_cta .cta_item .cta_box dd img {
    max-width: 305px;
    margin: absolute;
  }
}
