@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes slide {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@keyframes arrow {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0; }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0; } }
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: #529ABC; }
  #loading .loading__logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 300px; }

.home__ttl {
  margin-bottom: 40px; }
  .home__ttl-en {
    margin-bottom: 10px;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #9BD0E0;
    letter-spacing: 0.1em; }
    @media (min-width: 375px) {
      .home__ttl-en {
        font-size: calc( 3.4rem + ( 1vw - 3.75px ) * 4.1610738255 ); } }
    @media (min-width: 1120px) {
      .home__ttl-en {
        font-size: 6.5rem; } }
  .home__ttl-jp {
    font-size: 1.4rem; }
    @media (min-width: 375px) {
      .home__ttl-jp {
        font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.1342281879 ); } }
    @media (min-width: 1120px) {
      .home__ttl-jp {
        font-size: 1.5rem; } }

.mainimg {
  position: sticky;
  z-index: 0;
  top: 0;
  /* MV上のキャッチ */ }
  .mainimg .slide-img {
    overflow: hidden; }
    .mainimg .slide-img img {
      animation: slide 40s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both; }
      .mainimg .slide-img img.pc {
        display: none; }
  .mainimg .swiper-container {
    overflow: hidden;
    position: relative; }
  .mainimg__catch {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 10; }
    .mainimg__catch--txt {
      font-size: 1.2rem;
      text-align: center;
      color: #fff;
      text-shadow: 1.5px 4px 3px rgba(0, 0, 0, 0.7); }
      @media (min-width: 375px) {
        .mainimg__catch--txt {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 1.3422818792 ); } }
      @media (min-width: 1120px) {
        .mainimg__catch--txt {
          font-size: 2.2rem; } }
      .mainimg__catch--txt span {
        font-size: 1.7rem; }
        @media (min-width: 375px) {
          .mainimg__catch--txt span {
            font-size: calc( 1.7rem + ( 1vw - 3.75px ) * 2.2818791946 ); } }
        @media (min-width: 1120px) {
          .mainimg__catch--txt span {
            font-size: 3.4rem; } }
  .mainimg .swiper-container-horizontal > .swiper-pagination-bullets, .mainimg .swiper-pagination-custom, .mainimg .swiper-pagination-fraction {
    bottom: 10px;
    right: 10px;
    left: auto;
    width: auto; }
  .mainimg .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }
  .mainimg .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 4px;
    height: 4px;
    opacity: 0.8; }
  .mainimg .swiper-pagination-bullet-active {
    opacity: 1; }

.contents-wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5.2% 0% 0% 0%; }

.news__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.news__list .news__cate {
  display: block;
  flex: 0 1 90px;
  width: 90px;
  max-width: 90px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center; }
  .news__list .news__cate.news {
    background: #F2C447; }
  .news__list .news__cate.event {
    background: #74BC2B; }
  .news__list .news__cate.campaign {
    background: #EB9947; }
.news__list .news__txt-box {
  line-height: 1.3; }
  .news__list .news__txt-box .news__date {
    margin-right: 10px; }

.pickup .pickup__wrap {
  padding: 0% 0% 2.6% 0%; }
.pickup .pickup__btn {
  width: 100%;
  margin-top: 3.9%; }
.pickup .pickup__ttl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #529ABC;
  letter-spacing: 0.1em; }
.pickup .pickup__swiper {
  overflow: hidden; }
.pickup .news__txt-box {
  flex: 0 1 calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.pickup #pickup_info .news__box {
  margin: 1.95% 0% 0% 0%; }
  .pickup #pickup_info .news__box:first-child {
    margin-top: 0; }

.concept {
  text-align: center; }
  .concept .concept__groupcopy {
    display: inline-block;
    padding: 0 10px  20px;
    margin: 0% 0% 5.2% 0%;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    line-height: 2.5; }
    @media (min-width: 375px) {
      .concept .concept__groupcopy {
        font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 2.2818791946 ); } }
    @media (min-width: 1120px) {
      .concept .concept__groupcopy {
        font-size: 3.5rem; } }
    .concept .concept__groupcopy-txt {
      display: block;
      position: relative;
      z-index: 1; }
    .concept .concept__groupcopy-line {
      position: absolute;
      left: 0;
      top: -20px;
      width: 100%;
      z-index: -1; }
      .concept .concept__groupcopy-line:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform-origin: right;
        transform: scale(1, 1);
        transition: .4s; }
    .concept .concept__groupcopy.scrolling .concept__groupcopy-txt .concept__groupcopy-line:after {
      transition-delay: .4s;
      transform: scale(0, 1); }
  .concept .concept__copy {
    margin: 0% 0% 5.2% 0%; }
  .concept .concept__swiper {
    overflow: hidden;
    margin-bottom: 20px; }
  .concept .concept__txt {
    padding: 0% 4% 0% 4%;
    margin-bottom: 40px; }

