body {
  transition: opacity 0.3s ease;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hide {
  display: none !important;
}

@media print,
(min-width: 769px) {
  .wrapper {
    width: 980px;
    margin: 0 auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-right: .2rem;
    padding-left: .2rem;
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .md {
    display: none !important;
  }
}

.section-artcooperation-keyvisual .keyvisual-title {
  color: #005f6b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}

@media print,
(min-width: 769px) {
  .section-artcooperation-keyvisual {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .section-artcooperation-keyvisual .keyvisual-title {
    margin-bottom: 41px;
    font-size: 3.2rem;
    line-height: 1.71875;
  }

  .section-artcooperation-keyvisual .keyvisual-thumbnail {
    display: -ms-flexbox;
    display: flex;
  }

  .section-artcooperation-keyvisual .thumbnail-wrapper {
    width: 327px;
  }

  .section-artcooperation-keyvisual .thumbnail-wrapper:nth-child(2) {
    width: 326px;
  }
}

.section-artcooperation-works .works-label {
  position: relative;
  margin: 0 auto;
  border: 1px solid #005f6b;
  color: #005f6b;
  text-align: center;
  font-feature-settings: "palt";
}

.section-artcooperation-works .works-label::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.section-artcooperation-works .label-decoration {
  position: absolute;
  z-index: -1;
  height: 100%;
  background: #efefea;
}

.section-artcooperation-works .label-decoration::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.section-artcooperation-works .works-item a {
  display: block;
}

.section-artcooperation-works .works-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
  font-weight: 600;
}

.section-artcooperation-works .works-title span {
  position: relative;
}

.section-artcooperation-works .works-title span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.section-artcooperation-works .works-title,
.section-artcooperation-works .works-content {
  color: #005f6b;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-artcooperation-works .works-content {
  margin-bottom: 0;
}

.section-artcooperation-works .works-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-artcooperation-works .works-thumbnail {
  position: relative;
}

.section-artcooperation-works .works-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: url(/img/brand/artcooperation/arrow_ico_03.png) center center/auto 100% no-repeat, #005f6b;
  z-index: 1;
}

.section-artcooperation-works .works-thumbnail img {
  border-radius: 50%;
}

@media print,
(min-width: 769px) {
  .section-artcooperation-works .works-label {
    width: 821px;
    min-height: 96px;
    margin-bottom: 90px;
    padding: 12px 15px 10px;
    border-radius: 48px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.075em;
  }

  .section-artcooperation-works .wrapper {
    width: 870px;
  }

  .section-artcooperation-works .works-label::before {
    bottom: -27px;
    left: calc(50% - 15px);
    width: 30px;
    height: 28px;
    background: url(/img/brand/artcooperation/arrow_ico_02.png) center center/100% auto no-repeat;
  }

  .section-artcooperation-works .label-decoration {
    top: 9px;
    left: 8px;
    width: 821px;
    min-height: 96px;
    border-radius: 48px;
  }

  .section-artcooperation-works .label-decoration::before {
    bottom: -25px;
    left: calc(50% - 11px);
    width: 24px;
    height: 30px;
    background: url(/img/brand/artcooperation/arrow_ico_01.svg) center center/auto 100% no-repeat;
  }

  .section-artcooperation-works .works-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 55px;
  }

  .section-artcooperation-works .works-item {
    width: 150px;
    margin: 0 15px 44px;
  }

  .section-artcooperation-works .works-title {
    margin-bottom: 47px;
    font-size: 36px;
    line-height: 1.5277777778;
  }

  .section-artcooperation-works .works-title span {
    padding-left: 66px;
  }

  .section-artcooperation-works .works-title span::before {
    top: 3px;
    left: 2px;
    background: url(/img/brand/artcooperation/works_ico.svg) top left / auto no-repeat;
    width: 46px;
    height: 47px;
  }

  .section-artcooperation-works .works-content {
    font-size: 20px;
    line-height: 1.4;
  }

  .section-artcooperation-works .works-content.is-modify {
    margin: 0 -10px;
  }

  .section-artcooperation-works .works-thumbnail {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .section-artcooperation-works .works-thumbnail::before {
    width: 35px;
    height: 35px;
  }
}

.block-list-products .products-introduction {
  background: #efefea;
}

.block-list-products .content-title {
  color: #005f6b;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.block-list-products .content-title span {
  display: block;
}

.block-list-products .content-title .title-bottom {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
}

.block-list-products .content-text {
  margin: 0;
  font-feature-settings: "palt";
  color: #52616a;
}

.block-list-products .products-introduction {
  overflow: hidden;
}

.block-list-products .description-title {
  color: #52616a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
  font-weight: 500;
  letter-spacing: .025em;
}

.block-list-products .description-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #52616a;
  color: #52616a;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.block-list-products .description-button .m-icon.m-icon-pdf {
  display: none;
}

.block-list-products .description-button span {
  position: relative;
}

.block-list-products .description-button span::before {
  position: absolute;
  content: "";
}

.block-list-products .description-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-list-products .description-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #005f6b;
  color: #fff;
  font-feature-settings: "palt";
}

