@charset "UTF-8";
@-webkit-keyframes fluid-anime {
  0% {
    border-radius: 60% 40% 60% 40%/60% 60% 40% 40%;
  }
  25% {
    border-radius: 70% 30% 50% 50%/50% 70% 30% 50%;
  }
  50% {
    border-radius: 40% 60% 30% 70%/70% 30% 70% 30%;
  }
  75% {
    border-radius: 55% 45% 60% 40%/40% 60% 45% 55%;
  }
  100% {
    border-radius: 60% 40% 60% 40%/60% 60% 40% 40%;
  }
}
@keyframes fluid-anime {
  0% {
    border-radius: 60% 40% 60% 40%/60% 60% 40% 40%;
  }
  25% {
    border-radius: 70% 30% 50% 50%/50% 70% 30% 50%;
  }
  50% {
    border-radius: 40% 60% 30% 70%/70% 30% 70% 30%;
  }
  75% {
    border-radius: 55% 45% 60% 40%/40% 60% 45% 55%;
  }
  100% {
    border-radius: 60% 40% 60% 40%/60% 60% 40% 40%;
  }
}
@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp-br {
  display: inline-block;
}

#sukoyaka {
  background-color: #fbf4ea;
  color: #442913;
  font-family: "Zen Maru Gothic", serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.fadeIn {
  opacity: 0;
  transition: 2s ease;
  transform: translate(0, 50px);
}
.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.title img {
  margin: 10px auto 50px auto;
  max-width: 800px;
  width: 100%;
}

.pc-title {
  display: none;
}
@media (min-width: 1024px) {
  .pc-title {
    display: block;
  }
}

@media (min-width: 1024px) {
  .sp-title {
    display: none;
  }
}
.sb-title-box {
  text-align: center;
  width: 80%;
  margin: 4rem auto 0;
  color: #442913;
}
.sb-title-box .sb-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.sb-title-box .sb-title::before, .sb-title-box .sb-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #442913;
}
.sb-title-box .sb-title::before {
  margin-right: 1rem;
}
.sb-title-box .sb-title::after {
  margin-left: 1rem;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/*スプラッシュ*/
#splash {
  position: fixed;
  inset: 0;
  background-color: #fbf4ea;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 0.6s ease;
}

.bubble-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.bubble {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -200px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: floatUp 3s ease-out forwards;
          animation: floatUp 3s ease-out forwards;
}

@-webkit-keyframes floatUp {
  0% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translateY(-40vh) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-70vh) scale(0.5);
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translateY(-40vh) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-70vh) scale(0.5);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  @-webkit-keyframes floatUp {
    0% {
      transform: translateY(0) scale(1.5);
      opacity: 1;
    }
    60% {
      transform: translateY(-60vh) scale(1);
      opacity: 0.8;
    }
    100% {
      transform: translateY(-100vh) scale(0.5);
      opacity: 0;
    }
  }
  @keyframes floatUp {
    0% {
      transform: translateY(0) scale(1.5);
      opacity: 1;
    }
    60% {
      transform: translateY(-60vh) scale(1);
      opacity: 0.8;
    }
    100% {
      transform: translateY(-100vh) scale(0.5);
      opacity: 0;
    }
  }
}
#suko-header {
  position: relative;
  background-color: #ffdfa0;
  padding: 4rem 0;
  align-items: center;
}
#suko-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: 50% 0;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23ffdfa0"/></svg>');
  top: 100%;
}

@media (min-width: 1024px) {
  .swich_img {
    padding: 6rem 0 4rem;
    max-width: 960px;
    margin: 0 auto;
  }
}
.gate-con .box {
  width: 90%;
  text-align: center;
  margin: 3.5rem auto 0;
  padding: 2rem 1rem;
  background-color: #fbf4ea;
  position: relative;
}
.gate-con .box::after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  margin: 0.5rem;
  border: 2px dashed #a7a297;
  border-radius: 10px;
  z-index: 0;
}
.gate-con .box .end {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gate-con .box .end {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gate-con .box p {
    font-size: 1.2rem;
  }
}
.gate-con .box .btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  border-radius: 100% 80px/80px 100%;
  color: #442913;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1em 4em;
  vertical-align: middle;
  width: 300px;
  background-color: #ffdfa0;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin: 2rem 0 0;
}
.gate-con .box .btn:hover {
  border-radius: 60% 80%/100% 80%;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  z-index: 10;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #442913;
  margin: 5px 0;
  transition: 0.4s;
  border-radius: 3px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 129, 36, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
  z-index: 5;
}
.menu.open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .menu {
    top: 30px;
    left: 0;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .menu.hide {
    transform: translateY(-160%);
    transition: transform 0.4s ease;
  }
  .menu.show {
    transform: translateY(0);
    transition: transform 0.4s ease;
  }
}

.nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
  margin: 0;
  width: 100%;
  text-align: center;
  height: 80vh;
}
.nav li {
  margin: 5px;
}
.nav li a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 1.3rem 1rem;
  transition: 0.5s;
  letter-spacing: 0.2rem;
}
@media (min-width: 1024px) {
  .nav {
    flex-direction: row;
    height: 100%;
  }
  .nav li a::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 6px;
    border-radius: 3px;
    background-color: #ffdfa0;
    transform: translateX(-50%);
    transition: width 0.4s ease;
  }
  .nav li a:hover::after {
    width: 30%;
  }
}

#hole {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3rem;
}

.tab_container {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d46868;
  border-radius: 0 0 10px 10px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

input[name=tab_item] {
  display: none;
}

.tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1 1 33.3333333333%;
  height: 80px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 2px;
  border-bottom: 3px solid #d46868;
  background-color: #f4eddf;
  color: #d46868;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .tab_item {
    font-size: 1.2rem;
  }
  .tab_item:hover {
    opacity: 0.7;
  }
}

.tab_content {
  width: 100%;
  display: none;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #d46868;
  color: #fff;
}

.fluid1 {
  width: 300px;
  height: 300px;
  background-color: #d46868;
  position: absolute;
  z-index: -5;
  opacity: 0.6;
  border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
  -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
          animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
  top: 3%;
  left: -25%;
}
@media (min-width: 1024px) {
  .fluid1 {
    width: 300px;
    height: 300px;
    background-color: #d46868;
    position: absolute;
    z-index: -5;
    opacity: 0.6;
    border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
    -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
            animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
    top: 13%;
    left: -7%;
  }
}

.fluid2 {
  width: 300px;
  height: 300px;
  background-color: #ffdfa0;
  position: absolute;
  z-index: -5;
  opacity: 0.9;
  border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
  -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
          animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
  bottom: 1%;
  right: -15%;
}
@media (min-width: 1024px) {
  .fluid2 {
    width: 300px;
    height: 300px;
    background-color: #ffdfa0;
    position: absolute;
    z-index: -5;
    opacity: 0.9;
    border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
    -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
            animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
    bottom: 1%;
    right: -10%;
  }
}

.card-container {
  margin: 2rem 0;
}
.card-container .card-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 380px));
  grid-template-rows: auto;
  gap: 4rem 2rem;
  justify-content: center;
  padding: 1rem;
}
.card-container .card-box .card-item .card-img img {
  border-radius: 15px;
}
.card-container .card-box .card-item .card-desc {
  padding: 1rem 0.7rem;
}
.card-container .card-box .card-item h4 {
  text-align: center;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .card-container .card-box .card-item h4 {
    font-size: 1.3rem;
  }
}
.card-container .card-box .card-item .card-sponsor {
  text-align: center;
  color: #528124;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-container .card-box .card-item .card-sponsor img {
  width: 90%;
  border-radius: 8px;
  height: auto;
  margin: 0 auto;
  z-index: -5;
  box-shadow: 2px 2px 10px #eee;
}
.card-container .card-box .card-item .date {
  display: flex;
  justify-content: center;
  color: #d46868;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.card-container .card-box .card-item .date p {
  margin: 0 10px;
}
.card-container .card-box .card-item .card-text {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.card-container .card-box .card-item .small {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.card-container .card-box .card-item .chu {
  font-weight: bold;
  border-bottom: 1px solid #442913;
}
.card-container .card-box .card-item .card-info-detail .movieCon {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.card-container .card-box .card-item .cher {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem 0;
  gap: 2rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .card-container .card-box .card-item .cher {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
}
.card-container .card-box .card-item .cher .date {
  color: #72a9aa;
  font-size: 1.3rem;
}
.card-container .card-box .card-item .cher .small {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .card-container .card-box .card-item .cher .small {
    font-size: 0.9rem;
  }
}
.card-container .card-box .card-item .pri {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 1rem auto;
}
.card-container .card-box .card-item .pri p {
  margin: 0.3rem 0;
}
.card-container .card-box .card-item .pri p:first-child {
  font-weight: bold;
  margin: 0.5rem auto;
}
.card-container .card-box .kind {
  text-align: center;
}

#gift {
  position: relative;
  background-color: #72a9aa;
  margin: 5rem 0;
  padding: 3rem 0 5rem;
}
#gift::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: 50% 0;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%2372a9aa"/></svg>');
  bottom: -10%;
  top: 99%;
}
#gift::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: 50% 0;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%2372a9aa"/></svg>');
  transform: rotate(180deg);
  top: -7%;
}
@media (min-width: 768px) {
  #gift::after {
    top: -6%;
  }
}
#gift .present-box {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  border-radius: 15px;
  text-align: center;
  background: url(../img/pre-bac.png) no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 2px 5px #034b4d;
}
@media (min-width: 1024px) {
  #gift .present-box {
    width: 80%;
  }
}
#gift .present-box .present-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#gift .present-box .present-img img {
  width: 100%;
  aspect-ratio: 16/9;
}
#gift .present-box .present-text {
  margin-top: 1rem;
  padding: 1rem;
  line-height: 1.7;
}
#gift .present-box .present-text h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #gift .present-box .present-text h3 {
    font-size: 1.8rem;
  }
}
#gift .present-box .present-text h3 .sb {
  font-size: 1.1rem;
  color: #d46868;
  display: block;
}
#gift .present-box .present-text p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #gift .present-box .present-text p {
    font-size: 1.2rem;
  }
}
#gift .present-box .btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  border-radius: 100% 80px/80px 100%;
  color: #442913;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1em 4em;
  vertical-align: middle;
  width: 300px;
  background-color: #ffdfa0;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin: 2rem 0 0;
}
#gift .present-box .btn:hover {
  border-radius: 60% 80%/100% 80%;
}

