@charset "UTF-8";
:root {
  --theme-main-color: #D49473; /* 淡い赤色、スペインの暖かさと活気を表現 */
  --theme-main-dark: #A3624A; /* 濃い赤茶色、深みと強い印象を提供 */
  --theme-main-pale: #F2D4C4; /* 非常に薄い赤色、背景やサブ要素に使うことでメインカラーを引き立て */
  --vivid-color: #E85540; /* 鮮やかな赤色、注意を引くためのアクセントカラー */
  --theme-main-pale20: #FABE9E; /* 明るいサーモン色、装飾的な要素に使う */
  --theme-vivid-color: #C22A39;
  /* 
    --yellow-pale: #FCE5CD; /* 薄い黄色、橙色に近いティントで調整 
    --yellow-color: #FFD966; /* 明るい黄色、橙色に近い 
    --yellow-dark: #E69138; /* 暗い黄色、橙色に近いシェード 
    --green-pale: #C9DA8B; /* 橙色と調和する薄い緑 
    --green-color: #9FC199; /* 橙色と調和する中間の緑 
    --green-dark: #6B8E23; /* 橙色と調和する暗い緑 
  / */

}
@media screen and (max-width: 759.9px) {
  /* MV確認用 */
  .HeroSection .HeroTitle {
    font-size: 3.2rem;
  }
  .Section .SectionButton {
    padding: 1rem 2rem;
  }

  .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 1.3rem;
    padding-top: 0.5rem;
    line-height: 1.2;
  }
  .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleEng {
    font-size: 1.3rem;
    padding-top: 0.25rem;
  }

  /* #Spot03*/
  .SpotWrap#Spot03 .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 1.1rem;
  }
  /* #Spot04*/
  .SpotWrap#Spot04 .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    padding-top: 0.25rem;
  }

  .SpotSection .ImageMapWrap .SpotTitle {
    width: 100px;
    height: 100px;
  }
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1rem;
    letter-spacing: -1px;
    /* margin-bottom: 0.25rem; */
  }


  .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: 20%;
    margin-top: -48%;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: -48%;
    margin-top: -3%;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
    margin-left: 9%;
    margin-top: 42%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot03Button .SpotTitleJp {
    font-size: 0.8rem;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -42%;
    margin-top: -58%;
  }

}

@media screen and (min-width: 760px), print {
  /* MV確認用 */
  .HeroSlick > div:not(:first-child) {
    display: block;
  }
  /* DP こだわりタイトル */
  .DpSection .ItemBox .ItemBoxContent .ItemBoxContentInner .ItemBoxItemWrap .ItemBoxItemHeader .SectionTextTitle {
    max-width: 540px;
  }

  /* スポット都市名タイトル日本語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 1.5rem;
    letter-spacing: 0px;
    padding-top: 0.75rem;
    line-height: 1.3;
  }
  /* スポット都市名タイトル英語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleEng {
    font-size: 1.4rem;
    padding-top: 0.25rem;
  }

  /* #Spot03*/
  .SpotWrap#Spot03 .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 1.3rem;
  }

  /* スポット地図 都市名タイトル日本語 */
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }

  .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: 22%;
    margin-top: -3%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot01Button .SpotTitleJp {
    font-size: 1.1rem;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: -31%;
    margin-top: 2%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot02Button .SpotTitleJp {
    font-size: 1rem;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
    margin-left: 3%;
    margin-top: 21%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot03Button .SpotTitleJp {
    font-size: 1rem;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -28%;
    margin-top: -19%;
  }
}

