@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 TOP
===========================================*/
.pagetop {
  position: fixed !important;
  z-index: 8;
  right: 10px;
  bottom: 10px;
  bottom: 10px !important; }

/*==========================================
 共通
===========================================*/
.cts-ttl {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  width: auto; }
  .cts-ttl.center {
    text-align: center;
    display: flex; }

.cts-ttl-en {
  font-size: clamp(4rem, 4.1666666667vw, 8rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1; }
  @media screen and (max-width: 960px) {
    .cts-ttl-en {
      margin-bottom: 0.25em; } }
  .cts-ttl-en .accent {
    color: #123646; }
  .cts-ttl-en .large {
    font-size: clamp(12rem, 14.7058823529vw, 20rem); }
    @media screen and (max-width: 960px) {
      .cts-ttl-en .large {
        font-size: clamp(2rem, 13.0208333333vw, 12.5rem); } }

.cts-ttl-ja {
  font-size: clamp(1.8rem, 1.09375vw, 2.1rem);
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1; }
  @media screen and (max-width: 960px) {
    .cts-ttl-ja {
      font-size: clamp(1.8rem, 2.1875vw, 2.1rem); } }
  .cts-ttl-ja .accent {
    color: #123646; }
  .cts-ttl-ja .large {
    font-size: clamp(12rem, 14.7058823529vw, 20rem); }
    @media screen and (max-width: 960px) {
      .cts-ttl-ja .large {
        font-size: clamp(2rem, 13.0208333333vw, 12.5rem); } }

.cts-txt {
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (min-width: 961px) {
    .cts-txt.centerPC {
      text-align: center; } }
  @media screen and (max-width: 960px) {
    .cts-txt {
      font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem); } }

.cts-subttl {
  font-size: clamp(3.4rem, 2.5vw, 4.8rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0; }
  @media screen and (max-width: 960px) {
    .cts-subttl {
      font-size: clamp(2.4rem, 3.5416666667vw, 3.4rem); } }
  .cts-subttl .large {
    font-size: clamp(4.2rem, 3.125vw, 6rem); }
    @media screen and (max-width: 960px) {
      .cts-subttl .large {
        font-size: clamp(2.8rem, 4.375vw, 4.2rem); } }

.accent {
  color: #123646; }

.large {
  font-size: clamp(12rem, 14.7058823529vw, 20rem); }
  @media screen and (max-width: 960px) {
    .large {
      font-size: clamp(2rem, 13.0208333333vw, 12.5rem); } }

.lead-ttl {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  width: auto; }

.lead-ttl-en {
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
  line-height: clamp(3rem, 1.875vw, 3.6rem);
  letter-spacing: 0.1em;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .lead-ttl-en {
      font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem);
      line-height: clamp(3rem, 3.75vw, 3.6rem); } }

.lead-ttl-ja {
  font-size: clamp(4rem, 5.2083333333vw, 10rem);
  letter-spacing: 0em;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .lead-ttl-ja {
      font-size: clamp(4rem, 10.4166666667vw, 10rem); } }

.lead-txt {
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
  line-height: clamp(3rem, 1.875vw, 3.6rem);
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (max-width: 960px) {
    .lead-txt {
      font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem);
      line-height: clamp(3rem, 3.75vw, 3.6rem); } }

.page-ttl {
  margin: clamp(60px, 6.25vw, 120px) 0; }
  .page-ttl .page-ttl-en {
    font-size: clamp(2rem, 2.4479166667vw, 4.7rem);
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: clamp(1.5rem, 1.5625vw, 3rem);
    line-height: 1; }
  .page-ttl .page-ttl-ja {
    font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
    letter-spacing: 0.2em; }

/*==========================================
　LEAD
===========================================*/
.sec-lead .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-lead .flex-block {
      flex-direction: column; } }
  .sec-lead .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-lead .flex-block.reverse {
        flex-direction: column; } }
.sec-lead .left-block {
  width: 46%; }
  @media screen and (max-width: 960px) {
    .sec-lead .left-block {
      width: 100%; } }
.sec-lead .right-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-lead .right-block {
      width: 100%; } }
.sec-lead .cts-block {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .sec-lead .cts-block {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 961px) {
    .sec-lead .cts-block {
      height: 600px; } }
@media screen and (max-width: 960px) {
  .sec-lead .txt-block {
    width: 66%; } }
@media screen and (max-width: 960px) {
  .sec-lead .img-block {
    width: 30%; } }
@media screen and (min-width: 961px) {
  .sec-lead .img-block {
    position: absolute;
    width: 200vw;
    top: calc(100% - 30vw);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; } }
@media screen and (max-height: 840px) {
  .sec-lead .img-block {
    top: 20%; } }

/*==========================================
　MODELHOUSE
===========================================*/
@media screen and (max-width: 960px) {
  .sec-topModel .slick-list {
    padding-right: 20%; } }
.sec-topModel .modelhouse-list {
  margin: 0 -4%; }
  @media screen and (max-width: 960px) {
    .sec-topModel .modelhouse-list {
      margin: 0 -10% 0 auto; } }
  .sec-topModel .modelhouse-list .modelhouse-item {
    margin: 0 clamp(20px, 3vw, 40px); }
    @media screen and (max-width: 960px) {
      .sec-topModel .modelhouse-list .modelhouse-item {
        margin: 0 clamp(40px, 8vw, 80px) 0 0; } }
    .sec-topModel .modelhouse-list .modelhouse-item a {
      display: block; }
      @media (hover: hover) {
        .sec-topModel .modelhouse-list .modelhouse-item a:hover .item-img img {
          transform: scale(1.1, 1.1); } }
    .sec-topModel .modelhouse-list .modelhouse-item .item-img {
      overflow: hidden; }
      .sec-topModel .modelhouse-list .modelhouse-item .item-img img {
        transition: all 1s ease;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 0.7593984962; }
    .sec-topModel .modelhouse-list .modelhouse-item .item-body {
      margin-top: 1em;
      letter-spacing: 0.1em; }
    .sec-topModel .modelhouse-list .modelhouse-item .item-subttl {
      font-size: clamp(1.4rem, 1.6vw, 1.6rem);
      font-weight: 500; }
    .sec-topModel .modelhouse-list .modelhouse-item .item-ttl {
      margin-top: 0.5em;
      font-size: clamp(1.8rem, 2.2vw, 2.4rem);
      font-weight: bold; }

/*==========================================
　unique-stylish
===========================================*/
.sec-unique-stylish {
  /*==========================================
  　loopList
  ===========================================*/ }
  .sec-unique-stylish .flex-block {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .flex-block {
        flex-direction: column; } }
    .sec-unique-stylish .flex-block.reverse {
      flex-direction: row-reverse; }
      @media screen and (max-width: 960px) {
        .sec-unique-stylish .flex-block.reverse {
          flex-direction: column; } }
  .sec-unique-stylish .left-block {
    width: 60%; }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .left-block {
        width: 100%; } }
  .sec-unique-stylish .right-block {
    width: 46%; }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .right-block {
        width: 100%; } }
  .sec-unique-stylish .cts-body {
    position: relative; }
  .sec-unique-stylish .cts-ttl-svg {
    z-index: 1;
    position: absolute;
    top: 0%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%; }
  .sec-unique-stylish .cts-list-block {
    max-width: 340px; }
    @media screen and (min-width: 961px) {
      .sec-unique-stylish .cts-list-block {
        margin-inline: auto 0; } }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .cts-list-block {
        margin-inline: auto; } }
  .sec-unique-stylish .unique-list .unique-list-item {
    background: #123646;
    color: #fff;
    padding: 0.25em 1em; }
    .sec-unique-stylish .unique-list .unique-list-item:not(:first-of-type) {
      margin-top: 1em; }
  .sec-unique-stylish .loopList-list {
    position: relative; }
    @media screen and (min-width: 961px) {
      .sec-unique-stylish .loopList-list {
        max-width: 100%;
        /* / インナー幅から片側をはみ出させる */ } }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .loopList-list {
        max-width: 100%;
        margin-inline: auto; } }
    .sec-unique-stylish .loopList-list .loopList-item {
      width: 100%; }
      @media screen and (min-width: 961px) {
        .sec-unique-stylish .loopList-list .loopList-item {
          max-width: 100%; } }
      .sec-unique-stylish .loopList-list .loopList-item .item-img img {
        min-width: 400px;
        aspect-ratio: 1; }
      .sec-unique-stylish .loopList-list .loopList-item a {
        position: relative; }
        @media (hover: hover) {
          .sec-unique-stylish .loopList-list .loopList-item a:hover:hover .item-img img {
            transform: scale(1.1, 1.1); } }
  .sec-unique-stylish .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px 4% 0 0px;
    width: 100%;
    position: relative; }
  .sec-unique-stylish .slick-track {
    display: flex; }
  .sec-unique-stylish .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important; }
  .sec-unique-stylish .slick-prev,
  .sec-unique-stylish .slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0px solid #343434;
    border-radius: 50%;
    padding: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
    cursor: pointer;
    color: transparent;
    outline: none; }
    @media screen and (min-width: 961px) {
      .sec-unique-stylish .slick-prev,
      .sec-unique-stylish .slick-next {
        position: relative; } }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .slick-prev,
      .sec-unique-stylish .slick-next {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 22vw;
        transform: translate(0, 0%); } }
  .sec-unique-stylish .slick-prev {
    left: -10px; }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .slick-prev {
        left: calc(7% - 8px); } }
  .sec-unique-stylish .slick-next {
    right: -10px; }
    @media screen and (max-width: 960px) {
      .sec-unique-stylish .slick-next {
        right: calc(7% - 8px); } }

