@charset "utf-8";

/*==============================================
| 共通指定
==============================================*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #111;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  color: #111;
  transition: all .2s ease;
}

a img {
  transition: all .2s ease;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*==============================================
| レイアウト共通
==============================================*/
/* .wrapper-all {
  padding-bottom: 92px;
} */

.main-wrapper {
  overflow: hidden;
}

.contents-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common-sec {
  position: relative;
  padding: 60px 15px 80px 15px;
}

@media print,
(min-width: 768px) {
  .common-sec {
    padding: 80px 15px 100px 15px;
  }

}

/*==============================================
| テキスト共通
==============================================*/
.common-sec-title {
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}

.common-sec-title span:first-of-type {
  display: block;
  font-size: 8rem;
  font-style: italic;
  font-weight: 600;
}

.common-sec-title.title-wh {
  color: #fff;
}

h2,
h3 {
  font-weight: bold;
  line-height: 1.2;
}

.font-balow {
  font-family: 'Barlow Condensed', sans-serif;
}

@media print,
(min-width: 1200px) {
  .common-sec-title {
    margin: 0 0 40px 0;
    font-size: 2.8rem;
  }

  .common-sec-title span:first-of-type {
    font-size: 12rem;
  }
}

/* .notes {
  margin: 20px 0;
  padding: 0 0 0 1.2em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: 1.4rem;
  }
} */

/*==============================================
| モーダル
==============================================*/
.modal-box {
  display: none;
}

.vegalta-jet-pj .fancybox-skin {
  padding: 0 !important;
}

.vegalta-jet-pj .fancybox-inner {
  max-width: 720px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* .modal-view {
  position: relative;
  padding: 0 1.5em 0 0;
  font-size: 1.4rem;
}

.modal-view::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
} */

.modal-title {
  padding: 8px 40px 8px 16px;
  background: #FCC800;
  font-weight: bold;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* .modal-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.modal-img {
  text-align: center;
}

.modal-text {
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #A9BEBE;
}

.modal-text>p:nth-child(n+2),
.modal-text>div:nth-child(n+2),
.modal-text>ul:nth-child(n+2) {
  margin: 15px 0 0 0;
}

/* .button-more {
  margin: 20px 0 0 0;
}

.button-more a {
  display: block;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 4px 10px;
  background: #091336;
  color: #fff;
  text-align: center;
}
 */
.vegalta-jet-pj .fancybox-nav {
  width: 10%;
}

@media print,
(min-width: 768px) {
  .vegalta-jet-pj .fancybox-nav span {
    visibility: visible;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px) {
  .vegalta-jet-pj .fancybox-prev span {
    left: -40px;
  }

  .vegalta-jet-pj .fancybox-next span {
    right: -40px;
  }
}

/*==============================================
| スライダー
==============================================*/
@media screen and (max-width: 1199px) {
  .slick-arrow {
    display: none !important;
  }
}


@media print,
(min-width: 1200px) {
  .slick-arrow {
    top: 80px;
  }

  .slick-prev {
    left: -12px;
    z-index: 1;
    width: 32px;
    height: 32px;
  }

  .slick-next {
    right: -14px;
    width: 32px;
    height: 32px;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #FCC800;
    font-size: 26px;
    opacity: .9;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
      -2px 2px 0 #FFF, 2px -2px 0 #FFF,
      0px 2px 0 #FFF, 0 -2px 0 #FFF,
      -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  .gourmet-list .slick-arrow,
  .goods-list .slick-arrow {
    top: 132px;
  }

  .gourmet-list .slick-prev:before,
  .gourmet-list .slick-next:before {
    color: #193076;
  }
}

/*==============================================
| アコーディオン
==============================================*/
.accordion-list dt {
  position: relative;
  padding: 8px 30px 8px 15px;
  background: #D4DEDE;
  color: #091336;
  font-weight: bold;
  cursor: pointer;
}

.accordion-list dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #091336;
  border-right: 2px solid #091336;
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s ease;
}

.accordion-list dd {
  display: none;
  padding: 10px;
}

.accordion-list dt.open::before {
  transform: translateY(-50%) rotate(-45deg);
}

/*==============================================
| ボタン
==============================================*/
/*関連リンク*/
.button-box {
  margin: 80px 0 0 0;
}

.button-box>div {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.button-box>div>span {
  display: block;
  margin: 30px 0 8px;
  font-size: 1.4rem;
}

.related-link-button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 0;
  border-top: 1px solid #091336;
  border-bottom: 1px solid #091336;
  color: #091336;
  font-weight: bold;
}

.related-link-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #091336;
  border-right: 1px solid #091336;
}

.button-conversion {
  text-align: center;
}

.button-flex {
  position: relative;
}

@media print,
(min-width: 768px) {
  .button-flex {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }

  .button-flex>div {
    margin: 0 15px;
  }
}

/*==============================================
| リンク
==============================================*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24
}

.external-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.4em;
}

.external-link::before {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

/*==============================================
| リスト
==============================================*/
.common-list li {
  position: relative;
  padding: 0 0 0 1em;
}

.common-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: #091336;
}

