@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.line-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.line-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 13px 47px 10px 0px;
  height: 39px;
  -webkit-transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.line-btn span:hover:before {
  -webkit-animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.line-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.line-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.line-btn span:hover:after {
  -webkit-animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 16px;
}

.line-btn:hover:after {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index__hero__arrow {
  background-image: url("../img/common/right-arrow-b2.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  display: block;
  height: 6px;
  width: 100px;
  z-index: 2;
}

.arrow-link:hover .index__hero__arrow {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.line-btn.contact {
  color: #FFF;
  position: relative;
  font-size: 22px;
}
.line-btn.contact span {
  padding-left: 37px;
  padding-right: 60px;
  height: 49px;
}

.line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: cover;
}

.line-btn.contact:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 23px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 21px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #FFF;
    padding: 10px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #DF1707;
    background: #DF1707;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #DF1707;
  }
  .mod-btn:hover a {
    color: #DF1707;
  }
}
/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #141414;
  overflow-x: hidden;
  font-family: YakuHanJP, "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.71;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration: none;
  color: #171717;
}

a:hover {
  text-decoration: none;
}

/***********************************************************************
module
**********************************************************************/
.inner-b {
  width: 92%;
  margin: 0 auto;
}

.inner-s {
  width: 84.7%;
  margin: 0 auto;
}
.inner-s .inner-ss {
  width: 89.9%;
  margin: 0 auto;
}

.wrapper {
  margin: 170px 0 180px;
}

.page-ttl-box.detail {
  position: relative;
}
.page-ttl-box.detail .tag {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: -37px;
  left: 59px;
}
.page-ttl-box.detail .tag-list {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 73px;
  left: 59px;
}
.page-ttl-box.detail .tag-list li {
  margin-bottom: 17px;
}

.page-ttl-box.artist {
  position: relative;
}
.page-ttl-box.artist .tag {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: -37px;
  left: 59px;
}
.page-ttl-box.artist .tag-list li:first-child a {
  color: #171717;
}
.page-ttl-box.artist .tag-list, .page-ttl-box.artist .tag-list2 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 73px;
  left: 59px;
}
.page-ttl-box.artist .tag-list li, .page-ttl-box.artist .tag-list2 li {
  margin-bottom: 17px;
}
.page-ttl-box.artist .tag-list li:hover a, .page-ttl-box.artist .tag-list2 li:hover a {
  color: #171717;
}
.page-ttl-box.artist .tag-list2 {
  position: absolute;
  left: 265px;
  top: 105px;
}

.page-ttl-box.list .tag {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: bold;
  bottom: -37px;
  left: 59px;
}
.page-ttl-box.list .tag-list {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: bold;
  margin-top: -57px;
  margin-left: 59px;
}
.page-ttl-box.list .tag-list li {
  margin-bottom: 17px;
  position: relative;
}
.page-ttl-box.list .tag-list li.active a {
  color: #171717;
}
.page-ttl-box.list .tag-list li:hover a {
  color: #171717;
}
.page-ttl-box.list .page-ttl:after {
  display: none;
}
.page-ttl-box.list .active:before {
  content: "";
  width: 44px;
  height: 1px;
  background: #171717;
  position: absolute;
  left: -50px;
  bottom: 8px;
}

.page-ttl {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 80px;
  position: relative;
}

