@media screen and (min-width:769px)  {
  header{
    display: none !important;
  }
}

main{
  margin-top: 0 !important;
}

/* nav
------------------------------------------ */
.index-nav{
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  margin-top: 2vw;
}
.index-nav__list {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2vw;
}
.index-nav__list > li {
  line-height: 1.4;
}
.index-nav__list > li > a {
  display: block;
  padding: 5px 10px;
}


/* header
---------------------------------------------------- */
.FV {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  border-bottom: 2px solid #94c2b7;
}
.FV .flex {
  display: flex;
  justify-content: center;
}
.FV__side {
  position: sticky;
  top: 0;
  left: 0;
}
.FV__side__inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  padding: 4vw 2vw 3vw;
}
.FV h1{
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.FV__left{
  width:47%;
    background-image: url("../images/index/mainimage2025.jpg");
    background-position:  top left;
    background-size: 47%;
    background-repeat:  no-repeat;
    background-attachment: fixed;
  height: 100vh;
}
.FV__left h2{
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 3vw 0 2vw;
}
.FV__right{
  width: 24%;
  background-color: #94c2b7;

}


.FV__left .card-slider{
  display: none;
}
.FV__center {
  position: relative;
  width: 29%;
    background-color: #efefef;

}

.FV__center__inner {
  position: relative;
  padding: 2vw 5px;
}
.FV__center__inner.close{
  display: flex;
  flex-flow: column;
}
.FV__center__inner.close > h1{
  width: 80%;
  margin: 10vw auto 0;
}
.FV__center__inner.close > p{
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
.FV__center .FV__center__inner:nth-of-type(2) h1{
  font-size: 3.6rem;
}

.FV__center .FV__center__inner:nth-of-type(1) {
  text-align: center;
}

.FV__center h1 {
  position: relative;
  font-size: 40px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}

.date{
  text-align: center;
  margin: 2vw 0 0 0;
  width: 80%;
}


.FV__center__hush {
  position: relative;
  font-family: "atten-round-new", sans-serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 1;
  z-index: 2;
}

.FV__center h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 5vw 0 2vw;
}

.FV__center a.btn {
    display: block;
    width: 220px;
    border-radius: 30px;
    background-color: #fd9f83;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 1em;
    margin: 5vw auto 20px;
}

@media screen and (max-width: 768px) {
  .FV {
    display: block;
    width: 100%;
  }
  .FV__side {
    position: relative;
  }

  .FV__side__inner {
    min-height: unset;
  }
  .FV__left{
    background:none;
    height: unset;
}

  .FV__left,
  .FV__center{
    width: 100%;
  }
    .FV__right{
      display: none;
    }

}
@media screen and (max-width: 599px) {
  .FV__center .FV__center__inner:nth-of-type(2) h2{
    font-size: 2.0rem;
  }
}


.postnum {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  font-weight: 600;
  text-align: center;
  margin-top: 3vw;
}
.postnum-number{
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .postnum {
    margin-top: 10vw;
  }
  .postnum-number{
    margin-top: 5vw;
  }
}

.postnum .fukidashi {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 3px solid #333;
  transform: perspective(1000px) rotateX(20deg);
  box-shadow: 0px 10px 0px #333;
  background-color: rgba( 255, 255, 255, 0.45 );
  color: #333;
  font-weight: bold;
  font-size: 26px;
}


.postnum .number {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "atten-round-new", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.postnum .underline {
  background: linear-gradient(transparent 50%, #ffcc00 50%);
}


/* outline
---------------------------------------------------- */
.icon-onigiri {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-onigiri::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/common/bk_onigiri.svg") center center no-repeat;
  background-size: 390px 390px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate-onigiri 25s linear infinite;
  animation: rotate-onigiri 25s linear infinite;
  transform-origin: center;
}

@keyframes rotate-onigiri {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.outline__title h2 {
  position: absolute;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .icon-onigiri {
    top: 15%;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .icon-onigiri {
    width: 260px;
    height: 260px;
  }
  .icon-onigiri::before {
    background-size: 290px 290px;
  }
}
@media screen and (max-width: 599px) {
  .icon-onigiri {
    width: 270px;
    height: 270px;
    top: 12%;
  }

  .icon-onigiri::before {
    background-size: 300px 300px;
  }
}

/* howto
---------------------------------------------------- */
.howto_wrapper.is-animated{
  transform: scaleX(1);
}
.howto_wrapper{
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.howto__title-main,
.howto__title-sub,
.howto__txt,
.howto__img{
  opacity: 0;
  transform: translateY(5%);
  transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s,
  transform .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
}
.howto_wrapper.is-animated .howto__title-main,
.howto_wrapper.is-animated .howto__title-sub,
.howto_wrapper.is-animated .howto__txt,
.howto_wrapper.is-animated .howto__img{
  opacity: 1;
  transform: translateY(0);
}

.howto {
  position: relative;
  margin-top: 10vw;
}

.howto__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.howto__txt {
  width: 30%;
  min-width: 300px;
  max-width: 400px;
  font-weight: 600;
}
.howto__title-main {
  position: relative;
  font-family: "atten-round-new", sans-serif;
  font-style: italic;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}
.howto__title-sub {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1vw;
}
.howto__img {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .howto__title-main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .howto__title-main {
    font-size: 4.5rem;
    text-align: center;
  }
  .howto__title-sub {
    font-size: 3rem;
    text-align: center;
  }
  .howto__txt {
    display: none;
  }
  .howto__img {
    width: 100%;
  }
}
@media screen and (min-width:600px) and (max-width: 768px) {
  .howto__title-sub {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .howto__inner {
    display: block;
  }
  .howto__txt {
    width: 100%;
    font-size: 1.8rem;
  }
  .howto__txt ul {
    margin-top: 3vw;
  }

  .howto__img {
    width: 100%;
    margin-top: 50px;
    padding: 8% 12% 2%;
  }

  .howto__img img {
    width: 100%;
  }

}
.pre-message{
  text-align: center;
  margin: 5vw 0;
}
.pre-message span{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 700;
  border: 5px solid#94c2b7;
  text-align: center;
  padding: 4vw;
  border-radius: 20px;
}

/* basicaction
---------------------------------------------------- */
#basicaction{
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #94c2b7 55%, #94c2b7 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 3vw;
}
#basicaction .title__fadein,
#plusaction .title__fadein{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 4.0rem;
  letter-spacing: 0.1em;
  color: #94c2b7;
  line-height: 1;
}

.title__fadein img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  margin-right: 2rem;
}
.zoomIn {
  opacity: 0;
}
.is-animated .zoomIn {
  animation: zoomIn 0.5s ease-out forwards;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7); /* 開始時は縮小サイズ */
  }
  100% {
    opacity: 1;
    transform: scale(1); /*終了時はデフォルトサイズに*/
  }
}

.title__text {
  display: flex;
  overflow: hidden;
}
.title__text span {
  transform: translateY(105%);
  display: inline-block;
}
.is-animated .title__text span{
  animation: 0.5s fadeInTitle ease forwards;
}
#tieupaction .is-animated .title__text span{
  animation: 0.3s fadeInTitle ease forwards;
}

.title__text span:nth-child(1) {
  animation-delay: 0.1s;
}
.title__text span:nth-child(2) {
  animation-delay: 0.2s;
}
.title__text span:nth-child(3) {
  animation-delay: 0.3s;
}
.title__text span:nth-child(4) {
  animation-delay: 0.4s;
}
.title__text span:nth-child(5) {
  animation-delay: 0.5s;
}
.title__text span:nth-child(6) {
  animation-delay: 0.6s;
}
.title__text span:nth-child(7) {
  animation-delay: 0.7s;
}
.title__text span:nth-child(8) {
  animation-delay: 0.8s;
}
.title__text span:nth-child(9) {
  animation-delay: 0.9s;
}
.title__text span:nth-child(10) {
  animation-delay: 1.0s;
}
.title__text span:nth-child(11) {
  animation-delay: 1.1s;
}
.title__text span:nth-child(12) {
  animation-delay: 1.2s;
}
.title__text span:nth-child(13) {
  animation-delay: 1.3s;
}
.title__text span:nth-child(14) {
  animation-delay: 1.4s;
}
.title__text span:nth-child(15) {
  animation-delay: 1.5s;
}
@keyframes fadeInTitle{
  0%{
    transform: translateY(230%);
  }
  100%{
    transform: translateY(0);
  }
}


.title__fadein .en{
  font-size: 1.8rem;
}

.basicaction__list{
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.basicaction__list > li{
  position: relative;
  text-align: center;
  border: 5px solid #94c2b7;
  border-radius: 20px;
  background-color: #FFF;
  width: calc(50% - 20px);
  min-height: 210px;
  padding: 40px 30px;
}
.basicaction__list li h3 {
  display: table;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
.basicaction__list li h3 img {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
.basicaction__list li h3 span {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.basicaction__list .hash-btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  background: #94c2b7;
  width: 100%;
  max-width: 310px;
  padding: 8px 0 5px;
}
.basicaction__list .hash-btn img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.basicaction__list .sns {
  margin: 30px auto 0;
  display: table;
}
.basicaction__list .sns li {
  padding: 0 5px;
  display: table-cell;
  width: 50px;
}
.basicaction__list .sns li.text {
  width: auto;
  vertical-align: bottom;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #basicaction{
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #94c2b7 30%, #94c2b7 100%);
  }
  .basicaction__list {
    display: block;
    width: 100%;
  }
  .basicaction__list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .basicaction__list .sns {
    padding: 0 15%;
    margin: 7% auto 0;
  }
  .basicaction__list .sns li {
    padding: 0 2%;
  }
  .basicaction__list .sns li img {
    width: 100%;
  }
  .basicaction__list .sns li.text {
    padding: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .basicaction__list .hash-btn {
  display: block;
  width: 100%;
  max-width: none;
  padding: 15px 0 10px;
}
}
/* plusaction
---------------------------------------------------- */
#plusaction{
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #94c2b7 35%, #94c2b7 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8vw;
}
#plusaction .title__fadein {
  margin: 3vw auto;
}
.plusaction__list{
  display: flex;
  justify-content: space-between;
}
.plusaction__list li{
  position: relative;
  text-align: center;
  border: 5px solid #94c2b7;
  border-radius: 20px;
  background-color: #FFF;
  width: calc(50% - 20px);
  min-height: 210px;
  padding: 20px 30px;
}
.plusaction__list h3 img{
  width: 50%;
}
.plusaction__list h4{
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.plusaction__list p.tag{
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0;
}
.plusaction__list .hash-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  background: #94c2b7;
  border-radius: 8px;
  width: 100%;
  max-width: 310px;
  margin-bottom: 30px;
  padding: 8px 0 5px;
}
.plusaction__list .hash-btn img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.plusaction__list .txt{
  text-align: left;
  font-size: 1.4rem;
}
#plusaction .footer-txt{
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 3vw 20px 0;
}
#plusaction .footer-txt li{
  margin-top: 1vw;
  margin-left: 1.4em;
	text-indent: -1.4em;
}
#plusaction .footer-txt li:before {
  content: "※";
}
@media screen and (max-width: 768px) {
  #plusaction{
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #94c2b7 20%, #94c2b7 100%);
  }
  
  .plusaction__list{
    display: block;
  }
  .plusaction__list li{
    width: 100%;
  }
  .plusaction__list li:first-child{
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .plusaction__list .hash-btn {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px 0 10px;
  }
}