/*==========================================
　works
===========================================*/
.sec-works .cts-head {
  position: relative; }
  .sec-works .cts-head .flex-block {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-head .flex-block {
        flex-direction: column; } }
    .sec-works .cts-head .flex-block.reverse {
      flex-direction: row-reverse; }
      @media screen and (max-width: 960px) {
        .sec-works .cts-head .flex-block.reverse {
          flex-direction: column; } }
  .sec-works .cts-head .left-block {
    width: 50%; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-head .left-block {
        width: 100%; } }
  .sec-works .cts-head .right-block {
    width: 46%; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-head .right-block {
        width: 100%; } }
.sec-works .cts-body {
  position: relative; }
  .sec-works .cts-body .flex-block {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-body .flex-block {
        flex-direction: column; } }
    .sec-works .cts-body .flex-block.reverse {
      flex-direction: row-reverse; }
      @media screen and (max-width: 960px) {
        .sec-works .cts-body .flex-block.reverse {
          flex-direction: column; } }
  .sec-works .cts-body .left-block {
    width: 70%; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-body .left-block {
        width: 100%; } }
  .sec-works .cts-body .right-block {
    width: 26%; }
    @media screen and (max-width: 960px) {
      .sec-works .cts-body .right-block {
        width: 100%; } }
.sec-works .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
@media screen and (min-width: 961px) {
  .sec-works .cts-list-block {
    max-width: 60%;
    margin-inline: auto 0; } }
