@charset "utf-8";

/* CSS Document */


:root {

  --color-base: #fff;
  --color-main: #222;
  --color-brand01: #036eb8;
  --color-primary01: #26b7bc;
  --color-secondary01: #f35d00;
  --color-highlight01: #ffdb6a;

  --color-sub01: #f0f0f0;
  --color-sub02: #ccc;
  --color-sub03: #ffe9e6;
  --color-sub04: #DDFEFF;

  --color-sc-brand01: #D69400;
  --color-sc-brand02: #f3e3c1;
  --color-sc-sub01: #fffce6;

}

.stampRally{
}

.post-type-archive-stamprally .l-footer,
.page-template-stamprally2026 .l-footer,
.page-template-stamprally .l-footer,
.page-template-stamprally_course .l-footer,
.page-template-stamprally_course2026 .l-footer,
.single-stamprally .l-footer ,
.single-stamprally2026 .l-footer {
  background-color: var(--color-highlight01);
}


/***********
fade
************/

[data-fade] {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  transform: translateY(20px);
}
[data-fade="fade-up"].is-show {
  transform: translateY(0);
}

/***********
srObject
************/

.srObject {
  position: absolute;
  pointer-events: none;
}

/***********
srMainVisual
************/

.srMainVisual {
  text-align: center;
}
.srMainVisual-title {
  width: 90vw;
  margin: 0 auto;
}
.srMainVisual-title picture ,
.srMainVisual-title img {
  width: 100%;
  max-width: 100%;
}

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

  .srMainVisual-title {
    width: auto;
  }
}

/***********
srNavi
************/

.srNavi {
  padding-top: 4em;
}

.srNavi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5em;
}
.srNavi-list.-noOffsetBottom {
  padding-bottom: 0;
}
.srNavi-list li {
  padding: 0 0.5em 1em;
}
.srNavi-list li a{
  display: inline-block;
  border: 2px solid var(--color-main);
  padding: 0.3em 2.2em 0.3em 1.5em;
  font-size: clamp(16px,1.8vw, 22px);
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  border-radius: 10em;
  position: relative;
}
.srNavi-list li a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f107";
  position: absolute;
  right: 0.8em;
  top: 50%;
  translate: 0 -50%;
  scale: 0.8
}
.srNavi-list li a.-blue {
  color: var(--color-brand01);
}
.srNavi-list li a.-orange {
  color: var(--color-secondary01);
}
body.is-pc .srNavi-list li a.-blue:hover {
  background-color: var(--color-brand01);
  color: var(--color-base);
}
body.is-pc .srNavi-list li a.-orange:hover {
  background-color: var(--color-secondary01);
  color: var(--color-base);
}

/*
color
*/

.srNavi.-gold .srNavi-list li a {
  color: var(--color-sc-brand01);
  background-color: var(--color-base);
}
.srNavi.-gold .srNavi-list li a::after {
}
.srNavi.-gold .srNavi-list li a.is-active,
body.is-pc .srNavi.-gold .srNavi-list li a:hover {
  background-color: var(--color-sc-brand01);
  color: var(--color-base);
}
.srNavi.-gold .srNavi-list li a.is-active::after,
body.is-pc .srNavi.-gold .srNavi-list li a:hover::after {
}

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

  .srNavi-list {
    padding-bottom: 3em;
    justify-content: flex-start;
  }
  .srNavi-list li {
    padding: 0 0.2em 0.4em;
  }
  .srNavi-list li a{
    padding: 0.5em 2.5em 0.5em 2em;
  }
  .srNavi-list li a::after {
    font-size: 100%;
  }

}

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

  .srNavi {
    padding-top: 2em;
    margin-left: -3vw;
    margin-right: -3vw;
  }


  .srNavi-list {
    padding-bottom: 4em;
    justify-content: start;
  }
  .srNavi-list li {
    width: 50%;
    padding: 2px;
  }
  .srNavi-list li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 3.6em;
    padding: 0.3em 1em 0.3em 1em;
    font-size: clamp(12px,4vw, 16px);
    font-weight: 500;
  }
  .srNavi-list li a::after {
    right: 0.5em;
    scale: 1.1;
  }

}


/***********
srIntro
************/

.srIntro {
  position: relative;
  padding-bottom: min(18vw,12em);
}

.srIntro-close {
  text-align: center;
}
.srIntro-close-text {
  width: 100%;
  max-width: 36em;
  text-align: center;
  display: inline-block;
  margin-bottom: 3em;
  border-block: 2px solid var(--color-brand01);
  font-size: clamp(16px,4vw, 25px);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-brand01);
  padding: 0.6em 1em;
}


.srIntro-container {
  position: relative;
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 10em;
}

.srIntro-title{
  width: clamp(240px,80vw, 720px);
  margin: 0 auto;
  padding-bottom: 2em;
  white-space: nowrap;
}

.srIntro-text{
  font-size: clamp(15px,3.6vw, 18px);
  line-height: 2.2;
  text-align: center;
}

.srIntro-schedule {
  width: clamp(240px,80vw, 720px);
  margin: 0 auto;
}

.srIntro-link {
  text-align: center;
  padding-top: 6em;
}

/*
gallery
*/

.srIntro-gallery-upper {
  position: absolute;
  left: calc(50% + 30em);
  top: 0;
}
.srIntro-gallery-lower {
  position: absolute;
  right: calc(50% + 30em);
  top: 0;
}

.srIntro-img img {
  width: 58%;
  position: absolute;
  opacity: 0;
}
.srIntro-img.is-show img {
  translate: 0 0 !important;
  opacity: 1 !important;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (min-width:835px) {

  .srIntro-img {
    width: 400px;
    background-size: 100% auto;
    aspect-ratio: 800 / 600;
  }

  .srIntro-img.-no04 {
    background-image: url(../../img/stamprally2026/intro_img_bg04.png);
  }
  .srIntro-img.-no04 img {
    left: 12%;
    top: 4%;
    translate: -5% 8%;
    transition-delay: 0.4s;
  }
  .srIntro-img.-no05 {
    background-image: url(../../img/stamprally2026/intro_img_bg05.png);
    translate: 32% -12%;
  }
  .srIntro-img.-no05 img {
    left: 8%;
    top: 2%;
    translate: -8% 2%;
    transition-delay: 0.3s;
  }
  .srIntro-img.-no06 {
    background-image: url(../../img/stamprally2026/intro_img_bg06.png);
    translate: -8% -45%;
  }
  .srIntro-img.-no06 img {
    left: 20%;
    top: 18%;
    translate: -8% -8%;
    transition-delay: 0.4s;
  }

  .srIntro-img.-no01 {
    background-image: url(../../img/stamprally2026/intro_img_bg01.png);
    translate: -5% 0;
  }
  .srIntro-img.-no01 img {
    left: 25%;
    top: 6%;
    translate: 8% 8%;
    transition-delay: 0.5s;
  }
  .srIntro-img.-no02 {
    background-image: url(../../img/stamprally2026/intro_img_bg02.png);
    translate: -32% -15%;
  }
  .srIntro-img.-no02 img {
    left: 18%;
    top: 10%;
    translate: 10% -2%;
    transition-delay: 0.4s;
  }
  .srIntro-img.-no03 {
    background-image: url(../../img/stamprally2026/intro_img_bg03.png);
    translate: 0% -15%;
  }
  .srIntro-img.-no03 img {
    left: 25%;
    top: -5%;
    translate: 8% -8%;
    transition-delay: 0.5s;
  }

}

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

  .srIntro-title{
    width: clamp(240px,80vw, 640px);
  }
  .srIntro-schedule {
    width: clamp(240px,80vw, 640px);
  }

  /*
  gallery
  */

  .srIntro-gallery-upper {
    left: calc(50% + 22em);
  }
  .srIntro-gallery-lower {
    position: absolute;
    right: calc(50% + 22em);
    top: 0;
  }

}

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

  .srIntro {
    padding-bottom: min(18vw,12em);
  }

  .srIntro-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .srIntro-title{
    padding-bottom: 2em;
  }

  .srIntro-text{
    padding-inline: min(4vw,30px);
    font-size: clamp(15px,3.6vw, 18px);
    line-height: 1.8;
    text-align: justify;
  }

  .srIntro-schedule {
    padding-top: 2em;
    width: clamp(240px,90vw, 720px);
  }

  /*
  gallery
  */

  .srIntro-gallery-upper {
    position: static;
    display: flex;
    align-items: start;
    text-align: center;
    width: 100%;
    padding-top: 3em;
    margin-bottom: 3em;
    background: url(../../img/stamprally2026/intro_bg_sp01.png) no-repeat center top / cover ;
  }
  .srIntro-gallery-lower {
    position: static;
    display: flex;
    align-items: start;
    text-align: center;
    width: 100%;
    margin-top: 3em;
    background: url(../../img/stamprally2026/intro_bg_sp02.png) no-repeat center top / cover ;
  }
  .srIntro-img {
    flex: 1;
  }
  .srIntro-img img {
    width: 85%;
    position: static;
    opacity: 0;
  }



  .srIntro-img.-no04 {
    padding-top: 10%;
  }
  .srIntro-img.-no04 img {
    translate: 5% 18%;
    transition-delay: 0.4s;
  }
  .srIntro-img.-no05 {
  }
  .srIntro-img.-no05 img {
    translate: 2% 22%;
    transition-delay: 0.3s;
  }
  .srIntro-img.-no06 {
    padding-top: 10%;
  }
  .srIntro-img.-no06 img {
    translate: -2% 18%;
    transition-delay: 0.4s;
  }

  .srIntro-img.-no01 {
  }
  .srIntro-img.-no01 img {
    translate: 5% -18%;
    transition-delay: 0.4s;
  }
  .srIntro-img.-no02 {
    padding-top: 10%;
    scale: 1.1;
  }
  .srIntro-img.-no02 img {
    translate: 2% -22%;
    transition-delay: 0.3s;
  }
  .srIntro-img.-no03 {
  }
  .srIntro-img.-no03 img {
    translate: -2% -18%;
    transition-delay: 0.4s;
  }



}

