@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .only-pctab {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .only-tab {
    display: none;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1C1D1C;
  background-color: #52C3F1;
}

header {
  position: relative;
  background-image: url(../img/bg_fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0 2%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15% 0 5%;
  }
}

.header {
  background-image: url(../img/cloud.png), url(../img/cloud2.png);
  background-repeat: no-repeat;
  background-size: 230px, 280px;
  background-position: top 20% right -5%, top 20% left -5%;
  z-index: 0;
}

@media screen and (min-width: 1200px) {
  .header {
    background-size: 120px, 180px;
    background-position: top 20% right 10%, top 20% left 10%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: none;
  }
}


.main_ttl {
  position: relative;
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
  animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  z-index: 10;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .main_ttl {
    width: 80%;
  }
}


main {
    overflow: hidden;
    background-image: url(../img/cloud.png), url(../img/cloud2.png), url(../img/cloud.png), url(../img/cloud.png), url(../img/cloud.png), url(../img/cloud.png), url(../img/cloud2.png), url(../img/cloud.png), url(../img/cloud2.png);
    background-repeat: no-repeat;
    background-size: 150px, 170px, 150px, 150px, 150px, 150px, 170px, 150px, 170px;
    background-position: top 1% left 2%, top 2% right 2%, top 7% left -3%, top 10% right -6%, top 25% left -3%, top 32% right -6%,top 35% left 5%, bottom 5% right 4%,bottom 3% left 2%;
}
@media screen and (max-width: 767px) {
  main {
    background-size: 90px, 120px, 90px, 90px, 90px, 90px, 120px, 90px, 120px;
    background-position: top 1% left 2%, top 2% right 2%, top 7% left -3%, top 10% right -6%, top 25% left -3%, top 30% right -6%,top 33% left 5%, bottom 4% right 4%,bottom 2% left 2%;
}
}

.ttl_dete {
  background-color: #FFFFFF;
  padding: 5px 0;
  margin: 0 auto 5%;
}

@media screen and (max-width: 767px) {
  .ttl_dete {
    background-color: #FFFFFF;
    padding: 5px;
  }
}

.date_sub {
  color: #88B2C9;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .date_sub {
    font-size: 18px;
  }
}


.nav_btn {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nav_btn {
    flex-wrap: wrap;
    max-width: 450px;
    width: 90%;
  }
}

.anker_btn {
  text-align: center;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .anker_btn {
    width: 45%;
  }
}

.anker_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
}



.top_logo {
  position: absolute;
  z-index: 50;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 16px;
}
.top_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 64px;
    top: 10px;
  }
}

.pow_logo {
  position: absolute;
  width: 120px;
  right: 10px;
  top: 16px;
}

@media screen and (max-width: 767px) {
  .pow_logo {
    width: 84px;
    top: 10px;
  }
}


.campagin {
  max-width: 1400px;
  margin: 5% auto 10%;
}

@media screen and (max-width: 767px) {
  .campagin {
    width: 95%;
  }
}

.campagin_ttl {
  max-width: 700px;
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campagin_ttl {
  width: 100%;
}
}

.campagin_image {
  max-width: 900px;
  width: 90%;
  margin: 20px auto 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campagin_image {
    width: 80%;
  }
}

.campagin_ttl_main {
  font-size: 3em;
}

@media screen and (max-width: 767px) {
  .campagin_ttl_main {
    font-size: 1.5em;
  }
}

.campagin_ttl_sub {
  font-size: 2.2em;
}

@media screen and (max-width: 767px) {
  .campagin_ttl_sub {
    font-size: 1.2em;
  }
}

.campagin_img {
  max-width: 700px;
  margin: 10px auto 10em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campagin_img {
    width: 100%;
    margin: 10px auto 5em;
  }
}

.campagin_overview {
  background-color: #FFFFFF;
  border: #DC4A77 solid 10px;
  border-radius: 80px;
  padding: 10% 5%;
  margin: 5%;
}

@media screen and (max-width: 767px) {
  .campagin_overview {
    border-radius: 40px;
    border: #DC4A77 solid 5px;
    margin: 2%;
  }
}

.campagin_overview_ttl {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.text_ttl {
  color: #2359C5;
  font-size: 1.6em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
}

.campagin_info {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 60px;
  color: #3E3E3E;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .campagin_info {
    font-size: 1em;
    margin: 0 auto 40px;
  }
}

.campagin_info_ttl {
  max-width: 360px;
  background-color: #DC4A77;
  border-radius: 100px;
  margin: 0 auto 20px;
  padding: 5px 0;
}

.campagin_info_ttl p {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
.campagin_info_ttl p {
  font-size: 1em;
}
}

.campagin_info_ttl p::before {
  position: absolute;
  content: "";
  background-image: url(../img/bone01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 18px;
  bottom: 1px;
  left: 25px;
}

.campagin_info_ttl p::after {
  position: absolute;
  content: "";
  background-image: url(../img/bone01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 18px;
  bottom: 1px;
  right: 25px;
}

@media screen and (max-width: 767px) {

.campagin_info_ttl p::before {
    background-position: center;
}

.campagin_info_ttl p::after {
    background-position: center;
}
}



.campagin_info_sub {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.campagin_info_txt {
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
}

.campagin_info_img {
  max-width: 400px;
  width: 80%;
  margin: auto;
  text-align: center;
}

.campagin_info_btn {
  max-width: 400px;
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
  background-color: #DC4A77;
  border-radius: 100px;
  font-weight: 800;
  position: relative;
}

.campagin_info_btn::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 45%;
  right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}

.campagin_info_btn:hover::after {
  right: 15px;
}

.campagin_info_btn:hover {
  transition: all .3s;
}


@media screen and (max-width: 767px) {
  .campagin_info_btn {
    width: 90%;
  }
  .campagin_info_btn::after {
  width: 10px;
  height: 10px;
  right: 15px;
}
.campagin_info_btn:hover::after {
  right: 8px;
}


}

.campagin_info_btn a {
  display: inline-block;
  font-size: 1.6em;
  padding: 20px 40px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .campagin_info_btn a {
    padding: 10px 30px;
    font-size: 1em;
  }
}



.campagin_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 20px;
}

.campagin_entry_img {
  max-width: 120px;
}

@media screen and (max-width: 767px) {
  .campagin_entry_img {
    max-width: 90px;
  }
}

.campagin_entry_ttl {
  font-size: 1.5em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .campagin_entry_ttl {
    font-size: 1.3em;
  }
}

/* ドット斜め */
.bg_skew_dot {
  display: block;
  background-color: #2359C5;
  background-image:
    radial-gradient(ellipse 80% 8% at 25% 25%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0) 60%),
    radial-gradient(ellipse 8% 80% at 75% 75%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0) 60%),
    radial-gradient(ellipse 80% 8% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0) 60%);
  background-size: 40px 40px;
  background-position: 20px 18px, 22px 40px, 32px 67px;
  padding: 10% 0;
}

.stage {
  background-color: #FFFFFF;
  padding: 10% 5%;
  margin: 5% auto;
  max-width: 1500px;
  width: 90%;
}


.stage_ttl {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stage_ttl {
    width: 100%;
  }
}

.stage_img {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stage_img {
    width: 90%;
  }
}

.stage_shop_txt {
  text-align: center;
  font-size: 1.2em;
  margin: 5% auto;
}

.stage_shop_info {
  text-align: center;
  font-size: 0.9em;
  margin: 3% auto 0;
}

.stage_shop {
  text-align: center;
  max-width: 900px;
  width: 90%;
  background-color: #ffffff;
  padding: 20px 20px 40px;
  margin: 60px auto 0;
  border: 5px dashed #2359C5;
  position: relative;
}

@media (max-width: 799px) {
  .stage_shop {
    width: 100%;
    padding: 60px 20px 60px;
    margin: 80px auto 0;
  }
}

@media (max-width: 599px) {
  .stage_shop {
    padding: 30px 5px 30px;
    margin: 80px auto 0;
  }
}

.stage_shop_ttl {
  max-width: 300px;
  margin: 20px auto;
}

.stage_shop_ttl p {
  position: relative;
  font-weight: 800;
  font-size: 1.4em;
  text-align: center;
  color: #2359C5;
}