.sec-works .item-ttl-block {
  line-height: 1.75; }
.sec-works .works-list .works-item a {
  position: relative; }
  @media (hover: hover) {
    .sec-works .works-list .works-item a:hover:hover .item-more-wrap {
      opacity: 1;
      scale: 1.0; }
    .sec-works .works-list .works-item a:hover:hover .item-img img {
      transform: scale(1.1, 1.1); } }
.sec-works .works-list .works-item .item-more-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease-in-out;
  scale: 1.1; }
  .sec-works .works-list .works-item .item-more-wrap .item-more {
    font-size: 1.6rem;
    border-radius: 500px;
    border: 2px solid #fff;
    padding: 0px 2rem;
    font-weight: bold;
    color: #fff; }
.sec-works .works-list .works-item .item-img {
  font-size: 0;
  overflow: hidden; }
  .sec-works .works-list .works-item .item-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5005861665;
    transition: all 1s ease; }
.sec-works .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%; }
.sec-works .slick-current {
  opacity: 1 !important; }
.sec-works .slick-prev {
  display: none !important; }
.sec-works .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  width: clamp(53px, 12vw, 103px);
  height: clamp(53px, 12vw, 103px);
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none;
  right: -8%; }
  @media screen and (max-width: 960px) {
    .sec-works .slick-next {
      top: 20%;
      top: calc(calc(96vw / 1280*853) / 2);
      transform: translate(0, -75%); } }