.common-list li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

.caution-list li {
  padding: 0 0 0 1.2em;
  color: #D11515;
}

.caution-list li::before {
  content: "※";
  background: none;
  top: 0;
}

/*==============================================
| メインビジュアル
==============================================*/
.mv-sec {
  text-align: center;
}

h1 {
  margin: 0;
}

.mv-sec img {
  width: 100%;
}

/*==============================================
| ベガルタ仙台ジェットプロジェクトとは
==============================================*/
.about-sec {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

.about-bg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_about_sp.jpg) no-repeat center center/cover;
}

.about-sec h2 {
  position: relative;
  max-width: 960px;
  margin: 0 0 40px 0;
  padding: 0 0 6px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.about-sec h2::before {
  content: "";
  display: block;
  width: calc(100% - 14px);
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 14px;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  transform: skewX(340deg);
}

/* .about-sec h2 span {
  display: inline-block;
  position: relative;
} */

.about-sec h2 span::before,
.about-sec h2 span::after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  bottom: -6px;
  background: #fff;
  transform: skewX(340deg);
}

.about-sec h2 span::before {
  left: 0;
}

.about-sec h2 span::after {
  left: 7px;
}

.about-block {
  max-width: 960px;
}

.about-block p {
  color: #fff;
}

.about-block p:nth-child(n+2) {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .about-sec {
    padding-top: 100px;
  }
}

@media print,
(min-width: 1200px) {
  .about-sec {
    padding-bottom: 120px;
  }

  .about-bg::before {
    background-position: center center;
    background: url(../images/bg_about.jpg) no-repeat 68% bottom/cover;
  }

  .about-sec h2 {
    margin: 0 0 60px 0;
  }

  .about-block p {
    line-height: 2;
  }
}

.float-title {
  position: absolute;
  top: -50px;
  right: 8px;
  font-weight: 600;
  font-style: italic;
  font-size: 10rem;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: .3;
}

@media print,
(min-width: 1200px) {
  .float-title {
    top: -98px;
    font-size: 20rem;
  }
}

/*==============================================
| プレゼント
==============================================*/
.present-sec {
  padding-top: 100px;
  background: url(../images/bg_present.jpg) no-repeat center center/ cover;
}

.present-sec .float-title {
  color: #111;
  opacity: 1;
  left: 8px;
  right: auto;
}

.present-block {
  position: relative;
}

.present-block h3 {
  margin: 0 0 30px 0;
}

.img-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.present-block .img-box {
  border: 4px solid #111;
}

@media screen and (max-width: 1199px) {
  .present-block .img-box {
    margin: 30px 0;
  }
}

@media print,
(min-width: 1200px) {
  .present-sec {
    padding-top: 160px;
  }

  .present-sec .float-title {
    top: -90px;
    font-size: 18rem;
  }

  .present-block>div {
    width: 52%;
  }

  .present-block .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
  }
}

/*==============================================
| 投票について
==============================================*/
.vote-sec .common-sec-title {
  text-align: center;
}

