@charset "UTF-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  letter-spacing: 1.2px;
  overflow-x: hidden;
  word-break: break-all;
  color: #004CB6;
  font-size: 16px;
  font-weight: 500;
  scroll-behavior: smooth;
}

body img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

html.fixed {
  overflow: hidden;
}

a {
  color: #020202;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  color: #020202;
  transition: 0.5s;
}

p,
li p,
address,
table {
  font-size: 16px;
  line-height: 1.875;
  font-style: normal;
}

li {
  font-size: 16px;
  line-height: 1.425;
}
@media (max-width: 896px) {
  li {
    font-size: 16px;
  }
}

a img:hover {
  opacity: 0.7;
  transition: 0.7s;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 896px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

#wrapper {
  position: relative;
}

/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
main {
  position: relative;
}

.s_inner {
  padding: 150px 0;
}
@media (max-width: 896px) {
  .s_inner {
    max-width: 100%;
    padding: 70px 15px;
  }
}

.s_wideinner {
  margin: 0 auto;
  padding: 150px 40px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .s_wideinner {
    max-width: 100%;
    padding: 70px 15px;
  }
}

.viewPC {
  display: block;
}
@media (max-width: 896px) {
  .viewPC {
    display: none !important;
  }
}

.viewSP {
  display: none !important;
}
@media (max-width: 896px) {
  .viewSP {
    display: block !important;
  }
}

.flexbox {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 896px) {
  .flexbox {
    display: block;
  }
}

.s_title {
  margin-bottom: 48px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 896px) {
  .s_title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.725;
  }
}
.s_title span {
  display: block;
  font-size: 16px;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.btn {
  width: 420px;
  margin: 35px auto 0;
}
@media (max-width: 896px) {
  .btn {
    width: auto;
  }
}
.btn a {
  display: block;
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  padding: 12px 0;
  color: #FFF;
  font-size: 24px;
  text-shadow: 2px 3px 10px rgba(0, 76, 182, 0.36);
  text-align: center;
}
@media (max-width: 896px) {
  .btn a {
    font-size: 16px;
  }
}
.btn a:hover {
  background: #004CB6;
  transition: 0.6s;
}

.mb_small {
  margin-bottom: 30px;
}

.mb_middle {
  margin-bottom: 60px;
}

.mb_large {
  margin-bottom: 100px;
}

.tCenter {
  text-align: center;
}

.content_cv_list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 896px) {
  .content_cv_list {
    display: block;
  }
}
.content_cv_list li {
  margin: 0 10px;
}
@media (max-width: 896px) {
  .content_cv_list li {
    margin: 0 0 20px;
  }
}

/*-------------------------------------
	メインコンテンツ
--------------------------------------*/
#s_mv {
  position: relative;
  background: url(../../images/influencer/mv_image.jpg) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 80vh;
}
#s_mv .mv_text {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
#s_mv .mv_text h1 {
  margin-bottom: 35px;
  font-size: 32px;
  color: #FFF;
  text-shadow: 2px 3px 10px rgba(0, 76, 182, 0.74);
}
@media (max-width: 896px) {
  #s_mv .mv_text h1 {
    font-size: 20px;
  }
}
#s_mv .mv_text .title_area {
  align-items: center;
  justify-content: center;
}
#s_mv .mv_text .title_area .circle_text {
  width: 185px;
  height: 185px;
  padding: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  font-size: 32px;
  line-height: 1.45;
  color: #FFF;
  text-shadow: 2px 3px 10px rgba(0, 76, 182, 0.74);
}
@media (max-width: 896px) {
  #s_mv .mv_text .title_area .circle_text {
    width: 150px;
    height: 150px;
    padding: 42px 12px;
    font-size: 24px;
  }
}
#s_mv .mv_text .title_area .circle_text span {
  font-size: 20px;
}
#s_mv .mv_text .title_area .main_title {
  font-size: 62px;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 2px 3px 10px rgba(0, 76, 182, 0.74);
  text-align: left;
}
@media (max-width: 896px) {
  #s_mv .mv_text .title_area .main_title {
    font-size: 28px;
  }
}
#s_mv .mv_text .btn {
  width: 420px;
  margin: 35px auto 0;
}
@media (max-width: 896px) {
  #s_mv .mv_text .btn {
    width: auto;
  }
}
#s_mv .mv_text .btn a {
  display: block;
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  padding: 12px 0;
  color: #FFF;
  font-size: 24px;
  text-shadow: 2px 3px 10px rgba(0, 76, 182, 0.36);
  text-align: center;
}
@media (max-width: 896px) {
  #s_mv .mv_text .btn a {
    font-size: 16px;
  }
}
#s_mv .mv_text .btn a:hover {
  background: #004CB6;
  transition: 0.6s;
}