.lineup .lineup__ttl-wrap {
  height: 50vw;
  max-height: 400px; }
  .lineup .lineup__ttl-wrap .lineup__ttl-img:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); }
  .lineup .lineup__ttl-wrap .lineup__ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .lineup .lineup__ttl-wrap .lineup__ttl .home__ttl-en, .lineup .lineup__ttl-wrap .lineup__ttl .home__ttl-jp {
      color: #fff; }
.lineup .lineup__list-wrap {
  position: relative;
  z-index: 1;
  margin-top: -10%;
  padding: 8% 2.66% 0% 2.66%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.lineup .lineup__list {
  justify-content: flex-start;
  margin-bottom: 20px; }
  .lineup .lineup__list .lineup__list-ttl {
    position: relative;
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin: 0% 0% 9.33% 0%;
    font-size: 1.6rem;
    text-align: center; }
    @media (min-width: 375px) {
      .lineup .lineup__list .lineup__list-ttl {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.5369127517 ); } }
    @media (min-width: 1120px) {
      .lineup .lineup__list .lineup__list-ttl {
        font-size: 2rem; } }
    .lineup .lineup__list .lineup__list-ttl .lineup__ttl-line {
      display: block;
      border-bottom: 2px solid #9BD0E0;
      width: 160px;
      margin: auto; }
      .lineup .lineup__list .lineup__list-ttl .lineup__ttl-line:before, .lineup .lineup__list .lineup__list-ttl .lineup__ttl-line:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 160px; }
      .lineup .lineup__list .lineup__list-ttl .lineup__ttl-line:before {
        width: 0;
        height: 0;
        display: block;
        border: 10px solid transparent;
        border-top-color: #fff;
        z-index: 1;
        bottom: -18px; }
      .lineup .lineup__list .lineup__list-ttl .lineup__ttl-line:after {
        width: 0;
        height: 0;
        display: block;
        border: 11px solid transparent;
        border-top-color: #9BD0E0;
        bottom: -22px; }
  .lineup .lineup__list .lineup__box {
    flex: 0 1 47%;
    width: 47%;
    max-width: 47%;
    margin-bottom: 30px; }
    .lineup .lineup__list .lineup__box .lineup__img {
      margin-bottom: 10px; }
    .lineup .lineup__list .lineup__box .lineup__logo {
      text-align: center; }
      .lineup .lineup__list .lineup__box .lineup__logo img {
        width: 92%;
        max-width: 180px; }
      .lineup .lineup__list .lineup__box .lineup__logo.business {
        margin: 0 auto;
        width: 75%; }
    .lineup .lineup__list .lineup__box:nth-of-type(2n) {
      margin-left: 6%; }
  .lineup .lineup__list:last-child {
    margin-bottom: 0; }

