@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Hiragino Kaku Gothic Pro, Meiryo UI, "メイリオ", Meiryo, Helvetica, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #333;
  line-height: 1.8;
  background: #ffd1e5;
  word-break: break-all;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  transform: rotate(0.05deg);
}

ul,
li,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  transform: rotate(0.05deg);
}

p {
  margin: 0;
  padding: 0;
  transform: rotate(0.05deg);
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #ff118f;
  text-decoration: none;
}

a:visited {
  color: #9520df;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #df2089;
  text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bold {
  font-weight: bold;
}

/* /basic */
.snstitle {
  color: #333 !important;
}




/* ====================スマートフォン縦==================== */
.sp {
  display: block;
}

.pc {
  display: none;
}

#presentAboutTxt .present_about {
  margin: 0  auto;
}

#container p {
  margin: 0 auto 1.5rem auto;
}

/* ===== 緊急テキストエリア ===== */
#message {
  width: 90%;
  max-width: 768px;
  margin: 2.4rem auto 0 auto;
  font-size: 1em;
  color: #333;
  text-align: left;
  background: #fff;
  border: 2px solid #666;
  border-radius: 4px;
  position: relative;
}

#message h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #222;
  text-align: center;
  padding: 0.5rem 0 0 0;
  letter-spacing: 0.2rem;
}

#message p {
  padding: 0 1rem;
}

/* ===== メインビジュアル ===== */
#headerContainer {
  padding: 0 0 40px 0;
  margin: auto;
  background-color: #fff;
background: url(../img/bg_sp.webp) top center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative; 
          background-position: bottom;
}

#logoContainer .logo {
  position: relative;
  z-index: 5;
  margin: 5px auto 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
}
#logoContainer .light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  animation-name: spotlight;
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
#logoContainer .chu {
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 10px;
  width: 88px;
}
#logoContainer .headerPresent {
  position: relative;
  z-index: 5;
  /* margin: 100px auto 0; */
  width: 90%;
}
#logoContainer .star1 {
  position: absolute;
  z-index: 1;
  top: 1%;
  left: 3%;
  width: 20%;
  max-width: 100%;
}
#logoContainer .star2 {
 position: absolute;
    z-index: 1;
    top: 20%;
    right: 1%;
    width: 17%;
    max-width: 100%;
}

#logoContainer .star3 {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 0%;
  width: 20%;
  max-width: 100%;
}

#logoContainer .star4 {
position: absolute;
    z-index: 1;
    top: 21%;
    left: 1%;
    width: 20%;
    max-width: 100%;
}

#logoContainer .date {
  /* position: absolute; */
  z-index: 4;
  top: 250px;
  left: 0%;
  right: 0%;
  width:95%;
  margin: auto;
}

@keyframes spotlight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#close {
  width: 80%;
  max-width: 640px;
  background: #fff;
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 8px;
  border-radius: 10px;
  margin: 10px auto !important;
  text-align: center;
}

/* ===== メニュー ===== */
#mainMenu {
  margin: 40px 2% 0 2%;
}
#mainMenu ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
  align-items: stretch;
}
#mainMenu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.2s;
}
#mainMenu ul li:first-child {
  font-size: 15px;
}
#mainMenu ul li:hover {
  opacity: 1;
  background: #ff118f;
}
#mainMenu ul li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}

.menuStyle {
  width: 48%;
  margin: 0 1% 16px 1%;
  text-align: center;
  background: #cb006b;
  border-radius: 50px;
}
.menuStyle a {
  color: #fff;
}

.menuStyle img {
  max-width: 100%;
  height: auto;
}

#bgCampaign {
  background: #bee1ea;
}

#bgJoin {
  background: #ffe1ef;
}

#bgProgram {
  background: #ffbedc;
}

#bgPresent {
  background: #ffd1e5;
}

#bgAttention {
  background: #ffbedc;
}

.bgStyle {
  padding: 40px 0;
  position: relative;
}

.campaignInner {
  padding: 1rem;
  margin: auto;
}
.campaignInner img {
  margin: auto;
}