.marquee {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: -40px;
  overflow: hidden;
  white-space: nowrap;
}

.s_artistImage {
  display: flex;
  gap: 0;
  animation: scroll 40s linear infinite;
}

.s_artistImage li {
  flex: 0 0 auto;
  margin: 0 12px;
  padding: 10px;
  box-sizing: border-box;
  filter: drop-shadow(0px 1px 7px rgba(124, 121, 121, 0.6));
}

.s_artistImage img {
  display: block;
  height: 150px;
  width: auto;
  background: #FFF;
  padding: 10px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.s_titlebox {
  margin-bottom: 35px;
  text-align: center;
}
.s_titlebox .s_title_en {
  font-size: 18px;
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s_titlebox .s_mainTitle {
  font-size: 42px;
}
@media (max-width: 896px) {
  .s_titlebox .s_mainTitle {
    font-size: 28px;
  }
}

.s_contents_list li {
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.s_contents_list li .s_contents_title {
  width: 50%;
}
@media (max-width: 896px) {
  .s_contents_list li .s_contents_title {
    width: auto;
  }
}
.s_contents_list li .s_contents_title .s_contents_list_title {
  position: relative;
  font-size: 36px;
  z-index: 2;
}
@media (max-width: 896px) {
  .s_contents_list li .s_contents_title .s_contents_list_title {
    font-size: 24px;
  }
}
.s_contents_list li .s_contents_title .s_contents_list_title span {
  display: block;
  font-size: 15px;
}
.s_contents_list li .s_contents_image {
  width: 48%;
}
@media (max-width: 896px) {
  .s_contents_list li .s_contents_image {
    width: auto;
  }
}
.s_contents_list li .s_contents_image img {
  position: relative;
  z-index: 1;
}
.s_contents_list li:nth-child(1) .s_contents_title, .s_contents_list li:nth-child(3) .s_contents_title {
  text-align: right;
}
.s_contents_list li:nth-child(1) .s_contents_bgText, .s_contents_list li:nth-child(3) .s_contents_bgText {
  position: absolute;
  left: 0;
  bottom: -125px;
  font-size: 120px;
  font-family: Futura, "Century Gothic";
  font-weight: 900;
  line-height: 1.2;
  color: #f5f5f5;
  text-align: left;
}
@media (max-width: 896px) {
  .s_contents_list li:nth-child(1) .s_contents_bgText, .s_contents_list li:nth-child(3) .s_contents_bgText {
    font-size: 50px;
  }
}
.s_contents_list li:nth-child(2) .s_contents_bgText, .s_contents_list li:nth-child(4) .s_contents_bgText {
  position: absolute;
  right: 0;
  bottom: -125px;
  font-size: 120px;
  font-family: Futura, "Century Gothic";
  font-weight: 900;
  line-height: 1.2;
  color: #f5f5f5;
  text-align: left;
}
@media (max-width: 896px) {
  .s_contents_list li:nth-child(2) .s_contents_bgText, .s_contents_list li:nth-child(4) .s_contents_bgText {
    font-size: 50px;
  }
}

#s_information {
  background: url(../img/information_bg.png) no-repeat top center;
  background-size: cover;
}
#s_information .timeTable {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #s_information .timeTable {
    width: 100%;
  }
}
#s_information .timeTable th {
  width: 30%;
  background: #FFF;
  padding: 12px;
  border: 2px solid #ccc;
}
#s_information .timeTable td {
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  padding: 12px;
  border: 2px solid #ccc;
  color: #FFF;
}
#s_information .s_lineup_list li:nth-child(1) .s_contents_title {
  text-align: left;
}
#s_information .s_lineup_list li:nth-child(2) .s_contents_title {
  text-align: right;
}
#s_information .s_artist .s_artist_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1062px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #s_information .s_artist .s_artist_list {
    width: auto;
  }
}
#s_information .s_artist .s_artist_list li {
  width: 23%;
  background: #FFF;
  margin: 0 2% 40px 0;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
}
#s_information .s_artist .s_artist_list li:nth-child(4n) {
  margin: 0 0 40px;
}
@media (max-width: 896px) {
  #s_information .s_artist .s_artist_list li:nth-child(4n) {
    margin: 0 1% 40px;
  }
}
@media (max-width: 896px) {
  #s_information .s_artist .s_artist_list li {
    width: 48%;
    margin: 0 1% 40px;
  }
}
#s_information .s_artist .s_artist_list li img,
#s_information .s_artist .s_artist_list li .artist_name {
  margin-bottom: 12px;
}
#s_information .s_artist .s_artist_list li .insta_icon {
  width: 20px;
  margin: 0 6px 0 0;
}
#s_information .s_artist .s_artist_list li p {
  color: #a1c4fd;
}
#s_information .s_artist .s_artist_list li .insta_name {
  justify-content: center;
}
#s_information .s_artist .s_artist_list li .insta_name p {
  font-size: 13px;
}
#s_information .s_artist .s_artist_list li .artist_name,
#s_information .s_artist .s_artist_list li .blue {
  color: #004CB6;
}
#s_information .s_artist .s_artist_list li .f_large {
  font-size: 24px;
}