/***********
srBtn
************/

.srBtn {
  display: inline-block;
  font-size: clamp(15px,1.8vw, 24px);
  font-weight: 500;
  min-width: 20em;
  background-color: var(--color-base);
  color: var(--color-main);
  padding: 1em 5em 1em 3.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 10em;
  border: 2px solid var(--color-brand01);
  box-shadow: 2px 3px 0 var(--color-brand01);
  position: relative;
}
.srBtn::before ,
.srBtn::after {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--color-sub03);
  border: 2px solid var(--color-brand01);
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: 50%;
  translate: 0 -50%;
}
.srBtn::after {
  scale: 0;
  background-color: var(--color-brand01);
  transition: 0.3s;
}

.srBtn span{
  display: inline-block;
}
.srBtn span::after{
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../img/stamprally2025/heart_arrow_external_or.png) no-repeat center center / 26% auto;
  position: absolute;
  right: -2px;
  top: 50%;
  translate: 0 -50%;
  z-index: 9;
  transition: 0.3s;
}

body.is-pc .srBtn:hover::after {
  scale: 1;
}
body.is-pc .srBtn:hover span::after {
  background-image: url(../../img/stamprally2025/heart_arrow_external_wt.png) ;
}


.srBtn.-primary {
  border: 2px solid var(--color-primary01);
  box-shadow: 2px 3px 0 var(--color-primary01);
}
.srBtn.-primary::before ,
.srBtn.-primary::after {
  background-color: var(--color-sub04);
  border: 2px solid var(--color-primary01);
}
.srBtn.-primary::after {
  background-color: var(--color-primary01);
}
.srBtn.-primary span::after{
  background-image: url(../../img/stamprally2025/heart_arrow_external_aq.png) ;
}

/*
srBtn-box
 */

.srBtn:has(.srBtn-box) {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.srBtn-box {
  text-align: left;
  padding-right: 1em;
}
.srBtn-box > .srBtn-box-subTitle {
  display: block;
  font-size: 80%;
  color: var(--color-main);
  line-height: 1.3;
}
.srBtn-box > .srBtn-box-title {
  display: block;
  font-size: 120%;
  line-height: 1.3;
}

/*
gold
 */

.srBtn.-gold {
  border: 2px solid var(--color-sc-brand01);
  box-shadow: 2px 3px 0 var(--color-sc-brand01);
}
.srBtn.-gold .srBtn-box-title {
  color: var(--color-sc-brand01);
}
.srBtn.-gold::before ,
.srBtn.-gold::after {
  background-color: #F4E6BB;
  border: 2px solid var(--color-sc-brand01);
}
.srBtn.-gold::after {
  background-color: var(--color-sc-brand01);
}
.srBtn.-gold span::after{
  background-image: url(../../img/stamprally2025/heart_arrow_gd.png) ;
  background-size: 1.2em;
}
body.is-pc .srBtn.-gold:hover span::after {
  background-image: url(../../img/stamprally2025/heart_arrow_wt.png) ;
}

/*
close
*/


.srBtn.-close {
  position: relative;
  isolation: isolate;
  transform: translateZ(0);
  pointer-events: none;
}
.srBtn.-close .srBtn-close::before {
  content: "本ラリーは終了しました";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 10em;
  width: calc(100% + 6px);
  height: calc(100% + 8px);
  color: var(--color-base);
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 99;
  font-size: clamp(16px,3.8vw, 20px);
  font-weight: 600;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}


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

  .srBtn {
    font-size: clamp(14px,3.2vw, 18px);
    min-width: 16em;
    padding: 1em 4em 1em 2.5em;
  }

  /*
  srBtn-box
  */

  .srBtn:has(.srBtn-box) {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .srBtn-box {
    font-feature-settings: "palt";
    text-align: left;
    margin-left: -0.5em;
    padding-right: 1.5em;
  }
  .srBtn-box > .srBtn-box-subTitle {
    font-size: 100%;
  }
  .srBtn-box > .srBtn-box-title {
    font-size: 130%;
  }


}


/***********
srBtn02
************/

.srBtn02 {
  display: inline-block;
  font-size: clamp(15px,1.4vw, 18px);
  font-weight: 500;
  min-width: 20em;
  background-color: var(--color-base);
  color: var(--color-main);
  padding: 1em 3.5em 1em 3.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 10em;
  border: 2px solid var(--color-main);
  position: relative;
}
.srBtn02::after {
  content: "";
  display: block;
  width: auto;
  width: 1.2em;
  aspect-ratio: 1 / 1;
  background: url(../../img/stamprally2026/arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  z-index: 9;
  transition: 0.3s;
}
body.is-pc .srBtn02:hover {
  background-color: #FFFAE0;
}
body.is-pc .srBtn02:hover::after {
  translate: 10% -50%;
}
.srBtn02[target="_blank"]::after {
  rotate: -45deg;
}
body.is-pc .srBtn02[target="_blank"]:hover::after {
  translate: 10% -60%;
}


.srBtn02.-orange {
  border-color: var(--color-secondary01);
  color: var(--color-secondary01);
}
.srBtn02.-orange::after {filter:
  invert(34%)
  sepia(94%)
  saturate(6000%)
  hue-rotate(-10deg)
  brightness(95%)
  contrast(105%);
}

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

  .srBtn02 {
    font-size: clamp(15px,3.2vw, 18px);
    min-width: 16em;
    padding: 1em 3em 1em 2.5em;
  }
  .srBtn02::after {
    width: 1em;
    height: 1em;
    aspect-ratio: 1 / 1;
    background-size: 100% auto;
    right: 1em;
    top: 50%;
    translate: 0 -50%;
  }
}

/***********
srPrize
************/

.srPrize {
  position: relative;
  padding-bottom: 15em;
}
.srPrize::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-highlight01);
  clip-path: polygon(0% 8vw, 25% 3vw, 70% 1vw, 100% 7vw, 100% 100%, 0% 100%);
}
.srPrize-wrapper {
  position: relative;
  z-index: 9;
}
.srPrize-heading {
  position: relative;
}
.srPrize-heading-text {
  font-size: clamp(15px,1.2vw, 16px);
  line-height: 1.8;
  text-align: center;
}

/*
object
*/
.srPrize-object.-no01 {
  width: clamp(80px,20vw, 230px);
  left: calc(50% + 520px);
  bottom: -5%;
}
.srPrize-heading-object.-no01 {
  width: clamp(50px,16vw, 140px);
  left: calc(50% + 400px);
  top: -17%;
}
.srPrize-heading-object.-no02 {
  width: clamp(80px,20vw, 200px);
  right: calc(50% + 400px);
  top: 45%;
}



/*
container
*/

.srPrize-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -3em;
  padding-top: 6em;
}
.srPrize-base {
  max-width: 1100px;
  margin: 0 auto;
}

.srPrize-section {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 3em;
  font-size: clamp(17px,2vw, 23px);
  text-align: center;
  position: relative;
}
.srPrize-section-inner {
  position: relative;
  z-index: 9;
}
.srPrize-title {
  text-align: center;
  font-weight: 700;
  color: var(--color-secondary01);
  border: 2px solid var(--color-secondary01);
  background-color: var(--color-base);
  border-radius: 3em;
  padding: 0.5em 0.8em;
  margin-bottom: 1em;
  position: relative;
  z-index: 9;
}
.srPrize-img {
  width: 90%;
  margin: 0 auto;
}
.srPrize-img.-small {
  max-width: 380px;
}
.srPrize-subTitle {
  font-weight: 700;
  color: var(--color-secondary01);
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  line-height: 1.35;
}
.srPrize-subTitle small {
  display: inline-block;
  line-height: 1.6;
}

