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

html {
 text-size-adjust:100%;
 -webkit-text-size-adjust:100%;
}

body,p,div,h2,h3,h4,ul,li,img{
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

img{
	vertical-align: bottom !important;
	box-sizing: border-box;
}

.pc-none {
	display: none;
}
.fl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: stretch;
}
sub {
	font-size:smaller !important;
}
.block {
    opacity: 0;
    position: relative;
}
@keyframes bt-anim {
	0% {
		opacity: 0;
		top: 50px;
	}
	60% {
		opacity: 1;
		top: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.bt-anim {
	top: 50px;
}
.bt-anim.scrl_in {
	animation: bt-anim 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.load_anim {
    animation: bt-anim 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.tit-wrap{
	align-items: center;
}
.tit-wrap .img-wrap,.tit-wrap .tit-cont{
	width: 50%;
}
.tit-cont {
	width: 50%;
	text-align: center;
	margin-left: auto;
	box-sizing: border-box;
	padding: 0 60px;
}
.tit-wrap h2 {
	font-size: 75px !IMPORTANT;
	display: inline-block;
	border-bottom: solid 2px #000;
	padding: 5px;
	margin-bottom: 20px;
	color: #000 !important;
}
.tit-cont p {
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1px;
}
/* 共通 */
.block {
	box-sizing: border-box;
}
.r12{
	font-size: .75rem;
	line-height: 1.3rem;
}

.textr{
	text-align: right;
	padding-top: 10px;
}

.r13{
	font-size: .8125rem;
}
.r15{
	font-size: .937rem;
}
.b18{
	font-size: 1.125rem;
	font-weight: bold;
}
.b39{
	font-size: 2.43rem;
	font-weight: bold;
}



/*  sec1  */
.sec1{
	position: relative;
}
.sec1 .tit-box,
.sec4 .tit-box{
	width: 516px;
	padding: 40px 30px;
	background: rgba(255,255,255,.7);
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 2;
}
.sec4 .tit-box{
  width:516px;
  left:auto;
  right:10%;
}
.sec1 .tit-box h3,
.sec4 .tit-box h3{
	padding-bottom: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.5;
}
.sec1 .tit-box p,
.sec4 .tit-box p{
	font-size: .937rem;
	line-height: 1.8;
}
.swiper-wrap{
	position: relative;
}
/*.slider-for img,.swiper-slide img{
	width: 100%;
}*/
.swiper-pagination-bullet{
	width: 10px!important;
	height: 10px!important;
	margin: 0 4px!important;
	background: #fff!important; 
	opacity: .5;
}
.swiper-pagination-bullet-active {
	opacity: 1!important; 
}
.swiper-pagination{
	display: inline-block;
	width: auto;
	bottom: 10px !important;
	right: 10px;
	left: unset !important;
}

/* sec2 */
.sec2{
	padding: 70px 0 100px;
	background: #909090;
	overflow: hidden;
}
.sec2 .tit-box, .sec3 .tit-box, .sec5 .tit-box{
	width: 450px;
	margin:  0 auto 60px;
}
.sec2 .tit-box h3, .sec3 .tit-box h3, .sec5 .tit-box h3{
	padding-bottom: 15px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
.sec2 .tit-box p, .sec3 .tit-box p, .sec5 .tit-box p {
	padding-top: 20px;
	font-size:1rem;
	text-align: center;
	line-height: 1.7;
}
.sec2 .tit-box h3, .sec2 .tit-box p{
	color: #fff;
}
.sec2 .tit-box h3{
	border-bottom: 2px solid #ddd;
}
.swiper-container02 {
    width: 90%;
	padding-bottom: 40px!important;
    margin:0 0 0 auto!important;
}
.swiper-container01 .swiper-wrapper{
	height: auto;
}
.swiper-container02 .swiper-wrapper{
	left: -5.5%;
	height: auto;
}

.swiper-wrap .item-wrap {
  position: relative;
}

.item-wrap .r12.textr {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding-left: 25px;
}

#scene .text-wrap p{
	line-height: 1.3rem;
}
#scene .item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* カラム間・行間の余白 */
}

#scene .item {
  flex: 1 1 calc(50% - 12px); /* 2カラム：50% - gapの半分 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#scene .item-scene {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 左の2カラムの方が広くなるように */
#scene .item-scene:first-of-type {
  flex: 1.82;
  display: flex;
  flex-direction: column;
}
#scene .item-scene:last-of-type {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 高さ統一と内部の調整 */


#scene .item-wrap,
.img-wrap {
  flex-direction: column;
  flex: 1;
}

#scene .img-wrap p {
  line-height: 1.5;
  flex-grow: 1;
}

/* 画像サイズ調整 */
#scene .img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;      /* 画像の縦横比を固定（例：4:3） */
  height: auto;             /* ブラウザによっては念のため */
  object-fit: cover;        /* はみ出た部分をトリミングして表示 */
  display: block;
}

