@import url("https://unpkg.com/sanitize.css");
@import url("./prefecture.css");

body {
  background-color: #f5f5f5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

.wrapper-2560 {
  overflow-x: hidden;
  max-width: 2560px;
  width: 100%;
  margin: auto;
}

.wrapper-1000 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.pc-only {
}

.sp-only {
  display: none !important;
}

.img-abosolute {
  position: absolute;
}

.modal-remove {
  display: none !important;
}

.modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #000000cc;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  overflow: auto;
  display: none;
}

.modal-cam-term {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #000000cc;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  overflow: auto;
  display: none;
}

.modal-term-close {
  width: 60%;
  max-width: 180px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s all;
}

img.modal-term-close:hover {
  opacity: 0.7;
}

.modal-term-text {
  padding: 40px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.modal-term-text h2 {
  margin-bottom: -14px;
  margin-top: 4px;
}

.modal-content {
  width: calc(100% - 40px);
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 6px solid;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 55px;
}

img.modal-bubble {
  position: absolute;
  max-width: 110px;
  top: -50px;
  left: 40px;
}

img.modal-title {
  width: 100%;
}

img.modal-about {
  width: 100%;
}

img.modal-text {
  width: calc(100% - 40px);
  margin: 30px 20px;
}

img.modal-close {
  width: 60%;
  max-width: 180px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s all;
}

img.modal-close:hover {
  opacity: 0.7;
}

.modal-about {
  background-image: url(./../image/modal-about-back.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 140px;
  height: 100%;
  position: relative;
}

img.modal-about-cat {
  width: 165px;
  top: 0px;
  left: 12%;
}

p.modal-about-text {
  color: #fff;
  font-size: 25px;
  padding-left: 36%;
  padding-top: 3%;
}

.modal-title {
  background-color: rgb(255, 185, 70);
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px;
  gap: 10px;
  border-radius: 15px 15px 0 0;
}

img.modal-title-cat {
  width: 70px;
}

p.modal-tite-text {
  font-size: 35px;
  text-shadow: 1px -1.74px 0px #000, -1px -1.74px 0px #000, -1px 1.74px 0px #000,
    1.74px -1px 0px #000, -1.74px -1px 0px #000, -1.74px 1px 0px #000,
    1.74px 1px 0px #000, 1px 1.74px 0px #000, 1.44px 1.44px 0px #000,
    -1.44px -1.44px 0px #000, -1.44px 1.44px 0px #000, 1.44px -1.44px 0px #000,
    2px 0px 0px #000, -2px 0px 0px #000, 0px 2px 0px #000, 0px -2px 0px #000;
}

.modal-main {
  width: 100%;
  margin-bottom: 15px;
}

.modal-main-text {
  position: relative;
}

.modal-no {
  position: absolute;
  width: 80px;
  top: 25px;
  left: 65px;
}

p.modal-main-title {
  color: rgb(43, 186, 235);
  font-size: 25px;
}
.modal-text-container {
  padding-left: 165px;
  padding-top: 30px;
  padding-right: 25px;
}

p.modal-main-text {
  font-size: 17px;
  font-weight: 600;
}

p.modal-about-text2 {
  color: #fff;
  font-size: 25px;
  padding-left: 36%;
  padding-top: 2%;
  padding-bottom: 2%;
}

p.modal-about-text3 {
  color: #fff;
  font-size: 25px;
  padding-left: 36%;
  padding-top: 5%;
}

p.modal-about-text4 {
  color: #fff;
  font-size: 25px;
  padding-left: 36%;
  padding-top: 1.5%;
}

img.modal-about-cat2 {
  width: 165px;
  top: 15px;
  left: 12%;
}

img.modal-about-cat3 {
  width: 150px;
  top: 3px;
  left: 12%;
}

img.mv-sp-text {
  position: absolute;
  z-index: 1;
  width: 80px;
  bottom: -15px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
  img.modal-text {
    width: calc(90% - 40px);
    margin: 30px 20px;
  }
  img.modal-bubble {
    position: absolute;
    max-width: 60px;
    top: -35px;
    left: 20px;
  }

  img.modal-title-cat {
    width: 25px;
  }

  p.modal-tite-text {
    font-size: 16px;
    -webkit-text-stroke: 0px !important;
  }
  .modal-about {
    background-image: url(./../image/modal-about-back-sp.png);
    background-repeat: repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 185px;
  }
  img.modal-about-cat {
    position: static;
    display: block;
    margin: 0 0 0 auto;
    margin-right: 30px;
    margin-bottom: 29px;
    width: 180px;
  }
  p.modal-about-text {
    padding-top: 0;
    padding-left: 0;
    width: fit-content;
    font-size: 16px;
  }
  img.modal-about-cat {
    position: static;
    display: block;
    margin: 0 0 0 auto;
    width: 120px;
    margin-left: 0;
  }
  img.modal-about-cat2 {
    margin-top: 25px;
  }
  img.modal-about-wave1 {
    width: 110px;
    top: 20px;
    right: 25px;
  }
  img.modal-about-wave2 {
    width: 100px;
    bottom: 7px;
    left: 26px;
  }
  .modal-no {
    top: 30px;
    left: 45px;
  }
  .modal-text-container {
    padding-left: 0;
  }
  img.modal-about-cat3 {
    width: 130px;
  }
  .modal-text-sp {
    height: 80px;
    padding-left: 140px;
    display: flex;
    align-items: center;
  }
  p.modal-main-title {
  }
  p.modal-main-text {
    padding-left: 50px;
  }
}

@media screen and (max-width: 425px) {
  img.modal-no {
    width: 60px;
    left: 20px;
  }
  .modal-text-sp {
    padding-left: 90px;
  }
  p.modal-main-text {
    padding-left: 20px;
  }
  .modal-text-container {
  }
  .modal-text-sp {
    height: 65px;
  }
  p.modal-main-title {
    color: rgb(43, 186, 235);
    font-size: 17px;
  }
  .modal-about-text4 {
    padding-bottom: 5px;
  }
}

/* ---------------------------- */
/* header */
/* ---------------------------- */

header {
  background-color: #fff;
}

.header-logo {
  max-width: 200px;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  img.mvimg-sp {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 425px) {
  header {
    display: none;
  }
}

/* ---------------------------- */
/* mv */
/* ---------------------------- */

section#mv {
  position: relative;
  overflow: initial;
}

img.mvimg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.backimg1 {
  max-height: 1300px;
  position: absolute;
  width: 101%;
  top: 83%;
  left: -2px;
  right: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .backimg1 {
    width: auto;
  }
}

/* ---------------------------- */
/* about */
/* ---------------------------- */

#about {
  /* background-image: url(./../image/backimg-1.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 1025px; */
  margin-top: -90px;
  position: relative;
  overflow: initial;
  margin-bottom: 25px;
  height: 750px;
}

.about-title {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

img.event-title {
  max-width: 1000px;
  width: 60%;
}

img.event-period {
  max-width: 700px;
  width: 35%;
}

.backimg2 {
  position: absolute;
  width: 100%;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  height: 1400px;
}

.about-banner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  margin: 80px 20px 90px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

img.banner-1 {
  width: 450px;
  max-width: 100%;
}

img.banner-2 {
  width: 450px;
  max-width: 100%;
}

.about-items {
  display: flex;
  justify-content: center;
}

.about-items img {
  transition: 0.3s all;
}

.about-items img:hover {
  opacity: 0.7;
}

img.about-item1 {
  max-width: 190px;
  width: 95%;
}

img.about-item2 {
  max-width: 190px;
  width: 95%;
}

img.about-item3 {
  max-width: 190px;
  width: 95%;
}

.about-items2 {
  margin-left: 25px;
}

.about-text {
  max-width: 600px;
  width: 80%;
  margin: auto;
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

.about-right {
  width: 210px;
  right: -125px;
  bottom: 60px;
}

.about-left {
  width: 210px;
  left: -50px;
  bottom: -50px;
}

img.wave-1 {
  width: 200px;
  top: 100px;
  right: -200px;
}

img.wave-2 {
  width: 200px;
  top: 350px;
  left: -100px;
}

img.wave-3 {
  width: 200px;
  top: 600px;
  right: -100px;
}

@media screen and (max-width: 768px) {
  section#about {
    padding-bottom: 125px;
    height: auto;
  }
  img.about-text {
    width: 240px;
  }

  .about-banner {
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    display: none;
  }
  .about-right {
    width: 110px;
    right: 0px;
    bottom: -70px;
  }
  .about-left {
    width: 110px;
    left: 0px;
    top: 110px;
  }
  img.wave-2 {
    width: 100px;
    top: unset;
    left: -10px;
    bottom: -45px;
  }
  img.wave-3 {
    width: 100px;
    top: 130px;
    right: 0px;
  }
  .backimg2 {
    height: 3400px;
    width: fit-content;
  }
  .about-items2 {
    margin-left: 0;
  }
  p.about-text {
    font-size: 16px;
  }
  .about-title-sp {
    background-color: rgb(255, 185, 70);
    text-align: center;
    margin: 130px 0 100px;
  }
  img.about-title-sp-img {
    max-width: calc(100% - 40px);
    width: 350px;
    padding: 10px 0;
    margin: auto;
  }
}

/* ---------------------------- */
/* member */
/* ---------------------------- */

section#member {
  position: relative;
  overflow: initial;
  height: 1580px;
  z-index: 5;
  background-image: url(./../image/backing-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 75px;
  margin-top: -120px;
}

.member-container {
  margin-bottom: 50px;
}

.membertitle-1 {
  background-color: rgb(255, 185, 70);
  text-align: center;
  margin-bottom: 30px;
}

.membertitle-1 img {
  max-width: calc(100% - 40px);
  width: 500px;
  margin: 10px 20px;
}

.mamber-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 10px;
}

.member-item {
  position: relative;
  max-width: 48%;
  width: 480px;
  transition: 0.3s all;
  cursor: pointer;
}

.member-item:hover {
  transform: scale(1.1);
}

.backimg3 {
  position: absolute;
  z-index: -1;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}

img.member-item-back {
  width: 100%;
}

p.member-item-text {
  position: absolute;
  top: 59%;
  bottom: 0;
  right: 0;
  left: 25%;
  margin: auto;
  text-align: center;
  font-size: clamp(14px, 1.7vw, 18px);
}

p.member-item-text2 {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 24%;
  margin: auto;
  text-align: center;
  font-size: clamp(11px, 1.7vw, 16px);
}

p.member-item-text5 {
  position: absolute;
  top: 62%;
  bottom: 0;
  right: 0;
  left: 24%;
  margin: auto;
  text-align: center;
}

img.member-item-arrow {
  width: 8px;
  top: 63%;
  right: 30px;
}

img.member-item-arrow5 {
  width: 8px;
  top: 66%;
  right: 30px;
}

@media screen and (max-width: 768px) {
  section#member {
    height: fit-content;
    margin-top: -50px;
    padding-bottom: 100px;
  }
  .mamber-items {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
  }
  img.member-item {
    max-width: calc(100% - 20px);
    width: 480px;
  }
  .membertitle-1 img {
    max-width: calc(100% - 40px);
    width: 350px;
    margin: 10px 20px;
    padding: 10px 0;
    margin: auto;
  }
  .member-container-sp {
    width: calc(100% - 40px) !important;
  }
  p.member-item-text {
    position: absolute;
    top: 58%;
    bottom: 0;
    right: 0;
    left: 24%;
    margin: auto;
    text-align: center;
    font-size: clamp(13px, 3vw, 18px);
  }
  .backimg3 {
    height: 100%;
  }
  p.member-item-text5 {
    top: 61%;
    left: 24%;
  }
  p.member-item-text2 {
    font-size: clamp(10px, 3vw, 15px);
  }
  img.member-item-arrow {
    width: 7px;
    top: 61%;
    right: 39px;
  }

  img.member-item-arrow5 {
    width: 7px;
    top: 63%;
    right: 39px;
  }
}