.sectionStyle {
  width: 96%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  border-radius: 20px;
}

.sectionHeader {
  position: relative;
  width: 100%;
  padding: 15px 0 10px 0;
  text-align: center;
  background-image: linear-gradient(135deg, rgb(255, 67, 166), rgb(203, 0, 107));
  border-radius: 20px 20px 0 0;
}
.sectionHeader h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.stepicon {
  max-width: 100%;
  width: 45px !important;
}

.campaignInner li {
  margin-bottom: 40px;
}
.campaignInner span.color {
  color: #ff118f;
  font-weight: bold;
}

/* ===== キャンペーン概要 ===== */
/* ===== 参加方法 ===== */
/* ===== 対象番組 ===== */
.programContainer {
  margin: auto;
  text-align: center;
}
.programContainer .programinfo {
  text-align: center;
  margin: 20px auto 0 !important;
}
.programContainer .programlink {
  transition: all 0.2s;
  display: inline-block !important;
}
.programContainer .programlink img {
  border: 2px solid #ff118f;
  text-align: center;
  width: 90%;
  max-width: 640px;
}
.programContainer .programlink:hover img {
  opacity: 0.8;
}

/* ===== 応募方法 ===== */
/* ===== ボタン ===== */
.btn-d01 {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 480px;
  padding: 16px 10px;
  color: #fff !important;
  letter-spacing: 0.2rem;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(158, 15, 70, 0.8);
  font-size: 24px;
  font-weight: bold;
  background-image: radial-gradient(circle, rgb(255, 138, 183), rgb(253, 50, 128) 98%);
  border-radius: 50px;
  border: #e21b7e 3px solid;
  box-shadow: 0 2px 10px rgba(124, 23, 124, 0.8);
  transform: translateY(0) rotate(0.05deg);
  transition: all 0.2s;
}
.btn-d01:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(124, 23, 110, 0.8);
  transform: translateY(5px) rotate(0.05deg);
}
.btn-d01:visited, .btn-d01:active, .btn-d01:focus {
  color: #fff;
  text-decoration: none;
}
.btn-d01 span {
  font-size: 12px;
}

.btn-d02 {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 480px;
  padding: 16px 10px;
  color: #666;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  background-color: #ddd;
  border-radius: 50px;
  border: #ccc 3px solid;
}
.btn-d02 span {
  font-size: 12px;
  letter-spacing: 0.1rem;
}

#present a:visited,
#present a:visited {
  color: #333;
  text-decoration: underline;
}

#present a:hover,
#present a:active,
#present a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#present h3 {
  margin: 5px auto;
}

#ouboBtn {
  width: 100%;
  margin: auto;
}

#present #btnNone {
  max-width: 480px;
  padding: 24px 0;
  background: #fff;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1em;
  margin: 40px auto;
}

#present #shimekiri {
  width: auto;
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
  color: #ff118f;
}

#present .presentContents {
  text-align: center;
}

ul.attlist {
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
ul.attlist li {
  margin: 0 auto 5px auto;
  padding: 0 0 0 1rem;
  text-indent: -0.7em;
}
ul.attlist li:before {
  content: "• ";
  color: grey;
}

ul.attlist2 {
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 0.9em;
}
ul.attlist2 li {
  margin: 0 auto;
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

/* ===== 注意事項 ===== */
#attention a {
  color: #1176ff;
  text-decoration: underline;
}

#attention a:visited,
#attention a:visited {
  color: #1176ff;
  text-decoration: underline;
}

#attention a:hover,
#attention a:active,
#attention a:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ===== ページトップバー ===== */
#pageTopBar {
  display: block;
  background: #d00771;
}

#pageTopBar a {
  display: block;
  width: 100%;
  padding: 0.7em 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5rem;
  transition: 0.3s;
}

#pageTopBar a:hover,
#pageTopBar a:active,
#pageTopBar a:focus {
  text-decoration: none;
}

#pageTopBar a:hover {
  background: #b66d00;
}