@media (hover: hover) {
  .sec-works .slick-next:hover:hover {
    opacity: 0.6; } }
.sec-works .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }
.sec-works .slick-next:before {
  background-image: url(../img/common/arrow_r_hexagon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

/*==========================================
　PLAN
===========================================*/
.sec-plan {
  position: relative; }
  @media screen and (min-width: 961px) {
    .sec-plan {
      min-height: 66vw;
      padding-block: 10vw; } }
  .sec-plan .cts_block_wrap {
    display: flex;
    flex-direction: column;
    margin-inline: auto; }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_block_wrap {
        max-width: 561px;
        text-align: center; } }
    @media screen and (max-width: 960px) {
      .sec-plan .cts_block_wrap {
        padding-bottom: 0; } }
  .sec-plan .cts_block01 {
    position: relative;
    z-index: 5; }
  .sec-plan .cts_ttl {
    text-align: center;
    font-size: clamp(2.8rem, 2.6042vw, 5rem);
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.2em; }
  .sec-plan .cts_ttl_wrap {
    display: flex;
    flex-direction: column; }
  .sec-plan .cts_ttl_sm {
    font-size: clamp(1.6rem, 1.09375vw, 2.1rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .sec-plan .cts_ttl_sm {
        font-size: clamp(1.6rem, 1.09375vw, 2.1rem);
        margin-bottom: 0.3em; } }
  .sec-plan .cts_ttl_md {
    font-size: clamp(2rem, 1.875vw, 3.6rem);
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 960px) {
      .sec-plan .cts_ttl_md {
        font-size: clamp(1rem, 5.5vw, 3.6rem); } }
  .sec-plan .cts_txt {
    line-height: 1.75;
    margin-inline: auto; }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_txt {
        max-width: 535px; } }
  .sec-plan .cts_list {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .sec-plan .cts_list {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 60px; } }
  .sec-plan .cts_list_item {
    transition: 0.3s ease-in-out;
    display: inline-block;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
          /*&:nth-of-type(3){
            @include min-width(mdL) {
            width: 26vw;
              &.show{
            position: absolute;
            left: auto;
            right: 10%;
            bottom: 14%;
            top: auto;
            z-index: 2;
                -webkit-transform: translate(0%,0%);
                transform: translate(0%, 0%);
              }
            }
			  @include min-width(lg) {
				  right: 15%;
			  }
          }*/ }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_list_item {
        position: absolute;
        width: 26vw;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: 0;
        transition-behavior: normal;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-property: all; } }
    @media screen and (max-width: 960px) {
      .sec-plan .cts_list_item {
        width: calc(98% / 2); }
        .sec-plan .cts_list_item:not(:nth-of-type(2n + 1)) {
          margin-left: 2%; }
        .sec-plan .cts_list_item:nth-of-type(n + 3) {
          margin-top: 2%; } }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_list_item:nth-of-type(1) {
        width: 26vw; }
        .sec-plan .cts_list_item:nth-of-type(1).show {
          position: absolute;
          left: 4%;
          top: 6vw;
          z-index: 4;
          width: 26vw;
          -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%); } }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_list_item:nth-of-type(2) {
        width: 26vw; }
        .sec-plan .cts_list_item:nth-of-type(2).show {
          position: absolute;
          right: 4%;
          top: 12vw;
          left: auto;
          z-index: 3;
          -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%); } }
    @media screen and (min-width: 961px) {
      .sec-plan .cts_list_item:nth-of-type(3) {
        width: 26vw; }
        .sec-plan .cts_list_item:nth-of-type(3).show {
          position: absolute;
          left: 10vw;
          bottom: 15%;
          top: auto;
          z-index: 1;
          -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%); } }
    @media screen and (min-width: 1201px) {
      .sec-plan .cts_list_item:nth-of-type(3) {
        left: 13vw;
        bottom: 22%; } }