.srPrize-type {
  text-align: center;
  padding-bottom: 0.5em;
}
.srPrize-type-item {
  display: inline-block;
  white-space: nowrap;
  background-color: var(--color-secondary01);
  color: var(--color-base);
  font-size: clamp(15px,2vw, 16px);
  font-weight: 500;
  padding: 0.3em 1.5em;
  border-radius: 3em;
}


.srPrize-text {
  font-size: clamp(14px,1.1vw, 14px);
  line-height: 1.6;
}
.srPrize-text-accent {
  font-size: 130%;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-secondary01);
}


/*
object
*/

.srPrize-container-object img {
  opacity: 0.8;
}
.srPrize-container-object.-no01{
  width: clamp(140px,40vw, 350px);
  left: -40%;
  bottom: -2%
}
.srPrize-container-object.-no02{
  width: clamp(100px,35vw, 270px);
  right: -20%;
  top: -10%
}
.srPrize-container-object.-no03{
  width: clamp(100px,22vw, 220px);
  left: -40%;
  bottom: -15%
}
.srPrize-container-object.-no04{
  width: clamp(100px,22vw, 250px);
  right: -50%;
  top: -15%
}



/*
half
*/

.srPrize-section.-half {
  width: 47%;
  background-size: auto 60px;
}
.srPrize-section.-half .srPrize-title{
  font-size: 110%;
}
.srPrize-section.-half .srPrize-subTitle{
  font-size: 110%;
}


/*
color
*/

.srPrize-section.-blue {
}
.srPrize-section.-blue .srPrize-title {
  color: var(--color-brand01);
  border-color: var(--color-brand01);
}
.srPrize-section.-blue .srPrize-subTitle {
  color: var(--color-brand01);
}
.srPrize-section.-blue .srPrize-type-item {
  background-color: var(--color-brand01);
}


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

  .srPrize {
    padding-bottom: 5em;
  }

  /*
  container
  */

  .srPrize-container {
    display: block;
    margin-left: 0;
    margin-bottom: -3em;
    padding-top: 3em;
  }
  .srPrize-container::before {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -80px;
  }
  .srPrize-container::after {
    width: 40px;
    height: 40px;
    right: 10px;
    top: -60px;
  }


  .srPrize-section,
  .srPrize-section.-half {
    width: auto;
    margin-left: 0;
    margin-bottom: 3em;
    font-size: clamp(18px,2vw, 24px);
    background-size:auto 35px;
  }
  .srPrize-title {
    text-align: center;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  .srPrize-subTitle {
    padding-bottom: 0.5em;
  }

  .srPrize-character01 {
    width: 110px;
    position: absolute;
    right: -20px;
    top: -40px;
  }


  /*
  half
  */

  .srPrize-section.-half .srPrize-title{
    font-size: 100%;
  }
  .srPrize-section.-half .srPrize-subTitle{
    font-size: 100%;
  }

  /*
  spSmall
  */

  .srPrize-section.-spSmall {
    position: relative;
    padding-left: min(45%,200px);
    text-align: left;
  }
  .srPrize-section.-spSmall .srPrize-img {
    width: 65%;
    max-width: 240px;
    position: absolute;
    left: -50px;
    top: 10%;
  }
  .srPrize-section.-spSmall .srPrize-title{
    font-size: 85%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 9;
  }
  .srPrize-section.-spSmall .srPrize-subTitle{
    text-align: left;
    font-size: 85%;
    padding-top: 0;
    position: relative;
    z-index: 9;
  }
  .srPrize-section.-spSmall .srPrize-text{
    position: relative;
    z-index: 9;
  }



  .srPrize-section.-spSmall .srPrize-type {
    text-align: left;
    padding-bottom: 0.5em;
    position: relative;
    z-index: 9;
  }
  .srPrize-section.-spSmall .srPrize-type-item {
    font-size: clamp(12px,3vw, 14px);
  }




  /*
  object
  */

  .srPrize-container-object img {
  }
  .srPrize-container-object.-no01{
    inset: auto;
    right: -5%;
    top: -20%;
  }
  .srPrize-container-object.-no02{
    inset: auto;
    left: -10%;
    top: -15%
  }
  .srPrize-container-object.-no03{
    inset: auto;
    right: -10%;
    top: -15%
  }
  .srPrize-container-object.-no04{
    inset: auto;
    left: -10%;
    top: -35%
  }

}


/***********
srSlide01
************/

.srSlide01 {
  height: 425px;
  background: url(../../img/stamprally2026/slide_img01.jpg) repeat-x 0 0 / auto 100%;
  animation: anim-srSlide01-bg 30s linear infinite reverse;
}

@keyframes anim-srSlide01-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2390px 0;
  }
}

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

  .srSlide01 {
    height: calc(425px / 1.5);
    animation-duration: 20s;
  }

  @keyframes anim-srSlide01-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(2390px / 1.5) 0;
    }
  }

}

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

  .srSlide01 {
    height: calc(425px / 2);
    animation-duration: 20s;
  }

  @keyframes anim-srSlide01-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(2390px / 2) 0;
    }
  }

}


/***********
srSlide02
************/

.srSlide02 {
  background: linear-gradient(to bottom, transparent 50%, var(--color-highlight01) 50%);
}
.srSlide02-bg {
  height: 440px;
  background: url(../../img/stamprally2026/slide_img02.png) repeat-x 0 0 / auto 100%;
  animation: anim-srSlide01-bg 30s linear infinite ;
}

@keyframes anim-srSlide02-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1550px 0;
  }
}


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

  .srSlide02-bg {
    height: calc(440px / 1.3);
    animation-duration: 20s;
  }

  @keyframes anim-srSlide02-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(1550px / 1.3) 0;
    }
  }

}

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

  .srSlide02-bg {
    height: calc(440px / 2);
    animation-duration: 20s;
  }

  @keyframes anim-srSlide02-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(1550px / 2) 0;
    }
  }

}

/***********
srEntry
************/

.srEntry {
  position: relative;
  padding-bottom: 15em;
  z-index: 9;
  margin-top: -8vw;
  padding-top: 1em;
}
.srEntry::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary01);
  clip-path: polygon(0% 8vw, 31% 0%, 75% 3vw, 100% 8vw, 100% 100%, 0% 100%);
}
.srEntry-wrapper {
  position: relative;
  z-index: 9;
}
.srEntry-heading {
  position: relative;
}


/***********
howto
************/

.howto {
  padding-top: 5em;
  position: relative;
}
.howto-object.-no01 {
  width: clamp(40px,10vw, 97px);
  left: -4%;
  top: -4%;
}
.howto-object.-no02 {
  width: clamp(150px,30vw, 320px);
  right: -4%;
  top: -6%;
  z-index: 9;
}
.howto-object.-no03 {
  width: clamp(100px,20vw, 200px);
  left: -4%;
  bottom: -10%;
  z-index: 9;
}

.howto-container {
  max-width: 1100px;
  margin: 0 auto;
  background-color: var(--color-base);
  border-radius: 40px;
  border: 2px solid var(--color-main);
  padding: min(5vw,4em) min(7vw,4em);
  position: relative;
}
.howto-container.-noOffsetTop {
  padding-top: 0;
}
.howto-container + .howto-container {
  margin-top: 20px;
}
.howto-container.-connect::before,
.howto-container.-connect::after {
  content: "";
  display: block;
  width: 12px;
  height: 80px;
  background: url(../../img/stamprally2025/connect_or.png) no-repeat 0 0 / 100% auto;
  position: absolute;
  top: 0;
  translate: 0 calc(-50% - 10px);
}
.howto-container.-connect::before {
  left: 15%;
}
.howto-container.-connect::after {
  right: 15%;
}

/*
separate
*/

.howto-faq {
  text-align: center;
  color: var(--color-base);
  padding-top: 4em;
  position: relative;
}
.howto-faq-inner {
}
.howto-faq-text {
  font-size: clamp(15px,1.6vw, 20px);
  line-height: 1.8;
}
.howto-faq-link {
  padding-top: 2em;
}

.howto-faq-object.-no01 {
  width: clamp(100px,30vw, 300px);
  right: calc(50% + 400px);
  top: 1em;
}
.howto-faq-object.-no02 {
  width: clamp(80px,20vw, 180px);
  left: calc(50% + 400px);
  top: 2em;
  scale: -1 1;
}


