@charset 'utf-8';

/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.5;
  color: #111;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

main {
  min-height: 50vh;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: inherit;
}

p,h1,h2,h3,h4,h5,h6 {
  transform: rotate(0.03deg);
}

p > a {
  color: #1b7fcc;
}

p > a:hover {
  color: #1e5199;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/*============= 【layout】 ==============*/
.l-img-link {
  display: block;
}

.l-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-align-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-align-center {
  -ms-flex-align: center;
  align-items: center;
}

.l-justify-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.l-horizontal-scrolling {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 16px;
}

/*============= 【component】 ==============*/
.c-card {
  position: relative;
  width:100%;
  padding-top: 56.25%; /*16:9*/
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0 0 1px #ccc);
  transform: translateZ(0);
}

.c-card img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  aspect-ratio: 16 /9!important;
  background-color: #fff;
}

.c-article__box-heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-feature-settings: "palt";
}

.archive__list .c-article__box-heading h3 {
  font-size: 14px;
}

.archive__list .c-article__box-img {
  margin-bottom: 8px;
}

.c-article__box-cate li {
  margin-bottom: .4em;
}

.c-article__box-cate li a {
  margin-right: .8em;
  padding: .4em .8em;
  border-radius: 4px;
  color: #fff;
  background-color: #b20000;
}

.c-article__box-cate li[data-content='NEWS'],
.c-article__box-cate li[data-content='EVENT'] {
  display: none;
}

.c-article__box-cate li[data-content='SALE'] a,
.c-article__box-cate li[data-content='LIVES'] a {
  background-color: #e60012;
}

.c-article__box-cate li[data-content='CAMPAIGN'] a,
.c-article__box-cate li[data-content='ART WALL'] a {
  background-color: #e3812f;
}

.c-article__box-cate li[data-content='LIVE STREAMING'] a {
  background-color: #5977b4;
}

.c-article__box-cate li[data-content='PRODUCT'] a,
.c-article__box-cate li[data-content='EXHIBITION'] a {
  background-color: #004190;
}

.c-article__hero {
  margin-bottom: 16px;
  padding: 0 16px;
  width: 100%;
}

.c-article__hero .c-article__box-img {
  margin-bottom: 8px;
}

.c-article__hero .c-article__box-cate {
  padding: .4em 0;
}

.c-article__hero .c-article__box-cate li a {
  font-size: .7em;
  
}

.c-article__sub {
  width: 100%;
  margin-bottom: 24px;
}

.c-article__sub .c-article__box {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 16px;
}

.c-article__sub .c-article__box-img {
  margin-bottom: 8px;
}

.c-article__sub .c-article__box-heading {
  margin-bottom: 4px;
}

.c-article__sub .c-article__box-heading h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.c-article__box-date {
  text-align: right;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

.c-article__sub .c-article__box-cate li a {
  font-size: .6em;
}

.c-round__btn {
  text-align: center;
  margin-top: 16px;
}

.c-round__btn a {
  display: inline-block;
  width: calc(100% - 32px);
  width: 90%;
  max-width: 320px;
  padding: 12px 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #eee;
  background-color: #000;
  border-radius: 40px;
  filter: drop-shadow(0 8px 28px rgb(0 0 0 / 8%));
}

.c-round__btn a:after {
  content: "";
  display: block;
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%,-5%);
  background-image:url(../img/parts/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}


.c-page-header {
  margin-right: auto;
  margin-left: auto;
  padding: 32px 16px;
}

.c-page-header h1 {
  padding-bottom: 4px;
  font-family: futura-pt, 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #b20000;
}

.c-page-content {
  margin: 0 auto;
  padding: 0 16px;
}

.c-page-content > * {
  margin-bottom: 2em;
}

.c-page-content p {
  line-height: 1.8;
}

.c-page-content h2 {
  margin: .8em 0 .4em;
  font-size: 1.4em;
  font-weight: 900;
}

.c-page-content h2:not(:first-child),
.c-page-content h3:not(:first-child),
.c-page-content h4:not(:first-child),
.c-page-content h5:not(:first-child),
.c-page-content h6:not(:first-child) {
  margin: 2em 0 1em;
}

.c-page-content h4,
.c-page-content h5,
.c-page-content h6 {
  font-size: 14px;
}

.c-page-content hr {
  margin: 2em 0;
  border-bottom: 1px solid #ccc;
}

.archive .c-article__box-img {
  margin-bottom: 4px;
}

/*============= 【header-info】 ==============*/
.header-info {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #000;
}


/*============= 【global-nav】 ==============*/
.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  background-color: #fff;
  filter: drop-shadow(0 0 2px #ccc);
  transform: translateZ(0);
  z-index: 3;
}

.global-nav + * {
  margin-top: 48px;
}

.global-nav__inner {
  height: 100%;
  padding: 0 16px;
}

.global-nav__inner > div,
.global-nav__inner > div > * {
  height: 100%;
}

.global-nav__logo-icon,
.custom-logo-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
}

.global-nav__sns {
  height: 100%;
  margin-left: auto;
}

.global-nav__sns-icon {
  width: 48px;
}

.global-nav__menu {
  display: none;
}

.global-nav__menu--smt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  z-index: 1;
  outline: 1px solid #eee;
}

.global-nav__menu--smt,
.global-nav__menu-inner--smt,
.global-nav__menu--smt ul {
  height: auto;
}

