@charset "UTF-8";
html {

  scroll-behavior: smooth; }

.is-sp {
  display: none; }

.c5-sec {
  position: relative;
  color: #212121; }
  .c5-sec__in {
    position: relative;
    padding: 0 30px;
    margin: auto; }
  .c5-sec img:not(.s5-iconInline) {
    vertical-align: bottom;
    max-width: 100%; }
  .c5-sec p {
    margin: 0 0 1.5em 0; }
    .c5-sec p:last-child {
      margin-bottom: 0; }
  .c5-sec h1, .c5-sec h2, .c5-sec h3 {
    margin: 0; }
  .c5-sec .hvop {
    transition: opacity .3s; }
    .c5-sec .hvop:hover {
      text-decoration: none;
      opacity: 0.7; }

.c5-mv .c5-sec__in {
  padding: 0 0 110px; }
.c5-mv__text {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 36px 100px 36px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url(../images/bg-mv-lead.png); }
  .c5-mv__text__main {
    font-size: 43px; }
  .c5-mv__text__sub {
    font-size: 26px; }
.c5-mv__image {
  overflow: hidden;
  position: relative;
  height: 540px;
  background-color: #000;
  background-image: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 540px; }
  .c5-mv__image._review {
    background-image: url(../images/mv_review.jpg); }
    .c5-mv__image._review::before, .c5-mv__image._review::after {
      display: none; }
  .c5-mv__image:before, .c5-mv__image:after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0; }
  .c5-mv__image:before {
    left: 50%;
    margin-left: -600px;
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .c5-mv__image:after {
    right: 50%;
    margin-right: -600px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%); }

.c5-lead {
  padding: 120px 0 0 0; }
  .c5-lead .c5-sec__in {
    max-width: 1080px; }
  .c5-lead .c5-sec__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px; }
  .c5-lead .c5-sec__lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px; }

.c5-seriesList {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .c5-seriesList li {
    width: 42%; }
  .c5-seriesList__image {
    margin-bottom: 25px; }
  .c5-seriesList__title {
    font-weight: bold;
    font-size: 26px;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 0.3em; }
    .c5-seriesList__title:after {
      content: "";
      width: 50px;
      height: 3px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -2px; }
  .c5-seriesList__catch {
    font-size: 20px;
    padding-top: 0.5em; }
    .c5-seriesList__catch span {
      font-size: 12px;
      color: #555; }

.c5-about {
  padding: 120px 0; }
  .c5-about .c5-sec__in {
    max-width: 1200px; }
  .c5-about .c5-sec__title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg-title01.png);
    padding: 1em;
    margin-bottom: 100px; }

.c5-aboutBlock {
  max-width: 1080px;
  margin: 0 auto 100px; }
  .c5-aboutBlock:last-child {
    margin-bottom: 0; }
  .c5-aboutBlock__title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-image: url(../images/bg-title02.png);
    padding: .6em .5em; }
    .c5-aboutBlock__title + p,
    .c5-aboutBlock__title + h4 {
      margin-top: 30px; }
  .c5-aboutBlock__subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0; }

.c5-aboutList01 {
  margin: 60px 0 100px;
  padding-bottom: 60px;
  /*border-bottom: 1px solid #DCDCDC;*/ }
  .c5-aboutList01__item {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .c5-aboutList01__item._rv {
      flex-direction: row-reverse; }
    .c5-aboutList01__item:last-child {
      margin-bottom: 0; }
    .c5-aboutList01__item .c5-ttl_movie,
    .c5-aboutList01__item .c5-ttl_ex {
      flex: 100%; }
  .c5-aboutList01__text {
    width: 57%; }
  .c5-aboutList01__image {
    width: 40%; }
    .c5-aboutList01__image p {
      font-size: 14px;
      margin-top: 1em;
      text-align: center; }
  .c5-aboutList01__title {
    font-size: 24px;
    font-weight: bold;
    /*padding-bottom: 1em;*/
    line-height: 1.8em; }
	.c5-aboutList01__title.--large {
		font-size: 28px; }
	
.entry-video {
  position: relative; }

.entry-video .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-video .player iframe {
  width: 100% !important;
  height: 100% !important; }

.thickbox {
  display: none; }

.embed-video {
  position: relative; }

@media screen and (min-width: 640px) {
  .thickbox {
    display: block; }

  .embed-video {
    display: none; } }
.embed-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

.enbed-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry .poster {
  width: 100%; }

.entry .video-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

.entry .video-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.entry .video-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  background-image: url("../images/play.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000; }

.player[style="visibility: visible;"] {
  z-index: 1001; }

.entry.special:hover img,
.entry .video-link img,
.entry a:hover img {
  position: relative;
  transition: 0.1s; }

.entry.special:hover img,
.entry .video-link:hover img,
.entry .video-link.hover img,
.entry a:hover img {
  opacity: 0.7; }

.modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out; }

.modal.modal-open {
  opacity: 1;
  visibility: visible; }

.modal-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%; }

