@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #f19100;
  color: #fff;
}

::selection {
  background: #f19100;
  color: #fff;
}

/* ---------------
	Font
------------------ */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------
	Link
------------------ */
a {
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #f19100;
}
a:active {
  color: #f19100;
}

@media screen and (min-width: 769px) {
  a img {
    transition: all 0.25s ease-out;
  }
  a:hover img {
    opacity: 0.5;
    filter: grayscale(100%);
  }
}
/* ---------------
	Button
------------------ */
.btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-wrap a.btn {
  display: block;
  min-width: 85px;
  margin: 0 2.5%;
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #000;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.btn-wrap a.btn:hover {
  background: #f19100;
  color: #fff;
  border: 1px solid #f19100;
}
.btn-wrap a.btn-blk {
  background: #000;
  color: #fff;
}
.btn-wrap a.btn-blk:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.btn-wrap a.btn-wht {
  background: #fff;
  color: #000;
}
.btn-wrap a.btn-wht:hover {
  background: #f19100;
  color: #fff;
}

/* ---------------
	Animation
------------------ */
.animation {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.animation.is-show {
  opacity: 1;
}

.dropin {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.dropin.is-show {
  opacity: 1;
}

/* ==========================================================================
  Responsive
  ========================================================================== */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-main, .l-aside, .l-footer, .l-inner {
  position: relative;
}

body:not(.has-site-hero) .l-main {
  padding-top: 58px;
}

/* ==========================================================================
  Header
  ========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 58px;
  background: transparent;
}

.header-inner {
  padding: 8px 8px 8px 58px;
}

.header-logo {
  position: absolute;
  width: 42px;
  height: auto;
  left: 16px;
  top: 8px;
}

.header-logo--home a {
  position: relative;
  display: block;
  width: 42px;
}

.header-logo--home .header-logo__img {
  display: block;
  width: 42px;
  height: auto;
}

.header-logo--home .header-logo__img--light {
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.header-logo--home .header-logo__img--brand {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate3d(0, -12px, 0);
  transition: opacity 0.45s ease-out, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

body.has-site-hero .l-header.l-header--past-kv .header-logo--home .header-logo__img--light {
  opacity: 0;
  visibility: hidden;
}

body.has-site-hero .l-header.l-header--past-kv .header-logo--home .header-logo__img--brand {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.cls-1 {
  fill: #f19100;
}

.cls-2 {
  fill: #fff;
}

/* ---------------
	SNS
------------------ */
/* SNS(small) */
.l-header .sns {
  position: absolute;
  right: 58px;
  top: 8px;
}

.sns {
  overflow: hidden;
}

.sns ul {
  display: table;
  margin: 0 auto 0;
  text-align: center;
}

.sns ul li {
  display: table-cell;
  padding: 0 4px;
}

.sns ul li a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.sns ul li a .icon-fill {
  transition: all 0.25s ease-out;
  fill: #fff;
}

.sns ul li a .icon-frame {
  transition: all 0.5s ease-out;
  fill: #fff;
  transform: scale(0);
  transform-origin: 50% 50% 0;
}

@media screen and (min-width: 769px) {
  .sns ul li a:hover .icon-fill {
    fill: #f19100;
  }
  .sns ul li a:hover .icon-frame {
    fill: #fff;
    transform: scale(1);
  }
}
.l-header .sns ul li a .icon-fill {
  fill: #f19100;
}

body.has-site-hero .l-header:not(.l-header--past-kv) .sns ul li a .icon-fill {
  fill: #fff;
}

@media screen and (min-width: 769px) {
  body.has-site-hero .l-header:not(.l-header--past-kv) .sns ul li a:hover .icon-fill {
    fill: #f19100;
  }
}
body.is-nav-open .l-header .sns ul li a .icon-fill {
  fill: #fff;
}

@media screen and (min-width: 769px) {
  body.is-nav-open .l-header .sns ul li a:hover .icon-fill {
    fill: #f19100;
  }
}
/* ==========================================================================
  Navigation
  ========================================================================== */
/*開閉ボタン*/
.nav-trigger {
  position: fixed;
  z-index: 101;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  z-index: 100;
  border-radius: 4px;
  padding: 8px;
  transition: 0.5s ease-out;
}
.nav-trigger div {
  position: relative;
}
.nav-trigger div span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s ease-out;
}

body:not(.has-site-hero) .nav-trigger:not(.active) div span,
body.has-site-hero.is-past-kv .nav-trigger:not(.active) div span {
  background: #f19100;
}

.nav-trigger.active {
  background: #fff;
}

.nav-trigger span:nth-of-type(1) {
  top: 3px;
}
.nav-trigger span:nth-of-type(2) {
  top: 11px;
  width: 100%;
}
.nav-trigger span:nth-of-type(3) {
  top: 19px;
  width: 100%;
}

.nav-trigger.active span {
  background: #000;
}
.nav-trigger.active span:nth-of-type(1), .nav-trigger.active span:nth-of-type(3) {
  width: 10px;
}
.nav-trigger.active span:nth-of-type(2) {
  width: 100%;
}
.nav-trigger.active span:nth-of-type(1) {
  transform: translate(16px, 4px) rotate(45deg);
}
.nav-trigger.active span:nth-of-type(3) {
  transform: translate(16px, -4px) rotate(-45deg);
}

.nav-wrap h3 {
  color: #fff;
  padding: 10px 10px 0;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.nav-wrap .cat-list {
  position: relative;
  padding-top: 80px;
}
.nav-wrap .cat-list ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-wrap .cat-list ul li {
  width: 50%;
  margin-bottom: 15px;
}
.nav-wrap .cat-list ul li a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px 0 20px;
}
.nav-wrap .cat-list ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 1px;
  top: auto;
  bottom: 2px;
  right: auto;
  left: 10px;
  margin: auto auto 0 0;
  background: #fff;
}
.nav-wrap .tag-list {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .nav-wrap .tag-list {
    padding-bottom: 37px;
    margin-bottom: 30px;
  }
}
.nav-wrap .tag-list .btn-more {
  position: absolute;
  margin: 0;
  left: 10px;
  bottom: 0;
}
.nav-wrap .tag-list .btn-more a {
  display: block;
  position: relative;
  background: transparent;
  padding: 2px 6px 6px;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1;
}
.nav-wrap .tag-list .btn-more a::before {
  content: "MORE TAGS";
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.nav-wrap .tag-list ul {
  position: relative;
  padding: 0 10px;
  max-height: 96px;
  overflow: hidden;
  transition: max-height 0.25s;
}
.nav-wrap .tag-list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.nav-wrap .tag-list ul li a {
  display: block;
  position: relative;
  height: 22px;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  padding: 6px 9px 5px;
  border-radius: 11px;
  background: #eee;
}
.nav-wrap .tag-list ul li a:hover {
  background: #bbb;
}
.nav-wrap .tag-list.is-active .btn-more a::before {
  content: "CLOSE";
}
.nav-wrap .tag-list.is-active ul {
  max-height: 100vh;
}

.nav-wrap {
  position: fixed;
  overflow: hidden;
  right: -100%;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.25s ease-out;
  padding: 96px 0 8px;
  overflow-y: auto;
}

.nav-wrap.active {
  right: 0;
  width: 100%;
  height: 100%;
  background: #f19100;
  background: rgba(241, 145, 0, 0.95);
}
@media screen and (min-width: 769px) {
  .nav-wrap.active {
    width: 25%;
  }
}

.nav-list ul li {
  font-size: 2.4rem;
  color: #fff;
}
.nav-list ul li.design a {
  cursor: default;
}
.nav-list ul a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 10px 30px 0;
  margin-bottom: 20px;
  opacity: 0;
  color: #fff;
  line-height: 0.9;
  transition: 0.5s ease-out;
}
.nav-list ul a span.nav-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
.nav-list ul a span.nav-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transform: scaleX(0);
  transform-origin: top left;
}

