@-webkit-keyframes rotate-z {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotate-z {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.332);
            transform: scale(1.332);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.332);
            transform: scale(1.332);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  5% {
    opacity: 0.3;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pop_02 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop_02 {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes text_anime_left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes text_anime_left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@-webkit-keyframes text_anime_right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
@keyframes text_anime_right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  35% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  35% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes arrow-sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 1vw);
            transform: translate(0px, 1vw);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrow-sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 1vw);
            transform: translate(0px, 1vw);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mv .mv_wrap {
    padding-top: 14.103vw;
  }
}
#mv .mv_logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  #mv .mv_logo {
    display: block;
    position: absolute;
    width: 23.59vw;
    top: 5.128vw;
    left: 5.128vw;
  }
}
#mv picture {
  display: block;
}
#mv .mv_scroll_down {
  position: absolute;
  bottom: 0;
  left: min(1.818vw, 20px);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #mv .mv_scroll_down {
    left: 2.5vw;
    bottom: 2vw;
  }
}
#mv .mv_scroll_down_wrap {
  width: min(19.091vw, 210px);
  height: min(19.091vw, 210px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mv .mv_scroll_down_wrap {
    width: 20.513vw;
    height: 20.513vw;
  }
}
#mv .mv_scroll_down_wrap picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  -webkit-animation: arrow 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
          animation: arrow 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
}
@media only screen and (max-width: 768px) {
  #mv .mv_scroll_down_wrap picture {
    -webkit-animation: arrow-sp 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
            animation: arrow-sp 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
  }
}
#mv .mv_scroll_down_wrap::before {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/scrolldown.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  -webkit-animation: rotate-z 25s linear infinite;
          animation: rotate-z 25s linear infinite;
}
@media only screen and (max-width: 768px) {
  #mv .mv_scroll_down_wrap::before {
    background: url("../img/scrolldown_sp.png") no-repeat center top;
    background-size: contain;
  }
}