/*==========================================
　event
===========================================*/
.sec-event .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 375px) {
    .sec-event .event-list .event-item {
      width: 100%; }
      .sec-event .event-list .event-item:not(:first-of-type) {
        margin-top: 30px; } }
  @media screen and (min-width: 376px) {
    .sec-event .event-list .event-item {
      width: calc(96% / 2); }
      .sec-event .event-list .event-item:not(:nth-of-type(2n + 1)) {
        margin-left: 4%; } }
  .sec-event .event-list .event-item a {
    position: relative; }
    @media (hover: hover) {
      .sec-event .event-list .event-item a:hover:hover .item-more-wrap {
        opacity: 1;
        scale: 1.0; }
      .sec-event .event-list .event-item a:hover:hover .item-img img {
        transform: scale(1.1, 1.1); } }
  .sec-event .event-list .event-item .item-more-wrap {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s ease-in-out;
    scale: 1.1; }
    .sec-event .event-list .event-item .item-more-wrap .item-more {
      font-size: 1.6rem;
      border-radius: 500px;
      border: 2px solid #fff;
      padding: 0px 2rem;
      font-weight: bold;
      color: #fff; }
  .sec-event .event-list .event-item .item-img {
    font-size: 0;
    overflow: hidden;
    position: relative; }
    .sec-event .event-list .event-item .item-img img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 0.7479224377;
      transition: all 1s ease; }

/*==========================================
　img
===========================================*/
.sec-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  aspect-ratio: 1920/1215; }
  @media screen and (max-width: 960px) {
    .sec-img {
      aspect-ratio: 1/1; } }
  .sec-img.img01 {
    background-image: url(../img/index/sec-img01.jpg) !important; }
  .sec-img.img02 {
    background-image: url(../img/index/sec-img02.jpg) !important; }
  .sec-img.img03 {
    background-image: url(../img/index/sec-img03.jpg) !important; }
  .sec-img.img04 {
    background-image: url(../img/index/sec-img04.jpg) !important; }

@media screen and (min-width: 1201px) {
  .parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; } }

/*==========================================
　NEWS
===========================================*/
.sec-news .sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 40px 2% 20px; }
  @media screen and (max-width: 960px) {
    .sec-news .sec-head {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 0px;
      padding: 40px 2% 0px; } }
.sec-news .cts-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
.sec-news .cts-ttl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .sec-news .cts-ttl {
      align-items: center;
      flex-direction: column; } }