/*
character
*/



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

  .howto {
  }
  .howto-container {
    border-radius: 20px;
    border-width: 2px;
    padding: min(5vw,2em) min(4vw,2em);
    margin-left: -2vw;
    margin-right: -2vw;
  }
  .howto-container.-noOffsetTop {
    padding-top: 0;
  }
  .howto-container + .howto-container {
    margin-top: 10px;
  }
  .howto-container.-connect::before,
  .howto-container.-connect::after {
    width: 8px;
    height: 56px;
    translate: 0 calc(-50% - 6px);
  }



  .howto-object.-no01 {
    width: clamp(40px,20vw, 97px);
    left: auto;
    right: 0;
    top: 4%;
    z-index: 9;
  }
  .howto-object.-no02 {
    right: -4%;
    top: 6%;
  }
  .howto-object.-no03 {
    left: -2%;
    bottom: -2%;
  }



  .howto-heading {
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-size: clamp(13px,3.4vw, 18px);
  }
  .howto-heading-box {
    display: block;
  }
  .howto-heading-title {
    font-size: 170%;
  }
  .howto-heading-subTitle {
  }


  .howto-separate {
    display: block;
    text-align: center;
    padding: 2em 0;
  }
  .howto-separate-inner {
    padding-right: 0;
    padding-bottom: 1em;
  }
  .howto-separate-text {
    font-size: clamp(15px,3.2vw, 16px);
    line-height: 1.8;
  }



  .howto-faq-object.-no01 {
    width: 120px;
    inset: auto;
    left: -5vw;
    top: -30%;
  }
  .howto-faq-object.-no02 {
    width: 80px;
    inset: auto;
    right: 5vw;
    top: 110%;
  }


}


/***********
howtoSlide
************/

.howtoSlide {
  position: relative;
}
.howtoSlide-wrapper {
  display: flex;
  margin: 0 max(-7vw,-4em);
  padding-bottom: 50px;
  position: relative;
}
.howtoSlide-section {
  padding: min(10vw,6em) min(4vw,6em) 1em;
}

.howtoSlide-heading {
  display: none;
}

.howtoSlide-container {
  display: flex;
}
.howtoSlide-visual {
  width: 44%;
  padding: 0 5%;
}
.howtoSlide-img {
}
.howtoSlide-img figcaption{
  text-align: right;
  padding-top: 0.5em;
}
.howtoSlide-inner {
  flex: 1;
  padding: 1em 0;
}
.howtoSlide-title {
  font-size: clamp(20px,2.2vw, 26px);
  padding-bottom: 0.8em;
  line-height: 1.35;
  color: var(--color-secondary01);
  position: relative;
  padding-left: 2.4em;
}
.howtoSlide-title-num {
  display: inline-block;
  font-size: 280%;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -65%;
  text-stroke: 0.6px #000;
  -webkit-text-stroke: 0.6px #000;
}

.howtoSlide-text {
  font-size: clamp(15px,1.4vw, 18px);
  line-height: 1.8;
}
.howtoSlide-link {
  padding-top: 2em;
}


/*
control
*/

.howtoSlide .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.howtoSlide .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  border: 2px solid var(--color-secondary01);
  cursor: pointer;
}
.howtoSlide .slick-dots .slick-active button{
  background-color: var(--color-secondary01);
}


.howtoSlide-arrow {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.howtoSlide-arrow button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 2px solid var(--color-main);
  background-color: var(--color-base);
  border-radius: 50%;
  z-index: 9;
  position: absolute;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.howtoSlide-arrow button.is-disabled {
  opacity: 0;
  pointer-events: none;
}
body.is-pc .howtoSlide-arrow button:hover {
  background-color: #eee;
}
.howtoSlide-arrow button img {
  width: 50%;
  margin: 0 auto;
}
.howtoSlide-arrow button.howtoSlide-prev img {
  scale: -1 1;
}
.howtoSlide-prev {
  left: calc(max(-7vw,-3em) - 30px);
}
.howtoSlide-next {
  right: calc(max(-7vw,-3em) - 30px);
}


/*
color
*/

.howtoSlide.-blue .slick-dots button{
  border: 2px solid var(--color-brand01);
}
.howtoSlide.-blue .slick-dots .slick-active button{
  background-color: var(--color-brand01);
}
.howtoSlide.-blue .howtoSlide-heading,
.howtoSlide.-blue .howtoSlide-title {
  color: var(--color-brand01);
}
.howtoSlide.-blue .howtoSlide-title-num {
  color: var(--color-brand01);
}


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

  .howtoSlide {
  }
  .howtoSlide-wrapper {
    display: flex;
    margin: 0 max(-4vw,-2em);
    padding-bottom: 40px;
    margin-bottom: 2em;
  }
  .howtoSlide-section {
    padding-top: 2em;
  }

  .howtoSlide-heading {
    display: block;
    font-size: 70px;
    line-height: 1;
    padding-bottom: 0.3em;
    color: var(--color-secondary01);
    padding-left: 0.2em;
    text-stroke: 0.6px #000;
    -webkit-text-stroke: 0.6px #000;
  }

  .howtoSlide-container {
    display: block;
  }
  .howtoSlide-visual {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0;
  }
  .howtoSlide-img {
  }
  .howtoSlide-img figcaption{
    font-size: 11px;
  }
  .howtoSlide-inner {
    padding: 2em 0 0;
  }
  .howtoSlide-title {
    font-size: clamp(20px,4vw, 22px);
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0.2em;
  }
  .howtoSlide-title-num {
    display: none;
  }
  .howtoSlide-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .howtoSlide-link {
    text-align: center;
    padding-top: 2em;
  }


  /*
  control
  */


  .howtoSlide-arrow button {
    width: 32px;
    height: 32px;
  }
  .howtoSlide-arrow button.is-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .howtoSlide-arrow button img {
    width: 60%;
  }
  .howtoSlide-arrow button.howtoSlide-prev img {
    scale: -1 1;
  }
  .howtoSlide-prev {
    left: calc(max(-4vw,-2em) - 14px);
  }
  .howtoSlide-next {
    right: calc(max(-4vw,-2em) - 14px);
  }


}


/***********
srEntry-cv
************/

.srEntry-cv {
  padding-top: 2em;
}
.srEntry-cv-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-base);
  color: var(--color-secondary01);
  border: 2px solid var(--color-secondary01);
  border-radius: 8px;
  text-decoration: none;
  padding: 0.8em 4em 0.8em 2em;
  position: relative;
}
body.is-pc a.srEntry-cv-btn:hover {
  background-color: #fffce6;
}
.srEntry-cv-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.4;
}

.srEntry-cv-qr {
  width: 100px;
}
.srEntry-cv-inner {
  padding-left: 1.5em;
}
.srEntry-cv-text {
  font-size: clamp(15px,1.4vw, 18px);
  font-weight: 500;
}
.srEntry-cv-tips {
  font-size: clamp(12px,1vw, 14px);
  padding-top: 0.5em;
}

.srEntry-help {
  display: flex;
  justify-content: center;
}
.srEntry-help-inner {
  padding-right: 2em;
}
.srEntry-help-link {
  width: 50%;
}


.srEntry-cv-btn.-close {
  position: relative;
  isolation: isolate;
  transform: translateZ(0);
  pointer-events: none;
}
.srEntry-cv-btn.-close::before {
  content: "本ラリーは終了しました";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: inherit;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  color: var(--color-base);
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 99;
  font-size: clamp(16px,3.8vw, 20px);
  font-weight: 600;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}






/***********
srApplication
************/

.srApplication {
  position: relative;
  padding-bottom: 15em;
  z-index: 9;
  padding-top: 2em;
  background-color: var(--color-primary01)
}
.srApplication::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-highlight01);
  clip-path: polygon(0% 8vw, 31% 0%, 75% 3vw, 100% 8vw, 100% 100%, 0% 100%);
}
.srApplication-wrapper {
  position: relative;
  z-index: 9;
}
.srApplication-heading {
  position: relative;
}


/***********
srSpot
************/

.srSpot {
  position: relative;
  z-index: 9;
  background-color: var(--color-highlight01)
}
.srSpot::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-base);
  clip-path: polygon(0% 10vw, 22% 0%, 80% 6vw, 100% 10vw, 100% 100%, 0% 100%);
}
.srSpot-wrapper {
  position: relative;
  z-index: 9;
  padding-bottom: 15em;
}
.srSpot-heading {
  position: relative;
}

.srSpot-heading-object.-no01 {
  width: clamp(50px,16vw, 180px);
  left: calc(50% + 490px);
  top: -100%;
}
.srSpot-object.-no01 {
  width: clamp(50px,16vw, 180px);
  right: calc(50% + 490px);
  bottom: 0;
}

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

  .srSpot-object.-no01 {
    right: calc(100% - 180px);
    bottom: 0;
  }
}

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

  .srSpot {
    position: relative;
    z-index: 9;
    background-color: var(--color-highlight01)
  }
  .srSpot::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-base);
    clip-path: polygon(0% 10vw, 22% 0%, 80% 6vw, 100% 10vw, 100% 100%, 0% 100%);
  }
  .srSpot-wrapper {
    padding-bottom: 120px;
  }

  .srSpot-heading-object.-no01 {
    width: 100px;
    left: calc(100% - 100px);
    top: -140px;
  }
  .srSpot-object.-no01 {
    right: auto;
    left: 5vw;
    width: 100px;
    bottom: -40px;
  }
}