/* ===== フォントサイズ ===== */
.fontSizeS01 {
  font-size: 0.8em;
}

.fontSizeS02 {
  font-size: 1em;
}

/* ===== フォントウェイト ===== */
.fWeightStrong {
  font-weight: bold;
}

/* ===== dボタン ===== */
.dTxt {
  position: relative;
  font-weight: bold;
  text-indent: 0.4rem;
  left: 0.6rem;
  padding-right: 1.2rem;
}

.dTxt:after {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f111";
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 1.5em;
  top: -0.5rem;
  left: -0.8rem;
}

/* ページトップボタン/btn-page_top */
#page_top {
  width: 80px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #bbb;
}

#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 24px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 80px;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* SNSボックス上書き */
.sns-archive {
  background: none !important;
  box-shadow: none !important;
}

.sns .snstitle {
  color: #323232;
  font-weight: 900;
}

  .asadore_logo{
        width: 50%;
    margin: 15px auto;
  }

    .oubo_present{
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /* スマホ_あさド列車----------------------------------------------------------------- */
  @media screen and (max-width: 959px) {
	.pc { 
		display: none;
	}
  .sp {
	  display: block; 
	}



/* ====================あさド列車==================== */







.visual-wrap{
  width:100%;
  margin:0 auto;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px!important;
  margin-top: 20px;
}

/* 左右画像 */
.side{
  width:10%!important;
}

.side-left{
  width: 12%!important;
}

.side img{
  width:100%;
  display:block;
  border-radius:10px;
}

/* 真ん中 */
.center-gallery{
  width: 70% !important;
  display:flex;
  flex-direction:column;
  gap:20px;
  overflow:hidden;
}

/* スライド全体 */
.marquee{
  overflow:hidden;
  width:100%;
}

/* 横並び */
.marquee-track{
  display:flex;
  width:max-content;
  gap:15px;
}

/* 画像 */
.marquee-track img{
  /* width:220px; */
  height:150px!important;
  object-fit:cover;

  border-radius:12px;
  flex-shrink:0;
}

/* 上段 左流れ */
.marquee-top .marquee-track{
  animation:slideLeft 120s linear infinite;
}

/* 下段 右流れ */
.marquee-bottom .marquee-track{
  animation:slideRight 120s linear infinite;
}

/* 左 */
@keyframes slideLeft{
  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }
}

/* 右 */
@keyframes slideRight{
  from{
    transform:translateX(-50%);
  }

  to{
    transform:translateX(0);
  }
}




}


  