.vote-info-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.vote-info-list dt {
  padding: 10px 15px;
  background: #C1C6C8;
}

.vote-info-list dd {
  margin: 0;
  padding: 10px 15px;
}

@media screen and (max-width: 1199px) {
  .vote-info-list dd {
    border: 1px solid #C1C6C8;
  }

  .vote-info-list dt,
  .vote-info-list dd {
    width: 100%;
  }
}

@media print,
(min-width: 1200px) {
  .vote-info-list dt {
    width: 25%;
    padding: 20px;
  }

  .vote-info-list dt:nth-of-type(n+2) {
    border-top: 1px solid #fff;
  }

  .vote-info-list dd {
    width: 75%;
    padding: 20px;
    border-bottom: 1px solid #C1C6C8;
  }

  .vote-info-list dd:first-of-type {
    border-top: 1px solid #C1C6C8;
  }
}

/*==============================================
| デザイン案
==============================================*/
/*背景*/
.design-sec {
  padding-top: 100px;
  background: url(../images/sora.png), linear-gradient(180deg, #007EEF 0%, #39A2FE 50%, #73C5FD 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.design-sec::before {
  content: "";
  display: block;
  width: 250px;
  height: 180px;
  position: absolute;
  top: 240px;
  right: 10px;
  background: url(../images/plane-transparent.svg) no-repeat center center/contain;
  transform: translateX(-40px);
  opacity: 0;
  transition: all 1.4s 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.design-sec.viewon::before {
  transform: translateX(0);
  opacity: 1;
}

.design-sec h2 {
  position: relative;
}

.design-intro {
  position: relative;
  margin: 30px 0 100px 0;
  color: #fff;
}

.design-list>div:nth-of-type(n+2) {
  margin: 80px 0 0 0;
}

@media print,
(min-width: 1200px) {
  .design-sec::before {
    width: 680px;
    height: 500px;
    top: 160px;
    right: 110px;
  }

  .design-intro {
    margin: 60px 0 80px 0;
  }

  .design-list>div:nth-of-type(n+2) {
    margin: 100px 0 0 0;
  }
}

/*デザインコンセプト*/
.design-list .concept-box {
  position: relative;
  margin: 0 0 40px 0;
  padding: 36px 16px 20px 16px;
}

.design-list .concept-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 3px solid #D40F7D;
  transform: skewX(354deg);
}

.design-list .concept-box>div {
  position: relative;
}

.design-list .concept-box>div p:first-of-type {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #D40F7D;
}

.design-list .concept-box h3 {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 4px 16px;
  background: #D40F7D;
  color: #fff;
  font-size: 3.2rem;
  transform: skewX(354deg);
}

.design-list .concept-box h3 span {
  display: inline-block;
  transform: skewX(-354deg);
}

@media screen and (max-width: 1199px) {
  .design-list .concept-box>div p {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 1200px) {
  .design-list .concept-box {
    padding: 50px 40px 30px 40px;
  }

  .design-list .concept-box::before,
  .design-list .concept-box h3 {
    transform: skewX(352deg);
  }

  .design-list .concept-box h3 {
    left: 30px;
    font-size: 4rem;
  }

  .design-list .concept-box h3 span {
    transform: skewX(-352deg);
  }

  .design-list .concept-box>div p {
    text-align: center;
  }

  .design-list .concept-box>div p:first-of-type {
    font-size: 2.8rem;
  }
}

/*デザイン図*/
.design-list .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design-list .img-box .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design-list .img-box .main,
.design-list .img-box .sub>div,
.other-designs .img-box>div {
  position: relative;
}

.design-list .img-box .sub>div::before,
.other-designs .img-box>div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(../images/icon-zoom.svg) no-repeat center center/contain;
}

/* .design-list .img-box .sub>div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
}

.design-list .img-box .sub>div::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: url(../images/icon-zoom.svg) no-repeat center center/contain;
} */

@media screen and (max-width: 1199px) {
  .design-list .img-box .main {
    width: 100%;
    text-align: center;
  }

  .design-list .img-box .sub {
    margin: 20px 0 0 0;
  }

  .design-list .img-box .sub>div {
    width: 48%;
  }

  /* .design-list .img-box .sub>div::before {
    background: rgba(0, 0, 0, .4);
  } */
}


@media print,
(min-width: 1200px) {
  .design-list .img-box .main {
    width: 67%;
  }

  .design-list .img-box .sub {
    flex-direction: column;
    width: 31%;
  }

  .design-list .img-box .sub>div {
    width: 100%;
  }

  /* .design-list .img-box .sub>div::before {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(0, 0, 0, .6) 100%);
  } */
}

.vote-button {
  text-align: center;
}

.vote-button a {
  display: block;
  margin: 0 auto;
}

/*デザイン発表後*/
.concept-box.ketteian::before {
  border-width: 4px;
}

.concept-box.ketteian::after {
  content: "";
  display: block;
  width: 180px;
  height: 90px;
  position: absolute;
  top: -54px;
  right: -6px;
  background: url(../images/icon-kettei.svg) no-repeat top center/contain;
}

.design-list .other-designs .concept-box {
  padding: 26px 16px 20px 16px;
}

.design-list .other-designs .concept-box>div p:first-of-type {
  font-size: 1.8rem;
}

.design-list .other-designs .concept-box h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 1199px) {
  .other-designs>div:nth-of-type(n+2) {
    margin: 60px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .concept-box.ketteian::before {
    border-width: 6px;
  }

  .concept-box.ketteian::after {
    width: 280px;
    height: 140px;
    top: -90px;
    right: 0;
  }

  .design-list .other-designs .concept-box {
    padding: 40px 30px 30px 30px;
  }

  .other-designs {
    display: flex;
    justify-content: space-between;
  }

  .other-designs>div {
    width: 48%;
  }
}

/*==============================================
| トピックス
==============================================*/
.topics-sec {
  /* background-size: auto auto;
  background-color: #fcc800;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 12px, #FCBE00 12px, #FCBE00 16px); */
  background: url("../images/bg_present.jpg") no-repeat top center/cover;
}

.topics-sec h2 {
  text-align: center;
}

.contents-inner>div.topics-list:nth-of-type(n+2) {
  margin: 30px 0 0 0;
}

.topics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.topics-list::before,
.topics-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

.topics-list::before {
  order: 1;
}

.topics-item .img-box {
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  /* border-radius: 20px 0 0 0;
  border: 4px solid #D40F7D;
  overflow: hidden; */
}

.topics-item .text-box {
  padding: 20px;
  color: #fff;
  background: #D40F7D;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.topics-item h3 {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  border-bottom: 1px dashed #fff;
}

@media screen and (max-width: 767px) {
  .topics-item {
    width: 100%;
  }

  .topics-list .topics-item:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .topics-item,
  .topics-list::before,
  .topics-list::after {
    width: 48%;
  }

  .topics-list .topics-item:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .topics-list .topics-item:nth-child(n+4) {
    margin: 40px 0 0 0;
  }

  .topics-item,
  .topics-list::before,
  .topics-list::after {
    width: 31.5%;
  }

  .topics-item .text-box {
    padding: 30px 20px;
  }

  .topics-item-large .topics-item .text-box {
    padding: 30px 40px;
  }

  .topics-item h3 {
    font-size: 2rem;
  }
}

@media print,
(min-width: 768px) {
  .contents-inner>div.topics-list:nth-of-type(n+2) {
    margin: 60px 0 0 0;
  }

  .topics-item-large .topics-item {
    width: 100%;
    display: flex;
  }

  .topics-item-large .topics-item .img-box,
  .topics-item-large .topics-item .text-box {
    width: 50%;
  }

}

/*==============================================
| 機体情報
==============================================*/
.info-sec h3 {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #C1C6C8;
}

.info-block .img-box {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .info-sec h2 {
    text-align: center;
  }
}

@media print,
(min-width: 1200px) {
  .info-sec h3 {
    font-size: 2.2rem;
  }

  .info-block {
    display: flex;
    justify-content: space-between;
  }

  .info-block>div {
    width: 48%
  }

  .info-block .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.banner-block {
  margin: 60px 0 0 0;
  text-align: center;
}

.banner-block>p {
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 30px;
  font-weight: bold;
}

.banner-block>p::before,
.banner-block>p::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  background: #111;
}

.banner-block>p::before {
  left: 0;
  transform: rotate(45deg);
}

.banner-block>p::after {
  right: 0;
  transform: rotate(-45deg);
}

@media print,
(min-width: 1200px) {
  .banner-block {
    margin: 80px 0 0 0;
  }

  .banner-block>p {
    margin: 0 0 16px 0;
    padding: 0 40px;
  }
}


/*==============================================
| お問い合わせ
==============================================*/
.contact-sec {
  background: #ECEDEE;
}

.contact-sec h2 {
  text-align: center;
}

.contact-block {
  padding: 30px 15px;
  max-width: 960px;
  border-radius: 10px;
  background: #fff;
}

.contact-block h3 {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #C1C6C8;
}

.contact-block p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

@media print,
(min-width: 1200px) {
  .contact-block {
    margin: 60px auto 0 auto;
    padding: 30px 40px;
  }

  .contact-block h3 {
    font-size: 2.2rem;
  }
}

/*==============================================
| 終了案内
==============================================*/
.about-block .end-message {
  /* color: #D11515; */
  text-decoration: underline;
}

.vote-sec .end-message {
  margin: 0 0 20px 0;
  padding: 0 0 0 1em;
  color: #D11515;
  text-indent: -1em;
  font-weight: bold;
}

.design-sec .end-message {
  position: relative;
  margin: -40px 0 100px 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: #fdf213;
  border-radius: 8px;
}

@media print,
(min-width: 768px) {
  .vote-sec .end-message {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 2rem;
  }
}

@media print,
(min-width: 1200px) {
  .design-sec .end-message {
    margin: -20px 0 80px 0;
    padding: 15px;
    font-size: 2.4rem;
  }

}

/*==============================================
| リンクバナー
==============================================*/
/* .link-banner-sec {
  padding: 20px 0 40px 0;
  background: #fff;
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print,
(min-width: 768px) {
  .banner-list li {
    margin: 0 1%;
    width: 48%;
  }

  .banner-list li:nth-child(n+3) {
    margin-top: 20px;
  }
} */

/*==============================================
| ヘッダー
==============================================*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}

header a {
  color: #fff;
}

/* .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  background: #00205b;
} */

.header-menu {
  display: flex;
}

.lp-title img {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .lp-title img {
    width: 180px;
  }
}

/* @media print,
(min-width: 768px) {
  header {
    position: fixed;
  }
} */

/*ハンバーガーメニュー*/
.hamburger {
  margin: 0 0 0 40px;
}

.hamburger div {
  position: relative;
  width: 40px;
  height: 48px;
}

.hamburger div::before {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  border-radius: 100vh;
  transition: all .3s ease;
}

.hamburger span:nth-of-type(2) {
  top: 16px;
  width: 80%;
}

.hamburger span:nth-of-type(3) {
  top: 28px;
}

/* .hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 100vh;
  transition: all .2s ease;
}

.hamburger span::before {
  top: 12px;
  width: 80%;
}

.hamburger span::after {
  top: 24px;
} */

/* @media screen and (max-width: 767px) {
} */
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background: #00205b;
  border-bottom-left-radius: 4px;
}