.global-nav__menu--smt ul {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.global-nav__menu--smt li {
  width: calc(100%/6);
}



/*============= 【sns】 ==============*/
.share-sns__inner {
  padding: 40px 16px;
}

.share-sns__eyebrow {
  margin-bottom: 8px;/* margin-bottom: 4~8px; */
  margin-bottom: calc(4px + ((1vw - 3.2px) * 0.42));
  text-align: center;
  font-size: 12px;/* font-size: 12~20px; */
  font-size: calc(12px + ((1vw - 3.2px) * 0.83));
}

.share-sns__icons {
  justify-content: center;
}

.share-sns__icon {
  width: 40px;
  margin: 4px;
}

/*============= 【global-footer】 ==============*/
.global-footer {
  padding: 32px 16px;
  color: #fff;
  background-color: #000;
}

.global-footer__box {
  width: 100%;
  margin-bottom: 16px;
}

.global-footer__menu h2 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.global-footer__menu li {
  padding: 4px 0;
  font-weight: 300;
  color: #eee;
}

.global-footer__company ul {
  justify-content: center;
}

.global-footer__company li {
  padding: 8px;
}

.global-footer__copyright {
  padding: 4px;
  font: 300 14px 'Roboto';
  text-align: center;
}

/*============= 【media query】 ==============*/
@media (max-width:959px) {
  .global-nav__menu--smt ~ .global-footer {
    margin-bottom: 80px;
  }
}
/* ▲ 〇〇px以下 ▲ */
/* ▼ 〇〇px以上 ▼ */
@media (min-width:640px) {
  .c-article__hero {
    padding: 0 32px;
  }

  .c-page-header {
    padding: 32px;
  }

  .c-page-header h1 {
    font-size: 24px;
    border-bottom-width: 2px;
  }
  
  .c-page-content {
    padding: 0 32px;
  }

  .l-horizontal-scrolling {
    padding: 4px 32px;
  }

  .global-nav__inner {
    padding: 0 32px;
  }

  .global-footer {
    padding: 32px;
  }
}

@media (min-width:960px) {
  /*------- 【Lauout】 -------*/
  .l-horizontal-scrolling {
    flex-wrap: wrap;/* 横スクロール解除 */
    overflow: visible;
  }

  /*------- 【component】 -------*/
  .archive .c-article__box-img {
    margin-bottom: 8px;
  }

  .archive__list .c-article__box-heading h3 {
    font-size: 16px;
  }

  .c-article__box-date {
    font-size: 14px;
  }

  .c-article__hero {
    width: 55%;
  }

  .c-article__sub {
    width: 45%;
    padding: 0 16px 0 0;
  }

  .c-article__sub .c-article__box {
    margin-bottom: 16px;
  }
  
  .c-page-header {
    width: 960px;
    padding: 64px 32px;
  }

  .single .c-page-header,
  .archive .c-page-header {
    width: 100%;
    max-width: 1280px;
  }

  .c-page-header h1 {
    font-size: 32px;
  }

  .c-page-content {
    width: 960px;
  }

  /*------- 【nav】 -------*/
  .global-nav {
    height: 48px;
  }

  .global-nav + * {
    margin-top: 48px;
  }

  .global-nav__logo {
    order: 1;
  }

  .global-nav__logo-icon,
  .custom-logo-link {
    width: 180px;
  }

  .global-nav__sns {
    order: 3;
    margin: 0;
  }

  .global-nav__menu {
    order: 2;
    margin: 0 auto;
  }

  .global-nav__menu li {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .global-nav__menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
  }

  .global-nav__menu--smt {
    display: none;
  }

  .global-nav__menu {
    display: block;
  }

  /*------- 【sns】 -------*/
  .share-sns__icon {
    width: 60px;
    margin: 8px;
  }
  
  /*------- 【footer】 -------*/
  .global-footer {
    padding: 32px;
  }

  .global-footer__menu {
    justify-content: center;
  }

  .global-footer__box {
    flex: 1;
    margin-right: 28px;
    font-size: 15px;
  }

  /*------- 【action】 -------*/
  .c-card:hover img {
    transform: scale(1.05);
  }

  .c-round__btn a:hover {
    color: #fff;
    background-color: #b20000;
  }

  .global-nav__sns-icon:hover {
    transform: scale(1.1);
  }

  .global-nav__menu li:hover {
    background-color: #eee;
  }

  .share-sns__icon:hover {
    transform: scale(1.1);
  }

  .global-footer__box li:hover {
    color: #fff;
  }

  .c-card:hover img,
  .c-round__btn:hover a,
  .global-nav__sns-icon:hover,
  .share-sns__icon:hover,
  .global-footer__box li:hover {
    transition: .3s;
  }

}

@media (min-width:1280px) {
  /*------- 【base】 -------*/
  body {
    font-size: 18px;
  }

  /*------- 【component】 -------*/
  .c-article__hero .c-article__box-heading h3 {
    font-size: 20px;
  }

  .c-article__sub .c-article__box-heading h3 {
    font-size: 14px;
  }

  .c-round__btn {
    margin-top: 40px;
  }

  /*------- 【sns】 -------*/
  .share-sns__eyebrow {
    font-size: 20px;
  }
  
  /*------- 【footer】 -------*/
  .global-footer {
    padding: 64px 32px;
  }

  .global-footer__wrap {
    margin: 0 auto;
  }

  .global-footer__wrap {
    max-width: 960px;
  }

}