@charset "UTF-8";
/*
* Theme Name: heart_company_0710
* Media-Memos: 1081px, 769px,767px(Mobile),321px(iPhoneSE)
*/
/* 全体設定 */
@font-face {
  font-family: "top-midasi";
  src: url(./keifont.ttf);
}

* {
  margin: 0;
  padding: 0;
  color: #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:active,
a:visited {
  text-decoration: none;
  color: unset;
}

button {
  border: unset;
  background: unset;
}

.mobile {
  display: none !important;
}

.animate {
  opacity: 0;
}

.color-blue {
  color: #0075c2;
}

/* container-settings */
.default-container {
  padding: 80px 0;
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 50vh;
  margin-top: 100px;
}

.single .default-container {
  margin-top: 100px;
}

.time .default-container {
  background-color: #fff;
}

.project .default-container {
  background-color: #fff;
  padding-bottom: 100px;
}

.ongakunessofes_second .default-container {
  background-color: #fff;
  padding: 0px 20px 150px;
}

.time .wp-block-button.is-style-outline a {
  position: relative;
  font-size: 16px;
}

.time p a {
  color: #48c6ef;
}

.time .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 1px solid #4fa7dc;
  border-radius: 0;
}

.time .wp-block-button.is-style-outline a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #4fa7dc;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.time .wp-block-button.is-style-outline a:hover::before {
  width: 100%;
}

.time .wp-block-button.is-style-outline a:hover {
  color: #fff !important;
  position: relative;
  z-index: 5 !important;
}

.time .aligncenter img {
  width: 540px;
  margin: 30px 0 50px;
}

.time .time_news {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.time .has-vivid-red-color {
  color: #333 !important;
  font-size: 16px;
}

.time h2.time_news::before {
  position: absolute;
  bottom: -8px;
  right: 125px;
  width: 50px;
  height: 3px;
  content: "";
  background-image: linear-gradient(
    -225deg,
    #ffe29f 0%,
    #ffa99f 48%,
    #ff719a 100%
  );
}

.time .description-content {
  display: flex;
  justify-content: center;
  padding: 60px 40px;
}

.time .description-content .wp-block-image {
  width: 45%;
}

.time .description-content .wp-block-image img {
  padding-top: 2%;
  width: 100%;
  margin: 0;
}

.time .description-content .description-text {
  width: 48%;
  margin-left: 50px;
}

.time .description-content .has-text-align-center {
  text-align: left;
  position: relative;
}

.time .description-content h3 {
  padding-left: 15px;
  margin-bottom: 20px;
}

.time .description-content h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d9afd9),
    to(#97d9e1)
  );
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
}

.time .description-content h3 {
  margin-top: 0;
}

/* h1-settings */
main.index h1,
main.single h1,
main.creator_producer h1,
main.works h1,
main.blog h1,
main.contact h1,
main.page h1,
main.event h1,
main.products h1 {
  position: relative;
  font-size: 32px;
  color: #333;
  letter-spacing: 6px;
  width: 100%;
  margin: 0px auto;
  line-height: 35px;
  text-align: center;
  margin-bottom: 50px;
  /* font-family: 'Montserrat', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
}

main {
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

main.time {
  background-color: #e1fefd;
}

main.contact h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

main.index h1 .ja,
main.single h1 .ja,
main.creator_producer h1 .ja,
main.works h1 .ja,
main.blog h1 .ja,
main.contact h1 .ja,
main.products h1 .ja {
  font-size: 14px;
  font-weight: unset;
  letter-spacing: 1px;
}

main.index h1::before,
main.single h1::before,
main.creator_producer h1::before,
main.works h1::before,
main.blog h1::before,
main.contact h1::before,
main.page h1::before,
main.products h1::before {
  position: absolute;
  top: 29px;
  left: calc(50% - 100px);
  right: 50%;
  width: 200px;
  height: 5px;
  content: "";
  border-top: 1px solid #231815;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#74ebd5), to(#9face6));
  background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%); */
}

main.ongakunessofes_second h1::before {
  bottom: -20px;
}

main.project h1::before {
  bottom: -20px;
}

main.time h1::before {
  bottom: -25px;
}

main.event_ongaku h1::before {
  bottom: -25px;
}

/* ページアイコン対応 */
main.contact h1 img {
  position: absolute;
  top: -30px;
  right: -200px;
  display: block;
  width: 200px;
}

