@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.c5-photo_studio {
  overflow-x: hidden;
  img:not(.s5-iconInline) {
    max-width: 100%;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
  }
  .s5-container {
    @media screen and (max-width: 639px) {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
.c5-inner-s {
  max-width: 950px;
  margin: 0 auto;
}
.c5-mv {
  background: url("../images/mv.jpg") no-repeat;
  background-size: cover;
  aspect-ratio: 5 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 639px) {
    background: none;
    display: block;
  }
}
.c5-mv-ttl img {
  width: min(514px,35vw);
  @media screen and (max-width: 639px) {
    width: auto;
  }
}
.c5-mv-contents {
  text-align: center;
  @media screen and (max-width: 639px) {
    padding: 30px 15px;
  }
}
.c5-mv-lead {
  font-size: min(0.875rem,1.1vw);
  margin: 1.5vw 0 0 0;
  @media screen and (max-width: 639px) {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.c5-section-top {
  padding: 100px 0;
  @media screen and (max-width: 639px) {
    padding: 60px 0;
  }
  &.c5-bg {
    position: relative;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 calc(50% - 50vw);
      width: 100vw;
      height: 100%;
      background: url("../images/bg_pattern.png") no-repeat center top;
      background-size: cover;
      z-index: -1;
    }
  }
}
.c5-section-secondary {
  margin-bottom: 90px;
  @media screen and (max-width: 639px) {
    margin-bottom: 75px;
  }
}
.c5-ttl-section {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 40px;
  @media screen and (max-width: 639px) {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  &.wn {
    text-align: left;
    margin-bottom: 20px;
    &::before {
      content: '';
      width: 15px;
      height: 8px;
      background-color: #ED9152;
      display: inline-block;
      margin: 0 10px 0 0;
      clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
      vertical-align: middle;
    }
    &::after {
      display: none;
    }
  }
  &::after {
    content: '';
    width: 15px;
    height: 8px;
    background-color: #ED9152;
    display: block;
    margin: 10px auto 0;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
.c5-card-wn {
  display: grid;
  gap: 12px 17px;
  grid-template-columns: 58.9% auto;
  @media screen and (max-width: 639px) {
    display: block;
    text-align: center;
    > div {
      margin-bottom: 12px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  div:first-child {
    grid-row: span 2;
  }
}
.c5-card-pickup {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  @media screen and (max-width: 639px) {
    display: block;
  }
  > div {
    flex: 0 1 calc(25% - 15px);
    text-align: center;
    @media screen and (max-width: 639px) {
      margin-bottom: 20px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  a {
    transition: .3s ease;
    &:hover {
      opacity: .7;
    }
  }
}
.c5-card-pro {
  display: flex;
  gap: 2.8vw;
  justify-content: center;
  flex-wrap: wrap;
  @media screen and (max-width: 639px) {
    gap: 15px;
  }
  &:has(> :nth-child(-n+3):last-child) {
    gap: 3.2vw;
    @media screen and (max-width: 639px) {
      display: block;
    }
    > a {
      flex: 0 1 calc(100% / 3 - 2.2vw);
      @media screen and (max-width: 639px) {
        margin-bottom: 40px;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
  > a {
    flex: 0 1 calc(25% - 2.1vw);
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px 15px 40px 15px;
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    position: relative;
    text-align: center;
    transition: .3s ease;
    @media screen and (max-width: 639px) {
      padding: 10px 10px 20px 10px;
      flex: 0 1 calc(50% - 8px);
    }
    &:hover {
      text-decoration: none;
      background-color: #eee;
    }
    &::after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #ccc;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      @media screen and (max-width: 639px) {
        width: 14px;
        height: 14px;
      }
    }
    p {
      margin: 0;
    }
  }
}
.c5-card-pro__img {
  margin-bottom: 20px;
  @media screen and (max-width: 639px) {
    margin-bottom: 10px;
  }
}
.c5-card-pro__pos {
  @media screen and (max-width: 639px) {
    font-size: 0.75rem;
  }
}
.c5-card-pro__name {
  font-weight: bold;
}
.c5-list-cs {
  display: flex;
  gap: 3.2vw;
  justify-content: center;
  flex-wrap: wrap;
  @media screen and (max-width: 639px) {
    display: block;
  }
  > a {
    flex: 0 1 calc(100% / 3 - 2.2vw);
    display: block;
    transition: .5s ease;
    opacity: 1;
    transition-behavior: allow-discrete;
    @starting-style {
      opacity: 0;
    }
    &:hover {
      text-decoration: none;
      .c5-list-cs__img {
        opacity: .7;
      }
    }
    @media screen and (max-width: 639px) {
      margin-bottom: 40px;
    }
  }
  &.close {
    > a:nth-child(n+4) {
      display: none;
    }
  }
}
.c5-list-cs__img {
  text-align: center;
  margin-bottom: 20px;
  transition: .3s ease;
  @media screen and (max-width: 639px) {
    margin-bottom: 10px;
  }
}
.c5-list-cs__name {
  margin: 0;
  @media screen and (max-width: 639px) {
    font-size: unset;
  }
}
.c5-list-cs__txt {
  margin: 0;
  font-size: 0.875rem;
}
.c5-list-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 120px;
  @media screen and (max-width: 639px) {
    margin-top: 100px;
    display: block;
    > div {
      margin-bottom: 15px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  > div {
    flex: 0 1 calc(100% / 3 - 14px);
  }
}
.c5-btn-more {
  display: block;
  width: 220px;
  margin: 60px auto 0 auto;
  border: 1px solid #333;
  text-align: center;
  padding: 15px 0;
  position: relative;
  font-weight: bold;
  transition: .3s ease;
  @media (any-hover: hover) {
    &:hover {
      text-decoration: none;
      background-color: #333;
      color: #fff;
    }
  }
  &.open {
    span:nth-child(1) {
      display: none;
    }
    span:nth-child(2) {
      display: inline-block;
    }
    .icon {
      &::after {
        display: none;
      }
    }
  }
  span:nth-child(2) {
    display: none;
  }
  .icon {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    &::before,
    &::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
      background-color: #333;
    }
    &::after {
      transform: rotate(90deg);
    }
  }
}
.c5-btn-type01 {
  display: flex;
  min-height: 70px;
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
  position: relative;
  box-sizing: border-box;
  border: 1px #ddd solid;
  transition: .3s ease;
  @media screen and (max-width: 639px) {
    min-height: 50px;
  }
  &:hover {
    background-color: #fff;
    color: unset;
    text-decoration: none;
    &::after {
      border-color: #333;
    }
  }
  &::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
  }
  &.inline {
    display: inline-flex;
    min-width: 200px;
  }
}
.c5-btn-type02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #c9282e;
  text-align: center;
  color: #fff;
  min-width: 400px;
  min-height: 75px;
  position: relative;
  padding: 5px 40px;
  box-sizing: border-box;
  border-radius: 60px;
  font-weight: bold;
  transition: .3s ease;
  border: 1px solid #c9282e;
  font-size: 1.125rem;
  @media screen and (max-width: 639px) {
    min-height: 50px;
    min-width: 0;
    display: flex;
    font-size: 0.875rem;
  }
  &:hover {
    background-color: #fff;
    color: #c9282e;
    text-decoration: none;
    &::after {
      border-color: #c9282e;
    }
  }
  &::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}
.c5-btn-type03 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EC5F00;
  text-align: center;
  color: #fff;
  min-height: 50px;
  position: relative;
  padding: 5px 40px;
  box-sizing: border-box;
  font-weight: bold;
  transition: .3s ease;
  border: 1px solid #EC5F00;
  font-size: 1.125rem;
  @media screen and (max-width: 639px) {
    min-height: 40px;
    padding: 5px 20px;
    font-size: 0.875rem;
  }
  &:hover {
    background-color: #fff;
    color: #EC5F00;
    text-decoration: none;
    &::after {
      border-color: #EC5F00;
    }
  }
  &::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    @media screen and (max-width: 639px) {
      right: 10px;
      width: 6px;
      height: 6px;
    }
  }
}
.c5-btn-type04 {
  display: block;
  border: 1px solid #C9282E;
  text-align: center;
  color: #C9282E;
  padding: 15px;
  position: relative;
  @media screen and (max-width: 639px) {
    padding: 5px 10px;
  }
  &:hover {
    background-color: #C9282E;
    color: #fff;
    text-decoration: none;
  }
  .s5-iconInline {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin: 0;
    @media screen and (max-width: 639px) {
      right: 10px;
    }
  }
}
.c5-btn-wrap {
  text-align: center;
  margin-top: 60px;
}
.c5-fixed-bottom {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #777;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  z-index: 99;
  + .s5-returnToTop {
    margin: 0;
    z-index: 100;
    button.s5-returnToTop__button {
      @media screen and (max-width: 639px) {
        top: -130px;
      }
    }
  }
  @media screen and (max-width: 639px) {
    padding: 10px;
  }
}
.c5-fixed-bottom__inner {
  display: flex;
  justify-content: center;
  gap: 50px;
  @media screen and (max-width: 639px) {
    gap: 10px;
  }
  > div {
    flex: 0 1 50%;
    text-align: center;
  }
  p {
    margin: 0 0 10px 0;
    @media screen and (max-width: 639px) {
      font-size: min(0.75rem,3.2vw);
    }
  }
}
.c5-spindent {
  @media screen and (max-width: 639px) {
    padding: 0 20px;
  }
}
.c5-section-intro {
  padding-top: 60px;
  margin-bottom: 95px;
  position: relative;
  @media screen and (max-width: 639px) {
    padding-top: 30px;
    margin-bottom: 75px;
  }
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 580px;
    background: url("../images/bg_intro.png") no-repeat center top;
    background-size: 100% 100%;
    z-index: -1;
    @media screen and (max-width: 639px) {
      background: url("../images/bg_intro_sp.png") no-repeat center top;
      background-size: 100% 450px;
    }
  }
}
.c5-section-intro__col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
  @media screen and (max-width: 639px) {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 30px;
  }
}
.c5-section-intro__txt {
  @media screen and (max-width: 639px) {
    text-align: center;
    flex: 100%;
  }
}
.c5-section-intro__img {
  max-width: 50%;
  @media screen and (max-width: 639px) {
    text-align: center;
    margin-bottom: 20px;
    max-width: none;
  }
}
.c5-section-intro__company {
  font-size: min(1.75rem,2vw);
  line-height: 1.3;
  margin: 0 0 18px 0;
  @media screen and (max-width: 639px) {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c5-section-intro__position {
  margin: 0 0 5px 0;
}
.c5-section-intro__name {
  font-size: min(2.5rem,3vw);
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  @media screen and (max-width: 639px) {
    font-size: 1.5rem;
  }
  .ruby {
    font-size: min(1.75rem,2vw);
    @media screen and (max-width: 639px) {
      font-size: 1rem;
    }
  }
}
.c5-section-intro__profile {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
  line-height: 2;
  @media screen and (max-width: 639px) {
    order: 3;
    padding: 40px 20px;
    line-height: 1.6;
  }
  p {
    margin: 0 0 1.6em 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-card-equipment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  @media screen and (max-width: 639px) {
    display: block;
    padding: 20px;
    background-color: #F0F0F0;
  }
  > div {
    background-color: #F0F0F0;
    position: relative;
    padding: 50px 20px 40px 20px;
    flex: 0 1 calc(100% / 3 - 20px);
    box-sizing: border-box;
    @media screen and (max-width: 639px) {
      display: grid;
      grid-template-columns: 40% auto;
      gap: 5px 15px;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #DDDDDD;
      margin-bottom: 20px;
      &:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
      }
    }
  }
  .c5-card-equipment__type {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #454545;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    padding: 5px;
    line-height: 1.2;
    @media screen and (max-width: 639px) {
      position: static;
      font-size: 0.8125rem;
      width: min-content;
      white-space: nowrap;
    }
  }
  .c5-card-equipment__img {
    margin-bottom: 15px;
    text-align: center;
    @media screen and (max-width: 639px) {
      margin-bottom: 0;
      grid-row: span 3;
      align-self: center;
      img {
        width: 100%;
      }
    }
  }
  .c5-card-equipment__name {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0;
    text-align: center;
    @media screen and (max-width: 639px) {
      text-align: left;
      font-size: 1rem;
    }
  }
  .c5-card-equipment__btn {
    margin: 25px auto 0;
    text-align: center;
    max-width: 260px;
    @media screen and (max-width: 639px) {
      margin: 0;
    }
  }
}
.c5-card-gallery {
  display: flex;
  justify-content: center;
  gap: 40px 20px;
  flex-wrap: wrap;
  @media screen and (max-width: 639px) {
    gap: 30px 15px;
    justify-content: flex-start;
  }
  > div {
    flex: 0 1 calc(20% - 16px);
    @media screen and (max-width: 639px) {
      flex: 0 1 calc(50% - 10px);
    }
  }
  .c5-card-gallery__img {
    position: relative;
    cursor: pointer;
    border: 1px solid #DDD;
    &:hover {
      @media (any-hover: hover) {
        &::before {
          opacity: 1;
          visibility: visible;
        }
      }
    }
    &::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.5) url(../images/icon_lens.svg) no-repeat center;
      background-size: 25%;
      opacity: 0;
      transition: .3s ease;
      visibility: hidden;
    }
  }
  .c5-card-gallery__caption {
    @media screen and (max-width: 639px) {
      font-size: 0.75rem;
    }
    p {
      margin: 10px 0 0 0;
    }
  }
  .c5-card-galley__lens {
    display: none;
    @media screen and (max-width: 639px) {
      display: block;
      text-align: right;
    }
  }
}
.c5-sidebtn {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 100;
  @media screen and (max-width: 639px) {
    position: sticky;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }
  + .c5-fixed-bottom {
    position: static;
  }
  a {
    background-color: #2E3A3E;
    color: #fff;
    border: 1px solid #2E3A3E;
    padding: 20px 15px;
    writing-mode: vertical-lr;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    @media screen and (max-width: 639px) {
      writing-mode: unset;
      padding: 15px;
      letter-spacing: 0;
      font-size: 0.875rem;
      text-align: center;
    }
    @media (any-hover: hover) {
      &:hover {
        text-decoration: none;
        background-color: #fff;
        color: #2E3A3E;
      }
    }
  }
}
.c5-header-cs {
  margin-bottom: 74px;
  @media screen and (max-width: 639px) {
    padding-top: 28px;
    margin-bottom: 40px;
  }
}
.c5-mv-cs {
  background-color: #000;
  display: flex;
  @media screen and (max-width: 639px) {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.c5-mv-cs__l {
  flex: 1;
  text-align: center;
  padding: min(96px,7vw) 0 20px;
  box-sizing: border-box;
  color: #fff;
  @media screen and (max-width: 639px) {
    padding: 40px 20px;
    img {
      width: 200px;
    }
  }
}
.c5-mv-cs__img {
  flex: 0 1 58%;
  text-align: right;
  img {
    object-fit: cover;
    height: 100%;
  }
}
.c5-mv-cs__a {
  margin-bottom: min(50px,3.5vw);
  @media screen and (max-width: 639px) {
    margin-bottom: 30px;
    img {
      width: 30px;
    }
  }
}
.c5-mv-cs__uv {
  img {
    width: min(237px, 17vw);
    @media screen and (max-width: 639px) {
      width: 188px;
    }
  }
}
.c5-mv-cs__txt {
  margin-top: min(100px,7.5vw);
  font-size: min(1.5rem,1.6vw);
  line-height: 1.3;
  @media screen and (max-width: 639px) {
    margin-top: 40px;
    font-size: 1.125rem;
  }
  p {
    margin-bottom: 10px !important;
  }
}
.c5-mv-cs__name {
  font-size: min(1.75rem,2vw);
  @media screen and (max-width: 639px) {
    font-size: 1.375rem;
  }
}
.c5-section-cs {
  max-width: 1140px;
  margin: 0 auto 80px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  &.no_mv {
    margin-top: 80px;
    @media screen and (max-width: 639px) {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 639px) {
    margin-bottom: 60px;
    font-size: 0.875rem;
  }
  p {
    margin: 0 0 1.6em 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-subsection-cs {
  margin-bottom: 50px;
  @media screen and (max-width: 639px) {
    margin-bottom: 40px;
  }
}
.c5-inner-cs {
  padding: 0 50px;
  @media screen and (max-width: 639px) {
    padding: 0;
  }
}
.c5-mainttl-cs {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 40px;
  @media screen and (max-width: 639px) {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.c5-ttlwrap-cs {
  background-color: #F9F8F8;
  padding: 45px 50px;
  border-left: 2px solid #ED9152;
  margin-bottom: 60px;
  @media screen and (max-width: 639px) {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.c5-ttl-cs {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0;
  @media screen and (max-width: 639px) {
    font-size: 1.125rem;
  }
}
.c5-subttl-cs {
  font-size: 1rem;
  margin: 0 0 20px 0;
  @media screen and (max-width: 639px) {
    font-size: unset;
  }
}
.c5-ttl-index {
  font-size: 1.25rem;
  margin: 0 0 20px 0;
  color: #585858;
  @media screen and (max-width: 639px) {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c5-lead-cs {
  margin-bottom: 70px;
  @media screen and (max-width: 639px) {
    margin-bottom: 40px;
  }
}
.c5-box-index {
  border: 1px solid #ccc;
  padding: 34px 40px;
  @media screen and (max-width: 639px) {
    padding: 20px;
  }
}
.c5-list-index {
  color: #585858;
  list-style: none;
  margin: 0;
  padding: 0;
  li {
    position: relative;
    padding-left: 20px;
    text-indent: -1.2em;
    &::before {
      content: '・ ';
    }
    &:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  a {
    color: #585858;
  }
}
p.c5-caption-cs {
  font-size: 0.750rem;
  margin-top: 10px;
}
.c5-colswrap-cs {
  overflow: hidden;
}
.c5-floatimg_l {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 39%;
  @media screen and (max-width: 639px) {
    float: none;
    max-width: none;
    margin: 0 0 30px 0;
  }
}
.c5-floatimg_r {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 39%;
  @media screen and (max-width: 639px) {
    float: none;
    max-width: none;
    margin: 0 0 30px 0;
  }
}

.c5-ttl-product {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 1.25rem;
}
.c5-product-cs {
  border-top: 1px solid #ccc;
  padding-top: 56px;
  @media screen and (max-width: 639px) {
    padding-top: 40px;
  }
}
.c5-colsPro-cs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  @media screen and (max-width: 639px) {
    display: block;
  }
  p {
    margin-bottom: 1em;
  }
  > div {
    gap: 16px;
    display: flex;
    @media screen and (max-width: 639px) {
      display: block;
      text-align: center;
    }
  }
  &:has(> :nth-child(2)) > div {
    flex: 0 1 50%;
  }
}
.c5-colsPro-cs__text {
  flex: 1;
}
.c5-colsPro-cs__img {
  flex: 0 1 235px;
}
.c5-colsPro-cs__ttl {
  font-size: 1.125rem;
  font-weight: bold;
}
.c5-icon-lens {
  display: inline-block;
  color: #555;
  position: relative;
  &::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    content: '';
    width: 12px;
    height: 12px;
    mask: url(../images/icon_lens.svg) no-repeat;
    mask-size: 100%;
    background-color: #555;
  }
}
.c5-btn-pdfWrap {
  text-align: right;
  margin-top: 20px;
}
.c5-btn-pdf {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #E4E7EC;
  border: 1px solid #ccc;
  font-weight: bold;
  &:hover {
    text-decoration: none;
    color: unset;
    opacity: .7;
  }
  img {
    vertical-align: text-bottom !important;
    margin-right: 5px;
  }
}

.c5-pc {
  @media screen and (max-width: 639px) {
    display: none;
  }
}
.c5-sp {
  display: none;
  @media screen and (max-width: 639px) {
    display: block;
  }
}

/* modal */
.c5-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.c5-modal-inner {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.c5-modal-content {
  max-height: 700px;
  max-width: 100%;
  vertical-align: bottom;
}
.c5-modal-close {
  position: absolute;
  top: -50px;
  right: 20px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.c5-link {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}