@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 TOP
===========================================*/
.pagetop {
  position: fixed !important;
  z-index: 8;
  right: 10px;
  bottom: 10px;
  bottom: 10px !important; }

.sp_wrapW_over {
  margin-inline: -4%; }

/*==========================================
 共通
===========================================*/
.cts-ttl {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  width: auto; }

.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-lead {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 2.166667vw, 2rem); }
  @media screen and (max-width: 960px) {
    .cts-lead {
      letter-spacing: 0.1em;
      font-size: clamp(1rem, 5.166667vw, 2rem); } }

.cts-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) {
    .cts-txt {
      letter-spacing: 0em;
      font-size: clamp(1.6rem, 1.6666666667vw, 1.6rem);
      line-height: clamp(3rem, 3.75vw, 3.6rem);
      padding-inline: 4%; } }

.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; }

.item-img {
  overflow: hidden; }

/*==========================================
　main
===========================================*/
.sec-main .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-main .flex-block {
      flex-direction: column; } }
  .sec-main .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-main .flex-block.reverse {
        flex-direction: column; } }
.sec-main .left-block {
  width: 30%; }
  @media screen and (max-width: 960px) {
    .sec-main .left-block {
      width: 100%;
      padding-left: 10%; } }
.sec-main .right-block {
  width: 60%; }
  @media screen and (max-width: 960px) {
    .sec-main .right-block {
      width: 100%;
      display: flex;
      flex-direction: column; } }
.sec-main .cts-body {
  position: relative; }
@media screen and (max-width: 960px) {
  .sec-main .cts-txt {
    padding: 10% 4% 0; } }
@media screen and (min-width: 961px) {
  .sec-main .cts-ttl-ja {
    line-height: 2; } }
@media screen and (max-width: 960px) {
  .sec-main .cts-ttl-ja {
    padding: 4% 0%; } }
@media screen and (max-width: 960px) {
  .sec-main .cts-ttl-en {
    max-width: 60%; } }
.sec-main .grid-container {
  width: 100%;
  margin-inline: auto;
  display: grid;
  column-gap: 0px;
  row-gap: 0px;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(7, 1fr);
  max-height: 1110px;
  max-width: 1300px; }
  .sec-main .grid-container.show .inview_fi {
    opacity: 1; }
  .sec-main .grid-container .inview_fi {
    opacity: 0;
    transition: 2s; }
    @media screen and (max-width: 960px) {
      .sec-main .grid-container .inview_fi {
        transition: 1s; } }
  .sec-main .grid-container .grid-item {
    padding: 0;
    text-align: center;
    align-items: center; }
    .sec-main .grid-container .grid-item .item-img {
      height: 100%; }
    .sec-main .grid-container .grid-item img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .sec-main .grid-container .grid-item.item01 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 1 / span 4;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 1 / span 2; }
      .sec-main .grid-container .grid-item.item01 .inview_fi {
        transition-delay: 0.4s; }
    .sec-main .grid-container .grid-item.item02 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 5 / span 8;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 1 / span 2; }
      .sec-main .grid-container .grid-item.item02 .inview_fi {
        transition-delay: 0.6s; }
    .sec-main .grid-container .grid-item.item03 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 9 / span 13;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 1 / span 2; }
      .sec-main .grid-container .grid-item.item03 .inview_fi {
        transition-delay: 0.8s; }
    .sec-main .grid-container .grid-item.item04 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 14 / span 18;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 1 / span 2; }
      .sec-main .grid-container .grid-item.item04 .inview_fi {
        transition-delay: 1s; }
    .sec-main .grid-container .grid-item.item05 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 1 / span 9;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 3 / span 3; }
      .sec-main .grid-container .grid-item.item05 .inview_fi {
        transition-delay: 1.2s; }
    .sec-main .grid-container .grid-item.item06 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 10 / span 16;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 3 / span 2; }
      .sec-main .grid-container .grid-item.item06 .inview_fi {
        transition-delay: 1s; }
    .sec-main .grid-container .grid-item.item07 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 10 / span 16;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 5 / span 2; }
      .sec-main .grid-container .grid-item.item07 .inview_fi {
        transition-delay: 0.4s; }
    .sec-main .grid-container .grid-item.item08 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 1 / span 7;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 6 / span 2; }
      .sec-main .grid-container .grid-item.item08 .inview_fi {
        transition-delay: 0.6s; }
    .sec-main .grid-container .grid-item.item09 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 8 / span 2;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 6 / span 1; }
      .sec-main .grid-container .grid-item.item09 .inview_fi {
        transition-delay: 0.8s; }
    .sec-main .grid-container .grid-item.item10 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 8 / span 1;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 7 / span 1; }
      .sec-main .grid-container .grid-item.item10 .inview_fi {
        transition-delay: 1s; }
    .sec-main .grid-container .grid-item.item11 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 9 / span 4;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 7 / span 1; }
      .sec-main .grid-container .grid-item.item11 .inview_fi {
        transition-delay: 0.8s; }
    .sec-main .grid-container .grid-item.item12 {
      /* Grid Column の Grid Line 3~4 列目の範囲  */
      /* Grid Row の Grid Line 1~3 行目の範囲 */
      /* ライン番号3から始めて、1つ先のラインまで伸ばす */
      grid-column: 13 / span 4;
      /* ライン番号1から始めて、2つ先のラインまで伸ばす */
      grid-row: 7 / span 1; }
      .sec-main .grid-container .grid-item.item12 .inview_fi {
        transition-delay: 0.6s; }