.modal-wrapper {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  height: 100%;
  box-sizing: border-box; }

@media screen and (min-width: 640px) {
  .modal-wrapper {
    padding: 0 80px; } }
.modal-contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.modal-content {
  position: relative; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  box-sizing: content-box;
  cursor: pointer; }

.modal-video-wrapper {
  max-width: 1320px; }

.modal-video-wrapper .modal-close {
  position: relative;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  margin-left: auto; }

.modal-video-wrapper .modal-content {
  width: 100%; }

.modal-video-wrapper .player {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }

.modal-video-wrapper iframe,
.modal-video-wrapper video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/* 埋め込み用 */
.vjs-icon-placeholder[aria-hidden="true"] {
  opacity: 1; }

/* ちらつき防止で下記は非表示 */
@media screen and (min-width: 640px) {
  .modal-video-content video-js .vjs-poster {
    background-image: none !important; }

  .vjs-big-play-button {
    display: none !important; } }
/* ↑ 2023.7.20 追記 ↑ */
.c5-list_check {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c5-list_check li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative; }
    .c5-list_check > li:before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 3px;
      background: url(../images/ico-check.svg) no-repeat;
      background-size: 100%; }
    .c5-list_check > li:last-child {
      margin-bottom: 0; }
  .c5-list_check ul.s5-list > li {
		padding-left: 0; }
		
.c5-list_check02 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c5-list_check02 dt {
    margin: 20px 0 5px;
    padding-left: 30px;
    position: relative;
    font-weight: bold; }
    .c5-list_check02 dt:before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 3px;
      background: url(../images/ico-check.svg) no-repeat;
      background-size: 100%; }
  .c5-list_check02 dd {
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
    /*&::before {
        content: "";
		display: block;
        width: 14px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 12px;
		background: black;
     }*/ }
    .c5-list_check02 dd:last-child {
      margin-bottom: 0; }

/* ↑ 2024.6.4 追記 ↑ */
.c5-aboutVideo {
  max-width: 860px;
  margin: auto; }
  .c5-aboutVideo__title {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-bottom: 1em; }
  .c5-aboutVideo__video > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .c5-aboutVideo__video > div iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .c5-aboutVideo__video p {
    text-align: right;
    margin-top: 1em; }
    .c5-aboutVideo__video p img {
      vertical-align: middle; }

.c5-aboutList02 {
  margin: 60px 0 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #DCDCDC; }
  .c5-aboutList02__item {
    margin-bottom: 60px; }
    .c5-aboutList02__item:last-child {
      margin-bottom: 0; }
  .c5-aboutList02__head {
    display: flex;
    background: #F4F3F3;
    margin-bottom: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .c5-aboutList02__image {
    width: 30%; }
  .c5-aboutList02__title {
    width: 70%;
    box-sizing: border-box;
    padding: 20px 60px; }
    .c5-aboutList02__title__main {
      font-weight: bold;
      font-size: 28px;
      position: relative;
      border-bottom: 1px solid #000;
      padding-bottom: 0.3em;
      margin-bottom: 20px; }
      .c5-aboutList02__title__main:after {
        content: "";
        width: 50px;
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: -2px; }
    .c5-aboutList02__title__sub {
      font-size: 18px;
      margin-bottom: 0; }

.c5-productList {
  max-width: 860px;
  margin: auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .c5-productList__item {
    width: 42%;
    text-align: center; }
  .c5-productList__image {
    margin-bottom: 25px; }
  .c5-productList__title {
    font-weight: bold;
    font-size: 28px; }
  .c5-productList__link {
    margin-top: 25px; }
    .c5-productList__link a {
      display: inline-block;
      background: #2D75C7;
      color: #fff;
      padding: .8em 2.5em; }

.c5-caution {
  background: #F4F3F3;
  padding: 60px 0; }
  .c5-caution__title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #212121;
    font-size: 24px;
    padding: 0.5em; }
  .c5-caution__text {
    max-width: 1000px;
    margin: 40px auto 0; }
  .c5-caution .c5-sec__in {
    max-width: 1080px; }
  .c5-caution p {
    padding-bottom: 40px; }
    .c5-caution p:last-child {
      padding-bottom: 0; }
  .c5-caution strong {
    font-size: 1.2em; }

.c5-contact {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 2;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  bottom: 0;
  width: 100%; }
  .c5-contact .c5-sec__in {
    width: 100%;
    height: 126px;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    gap: 20px;
    padding: 10px;
    box-sizing: border-box; }
  .c5-contact a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    background: #D24615;
    padding: .5em 0;
    width: 400px; }
    .c5-contact a.c5-casestudy-button {
      background-color: #2d75c7; }

.c5-links {
  margin: 40px 0 0 0; }
  .c5-links dt {
    font-weight: bold;
    position: relative;
    padding-left: 15px; }
    .c5-links dt::before {
      content: '';
      width: 10px;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 10px;
      left: 0; }
  .c5-links dd {
    padding-left: 15px;
    margin: 0 0 30px 0; }

.c5-ttl_movie {
  border-bottom: 1px solid #333;
  margin-bottom: 20px; }
  .c5-ttl_movie span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px;
    min-width: 200px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 100%, 0 100%); }