/* FAQ accordion
------------------------------------------ */
.faq__wrap {
  color: #FFF;
  margin-top: 5vw;
  padding-bottom: 3vw;
}
#plusaction .faq__wrap h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 0;
}
.faq .accordion-container {
  position: relative;
  outline: 0;
  background-color: transparent;
  text-align: left;
  margin: 3vw 0 5vw;
  border: none;
  width: 100%;
}

.faq .accordion-container .article-title {
  position: relative;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 8px 50px 10px 20px;
  margin-top: 2vw;
}

.faq .accordion-container {
  counter-reset: number;
}

.faq .article-title span:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  font-family: "atten-round-new", sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}

.faq .accordion-content {
  display: none;
  width: 100%;
  font-size: 15px;
  padding: 10px 20px;
}

.faq .accordion-content a {
  text-decoration: underline;
}

.faq .accordion-container .article-title {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}

.faq .accordion-container .article-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*邵ｦ邱�*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.faq .accordion-container .article-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*讓ｪ邱壹↓*/
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.faq .accordion-container .article-title.open:before {
  transform: rotate(180deg);
}

.faq .accordion-container .article-title.open:after {
  opacity: 0;
}

.faq .accordion-container p {
  margin-bottom: 2vw;
}
@media screen and (max-width: 599px) {
  #plusaction .faq__wrap h3 {
    font-size: 2.0rem;
  }
}
/* map
---------------------------------------------------- */
.map {
  position: relative;
}
.map .canvas {
  position: relative;
  width: 65%;
  height: 550px;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .map .canvas {
    height: 430px;
  }
}
@media screen and (max-width: 480px) {
  .map .canvas {
    height: 300px;
  }
}
#map_menu__wrapper{
  position: relative;
}
.map .regions{
  width: 35%;
  min-width: 350px;
  background-color: #b3e9ff;
  padding: 4vw;
}
.map .regions h2{
  font-size: 2.6rem;
  font-weight: 600;
  margin: 3vw 0;
}
.map .regions ul{
  display: flex;
  flex-wrap: wrap;
  margin:  5vw auto 0;
}
.map .regions ul li{
  width: 50%;
  justify-content: space-between;
  border: 1px solid #FFF;
  text-align: center;
  }