/***********
srSpotCv
************/

.srSpotCv {
  display: flex;
  justify-content: center;
  padding-top: 5em;
  position: relative;
  z-index: 8;
}
.srSpotCv-item {
  width: 100%;
  max-width: 633px;
  aspect-ratio: 95 / 60;
  position: relative;
}
.srSpotCv-item a {
  display: block;
}
.srSpotCv-base,
.srSpotCv-img01,
.srSpotCv-img02,
.srSpotCv-text {
  transition: 0.2s;
}
.srSpotCv-img01 {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.srSpotCv-img02 {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.srSpotCv-text {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.srSpotCv-item.-no01 {
  translate: 7% 0;
}
.srSpotCv-item.-no01 a:hover .srSpotCv-base {
  scale: 1.05;
  translate: -3% 1%;
}
.srSpotCv-item.-no01 a:hover .srSpotCv-img01 {
  translate: -10% 1%;
  scale: 1.03;
}
.srSpotCv-item.-no01 a:hover .srSpotCv-img02 {
  translate: 1% -5%;
  rotate: 5deg;
  scale: 1.03;
}
.srSpotCv-item.-no01 a:hover .srSpotCv-text {
  translate: -4% -3%;
  scale: 1.03;
}

.srSpotCv-item.-no02 {
  translate: -7% 0;
  margin-top: 8em;
}
.srSpotCv-item.-no02 a:hover .srSpotCv-base {
  scale: 1.05;
  translate: 3% -1%;
}
.srSpotCv-item.-no02 a:hover .srSpotCv-img01 {
  translate: 5% -5%;
  rotate: -5deg;
  scale: 1.03;
}
.srSpotCv-item.-no02 a:hover .srSpotCv-img02 {
  translate: -3% -2%;
  scale: 1.05;
}
.srSpotCv-item.-no02 a:hover .srSpotCv-text {
  translate: 4% 1%;
  scale: 1.03;
}

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

  .srSpotCv {
    margin-left: -4vw;
    padding-right: -8vw;
  }

}

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


  .srSpotCv {
    display: block;
    padding-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }
  .srSpotCv-item {
    width: 92%;
  }
  .srSpotCv-item a {
    display: block;
  }

  .srSpotCv-item.-no01 {
    translate: -4% 0;
  }

  .srSpotCv-item.-no02 {
    translate: 12% 0;
    margin-top: -1em;
  }

}

/***********
srContact
************/

.srContact {
  padding-top: 15em;
  padding-bottom: 15em;
  background-color: var(--color-highlight01);
}

.srContact-container {
  color: var(--color-base);
  padding: 8em 5%;
  text-align: center;
  position: relative;
}
.srContact-container::after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  background-color: var(--color-primary01);
  clip-path: polygon(2% 20%, 20% 2%, 85% 0%,100% 50%, 95% 95%, 16% 100%, 0% 70%);
}
.srContact-container-inner {
  position: relative;
  z-index: 2;
}

.srContact-heading {
  display: inline-block;
  border-bottom: 1px solid var(--color-base);
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.srContact-heading-title {
  font-size: clamp(20px,2.4vw, 26px);
}
.srContact-heading-text {
  font-size: clamp(12px,1.2vw, 16px);
  font-weight: 500;
  padding-top: 0.8em;
  line-height: 1.8;
}
.srContact-title {
  font-size: clamp(16px,2vw, 20px);
  font-weight: 700;
  padding-bottom: 1.5em;
}
.srContact-box {
  display: inline-block;
  text-align: left;
}
.srContact-data {
  display: flex;
  align-items: start;
}
.srContact-data dt {
  font-family: var(--font-family-en);
  font-size: clamp(16px,1.6vw, 20px);
  font-weight: 500;
  border-radius: 5px;
  min-width: 4em;
  text-align: center;
  background-color: #F39800;
  color: var(--color-base);
}
.srContact-data + .srContact-data {
  margin-top: 1.5em;
}
.srContact-data dd {
  padding-left: 1.5em;
}
.srContact-data-num {
  font-family: var(--font-family-en);
  font-size: clamp(16px,1.6vw, 36px);
  font-weight: 500;
  color: var(--color-base);
  text-decoration: none;
  line-height: 1;
}
.srContact-data-text {
  font-size: clamp(11px,1.2vw, 16px);
  padding-top: 0.2em;
}

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

  .srContact {
    padding-top: 7em;
    padding-bottom: 10em;
  }

  .srContact-container {
    border-radius: 15px;
    border-width: 2px;
    padding-block: 6em;
  }

  .srContact-cloud {
  }
  .srContact-cloud.is-show {
  }
  .srContact-cloud.-no01 {
    width: 200px;
    left: -5%;
    top: -20%;
  }
  .srContact-cloud.-no02 {
    width: 200px;
    right: -5%;
    bottom: -20%;
  }


  .srContact-heading {
    display: inline-block;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
  }
  .srContact-heading-title {
    font-size: clamp(20px,4.6vw, 26px);
    line-height: 1.4;
  }
  .srContact-heading-text {
  }
  .srContact-title {
    font-size: clamp(16px,3.8vw, 20px);
    padding-bottom: 1em;
    font-weight: 500;
    line-height: 1.4;
  }
  .srContact-data dt {
    font-size: clamp(14px,3vw, 16px);
    border-radius: 5px;
    min-width: 3.4em;
  }
  .srContact-data + .srContact-data {
    margin-top: 1.5em;
  }
  .srContact-data dd {
    padding-left: 0.8em;
  }
  .srContact-data-num {
    font-size: clamp(13px,4vw, 20px);
  }
  .srContact-data-text {
    padding-top: 0.2em;
  }

}

/***********
srVisual
************/

.srVisual {
  background: url(../../img/stamprally2025/visual02.jpg) repeat-x 0 0 / 2405px 600px;
  animation: anim-srVisual-bg 100s linear infinite;
  height: 600px;
}

@keyframes anim-srVisual-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2405px 0;
  }
}

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

  .srVisual {
    background-size: 1600px 400px;
    animation: anim-srVisual-bg 100s linear infinite;
    height: 400px;
  }

  @keyframes anim-srVisual-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1600px 0;
    }
  }

}

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

  .srVisual {
    background-size: 1200px 300px;
    animation: anim-srVisual-bg 60s linear infinite;
    height: 300px;
  }

  @keyframes anim-srVisual-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 1200px 0;
    }
  }

}



/***********
srFixedCv
************/

.srFixedCv {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9990;
  width: clamp(120px,16vw, 190px);
  translate: 0 calc(100% + 60px);
  transition: 0.7s;
}
body.is-loaded .srFixedCv {
  translate: 0 0;
  transition-delay: 0.5s;
}

.srFixedCv a {
  display: block;
  transition: 0.2s;
}
body.is-pc .srFixedCv a:hover {
  scale: 1.03;
}
.srFixedCv-base {
}
.srFixedCv-base.-large {
}
.srFixedCv-text {
  position: absolute;
  left: 0;
  top: 0;
  animation: anim-srFixedCv 3s infinite ease-in-out;
  transform-origin: center center;
}
.srFixedCv-text.-large img {
  scale: 1.2;
  translate: 0 10%;
}