.style {
  position: relative;
  background: url("/img/home/bg_s_style.jpg") center/cover no-repeat;
  padding: 14.66% 0% 14.66% 0%;
  margin: 0% 0% 24% 0%; }
  .style .style__wrap {
    padding: 10.66% 2.66% 10.66% 2.66%;
    margin: 0% 2.66% 0% 2.66%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.92); }
  .style .style__points {
    margin-bottom: 30px; }
    .style .style__points .style__points-box {
      position: relative;
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      text-align: center;
      line-height: normal;
      color: #fff; }
      .style .style__points .style__points-box .style__points-txt {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem; }
        @media (min-width: 375px) {
          .style .style__points .style__points-box .style__points-txt {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.5369127517 ); } }
        @media (min-width: 1120px) {
          .style .style__points .style__points-box .style__points-txt {
            font-size: 1.6rem; } }
      .style .style__points .style__points-box:after {
        display: block;
        content: '';
        width: 100%;
        padding-top: 100%;
        border-radius: 50%;
        background: #5CB7D3; }
    .style .style__points .closs {
      position: relative;
      flex: 0 1 10px;
      width: 10px;
      max-width: 10px;
      transform: rotate(45deg); }
      .style .style__points .closs:before, .style .style__points .closs:after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 1px;
        background: #707070; }
      .style .style__points .closs:before {
        transform: translate(-50%, -50%) rotate(90deg); }
  .style .style__read {
    text-align: center; }
  .style .style__btn {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 100%; }

.works {
  position: relative;
  background: #EFF9FC;
  padding: 16% 0% 16% 0%;
  margin: 0% 0% 32% 0%; }
  .works .works__wrap {
    overflow: hidden; }
  .works .works__box .works__detail {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 5.33% 2.66% 10.66% 2.66%;
    margin: -8% 2.66% 0% 2.66%;
    box-sizing: border-box;
    border-radius: 30px 0 30px 0; }
    .works .works__box .works__detail .works__cate-list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 30px; }
      .works .works__box .works__detail .works__cate-list .works__cate-box {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        padding: 10px 20px;
        margin-left: 6px;
        margin-bottom: 6px;
        background: #9BD0E0;
        border-radius: 3px;
        color: #fff;
        line-height: 1;
        font-size: 1.2rem; }
    .works .works__box .works__detail .works__lineup {
      display: inline-block;
      margin-bottom: 16px;
      padding: 12px 20px;
      background: #9BD0E0;
      border-radius: 3px;
      color: #fff;
      line-height: 1;
      font-size: 1.4rem; }
    .works .works__box .works__detail .works__detail-txt .works__detail-addr {
      margin-bottom: 10px;
      color: #707070;
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        .works .works__box .works__detail .works__detail-txt .works__detail-addr {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.2684563758 ); } }
      @media (min-width: 1120px) {
        .works .works__box .works__detail .works__detail-txt .works__detail-addr {
          font-size: 1.6rem; } }
    .works .works__box .works__detail .works__detail-txt .works__detail-ttl {
      margin-bottom: 20px;
      font-size: 1.8rem;
      text-align: left;
      line-height: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      @media (min-width: 375px) {
        .works .works__box .works__detail .works__detail-txt .works__detail-ttl {
          font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.5369127517 ); } }
      @media (min-width: 1120px) {
        .works .works__box .works__detail .works__detail-txt .works__detail-ttl {
          font-size: 2.2rem; } }
    .works .works__box .works__detail .works__detail-txt .works__detail-read {
      margin-bottom: 30px;
      color: #707070;
      font-size: 1.3rem; }
    .works .works__box .works__detail .works__detail-txt .works__detail-more {
      text-align: center;
      color: #529ABC;
      text-decoration: underline; }
  .works .works__box .works__img {
    display: block;
    position: relative;
    overflow: hidden; }
    .works .works__box .works__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      transition: all .4s; }
    .works .works__box .works__img::before {
      content: '';
      display: block;
      padding-top: 75%; }
  .works .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3; }
  .works .swiper-pagination {
    top: 50%;
    left: unset;
    right: 2%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 22px; }
  .works .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0% 2.66% 0% 2.66%;
    /* 追加 */
    padding-bottom: 5px;
    line-height: 1;
    font-weight: bold;
    border-radius: 0;
    background: none;
    opacity: 1;
    font-size: 1.2rem;
    color: #fff;
    font-family: "Lato", sans-serif; }
    @media (min-width: 375px) {
      .works .swiper-pagination-bullet {
        font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 1.2080536913 ); } }
    @media (min-width: 1120px) {
      .works .swiper-pagination-bullet {
        font-size: 2.1rem; } }
    .works .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #529ABC;
      border-bottom: solid 1px; }
  .works .works__btn {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 100%; }