.c5-cols_usepos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .c5-cols_usepos .txt {
    flex: 1;
    margin-right: 20px; }
  .c5-cols_usepos .img {
    flex: 0 1 38%; }
  .c5-cols_usepos .head {
    flex: 100%;
    font-weight: bold;
    margin-bottom: 10px; }
  .c5-cols_usepos .num {
    font-size: 1.2em; }
  .c5-cols_usepos p + ul {
    margin-top: -1.5em; }
  .c5-cols_usepos .s5-list {
    font-size: .9em;
    margin-bottom: 0; }

.c5-ttl_ex {
  padding: 10px;
  background-color: #F4F3F3;
  font-weight: bold; }

.c5-anchor {
  padding: 40px;
  background-color: #F4F3F3; }
  .c5-anchor ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 40px; }
  .c5-anchor li {
    margin: 0; }

.c5-anchor-sub ul {
  font-size: 14px;
  margin-left: 5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px; }
  .c5-anchor-sub ul li {
    text-decoration: underline;
    margin: 10px !important; }

@media only screen and (max-width: 992px) {
  .c5-mv .c5-sec__in {
    padding-bottom: 50px; }
  .c5-mv__text {
    padding: 20px 100px 20px 30px; }
    .c5-mv__text__main {
      font-size: 30px; }
    .c5-mv__text__sub {
      font-size: 20px; } }