/*==========================================
　loopList
===========================================*/
.sec-loopList .loopList-list {
  position: relative; }
  @media screen and (min-width: 961px) {
    .sec-loopList .loopList-list {
      max-width: 100%;
      /* / インナー幅から片側をはみ出させる */ } }
  @media screen and (max-width: 960px) {
    .sec-loopList .loopList-list {
      max-width: 100%;
      margin-inline: auto; } }
  .sec-loopList .loopList-list .loopList-item {
    width: 100%; }
    @media screen and (min-width: 961px) {
      .sec-loopList .loopList-list .loopList-item {
        max-width: 100%; } }
    .sec-loopList .loopList-list .loopList-item a {
      position: relative; }
      @media (hover: hover) {
        .sec-loopList .loopList-list .loopList-item a:hover:hover .item-img img {
          transform: scale(1.1, 1.1); } }
.sec-loopList .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 4% 0 0px;
  width: 100%;
  position: relative; }
.sec-loopList .slick-track {
  display: flex; }
.sec-loopList .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important; }
.sec-loopList .slick-prev,
.sec-loopList .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-loopList .slick-prev,
    .sec-loopList .slick-next {
      position: relative; } }
  @media screen and (max-width: 960px) {
    .sec-loopList .slick-prev,
    .sec-loopList .slick-next {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 22vw;
      transform: translate(0, 0%); } }
.sec-loopList .slick-prev {
  left: -10px; }
  @media screen and (max-width: 960px) {
    .sec-loopList .slick-prev {
      left: calc(7% - 8px); } }
.sec-loopList .slick-next {
  right: -10px; }
  @media screen and (max-width: 960px) {
    .sec-loopList .slick-next {
      right: calc(7% - 8px); } }

/*==========================================
　connection
===========================================*/
.sec-connection .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 960px) {
    .sec-connection .flex-block {
      flex-direction: column; } }
  .sec-connection .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-connection .flex-block.reverse {
        flex-direction: column; } }
.sec-connection .left-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-connection .left-block {
      width: 100%; } }