.nav-wrap.active .nav-list ul a {
  opacity: 1;
}

/* ----------------
----------------
Pagenation
----------------
---------------- */
.pagenation {
  margin: 5% auto 0;
  width: 100%;
  text-align: center;
}

.pagenation ul {
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.pagenation ul li {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #1a1a1a;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 10px;
}

.pagenation ul li.next,
.pagenation ul li.prev {
  width: 50px !important;
}

.pagenation ul li a {
  color: #1a1a1a;
  display: block;
}

.pagenation ul li a:hover {
  background: #1a1a1a;
  color: #fff;
}

.pagenation ul li.active {
  color: #fff;
  background: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .pagenation {
    margin: 30px auto 60px;
    width: 100%;
    max-width: 720px;
  }
  .pagenation ul li {
    display: block;
    border-radius: 3px;
    width: 36px !important;
    height: 36px !important;
    font-size: 18px;
    line-height: 34px;
    margin: 0 10px;
  }
  .pagenation ul li.next,
.pagenation ul li.prev {
    width: 60px !important;
  }
}
/* ==========================================================================
  Footer
  ========================================================================== */
.l-footer {
  position: relative;
  background: #111;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 40px 0 32px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 32px 20px 24px;
  }
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 32px;
  }
}

.fnav {
  flex: 1;
}
.fnav .fnav-flex {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .fnav .fnav-flex {
    flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.fnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fnav .fnav-first > li,
.fnav .fnav-second > li,
.fnav .fnav-third > li {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.fnav .fnav-first > li:last-child,
.fnav .fnav-second > li:last-child,
.fnav .fnav-third > li:last-child {
  margin-bottom: 0;
}
.fnav .fnav-first > li a,
.fnav .fnav-second > li a,
.fnav .fnav-third > li a {
  color: #fff;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.fnav .fnav-first > li a:hover,
.fnav .fnav-second > li a:hover,
.fnav .fnav-third > li a:hover {
  color: #f19100;
}
.fnav .fnav-second,
.fnav .fnav-third {
  margin-top: 2.6rem;
}
.fnav .sub {
  margin-top: 8px;
}
.fnav .sub li {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.fnav .sub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1rem;
  height: 2px;
  background: #fff;
}
.fnav .sub li:last-child {
  margin-bottom: 0;
}

.footer-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    align-items: center;
    width: 100%;
  }
}
.footer-copy .flogo img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .footer-copy .flogo img {
    width: 100px;
  }
}
.footer-copy p small {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
}

.btn-gotop {
  display: none;
  position: fixed;
  left: -15px;
  bottom: 30px;
  margin: 0;
  padding: 4px;
  transform: rotate(-90deg);
  z-index: 100;
}
.btn-gotop a {
  position: relative;
  display: block;
  width: 68px;
  height: 20px;
}
.btn-gotop a span {
  color: #f19100;
  font-size: 0.9rem;
}
.btn-gotop a::before, .btn-gotop a::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #f19100;
  z-index: 2;
}
.btn-gotop a::before {
  width: 10px;
  right: -1px;
  bottom: 12px;
  transform: rotate(45deg);
}
.btn-gotop a::after {
  width: 70px;
  right: 0;
  bottom: 8px;
}

/* ==========================================================================
  Main
  ========================================================================== */
/* ==================
  common
  ================== */
.none-txt {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  text-align: center;
  padding: 4rem 0;
}

/* ==========================================================================
  TOP PAGE
  ========================================================================== */
/* ==================
  common
  ================== */
.cnts h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .cnts h2 {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}
.cnts .swiper-slide a,
.cnts .works-grid__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.cnts .swiper-slide a article,
.cnts .works-grid__item a article {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cnts .swiper-slide a article .txt,
.cnts .works-grid__item a article .txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  text-align: center;
  display: none;
  border: 0px solid #fff;
  transition: border 0.25s ease-out;
}
.cnts .swiper-slide a article .txt span,
.cnts .works-grid__item a article .txt span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .cnts .swiper-slide a:hover article,
.cnts .works-grid__item a:hover article {
    background: rgb(0, 0, 0);
  }
  .cnts .swiper-slide a:hover article .thumb img,
.cnts .works-grid__item a:hover article .thumb img {
    transform: scale(1.1);
  }
  .cnts .swiper-slide a:hover article .txt,