#sponsorship {
  position: relative;
  overflow: hidden;
  margin: 5rem 0;
  padding-top: 3rem;
}
#sponsorship .fluid3 {
  width: 300px;
  height: 300px;
  background-color: #d46868;
  position: absolute;
  z-index: -5;
  opacity: 0.6;
  border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
  -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
          animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
  top: 3%;
  right: -32%;
}
@media (min-width: 1024px) {
  #sponsorship .fluid3 {
    width: 300px;
    height: 300px;
    background-color: #d46868;
    position: absolute;
    z-index: -5;
    opacity: 0.6;
    border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
    -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
            animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
    top: 13%;
    right: -10%;
  }
}
#sponsorship .fluid4 {
  width: 300px;
  height: 300px;
  background-color: #ffdfa0;
  position: absolute;
  z-index: -5;
  opacity: 0.9;
  border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
  -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
          animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
  left: -15%;
  bottom: 1%;
}
@media (min-width: 1024px) {
  #sponsorship .fluid4 {
    width: 300px;
    height: 300px;
    background-color: #ffdfa0;
    position: absolute;
    z-index: -5;
    opacity: 0.9;
    border-radius: 33% 67% 53% 47%/44% 70% 30% 56%;
    -webkit-animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
            animation: fluid-anime 15s ease-in-out infinite, rotate-anime 20s linear infinite;
    left: -10%;
    bottom: 1%;
  }
}

.sponsor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.sponsor-container .sponsor-item {
  max-width: 200px;
}
.sponsor-container .sponsor-item img {
  border-radius: 5px;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  margin: 1.5rem 0;
}

.question {
  background-color: #ffdfa0;
  position: relative;
  padding-top: 3rem;
}
.question::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: 50% 0;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23ffdfa0"/></svg>');
  transform: rotate(180deg);
  top: -5%;
}

.cp_qa {
  padding: 0 1rem 5rem;
}
.cp_qa .cp_actab {
  width: 100%;
  margin-bottom: 1rem;
  color: #fbf4ea;
  padding: 1rem;
  font-size: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cp_qa .cp_actab {
    font-size: 1.2rem;
  }
}
.cp_qa .cp_actab input {
  display: none;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40rem;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  transform: scale(1, -1);
}
.cp_qa .cp_actab label {
  position: relative;
  display: block;
  background-color: #d46868;
  border-radius: 5px;
  padding: 1rem 0 2rem;
  cursor: pointer;
  box-shadow: 0 1px 12px rgba(51, 51, 51, 0.3);
  margin: 0 0.5rem 0.5rem 1.2rem;
}
.cp_qa .cp_actab label::before {
  position: absolute;
  content: "?";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fbf4ea;
  background-color: #d46868;
  top: 10px;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.cp_qa .cp_actab label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
  background-color: #fbf4ea;
  right: 10px;
  bottom: 10px;
  transition-duration: all 0.5s ease;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.cp_qa .cp_actab label span {
  display: block;
  padding: 0 0.5rem 1rem 1.5rem;
  border-bottom: 1px solid #fbf4ea;
}
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.cp_qa .cp_actab .cp_actab-content::before {
  position: absolute;
  content: "！";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2196f3;
  border: 2px solid #fbf4ea;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  top: 15px;
  left: 10px;
  z-index: 5;
}
.cp_qa .cp_actab .cp_actab-content p {
  background-color: #2196f3;
  border-radius: 2rem;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.3);
  padding: 1rem 1rem 1rem 1.4rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  line-height: 1.7;
}

.fot {
  padding-top: 3rem;
}
.fot-contain {
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
  overflow: hidden;
}
.fot-contain .company {
  font-size: 1.2rem;
  width: 100%;
}
.fot-contain .company img {
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .fot-contain .company img {
    width: 50%;
  }
}
.fot-contain .company .fot-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.fot-contain .copyright {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.fot .fot-img {
  background: url(../img/flower.png) repeat-x bottom center;
  background-size: contain;
  height: 50px;
  margin-top: 1rem;
  overflow: hidden;
  animation: flower 1.8s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes flower {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes flower {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*# sourceMappingURL=style.css.map */