.stage_shop_ttl p::before {
  position: absolute;
  content: "";
  background-image: url(../img/star_o.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: 3px;
  left: 28px;
}

.stage_shop_ttl p::after {
  position: absolute;
  content: "";
  background-image: url(../img/star_o.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: 3px;
  right: 30px;
}

.stage_shop_list_all {
  width: 90%;
  margin: 20px auto;
}

@media (max-width: 799px) {
  .stage_shop_list_all {
    width: 95%;
    margin: 20px auto;
  }
}

@media (max-width: 459px) {
  .stage_shop_list_all {
    width: 98%;
  }

.stage_shop_ttl p::before {
  left: 18px;
}

  .stage_shop_ttl p::after {
  right: 20px;
}

}

.stage_shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin: 20px auto;
  border-bottom: #1E499E solid 2px;
}

@media (max-width: 799px) {
  .stage_shop_list {
    margin: 20px auto 40px;
    justify-content: center;
    gap: 20px 30px;
  }
}

@media (max-width: 599px) {
  .stage_shop_list {
    gap: 10px 20px;
  }
}

.stage_shop_name {
  font-weight: 600;
  font-size: 1.2em;
  text-align: left;
  width: 23%;
}

@media (max-width: 799px) {
  .stage_shop_name {
    font-size: 1.1em;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 500px) {
  .stage_shop_name {
    font-size: 1em;
    width: 100%;
  }
}

.stage_shop_date {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  width: fit-content;
}

@media (max-width: 799px) {
  .stage_shop_date {
    font-size: 1.1em;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 500px) {
  .stage_shop_date {
    font-size: 1em;
    width: 100%;
  }
}

.stage_shop_btn {
  width: 30%;
  text-align: center;
  background-color: #FF6F00;
  border-radius: 10px;
  font-weight: 600;
}

.stage_shop_btn_end {
    width: 30%;
    text-align: center;
    background-color: #707070;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.1em;
    padding: 8px 0;
}

@media (max-width: 799px) {
  .stage_shop_btn {
    width: 50%;
    margin: 0 auto;
  }

  .stage_shop_btn_end {
        width: 50%;
        margin: 10px auto 0;
        font-size: 1em;
        padding: 5px 0;
  }
}

.stage_shop_btn a {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  padding: 8px 0;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

@media (max-width: 799px) {
  .stage_shop_btn a {
    font-size: 1em;
    padding: 5px 0;
  }
}

.stage_shop_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}
@media (max-width: 900px) {
.stage_shop_btn a::after {
  right: 10px;
}
.stage_shop_btn a:hover::after {
  right: 5px;
}
}
.stage_shop_btn a:hover::after {
  right: 10px;
}

.stage_shop_btn:hover {
  transition: all .3s;
}


.eventshow_dots {
  position: relative;
  background: #FFDE3A;
  background: linear-gradient(180deg, rgba(255, 222, 58, 1) 0%, rgba(248, 235, 173, 1) 50%, rgba(255, 222, 58, 1) 100%);
}


.eventshow {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255, 255, 255, 0.11) 20px, rgba(255, 255, 255, 0.11) 40px);
  width: 100%;
  height: 100%;
  padding: 20% 0;
  position: relative;
}

.eventshow_contents {
  position: relative;
  border: #757474 solid 5px;
  background-color: #ffffff;
  margin: auto;
  max-width: 1500px;
  width: 90%;
  padding: 5% 0;
  background-image: url(../img/screw.png), url(../img/screw.png), url(../img/screw.png), url(../img/screw.png);
  background-size: 30px, 30px, 30px, 30px;
  background-repeat: no-repeat;
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
}

@media screen and (max-width: 767px) {
  .eventshow_contents {
    background-image: url(../img/screw.png), url(../img/screw.png), url(../img/screw.png), url(../img/screw.png);
    background-size: 20px, 20px, 20px, 20px;
    background-repeat: no-repeat;
    background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
    padding: 3% 0 10%;
    border: #757474 solid 3px;
  }
}

.eventshow_sub {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .eventshow_sub {
    width: 90%;
  }
}

.eventshow_text_ttl {
  color: #2359C5;
  font-size: 1.7em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .eventshow_text_ttl {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

.seal_shop_btn a {
  text-align: center;
  color: #ffffff;
  font-size: 0.8em;
  background-color: #E71B10;
  border-radius: 10px;
  padding: 10px 40px;
  font-weight: 600;
}

@media (max-width: 799px) {
  .seal_shop_btn a {
    font-size: 0.7em;
    padding: 10px 26px;
  }
}

.seal_shop_btn,
.seal_shop_btn * {
  position: relative;
  pointer-events: auto;
  width: fit-content;
  display: inline-block;
}

.seal_shop_btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 45%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}
@media screen and (max-width: 767px) {
.seal_shop_btn a::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
}

.seal_shop_btn a:hover::after {
  right: 10px;
}

.seal_shop_btn:hover {
  transition: all .3s;
}




.photo_spotdots {
  background-color: #a8d45f;
  background-image: radial-gradient(circle, #bedf87 3px, transparent 3px), radial-gradient(circle, #bedf87 3px, transparent 3px);
  background-position: 0 0, 10.5px 21px;
  background-size: 21px 42px;
  padding: 10% 0;
}


.photo_spot {
  background-color: #FFFFFF;
  padding: 10% 5%;
  border-radius: 2000px 2000px 0 0;
  border: #FDDE40 solid 10px;
  margin: auto;
  max-width: 1500px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .photo_spot {
    border: #FDDE40 solid 5px;
    width: 95%;
    padding: 40% 5% 10%;
  }
}

.photo_spot_contents {
  margin-top: 0%;
}

@media screen and (max-width: 767px) {
  .photo_spot_contents {
    margin-top: -20%;
  }
}

.photo_spot_ttl_flex {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: auto;
  align-items: center;
  max-width: 900px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .photo_spot_ttl_flex {
    display: block;
  }
}

.photo_spot_ttl_txt {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .photo_spot_ttl_txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.photo_spot_ttl {
  width: 48%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .photo_spot_ttl {
    width: 90%;
  }
}


.photo_spot_sub {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .photo_spot_sub {
    width: 90%;
  }
}

.photo_spot_text_ttl {
  color: #FF6F00;
  font-size: 1.7em;
  font-weight: 800;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .photo_spot_text_ttl {
    font-size: 1.5em;
     margin-top: 60px;
    margin-bottom: 0;
  }
}

.tenpo_accordion {
  max-width: 700px;
  margin: auto;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .tenpo_accordion {
    width: 90%;
    margin: auto;
  }
}

.photo_spotshop {
  text-align: center;
  max-width: 900px;
  width: 90%;
  background-color: #ffffff;
  padding: 20px 20px 40px;
  margin: 20px auto 0;
  border: #FF6F00 solid 5px;
  position: relative;
}

@media (max-width: 799px) {
  .photo_spotshop {
    width: 90%;
    padding: 60px 20px 60px;
    margin: 40px auto 0;
  }
}

@media (max-width: 599px) {
  .photo_spotshop {
    width: 95%;
    padding: 30px 5px 30px;
  }
}

.photo_spotshop_ttl {
  width: 300px;
  margin: 20px auto;
}

.photo_spotshop_ttl p {
  position: relative;
  font-weight: 800;
  font-size: 1.4em;
  text-align: center;
}



.photo_spotshop_list_all {
  width: 90%;
  margin: 20px auto;
}

@media (max-width: 799px) {
  .photo_spotshop_list_all {
    width: 95%;
    margin: 20px auto;
  }
}

@media (max-width: 459px) {
  .photo_spotshop_list_all {
    width: 98%;
  }
}

.photo_spotshop_list {
  padding-bottom: 10px;
  margin: 20px auto;
  border-bottom: #FF6F00 solid 2px;
}

@media (max-width: 799px) {
  .photo_spotshop_list {
    margin: 20px auto 40px;
    justify-content: center;
  }
}

.photo_spotshop_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 799px) {
  .photo_spotshop_flex {
    display: block;
  }
}

.star-g {
  width: 25px;
  text-align: center;
}

@media (max-width: 799px) {
  .star-g {
    margin: auto;
  }
}

.photo_spotshop_name {
  font-weight: 600;
  font-size: 1.2em;
  text-align: left;
}

@media (max-width: 799px) {
  .photo_spotshop_name {
    font-size: 1.2em;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 459px) {
  .photo_spotshop_name {
    font-size: 1em;
  }
}

.photo_spotshop_date {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
}

@media (max-width: 799px) {
  .photo_spotshop_date {
    font-size: 1.2em;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 459px) {
  .photo_spotshop_date {
    font-size: 1em;
  }
}

.photo_spotshop_btn {
  width: 200px;
  text-align: center;
  background-color: hsl(324, 100%, 39%);
  border-radius: 10px;
  font-weight: 600;
  margin: auto;
}
.photo_spotshop_btn_end {
  width: 200px;
  text-align: center;
  background-color: #707070;
  border-radius: 10px;
  font-weight: 600;
  margin: auto;
  font-size: 1.2em;
  padding: 8px 0;
  color: #ffffff;
}

@media (max-width: 799px) {
  .photo_spotshop_btn {
    width: 70%;
    margin: 10px auto 0;
  }
    .photo_spotshop_btn_end {
    width: 70%;
    margin: 10px auto 0;
    font-size: 1em;
    padding: 5px 0;
  }
}

.photo_spotshop_btn a {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  padding: 8px 0;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

@media (max-width: 799px) {
  .photo_spotshop_btn a {
    font-size: 1em;
    padding: 5px 0;
  }
}

.photo_spotshop_btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 45%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}

.photo_spotshop_btn a:hover::after {
  right: 15px;
}

.photo_spotshop_btn:hover {
  transition: all .3s;
}





.details2.layer1 {
  border-top: 2px solid #0A2C71;
  border-left: 2px solid #0A2C71;
  border-right: 2px solid #0A2C71;
}

.details2.layer1:last-of-type {
  border-bottom: 2px solid #0A2C71;
}

.details2-summary {
  position: relative;
  display: block;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.details2-summary.layer1 {
  background-color: #2359C5;
  color: #fff;
}

.details2-summary.layer2 {
  background-color: #D6E4FF;
  color: #0A2C71;
  border-bottom: 1px solid #0A2C71;
}

.details2-summary.layer2.is-active {
  border-bottom: none;
}

.details2-summary.layer3 {
  background-color: #ffffff;
  color: #0A2C71;
  border-bottom: 1px solid #CFE0EF;
  pointer-events: none;
}

.details2-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

.details2-summary .btn {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 30px;
  height: 30px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.details2-summary .btn:before,
.details2-summary .btn:after {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  transform-origin: center center;
}

.details2-summary .btn:before {
  width: 6px;
  height: 30px;
  top: 0;
  left: 12px;
}

.details2-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.details2-summary.is-active .btn:before {
  content: none;
}

.details2-summary .btn2 {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 30px;
  height: 30px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.details2-summary .btn2:before,
.details2-summary .btn2:after {
  content: "";
  background-color: #0A2C71;
  width: 30px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  transform-origin: center center;
}

.details2-summary .btn2:before {
  width: 6px;
  height: 30px;
  top: 0;
  left: 12px;
}

.details2-summary.is-active .btn2 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.details2-summary.is-active .btn2:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .details2-summary {
    padding: 20px;
    font-size: 16px;
  }

  .details2-summary .btn {
    position: absolute;
    top: 27%;
    right: 10%;
    width: 30px;
    height: 30px;
    transform-origin: center center;
    transition-duration: 0.2s;
  }

  .details2-summary .btn:before,
  .details2-summary .btn:after {
    content: "";
    background-color: #fff;
    width: 30px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0;
    transform-origin: center center;
  }

  .details2-summary .btn:before {
    width: 6px;
    height: 30px;
    top: 0;
    left: 12px;
  }

  .details2-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .details2-summary.is-active .btn:before {
    content: none;
  }


  .details2-summary .btn2 {
    position: absolute;
    top: 27%;
    right: 10%;
    width: 30px;
    height: 30px;
    transform-origin: center center;
    transition-duration: 0.2s;
  }

  .details2-summary .btn2:before,
  .details2-summary .btn2:after {
    content: "";
    background-color: #2359C5;
    width: 30px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0;
    transform-origin: center center;
  }

  .details2-summary .btn2:before {
    width: 6px;
    height: 30px;
    top: 0;
    left: 12px;
  }

  .details2-summary.is-active .btn2 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .details2-summary.is-active .btn2:before {
    content: none;
  }

}

.details2-summary::-webkit-details-marker {
  display: none;
}

.details2-content {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.details2-content-item {
  padding: 20px 40px;
}

.details2-content-item.layer3 {
  background-color: #ffffff;
  color: #0A2C71;
  border-bottom: 1px solid #CFE0EF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

    @media screen and (max-width: 480px) {
      .details2-content-item.layer3 {
  display: flex;
  flex-wrap: wrap;
}
    .tenpo_name {
      width: 55%;
    }
  }

.details2-content-item.layer4 {
  background-color: #ffffff;
  color: #2359C5;
  border-bottom: 1px solid #CFE0EF;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .details2-content {
    font-size: 14px;
  }

  .details2-content-item {
    padding: 20px 10px;
  }

}


.youme_fes {
  max-width: 800px;
  margin: 10% auto;
  text-align: center;
}

.youme_fes_img {
  width: 90%;
  text-align: center;
  margin: 0 auto 30px;
}

.youme_fes_copy {
  color: #ffffff;
  font-weight: 800;
  font-size: 2em;
  text-align: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .youme_fes_copy {
    font-size: 1.5em;
    margin-bottom: 70px;
  }
}

.youme_fes_vol2 {
  max-width: 350px;
  text-align: center;
  margin: 0 auto 30px;
}

.youmecinnamon02_img {
  max-width: 250px;
  margin: auto;
  text-align: center;
}


#s_footer {
  background-color: #FFFFFF;
}


/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

.otoiawase {
  max-width: 800px;
  margin: 5% auto;
  color: #2359C5;
}

@media screen and (max-width: 767px) {
  .otoiawase {
    max-width: 90%;
  }
}

.otoiawase_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .otoiawase_ttl {
    font-size: 16px;
  }
}

.otoiawase_tel_about {
  color: #2359C5;
  width: fit-content;
  margin: 40px auto 0;
  text-align: left;
}

.freedial {
  font-size: 14px;
  background-color: #2359C5;
  width: 150px;
  margin: auto;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  padding: 5px 20px;
}

@media screen and (max-width: 767px) {
  .freedial {
    font-size: 12px;
  }
}

.otoiawase_tel {
  font-size: 48px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .otoiawase_tel {
    font-size: 36px;
  }
}

.otoiawase_tel a {
  text-decoration: none;
  color: #2359C5;
}


.otoiawase_time {
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .otoiawase_time {
    font-size: 14px;
  }
}


.otoiawase_time p {
  margin-bottom: 5px;
}

.line {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
}

.line2 {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  z-index: 10;
}

.ft_town {
  width: 100%;
  margin-bottom: 0;
}

.ft_copylight_bg {
  background: #ffffff;
  padding: 6% 3% 10%;
  margin-top: -5%;
}

.ft_copylight {
  max-width: 1000px;
  width: 80%;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .ft_copylight {
    max-width: 500px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cp_gaiyou {
  background-color: #DC4A77;
  padding: 20px 10px;
  max-width: 700px;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cp_gaiyou {
    width: 100%;
  }
}

@media screen and (max-width: 467px) {
  .cp_gaiyou {
    width: 100%;
  }
}

.cp_gaiyou p {
  position: relative;
  width: fit-content;
  margin: auto;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cp_gaiyou p {
    font-size: 1.1em;
  }
}

.cp_gaiyou p::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_cp.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -20%;
  top: -18%;
  opacity: 0.7;
}

.cp_gaiyou p::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_cp.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -20%;
  top: -18%;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .cp_gaiyou p::before {
    width: 30px;
    height: 30px;
  }

  .cp_gaiyou p::after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .cp_gaiyou p::before {
    width: 25px;
    height: 25px;
    left: -15%;
    top: 0;
  }

  .cp_gaiyou p::after {
    width: 25px;
    height: 25px;
    right: -15%;
    top: 0;
  }
}

.bubble-container {
  position: relative;
  max-width: 1000px;
  margin: 5% auto;
  background: #FFF;
  border: solid 3px #DC4A77;
  box-sizing: border-box;
}

.bubble-container:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.bubble-container:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #DC4A77;
  z-index: 1;
}

.bubble-text {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  max-height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bubble-text {
  font-size: 14px;
}
}

.bubble-text:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.bubble-text:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.bubble-container.expanded .bubble-text {
  max-height: fit-content;
  padding-bottom: 10%;
}

.fade-btn-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.toggle-btn {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 16px;
  border: none;
  background-color: #DC4A77;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  font-size: 18px;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .toggle-btn {
    font-size: 14px;
  }
}


.fade-gradation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255) 70%);
  z-index: 1;
  pointer-events: none;
}

.bubble-container.expanded .fade-gradation {
  display: none;
}

.bubble-container:not(.show-toggle) .fade-btn-area {
  display: none;
}

.line_cp_ttl {
  max-width: 700px;
  width: 90%;
  margin: 10em auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .line_cp_ttl {
  margin: 5em auto 0;
}
}


.line_cp_in {
  position: relative;
  max-width: 700px;
  width: 90%;
  margin: 60px auto;
  background: #FFF9DC;
  border: #27AD38 solid 5px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
.line_cp_in {
  width: 100%;
}
}

.line_cp_in-ttl::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2em; /* これで下線が少し文字に重なります */
  height: 5px;
  background: #FFDC4E;
  z-index: -1;
  border-radius: 2.5px; /* 丸みをつける場合 */
}