.map .regions a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0 20px;
}

.map .regions a.active {
  border-width: 0;
  background-color: #52c3f1;
  color: #fff;
}

.map .regions #region-other p {
  display: block;
}

.map .regions a img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.map .regions #other-items {
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 84px;
  z-index: 1;
}

.map .regions #other-items a {
  display: block;
  background-color: #b3e9ff;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
}

.map .regions a:hover,
.map .regions #other-items a:hover {
  background-color: #52c3f1;
  color: #fff;
  text-decoration: none;
}

.map{
  display: flex;
}
.map .regions .text{
  margin-top: 2vw;
}

@media screen and (max-width: 768px) {
  .map{
    flex-direction: column;
  }
  .map .regions{
    width: 100%;
  }
  .map .regions h2,
  .map .regions .text{
    text-align: center;
  }
  .map .canvas {
    border-radius: 0;
  }

}

.show-more {
  background-color: #b3e9ff;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

#more-btn {
  margin-top: 5px;
  font-size: 30px;
  color: #e42d6d;
}

#more-btn.disable {
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

#more-btn.disable:hover {
  opacity: 0.5;
}

#more-note {
  color: #e42d6d;
  font-size: 14px;
  margin-top: 5px;
}

.show-more #spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #more-btn {
    font-size: 20px;
  }

  #more-note {
    margin-top: 5px;
  }
}

