@charset "UTF-8";

.top-main {
  position: relative;
  min-width: 1080px;
  width: 100%;
  aspect-ratio: 1920 / 850;
  height: auto;
  background: url(../images/top-main-bgpc.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top;
  background-size: 100%;
}

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

}

.top-main h2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 13%;
  width: 40%;
  margin: auto;
}

.top-main h2 img {
  width: 100%;
}

/* ==========================================
common
========================================== */

.sectionTitle {
  font-size: 42px;
  text-align: center;
  font-weight: normal;

  font-family: "vdl-logog", sans-serif;
font-weight: 400;
font-style: normal;
}
.sectionTitle .strong {
  color: #FF6368;
  font-size: 42px;
} 

.l-outline {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.colorPink {
  color: #F17074;
  font-size: inherit;
}

/* ==========================================
ヘッダー
========================================== */

body.home header {
  position: absolute;
}

body.home header h1 {
  color: #fff;
}

body.home .head-logo a {
  position: absolute;
  display: block;
  top: 18px;
  left: 30px;
}

/* ==========================================
バナー、メニュー
========================================== */
.top-bannerArea {
  padding: 36px 0 48px;
}
.top-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0px auto 0;
}

.top-banners li {
  width: 100%;
  margin: 0 0 10px;
}
.top-banners li:last-child {
  margin-bottom: 0;
}

.top-banners li img {
  width: 100%;
  height: auto;
}

.top-tw-btns {
  max-width: 600px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 20px;
  margin: 28px auto 28px;
}

.top-tw-btns li {
  width: calc((100% - 20px) / 2);
}

.top-tw-btns li img {
  width: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.top-menu {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: 0 auto 0px;
  z-index: 1;
  gap: 15px 36px;
}

.top-menu li {
  width: calc((100% - 72px) / 3);
}

.top-menu li:nth-child(odd) {
  margin: 0;
}

.top-menu a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0;
  border: solid 2px #000000;
  border-radius: 10px;
  background-color: #FF6368;
  box-shadow: 0 3px 0 #000000;
}

/* ==========================================
ニュース
========================================== */
.top-news {
  position: relative;
  padding: 50px 0 80px;
  background: #FFEBEC;
  background-image: url(../images/top-bg-news.png);
  background-size: cover;
}

.top-news-textImage {
  position: absolute;
  left: 40px;
  top: 60px;
}

.top-news h2 .sub {
  display: block;
  margin: 8px 0 0;
}

.tn-inner {
  width: 980px;
  margin: 40px auto 40px;
}

.tn-box {
  margin: 0 0 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px 30px 30px;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
}

.tn-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  color: #FF6368;
  font-size: 1.8rem;
  font-weight: 600;
}

.tn-date {
  margin: 0 10px 0 0;
  font-size: 18px;
}

.tn-category {
  padding: 1px 12px 1px 27px;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.262%22%20height%3D%2210%22%20viewBox%3D%220%200%2010.262%2010%22%3E%20%3Cpath%20id%3D%22ic_volume_up_24px%22%20d%3D%22M3%2C6.52V9.94H5.28l2.851%2C2.851V3.669L5.28%2C6.52Zm7.7%2C1.71a2.566%2C2.566%2C0%2C0%2C0-1.425-2.3v4.59A2.551%2C2.551%2C0%2C0%2C0%2C10.7%2C8.23Zm-1.425-5V4.4a3.992%2C3.992%2C0%2C0%2C1%2C0%2C7.651V13.23a5.128%2C5.128%2C0%2C0%2C0%2C0-10Z%22%20transform%3D%22translate(-3%20-3.23)%22%20fill%3D%22%23F17074%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 11px center;
  background-color: #F5F5F5;
  background-size: 12px;
  font-weight: normal;
}