.sec-connection .right-block {
  width: 46%;
  position: relative; }
  @media screen and (max-width: 960px) {
    .sec-connection .right-block {
      width: 100%; } }
  .sec-connection .right-block::after {
    content: "";
    width: 130%;
    display: inline-block;
    height: 120%;
    position: absolute;
    z-index: -1;
    top: -5%;
    right: -10%;
    transform: translate(0%, 0);
    background: #EBE7DC; }
.sec-connection .cts-body {
  position: relative; }
.sec-connection .img-block03 {
  display: flex; }
  @media screen and (min-width: 961px) {
    .sec-connection .img-block03 {
      max-width: 80%;
      margin-inline: auto 0; } }
.sec-connection .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-connection .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-connection .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-connection .cts-list-block {
      margin-inline: auto; } }
.sec-connection .unique-list .unique-list-item {
  background: #123646;
  color: #fff;
  padding: 0.25em 1em; }
  .sec-connection .unique-list .unique-list-item:not(:first-of-type) {
    margin-top: 1em; }

/*==========================================
　beautility
===========================================*/
.sec-beautility .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-beautility .flex-block {
      flex-direction: column; } }
  .sec-beautility .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-beautility .flex-block.reverse {
        flex-direction: column; } }
.sec-beautility .left-block {
  width: 60%; }
  @media screen and (max-width: 960px) {
    .sec-beautility .left-block {
      width: 100%; } }
.sec-beautility .right-block {
  width: 36%; }
  @media screen and (max-width: 960px) {
    .sec-beautility .right-block {
      width: 100%; } }
.sec-beautility .cts-body {
  position: relative; }
.sec-beautility .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-beautility .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-beautility .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-beautility .cts-list-block {
      margin-inline: auto; } }
.sec-beautility .unique-list .unique-list-item {
  background: #123646;
  color: #fff;
  padding: 0.25em 1em; }
  .sec-beautility .unique-list .unique-list-item:not(:first-of-type) {
    margin-top: 1em; }

/*==========================================
　fashion
===========================================*/
@media screen and (max-width: 960px) {
  .sec-fashion {
    padding-top: 0; } }
.sec-fashion .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-fashion .flex-block {
      flex-direction: column; } }
  .sec-fashion .flex-block.reverse {
    flex-direction: row-reverse; }
@media screen and (min-width: 961px) {
  .sec-fashion .left-block {
    width: 40%;
    padding-top: 5%; } }
@media screen and (max-width: 960px) {
  .sec-fashion .left-block {
    width: 40%; } }
@media screen and (min-width: 961px) {
  .sec-fashion .right-block {
    width: 56%; } }
@media screen and (max-width: 960px) {
  .sec-fashion .right-block {
    width: 50%; } }
.sec-fashion .cts-body {
  position: relative; }
@media screen and (min-width: 961px) {
  .sec-fashion .img-block01 {
    margin-bottom: 10%;
    max-width: 80%;
    margin-inline: 0; } }
@media screen and (min-width: 961px) {
  .sec-fashion .img-block02 {
    max-width: 70%;
    margin-inline: auto 0; } }
@media screen and (min-width: 961px) {
  .sec-fashion .img-block03 {
    margin-bottom: 10%; } }
@media screen and (max-width: 960px) {
  .sec-fashion .img-block03 {
    margin-top: 60px;
    padding-bottom: 30px; } }
.sec-fashion .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-fashion .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-fashion .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-fashion .cts-list-block {
      margin-inline: auto; } }
.sec-fashion .cts-ttl-block {
  max-width: 80%;
  margin-inline: auto; }
.sec-fashion .cts-txt {
  max-width: 96%;
  margin-inline: 0 auto; }
  @media screen and (max-width: 960px) {
    .sec-fashion .cts-txt {
      margin-inline: auto; } }

/*==========================================
　hobby
===========================================*/
.sec-hobby .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-hobby .flex-block {
      flex-direction: column; } }
  .sec-hobby .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-hobby .flex-block.reverse {
        flex-direction: column; } }
.sec-hobby .left-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-hobby .left-block {
      width: 100%;
      display: flex; }
      .sec-hobby .left-block .item-img {
        width: 50%; } }
.sec-hobby .right-block {
  width: 46%; }
  @media screen and (max-width: 960px) {
    .sec-hobby .right-block {
      width: 100%; } }