.btn-duliteflex {
  display: inline-block;
  margin: 20px 0 0;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  text-decoration: none;
  max-width: 300px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  font-weight: bold;
  background-color: #fff;
}

.btn-duliteflex .hover {
  color: #000;
}

.btn-duliteflex:hover .hover {
  color: #CF251C;
}

.btn-duliteflex svg {
  vertical-align: middle;
  color: #000;
}

/* 見出しの吹き出しスタイル */
.speech-bubble {
  position: relative;
  background-color: #b3b3b3;
  padding: 25px 0;
  display: block;
  width: 100%;             
  box-sizing: border-box;
  margin: 0;              
  text-align: center;
  font-weight: bold;
}

/* 吹き出しの三角形部分 */
.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -11px; /* 三角の位置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #b3b3b3; /* 背景色と同じに */
}

.scene_b22{
	font-size:22px;
	letter-spacing: 0.05em;
}
.scene_b20{
	font-size:20px;
	font-weight: bold;
	letter-spacing: 0.03em;
	
}

@media screen and (max-width:1440px){
.swiper-container02 {
    width: 93%;
}
.swiper-container02 .swiper-wrapper{
	left: -2%;
}
}/*1400*/

.swiper-container02 .swiper-slide {
	height: auto;
	padding: 25px 25px 65px;
	background: #fff;
	border-radius: 9px;
    transition: .7s;
	transform: scale(.9);
}
.swiper-container02 .swiper-slide-active {
    z-index: 1;
    transform: scale(1);
}
.swiper-button-prev02, .swiper-button-next02 {
	top: auto!important;
    bottom: 0;
	left: auto!important;
    width: 40px!important;
    height: 40px!important;
	background: #fff;
	background-image: none!important;
}
.swiper-button-prev02 .fa, .swiper-button-next02 .fa{
	width: 100%;
	height: 100%;
	font-size: 2.3rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev02{
	right: calc(14% + 60px)!important;
}
.swiper-button-next02{
	right: 14%!important;
}
.sec2 .item-wrap .img-wrap{
	margin-bottom: 30px;
}
.sec2 .item-wrap .b18{
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.3rem;
}
.sec2 .item-wrap .r15{
	line-height: 1.7;
}

/* モーダル */
/* モーダルと背景の指定 */
.modal,.modal2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 11;
}