.block-list-products .description-link::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/brand/artcooperation/arrow_ico_04.png) center right/auto 100% no-repeat;
}

.block-list-products .description-link span {
  letter-spacing: 0.05em;
  position: relative;
}

.block-list-products .thumbnail-next,
.block-list-products .thumbnail-prev {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.block-list-products .thumbnail-next {
  background: url(/img/brand/artcooperation/arrow_ico_05.png) center center/auto 100% no-repeat;
}

.block-list-products .thumbnail-prev {
  background: url(/img/brand/artcooperation/arrow_ico_06.png) center center/auto 100% no-repeat;
}

.block-list-products .products-description {
  position: relative;
}

@media print,
(min-width: 769px) {
  .block-list-products {
    margin: 0 -5px 100px;
  }

  p.a-center {
    margin: 0 25px 78px;
  }

  .block-list-products .products-introduction {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    border-radius: 10px;
  }

  .block-list-products .products-introduction .introduction-content {
    padding: 37px 40px 19px;
  }

  .block-list-products .products-introduction.is-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .block-list-products .products-introduction.is-reverse .introduction-content {
    padding: 37px 40px 20px 28px;
    flex: 1;
  }

  .block-list-products .introduction-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-list-products .introduction-content .content-wrapper {
    margin-bottom: 40px;
  }

  .block-list-products .products-wrapper:not(:last-child) {
    margin-bottom: 100px;
  }

  .is-mac .block-list-products .description-link span {
    top: 1px;
  }

  .block-list-products .introduction-thumbnail {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 440px;
  }

  .block-list-products .content-title .title-top {
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 2.8571428571;
  }

  .block-list-products .content-title .title-bottom {
    font-size: 36px;
    line-height: 1.3888888889;
  }

  .block-list-products .content-link {
    display: flex;
    flex-wrap: wrap;
  }

  .block-list-products .content-link.is-column {
    flex-direction: column;
  }

  .block-list-products .content-link .link-title {
    padding-right: 10px;
    color: #005f6b;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
  }

  .block-list-products .content-link .link-description {
    position: relative;
    width: fit-content;
    text-decoration: none;
    color: #005f6b;
    font-size: 14px;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    word-break: break-all;
  }

  .block-list-products .content-link .link-description:hover {
    opacity: 0.8;
  }

  .block-list-products .link-description .m-icon-blank {
    position: absolute;
    bottom: 1px;
  }
  
  .block-list-products .content-title .title-sub {
    font-size: 26px;
  }

  .block-list-products .content-text {
    font-size: 16px;
    line-height: 1.5625;
  }

  .block-list-products .description-title {
    margin: 2px -2px 11px;
    font-size: 32px;
    line-height: 1.35;
  }

  .block-list-products .description-thumbnail {
    width: 440px;
    height: 290px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .block-list-products .thumbnail-next,
  .block-list-products .thumbnail-prev {
    width: 35px;
    height: 35px;
  }

  .block-list-products .thumbnail-next {
    left: 10px;
  }

  .block-list-products .thumbnail-prev {
    right: 10px;
  }

  .block-list-products .products-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .block-list-products .products-description .description-wrapper {
    padding-right: 60px;
    width: 440px;
    min-height: 290px;
    margin-right: auto;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .block-list-products .products-description.is-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .block-list-products .products-description.is-reverse .description-wrapper {
    padding-right: 0;
    padding-left: 60px;
    margin-left: auto;
    margin-right: 0;
  }

  .block-list-products .products-description.is-reverse .description-thumbnail {
    right: auto;
    left: 0;
  }

  .block-list-products .description-button {
    width: 210px;
    min-height: 24px;
    margin-bottom: 20px;
  }

  .block-list-products .description-button span {
    padding-right: 21px;
    top: 1px;
  }

  .is-mac .block-list-products .description-button span {
    top: 1px;
  }

  .is-mac .block-list-products .description-button span::before {
    top: 3px;
  }

  .block-list-products .description-button span::before {
    top: 3px;
    right: 3px;
    width: 14px;
    height: 13px;
    background: url(/img/brand/artcooperation/products_ico.png) top right / contain no-repeat;
  }

  .block-list-products .description-list {
    margin: 0 -5px 14px;
  }

  .block-list-products .description-item {
    width: 120px !important;
    height: 80px;
    margin: 0 5px;
  }

  .block-list-products .description-link {
    width: 380px;
    min-height: 40px;
    padding: 5px 40px;
    font-size: 16px;
    line-height: 1.75;
  }

  .block-list-products .description-link::before {
    right: 20px;
    width: 12px;
    height: 7px;
  }

  .block-list-products .description-link+.description-link {
    margin-top: 10px;
  }
}


@media only screen and (max-width: 768px) {
  .section-artcooperation-keyvisual {
    padding-top: .6rem;
  }

  .section-artcooperation-keyvisual .keyvisual-title {
    margin-bottom: 3.9rem;
    font-size: 2.3rem;
    line-height: 1.6956521739;
  }

  .section-artcooperation-keyvisual .keyvisual-thumbnail {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.2rem;
  }

  .section-artcooperation-keyvisual .thumbnail-wrapper {
    width: 12.5rem;
  }

  .section-artcooperation-keyvisual .thumbnail-wrapper img {
    height: auto;
  }

}

@media only screen and (max-width: 768px) {
  .section-artcooperation-works {
    padding-top: 5rem;
  }

  .section-artcooperation-works .works-label {
    margin: 0 2.8rem;
    margin-bottom: 6.2rem;
    padding: 2.4rem 1rem 2.5rem;
    border-radius: 5rem;
    font-size: 1.6rem;
    line-height: 2.0625;
    letter-spacing: .05em;
  }

  .section-artcooperation-works .works-label::before {
    bottom: -2rem;
    left: calc(50% - 1.2rem);
    width: 2.2rem;
    height: 2.1rem;
    background: url(/img/brand/artcooperation/arrow_ico_02_sp.png) center center/100% auto no-repeat;
  }

  .section-artcooperation-works .label-decoration {
    top: .9rem;
    left: .9rem;
    width: 31.5rem;
    border-radius: 5rem;
    height: calc(100% + .3rem);
  }

  .section-artcooperation-works .label-decoration::before {
    bottom: -1.9rem;
    left: calc(50% - 1.4rem);
    width: 2.6rem;
    height: 2.6rem;
    background: url(/img/brand/artcooperation/arrow_ico_01_sp.png) center center/auto 100% no-repeat;
  }

  .section-artcooperation-works .works-title {
    margin-bottom: 2.2rem;
    font-size: 2.3rem;
  }

  .section-artcooperation-works .works-title span {
    padding-left: 4.2rem;
  }

  .section-artcooperation-works .works-title span::before {
    width: 3rem;
    height: 2.6rem;
    top: .1rem;
    left: .1rem;
    background: url(/img/brand/artcooperation/works_ico.svg) top left / auto no-repeat;
  }

  .section-artcooperation-works .works-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.7rem 5.1rem;
    padding: 0 1.4rem;
    justify-content: center;
  }

  .section-artcooperation-works .works-item {
    width: 10.5rem;
    margin: 0 .7rem 2rem;
  }

  .section-artcooperation-works .works-item a {
    display: block;
  }

  .section-artcooperation-works .works-thumbnail {
    margin-bottom: 1.3rem;
  }

  .section-artcooperation-works .works-thumbnail::before {
    width: 2.45rem;
    height: 2.45rem;
  }

  .section-artcooperation-works .works-content {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-artcooperation-works .works-content.is-modify,
  .section-artcooperation-works .works-content.is-modify-sp {
    margin: 0 -1rem;
    letter-spacing: -.05em;
  }
}

@media only screen and (max-width: 768px) {
  .block-list-products {
    margin: 0 -.2rem 2.4rem;
  }

  p.a-center {
    padding: 0 4.8rem;
  }

  .block-list-products .content-wrapper {
    margin-bottom: 2rem;
  }

  .block-list-products .content-title {
    margin-bottom: 0.5rem;
  }

  .block-list-products .content-title .title-top {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: calc(40 / 28);
  }

  .block-list-products .content-title .title-bottom {
    font-size: 2.3rem;
    line-height: calc(70 / 46);
  }

  .block-list-products .content-link {
    display: flex;
    flex-wrap: wrap;
  }

  .block-list-products .content-link .link-title {
    padding-right: 1rem;
    color: #005f6b;
    font-size: 1.4rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .block-list-products .content-link .link-description {
    position: relative;
    text-decoration: none;
    color: #005f6b;
    font-size: 1.4rem;
    line-height: 1.3;
    transition: opacity 0.3s ease;
    word-break: break-all;
  }

  .block-list-products .content-link .link-description:hover {
    opacity: 0.8;
  }

  .block-list-products .link-description .m-icon-blank {
    position: absolute;
    bottom: 0.07rem;
  }

  .block-list-products .content-title .title-sub {
    font-size: 1.7rem;
  }

  .block-list-products .introduction-content {
    padding: 2.7rem 2rem 2.3rem;
  }

  .block-list-products .content-text {
    font-size: 1.6rem;
    line-height: calc(58 / 32);
    letter-spacing: 0;
  }

  .block-list-products .description-title {
    margin-bottom: .3rem;
    font-size: 2.3rem;
  }

  .block-list-products .products-description {
    padding: 3rem 2.5rem 2.6rem;
  }

  .block-list-products .description-button {
    width: 21rem;
    min-height: 2.4rem;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }

  .block-list-products .description-button span {
    padding-right: 2.2rem;
    top: .13rem;
  }

  .is-android .block-list-products .description-button span {
    top: -.03rem;
  }

  .is-android .block-list-products .description-button span::before {
    top: .4rem;
  }

  .is-ios .block-list-products .description-button span {
    top: 0;
  }

  .is-ios .block-list-products .description-button span::before {
    top: .3rem;
  }

  .block-list-products .description-button span::before {
    top: .2rem;
    right: .3rem;
    width: 1.4rem;
    height: 1.3rem;
    background: url(/img/brand/artcooperation/products_ico.png) top right/ contain no-repeat
  }

  .block-list-products .description-list {
    margin: 0 -.45rem 1.9rem;
  }

  .block-list-products .description-item {
    width: 10.2rem !important;
    height: 6.7rem;
    margin: 0 .45rem;
  }

  .block-list-products .description-thumbnail {
    margin-bottom: .4rem;
    position: relative;
  }

  .block-list-products .description-link {
    min-height: 3.4rem;
    padding: 0 3rem;
    font-size: 1.4rem;
  }

  .block-list-products .description-link+.description-link {
    margin-top: 1rem;
  }

  .block-list-products .description-link::before {
    right: 1.8rem;
    width: 1rem;
    height: .6rem;
    top: 1.3rem;
  }

  .block-list-products .products-wrapper:not(:last-child) {
    margin-bottom: 4.9rem;
  }

  .block-list-products .thumbnail-next,
  .block-list-products .thumbnail-prev {
    width: 2.45rem;
    height: 2.45rem;
  }

  .block-list-products .thumbnail-next {
    left: .8rem;
  }

  .block-list-products .thumbnail-prev {
    right: .9rem;
  }

  .is-ios .block-list-products .description-link span {
    top: 0;
  }

  .block-list-products .description-link span {
    top: .1rem;
  }

  .block-list-products .description-link.is-modify {
    margin-top: 1rem;
  }
}

@media (max-width: 374px) {
  .section-artcooperation-keyvisual .keyvisual-title {
    font-size: 2rem;
  }

  .section-artcooperation-works .works-label {
    font-size: 1.4rem;
  }

  .section-artcooperation-works .label-decoration {
    width: 100%;
  }

  .block-list-products .description-item {
    width: 100% !important;
    padding: 0 .45rem;
    margin: 0;
  }

  .block-list-products .description-link {
    padding: 0 3rem 0 1rem;
  }
}



@media print,
(min-width: 769px) {
  .description-list .slick-slide:first-child {
    margin-left: -130px;
  }
}

@media only screen and (max-width: 768px) {
  .description-list .slick-slide:first-child {
    margin-left: -12.2rem;
  }
}

@media (max-width: 374px) {
  .description-list .slick-slide:first-child {
    margin-left: -9.3rem !important;
  }

  p.a-center {
    padding: 0 2.3rem;
  }
}