@keyframes anim-srFixedCv {
  0%   { transform: rotate(5deg); }
  50%  { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

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

  .srFixedCv {
    right: 5px;
    bottom: 10px;
    width: clamp(80px,35vw, 110px);
  }

}

/***********
srHeadline
************/

.srHeadline {
  text-align: center;
  margin-bottom: 3em;
}
.srHeadline-subTitle {
}
.srHeadline-subTitle img {
  width: auto;
  height: 100px;
}
.srHeadline-title {
  display: inline-block;
  width: 100%;
  max-width: 14em;
  font-size: clamp(26px,3vw, 45px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.3em;
  line-height: 1;
  padding: 0.2em 0 0.3em;
  margin-top: -0.2em;
  position: relative;
  z-index: 2;
  border: 2px solid var(--color-main);
  border-radius: 3em;
  background-color: var(--color-base);
}


.srHeadline-character {
  position: relative;
}
.srHeadline-character-box {
  width: clamp(100px,28vw, 320px);
  position: absolute;
  left: 50%;
  bottom: 100%;
  translate: -50% 0 ;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.srHeadline-character-box img {
  translate: 5% 100% ;
}
.srHeadline.is-show .srHeadline-character-box img{
  translate: 5% 0 ;
  transition: translate 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}


.srHeadline.-blue .srHeadline-title {
  color: var(--color-brand01);
}
.srHeadline.-orange .srHeadline-title {
  color: var(--color-secondary01);
}


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

  .srHeadline-subTitle img {
    width: auto;
    height: 6.5vw;
  }

}

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

  .srHeadline {
    margin-bottom: 2em;
  }
  .srHeadline-subTitle {
  }
  .srHeadline-subTitle img {
    height: 7.5vw;
  }
  .srHeadline-subTitle img[src*="prize"] {
    height: 12vw;
    max-height: 70px;
  }
  .srHeadline-title {
    font-size: clamp(18px,5.5vw, 26px);
    max-width: 13em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: -0.15em;
  }

  .srHeadline-character {
    position: relative;
  }
  .srHeadline-character-box {
    width: clamp(100px,50vw, 240px);
  }

}

/***********
srHeading
************/

.srHeading {
  text-align: center;
  font-size: clamp(16px,2vw, 22px);
  padding-bottom: 2em;
}
.srHeading-title {
  font-weight: 700;
  font-size: 200%;
  letter-spacing: 0.08em;
}
.srHeading-subTitle {
  font-family: var(--font-family-sr-en);
  font-weight: 800;
  letter-spacing: 0.2em;
}

.srHeading-text {
  line-height: 2;
  font-size: clamp(14px,3.6vw, 16px);
  padding-top: 2em;
  text-align: center;
  color: var(--color-main);
}

.srHeading.-gold {
  color: var(--color-sc-brand01);
}

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

  .srHeading {
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-size: clamp(13px,3.4vw, 18px);
  }
  .srHeading-title {
    font-size: 170%;
  }

}

/***********************************************
Special course
************************************************/

/***********
srcMainVisual
************/

.srcMainVisual {
  background: url(../../img/stamprally2026/course/mv_bg.png) repeat-x -5vw 30% / auto 70%;
  background-color: var(--color-sc-sub01);
  position: relative;
  padding-top: 5vw;
}
.srcMainVisual::after {
  content: "";
  display: block;
  width: 100vw;
  height: 80%;
  position: absolute;
  left: 0;
  top: 5%;
  --img-ratio: calc(3600 / 840);
  background: url(../../img/stamprally2026/course/mv_slide.png) repeat-x left top / auto 100%;
  animation: anim-srcMainVisual-bg01 100s linear infinite ;
  pointer-events: none;
  opacity: 0;
}
body.is-loaded .srcMainVisual::after {
  opacity: 1;
  transition: 1s;
}
@keyframes anim-srcMainVisual-bg01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(100% * var(--img-ratio)) 0;
  }
}

.srcMainVisual-wrapper {
  position: relative;
  z-index: 9;
  min-height: 600px;
}

.srcMainVisual-visual {
  text-align: right;
  padding-right: 8vw;
}
.srcMainVisual-visual img {
  width: 55vw;
}

.srcMainVisual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding-top: 3vw;
  padding-left: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}
.srcMainVisual-inner {
  position: relative;
}
.srcMainVisual-enTitle {
  width: clamp(300px,35vw, 1200px);
}

.srcMainVisual-block {
  display: flex;
  align-items: start;
}
.srcMainVisual-title {
  font-size: clamp(16px,1.7vw, 40px);
  font-weight: 700;
  background-color: var(--color-primary01);
  border: 2px solid var(--color-main);
  border-radius: 3em;
  color: var(--color-base);
  letter-spacing: 0.08em;
  padding: 0.1em 3em 0.2em;
}
.srcMainVisual-character {
  width: clamp(120px,16vw, 500px);
  margin-top: -2%;
}

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

  .srcMainVisual-wrapper {
    min-height: initial;
  }

  .srcMainVisual-visual {
    padding-right: 0;
  }
  .srcMainVisual-visual img {
    width: 65vw;
  }

  .srcMainVisual-container {
    min-height: 300px;
    padding-top: 3vw;
    padding-left: 100px;
  }
  .srcMainVisual-inner {
    position: relative;
  }

}

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


  .srcMainVisual {
    background: url(../../img/stamprally2026/course/mv_bg.png) repeat -5vw 30% / auto 50%;
    background-color: var(--color-sc-sub01);
    padding-top: 5vw;
  }
  .srcMainVisual::after {
    width: 100vw;
    height: 70%;
    top: 10%;
    animation: anim-srcMainVisual-bg01 100s linear infinite -20s ;
  }
  body.is-loaded .srcMainVisual::after {
    opacity: 1;
    transition: 1s;
  }
  @keyframes anim-srcMainVisual-bg01 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: calc(100% * var(--img-ratio)) 0;
    }
  }

  .srcMainVisual-wrapper {
    position: relative;
    z-index: 9;
    min-height: initial;
    height: 200vw;
    height: min(170vw,800px);
  }

  .srcMainVisual-visual {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .srcMainVisual-visual img {
    width: min(95vw,520px);
  }

  .srcMainVisual-container {
    position: relative;
    inset: auto;
    min-height: initial;
    padding-top: min(45vw,150px);;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
    text-align: center;
  }
  .srcMainVisual-inner {
    position: static !important;
  }
  .srcMainVisual-enTitle {
    width: clamp(240px,90vw, 600px);
    margin: 0 auto;
  }

  .srcMainVisual-block {
    display: block;
    align-items: start;
    position: static;
  }
  .srcMainVisual-title {
    display: inline-block;
    font-size: clamp(16px,1.7vw, 40px);
    border-width: 1.5px;
    padding-top: 0.3em;
    padding-bottom: 0.4em;
  }
  .srcMainVisual-character {
    position: absolute;
    inset: auto;
    left: 5vw;
    bottom: 0;
    width: 50vw;
    margin-top: 0;
  }

}

/***********
srcDesc
************/

.srcDesc {
  background-color: var(--color-sc-sub01);
  position: relative;
  padding-top: 6em;
  padding-bottom: 14em;
}
.srcDesc-container {
  position: relative;
}
.srcDesc-text {
  font-size: clamp(15px,3.6vw, 18px);
  line-height: 2.2;
  text-align: center;
}

.srcDesc-object.-no01 {
  width: 285px;
  right: calc(50% + 33em);
  top: 50%;
  translate: 0 -50%;
}
.srcDesc-object.-no02 {
  width: 330px;
  left: calc(50% + 33em);
  top: 50%;
  translate: 0 -50%;
}

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

  .srcDesc {
    padding-top: 1em;
    padding-bottom: 0;
  }
  .srcDesc-container {
    position: relative;
    padding-bottom: 10em;
  }

  .srcDesc-text {
    padding-inline: 0;
    font-size: clamp(15px,3.6vw, 18px);
    line-height: 1.8;
    text-align: justify;
  }
  .srcDesc-object.-no01 {
    width: 30vw;
    max-width: 150px;
    inset: auto;
    right: 0;
    bottom: calc(100% - 2em);
    translate: 0 0;
  }
  .srcDesc-object.-no02 {
    width: 30vw;
    max-width: 150px;
    inset: auto;
    left: -30px;
    bottom: 0;
    translate: 0 0;
  }


}

/***********
srcIntro
************/

.srcIntro {
  position: relative;
  padding-bottom: 15em;
  background-color: var(--color-sc-sub01);
}
.srcIntro::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-highlight01);
  clip-path: polygon(0% 8vw, 25% 3vw, 70% 1vw, 100% 7vw, 100% 100%, 0% 100%);
}
.srcIntro-wrapper {
  position: relative;
  z-index: 9;
}
.srcIntro-heading {
  position: relative;
}
.srcIntro-heading-text {
  font-size: clamp(15px,1.2vw, 16px);
  line-height: 1.8;
  text-align: center;
}

.srcIntro-base {
  max-width: 1100px;
  margin: 7em auto 0;
}

.srcIntro-map {
  position: relative;
}
.srcIntro-spot {
  position: relative;
}


/*
object
*/

.srcIntro-object {
  position: absolute;
  z-index: 9;
  pointer-events: none;
}

.srcIntro-heading-object.-no01 {
  width: 130px;
  right: calc(50% + 600px);
  top: 11em;
}

.srcIntro-object.-no01 {
  width: clamp(80px,20vw, 170px);
  left: calc(50% + 520px);
  top: 4em;
}
.srcIntro-object.-no02 {
  width: 140px;
  left: 100%;
  bottom: 0;
}
.srcIntro-object.-no03 {
  width: 120px;
  right: calc(100% + 2em);
  top: 75%;
}

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

  .srcIntro-base {
    padding-inline: min(3vw,30px);
  }
}

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

  .srcIntro {
    padding-bottom: 8em;
  }

  /*
  object
  */

  .srcIntro-object {
  }

  .srcIntro-heading-object.-no01 {
    width: 80px;
    inset: auto;
    left: 0;
    top: calc(100% + 1em);
  }

  .srcIntro-object.-no01 {
    width: 80px;
    inset: auto;
    right: 0;
    bottom: calc(100% + 3em);
  }
  .srcIntro-object.-no02 {
    width: 80px;
    inset: auto;
    right: 0;
    bottom: 0;
  }
  .srcIntro-object.-no03 {
    width: 80px;
    inset: auto;
    left: 0;
    bottom: -4em;
  }

}