.cnts .works-grid__item a:hover article .txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cnts .swiper-slide a:hover article .txt span,
.cnts .works-grid__item a:hover article .txt span {
    display: block;
  }
}
/* ==================
  Recent Works
  ================== */
.cnts-recent {
  min-height: 270px;
  padding: 60px 0;
}
.cnts-recent .more-txt {
  text-align: center;
}
.cnts-recent .more-txt span {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cnts-recent .more-txt span .more-txt__arrow {
  display: inline-block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.35em;
  vertical-align: middle;
  top: -0.06em;
  color: inherit;
}
.cnts-recent .more-txt span .more-txt__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: currentColor;
}
.cnts-recent .more-txt span .more-txt__arrow::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 0.42em;
  height: 0.42em;
  margin-top: -0.21em;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .cnts-recent {
    min-height: 270px;
  }
}
.ttl-insta {
  position: relative;
  width: 34%;
  text-align: center;
  font-size: 1.3rem;
  background: #1a1a1a;
  color: #fff;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  padding: 7px 0 0;
}
.ttl-insta a {
  display: block;
  position: relative;
  color: #fff !important;
}
.ttl-insta a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_insta_s_wht.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .ttl-insta {
    width: 20%;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
    padding: 15px 0 7px;
  }
  .ttl-insta a::before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    vertical-align: top;
  }
}
/* ==================
  News-list
  ================== */