@media screen and (min-width: 481px) {
  /* タブレット縦 /スマートフォン横----------------------------------------------------------------- */
  body {
    font-size: 1.2em;
  }
  #campaignInner,
  #joinInner,
  #programInner,
  #presentInner,
  #attentionInner {
    padding: 4rem 2rem 2rem 2rem;
    margin: auto;
  }
  /* ===== メニュー ===== */
  #mainMenu {
    margin: 4rem 2% 0 2%;
  }
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: stretch;
  }
  #mainMenu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #mainMenu ul li:first-child {
    font-size: 0.8em;
  }
  #mainMenu ul li a {
    display: block;
    padding: 2rem 0;
    text-decoration: none;
  }
  /* ===== 参加方法 ===== */
  #join ol {
    padding: 0;
  }

    .oubo_present{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
  }





}
@media screen and (min-width: 960px) {
  /* 中京サイズデスクトップ/タブレット横----------------------------------------------------------------- */
  body {
    font-size: 1em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  #close{
 text-align: center!important;
 font-size: 1.8rem!important;
  }

  #container p {
    font-size: 1em;
    text-align: left;
  }
  .sectionStyle {
    width: 70%;
  }
  #logo-sp,
  #header-bg-sp {
    display: none;
  }
  /* ===== メインビジュアル ===== */
  #headerContainer {
    padding: 0 0 40px 0;
    margin: auto;
    background-color: #fff;
    background: url(../img/bg.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
            background-position: bottom;
  }
  #logoContainer .logo {
    position: relative;
    z-index: 5;
    margin: 0px 0 10px 0;
    width: 800px;
    text-align: center;
  }
  #logoContainer .light {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation-name: spotlight;
    animation-delay: 0;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
  }
  #logoContainer .chu {
    position: absolute;
    z-index: 6;
    top: 180px;
    right: calc(50% - 500px);
    width: 176px;
  }
  #logoContainer .headerPresent {
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 900px;
  }
  #logoContainer .date {
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    top: 0;
    width: 750px;
  }
  #logoContainer .star1 {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: calc(55% - 500px);
    width: 150px;
    max-width: 100%;
  }
  #logoContainer .star2 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 250px;
    right: calc(55% - 500px);
    width: 120px;
    max-width: 100%;
  }
    #logoContainer .star3 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 60px;
    right: calc(55% - 500px);
    width: 150px;
    max-width: 100%;
  }
    #logoContainer .star4 {
    position: absolute;
    z-index: 1;
    top: 270px;
    left: calc(53% - 500px);
    width: 150px;
    max-width: 100%;
  }
  @keyframes spotlight {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #txt01 {
    width: 960px;
  }
  #bgCampaign,
  #bgProgram,
  #bgAttention {
    background-size: 5%;
  }
  #bgJoin,
  #bgPresent {
    background-size: 5%;
  }
  /* ===== メニュー ===== */
  #mainMenu {
    width: 960px;
    margin: 6rem auto 0 auto;
  }
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    /* 子要素をflexboxにより中央に配置する */
  }
  .menuStyle {
    width: 23%;
    margin: 0 1% 2rem 1%;
    text-align: center;
  }
  .menuStyle img {
    max-width: 100%;
    height: auto;
  }
  #mainMenu ul li {
    width: 22%;
    font-size: 1.4em;
  }
  #mainMenu ul li:first-child {
    font-size: 1.4em;
  }
  #mainMenu ul li a {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .sectionHeader {
    position: relative;
    width: 100%;
    font-size: 1.4em;
    padding: 16px 0;
  }
  /* ===== キャンペーン概要 ===== */
  .campaignInner img {
    display: block;
    margin: auto;
  }
  .campaignInner p {
    width: 900px;
    margin: 0 auto 20px;
  }
  /* ===== 参加方法 ===== */
  #join ol li {
    margin-bottom: 60px;
  }
  #join ol li .stepicon {
    text-align: left;
    display: block;
    margin: 0 0 0 25px;
    width: 50px !important;
  }
  #join ol li img {
    display: block;
    margin: auto;
    width: 600px;
  }
  #join ol li p {
    width: 700px;
    margin: 0 auto 20px;
  }
  /* ===== 対象番組 ===== */
  #program .attlist {
    width: 98%;
    margin: 10px auto 0 auto;
  }
  #program .campaignDate {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
  }
  /* ===== 応募方法 ===== */
  #presentInner img#presentImg01 {
    display: block;
    width: 640px;
  }
  #presentInner img#presentImg02 {
    display: block;
    width: 640px;
  }
  #presentInner #presentAboutTxt {
    width: 768px;
    margin: auto;
  }

  #presentAboutTxt .present_about{
            font-size: 1.3em;
        text-align: center;
  }

  #presentInner h2 {
    width: 768px;
  }
  #presentInner #ouboContaier {
    width: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  #presentInner .attlist {
    width: 768px;
    margin: 10px auto 0 auto;
  }
  /* ===== 注意事項 ===== */
  #attention ul.attlist {
    width: 768px;
    list-style: none;
    margin: 0 auto;
    text-align: left;
  }
  /* ===== フォントサイズ ===== */
  .fontSizeS01 {
    font-size: 0.9em;
  }
  /* ===== ｄボタン ===== */
  .dTxt {
    position: relative;
    font-weight: bold;
    text-indent: 0.4rem;
    left: 0.6rem;
    padding-right: 1.2rem;
  }
  .dTxt:after {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: "\f111";
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    top: -0.4rem;
    left: -0.8rem;
  }
  /* /btn-page_top */
  #page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.8;
    background: #bbb;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -38px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "PAGE TOP";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* /btn-page_top */
  footer #f-container {
    padding: 20px 0 60px 0;
    background: #df63a4;
    color: #fff;
    font-size: 1rem;
  }
  footer #f-container a {
    color: #fff;
    text-decoration: none;
  }
  footer #f-container a:visited {
    color: #fff;
    text-decoration: none;
  }
  footer #f-container a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer #f-container a:active,
  footer #f-container a:focus {
    color: #fff;
    text-decoration: none;
  }

  .asadore_logo{
        width: 350px;
    margin: 30px auto;
  }


  .oubo_present{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }


}
.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.clearfix {
  display: inline-table;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}/*# sourceMappingURL=main.css.map */