.page-ttl:after {
  content: "";
  width: 44px;
  height: 1px;
  background: #171717;
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.works-name {
  font-size: 18px;
  margin-bottom: 55px;
  font-weight: bold;
}
.works-name .name {
  padding-bottom: 10px;
}
.works-name .roll {
  font-size: 12px;
  color: #888888;
}

.post-main-img {
  margin-bottom: 150px;
}

.post-text-box {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-text-box .left-text {
  width: 69%;
  margin-right: 8.2%;
  line-height: 1.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-text-box .right-text {
  width: 22.8%;
  font-size: 12px;
  line-height: 1.8em;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-text-box .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}
.post-text-box .text {
  font-size: 14px;
}
.post-text-box iframe {
  width: 80%;
  height: auto;
  display: inherit;
  aspect-ratio: 16/9;
  margin: 30px auto 0px;
}

.img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-list li {
  font-size: 12px;
  line-height: 1.8em;
}
.img-list li img {
  width: 100%;
  padding-bottom: 25px;
}

.img-list.col2 {
  margin-bottom: 95px;
}
.img-list.col2 li {
  width: 48%;
}
.img-list.col2 li:nth-child(2n+1) {
  margin-right: 4%;
}

.img-list.col3 {
  margin-bottom: 95px;
}
.img-list.col3 li {
  width: 30.6%;
  margin-right: 4.1%;
}
.img-list.col3 li:last-child {
  margin-right: 0;
}
.img-list.col3 img {
  padding-bottom: 25px;
}

.img-list.imgonly {
  margin-bottom: 40px;
}
.img-list.imgonly li img {
  margin-bottom: 40px;
}

/***********************************************************************
parts
**********************************************************************/
.sp-br {
  display: none;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

/***********************************************************************
global-header
**********************************************************************/
#head {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

.top .global-header .global-nav li:nth-child(1) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.about .global-header .global-nav li:nth-child(5) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.flow .global-header .global-nav li:nth-child(3) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.order .global-header .global-nav li:nth-child(2) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.news .global-header .global-nav li:nth-child(4) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact .global-header .sub-nav li:nth-child(1) a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.global-header {
  height: 80px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.global-header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo.png") 0 0 no-repeat;
  width: 66px;
  height: 55px;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: 0px;
}
.global-header h1 a {
  display: block;
  width: 66px;
  height: 55px;
}
.global-header ul li {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.global-header ul li a {
  position: relative;
  padding-bottom: 5px;
}
.global-header ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: -webkit-transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98), -webkit-transform 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  opacity: 1;
}
.global-header ul li a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.global-header .global-nav {
  position: absolute;
  right: 245px;
  top: 31px;
}
.global-header .global-nav li {
  margin-left: 20px;
  position: relative;
}
.global-header .global-nav li:last-child:after {
  content: "";
  width: 1px;
  height: 24px;
  right: -38px;
  top: -5px;
  background: #888888;
  display: inline-block;
  position: absolute;
}
.global-header .sub-nav {
  position: absolute;
  right: 0px;
  top: 31px;
}
.global-header .sub-nav li:first-child {
  margin-right: 73px;
  position: relative;
}
.global-header .sub-nav li:first-child:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: url("../img/common/cart.png") 0 0 no-repeat;
  background-size: contain;
}
.global-header .sub-nav li:first-child:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: url("../img/common/top-arrow-b.png") 0 0 no-repeat;
  background-size: contain;
}
.global-header .sub-nav li:nth-child(2) {
  position: relative;
}
.global-header .sub-nav li:nth-child(2):before {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: url("../img/common/mail.png") 0 0 no-repeat;
  background-size: contain;
}
.global-header .drawer-menu {
  position: absolute;
  right: 0px;
  top: 40px;
}
.global-header .drawer-menu .menu {
  position: fixed;
  margin-left: -80px;
  width: 80px;
  height: 80px;
  /*
  background: url("../img/menu-btn.png") no-repeat 0 0;
  */
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.global-header .drawer-menu .menu a {
  display: block;
  width: 80px;
  height: 80px;
}

/***********************************************************************
drawer
**********************************************************************/
.drawer-menu-contents {
  position: fixed;
  z-index: 100;
  text-align: center;
  display: none;
  padding-bottom: 40px;
  width: 100%;
  height: 10000px;
  top: 0px;
  left: 0px;
}

.menu {
  z-index: 1000;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.menu:hover {
  opacity: 0.6;
}

.drawer-menu.on {
  height: 100%;
}

/***********************************************************************
global-footer
**********************************************************************/
.global-footer {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
}
.global-footer .footer-contact {
  background: url("../img/common/contact-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-footer .footer-contact dl {
  display: table;
  width: 720px;
}
.global-footer .footer-contact dl dt {
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  line-height: 2.1em;
  margin-right: 100px;
}
.global-footer .footer-contact dl dd {
  display: table-cell;
  vertical-align: middle;
}
.global-footer .footer-bottom {
  /*
  background: url("../img/common/footer-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  */
  background: #000;
  height: 280px;
  padding: 50px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-footer .footer-bottom .inner-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-footer .footer-bottom .logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo-w.png") 0 0 no-repeat;
  width: 90px;
  height: 50px;
  background-size: contain;
  margin-bottom: 15px;
}
.global-footer .footer-bottom .left-box {
  font-size: 12px;
}
.global-footer .footer-bottom .left-box .address {
  margin-bottom: 20px;
  line-height: 1.8em;
}
.global-footer .footer-bottom .left-box .sns-list {
  margin-bottom: 30px;
}
.global-footer .footer-bottom .left-box .sns-list li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.global-footer .footer-bottom .left-box .sns-list li:first-child {
  background: url("../img/common/insta.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-size: contain;
}
.global-footer .footer-bottom .left-box .sns-list li:first-child a {
  display: block;
  width: 24px;
  height: 24px;
}

.global-footer .footer-bottom .left-box .sns-list li:nth-child(2) {
  background: url("../img/common/x-icon.png") 0 0 no-repeat;
  width: 23.5px;
  height: 24px;
  margin-right: 20px;
  background-size: contain;
}

.global-footer .footer-bottom .left-box .sns-list li:nth-child(2) a {
  display: block;
  width: 23.5px;
  height: 24px;
}

.global-footer .footer-bottom .right-box {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-footer .footer-bottom .right-box a {
  color: #FFF;
}
.global-footer .footer-bottom .right-box .main-nav {
  width: 186px;
  position: relative;
}
.global-footer .footer-bottom .right-box .main-nav li {
  display: inline-block;
  width: 80px;
  margin-bottom: 38px;
}
.global-footer .footer-bottom .right-box .main-nav:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.global-footer .footer-bottom .right-box .sub-nav {
  padding-left: 67px;
}
.global-footer .footer-bottom .right-box .sub-nav li {
  margin-bottom: 38px;
  position: relative;
}
.global-footer .footer-bottom .right-box .sub-nav li:first-child:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: url("../img/common/cart-f.png") 0 0 no-repeat;
  background-size: contain;
}
.global-footer .footer-bottom .right-box .sub-nav li:first-child:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: url("../img/common/top-arrow-f.png") 0 0 no-repeat;
  background-size: contain;
}
.global-footer .footer-bottom .right-box .sub-nav li:nth-child(2):before {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: contain;
}

.scroll-flag {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 1s ease-out 50ms;
  transition: all 1s ease-out 50ms;
}

.scroll-flag.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  /***********************************************************************
  base style
  **********************************************************************/
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
    line-height: 1.71;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
  }
  .sp-br, .drawer-menu {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .gray-bg {
    height: 200px;
  }
  /***********************************************************************
  module
  **********************************************************************/
  .inner-b {
    width: 92%;
    margin: 0 auto;
  }
  .inner-s {
    width: 82.7%;
    margin: 0 auto;
  }
  .inner-s .inner-ss {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .page-ttl-box {
    position: relative;
  }
  .page-ttl-box .tag {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 13px;
  }
  .page-ttl-box .tag-list {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: bold;
    position: initial;
    margin-top: -50px;
    margin-left: 4%;
    margin-bottom: 30px;
  }
  .page-ttl-box .tag-list li {
    margin-bottom: 13px;
  }
  .page-ttl {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.03em;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
  }
  .page-ttl:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #171717;
    position: absolute;
    left: 0px;
    bottom: -19px;
  }
  .page-ttl-box.detail {
    position: relative;
  }
  .page-ttl-box.detail .tag {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: -25px;
    left: 4%;
  }
  .page-ttl-box.detail .tag-list {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 73px;
    left: 59px;
  }
  .page-ttl-box.detail .tag-list li {
    margin-bottom: 17px;
  }
  .page-ttl-box.artist {
    position: relative;
  }
  .page-ttl-box.artist .tag {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: -25px;
    left: 4%;
  }
  .page-ttl-box.artist .tag-list li:first-child a {
    color: #171717;
  }
  .page-ttl-box.artist .tag-list, .page-ttl-box.artist .tag-list2 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: initial;
    bottom: -139px;
    left: 0;
  }
  .page-ttl-box.artist .tag-list li, .page-ttl-box.artist .tag-list2 li {
    margin-bottom: 12px;
  }
  .page-ttl-box.artist .tag-list li a, .page-ttl-box.artist .tag-list2 li a {
    color: #D8D8D8;
  }
  .page-ttl-box.artist .tag-list li:hover a, .page-ttl-box.artist .tag-list2 li:hover a {
    color: #171717;
  }
  .page-ttl-box.artist .tag-list2 {
    position: absolute;
    left: 142px;
    top: 68px;
  }
  .page-ttl-box.list .tag {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: bold;
    bottom: -37px;
    left: 59px;
  }
  .page-ttl-box.list .tag-list {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: bold;
    margin-top: -47px;
    margin-left: 4%;
  }
  .page-ttl-box.list .tag-list li {
    margin-bottom: 12px;
    position: relative;
  }
  .page-ttl-box.list .tag-list li a {
    color: #D8D8D8;
  }
  .page-ttl-box.list .tag-list li.active a {
    color: #171717;
  }
  .page-ttl-box.list .tag-list li:hover a {
    color: #171717;
  }
  .page-ttl-box.list .page-ttl:after {
    display: none;
  }
  .page-ttl-box.list .active:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #171717;
    position: absolute;
    left: -4%;
    bottom: 6px;
  }
  .works-name {
    font-size: 17px;
    margin: 0 0 40px 13px;
    font-weight: bold;
  }
  .works-name .name {
    padding-bottom: 10px;
  }
  .works-name .roll {
    font-size: 11px;
    color: #888888;
  }
  .post-main-img {
    margin-bottom: 60px;
  }
  .post-text-box {
    margin-bottom: 75px;
    display: block;
  }
  .post-text-box .left-text {
    width: 100%;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0%;
    margin-bottom: 55px;
    line-height: 1.7em;
    margin-top: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-text-box .right-text {
    width: 100%;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 1.8em;
    margin-top: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-text-box .ttl {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .post-text-box .text {
    font-size: 14px;
  }
  .post-text-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 20px auto 0px;
  }
  .img-list {
    display: block;
  }
  .img-list li {
    font-size: 10px;
    line-height: 1.6em;
    margin-bottom: 38px;
  }
  .img-list li img {
    width: 100%;
    padding-bottom: 17px;
  }
  .img-list.col2 {
    margin-bottom: 0px;
  }
  .img-list.col2 li {
    width: 100%;
  }
  .img-list.col2 li:first-child {
    margin-right: 0%;
  }
  .img-list.col3 {
    margin-bottom: 0px;
  }
  .img-list.col3 li {
    width: 100%;
    margin-right: 0%;
  }
  .img-list.col3 li:last-child {
    margin-right: 0;
  }
  .img-list.imgonly {
    margin-bottom: 15px;
  }
  .img-list.imgonly li {
    margin-bottom: 0px;
  }
  .img-list.imgonly li img {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  /***********************************************************************
  global-header
  **********************************************************************/
  .global-header {
    height: 70px;
    width: 100%;
  }
  .global-header h1 {
    background: url("../img/common/logo.png") 0 0 no-repeat;
    width: 66px;
    height: 44px;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 0px;
  }
  .global-header .drawer-menu {
    position: absolute;
  }
  .global-header .drawer-menu .menu {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 4%;
    background: url("../img/common/menu-btn.png") no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .global-header .drawer-menu .menu a {
    width: 40px;
    height: 40px;
  }
  .global-header .drawer-menu.on .menu {
    width: 50px;
    height: 50px;
    background: url("../img/common/close-btn.png") no-repeat 0 0;
    background-size: contain;
  }
  .global-header.on h1 {
    background: url("../img/common/logo-w.png") 0 0 no-repeat;
    width: 66px;
    height: 44px;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 0px;
  }
  .drawer-menu-contents {
    position: absolute !important;
    background: #171717;
  }
  .drawer-menu-contents .navi {
    margin-top: 120px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 55px;
  }
  .drawer-menu-contents .navi li {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .drawer-menu-contents .navi li a {
    color: #FFF;
  }
  .drawer-menu-contents .navi .contact, .drawer-menu-contents .navi .shop {
    padding-left: 45px;
    position: relative;
  }
  .drawer-menu-contents .navi .contact:before {
    content: "";
    background: url("../img/common/mail-f.png") 0 0 no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: -6px;
    display: inline-block;
    background-size: contain;
  }
  .drawer-menu-contents .navi .shop:before {
    content: "";
    background: url("../img/common/cart-f.png") 0 0 no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: -9px;
    display: inline-block;
    background-size: contain;
  }
  .drawer-menu-contents .navi .shop:after {
    content: "";
    background: url("../img/common/top-arrow-f.png") 0 0 no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 115px;
    top: -6px;
    display: inline-block;
    background-size: contain;
  }
  .drawer-menu-contents dl {
    color: #FFF;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
  }
  .drawer-menu-contents dl dt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/logo-w.png") 0 0 no-repeat;
    width: 65px;
    height: 36px;
    margin-bottom: 20px;
    background-size: contain;
  }
  .drawer-menu-contents .sns {
    text-align: left;
    padding-left: 10px;
    margin: 30px 0 70px;
  }
  .drawer-menu-contents .sns li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-align: left;
  }
  .drawer-menu-contents .sns li:first-child {
    background: url("../img/common/insta.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
  }
  .drawer-menu-contents .sns li:first-child a {
    width: 30px;
    height: 30px;
    display: block;
  }

  .global-footer .footer-bottom .left-box .sns-list li:nth-child(2) {
    background: url("../img/common/x-icon.png") 0 0 no-repeat;
    width: 28px;
    height: 29px;
    background-size: contain;
  }
  
  .global-footer .footer-bottom .left-box .sns-list li:nth-child(2) a {
    display: block;
    width: 28px;
    height: 29px;
  }

  .drawer-menu-contents .sns li:nth-child(2) {
    background: url("../img/common/x-icon.png") 0 0 no-repeat;
    width: 28px;
    height: 29px;
    margin-right: 20px;
    background-size: contain;
  }
  .drawer-menu-contents .sns li:nth-child(2) a {
    width: 28px;
    height: 29px;
    display: block;
  }

  .drawer-menu-contents .copy-right {
    font-size: 12px;
    color: #FFF;
    padding-left: 10px;
    text-align: left;
  }
  /***********************************************************************
  global-footer
  **********************************************************************/
  .global-footer {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
  }
  .global-footer .footer-contact {
    background: url("../img/common/contact-bg-sp.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 464px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-footer .footer-contact dl {
    width: 82.7%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .global-footer .footer-contact dl dt {
    vertical-align: middle;
    display: inline-block;
    display: block;
    line-height: 2.1em;
    margin-right: 0px;
    text-align: left;
    margin-bottom: 55px;
  }
  .global-footer .footer-contact dl dd {
    display: block;
    vertical-align: middle;
  }
  .global-footer .footer-bottom {
    background: #171717;
    height: 660px;
    padding: 90px 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .global-footer .footer-bottom .inner-b {
    width: 82.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
  }
  .global-footer .footer-bottom .logo {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/logo-w.png") 0 0 no-repeat;
    width: 65px;
    height: 36px;
    background-size: contain;
    margin-bottom: 15px;
    display: inline-block;
  }
  .global-footer .footer-bottom .left-box {
    font-size: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .global-footer .footer-bottom .left-box .address {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.8em;
    float: right;
  }
  .global-footer .footer-bottom .left-box .sns-list {
    clear: both;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .global-footer .footer-bottom .left-box .sns-list li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
  .global-footer .footer-bottom .left-box .sns-list li:first-child {
    background: url("../img/common/insta.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-size: contain;
  }
  .global-footer .footer-bottom .left-box .sns-list li:first-child a {
    width: 30px;
    height: 30px;
  }
  
  .global-footer .footer-bottom .left-box .copy-right {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: -15px;
  }
  .global-footer .footer-bottom .right-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #FFF;
    margin-bottom: 60px;
  }
  .global-footer .footer-bottom .right-box a {
    color: #FFF;
  }
  .global-footer .footer-bottom .right-box .main-nav {
    width: initial;
    position: relative;
    padding-left: 10px;
  }
  .global-footer .footer-bottom .right-box .main-nav li {
    display: block;
    width: 134px;
    margin-bottom: 38px;
  }
  .global-footer .footer-bottom .right-box .main-nav:after {
    display: none;
  }
  .global-footer .footer-bottom .right-box .sub-nav {
    padding-left: 67px;
    padding-right: 10px;
  }
  .global-footer .footer-bottom .right-box .sub-nav li {
    margin-bottom: 38px;
    position: relative;
  }
  .global-footer .footer-bottom .right-box .sub-nav li:first-child:before {
    content: "";
    position: absolute;
    left: -42px;
    top: -10px;
    width: 34px;
    height: 34px;
    background: url("../img/common/cart-f.png") 0 0 no-repeat;
    background-size: contain;
  }
  .global-footer .footer-bottom .right-box .sub-nav li:first-child:after {
    content: "";
    position: absolute;
    right: -5px;
    top: -10px;
    width: 34px;
    height: 34px;
    background: url("../img/common/top-arrow-f.png") 0 0 no-repeat;
    background-size: contain;
  }
  .global-footer .footer-bottom .right-box .sub-nav li:nth-child(2):before {
    content: "";
    position: absolute;
    left: -42px;
    top: -8px;
    width: 34px;
    height: 34px;
    background: url("../img/common/mail-f.png") 0 0 no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 1920px) {
  .inner-b {
    width: 1766px !important;
    margin: 0 auto !important;
  }
  .inner-s {
    width: 1626px !important;
    margin: 0 auto !important;
  }
  .inner-s .inner-ss {
    width: 1463px !important;
    margin: 0 auto !important;
  }
}