.cnts-news {
  background: #fff;
  padding: 15% 0 15%;
}
.cnts-news h2 {
  color: #000;
}
.cnts-news .news-list ul {
  margin-bottom: 30px;
}
.cnts-news .news-list ul::after {
  content: none !important;
}
.cnts-news article {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 2.5% 10px;
  border-bottom: 1px solid #f0f0f0;
}
.cnts-news article .date {
  width: 20%;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1.3rem;
}
.cnts-news article .txt {
  font-size: 1.2rem;
  width: 75%;
  text-align: left;
  color: #000;
}
.cnts-news article h2 {
  color: #000;
}
.cnts-news .btn {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .cnts-news {
    padding: 90px 0;
  }
  .cnts-news .news-list ul {
    width: 60%;
    margin: 0 auto 30px;
  }
  .cnts-news article {
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
  .cnts-news article .date {
    width: 12%;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 1.6rem;
  }
  .cnts-news article .txt {
    font-size: 1.6rem;
    width: 85%;
  }
}
/* ==================
  Music Works / Media Works /MD
  ================== */
.cnts-works.cnts-design {
  padding-top: 60px;
}

.cnts-works {
  background: #ebebeb;
  padding-bottom: 60px;
}
.cnts-works .l-inner {
  position: relative;
  padding: 0;
}
.cnts-works .sec-wrap {
  position: relative;
}
.cnts-works .cnts-txt {
  padding: 15% 0 15%;
  background: #1a1a1a;
  color: #fff;
}
.cnts-works h3 {
  text-align: center;
  margin: 0 auto 10px;
}
.cnts-works h3 img {
  display: block;
  width: 96px;
  margin: 0 auto 10px;
}
.cnts-works h3 span {
  font-size: 1.6rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cnts-works p.lead {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cnts-works p {
  text-align: center;
  line-height: 1.4;
}
.cnts-works p.jp {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.cnts-works p.en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}
.cnts-works .btn-wrap {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.cnts-works .btn-wrap .btn-more {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carousel {
  margin-bottom: 0;
  width: 100%;
  background: #1a1a1a;
  padding: 1px 0;
}
.carousel .thumb {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel .thumb img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) {
  .cnts-works {
    padding-bottom: 60px;
  }
  .cnts-works .l-inner {
    padding: 0;
  }
  .cnts-works .sec-wrap {
    position: relative;
  }
  .cnts-works .cnts-txt {
    padding: 90px 0;
    background: #1a1a1a;
    color: #fff;
  }
  .cnts-works h3 {
    margin: 0 auto 25px;
  }
  .cnts-works h3 img {
    width: 150px;
    margin: 0 auto 15px;
  }
  .cnts-works h3 span {
    font-size: 1.8rem;
  }
  .cnts-works p.lead {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .cnts-works p {
    line-height: 1.6;
  }
  .cnts-works p.jp {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .cnts-works p.en {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
  }
  .cnts-works .btn-wrap {
    padding-top: 30px;
    flex-direction: row;
    gap: 30px;
  }
  .cnts-works .btn-wrap .btn-more {
    width: 40%;
    max-width: 300px;
    margin: 0;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .carousel {
    margin-bottom: 0;
    width: 100%;
  }
  .carousel .thumb {
    position: relative;
    width: 100%;
    height: auto;
  }
  .carousel .thumb img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* WORKS 共通 flex グリッド（.carousel と併用。DESIGN では .cnts-design 内でトーンを上書き） */
.carousel.works-grid {
  background: #ebebeb;
  padding: 12px 20px;
}
.carousel.works-grid .works-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.carousel.works-grid .works-grid__item {
  flex: 0 0 auto;
  width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
.carousel.works-grid .thumb {
  overflow: hidden;
}
.carousel.works-grid .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (min-width: 769px) {
  .carousel.works-grid {
    padding: 16px 20px;
  }
  .carousel.works-grid .works-grid__item {
    width: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
  .carousel.works-grid .thumb img {
    height: auto;
  }
}
/* DESIGN セクション見出し（グリッド上部・ライトトーン） */
.cnts-works .sec-header {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 2.4rem 10px 1.6rem;
  background: #ebebeb;
  border-radius: 0;
  text-align: center;
  z-index: 1;
}
.cnts-works .sec-header h2 {
  position: relative;
  margin: 0;
  line-height: 1.15;
  color: #1a1a1a;
}
.cnts-works .sec-header h2 span {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
.cnts-works .sec-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto auto 0;
  width: 60px;
  height: 2px;
  background: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .cnts-works .sec-header {
    padding: 3.2rem 24px 2.4rem;
  }
  .cnts-works .sec-header h2 span {
    font-size: 4.8rem;
  }
}
.cnts-works .home-works-design {
  background: #ebebeb;
}
.cnts-works .home-works-design .carousel.works-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cnts-works .home-works-design .carousel.works-grid .works-grid__list {
  display: contents;
}

@media screen and (max-width: 768px) {
  .cnts-works .home-works-design .carousel.works-grid .works-grid__list:first-of-type .works-grid__item:nth-child(n+5),
  .cnts-works .home-works-design .carousel.works-grid .works-grid__list:last-of-type .works-grid__item:nth-child(n+5) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cnts-works .home-works-merchandise .carousel.works-grid .works-grid__item:nth-child(n+5),
.cnts-works .home-works-logo .carousel.works-grid .works-grid__item:nth-child(n+5) {
    display: none;
  }
}

/* ==================
  Others
  ================== */
.cnts-others {
  background: #f19100;
  color: #fff;
  overflow: hidden;
}
.cnts-others .l-inner {
  padding: 15% 0;
}
.cnts-others h2 {
  text-align: center;
  margin: 0 auto 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .cnts-others .l-inner {
    padding: 60px 0 90px;
  }
  .cnts-others h2 {
    text-align: center;
    margin: 0 auto 30px;
  }
  .cnts-others h2 {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}
.services-container .swiper-slide {
  position: relative;
  background: #fff;
  color: #000;
  padding: 30px 10px;
  border-radius: 4px;
  min-height: 270px;
}
.services-container h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.services-container h3 small {
  display: block;
  font-size: 50%;
  font-weight: bold;
}
.services-container h3 img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.services-container p {
  text-align: center;
  line-height: 1.4;
}
.services-container p.jp {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.services-container p.en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}
.services-container .btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto auto 0;
}
.services-container .btn-wrap a {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .services-container .swiper-slide {
    min-height: 330px;
  }
  .services-container h3 {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
  .services-container h3 img {
    width: 60%;
  }
  .services-container p {
    text-align: center;
    line-height: 1.4;
  }
  .services-container p.jp {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .services-container p.en {
    font-size: 1.3rem;
  }
  .services-container .btn-wrap {
    padding-top: 30px;
  }
  .services-container .btn-wrap a:hover {
    color: #fff;
    background: #f19100;
    border: 1px solid #f19100;
  }
}
/* ==========================================================================
  ARCHIVE PAGE 
  ========================================================================== */
.cnts-explain {
  background: #1a1a1a;
}
.cnts-explain .l-inner {
  padding: 15% 2.5%;
}
.cnts-explain .cnt-txt {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
}
.cnts-explain .cnt-txt h2 {
  width: 50%;
  max-width: 320px;
  margin: 0 auto 30px;
}
.cnts-explain .cnt-txt .lead {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.cnts-explain .cnt-txt p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cnts-explain .cnt-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .cnts-explain .l-inner {
    padding: 90px 2.5%;
  }
  .cnts-explain .cnt-txt h2 {
    width: 50%;
    max-width: 220px;
    margin: 0 auto 30px;
  }
  .cnts-explain .cnt-txt .lead {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.4rem;
    margin-bottom: 30px;
  }
  .cnts-explain .cnt-txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .cnts-explain .cnt-txt p:last-child {
    margin-bottom: 0;
  }
}
.cnts-archive {
  position: relative;
  padding: 10% 0;
}
.cnts-archive h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .cnts-archive {
    padding: 60px 0;
  }
  .cnts-archive h3 {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
}
.tax-ttl {
  background: #1a1a1a;
  color: #fff;
  padding: 15px 0 5px !important;
}
.tax-ttl .type {
  text-align: center;
  font-size: 1.5rem;
}
.tax-ttl h1 {
  font-size: 2.2rem !important;
}

@media screen and (min-width: 769px) {
  .tax-ttl {
    padding: 30px 0 10px !important;
  }
  .tax-ttl .type {
    text-align: center;
    font-size: 1.8rem;
  }
  .tax-ttl h1 {
    font-size: 2.8rem !important;
  }
}
/* ==========================================================================

  NEWS (category-news.php / content.php)

  ========================================================================== */
/* ==================
  News List
  ================== */
.news-wrap .news-cat {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news-wrap .news-cat li {
  margin: 0;
  display: block;
  width: 25%;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #ccc;
}
.news-wrap .news-cat li.is-active {
  border-bottom: 2px solid #000;
}
.news-wrap .news-cat li span {
  display: block;
  padding: 5px 0 15px;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
}
.news-wrap .news-panel {
  display: block;
  margin-bottom: 30px;
  background: #fff;
  padding: 0;
}
.news-wrap .news-panel li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.news-wrap .news-panel li .news-list {
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: transparent;
}
.news-wrap .news-panel li .news-list:before {
  content: "";
  display: block;
  width: 22.5%;
  height: 0;
  order: 1;
}
.news-wrap .news-panel li .news-list:after {
  content: "";
  display: block;
  width: 22.5%;
  height: 0;
}
.news-wrap .news-panel li .news-list li {
  width: 47%;
  margin-bottom: 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  /*
        &:nth-child(odd) {
          background: #efefef;
        }
  */
}
.news-wrap .news-panel li .news-list li a {
  position: relative;
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  padding: 0 0 0 20px;
  padding: 0 20px 0 0;
  height: 100%;
  padding: 0 0 10px;
  margin-top: 0;
}
.news-wrap .news-panel li .news-list li a::before, .news-wrap .news-panel li .news-list li a::after {
  content: "";
  position: absolute;
  display: block;
  background: #f19100;
}
.news-wrap .news-panel li .news-list li a::before {
  left: 10px;
  bottom: 5px;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
}
.news-wrap .news-panel li .news-list li a::after {
  left: 0;
  bottom: 3px;
  width: 14px;
  height: 1px;
}
.news-wrap .news-panel li .news-list li a::before {
  right: 0;
  left: auto;
}
.news-wrap .news-panel li .news-list li a::after {
  width: 20px;
  right: 0;
  left: auto;
}
.news-wrap .news-panel li .news-list li article .thumb {
  margin-bottom: 10px;
}
.news-wrap .news-panel li .news-list li article .date {
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.news-wrap .news-panel li .news-list li article h2 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: left;
  color: #000;
}
.news-wrap .news-panel li .news-list li article .cat {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}
.news-wrap .news-panel li .notfound {
  padding: 15% 0;
  text-align: center;
}
.news-wrap .news-panel li .notfound span {
  display: block;
  margin-bottom: 1em;
}
.news-wrap .news-panel li .notfound span .en {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.news-detail {
  margin-bottom: 30px;
}
.news-detail .img-main {
  overflow: hidden;
  position: relative;
  min-height: 200px;
  margin-bottom: 20px;
}
.news-detail .img-main img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.news-detail .news-ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
}
.news-detail .news-ttl .date {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.news-detail .news-ttl h2 {
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
  color: #000;
}
.news-detail .news-cnt {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.news-detail .news-cnt p {
  margin-bottom: 15px;
  line-height: 1.75;
}
.news-detail .news-cnt a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .news-wrap .news-cat li span {
    font-size: 1.6rem;
  }
  .news-wrap .news-panel li .news-list {
    padding: 30px 0 0;
  }
  .news-wrap .news-panel li .news-list li {
    width: 22.5%;
  }
  .news-wrap .news-panel li .notfound {
    font-size: 1.6rem;
  }
  .news-detail {
    margin-bottom: 30px;
  }
  .news-detail .img-main {
    overflow: hidden;
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .news-detail .img-main img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .news-detail .news-ttl .date {
    font-size: 1.6rem;
  }
  .news-detail .news-ttl h2 {
    font-size: 2.6rem;
  }
  .news-detail .news-cnt p {
    font-size: 1.4rem;
  }
}
/* ==========================================================================
  WORKS PAGE (MUSIC / MEDIA / MERCHANDISE )
  ========================================================================== */
.works-filter {
  margin: 0 2.5% 24px;
}
.works-filter__row {
  display: grid;
  gap: 8px;
}
.works-filter__group {
  position: relative;
  border: 1px solid #1a1a1a;
  background: #fff;
}
.works-filter__trigger {
  display: block;
  width: 100%;
  position: relative;
  border: 0;
  background: transparent;
  text-align: center;
  padding: 12px 36px 12px 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.works-filter__trigger::before, .works-filter__trigger::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #1a1a1a;
  transition: transform 0.2s ease;
}
.works-filter__trigger::before {
  transform: translateY(-50%) rotate(45deg);
  right: 19px;
}
.works-filter__trigger::after {
  transform: translateY(-50%) rotate(-45deg);
}
.works-filter__group.is-open .works-filter__trigger::before {
  transform: translateY(-50%) rotate(-45deg);
}
.works-filter__group.is-open .works-filter__trigger::after {
  transform: translateY(-50%) rotate(45deg);
}
.works-filter__panel {
  display: none;
  border-top: 1px solid #1a1a1a;
  background: #fff;
  padding: 12px;
}
.works-filter__panel.is-open {
  display: block;
}
.works-filter__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.works-filter__links li {
  margin: 0;
}
.works-filter__links li.is-current span, .works-filter__links li.is-current a {
  color: #f19100;
}
.works-filter__links a,
.works-filter__links span {
  color: #1a1a1a;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.4;
}
.works-filter__links--chips {
  gap: 6px 0;
}
.works-filter__links--chips a,
.works-filter__links--chips span {
  display: inline-block;
  padding: 0;
  font-size: 1.3rem;
}
.works-filter__links--chips li {
  position: relative;
  padding: 0 15px;
}
.works-filter__links--chips li:first-child {
  padding-left: 15px;
}
.works-filter__links--chips li:last-child {
  padding-right: 0;
}
.works-filter__links--chips li:last-child::after {
  display: none;
}
.works-filter__links--chips li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: #1a1a1a;
}
.works-filter__links--chips a:hover {
  color: #f19100;
}
.works-filter__links--chips li.is-current a,
.works-filter__links--chips li.is-current span {
  color: #f19100;
}

@media screen and (min-width: 769px) {
  .works-filter {
    margin: 0 5% 48px;
  }
  .works-filter__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .works-filter__row--merchandise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works-filter__panel {
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 20;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
}
/* ==================
  Recent List
  ================== */
.recent-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5% 2.5% 0;
}
.recent-list ul::after {
  content: "";
  display: block;
  width: 31.5%;
  height: 0;
}
.recent-list ul li {
  width: 31.5%;
  margin-bottom: 2.5%;
  overflow: hidden;
  border-radius: 8px;
}
.recent-list ul li a, .recent-list ul li img {
  display: block;
}
.recent-list ul li a {
  position: relative;
  overflow: hidden;
}
.recent-list ul li a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recent-list ul {
    padding: 15px 15px 0;
  }
  .recent-list ul::after {
    width: 15.5%;
  }
  .recent-list ul li {
    width: 15.5%;
    margin-bottom: 15px;
  }
  .recent-list ul li a, .recent-list ul li img {
    display: block;
  }
  .recent-list ul li a {
    position: relative;
    overflow: hidden;
  }
  .recent-list ul li a img {
    width: 100%;
  }
}
/* ==================
  Archive List
  ================== */
.archive-list .sort-btn,
.thumbs-list .sort-btn {
  text-align: center;
  margin: 0 2.5% 24px;
}
.archive-list ul,
.thumbs-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2.5% 0;
  padding-top: 2.5%;
  background: #fff;
}
.archive-list ul::after,
.thumbs-list ul::after {
  content: "";
  display: block;
  width: 31.5%;
}
.archive-list ul li,
.thumbs-list ul li {
  width: 31.5%;
  margin-bottom: 2.5%;
}
.archive-list ul li a, .archive-list ul li img,
.thumbs-list ul li a,
.thumbs-list ul li img {
  display: block;
}
.archive-list ul li a,
.thumbs-list ul li a {
  position: relative;
  overflow: hidden;
}
.archive-list ul li a img,
.thumbs-list ul li a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .archive-list .sort-btn,
.thumbs-list .sort-btn {
    margin: 0 5% 32px;
  }
  .archive-list ul,
.thumbs-list ul {
    padding: 0 5% 0;
    background: #fff;
  }
  .archive-list ul::before, .archive-list ul::after,
.thumbs-list ul::before,
.thumbs-list ul::after {
    content: "";
    display: block;
    width: 23%;
    height: 0;
  }
  .archive-list ul::before,
.thumbs-list ul::before {
    order: 1;
  }
  .archive-list ul li,
.thumbs-list ul li {
    width: 23%;
    margin-bottom: 30px;
  }
  .archive-list ul li a, .archive-list ul li img,
.thumbs-list ul li a,
.thumbs-list ul li img {
    display: block;
  }
  .archive-list ul li a,
.thumbs-list ul li a {
    position: relative;
    overflow: hidden;
  }
  .archive-list ul li a img,
.thumbs-list ul li a img {
    width: 100%;
  }
}
/* ==========================================================================
  WORKS PAGE (DETAIL)
  ========================================================================== */
.cnts-detail .btn-wrap {
  padding: 30px 0;
}

.detail-img .thumb {
  max-width: 640px;
  margin: 0 auto 15px;
}

.detail-txt {
  margin: 0 auto 30px;
  padding: 0 5%;
  letter-spacing: 0.05em;
}
.detail-txt h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
.detail-txt p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 1.5em;
}
.detail-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .cnts-detail {
    padding-top: 30px;
  }
  .cnts-detail .btn-wrap {
    padding: 30px 0;
  }
  .detail-img .thumb {
    max-width: 640px;
    margin: 0 auto 15px;
  }
  .detail-txt {
    max-width: 640px;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
  .detail-txt h1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .detail-txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.cnts-detail .cats, .cnts-detail .tags {
  padding-top: 15px;
}
.cnts-detail .cats h6, .cnts-detail .tags h6 {
  margin-bottom: 10px;
}
.cnts-detail .cats ul, .cnts-detail .tags ul {
  font-size: 0;
}
.cnts-detail .cats ul li, .cnts-detail .tags ul li {
  display: inline-block;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cnts-detail .cats ul li a, .cnts-detail .tags ul li a {
  display: block;
  padding: 4px 6px;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 1rem;
}
.cnts-detail .date {
  padding-top: 15px;
  margin-bottom: 30px;
}
.cnts-detail .share {
  text-align: center;
}
.cnts-detail .share h6 {
  font-weight: bold;
  font-size: 1.4rem;
  padding-right: 10px;
}
.cnts-detail .sns {
  text-align: center;
  padding: 15px 0 0;
}
.cnts-detail .sns li {
  vertical-align: middle;
}
.cnts-detail .sns ul li a .icon-fill {
  transition: all 0.25s ease-out;
  fill: #000;
}
.cnts-detail .sns ul li a .icon-frame {
  transition: all 0.5s ease-out;
  fill: #fff;
  transform: scale(0);
  transform-origin: 50% 50% 0;
}
@media screen and (min-width: 769px) {
  .cnts-detail .sns ul li a:hover .icon-fill {
    fill: #fff;
  }
  .cnts-detail .sns ul li a:hover .icon-frame {
    fill: #000;
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  .cnts-detail .cats, .cnts-detail .tags {
    padding-top: 30px;
  }
  .cnts-detail .cats h6, .cnts-detail .tags h6 {
    margin-bottom: 10px;
  }
  .cnts-detail .cats ul, .cnts-detail .tags ul {
    font-size: 0;
  }
  .cnts-detail .cats ul li, .cnts-detail .tags ul li {
    display: inline-block;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .cnts-detail .cats ul li a, .cnts-detail .tags ul li a {
    font-size: 1.2rem;
    background: #f5f5f5;
  }
  .cnts-detail .cats ul li a:hover, .cnts-detail .tags ul li a:hover {
    color: #fff;
    background: #f19100;
  }
  .cnts-detail .date {
    padding-top: 30px;
  }
  .cnts-detail .share {
    text-align: center;
  }
  .cnts-detail .share h6 {
    font-weight: bold;
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .cnts-detail .sns {
    text-align: center;
    padding: 15px 0 0;
  }
  .cnts-detail .sns li {
    vertical-align: middle;
  }
}
/* ==========================================================================
  Not Found
  ========================================================================== */
/* ==================
  Not Found
  ================== */
.cnts-none .l-inner {
  padding: 0 5% 60px;
}
.cnts-none .l-inner p {
  text-align: center;
  margin-bottom: 1em;
}

/* ==========================================================================
  PAGE
  ========================================================================== */
.ttl {
  padding: 2.5% 0;
}
.ttl h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  margin: 15px 0 15px;
}
.ttl span {
  display: block;
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .ttl {
    padding: 50px 0;
  }
  .ttl span {
    padding-top: 10px;
  }
}
/* ==================
  common
  ================== */
.l-page .l-inner {
  padding: 0 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.cnts-page h2 {
  color: #000;
}

/* ==========================================================================
  PAGE (ABOUT)
  ========================================================================== */
.l-page-recruit {
  padding-bottom: 60px;
}
.l-page-recruit h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1.2rem;
}

/* ==========================================================================
  PAGE (ABOUT)
  ========================================================================== */
.l-page-about .company-info ul li {
  margin-bottom: 30px;
}
.l-page-about .company-info ul li dl {
  overflow: hidden;
}
.l-page-about .company-info ul li dl dt {
  border-bottom: thin solid #000;
  margin-bottom: 15px;
  line-height: 0.8;
}
.l-page-about .company-info ul li dl dt span {
  display: inline-block;
  font-weight: bold;
}
.l-page-about .company-info ul li dl dt .jp {
  font-size: 1.2rem;
}
.l-page-about .company-info ul li dl dt .en {
  margin-left: 10px;
  font-size: 1.2rem;
}
.l-page-about .company-info ul li dl dd {
  line-height: 1.4;
  text-align: justify;
}
.l-page-about .company-info ul li dl dd span {
  display: block;
}
.l-page-about .company-info ul li dl dd .jp {
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.l-page-about .company-info ul li dl dd .en {
  color: #000;
  font-size: 1.3rem;
}
.l-page-about .company-info ul li dl dd.map {
  margin-top: 15px;
}
.l-page-about .company-info ul li dl dd.map iframe {
  width: 100%;
  height: 150px;
}
.l-page-about .company-info ul li dl dd.interview,
.l-page-about .company-info ul li dl dd.sns {
  margin-top: 15px;
}
.l-page-about .company-info ul li dl dd.interview h3,
.l-page-about .company-info ul li dl dd.sns h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l-page-about .company-info ul li a {
  position: relative;
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  padding: 0 0 0 20px;
}
.l-page-about .company-info ul li a::before, .l-page-about .company-info ul li a::after {
  content: "";
  position: absolute;
  display: block;
  background: #f19100;
}
.l-page-about .company-info ul li a::before {
  left: 10px;
  bottom: 5px;
  width: 5px;
  height: 1px;
  transform: rotate(45deg);
}
.l-page-about .company-info ul li a::after {
  left: 0;
  bottom: 3px;
  width: 14px;
  height: 1px;
}

@media screen and (min-width: 769px) {
  .l-page-about .company-info ul li dl dt .jp {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-page-about .company-info ul li dl dt .en {
    font-size: 1.3rem;
  }
  .l-page-about .company-info ul li dl dd span {
    display: block;
    line-height: 1.6;
  }
  .l-page-about .company-info ul li dl dd .jp {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .l-page-about .company-info ul li dl dd .en {
    font-size: 1.4rem;
  }
  .l-page-about .company-info ul li dl dd.map {
    margin-top: 15px;
  }
  .l-page-about .company-info ul li dl dd.map iframe {
    width: 100%;
    height: 150px;
  }
  .l-page-about .company-info ul li a {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .l-page-about .company-info ul li a:hover {
    opacity: 0.7;
  }
}
.policy {
  text-align: left;
  line-height: 1.4;
}
.policy h2 {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}
.policy .lead {
  margin-bottom: 20px;
}
.policy dl {
  margin-bottom: 30px;
}
.policy dl:last-child {
  margin-bottom: 0;
}
.policy dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.policy dl dd p, .policy dl dd ul {
  margin-bottom: 15px;
  font-size: 14px;
}
.policy dl dd ul {
  padding-left: 10px;
}
.policy dl ul li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.policy dl ul li:last-child {
  margin-bottom: 0;
}
.policy dl ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #727171;
  position: relative;
  left: -10px;
  top: -2px;
}

/* ==========================================================================
  PAGE (LUCKAND)
  ========================================================================== */
.l-page .bt,
.l-page .luckand-web,
.l-page .luckand-place {
  margin-bottom: 7.5%;
}
.l-page .l-mv {
  margin-bottom: 5%;
}
.l-page h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
}
.l-page h2 span {
  display: block;
  font-size: 1.4rem;
}
.l-page p {
  font-size: 1.2rem;
}
.l-page p.jp {
  line-height: 1.7;
  margin-bottom: 1rem;
}
.l-page p.en {
  line-height: 1.5;
}
.l-page .lead {
  margin-bottom: 15px;
}
.l-page .lead p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-page .photo {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.l-page .txt {
  text-align: center;
}
.l-page .btn-wrap {
  padding-top: 30px;
}
.l-page a {
  color: #000;
}

@media screen and (min-width: 769px) {
  .l-page .bt,
.l-page .luckand-web,
.l-page .luckand-place {
    margin-bottom: 60px;
  }
  .l-page .l-mv {
    margin-bottom: 5%;
  }
  .l-page p {
    font-size: 1.4rem;
  }
  .l-page .lead {
    margin-bottom: 15px;
  }
  .l-page .lead p {
    font-size: 1.6rem;
  }
  .l-page .photo {
    margin-bottom: 5%;
  }
}
/* ==========================================================================
  PAGE (CONTACT)
  ========================================================================== */
.contact-box-select {
  width: 100%;
  max-width: 720px;
  margin-bottom: 30px;
  margin: 0 auto;
}
.contact-box-select .select-group {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
}
.contact-box-select .select-group br {
  display: none;
}
.contact-box-select .select-group:after {
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.contact-box-select .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 120%;
  padding: 10px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  line-height: 1.8;
  text-indent: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.contact-box-form {
  width: 100%;
}
.contact-box-form h2 {
  color: #000;
}
.contact-box-form dl {
  width: 100%;
  max-width: 720px;
  padding: 30px 5% 15px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 4px;
}
.contact-box-form dl dt {
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-box-form dl dt h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.contact-box-form dl dt h2 span {
  font-size: 1.6rem;
  padding-top: 10px;
  display: block;
}
.contact-box-form dl dd {
  width: 100%;
}
.contact-box-form dl dd p {
  margin-bottom: 15px;
}
.contact-box-form dl dd p:last-child {
  margin-bottom: 0;
}
.contact-box-form dl dd input,
.contact-box-form dl dd textarea {
  width: 100%;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 107%;
  border-radius: 2px;
  border: 2px solid #333;
}
.contact-box-form dl dd input.wpcf7-submit {
  padding: 15px 30px;
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease-out;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contact-box-select {
    width: 100%;
    max-width: 720px;
    margin-bottom: 2.5%;
    margin: 0 auto;
  }
  .contact-box-form input.wpcf7-submit:hover {
    background-color: #f19100;
    color: #fff;
  }
}
/* ==========================================================================
  RECRUIT(INDEX)
  ========================================================================== */
.recruit-kv {
  max-width: 70%;
  margin: 0 auto;
}

.recruit-job {
  padding: 60px 0;
}

.recruit-job h3 {
  font-size: 2.2rem;
  text-align: center;
}

.recruit-job .btn-wrap {
  min-width: 600px;
}

.recruit-job ul.job-list li {
  margin-bottom: 20px;
}

.recruit-job ul.job-list li a.btn {
  width: 100%;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .recruit-kv {
    max-width: 90%;
  }
  .recruit-job {
    padding: 40px 0;
  }
  .recruit-job h3 {
    font-size: 2.2rem;
  }
  .recruit-job .btn-wrap {
    min-width: 90%;
    margin: auto;
  }
  .recruit-job ul.job-list li {
    margin-bottom: 20px;
  }
  .recruit-job ul.job-list li a.btn {
    width: 100%;
    padding: 15px 15px;
  }
}
/* ==========================================================================
  RECRUIT(DETAIL)
  ========================================================================== */
.requirements {
  padding-bottom: 60px;
}

.requirements a.link-back-recruit {
  line-height: 1;
  transition: all 0.25s ease-out;
}

.requirements a.link-back-recruit:hover {
  color: #f19100;
}

.requirements .requirements-detail h2 {
  margin-bottom: 40px;
  line-height: 1.2;
}

.requirements .requirements-detail table {
  width: 100%;
}

.requirements .requirements-detail table tr:first-child th {
  border-top: 2px solid #000;
}

.requirements .requirements-detail table tr:first-child td {
  border-top: 1px solid #999;
}

.requirements .requirements-detail table tr th, .requirements .requirements-detail table tr td {
  padding: 20px;
  line-height: 1.6;
}

.requirements .requirements-detail table tr th {
  width: 200px;
  border-bottom: 2px solid #000;
}

.requirements .requirements-detail table tr th h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

.requirements .requirements-detail table tr td {
  width: auto;
  border-bottom: 1px solid #999;
}

.requirements .requirements-detail table tr td p {
  margin-bottom: 1em;
}

.requirements .requirements-detail table tr td p:last-child {
  margin-bottom: 0;
}

.requirements .requirements-detail table tr td p.lead {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.requirements .requirements-detail table tr td dl {
  margin-bottom: 1.5em;
}

.requirements .requirements-detail table tr td dl:last-child {
  margin-bottom: 0;
}

.requirements .requirements-detail table tr td dl dt {
  font-size: 1.4em;
}

.requirements .requirements-detail table tr td dl dt h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.requirements .requirements-detail table tr td dl dd {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.requirements .requirements-detail table tr td dl dd h5 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.requirements .requirements-detail table tr td ul {
  padding-left: 0.5em;
  margin-bottom: 1.5em;
  margin-left: 0.5em;
}

.requirements .requirements-detail table tr td ul li {
  list-style: disc outside;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.requirements .requirements-detail table tr td ul li:last-child {
  margin-bottom: 0;
}

.requirements .requirements-detail table tr td p.class {
  color: red;
}

.requirements .btn-wrap a.btn.btn-form {
  padding: 20px 40px;
  margin: 20px 0 40px;
}

@media screen and (max-width: 768px) {
  .requirements {
    padding-bottom: 40px;
  }
  .requirements .requirements-detail h2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .requirements .requirements-detail table tr th,
.requirements .requirements-detail table tr td {
    padding: 15px 5px;
  }
  .requirements .requirements-detail table tr th {
    width: 95px;
  }
  .requirements .requirements-detail table tr th h3 {
    font-size: 1.3rem;
  }
  .requirements .requirements-detail table tr th P.lead {
    font-size: 1.3rem;
  }
  .requirements .requirements-detail table tr th dl dt, .requirements .requirements-detail table tr th dl dd {
    font-size: 1.3rem;
  }
  .requirements .requirements-detail table tr th dl dt h4, .requirements .requirements-detail table tr th dl dt h5, .requirements .requirements-detail table tr th dl dd h4, .requirements .requirements-detail table tr th dl dd h5 {
    font-size: 1.3rem;
  }
  .requirements .btn-wrap a.btn.btn-form {
    padding: 20px 20px;
    margin: 10px 0 40px;
  }
}
a span.dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: #000;
  transition: all 0.25s ease-out;
}

a span.dli-arrow-left::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #000;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
  transition: all 0.25s ease-out;
}

a:hover span.dli-arrow-left {
  color: #f19100;
  background: #f19100;
}

a:hover span.dli-arrow-left::before {
  border: 0.1em solid #f19100;
  border-right: 0;
  border-bottom: 0;
}

.meishi-wrap {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .meishi-wrap {
    padding-bottom: 80px;
  }
}
.meishi-wrap .illustrator .prof-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .meishi-wrap .illustrator .prof-box {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.meishi-wrap .illustrator .prof-box .prof-txt {
  order: 2;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .meishi-wrap .illustrator .prof-box .prof-txt {
    width: 75%;
    padding-left: 5%;
  }
}
.meishi-wrap .illustrator .prof-box .prof-txt h3 {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 30px;
}

.meishi-wrap .illustrator .prof-box .prof-txt h3 span {
  display: inline-block;
  color: #9e9e9f;
  font-size: 80%;
}

.meishi-wrap .illustrator .prof-box .prof-txt h4 {
  font-size: 1.4rem;
  color: #9e9e9f;
  text-align: left;
  margin-bottom: 1em;
}

.meishi-wrap .illustrator .prof-box .prof-txt p {
  text-align: left;
  line-height: 1.6;
}

.meishi-wrap .illustrator .prof-box .prof-txt .gallery {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.meishi-wrap .illustrator .prof-box .prof-txt .gallery > div {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .meishi-wrap .illustrator .prof-box .prof-txt .gallery {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .meishi-wrap .illustrator .prof-box .prof-txt .gallery > div {
    width: auto;
  }
}
.meishi-wrap .illustrator .prof-box .prof-img {
  order: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .meishi-wrap .illustrator .prof-box .prof-img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .meishi-wrap .illustrator .prof-box .prof-img figure {
    width: 40%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 769px) {
  .meishi-wrap .illustrator .prof-box .prof-img {
    display: block;
    width: 15%;
  }
  .meishi-wrap .illustrator .prof-box .prof-img figure {
    margin-bottom: 20px;
  }
}
.meishi-wrap .illustrator .prof-box .prof-img .sns-list li {
  position: relative;
  padding-left: 15px;
}

.meishi-wrap .illustrator .prof-box .prof-img .sns-list li a {
  font-family: futura-pt, sans-serif;
  color: #ff9a00;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out;
}

.meishi-wrap .illustrator .prof-box .prof-img .sns-list li a:hover {
  opacity: 0.75;
}

.meishi-wrap .illustrator .prof-box .prof-img .sns-list li:not(:first-child) {
  margin-top: 10px;
}

.meishi-wrap .illustrator .prof-box .prof-img .sns-list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50% 50%;
  background: #ff9a00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto auto 0;
}

.meishi-wrap .crewship p {
  line-height: 1.6;
}

.meishi-wrap .crewship .btn-wrap {
  margin-top: 40px;
}

.meishi-wrap .crewship .btn-wrap .btn.btn-crewship {
  width: 300px;
  max-width: 80%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  text-decoration: none;
}