.remodal {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .remodal {
      padding: 30px 20px !important; } }

.topPage .hdLogo {
  display: none; }

.topPage .pcHd {
  top: -100%; }
  .topPage .pcHd.is-show {
    top: 0; }

.topPage .mv {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .mv {
      height: auto;
      padding-top: 121.5%; } }
  .topPage .mv .video {
    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .topPage .mv .video {
        -o-object-fit: contain;
        object-fit: contain;
        height: auto; } }
  .topPage .mv .scroll a {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    width: 90px; }
    @media screen and (max-width: 768px) {
      .topPage .mv .scroll a {
        width: 75px; } }
    .topPage .mv .scroll a:hover {
      width: 85px; }

.topPage .sec01 {
  position: relative;
  overflow: hidden;
  background: fixed url("../cmn_img/top/sec01_bg01.jpg") no-repeat top center/cover; }
  .topPage .sec01 .mainTtl {
    text-align: center;
    line-height: 1.1;
    font-family: "Jost", sans-serif !important;
    font-size: 4.0rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .mainTtl {
        font-size: 2.2rem; } }
    .topPage .sec01 .mainTtl span {
      font-weight: bold;
      display: block;
      font-size: 10.0rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .mainTtl span {
          font-size: 5.4rem; } }
  .topPage .sec01 .copy {
    text-align: center;
    margin-top: 30px; }
    .topPage .sec01 .copy span {
      background: #222327;
      color: #fff;
      font-size: 2.2rem;
      color: #eeeeef;
      font-weight: bold;
      margin-top: 30px;
      padding: 12px 35px 14px;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      display: inline;
      line-height: 2.5 !important; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .copy span {
          font-size: 1.7rem;
          padding: 7px 20px 8px;
          line-height: 2 !important; } }
  .topPage .sec01 .tx {
    max-width: 860px;
    width: 100%;
    display: block;
    margin: 25px auto 0;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .tx {
        font-size: 1.4rem; } }
  .topPage .sec01 .img {
    margin: 30px auto 0;
    max-width: 648px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .img {
        width: calc(100% + 30px);
        margin: 20px auto 0 -15px; } }