.event .event__box {
  margin-bottom: 30px; }
  .event .event__box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .event .event__box a:hover .event__img img {
      height: 110%; }
  .event .event__box .event__img {
    position: relative;
    flex: 0 1 30%;
    width: 30%;
    max-width: 30%;
    overflow: hidden; }
    .event .event__box .event__img img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%;
      transition: .4s all; }
    .event .event__box .event__img:after {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%;
      border-radius: 50%; }
  .event .event__box .event__detail {
    flex: 0 1 66%;
    width: 66%;
    max-width: 66%;
    line-height: normal; }
    .event .event__box .event__detail-date {
      margin-bottom: 10px; }
      .event .event__box .event__detail-date .sepa_box {
        margin: 0 5px; }
    .event .event__box .event__detail-ttl {
      margin-bottom: 5px;
      line-height: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .event .event__box .event__detail-ttl.sub {
        font-size: 1.2rem;
        margin-bottom: 0; }
        @media (min-width: 375px) {
          .event .event__box .event__detail-ttl.sub {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.2684563758 ); } }
        @media (min-width: 1120px) {
          .event .event__box .event__detail-ttl.sub {
            font-size: 1.4rem; } }
    .event .event__box .event__detail-addr {
      font-size: 1.2rem;
      margin-top: 10px;
      color: #707070;
      line-height: 1.2; }
      @media (min-width: 375px) {
        .event .event__box .event__detail-addr {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.1342281879 ); } }
      @media (min-width: 1120px) {
        .event .event__box .event__detail-addr {
          font-size: 1.3rem; } }

.model-bnr .mh_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1075px; }
  .model-bnr .mh_wrap .mh_box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
    .model-bnr .mh_wrap .mh_box + .mh_box {
      margin-top: 30px; }
.model-bnr .youtube_wrap {
  margin-top: 30px; }
  .model-bnr .youtube_wrap iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 55vw; }

.sns {
  position: relative;
  padding: 21.33% 0% 13.33% 0%;
  background: url("/img/home/bg_sns.png") #EFF9FC; }
  .sns .sns__ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 86%;
    max-width: 380px;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    background: #9BD0E0;
    border-radius: 10px;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; }
    .sns .sns__ttl-en {
      margin-bottom: 10px;
      font-size: 2.5rem;
      letter-spacing: 0.1em;
      color: #529ABC;
      font-weight: bold; }
      @media (min-width: 375px) {
        .sns .sns__ttl-en {
          font-size: calc( 2.5rem + ( 1vw - 3.75px ) * 0.4026845638 ); } }
      @media (min-width: 1120px) {
        .sns .sns__ttl-en {
          font-size: 2.8rem; } }
    .sns .sns__ttl-read {
      font-size: 1.3rem;
      letter-spacing: 0.08em;
      line-height: 1.5384615385; }
      @media (min-width: 375px) {
        .sns .sns__ttl-read {
          font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.1342281879 ); } }
      @media (min-width: 1120px) {
        .sns .sns__ttl-read {
          font-size: 1.4rem; } }
    .sns .sns__ttl:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -20px;
      width: 0;
      height: 0;
      display: block;
      border: 10px solid transparent;
      border-top-color: #9BD0E0; }
  .sns .sns__box {
    margin-bottom: 10px; }
    .sns .sns__box a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 25px 15px;
      background: #fff; }
      .sns .sns__box a > * {
        flex: 0 1 auto;
        width: auto;
        max-width: auto; }
    .sns .sns__box .sns__img {
      font-size: 1.5rem; }
      .sns .sns__box .sns__img img {
        width: 30px; }
    .sns .sns__box .sns__link {
      border-bottom: 1px solid;
      font-size: 1.4rem;
      color: #707070; }
      .sns .sns__box .sns__link i {
        margin-left: 10px; }

#news_info {
  padding-top: 100px;
  margin-top: -100px; }