/* ---------------------------- */
/* campaign */
/* ---------------------------- */

section#campaign {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -70px;
  padding-top: 50px;
}

.cam-title {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}

.cam-title img {
  width: 250px;
}

.camtitle-1 {
  background-color: rgb(255, 185, 70);
  text-align: center;
  margin-top: 65px;
}

.camtitle-1 img {
  max-width: 450px;
  width: 100%;
  margin: 10px 20px;
}

.cam-container {
  background: #fff;
  border: 9px solid #2bbaeb;
  border-radius: 15px;
  margin: auto;
  margin-top: -60px;
  position: relative;
}

img.cam-title {
  max-width: 80%;
  width: 780px;
  margin: auto;
  margin-top: 60px;
  display: block;
}

p.cam-text {
  text-align: center;
  color: white;
  text-shadow: 1px -1.74px 0px #000, -1px -1.74px 0px #000, -1px 1.74px 0px #000,
    1.74px -1px 0px #000, -1.74px -1px 0px #000, -1.74px 1px 0px #000,
    1.74px 1px 0px #000, 1px 1.74px 0px #000, 1.44px 1.44px 0px #000,
    -1.44px -1.44px 0px #000, -1.44px 1.44px 0px #000, 1.44px -1.44px 0px #000,
    2px 0px 0px #000, -2px 0px 0px #000, 0px 2px 0px #000, 0px -2px 0px #000;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.75;
}