.tn-category a {
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

.tn-title {
  display: block;
  padding: 10px 0 0;
}

.tn-title a {
  color: #000;
  font-size: 19px;
  font-weight: bold;
}

.top-news-image {
  position: absolute;
  margin: 0 auto;
  top: -30px;
  right: 84px;
}

.top-news-image img {
  float: right;
  max-width: 236px;
  width: 100%;
}


/* ==========================================
駅ちかとは？
========================================== */
.top-about {
  position: relative;
  padding: 80px 30px 115px;
  background-image: url(../images/top-about-bgTown.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom;
  background-size: 1920px;
}

.top-about-image {
  position: absolute;
  left: -20px;
  bottom: 0px;
  z-index: 10;
  max-width: 160px;
}
@media screen and (min-width: 1360px) {
  .top-about-image {
    left: 46px;
    max-width: none;
  }
}
.top-about-logo {
  position: absolute;
  right:33px;
  top: 0;
}
.top-about-textImage {
  position: absolute;
  right:30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1360px) {
  .top-about-textImage {
    right:95px;
  }
}


.top-about-inner {
  position: relative;
  z-index: 10;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 44px 45px 40px 60px;
  box-sizing: border-box;
  background-color: #FFF7F7;
  border: solid 2px #000;
  box-shadow: 0 3px 0 #000;
  border-radius: 8px;
}

.top-about-inner h3 {
  font-size: 25px;
  padding-bottom: 34px;
}

.top-about-inner .ta_contentBox{
  margin-bottom: 34px;
  line-height: 1.7;
}
.top-about-inner .ta_contentBox:last-child {
  margin-bottom: 0px;
}

.top-about-inner p,
.top-about-inner p span {
  font-size: 18px;
}
.top-about-inner p .bold {
  font-weight: 600;
}


/* ==========================================
キャラクター紹介
========================================== */
.top-character {
  padding: 86px 0 92px;
  background: #FFEBEC url(../images/top-bg-character.png) no-repeat center bottom;
}

.top-character-image {
  position: absolute;
  right: 46px;
  top: 110px;
  max-width: 240px;
}
@media screen and (min-width: 1360px) {
  .top-character-image {
    max-width: none;
  }
}
.top-character-textImage {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.top-character h2 {
  width: 600px;
  margin: 0 auto;
}

.top-character-text {
  max-width: 700px;
  margin: 56px auto 56px;
  line-height: 2;
  text-align: center;
}

.top-character-text p {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 300;
}
.top-character-text p .strong {
  font-size: 23px;
  font-weight: 600;
}

.top-character-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 785px;
  margin: 0 auto 42px;
  position: relative;
  left: -50px;
}
.top-character-box:last-child {
  margin: 0 auto 0px;
}

.tc-info {
  flex-wrap: wrap;
  width: 23%;
  margin-right: 4%;
}
.tc-image {
  width: 100%;
}
.tc-name {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 13px;
}

.tc-cmntBox {
  width: 73%;
}
.tc-cmnt {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  border: solid 1.5px #000;
  border-radius: 8px;
  background-size: 100%;
  font-size: 1rem;
  line-height: 1.9;
}

.tc-cmnt:after {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #5e3f44 transparent transparent;
}

.tc-cmnt:before {
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 26px 12px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.tc-cmnt p {
  margin: 0 0 0px;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: #333;
}

.tc_X {
  display: inline-block;
  margin-top: 20px;
}
.tc_X img {
  max-width: 290px;
}

.top-character-box:nth-child(2) .tc-cmnt {
  margin-top: 6px;
}
.top-character-box:nth-child(3) .tc-cmnt {
  margin-top: 30px;
}

.top-character-think {
  background-image: url(../images/top-character-think.svg);
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 316/225;
  background-size: cover;
  max-width: 489px;
  margin: 0 auto;
}
.top-character-think p {
  text-align: center;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  line-height: 1.9;
  padding-top: 23%;
}

.characters {
  width: 100%;
  overflow: hidden;
}

.characters-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 55px 0 0px;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.characters-image li {
  padding: 0 2px;
}

.characters-image li:first-child {
  margin: 0 0 0 -20px;
}

.characters-image li img {
  width: 100%;
}

.characters-text {
  display: block;
  width: 1000px;
  margin: 30px auto;
  padding: 190px 0;
  background: url(../images/bg-characters-text.svg) no-repeat center top;
  background-size: 80%;
}

.characters-text p {
  color: #3d1919;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

/* ==========================================
サイネージ
========================================== */
.top-signage {
  background-image: url(../images/top-signage-bg.jpg);
  background-size: cover;
  padding: 60px 0 170px;
}
.top-signage .sectionTitle {
  color: #fff;
}
.top-signage-textImage {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-signage-inner {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.ts-cmnt {
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.9);
  padding: 37px 23px 43px 33px;
  position: absolute;
  width: 53%;
  max-width: 530px;
}
.ts-cmnt p {
  font-size: 18px;
  font-weight: 600;
}
.ts-cmnt:before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 100%, 0 70%);
  background-color: rgba(255,255,255,0.9);
  width: 88px;
  height: 45px;
  position: absolute;
  top: 108px;
  right: -88px;
}
.ts-image {
  margin-left: 580px;
  max-width: 394px;
}


/*========================================== */

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "〇";
  text-align: center;
  color: #818181;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: "●";
  color: #818181;
}

/* ==========================================
プロモーション
========================================== */

.top-promotion {
  padding: 66px 0 72px;
  background-size: 27px;
  background-color: #FFFEF5;
}
.top-promotion-textImage {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-inner {
  max-width: 1020px;
  margin: 0 auto 27px;
  padding-left: 147px;
  box-sizing: border-box;
  position: relative;
  padding: 48px 0 13px 147px;
}
.tp-text p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 2;
}
.tp-text p .strong {
  font-size: 20px;
  line-height: 1.5;
}
.tp-text p:first-child {
  padding-bottom: 34px;
}
.tp-deco1 {
  position: absolute;
  left: 127px;
  top: 0;
}
.tp-deco2 {
  position: absolute;
  right: 50px;
  top: 0;
}
.tp-girlImage1 {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.tp-girlImage2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tp-list-inner {
  max-width: 1000px;
  padding-right: 20px;
  margin: 0 auto 47px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 20px;
}
.tp-list-inner .camp-box {
  width: calc((100% - 40px) / 3);
}
.tp-list-inner .camp-box a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 314 / 164;
}
.tp-list-inner .camp-box a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ==========================================
バナーエリア（下部）
========================================== */
#bannerArea2 {
  padding: 51px 0 57px;
  box-sizing: border-box;
}
.bA2_text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin: 44px auto 26px;
  color: #333;
}
.bA2_listBox {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bA2_list {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
}
.bA2_list a img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}