#map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0 auto;
}

.map-popup {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 600px;
  min-width: 300px;
}

.map-popup .post-img {
  max-width: 50%;
  min-width: 40%;
}

.map-popup .post-img img {
  max-width: 100%;
  max-height: 275px;
  object-fit: contain;
}

.map-popup .post-desc {
  padding-left: 1em;
  vertical-align: top;
}

.map-popup .post-sponsor-img {
  text-align: right;
  margin-top: 20px;
}

.map-popup .post-sponsor-img img {
  width: 150px;
}

@media screen and (max-width: 599px) {
  .map-popup {
    flex-wrap: wrap;
    padding: 10px 10px 14px 10px !important;
    min-width: unset;
    max-width: unset;
  }

  .map-popup .post-img {
    width: 100%;
    max-width: none;
  }

  .map-popup .post-img img {
    max-height: none;
  }

  .map-popup .post-desc {
    padding-left: 0;
    margin-top: 3vw;
  }
}
/* news
---------------------------------------------------- */
#news h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 10vw 0 3vw 0;
}

.news_detail {
  width: 100%;
  text-align: left;
}

.news_detail li:first-child {
  border-top: 2px solid #f7f6f5;
}

.news_detail li {
  border-bottom: 2px solid #f7f6f5;
}

.news_detail li a {
  display: block;
  padding: 12px 0;
}

.news_detail li a:hover {
  background-color: #efefef;
}

.news_detail li a:hover {
  color: #000;
}

.news_detail li span.category {
  display: inline-block;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #fff;
  line-height: 21px;
  background: #818b92;
  border-radius: 2px;
  margin-right: 15px;
  padding: 0 8px;
}

