@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
	background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/bwj-tokyo2022/back.png) top 10px left -80px no-repeat;
	background-size: 100%;
	background-color: #fff;
	padding: 0 0 20px;
	position: relative;
}
#container .top-obi {
	background: #de2e86;
	display: block;
	margin: 0;
  padding: 5px 100px 3px 15px;
}
#container .toptitle-box {
	background-color: rgba(222, 46, 134, 0.9);
  color: #fff;
	display: block;
  font-family: 'Ubuntu', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', "遊ゴシック体", 'YuGothic', "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
	text-align: center;
  margin: 0 0 60px;
	padding: 10px 20px;
	position: relative;
}
#container .toptitle-box .headtitle {
  font-size: 1.3rem;
  line-height: 1.2;
	margin: 3% 0;
}
#container .toptitle-box .booth {
  font-size: 1.0rem;
  line-height: 1.5;
}
#container .toptitle-box .time {
  font-size: 0.9rem;
  line-height: 1.0;
	margin: 5px 0;
}
#container .title-desc {
  font-size: 0.9rem;
  line-height: 1.6;
	width: 90%;
}
@media screen and (min-width:350px) and (max-width:480px) {/*スマホ縦　i6 / i6plus / i7  350pxから480pxまで*/
#container .toptitle-box {
  margin: 0 0 23%;
}
}
@media screen and (min-width:480px) {/*スマホ横～タブレット 480pxから*/
#container .mainvisual {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/bwj-tokyo2022/back.png) top -60px left no-repeat;
  background-size: 50%;
}
#container .top-obi {
  padding: 10px 30px 5px;
}
#container .toptitle-box {
  padding: 10px 30px 15px 30px;
  position: absolute;
    top: -15%;
    left: 0;
  width: 55%;
}
#container .topimg-box {
  text-align: right;
  margin: 15% 0 0;
}
#container .topimg-box img {
  left: 0;
  width: 80%;
}
#container .toptitle-box .headtitle {
  font-size: 1.8rem;
}
#container .toptitle-box .booth {
  font-size: 1.5rem;
}
#container .toptitle-box .time {
  font-size: 1.2rem;
}
#container .title-desc {
  font-size: 1.1rem;
  margin: 3% auto;
}
}
@media screen and (min-width:960px) {/*小・大画面デスクトップ　960pxからはここを読み込む*/

}
