@charset "utf-8";
/*--------------------------------------------------------------------------------
general
--------------------------------------------------------------------------------*/
.c5-venice {
  line-height: 2;
}
.c5-venice img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c5-section {
  padding: 70px 15px;
}
p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}
.c5--glay {
  background-color: #6E7783;
}
.c5--blue-light {
  background-color: #D8E6E7;
}
.c5--green-dark {
  background-color: #77AAAD;
}

.c5--lightgray {
  background-color: #777;
}

.c5-maintitle {
  font-size: 250%;
  font-weight: lighter !important;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1;
}
.c5-maintitle img {
  max-width: 350px;
}
.c5-title1 {
  font-size: 181.3%;
  font-weight: lighter !important;
  line-height: 1.4;
}
.c5-title2 {
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.c5-title3 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.c5-title4 {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.5;
}
.c5-subtitle {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.6;
  color: #ddb187;
}
.c5-container {
  max-width: 1000px;
  margin: auto;
}
.c5-container-slide {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
* + .c5-imgCenter,
.c5-imgCenter + * {
  margin-top: 60px;
}
.c5-imgCenter {
  text-align: center;
}
* + .c5-cols {
  margin-top: 60px;
}
.c5-cols + h3 {
  margin-top: 40px;
}
.c5-cols {
  display: flex;
  flex-wrap: wrap;
}
.c5-cols.col2,
.c5-cols.col3,
.c5-cols.col4 {
  margin-left: -20px;
  margin-right: -20px;
}
.c5-cols.col2 > div {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.c5-cols.col3 > div {
  width: calc(33.333% - 40px);
  margin: 0 20px;
}
.c5-cols.col4 > div {
  width: calc(25% - 40px);
  margin: 0 20px;
}
@media screen and (min-width: 641px) {
  .c5-cols.col2 > div:nth-child(n + 3) {
    margin-top: 40px;
  }
  .c5-cols.col3 > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  .c5-cols.col4 > div:nth-child(n + 5) {
    margin-top: 40px;
  }
}
.c5-cols._rv {
  flex-direction: row-reverse;
}
.c5-cols .text {
  flex: 1;
  padding-right: 40px;
}
.c5-cols._rv .text {
  padding-right: 0;
  padding-left: 40px;
}
.c5-cols .img {
  flex: 0 1 50%;
}
.c5-mv {
  text-align: center;
  margin-bottom: 60px;
}
.c5--colorStoreWhite {
  color: #fff;
}
.c5-list-menu::after {
  content: " | "
}
ul.s5-list.s5-list--compact li, ol.s5-list.s5-list--compact li {
  padding-right: 0px !important;
}
.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .c5-section {
    overflow-x: hidden;
    padding: 40px 15px;
  }
  .c5-title1 {
    font-size: 138%;
    font-weight: lighter !important;
  }
  .c5-cols {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c5-cols .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .c5-cols .img {
    text-align: center;
  }
  .c5-cols.col2 > div,
  .c5-cols.col3 > div,
  .c5-cols.col4 > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-cols.col2 > div:last-child,
  .c5-cols.col3 > div:last-child,
  .c5-cols.col4 > div:last-child {
    margin-bottom: 0;
  }
  * + .c5-imgCenter, .c5-imgCenter + * {
    margin-top: 40px;
  }
}


.c5-container .s5-table2 tr{
  background: #fff;
}
.c5-container .s5-table2 table{
  font-size: .8rem;
}
.c5-container .s5-table2 tr.s5-table2__captionRow th, .c5-container .s5-table2 tr.s5-table2__captionRow td,.c5-container .c5-scroll-table tr.c5-scroll-table__captionRow th, .c5-container .c5-scroll-table tr.c5-scroll-table__captionRow td{
  background: #5e5d61;
  color: #fff;
}
.c5-mt40{
  margin-top: 40px;
}
@media screen and (max-width: 639px){
  .c5-container .s5-table2:not(.s5-table2--notBreak) {
      padding: 0;
  }
  .c5-container .s5-table2 tr{
    margin-bottom: 10px;
  }
  .c5-container .c5-scroll-table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.wistia_responsive_padding.c5-video_2col{
  padding: 0;
  min-width: 500px;
  height: 309px;
}
@media screen and (max-width: 639px){
  .wistia_responsive_padding.c5-video_2col{
    padding:56.25% 0 0 0;
    min-width: auto;
    height: auto;
  }
}
.c5-small1 {
	font-size:12px;
	font-size:.75rem;
	line-height:1.4;
	margin:0;color:#ffffff
}
.c5-small2 {
	font-size:12px;
	font-size:.75rem;
	line-height:1.4;
	margin:0;color:#83838f
}
@media screen and (max-width:639px){
	.s5-small1,.s5-small2{
		font-size:.71429rem
  }
}

.c5-clearfix::after {
  content: '';
  clear: both;
  display: flex;
}

.c5-person__area{
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  display: flex;
}

@media screen and (max-width:639px){
	.c5-person__area{
		margin: 0 auto 50px;
	/*	border-bottom: #fff 1px solid;*/
	}
}

}
.c5-float__l{
	float: left;
}
.c5-person{
  width: 20%;
  max-width: 1000px;
  margin: 0;
}

@media screen and (max-width:639px){
	.c5-person{
		width: 100%;
	}
}

.c5-person__name{
  font-size: 1rem;
  margin: 0 20px;
  width: 100%;
}
.c5-person__name span{
  font-size: 0.8em;
}

@media screen and (max-width:639px){
	.c5-person__name{
		width: 100%;
	}
	.c5-profile{
		text-align: center;
	}
}

.c5-person__movie {
    margin: 40px auto 0;
}

.c5-person__movie .movie-img {
    flex: 0 1 40%;
    margin: auto;
}

@media screen and (max-width:639px){
	.c5-person__movie{
  		margin: 20px 0 50px 0;
		text-align: center;
	}
	
	.c5-person__movie_txt{
		text-align: left;
	}
}


@media screen and (max-width:639px){
.c5-person__area{
  flex-direction: column;
  align-items: center;
}
.c5-person{
  text-align: center;
  margin: 30px 0 10px 0;
}
.c5-person__name{
  font-size: 1rem;
  margin: 10px 0 10px 0;
}
}

.looks {
  display: flex;
  flex-direction: column;
}
.looks .img {
  margin-top: auto;
  flex: none;
}
.c5-cols .movie-text {
  flex: 1;
  padding-left: 40px;
}
.c5-cols .movie-img {
  flex: 0 1 40%;
  margin: auto;
}
.movie-text .c5-title2 {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c5-cols .movie-img {
        text-align: center;
        margin: 30px 0 10px 0;
    }
    .c5-cols .movie-text {
        padding-left: 0px;
    }
    .movie {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .movie-text .c5-title2 {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 14px;
    }
}



.c5-reverse-row-order{
	flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
	.c5-reverse-row-order{
	flex-direction: column;
}
}

.c5-plof{
	text-align: center;
}

.c5-border-link{
    text-decoration: underline;
}

.c5-table {
    margin: 20px 0 40px;
}

.c5-table th, .c5-table td {
    vertical-align: top;
    padding: 14px 10px;
    border: 1px solid #e4e7ec;
}

.c5-table th {
    text-align: center;
}
.c5-table td {
    text-align: left;
}

/* 横スクロールバー__Start */
.c5-scrollbar_wrap {
  position: relative;
  overflow-x: scroll;
  margin: 2rem 0;
  border-radius: 5px; 
}
@media only screen and (min-width: 767px) {
    .c5-scrollbar_wrap {
      overflow-x: initial;
      /*height: auto;*/
      border: none; }
}
.c5-scrollbar_wrap__table {
    position: absolute;
    width: 800px;
    height: 100%;
}
@media only screen and (min-width: 767px) {
	.c5-scrollbar_wrap__table {
        width: 100%;
        position: initial;
	}
}
.c5-scrollbar_wrap__table table {
      width: 800px;
}
@media only screen and (min-width: 767px) {
	.c5-scrollbar_wrap__table table {
		width: 100%; 
	}
}
.c5-scrollbar_wrap__table table tr {
	height: 60px;
	background: rgba(255,255,255,1.00);
	font-size: clamp(14px, 2vw, 16px);
}
.c5-scrollbar_wrap__graph {
    position: absolute;
    width: 200%;
    height: 100%;
}
@media only screen and (min-width: 767px) {
	.c5-scrollbar_wrap__graph {
		width: 100%;
        position: static;
	}
}
.heightTable {
    height: 260px;
}
@media only screen and (min-width: 767px) {
	.heightTable {
		height: auto;
	}
}

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.5rem; }

/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0.3); }
/* 横スクロールバー__end */

dl dd {
	padding: 4px 0 0 18px;
	margin: 0;
	position: relative;
}
dl dd::before {
	position: absolute;
	content:"";
	display: inline-block;
	width: 8px;
	height: 1px;
	background: rgba(0,0,0,1.00);
	top: 18px;
    left: 0;
}
.is-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.is-sp {
		display: block;
	}
}