.news_detail li span.day {
  display: inline-block;
  white-space: nowrap;
  font-family: "brandon-grotesque", sans-serif;
  color: rgb(248, 164, 149);
  font-weight: 600;
  font-size: 1.2rem;
  width: 10em;
  min-width: 80px;
  margin-right: 40px;
}
/*
.news_detail li span.tx {
  text-decoration: underline;
}
*/
@media (max-width: 1024px) {
  .news_title {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .news_detail li span.tx {
    display: block;
  }
}

/* partner
---------------------------------------------------- */
.footer_faq{
  margin-bottom: 5vw;
  text-align: center;
}
.footer_faq h2{
  font-size: 2.0rem;
  font-weight: 600;
  color: #94c2b7;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .footer_faq{
    text-align: left;
    font-size: 1.6rem;
  }
}
/* grandprix
---------------------------------------------------- */
#grandprix{
  background-color: #fafafa;
  padding-bottom: 5vw;
}
.grandprix__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fafafa;
}
.grandprix__right{
  width: calc(100% - 360px);
}
.grandprix__left{
  position: relative;
  width: 320px;
}
.grandprix__left h2 {
  color:#fd9f83;
  font-size: 2.4rem;
  font-weight: 800;
}
.grandprix__left h2 .en{
  display: block;
  color: #9fd7ee;
  font-size: 2.5rem;
}
.grandprix__left p{
  margin-top: 20px;
  font-size: 1.5rem;
}
.grandprix__btn{
	display: block;
  width: 100%;
  font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.2;
	text-align: center;
	padding: 15px;
  background-color: #fd9f83;
	border-radius: 30px;
  color: #FFF;
  margin: 30px auto 10px auto;
}
@media screen and (max-width: 768px) {
  .grandprix__outer{
    text-align: center;
  }
  .grandprix__right{
    width: 100%;
    margin-top: 8vw;
  }
  .grandprix__left{
    width: 100%;
  }
  .grandprix__left h2 {
    text-align: center;
    font-size: 3.0rem;
  }
  .grandprix__left h2 .en {
    text-align: center;
    font-size: 4.0rem;
  }
  .grandprix__left p{
    font-size: 1.8rem;
  }
  .grandprix__btn{
    padding: 15px;
    max-width: 100%;
  }
  .grandprix__btn span{
    display: inline;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 559px) {
  .grandprix__left h2 {
    text-align: center;
    font-size: 2.5rem;
  }
  .grandprix__left h2 .en {
    text-align: center;
    font-size: 3.0rem;
  }
}
.swiper_text{
  font-size: 1.4rem;
  text-align: left !important;
  margin-top: 15px;
}
.swiper_text p{
  margin-top: 2vw;
}
.swiper_title{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.2;
}
.swiper_title span{
  display: block;
  font-size: 1.1rem;
  line-height: 1.8;
}
.slider2 .swiper-slide img{
  border-radius: 20px;
  border: 3px solid #fd9f83;
  overflow: hidden;
}


/* tieupaction
------------------------------------------ */
#tieupaction {
  position: relative;
  margin: 8vw 0 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #efefef;
}
#tieupaction h2 {
  font-size: 3.0rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 3vw;
}
#tieupaction h2 .en{
  display: block;
  color: #94c2b7;
  font-size: 6.0rem;
}



.tieupaction__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tieupaction__list li{
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  border-radius: 2rem;
  background-color: #FFF;
  margin-top: 30px;
}

.tieupaction__list li:nth-child(3n+1){
  animation-delay: 0s;
}
.tieupaction__list li:nth-child(3n+2) {
  animation-delay: 0.2s;
}
.tieupaction__list li:nth-child(3n) {
  animation-delay: 0.4s;
}
.tieupaction__list li img{
  width: 100%;
  object-fit: cover;
  object-position: left top
}
.tieupaction__list li .tiupaction__txt{
  padding: 3.4rem;
}
.tieupaction__list li h3{
  font-weight: 600;
  margin: 0 0 5px;
}