/* ====================あさド列車==================== */

.meitetsu_asadore{
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
}

.meitetsu_url{
     background-color: #fff;
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    padding:10px 0 30px 0;
        border-radius: 20px;
}

.meitetsu_asadore_btn{
  background-color: #eb298f;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    padding: 5px;
    border-radius: 10px;
}


.line_img{
  width: 90%;
  margin-top: -20px;
}

#train_img{
background-color: #a1d8e6;
padding: 40px 0 100px 0;
}

.train_img_logo img{
  width: 100%;
}


.train-area{
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

/* 線路 */
.rail{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.train{
  position: absolute;
  bottom: 50px;
    right: -400px;
    width: 550px;

  /* 走るアニメ */
  animation:
    trainMove 13s linear infinite,
    trainShake 0.15s ease-in-out infinite;
}

/* 右 → 左へ移動 */
@keyframes trainMove{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-78vw);
  }
}

@keyframes trainShake{

  /* 普段は静止 */
  0%,
  20%,
  40%,
  60%,
  80%,
  100%{
    margin-top: 0;
    rotate: 0deg;
  }

  /* ガタン */
  22%{
    margin-top: -1px;
    rotate: -0.15deg;
  }

  24%{
    margin-top: 1px;
    rotate: 0.15deg;
  }

  /* ゴトン */
  62%{
    margin-top: -1px;
    rotate: -0.12deg;
  }

  64%{
    margin-top: 0;
    rotate: 0deg;
  }
}



.visual-wrap{
  width:100%;
  margin:0 auto;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;

  margin-top: 20px;
}

/* 左右画像 */
.side{
  width:5%;
}

.side-left{
  width: 6.5%;
}

.side img{
  width:100%;
  display:block;
  border-radius:10px;
}

/* 真ん中 */
.center-gallery{
  width:64%;
  display:flex;
  flex-direction:column;
  gap:20px;
  overflow:hidden;
}

/* スライド全体 */
.marquee{
  overflow:hidden;
  width:100%;
}

/* 横並び */
.marquee-track{
  display:flex;
  width:max-content;
  gap:15px;
}

/* 画像 */
.marquee-track img{
  /* width:220px; */
  height:320px;
  object-fit:cover;

  border-radius:12px;
  flex-shrink:0;
}

/* 上段 左流れ */
.marquee-top .marquee-track{
  animation:slideLeft 120s linear infinite;
}

/* 下段 右流れ */
.marquee-bottom .marquee-track{
  animation:slideRight 120s linear infinite;
}

/* 左 */
@keyframes slideLeft{
  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }
}

/* 右 */
@keyframes slideRight{
  from{
    transform:translateX(-50%);
  }

  to{
    transform:translateX(0);
  }
}




.side-left{
  width: 6.5%;
  position: relative;
}

/* 吹き出し */
.train-balloon{
  position:absolute;

  top:107%;
  /* left:200px; */

   width:330px;

  background:#fff;
  border:3px solid #e8447b;
  border-radius:999px;

  padding:18px 20px;

  font-size:1rem;
  font-weight:700;
  line-height:1.6;
  text-align:center;

  color:#444;

  box-shadow:
  0 6px 20px rgba(0,0,0,.12);

  z-index:5;
}

