@charset "utf-8";


/*切り替えタブ
---------------------------------------------------------------------------*/
.tab-1 {
  display: flex;
  flex-wrap: wrap;
}

.tab-1 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #e9f0f6;
  color: #535353;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
}

.tab-1 > label:hover {
  opacity: .8;
}

.tab-1 input {
  display: none;
}

.tab-1 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-1 label:has(:checked) {
  background-color: #fff;
  border-color: #6d6d6d #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
}

.tab-1 label:has(:checked) + div {
  display: block;
}

.tabcont_work {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

/*iframe
---------------------------------------------------------------------------*/

.movie-ttl {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.movie iframe {
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
	background-color: #000;

}

.tabcont_work .box_work {
	width: 45%;
	margin: 2rem auto;
}

.tabcont_work .box_work:nth-child(even) {
	margin-right: 0;
}

.vimeo body.vp-center {
	justify-content: flex-start!important;
}
.toggle-bt-wrapper {
  padding: 0px 7px;
  background: #222;
  color: #fff;
  display: inline-block;
  margin: 0 20px;
  border-radius: 3px;
}

.toggle-bt {
  font-size: 0.8em;
  letter-spacing: .1em;
  display: inline;
  margin: 0;
}

/*---------------------------------------------------------------------------
【SP】画面サイズが767px以下
---------------------------------------------------------------------------*/
@media screen and (max-width:767px) { 

.tabcont_work .box_work {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* ボーダーを消す */
}

.movie iframe {
  max-height: 200px;
}

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
  height: 50vw;
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【Tab】画面サイズ768px以上1024px以下
---------------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {

.tabcont_work .box_work {
  width: 100%;
}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【PC】画面サイズ1025px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1025px) {

/*menubarブロック設定
---------------------------------------------------------------------------*/



/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}
