@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:root {
  --paddingSection: 40px;
  --paddingLR: 20px;
  --paddingTB: 30px;
  --color_blue: #2C4774;
  --color_yellow: #E2C804;
  --color_red: #FF3D33;
  --color_gray_bg: #EAE5E5;
  --color_gray_bg02: #676767;
  --color_white: #ffffff;
  --color_white_bg: #ffffff;
  --color_l_orange: #F6F2E3;
  --color_orange: #E65D2E;
  --color_orange_bg: #E65D2E;
  --color_green_bg_btn: #06C755;
  --color_border: #CCCCCC;
  --border_radius: 100px;
}

html,
body {
  line-height: 1.6;
  background: url(../images/body.png) repeat;
  background-color: #2C4774;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
}

body {
  padding-top: 50px;
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

.din-bo {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-de {
  font-family: "din-2014", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

.hero {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;

  /* GPU安定化 */
  will-change: opacity;
  transform: translateZ(0);
}

/* アニメ終了後 */
.hero.is-end {
  pointer-events: none;   /* ← クリックだけ透過 */
  transition: opacity .6s ease;
}

/* 共通 */
.corner-img {
  position: absolute;
  width: 100vw;
  height: auto;

  transition: transform 2.4s cubic-bezier(0.76,0,0.24,1);
  will-change: transform;
  backface-visibility: hidden;
}

/* 位置 */
.tl { top: 40px; left: -6.5vw; transform-origin: top left; }
.tr { top: 20px; right: -10vw; transform-origin: top right; }
.bl { bottom: -4vw; left: -7vw; transform-origin: bottom left; }
.br { bottom: 0; right: -15vw; transform-origin: bottom right; }

/* アニメ */
.hero.is-animate .tl { transform: scale(0.32); }
.hero.is-animate .tr { transform: scale(0.4); }
.hero.is-animate .bl { transform: scale(0.30); }
.hero.is-animate .br { transform: scale(0.45); }


.if {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  width: 960px;
  margin: 0 auto;
  margin-top: 25px;
  padding-top: 34%;
  overflow: hidden;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .5s .5s ease, visibility 0s 1s ease, z-index 0s 1s ease;
  transition: opacity .5s .5s ease, visibility 0s 1s ease, z-index 0s 1s ease;
}

.loading--off {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* くるくる */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #eee;
  border-top: 6px solid #DF286A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

/* Header
---------------------------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

#header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 22px;
  background: url(../images/header-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.l-header-logo {
  position: relative;
  z-index: 1;
  max-width: 70px;
}

.l-header-logo a:hover ,
.l-header-logo a img:hover {
  opacity: 1;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 50px;
  top: 0px;
  right: 0;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.menu span {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: var(--color_blue);
}
.menu span:nth-of-type(1) {
  top: 18px;
}
.menu span:nth-of-type(2) {
  top: 24px;
}
.menu span:nth-of-type(3) {
  bottom: 17px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  bottom: 18px;
}
.menu.is-show span {
  background-color: var(--color_blue);
}

/*nav*/
.l-header-nav {
  position: fixed;
  top: 50px;
  right: 0px;
  width: 250px; /* メニュー幅 */
  height: calc(100% - 60px);
  background-color: var(--color_blue);
  z-index: 1000;
  height: auto;
  border-bottom-left-radius: 10px;
  z-index: 2;
  overflow-y: auto;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
  border-radius: 20px;
  overflow: auto;

  /* 初期状態：右に隠す */
  transform: translateX(100%);
  transition: transform 0.3s ease;

  /* 表示制御用 */
  pointer-events: none;
}

/* 開いた状態 */
.l-header-nav.active {
  transform: translateX(0);
  pointer-events: auto;
  right: 5px;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items a {
  padding: 10px 0px;
  display: block;
  font-size: 0.857142857rem ;
  font-weight: 700;
  color: #fff;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed var(--color_white);
}

.l-header-nav__items a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color_white);;
  border-right: 2px solid var(--color_white);;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

// #contentTtl01,
// #contentTtl02,
// #contentTtl03,
// #contentTtl04,
// #contentTtl05 {
//   padding-top: 60px;
//   margin-top: -60px;
// }

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  margin-top: 60px;
  background-color: #2D2D2D;
  padding: 15px 20px 45px;
}

.l-footer-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  color: var(--color_white);
  position: relative;
}

.l-footer-l {
  display: block;
}

.l-footer-logo {
  width: 87px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.l-footer-l .admin {
  color: va(--color_white);
}
.l-footer-l .admin a.backtop {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}

.l-footer-l .admin a.mail {
  padding-left: 31px;
  background: url(../images/ico-mail-white.svg) no-repeat left center;
  background-size: 21px auto;
}

.l-footer-r {
  margin-left: auto;
  text-align: center;
}

.l-footer-r .ft-sns {
  position: absolute;
  right: 0;
  top: 40px;
}

.copyright {
  font-size: 0.75rem;
  padding: 18px 0;
}

/*fixed banner*/

.fixed-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 324px;
  display: none; /* 最初は非表示 */
}

.fixed-banner a {
  display: block;
  margin-top: 10px;
}

/*pagetop*/

.l-footer-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
#main {
  overflow: hidden;
  width: 100%;
}
/* メインビジュアル */
.mv {
  padding: 70px 10px 50px;
}

.mv-inner {
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: url(../images/map-chiba.png) no-repeat 83% 80%;
  background-size: 130px;
  background-color: var(--color_white_bg);
  box-sizing: border-box;
  padding-top: 16vw;
  padding-bottom: 20px;
}

.mv-catch01 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 70%;
  max-width: 315px;
  margin: 0 auto;
}