.hamburger.open span {
  right: 6px;
}

.hamburger.open span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.hamburger.open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
  top: 32px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.hamburger.open div::before {
  content: "CLOSE";
}

/*グロナビ*/
.g-nav-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /* transform: translateY(-100%); */
  visibility: hidden;
  opacity: 0;
  padding: 80px 20px 15px 20px;
  /* background: #00205b; */
  background: url(../images/bg_footer.jpg) no-repeat center center/cover;
  z-index: -1;
  overflow-y: scroll;
  transition: all .5s ease;
}

.g-nav-box.open {
  /* transform: translateY(0); */
  opacity: 1;
  visibility: visible;
}

.g-nav {
  margin: 0 0 20px 0;
  text-align: center;
}

.g-nav>ul li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.g-nav a span {
  display: block;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #fcc800;
  font-size: 3rem;
}

.g-nav a:hover {
  color: #fff;
}

.stand-by a {
  pointer-events: none !important;
  opacity: .4 !important;
}

@media screen and (max-width: 1199px) {
  /* .g-nav-box {
    width: 80%;
  } */

  .g-nav a {
    line-height: 1.1;
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 1200px) {
  /* .g-nav-box {
    width: 40%;
  } */

  .g-nav a span {
    font-size: 4rem;
  }
}

/*背景*/
.nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .4);
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-bg.open {
  display: block;
}