/* 吹き出しのしっぽ */
/* 外側 */
.train-balloon::after{
  content:"";

  position:absolute;

    left: 50px;
    top: -28px;
    border-width: 0 32px 28px 11px;
  border-style:solid;

  border-color:
    transparent
    transparent
    #e8447b
    transparent;
}

/* 内側 */
.train-balloon::before{
  content:"";

  position:absolute;

 left: 53px;
    top: -23px;
    border-width: 0 30px 26px 9px;
  border-style:solid;

  border-color:
    transparent
    transparent
    #fff
    transparent;

  z-index:2;
}



/* =========================
   STEP全体
========================= */

.campaign-flow{
  width:90%;
  max-width:1000px;
  margin:0 auto;
  padding:20px 0;
}

.flow-title{
  text-align:center;
  font-size:32px;
  margin-bottom:60px;
}

/* =========================
   STEPカード
========================= */

.flow-step{
  background:#fff;
  border-radius:20px;
  padding:30px;

  display:flex;
  align-items:center;
  gap:30px;

  overflow:hidden;

  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* =========================
   スライド画像
========================= */

.flow-image{

  background:#fff;

  display:flex;
  justify-content:center;

    width:35%;
  min-width:320px;

   overflow:hidden; 

   padding-bottom: 10px;
}

/* 横並び */

.slider-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.slide-track{
display:flex;
  gap:30px;

  width:430px; /* ← 固定 */

  justify-content:center;

 animation:slideFlow 6s infinite;


}

.phone-frame{
  width:200px;

  flex-shrink:0;
  object-fit:cover;

}

/* 画像 */
.phone-frame img{
  width:100%;

  display:block;
}


/* スライドアニメ */
@keyframes slideFlow{

  /* 左側表示 */
  0%{
    transform:translateX(115px);
  }

  40%{
    transform:translateX(115px);
  }

  /* スッと移動 */
  50%{
    transform:translateX(-115px);
  }

  /* 右側表示 */
  90%{
    transform:translateX(-115px);
  }

  /* 戻る */
  100%{
    transform:translateX(115px);
}


}


.slide-dots{
  display:flex;
  justify-content:center;
  gap:10px;

  margin-top:20px;
}

/* ドット */
.slide-dots span{
  width:10px;
  height:10px;

  border-radius:50%;

  background:#ccc;

  animation-duration:6s;
  animation-iteration-count:infinite;
}

.slide-dots span:nth-child(1){
  animation-name:dot1;
}

@keyframes dot1{

  0%{
    opacity:1;
    transform:scale(1.2);
  }

  45%{
    opacity:1;
    transform:scale(1.2);
  }

  50%{
    opacity:0.4;
    transform:scale(1);
  }

  100%{
    opacity:0.4;
    transform:scale(1);
  }

}

.slide-dots span:nth-child(2){
  animation-name:dot2;
}

@keyframes dot2{

  0%{
    opacity:0.4;
    transform:scale(1);
  }

  45%{
    opacity:0.4;
    transform:scale(1);
  }

  50%{
    opacity:1;
    transform:scale(1.2);
  }

  100%{
    opacity:1;
    transform:scale(1.2);
  }

}

/* =========================
   テキスト
========================= */

.flow-text{
  width:60%;
}

.step-number{
  display:inline-block;

  background:#ff0033;
  color:#fff;

  padding:6px 14px;
  border-radius:999px;

  font-size:14px;
  font-weight:bold;

  margin-bottom:15px;
}

.flow-text h3{
  font-size:28px;
  margin-bottom:15px;
}

.flow-text p{
  line-height:1.8;
}

.prize-list{
  margin-top:15px;
  padding-left:20px;
}

.prize-list li{
  margin-bottom:8px;
}

.lottery{
      margin: 0 auto;
    width: 500px;
    text-align: center;
    background-color: #eb298f;
    color: #fff;
    padding: 10px;
    margin-top: 40px;
    border-radius: 10px;
        font-size: 1.3rem;
}

/* =========================
   矢印
========================= */

.flow-arrow{
  text-align:center;
  font-size:40px;
  margin:10px 0;
}


.asadore_top{
  width: 15%;
  margin: 0 auto;
}


/* =========================
   スマホ
========================= */

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

  .flow-step{
    flex-direction:column;
  }

  .flow-image,
  .flow-text{
    width:100%;
  }

  .flow-title{
    font-size:24px;
  }

  .flow-text h3{
    font-size:22px;
  }

  #present h3 {
    margin: 5px auto!important;
}

