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


     index


============================================================================= */
.index-ttl {
  /*font-family: $ff-en; */
  font-size: 4.8rem;
  font-weight: bold;
}

.mv img{
width:100%;	
}

.sec {
  padding: 80px 0;
}

.news {
  text-align: center;
}

.news-head {
  /*   color: #e50012; */
  color: #00a0e9;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.25em;
  text-align: center;
}

.news-list {
  margin: 60px auto 0;
}

.news-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}

.news-item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 240px;
}

.news-item dd {
  letter-spacing: 3px;
  max-width: calc(100% - 240px);
  padding-left: 2em;
}

.news-item + .news-item {
  border-top: 1px dashed #231815;
}

.news-item:nth-last-child(1) {
  border-bottom: 1px dashed #231815;
}

.news-item-label {
  /*   background: #e50012; */
  background: #00a0e9;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
  padding: 0.2em 0.2em;
}

.news-item-date {
  margin-left: auto;
}

.lineup {
  overflow: hidden;
  text-align: center;
}

.lineup-list {
  margin-top: 60px;
}

.lineup-item {
  gap: 34px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1366px;
  position: relative;
  text-align: left;
}

.lineup-item:before {
  /*     background: #9f0004; */
  background: #006b9d;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  width: 200vw;
  z-index: -1;
}

.lineup-item:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.lineup-item:nth-of-type(2n + 1):before {
  /*       background: #e50012; */
  background: #00a0e9;
}

.lineup-item:nth-of-type(2n + 1) .lineup-img {
  margin-left: 0;
  margin-right: -144px;
}

.lineup-item:nth-of-type(2n + 1) .lineup-item-btn {
  text-align: right;
}

.lineup-item + .lineup-item {
  margin-top: 4px;
}

.lineup-img {
  margin-left: -144px;
  overflow: hidden;
  width: calc(50% + 144px);
}

.lineup-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.lineup-content {
  padding: 54px 0;
  width: calc(50% - 34px);
}

.lineup-namebox {
  border-bottom: 2px dashed #fff;
  padding-bottom: 1em;
}

.lineup-name {
  font-size: 2.8rem;
  font-weight: bold;
}

.lineup-yen {
  font-size: 2rem;
  font-weight: bold;
}

.lineup-yen span {
  font-size: 3rem;
  margin-left: 0.5em;
}

.lineup-txt {
  font-size: 1.8rem;
  margin-top: 1em;
}

.lineup-item-btn {
  margin-top: 40px;
}

.lineup-btn,
.concept-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  /*   background: #000; */
  /*   color: #fff; */
  color: #313139;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 120px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.lineup-btn:hover,
.concept-btn:hover {
  opacity: 0.7;
}

.lineup-btn._lr,
.concept-btn._lr {
  max-width: 240px;
}

.lineup-btnbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 80px 0;
  position: relative;
  /*   gap: 280px; */
}

.lineup-btnbox:before {
  /*     background: #e41800; */
  background: #00a0e9;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200vw;
  z-index: -1;
}

.concept {
  overflow: hidden;
  text-align: center;
}

.concept-flex {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.concept-contents {
  text-align: left;
  width: calc(50% - 32px);
}

.concept-ttl {
  font-size: 4rem;
  font-weight: bold;
}

.concept-ttl span {
  /*     color: #e50012; */
  color: #00a0e9;
}

.concept-box {
  color: #fff;
  margin-top: 40px;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}

.concept-box:before {
  background: #000;
  content: "";
  height: calc(100% + 80px);
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  z-index: -1;
}

.concept-img {
  margin-left: 0;
  margin-right: -144px;
  overflow: hidden;
  position: relative;
  width: calc(50% + 144px);
  z-index: 2;
}

.concept-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.concept-txt {
  margin-top: 16px;
}

.concept-btnbox {
  margin-top: 40px;
  text-align: right;
}

.concept-btn {
  border: 1px solid #fff;
}

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


     blog


============================================================================= */
.blog,
.sns {
  background: #00a0e9;
  color: #fff;
  text-align: center;
}

.blog-list {
  background: #fff;
  color: #313139;
  margin: 60px auto 0;
  max-width: 1200px;
  padding: 80px 60px;
  width: 100%;
}

.blog-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-item + .blog-item {
  margin-top: 28px;
}

.blog-date {
  margin-right: 24px;
  min-width: 6em;
}

.blog-cat {
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 60px;
  max-width: 170px;
  min-width: 170px;
  padding: 0.25em;
  width: 100%;
  /*   &._two {
    background: #408b00;
  }

  &._three {
    background: #00118b;
  } */
}

.blog-cat._one {
  background: #00118b;
}

.blog-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
  width: calc(100% - (240px + 6em));
}

.blog-item-ttl:hover {
  opacity: 0.7;
}

.blog-more {
  font-size: 1.4rem;
  min-width: 6em;
  text-align: right;
}

.blog-btn {
  border: 1px solid #313139;
}

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


     sns


============================================================================= */
.sns-list {
  gap: 32px;
  color: #313139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.sns-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 300px;
  padding: 40px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30%;
}

.sns-item:hover {
  opacity: 0.7;
}

.sns-item-icon {
  margin: auto;
  width: 110px;
}

.sns-item-ttl {
  font-size: 4rem;
  margin-top: 16px;
  text-align: center;
}

.sns-item-txt {
  font-size: 1.4rem;
  margin-bottom: 40px;
  margin-top: 16px;
  text-align: left;
}

.sns-item-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  margin-top: auto;
}

.sns-item-more span {
  border-bottom: 1px dotted #313139;
}

@media (max-width: 1248px) {
  .lineup-item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup-item:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup-item:nth-of-type(2n + 1) .lineup-img {
    margin: auto;
  }
  .lineup-img {
    margin: auto;
    width: 100%;
  }
  .lineup-content {
    margin: auto;
    width: 100%;
  }
  .concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .concept-contents {
    width: 100%;
  }
  .concept-img {
    margin: auto;
    width: 100%;
  }
  .blog-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-item + .blog-item {
    margin-top: 40px;
  }
  .blog-item-ttl {
    margin-top: 16px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index-ttl {
    font-size: 3rem;
  }
  .sec {
    padding: 60px 0;
  }
  .news-head {
    font-size: 2.6rem;
  }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
  }
  .news-item dd {
    margin-top: 0.5em;
    max-width: 100%;
    padding-left: 0;
  }
  .news-item-label {
    font-size: 1.6rem;
  }
  .news-item-date {
    margin-left: 0;
  }
  .lineup-item:nth-of-type(2n + 1) .lineup-img {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .lineup-img {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .lineup-name {
    font-size: 2.4rem;
  }
  .lineup-yen {
    font-size: 1.8rem;
  }
  .lineup-yen span {
    font-size: 2.6rem;
  }
  .lineup-txt {
    font-size: 1.4rem;
  }
  .concept-ttl {
    font-size: 2.8rem;
  }
  .blog-list {
    padding: 40px 20px;
  }
  .blog-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .blog-cat {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .blog-item-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blog-more {
    font-size: 1rem;
    margin-left: auto;
    margin-top: 0.25em;
  }
  .sns-list {
    gap: 12px;
  }
  .sns-item {
    margin: auto;
    max-width: 300px;
    min-width: unset;
    padding: 32px 16px;
    width: calc(50% - 6px);
  }
  .sns-item-icon {
    width: 80px;
  }
  .sns-item-ttl {
    font-size: 2.8rem;
  }
}


/*# sourceMappingURL=index.css.map*/