.mv-catch02 {
  width: 83%;
  max-width: 455px;
  margin: 10px auto 20px;
  padding-bottom: 20px;
  background: url(../images/mv-brdr.svg) repeat-x bottom center;
  background-size: auto 3px;
}

.mv-catch03 {
  width: 83%;
  max-width: 455px;
  margin: 0px auto 0;
}

.mv-catch04 {
  position: absolute;
  left: -10px;
  bottom: -30px;
  width: 70px;
  height: 95px;
  text-align: center;
  background: url(../images/entry-free.svg) no-repeat top center;
  background-size: 100%;
  padding-top: 16px;
  box-sizing: border-box;
}

.mv-catch04 p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.2125rem;
  line-height: 1.2;
}

.event-entry {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  gap: 10px;
}

.event-entry-date__txt00 ,
.event-entry-date__txt01 {
  font-size: 3.375rem;
  color: var(--color_blue);
  line-height: 1;
} 

.event-entry-date__txt00 {
  position: relative;
  top: -5px;
} 

.event-entry-date__txt01 {
  position: relative;
  top: 10px;
} 

.event-entry-date__txt02 {
  font-size: 2.125rem;
  color: var(--color_blue);
} 

.event-entry-date__txt03 {
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: var(--border_radius);
  background-color: var(--color_blue);
  font-size: 1.12875rem;
  color: var(--color_white);
  font-weight: 700;
  text-align: center;
  display: inline-block;
} 

.event-entry-place {
  display: inline-block;
  width: 160px;
  font-size: 1rem;
  padding: 3px 0;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  background-color: var(--color_l_orange);
  border-radius: var(--border_radius);
  color: var(--color_blue);
}

.event-entry-place:after {
  content: '';
  position: absolute;
  right: 20px;
  top: -5px;
  width: 20px;
  height: 37px;
  background: url(../images/ico-location.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.event-entry-time__txt01 {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color_blue);
}

.event-entry-time__txt02 {
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
  top: -4px;
  color: var(--color_blue);
}

.event-entry-time__txt03 {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color_blue);
}

