@charset "UTF-8";
/* メインビジュアル
---------------------------------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  /* スクロールダウンの位置 */
}
.mainvisual-provisional {
  background: #3277D6 url(../images/bg-premv.jpeg) no-repeat center center/cover;
}
.mainvisual-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 35%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .mainvisual-logo {
    width: 70.256%;
  }
}
.mainvisual-image {
  width: 100%;
  height: 100vh;
}
.mainvisual-image .slick-list, .mainvisual-image .slick-track {
  height: 100%;
}
.mainvisual-image-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  margin: 0;
}
.mainvisual-image .main01 {
  background-image: url("../images/fv_main01.jpg");
}
.mainvisual-image .main02 {
  background-image: url("../images/fv_main02.jpg");
}
.mainvisual .scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* マウスホイール */
  /* マウス */
  /* アニメーション */
}
@media screen and (max-width: 768px) {
  .mainvisual .scroll {
    display: none;
  }
}
.mainvisual .scroll span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.mainvisual .scroll::before {
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}
.mainvisual .scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 10px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}

/* 下層セクション共通
---------------------------------------------------------------------------- */
[class^=content-] {
  padding: 120px 0 140px;
}
@media screen and (max-width: 768px) {
  [class^=content-] {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 560px) {
  [class^=content-] {
    padding: 60px 0 80px;
  }
}

.content {
  /* EVENT SCHEDULE
  ---------------------------------------------------------------------------- */
  /* ABOUT
  ---------------------------------------------------------------------------- */
  /* EQUIPMENT
  ---------------------------------------------------------------------------- */
  /* MOVIE
  ---------------------------------------------------------------------------- */
  /* 事務所案内
  ---------------------------------------------------------------------------- */
  /* Contact
  ---------------------------------------------------------------------------- */
}
.content-schedule {
  position: relative;
  background-color: #3277D6;
  overflow: hidden;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .content-schedule {
    padding-bottom: 120px;
  }
}
.content-schedule .sec-ttl {
  color: #fff;
}
.content-schedule .schedule-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 30px;
}
.content-schedule .schedule-wrap li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .content-schedule .schedule-wrap li {
    width: 100%;
  }
}
.content-schedule .schedule-wrap li a {
  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%;
  height: 100%;
  min-height: 240px;
  background-color: #fff;
}
.content-schedule .schedule-wrap li a:hover {
  -webkit-box-shadow: 0 3px 6px 2px rgba(7, 22, 42, 0.3);
          box-shadow: 0 3px 6px 2px rgba(7, 22, 42, 0.3);
}
.content-schedule .schedule-wrap li a:hover img {
  opacity: 1;
}
.content-schedule .schedule-wrap li .event-image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 170px;
  background: #F2F2F2 url("../images/event_bg.jpg") no-repeat center center/contain;
}
@media screen and (max-width: 560px) {
  .content-schedule .schedule-wrap li .event-image {
    width: 100%;
    height: 192px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-schedule .schedule-wrap li .event-image img {
    width: auto;
    height: 100%;
  }
}
.content-schedule .schedule-wrap li .event-text {
  width: calc(100% - 170px);
  padding: 1em 2em 1.375em;
}
@media screen and (max-width: 560px) {
  .content-schedule .schedule-wrap li .event-text {
    width: 100%;
    padding: 1em 1em 1.25em;
  }
}
.content-schedule .schedule-wrap li .event-text-date {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.content-schedule .schedule-wrap li .event-text-month {
  font-size: 1.75em;
  margin-right: 0.5em;
}
@media screen and (max-width: 560px) {
  .content-schedule .schedule-wrap li .event-text-month {
    font-size: 1.5em;
  }
}
.content-schedule .schedule-wrap li .event-text-youbi {
  font-size: 1.125em;
}
@media screen and (max-width: 560px) {
  .content-schedule .schedule-wrap li .event-text-youbi {
    font-size: 1em;
  }
}
.content-schedule .schedule-wrap li .event-text-title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
.content-schedule .schedule-wrap li .event-text-artist {
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 560px) {
  .content-schedule .schedule-wrap li .event-text-artist {
    font-size: 0.875em;
  }
}
.content-schedule .btn-link {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .content-schedule .btn-link {
    margin-top: 40px;
  }
}
.content-schedule .loopbox01 {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 104px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .content-schedule .loopbox01 {
    height: 80px;
  }
}
@media screen and (max-width: 560px) {
  .content-schedule .loopbox01 {
    height: 66px;
  }
}
.content-schedule .loopbox01 img {
  height: 100%;
  padding: 0 10px;
  max-width: inherit;
}
@media screen and (max-width: 560px) {
  .content-schedule .loopbox01 img {
    padding: 0 8px;
  }
}
.content-schedule .loopbox01 img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.content-schedule .loopbox01 img:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.content-about {
  background-color: #F2F2F2;
}
.content-about .about-box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .content-about .about-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-about .about-box-image {
  position: relative;
  width: calc(50% + 40px);
  margin-right: -40px;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .content-about .about-box-image {
    width: 100%;
    margin-right: 0;
  }
}
.content-about .about-box-text {
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 50px;
  font-size: 1.125em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .content-about .about-box-text {
    width: 100%;
    margin: -2.85% 2.85% 0;
    padding: 32px;
    font-size: 1em;
  }
}
@media screen and (max-width: 560px) {
  .content-about .about-box-text {
    padding: 20px;
  }
}
.content-about .about-box-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-about .about-box-text dl dt {
  background-color: #3277D6;
  border-radius: 18px;
  padding: 0 15px;
  color: #fff;
  margin: 0 20px 10px 0;
  line-height: 2em;
}
@media screen and (max-width: 560px) {
  .content-about .about-box-text dl dt {
    margin: 0 20px 5px 0;
  }
}
.content-about .about-box-text dl dd {
  margin-bottom: 10px;
}
.content-about .about-box-text .small {
  font-size: 0.875em;
}
.content-about .about-box-text a {
  text-decoration: underline;
}
.content-about .about-box:last-child {
  margin-top: 60px;
}
.content-about .about-box:last-child .about-box-image {
  margin-right: 0;
  margin-left: -40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .content-about .about-box:last-child .about-box-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
.content-about .about-box:last-child .about-box-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .content-about .about-box:last-child .about-box-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.content-about .about-box-h3 {
  position: absolute;
  left: 40px;
  top: -0.875em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 1.625rem + 1.02vw, 40px);
  color: #3277D6;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  .content-about .about-box-h3 {
    left: 10px;
  }
}
.content-equipment {
  padding-top: 0;
  background-color: #F2F2F2;
  overflow: hidden;
  /* 暫定テーブル */
}
.content-equipment .eq-lineup {
  position: relative;
}
.content-equipment .eq-lineup + .eq-lineup {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content-equipment .eq-lineup + .eq-lineup {
    margin-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .content-equipment .eq-lineup + .eq-lineup {
    margin-top: 40px;
  }
}
.content-equipment .eq-lineup-h3 {
  font-size: clamp(30px, 1.684rem + 0.96vw, 2.5rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.content-equipment .eq-lineup-carousel li {
  text-align: center;
  margin-right: 24px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .content-equipment .eq-lineup-carousel li {
    margin-right: 20px;
  }
}
.content-equipment .eq-lineup-carousel li img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
.content-equipment .eq-lineup-carousel li p {
  line-height: 1.5em;
  text-align: left;
}
.content-equipment .slick-list {
  overflow: visible;
}
.content-equipment .slick-nav-arrows {
  position: absolute;
  top: 32px;
  right: 0%;
}
@media screen and (max-width: 560px) {
  .content-equipment .slick-nav-arrows {
    top: 28px;
  }
}
.content-equipment .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E1181A;
  border-radius: 50%;
  border: 1px solid #E1181A;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.content-equipment .slick-next {
  right: 0;
}
.content-equipment .slick-next::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFFFFF;
}
.content-equipment .slick-next:focus::before, .content-equipment .slick-next:hover::before {
  border-color: transparent transparent transparent #E1181A;
}
.content-equipment .slick-next.slick-disabled:focus::before, .content-equipment .slick-next.slick-disabled:hover::before {
  border-color: transparent transparent transparent #FFFFFF;
}
.content-equipment .slick-prev {
  left: -100px;
}
@media screen and (max-width: 560px) {
  .content-equipment .slick-prev {
    left: -90px;
  }
}
.content-equipment .slick-prev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.content-equipment .slick-prev:focus::before, .content-equipment .slick-prev:hover::before {
  border-color: transparent #E1181A transparent transparent;
}
.content-equipment .slick-prev.slick-disabled:focus::before, .content-equipment .slick-prev.slick-disabled:hover::before {
  border-color: transparent #FFFFFF transparent transparent;
}
.content-equipment .slick-next::before, .content-equipment .slick-prev::before {
  content: "";
  opacity: 1;
}
.content-equipment .slick-next:focus, .content-equipment .slick-next:hover, .content-equipment .slick-prev:focus, .content-equipment .slick-prev:hover {
  background-color: #fff;
}
.content-equipment .slick-next.slick-disabled, .content-equipment .slick-prev.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.content-equipment .slick-next.slick-disabled::before, .content-equipment .slick-prev.slick-disabled::before {
  opacity: 0.5;
}
.content-equipment .slick-next.slick-disabled:focus, .content-equipment .slick-next.slick-disabled:hover, .content-equipment .slick-prev.slick-disabled:focus, .content-equipment .slick-prev.slick-disabled:hover {
  background-color: #E1181A;
}
.content-equipment .equipment-table {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-equipment table {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1000px) {
  .content-equipment table {
    width: 100%;
  }
}
.content-equipment table th {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .content-equipment table th {
    padding: 0.5em 0.25em;
    width: 200px;
  }
}
@media screen and (max-width: 560px) {
  .content-equipment table th {
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .content-equipment table td {
    padding: 0.5em;
  }
}
.content-equipment table td.num, .content-equipment table td:nth-child(3) {
  width: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-equipment table td.num, .content-equipment table td:nth-child(3) {
    width: 2.125em;
  }
}
.content-movie {
  position: relative;
  background-color: #3277D6;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .content-movie {
    padding: 100px 0;
  }
}
@media screen and (max-width: 560px) {
  .content-movie {
    padding: 60px 0;
  }
}
.content-movie .movie-box {
  position: relative;
  aspect-ratio: 16/9;
}
.content-movie .movie-box iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.content-movie .movie-box-rotate {
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear;
  position: absolute;
  top: -220px;
  left: -220px;
  width: 440px;
  height: 440px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .content-movie .movie-box-rotate {
    top: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .content-movie .movie-box-rotate {
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.content-movie::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 642px;
  height: 350px;
  background: url("../images/bg_movie.png") no-repeat right top/contain;
}
@media screen and (max-width: 560px) {
  .content-movie::before {
    width: 260px;
    height: 130px;
  }
}
.content-access {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-access .access-lextbox {
  position: relative;
  width: 50%;
  padding: 100px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .content-access .access-lextbox {
    width: 100%;
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 560px) {
  .content-access .access-lextbox {
    padding: 60px 20px 70px;
  }
}
.content-access .access-lextbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_access.jpg") no-repeat center center/cover;
  z-index: -1;
}
.content-access .access-lextbox .sec-ttl {
  max-width: 500px;
  color: #3277D6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content-access .access-lextbox .sec-ttl {
    text-align: center;
  }
}
.content-access .access-lextbox-address {
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1.125em, 0.964rem + 0.33vw, 1.25em);
}
@media screen and (max-width: 560px) {
  .content-access .access-lextbox-address {
    font-size: 1em;
  }
}
.content-access .access-lextbox-address + .access-lextbox-address {
  margin-top: 1.5em;
}
.content-access .access-rightbox {
  width: 50%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .content-access .access-rightbox {
    width: 100%;
    aspect-ratio: 1.618/1;
  }
}
.content-access .access-rightbox iframe {
  height: calc(100% + 340px);
  margin-top: -170px;
}
@media screen and (max-width: 768px) {
  .content-access .access-rightbox iframe {
    height: calc(100% + 260px);
    margin-top: -130px;
  }
}
.content-contact {
  position: relative;
  padding: 180px 0 200px;
  background-color: #F2F2F2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-contact {
    padding: 130px 0 150px;
  }
}
@media screen and (max-width: 560px) {
  .content-contact {
    padding: 96px 0 120px;
  }
}
.content-contact .contact-box {
  position: relative;
  padding: 94px 40px 70px;
  background-color: #3277D6;
  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box {
    padding: 54px 4.6875vw 40px;
  }
}
.content-contact .contact-box .sec-ttl {
  position: absolute;
  top: -0.775em;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .sec-ttl {
    width: 280px;
  }
}
.content-contact .contact-box-lead {
  font-size: 1.125em;
  line-height: 1.75em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box-lead {
    font-size: 1em;
  }
}
.content-contact .contact-box form {
  width: 100%;
  max-width: 806px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box form {
    max-width: 538px;
  }
}
.content-contact .contact-box .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-contact .contact-box .form-item-left {
  width: 270px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-left {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.content-contact .contact-box .form-item-left h5 {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-left h5 {
    font-size: 1.125em;
  }
}
.content-contact .contact-box .form-item-left .required {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 50px;
  margin-left: 1.125em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  background-color: #F05435;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-left .required {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.875em;
  }
}
.content-contact .contact-box .form-item-right {
  width: calc(100% - 270px);
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-right {
    width: 100%;
  }
}
.content-contact .contact-box .form-item-right .wpcf7-list-item {
  margin: 0;
}
.content-contact .contact-box .form-item-right input[type=text], .content-contact .contact-box .form-item-right input[type=email], .content-contact .contact-box .form-item-right input[type=tel] {
  width: 100%;
  max-width: 538px;
  height: 50px;
  padding: 10px 1em;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-right input[type=text], .content-contact .contact-box .form-item-right input[type=email], .content-contact .contact-box .form-item-right input[type=tel] {
    height: 50px;
    padding: 8px 10px;
  }
}
.content-contact .contact-box .form-item-right textarea {
  width: 100%;
  max-width: 538px;
  height: 240px;
  padding: 10px 1em;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-right textarea {
    padding: 8px 10px;
  }
}
.content-contact .contact-box .form-item-right .wpcf7-radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  line-height: 1em;
  font-size: 1.125em;
  color: #fff;
  margin: 8px 2em 25px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-right .wpcf7-radio label {
    width: 100%;
    font-size: 1em;
  }
}
.content-contact .contact-box .form-item-right .wpcf7-radio label:not(:last-of-type) {
  margin-right: 3em;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-right .wpcf7-radio label:not(:last-of-type) {
    margin-right: 0;
  }
}
.content-contact .contact-box .form-item-right .wpcf7-radio label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 2px 8px 0 0;
  border: 1px solid #CBCBCB;
  border-radius: 9999px;
  background-color: #fff;
  cursor: pointer;
}
.content-contact .contact-box .form-item-right .wpcf7-radio label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 9999px;
  background-color: #E1181A;
}
.content-contact .contact-box .form-item-right .select-wrap {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 65px;
  position: relative;
}
.content-contact .contact-box .form-item-right .select-wrap::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}
.content-contact .contact-box .form-item-right select {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #f8f8f8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content-contact .contact-box .form-item-privacypolicy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .content-contact .contact-box .form-item-privacypolicy {
    margin-top: 20px;
  }
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label {
  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;
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label {
    font-size: 1em;
  }
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 1px #CBCBCB;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  margin: 0 15px 0 0;
  cursor: pointer;
  /* チェックマーク */
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label input[type=checkbox] {
    margin: 0 10px 0 0;
  }
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: url("../images/icon_check.svg") no-repeat center center/contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label input[type=checkbox]:checked {
  background: #E1181A;
  border-color: #000;
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label input[type=checkbox]:checked::before {
  opacity: 1;
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label a {
  text-decoration: underline;
  color: #fff;
}
.content-contact .contact-box .form-item-privacypolicy .wpcf7-acceptance label a:hover {
  color: #F58F7B;
}
.content-contact .contact-box .form-item-submit {
  margin-top: 60px;
  text-align: center;
}
.content-contact .contact-box .form-item-submit p {
  position: relative;
  display: inline-block;
}
.content-contact .contact-box .form-item-submit p::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 22px;
  width: 28px;
  height: 28px;
  background-color: #E1181A;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-submit p::before {
    top: 16px;
  }
}
.content-contact .contact-box .form-item-submit p::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-submit p::after {
    top: 24px;
  }
}
.content-contact .contact-box .form-item-submit p:hover::before {
  background-color: #fff;
}
.content-contact .contact-box .form-item-submit p:hover::after {
  border-color: transparent transparent transparent #E1181A;
}
.content-contact .contact-box .form-item-submit input[type=submit] {
  display: block;
  width: 380px;
  line-height: 70px;
  font-size: 1.25em;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  background-color: #fff;
  border-radius: 35px;
  border: none;
  text-align: center;
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content-contact .contact-box .form-item-submit input[type=submit] {
    min-width: 244px;
    max-width: 380px;
    width: 76vw;
    line-height: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .content-contact .contact-box .form-item-submit input[type=submit] {
    line-height: 60px;
  }
}
.content-contact .contact-box .form-item-submit input[type=submit]:hover {
  color: #fff;
  background-color: #E1181A;
}
.content-contact .contact-box .form-item + .form-item {
  margin-top: 40px;
}
.content-contact .contact-box div.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.content-contact .contact-box .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: -2.5em;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
}
.content-contact .contact-box textarea + .wpcf7-not-valid-tip {
  bottom: -1.5em;
}
.content-contact .contact-box .wpcf7-response-output {
  background-color: #fff;
  border-color: #E1181A;
}
.content-contact .loopbox02 {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 104px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .content-contact .loopbox02 {
    height: 80px;
  }
}
@media screen and (max-width: 560px) {
  .content-contact .loopbox02 {
    height: 66px;
  }
}
.content-contact .loopbox02 img {
  height: 100%;
  padding: 0 10px;
  max-width: inherit;
}
.content-contact .loopbox02 img:first-child {
  -webkit-animation: loop3 100s -50s linear infinite;
          animation: loop3 100s -50s linear infinite;
}
.content-contact .loopbox02 img:last-child {
  -webkit-animation: loop4 100s linear infinite;
          animation: loop4 100s linear infinite;
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}