/*リンク*/
.lp-header-link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}

.lp-header-link li a:hover {
  color: #fff;
}

.lp-header-link li a img {
  display: block;
  margin: 0 0 2px 0;
}

@media screen and (max-width: 767px) {
  .lp-header-link {
    justify-content: space-around
  }
}

@media print,
(min-width: 768px) {
  .lp-header-link li {
    margin: 0 0 0 10px;
  }
}

/*==============================================
| フッター
==============================================*/
footer {
  padding: 40px 0 126px 0;
  background: url(../images/bg_footer.jpg) no-repeat center center/cover;
  /* background: #091336; */
}

.footer-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
}

footer .button-box {
  margin: 0;
}

footer .button-box a {
  color: #fff;
  border-color: #fff;
}

footer .button-box a::before {
  border-color: #fff;
}

footer small {
  display: block;
  text-align: center;
  color: #fff;
}

.emb-box {
  margin: 30px 0 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .button-box>div:nth-of-type(n+2) a {
    border-top: none;
  }
}

@media print,
(min-width: 768px) {
  footer {
    padding: 60px 0 146px 0;
  }
}

/*==============================================
| 固定ボタン
==============================================*/
.vote-fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, .8);
}

.vote-fix-button>div {
  max-width: 280px;
  margin: 0 auto;
}