.flow-arrow {
  margin: 0 0 ;
}

  /* =========================
   STEPカード
========================= */

.flow-step{
  background:#fff;
  border-radius:20px;
  padding:30px;

  display:flex;
  align-items:center;
  gap:10px;

  overflow:hidden;

  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.asadore_top{
  width: 40%;
  margin: 0 auto;
}


.meitetsu_asadore{
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
}

.meitetsu_url{
     background-color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding:0 0 20px 0;
        border-radius: 10px;
}

.lottery{
      margin: 0 auto;
    width: 80%;
    text-align: center;
    background-color: #eb298f;
    color: #fff;
    padding: 10px;
    margin-top: 40px;
    border-radius: 10px;
        font-size: 1rem;
}

.meitetsu_asadore_btn{
  background-color: #eb298f;
    color: #fff;
    width: 70%!important;
    margin: 0 auto;
    margin-top: 10px!important;
    margin-bottom: 10px;
    font-size: 1.2rem!important;
    padding: 5px;
    border-radius: 10px;
}



.side-left{
  width: 6.5%;
  position: relative;
}

/* 吹き出し */
.train-balloon{
position: absolute;
        top: 107%;
        /* left: 200px; */
        width: 220px;
        background: #fff;
        border: 3px solid #e8447b;
        border-radius: 999px;
        padding: 10px 0px;
        font-size: 0.7rem;

  font-size:0.7rem;
  font-weight:700;
  line-height:1.6;
  text-align:center;

  color:#444;

  box-shadow:
  0 6px 20px rgba(0,0,0,.12);

  z-index:5;
}

/* 吹き出しのしっぽ */
/* 外側 */
.train-balloon::after{
  content:"";

  position:absolute;

   left: 20px;
        top: -18px;
        border-width: 0 12px 17px 12px;
  border-style:solid;

  border-color:
    transparent
    transparent
    #e8447b
    transparent;
}

/* 内側 */
.train-balloon::before{
  content:"";

  position:absolute;

        left: 23px;
        top: -13px;
        border-width: 0 9px 15px 9px;
  border-style:solid;

  border-color:
    transparent
    transparent
    #fff
    transparent;

  z-index:2;
}



#train_img{
background-color: #a1d8e6;
padding: 40px 0 80px  0;
}


.line_img{
  width: 90%;
  margin-top: -20px;
}

#train_img{
background-color: #a1d8e6;
padding: 40px 0 100px 0;
}

.train_img_logo img{
  width: 100%;
}


.train-area{
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

/* 線路 */
.rail{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.train{
  position: absolute;
  bottom: 44px;
    right: -400px;
    width: 550px;

  /* 走るアニメ */
  animation:
    trainMove 10s linear infinite,
    trainShake 0.25s ease-in-out infinite;
}

/* 右 → 左へ移動 */
@keyframes trainMove{
  from{
    transform: translateX(0);
  }

  to{
    transform: translateX(-200vw);
  }
}

@keyframes trainShake{

  /* 普段は静止 */
  0%,
  20%,
  40%,
  60%,
  80%,
  100%{
    margin-top: 0;
    rotate: 0deg;
  }

  /* ガタン */
  22%{
    margin-top: -1px;
    rotate: -0.15deg;
  }

  24%{
    margin-top: 1px;
    rotate: 0.15deg;
  }

  /* ゴトン */
  62%{
    margin-top: -1px;
    rotate: -0.12deg;
  }

  64%{
    margin-top: 0;
    rotate: 0deg;
  }
}



}