.sec-hobby .cts-body {
  position: relative; }
@media screen and (max-width: 960px) {
  .sec-hobby .cts-ttl-block {
    width: 60%;
    padding-inline: 4%; } }
.sec-hobby .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-hobby .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-hobby .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-hobby .cts-list-block {
      margin-inline: auto; } }
.sec-hobby .hobby-list {
  display: flex; }
  @media screen and (min-width: 961px) {
    .sec-hobby .hobby-list .hobby-list-item {
      width: calc(100% / 3); } }
  @media screen and (max-width: 960px) {
    .sec-hobby .hobby-list .hobby-list-item {
      width: calc(100% / 1); } }
  .sec-hobby .hobby-list .hobby-list-item img {
    width: 100%; }

/*==========================================
　green
===========================================*/
.sec-green .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-green .flex-block {
      flex-direction: column; } }
  .sec-green .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-green .flex-block.reverse {
        flex-direction: column; } }
.sec-green .left-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-green .left-block {
      width: 100%; } }
.sec-green .right-block {
  width: 46%;
  position: relative; }
  @media screen and (max-width: 960px) {
    .sec-green .right-block {
      width: 100%; } }
  .sec-green .right-block::after {
    content: "";
    width: 130%;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 35%;
    right: -10%;
    transform: translate(0%, 0);
    background: #123646; }
    @media screen and (max-width: 960px) {
      .sec-green .right-block::after {
        height: 65%; } }
.sec-green .cts-body {
  position: relative; }
.sec-green .cts-txt {
  color: #fff; }
.sec-green .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-green .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-green .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-green .cts-list-block {
      margin-inline: auto; } }
.sec-green .green-list {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 961px) {
    .sec-green .green-list .green-list-item {
      width: calc(96% / 3); }
      .sec-green .green-list .green-list-item:not(:nth-of-type(3n + 1)) {
        margin-left: 4%; } }
  @media screen and (max-width: 960px) {
    .sec-green .green-list .green-list-item {
      width: calc(100% / 1); } }
  @media screen and (min-width: 961px) {
    .sec-green .green-list .green-list-item:first-of-type {
      max-width: 21.8%; } }

/*==========================================
　flexible
===========================================*/
.sec-flexible .flex-block {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-flexible .flex-block {
      flex-direction: column; } }
  .sec-flexible .flex-block.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .sec-flexible .flex-block.reverse {
        flex-direction: column; } }
.sec-flexible .left-block {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .sec-flexible .left-block {
      width: 100%; } }
.sec-flexible .right-block {
  width: 46%; }
  @media screen and (max-width: 960px) {
    .sec-flexible .right-block {
      width: 100%; } }
.sec-flexible .cts-body {
  position: relative; }
.sec-flexible .cts-ttl-svg {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%; }
.sec-flexible .cts-list-block {
  max-width: 340px; }
  @media screen and (min-width: 961px) {
    .sec-flexible .cts-list-block {
      margin-inline: auto 0; } }
  @media screen and (max-width: 960px) {
    .sec-flexible .cts-list-block {
      margin-inline: auto; } }
.sec-flexible .unique-list .unique-list-item {
  background: #123646;
  color: #fff;
  padding: 0.25em 1em; }
  .sec-flexible .unique-list .unique-list-item:not(:first-of-type) {
    margin-top: 1em; }

/*==========================================
　unique-stylish
===========================================*/
.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: 50%; }
  @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; } }

/*==========================================
　img
===========================================*/
.sec-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  aspect-ratio: 1920/1215; }
  .sec-img.img01 {
    background-image: url(../img/unique-stylish/sec-img01.jpg) !important; }
  .sec-img.img02 {
    background-image: url(../img/unique-stylish/sec-img02.jpg) !important; }
    @media screen and (max-width: 960px) {
      .sec-img.img02 {
        aspect-ratio: 480 / 880; } }

@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=unique-stylish_new.css.map */