/* モーダルの擬似要素の指定 */
.modal:before,.modal2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active,.modal2.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container,.modal-container2{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 755px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close,.modal-close2{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
/*  モーダル */

/* sec3 */
.sec3{
	padding: 70px 0;
	background: #ddd;
}
.sec3 .tit-box h3, .sec5 .tit-box h3{
	border-bottom: 2px solid #000;
}
.sec3 .item-wrap{
	padding: 0 70px 60px;
	background: #fff;
}
@media screen and (max-width:1440px){
.sec3 .item-wrap{
	padding: 0 40px 40px;
}
.sec3 .item-wrap .img-wrap .inner-block {
    padding: 20px;
}
}
.sec3 .item-wrap .item-wrap-tit{
	padding: 65px 0px 25px 0px;
	text-align: center;
	position: relative;
}
.sec3 .item-wrap .item-wrap-tit:before{
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
/*.sec3 .item-wrap:first-child .item-wrap-tit:before{
	background: url(https://www.bermas.co.jp/wp-content/themes/bermas/images_series/duliteflex-icon1.png) no-repeat;
	background-size: contain;
}
.sec3 .item-wrap:last-child .item-wrap-tit:before{
	background: url(https://www.bermas.co.jp/wp-content/themes/bermas/images_series/duliteflex-icon2.png) no-repeat;
	background-size: contain;
}*/
.sec3 .item-wrap .item-wrap-tit .b39{
	padding-bottom: 10px;
}
.sec3 .item-wrap .img-wrap{
	position: relative;
	margin-bottom: 25px;
}
.sec3 .item-wrap .img-wrap .inner-block{
	width: 70%;
	padding: 40px;
	line-height: 1.7;
	background: rgba(255,255,255,.75);
	position: absolute;
	top: 15px;
	left: 15px;
}
.sec3 .item-wrap:last-child .img-wrap .inner-block{
	left: auto;
	right: 15px;
}

.raincover_about{
	text-align: center;
	padding: 100px 0;
}

.raincover_about p{
	line-height: 1.3rem;
}

.raincover_movie{
	padding-top:50px;
}

.raincover_movie iframe{
	max-width: 750px;
	height: 425px;
	width: 100%;
}

.raincover_b18 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 30px;
}


.visual1 {
	height: 75vh;
	max-height: 856px;
	font-size: 75px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	background-position: center;
	position: relative;
}
.visual1 span{
  font-size: .624rem;
  letter-spacing: .1em;
  position: absolute;
  bottom: 20px;
  right: 20px;

}
.visual1 {
	background: url(https://www.bermas.co.jp/wp-content/themes/bermas/images_series/duliteflex8.jpg);
	background-size: cover;
	background-position: center;
}

/*比較表----------------------------*/
.sec5 {
	padding: 140px 0 0;
}
.sec5 .tit-box{
	margin: 0 auto 60px;
}
.cf-table-block h3{
	text-align: center;
	font-size: 20px;
}
.cf-table-block table,.cf-table-block th,.cf-table-block td{
    border-spacing: 0;
}
.cf-table-wrapper{
    width: 98%;
    max-width: 1380px;
    margin: 30px auto 0;
    border: solid 1px #ddd;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
/*
	width: 98%;
	max-width: 1620px;
	margin: 30px auto 0;
	border: solid 1px #ddd;
*/
}
.cf-table-wrapper table{
	font-size: 14px;
	background: #fff;
	border: none !important;
}
.cf-table-wrapper table tr{
	border-bottom: none !important;
}

.cf-table-wrapper table tr th{
max-width: 160px;
    min-width: 160px;
    padding: 12px 0 12px 15px;
    text-align: left;
    font-weight: bold;
    background: #FFF !important;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    z-index: 1;
    position: sticky;
    left: 0;
/*
	width: 180px !important;
	padding: 12px 0 12px 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.3;
	background: #fff !important;
	border-right: 1px solid #dddddd;
	vertical-align: middle;
	z-index: 1;
*/
}
.cf-table-wrapper table tr:nth-child(odd),
.cf-table-wrapper table tr:nth-child(odd) th{
	background: #efefef !important;
}
.cf-table-wrapper table tr td{
	width: 240px;
	min-width: 240px;
	padding: 12px 10px !important;
	vertical-align: baseline;
	text-align: center;
	line-height: 1.5;
}
.cf-table-wrapper table tr:first-child td:nth-child(7),
.cf-table-wrapper table tr td:nth-child(6),
.cf-table-wrapper table tr td:nth-child(9),
.cf-table-wrapper table tr td:nth-child(11){
	 border-right: 1px solid #dddddd;
}
.cf-table-wrapper table tr:first-child td{
	font-size: 1rem;
	font-weight: bold;
    border-right: 1px solid #dddddd;
	vertical-align: middle;
}
.cf-table-wrapper table tr:first-child td span {
  font-size: 0.9rem;
  font-weight: bold;
}
.cf-table-wrapper table tr:nth-child(3) td{
	vertical-align: middle;
}
.cf-table-wrapper table tr td .img-wrapper{
	position: relative;
}

.cf-table-wrapper table tr td .img-wrapper img:nth-child(2){
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.cf-table-wrapper table tr:nth-child(2) td{
	padding: 0 0 10px!important;
}
.cf-table-wrapper table tr:nth-child(2) td:hover img:nth-child(2){
	opacity: 0;
	transition: opacity .5s;
}
.cf-table-wrapper table tr:nth-child(2) td p{
	margin-bottom: 0;
	padding: 0 5px;
	line-height: 2;
	font-weight: bold;
}
.cf-table-wrapper table tr:nth-child(2) td:hover p{
	color: #d0261f;
	transition: .5s;
}
.cf-table-wrapper table tr td img{
	width: 100%;
}
.cf-table-wrapper table tr:nth-child(3) td span{
	    margin: 0 -5px 0 5px;
}
.cf-table-wrapper table tr td li{
	margin: 0 0 .5rem 30px;
	list-style: none;
    text-align: left;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

/* item list */
.sec-item {
	padding: 100px 0;
}
.sec-item .tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
.item_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
.item_wrap_li {
	width: 22%;
	margin: 1% 4% 4% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.item_wrap_li:nth-child(4n) {
	margin-right: 0;
}
.item_wrap_li a {
	font-size: 14px;
	line-height: 1.5;
}
.item_wrap_li p.num_name {
	font-weight: bold;
	margin: 5px 0;
}
.item_wrap_li p.item_copy {
	font-size: 12px;
}
.mark_wrap {
	margin-top: 10px;
}
.mark_wrap li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 1.4;
}
.mark_wrap li::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 4px;
    background: url(https://bermas2211.itembox.design/item/img/expandable.png) center center no-repeat;
    background-size: contain;
}
.mark_wrap .free_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/157_luggage.png?t=20190617174309) center center no-repeat;
	background-size: contain;
}
.mark_wrap .hanger_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/hanger.png?t=20190617174309) center center no-repeat;
	background-size: contain;
}
.mark_wrap .bottle_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/pet.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .board_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/115_luggage.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .pc_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/pc.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .shoulder_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/shoulder.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .carryon_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/carry.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .brief2_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/2brief.png) center center no-repeat;
	background-size: contain;
}
.mark_wrap .way3_icon::before {
	background: url(https://bermas2211.itembox.design/item/img/3way.png) center center no-repeat;
	background-size: contain;
}


/*--------------------------------------------------*/

@media screen and (max-width: 768px) {
.pc-none {
	display: block;
}
.b39 {
    font-size: 1.8rem;
	}
.tit-wrap {
	flex-direction: column;
}
.tit-wrap .img-wrap, .tit-wrap .tit-cont {
    width: 100%;
}
.tit-cont {
	padding: 30px 10px;
}
.tit-wrap h2 {
	font-size: 50px !IMPORTANT;
}
.tit-cont p {
	width: 90%;
	font-size: 16px;
    letter-spacing: 0;
}
.tit-box p {
	text-align: left;
	letter-spacing: 0;
}
/* sec1 */
.sec1{
	height: 400px;
}
.sec1 .swiper-wrap, .sec1 .swiper-container01{
	height: 100%;
	}
.sec1 .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.sec1 .swiper-slide:nth-child(3) img{
		object-position: center;
	}
.sec1 .swiper-slide:nth-child(4) img{
		object-position: 80%;
	}
.sec1 .tit-box,.sec4 .tit-box {
    width: 90%;
    padding: 15px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    top: auto;
}
.item-img-wrap {
    width: 100% !IMPORTANT;
    padding: 130px 0 150px !IMPORTANT;
}
/* sec2 */

.sec2, .sec5 {
    padding: 70px 0;
}
.sec2 .tit-box {
	width: 100%;
	margin: 0 auto;
	position: inherit;
	padding: 0 30px 30px;
}
.swiper-container02 {
    width: 100%;
	}
	.swiper-container02 .swiper-wrapper {
    left: 0;
}
	.swiper-button-prev02, .swiper-button-next02 {
    left: auto!important;
    width: 30px!important;
    height: 30px!important;
}
	.swiper-button-next02 {
    right: 40px!important;
}
	.swiper-button-prev02 {
    right: 80px!important;
}
/* sec3 */
	.sec3 .tit-box, .sec5 .tit-box {
    margin: 0 auto;
	width: 100%;
    margin: 0 auto;
    position: inherit;
    padding: 0 30px 30px;

}
	.sec3 .fl{
	flex-direction: column;
	gap:0;
	}
	.sec3 .item-wrap{
	width: 100%;
	padding: 50px 30px 40px;
	}
	.sec3 .item-wrap .item-wrap-tit {
    padding: 0px 0 20px;
	}
	.sec3 .item-wrap .item-wrap-tit:before {
    width: 45px;
    height: 45px;
	}
	.sec3 .item-wrap .img-wrap .inner-block {
    padding: 25px;
	}
#scene .item-grid {
    gap: 10px;
}
  .sec4{
    min-height: auto;
    background-position: 15%;
  }
  .sec4 .tit-box {
      bottom: auto;
      top: 5%;
    }
.raincover_txt{
		padding: 0 30px 0;
	}
.raincover_about {
    padding: 70px 0;
}
.raincover_about p {
    line-height: 1.5rem;
	text-align: left;
}
.raincover_movie {
    padding-top: 30px;
}
.visual1, .visual2, .visual3 {
    max-height: 500px ;
	}
.visual1 {
    background-position: 20%;
}
.visual2,.visual3 {
	font-size: 50px;
}
/* item list */
.item_wrap {
	padding: 0;
}
.item_wrap_li {
	width: 50%;
	margin: 15px 0;
	padding: 0 10px;
}

/*スライド*/

	.cf-table-wrapper{
		width: 98%;
		overflow-x:scroll;
		-webkit-overflow-scrolling:touch;
		margin: 0 auto 0;
	}
	.cf-table-wrapper::-webkit-scrollbar { 
	  height:8px; 
	} 
	.cf-table-wrapper::-webkit-scrollbar-track { 
		  margin: 0 0 0 150px; 
		  background: #ddd; 
		  border-radius: 5px; 
	} 
	.cf-table-wrapper::-webkit-scrollbar-thumb { 
	  border-radius: 5px; background: #999; 
	}
	.cf-table-wrapper table tr {
		display: table-row !important;
	}
	.cf-table-wrapper table tr th{
		max-width: 0%;
		min-width: 130px;
		position: sticky;
		left: 0;
	}
	.cf-table-wrapper table tr th:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	}
	.cf-table-wrapper table tr td{
    	min-width: 180px;
	}
	.cf-table-wrapper table tr:first-child td{
		max-width: inherit;
    	min-width: inherit;
	}

}