#s_contact .s_inner {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #s_contact .s_inner {
    width: 100%;
    box-sizing: border-box;
  }
}
#s_contact .s_mainTitle {
  color: #020202;
}
#s_contact .contact_head {
  text-align: center;
}
#s_contact .contact_head p {
  font-weight: 900;
}
#s_contact table {
  width: 100%;
  text-align: left;
}
#s_contact table th {
  width: 35%;
  vertical-align: middle;
  text-align: left;
  position: relative;
  padding: 30px;
  font-size: 15px;
  border-bottom: 1px solid #dedede;
  color: #020202;
}
@media (max-width: 896px) {
  #s_contact table th {
    border-bottom: none;
  }
}
#s_contact table th .req {
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  font-size: 13px;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 35px;
  color: #FFF;
}
#s_contact table th .no_req {
  background: #ccc;
  font-size: 13px;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 35px;
  color: #FFF;
}
#s_contact table td {
  width: 70%;
  vertical-align: middle;
  padding: 30px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  color: #020202;
}
@media (max-width: 896px) {
  #s_contact table td {
    border-bottom: 1px solid #dedede !important;
  }
}
#s_contact table td div {
  position: relative;
  margin-left: 45px;
}
#s_contact .no_boder {
  border-top: none !important;
}
#s_contact .hidden {
  display: none;
}
#s_contact table th,
#s_contact table td {
  box-sizing: border-box;
}
@media (max-width: 896px) {
  #s_contact table th,
  #s_contact table td {
    width: 100%;
    display: block;
    padding: 20px 12px;
    border: none;
  }
}
#s_contact table td.flexbox {
  display: flex !important;
  justify-content: flex-start;
}
@media (max-width: 896px) {
  #s_contact table td .size_mail {
    width: 100%;
  }
}
#s_contact table .must,
#s_contact table .not_must {
  position: relative;
  top: 0;
  font-size: 11px;
  color: #fff;
  background: #b11901;
  display: inline-block;
  padding: 2px 9px;
  margin-left: 8px;
}
#s_contact table .not_must {
  background: #585656;
}
#s_contact .attention {
  font-size: 12px;
  font-weight: normal;
}
#s_contact table .size01 {
  width: 60%;
}
#s_contact table .size02 {
  width: 95%;
}
#s_contact table .size03 {
  width: 48%;
}
@media (max-width: 896px) {
  #s_contact .confirmation {
    margin: 20px 0 40px;
  }
}
#s_contact .btn .confirmation_btn,
#s_contact .btn .back_btn {
  background: #f6990a;
  width: 90%;
  padding: 15px 0;
  color: #FFF;
  font-size: 14px;
  margin-top: 20px;
}
#s_contact .btn .back_btn {
  background: #c2c2c2;
}
#s_contact table td .checkbox_list {
  display: block;
}
#s_contact table td .checkbox_list li {
  width: 100%;
}
#s_contact table input,
#s_contact table textarea,
#s_contact input[type=button],
#s_contact select,
#s_contact input[type=file] {
  background: #FFF;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 7px 12px;
  width: 100%;
  font-size: 16px;
}
#s_contact input[type=file] {
  border: none !important;
}
#s_contact table input,
#s_contact table select {
  color: #2c2c2c;
  height: 55px;
}
@media (max-width: 896px) {
  #s_contact table input,
  #s_contact table select {
    width: 100%;
  }
}
#s_contact table select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
#s_contact table select::-ms-expand {
  display: block;
}
#s_contact table .content label {
  position: relative;
  margin: 0 10px 0 8px;
}
#s_contact table input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-appearance: radio;
  margin-top: -2px;
}
#s_contact table input[type=checkbox] {
  border: 1px solid #ccc;
  width: 17px;
  height: 17px;
  border-radius: 0;
  -webkit-appearance: checkbox;
}
#s_contact table textarea {
  height: 220px;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 896px) {
  #s_contact table textarea {
    height: 152px;
  }
}
#s_contact table input:focus,
#s_contact table select:focus,
#s_contact table textarea:focus {
  outline: solid 5px rgb(83, 152, 255);
}
#s_contact table input[type=radio]:focus,
#s_contact table input[type=checkbox]:focus,
#s_contact table input[type=file]:focus {
  outline: none;
}
#s_contact table a {
  text-decoration: underline;
  color: #144fbc;
}
#s_contact table a:hover {
  text-decoration: none;
}
#s_contact .completion {
  margin-bottom: 210px;
  text-align: center;
}
#s_contact .submit_content .btn {
  text-align: center;
}
@media (max-width: 896px) {
  #s_contact .submit_content table td,
  #s_contact .submit_content table th {
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
    display: table-cell;
  }
}
#s_contact .submit-area {
  width: 600px;
  margin: 40px auto 0;
}
@media (max-width: 896px) {
  #s_contact .submit-area {
    width: 100%;
  }
}
#s_contact .submit-area button {
  position: relative;
  display: block;
  background: #004C18;
  background-image: linear-gradient(90deg, #a1c4fd, #c2e9fb);
  border-radius: 10px;
  color: #FFF;
  width: 100%;
  margin: 20px auto 0;
  padding: 25px 0;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.8px;
}
@media (max-width: 896px) {
  #s_contact .submit-area button {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px 0;
    font-size: 16px;
  }
}
#s_contact .submit-area button:hover {
  background: #020202;
  color: #FFF;
  box-sizing: border-box;
  transition: 0.7s;
}
#s_contact .ubmit-area button::after {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #FFF;
  font-size: 14px;
}
#s_contact .about_policy {
  margin-top: 32px;
}
#s_contact .form_pp_txt {
  margin-top: 32px;
  font-size: 14px;
}
#s_contact .form_pp_txt a {
  text-decoration: underline;
}
#s_contact .form_pp_txt a:hover {
  text-decoration: none;
}
#s_contact #zip_footer {
  display: none !important;
}
#s_contact .privacy {
  width: 100%;
  margin: 60px auto 0;
  background: #f4f4f4;
  padding: 45px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  #s_contact .privacy {
    width: auto;
    padding: 20px;
  }
}
#s_contact .privacy p {
  color: #020202;
}

/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
footer {
  background: url(../img/footer_bg.png) no-repeat top center;
  background-size: cover;
  color: #FFF;
}
footer small {
  font-size: 16px;
}
@media (max-width: 896px) {
  footer small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */