@charset "UTF-8";
@keyframes bound {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  8% {
    transform: scale(1.1);
    opacity: 1;
  }
  17% {
    transform: scale(1.332);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    transform: scale(1.2);
    opacity: 1;
  }
  68% {
    transform: scale(1);
    opacity: 1;
  }
  84% {
    transform: scale(1.03525);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  5% {
    opacity: 0.3;
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_sp {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_02 {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes text_anime_left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes text_anime_right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
main {
  background: #F7F0D8;
}
main .bg_cloud::after {
  top: min(23.438vw, 240px);
}
@media only screen and (max-width: 768px) {
  main .bg_cloud::after {
    top: 95vw;
  }
}
main .bg_cloud > .inner {
  max-width: 1060px;
  padding: 0 min(2.93vw, 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main .bg_cloud > .inner {
    width: 100%;
    padding: 0 7.692vw;
  }
}
main .special {
  position: relative;
  padding: min(0vw, 0px) 0 min(10.742vw, 110px);
}
@media only screen and (max-width: 768px) {
  main .special {
    padding-bottom: 24.359vw;
  }
}
main .special .inner {
  position: relative;
  z-index: 1;
}
main .special_tab {
  margin-bottom: min(9.766vw, 100px);
}
@media only screen and (max-width: 768px) {
  main .special_tab {
    margin-bottom: 17.949vw;
  }
}
main .special_tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.465vw, 15px) min(0.977vw, 10px);
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  main .special_tab_list {
    gap: 3.846vw 0;
    display: block;
  }
}
main .special_tab_list_item {
  position: relative;
  background: #fff;
  border: solid 2px #000;
  box-shadow: 4px 4px 0px 0 #000;
  cursor: pointer;
}
main .special_tab_list_item a {
  display: block;
  padding: min(1.465vw, 15px) 0 min(0.977vw, 10px);
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item a {
    padding: 1vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14.103vw;
  }
}
main .special_tab_list_item:nth-child(-n+3) {
  width: calc(33.3333333333% - min(0.977vw, 10px));
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item:nth-child(-n+3) {
    width: 100%;
  }
}
main .special_tab_list_item:nth-child(4), main .special_tab_list_item:nth-child(5) {
  width: min(36.719vw, 376px);
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item:nth-child(4), main .special_tab_list_item:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item {
    margin-bottom: 3.846vw;
  }
}
main .special_tab_list_item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(1.465vw, 15px);
  height: min(1.27vw, 13px);
  right: min(2.441vw, 25px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/special/arrow_btm.svg) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item::before {
    width: 3.333vw;
    right: 4vw;
    height: 3.333vw;
  }
}
main .special_tab_list_item span {
  display: inline-block;
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  main .special_tab_list_item span {
    font-size: 3.59vw;
  }
}
main .special_tab_list_item:hover {
  transform: translateY(0.3rem);
  box-shadow: 0 0 0 0;
  transition: 0.2s;
}
main .special_tab_list_item button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .special_tab_list_item button:hover {
  cursor: pointer;
}
main .special_ttl {
  position: relative;
  width: min(35.547vw, 364px);
  margin: 0 auto min(9.766vw, 100px);
}
@media only screen and (max-width: 768px) {
  main .special_ttl {
    position: initial;
    width: 55.385vw;
    margin: 0 auto 10.256vw;
  }
}
main .special_wrap {
  position: relative;
}
main .special_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  background: #EB1E00;
  width: 100%;
  height: 6px;
}
@media only screen and (max-width: 768px) {
  main .special_wrap::before {
    top: -3.077vw;
    height: 1.538vw;
  }
}
main .special_wrap_blc {
  position: relative;
  background: #fff;
  padding: min(7.813vw, 80px) min(4.883vw, 50px) min(4.883vw, 50px);
  border-top: 6px solid #00B68D;
  border-left: 2px solid #00B68D;
  border-right: 2px solid #00B68D;
  border-bottom: 2px solid #00B68D;
  margin-bottom: min(11.719vw, 120px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc {
    padding: 12.821vw 5.128vw 12.821vw;
    margin-bottom: 19.231vw;
    border-top: 1.538vw solid #00B68D;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b01 {
    padding-top: 17.949vw;
  }
}
main .special_wrap_blc.b01 .special_wrap_blc_unit_detail_cnt:first-child {
  padding: 0 min(8.789vw, 90px) min(0.977vw, 10px);
}
main .special_wrap_blc.b01 .special_wrap_blc_unit_detail_cnt:last-child {
  padding: min(0.977vw, 10px) min(8.789vw, 90px) 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b01 .special_wrap_blc_unit_detail_cnt:first-child {
    padding: 0 0 5.128vw;
  }
  main .special_wrap_blc.b01 .special_wrap_blc_unit_detail_cnt:last-child {
    padding: 5.128vw 0 0;
  }
}
main .special_wrap_blc.b02 {
  margin-bottom: min(4.883vw, 50px);
  padding-top: min(10.742vw, 110px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b02 {
    margin-bottom: 12.821vw;
    padding-top: 15.385vw;
  }
  main .special_wrap_blc.b02 .special_wrap_blc_ttl {
    font-size: 4.103vw;
    top: -11vw;
  }
}
main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt {
  padding: min(0.977vw, 10px) min(4.883vw, 50px) 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt:first-child {
    padding: 0 0 5.128vw;
  }
  main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt:last-child {
    padding: 5.128vw 0 0;
  }
  main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt .txt {
    padding: 3vw 0 0 3vw;
    font-size: 5.128vw;
  }
  main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt .txt span.f34 {
    font-size: 5.128vw;
  }
  main .special_wrap_blc.b02 .special_wrap_blc_unit_detail_cnt .txt span.week {
    width: 6.41vw;
    height: 6.41vw;
    letter-spacing: 0.1rem;
    font-size: 3.59vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_cnt {
  background: url(../img/special/bg01.png) no-repeat center top min(0vw, 0px), #FBF7EB;
  background-size: contain, cover;
  padding: min(5.859vw, 60px) min(0vw, 0px) min(5.859vw, 60px);
  margin-bottom: min(6.836vw, 70px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_cnt {
    background: url(../img/special/bg01_sp.png) no-repeat center bottom 7.692vw, #FBF7EB;
    background-size: 85% auto, cover;
    padding: 5.128vw 3.846vw 43.59vw;
    margin-bottom: 15.385vw;
    margin-top: 5.128vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl {
  margin-bottom: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl {
    margin-bottom: 5.128vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: min(4.688vw, 48px);
  font-weight: 800;
  line-height: 1.3;
  color: #008978;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3 {
    font-size: 6.154vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3::before {
  width: min(1.367vw, 14px);
  height: min(1.367vw, 14px);
  position: absolute;
  display: inline-block;
  content: "";
  background: #EB1E00;
  border-radius: 50%;
  left: min(-2.441vw, -25px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3::before {
    width: 2vw;
    height: 2vw;
    left: -5vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3::after {
  width: min(1.367vw, 14px);
  height: min(1.367vw, 14px);
  position: absolute;
  display: inline-block;
  content: "";
  background: #EB1E00;
  border-radius: 50%;
  right: min(-2.441vw, -25px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_ttl h3::after {
    width: 2vw;
    height: 2vw;
    right: -5vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4 {
  font-size: min(1.953vw, 20px);
  margin-bottom: min(0.977vw, 10px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4 {
    font-size: 3.59vw;
    margin-bottom: 5.128vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4 span {
  color: #008978;
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4 span.line {
  text-decoration-line: underline;
  text-decoration-color: #FFECBF;
  text-decoration-thickness: 7px;
  text-underline-offset: 1px;
}
main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4.f26 {
  font-size: min(2.539vw, 26px);
  margin-top: min(2.93vw, 30px);
  margin-bottom: min(2.441vw, 25px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch_exp h4.f26 {
    font-size: 3.846vw;
    margin-top: 6.41vw;
    margin-bottom: 7.692vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch .ch_btn a {
  width: min(42.773vw, 438px);
  height: min(6.348vw, 65px);
  font-size: min(1.953vw, 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_ch .ch_btn a {
    width: 95%;
    height: 12.821vw;
    font-size: 3.59vw;
  }
}
main .special_wrap_blc.b03 .special_wrap_blc_ch .off a {
  border: 2px solid #A5A5A5;
  background: #E3E3E3;
  color: #6F6F6F;
  box-shadow: 4px 4px 0px 0px #A5A5A5;
  pointer-events: none;
}
main .special_wrap_blc.b03 .special_wrap_blc_ch .off a:hover {
  transform: none;
}
main .special_wrap_blc.b03 .special_wrap_blc_ch .off a::before {
  background: url(../img/icon_arrow_none.svg) no-repeat;
  background-size: contain;
}
main .special_wrap_blc.b03 .special_wrap_blc_image {
  width: min(48.828vw, 500px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b03 .special_wrap_blc_image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc.b05 {
    padding-top: 20.513vw;
  }
}
main .special_wrap_blc_ttl {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: solid 2px #fff;
  outline-offset: -8px;
  padding: min(0.977vw, 10px) min(5.371vw, 55px) min(1.465vw, 15px);
  font-size: min(3.516vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  background: #EB1E00;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_ttl {
    width: 75.641vw;
    outline-offset: -2.051vw;
    height: auto;
    font-size: 4.615vw;
    top: -14.103vw;
    padding: 3.5vw 0;
  }
  main .special_wrap_blc_ttl.lh1 {
    top: -9vw;
    padding: 5vw 0;
  }
}
main .special_wrap_blc_sche_thum {
  width: min(48.828vw, 500px);
  margin: 0 auto min(5.859vw, 60px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_sche_thum {
    width: 100%;
    margin-bottom: 15.385vw;
  }
}
main .special_wrap_blc_stamp {
  background: #FBF7EB;
  margin-top: min(5.859vw, 60px);
  padding: min(4.883vw, 50px) min(4.883vw, 50px) min(0.977vw, 10px);
  margin-bottom: min(7.813vw, 80px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp {
    margin: 7.692vw 0 15.385vw;
    padding: 7.692vw 5.128vw;
  }
}
main .special_wrap_blc_stamp_ttl {
  width: 100%;
  padding: 3px 0;
  font-size: min(2.734vw, 28px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto min(1.953vw, 20px);
  background: #00B68D;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_ttl {
    margin: 0vw 0 5.128vw;
    padding: 0.5vw 0;
    font-size: 3.59vw;
  }
}
main .special_wrap_blc_stamp_top {
  padding-bottom: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top {
    padding-bottom: 7.692vw;
  }
}
main .special_wrap_blc_stamp_top_day {
  margin: 0 auto min(0vw, 0px);
}
main .special_wrap_blc_stamp_top_day .txt {
  display: inline-block;
  font-size: min(4.297vw, 44px);
  font-weight: bold;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top_day .txt {
    font-size: 5.128vw;
    line-height: 1.3;
    white-space: wrap;
    letter-spacing: -0.05rem;
    text-align: center;
  }
}
main .special_wrap_blc_stamp_top_day .txt span.f34 {
  font-size: min(3.32vw, 34px);
  margin-right: 3px;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top_day .txt span.f34 {
    font-size: 5.128vw;
    margin-right: 0;
  }
}
main .special_wrap_blc_stamp_top_day .txt span.nami {
  font-size: min(1.953vw, 20px);
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px 7px;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top_day .txt span.nami {
    font-size: 3.59vw;
    margin: 0vw 1vw 1.5vw 0;
  }
}
main .special_wrap_blc_stamp_top_day .txt span.week {
  display: inline-block;
  vertical-align: middle;
  font-size: min(1.367vw, 14px);
  font-weight: normal;
  color: #fff;
  width: min(2.93vw, 30px);
  height: min(2.93vw, 30px);
  margin: 0 5px min(0.781vw, 8px);
  text-align: center;
  border-radius: 100%;
  background: #EB1E00;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top_day .txt span.week {
    font-size: 3.59vw;
    width: 6.41vw;
    height: 6.41vw;
    font-weight: bold;
    margin: 0 1vw 1vw;
    line-height: 1.6;
  }
}
main .special_wrap_blc_stamp_top_day_exp p {
  font-size: min(1.563vw, 16px);
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_top_day_exp p {
    font-size: 3.077vw;
    padding: 3.846vw 0 0;
  }
}
main .special_wrap_blc_stamp_btm {
  padding: min(0vw, 0px) min(0.977vw, 10px) min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm {
    padding: 0;
  }
}
main .special_wrap_blc_stamp_btm_place {
  margin-bottom: min(2.93vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place {
    margin-bottom: 12.821vw;
  }
  main .special_wrap_blc_stamp_btm_place.mb0 {
    margin-bottom: 0;
  }
}
main .special_wrap_blc_stamp_btm_place.mb50 {
  margin-bottom: min(4.883vw, 50px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place.mb50 {
    margin-bottom: 12.821vw;
  }
}
main .special_wrap_blc_stamp_btm_place_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex {
    display: block;
  }
}
main .special_wrap_blc_stamp_btm_place_flex_txt .name {
  position: relative;
  font-size: min(2.148vw, 22px);
  padding-left: min(2.441vw, 25px);
  color: #008978;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_txt .name {
    font-size: 4.615vw;
    line-height: 1.2;
    padding-left: 6vw;
    margin-bottom: 3vw;
  }
}
main .special_wrap_blc_stamp_btm_place_flex_txt .name::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../img/icon_map.svg) no-repeat center;
  background-size: contain;
  width: min(1.563vw, 16px);
  height: min(2.441vw, 25px);
  left: min(0vw, 0px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_txt .name::before {
    width: 3.846vw;
    height: 6.41vw;
  }
}
main .special_wrap_blc_stamp_btm_place_flex_txt .address {
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_txt .address {
    padding-left: 6vw;
    font-size: 3.59vw;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_txt_list {
    margin-top: 3vw;
  }
}
main .special_wrap_blc_stamp_btm_place_flex_txt_list li {
  font-size: min(1.367vw, 14px);
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_txt_list li {
    font-size: 3.077vw;
    padding-left: 6vw;
  }
}
main .special_wrap_blc_stamp_btm_place_flex_btn .btn_style-02_wrap_green a {
  width: min(23.438vw, 240px);
  height: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_stamp_btm_place_flex_btn .btn_style-02_wrap_green a {
    width: 100%;
    height: 12.821vw;
    margin-top: 5.128vw;
  }
}
main .special_wrap_blc_photospot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(4.883vw, 50px);
  padding: min(0vw, 0px) 0 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot {
    display: block;
    margin-top: 0vw;
  }
}
main .special_wrap_blc_photospot_thum {
  position: relative;
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_thum {
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
main .special_wrap_blc_photospot_exp {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_exp {
    width: 100%;
  }
}
main .special_wrap_blc_photospot_exp::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  width: 49%;
  height: 2px;
  background: #00B68D;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_exp::before {
    display: none;
  }
}
main .special_wrap_blc_photospot_exp::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  right: 0;
  width: 49%;
  height: 2px;
  background: #00B68D;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_exp::after {
    display: none;
  }
}
main .special_wrap_blc_photospot_exp_detail_blc {
  padding: 0 min(2.93vw, 30px);
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_exp_detail_blc {
    padding: 7.692vw 3.846vw;
    border-bottom: solid 2px #00B68D;
    border-top: solid 2px #00B68D;
  }
}
main .special_wrap_blc_photospot_exp_detail_blc p {
  font-weight: bold;
  font-size: min(1.953vw, 20px);
}
main .special_wrap_blc_photospot_exp_detail_blc p span {
  color: #008978;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_photospot_exp_detail_blc p {
    font-size: 4.103vw;
  }
}
main .special_wrap_blc_head {
  border-bottom: solid 2px #E7E7E7;
  padding-bottom: min(1.465vw, 15px);
  margin-bottom: min(2.93vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head {
    position: relative;
    padding-bottom: 2.564vw;
    margin-bottom: 5.128vw;
  }
}
main .special_wrap_blc_head .icon {
  vertical-align: baseline;
  display: inline-block;
}
main .special_wrap_blc_head .icon.i_1 {
  width: min(3.516vw, 36px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head .icon.i_1 {
    width: 7.692vw;
    vertical-align: text-bottom;
    position: relative;
    left: -1vw;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head .icon.i_3 {
    position: relative;
    width: 7.692vw;
    left: -1vw;
    bottom: 4vw;
  }
}
main .special_wrap_blc_head .icon.i_4 {
  width: min(3.516vw, 36px);
  bottom: min(0.684vw, 7px);
  margin-right: 3px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head .icon.i_4 {
    width: 8.974vw;
    left: -1vw;
    bottom: 1.7vw;
    margin-right: 0;
  }
}
main .special_wrap_blc_head h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto min(0.977vw, 10px);
  font-size: min(2.93vw, 30px);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head h3 {
    position: initial;
    margin-bottom: 1vw;
    font-size: 6.154vw;
    line-height: 1.2;
  }
  main .special_wrap_blc_head h3.head_1::before {
    width: 5vw;
    height: 5vw;
    left: 10vw;
  }
  main .special_wrap_blc_head h3.head_1::after {
    width: 5vw;
    height: 5vw;
    right: 10vw;
  }
  main .special_wrap_blc_head h3.head_2::before {
    left: 2vw;
    top: 6vw;
  }
  main .special_wrap_blc_head h3.head_2::after {
    right: 2vw;
    top: 6vw;
  }
  main .special_wrap_blc_head h3.head_3 {
    position: relative;
  }
  main .special_wrap_blc_head h3.head_3::before {
    width: 5vw;
    height: 5vw;
    left: -18vw;
    top: 1vw;
  }
  main .special_wrap_blc_head h3.head_3::after {
    width: 5vw;
    height: 5vw;
    right: -7vw;
    top: 1vw;
  }
}
main .special_wrap_blc_head h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(3.613vw, 37px);
  height: min(3.516vw, 36px);
  left: -95px;
  top: -3px;
  background: url(../img/kira_le.png) no-repeat center;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head h3::before {
    width: 3.59vw;
    height: 3.59vw;
    top: 2vw;
    left: -1vw;
  }
}
main .special_wrap_blc_head h3::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(3.613vw, 37px);
  height: min(3.516vw, 36px);
  right: -55px;
  top: -3px;
  background: url(../img/kira_ri.png) no-repeat center;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_head h3::after {
    width: 3.59vw;
    height: 3.59vw;
    top: 2vw;
    right: -1vw;
  }
}
main .special_wrap_blc_unit:not(:last-child) {
  margin-bottom: min(5.859vw, 60px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit:not(:last-child) {
    margin-bottom: 10.256vw;
  }
  main .special_wrap_blc_unit:not(:last-child).sp_mb60 {
    margin-bottom: 15.385vw;
  }
}
main .special_wrap_blc_unit:not(:last-child).mb40 {
  margin-bottom: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit:not(:last-child).mb40 {
    margin-bottom: 15.385vw;
  }
}
main .special_wrap_blc_unit_thum {
  width: min(24.414vw, 250px);
  margin: 0 auto min(5.859vw, 60px);
}
main .special_wrap_blc_unit_thum.p30 {
  padding: min(2.93vw, 30px) 0 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_thum.p30 {
    padding: 2vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_thum {
    width: 100%;
    margin-bottom: 10.256vw;
  }
}
main .special_wrap_blc_unit_thum .green {
  color: #008978;
}
main .special_wrap_blc_unit_ttl {
  width: min(28.125vw, 288px);
  height: min(5.664vw, 58px);
  font-size: min(2.344vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B68D;
  margin: min(0vw, 0px) auto min(2.93vw, 30px);
  border-radius: 100vh;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_ttl {
    width: 100%;
    height: 15.385vw;
    margin: 0vw auto 7.692vw;
    font-size: 6.154vw;
  }
}
main .special_wrap_blc_unit_exp_note p {
  font-size: min(1.563vw, 16px);
  margin-top: min(1.953vw, 20px);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_exp_note p {
    font-size: 3.59vw;
    margin-top: 5.128vw;
  }
}
main .special_wrap_blc_unit_exp p {
  font-size: min(1.953vw, 20px);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_exp p {
    font-size: 4.103vw;
  }
  main .special_wrap_blc_unit_exp p:not(:first-of-type) {
    margin-top: 3vw;
  }
}
main .special_wrap_blc_unit_exp p .green {
  color: #008978;
}
main .special_wrap_blc_unit_detail {
  padding: min(2.441vw, 25px) min(4.883vw, 50px) min(2.93vw, 30px);
  background: #FBF7EB;
  margin-bottom: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail {
    padding: 7.692vw 5.128vw;
    margin-bottom: 7.692vw;
  }
}
main .special_wrap_blc_unit_detail_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_flex {
    display: block;
  }
}
main .special_wrap_blc_unit_detail_flex > div:first-child {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_flex > div:first-child {
    width: 100%;
  }
}
main .special_wrap_blc_unit_detail_flex > div:last-child {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_flex > div:last-child {
    width: 100%;
  }
}
main .special_wrap_blc_unit_detail_cnt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 min(1.953vw, 20px);
  padding: min(0.977vw, 10px) 0 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt {
    display: block;
  }
}
main .special_wrap_blc_unit_detail_cnt.top {
  align-items: flex-start;
  padding-top: min(2.93vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt.top {
    padding-top: 0;
  }
}
main .special_wrap_blc_unit_detail_cnt.top .head {
  width: min(10.938vw, 112px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt.top .head {
    width: 100%;
  }
}
main .special_wrap_blc_unit_detail_cnt.top .txt_green {
  font-size: min(2.344vw, 24px);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt.top .txt_green {
    font-size: 4.103vw;
    text-align: left;
  }
}
main .special_wrap_blc_unit_detail_cnt:first-child {
  border-bottom: solid 2px #E7E7E7;
}
main .special_wrap_blc_unit_detail_cnt .head {
  width: min(9.961vw, 102px);
  height: min(3.516vw, 36px);
  padding-bottom: min(0.195vw, 2px);
  font-size: min(1.758vw, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #00B68D;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #008978;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .head {
    min-width: 100%;
    height: 7.692vw;
    font-size: 3.59vw;
    margin-bottom: 2vw;
    padding-bottom: 1px;
  }
}
main .special_wrap_blc_unit_detail_cnt .txt {
  font-size: min(4.297vw, 44px);
  font-weight: bold;
  letter-spacing: -0.1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt.text_center {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt {
    font-size: 7.692vw;
    line-height: 1.3;
    white-space: wrap;
    text-align: left;
    padding: 0 5.128vw;
  }
}
main .special_wrap_blc_unit_detail_cnt .txt_green {
  font-size: min(2.539vw, 26px);
  font-weight: bold;
  text-align: left;
  color: #008978;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt_green {
    font-size: 5.128vw;
    text-align: center;
  }
}
main .special_wrap_blc_unit_detail_cnt .txt span.f34 {
  font-size: min(3.32vw, 34px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt span.f34 {
    font-size: 7.692vw;
  }
}
main .special_wrap_blc_unit_detail_cnt .txt span.f22 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  font-size: min(2.148vw, 22px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt span.f22 {
    font-size: 5.128vw;
  }
}
main .special_wrap_blc_unit_detail_cnt .txt span.week {
  display: inline-block;
  vertical-align: middle;
  font-size: min(1.367vw, 14px);
  font-weight: normal;
  color: #fff;
  width: min(2.93vw, 30px);
  height: min(2.93vw, 30px);
  margin: 0 5px min(0.781vw, 8px);
  text-align: center;
  border-radius: 100%;
  background: #EB1E00;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_detail_cnt .txt span.week {
    font-size: 3.59vw;
    width: 7.179vw;
    height: 7.179vw;
    font-weight: bold;
    margin: 0 1vw 2vw;
    line-height: 1.7;
  }
}
main .special_wrap_blc_unit_frame {
  padding: min(3.906vw, 40px) min(2.93vw, 30px);
  background: #FBF7EB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(3.906vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_frame {
    display: block;
    padding: 5.128vw;
    margin-top: 7.692vw;
  }
}
main .special_wrap_blc_unit_frame_item {
  background: #fff;
  width: 47.5%;
  border: solid 2px #00B68D;
}
main .special_wrap_blc_unit_frame_item:first-of-type {
  position: relative;
}
main .special_wrap_blc_unit_frame_item:first-of-type::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(2.148vw, 22px);
  height: min(2.148vw, 22px);
  right: -8.5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/special/i01.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_frame_item:first-of-type::before {
    width: 5.641vw;
    height: 5.641vw;
    bottom: -8.205vw;
    top: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_frame_item {
    width: 100%;
  }
  main .special_wrap_blc_unit_frame_item:first-of-type {
    margin-bottom: 10.256vw;
  }
}
main .special_wrap_blc_unit_frame_item_ttl {
  text-align: center;
  padding: min(0.488vw, 5px) 0;
  font-size: min(1.953vw, 20px);
  font-weight: 700;
  color: #fff;
  background: #00B68D;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit_frame_item_ttl {
    padding: 2vw;
    line-height: 1.3;
    font-size: 4.615vw;
  }
}
main .special_wrap_blc_unit .map_area {
  padding: min(0.977vw, 10px);
  background: #F8F8F8;
  margin-bottom: min(1.953vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area {
    padding: 6.41vw;
    margin-bottom: 7.692vw;
  }
}
main .special_wrap_blc_unit .map_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_flex {
    display: block;
  }
}
main .special_wrap_blc_unit .map_area_flex_left {
  width: calc(100% - min(21.484vw, 220px));
  padding: min(0.977vw, 10px) 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_flex_left {
    width: 100%;
  }
}
main .special_wrap_blc_unit .map_area_flex_left p .green {
  color: #008978;
}
main .special_wrap_blc_unit .map_area_flex_left p.f16 {
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_flex_left p.f16 {
    font-size: 4.103vw;
    text-align: left;
  }
}
main .special_wrap_blc_unit .map_area_flex_left p.f12 {
  font-size: min(1.172vw, 12px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_flex_left p.f12 {
    font-size: 3.077vw;
    text-align: left;
    margin: 3vw 0 5vw;
  }
}
main .special_wrap_blc_unit .map_area_flex_right {
  width: min(21.484vw, 220px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_flex_right {
    width: 100%;
  }
}
main .special_wrap_blc_unit .map_area_blc {
  position: relative;
  padding-top: min(7.813vw, 80px); /* 4:3 アスペクト比 */
  height: 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_blc {
    padding-top: 23.077vw;
  }
}
main .special_wrap_blc_unit .map_area_blc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .special_wrap_blc_unit .map_area_btn .btn_style-02_wrap_green {
  width: min(23.438vw, 240px);
  height: min(4.883vw, 50px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .map_area_btn .btn_style-02_wrap_green {
    width: 61.538vw;
    height: 12.821vw;
  }
  main .special_wrap_blc_unit .map_area_btn .btn_style-02_wrap_green a {
    font-size: 3.59vw;
  }
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green {
  width: min(42.969vw, 440px);
  height: min(6.348vw, 65px);
  margin: 0 auto;
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green a {
  font-size: min(1.953vw, 20px);
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green a::before {
  right: min(0.977vw, 10px);
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green {
    width: 61.538vw;
    height: 12.821vw;
  }
  main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green a {
    font-size: 3.59vw;
  }
  main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green a::before {
    right: 3vw;
  }
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green .btn_style-02.no_link {
  border: 2px solid #A5A5A5;
  background: #E3E3E3;
  color: #6F6F6F;
  box-shadow: 4px 4px 0px 0px #A5A5A5;
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green .btn_style-02.no_link:hover {
  cursor: initial;
  transform: none;
  box-shadow: 4px 4px 0px 0px #A5A5A5;
}
main .special_wrap_blc_unit .ticket_btn .btn_style-02_wrap_green .btn_style-02.no_link::before {
  display: none;
}
main .special_wrap_blc_mogily {
  width: min(65.43vw, 670px);
  margin: min(2.93vw, 30px) auto 0;
}
@media only screen and (max-width: 768px) {
  main .special_wrap_blc_mogily {
    width: 100%;
    margin: 5.128vw auto 15.385vw;
  }
}
main .special .btn_style-02_wrap {
  width: min(33.203vw, 340px);
  height: min(5.859vw, 60px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main .special .btn_style-02_wrap {
    width: 100%;
    height: 15.385vw;
  }
}