body {
  margin: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

/*  --オープニングアニメーション---  */
.anime {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  z-index: 50;
}

/*  --共通基礎css---  */
.mainSite {
  z-index: 10;
}

.accent {
  font-weight: bold;
  font-size: 120%;
  ;
}

.con-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.con-wrap .content {
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 6rem;
}

.con-ttl {
  font-size: 5vw;
  text-align: center;
  color: #2F2F2F;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto 2em;
  padding-bottom: .5em;
}

.con-ttl::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.mt3 {
  margin-top: 3rem;
}

.pt3 {
  padding-top: 3rem;
}

.mikio-line {
  position: relative;
}

.mikio-line::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

.mikio-box {
  width: 100%;
  color: white;
  line-height: 2;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

.collor-box {
  padding: 1rem;
  margin: 2rem 0;
}

.collor-box__orange {
  background: #ecd5d8;
}

.collor-box-ttl {
  font-size: 120%;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid white;
}

.collor-box-ul {
  padding: 1rem;
}

.collor-box-ul li {
  padding-bottom: 1rem;
}

.red-txt {
  color: red;
}

.t-center {
  text-align: center;
}

.mt2 {
  margin-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.f-bold {
  font-weight: bold;
}

.f-big {
  font-size: 150%;
}

.bg-black {
  background: #222222;
  color: white;
  display: inline-block;
  padding: .4rem .6rem;
}

.pink-txt {
  color: #ff66e2;
  font-weight: bold;
}

.top-img-area {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  z-index: 100;
  margin-top: -20rem;
}

.top-img-area img {
  width: 90%;
  max-width: 600px;
  text-align: center;
  position: relative;
  border: 1px solid white;
}

.top-img-area::before {
  position: absolute;
  content: "";
  width: 90%;
  max-width: 600px;
  height: 99%;
  top: 2rem;
  bottom: 0;
  right: 0rem;
  left: 2rem;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#314dea), color-stop(#9455dc), color-stop(#ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea, #9455dc, #ec5d57, #ec5d57);
  background: linear-gradient(to left, #314dea, #9455dc, #ec5d57, #ec5d57);
  opacity: 1;
  -webkit-animation: companyG 3s infinite alternate;
  animation: companyG 3s infinite alternate;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 0;
}

/*  --トップメッセージ---  */

.top-msg {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: absolute;
  z-index: 200;
  margin: 5% auto;
  top: 86vh;
  background: rgb(255 255 255 / 88%);
  padding: 2rem;
  right: 0;
  left: 0;
  width: 80%;
}

.top-msg h2 {
  font-size: 150%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid #BBBBBB 1px;
}

.top-msg-wrap {
  padding: 2rem;
  border: solid #BBBBBB 1px;
}

.top-msg-lead {
  line-height: 1.8;
}

.top-crdit {
  text-align: right;
}

.top-crdit img {
  width: 6rem;
  margin-right: 2vw;
}

/*  --flexカラム---  */
.flex3-wrap {
  width: 100%;
  text-align: right;
}

.flex3 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.flex3 .flex3--item {
  width: 26%;
  margin: 0 0 0 1rem;
}

.flex3--item img {
  width: 100%;
  border-top: solid 3px #EFEFEF;
  border-bottom: solid 3px #EFEFEF;
  border-left: solid 3px #EFEFEF;
}

/*  --twitter埋め込み---  */

.twitter-head {
  width: 100%;
  position: relative;
  text-align: left;
  color: white;
  padding: 1rem;
  background-color: #1da1f2;
}

.twitter-head::before {
  position: absolute;
  background: url(img/twitter_white.svg) no-repeat;
  width: 2rem;
  height: 2rem;
  content: "";
  background-size: contain;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.twitter-timeline {
  border: solid 2px #1da1f2;
}

/*  --ボタン---  */
.content .btn-wrap {
  width: 23em;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border: solid 2px #333333;
  z-index: 100;
  margin: 1rem auto;
}

.btn-blue {
  background: #00cec9;
}

.btn-blue:hover {
  background: #333333;
  color: white;
}

a.btn-flat {
  overflow: hidden;
  padding: 2vw 5vw;
  color: #fff;
  border-radius: 0;
  background: #222;
  font-size: 150%;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat img {
  width: 2.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  -ms-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

a.btn-flat:hover {
  background: #333;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  -ms-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

/*  --文章が長い時のトグルボタン---  */
.contenedor {
  display: table;
  margin: 20px auto;
  position: relative;
}

.expand {
  max-height: 6 rem;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
}

.expand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
  transition: 1s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: #aaa;
  box-shadow: -5px 0 white;
  color: white;
  z-index: 999;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {
  content: "続きを読む";
}

.contenedor input:checked+label:before {
  content: "閉じる"
}

input[type=checkbox]:checked~.expand {
  max-height: 2000px;
}

input[type=checkbox]:checked~.expand:before {
  opacity: 0
}

/*  --TOP画像群---  */
.upper-img {
  position: absolute;
}

.upper-img img {
  width: 10vw;
}

/*  ---ヘッダー---  */
.con-wrap .header {
  background-image: url(img/slide01-r.jpg);
  background-size: cover;
  background-position: top;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100vh;
  position: relative;
}

.head-cont {}

.main-ttl-wrap {
  width: 60vw;
  left: 5vw;
  position: absolute;
  z-index: 100;
  top: 3rem;
}

.main-ttl-wrap .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 1em;
  position: relative;
}

.main-ttl-wrap .sns-share .share-item {
  width: 34px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 1rem;
}

.main-ttl-wrap .sns-share .share-item a {
  display: block;
}

.main-ttl-wrap .sns-share .share-item:hover {
  opacity: .7;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.main-ttl-wrap .sns-share a img {
  width: 100%;
}

.main-ttl {
  font-family: 'Cormorant Infant', serif;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 14vw;
  line-height: 1;
  letter-spacing: 0.3rem;
  color: #222;
}

.main-ttl-desc {
  font-family: 'Cormorant Infant', serif;
  font-weight: bold;
  font-size: 1.9vw;
  letter-spacing: 0.2rem;
  opacity: 0;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
  background: #314dea;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 30vw;
}

.main-ttl2nd {
  text-align: right;
}

.main-ttl {
  font-family: 'Cormorant Infant', serif;
  margin: 0;
  padding: 0;
  font-size: 14vw;
  line-height: 1;
  letter-spacing: 0.3rem;
}

.main-ttl span {
  display: inline-block;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
  color: #222;
  transition: 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.main-ttl span.text-animate {
  transform: rotateY(0deg);
  opacity: 1;
  color: #fff;
}


.content3 {
  background-image: url(img/slide02.jpg);
}

.content4 {
  height: 30vh;
  background-image: url(img/slide03.jpg);
  background-size: contain;
  background-position: center;
}





/*---- グロナビ ----*/
.menu-tger {
  display: none;
}

.navi {
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.navi-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 96%;
  margin: 1em 0 0 auto;
  max-width: 750px;
  padding-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  height: 50px;
  background: #222;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.navi-item {
  font-family: 'Noto Serif JP', serif;
}

.navi-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  height: 100%;
  display: block;
  padding: 0 1rem;
  position: relative;
  line-height: 50px;
}

.navi-link:hover {
  color: #000;
  -webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.navi-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #FFF;
  -webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: -1;
}

.navi-link:hover::after {
  width: 100%;
}

.lang-menu {
  margin-left: auto;
}

.svg-earth {
  width: 1.3em;
  height: 1.3em;
  fill: #FFF;
  vertical-align: sub;
  margin-right: 6px;
}

.navi-lang {
  background: #333;
}

.navi-lang:hover {
  background: white;
}

.navi-lang:hover .svg-earth {
  fill: #111;
  -webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/* ---- 新着情報 ---- */
.news {
  color: white;
  position: sticky;
  z-index: 100;
  width: 50%;
  min-width: 500px;
  left: 0vw;
  top: 42vw;
  background: rgb(0, 0, 0, .7);
  padding: 1em 1em 1em 2em;
  font-family: 'Noto Serif JP', serif;
}

.news-ttl {
  -o-border-image: -o-linear-gradient(left, #314dea, #9455dc, #ec5d57, #ec5d57) 1/0 0 2px;
  border-image: -webkit-gradient(linear, left top, right top, from(#314dea), color-stop(#9455dc), color-stop(#ec5d57), to(#ec5d57)) 1/0 0 2px;
  border-image: linear-gradient(90deg, #314dea, #9455dc, #ec5d57, #ec5d57) 1/0 0 2px;
  border-style: solid;
  font-size: 170%;
  padding-bottom: .5em;
}

.news-list {}

.news-item {
  list-style: none;
  line-height: 2;
}

.rellax-img01 {
  position: absolute;
  width: 3 0vw;
  left: -6vw;
  top: 48vw;
  z-index: 100;
}

.rellax-img01 img {
  width: 100%;
}

.news .ex-news {
  animation: blinkAnimeS2 2s infinite alternate;
  padding: 1rem;
  margin: 0.5rem;
  line-height: 1.5;
}

@keyframes blinkAnimeS2 {
  0% {
    background: rgba(0, 0, 0, 0.5)
  }

  100% {
    background: rgba(255, 0, 0, 0.5)
  }
}

/* ---- TOP応援バナー ---- */
.hurry-content {
  width: 94%;
  position: relative;
  overflow: hidden;
}

.hurry-content::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0vw;
  right: 0;
  background: #efefef;
  z-index: -1;
}

.hurry-content .hurry-flex {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 5rem;

}

.hurry-img {
  width: 50%;
  padding: 1rem;
  align-self: center;
}

.hurry-txt {
  width: 70%;
  padding: 0;
  margin-left: -8%;
  align-self: center;
}

.campfire .hurry-txt {
  margin-left: -3%;
}

.campfire .hurry-txt-item {
  width: 40%;
  min-width: 150px;
}

.campfire .hurry-txt img {
  width: 100%;
}

.hurry-txt a {
  position: absolute;
  bottom: 2rem;
  right: 0;
  line-height: 3;
  width: auto;
  padding: 0 1rem;
}

.hurry-txt-item {
  font-size: 3vw;
  margin-bottom: .5rem;
  background: white;
  padding: .2rem;
}

.hurry-txt-lead {
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.8);
  padding: .8rem;
  margin: 1rem;
}

/* ---- イベント情報 ---- */
.event-wrap {
  position: relative;
}

.event-container {
  padding-bottom: 5em;
}

.event-flex-container {
  max-width: 1080px;
  margin: 0 auto;
}

.event-wrap::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -120px;
  border-top: 60px solid transparent;
  /* 透明 */
  border-left: 50vw solid transparent;
  /* 透明 */
  border-right: 50vw solid #FFF;
  /* 白 */
  border-bottom: 60px solid #FFF;
  /* 白 */
}

.event-left {
  position: relative;
  padding-bottom: 3vw;
}

.event-left::before {
  position: absolute;
  content: "";
  width: 8vw;
  height: 30vw;
  top: -11vw;
  right: 0;
  background-image: url(img/news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right;
}

.event-txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2em;
  padding-bottom: 4vw;
  max-width: 70%;
}

.event-ttl {
  font-size: 5vw;
  letter-spacing: 2;
  text-align: left;
  padding-left: 1em;
  color: #2F2F2F;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.event-ttl .passing-txt {
  position: relative;
  padding-bottom: .3em;
}

.event-ttl .passing-txt::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

.event-subttl {
  font-size: 3vw;
  font-weight: bold;
  padding-bottom: 1em;
}

.event-txt {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.event-glly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  left: -30px;
  z-index: 1;
}

.event-glly::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 50vw;
  top: 3vw;
  left: 0;
  background: #efefef;
}

.event-glly--item {
  width: 24%;
}

.event-glly--item img {
  width: 100%;
}

.event-common .event-right {
  position: relative;
  z-index: 1;
  right: 0;
  margin: 0 0 0 auto;
  width: 80%;
  text-align: right;
  display: block;
  padding-bottom: 2em;
}

.event-right .event-right-txt {
  text-align: left;
  margin-bottom: 2vw;
  padding-left: .5em;
  line-height: 1.6;
  font-size: 2vw;
  background: #222;
  color: white;
  display: block;
}

.event-map {
  width: 100%;
  height: 25vw;
}

.event-flex {
  display: flex;
  padding: 4em 2em;
  border: solid 2px white;
  flex-wrap: wrap;
  position: relative;
  margin: 0 2em;
}

.event-flex-cap {
  position: absolute;
  top: -1.3em;
  padding: .5em 1em;
  border: 2px solid #FFFFFF;
  font-size: 140%;
  z-index: 10;
}

.event-flex::before,
.event-flex::after,
.event-flex-cap::before,
.event-flex-cap::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
}

.event-flex::before,
.event-flex-cap::before {
  top: -2px;
  left: -2px;
}

.event-flex-cap.on-bord {
  background: #00cec9;
}

.event-flex-cap__orange.on-bord {
  background: orange;
}

.event-flex::after,
.event-flex-cap::after {
  bottom: -2px;
  right: -2px;
}

.event-flex.on-bord::before,
.event-flex.on-bord::after,
.event-flex-cap.on-bord::before,
.event-flex-cap.on-bord::after {
  width: 100%;
  height: 100%;
}

.event-flex.on-bord::before,
.event-flex-cap.on-bord::before {
  border-bottom-color: #333333;
  border-left-color: #333333;
  transition: height .6s, width .6s .6s;
}

.event-flex.on-bord::after,
.event-flex-cap.on-bord::after {
  border-top-color: #333333;
  border-right-color: #333333;
  transition: height .6s, width .6s .6s;
}

.event-flex-ttl {
  font-size: 3vw;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1em;
}

.event-flex-date {
  font-size: 140%;
  background: black;
  color: white;
  padding: .2em .5em;
  margin-bottom: .3em;
}

.event-flex-left,
.event-flex-right {
  position: relative;
  z-index: 10;
}

.event-flex-left {
  width: 35%;
  margin-right: 5%;
}


.img-wide .event-flex-left {
  width: 100%;
  margin-right: 0;
}

.event-flex-left img {
  width: 100%;
  /*max-width: 700px;*/
}

.event-flex-right {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: space-between;
}

.event-flex-right .txt-list {
  line-height: 1.6;
}

.sponsor-img a {
  display: inline-block;
  transition: .5s;
  border: 1px solid #666666;
  max-width: 400px;
}

.sponsor-img a img {
  width: 100%;
}

.sponsor-img a:hover {
  transform: scale(1.1) rotate(-5deg);
}

.img-wide .event-flex-right {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.event-flex-lead {
  line-height: 1.6;
  margin-bottom: .5em;
  font-size: 110%;
}

.event-flex-lead a {
  color: #314dea;
}

.event-flex-btn {
  display: flex;
  height: 4em;
  align-items: center;
  justify-content: space-around;
  margin: 2em auto 0;
  position: relative;
  border: solid 2px #333;
  background: white;
  transition: .5s;
  padding-right: 2em;
  z-index: 3;
}

.event-flex-btn:hover {
  background: #00cec9;
}

.event-flex-btn__orange:hover {
  background: orange;
}

.event-flex-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/*　　　樹馬グッズコーナー　　　*/
.kiba-goods-wrap {
  width: 94%;
  display: flex;
  margin: 2rem auto;
  justify-content: space-between;
}

.kiba-goods-ttl {
  display: inline-block;
  color: white;
  font-size: 3.5vw;
  padding-left: 2rem;
  background: black;
  line-height: 1.6;
  margin-top: 2rem;
  width: 70%;
}

.kiba-goods-lead {
  width: 50%;
  position: relative;
  align-self: center;
}

.kiba-goods-lead::before {
  position: absolute;
  content: "";
  width: 11vw;
  height: 34vw;
  top: -4vw;
  left: -2.2rem;
  background-image: url(img/goods.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left;
}

.kiba-goods {
  width: 50%;
  position: relative;
}

.cv-btn-wrap {
  margin-top: 2rem;
  margin-right: 0;
}

.eventDtl-bdr-box {
  padding: 1em;
  border: 1px dashed #333;
  margin: 0.5em 0.4em 2em;
}

.eventDtl-white-box {
  text-align: center;
  background: #333;
  color: white;
  margin: 1em 0em 0 0em;
  padding: 0.5em 0;
}

.cv-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cv-btn-list {
  width: 46%;
  background: black;
  text-align: center;
  line-height: 3;
}

.cv-btn-item {
  display: block;
  position: relative;
  color: white;
  border: solid 2px black;
}

.cv-btn-item.cv-btn-item__bule {
  border: solid 2px #334dea;
  background: #334dea;
}

.cv-btn-item.cv-btn-item__orange {
  border: solid 2px #ec5d57;
  background: #ec5d57;
}

.cv-btn-item:hover {
  color: black;
  background: white;
  transition: .5s;
}

.cv-btn-item.cv-btn-item__bule:hover {
  color: #334dea;
}

.cv-btn-item.cv-btn-item__orange:hover {
  color: #ec5d57;
}

.cv-btn-item:before {
  position: absolute;
  top: 0;
  height: 3em;
  bottom: 0;
  right: 1rem;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  font-size: 1.5em;
}

.cv-btn-item .fa-envelope,
.cv-btn-item .fa-phone-volume {
  position: absolute;
  height: 1rem;
  left: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kiba-goods::before {
  content: "";
  position: absolute;
  width: 170%;
  height: 52vw;
  top: 3vw;
  right: -1rem;
  background: #efefef;
  z-index: -1;
}

.kiba-goods-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kiba-goods-item {
  width: 46%;
}

.kiba-goods-lead .event-txt {
  padding: 0 1rem;
}

.kiba-goods-item:first-child {
  width: 100%;
}

.kiba-goods-item img {
  width: 100%;
}

.kiba-goods-list figcaption {
  font-size: .9rem;
  font-family: 'Noto Serif JP';
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}

.event-flex-btn-cap {
  position: absolute;
  bottom: -1.4em;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 90%;
}

.move-arrow {
  position: relative;
  animation: bounce 2s infinite;
  margin-left: 1em;
}

.move-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  width: 1.5em;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-20px);
  }

  60% {
    transform: translateX(-8px);
  }
}

.event-flex-btn-txt {
  padding: 0 1em;
  font-size: 130%;
}

.event-flex-2 {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.event-flex-5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.event-flex-2-item {
  width: 49%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem 0 0;
}

.event-flex-5 .event-flex-5-item {
  width: 30%;
  height: 13rem;
  min-width: 11rem;
}

.event-flex-5 .event-flex-4-item {
  width: 48%;
  height: auto;
  min-width: 8rem;
  line-height: 1.6;
}

.event-flex-5 .event-flex-4-item:nth-child(5) {
  width: 100%;
}

.bg-black-cap {
  background: black;
  margin: 0 auto 5px;
  color: white;
  padding: 1rem 0;
  width: 11rem;
  text-align: center;
}

.event-flex-5 .event-flex-5-item p {
  margin: auto;
}

.event-flex-5 .event-flex {
  padding: .5rem;
  margin: 1%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.event-flex-5 .event-flex-5-item .event-flex-5-count {
  font-size: 200%;
  margin: 0;
  text-align: left;
}

.event-flex-5-ttl {
  font-size: 250%;
  margin: 2rem auto 1rem;
}

/* ----月一開催　カウントダウン ---- */

.thanks-wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 8vw;
  padding-bottom: 10em;
  overflow: hidden;
}

.video-wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 6em;
  overflow: hidden;
}

.thanks-wrap::before {
  position: absolute;
  content: "";
  width: 92%;
  height: 77%;
  top: 26vw;
  right: 0;
  background: #efefef;
}

.video-wrap::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 57%;
  top: 21vw;
  right: 0;
  background: #efefef;
}

.thanks {}

.thanks-ttl {
  font-size: 5vw;
  letter-spacing: 2;
  text-align: left;
  padding-left: 1em;
  color: #2F2F2F;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  width: 86%;
}

.thanks-ttl::after {
  position: absolute;
  content: "";
  width: 14vw;
  height: 39vw;
  top: 2vw;
  left: -7vw;
  background-image: url(img/events.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.thanks-wrap::after {}

.thanks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thanks-item {
  position: relative;
}

@media all and (-ms-high-contrast: none) {

  /* ここに書く */
  .main-ttl-wrap .main-ttl-desc {
    background: none;
    color: white;
  }

  .thanks-item {
    width: 30%;
  }

  .news {
    background: #222;
  }

  .media-list .media-item {
    opacity: 1;
  }

  .media-list .swiper-slide {
    width: 25%;
    margin-right: 1em;
  }

  .con-wrap .content {
    background-attachment: inherit;
  }

  .event-flex {
    border: solid 2px #222;
  }

  .event-flex-cap {
    background: #00cec9;
    border: 2px solid #222222;
  }

  .event-flex-cap__orange {
    background: orange;
  }

  .thanks-img {
    background: white;
  }

  .footer-left .footer-ttl {
    background: none;
  }
}

.swiper-slide {
  height: auto;
}

.thanks-img {
  position: relative;
  margin: 1vw;
  background: rgb(255, 255, 255, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 1em;
}

.thanks-img a {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.thanks-img img {
  max-width: 100%;
  max-height: 21vw;
}

.thanks-cap {
  line-height: 1.8;
  padding: 1em;
  text-align: left;
}

.thanks-link {
  color: #222;
  text-decoration: none;
}

.thanks-date {
  background: black;
  color: white;
  border-radius: 11px;
  margin: -1em auto .5em 1em;
  z-index: 1;
  padding: 1px 1em 3px;
}

.thanks-subt {
  font-size: 120%;
  padding-bottom: .5em;
  border-bottom: solid 1px #ddd;
  width: 90%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.swiper-container {
  width: 85%;
  margin-right: 0;
  padding-top: 8vw;
  position: relative;
}

.swiper-container__video {
  width: 100%;
}

.swiper-container__video .youtube {
  max-width: 90%;
  position: relative;
  box-sizing: border-box;
  margin: 30px auto 5px;
  padding: 6px 6px;
  aspect-ratio: 16/10;
  background: #dfdfdf;
  border-radius: 0px;
}

.swiper-container__video .youtube::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-135deg);
  border-top: solid 5px #dfdfdf;
  border-left: solid 5px #dfdfdf;
}

.content-area__video::after {
  position: absolute;
  content: "";
  width: 14vw;
  height: 31vw;
  top: 0vw;
  left: 0;
  background-image: url(img/videos.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper-pagination-progressbar {
  background: white;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #314dea;
  /* fallback for old browsers */
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);

}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

/*-- swiperの次へボタン --*/
.swiper-button-next,
.swiper-button-prev {
  top: 2vw;
  width: 5vw;
  height: 5vw;
  background: #222;
  color: white;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 7vw;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 80%;
  top: 1.7vw;
}

/* ----プロフィール----   */
.profile-wrap,
.goods-wrap {
  margin-top: 10em;
}

.profile-wrap,
.goods-wrap figure img {
  width: 100%;
}

.profile-ttl::before {
  content: "";
  position: absolute;
  width: 64vw;
  height: 15vw;
  background: url(img/profile.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  top: 3vw;
  right: -20vw;
}

.goods-ttl {
  font-size: 4vw;
  text-align: center;
  color: #2F2F2F;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto 2em;
  padding-bottom: 0.5em;
}

h3.goods-ttl {
  font-size: 2.4vw;
  text-align: left;
  color: #2F2F2F;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 1em;
  padding-bottom: 0.5em;
}

.goods-wrap .lead {
  margin-top: 1rem;
  line-height: 1.5;
}

.goods-wrap figure a img {
  border: #999 solid 1px;
  margin: 1rem;
}

h3.goods-ttl::before {
  display: none;
}

.goods-ttl::before {
  content: "GOODS";
  position: absolute;
  width: 50vw;
  height: 5vw;
  background-size: contain;
  z-index: -1;
  top: 1vw;
  right: 8vw;
  color: #efefefa1;
  font-family: 'Cormorant Infant';
  font-size: 10vw;
}

.profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15vh;
}

.pro-imgarea {
  font-family: 'Noto Serif JP', serif;
  width: 37%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 3%;
  border-right: solid 1px #444;
}

.pro-imgarea::before {
  position: absolute;
  width: 100%;
  height: 90vh;
  content: "";
  background: #EFEFEF;
  z-index: -1;
  left: -3vw;
  top: -3vh;
}

.pro-imgarea figure {
  margin: 0 auto;
}

.pro-name {
  font-size: 180%;
  letter-spacing: 20px;
  padding-bottom: .2em;
}

.pro-name-e {
  font-size: 110%;
  letter-spacing: 10px;
  padding-bottom: 1em;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-base {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
}

.pro-txtarea {
  width: 57%;
  padding-left: 3%;
}

.pro-txt-ttl {
  font-size: 150%;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: solid 1px #444;
}

.pro-txt-con {
  padding-bottom: 2em;
}

.pro-txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pro-txt-item {
  line-height: 3;
  font-size: 17px;
}

.pro-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  font-size: 90%;
}

.pro-cap dt {
  width: 15vw;
}

/*---  コンテンツ表示エフェクト 帯 ---*/
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.passing-bar {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #222;
}

.passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media all and (-ms-high-contrast: none) {

  /* ここに書く */
  .passing-txt {
    opacity: 1;
  }
}

.move.passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.move.passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

/* -- メールフォーム送信完了 -- */
.send-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

.send-wrap .send-txt {
  margin: 3em 1em;
  padding: 3em;
  background: #eeeeee;
  font-size: 120%;
  line-height: 1.8;
}

.send-thanks-wrap {
  position: absolute;
  opacity: .1;
  right: 0;
  left: 0;
  width: 65vw;
  top: 5vw;
  height: 19vh;
  margin: 0 auto;
}

.send-thanks {
  width: 100%;
}

.send-thanks path {
  fill: url(#grad1);
}

#stop1 {
  -webkit-animation: change-color1 3s ease-in-out infinite alternate;
  animation: change-color1 3s ease-in-out infinite alternate;
}

#stop2 {
  -webkit-animation: change-color2 3s ease-in-out infinite alternate;
  animation: change-color2 3s ease-in-out infinite alternate;
}

@-webkit-keyframes change-color1 {
  0% {
    stop-color: fuchsia;
  }

  100% {
    stop-color: red;
  }
}

@keyframes change-color1 {
  0% {
    stop-color: fuchsia;
  }

  100% {
    stop-color: red;
  }
}

@-webkit-keyframes change-color2 {
  0% {
    stop-color: purple;
  }

  100% {
    stop-color: green;
  }
}

@keyframes change-color2 {
  0% {
    stop-color: purple;
  }

  100% {
    stop-color: green;
  }
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
  width: 75%;
  margin: 0 auto 1em;
  background: #ddd;
  border: 4px solid #ddd;
  border-radius: 40px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.tab-area .tab {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 200%;
  border-radius: 40px;
  z-index: 2;
}

.tab-area .tab.active {
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.tab-area::after {
  position: absolute;
  content: "";
  background: #314dea;
  background: -o-linear-gradient(45deg, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(45deg, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  border-radius: 40px;
  border: solid 2px rgb(255, 255, 255, .6);
  width: 50%;
  height: 49px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.content-area {
  text-align: center;
}

.content-area .tab-con {
  display: none;
}

.content-area .tab-con.show {
  display: block;
}


/* ----会社概要----   */
.company-wrap {
  margin-top: 10em;
}

.company-ttl {}

.company-subTtl {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 250%;
  font-family: 'Cormorant Infant', serif;
  background: -o-linear-gradient(45deg, #314dea, #9455dc, #ec5d57, #ec5d57);
  background: linear-gradient(45deg, #314dea, #9455dc, #ec5d57, #ec5d57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
  color: #ff0000;
  -webkit-animation: companyG 3s infinite alternate;
  animation: companyG 3s infinite alternate;
  letter-spacing: .2em;
  overflow: hidden;
}

@-webkit-keyframes companyG {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(350deg);
    filter: hue-rotate(350deg);
  }
}

@keyframes companyG {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(350deg);
    filter: hue-rotate(350deg);
  }
}

.company-ttl::before {
  content: "";
  position: absolute;
  width: 72vw;
  height: 6vw;
  background: url(img/company.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: -1em;
  right: -20vw;
}

.company {
  width: 100%;
  padding-bottom: 15vh;
  overflow: hidden;
}

.company-contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  max-width: 1080px;
  padding: 0 1em;
  margin: 0 auto;
}

.company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
}

.company-item dt {
  margin-right: 1em;
  width: 5em;
  border-bottom: solid 1px #333;
  padding-bottom: 1em;
}

.company-item dd {
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: solid 1px #ccc;
}

.company-info {
  background: #888;
  border-radius: 16px;
  padding: 2px .5em;
  color: white;
  font-weight: bold;
  margin-right: 4px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.company-info:hover {
  background: orangered;
}

/* -- フッター -- */
.footer {
  padding: 2em 1em 1em 1em;
  background: #EFEFEF;
  position: relative;
  overflow: hidden;
}

.footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  padding: 1em 0 2em;
  align-items: flex-start;
}

.footer-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
}

.footer-contact {
  display: flex;
  font-size: 90%;
  flex-direction: column;
  margin-left: 2em;
}

.footer-btn {
  width: 18em;
  line-height: 4;
  text-align: center;
  background: #222;
  color: white;
  border: solid 2px #222;
  transition: .5s;
}

.footer-btn:hover {
  background: white;
  color: #000;
  font-weight: bold;
}

.footer-cap {
  margin-right: auto;
  margin-bottom: .5em;
}

.footer-ttl {
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 260%;
  margin-right: auto;
  font-family: 'Cormorant Infant', serif;
  font-weight: bold;
}

.footer-address {
  font-size: 70%;
  color: #666;
  margin-bottom: 3em;
}

.footer-right .sns-ttl {
  font-size: 1.5rem;
  margin-left: 6vw;
}

.footer-sns {
  display: flex;
  position: relative;
  align-items: baseline;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.footer-sns::before {
  position: absolute;
  width: 122%;
  height: 4em;
  bottom: 0em;
  left: 0;
  content: "";
}

.footer-sns::after {
  position: absolute;
  width: 84%;
  height: 9em;
  top: -50%;
  left: 0em;
  content: "";
  background: url(../css/img/sns-blog.svg) no-repeat;
  background-size: contain;
  opacity: 0;
  transform: rotateZ(-8deg);
}

.footer .sns-item {
  width: 90px;
  margin-right: 0.8em;
  z-index: 1;
  max-width: 10%;
}

.footer .sns-item a,
.footer .blog-item a {
  display: block;
  transition: .5s;
}

.footer .sns-item a:hover,
.footer .blog-item a:hover {
  transform: scale(1.1) rotate(-5deg);
}

.footer .blog-item {
  width: 46%;
  z-index: 1;
}

.footer .sns-item img,
.footer .blog-item img {
  width: 100%;
}

.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: #314dea;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, #314dea), color-stop(40%, #9455dc), color-stop(70%, #ec5d57), to(#ec5d57));
  background: -o-linear-gradient(right, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(to left, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
}

.copy {
  text-align: center;
  line-height: 2;
  background: #333;
  color: white;
  padding: 3em .5em;
  font-family: serif;
  font-size: 90%;
}

#front-page .copy {
  padding: 3em .5em 8em;
}

/*---  コンテンツ表示エフェクト ポワッと ---*/
@-webkit-keyframes powa {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes powa {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bita {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  70% {
    transform: scale(6);
    opacity: 0;
  }

  85% {
    transform: scale(.9);
    opacity: .4;
  }

  90% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.powa {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.bita {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media all and (-ms-high-contrast: none) {

  /* ここに書く */
  .powa {
    opacity: 1;
  }
}

.powa-on {
  opacity: 1;
  -webkit-animation: powa ease .3s;
  animation: powa ease .3s;
}

.bita-on {
  opacity: 1;
  -webkit-animation: bita ease 1s;
  animation: bita ease 1s;
}

/*---  ページ遷移アニメーション ---*/
#page-animate::before {
  content: '';
  position: fixed;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #ddd;
  z-index: 9999;
  pointer-events: none;
  right: 130%;
  -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}

#page-animate::after {
  content: '';
  position: fixed;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #ddd;
  z-index: 9999;
  pointer-events: none;
  left: 130%;
  -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}

#page-animate.is-slide-in::before {
  right: -25%;
}

#page-animate.is-slide::after {
  left: -25%;
}

/*----------------------  メディア掲載情報 -----------------------*/
.media {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5em;
  position: relative;
}

.media-flex {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 4rem;
  flex-wrap: wrap;
}

.media-flex::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: -2rem;
  left: 0;
  background: #efefef;
}

.promo-wrap {
  position: relative;
}

.promo-wrap::after {
  position: absolute;
  content: "";
  width: 8vw;
  height: 50vw;
  top: -2vw;
  right: 0;
  background-image: url(img/promo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right;
}

.catu {
  position: relative;
}

.catu::before {
  position: absolute;
  content: "~";
  top: -1rem;
}

.media-flex-left {
  width: 65%;
  position: relative;
}

.media-flex-left59 {
  width: 59%;
  position: relative;
}

.media-flex-left .footer-btn {
  display: block;
  margin-left: 2rem;
  margin-top: 1rem;
}


.media-flex-right {
  width: 28%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.media-flex-right40 {
  width: 40%;
}

.media-flex-right40 figure {
  text-align: center;
}

.media-flex-left .event-subttl {
  padding-left: 2rem;
  line-height: 1.3;
}

.media-flex-left p {
  padding-left: 3rem;
  font-size: 140%;
  line-height: 1.7;
}

.media-flex-right img {
  width: 100%;
}

.media-flex-right40 img {
  width: 90%;
}

.media-flex-right a.footer-btn {
  align-self: center;
  margin-top: 1rem;
  line-height: 3;
  width: 80%;
}

.media-list {
  display: flex;
  width: 100%;
  position: relative;
}

.media::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  right: 0;
  top: 3em;
  bottom: 0;
  margin: auto;
  background: #314dea;
  background: -o-linear-gradient(45deg, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  background: linear-gradient(45deg, #314dea 15%, #9455dc 40%, #ec5d57 70%, #ec5d57 100%);
  opacity: .5;
}

#media::after {
  position: absolute;
  content: "";
  width: 45vw;
  height: 11vw;
  top: -2vw;
  right: 0;
  background-image: url(img/media.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right;
}

.media-item {
  margin: 1em 0 0;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 55%);
  background: white;
  opacity: 0;
  transition: 1s;
  border-radius: 6px;
}

.media-item:last-child {
  box-shadow: none;
  background: initial;
}

.media-item.on-media {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
    transform: rotate3d(0, -1, 0, 180deg);
    -webkit-transform: rotate3d(0, -1, 0, 180deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
}

.bcard-wrapper {
  display: block;
  width: 100%;
  max-width: 278px;
  margin: 10px auto;
  padding: 12px;
}

.bcard-site,
.bcard-url {
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  max-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bcard-header {
  position: relative;
  height: 30px;
  margin-bottom: 5px;
  display: block;
}

.withgfav {
  padding-left: 23px;
}

.bcard-favicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}

.bcard-main {
  overflow: hidden;
  position: relative;
  display: block;
}

.withogimg {
  padding-top: 214px;
}

.bcard-img {
  width: 250px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  background-position: center center;
}

.bcard-title {
  font-size: 17px;
  margin: 0 0 2px;
  line-height: 1.4;
  max-height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

.bcard-description {
  line-height: 1.5;
  font-size: 12px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bcard-title a {
  color: #424242;
}

.bcard-url a {
  color: #9e9e9e;
}

.bcard-title a:hover,
.bcard-url a:hover,
.bcard-site a:hover {
  text-decoration: underline;
}

.media-wrap .swiper-container {
  width: 100%;
  padding-top: 0;
}

/*-- メディアswiperの次へボタン --*/
.media .swiper-button-next {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 4em;
  height: 30em;
  color: #333;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  outline: none;
  transition: .5s;
}

.media .swiper-button-prev {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 4em;
  height: 30em;
  color: #333;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 54%);
  outline: none;
}

.media .swiper-button-next:after,
.media .swiper-container-rtl .swiper-button-prev:after {
  content: 'nextnext';
  font-weight: bold;
  font-size: 150%;
}

.media .swiper-button-prev:after,
.media .swiper-container-rtl .swiper-button-next:after {
  content: 'prevprev';
  font-weight: bold;
  font-size: 150%;
}

.media .swiper-button-prev,
.media .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.media .swiper-container-horizontal>.media .swiper-pagination-progressbar,
.media .swiper-container-vertical>.media .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 80%;
  top: 1.7vw;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}

.media-flex-left p.fs-100 {
  font-size: 100%;
  line-height: 1.2;
  font-weight: bold;
}

.fs-90 {
  font-size: 90%;
}

.fs-140 {
  font-size: 140%;
}

.media-flex-left p.fs-250 {
  padding-left: .5rem;
}

.media-flex-left p.fs-250 span {
  font-size: 250%;
}

.spacer {
  width: 85%;
  margin: 3rem 0;
  border-bottom: dashed 6px white;
  position: relative;
}

.media-reverse {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.kaitori-bnr {
  position: fixed;
  bottom: 0;
  width: 400px;
  max-width: 50%;
  right: -400px;
  z-index: 11;
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.kaitori-bnr.kaitorion {
  right: 0;
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.kaitori-bnr a {
  transition: .5s;
}

.kaitori-bnr a:hover {
  opacity: .7;
  transition: .5s;
}

.kaitori-bnr img {
  width: 100%;
}

/*----------------------  動画コンテンツエリア -----------------------*/
.m-channel {
  position: relative;
}

.m-channel img {
  width: 80%;
  max-width: 500px;
  margin: 2rem auto 0;
}

.video-dtil {
  font-weight: bold;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.video-date {
  position: absolute;
  bottom: 0rem;
  left: 0;
  padding: 0.2rem 0.5rem;
  background: #dfdfdf;
  display: inline;
  width: auto;
  border-radius: 0 15px 0 0;
  font-weight: bold;
}


@media screen and (min-width: 1020px) {
  .con-wrap .header {
    background-size: 100%;
  }
}

/*----------------------  タブレット -----------------------*/
@media screen and (max-width: 868px) {
  .main-ttl-wrap {
    top: 7rem;
  }

  .lang-menu {
    margin-left: 0;
  }

  .footer .sns-item {
    max-width: 17%;
  }

  .footer .sns-item:nth-child(4) {
    margin-right: 0;
  }

  .footer .blog-item {
    width: 56%;
    z-index: 1;
    margin-top: 1rem;
  }

  .footer-right .sns-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .footer-con {
    padding: 1em 0 6em;
  }
}

/*----------------------  スマートフォン -----------------------*/
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  /*---  スマホ共通 ---*/
  .flex3 {
    justify-content: center;
  }

  .flex3 .flex3--item {
    margin: 0 4px;
    width: 31%;
  }

  .flex3 .flex3--item img {
    border: none;
  }

  /*---  メインビジュアル ---*/
  body .con-wrap .header {
    background-image: none;
    width: 100%;
    height: 100vh;
    background-color: inherit;
    margin-top: 0;
  }

  .sp-mv::before {
    background-image: url(img/sp-mv.jpg);
    background-size: cover;
    background-attachment: inherit;
    background-color: black;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100vh;
    content: "";
  }

  .main-ttl-wrap {
    width: 94%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .main-ttl-wrap .sns-share {
    width: 140px;
  }

  .main-ttl-wrap .sns-share .share-item {
    width: 24px;
  }

  .main-ttl span {
    display: inline-block;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }

  /* 改善後のCSS */
  .main-ttl span.text-animate-init {
    display: inline-block;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
    color: #222;
    transition: 1600ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity, color;
  }

  .main-ttl span.text-animate {
    transform: rotateY(0deg);
    opacity: 1;
    color: #fff;
    /* （transitionプロパティは初期クラス由来のものが効く） */
  }

  .main-ttl-wrap .sns-share {
    margin-right: auto;
    margin-top: 0.5rem;
  }

  .main-ttl-desc {
    width: 100%;
    display: inline;
    font-size: 14px;
  }

  .main-ttl {
    font-size: 11vh;
    letter-spacing: 0.6rem;
    color: white;
  }

  .con-ttl {
    font-size: 200%;
  }

  .navi {
    overflow: hidden;
    background: rgb(0, 0, 0, .7);
    height: 0;
    width: 94%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 2vh;
    -webkit-transition: .6s ease-in;
    -o-transition: .6s ease-in;
    transition: .6s ease-in;
    margin: auto;
    opacity: 0;
    -o-border-image: -o-linear-gradient(left, #314dea, #9455dc, #ec5d57, #ec5d57) 1/2px;
    border-image: -webkit-gradient(linear, left top, right top, from(#314dea), color-stop(#9455dc), color-stop(#ec5d57), to(#ec5d57)) 1/2px;
    border-image: linear-gradient(90deg, #314dea, #9455dc, #ec5d57, #ec5d57) 1/2px;
    border-style: solid;

  }

  .navi-on {
    display: block;
    height: 75vh;
    -webkit-transition: .6s ease-in;
    -o-transition: .6s ease-in;
    transition: .6s ease-in;
    z-index: 1000;
    opacity: 1;
  }

  .news {
    width: 96%;
    position: absolute;
    min-width: auto;
    padding: 0.5em;
    top: 70%;
    right: 0;
    left: 0;
    margin: auto;
    background: #00000080;
  }

  .main-ttl2nd {
    text-align: left;
  }

  /*--- ナビ ---*/
  .navi-list {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    background: rgb(0, 0, 0, 0);
  }

  .navi-item {
    width: 50%;
    height: auto;
    text-align: center;
  }

  .navi-item.lang-menu {
    width: 100%;
    height: 10vh;
  }

  .navi-item .navi-lang {
    line-height: 10vh;
  }

  .navi-link {
    text-align: center;
    line-height: 16vh;
  }

  .navi-link:hover {
    color: #FFF;
  }

  .navi-link::after {
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 1px;
    background: #FFF;
  }

  .menu-tger {
    display: block;
    position: fixed;
    width: 9em;
    height: 2.5em;
    z-index: 12;
    text-align: center;
    top: 1vh;
    color: white;
    line-height: 2.5em;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: 2vw;
    background: #111;
  }

  .menu-tger-border {
    display: block;
    position: fixed;
    width: 9.4em;
    height: 2.9em;
    z-index: 11;
    background: -webkit-gradient(linear, right top, left top, from(#314dea), color-stop(#9455dc), color-stop(#ec5d57), to(#ec5d57));
    background: -o-linear-gradient(right, #314dea, #9455dc, #ec5d57, #ec5d57);
    background: linear-gradient(to left, #314dea, #9455dc, #ec5d57, #ec5d57);
    opacity: 1;
    -webkit-animation: huerotator 3s infinite alternate;
    animation: huerotator 3s infinite alternate;
    text-align: center;
    top: 1vh;
    right: 2vw;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  @-webkit-keyframes huerotator {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
    }

    100% {
      -webkit-filter: hue-rotate(250deg);
      filter: hue-rotate(250deg);
    }
  }

  @keyframes huerotator {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
    }

    100% {
      -webkit-filter: hue-rotate(250deg);
      filter: hue-rotate(250deg);
    }
  }

  .menu-tger::before,
  .menu-tger::after {
    position: absolute;
    right: 0%;
    left: 0%;
    margin: auto;
  }

  .menu-tger::before {
    content: "メニュー";
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-tger::after {
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);
    content: "閉じる";
  }

  .menu-tger.navi-on::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-tger.navi-on::before {
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);
  }

  .menu-tger::before,
  .menu-tger::after,
  .menu-tger.navi-on::before,
  .menu-tger.navi-on::after {
    font-size: 120%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .tger-icon,
  .tger-icon span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tger-icon {
    position: absolute;
    width: 1.6em;
    height: 2em;
    left: 1vw;
  }

  .menu-tger .tger-icon span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu-tger .tger-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
  }

  .menu-tger .tger-icon span:nth-of-type(1) {
    top: 10px;
  }

  .menu-tger .tger-icon span:nth-of-type(2) {
    top: 20px;
  }

  .menu-tger .tger-icon span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-tger .tger-icon span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(10px) rotate(0);
      transform: translateY(10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(10px) rotate(0);
      transform: translateY(10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  .menu-tger .tger-icon span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    -o-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
  }

  .menu-tger .tger-icon span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }

  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-10px) rotate(0);
      transform: translateY(-10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-10px) rotate(0);
      transform: translateY(-10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  .menu-tger.navi-on .tger-icon span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(10px) rotate(0);
      transform: translateY(10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg);
    }
  }

  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(10px) rotate(0);
      transform: translateY(10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg);
    }
  }

  .menu-tger.navi-on .tger-icon span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-tger.navi-on .tger-icon span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-10px) rotate(0);
      transform: translateY(-10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
  }

  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-10px) rotate(0);
      transform: translateY(-10px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
    }
  }

  .con-wrap .content {
    margin-top: 2em;
  }

  .con-wrap .goods-wrap {
    margin-top: 0;
    padding-top: 0;
  }

  h3.goods-ttl {
    font-size: 150%;
  }

  /*  --ボタン---  */
  .btn-wrap {
    width: 70%;
  }

  a.btn-flat {
    font-size: 100%;
    padding: 3vw 9vw;
  }

  a.btn-flat img {
    width: 4.5vw;
  }

  .news-ttl {
    font-size: 120%;
  }

  .news-list {
    font-size: 90%;
  }

  /* ---- TOPイレギュラースペース ---- */
  .top-img-area {
    width: 96%;
    margin-top: -8rem;
  }

  /* ---- TOPメッセージ ---- */
  .top-msg {
    width: 94%;
    margin: 1rem auto;
    padding: 1rem;
    top: 80vh;
  }

  .top-msg-wrap {
    padding: 1rem;
  }

  .top-msg h2 {
    font-size: 120%;
    line-height: 1.4;
  }

  .top-msg-lead {
    line-height: 1.6;
  }

  /* ---- TOP応援バナー ---- */
  .hurry-content {
    width: 100%;
  }

  .hurry-content .hurry-flex {
    width: 100%;
    flex-direction: column;
  }

  .hurry-img {
    width: 100%;
  }

  .hurry-txt {
    width: 100%;
    margin-left: 0;
    margin-top: -6rem;
    background: rgb(102 102 102 / 16%);
    padding-bottom: 2rem;
  }

  .campfire .hurry-txt {
    margin-left: 0;
    margin-top: -2rem;
  }

  .hurry-txt-lead {
    margin: .5rem;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
  }

  .hurry-txt a {
    bottom: 4rem;
    right: 1rem;
    line-height: 2;
  }

  .hurry-txt-item {
    font-size: 20px;
  }

  /*--- イベント ---*/
  .con-wrap .event-wrap {
    padding-top: 0;
    width: 100%;
    background: white;
  }

  .event-ttl {
    font-size: 170%;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .event-txt-area {
    padding: 1em 1em 1em 1em;
    line-height: 1.8;
    max-width: 100%;
  }

  .event-subttl {
    font-size: 20px;
  }

  .event-txt {
    font-size: 17px;
  }

  .event-glly {
    width: 86%;
    left: -8px;
    z-index: 1;
  }

  .event-glly--item {
    width: 46%;
    margin-bottom: .7em;
  }

  .event-left::before {
    width: 13%;
    height: 58%;
    top: -5%;
  }

  .event-glly::before {
    width: 102%;
    height: 100%;
  }

  .event-common .event-right {
    width: 100%;
  }

  .event-map {
    height: 50vw;
  }

  .event-right .event-right-txt {
    margin-bottom: 4vw;
    padding: 1em 0 1em 1em;
    font-size: 17px;
    width: 96%;
    margin-right: 0;
    margin-left: auto;
  }

  .event-flex {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3em 1em;
    margin: 0 1em;
    flex-wrap: nowrap;
  }

  .event-flex-left,
  .event-flex-right {
    width: 100%;
    display: flex;
  }

  .sponsor-img a:hover {
    transform: scale(1) rotate(0);
  }

  .event-flex-ttl {
    font-size: 150%;
    line-height: 1.5;
  }

  .event-flex-lead {
    font-size: 110%;
  }

  .event-flex-btn-txt {
    padding: 0 .5em;
    font-size: 110%;
  }

  .event-flex-cap {
    width: 12em;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .event-flex-date {
    font-size: 130%;
    padding: .4em .5em;
    text-align: center;
    width: 100%;
  }

  .event-flex-5 {
    width: 100%;
  }

  .event-flex-2 {
    flex-direction: column;
  }

  .event-flex-2-item {
    width: 100%;
    margin: 1rem 0 2rem;
  }

  .event-flex-5 .event-flex-4-item {
    font-size: 90%;
  }

  .event-flex-5 .event-flex-5-item {
    width: 100%;
    height: auto;
  }

  .event-flex-5 .event-flex-5-item p {
    margin: .5rem;
  }

  .event-flex-5 .event-flex {
    padding: 0em .5rem;
  }

  .event-flex-5-ttl {
    font-size: 172%;
    margin: 2rem auto 1rem;
    width: 100%;
    text-align: center;
  }

  /*　　　樹馬グッズコーナー　　　*/
  .kiba-goods-wrap {
    width: 90%;
    flex-direction: column-reverse;
  }

  .kiba-goods-ttl {
    font-size: 1.3rem;
    padding: .5rem 1rem .5rem 2rem;
  }

  .kiba-goods-item {
    width: 90%;
    margin: 0 auto;
  }

  .kiba-goods-item:first-child {
    width: 90%;
  }

  .kiba-goods-item figure {
    background: #eee;
  }

  .kiba-goods-lead {
    width: 100%;
  }

  .kiba-goods {
    width: 100%;
  }

  .cv-btn-wrap .cv-btn {
    flex-direction: column;
    align-items: center;
  }

  .cv-btn-wrap .cv-btn-list {
    width: 80%;
    min-width: 10em;
    margin-bottom: 1rem;
  }

  /*---  報告感謝 ---*/
  body .con-wrap .thanks-wrap {
    padding-bottom: 4em;
    background: #fff;
    margin-top: 0;
  }

  .thanks-wrap::before {
    width: 100%;
    height: 70%;
    top: 55vw;
  }

  .video-wrap::before {
    width: 100%;
    height: 68%;
    top: 47vw;
  }

  .thanks-ttl {
    font-size: 170%;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .thanks-item {
    max-height: 75vh;
  }

  .thanks-cap {
    height: 37vh;
  }

  .thanks-img img {
    max-height: 42vw;
  }

  .swiper-container {
    width: 100%;
    padding-top: 22vw;
  }

  .thanks-ttl::after {
    left: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 10vw;
    width: 3em;
    height: 3em;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: 52%;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 36%;
  }

  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px;
  }

  .swiper-container-horizontal>.swiper-pagination-progressbar,
  .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    top: 0;
  }

  .sns-list {
    width: 35vw;
  }

  .sns-item {
    width: 14vw;
  }

  .tab-area {
    width: 90%;
    border: 4px solid #ddd;
    border-radius: 40px;
  }

  .tab-area .tab {
    height: 34px;
    line-height: 34px;
    font-size: 120%;
    border-radius: 40px;
  }

  .tab-area::after {
    height: 46px;
    border: solid 1px #ccc;
  }

  /*---  メディア ---*/
  .media-flex {
    flex-direction: column;
    padding: 1rem;
  }

  .media-flex-left,
  .media-flex-right,
  .media-flex-left59,
  .media-flex-right40 {
    width: 100%;
  }

  .media-flex-right a.footer-btn {
    margin-top: -1rem;
    position: relative;
    width: 14rem;
    margin-bottom: 2rem;
  }

  .media-flex-left .event-subttl,
  .media-flex-left p {
    padding-left: 0;
  }

  .media-flex-right {
    margin-top: 1rem;
  }

  .media-flex-left p {
    font-size: 100%;
  }

  .media-flex-left .footer-btn {
    margin: 1rem auto 0;
  }

  .media-flex::before {
    width: 100%;
    height: 94%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .media .swiper-button-next,
  .media .swiper-button-prev {
    width: 3em;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .media .swiper-button-prev {
    width: 3em;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .media-reverse {
    flex-direction: column-reverse;
    width: 100%;
  }

  .spacer {
    margin: 1rem auto 2em;
  }

  /*---  プロフィール ---*/
  .profile-wrap {}

  .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-ttl {
    width: 90%;
  }

  .profile-ttl::before {
    display: none;
  }

  .pro-imgarea {
    width: 100%;
    position: static;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0%;
    border-right: none;
  }

  .pro-imgarea::before {
    left: 0;
  }

  .pro-base {
    width: 90%;
    position: relative;
    margin-bottom: 2em;
  }

  .pro-name,
  .pro-name-e {
    width: 100%;
    text-align: center;
  }

  .pro-cap dt {
    width: 50%;
  }

  .pro-txtarea {
    width: 100%;
    padding: 5%;
  }

  .pro-txt-item {
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 1em;
  }

  .send-wrap .send-txt {
    margin: 1em 1em;
    padding: 1em;
  }

  /*---  会社概要 ---*/
  .company-contentWrap {
    width: 90%;
  }

  .company-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-item dt {
    width: 100%;
    border: none;
  }

  .company-item dd {
    width: 100%;
    padding: 0 0 1em 0;
    border-bottom: solid 1px #ccc;
  }

  /*  --twitter埋め込み---  */
  .sp-twitter {
    width: 100%;
    background: #1da1f2;
    text-align: center;
    padding-bottom: 4px;
    border-radius: 6px;
    margin-top: 2rem;
    position: relative;
    z-index: 100;
  }

  .twitter-head {
    width: 96%;
    border-radius: 4px 0 0 0;
  }

  /*---  フッター ---*/
  .footer {
    padding: 0;
  }

  .footer-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 90%;
    padding-top: 4em;
  }

  .footer-right,
  .footer-left {
    width: 100%;
  }

  .footer-right {
    margin-bottom: 4em;
  }

  .footer-contact {
    margin: auto;
  }

  .footer .sns-item {
    width: 20%;
    max-width: none;
    margin-bottom: .8rem;
    margin-right: 0;
  }

  .footer .blog-item {
    width: 100%;
  }

  .footer-sns {
    justify-content: space-between;
  }

  .footer-sns::before {
    display: none;
  }

  .footer-sns::after {
    transform: rotateZ(0deg);
    width: 55vw;
  }

  .footer-ttl {
    margin: auto;
    letter-spacing: .2em;
    font-size: 150%;
  }

  .footer-address {
    text-align: center;
  }

  .footer-address {
    margin-bottom: 2em;
  }

  .footer .sns-item a:hover,
  .footer .blog-item a:hover {
    transform: none;
  }

  .copy {
    padding: 3em .5em 6rem;
  }
}

@media screen and (max-width: 414px) {
  .main-ttl-wrap {
    top: 1rem;
  }

  .content .btn-wrap {
    width: 19em;
  }

  .footer-right .sns-ttl {
    text-align: center;
    font-size: 1rem;
    color: black;
  }
}