.topPage .sec02 {
  overflow: hidden;
  position: relative;
  background: url("../cmn_img/top/sec02_bg.jpg") no-repeat center center/cover !important; }
  .topPage .sec02::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 40px;
    background: url("../cmn_img/top/sec02_item01.png") no-repeat center center/cover;
    width: 160px;
    height: 317px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::before {
        width: 96px;
        height: 189px;
        right: 25px; } }
  .topPage .sec02::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 60px;
    background: url("../cmn_img/top/sec02_item02.png") no-repeat center center/cover;
    width: 160px;
    height: 318px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::after {
        width: 96px;
        height: 189px;
        left: 20px;
        bottom: -25px; } }
  .topPage .sec02 .inr {
    position: relative;
    z-index: 9; }
    .topPage .sec02 .inr .creatorList > li {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .inr .creatorList > li {
          margin-bottom: 30px; } }
      .topPage .sec02 .inr .creatorList > li .img {
        position: relative;
        width: 100%;
        padding-top: 90%;
        display: block;
        overflow: hidden; }
        .topPage .sec02 .inr .creatorList > li .img span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          padding-top: 100%;
          background: url("../cmn_img/top/sec02_item03.png") no-repeat center top/cover;
          -webkit-animation: 9s linear infinite rotation;
          animation: 9s linear infinite rotation; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .topPage .sec02 .inr .creatorList > li .img img {
          position: absolute;
          top: 15px;
          left: 15px;
          width: calc(100% - 30px);
          height: auto; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .inr .creatorList > li .img img {
              width: calc(100% - 12px);
              top: 6px;
              left: 6px; } }
      .topPage .sec02 .inr .creatorList > li .name {
        margin-top: 25px;
        line-height: 1.6;
        position: relative;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .inr .creatorList > li .name {
            margin-top: 10px; } }
        .topPage .sec02 .inr .creatorList > li .name span {
          display: inline;
          border-bottom: 1px solid #eeeeef;
          color: #eeeeef;
          font-weight: bold;
          font-size: 2.0rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .inr .creatorList > li .name span {
              font-size: 1.4rem; } }
      .topPage .sec02 .inr .creatorList > li .snsList {
        margin-top: 8px; }
        .topPage .sec02 .inr .creatorList > li .snsList > li {
          display: inline-block;
          margin: 0 8px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .inr .creatorList > li .snsList > li {
              margin: 0 6px; } }
          .topPage .sec02 .inr .creatorList > li .snsList > li a {
            display: block; }
            .topPage .sec02 .inr .creatorList > li .snsList > li a:hover {
              opacity: 0.8; }
            .topPage .sec02 .inr .creatorList > li .snsList > li a img {
              border-radius: 0; }
      .topPage .sec02 .inr .creatorList > li .btn {
        margin-top: 2px; }
        .topPage .sec02 .inr .creatorList > li .btn a {
          display: block;
          color: #fff;
          font-size: 1.3rem;
          margin-top: 10px;
          text-align: center; }
          .topPage .sec02 .inr .creatorList > li .btn a span {
            display: inline-block;
            padding-right: 19px;
            position: relative;
            font-family: "Jost", sans-serif !important; }
            .topPage .sec02 .inr .creatorList > li .btn a span::before {
              content: "";
              position: absolute;
              top: 50%;
              right: 0;
              width: 11px;
              height: 1px;
              background: #888; }
            .topPage .sec02 .inr .creatorList > li .btn a span::after {
              content: "";
              position: absolute;
              top: calc(50% - 5px);
              right: 5px;
              width: 1px;
              height: 11px;
              background: #888; }

.topPage .secBd {
  padding: 70px 0;
  border-top: 2px solid #222327; }
  @media screen and (max-width: 768px) {
    .topPage .secBd {
      padding: 40px 0; } }

.topPage .bdB {
  border-bottom: 2px solid #222327; }

.topPage .sec03 {
  text-align: center;
  position: relative;
  background: url("../cmn_img/top/sec03_bg.png") no-repeat right 50px top; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 {
      background-size: 55% auto;
      background-position: right 10px top 20px; } }
  .topPage .sec03 .item01 {
    position: absolute;
    top: -80px;
    left: 10%;
    -webkit-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    transform: translate(0, -80px); }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .item01 {
        top: -30px;
        width: 144px;
        left: -20px; } }
  .topPage .sec03 .item02 {
    position: absolute;
    bottom: 12%;
    left: 6%;
    -webkit-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    transform: translate(-80px, 0); }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .item02 {
        width: 81px;
        bottom: 30px;
        left: -10px; } }
  .topPage .sec03 .item03 {
    position: absolute;
    top: 40%;
    right: 10%;
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0); }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .item03 {
        width: 80px;
        top: 90px;
        right: 12px; } }
  .topPage .sec03 .item04 {
    position: absolute;
    bottom: -140px;
    right: 0;
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0); }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .item04 {
        bottom: -30px;
        width: 55px; } }
  .topPage .sec03 .imgEf_02.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .topPage .sec03 .inr {
    position: relative;
    z-index: 9; }
  .topPage .sec03 .dayTx {
    display: block;
    max-width: 379px;
    width: 100%;
    margin: 0 auto 15px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .dayTx {
        width: 280px; } }
  .topPage .sec03 .infoTx {
    margin-top: 10px;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .infoTx {
        font-size: 1.4rem;
        line-height: 1.7; } }