/***********
srcPrize
************/

.srcPrize {
  position: relative;
  background-color: var(--color-highlight01);
  padding-bottom: 8em;
}
.srcPrize::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF0D0;
  clip-path: polygon(0% 8vw, 25% 3vw, 70% 1vw, 100% 7vw, 100% 100%, 0% 100%);
}
.srcPrize-wrapper {
  position: relative;
  z-index: 9;
}
.srcPrize-heading {
  position: relative;
}
.srcPrize-heading-text {
  font-size: clamp(15px,1.2vw, 16px);
  line-height: 1.8;
  text-align: center;
  padding-inline: min(4vw,30px);
}



.srcPrize-object.-no01 {
  width: 160px;
  left: calc(50% + 450px);
  bottom: 90%;
}

.srcPrize-heading-object.-no01 {
  width: 70px;
  right: calc(50% + 500px);
  bottom: 0;
}
.srcPrize-heading-object.-no02 {
  width: 50px;
  left: calc(50% + 560px);
  top: 13em;
}
.srcPrize-heading-object.-no03 {
  width: 50px;
  right: calc(50% + 400px);
  bottom: 100%;
}

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

  .srcPrize-object.-no01 {
    width: 70px;
    inset: auto;
    right: 1em;
    bottom: calc(100% + 1em);
  }

}


/***********
srcCoupon
************/

.srcCoupon {
  position: relative;
  padding-top: 100px;
  padding-bottom: 15em;
  text-align: center;
  background-color: #FFF0D0;
}
.srcCoupon::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 16em;
  background-color: var(--color-highlight01);
  clip-path: polygon(0% 8vw, 25% 3vw, 70% 1vw, 100% 7vw, 100% 100%, 0% 100%);
}
.srcCoupon-wrapper {
  position: relative;
  z-index: 9;
}

.srcCoupon-object.-no01 {
  width: 200px;
  position: absolute;
  right: calc(50% + 400px);
  top: -20px;
}

.srcCoupon-container {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.srcCoupon-inner {
}
.srcCoupon-inner-box {
  background: url(../../img/stamprally2026/course/present_bg.png) no-repeat center center / 100% auto;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--color-base);
  flex: 1;
  font-size: clamp(14px,4vw, 16px);
  padding: 4em 5em;
  margin-right: -3.5em;
}
.srcCoupon-title {
  font-size: 220%;
  font-weight: 700;
  padding-bottom: 0.2em;
}
.srcCoupon-text {
  font-size: 110%;
  font-weight: 500;
  line-height: 1.6;
}
.srcCoupon-subText {
}
.srcCoupon-subText::before {
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background-color: var(--color-base);
  margin: 1em auto;
}
.srcCoupon-visual {
  text-align: center;
  max-width: 300px;
}
.srcCoupon-img {
  margin: 0 auto 1em;
  width: clamp(160px,100%, 253px);
}
.srcCoupon-app {
  display: inline-flex;
  justify-content: center;
  gap: 0 20px;
  padding-top: 1em;
}
.srcCoupon-app a {
  display: block;
}
.srcCoupon-app a img {
  width: auto;
  height: 47px;
}


.srcCoupon-base {
  position: relative;
  z-index: 2;
  padding-top: 4em;
}
.srcCoupon-balloon {
  text-align: left;
}
.srcCoupon-balloon-title {
  display: inline-block;
  padding: 1.5em 1.5em;
  margin-bottom: 2.5em;
  font-size: clamp(16px,4vw, 18px);
  background-color: var(--color-base);
  color: var(--color-main);
  border: 2px solid var(--color-main);
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  animation: anim-srcCoupon-balloon 4s  infinite;
}
.srcCoupon-balloon-title::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 3px solid var(--color-main);
  position: absolute;
  left: 15%;
  top: 100%;
  background: inherit;
  transform: translateY(-51%) scale(0.6, 1) rotate(-45deg) ;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);

}
@keyframes anim-srcCoupon-balloon {
  0% {transform: translateY(0px);}
  3% {transform: translateY(-6px);}
  6% {transform: translateY(0px);}
  9% {transform: translateY(-6px);}
  12% {transform: translateY(0px);}
}



.srcCoupon-link {
  padding-top: 4em;
}
.srcCoupon-btn {
  isolation: isolate;
  display: inline-block;
  background-color: var(--color-sc-brand01);
  color: var(--color-base);
  font-size: clamp(14px,3.4vw, 16px);
  font-weight: 500;
  min-width: 22em;
  border-radius: 3em;
  border: 2px solid var(--color-main);
  text-decoration: none;
  text-align: center;
  padding: 1.5em 3em;
  position: relative;
}
.srcCoupon-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f019";
  position: absolute;
  right: 1.5em;
  top: 50%;
  scale: 1.2;
  translate: 0 -50%;
}
body.is-pc .srcCoupon-btn:hover {
  background-color: #bb8000;
}


/*
ticket
*/

.srcCoupon-slider {
  font-size: clamp(15px,1vw, 18px);
}
.srcCoupon-ticket {
  width: 30em;
  background: url(../../img/stamprally2025/course/coupon_icon_base.png) no-repeat 0 0 / 100% 100%;
  aspect-ratio: 1162 / 305;
  display: flex;
  align-items: center;
}
.srcCoupon-ticket-icon {
  width: 23.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.srcCoupon-ticket-icon img {
  width: 80%;
  margin: 0 auto;
}
.srcCoupon-ticket-inner {
  flex: 1;
  text-align: left;
  padding: 1em 2em;
}
.srcCoupon-ticket-title {
  font-weight: 600;
  font-feature-settings: "palt";
  color: var(--color-sc-brand01);
}
.srcCoupon-ticket-area {
  display: inline-block;
  font-size: 70%;
  font-weight: 400;
  padding: 0.1em 0.5em;
  margin: 2px 0 2px 0.6em;
  translate: 0 -10%;
  vertical-align: middle;
  border: 1px solid var(--color-sc-brand01);
}
.srcCoupon-ticket-text {
  font-size: 80%;
  padding-top: 0.3em;
  line-height: 1.4;
  ,ax-height: calc(3em * 1.4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


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

  .srcCoupon {
    padding-top: 0;
    padding-bottom: 8em;
  }
  .srcCoupon::after {
    width: 100%;
    height: 200vh;
    background-size:  max(120%,1200px) auto;
    background-position: center 80px;
  }
  .srcCoupon-container {
    display: block;
  }
  .srcCoupon-container::before {
    width: 20px;
    height: 20px;
    left: 20px;
    top: -20px;
  }
  .srcCoupon-container::after {
    width: 30px;
    height: 30px;
    left: 30px;
    top: 0px;
  }

  .srcCoupon-object.-no01 {
    width: 120px;
    inset: auto;
    position: absolute;
    left: 10px;
    top: -100px;
  }


  .srcCoupon-inner {
  }
  .srcCoupon-inner-box {
    display: inline-flex;
    font-size: clamp(12px,3.4vw, 14px);
    padding: 3em 3em;
    margin-right: 0;
  }

  .srcCoupon-visual {
    text-align: center;
    max-width: 380px;
    margin: -2em auto 0;
    display: flex;
    gap: 0 20px;
    align-items: center;
  }
  .srcCoupon-img {
    margin: 0 auto 1em;
    width: clamp(160px,100%, 253px);
  }
  .srcCoupon-app {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px 10px;
  }
  .srcCoupon-app a img {
    height: 40px;
  }


  .srcCoupon-base {
    padding-top: 4em;
  }
  .srcCoupon-balloon {
    text-align: center;
  }
  .srcCoupon-balloon-title {
    padding: 1.2em 1.2em;
    margin-bottom: 2em;
  }



  .srcCoupon-link {
    padding-top: 4em;
  }
  .srcCoupon-btn {
    isolation: isolate;
    display: inline-block;
    background-color: var(--color-sc-brand01);
    color: var(--color-base);
      font-size: clamp(14px,3.4vw, 16px);
    font-weight: 500;
    min-width: 22em;
    border-radius: 3em;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 3em;
    position: relative;
  }
  .srcCoupon-btn::after {
    content: "";
    display: block;
    width: 1em;
    height: 2em;
    background: url(../../img/stamprally2025/heart_dl_wt.png) no-repeat center center / 100% auto;
    position: absolute;
    right: 1.5em;
    top: 50%;
    scale: 1.2;
    translate: 0 -50%;
    transition: 0.3s;
  }
  body.is-pc .srcCoupon-btn:hover {
    opacity: 0.7;
  }



  .srcCoupon-title {
    font-size: 160%;
  }

  /*
  ticket
  */

  .srcCoupon-slider {
    font-size: clamp(14px,3.2vw, 16px);
  }
  .srcCoupon-ticket {
    width: 25em;
  }
  .srcCoupon-ticket-inner {
    padding: 0.8em 1.2em;
  }

}

/***********
marquee
************/

.marquee {
  position: relative;
  overflow: hidden;
  width: 300vw;
  margin-left: -100vw;
}

.marquee-track {
  position: relative;
}

.marquee-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 8px;
}
@media screen and (max-width:834px) {

  .marquee-item {
    padding: 3px;
  }

}


/***********
srVisual
************/

.srcCta {
  position: relative;
  z-index: 9;
  background-color: var(--color-highlight01);
}

.srcCta-visual {
  background: url(../../img/stamprally2026/course/visual02.png) repeat-x 0 0 / 3017px 601px;
  animation: anim-srcCta-visual-bg 60s linear infinite;
  height: 601px;
}

@keyframes anim-srcCta-visual-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 3017px 0;
  }
}