@media only screen and (max-width: 639px) {
  .c5-anchor {
    padding: 15px; }
    .c5-anchor ul {
      display: block; }
    .c5-anchor li {
      margin: 0 0 10px 0; }
      .c5-anchor li:last-child {
        margin-bottom: 0; }

  .c5-cols_usepos {
    display: block;
    margin-bottom: 40px; }
    .c5-cols_usepos .txt {
      margin: 0 0 20px 0; }

  .is-sp {
    display: block; }

  .is-pc {
    display: none; }

  .c5-sec__in {
    padding: 0 15px; }
  .c5-sec .hvop:hover {
    opacity: 1; }

  .c5-mv .c5-sec__in {
    padding: 0; }
  .c5-mv__text {
    line-height: 1.4;
    width: 100%;
    /*height: vwsp(148);*/
    padding: 3.1400966184vw 0 3.6231884058vw 3.6231884058vw;
    background-image: url(../images/bg-mv-lead-sp.png);
    position: relative;
    bottom: auto;
    top: -4.8309178744vw; }
    .c5-mv__text__main {
      font-size: 5.3140096618vw; }
    .c5-mv__text__sub {
      font-size: 3.8647342995vw;
      padding-top: 0.5em; }
  .c5-mv__image {
    height: 57.9710144928vw;
    background-image: url(../images/mv-sp.jpg);
    background-size: cover; }
    .c5-mv__image._review {
      background-size: 100%;
      height: 37vw; }

  .c5-lead {
    padding: 40px 0; }
    .c5-lead .c5-sec__in {
      padding: 0 20px; }
    .c5-lead .c5-sec__title {
      font-size: 24px;
      text-align: left; }
    .c5-lead .c5-sec__lead {
      font-size: 16px;
      text-align: left; }

  .c5-seriesList {
    display: block; }
    .c5-seriesList li {
      width: 100%;
      margin-bottom: 40px; }
      .c5-seriesList li:last-child {
        margin-bottom: 0; }
    .c5-seriesList__title {
      font-size: 24px; }
    .c5-seriesList__catch {
      font-size: 18px; }

  .c5-about {
    padding: 80px 0 60px; }
    .c5-about .c5-sec__title {
      font-size: 24px;
      background-image: url(../images/bg-title01-sp.png);
      padding: .6em 0;
      margin-bottom: 40px; }

  .c5-aboutBlock {
    margin-bottom: 60px;
    padding: 0 5px; }
    .c5-aboutBlock__title {
      font-size: 20px;
      background-image: url(../images/bg-title02-sp.png);
      padding-right: 2em;
      line-height: 1.4; }

  .c5-aboutList01 {
    margin: 40px 0 60px; }
    .c5-aboutList01__item {
      display: block; }
    .c5-aboutList01__text {
      width: 100%;
      margin-bottom: 20px; }
    .c5-aboutList01__image {
      width: 100%; }
    .c5-aboutList01__title {
      font-size: 20px; }

  .c5-aboutVideo__title {
    font-size: 24px; }

  .c5-aboutList02 {
    margin: 40px 0 60px;
    padding-bottom: 40px; }
    .c5-aboutList02__item {
      margin-bottom: 40px; }
    .c5-aboutList02__head {
      display: block;
      margin-bottom: 25px; }
    .c5-aboutList02__image {
      width: 100%; }
    .c5-aboutList02__title {
      width: 100%;
      padding: 15px 20px; }
      .c5-aboutList02__title__main {
        font-size: 20px; }
      .c5-aboutList02__title__sub {
        font-size: 16px; }

  .c5-productList {
    display: block; }
    .c5-productList__item {
      width: 74%;
      margin: 0 auto 60px; }
      .c5-productList__item:last-child {
        margin-bottom: 0; }
    .c5-productList__title {
      font-size: 24px; }

  .c5-caution {
    padding: 40px 0; }
    .c5-caution__title {
      font-size: 18px; }
    .c5-caution__text {
      margin-top: 30px; }
      .c5-caution__text p {
        padding-bottom: 30px; }
    .c5-caution .c5-sec__in {
      padding: 0 20px; }

  .c5-contact .c5-sec__in {
    padding: 0;
    gap: 10px; }
  .c5-contact a {
    width: 76%;
    max-width: 414px; }
  .c5-contact.c5-casestudy .c5-sec__in {
    padding: 10px;
    box-sizing: border-box;
    height: auto;
  }
  .c5-contact.c5-casestudy a {
    font-size: min(14px, 3.8vw);
    padding: 10px;
    flex: 0 1 50%;
  } }
.c5-w100 {
  width: 100% !important; }

.c5-background {
  width: unset;
  background: rgba(194, 237, 246, 0.8);
  padding: 20px; }
  @media only screen and (max-width: 639px) {
    .c5-background {
      padding: 10px; } }

.icon-badge {
  font-weight: bold;
  font-size: clamp(15px, 2vw, 18px);
  display: inline-block;
  transform: translateY(-10%);
  vertical-align: middle;
  margin-left: 10px;
  background: #ee0000;
  color: white;
  line-height: 24px;
  height: 20px;
  padding: .2em .3em; }

.c5-indent {
  text-indent: -1em;
  padding-left: 1em; }

.c5-fontBlue {
  color: blue;
  font-size: clamp(16px, calc(14.31578947368421px + 0.5263157894736842vw), 20px);
  white-space: nowrap;
  display: inline-block; }

.c5-movieColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; }
  @media only screen and (max-width: 639px) {
    .c5-movieColumn {
      flex-direction: row; } }
  .c5-movieColumn .c5-aboutList01__image {
    width: calc(50% - 15px); }
    @media only screen and (max-width: 639px) {
      .c5-movieColumn .c5-aboutList01__image {
        width: 100%; } }

.c5-cautionList dt {
  font-weight: bold; }
.c5-cautionList dd {
  margin-bottom: 10px;
  padding-left: 15px;
  margin-left: 0;
  position: relative; }
  .c5-cautionList dd::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0; }