/*=============================*/


.top-twitter {
  position: relative;
  margin: -27px 0 0;
  padding: 27px 0 0;
  background: url(../images/bg-top-twitter-pc.png) repeat-x center top;
}

.top-twitter-inner {
  padding: 80px 0 50px;
  background: #c6ebfe;
}

.top-twitter-inner h2 {
  width: 45%;
  margin: 0 auto;
  font-size: 0.6rem;
  font-weight: 300;
  text-align: center;
}

.top-twitter-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}

.top-twitter-box:before {
  position: absolute;
  top: -230px;
  left: 20px;
  content: " ";
  width: 260px;
  height: 300px;
  background: url(../images/top-twitter-icon.svg) no-repeat left top;
  background-size: 100%;
}

.top-twitter-inner h2 img {
  width: 300px;
}

.top-twitter-inner h2 span {
  display: block;
  width: 300px;
  margin: 10px auto 0;
  padding: 2px 0;
  border-radius: 20px;
  background: #303030;
  color: #fff;
  font-size: 1.2rem;
}

.ttw-text {
  padding: 50px 0 80px;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
}

.ttw-tw-btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 20px 50px;
}

.ttw-tw-btns li {
  width: 254px;
  margin: 0 5px;
}

.ttw-tw-btns li img {
  width: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.ttw-frame {
  max-width: 680px;
  height: 780px;
  margin: 0 auto;
  overflow: scroll;
}

.ttw-by {
  max-width: 680px;
  margin: 0 auto 50px;
  padding: 10px;
  text-align: right;
}

.tw-check-btn {
  position: absolute;
  top: -140px;
  right: 45px;
  width: 170px;
}

.tw-check-btn img {
  width: 100%;
}

/* アニメーション CSS */

@keyframes tc-slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes tc-slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes track {
  0% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 1px) rotateZ(0deg);
  }
}