.srcCta-item {
  width: 100%;
  max-width: 633px;
  aspect-ratio: 95 / 70;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50% ;
}
.srcCta-item a {
  display: block;
}
.srcCta-base,
.srcCta-text,
.srcCta-btn,
.srcCta-character {
  transition: 0.2s;
}
.srcCta-character {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.srcCta-text {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.srcCta-btn {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.srcCta-item a:hover .srcCta-base {
  scale: 1.01;
}
.srcCta-item a:hover .srcCta-character {
  scale: 1.06;
}
.srcCta-item a:hover .srcCta-text {
  translate: -3% -3%;
  rotate: -3deg;
  scale: 1.03;
}
.srcCta-item a:hover .srcCta-btn {
  translate: 3% 2%;
  scale: 1.01;
}




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

  .srcCta {
    position: relative;
    z-index: 9;
    background-color: var(--color-highlight01);
  }

  .srcCta-visual {
    background-size: calc(3017px / 2) 100%;
    animation-duration: 30s;
    height: calc(601px / 2);
  }

  @keyframes anim-srcCta-visual-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(3017px / 2) 0;
    }
  }

  .srcCta-item {
    width: clamp(260px,90vw, 400px);
  }
  .srcCta-btn img {
    transform-origin: right bottom;
    scale: 1.2;
  }

}


/***********
srBackBtn
************/

.srBackBtn {
  isolation: isolate;
  display: inline-block;
  background-color: var(--color-sc-brand01);
  color: var(--color-base);
  font-size: clamp(14px,3.4vw, 16px);
  font-weight: 500;
  min-width: 22em;
  border: 2px solid var(--color-main);
  border-radius: 3em;
  text-decoration: none;
  text-align: center;
  padding: 1.5em 3em;
  position: relative;
}
.srBackBtn::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(../../img/stamprally2026/arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 1.8em;
  top: 50%;
  scale: 1.2;
  rotate: 180deg;
  translate: 0 -50%;
  transition: 0.3s;
  filter: invert(1);
}

body.is-pc .srBackBtn:hover {
  background-color: #bb8000;
}
body.is-pc .srBackBtn:hover::after {
  left: 1.5em;
}


/***********
srcSpot
************/

.srcSpot {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 2.5em 3%;
  counter-reset : srcSpot_num;
  font-size: clamp(15px, calc(9px + 0.5vw), 17px);
}

.srcSpot-section {
  width: 31.3%;
  border: 2px solid var(--color-main);
  background-color: var(--color-base);
  border-radius: 15px;
  padding: min(7vw,1.5em) min(5vw,1.5em) min(3vw,1em) ;
  position: relative;
}
.remodal-is-initialized .srcSpot-section {
  width: 100%;
  border: none;
}
.remodal-is-initialized .srcSpot-section + .srcSpot-section {
}
.srcSpot-cat {
  position: absolute;
  left: 1em;
  top: 1em;
  font-size: 0.85em;
  font-family: var(--font-family-dr-gothic);
  white-space: nowrap;
  text-align: left;
  width: 2em;
  line-height: 2;
}


.srcSpot-container {
}
.srcSpot-visual {
}
.srcSpot-visual img {
  border-radius: 10px;
}

.srcSpot-heading {
  padding-top: 0.8em;
  display: flex;
  color: var(--color-sc-brand01);
}
.srcSpot-heading-title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.35;
  padding-top: 0.1em;
}

.srcSpot-label {
  display: inline-block;
  background-color: var(--color-sc-brand01);
  color: var(--color-base);
  font-size: 0.75em;
  font-feature-settings: "palt";
  font-weight: 500;
  padding: 0.2em 0.8em;
  margin-top: 0.8em;
}

/*
block
*/

.srcSpot-block {
  height: 5.1em;
  overflow: hidden;
}

.srcSpot-summary {
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.6;
  height: calc(3em * 1.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.srcSpot-value {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 0.8em;
  color: #F35D00;
}
.srcSpot-data {
  padding-top: 1em;
}
.srcSpot-table {
  border-top: 1px solid var(--color-sub02);
  font-size: 0.85em;
}
.srcSpot-table tr {
  border-bottom: 1px solid var(--color-sub02);
}
.srcSpot-table th {
  padding: 0.8em 0;
  width: 8em;
  text-align: left;
  vertical-align: text-bottom;
}
.srcSpot-table td {
  padding: 0.8em 0;
  text-align: left;
  vertical-align: text-bottom;
}

.srcSpot-link {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.srcSpot-link-btn {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 500;
  min-width: 14em;
  color: var(--color-sc-brand01);
  padding: 0.6em 3em 0.6em 3em;
  text-align: center;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid var(--color-main);
  position: relative;
}
.srcSpot-link-btn::after {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: url(../../img/stamprally2025/heart_arrow_external_gd.png) no-repeat center center / 26% auto;
  position: absolute;
  right: -2px;
  top: 50%;
  translate: 0 -50%;
  z-index: 9;
  transition: 0.2s;
}
body.is-pc .srcSpot-link-btn:hover {
  background-color: var(--color-sc-brand02);
}
body.is-pc .srcSpot-link-btn:hover::after {
}



.srcSpot-trigger {
}
.srcSpot-trigger-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--color-sc-brand01);
  font-family: var(--font-family-dr-gothic);
  font-size: 0.9em;
  font-weight: 600;
  width: 100%;
  padding: 1.2em 0;
  text-align: center;
  cursor: pointer;
}
.srcSpot-trigger-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\2b";
  margin-left: 0.6em;
}


.srcSpot-more {
  text-align: center;
  padding-top: 2em;
}
.srcSpot-more-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: var(--font-family-dr-gothic);
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  padding: 1.2em 0;
  text-align: center;
  color: var(--color-main);
  cursor: pointer;
}
.srcSpot-more-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f175";
  margin-left: 0.6em;
}

.srcSpot-section.is-active .srcSpot-summary {
  height: auto;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
.srcSpot-section.is-active .srcSpot-heading-title {
  height: auto;
  max-height: initial;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
.srcSpot-section.is-active .srcSpot-trigger-btn::after {
  rotate: 45deg;
}



.srcSpot-pv {
  padding-top: 4em;
  padding-bottom: 12em;
}
.srcSpot-pv img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 7;
}


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

  .srcSpot {
    display: flex;
    gap: 1.2em 1em;
  }

  .srcSpot-section {
    width: calc(50% - 0.5em);
    padding: min(5vw,2em) min(5vw,2em) min(3vw,1em) ;
  }
  .remodal-is-initialized .srcSpot-section + .srcSpot-section {
    margin-bottom: 2em;
    margin-top: 2em;
  }

  .srcSpot-heading {
    padding-top: 0.6em;
  }
  .srcSpot-heading-title {
    font-size: 1.3em;
    padding-left: 0em;
    margin-top: 0.4em;
  }

  .srcSpot-label {
    font-size: 0.8em;
  }

  .srcSpot-lead {
    margin-top: 0.3em;
  }

  /*
  block
  */

  .srcSpot-block {
    overflow: hidden;
  }

  .srcSpot-trigger {
  }

  .srcSpot-pv {
    padding-top: 2em;
    padding-bottom: 6em;
  }
  .srcSpot-pv img {
    border-radius: 10px;
    min-height: 350px;
    aspect-ratio: 16 / 11;
  }

}

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

  .srcSpot {
    display: flex;
    gap: 1.2em 0;
  }
  .srcSpot-section {
    width: 100%;
  }

}


/***********
googleMapScreen
************/

.googleMapScreen {
  width: 100%;
  height: 650px;
  margin-top: 3em;
}





/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