main {
  background: #FFF3E3;
}
main .content {
  position: relative;
  z-index: 1;
  background: url("../img/about_bg.png") no-repeat center top min(-1.818vw, -20px);
  background-size: min(200vw, 2200px) auto;
}
@media only screen and (max-width: 768px) {
  main .content {
    background: url("../img/about_bg_sp.png") no-repeat center top;
    background-size: 100vw auto;
  }
}
@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes MoveRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveRight2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveRight2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
main .ticket {
  border-top: solid 10px #C1121E;
  border-bottom: solid 10px #C1121E;
}
@media only screen and (max-width: 768px) {
  main .ticket {
    border-top: solid 5px #C1121E;
    border-bottom: solid 5px #C1121E;
  }
}
main .ticket .text_anime {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .ticket .text_anime.right .text_anime_loop:nth-child(odd) {
  -webkit-animation: MoveRight 20s -10s infinite linear both;
          animation: MoveRight 20s -10s infinite linear both;
}
main .ticket .text_anime.right .text_anime_loop:nth-child(even) {
  -webkit-animation: MoveRight2 20s infinite linear both;
          animation: MoveRight2 20s infinite linear both;
}
main .ticket .text_anime.left .text_anime_loop:nth-child(odd) {
  -webkit-animation: MoveLeft 20s -10s infinite linear both;
          animation: MoveLeft 20s -10s infinite linear both;
}
main .ticket .text_anime.left .text_anime_loop:nth-child(even) {
  -webkit-animation: MoveLeft2 20s infinite linear both;
          animation: MoveLeft2 20s infinite linear both;
}
main .ticket .text_anime_loop {
  white-space: nowrap;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(5.455vw, 60px);
  padding-left: min(1.818vw, 20px);
  font-family: "Reem Kufi", sans-serif;
  color: #C1121E;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  main .ticket .text_anime_loop {
    font-size: 7.692vw;
    padding-left: 3vw;
    line-height: 1.5;
  }
}
@-webkit-keyframes MoveLeft02-1 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes MoveLeft02-1 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes MoveLeft02-2 {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes MoveLeft02-2 {
  from {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes MoveRight02-1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveRight02-1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveRight02-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveRight02-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
main .member .text_anime-02 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C1121E;
  padding: min(0.636vw, 7px) 0;
}
main .member .text_anime-02.right .text_anime-02_loop:nth-child(odd) {
  -webkit-animation: MoveRight02-1 20s -10s infinite linear both;
          animation: MoveRight02-1 20s -10s infinite linear both;
}
main .member .text_anime-02.right .text_anime-02_loop:nth-child(even) {
  -webkit-animation: MoveRight02-2 20s infinite linear both;
          animation: MoveRight02-2 20s infinite linear both;
}
main .member .text_anime-02.left .text_anime-02_loop:nth-child(odd) {
  -webkit-animation: MoveLeft02-1 20s -10s infinite linear both;
          animation: MoveLeft02-1 20s -10s infinite linear both;
}
main .member .text_anime-02.left .text_anime-02_loop:nth-child(even) {
  -webkit-animation: MoveLeft02-2 20s infinite linear both;
          animation: MoveLeft02-2 20s infinite linear both;
}
main .member .text_anime-02_loop {
  white-space: nowrap;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(3.273vw, 36px);
  padding-left: min(1.818vw, 20px);
  font-family: "Reem Kufi", sans-serif;
  color: #EAB6AB;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  main .member .text_anime-02_loop {
    font-size: 6.667vw;
    padding-left: 3vw;
  }
}
main .about {
  position: relative;
  padding: min(27.273vw, 300px) 0 min(11.818vw, 130px);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  main .about {
    padding: 25.641vw 0 0;
  }
}
main .about_ttl {
  width: 100%;
  padding: 0 min(9.091vw, 100px) 0 min(13.273vw, 146px);
  margin: 0 auto min(5.455vw, 60px);
}
main .about_ttl.on {
  -webkit-animation: 0.6s 0s linear bound forwards;
          animation: 0.6s 0s linear bound forwards;
  -webkit-animation-delay: 0.2;
          animation-delay: 0.2;
}
@media only screen and (max-width: 768px) {
  main .about_ttl.on {
    -webkit-animation-delay: 0.1;
            animation-delay: 0.1;
  }
}
@media only screen and (max-width: 768px) {
  main .about_ttl {
    padding: 0;
    width: 100%;
    margin-bottom: 10.256vw;
  }
}
main .about_copy {
  position: relative;
}
main .about_copy-01 {
  width: min(76.636vw, 843px);
  margin: 0 auto min(7.273vw, 80px);
}
@media only screen and (max-width: 768px) {
  main .about_copy-01 {
    width: 100%;
    margin-bottom: 10.256vw;
  }
}
main .about_copy-02 {
  width: min(63.636vw, 700px);
  margin: 0 auto min(7.727vw, 85px);
}
@media only screen and (max-width: 768px) {
  main .about_copy-02 {
    width: 67.179vw;
    margin-bottom: 8.974vw;
  }
}
main .about .btn_style-01 a {
  width: min(47.636vw, 524px);
  height: min(5.818vw, 64px);
  padding-right: min(1.364vw, 15px);
  font-size: min(2.364vw, 26px);
}
@media only screen and (max-width: 768px) {
  main .about .btn_style-01 a {
    width: 80.769vw;
    height: 10.256vw;
    font-size: 4.103vw;
    padding: 1vw 5vw 2vw 0;
  }
  main .about .btn_style-01 a::before {
    right: 4vw;
    width: 2vw;
    height: 3vw;
  }
}
main .about .btn_style-01 a span.en {
  letter-spacing: -0.3rem;
  padding: 0 3px;
}
@media only screen and (max-width: 768px) {
  main .about .btn_style-01 a span.en {
    padding: 0 3px 0 0;
  }
}
main .news {
  position: relative;
  padding: min(0vw, 0px) 0 min(10vw, 110px);
}
@media only screen and (max-width: 768px) {
  main .news {
    padding: 12.821vw 0 15.385vw;
  }
}
main .news_ttl {
  width: min(20vw, 220px);
  padding: min(5.455vw, 60px) 0 0;
  margin: 0 auto min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  main .news_ttl {
    position: relative;
    bottom: -4vw;
    z-index: 1;
    width: 28.205vw;
    padding: 7.692vw 0 0;
  }
}
main .news_ttl_wrap {
  position: relative;
  margin: 0 auto;
  width: min(43.636vw, 480px);
  border-radius: 50%/100% 100% 0 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  main .news_ttl_wrap {
    width: 48.718vw;
    border-radius: 0;
    background: none;
  }
  main .news_ttl_wrap::before {
    width: 48.718vw;
    height: 17.949vw;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url("../img/news_ttl_bg.png") no-repeat center bottom;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
  }
}
main .news_wrap {
  background: #fff;
  border-radius: min(2.727vw, 30px);
  padding: min(4.545vw, 50px) min(8.182vw, 90px) min(6.364vw, 70px);
  -webkit-box-shadow: 0px 10px 0px 0px #EAB6AB;
          box-shadow: 0px 10px 0px 0px #EAB6AB;
}
@media only screen and (max-width: 768px) {
  main .news_wrap {
    padding: 0 5.128vw 7.692vw;
    border-radius: 7.692vw;
    -webkit-box-shadow: 0px 6px 0px 0px #EAB6AB;
            box-shadow: 0px 6px 0px 0px #EAB6AB;
  }
}
main .news_block {
  width: 100%;
  margin: 0 auto;
  border-bottom: dotted 2px #C1121E;
  text-align: left;
}
main .news_block:not(:last-of-type) {
  margin-bottom: min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .news_block:not(:last-of-type) {
    margin-bottom: 3.846vw;
  }
}
main .news_block.active .news_block_ttl_txt .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
main .news_block_ttl {
  position: relative;
  background: #fff;
  color: #000;
  gap: 0 min(3.182vw, 35px);
  padding: min(1.364vw, 15px) min(0vw, 0px) min(1.182vw, 13px) min(18.182vw, 200px);
}
main .news_block_ttl:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  main .news_block_ttl {
    display: block;
    padding: 8.974vw 17.949vw 2.564vw 0vw;
  }
}
main .news_block_ttl_day {
  position: absolute;
  left: 0;
  bottom: min(1.182vw, 13px);
  width: min(14.545vw, 160px);
  background: #C1121E;
}
@media only screen and (max-width: 768px) {
  main .news_block_ttl_day {
    position: initial;
    width: 23.077vw;
    margin-bottom: 2vw;
  }
}
main .news_block_ttl_day p {
  font-size: min(1.909vw, 21px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  main .news_block_ttl_day p {
    font-size: 3.59vw;
    line-height: 1.4;
    padding-bottom: 0.5vw;
  }
}
main .news_block_ttl_txt p {
  font-size: min(1.455vw, 16px);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .news_block_ttl_txt p {
    font-size: 3.846vw;
    line-height: 1.3;
  }
}
main .news_block_ttl_txt .icon_wrap {
  position: absolute;
  width: min(2.727vw, 30px);
  height: min(2.727vw, 30px);
  right: min(2.727vw, 30px);
  padding: min(0.364vw, 4px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: solid 2px #C1121E;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  main .news_block_ttl_txt .icon_wrap {
    width: 6.154vw;
    height: 6.154vw;
    right: 1vw;
    padding: 1vw;
    top: initial;
    bottom: 5vw;
  }
}
main .news_block_ttl_txt .icon_wrap .icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
main .news_block_ttl_txt .icon_wrap .icon:hover {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
main .news_block_ttl_txt .icon_wrap .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #C1121E;
  display: inline-block;
}
main .news_block_ttl_txt .icon_wrap .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #C1121E;
  display: inline-block;
  will-change: transform;
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
main .news_block_cnt {
  display: none;
  padding: min(0vw, 0px) min(8.182vw, 90px) min(1.818vw, 20px) min(18.182vw, 200px);
}
@media only screen and (max-width: 768px) {
  main .news_block_cnt {
    padding: 0vw 5.128vw 3vw 0;
  }
}
main .news_block_cnt p {
  font-weight: 500;
}
main .news_block_cnt p.f14 {
  font-size: min(1.273vw, 14px);
}
main .news_block_cnt p.f14.mb30 {
  margin-bottom: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .news_block_cnt p.f14.mb30 {
    margin-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 768px) {
  main .news_block_cnt p.f14 {
    font-size: 3.59vw;
    line-height: 1.4;
  }
}
main .news_block_cnt p.f12 {
  line-height: 1.5;
  font-size: min(1.091vw, 12px);
}
main .news_block_cnt p.f12.mb20 {
  margin-bottom: min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .news_block_cnt p.f12.mb20 {
    margin-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 768px) {
  main .news_block_cnt p.f12 {
    font-size: 3.077vw;
  }
}
main .news_block_cnt p a {
  border-bottom: solid 1px #C1121E;
  color: #C1121E;
  font-weight: bold;
}
main .caravan {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main .caravan {
    position: relative;
    padding-top: 17.949vw;
  }
  main .caravan::before {
    width: 93.846vw;
    height: 50.769vw;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    right: 0;
    top: 0vw;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
    background: url(../img/caravan_title_bg_sp.png) no-repeat center;
    background-size: contain;
  }
}
main .caravan_bg {
  background: #FAD8D1;
  border-radius: 50% 50% 0 0/360px 360px 0 0;
  padding: min(9.091vw, 100px) 0 min(7.818vw, 86px);
  margin: 16px -200px 0;
}
@media only screen and (max-width: 768px) {
  main .caravan_bg {
    border-radius: 0;
    padding: 0vw 0 15.385vw;
    margin: 0;
  }
  main .caravan_bg::before {
    width: 100vw;
    height: 17.949vw;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    right: 0;
    top: 1vw;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
    background: url(../img/caravan_bg_sp.png) no-repeat center;
    background-size: contain;
  }
}
main .caravan_ttl {
  position: relative;
  width: min(44.182vw, 486px);
  margin: 0 auto min(6vw, 66px);
}
main .caravan_ttl::before {
  width: min(31.545vw, 347px);
  height: min(61.455vw, 676px);
  position: absolute;
  display: inline-block;
  content: "";
  top: -9%;
  left: -82%;
  background: url(../img/caravan_photo01.png) no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  main .caravan_ttl::before {
    width: 100vw;
    height: 55.897vw;
    right: 0vw;
    left: initial;
    top: 70vw;
    background: url(../img/caravan_photo_sp.png) no-repeat center;
    background-size: contain;
  }
}
main .caravan_ttl::after {
  width: min(33vw, 363px);
  height: min(60.091vw, 661px);
  position: absolute;
  display: inline-block;
  content: "";
  top: -9%;
  right: -82%;
  background: url(../img/caravan_photo02.png) no-repeat center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  main .caravan_ttl::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  main .caravan_ttl {
    position: initial;
    width: 57.436vw;
    margin-bottom: 8.974vw;
  }
}
main .caravan_lead_ttl {
  width: min(36.364vw, 400px);
  margin: 0 auto min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .caravan_lead_ttl {
    width: 64.103vw;
    margin-bottom: 2.564vw;
  }
}
main .caravan_lead_txt {
  font-size: min(2vw, 22px);
  color: #C1121E;
  font-weight: 700;
  margin: 0 auto min(5.455vw, 60px);
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main .caravan_lead_txt {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-bottom: 8.974vw;
  }
}
main .caravan_how {
  padding: min(2.727vw, 30px) min(9.091vw, 100px) min(5.455vw, 60px) min(5.909vw, 65px);
  background: url("../img/caravan_how.png") no-repeat center bottom;
  background-size: contain;
}
@media only screen and (max-width: 950px) {
  main .caravan_how {
    max-width: 950px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main .caravan_how {
    padding: 6.41vw 5.128vw 7.692vw 1.795vw;
    background: url("../img/caravan_how_sp.png") no-repeat center bottom;
    background-size: contain;
  }
}
main .caravan_how_ttl {
  width: min(26.182vw, 288px);
  margin: 0 auto min(3.636vw, 40px);
  font-size: min(3.273vw, 36px);
  color: #C1121E;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: double 4px #C1121E;
}
@media only screen and (max-width: 768px) {
  main .caravan_how_ttl {
    width: 41.026vw;
    margin-bottom: 0vw;
    font-size: 5.128vw;
  }
}
main .caravan_how_image {
  position: relative;
}
main .caravan_how_image_i {
  position: absolute;
}
main .caravan_how_image_i.i_1 {
  width: 15%;
  left: 31%;
  bottom: 15%;
}
@media only screen and (max-width: 768px) {
  main .caravan_how_image_i.i_1 {
    width: 23.077vw;
    bottom: initial;
    left: initial;
    top: 15vw;
    right: 7vw;
  }
}
main .caravan_how_image_i.i_2 {
  width: 12.5%;
  right: 2.8%;
  bottom: 12%;
}
@media only screen and (max-width: 768px) {
  main .caravan_how_image_i.i_2 {
    width: 18.974vw;
    bottom: 4.2vw;
    right: 6.3vw;
  }
}
main .ticket {
  background: #FFEBE6;
}
main .ticket .inner {
  padding: min(7.273vw, 80px) min(0vw, 0px) min(9.091vw, 100px);
}
@media only screen and (max-width: 768px) {
  main .ticket .inner {
    padding: 7.692vw 5.128vw 12.821vw;
  }
}
main .ticket_ttl {
  width: min(35.455vw, 390px);
  margin: 0 auto min(6.364vw, 70px);
}
@media only screen and (max-width: 768px) {
  main .ticket_ttl {
    width: 58.974vw;
    margin-bottom: 7.692vw;
  }
}
main .ticket_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(5.455vw, 60px) 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap {
    display: block;
    padding: 0 5.128vw;
  }
}
main .ticket_wrap_item {
  width: calc(50% - min(2.273vw, 25px));
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item {
    width: 100%;
  }
  main .ticket_wrap_item:not(:last-of-type) {
    margin-bottom: 7.692vw;
  }
}
main .ticket_wrap_item_image {
  margin-bottom: min(2.273vw, 25px);
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item_image {
    margin-bottom: 5vw;
  }
}
main .ticket_wrap_item_link:hover {
  opacity: 1;
}
main .ticket_wrap_item_link:hover .ticket_wrap_item_link_btn_wrap {
  opacity: 1;
  cursor: pointer;
  background: #fff;
}
main .ticket_wrap_item_link:hover .ticket_wrap_item_link_btn_wrap::before {
  background: #C1121E;
}
main .ticket_wrap_item_link:hover .ticket_wrap_item_link_btn_wrap span {
  color: #C1121E;
}
main .ticket_wrap_item_link:hover .ticket_wrap_item_image {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}
main .ticket_wrap_item_link .ticket_wrap_item_image {
  -webkit-box-shadow: min(0.909vw, 10px) min(0.909vw, 10px) 0px 0px #C0D6E9;
          box-shadow: min(0.909vw, 10px) min(0.909vw, 10px) 0px 0px #C0D6E9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item_link .ticket_wrap_item_image {
    -webkit-box-shadow: 5px 5px 0px 0px #C0D6E9;
            box-shadow: 5px 5px 0px 0px #C0D6E9;
  }
}
main .ticket_wrap_item_link_btn_wrap {
  position: relative;
  background: #C1121E;
  border: solid 2px #C1121E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 100vh;
  margin: 0 auto;
  width: min(37.273vw, 410px);
  height: min(5.273vw, 58px);
  padding-right: min(1.364vw, 15px);
  font-size: min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item_link_btn_wrap {
    width: 73.333vw;
    height: 9.231vw;
    padding: 0 3vw 0 0;
    font-size: 3.59vw;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
main .ticket_wrap_item_link_btn_wrap span {
  color: #fff;
}
main .ticket_wrap_item_link_btn_wrap::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(0.909vw, 10px);
  height: min(1.182vw, 13px);
  right: min(1.364vw, 15px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item_link_btn_wrap::before {
    width: 2vw;
    height: 2.5vw;
    right: 2vw;
  }
}
main .ticket_wrap_item .btn_style-01.off a {
  background: #D1D1D1;
  text-transform: uppercase;
  border: solid 1px #D1D1D1;
  font-size: min(2.182vw, 24px);
  letter-spacing: 0.1rem;
  padding-right: 0;
  width: min(37.273vw, 410px);
  height: min(5.273vw, 58px);
  padding-right: min(1.364vw, 15px);
  font-size: min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .ticket_wrap_item .btn_style-01.off a {
    width: 73.333vw;
    height: 9.231vw;
    padding: 0 3vw 1vw 0;
    font-size: 3.59vw;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
main .ticket_wrap_item .btn_style-01.off a::before {
  display: none;
}
main .ticket_wrap_item .btn_style-01.off a:hover {
  cursor: auto;
}
main .benefit {
  padding: min(8.182vw, 90px) min(0vw, 0px) min(10vw, 110px);
  background: #FAD8D1;
}
@media only screen and (max-width: 768px) {
  main .benefit {
    padding: 10.256vw 0 11.538vw;
  }
}
main .benefit_ttl {
  width: min(57.273vw, 630px);
  margin: 0 auto min(3.636vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .benefit_ttl {
    width: 71.795vw;
    margin-bottom: 3.846vw;
  }
}
main .benefit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.909vw, 10px) min(0vw, 0px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  main .benefit_wrap {
    display: block;
  }
}
main .benefit_wrap_item {
  width: calc(50% - min(1.364vw, 15px));
}
@media only screen and (max-width: 768px) {
  main .benefit_wrap_item {
    width: 100%;
    margin-bottom: 1vw;
  }
}
main .member {
  background: #FAD8D1;
  background: url("../img/back_white.png") repeat;
  background-size: 15px;
}
@media only screen and (max-width: 768px) {
  main .member {
    background-size: 3.2vw;
  }
}
main .member .inner {
  padding: min(8.182vw, 90px) min(0vw, 0px) min(9.091vw, 100px);
}
@media only screen and (max-width: 768px) {
  main .member .inner {
    padding: 10.256vw 5.128vw 10.256vw;
  }
}
main .member_ttl {
  width: min(70vw, 770px);
  margin: 0 auto min(6.818vw, 75px);
}
@media only screen and (max-width: 768px) {
  main .member_ttl {
    width: 100%;
    margin-bottom: 7.692vw;
  }
}
main .member__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .member__flex {
    display: block;
    padding: 0 5.128vw;
  }
}
main .member__flex:not(.mb80) {
  margin-bottom: min(3.636vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .member__flex:not(.mb80) {
    margin-bottom: 0vw;
  }
}
main .member__flex.mb80 {
  margin-bottom: min(7.273vw, 80px);
}
@media only screen and (max-width: 768px) {
  main .member__flex.mb80 {
    margin-bottom: 10.256vw;
  }
}
@media only screen and (max-width: 768px) {
  main .member_block {
    margin-bottom: 5.128vw;
  }
}
main .member_block_ttl {
  width: 100%;
  margin: 0 auto min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .member_block_ttl {
    margin-bottom: 3.846vw;
  }
}
main .member_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .member_block_wrap_photo {
  width: min(15.727vw, 173px);
}
@media only screen and (max-width: 768px) {
  main .member_block_wrap_photo {
    width: calc(50% - 1.5vw);
  }
}
main .member .map_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(4.545vw, 50px) min(6.364vw, 70px) min(4.545vw, 50px) min(9.091vw, 100px);
  gap: 0 min(4.545vw, 50px);
  border: solid 2px #C1121E;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main .member .map_area {
    display: block;
    padding: 5.128vw 6.41vw 7.692vw;
  }
}
main .member .map_area::before {
  position: absolute;
  width: min(1.364vw, 15px);
  height: min(13.636vw, 150px);
  left: min(3.636vw, 40px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: inline-block;
  background: url("../img/map_text.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main .member .map_area::before {
    width: 2.308vw;
    height: 21.282vw;
    left: 2vw;
    background: url("../img/map_text_sp.png") no-repeat center;
    background-size: contain;
  }
}
main .member .map_area_block {
  text-align: left;
}
main .member .map_area_block_ttl {
  margin: 0 auto min(2.727vw, 30px) 0;
}
main .member .map_area_block_ttl span {
  border-bottom: double 5px #C1121E;
  font-size: min(3.091vw, 34px);
  color: #C1121E;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_ttl {
    margin: 0 auto 5.128vw;
    text-align: center;
  }
  main .member .map_area_block_ttl span {
    font-size: 5.128vw;
    display: inline-block;
    border-bottom: double 4px #C1121E;
  }
}
main .member .map_area_block_ttl_sub {
  display: inline-block;
  margin: 0 auto min(0.455vw, 5px) 0;
  font-size: min(1.455vw, 16px);
  color: #fff;
  font-weight: bold;
  background: #C1121E;
  border-radius: 100vh;
  padding: min(0vw, 0px) min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_ttl_sub {
    width: 23.077vw;
    text-align: center;
    font-size: 3.59vw;
    padding: 0 0 0.5vw;
    margin: 0 auto 2vw 0;
  }
  main .member .map_area_block_ttl_sub.mt20 {
    margin-top: 3vw;
  }
}
main .member .map_area_block_text {
  color: #C1121E;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: min(0.727vw, 8px);
}
main .member .map_area_block_text.mb15 {
  margin-bottom: min(1.364vw, 15px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text.mb15 {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text {
    white-space: nowrap;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
}
main .member .map_area_block_text span.f16 {
  font-size: min(1.455vw, 16px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text span.f16 {
    display: inline-block;
    font-size: 3.59vw;
  }
}
main .member .map_area_block_text span.f26 {
  font-size: min(2.364vw, 26px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text span.f26 {
    font-size: 5.641vw;
  }
}
main .member .map_area_block_text span.f30 {
  font-size: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text span.f30 {
    font-size: 6.154vw;
    line-height: 1;
  }
}
main .member .map_area_block_text span.f34 {
  font-size: min(3.091vw, 34px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_text span.f34 {
    font-size: 8.205vw;
    line-height: 1;
  }
}
main .member .map_area_block_note {
  font-size: min(1.273vw, 14px);
  margin-bottom: min(0.909vw, 10px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_note {
    font-size: 3.077vw;
    margin-bottom: 3.846vw;
    margin-top: 0vw;
  }
}
main .member .map_area_block .btn_style-01 a {
  width: min(36.364vw, 400px);
  height: min(4.545vw, 50px);
  padding: min(0.273vw, 3px) min(1.818vw, 20px) min(0.455vw, 5px) 0;
}
main .member .map_area_block .btn_style-01 a span {
  font-size: min(1.818vw, 20px);
}
main .member .map_area_block .btn_style-01 a::before {
  width: min(0.909vw, 10px);
  height: min(0.909vw, 10px);
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block .btn_style-01 a {
    width: 100%;
    height: 9.231vw;
    margin-bottom: 5.128vw;
    padding: 0 2.5vw 0.5vw 0;
  }
  main .member .map_area_block .btn_style-01 a span {
    font-size: 3.59vw;
  }
  main .member .map_area_block .btn_style-01 a::before {
    width: 2vw;
    height: 3vw;
    right: 2.5vw;
  }
}
main .member .map_area_block_iframe_wrap {
  width: min(40.909vw, 450px);
  position: relative;
  padding-top: 70%;
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_iframe_wrap {
    width: 100%;
  }
}
main .member .map_area_block_iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  main .member .map_area_block_iframe_wrap iframe {
    border-radius: 2.564vw;
  }
}
main .info {
  padding: min(7.273vw, 80px) min(0vw, 0px) min(7.273vw, 80px);
}
@media only screen and (max-width: 768px) {
  main .info {
    padding: 12.821vw 0 15.385vw;
  }
}
main .info_bg {
  background: url("../img/info_bg.png") no-repeat center top -40px;
  background-size: min(130.909vw, 1440px) auto;
}
@media only screen and (max-width: 768px) {
  main .info_bg {
    background: url("../img/info_bg_sp.png") no-repeat center top;
    background-size: contain;
  }
}
main .info_ttl {
  width: min(68.636vw, 755px);
  margin: 0 auto min(4.545vw, 50px);
}
@media only screen and (max-width: 768px) {
  main .info_ttl {
    width: 100%;
    margin: 0 auto 7.692vw;
  }
}
main .info_wrap {
  padding: min(3.636vw, 40px) min(5.455vw, 60px) min(4.545vw, 50px) min(7.273vw, 80px);
  background: #fff;
  border-radius: min(1.818vw, 20px);
  -webkit-box-shadow: 0px 10px 0px 0px #EAB6AB;
          box-shadow: 0px 10px 0px 0px #EAB6AB;
  background: url("../img/back_white.png") repeat;
  background-size: 20px;
}
@media only screen and (max-width: 768px) {
  main .info_wrap {
    border-radius: 5.128vw;
    padding: 5.128vw 5.128vw 7.692vw 5.128vw;
    background-size: 3vw;
  }
}
main .info_wrap_list {
  padding-bottom: min(2.727vw, 30px);
  margin-bottom: min(3.182vw, 35px);
  border-bottom: dotted 3px #C1121E;
}
@media only screen and (max-width: 768px) {
  main .info_wrap_list {
    padding-bottom: 5.128vw;
    margin-bottom: 5.128vw;
    border-bottom: dotted 5px #C1121E;
  }
}
main .info_wrap_list li {
  position: relative;
  font-size: min(1.455vw, 16px);
  text-align: left;
  padding-left: min(2.455vw, 27px);
  margin-bottom: min(0.182vw, 2px);
}
@media only screen and (max-width: 768px) {
  main .info_wrap_list li {
    font-size: 3.077vw;
    padding-left: 3.846vw;
    margin-bottom: 0.5vw;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
main .info_wrap_list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: min(0.909vw, 10px);
  height: min(0.909vw, 10px);
  background: #C1121E;
  border-radius: 50%;
  left: min(0vw, 0px);
  top: min(0.818vw, 9px);
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  main .info_wrap_list li::before {
    width: 1.8vw;
    height: 1.8vw;
    top: 1.5vw;
    bottom: initial;
  }
}
main .info_wrap_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.818vw, 20px);
}
@media only screen and (max-width: 768px) {
  main .info_wrap_contact {
    gap: 0 3.846vw;
  }
}
main .info_wrap_contact_ttl {
  font-size: min(2.182vw, 24px);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .info_wrap_contact_ttl {
    font-size: 4.103vw;
  }
}
main .info_wrap_contact_link {
  font-size: min(1.818vw, 20px);
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  main .info_wrap_contact_link {
    font-size: 3.59vw;
  }
}
main .program {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main .program {
    background: url("../img/program_bg.png") no-repeat center top 1vw;
    background-size: contain;
    padding-top: 17.436vw;
  }
}
main .program_bg {
  background: #B00C15;
  border-radius: 50% 50% 0 0/360px 360px 0 0;
  padding: min(9.091vw, 100px) 0 min(7.273vw, 80px);
  margin: 16px -200px 0;
}
@media only screen and (max-width: 768px) {
  main .program_bg {
    border-radius: 0;
    margin: 0;
    padding: 0vw 0 28.205vw;
  }
}
main .program_inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 min(0.909vw, 10px);
  margin: 0 auto min(10.909vw, 120px);
}
@media only screen and (max-width: 1440px) {
  main .program_inner {
    max-width: 100%;
    padding: 0 120px 0 210px;
  }
}
@media only screen and (max-width: 768px) {
  main .program_inner {
    max-width: 100%;
    margin: 0 auto 0vw;
    padding: 0;
  }
}
main .program_ttl {
  width: min(29.091vw, 320px);
  margin: 0 auto min(7.273vw, 80px);
}
@media only screen and (max-width: 768px) {
  main .program_ttl {
    width: 38.462vw;
    margin-bottom: 7.692vw;
  }
}
main .program_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main .program_wrap {
    display: block;
  }
}
main .program_wrap_photo {
  width: 51%;
}
@media only screen and (max-width: 768px) {
  main .program_wrap_photo {
    width: 100%;
    padding-right: 5.128vw;
    margin-bottom: 3vw;
  }
}
main .program_wrap_exp {
  width: 46%;
  padding: min(4.545vw, 50px) min(15.455vw, 170px) 0 0;
}
@media only screen and (max-width: 1440px) {
  main .program_wrap_exp {
    padding-right: min(9.091vw, 100px);
  }
}
@media only screen and (max-width: 768px) {
  main .program_wrap_exp {
    width: 100%;
    padding: 2.564vw 10.256vw 12.821vw;
  }
}
main .program_wrap_exp_logo {
  width: 100%;
  margin-bottom: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .program_wrap_exp_logo {
    margin-bottom: 3.846vw;
  }
}
main .program_wrap_exp_text {
  font-size: min(1.636vw, 18px);
  color: #fff;
  text-align: left;
  font-weight: 400;
  line-height: 2;
  margin-bottom: min(3.636vw, 40px);
}
@media only screen and (max-width: 768px) {
  main .program_wrap_exp_text {
    font-size: 3.59vw;
    margin-bottom: 3.846vw;
  }
}
main .program_wrap_exp .btn_style-02 a {
  width: min(20vw, 220px);
  height: min(4.545vw, 50px);
  padding-right: min(1.364vw, 15px);
  font-size: min(1.818vw, 20px);
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  main .program_wrap_exp .btn_style-02 a {
    font-size: 3.59vw;
    width: 38.462vw;
    height: 8.718vw;
    padding: 0 2vw 0 0;
    -webkit-box-shadow: 3px 3px 0px 0px #840910;
            box-shadow: 3px 3px 0px 0px #840910;
  }
  main .program_wrap_exp .btn_style-02 a::before {
    right: 3vw;
    width: 2.8vw;
    height: 3vw;
  }
}
main .program .sns_area_ttl {
  width: min(21.364vw, 235px);
  margin: 0 auto min(5.455vw, 60px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_ttl {
    width: 25.641vw;
    margin-bottom: 6.41vw;
  }
}
main .program .sns_area_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4.091vw, 45px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block {
    gap: 0 3.846vw;
  }
}
main .program .sns_area_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: min(14vw, 154px);
  height: min(14vw, 154px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item {
    width: 23.59vw;
    height: 23.59vw;
  }
}
main .program .sns_area_block_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: min(3.455vw, 38px) 0 min(0vw, 0px);
  background: url(../img/sns_circle.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 4px 4px 0px 0px #840910;
          box-shadow: 4px 4px 0px 0px #840910;
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item a {
    padding: 6vw 0 0;
  }
}
main .program .sns_area_block_item a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
main .program .sns_area_block_item.insta a img {
  width: min(4.545vw, 50px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item.insta a img {
    width: 7.692vw;
  }
}
main .program .sns_area_block_item.x a img {
  width: min(4.545vw, 50px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item.x a img {
    width: 7.692vw;
  }
}
main .program .sns_area_block_item.tiktok a {
  padding-top: min(2.727vw, 30px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item.tiktok a {
    padding-top: 4.5vw;
  }
}
main .program .sns_area_block_item.tiktok a img {
  width: min(5.636vw, 62px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item.tiktok a img {
    width: 8.974vw;
  }
}
main .program .sns_area_block_item.tiktok a .sns_area_block_item_name_name {
  margin-top: min(0.364vw, 4px);
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item.tiktok a .sns_area_block_item_name_name {
    margin-top: 2vw;
  }
}
main .program .sns_area_block_item_name {
  font-size: min(1.455vw, 16px);
  margin-top: min(0.727vw, 8px);
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main .program .sns_area_block_item_name {
    font-size: 3.077vw;
    margin-top: 1.8vw;
    line-height: 1;
  }
}