p.cam-text span {
  color: #ffeb46 !important;
  font-size: 24px;
}

p.cam-text span.bigger {
    font-size: 28px;
}

p.cam-text a {
  color: white;
  border-bottom: 2px solid #000;
}

p.cam-text a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  p.cam-text {
    font-size: 13px;
  }
  p.cam-text span {
    font-size: 17px;
  }
  p.cam-text span.bigger {
    font-size: 20px;
  }

  #twitter-open-container,
  #form-open-container {
    display: none;
  }

  .cam-twitter-box-6 {
    flex-wrap: wrap !important;
  }
  .cam-twitter-box-6  .cam-twitter-item {
    width: 70px;
  }
}

@media screen and (min-width: 768px) {
  #twitter-open-triangle,
  #form-open-triangle {
    display: none;
  }

  .cam-secondtitle1 {
      pointer-events: none;
  }
}

img.cam-text {
  max-width: 65%;
  width: 470px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.cam-pre-container {
  display: flex;
  justify-content: center;
  margin: 50px auto 25px;
  gap: 60px;
  width: 800px;
}

img.cam-pre-item {
  max-width: calc(40% - 15px);
  width: 360px;
}

.cam-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 20px 30px;
}

img.cam-step {
  width: 65px;
  display: block;
  margin: auto;
}