.sec-news .cts-ttl-en {
  font-size: clamp(2rem, 7.8125vw, 15rem);
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1;
  color: #000; }
  @media screen and (max-width: 960px) {
    .sec-news .cts-ttl-en {
      font-size: clamp(2rem, 4.1666666667vw, 4rem); } }
  @media screen and (max-width: 576px) {
    .sec-news .cts-ttl-en {
      font-size: clamp(2rem, 6.9444444444vw, 4rem); } }
.sec-news .cts-ttl-ja {
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  letter-spacing: 0.1em;
  font-weight: 700; }
.sec-news .cts-txt {
  position: relative;
  padding-top: clamp(40px, 5vw, 80px);
  padding-left: clamp(50px, 6vw, 120px);
  width: 100%; }
.sec-news .news-list {
  display: flex;
  flex-wrap: wrap; }
  .sec-news .news-list .news-item {
    width: calc(100% / 1);
    border-bottom: 1px solid #000; }
    .sec-news .news-list .news-item a {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      padding: 20px 0% 20px; }
      @media (hover: hover) {
        .sec-news .news-list .news-item a:hover:hover {
          background: #123646; }
          .sec-news .news-list .news-item a:hover:hover .item-img img {
            transform: scale(1.1, 1.1); } }
      @media (hover: hover) {
        .sec-news .news-list .news-item a:hover .arw {
          background: #000000; }
          .sec-news .news-list .news-item a:hover .arw::before {
            border-color: #fff; } }
    .sec-news .news-list .news-item .item-head {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 220px;
      width: 100%;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .sec-news .news-list .news-item .item-head {
          justify-content: flex-start; } }
      @media screen and (max-width: 768px) {
        .sec-news .news-list .news-item .item-head {
          max-width: 100%;
          width: 100%; } }
      @media screen and (max-width: 576px) {
        .sec-news .news-list .news-item .item-head {
          justify-content: flex-start;
          align-items: flex-start; } }
      @media screen and (max-width: 375px) {
        .sec-news .news-list .news-item .item-head {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
    .sec-news .news-list .news-item .item-body {
      position: relative;
      max-width: 100%;
      width: 100%;
      padding-left: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        .sec-news .news-list .news-item .item-body {
          padding-left: 0;
          align-items: baseline; } }
    .sec-news .news-list .news-item .new-area {
      display: none; }
      .sec-news .news-list .news-item .new-area.new {
        display: inline-block;
        border-radius: 20px;
        border: 1px solid #ff0000;
        font-size: 1.4rem;
        line-height: 1;
        color: #ff0000;
        padding: 0.4em 0.4em 0.3em;
        position: relative;
        left: 0; }
        @media screen and (max-width: 960px) {
          .sec-news .news-list .news-item .new-area.new {
            padding: 0.1em 0.4em 0.3em; } }
    .sec-news .news-list .news-item .item-date {
      font-size: clamp(1.4rem, 1.4vw, 1.5rem);
      letter-spacing: 0.1em;
      font-weight: 600;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        .sec-news .news-list .news-item .item-date {
          width: auto;
          margin-right: 15px;
          font-size: max(1.4rem, 1.4vw); } }
      @media screen and (max-width: 375px) {
        .sec-news .news-list .news-item .item-date {
          margin-bottom: 10px; } }
    .sec-news .news-list .news-item .item-cate {
      font-size: clamp(1.4rem, 1.4vw, 1.5rem);
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0em 0.6em;
      letter-spacing: 0.1em;
      white-space: nowrap;
      background: #000;
      color: #fff;
      border-radius: 500px;
      margin-right: 1em; }
      @media screen and (max-width: 960px) {
        .sec-news .news-list .news-item .item-cate {
          padding: 0em 1.5em; } }
    .sec-news .news-list .news-item .item-ttl {
      padding-right: 30px;
      font-size: clamp(1.4rem, 1vw, 1.6rem);
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 1200px) {
        .sec-news .news-list .news-item .item-ttl {
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .sec-news .news-list .news-item .item-ttl {
          padding-right: 0px; } }
    .sec-news .news-list .news-item .item-add {
      color: #123646;
      letter-spacing: 0.1em; }
    @media screen and (max-width: 1200px) {
      .sec-news .news-list .news-item .item-foot {
        margin-top: 10px;
        width: 100%; } }
    .sec-news .news-list .news-item .item-foot .arw {
      min-width: 30px;
      width: 30px;
      height: 30px;
      border: 1px solid #000;
      border-radius: 50%;
      position: relative;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1200px) {
        .sec-news .news-list .news-item .item-foot .arw {
          margin: 0 0 0 auto; } }
      .sec-news .news-list .news-item .item-foot .arw::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        left: calc(50% - 6px);
        top: calc(50% - 4px);
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(-45deg);
        transition: 0.3s ease-in-out; }
.sec-news .btn-more-block {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .sec-news .btn-more-block {
      margin-top: 40px; } }
  @media screen and (max-width: 960px) {
    .sec-news .btn-more-block .c-btn-round {
      position: relative;
      width: auto;
      text-align: center; } }

/*==========================================
　sp_slider
===========================================*/
@media screen and (min-width: 961px) {
  .slider_unique-stylish.unique-stylish-list {
    margin-right: -1rem !important;
    margin-left: -1rem !important; } }
@media screen and (min-width: 961px) {
  .slider_unique-stylish .slick-slide {
    margin-right: 1rem !important;
    margin-left: 1rem !important; } }
@media screen and (max-width: 960px) {
  .slider_unique-stylish .slick-slide {
    margin-right: 3vw !important;
    margin-left: 3vw !important; } }
.slider_unique-stylish .slick-prev,
.slider_unique-stylish .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(calc(74vw / 1*1) / 2);
  top: calc(calc(100vw / 3*1) / 2);
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
  @media screen and (max-width: 960px) {
    .slider_unique-stylish .slick-prev,
    .slider_unique-stylish .slick-next {
      top: calc(calc(74vw / 1*1) / 2);
      transform: translate(0, -50%); } }
.slider_unique-stylish .slick-prev {
  left: calc(7% - 4px); }
  @media screen and (max-width: 960px) {
    .slider_unique-stylish .slick-prev {
      left: calc(7% - 4px); } }
.slider_unique-stylish .slick-next {
  right: calc(7% - 4px); }
  @media screen and (max-width: 960px) {
    .slider_unique-stylish .slick-next {
      right: calc(7% - 4px); } }
.slider_unique-stylish .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.slider_unique-stylish .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.slider_unique-stylish .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

@media screen and (min-width: 376px) {
  .sp_slider_event.event-list .event-item:nth-of-type(n + 3) {
    margin-top: 0%; } }
.sp_slider_event .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important; }
.sp_slider_event .slick-prev,
.sp_slider_event .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(calc(74vw / 1*1) / 2);
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
  @media screen and (max-width: 960px) {
    .sp_slider_event .slick-prev,
    .sp_slider_event .slick-next {
      top: calc(calc(74vw / 1*1) / 2);
      transform: translate(0, -50%); } }
@media screen and (max-width: 960px) {
  .sp_slider_event .slick-prev {
    left: calc(7% - 4px); } }
@media screen and (max-width: 960px) {
  .sp_slider_event .slick-next {
    right: calc(7% - 4px); } }
.sp_slider_event .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.sp_slider_event .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.sp_slider_event .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

@media screen and (min-width: 376px) {
  .sp_slider_lineup.lineup-list .lineup-item:nth-of-type(n + 3) {
    margin-top: 0%; } }
.sp_slider_lineup .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important; }
.sp_slider_lineup .slick-prev,
.sp_slider_lineup .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  top: 37vw;
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
@media screen and (max-width: 960px) {
  .sp_slider_lineup .slick-prev {
    left: calc(7% - 4px); } }
@media screen and (max-width: 960px) {
  .sp_slider_lineup .slick-next {
    right: calc(7% - 4px); } }
.sp_slider_lineup .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.sp_slider_lineup .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.sp_slider_lineup .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

@media screen and (min-width: 376px) {
  .sp_slider_magazine.magazine-list .lineup-item:nth-of-type(n + 3) {
    margin-top: 0%; } }
.sp_slider_magazine .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important; }
.sp_slider_magazine .slick-prev,
.sp_slider_magazine .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none; }
@media screen and (max-width: 960px) {
  .sp_slider_magazine .slick-prev {
    left: calc(7% - 4px); } }
@media screen and (max-width: 960px) {
  .sp_slider_magazine .slick-next {
    right: calc(7% - 4px); } }
.sp_slider_magazine .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.sp_slider_magazine .slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
.sp_slider_magazine .slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }

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