.futura2021-main img {
  max-width: 100%;
  width: 100%;
}

.futura2021-main {
  padding-bottom: 60px;
}

.futura2021-section, .futura2021-section--bg1, .futura2021-section--bg2, .futura2021-section--bg3 {
  margin-top: 30px;
}

.futura2021-section--bg1, .futura2021-section--bg2, .futura2021-section--bg3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.futura2021-section--bg1 {
  background-color: #f9f8f7;
}

.futura2021-section--bg2 {
  background-color: rgba(164, 162, 161, 0.05);
}

.futura2021-section--bg3 {
  background-color: rgba(109, 164, 226, 0.05);
}

.futura2021-inner, .futura2021-inner--narrow, .futura2021-inner--wide {
  padding-left: 15px;
  padding-right: 15px;
}

.futura2021-head {
  text-align: center;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #003a60;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4;
}

.futura2021-head::before, .futura2021-head::after {
  content: '';
  display: block;
  position: absolute;
  width: 5em;
  height: 2px;
  left: calc(50% - 2.5em);
}

.futura2021-head::before {
  background-color: #003a60;
  bottom: -16px;
}

.futura2021-head::after {
  background-color: #a4a2a1;
  bottom: -24px;
}

.futura2021-head--sub{
  text-align: center;
  letter-spacing: 0.05em;
  color: #003a60;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4;
}

.futura2021-btn, .futura2021-btn--back {
  position: relative;
  background: url("../../lpcommon/images/common/arrow_wh_r.svg") no-repeat center right 15px, #003A60;
  background-size: 6.5px;
  height: 48px;
  display: block;
  color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 50px 0px rgba(0, 58, 96, 0.1);
}

.lineup-btn{
  max-width: 400px;
}

.futura2021-btn span, .futura2021-btn--back span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.futura2021-btn:hover, .futura2021-btn--back:hover, .futura2021-btn:focus, .futura2021-btn--back:focus {
  background-color: #002B47;
  background-size: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 58, 96, 0.3);
}

.futura2021-btn--back {
  background: url("../../lpcommon/images/common/arrow_wh.svg") no-repeat center left 15px, #003A60;
  background-size: 6.5px;
  max-width: 400px;
}

.futura2021-btn--back:hover, .futura2021-btn--back:focus {
  background-size: auto;
}

.futura2021-strong {
  background-color: rgba(101, 186, 140, 0.3);
  font-style: normal !important;
}

.futura2021-shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(164, 162, 161, 0.5);
  box-shadow: 0 0 20px 0 rgba(164, 162, 161, 0.5);
}

.futura2021-mainv {
  position: relative;
}

.futura2021-mainv__txt {
  font-size: 7.2vw;
  letter-spacing: 0.02em;
  position: absolute;
  top: 28vw;
  left: 8vw;
}
.futura2021-mainv__txt span {
  background-color: #f9f8f7;
  line-height: 1.6;
}
.futura2021-intro__txt h2{
  line-height: 1.6;
}
.futura2021-intro__txt img{
  max-width: 480px;
  margin: 0 auto;
}