@media screen and (max-width: 1200px) {
  .line_cp_in {
    margin: 20px auto 40px;
    border-radius: 20px;
  }
}

.line_cp_in-ttl {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  color: #27AD38;
  font-weight: 700;
  margin: 60px auto 20px;
  width: fit-content;
  z-index: 10;
}

.line_cp_in-qr {
  max-width: 300px;
  width: 50%;
  margin: 40px auto;
  text-align: center;
}

.line_cp_in-txt {
  margin: 40px auto;
  text-align: center;
}

.line_btn {
  max-width: 400px;
  width: 90%;
  margin: 20px auto 40px;
  text-align: center;
  background-color: #27AD38;
  border-radius: 20px;
  font-weight: 800;
  position: relative;
}

.line_btn a {
  display: inline-block;
  font-size: 1.6em;
  padding: 20px 40px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.line_btn::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 45%;
  right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: all .3s;
}

.line_btn:hover::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .line_btn a {
  font-size: 1.1em;
  padding: 20px;
}

.line_btn::after {
  right: 15px;
}
.line_btn:hover::after {
  right: 10px;
}
}

.line_btn:hover {
  transition: all .3s;
}

.seal_rally_ttl {
  max-width: 600px;
  width: 80%;
  margin: 60px auto 40px;
  text-align: center;
}