.tieupaction__list li p{
  font-size: 1.4rem;
  line-height: 1.7;
}
.tieupaction__list li .hushtag{
  display: block;
  color: #52c3f1;
  font-weight: 600;
}
.tieupaction__list .border {
  border: 1px solid #ccc;
}
@media screen and (max-width: 959px) {
  .tieupaction__list li .tiupaction__txt{
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .tieupaction__list li{
    width: calc((100% - 30px) / 2);
  }
  .tieupaction__list li:nth-child(odd){
    animation-delay: 0s !important;
  }
  .tieupaction__list li:nth-child(even){
    animation-delay: 0.2s !important;
  }

  .tieupaction__list li h3{
    font-size: 2.0rem;
  }
  .tieupaction__list li p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 559px) {
  #tieupaction h2 {
    font-size: 2.5rem;
  }
  #tieupaction h2 .en{
    font-size: 4.0rem;
  }
  .tieupaction__list li{
    width: 100%;
  }
  .tieupaction__list li h3{
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .tieupaction__list li p{
    font-size: 1.4rem;
  }
  .tieupaction__list li:nth-child(n+1){
    animation-delay: 0s !important;
  }
}

.card-slider{
  max-width: 400px;
}
.card-slider .swiper-slide{
  border-radius: 20px;
  border: 0.73vw solid #FFF;
}
.card-slider .swiper-slide-active{
  box-shadow: 3px 10px 20px rgba(0,0,0,.2);
}
.card-slider img{
  width: 100%;
  vertical-align: bottom;
}

.slider2 .swiper-wrapper{
  transition-timing-function: linear;
}

/* map regeon
------------------------------------------ */
.map_menu{
  position: relative;
}

/*scroll_up
------------------------------------------ */
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.is-animated {
  transform: translateY(0);
  opacity: 1.0;
}
/*fadeUp
------------------------------------------ */
.fade_up {
  opacity: 0;
  }
.fade_up.is-animated {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* アニメーションスタートの遅延時間を決めるCSS*/
  
  .delay02{
  animation-delay: 0.2s;
  }
  .delay04{
  animation-delay: 0.4s;
  }
  .delay06{
    animation-delay: 0.6s;
  }

  /* pickup*/

  .pickup-img{
    position: relative;
  border: 1px solid #efefef;
    background-color:#FFF; 
    border-radius: 10px; 
    padding:20px 30px; 
    margin: 0 20px 5vw;
}
.pickup-img:before {
  border-color: #ed6656 transparent transparent transparent;
  border-style: solid;
  border-width: 60px 60px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.pickup-img:after {
  color: #fff;
  content: "NEW";
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 3px;
  transform: rotate(-45deg);
  z-index: 3;
}
.pickup-img a{
    text-decoration: none;
}
.pickup-img h2{
    font-weight: bold !important;
    font-size: 2.0rem !important;
    margin: 0 !important;
}
.pickup-img p{
  font-size: 1.3rem;
}
@media screen and (max-width: 559px) {
    .pickup-img{
    width: 100%; 
}
}

/*tenth
------------------------------------------ */
.tenth__lead{
  display: flex;
  align-items: center;
  min-height: 500px;
}
.tenth__lead p {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 2.2;
  width: 50%;
}
.tenth{
  position: relative;
}

.tenth h2{
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1;
}
.tenth_text{
}
.tenth_text div{
}
.tenth_text .number{
  font-weight: 600;
}
.tenth_text .number span{
  font-family: "kiro", sans-serif;
  font-weight: 600;
font-size: 6.0rem;
font-style: italic;
line-height: 1;
}
.tenth_text h3{
  font-size: 2.0rem;
  font-weight: 600;
  color: #e9977d;
  margin-top: 2vw;
}

@media screen and (max-width: 959px) {
  .tenth::after {
    width: 450px;
    height: 403px;
    background-position: 130px 0;
  }
  .tenth__lead p {
    width: 60%;
  }
}
@media screen and (max-width: 559px) {
  .tenth__lead{
    display: block;
  }
  .tenth::after {
    width: 350px;
    height: 313px;
    background-position: 130px 0;
    top: 100px;
  }
  .tenth::after {
    background: transparent;
  }
  .tenth__lead p {
    width: 100%;
  }
  .tenth_text{
  display: block;
  }
  .tenth_text div{
    width: 100%;
  }
  .tenth h2 img{
    width: 200px;
  }

}