.futura2021-funchead {
  background: #003a60;
  background: -moz-linear-gradient(top, #003a60 0%, #00436e 100%);
  background: -webkit-linear-gradient(top, #003a60 0%, #00436e 100%);
  background: linear-gradient(to bottom, #003a60 0%, #00436e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a60', endColorstr='#00436e', GradientType=0);
  color: #fff;
  position: relative;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.futura2021-funchead span {
  font-size: 1.6rem;
}

.futura2021-funchead::before, .futura2021-funchead::after {
  content: '';
  width: 4%;
  height: 1px;
  background-color: #F7FAFE;
  position: absolute;
  top: 50%;
  display: block;
}

.futura2021-funchead::before {
  left: 0;
}

.futura2021-funchead::after {
  right: 0;
}

.futura2021-function li {
  position: relative;
  margin-top: 35px;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}

.futura2021-function__num {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #003a60 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

.futura2021-function__num span {
  position: absolute;
  left: 15px;
  top: -70px;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
}

.futura2021-function__photo {
  padding-left: 10px;
  padding-top: 10px;
}

.futura2021-lineup {
  display: grid;
  grid-template-columns:repeat(auto-fill, 48%);
  gap: 4%;
  margin-bottom: 50vw;
}

.futura2021-lineup li {
  position: relative;
}

.futura2021-lineup__tag {
  border: solid 1px #323232;
  display: inline-block;
  position: absolute;
  padding: 0.3em 0.5em 0.2em;
  font-size: 1rem;
  letter-spacing: 0.05em;
  left: 0;
  top: 0;
}

.futura2021-lineup__photo {
  border-bottom: solid 1px #f0eeec;
}

.futura2021-lineup .futura2021-btn, .futura2021-lineup .futura2021-btn--back {
  max-width: 200px;
}

@media screen and (min-width: 577px) {
  .futura2021-main {
    padding-bottom: 100px;
  }

  .futura2021-inner, .futura2021-inner--narrow, .futura2021-inner--wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .futura2021-head {
    font-size: 2.4rem;
  }

  .futura2021-mainv__txt {
    font-size: 5.8vw;
    top: 20vw;
    left: 8vw;
  }
  .futura2021-lineup__tag {
    padding: 0.3em 0.5em 0.2em;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 897px) {
  .futura2021-section, .futura2021-section--bg1, .futura2021-section--bg2, .futura2021-section--bg3 {
    margin-top: 50px;
  }

  .futura2021-head {
    font-size: 2.6rem;
    margin-bottom: 70px;
  }

  .futura2021-mainv__txt {
    font-size: 3.6vw;
    letter-spacing: .05em;
    top: 15vw;
    left: auto;
    right: 10vw;
  }

  .futura2021-intro {
    display: flex;
    justify-content: center;
    padding: 0 40px;
  }

  .futura2021-intro__txt {
    flex: 1 1 55%;
  }
  .futura2021-intro__img {
    flex: 1 1 32%;
  }

  .futura2021-funchead {
    font-size: 2.6rem;
  }

  .futura2021-funchead span {
    font-size: 2.2rem;
  }

  .futura2021-function {
    display: grid;
    grid-template-columns:repeat(auto-fill, 400px);
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
  }

  .futura2021-lineup {
    margin-bottom: 200px;
    grid-template-columns:repeat(auto-fill, 30%);
  }
}

@media screen and (min-width: 1200px) {
  .futura2021-section, .futura2021-section--bg1, .futura2021-section--bg2, .futura2021-section--bg3 {
    margin-top: 70px;
  }

  .futura2021-section--bg1, .futura2021-section--bg2, .futura2021-section--bg3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .futura2021-inner--narrow {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
  }

  .futura2021-head {
    font-size: 3rem;
    margin-bottom: 80px;
    letter-spacing: 0.08em;
  }

  .futura2021-head::before {
    bottom: -20px;
  }

  .futura2021-head::after {
    bottom: -28px;
  }

  .futura2021-mainv__txt {
    font-size: 4.32rem;
  }

  .futura2021-intro {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .futura2021-intro__txt {
    flex: 1 1 55%;
  }
  .futura2021-intro__img {
    flex: 1 1 32%;
  }

  .futura2021-funchead {
    font-size: 3rem;
  }

  .futura2021-funchead span {
    font-size: 2.4rem;
  }

  .futura2021-function {
    margin-bottom: 50px;
    grid-template-columns:repeat(auto-fill, 30%);
  }

  .futura2021-function__num {
    border-width: 100px 100px 0 0;
  }

  .futura2021-function__num span {
    font-size: 2.9rem;
    top: -94px;
    left: 20px;
  }

  .futura2021-lineup {
    margin-bottom: 100px;
    grid-template-columns:repeat(auto-fill, 23%);
    gap: 2%;
  }

  .futura2021-lineup li {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1660px) {
  .futura2021-inner--wide {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}


.aircontactseries{
  position: relative;
}
.series-main-v, .series-sub-v{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.back-color-wrap-l, .back-color-wrap-r{
  position: relative;
  z-index: 10;
  max-width: 800px;
}
.back-color-wrap-l:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 8%;
  left: 5%;
  background-color: rgba(109,164,226,0.2);
  z-index: -1;
}
.back-color-wrap-r:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 8%;
  right: 5%;
  background-color: rgba(109,164,226,0.2);
  z-index: -1;
}
.series-head-l, .series-head-r{
  position: absolute;
  bottom: -14%;
}
.series-head-l{
  left: -3%;
}
.series-head-r{
  right: -3%;
}
.series-copy{
  padding: 10vw 0;
  line-height: 2;
}
.two-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.image-part{
  flex: 0 0 54%;
}
.image-part:last-of-type{
  margin-left: -8%;
}
.packing-wrap{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  .aircontactseries{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .back-color-wrap-l:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 12%;
    left: 8%;
    background-color: rgba(109,164,226,0.2);
    z-index: -1;
  }
  .back-color-wrap-r:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 12%;
    right: 8%;
    background-color: rgba(109,164,226,0.2);
    z-index: -1;
  }
  .series-head-l, .series-head-r{
    position: absolute;
    bottom: -20%;
  }
  .series-head-l{
    left: -3%;
  }
  .series-head-r{
    right: -3%;
  }
  .series-main-v{
    flex: 0 0 50%;
    width: initial;
    max-width: 800px;
    margin: 0;
  }
  .series-sub-v{
    flex: 0 0 42%;
    margin: 0;
  }
  .series-copy{
    padding: 16rem 0 6rem;
    letter-spacing: .1em;
    line-height: 2;
  }
}

.u-tx-exlll {
  font-size: 5rem !important;
  line-height: 1;
}
.u-tx-exll {
  font-size: 3.4rem !important;
}
.u-tx-exl {
  font-size: 3rem !important;
}
.u-tx-xxxxl {
  font-size: 2.6rem !important;
}
.u-tx-xxxl {
  font-size: 2.2rem !important;
}
.u-tx-xxl {
  font-size: 2rem !important;
}
.u-tx-xl {
  font-size: 1.8rem !important;
}
.u-tx-l {
  font-size: 1.6rem !important;
}
.u-tx-normal {
  font-size: 1.5rem !important;
}
.u-tx-s {
  font-size: 1.3rem !important;
}
.u-tx-xs {
  font-size: 1.2rem !important;
}
.u-tx-xxs {
  font-size: 1rem !important;
}
.u-tx-b {
  font-weight: bold !important;
}
.u-tx-n {
  font-weight: normal !important;
}
.u-center-sp {
  text-align: center;
}
.u-v--top {
  vertical-align: top;
}
.u-v--sub {
  vertical-align: sub;
}
p.u-line-1 {
  line-height: 1em;
}
p.u-line-12 {
  line-height: 1.2em;
}
p.u-line-15 {
  line-height: 1.5em;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-05 {
  margin-top: 0.5em !important;
}
.u-mt-1 {
  margin-top: 1em !important;
}
.u-mt-15 {
  margin-top: 1.5em !important;
}
.u-mt-2 {
  margin-top: 2em !important;
}
.u-mt-25 {
  margin-top: 2.5em !important;
}
.u-mt-3 {
  margin-top: 3em !important;
}
.u-mt-4 {
  margin-top: 4em !important;
}
.u-mt-5 {
  margin-top: 5em !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-05 {
  margin-bottom: 0.5em !important;
}
.u-mb-1 {
  margin-bottom: 1em !important;
}
.u-mb-15 {
  margin-bottom: 1.5em !important;
}
.u-mb-2 {
  margin-bottom: 2em !important;
}
.u-mb-25 {
  margin-bottom: 2.5em !important;
}
.u-mb-3 {
  margin-bottom: 3em !important;
}
.u-mb-4 {
  margin-bottom: 4em !important;
}
.u-mb-5 {
  margin-bottom: 5em !important;
}
.u-ml-1 {
  margin-left: 1em !important;
}
.u-ml-2 {
  margin-left: 2em !important;
}
.u-mr-1 {
  margin-right: 1em !important;
}
.u-mr-2 {
  margin-right: 2em !important;
}
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pt-05 {
  padding-top: 0.5em !important;
}
.u-pt-1 {
  padding-top: 1em !important;
}
.u-pt-15 {
  padding-top: 1.5em !important;
}
.u-pt-2 {
  padding-top: 2em !important;
}
.u-pt-25 {
  padding-top: 2.5em !important;
}
.u-pt-3 {
  padding-top: 3em !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pb-05 {
  padding-bottom: 0.5em !important;
}
.u-pb-1 {
  padding-bottom: 1em !important;
}
.u-pb-15 {
  padding-bottom: 1.5em !important;
}
.u-pb-2 {
  padding-bottom: 2em !important;
}
.u-pb-25 {
  padding-bottom: 2.5em !important;
}
.u-pb-3 {
  padding-bottom: 3em !important;
}
.u-mt-sp-1 {
  margin-top: 1em !important;
}
.u-mt-sp-15 {
  margin-top: 1.5em !important;
}
.u-mt-sp-2 {
  margin-top: 2em !important;
}
.u-mrml-auto {
  margin-right: auto;
  margin-left: auto;
}
.u-sp {
  display: block !important;
}
.u-sp-inline {
  display: inline-block !important;
}
.u-pc, .u-pc-inline {
  display: none !important;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inlineblock {
  display: inline-block;
}
.u-xs-inline {
  display: inline;
}
.u-cl--green {
  color: #65ba8c;
}
.u-cl--deuter {
  color: #003a60;
}
.u-cl--gray {
  color: #a4a2a1;
}
.u-clear:after {
  content: "";
  clear: both;
  display: block;
}
.u-clear-left {
  clear: left;
}
.u-clear-right {
  clear: right;
}
.u-clear-both {
  clear: both;
}
.u-c--deuter {
  color: #003a60 !important;
}
.u-c--gray {
  color: #a4a2a1 !important;
}
.u-w-90 {
  max-width: 90%;
}
.u-w-80 {
  max-width: 80%;
}
.u-w-70 {
  max-width: 70%;
}
.u-w-40 {
  max-width: 40%;
}
.u-w-sp-90 {
  max-width: 90%;
}
.u-w-sp-80 {
  max-width: 80%;
}
.u-w-sp-70 {
  max-width: 70%;
}
.u-w-sp-40 {
  max-width: 40%;
}
.u-sup {
  vertical-align: super;
  font-size: .8rem;
}
.order-1-2{
  order: 1;
}
.order-2-1{
  order: 2;
}
.u-pc-only{
  display: none;
}

@media screen and (min-width: 577px) {
  .u-tx-exlll {
    font-size: 6rem !important;
  }
  .u-xs-inline {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .u-tx-exlll {
    font-size: 7rem !important;
  }
  .u-tx-exll {
    font-size: 4rem !important;
  }
  .u-tx-exl {
    font-size: 3.4rem !important;
  }
  .u-tx-xxxxl {
    font-size: 2.8rem !important;
  }
  .u-tx-xxxl {
    font-size: 2.4rem !important;
  }
  .u-tx-xxl {
    font-size: 2.2rem !important;
  }
  .u-tx-xl {
    font-size: 2rem !important;
  }
  .u-tx-l {
    font-size: 1.8rem !important;
  }
  .u-tx-normal {
    font-size: 1.5rem !important;
  }
  .u-pc-tx-center {
    text-align: center;
  }
  .u-mobile {
    display: none !important;
  }
  .u-monitor {
    display: block !important;
  }
  .u-mt-05 {
    margin-top: 0.75em !important;
  }
  .u-mt-1 {
    margin-top: 1.5em !important;
  }
  .u-mt-15 {
    margin-top: 2.25em !important;
  }
  .u-mt-2 {
    margin-top: 3em !important;
  }
  .u-mt-25 {
    margin-top: 3.75em !important;
  }
  .u-mt-3 {
    margin-top: 4.5em !important;
  }
  .u-mt-4 {
    margin-top: 6em !important;
  }
  .u-mt-5 {
    margin-top: 1.5em !important;
  }
  .u-mb-05 {
    margin-bottom: 0.75em !important;
  }
  .u-mb-1 {
    margin-bottom: 7.5em !important;
  }
  .u-mb-15 {
    margin-bottom: 2.25em !important;
  }
  .u-mb-2 {
    margin-bottom: 3em !important;
  }
  .u-mb-25 {
    margin-bottom: 3.75em !important;
  }
  .u-mb-3 {
    margin-bottom: 4.5em !important;
  }
  .u-mb-4 {
    margin-bottom: 6em !important;
  }
  .u-mb-5 {
    margin-bottom: 7.5em !important;
  }
  .u-ml-1 {
    margin-left: 1.5em !important;
  }
  .u-ml-2 {
    margin-left: 3em !important;
  }
  .u-mr-1 {
    margin-right: 1.5em !important;
  }
  .u-mr-2 {
    margin-right: 3em !important;
  }
  .u-pt-05 {
    padding-top: 0.75em !important;
  }
  .u-pt-1 {
    padding-top: 1.5em !important;
  }
  .u-pt-15 {
    padding-top: 2.25em !important;
  }
  .u-pt-2 {
    padding-top: 3em !important;
  }
  .u-pt-25 {
    padding-top: 3.75em !important;
  }
  .u-pt-3 {
    padding-top: 4.5em !important;
  }
  .u-pb-05 {
    padding-bottom: 0.75em !important;
  }
  .u-pb-1 {
    padding-bottom: 1.5em !important;
  }
  .u-pb-15 {
    padding-bottom: 2.25em !important;
  }
  .u-pb-2 {
    padding-bottom: 3em !important;
  }
  .u-pb-25 {
    padding-bottom: 3.75em !important;
  }
  .u-pb-3 {
    padding-bottom: 4em !important;
  }
  .u-mt-pc-0 {
    margin-top: 0 !important;
  }
  .u-mt-pc-1 {
    margin-top: 1.5em !important;
  }
  .u-mt-pc-2 {
    margin-top: 3em !important;
  }
  .u-mt-pc-3 {
    margin-top: 4.5em !important;
  }
  .u-mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .u-mb-pc-1 {
    margin-bottom: 1.5em !important;
  }
  .u-mb-pc-2 {
    margin-bottom: 3em !important;
  }
  .u-mb-pc-3 {
    margin-bottom: 4.5em !important;
  }
  .u-pl-pc-1 {
    padding-left: 1.5em !important;
  }
  .u-pl-pc-15 {
    padding-left: 2.25em !important;
  }
  .u-pl-pc-2 {
    padding-left: 3em !important;
  }
  .u-pr-pc-1 {
    padding-right: 1.5em !important;
  }
  .u-pr-pc-15 {
    padding-right: 2.25em !important
  }
  .u-pr-pc-2 {
    padding-right: 3em !important;
  }
  /*.u-mt-sp-1, .u-mt-sp-15, .u-mt-sp-2 {*/
  /*  margin-top: 0 !important*/
  /*}*/
  .u-pt-pc-1 {
    padding-top: 1.5em;
  }
  .u-pt-pc-2 {
    padding-top: 3em;
  }
  .u-pt-pc-3 {
    padding-top: 4.5em;
  }
  .u-pt-pc-4 {
    padding-top: 6em;
  }
  .u-sp, .u-sp-inline {
    display: none !important;
  }
  .u-pc {
    display: block !important;
  }
  .u-pc-inline {
    display: inline-block !important;
  }
  .u-center-sp {
    text-align: left;
  }
  .u-center-pc {
    text-align: center;
  }
  .u-w-pc-100 {
    max-width: 100% !important;
  }
  .u-w-pc-90 {
    max-width: 90% !important;
  }
  .u-w-pc-80 {
    max-width: 80% !important;
  }
  .u-w-pc-70 {
    max-width: 70% !important;
  }
  .u-w-sp-90, .u-w-sp-80, .u-w-sp-70, .u-w-sp-40 {
    max-width: 100%;
  }
  .u-sup {
    font-size: 1rem;
  }
  .order-1-2{
    order: 2;
  }
  .order-2-1{
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .u-center-pc--xxl {
    text-align: center;
  }
  .u-pc-only{
    display: block;
  }
}
.a-center{
  align-items: center;
}
.f-end{
  justify-content: flex-end;
}
.disable{
  pointer-events: none;
}
p.caption{
  font-size: 90%;
  margin-top: 1em;
}
.sp-txt{
  font-feature-settings: 'palt';
  letter-spacing: .05em;
}