.topPage .sec05 {
  text-align: center;
  position: relative;
  overflow: hidden !important; }
  @media screen and (max-width: 768px) {
    .topPage .sec05::before {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      width: 64px;
      height: 64px;
      background: url("../cmn_img/top/sec05_kado02.png") no-repeat center center/cover;
      z-index: 99; }
    .topPage .sec05::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: -4px;
      width: 64px;
      height: 64px;
      background: url("../cmn_img/top/sec05_kado01.png") no-repeat center center/cover;
      z-index: 99; } }
  .topPage .sec05 .imgEf_02 {
    z-index: 9; }
    .topPage .sec05 .imgEf_02.active {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .topPage .sec05 .item01 {
    -webkit-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    position: absolute;
    top: 15%;
    left: -5px;
    width: 270px;
    height: 129px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .item01 {
        width: 87px;
        height: 41px;
        top: 20px;
        left: -7px; } }
  .topPage .sec05 .item02 {
    -webkit-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    transform: translate(0, -80px);
    position: absolute;
    top: -5px;
    right: 15%;
    width: 133px;
    height: 138px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .item02 {
        width: 66px;
        height: 69px;
        top: -8px;
        right: 25px; } }
  .topPage .sec05 .item03 {
    -webkit-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    position: absolute;
    bottom: 5%;
    left: -2px;
    width: 149px;
    height: 158px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .item03 {
        width: 60px;
        height: 64px;
        bottom: -12px;
        left: 27px; } }
  .topPage .sec05 .item04 {
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
    position: absolute;
    bottom: 2%;
    right: -2px;
    width: 185px;
    height: 373px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .item04 {
        width: 55px;
        height: 111px;
        bottom: -40px; } }
  .topPage .sec05 .txAnime01, .topPage .sec05 .txAnime02 {
    position: absolute; }
  .topPage .sec05 .txAnime01 {
    top: -5px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .txAnime01 {
        top: 0; } }
    .topPage .sec05 .txAnime01 p {
      -webkit-animation: animetxt 20s linear infinite;
      animation: animetxt 20s linear infinite;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .txAnime01 p {
          width: 380px; } }
  .topPage .sec05 .txAnime02 {
    bottom: -5px; }
    .topPage .sec05 .txAnime02 p {
      -webkit-animation: animetxt02 20s linear infinite;
      animation: animetxt02 20s linear infinite;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      text-align: right; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .txAnime02 p {
          width: 540px; } }

@-webkit-keyframes animetxt {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes animetxt {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes animetxt02 {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animetxt02 {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  .topPage .sec05 .wrap {
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .wrap {
        padding: 75px 0;
        overflow: hidden; } }
  .topPage .sec05 .inr {
    position: relative;
    z-index: 9; }
    .topPage .sec05 .inr .secTtl {
      color: #fff;
      font-weight: bold;
      font-size: 5.0rem;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .inr .secTtl {
          font-size: 3.0rem; } }
    .topPage .sec05 .inr .tx01 {
      text-align: center;
      color: #fff;
      font-size: 1.8rem;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .inr .tx01 {
          font-size: 1.4rem; } }
    .topPage .sec05 .inr .infoList {
      display: inline-block;
      text-align: left;
      margin-top: 10px; }
      .topPage .sec05 .inr .infoList > li {
        font-size: 1.8rem;
        color: #fff;
        margin: 8px 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .inr .infoList > li {
            font-size: 1.5rem; } }
        .topPage .sec05 .inr .infoList > li span {
          display: inline-block;
          font-weight: bold;
          margin-right: 10px;
          line-height: 1;
          width: 105px;
          text-align: center;
          border: 1px solid #eeeeef;
          padding: 5px 0 6px 0;
          border-radius: 3px; }
          @media screen and (max-width: 768px) {
            .topPage .sec05 .inr .infoList > li span {
              width: 90px; } }
        .topPage .sec05 .inr .infoList > li small {
          display: block;
          margin-top: 2px; }

.topPage .sec06 .accordion dt {
  background: #fff;
  padding: 10px 50px 10px 12px;
  border-radius: 90px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .accordion dt {
      padding: 10px 38px 10px 12px;
      margin-bottom: 10px; } }
  .topPage .sec06 .accordion dt::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 25px;
    width: 20px;
    height: 2px;
    background: #222327; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .accordion dt::before {
        width: 14px;
        right: 18px; } }
  .topPage .sec06 .accordion dt::after {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    height: 20px;
    width: 2px;
    background: #222327;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .accordion dt::after {
        height: 14px;
        right: 24px; } }
  .topPage .sec06 .accordion dt span {
    display: inline-block;
    padding: 10px 0 10px 60px;
    background: url("../cmn_img/top/sec06_icon01.png") no-repeat center left/46px 46px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .accordion dt span {
        font-size: 1.5rem;
        background-size: 32px 32px;
        padding: 5px 0 5px 44px; } }
  .topPage .sec06 .accordion dt.active::after {
    content: none; }

.topPage .sec06 .accordion dd {
  display: none;
  padding: 0 30px 50px 30px; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .accordion dd {
      padding: 0 0 30px; } }
  .topPage .sec06 .accordion dd .tx {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .accordion dd .tx {
        font-size: 1.3rem; } }
  .topPage .sec06 .accordion dd .link {
    display: inline-block;
    padding-right: 18px;
    background: url("/lib/cmn_img/icon_link_bl.png") no-repeat center right/12px 12px;
    text-decoration: underline; }
    .topPage .sec06 .accordion dd .link:hover {
      text-decoration: none; }

.topPage .sec08 .partnerList {
  margin-top: 20px;
  overflow: hidden;
  padding-left: 20px;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .topPage .sec08 .partnerList {
      margin-top: 15px; } }
  .topPage .sec08 .partnerList > li {
    width: 50%;
    float: left;
    list-style: disc;
    font-size: 1.6rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .topPage .sec08 .partnerList > li {
        font-size: 1.4rem;
        width: 100%;
        float: none; } }

.topPage .sec07 .secTtl, .topPage .sec08 .secTtl {
  text-align: center;
  font-weight: bold;
  font-size: 4.6rem;
  font-family: "Jost", sans-serif !important;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 .secTtl, .topPage .sec08 .secTtl {
      font-size: 2.6rem;
      line-height: 1.2; } }

.topPage .sec07 .tx {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 .tx {
      font-size: 1.4rem;
      text-align: left; } }

.topPage .sec07 .movieWidth {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0; }

.topPage .sec08 .tx {
  font-size: 1.9rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .topPage .sec08 .tx {
      font-size: 1.5rem; } }

.topPage .sec09 .logoList > li {
  text-align: center;
  vertical-align: middle; }
  .topPage .sec09 .logoList > li a {
    display: block;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec09 .logoList > li a {
        padding: 0; } }
    .topPage .sec09 .logoList > li a img {
      border-radius: 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .logoList > li a img {
          display: block;
          -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
          transform: scale(0.75);
          margin: 0 auto;
          height: auto; } }
    .topPage .sec09 .logoList > li a:hover {
      opacity: .7; }

.contactPage .container {
  background: none; }
  .contactPage .container .wpcf7-spinner {
    display: none; }

.contactPage .mv .pageTtl {
  text-align: center;
  font-weight: bold;
  font-size: 4.6rem;
  padding: 70px 0 60px;
  margin-top: 76px; }
  @media screen and (max-width: 768px) {
    .contactPage .mv .pageTtl {
      font-size: 3.2rem;
      padding: 100px 0 30px;
      margin: 0; } }

.contactPage .sec01 .tbl tr {
  border: none; }
  .contactPage .sec01 .tbl tr th, .contactPage .sec01 .tbl tr td {
    border: none; }
    .contactPage .sec01 .tbl tr th .cauTx, .contactPage .sec01 .tbl tr td .cauTx {
      display: block;
      line-height: 1.7;
      font-size: 1.1rem;
      margin-top: 5px; }
  .contactPage .sec01 .tbl tr th {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .contactPage .sec01 .tbl tr th {
        font-size: 1.4rem;
        padding-bottom: 8px !important; } }
    .contactPage .sec01 .tbl tr th.w20 {
      width: 28% !important; }
      @media screen and (max-width: 768px) {
        .contactPage .sec01 .tbl tr th.w20 {
          width: 100% !important; } }

.contactPage .confirmSec .subscribeBtn {
  max-width: 820px;
  width: 100%;
  margin: 0 auto; }
  .contactPage .confirmSec .subscribeBtn input[type=submit], .contactPage .confirmSec .subscribeBtn input[type=button] {
    width: 100%; }

.contactPage .confirmSec .size11.top10.pcCenter {
  font-weight: bold;
  font-size: 1.2rem !important;
  margin-top: 10px !important;
  display: none !important; }

.contactPage .thanksSec .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .contactPage .thanksSec .ttl {
      font-size: 1.8rem; } }

.contactPage .thanksSec .tx {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contactPage .thanksSec .tx {
      font-size: 1.3rem; } }