.news .news__list {
  margin: 0% 0% 8% 0%; }
  .news .news__list a {
    position: relative;
    padding: 20px 20px 20px 10px;
    border-bottom: 1px solid #ccc; }
    .news .news__list a:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      position: absolute;
      width: 6px;
      height: 6px;
      border-top: 1px solid;
      border-right: 1px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      border-color: #529ABC; }
  .news .news__list .news__txt-box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .news .news__list .news__cate {
    margin-bottom: 10px; }
.news .news__box:first-child {
  border-top: 1px solid #ccc; }

.bnr {
  overflow: hidden; }
  .bnr .bnr__swiper {
    position: relative; }
  .bnr .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto; }
  .bnr .swiper-pagination-bullet {
    background: #E4E4E4;
    margin: 0 5px;
    opacity: 1; }
    .bnr .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #529ABC; }
  .bnr .swiper-button-next::after, .bnr .swiper-button-prev::after {
    content: none !important; }

@media screen and (min-width: 530px) {
  .works .swiper-pagination {
    top: 40%; }
  .works .swiper-pagination-bullet {
    margin-bottom: 4px;
    padding-bottom: 8px; } }
@media screen and (min-width: 1120px) {
  .concept .concept__txt-box .concept__copy {
    font-size: 1.8rem; } }
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .mainimg .swiper-container .slide-img img.pc {
    display: block !important; }
  .mainimg .swiper-container .slide-img img.sp {
    display: none !important; }

  .home__ttl {
    margin-bottom: 50px; }

  .mainimg .mainimg__sns {
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 50px;
    color: #fff;
    text-align: right; }
    .mainimg .mainimg__sns .mainimg__sns-box {
      margin-bottom: 10px; }
      .mainimg .mainimg__sns .mainimg__sns-box .mainimg__sns-txt {
        display: none;
        margin-right: 10px;
        padding: 5px 10px 5px 0;
        border-right: 1px solid;
        font-size: 1.3rem;
        font-family: "Lato", sans-serif;
        letter-spacing: 0.1em; }
      .mainimg .mainimg__sns .mainimg__sns-box i {
        display: inline-block;
        width: 20px;
        text-align: center;
        font-size: 1.8rem; }

  .contents-wrap {
    padding: 40px 0; }

  .pickup .pickup__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pickup .pickup__btn {
    margin-top: 1.5%; }
  .pickup .pickup__ttl {
    flex: 0 1 180px;
    width: 180px;
    max-width: 180px;
    margin-bottom: 0; }
  .pickup .pickup__swiper {
    flex: 0 1 calc(100% - 220px);
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    margin: 0; }

  .model-bnr .mh_wrap .mh_box {
    flex: 0 1 48.372093%;
    width: 48.372093%;
    max-width: 48.372093%; }
    .model-bnr .mh_wrap .mh_box + .mh_box {
      margin-top: 0; }
  .model-bnr .youtube_wrap {
    margin-top: 65px; }
    .model-bnr .youtube_wrap iframe {
      height: 350px; }

  .style .style__wrap {
    max-width: 760px;
    margin: auto; }

  #news_info {
    padding-top: 200px;
    margin-top: -200px; }

  .news .news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news .news__box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    margin: 0; }
    .news .news__box:nth-child(2) {
      border-top: 1px solid #ccc; }

  .works .swiper-pagination {
    top: 42%;
    right: 4%; }
  .works .swiper-pagination-bullet {
    margin-bottom: 8px;
    padding-bottom: 8px; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .mainimg .swiper-container {
    height: 60vh; }

  .lineup .lineup__ttl-wrap .lineup__ttl-img:after {
    display: none; }
  .lineup .lineup__ttl-wrap .lineup__ttl-inner {
    position: relative;
    height: 100%; }
  .lineup .lineup__ttl-wrap .lineup__ttl {
    left: auto;
    right: 0;
    top: 40%;
    width: auto;
    transform: translate(0, -50%); }
    .lineup .lineup__ttl-wrap .lineup__ttl .home__ttl-jp {
      color: #333; }

  .pickup {
    margin-bottom: 80px; }

  .model-bnr {
    margin-bottom: 92px; }

  .concept {
    text-align: left; }
    .concept .concept__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .concept .concept__inner > * {
        flex: 0 1 58%;
        width: 58%;
        max-width: 58%; }
        .concept .concept__inner > *:last-child {
          flex: 0 1 38%;
          width: 38%;
          max-width: 38%; }
    .concept .concept__txt-box {
      padding: 0% 0% 0% 2.04%; }
      .concept .concept__txt-box .concept__groupcopy {
        font-size: 2.1rem;
        margin-bottom: 40px; }
      .concept .concept__txt-box .concept__copy {
        margin-bottom: 30px;
        line-height: 1.7916666667;
        text-align: left; }
      .concept .concept__txt-box .concept__txt {
        padding: 0;
        line-height: 2.2; }
      .concept .concept__txt-box .concept__btn {
        text-align: right; }
        .concept .concept__txt-box .concept__btn a {
          display: inline-block;
          position: relative;
          width: auto;
          max-width: 100%;
          padding: 0;
          background: none;
          border: none;
          color: #529ABC; }
          .concept .concept__txt-box .concept__btn a:before {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            left: -40px;
            height: 1px;
            width: 30px;
            background: #529ABC; }
    .concept .concept__img-box {
      position: relative;
      height: 50vw; }
      .concept .concept__img-box .concept__img {
        position: absolute; }
        .concept .concept__img-box .concept__img--01 {
          right: 0;
          top: 0;
          width: 90%; }
        .concept .concept__img-box .concept__img--02 {
          left: 0;
          top: 20vw;
          width: 40%; }
        .concept .concept__img-box .concept__img--03 {
          right: 10%;
          top: 32vw;
          width: 40%; }

  .lineup .lineup__list-wrap {
    padding: 60px 2.66% 10px; }
  .lineup .lineup__list .lineup__list-ttl {
    margin-bottom: 50px; }
  .lineup .lineup__list .lineup__box {
    margin-bottom: 70px;
    text-align: center; }
    .lineup .lineup__list .lineup__box a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .lineup .lineup__list .lineup__box a > * {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; }
    .lineup .lineup__list .lineup__box .lineup__logo {
      text-align: center; }
      .lineup .lineup__list .lineup__box .lineup__logo img {
        width: 100%;
        max-width: 100%; }
      .lineup .lineup__list .lineup__box .lineup__logo.business {
        width: 80%; }

  .style {
    padding: 110px 0%;
    margin-bottom: 160px; }
    .style .style__wrap {
      padding: 50px 80px; }

  .works {
    padding: 70px 0 140px;
    margin-bottom: 160px; }
    .works .works__box .works__num {
      position: absolute;
      right: 30px;
      top: 30px;
      font-size: 4rem;
      font-weight: bold;
      line-height: 1;
      color: #9BD0E0; } }
    @media screen and (min-width: 981px) and (min-width: 981px) {
      .works .works__box .works__num {
        font-size: calc( 4rem + ( 1vw - 9.81px ) * 10.7913669065 ); } }
    @media screen and (min-width: 981px) and (min-width: 1120px) {
      .works .works__box .works__num {
        font-size: 5.5rem; } }
@media screen and (min-width: 981px) {
    .works .works__box .works__img {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      width: 40%; }
    .works .works__box .works__detail {
      width: 90%;
      margin: 0 0 0 auto;
      padding: 12% 5% 4% 35%; }
      .works .works__box .works__detail .works__detail-txt .works__detail-more {
        text-align: right; }
    .works .swiper-container {
      padding-left: calc((100% - 1220px) / 2); }
    .works .swiper-slide:not(.swiper-slide-active) {
      opacity: 0.5; }
    .works .swiper-pagination {
      top: unset;
      left: 0;
      right: 0;
      bottom: 70px;
      margin: auto;
      transform: unset;
      width: auto; }
    .works .swiper-pagination-bullet {
      margin: 0 20px;
      /* 追加 */
      margin-bottom: unset;
      padding-bottom: unset;
      line-height: unset;
      font-weight: normal;
      color: #848484; }

  .event .event__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px; }
  .event .event__box {
    flex: 0 1 23%;
    width: 23%;
    max-width: 23%;
    margin-bottom: 0; }
    .event .event__box .event__img {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .event .event__box .event__detail {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    .event .event__box + .event__box {
      margin-left: 2%; }

  .sns {
    padding: 100px 0 50px; }
    .sns .sns__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .sns .sns__box {
      flex: 0 1 23%;
      width: 23%;
      max-width: 23%; }
      .sns .sns__box .sns__img {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        text-align: center; }
        .sns .sns__box .sns__img img {
          display: block;
          width: 40px;
          margin: 0 auto 10px; }
      .sns .sns__box .sns__link {
        transition: .3s;
        margin: auto; }
      .sns .sns__box a:hover {
        opacity: 1;
        background: #9BD0E0;
        color: #fff; }
        .sns .sns__box a:hover .sns__link {
          color: #fff; }

  .news .news__list a {
    padding: 20px 20px 20px 30px; }
    .news .news__list a:after {
      border-image: 20px; }
  .news .news__list .news__cate {
    margin-bottom: 0; }
  .news .news__list .news__txt-box {
    flex: 0 1 calc(100% - 110px);
    width: calc(100% - 110px);
    max-width: calc(100% - 110px); }

  .bnr .bnr__pagination {
    display: none; }
  .bnr .bnr__button {
    right: 2%;
    width: 50px;
    height: 50px;
    background: #9BD0E0;
    border-radius: 50%; }
    .bnr .bnr__button:before {
      display: block;
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid;
      border-right: 1px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      left: 13px;
      border-color: #fff; }
    .bnr .bnr__button--prev {
      left: 2%; }
      .bnr .bnr__button--prev:before {
        left: auto;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-color: #fff; } }
/*------------------------------
		1221px以上
------------------------------*/
@media screen and (min-width: 1121px) {
  .mainimg .swiper-container {
    height: 70vh; }
    .mainimg .swiper-container .slide-img {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }

  .concept .concept__inner > * {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }
    .concept .concept__inner > *:last-child {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }
  .concept .concept__txt-box {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%;
    max-width: 760px;
    margin-left: auto;
    margin-right: 6%;
    padding: 0; }
    .concept .concept__txt-box .concept__groupcopy {
      font-size: 2.1rem; } }
    @media screen and (min-width: 1121px) and (min-width: 1121px) {
      .concept .concept__txt-box .concept__groupcopy {
        font-size: calc( 2.1rem + ( 1vw - 11.21px ) * 2.1786492375 ); } }
    @media screen and (min-width: 1121px) and (min-width: 1580px) {
      .concept .concept__txt-box .concept__groupcopy {
        font-size: 3.1rem; } }

@media screen and (min-width: 1121px) {
  .works .works__wrap {
    overflow: hidden; }
  .works .swiper-container {
    overflow: initial;
    width: 100%;
    max-width: 1220px; } }
/*------------------------------
		1600px以上
------------------------------*/
@media screen and (min-width: 1421px) {
  .mainimg .swiper-container {
    height: 80vh; } }

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