.seal_rally_txt {
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: 20px auto 40px;
  background-color: #FFF9DC;
  border: #2457A7 solid 4px;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.seal_rally_txt {
  width: 95%;
  padding: 20px 20px 40px;
}
}

.seal_rally_txt p {
  color: #2457A7;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

.seal_rally_txt span {
  font-size: 0.8em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .seal_rally_txt::before {
    position: absolute;
    content: "";
    background-image: url(../img/play_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 110px;
    top: -30px;
    left: -40px;
  }
}

.seal_rally_txt::after {
  position: absolute;
  content: "";
  background-image: url(../img/000.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 130px;
  bottom: -45px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .seal_rally_txt::after {
    width: 100px;
    height: 90px;
    bottom: -40px;
    right: -20px;
  }
}

.play_ttl {
  max-width: 150px;
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
}

.seal_rally_seat {
  max-width: 600px;
  width: 90%;
  margin: 5% auto 10%;
  text-align: center;
}

.seal_rally_seat p {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}

.nikukyu_line {
  max-width: 300px;
  width: 50%;
  margin: 10% auto;
}

.img-line-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0.5em 0;
}

.img-line-text {
  display: inline-block;
  padding: 0 1em;
  background: #fff; /* 背景色で画像を隠す */
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: #E72326;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .img-line-text {
  padding: 0 0.5em;
  font-size: 24px;
}
}

/* 疑似要素で両端に画像を伸ばす */
.img-line-wrap::before,
.img-line-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 24px; /* 画像の高さに合わせて調整 */
  background-repeat: repeat-x;
  background-size: auto 100%;
  transform: translateY(-50%);
  z-index: 0;
}