@media screen and (max-width:650px){
	.r15 {
    font-size: .8rem;
}
	.tit-cont p {
    text-align: left;
    }
	.sec2 .tit-box, .sec3 .tit-box, .sec5 .tit-box {
    width: 90%;
    margin: 0 auto;
		line-height: 1.3;
}
	.sec1 .tit-box h3,.sec4 .tit-box h3 {
		padding-bottom: 15px;
    font-size: 1.2rem;
}
	.sec1 .tit-box p,.sec4 .tit-box p {
    font-size: .8rem;
	}
	.sec3 .item-wrap {
    padding: 40px 10px 40px;	
	}
	.scene_b22 {
    font-size: 18px;
	}
	.scene_b20 {
		font-size: 15px;
	}
#scene .item-grid {
	display: block;
}
	.btn-duliteflex {
		font-size: 13px;
		padding: 10px;
		max-width: 100%;
	}
	.button1{
		margin-bottom: 40px;
	}
	
	.sec3 .item-wrap .img-wrap .inner-block {
    width: 95%;
	padding: 10px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
	.sec3 .item-wrap:last-child .img-wrap .inner-block {
    right: 50%;
    transform: translateX(50%);
}
.modal-container, .modal-container2 {
    width: 95%;
}
    .raincover_movie iframe {
    height: 270px;
    width: 100%;
}
	.visual1, .visual2, .visual3 {
    max-height: 400px;
    font-size: 3rem;

}
	
	.cf-table-wrapper table {
    font-size: 13px;
	}
	.cf-table-wrapper table tr td span {
    font-size: 15px;
}
	.cf-table-wrapper table tr th{
		max-width: 100px;
		min-width: 100px;
		padding: 5px 0 5px 10px !important;
	}
	.cf-table-wrapper table tr td {
/*		max-width: 150px;*/
		min-width: 150px;
	}
	.cf-table-wrapper table tr:first-child td {
		max-width: inherit;
		min-width: inherit;
	}
	.cf-table-wrapper table tr:not(:first-child) td {
		padding: 8px 0;
	}
	.cf-table-wrapper table tr:first-child td p {
		line-height: 1.6;
	}
	.cf-table-wrapper::-webkit-scrollbar-track{
		margin: 0 0 0 100px;
	}
}/*650px*/