img.cam-step2-tbd {
  max-width: 130px;
}

.cam-flow-box,
.cam-flow-box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: -30px;
  padding: 25px 5px 15px;
  border: 6px solid #2bbaeb;
  border-radius: 16px;
  min-height: 220px;
  max-width: 300px;
}

img.cam-flow-text1 {
  width: 230px;
}

img.cam-twitter {
  width: 250px;
  max-width: 85%;
  margin: auto;
  display: block;
  transition: 0.3s all;
}

img.cam-twitter:hover {
  opacity: 0.7;
}

img.cam-flow-text1 {
  max-width: 220px;
  width: 85%;
}

img.cam-flow-text2 {
  max-width: 120px;
  width: 85%;
}

img.cam-flow-text3 {
  max-width: 135px;
  width: 85%;
}

img.cam-presentbox {
  width: 100px;
}

img.cam-flow-arrow {
  width: 20px;
  margin-top: 25px;
}

img.cam-term {
  width: 250px;
  max-width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 40px;
  transition: 0.3s all;
  cursor: pointer;
  transition: 0.3s all;
}

img.cam-term:hover {
  opacity: 0.7;
}

img.twitter-title {
  width: 260px;
  max-width: 60%;
  margin: auto;
  display: block;
}

img.twitter-box-top {
  max-width: 500px;
  width: calc(100% - 40px);
  display: block;
  margin: 50px auto 0;
}