/* 左端 */
.img-line-wrap::before {
  right: 50%;
  left: 0;
  background-image: url("../img/bone_line_l.png");
  background-position: right center;
  margin-right: 8em;
}

/* 右端 */
.img-line-wrap::after {
  left: 50%;
  right: 0;
  background-image: url("../img/bone_line.png");
  background-position: left center;
  margin-left: 8em;
}
@media screen and (max-width: 767px) {
/* 左端 */
.img-line-wrap::before {
  margin-right: 4em;
}

/* 右端 */
.img-line-wrap::after {
  margin-left: 4em;
}
}

.commingsoon {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 10%;
  text-align: center;
}

.campagin_atte {
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
.campagin_atte {
  font-size: 14px;
}
}

.cp_end {
    text-align: center;
    max-width: 700px;
    height: 250px;
    background-color: #2359C5;
    padding: 20px;
    margin: 100px auto;
}

@media screen and (max-width: 767px) {
    .cp_end {
        width: 90%;
        height: 200px;
        margin: 60px auto;
    }
}

.cp_end_inner {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    margin: auto;
    border: #fff solid 3px;
}
@media screen and (max-width: 767px) {
    .cp_end_inner {
        font-size: 1.1em;
        border: #fff solid 2px;
    }
}

.cp_end_inner p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
