@charset "UTF-8";
/* CSS Document */

@media (max-width: 700px) {

#products{
    margin-top: 12.3%;
    margin-bottom: 12.3%;
}
.pro_introduce{
    margin-bottom: 9.23%;
}
.pro_introduce hgroup {
    text-align: center;
}
.pro_introduce hgroup .eng {
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
    color: #DADEDF;
    margin-bottom: 16px;
}
.pro_introduce hgroup .eng::first-letter {
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pro_introduce hgroup h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
}
.pro_introduce hgroup h2::first-letter {
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pro_introduce_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 6.92%;
    flex-wrap: wrap;
}
#item_img_wrap {
    width: 100%;
    margin-bottom: 24px;
}
.main_slider_wrap {
}
#main_slider img {
  width: 100%;
  height: auto;
  display: block;
}
#main_slider .slick-prev,
#main_slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  z-index: 10;
}
#main_slider .slick-prev {
  left: 16px;
}
#main_slider .slick-next {
  right: 22px;
}
/* サムネイル一覧 */
#thumbnail_list {
  /* Slickが管理するので以下は削除 or 無効化 */
  display: block; /* ← flexやwrapはNG */
  flex-wrap: unset;
  overflow: hidden; /* 念のため明示してもOK */
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
/* Slickが追加する要素の安全対策（下に画像が漏れるのを防ぐ） */
#thumbnail_list .slick-track {
  display: flex;
  align-items: center;
}
/* Slickが生成するリスト項目にもスタイル適用 */
#thumbnail_list li {
  aspect-ratio: 4 / 4;
  cursor: pointer;
/*  border: 2px solid transparent;*/
  box-sizing: border-box;
  padding: 0 4px; /* gapの代わり */
	  width: auto;
  height: auto;
	opacity: 0.5;
	
}
/* ハイライト枠 */
#thumbnail_list .slick-current {
	opacity: 1;
}
#thumbnail_list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
	
}
/* Slickのズレ防止：サムネイルスライドのサイズを安定させる */
#thumbnail_list .slick-slide {
  box-sizing: border-box;
  height: auto !important; /* 高さの再計算を強制 */
}
/* trackを中央に配置（centerMode安定化） */
#thumbnail_list .slick-track {
  margin: 0 auto;
}
/* 5枚以下のとき用：左寄せ＋カレント枠 */
#thumbnail_list.no-slick {
  display: flex;
  gap: 4px; /* ← マージンの代わり */
  margin-top: 12px;
  list-style: none;
}
#thumbnail_list.no-slick li {
	flex: 0 0 calc(20% - (4px * 4 / 5));
}
#thumbnail_list.no-slick li:last-child {
  margin-right: 0;
}
#thumbnail_list.no-slick li.slick-current {
/*  border: 3px solid rgba(255, 0, 0, 0.6);*/
}
#thumbnail_list.no-slick img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}















.pro_introduce_R{
    width: 100%;
}
.pro_introduce_R h3{
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #002236;
    margin-bottom: 11px;
}
.pro_introduce_txt{
    margin-bottom: 6.15%;
}
.pro_introduce_txt:last-of-type{
	margin-bottom: 0;
}
.pro_introduce_txt p{
	font-size: 16px;
    line-height: 2em;
    font-weight: 500;
}




#pro_movie{
    padding-top: 6.15%;
    padding-bottom: 6.15%;
    background-image: url(../images/kairo_bg_4.svg);
    background-position: center bottom;
    background-size: 140% auto;
    background-repeat: no-repeat;
    background-color: #F7F8FB;
    margin-bottom: 9.23%;
}
#pro_movie h2{
    margin-bottom: 3.07%;
    font-size: 56px;
    text-align: center;
}
.pro_movie_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.15%;
}
.pro_movie_each{
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 6.15%;
}
.pro_movie_each:last-child {
	margin-right: 0%;
}
.pro_movie_each iframe{
    width: 100%;
    height: 100%;
}


#pro_bot{
    padding-left: 6.15%;
    padding-right: 6.15%;
	
}
#pro_bot .content_wrap{
    background-color: #F7F8FB;
    padding: 3.84%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pro_bot p {
    font-size: 16px;
    line-height: 1.8em;
}
}