.twitter-box {
  width: 500px;
  margin: auto;
  margin-top: 50px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 40px;
}

.news-main {
  margin-top: 20px;
  height: 272px;
  padding: 0px !important;
  overflow: scroll;
  border: 1px solid;
  border-radius: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-main::-webkit-scrollbar {
  display: none;
}

.bottom-banner {
  padding: 0px 20px;
}

img.bot-banner-event {
  width: 650px;
  margin: auto;
  display: block;
}

.bot-banner {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.bot-banner img {
  transition: 0.3s all;
}

.bot-banner img:hover {
  opacity: 0.7;
}

img.bot-banner-boart {
  width: 320px;
}

img.bot-banner-cat {
  width: 320px;
}

img.bottombackimg {
  width: 100%;
  margin-top: -120px;
}

.cam-back-left {
  width: 200px;
  top: 200px;
  left: -150px;
}

.cam-back-right {
  z-index: -1;
  width: 190px;
  top: 200px;
  right: -190px;
}

.cam-secondtitle1 {
  background: #ffb446;
  width: 90%;
  text-align: center;
  font-size: 25px;
  padding: 10px 0;
  margin: 20px auto;
  font-weight: bold;
  color: #fff;
}

.cam-pre-content {
  position: relative;
  max-width: 310px;
  width: 100%;
  background: rgb(255, 235, 70, 0.2);
  border-radius: 15px;
}

img.cam-preicon {
  width: 85px;
  position: absolute;
  top: -30px;
  left: -30px;
}

img.cam-pre-img {
  max-width: 200px;
  width: 90%;
  max-height: 128px;
  object-fit: contain;
}

.cam-pre-margin {
  margin: 20px 0;
  margin-left: 60px;
}

p.cam-pre-content-text {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

p.cam-pre-content-text-small {
  font-weight: 500;
  font-size: 14px;
  margin-right: 30px;
  line-height: 1.3;
}

p.cam-pre-content-sub {
  color: rgb(255, 185, 70);
  font-size: 22px;
  -webkit-text-stroke: 1px #000;
}
p.cam-flow-text {
  text-align: center;
  font-size: 16px;
}
p.cam-flow-text a {
  color: #000;
  text-decoration: underline;
}
p.cam-flow-text a:hover {
  opacity: 0.7;
}

span.flow-text-span {
  font-size: 15px;
}

img.cam-step2-item {
  width: 125px;
  transition: 0.3s all;
}

img.cam-step2-item:hover {
  opacity: 0.8;
}

.cam-flow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 20px 30px;
}

img.cam-step3-item {
  width: 100px;
}

.cam-second-content {
  padding-top: 30px;
  border-top: 6px solid #2bbaeb;
}

img.cam-title2 {
  max-width: 80%;
  width: 780px;
  margin: auto;
  margin-top: 30px;
  display: block;
}

img.cam-step1-item {
  width: 130px;
  transition: 0.3s all;
}

img.cam-step1-item:hover {
  opacity: 0.7;
}

span.cam-flow-textsub {
  font-size: 12px;
}

.cam-flow-twitter-boxs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cam-twitter-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto;
  width: 130px;
  justify-content: center;
}

.cam-twitter-item {
  color: #fff;
  background: #2bbaeb;
  width: 60px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px #0000007a;
}

.gray {
  background: #c1c0c0;
  cursor: unset;
  pointer-events: none;
  filter: none;
}

.cam-twitter-box a {
  color: #fff;
  font-weight: 500;
}

img.img-cs {
  max-width: 450px;
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 200px;
}

.cam2cs1 {
  height: 300px;
  display: block;
}

.cam2cs2 {
  height: 500px;
}

.cam-flow2 .cam-flow-item {
  width: calc((100% - 120px) / 4);
}

@media screen and (max-width: 768px) {
  .cam-flow2 .cam-flow-item {
    width: 100% !important;
  }
  .cam-flow-item,
  .cam-flow-box2,
  .cam-flow-box {
    width: 100% !important;
  }
}

.cam-first-content .cam-flow-item,
.cam-flow-item {
  width: calc((100% - 120px) / 4);
}

.cam-flow-item2 {
  width: 280px;
}

.cam-flow-item3 {
  width: 210px;
}

p.bottom-care-text {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #1d99ee;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.75em;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  p.cam-flow-text {
    font-size: 16px;
  }
  img.cam-step2-tbd {
    max-width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .cam-title img {
    max-width: 30%;
    width: 200px;
  }
  .cam-title {
    gap: 25px;
  }
  .cam-container {
    margin-top: -25px;
    max-width: calc(100% - 40px);
  }
  img.cam-title {
    max-width: 90%;
    margin: auto;
    margin-top: 30px;
  }
  img.cam-text {
    max-width: 85%;
  }
  .cam-pre-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  img.cam-pre-item {
    max-width: calc(90% - 15px);
    width: 360px;
  }
  .cam-flow {
    flex-direction: column;
    gap: 0px;
  }
  img.cam-flow-arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }
  img.cam-flow-text2 {
    max-width: 220px;
    width: 100%;
  }
  img.cam-flow-text3 {
    max-width: 220px;
    width: 90%;
  }
  img.cam-presentbox {
    max-width: 120px;
    width: 65%;
  }
  .twitter-box {
    max-width: calc(100% - 40px);
    width: fit-content;
    margin: 50px auto 0;
  }
  img.bot-banner-event {
    max-width: 100%;
  }
  img.bot-banner-boart {
    max-width: 100%;
  }
  img.bot-banner-cat {
    max-width: 100%;
  }
  .cam-back-left {
    width: 200px;
    top: -50px;
    left: -90px;
  }
  .cam-back-right {
    width: 200px;
    top: 50px;
    right: -120px;
  }
  .camtitle-1 img {
    width: calc(100% - 40px);
  }
  img.cam-preicon {
    width: 70px;
  }
  p.cam-pre-content-text {
    font-size: 18px;
  }
  p.cam-pre-content-sub {
    font-size: 18px;
  }
  .cam-pre-content {
    max-width: 250px;
  }
  img.cam-step2-item {
    width: 200px;
  }

  .cam-flow2 {
    flex-direction: column;
    gap: 0px;
  }
  img.cam-step3-item {
    max-width: 240px;
  }
  img.cam-step1-item {
    width: 200px;
  }
  .cam-pre-margin {
    margin: 20px 0;
    margin-left: 40px;
  }
  .cam-flow-item3 {
    width: auto;
  }
  .cam-flow-item2 {
    width: auto;
  }
  .cam-twitter-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    width: auto;
  }
  p.cam-pre-content-text-small {
    font-weight: 500;
    font-size: 12px;
    margin-right: 30px;
    line-height: 1.3;
  }
  .cam-pre-spbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-right: 40px;
    align-items: center;
    gap: 5px;
    width: 91%;
  }
  img.cam-pre-img {
    max-width: 100px;
    width: 90%;
  }
  img.cam-pre-amount {
    max-width: 75px;
    width: 90%;
    margin-left: 10px;
  }
  .cam-flow-box,
  .cam-flow-box2 {
    min-height: 150px;
  }
  .cam-flow-sp2 {
    height: 220px;
  }
  p.bottom-care-text {
    font-size: 21px;
  }
  .footer-static-box {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 10px;
  }
}

footer {
  text-align: center;
  margin: 20px 0 65px;
}

.footer-static {
  background: rgb(0, 156, 239);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.footer-static img {
  width: 175px;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 20px 0 110px;
  }
}