.event-entry-owner {
  text-align: center;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.event-entry-owner p {
  font-weight: 700;
}

.event-entry-owner span {
  background-color: var(--color_blue);
  width: 70px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
}

.mv-btn.c-btn {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.mv-dec01 {
  position: absolute;
  right: -10px;
  top: 20px;
  width: 55px;
  height: 56px;
  background: url(../images/mv-dec01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-dec02 {
  position: absolute;
  left: -10px;
  top: 130px;
  width: 43px;
  height: 45px;
  background: url(../images/mv-dec02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-dec03 {
  position: absolute;
  right: -70px;
  top: 54%;
  width: 117px;
  height: 90px;
  background: url(../images/mv-dec03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-dec04 {
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 72px;
  height: 89px;
  background: url(../images/mv-dec04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*enjoy*/
.enjoy .c-center {
  background: url(../images/ttl-enjoy-bg.svg) no-repeat 50% 10px;
  background-size: 90% auto;
  background-color: var(--color_white);
  position: relative;
}

.enjoy .c-center:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 130px;
  width: 87px;
  height: 127px;
  background: url(../images/enjoy-illust-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.enjoy-ttl {
  text-align: center;
  margin-bottom: 10px;
}

.enjoy-list {
  display: block;
  margin-top: 50px;
  background: url(../images/enjoy-line-sp.png) no-repeat 0 50px;
  background-size: 100%;
  justify-content: center;
}

.enjoy-list li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
}

.enjoy-list li:nth-child(1) {
  background: url(../images/enjoy-illust01.svg) no-repeat 50% 20% #F6F2E3;
  background-size: 62px auto;
}

.enjoy-list li:nth-child(2) {
  background: url(../images/enjoy-illust02.svg) no-repeat 50% 15% #F6F2E3;
  background-size: 74px auto;
  margin-left: auto;
  margin-top: -10%;
}

.enjoy-list li:nth-child(3) {
  background: url(../images/enjoy-illust03.svg) no-repeat 50% 22% #F6F2E3;
  background-size: 126px auto;
  margin-top: -10%;
}

/* ===== ふわふわ ===== */

@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* trigger後にだけふわふわ */
.enjoy-list li.trigger {
  animation: floatY 3s ease-in-out infinite;
}

/* ちょっとズレを出すと自然 */
.enjoy-list li:nth-child(2).trigger {
  animation-delay: .4s;
}

.enjoy-list li:nth-child(3).trigger {
  animation-delay: .8s;
}

.enjoy-list span {
  padding-top: 110px;
  font-weight: 700;
  display: inline-block;
}

.enjoy-list li:nth-child(1) span {
  padding-top: 120px;
}

.enjoy-list li:nth-child(3) span {
  padding-top: 130px;
}

.info-lead {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 45px;
}

.info-lead img {
  height: 26px;
  width: auto;
}

.info-inner {
  display: block;
}

.info-list {
  width: 100%;
  margin-bottom: 25px;
}

.info-list li {
  padding: 16px 0;
  border-bottom: 1px dashed var(--color_border);
}

.info-list li .info-list-inner {
  display: block;
}

.info-list li .info-list-inner .date {
  color: var(--color_blue);
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.info-list li .info-list-inner .title {
  width: 100%;
  font-weight: 500;
}

.info-list li a .info-list-inner .title {
  text-decoration: underline;
  color: var(--color_blue);
}

.info-list li a:hover .info-list-inner .title {
  text-decoration: none;
}

.sns {
  width: 100%;
}

.sns a {
  display: inline-block;
  border: 1px solid #DFDA42;
  padding: 25px 10px;
  text-align: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  transition: .3s;
  opacity: 1;
  overflow: hidden;
}

.sns a span {
  font-weight: 700;
  padding-left: 3em;
  padding-right: 4em;
  background: url(../images/ico-insta.svg) no-repeat left center,
  url(../images/ico-arw-black.svg) no-repeat right center;
  background-size: 28px auto, 22px auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sns a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  background: #DFDA42;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform 0s .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform 0s .3s ease-in-out;
  transition: transform 0s .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform 0s .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform 0s .3s ease-in-out;
}

.sns a:hover {
  opacity: 1;
}

.sns a:hover::after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.enjoy {
  padding-left: 10px;
  padding-right: 10px;
}

/*event*/
.event {
  margin: 60px 10px;
}

.lead {
  position: relative;
  text-align: center;
  padding: 25px 0 17px;
  background-color: #F6F2E3;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.lead:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: url(../images/ttl-bg.png);
  background-repeat: repeat-x;
  background-size: auto 18px;
}

.event .lead:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 65px;
  margin-right: -140px;
  width: 66px;
  height: 65px;
  z-index: 1;
  background: url(../images/ttl-illust-event.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.lead.type02 {
  border-radius: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.lead.type02:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 18px;
  background: url(../images/ttl-bg02.png);
  background-repeat: repeat-x;
  background-size: auto 18px;
}

.lead h2 img ,
.lead h1 img {
  height: 26px;
  width: auto;
}

.lead h2 span ,
.lead h1 span {
  font-size: 1rem;
  color: #E2C804;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.event-place-map {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.event-place-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-catch {
  text-align: center;
  font-size: 1.285714286rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.event-catch::before,
.event-catch::after {
  background-color: #222; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
.event-catch::before {
  margin-right: 10px; /* 文字との余白 */
}
.event-catch::after {
  margin-left: 10px; /* 文字との余白 */
}

.event-place {
  margin-bottom: 40px;
}

.event-about-txt {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}

.event-sub-ttl {
  background-color: var(--color_blue);
  text-align: center;
  color: var(--color_white);
  border-radius: var(--border_radius);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px;
  max-width: 400px;
  margin: 0 auto 30px;
}

.event-place dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.event-place dl dt {
  width: 72px;
  border-radius: var(--border_radius);
  background-color: #DFDA42;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 700;
}

.event-place dl dd {
  font-weight: 500;
}

.event-access-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-access-list .inner {
  width: 100%;
  margin-bottom: 20px;
}

.event-access-list__ttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--border_radius);
  margin-bottom: 16px;
  background-color: #F6F2E3;
}

.train-area {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  overflow: hidden;
}

/* 電車 */
.train .train-area::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(../images/access01.svg) no-repeat center / contain;
  animation: trainMove 4s linear infinite;
}

/* 左→右 */
@keyframes trainMove {
  from {
    transform: translate(-80px, -50%);  /* 左外から */
  }
  to {
    transform: translate(140px, -50%);  /* 右外へ */
  }
}

.car .train-area::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../images/access02.svg) no-repeat center / 50px;
  animation: carMove 3.5s linear infinite;
}

@keyframes carMove {
  from {
    transform: translate(-60px, -50%);
  }
  to {
    transform: translate(140px, -50%);
  }
}

.event-access-list .txt {
  font-weight: 500;
  font-size: .875rem;
  margin-bottom: 10px;
}

.txt14 {
  font-size: 0.875rem;
}

.map {
  background-color: #F6F2E3;
}

.map .c-center02 {
  background-color: inherit;
  border-radius: 0;
  border: none;
  z-index: 0;
}

.map .c-center02-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.map .lead:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -100px;
  width: 48px;
  height: 68px;
  z-index: 1;
  background: url(../images/ttl-illust-map.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*time table*/
.timetable {
  background-color: var(--color_white);
  margin: 90px auto 30px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 70px 15px 30px;
  width: 100%;
}

.timetable-head {
  position: absolute;
  left: 50%;
  margin-left: -81px;
  padding-top: 64px;
  top: -50px;
  width: 164px;
  height: 164px;
  box-sizing: border-box;
  background: url(../images/ttl-illust-time.svg) no-repeat 50% 23px, url(../images/ttl-timetable-bg.svg) no-repeat top center;
  background-size: 49px, 100%;
}

.timetable-list {
  position: relative;
  z-index: 1;
  table-layout: fixed;
  width: 100%;
  min-width: 600px;
}

.timetable-list:before {
  content: '';
  position: absolute;
  right: -40px;
  top: 30%;
  width: 92px;
  height: 99px;
  background: url(../images/mv-dec04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.timetable:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -40px;
  width: 74px;
  height: 98px;
  background: url(../images/timetable-illust01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.timetable:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -20px;
  z-index: 1;
  width: 59px;
  height: 92px;
  background: url(../images/timetable-illust02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.timetable-list th {
  color: var(--color_white);
  padding: 13px 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.928571429rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timetable-list th:nth-child(2) {
  width: 52%;
  background-color: rgba(44, 71, 116, 0.6);
}

.timetable-list th:nth-child(3) {
  width: 33%;
  background-color: #DFA342;
}

.timetable-list td {
  padding: 12px 10px;
  padding-right: 10px;
  font-weight: 500;
  text-align: left;
  font-size: 0.928571429rem;
  border-bottom: 1px dashed #333333;
}

.timetable-list td:nth-child(1) {
  text-align: center;
  font-weight: 700;
  padding: 0;
}

.timetable-list td:nth-child(2) {
  color: var(--color_blue);
  background-color: rgba(44, 71, 116, 0.1);
}

.timetable-list td:nth-child(3) {
  color: #DFA342;
  background-color: #F6F2E3;
}

/*イベント詳細*/

.event-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px 40px;
}

.event-navi li {
  position: relative;
}

.event-navi li:after {
  content: '';
  position: absolute;
  right: -20px;
  top: -1px;
  width: 1px;
  height: 24px;
  border: 1px dashed #333;
}

.event-navi li:last-child:after {
  display: none;
}

.event-navi li a {
  font-weight: 700;
  padding-left: 38px;
  padding-right: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.event-navi li.event-stage a {
  color: #DF286A;
  background: url(../images/num01-pink.svg) no-repeat left center,
  url(../images/ico-arw-btm_pink.svg) no-repeat right center;
  background-size: 28px, 17px;
}

.event-navi li.event-sport a {
  color: #00644C;
  background: url(../images/num02-green.svg) no-repeat left center,
  url(../images/ico-arw-btm_green.svg) no-repeat right center;
  background-size: 28px, 17px;
}

.event-navi li.event-foods a {
  color: #2C4774;
  background: url(../images/num03-dblue.svg) no-repeat left center,
  url(../images/ico-arw-btm_dblue.svg) no-repeat right center;
  background-size: 28px, 17px;
}

.event-navi li.event-train a {
  color: #A56D23;
  background: url(../images/num02-brown.svg) no-repeat left center,
  url(../images/ico-arw-btm_brown.svg) no-repeat right center;
  background-size: 28px, 17px;
}

.event-navi li.event-kids a {
  color: #9ABAD7;
  background: url(../images/num05-lblue.svg) no-repeat left center,
  url(../images/ico-arw-btm_lblue.svg) no-repeat right center;
  background-size: 28px, 17px;
}

.event-single {
  border-bottom: 3px dashed var(--color_white);
  padding: 60px 0;
  display: block;
}

.event-single.kids {
  border-bottom: 0;
}

.event-single-num {
  width: 154px;
  margin: 0 auto 20px;
}

.event-single-num h3 {
  width: 100%;
  box-sizing: border-box;
}

.event-single-info {
  width: 100%;
}

.event-single-info__catch {
  font-weight: 700;
  margin-bottom: 30px;
}

.custom-arrow {
  position: absolute;
  bottom: -30px;
  width: 58px;
  height: 50px;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slick-prev {
  left: 50%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transform: translateX(-110%);
}

.slick-next {
  left: 50%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transform: translateX(-10.5%);
}

.custom-arrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.slick-next::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 17px;
  width: 1px;
  height: 18px;
  background: #CCCCCC;
}

.slick-prev::before {
  background: url(../images/slide-before.png);
  background-size: 18px;
  background-repeat: no-repeat;
}

.slick-next::before {
  background: url(../images/slide-next.png);
  background-size: 18px;
  background-repeat: no-repeat;
}

.event-single-slide {
  visibility: hidden;
}

.event-single-slide.slick-initialized {
  visibility: visible;
}

.event-single-slide .slick-slide {
  margin-right: 22px;
}

.event-single-slide .slick-list {
  margin-right: -22px;
}

.event-single-slide__inner p {
  margin-bottom: 15px;
  font-weight: 700;
}

.event-single-slide__inner p span {
  display: inline-block;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.event-single.stage .event-single-slide__inner p span {
  background-color: #DF286A;
}

.event-single.sports .event-single-slide__inner p span {
  background-color: #00644C;
}

.event-single.foods .event-single-slide__inner p span {
  background-color: #2C4774;
}

.event-single.train .event-single-slide__inner p span {
  background-color: #A56D23;
}

.event-single.kids .event-single-slide__inner p span {
  background-color: #9ABAD7;
}

/*FAQ*/
.faq {
  padding: 60px 0;
}

.faq .lead:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 45px;
  margin-right: -120px;
  width: 51px;
  height: 56px;
  z-index: 1;
  background: url(../images/ttl-iilust-faq.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.faq-list {
  margin-bottom: 10px;
}

.faq-list dt {
  background-color: #F6F2E3;
  position: relative;
  border-radius: 14px;
  padding: 18px 17px;
  padding-right: 58px;
  display: flex;
  align-items: flex-start;
}

.faq-list dt p {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 24px;
  height: 24px;
  transition: .3s;
  border-radius: 100px;
  background-color: var(--color_white);
}

.faq-list dt p:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  left: 6px;
  top: 11px;
  background: var(--color_blue);
  transition: .3s;
}

.faq-list dt p:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  left: 11px;
  top: 6px;
  background: var(--color_blue);
  transition: .3s;
}

.faq-list dt.active p:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

}

.faq-list dt span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color_blue);
}

.faq-list dt:hover {
  cursor: pointer;
}

.faq-list dt h3 {
  font-weight: 700;
  font-size: 1rem;
  width: 93%;
  box-sizing: border-box;
}

.faq-list dd  {
  display: none;
}

.faq-list dd .grid {
  display: flex;
  padding-left: 20px;
  margin-top: 10px;
}

.faq-list dd span {
  margin-right: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E2C804;
}

.faq-list dd .grid p {
  width: 80%;
}
.sponsot-list {
  margin-bottom: 60px;
}

.sponsot-list h3 {
  background-color: #142A4D;
  text-align: center;
  color: var(--color_white);
  border-radius: var(--border_radius);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px;
  max-width: 400px;
  margin: 0 auto 30px;
}

.sponsot-list.silver h3 {
  background-color: #2C4774;
}

.sponsot-list.bronze h3 {
  background-color: rgba(44, 71, 116, 0.8);
}

.sponsot-list.ambassador h3 {
  background-color: rgba(44, 71, 116, 0.6);
}

.sponsot-list.other h3 {
  background-color: #ccc;
  color: #222;
}

.sponsot-list ul li p a {
  text-decoration: underline;
}

.sponsot-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.sponsot-list ul li p {
  font-weight: 700;
}

.txt14 {
  font-size: 0.875rem;
}

.event-single-slide__inner .thum + span {
  margin-top: 5px;
  display: inline-block;
}

.privacy {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10vw;
}

.privacy h1 img {
  width: auto;
  height: 32px;
}

.privacy-box {
  margin-bottom: 35px;
}
.privacy-box h2 {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.privacy-box p {
  margin-bottom: 13px;
}

.privacy-box ul li {
  padding-left: 14px;
  position: relative;
  font-size: 1rem;
  margin-bottom: 5px;
}

.privacy-box ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--color_blue);
  border-radius: 50%;
}


/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: var(--color_white);
  border-radius: 40px;
  border: 4px solid #E2C804;
  padding: var(--paddingSection) var(--paddingLR);
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: var(--color_white);
  border-radius: 40px;
  border: 4px solid #E2C804;
  box-sizing: border-box;
}

.c-center02-inner {
  padding: var(--paddingSection) var(--paddingLR);
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/*==========
ボタン
==========*/

.c-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 90%;
  margin: 0 auto;
}

.c-btn .btn-line {
  width: 480px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  color: var(--color_white);
  font-size: 1.142857143rem;
  padding: 14px 0;
  padding-left: 20px;
  font-weight: 700;
  background: url(../images/btn-illust01.png) no-repeat 15% 50%,
  url(../images/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 53px auto, 10px auto;
  border-radius: 200px;
  border: 3px solid #fff;
  background-color: var(--color_green_bg_btn);
}

.c-btn .btn-store {
  width: 480px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  color: var(--color_white);
  font-size: 1.142857143rem;
  padding: 14px 0;
  padding-left: 40px;
  font-weight: 700;
  background: url(../images/btn-illust02.svg) no-repeat 15% 50%,
  url(../images/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 56px auto, 10px auto;
  border-radius: 200px;
  border: 3px solid #fff;
  background-color: var(--color_orange_bg);
}


/*==========
Effect
==========*/
.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.event-single-slide__inner .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61), -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  will-change: transform;
}

.event-single-slide__inner .thum.trigger img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fadeScale {
  border-radius: 30px;
  border: 4px solid #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: opacity .3s ease-in-out, -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: opacity .3s ease-in-out, transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  transition: opacity .3s ease-in-out, transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61), -webkit-transform .3s cubic-bezier(0.5, 1.71, 0.48, 0.61);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  will-change: transform;
}

.fadeScale.trigger {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}