.vote-fix-button>div a {
  display: block;
}

.vote-fix-button .fix-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 12px;
  color: #C1C6C8;
  font-weight: bold;
  font-size: 1.2rem;
  /* border: 1px solid #A9BEBE; */
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, .8);
  cursor: pointer;
}

@media print,
(min-width: 768px) {
  .vote-fix-button .fix-close {
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    border-right: 1px solid #C1C6C8;
    border-radius: 0;
    background: none;
  }
}

/*トップに戻るボタン*/
.button-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 6;
}

.button-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 98px;
  opacity: .9;
}

@media print,
(min-width: 1200px) {
  .button-top {
    right: 3%;
  }

  .button-top a {
    width: 100px;
    height: 140px;
  }

}

/*==============================================
| インビューアニメ
==============================================*/
.zoom-in {
  transform: translateY(40px) scale(0.8);
  opacity: 0;
  transition: all 1.4s .6s cubic-bezier(0.25, 1, 0.5, 1);
}

.zoom-in.viewon {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.fade-in-up {
  transform: translateY(40px);
  opacity: 0;
  transition: all .6s .2s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in-up.viewon {
  transform: translateY(0);
  opacity: 1;
}

.slide-in {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 1.2s .3s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide-in.viewon {
  transform: translateX(0);
  opacity: .3;
}

.slide-in.slide-in-rtl {
  transform: translateX(40px);
  opacity: 0;
}

.slide-in.slide-in-rtl.viewon {
  transform: translateX(0);
  opacity: 1;
}


/* .zoom-in.viewon img {
  animation: inview-zoom-in .6s ease-out both;
}

@keyframes inview-zoom-in {
  0% {
    transform:scale(1.3);
  }

  100% {
    transform:scale(1);
  }
}

.fade-in-up.viewon {
  animation: inview-fade-in .4s ease-out both;
}

@keyframes inview-fade-in {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */