@charset "utf-8";
/*-------------
   clearfix
-------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*-----------
   common
-----------*/
.wrapper {
  font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding: 0;
  position: relative;
}
.wrapper * {
  box-sizing: border-box;
}
.wrapper a {
  color: inherit;
  display: block;
}
.wrapper img {
  height: auto;
  max-width: 100%;
}
#container .flex {
  align-items: flex-start;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
/*------------------ボタンデザイン------------------*/
/*--pushdown--*/
#container .pushdown {
  background: transparent;
  border-radius: 15px;
  outline: none;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all .1s;
  width: 100%;
}
#container .pushdown a {
  background: #9c9c9c;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 1.0rem;
  line-height: 3.6;
  position: relative;
  text-decoration: none;
  transition: all .1s;
}
#container .pushdown:hover {
  border-color: transparent;
}
#container .pushdown a:hover {
  opacity: 1;
}
#container .pushdown:hover a {
  background-color: #333;
	transform: translateY(6px);
}
#container .pushdown:before {
  content: "";
  background: #333;
  border-radius: 15px;
  top: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*->-*/
#container .pushdown a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 10%;
}
/* visit-btn */
#container .visit-btn a {
  background:  #FF3399;
}
#container .visit-btn:hover a {
  background-color: #a13069;
}
#container .visit-btn:before {
  background: #a13069;
}

/*-- 画面外にいる状態 --*/
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*-- container --*/
#container {
  overflow: hidden;
}
#container .wrapper {
  font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#container .wrapper p {
  margin: 0;
}
#container section {
  margin: 0 auto;
  padding: 0;
}
/*-- mainvisual --*/
#container .mainvisual {
  background:linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 18%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0) 60%), url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/hosu-tokyo-2026/fv_sp.jpg) bottom center no-repeat;
  background-size: 100% 100%, 100% auto;
  background-color: #fff;
  height: 100vw;
  margin-bottom: 5%;
  padding: 10% 5% 20%;
  position: relative;
}

#container .color-box {
  max-width: 100%;
}

#container .fv_title {
  line-height: 1;
  margin: 0 0 2vw;
  padding: 0;
}

#container .top-logo {
  display: block;
  width: 100%;
}

#container .fv_lead {
  color: #005bac;
  font-size: 6vw;
  font-weight: 700;
  text-align: left;
}

#container .fv_date {
  display: block;
  justify-content: center;
  width: 100%;
  margin: 4vw 0;
  padding: 2vw;
  box-sizing: border-box;
  background: linear-gradient(to left,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 0.5) 90%,
  rgba(255, 255, 255, 0.6) 100%);
  border-left: 6px solid rgba(0, 91, 172, 0.45);
  backdrop-filter: blur(2px);
}

#container .fv_main {
  margin: 0;
  color: #005bac;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 1vw;
  text-align: left;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
}

#container .fv_main .fv_day {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

#container .fv_main .fv_day span {
  font-size: 7vw;
  font-weight: 900;
  line-height: 1;
}

#container .fv_main .fv_time {
  display: inline-block;
  position: relative;
  margin-left: 1vw;
  padding-left: 1vw;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
}

#container .fv_main .fv_time::before {
  content: "";
  position: absolute;
  left: -4%;
  top: 50%;
  width: 1px;
  height: 4vw;
  background: #005bac;
  transform: translateY(-50%);
}

#container .fv_info p {
  color: #005bac;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0 auto;
  text-align: left;
}

/*-- section --*/
/* ▼top-area */
#container p.des {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.9;
  margin: 0;
  padding: 4% 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

#container .top-area p.des {
  margin-bottom: 5%;
  padding: 0 5%;
}

#container h2 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 5%;
  padding: 3%;
  text-align: center;
}

#container .br-sp {
  display: block;
}
#container .br-pc {
  display: none;
}

/* ▼booth */
#container .booth {
  padding: 8% 5%;
  position: relative;
}

#booth-point {
  background-color: #eee;
}

#container .booth .width {
  background-color: #fff;
  padding:7% 5% 1%;
}
#container .booth h2 {
  font-weight: bold;
  padding: 0;
}

#booth-point h2 {
	color: #014b91;
}

#container span.point {
  border-radius: 5px;
  border: 2px solid #014b91;
  color: #014b91;
  display: block;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 3vw;
  padding: 0;
  text-align: center;
  width: 30%;
}
#container h3 {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
#container .box {
  margin-bottom: 10%;
}

#container .box:last-child {
    margin-bottom: 8%;
}
#container .image-box li {
  margin-bottom: 3%;
}
/*---- ▲accordion-area ----*/
/*booth-point*/
#booth-point .image-itemlink > li {
  margin-bottom: 7%;
}
#booth-point li.name {
  color: #000;
  font-size: 1.0rem;
  margin: 3% 0 -3%;
  text-align: center;
}
#booth-point h4 {
  color: #947f28;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0;
}
#booth-point h5,p{
  text-align: center;
}
#booth-point h5{
  border-bottom: solid 1px #5a9943;
  color: #000;
  font-size: 1.0rem;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 2% 0;
}
#booth-point p{
  margin-top: 1em;
  margin-bottom: 1.0em;
}
#booth-point .btn-box ul {
  margin-bottom: 10%;
}

#booth-point .pushdown {
  width: 90%;
}

#booth-point h5 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1%;
}

/*---- ▼boothmap-area ----*/
#container .boothmap-area {
  margin-top: 3%;
}
#container .boothmap-area h2 {
  background-color: #014b91;
	color: #fff;
}
#container .boothmap-area .box {
  padding: 0 5%;
}
#container .boothmap-area li.des {
  color: #000;
  font-size: 1.0rem;
  line-height: 1.3;
  margin-bottom: 5%;
  text-align: center;
}
#container .boothmap-area li.map-img {
  margin: 0 auto 10%;
  text-align: center;
  width: 90%;
}

#container .boothmap-area h3 {
  text-align: center;
}

#container .visit-box {
  margin-bottom: 10%;
}
#container .visit-box h4 {
  border: solid 1px  #FF3399;
  color:  #FF3399;
  font-weight: normal;
  padding: 2% 5%;
  text-align: center;
}
/* plason */
#container .plason-feature {
  color: #947f28;
  font-weight: bold;
  font-size: 1.1rem;
  margin:0 0 2%;
}

/*---- ▲txt-btn ----*/
#container .box .txt-btn {
  color: #ff3399;
  font-size: 4.3vw;
  line-height: 1.5;
  position: relative;
}

/*---- ▲accordion-area ----*/

@media screen and (min-width:768px){
/*-- btn design --*/
#container .pushdown {
  width: 50%;
}
#container .pushdown a {
  font-size: 1.2vw;
}
#container .pushdown a::after {
  content: '';
  top: 43%;
  right: 4%;
}
#container .link-btn {
  margin: 0 auto;
  width: 50%;
}
#container .link-btn a {
  font-size: 1.0rem;
}
/*-- mainvisual --*/
#container .mainvisual {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/hosu-tokyo-2026/fv_pc.jpg) bottom center no-repeat;
  background-size: contain;
  background-color: #fff;
  margin-bottom: 3%;
  padding: 0 5% 30%;
  position: relative;
}
#container .mainvisual .color-box {
  margin: 0;
  width: 60%;
}
#container h1 {
  font-size: 1.4rem;
}
/* ▼top-area */
#container .top-area p.des {
  font-size: 1.0rem;
  margin-bottom: 4%;
}

/*---- ▼order-area ----*/
#container h2 {
  font-size: 1.6vw;
}
#container .box {
  margin-bottom: 8%;
}
#container .box:last-child {
  margin-bottom: 1vw;
}
#container .br-sp {
  display: none;
}
#container .br-pc {
  display: block;
}

#container p.des {
  font-size: 0.75vw;
  padding: 0 0 2%;
}

/* ▼booth */
#container h3 {
  font-size: 1.1vw;
  line-height: 1.8;
  margin: 0;
}
#container span.point {
  display: inline-block;
  font-size: 1.05vw;
  margin: 0 2% 0 0;
  width: 15%;
}
#container .image-box {
  display: flex;
  flex-wrap: wrap;
}
#container .image-box li {
  padding: 0 2px;
  width: calc(100%/2);
}

/*---- ▼accordion-area ----*/
#container .accordion-area li {
  margin: 15px 0;
}
#container .day{
  font-size: 1.4rem;
}

/*booth-point*/
#booth-point .image-itemlink .link-btn {
  width: 90%;
}
#booth-point li.name {
  margin: 5% 0 2%;
  width: 100%;
}
#booth-point .image-itemlink > li {
  margin: 0;
}
/*---- ▼boothmap-area ----*/
#container .boothmap-area {
    margin-top: 4%;
}

#container .boothmap-area li.map-img {
  width: 60%;
}
#container .boothmap-area p.des {
  text-align: center;
}

#container .boothmap-area li.des {
  margin-bottom: 3%;
}

#container .width {
  margin: 0 auto;
  width: 55vw;
}

#container .boothmap-area h3 {
  font-size: 1.4vw;
}
/*-- mainvisual --*/
#container .mainvisual {
  background-size: cover;
  margin-top: 0;
  margin-bottom: 2%;
  height: auto;
}
#container .mainvisual .color-box {
  position: absolute;
  padding: 3% 0;
  margin-left: 10vw;
}

#container .fv_title {
  line-height: 1;
  margin: 2vw 0 1vw;
  padding: 0;
}

#container .top-logo {
  width: 64%;
}

#container .fv_lead {
  font-size: 2.5vw;
  letter-spacing: .2vw;
}

#container .fv_date {
  margin: 2vw 0;
  padding: 1vw 1.5vw;
  border-left: .6vw solid rgba(0, 91, 172, 0.45);
}

#container .fv_main .fv_day {
  font-size: 1.5vw;
}

#container .fv_main .fv_day span {
  font-size: 2.5vw;
}

#container .fv_main .fv_time {
  padding-left: 0;
  font-size: 1.8vw;
}

#container .fv_main .fv_time::before {
  left: -9%;
  height: 1.8vw;
}

#container .fv_info p {
  font-size: 1.5vw;
}

#container h1 {
  font-size: 1.6rem;
}
/* ▼top-area */
/*---- ▼nav-area ----*/
#container .nav-area .nav-title {
  width: 30%;
}
#container .nav-area .box {
  padding: 0;
}
#container nav .flex {
  justify-content: center;
}
#container nav li {
  width: calc(100%/4);
}
#container nav li a {
  padding: 8% 0 13%;
}
/*---- ▼order-area ----*/
#container .coin1 {
  top: 32%;
  left: -2%;
}
#container .coin2 {
  top: 22%;
  right: -9%;
}
/* ▼sec-title */
#container .sec-title dt img {
  width: 90%;
}
/* ▼booth */
#container .booth {
  padding: 4%;
}

#container .booth .width {
  padding: 4% 5% 2%;
}

#container p.des {
  padding: 3% 0 4%;
}

#container p.dotted {
  border-top: dotted 3px  #FF3399;
  margin: 5% 0 3%;
}

#container .visit-btn.pushdown {
  margin: 0 auto;
}

#container .visit-box h4 {
 font-size: 1.2vw;
}

#container .box .txt-btn {
  font-size: 1vw;
  padding-top: 1.5vw;
}

#booth-point .box:last-of-type .txt-btn {
  padding-top: 0;
}
}