/* 記事ページの設定 */
main.single {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.single p {
  line-height: 2;
}

main.single .post-nav {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
}

main.single .post-nav span {
  display: inline-block;
  margin: 0px 50px;
  font-size: 16px;
  font-weight: 500;
  color: #48c6ef;
}

main.single a,
main.single a:active,
main.single a:visited {
  color: #48c6ef;
}

/* YouTube埋め込み */
main.single .wp-block-embed-youtube {
  margin-top: 10px;
}

main.single .wp-block-embed-youtube iframe {
  width: 100%;
}

/* sidebar-settings */
.works .sidebar {
  width: 15%;
}

.works .sidebar-wrapsp {
  position: relative;
  display: flex;
  align-items: center;
  margin: 2em 0 2rem auto;
  border: 1px solid #333;
  border-radius: 2px;
  max-width: 200px;
}
/*プルダウンの三角を設定*/
.works .sidebar-wrapsp::before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 16px;
  height: 8px;
  background: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.works .sidebar-wrapsp select {
  width: 100%;
  padding: 10px 45px 10px 10px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis; /*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;
}

.blog .sidebar {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.blog .sidebar + .sidebar {
  margin: 0 auto 60px;
}

.blog .sidebar ul li {
  width: auto;
  justify-content: center;
  background-color: #d3e6f6;
  font-size: 12px;
  margin: 0 10px 20px;
}

.blog .sidebar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog .sidebar-wrapsp {
  position: relative;
  display: flex;
  align-items: center;
  margin: 2em 0 2rem auto;
  border: 1px solid #333;
  border-radius: 2px;
  max-width: 200px;
}
/*プルダウンの三角を設定*/
.blog .sidebar-wrapsp::before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 16px;
  height: 8px;
  background: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.blog .sidebar-wrapsp select {
  width: 100%;
  padding: 10px 45px 10px 10px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis; /*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;
}

.blog .sidebar-wrapsp select option:nth-child(4) {
  display: none;
}

.sidebar li {
  list-style: none;
}

.sidebar h2 {
  display: none;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  text-align: center;
}

/* .sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
} */

.sidebar ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.sidebar .cat-item.cat-item-15 > a {
  display: none;
}

@media only screen and (max-width: 769px) {
  .sidebar ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidebar ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog .sidebar {
    padding: 0 20px;
  }

  .blog .sidebar + .sidebar {
    margin: 0 auto 30px;
  }
}

/* pagenation-settings */
.pagination {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
}

.pagination h2 {
  display: none;
}

.pagination a {
  color: #48c6ef;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  color: #555;
  font-weight: 500;
  border-radius: 50%;
  margin: 0px 10px;
}

.pagination .nav-links .page-numbers.current {
  color: #48c6ef;
  text-decoration: underline;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
  border-radius: unset;
  background-color: #fff;
  color: #48c6ef;
  border: 1px solid #48c6ef;
}

/* RESPONSIVE-SETTINGS */
@media only screen and (max-width: 767px) {
  main.index h1,
  main.single h1,
  main.creator_producer h1,
  main.works h1,
  main.blog h1,
  main.contact h1,
  main.products h1 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  main.index h1 span,
  main.single h1 span,
  main.creator_producer h1 span,
  main.works h1 span,
  main.blog h1 span,
  main.contact h1 span,
  main.products h1 span {
    font-size: 24px;
  }
  main.contact .recruit h2 {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 15px 2px;
  }
  .pagination .nav-links .page-numbers {
    padding: 5px 10px;
    margin: 0px 0px;
  }

  .time .description-content {
    display: block;
  }

  .time .description-content .wp-block-image {
    width: 100%;
    margin: 0 auto;
  }

  .time .description-content .description-text {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .time .description-content h3:before {
    right: 37%;
    bottom: -15px;
  }
}

@media only screen and (max-width: 321px) {
  main.index h1,
  main.single h1,
  main.creator_producer h1,
  main.works h1,
  main.blog h1,
  main.contact h1,
  main.products h1 {
    font-size: 18px;
  }
  main.index h1 span,
  main.single h1 span,
  main.creator_producer h1 span,
  main.works h1 span,
  main.blog h1 span,
  main.contact h1 span,
  main.products h1 span {
    font-size: 20px;
  }
  .pagination .nav-links .page-numbers {
    padding: 5px 5px;
  }
}

/********************/
/* header-settings */
/********************/
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 45px;
  font-size: 13px;
  font-weight: 600;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px #eee;
  box-shadow: 1px 1px 1px #eee;
  z-index: 999;
  letter-spacing: 2px;
}

header .logo {
  height: 100%;
}

header .logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 25px 0px;
}

header nav {
  height: 100%;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

header nav ul li {
  position: relative;
  list-style: none;
  padding: 0px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #007fcb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header nav ul li:hover {
  color: #007fcb;
}

header nav ul li:hover::before {
  width: 100%;
}

header .nav-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 1px solid #eee;
  border-radius: 10px;
}

header .nav-btn span {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #4fa7dc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .nav-btn span::before,
header .nav-btn span::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 40px;
  background-color: #4fa7dc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .nav-btn span::before {
  top: -10px;
  left: 0;
}

header .nav-btn span::after {
  bottom: -10px;
  right: 0;
}

header.on .nav-btn span {
  background-color: #fff;
}

header.on .nav-btn span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

header.on .nav-btn span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: unset;
}

/* ADD SHOP BANNER */
header .shop-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  /*   display: flex; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .shop-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fc4d50;
}

header .shop-area .close {
  cursor: pointer;
}

header .shop-area p {
  padding: 5px;
  background: linear-gradient(-45deg, #ffc796 0%, #fc4d50 100%);
  border: 1px solid #eaeaea;
  border-left-width: 0px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  height: 50px;
  vertical-align: middle;
  letter-spacing: 0px;
}

header .shop-area p .impact {
  font-size: 16px;
  text-decoration: underline;
}

header .shop-area p span {
  font-weight: 400;
  color: #fff;
}

header .shop-area p span.under-line {
  display: inline-block;
}

header .shop-area img {
  height: 50px;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-right-width: 0px;
}

/******************************/
/* HEADER-RESPONSIVE-SETTINGS */
/******************************/
@media only screen and (max-width: 1045px) {
  header .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header {
    height: 75px;
    padding: 0px 15px;
  }
  header nav {
    display: none;
    position: fixed;
    height: calc(100vh - 75px);
    padding-bottom: 100px;
    width: 100%;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#6f86d6),
      to(#48c6ef)
    );
    background-image: linear-gradient(to top, #6f86d6 0%, #48c6ef 100%);
    top: 75px;
    left: 0;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  header.on nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
  }
  header nav ul li {
    position: relative;
    list-style: none;
    padding: 0px 15px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    color: #fff;
  }
  header nav ul li::before {
    content: none;
  }
}

/* ADD SHOP BANNER */
@media only screen and (max-width: 767px) {
  header .shop-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  header .shop-area .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 1px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }
  header .shop-area img {
    width: 35vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  header .shop-area p {
    width: 65vw;
    border-right-width: 0px;
  }
}

/********************/
/* footer-settings */
/********************/
footer {
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#6f86d6),
    to(#48c6ef)
  );
  background-image: linear-gradient(to top, #6f86d6 0%, #48c6ef 100%);
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-shadow: inset 1px 1px 10px 0px #33333380;
  box-shadow: inset 1px 1px 10px 0px #33333380;
}

footer .footer-wrapper {
  position: relative;
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  min-height: 300px;
}

footer .col {
  width: 200px;
}

footer .col .image-wrapper {
  overflow: hidden;
  width: 100%;
}

footer .col .image-wrapper img {
  width: 100%;
  padding: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .category {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

footer ul {
  width: 100%;
}

footer ul li {
  list-style: none;
  text-align: left;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

footer .copy-right {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

footer .copy {
  color: #fff;
  font-size: 14px;
}

/******************************/
/* FOOTER-RESPONSIVE-SETTINGS */
/******************************/
@media only screen and (max-width: 1081px) {
  footer .footer-wrapper {
    width: 100%;
    padding: 15px;
  }
  footer .col {
    margin-bottom: 20px;
    width: 150px;
  }
  footer .category {
    margin-bottom: 10px;
  }
}

/********************/
/* index-settings */
/********************/
main.index {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
  width: 100%;
}

main.index .bg-area {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(-225deg, #fffeff 0%, #eaf6fd 100%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

main.index .more-btn {
  cursor: pointer;
  position: relative;
  color: #444;
  background-color: #fff;
  border: 1px solid #333;
  width: 250px;
  height: 55px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  font-size: 16px;
}

main.index .more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #0075c2;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main.index .more-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #000;
  transform: translateY(0.1em) scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* TOP-settings */
main.index .top {
  min-height: 100vh;
  position: relative;
}

main.index .top .icon-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-top: 100px;
  background-image: url(./images/top_main_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main.index .top .icon-area .top-container,
main.index .top .icon-area .bottom-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.index .top .icon-area .top-container .image-container,
main.index .top .icon-area .bottom-container .image-container {
  width: 20vw;
  min-width: 150px;
  height: 20vw;
  min-height: 150px;
  overflow: hidden;
}

main.index .top .icon-area .top-container .image-container img,
main.index .top .icon-area .bottom-container .image-container img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

main.index .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 700px;
  height: 100vh;
  margin: 0px auto;
  padding-top: 100px;
}

main.index .company-area {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #fff;
}

main.index .company-area .logo-wrapper {
  width: 100%;
}

main.index .company-area .sub-title {
  position: relative;
  width: 100%;
  text-align: center;
}

main.index .company-area .sub-title p {
  position: relative;
  width: 100%;
  font-size: 40px;
  color: #0075c2;
  font-weight: 500;
  text-align: center;
}

main.index .company-area .sub-title img {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px); */
  z-index: 1;
}

main.index .company-area .sub-title img {
  max-width: 300px;
  margin: 0 auto;
}

main.index .company-msg {
  width: 100%;
}

main.index .company-msg p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
}

/* NEWS-settings */
main.index .news {
  width: 100%;
  background-color: #fff;
}

main.index .news-wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0px;
}

main.index .news-contents {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

main.index .news-wrapper p {
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #231815;
  padding: 10px 0;
  font-weight: bold;
}

main.index .news-contents .news {
  display: inline-block;
  background-color: #dcdddd;
  width: 80px;
  text-align: center;
  padding: 0 15px;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 14px;
  margin: 0 20px;
}

main.index .news-contents span {
  display: inline-block;
}

main.index .news-wrapper p:last-child {
  border-bottom: none;
}

/* WORKS-settings */
main.index .works {
  position: relative;
  width: 95%;
  margin: 100px auto 0px;
}

main.index .works-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

main.index .works-taglist {
  max-width: 800px;
  margin: 0 auto;
}

main.index .works-taglist ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

main.index .works-taglist ul li {
  border: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

main.index .works-taglist ul li a {
  display: block;
  width: 100%;
  height: inherit;
  padding: 3px 10px;
  background-color: #fff;
  transition: ease 0.3s all;
}

main.index .works-taglist ul li a:hover {
  background-color: #0075c2;
  color: #fff;
}

main.index .works-taglist ul li + li {
  margin-left: 10px;
}

main.index .works-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  z-index: 1;
}

main.index .works-body a {
  /* width: 16%;
  min-width: 230px; */
  width: calc(100% / 3 - 10px);
}

main.index .works-contents {
  border: 1px solid #0075c2;
  width: 100%;
  margin: 5px;
  background-color: #fff;
}

main.index .works-contents .image-wrapper {
  height: 298px;
  width: 100%;
  overflow: hidden;
}

main.index .works-contents .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.index .works-contents:hover .image-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.index .works-contents .works-info {
  width: 100%;
  min-height: 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 15px;
  min-height: 130px;
}

main.index .works-contents .works-info .title {
  margin-bottom: 10px;
}

main.index .works-contents .works-info .date,
main.index .works-contents .works-info .title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
}

main.index .works-contents .works-info .date {
  color: #4fa7dc;
}

main.index .button-area {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

main.index .more-btn:hover {
  color: #fff;
  border: 1px solid #0075c2;
}

main.index .more-btn:hover::before {
  width: 100%;
}

main.index .more-btn:hover::after {
  border-color: transparent transparent transparent #fff;
  right: 10px;
}

/* creators-settings */
main.index .creators {
  margin-top: 100px;
}

.creators-container {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

/* main.index .creators-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1080px;
  margin: 0 auto;
} */

main.index a.slide {
  width: 19.5%;
  padding: 5px;
}

main.index .slick-slide {
  margin: 0 10px;
}

.slick-list {
  overflow: visible;
}

.slick-prev,
.slick-next {
  z-index: 20;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #0175c2;
  font-size: 2.4rem;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  color: #0175c2;
  font-size: 2.4rem;
}

main.index .creators-contents {
  position: relative;
  list-style: none;

  border: 1px solid #007fcb;
  background: #fff;
  padding: 15px;
}

main.index .creators-contents .image-wrapper {
  width: 100%;
  overflow: hidden;
}

main.index .creators-contents .image-wrapper img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.index .creators-contents .image-wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.index .creators-contents_txt {
  padding: 15px 5px 0;
}

main.index .creators-contents_txt span {
  font-size: 14px;
}

/* BLOG-settings */
main.index .blog {
  width: 100%;
  background-color: #fff;
}

main.index .blog .blog-wrapper {
  padding: 50px 0px;
  width: 1080px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.index .blog .blog-wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.index .blog .blog-wrapper ul a {
  min-width: 315px;
  width: 45%;
}

main.index .blog .blog-wrapper ul li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

main.index .blog .blog-wrapper ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #4fa7dc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.index .blog .blog-wrapper ul li:hover::before {
  width: 100%;
}

main.index .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 75%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

main.index .blog-info .info-header {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  color: #555;
}

main.index .blog-info .info-header .date {
  color: #4fa7dc;
  padding-right: 30px;
}

main.index .blog-info .title {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

main.index .icon {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* SERVICE-settings */
main.index .service {
  width: 100%;
  margin-top: 100px;
  background-color: #fff;
}

main.index .service-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0px;
}

main.index .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

main.index .service-contents {
  position: relative;
  width: calc(100% / 3 - 10px);
  /* min-width: 280px; */
  /* height: 280px; */
  border: 1px solid #666;
  margin: 5px;
  overflow: hidden;
}

main.index .service-contents::after,
main.index .service-contents.black::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 100%;
  /* background-image: -webkit-gradient(linear, left bottom, left top, from(#48c6ef), to(#6f86d6));
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); */
}

/* main.index .service-contents.black::after {
  background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);
} */

/* main.index .service-head,
main.index .service-body {
  height: 50%;
} */

main.index .service-head {
  padding-top: 55%;
  transition: 0.5s;
  overflow: hidden;
}

main.index .service-head:hover {
  transform: scale(1.1);
}

main.index .service-contents:nth-child(1) .service-head {
  background-image: url(./images/service01_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(2) .service-head {
  background-image: url(./images/service02_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(3) .service-head {
  background-image: url(./images/service03_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(4) .service-head {
  background-image: url(./images/service04_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(5) .service-head {
  background-image: url(./images/service05_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(6) .service-head {
  background-image: url(./images/service06_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(7) .service-head {
  background-image: url(./images/service07_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(8) .service-head {
  background-image: url(./images/service08_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-contents:nth-child(9) .service-head {
  background-image: url(./images/service09_bg.png);
  background-position: center;
  background-size: cover;
}

main.index .service-body {
  padding: 15px;
}

main.index .service-head p {
  padding-top: 25px;
  padding-right: 10px;
  font-size: 28px;
  color: #fff;
}

main.index .service-head.black {
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

main.index .service-body {
  background-color: #dcdddd;
  display: flex;
  align-items: center;
}

main.index .service-number {
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  background-color: #fff;
  font-weight: bold;
}

main.index .service-txt {
  width: 90%;
  margin-left: 15px;
}

main.index .service-txt h3 {
  font-size: 18px;
}

main.index .service-body p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

/* CONTACT-settings */
main.index .contact {
  margin-top: 100px;
  width: 100%;
  background-color: #fff;
}

main.index .contact-wrapper {
  width: 1080px;
  margin: 0px auto;
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

main.index .contact .left-container,
main.index .contact .right-container {
  width: 30%;
  min-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 30px;
}

main.index .contact .button-area {
  margin-top: 0;
}

main.index .contact .button-area a {
  display: block;
}

main.index .contact .left-container .more-btn {
  background: rgb(213, 49, 47);
  background: linear-gradient(
    90deg,
    rgba(213, 49, 47, 1) 0%,
    rgba(224, 132, 56, 1) 100%
  );
  color: #fff;
  border: none;
}

main.index .contact .left-container .more-btn::before {
  background: rgb(213, 49, 47);
}

main.index .contact .right-container .more-btn::before {
  background: rgb(54, 179, 230);
}

main.index .contact .more-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

main.index .contact .more-btn:hover::after {
  right: 15px;
}

main.index .contact .right-container .more-btn {
  background: rgb(54, 179, 230);
  background: linear-gradient(
    90deg,
    rgba(54, 179, 230, 1) 0%,
    rgba(152, 127, 185, 1) 100%
  );
  color: #fff;
  border: none;
}

/* main.index .contact .container-head {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main.index .contact .container-body {
  padding: 10px;
  width: 100%;
  min-height: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main.index .contact h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 10px;
}

main.index .contact h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  background-image: linear-gradient(
    -225deg,
    #ffe29f 0%,
    #ffa99f 48%,
    #ff719a 100%
  );
}

main.index .contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #555;
  text-align: center;
  width: 100%;
}

main.index .contact p span {
  font-size: 12px;
  color: red;
} */

/***************************/
/* TOP-RESPONSIVE-SETTINGS */
/***************************/
@media only screen and (max-width: 1081px) {
  main.index section {
    width: 100%;
  }
  main.index .top-wrapper,
  main.index .news-wrapper,
  main.index .service-wrapper,
  main.index .blog .blog-wrapper,
  main.index .contact-wrapper {
    width: 95%;
    /* padding-left: 10px;
    padding-right: 10px; */
  }

  main.index .service-contents {
    width: calc(100% / 2 - 10px);
    margin: 0 0 20px;
  }

  main.index .service-contents:nth-child(2n) {
    margin-left: 10px;
  }

  main.index .news-wrapper .news-contents img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  main.index .creators-contents {
    width: 24%;
    /* min-width: 200px;
    height: 250px; */
    background-color: #fff;
  }
  main.index .creators-contents .image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  main.index .blog .blog-wrapper ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  main.index .contact-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  main.index .service-list {
    justify-content: space-between;
  }

  main.index .service-body {
    display: block;
    padding: 15px 10px;
  }

  main.index .service-txt {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  main.index .service-txt h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 769px) {
  main.index .news-contents span {
    display: block;
    margin-bottom: 5px;
  }

  main.index .news-contents .news {
    font-size: 12px;
    width: 65px;
  }

  main.index .news-wrapper p {
    font-size: 14px;
  }

  main.index .news-contents .news {
    margin: 0 8px;
  }

  main.index .works-contents {
    border: 1px solid #4fa7dc;
    /* width: 200px; */
    height: auto;
    margin: 5px;
    background-color: #fff;
  }
  main.index .works-body a {
    /* min-width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; */
    width: calc(100% / 2 - 10px);
    /* width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; */
  }

  main.index .works-contents .image-wrapper {
    height: 198px !important;
    width: 100% !important;
  }
  main.index .works-contents .works-info {
    width: 200px;
    height: auto;
  }
  main.index .service-contents {
    margin-bottom: 20px;
  }
  main.index .more-btn {
    color: #fff;
    background-color: #4fa7dc;
    border: 1px solid #4fa7dc;
  }
}

/* mobile-settings */
@media only screen and (max-width: 767px) {
  main.index .company-area .sub-title p {
    font-size: 24px;
    padding-left: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    background-color: #ffffffee;
  }
  main.index .company-area .sub-title img {
    z-index: 1;
    width: 200px;
  }
  main.index .company-msg p {
    font-size: 14px;
    /*     text-align: left; */
    line-height: 1.8;
    background-color: #ffffffcc;
    padding: 5px 20px;
  }
  main.index .works-contents {
    border: 1px solid #4fa7dc;
    width: 100%;
    /* max-width: 300px; */
    margin: 5px;
    background-color: #fff;
  }
  main.index .works-contents .contents-top {
    width: 100%;
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
  }
  main.index .works-contents .contents-top .image-wrapper,
  main.index .works-contents .contents-top .tag-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 148px;
    width: 50%;
  }
  main.index .works-contents .contents-top .tag-area {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    height: auto;
    padding: 3px 2px;
    width: 100%;
  }

  main.index .works-contents .contents-top .tag-area .tag {
    font-size: 10px;
  }

  main.index .works-contents .works-info {
    width: 100%;
    min-height: auto;
    padding: 10px 5px;
    border-top: 1px solid #4fa7dc;
  }
  main.index .works-contents .works-info .date,
  main.index .works-contents .works-info .title {
    font-size: 14px;
  }
  main.index .service-contents {
    margin-bottom: 20px;
    /* width: 90%; */
  }
  main.index .service-head {
    text-align: left;
    padding-left: 10px;
  }

  main.index .creators {
    margin-top: 60px;
  }

  main.index .creators-container {
    width: 70%;
  }

  main.index .creators-contents {
    width: calc(100% / 2 - 20px);
    background-color: #fff;
    margin: 0px 10px 20px;
  }
  main.index .creators-contents .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  main.index .creators-contents .image-wrapper img {
    height: 300px;
  }

  main.index .blog .blog-wrapper ul a {
    width: 100%;
  }

  main.index .contact p {
    font-size: 12px;
  }

  main.index .contact .left-container,
  main.index .contact .right-container {
    width: 100%;
    min-width: auto;
  }

  main.index .creators .slick-arrow {
    bottom: -100px;
    top: auto;
  }
  main.index .creators .slick-next {
    right: 30px;
    width: 40px;
    height: 40px;
  }
  main.index .creators .slick-prev {
    left: 30px;
    width: 40px;
    height: 40px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4fa7dc;
  }
  main.index .creators .button-area {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 600px) {
  main.index .service-list {
    display: block;
  }

  main.index .service-contents {
    width: 100%;
  }

  main.index .service-contents:nth-child(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  main.index .works-body {
    display: block;
  }

  main.index .works-contents {
    margin: 15px 0;
  }

  main.index .creators-body {
    display: block;
  }

  main.index .creators-contents {
    width: 100%;
  }

  main.index .creators-contents .image-wrapper img {
    object-fit: contain;
  }
}

/* iPhoneSE-settings */
@media only screen and (max-width: 321px) {
  main.index .more-btn {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }

  main.index .contact .more-btn::after {
    right: 10px;
  }

  main.index .company-area .sub-title img {
    width: 70%;
  }
  main.index .company-area .sub-title p {
    font-size: 20px;
  }
  main.index .company-msg p {
    font-size: 12px;
    text-align: left;
  }

  main.index .creators-contents .image-wrapper {
    width: 100%;
    /* height: 100px; */
  }
}

/********************/
/* about-settings */
/********************/
/* 企業理念 */
.about-mv {
  position: relative;
  background: url(./images/about-bg.png) center no-repeat;
  background-size: cover;
  padding-top: 19%;
  margin-top: 100px;
}

/* .about-mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .about-top_wrapper {
  position: relative;
} */

.about-top_wrapper {
  position: relative;
}

.about-top_wrapper {
  position: relative;
}

.about-top_wrapper > span:first-child {
  position: absolute;
  left: 0;
  z-index: -1;
}

.about-top_wrapper > span:nth-child(2) {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: -1;
}

.about-top_wrapper > span:nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
}

.about-top_wrapper span:nth-child(4) {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: -1;
}

.about-wrapper {
  width: 1180px;
  margin: 0 auto;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}

section.about-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 880px;
  margin: 0 auto;
  /* font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif; */
  /* font-weight: 600; */
  letter-spacing: 5px;
  margin-bottom: 10vh;
}

section.about-top .image-wrapper {
  position: relative;
  margin: 100px 0px 60px;
  width: 100%;
  text-align: center;
}
section.about-top .philosophy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5rem;
  line-height: 36px;
}

section.about-top .philosophy .philosophy-large {
  font-size: 3rem;
}

section.about-top h1 {
  font-size: 3rem;
  width: 100%;
  text-align: center;
  margin: 0px 0px 30px;
}

section.about-top h1 span {
  color: #007fcb;
}

section.about-top .philosophy-msg {
  font-size: 1.125rem;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-weight: unset;
  letter-spacing: 1px;
}

/* 事業内容 */
section.business {
  position: relative;
  padding-top: 100px;
  /* font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif; */
}

section.business .business_inner {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0px auto 0;
}

section.business:nth-child(2n) .business_inner {
  flex-flow: row-reverse;
}

section.business .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-bottom: 35px;
  background-color: #fff;
  /* font-family: "Anton", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif; */
}

section.business .header .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 100px;
  width: 150px;
  font-size: 48px;
  margin-right: 35px;
}

section.business .header .business-name {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}

section.business .header .business-name-jp {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

section.business .business-msg {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  border-left: 1px solid #0075c2;
  padding-left: 30px;
}

/* section.business .business-msg .image-wrapper {
  position: absolute;
  bottom: -75px;
  right: -65px;
  overflow: hidden;
  width: 330px;
  z-index: -1;
} */

section.business .business-msg img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

section.diagram img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ご挨拶 */
section.greeting {
  /*   background-image: url(./images/greeting-bg.png); */
  /*   background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 80px 0;
  margin-top: 80px;
}

.greeting_inner {
  max-width: 880px;
  margin: 0 auto;
}

section.greeting h1,
section.greeting h2 {
  width: 100%;
  text-align: center;
  color: #007fcb;
  margin: 50px 0px;
}

section.greeting h2 {
  color: #222;
  text-align: unset;
  padding-bottom: 5px;
  width: auto;
}

section.greeting .greeting-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.greeting .greeting-wrapper + .greeting-wrapper {
  margin-top: 40px;
  border-top: 1px solid #007fcb;
  padding: 40px 0;
}

section.greeting .greeting-wrapper h1 {
  margin: 0 0 30px;
  text-align: left;
}

/* section.greeting .greeting-wrapper .profile {
  width: 255px;
} */

section.greeting .greeting-wrapper .profile span {
  display: block;
}

section.greeting .greeting-wrapper .profile .representative {
  font-size: 14px;
}

section.greeting .greeting-wrapper .profile .image-wrapper {
  width: 100%;
  text-align: center;
}

section.greeting .greeting-wrapper .profile a img {
  height: 30px;
  padding-left: 10px;
}

section.greeting .greeting-wrapper .profile p {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

section.greeting .greeting-wrapper .greeting-msg {
  width: 555px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

section.greeting .career {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  border-left: 1px solid #333;
  margin-left: 30px;
  padding: 0 30px;
}

/* 会社概要 */
section.company-about {
  max-width: 880px;
  margin: 150px auto;
  padding: 0 40px;
}

section.company-about h1 {
  width: 100%;
  margin-bottom: 50px;
  font-weight: 600;
  border-bottom: 2px solid #007fcb;
  padding-bottom: 5px;
}

section.company-about ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}

section.company-about ul li .label {
  font-weight: bold;
  display: inline-block;
  width: 150px;
}

section.company-about ul li .annotation {
  font-size: 14px;
  color: #007fcb;
}

/*********************/
/* ABOUT-RESPONSIVE-SETTINGS
/*********************/
/* tablet-setting */

@media only screen and (max-width: 1081px) {
  .about-mv {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 1179px) {
  .about-wrapper {
    width: 100%;
  }
  section.business {
    width: 100%;
    margin: 0 auto 100px;
  }

  section.business .business_inner {
    max-width: 100%;
    padding: 0 40px;
  }

  section.business .header {
    width: 55%;
  }

  section.business .image-wrapper {
    width: 45%;
  }

  section.business .image-wrapper img {
    width: 100%;
  }

  section.business .header .number {
    height: auto;
    width: 75px;
    margin-right: 15px;
    font-size: 38px;
  }
  section.business .header .business-name {
    font-size: 23px;
  }
  section.business .header .business-name-jp {
    font-size: 18px;
  }
  section.business .business-msg {
    width: 100%;
    padding: 0px 10px;
  }

  section.greeting .career {
    font-size: 14px;
  }
}

@media only screen and (max-width: 879px) {
  section.about-top,
  section.greeting,
  section.company-about,
  section.business {
    width: 100%;
    padding: 0px 5px;
  }
  section.business .header .number {
    width: 100px;
    justify-content: flex-start;
    margin-right: 0;
  }

  section.business .header {
    flex-flow: column;
    width: 52%;
  }

  section.business .business-msg {
    border-left: none;
    border-top: 1px solid #0075c2;
    padding: 20px 0 0;
  }

  section.greeting .greeting-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .greeting_inner {
    padding: 60px 40px 0;
  }

  section.greeting .greeting-wrapper .greeting-msg {
    margin-left: 40px;
    width: 100%;
  }

  section.company-about {
    padding: 0 40px;
  }
}

/* mobile-settings */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .about-mv {
    padding-top: 40%;
  }

  section.about-top .image-wrapper {
    margin: 120px 0px 60px;
  }

  .about-top_wrapper > span:first-child img {
    width: 200px;
  }

  .about-top_wrapper > span:nth-child(2) img {
    width: 100px;
  }

  .about-top_wrapper > span:nth-child(3) {
    bottom: -5%;
  }

  .about-top_wrapper > span:nth-child(3) img {
    width: 200px;
  }

  .about-top_wrapper > span:nth-child(4) img {
    width: 130px;
    object-fit: contain;
  }

  section.about-top .image-wrapper img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  section.about-top .philosophy {
    width: 33%;
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
  }
  section.about-top .philosophy .philosophy-large {
    font-size: 1.8rem;
  }
  section.about-top h1 {
    font-size: 1.8rem;
  }

  section.about-top .philosophy-msg {
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
  }

  section.about-top .philosophy-img img {
    width: 95%;
    object-fit: contain;
  }

  section.business .business_inner {
    padding: 0 20px;
  }
  section.business .header .number {
    height: auto;
    width: 75px;
    margin-right: 15px;
    font-size: 2rem;
  }
  /* section.business .header .business-name {
    font-size: 1.3rem;
  }
  section.business .header .business-name-jp {
    font-size: 1.1rem;
  } */

  section.business {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 250px;
    margin-bottom: 50px;
    overflow: hidden;
  }

  section.business .header {
    display: block;
    width: 100%;
  }

  section.business .business-msg p {
    background-color: #ffffffcc;
    padding-top: 15px;
  }
  section.business .business-msg .image-wrapper {
    /* bottom: -30px;
    width: 300px; */
    width: 100%;
  }

  section.greeting h1 {
    margin: 30px 0;
  }

  section.greeting h2 {
    text-align: center;
    margin: 30px 0;
  }

  .greeting_inner {
    padding: 60px 20px 0;
  }

  section.greeting .greeting-wrapper {
    display: block;
  }

  section.greeting .greeting-wrapper .greeting-msg {
    margin-left: 0;
    margin-top: 40px;
  }

  section.greeting .greeting-wrapper .profile p {
    text-align: center;
  }
  section.greeting .career {
    margin-left: 0;
    border-left: none;
    padding: 0px 0;
  }

  section.company-about {
    padding: 0 25px;
  }

  section.company-about ul li .label {
    width: 100px;
  }
  section.company-about ul li {
    font-size: 0.9rem;
  }
  section.company-about ul li .annotation {
    font-size: 0.8rem;
  }
  main.contact input[type="submit"] {
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .about-top_wrapper > span:first-child img {
    width: 150px;
  }

  .about-top_wrapper > span:nth-child(2) {
    top: 35%;
  }
  .about-top_wrapper > span:nth-child(2) img {
    width: 80px;
  }

  .about-top_wrapper > span:nth-child(3) {
    bottom: -8%;
  }

  .about-top_wrapper > span:nth-child(3) img {
    width: 120px;
  }

  .about-top_wrapper span:nth-child(4) {
    bottom: 10%;
  }

  .about-top_wrapper span:nth-child(4) img {
    width: 80px;
  }
}

@media only screen and (max-width: 400px) {
  section.about-top .philosophy,
  section.about-top .philosophy-msg {
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  section.about-top .philosophy .philosophy-large,
  section.about-top h1 {
    font-size: 1.5rem;
  }
  section.business .header .number {
    height: auto;
    width: 60px;
    font-size: 2rem;
  }
  section.business .header .business-name {
    font-size: 1.2rem;
  }
  section.business .header .business-name-jp {
    font-size: 0.8rem;
  }
  section.business .business-msg,
  section.greeting .greeting-wrapper .greeting-msg,
  section.greeting .career,
  section.company-about ul li {
    font-size: 0.8rem;
    line-height: 2;
  }
  section.company-about ul li .label {
    width: 100px;
  }
  section.company-about ul li .annotation {
    font-size: 0.7rem;
  }
}

/* iPhoneSE-settings */
@media only screen and (max-width: 321px) {
  .se-hidden {
    display: none !important;
  }
  section.about-top .philosophy,
  section.about-top .philosophy-msg {
    font-size: 0.7rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  section.about-top .philosophy .philosophy-large,
  section.about-top h1 {
    font-size: 1.4rem;
  }
  section.business .header .number {
    height: 55px;
    width: 55px;
    font-size: 1.8rem;
  }
  section.business .header .business-name {
    font-size: 1.1rem;
  }
  section.business .header .business-name-jp {
    font-size: 0.9rem;
  }
  section.business .business-msg,
  section.greeting .greeting-wrapper .greeting-msg,
  section.greeting .career,
  section.company-about ul li {
    font-size: 0.75rem;
    line-height: 2;
  }
  section.greeting .greeting-wrapper .profile .image-wrapper img {
    height: 100px;
  }
  section.company-about ul li .label {
    width: 75px;
  }
  section.company-about ul li .annotation {
    font-size: 0.6rem;
  }
}

/**********************************/
/* CREATOR/PRODUCER-PAGE-SETTINGS */
/**********************************/
main.single section.creator-producer {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
  padding-top: 100px;
}

main.single section.creator-producer h2 {
  font-weight: 500;
}

main.single section.creator-producer .profile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 100px;
}

main.single section.creator-producer .profile {
  width: 45%;
  min-width: 300px;
  height: 500px;
  overflow: hidden;
  -webkit-box-shadow: 4px 3px 2px 1px #33333333;
  box-shadow: 4px 3px 2px 1px #33333333;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main.single section.creator-producer .profile img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.single section.creator-producer .profile img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.single section.creator-producer .contents {
  width: 50%;
  min-width: 300px;
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main.single section.creator-producer .contents h2 {
  position: relative;
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 25px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main.single section.creator-producer .contents h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
}

main.single section.creator-producer .contents .tag-area {
  margin-bottom: 25px;
}

main.single section.creator-producer .contents p {
  font-size: 16px;
  line-height: 32px;
}

main.single section.creator-producer .creator-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: unset;
  padding-top: unset;
  margin-bottom: 50px;
}

main.single section.creator-producer .creator-works .works-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 300px;
  border: 1px solid #ff6b95;
  margin: 0px 5px;
  margin-bottom: 10px;
}

main.single section.creator-producer .creator-works .works-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.single
  section.creator-producer
  .creator-works
  .works-contents
  .image-wrapper {
  height: 100%;
  width: 100px;
  overflow: hidden;
}

main.single
  section.creator-producer
  .creator-works
  .works-contents
  .image-wrapper
  img {
  height: 100%;
}

main.single
  section.creator-producer
  .creator-works
  .works-contents
  .works-info {
  font-weight: bold;
  margin: 0px 25px;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.single
  section.creator-producer
  .creator-works
  .works-contents
  .works-info
  p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

main.single
  section.creator-producer
  .creator-works
  .works-contents:hover::before {
  width: 100%;
}

main.single section.creator-producer .creator-works .works-contents:hover p {
  color: #fff;
}

/**********************************/
/* CREATOR/PRODUCER-RESPONSIVE-SETTINGS */
/**********************************/

@media only screen and (max-width: 1045px) {
  main.single section.creator-producer {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 769px) {
  main.single section.creator-producer h2 {
    font-weight: 500;
  }
  main.single section.creator-producer .profile-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  main.single section.creator-producer .profile {
    width: 100%;
    width: 500px;
    height: 500px;
    margin: auto;
    margin-bottom: 50px;
  }
  main.single section.creator-producer .profile img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  main.single section.creator-producer .contents {
    width: 100%;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  main.single section.creator-producer .profile-wrapper {
    padding-top: 0px;
  }
  main.single section.creator-producer .profile {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
  main.single section.creator-producer .profile img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.single section.creator-producer .contents h2 {
    margin-bottom: 25px;
  }
  main.single section.creator-producer .contents p {
    font-size: 14px;
  }
  main.single section.creator-producer .creator-works .works-contents {
    min-width: 300px;
  }
}

/**********************************/
/* CREATOR/PRODUCER-ARCHIVE-SETTINGS */
/**********************************/
main.creator_producer {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 100px;
}

main.creator_producer section {
  margin-bottom: 50px;
}

.detail-mv.creator_producer {
  position: relative;
  /* background: linear-gradient(rgba(0, 117, 194, 0.5), rgba(0 117, 194, 0.3)),
    url(./images/creator_producer-bg.png) center no-repeat; */
  background: url(./images/creator_producer-bg.png) center no-repeat;
  background-size: cover;
  padding-top: 19%;
  margin-bottom: 50px;
}

main.creator_producer .detail-mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}

main.creator_producer section .default-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: unset;
  padding: unset;
}

main.creator_producer section .default-container.creators {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

main.creator_producer section h2 {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 5px 0px;
  padding-left: 15px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0075c2;
}

/* main.creator_producer section h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(-45deg, #ffc796 0%, #ff6b95 100%);
} */

main.creator_producer section .profile-box {
  /* background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff1eb),
    to(#ace0f9)
  );
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); */
  margin: 1.1vw 5px;
  margin-bottom: 5px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border: 3px solid #0075c2;
  width: 205px;
}

main.creator_producer section .profile-box .image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}

main.creator_producer section .profile-box .image-wrapper img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
}

main.creator_producer section .profile-box .image-wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.creator_producer section .profile-box p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
}

/**********************************/
/* CREATOR/PRODUCER-ARCHIVE-RESPONSIVE-SETTINGS */
/**********************************/

@media only screen and (max-width: 1133px) {
  main.creator_producer section .default-container {
    justify-content: center;
  }
}

@media only screen and (max-width: 1081px) {
  main.creator_producer {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 769px) {
  main.creator_producer .detail-mv {
    padding-top: 40%;
  }

  .detail-mv.creator_producer {
    padding-top: 40%;
  }

  main.creator_producer section .default-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  main.creator_producer section .profile-box .image-wrapper {
    width: 225px;
    height: 225px;
  }
  main.creator_producer section .profile-box .image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.creator_producer section .profile-box p {
    height: 50px;
    width: 225px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  main.creator_producer section .default-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.creator_producer section .profile-box {
    margin: 5px;
  }
  main.creator_producer section .profile-box .image-wrapper {
    width: 100%;
  }
  main.creator_producer section .profile-box p {
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 432px) {
  main.creator_producer section .profile-box {
    width: 80%;
    height: 100%;
  }

  main.creator_producer section .profile-box .image-wrapper {
    height: 100%;
  }
}

@media only screen and (max-width: 321px) {
  /* main.creator_producer section .default-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  } */
  main.creator_producer section .profile-box {
    margin: 0 0 15px;
  }
  main.creator_producer section .profile-box p {
    height: 30px;
    font-size: 12px;
  }
}

/**********************************/
/* WORKS-PAGE-SETTINGS */
/**********************************/
main.single section.works .works-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-shadow: 1px 1px 15px #48c6ef75;
  box-shadow: 1px 1px 15px #48c6ef75;
  padding: 50px 10px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border: 2px solid #48c6ef;
}

main.single section.works .title-wrapper {
  width: 100%;
  overflow: hidden;
}

main.single section.works .page-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #555;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

main.single section.works .page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#48c6ef),
    to(#6f86d6)
  );
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}

main.single section.works .thumbnail-wrapper,
main.single section.works .contents-wrapper {
  width: 45%;
  overflow: hidden;
}

main.single section.works .thumbnail-wrapper {
  max-height: 400px;
}

main.single section.works .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

main.single section.works .category-area {
  width: 100%;
  margin-bottom: 30px;
}

main.single section.works .category {
  display: inline-block;
  background-color: #48c6ef;
  padding: 0px 5px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}

/**********************************/
/* WORKS-PAGE-RESPONSIVE-SETTINGS */
/**********************************/
@media only screen and (max-width: 767px) {
  main.single section.works .works-wrapper {
    padding: 10px;
  }
  main.single section.works .thumbnail-wrapper,
  main.single section.works .contents-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  main.single section.works .contents-wrapper p {
    font-size: 14px;
  }
  main.single section.works .contents-wrapper .page-title {
    font-size: 18px;
  }
}

/**********************************/
/* WORKS-ARCHIVE-SETTINGS */
/**********************************/
main.works {
  margin-top: 100px;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.works h1 {
  margin-bottom: 30px;
}

main.works .archive_ttl {
  display: block;
  font-size: 26px;
  margin-top: 15px;
}

main.works .works_mv {
  position: relative;
  background: url(./images/works-mv.png) center no-repeat;
  background-size: cover;
  padding-top: 19%;
  margin-bottom: 80px;
}
main.works .works-taglist {
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto 60px;
}

main.works .works-taglist ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main.works .works-taglist ul li {
  border: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  margin-top: 10px;
}

main.works .works-taglist ul li + li {
  margin-left: 10px;
}

main.works .works-taglist ul li a {
  display: block;
  width: 100%;
  height: inherit;
  padding: 3px 10px;
  background-color: #fff;
  transition: ease 0.3s all;
}

main.works .works-taglist ul li a:hover {
  background-color: #0075c2;
  color: #fff;
}

main.works .sidebar-wrap .works-all {
  display: block;
  width: 100%;
  height: inherit;
  padding: 3px 10px;
  background-color: #fff;
  transition: ease 0.3s all;
  border: 1px solid #333;
}

main.works .sidebar-wrap .works-all:hover {
  background-color: #0075c2;
  color: #fff;
}

main.works .saitou-link {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}

main.works .saitou-link a {
  color: #48c6ef;
}

main.works .works-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

main.works .works-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  padding: 50px 0%;
  background-color: #efefef;
  /* box-shadow: inset 1px 1px 10px 0px #33333380; */
}

main.works .works-wrapper a {
  width: calc(100% / 3 - 10px);
}

main.works .works-container .works-contents {
  /* max-width: 300px; */
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 10px 2px #33333388;
  box-shadow: 5px 6px 10px 2px #33333388;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main.works .works-container .works-contents .image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

main.works .works-container .works-contents .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.works .works-container .works-contents:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.works .works-container .works-desc {
  min-height: 135px;
  /* padding-top: 15px; */
}

main.works .works-container p {
  margin-top: 10px;
  font-weight: 600;
  line-height: 2;
  font-size: 14px;
  color: #555;
}

main.single .creator-producer .tag,
main.works .works-container .tag,
main.index .tag {
  display: inline-block;
  background-color: #0075c2;
  padding: 3px 8px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 5px;
  border-radius: 8px;
}

main.single .creator-producer .tag {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#48c6ef),
    to(#6f86d6)
  );
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}

/**********************************/
/* WORKS-ARCHIVE-RESPONCIVE-SETTINGS */
/**********************************/

@media only screen and (max-width: 1045px) {
  main.works .works-wrapper {
    width: 75%;
  }

  main.works .works-wrapper a {
    width: calc(100% / 2 - 20px);
  }
}

@media only screen and (max-width: 1045px) {
  main.works {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  main.works .archive_ttl {
    font-size: 18px;
  }

  main.works .works_mv {
    padding-top: 40%;
    margin-bottom: 40px;
  }

  main.works .works-taglist {
    padding: 0 20px;
    margin: 0 auto 30px;
  }

  main.works .works-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 0;
  }
  main.works .works-container .tag {
    margin: 2px;
  }

  main.works .works-container {
    display: block;
  }

  .works .sidebar {
    width: 100%;
  }

  main.works .works-taglist ul {
    justify-content: flex-start;
  }

  main.works .works-taglist ul li {
    margin: 10px 5px 0;
  }

  main.works .works-taglist ul li + li {
    margin: 10px 5px 0;
  }

  .works .sidebar .children {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .works .sidebar ul li {
    width: auto;
  }

  main.works .works-wrapper a {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 600px) {
  main.works .works-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main.works .works-wrapper a {
    width: calc(100% - 30px);
  }

  main.works .works-container .works-desc {
    min-height: auto;
  }
}

/**********************************/
/* BLOG-ARCHIVE-SETTINGS */
/**********************************/
main.blog {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.blog .blog-mv {
  position: relative;
  background: url(./images/blog-mv.png) center no-repeat;
  background-size: cover;
  padding-top: 19%;
  margin-top: 100px;
}

main.blog .blog-archive {
  padding-top: 80px;
}

main.blog .blog-archive .blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(-225deg, #fffeff 0%, #d7fffe 100%);
  border: 1px solid #eee;
}

main.blog .blog-archive .default-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
   -ms-flex-pack: distribute;
  width: 92%;
  max-width: unset;
  padding: unset;
  margin-top: 0px;
}

main.blog .blog-archive .default-container .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 400px;
  /*   min-width: 320px; */
  margin: 10px;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

main.blog .blog-archive .default-container .contents:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main.blog .blog-archive .default-container .contents .eye-catch,
main.blog .blog-archive .default-container .contents .blog-info {
  width: 50%;
  height: 200px;
  padding: 5px;
}

main.blog .blog-archive .default-container .contents .blog-info {
  min-height: 200px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main.blog .blog-archive .default-container .contents .blog-info.only {
  width: 100%;
}

main.blog .blog-archive .default-container .contents .text {
  border-top: 1px solid #eee;
  width: 100%;
  padding: 5px;
  font-size: 12px;
}

main.blog .blog-archive .default-container .contents .eye-catch {
  overflow: hidden;
}

main.blog .blog-archive .default-container .contents .eye-catch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.blog .blog-archive .default-container .contents .blog-info h2 {
  margin-bottom: 20px;
  color: #4fa7dc;
  font-size: 18px;
}

main.blog .blog-archive .default-container .contents .blog-info span {
  font-weight: 500;
}

/**********************************/
/* BLOG-ARCHIVE-RESPONSIVE-SETTINGS */
/**********************************/

@media only screen and (max-width: 1045px) {
  main.blog .blog-mv {
    margin-top: 75px;
  }

  main.blog .blog-archive .default-container {
    justify-content: space-between;
  }

  main.blog .blog-archive .default-container .contents {
    width: 380px;
  }
}

@media only screen and (max-width: 900px) {
  main.blog .blog-archive .default-container .contents {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  main.blog .blog-mv {
    padding-top: 40%;
  }

  main.blog .blog-archive .default-container .contents {
    width: 100%;
    margin: 10px 0px;
  }
  main.blog .blog-archive .default-container .contents .eye-catch,
  main.blog .blog-archive .default-container .contents .blog-info {
    width: 100%;
  }
  main.blog .blog-archive .default-container .contents .blog-info {
    height: 100%;
  }
  main.blog .blog-archive .default-container .contents .blog-info h2 {
    font-size: 20px;
  }
  main.blog .blog-archive .default-container .contents .blog-info span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 321px) {
  main.blog .blog-archive .default-container .contents {
    width: 100%;
    min-width: 100%;
  }
}

/**********************************/
/* BLOG-PAGE-SETTINGS */
/**********************************/
main.single section.blog {
  width: 100%;
  padding-top: 120px;
}

main.single section.blog .page-title {
  font-size: 32px;
  font-weight: 600;
  color: #555;
}

main.single section.blog .info {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

main.single section.blog .post {
  margin-top: 30px;
}

main.single section.blog h2,
main.single section.blog h3,
main.single section.blog h4 {
  position: relative;
  margin: 10px 0px;
  padding-left: 15px;
  color: #555;
}

main.single section.blog h2::before,
main.single section.blog h3::before,
main.single section.blog h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #48c6ef;
}

main.single section.blog p {
  line-height: 30px;
}

main.single section.blog ul {
  margin: 10px 0px;
  padding: 10px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

main.single section.blog ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
}

main.single section.blog ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

main.single section.blog .blocks-gallery-item::before {
  display: none;
}

main.single section.blog .blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(-225deg, #fffeff 0%, #d7fffe 100%);
  border: 1px solid #eee;
}

main.single section.blog .default-container {
  background-color: #fff;
  padding: 30px;
  width: 800px;
  border: 1px solid #eee;
  margin: unset;
}

main.single section.blog .side-bar {
  margin: 0px 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

main.single section.blog .side-bar ul li ul {
  border: unset;
}

main.single section.blog .side-bar li.widget {
  list-style: none;
}

/**********************************/
/* BLOG-PAGE-RESPONSIVE-SETTINGS */
/**********************************/
@media only screen and (max-width: 769px) {
  main.single section.blog .default-container {
    width: 100%;
  }
  main.single section.blog .side-bar {
    max-width: 100%;
    width: 100%;
    margin: 5px 0px;
  }
}

@media only screen and (max-width: 767px) {
  main.single section.blog .page-title {
    font-size: 24px;
  }
  main.single section.blog .info {
    font-size: 12px;
  }
  main.single section.blog p {
    font-size: 14px;
  }
  main.single section.blog .default-container {
    padding: 5px;
  }
}

/**********************************/
/* CONTACT-SETTINGS */
/**********************************/
main.contact {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.contact .default-container {
  min-width: 320px;
  width: 70%;
}

main.contact .default-container img.mobile {
  width: 250px;
  margin: 0px auto;
}

main.contact .sub-title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 50px;
  text-align: center;
}

main.contact input,
main.contact textarea,
main.contact select {
  background-color: #fff;
  border: 1px solid #4fa7dc;
  outline: none;
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
}

main.contact .recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  border-bottom: 0px;
}

main.contact .recruit h2 {
  position: relative;
  color: #555;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: auto;
  text-align: center;
  padding: 20px 0px;
  letter-spacing: 1.5px;
  border-right: 1px solid #eaeaea;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

main.contact .recruit h2:last-child {
  border-right: 0px;
}

main.contact .recruit h2.active::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 2px;
  width: 30px;
  background-color: #007fcb;
}

main.contact .contact_mv {
  position: relative;
  background: url(./images/contact-mv.png) center no-repeat;
  background-size: cover;
  padding-top: 25%;
  margin-top: 100px;
}

main.contact .recruit h2.active {
  color: #007fcb;
  background-color: #fff;
  border-bottom: 0px;
}

main.contact .recruit p {
  line-height: 2;
  font-size: 14px;
}

main.contact .recruit p span {
  font-weight: 600;
}

main.contact .recruit_form {
  display: none;
}

main.contact .recruit_staff_form {
  display: none;
}

/* 生年月日・年齢：ラベルを上、入力を下に（カラムレイアウト） */
main.contact form .form-line.birthday label,
main.contact form .form-line.age label {
  display: block;
  width: 100%;
}

main.contact form .form-line.birthday .wpcf7-form-control-wrap {
  display: inline-block;
}

main.contact form .form-line.birthday select {
  width: auto;
  min-width: 110px;
  margin-right: 4px;
  vertical-align: middle;
}

/* 年齢：歳を入力欄と横並びに */
main.contact form .form-line.age .wpcf7-form-control-wrap {
  display: inline-block;
}

main.contact form .form-line.age input {
  width: auto;
  min-width: 120px;
  margin-right: 4px;
  vertical-align: middle;
}

main.contact .contact_form2 {
  display: none;
}

main.contact .recruit_form2 {
  display: block;
}

main.contact form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  border-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

main.contact form br {
  display: none;
}

main.contact form p.contact_message {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  padding: 0px 10px;
}

main.contact form p.contact_message.large {
  font-size: 16px;
  font-weight: 600;
}

main.contact form p.contact_message span {
  font-weight: 600;
}

/* main.contact form.contact_form {
  display: none;
} */

main.contact form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

main.contact .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.contact .wpcf7-list-item label span {
  display: inline-block;
  color: #333;
  width: 80px;
}

main.contact form .form-line.col_max {
  width: 100%;
  padding: 0px 10px;
}

main.contact form .form-line.col_max.submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

main.contact form .form-line.col_max p {
  width: 100% !important;
  margin: 10px 0px;
}

main.contact form .form-line.col_max p br {
  display: none;
}

main.contact form .form-line.col_half {
  width: 50%;
  min-width: 300px;
  padding: 0px 10px;
}

main.contact form .form-line.col_half p {
  width: 100% !important;
  margin: 10px 0px;
}

main.contact form .form-line.col_half p br {
  display: none;
}

main.contact .contact-wrapper p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

main.contact .contact-wrapper .form-col {
  width: 45%;
  min-width: 300px;
}

main.contact .contact-wrapper .form-line {
  width: 100%;
}

main.contact .contact-wrapper .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.contact label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #4fa7dc;
}

main.contact label span,
main.contact .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

main.contact input[type="submit"] {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #4fa7dc;
  border-radius: unset;
  width: 325px;
  height: 45px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

@media only screen and (max-width: 1045px) {
  main.contact .contact_mv {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  main.contact .contact_mv {
    padding-top: 40%;
  }

  main.contact .default-container {
    padding-top: 60px;
    width: 80%;
    min-width: auto;
  }
}

/**********************************/
/* PRODUCTS-SETTINGS */
/**********************************/
main.products .default-container {
  min-height: unset;
  padding: 80px 0 0;
}

main.products .products_wrapper {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff1eb),
    to(#ace0f9)
  );
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
  -webkit-box-shadow: inset 1px 1px 10px 0px #33333380;
  box-shadow: inset 1px 1px 10px 0px #33333380;
   padding-top: 50px;
  padding-bottom: 50px;
}

main.products .products_wrapper .default-container {
  width: 90vw;
  max-width: unset;
  margin-top: 50px;
}

main.products .products_wrapper .default-container figure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5em;
}

main.products .products_wrapper .default-container figure figure {
  width: 20vw !important;
  min-width: 300px;
  height: 13vw;
  max-height: 300px;
  min-height: 200px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 5px 6px 10px 2px #33333388;
  box-shadow: 5px 6px 10px 2px #33333388;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

main.products .products_wrapper .default-container figure figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.products .products_wrapper .default-container figure figcaption {
  background: unset;
  background-color: #333333bb;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  padding: 10px 0px;
}

main.products .products_wrapper .default-container figure figcaption strong {
  color: #fff !important;
}

main.products .products_wrapper .default-container figure figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**********************************/
/* DEFAULT-PAGE-SETTINGS */
/**********************************/
main.page {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.page p {
  font-size: 14px;
  color: #555;
  line-height: 2;
}

main.page h3 {
  font-size: 28px;
  color: #4fa7dc;
  margin-top: 50px;
}

h4 {
  margin: 15px 0px;
}

main.page .wp-block-columns {
  margin: 50px 0px;
}

/**********************************/
/* EVENT-PAGE-SETTINGS */
/**********************************/
main.event {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: linear-gradient(-225deg, #fffeff 0%, #d7fffe 100%);
}

main.event h4,
main.event h3,
main.event h2,
main.event h1 {
  position: relative;
  text-align: left;
  font-weight: 400;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 10px;
}

main.event h4::after,
main.event h3::after,
main.event h2::after,
main.event h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d9afd9),
    to(#97d9e1)
  );
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
}

main.event h1 {
  font-size: 78px;
  line-height: unset;
  margin-bottom: 50px;
}

main.event h2 {
  font-size: 28px;
  margin: 30px 0px;
}

main.event h3 {
  font-size: 22px;
  margin: 15px 0px;
}

main.event h4 {
  font-size: 18px;
  margin: 10px 0px;
}

main.event a {
  color: #4fa7dc;
}

main.event p {
  font-size: 14px;
  line-height: 2;
}

main.event p.has-huge-font-size {
  font-size: 36px;
  font-weight: 500;
}

main.event p.has-large-font-size {
  font-size: 28px;
  font-weight: 500;
}

main.event p.has-medium-font-size {
  font-size: 20px;
}

main.event p.has-small-font-size {
  font-size: 12px;
}

main.event .default-container {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-top: 100px;
}

main.event .wp-block-separator {
  border-style: solid;
  border-color: #eee;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* animation-settings */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-100px);
    transform: rotateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-100px);
    transform: rotateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(100px);
    transform: rotateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(100px);
    transform: rotateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes slideLeft {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

main.index .company-area .sub-title p {
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin: 30px auto 20px;
}

main.index .company-msg {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

section.about-top .image-wrapper,
section.about-top .philosophy,
section.about-top h1,
section.about-top .philosophy-msg,
section.about-top .philosophy-img {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

section.about-top .philosophy-img {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

section.about-top .philosophy {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

section.about-top h1 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

section.about-top .philosophy-msg {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

section.about-top .philosophy-img {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@media only screen and (max-width: 767px) {
  main.index .company-area .sub-title p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }

  section.about-top .philosophy-img {
    margin-top: 50px;
  }
}

/* Heartbeat Project */

.project_wrapper {
  background-color: #fdebdb;
}

main .project_wrapper .heart_image {
  padding: 0 20px;
  text-align: center;
}

main .project_wrapper .heart_image figure img {
  width: 88%;
}

main .project_wrap {
  text-align: center;
  padding: 20px 0 30px;
}

main .project_wrap h2 {
  color: #4ac5ef;
  padding: 30px 0 14px;
}

main .project_wrap p {
  line-height: 50px;
  font-weight: 700;
}

.project_wrap .playing_item {
  margin-bottom: 40px;
}

.project_wrap .playing_item .video_list {
  display: flex;
  justify-content: space-between;
}

.project_wrap .playing_item .video {
  width: 45%;
  margin: 0 auto;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  main .project_wrap {
    text-align: left;
  }

  .project_wrap .playing_item .video_list {
    display: block;
  }

  .project_wrap .playing_item .video {
    width: 100%;
  }
}

header.heart-project_header {
  /*   background: #000; */
  justify-content: center;
  box-shadow: none;
  　height: 100px;
  background: none;
  position: absolute;
}

/* header.heart-project_header::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 270px;
  background-image: url(./images/header_mask.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
} */

/* header.heart-project_header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none; 
} */

.heart-project_header .logo {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.heart-project_header.logo a {
  display: block;
  width: 100%;
}

.heart-project_header .logo img {
  width: 100%;
  height: auto;
}

.heart-project_header .header-nav-link {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.heart-project_header .header-nav-link a {
   color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: block;
  position: relative;
}

.heart-project_header .header-nav-link a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30%;
  width: 6px; /* くの字を山なりに見た時、左側の長さ */
  height: 6px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #000; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #000; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}

main.heart-project {
  background-color: #ede5da;
}

/* main.heart-project .project-main-mv-shadow::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
} */

main.heart-project .heart-project-mv {
  background-image: url(./images/project-sec-img.png);
  /*   background-image: url(./images/main_heart-project_img.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

main.heart-project .project-main_container {
  padding: 0;
  height: inherit;
  min-height: 100%;
  display: flex;
  /*   align-items: center; */
  justify-content: center;
  margin-top: 0;
}

main.heart-project .default-container .project-main_ttl {
  text-align: center;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  /*   text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8); */
  padding-top: 150px;
}

main.heart-project .default-container .project-main_ttl span {
  display: block;
  color: #000;
}

main.heart-project .project_sec .project-container {
  margin-top: 0;
  min-height: 100%;
  padding: 60px 0 80px;
}

main.heart-project .project_sec.about .project-container {
  display: flex;
  align-items: center;
}

main.heart-project .project_sec .project-txtBox {
  width: 60%;
}

main.heart-project .project_sec .project-txtBox h3 {
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 0;
}

main.heart-project .project_sec .project-txtBox h3 .sub_ttl {
  display: block;
  font-size: 16px;
}

main.heart-project .project_sec .project-txtBox p {
   font-weight: bold;
  line-height: 3;
  margin-top: 20px;
  font-size: 16px;
}

main.heart-project .project_sec .project-imgBox {
  /*   max-width: 1000px; */
  margin-left: auto;
  width: 38%;
}

main.heart-project .project_sec .project-imgBox img {
  width: 100%;
}

main.heart-project .heartbeat-style h3 {
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 0;
  text-align: center;
  font-size: 36px;
}

main.heart-project .heartbeat-style .project-container {
  padding: 80px 0 60px;
  position: relative;
  max-width: 980px;
}

main.heart-project .heartbeat-style h3 .sub_ttl {
  display: block;
  font-size: 14px;
}

main.heart-project .heartbeat-style .heartbeat-style-listwrap {
  margin-top: 80px;
}

main.heart-project .heartbeat-style .heartbeat-style-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

main.heart-project .heartbeat-style .heartbeat-style-list li {
  width: calc(100% / 2 - 5rem);
  position: relative;
  margin-bottom: 100px;
}

main.heart-project .heartbeat-style .heartbeat-style-list li:nth-child(2n) {
  margin-top: 50px;
}

main.heart-project .heartbeat-style .heartbeat-style-list li .number {
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #a08862;
  font-size: 38px;
  position: absolute;
  top: -6%;
}

main.heart-project .heartbeat-style .heartbeat-style-list li img {
  width: 100%;
}

main.heart-project .heartbeat-style .heartbeat-stle-txt h4 {
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
}

main.heart-project .heartbeat-style .heartbeat-stle-txt h4 span {
  display: inline-block;
  width: 12px;
  margin-right: 10px;
}

main.heart-project .heartbeat-style .heartbeat-stle-txt h4 span img {
  width: 100%;
}

main.heart-project .heart-project-works {
  background-color: #e4d8ca;
}

main.heart-project .heart-project-works h3 {
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 0;
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}

main.heart-project .heart-project-works h3 .sub_ttl {
  display: block;
  font-size: 14px;
}

main.heart-project .heart-project-works .heart-project-works-wrap {
  padding-top: 20px;
}

main.heart-project .heart-project-works .heart-project-works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

main.heart-project .heart-project-works .heart-project-works-list li {
  width: calc(100% / 3 - 1.5rem);
  margin-top: 40px;
}

main.heart-project
  .heart-project-works
  .heart-project-works-list
  li
  .heart-project-works-img {
  height: 300px;
}

main.heart-project .heart-project-works .heart-project-works-list li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

main.heart-project
  .heart-project-works
  .heart-project-works-list
  li:nth-child(3n + 2) {
  margin: 40px 30px 0;
}

main.heart-project .heart-project-works .heart-project-works-list li .time {
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

  margin-top: 10px;
  display: block;
}

main.heart-project .heart-project-works .heart-project-works-list li h4 {
  margin: 5px 0 0;
}

main.heart-project .heart-project-works .heart-project-works-list li .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

main.heart-project .heart-project-works .heart-project-works-list li .tag {
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  width: calc(100% / 3 - 0.3rem);
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

main.heart-project
  .heart-project-works
  .heart-project-works-list
  li
  .tag:nth-child(3n + 2) {
  margin: 10px 5px 0;
}

main.heart-project .heart-project-works .heart-project-works-link {
  text-align: right;
  margin-top: 60px;
}

main.heart-project .heart-project-works .heart-project-works-link a {
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  position: relative;
}

main.heart-project .heart-project-works .heart-project-works-link a::before {
  border-top: 2px solid black;
  content: "";
  position: absolute;
  left: -20%;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
}

main.heart-project .heart-project-member {
}

main.heart-project .heart-project-member .project-txtBox-ttl {
  color: #000;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 0;
  text-align: left;
  font-size: 36px;
}

main.heart-project .heart-project-member .project-txtBox-ttl .sub_ttl {
  display: block;
  font-size: 14px;
}

main.heart-project .heart-project-member .heart-project-member-listwrap {
  margin: 10px 0;
}

main.heart-project .heart-project-member .heart-project-member-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

main.heart-project .heart-project-member .heart-project-member-item {
  width: calc(100% / 2 - 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item:nth-child(2n) {
  margin-left: 20px;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item
  .heart-project-member-img {
  width: 150px;
  margin-right: 15px;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item
  .heart-project-member-img
  img {
  width: 100%;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item
  .heart-project-member-txtBox {
  width: 65%;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item
  .heart-project-member-ttl {
  margin: 5px 0;
  font-size: 22px;
  display: flex;
  align-items: center;
}

main.heart-project
  .heart-project-member
  .heart-project-member-item
  .heart-project-member-ttl
  .en {
  font-size: 16px;
  margin-left: 15px;
}

main.heart-project .heart-project-member .heart-project-works-link {
  text-align: right;
  margin-top: 60px;
}

main.heart-project .heart-project-member .heart-project-works-link a {
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  position: relative;
}

main.heart-project .heart-project-member .heart-project-works-link a::before {
  border-top: 2px solid black;
  content: "";
  position: absolute;
  left: -20%;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .heart-project_header .header-nav-link {
    padding: 0 30px;
  }

  .heart-project_header .header-nav-link a {
    font-size: 14px;
  }

  .header .logo {
    width: 150px;
  }

  .header .logo img {
    padding: 20px 0;
  }

  header.heart-project_header::after {
    height: 180px;
  }

  main.page h3 {
    font-size: 26px;
  }

  main.heart-project .default-container .project-main_ttl {
    padding-top: 130px;
  }

  main.heart-project .project_sec .project-txtBox h3 {
    text-align: center;
  }

  main.heart-project .sub_ttl {
    font-size: 15px !important;
  }

  main.heart-project .project_sec .project-container {
    padding: 60px 0 40px;
    display: block;
  }

  main.heart-project .project_sec .project-txtBox {
    width: 100%;
  }

  .project-imgBox.mobile {
    max-width: 400px;
    width: 100% !important;
    margin: 30px auto;
  }

  main.heart-project .heartbeat-style .heartbeat-style-listwrap {
    margin-top: 60px;
  }

  main.heart-project .heartbeat-style h3 {
    font-size: 26px;
  }

  main.heart-project .heartbeat-style .heartbeat-style-list li {
    width: calc(100% / 2 - 0.6rem);
    margin-bottom: 60px;
  }

  main.heart-project .heartbeat-style .heartbeat-stle-txt h4 {
    font-size: 18px;
  }

  main.heart-project .heartbeat-style .heartbeat-stle-txt h4 span {
    width: 10px;
    margin-right: 5px;
  }

  main.heart-project .heart-project-works .heart-project-works-list {
    justify-content: space-between;
  }

  main.heart-project .heart-project-works .heart-project-works-list li {
    width: calc(100% / 2 - 0.5rem);
  }

  main.heart-project .heartbeat-style .heartbeat-style-list li .number {
    font-size: 25px;
    top: -7%;
  }

  main.heart-project .heart-project-works h3 {
    font-size: 26px;
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li
    .heart-project-works-img {
    height: 250px;
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li:nth-child(3n + 2) {
    margin: 40px 0 0;
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li:nth-child(2n) {
    margin-left: 10px;
  }

  main.heart-project .heart-project-works .heart-project-works-list li .time {
    font-size: 14px;
  }

  main.heart-project .heart-project-works .heart-project-works-list li h4 {
    font-size: 15px;
  }

  main.heart-project .heart-project-member .project-txtBox-ttl {
    font-size: 26px;
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li
    .tag-list {
    justify-content: space-between;
  }

  main.heart-project .heart-project-works .heart-project-works-list li .tag {
    width: calc(100% / 2 - 0.1rem);
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li
    .tag:nth-child(3n + 2) {
    margin: 10px 0 0;
  }

  main.heart-project .heart-project-works .heart-project-works-link a {
    font-size: 16px;
  }

  main.heart-project .heart-project-member .heart-project-works-link a {
    font-size: 16px;
  }

  main.heart-project .heart-project-member .heart-project-member-item {
    display: block;
  }

  main.heart-project
    .heart-project-member
    .heart-project-member-item
    .heart-project-member-img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 10px;
  }

  main.heart-project
    .heart-project-member
    .heart-project-member-item
    .heart-project-member-txtBox {
    width: 100%;
  }

  main.heart-project
    .heart-project-member
    .heart-project-member-item
    .heart-project-member-ttl {
    justify-content: space-between;
  }

  main.heart-project
    .heart-project-member
    .heart-project-member-item
    .position {
    font-size: 14px;
  }

  main.heart-project
    .heart-project-member
    .heart-project-member-item
    .heart-project-member-ttl {
    font-size: 18px;
  }

  .heart-project-member-item .heart-project-member-ttl .en {
    font-size: 12px !important;
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 468px) {
  .heart-project_header .logo {
    margin-right: auto;
    margin-left: 0;
    width: 100px;
  }

  main.heart-project .heart-project-works .heart-project-works-list li .tag {
    font-size: 9px;
    padding: 5px;
  }

  main.heart-project
    .heart-project-works
    .heart-project-works-list
    li
    .heart-project-works-img {
    height: 200px;
  }
}

/* Heartbeat Project END */

/* ongakunessofes 2023*/

main .ongakunessofes_wrapper {
  background-color: #e1fefd;
  margin-top: 150px;
}

main .ongakunessofes_wrapper h3 {
  position: relative;
  text-align: left;
  font-weight: bold;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 10px;
}

main .ongakunessofes_wrapper h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d9afd9),
    to(#97d9e1)
  );
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
}

main .ongakunessofes_wrapper .poster figure {
  width: 80%;
  margin: 0 auto;
}

main .ongakunessofes_wrapper .poster figure img {
  width: 100%;
}

main .ongakunessofes_wrapper .poster .update {
  color: red;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 30px;
}

main .ongakunessofes_wrapper .poster .date {
  color: red;
  font-size: 1rem;
  text-align: center;
}

main .ongakunessofes_wrapper .artist_list {
  display: flex;
  padding-top: 40px;
}

main .ongakunessofes_wrapper .artist_list .image:nth-child(2n) {
  margin: 0 10px;
}

main .ongakunessofes_wrapper .artist_list .image figure {
  width: 90%;
}

main .ongakunessofes_wrapper .artist_member {
  padding: 30px 0;
}

main .ongakunessofes_wrapper .artist_item {
  position: relative;
  margin-bottom: 30px;
}

main .ongakunessofes_wrapper .artist_item h4 {
  font-size: 1.2rem;
}

main .ongakunessofes_wrapper .artist_item hr {
  display: inline-block;
  width: 20px;
  margin-top: 50px;
}

main .ongakunessofes_wrapper .button-area {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

main .ongakunessofes_wrapper .more-btn {
  cursor: pointer;
  position: relative;
  color: #444;
  background-color: #fff;
  border: 1px solid #4fa7dc;
  width: 325px;
  height: 45px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

main .ongakunessofes_wrapper .more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #4fa7dc;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .ongakunessofes_wrapper .more-btn:hover::before {
  width: 100%;
}

main .ongakunessofes_wrapper .more-btn:hover {
  color: #fff;
}

main .ongakunessofes_wrapper .notes_list .notes_item + .notes_item {
  margin-top: 80px;
}

main .ongakunessofes_wrapper .notes_list .notes_item a {
  transition: 0.3s all;
}

main .ongakunessofes_wrapper .notes_list .notes_item a:hover {
  color: #4fa7dc;
}

main .ongakunessofes_wrapper .access_info {
  padding-top: 100px;
}

main .ongakunessofes_wrapper .access_info p {
  line-height: 40px;
}

main .ongakunessofes_wrapper .access_info .ttl {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  main .ongakunessofes_wrapper .artist_list .image figure {
    width: 100%;
  }

  main .ongakunessofes_wrapper .artist_list {
    display: block;
  }

  main .ongakunessofes_wrapper .artist_list .image:nth-child(2n) {
    margin: 20px 0;
  }
}

/* ongakunessofes 2023 END*/

/* event_ongakunessofes*/

main.event_ongaku {
}

main.event_ongaku .event_ongaku_wrapper {
  padding-bottom: 20vh;
}

main .event_ongaku_wrapper .ongaku_event_list {
  display: flex;
  justify-content: space-between;
}

main .event_ongaku_wrapper .ongaku_event_item {
  position: relative;
  flex: 0 0 42%;
}

main .event_ongaku_wrapper .ongaku_event_item h3 {
  text-align: center;
  color: #333;
  margin-top: 0;
  position: relative;
}

main .event_ongaku_wrapper .ongaku_event_item h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background-image: linear-gradient(
    -225deg,
    #ffe29f 0%,
    #ffa99f 48%,
    #ff719a 100%
  );
}

main .event_ongaku_wrapper .ongaku_event_item .this_year {
  position: absolute;
  top: 55px;
  left: 33%;
  color: red;
  text-align: center;
}

main .event_ongaku_wrapper .ongaku_event_item .event_image {
  margin: 50px 0 0px;
  overflow: hidden;
}

main .event_ongaku_wrapper .ongaku_event_item .event_image figure {
  object-fit: cover;
}

main .event_ongaku_wrapper .ongaku_event_item .event_image figure img {
  transition: 0.5s;
}

main .event_ongaku_wrapper .ongaku_event_item .event_image figure img:hover {
  transform: scale(1.1);
}

main .event_ongaku_wrapper .ongaku_event_item .era_link {
  color: red;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  main .event_ongaku_wrapper .ongaku_event_item {
    flex: 0 0 48%;
  }

  main .event_ongaku_wrapper .ongaku_event_item .this_year {
    left: 35%;
  }
}

@media only screen and (max-width: 480px) {
  main .event_ongaku_wrapper .ongaku_event_item .this_year {
    left: 25%;
  }
}

@media only screen and (max-width: 480px) {
  main.index .creators-container {
    width: 90%;
  }

  main.index .creators-contents .image-wrapper img {
    height: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
