@charset "utf-8";

main {
  padding: 0;
}

.artfair_toppage {
  position: relative;
  margin: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.artfair_toppage .artfair_menu {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 3;
}

.artfair_toppage .artfair_menu a {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  margin-left: 50px;
}

.artfair_toppage img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .artfair_toppage #artfair-background-phone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .artfair_toppage #artfair-background-pc {
    display: none;
  }
}

.artfair_toppage .artfair_toppage_text {
  position: relative;
  z-index: 1;
  margin-left: 50px;
}

.artfair_toppage .artfair_toppage_text #title {
  color: #000;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 700;
}

.artfair_toppage .artfair_toppage_text #subtitle {
  color: #000;
  font-size: 3vw;
  line-height: 1em;
  font-weight: 900;
}

#title span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
#title span:first-child {
  animation: catch_anime 1.5s forwards .5s;
}
#title span:nth-child(2) {
  animation: catch_anime 1.5s forwards .8s;
}
#title span:nth-child(3) {
  animation: catch_anime 1.5s forwards 1.1s;
}
#title span:nth-child(4) {
  animation: catch_anime 1.5s forwards 1.4s;
}
#title span:nth-child(5) {
  animation: catch_anime 1.5s forwards 1.7s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.artfair_to_form {
  position: absolute;
  right: 160px;
  bottom: 30px;
}

.artfair_to_form a {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
  font-size: 1.5vw;
}

.artfair_toppage .artfair_toppage_price {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.artfair_toppage .artfair_toppage_price p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3em;
}

.artfair_toppage .artfair_toppage_price p #free {
  font-weight: 700;
  font-size: 25px;
}

.artfair_explain_container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 100%;
  padding: 0 0 100px 50px;
}

.artfair_explain_container .artfair_explain_text {
  background-color: #242424;
  border-radius: 50px;
  width: 70%;
  padding: 80px 0 80px 100px;
}

.artfair_explain_container .artfair_explain_text h2 {
  font-size: 2.5vw;
  line-height: 1em;
  margin: 0;
  color: #fff;
}

.artfair_explain_container .artfair_explain_text h3 {
  font-size: 1.5vw;
  margin-top: 5px;
  color: #fff;
  line-height: 1em;
}

.artfair_explain_container .artfair_explain_text p {
  margin-top: 50px;
  font-size: 1.2vw;
  line-height: 1.8em;
  color: #fff;
}


/* アーティスト */
.artfair_artist_container_back {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin:0;
}

.artfair_artist_container {
  max-width: 100%;
  background: linear-gradient(to bottom, #47B7AB 0%, #D15E90 100%);
  border-radius: 100px;
  padding: 8% 10%;
}

.artfair_artist_container h2 {
  text-align: center;
  color: #fff;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1em;
}

.artfair_artist_container p {
  font-size: .8vw;
  color: #fff;
}

.artfair_artist_container #artist_first_text {
  padding: 80px 0 5px 0;
  margin: 0;
}

.artfair_artist_container .artists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artfair_artist_container .artists .artist {
  width: 19%;
  margin-bottom: 30px;
  position: relative;
}

.artfair_artist_container .artists .artist .artist_link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 7;
}

.artfair_artist_container .artists .artist .artist_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f4f3ef;
  margin: 0 auto;
}

.artfair_artist_container .artists .artist .artist_image div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artfair_artist_container .artists .artist .artist_image div img {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 3px 3px 10px rgb(123, 123, 123);
}

.artfair_artist_container .artists .artist .artist_name {
  width: 100%;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.artfair_artist_container .artists .artist .artist_name h3 {
  font-size: 1vw;
  margin: 0;
  line-height: 1em;
  color: #fff;
}

.artfair_artist_container #artist_last_text {
  margin: 0;
}

/* image */
.artfair_image_container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 100%;
  margin: 0;
}

.artfair_image_container .booth_image_container {
  text-align: center;
  padding: 200px 0;
}

.artfair_image_container .booth_image_container .booth_image_text {
  margin-bottom: 50px;
}

.artfair_image_container .booth_image_container .booth_image_text p {
  color: #000;
  font-size: 5vw;
  font-weight: 900;
}

.artfair_image_container .booth_image_container img {
  width: 50%;
}

.artfair_image_container .booth_map_container {
  background: linear-gradient(to top, #47B7AB 0%, #D15E90 100%);
  text-align: center;
  padding: 200px 0;
}

.artfair_image_container .booth_map_container .booth_map_text {
  margin-bottom: 50px;
}

.artfair_image_container .booth_map_container .booth_map_text p {
  color: #fff;
  font-size: 5vw;
  font-weight: 900;
}

.artfair_image_container .booth_map_container img {
  width: 20%;
}

/* LIVING BOOTH */
.artfair_living_booth_container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0;
  padding: 200px 10%;
}

.artfair_living_booth_container h3 {
  font-size: 6vw;
  color: #000;
  font-weight: 800;
}

.artfair_living_booth {
  max-width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}

.artfair_living_booth img {
  width: 50%;
}

.artfair_living_booth .artfair_living_booth_text {
  margin: 0;
  width: 45%;
}

.modern {
  flex-direction: row-reverse;
}

.artfair_living_booth .artfair_living_booth_text .living_number {
  font-size: 6vw;
  line-height: 1.5em;
  font-weight: 800;
  color: #000;
}

.artfair_living_booth .artfair_living_booth_text .living_style {
  font-size: 2vw;
  line-height: 1.5em;
  font-weight: 800;
  color: #000;
}

.artfair_living_booth .artfair_living_booth_text .living_detail_text {
  font-size: 1.3vw;
  line-height: 1.5em;
  font-weight: 800;
  color: #000;
  margin-top: 10px;
}


/* Company_booth */
.company_booth_container {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0;
  max-width: 100%;
  padding: 200px 0;
}

.company_booth_container .company_booth_background {
  max-width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.company_booth_container .company_booth_background  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_booth_container h3 {
  font-size: 3vw;
  color: #000;
  font-weight: 800;
}

.company_booth_container .company_booth {
  max-width: 100%;
  margin: 0 10%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.company_booth_container .company_booth .company_booth_detail {
  width: 35%;
  text-align: left;
  margin-top: 50px;
}

.company_booth_container .company_booth .company_booth_detail a {
  width: 100%;
  height: 100%;
}

.company_booth_container .company_booth .company_booth_detail a .company_booth_detail_image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
}

.company_booth_container .company_booth .company_booth_detail a .company_booth_detail_image img {
  object-fit: cover;
  width:100%;
  height: 100%;
}

.company_booth_container .company_booth .company_booth_detail a h4 {
  color: #000;
  font-size: 1.5vw;
  line-height: 2em;
  font-weight: 600;
}

.company_booth_container .company_booth .company_booth_detail a p {
  color: #000;
  font-size: 1.2vw;
  line-height: 1.5em;
  font-weight: 600;
}


/* detail */
.artfair_detail_container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  background: linear-gradient(to right, #47B7AB 0%, #D15E90 100%);
  padding: 10% 15% 20% 15%;
}

.artfair_detail_container .detail_text_container span {
  font-weight: 200;
}

.artfair_detail_container .detail_text_container {
  margin: 0;
  max-width: 100%;
}

.artfair_detail_container .detail_text_container h3 {
  font-size: 4vw;
  line-height: 1em;
  font-weight: 800;
  color: #fff;
  font-weight: 800;
}

.artfair_detail_container .detail_text_container .artfair_date {
  margin-top: 30px;
}

.artfair_detail_container .detail_text_container .artfair_date h4 {
  font-size: 1.5vw;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_date p {
  font-size: 1vw;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_place {
  margin-top: 30px;
}

.artfair_detail_container .detail_text_container .artfair_place h4 {
  font-size: 1.5vw;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_place p {
  font-size: 1vw;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_place a {
  font-size: 1vw;
  text-decoration: underline;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_place table {
  max-width: 100%;
  vertical-align: top;
}

.artfair_detail_container .detail_text_container .artfair_place table tr {
  vertical-align: initial;
}

.artfair_detail_container .detail_text_container .artfair_place table tr td {
  padding-left: 20px;
  line-height: 1.5em;
}

.artfair_detail_container .detail_text_container .artfair_place table tr th, td {
  font-size: 1vw;
  padding-top: 15px;
  font-weight: 200;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_price {
  margin-top: 30px;
}

.artfair_detail_container .detail_text_container .artfair_price h4 {
  font-size: 1.5vw;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}

.artfair_detail_container .detail_text_container .artfair_price p {
  font-size: 1vw;
  color: #fff;
  font-weight: 400;
}

/* 協賛会社 */
.artfair_sponsor_container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border-radius: 100px;
  margin-top: -100px;
  background-color: #fff;
  text-align: center;
  padding: 10% 15%;
}

.styled-line {
  border: none;
  height: 2px;
  background-color: #DDDDDD; /* 線の色 */
  margin: 5px 0 0 0; /* 上下の余白 */
}

.artfair_sponsor_container h3 {
  color: #3B3B3B;
  font-size: 4vw;
}

.artfair_sponsor_container .sponsor_furniture {
  width: 100%;
  margin-top: 100px;
}

.artfair_sponsor_container .sponsor_furniture h4 {
  color:#3B3B3B;
  font-size: 1.8vw;
  font-weight: 800;
}

.artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 10%;
}

.artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image {
  position: relative;
  width: 50%;
  height: auto;
  margin-top: 80px;
}

.artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7;
}

.artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image img {
  width: 60%;
  object-fit: cover;
}

.artfair_sponsor_container .sponsor_company {
  width: 100%;
  margin-top: 100px;
}

.artfair_sponsor_container .sponsor_company h4 {
  color:#3B3B3B;
  font-size: 1.8vw;
  font-weight: 800;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 15%;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image {
  position: relative;
  width: 35%;
  height: auto;
  margin-top: 50px;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image img {
  width: 100%;
  object-fit: cover;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images #ito img {
  width: 40%!important;
}

.artfair_sponsor_container .sponsor_company .sponsor_company_images #time_capsule img {
  width: 70%!important;
}

/* footer */
footer {
  position: relative;
  z-index: 0;
  max-width: 100%;
  background-color: #242424;
  padding: 5% 10% 0 10%;
  margin-top: -10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_launica_logo {
  width: 70%;
}

footer .footer_launica_logo img {
  width: 100%;
  object-fit: cover;
}

footer .footer_text {
  width: 30%;
  text-align: left;
}

footer .footer_text .company {
  margin-bottom: 15px;
}

footer .footer_text .company h4 {
  color: #fff;
}

footer .footer_text .company p {
  color: #fff;
}

footer .footer_text .customer {
  margin-bottom: 15px;
}

footer .footer_text .customer h4 {
  color: #fff;
}

footer .footer_text .customer p {
  color: #fff;
}

footer .footer_text .social_media {
  display: flex;
  justify-content: left;
}

footer .footer_text .social_media a {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

footer .footer_text .social_media a img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .artfair_toppage .artfair_menu {
    right: 30px;
    top: 30px;
  }
  
  .artfair_toppage .artfair_menu a {
    font-size: 15px;
    margin-left: 30px;
  }
  
  .artfair_toppage .artfair_toppage_text {
    margin-left: 50px;
  }
  
  .artfair_toppage .artfair_toppage_text h2 {
    font-size: 13vw;
    line-height: 1em;
  }
  
  .artfair_toppage .artfair_toppage_text p {
    font-size: 5vw;
    line-height: 1em;
  }

  .artfair_to_form {
    right: 150px;
    bottom: 30px;
  }
  
  .artfair_to_form a {
    font-size: 2vw;
  }
  
  .artfair_toppage .artfair_toppage_price {
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
  
  .artfair_toppage .artfair_toppage_price p {
    font-size: 18px;
    line-height: 1.3em;
  }
  
  .artfair_toppage .artfair_toppage_price p #free {
    font-size: 25px;
  }
  
  .artfair_explain_container {
    padding: 0 0 100px 50px;
  }
  
  .artfair_explain_container .artfair_explain_text {
    border-radius: 50px;
    width: 70%;
    padding: 60px 0 60px 80px;
  }
  
  .artfair_explain_container .artfair_explain_text h2 {
    font-size: 3vw;
  }
  
  .artfair_explain_container .artfair_explain_text h3 {
    font-size: 1.5vw;
    margin-top: 5px;
    line-height: 1.3em;
  }
  
  .artfair_explain_container .artfair_explain_text p {
    margin-top: 35px;
    font-size: 1.5vw;
    line-height: 1.8em;
  }
  
  
  /* アーティスト */
  .artfair_artist_container {
    border-radius: 80px;
    padding: 8% 8%;
  }
  
  .artfair_artist_container h2 {
    font-size: 6vw;
    font-weight: 800;
    line-height: 1em;
  }
  
  .artfair_artist_container p {
    font-size: 1.3vw;
  }
  
  .artfair_artist_container #artist_first_text {
    padding: 60px 0 5px 0;
  }
  
  .artfair_artist_container .artists .artist {
    width: 32%;
    margin-bottom: 30px;
  }

  .artfair_artist_container .artists .artist .artist_name {
    padding-top: 5px;
  }
  
  .artfair_artist_container .artists .artist .artist_name h3 {
    font-size: 1.5vw;
  }

  .artfair_artist_container #artist_last_text {
    margin-top: 15px;
  }
  

/* image */
.artfair_image_container .booth_image_container {
  padding: 150px 0;
}

.artfair_image_container .booth_image_container .booth_image_text {
  margin-bottom: 50px;
}

.artfair_image_container .booth_image_container .booth_image_text p {
  font-size: 6vw;
}

.artfair_image_container .booth_image_container img {
  width: 60%;
}

.artfair_image_container .booth_map_container {
  padding: 150px 0;
}

.artfair_image_container .booth_map_container .booth_map_text {
  margin-bottom: 50px;
}

.artfair_image_container .booth_map_container .booth_map_text p {
  font-size: 6vw;
}

.artfair_image_container .booth_map_container img {
  width: 30%;
}

/* LIVING BOOTH */
.artfair_living_booth_container {
  padding: 150px 8%;
}

.artfair_living_booth_container h3 {
  font-size: 7vw;
}

.artfair_living_booth {
  margin-top: 80px;
}

.artfair_living_booth img {
  width: 50%;
}

.artfair_living_booth .artfair_living_booth_text {
  width: 45%;
}

.artfair_living_booth .artfair_living_booth_text .living_number {
  font-size: 7vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_style {
  font-size: 3vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_detail_text {
  font-size: 1.5vw;
  margin-top: 10px;
}


/* Company_booth */
.company_booth_container {
  padding: 150px 0;
}

.company_booth_container h3 {
  font-size: 4vw;
}

.company_booth_container .company_booth {
  margin: 0 8%;
}

.company_booth_container .company_booth .company_booth_detail {
  width: 40%;
  margin-top: 50px;
}

.company_booth_container .company_booth .company_booth_detail a .company_booth_detail_image {
  width: 100%;
  height: 180px;
  border-radius: 15px;
}

.company_booth_container .company_booth .company_booth_detail a h4 {
  font-size: 2vw;
  line-height: 2em;
}

.company_booth_container .company_booth .company_booth_detail a p {
  font-size: 1.5vw;
}

  
  /* detail */
  .artfair_detail_container {
    padding: 12% 13% 22% 13%;
  }
  
  .artfair_detail_container .detail_text_container h3 {
    font-size: 5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date h4 {
    font-size: 2vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date p {
    font-size: 1.5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place h4 {
    font-size: 2vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place p {
    font-size: 1.5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place a {
    font-size: 1.5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr td {
    padding-left: 15px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr th, td {
    font-size: 1.5vw;
    padding-top: 15px;
    font-weight: 400;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price h4 {
    font-size: 2vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price p {
    font-size: 1.5vw;
  }
  
  /* 協賛会社 */
  .artfair_sponsor_container {
    border-radius: 100px;
    margin-top: -100px;
    padding: 10% 13%;
  }
  
  .styled-line {
    margin: 3px 0 0 0; /* 上下の余白 */
  }
  
  .artfair_sponsor_container h3 {
    font-size: 5vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture {
    margin-top: 80px;
  }
  
  .artfair_sponsor_container .sponsor_furniture h4 {
    font-size: 2vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images {
    margin: 0 10%;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image {
    width: 50%;
    height: auto;
    margin-top: 50px;
  }
  
  .artfair_sponsor_container .sponsor_company {
    margin-top: 80px;
  }
  
  .artfair_sponsor_container .sponsor_company h4 {
    font-size: 2vw;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images {
    margin: 0 10%;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image {
    width: 40%;
    height: auto;
    margin-top: 30px;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #ito img {
    width: 50%!important;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #time_capsule img {
    width: 80%!important;
  }
  
  /* footer */
  footer {
    padding: 8% 10% 0 10%;
    margin-top: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  footer .footer_launica_logo {
    width: 70%;
  }
  
  footer .footer_text {
    width: 30%;
    text-align: left;
  }
  
  footer .footer_text .company {
    margin-bottom: 15px;
  }

  footer .footer_text .company h4 {
    font-size: 1.5vw;
  }

  footer .footer_text .company p {
    font-size: 1.5vw;
  }

  footer .footer_text .customer {
    margin-bottom: 15px;
  }

  footer .footer_text .customer h4 {
    font-size: 1.5vw;
  }

  footer .footer_text .customer p {
    font-size: 1.5vw;
  }
  
  footer .footer_text .social_media a {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .artfair_toppage .artfair_menu {
    right: 30px;
    top: 30px;
  }
  
  .artfair_toppage .artfair_menu a {
    font-size: 12px;
    margin-left: 20px;
  }
  
  .artfair_toppage .artfair_toppage_text {
    margin-left: 30px;
  }
  
  .artfair_toppage .artfair_toppage_text h2 {
    font-size: 13vw;
    line-height: 1em;
  }
  
  .artfair_toppage .artfair_toppage_text p {
    font-size: 5vw;
    line-height: 1em;
  }

  .artfair_to_form {
    right: 130px;
    bottom: 25px;
  }
  
  .artfair_to_form a {
    font-size: 2vw;
  }
  
  .artfair_toppage .artfair_toppage_price {
    bottom: 25px;
    right: 25px;
    width: 80px;
    height: 80px;
  }
  
  .artfair_toppage .artfair_toppage_price p {
    font-size: 15px;
    line-height: 1.3em;
  }
  
  .artfair_toppage .artfair_toppage_price p #free {
    font-size: 20px;
  }
  
  .artfair_explain_container {
    padding: 0 0 80px 0px;
  }
  
  .artfair_explain_container .artfair_explain_text {
    border-radius: 40px;
    width: 80%;
    padding: 60px 20px 60px 60px;
  }
  
  .artfair_explain_container .artfair_explain_text h2 {
    font-size: 4vw;
  }
  
  .artfair_explain_container .artfair_explain_text h3 {
    font-size: 2.5vw;
    margin-top: 5px;
    line-height: 1.3em;
  }
  
  .artfair_explain_container .artfair_explain_text p {
    margin-top: 20px;
    font-size: 2.5vw;
    line-height: 1.8em;
  }
  
  
  /* アーティスト */
  .artfair_artist_container {
    border-radius: 60px;
    padding: 10% 3%;
  }
  
  .artfair_artist_container h2 {
    font-size: 7vw;
    line-height: 1em;
  }
  
  .artfair_artist_container p {
    font-size: 1.5vw;
  }
  
  .artfair_artist_container #artist_first_text {
    padding: 50px 0 5px 0;
  }
  
  .artfair_artist_container .artists .artist {
    width: 32%;
    margin-bottom: 30px;
  }
  
  .artfair_artist_container .artists .artist .artist_name {
    padding-top: 5px;
  }
  
  .artfair_artist_container .artists .artist .artist_name h3 {
    font-size: 2vw;
  }

  .artfair_artist_container #artist_last_text {
    margin-top: 5px;
  }
  

/* image */
.artfair_image_container .booth_image_container {
  padding: 150px 0;
}

.artfair_image_container .booth_image_container .booth_image_text {
  margin-bottom: 30px;
}

.artfair_image_container .booth_image_container .booth_image_text p {
  font-size: 7vw;
}

.artfair_image_container .booth_image_container img {
  width: 70%;
}

.artfair_image_container .booth_map_container {
  padding: 150px 0;
}

.artfair_image_container .booth_map_container .booth_map_text {
  margin-bottom: 30px;
}

.artfair_image_container .booth_map_container .booth_map_text p {
  font-size: 7vw;
}

.artfair_image_container .booth_map_container img {
  width: 40%;
}

/* LIVING BOOTH */
.artfair_living_booth_container {
  padding: 150px 5%;
}

.artfair_living_booth_container h3 {
  font-size: 8vw;
}

.artfair_living_booth {
  margin-top: 50px;
}

.artfair_living_booth img {
  width: 60%;
}

.artfair_living_booth .artfair_living_booth_text {
  width: 35%;
}

.artfair_living_booth .artfair_living_booth_text .living_number {
  font-size: 8vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_style {
  font-size: 3vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_detail_text {
  font-size: 1.8vw;
  margin-top: 10px;
}


/* Company_booth */
.company_booth_container {
  padding: 150px 0;
}

.company_booth_container h3 {
  font-size: 5vw;
}

.company_booth_container .company_booth {
  margin: 0 5%;
}

.company_booth_container .company_booth .company_booth_detail {
  width: 40%;
  margin-top: 30px;
}

.company_booth_container .company_booth .company_booth_detail a .company_booth_detail_image {
  width: 100%;
  height: 150px;
  border-radius: 15px;
}

.company_booth_container .company_booth .company_booth_detail a h4 {
  font-size: 3vw;
  line-height: 2em;
}

.company_booth_container .company_booth .company_booth_detail a p {
  font-size: 2vw;
}
  
  /* detail */
  .artfair_detail_container {
    padding: 12% 13% 25% 13%;
  }
  
  .artfair_detail_container .detail_text_container h3 {
    font-size: 5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date h4 {
    font-size: 2.5vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date p {
    font-size: 2vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place h4 {
    font-size: 2.5vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place p {
    font-size: 2vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place a {
    font-size: 2.5vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr td {
    padding-left: 15px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr th, td {
    font-size: 2vw;
    padding-top: 15px;
    font-weight: 400;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price {
    margin-top: 30px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price h4 {
    font-size: 2.5vw;
    margin-bottom: 6px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price p {
    font-size: 2vw;
  }
  
  /* 協賛会社 */
  .artfair_sponsor_container {
    border-radius: 60px;
    margin-top: -80px;
    padding: 10% 5%;
  }
  
  .styled-line {
    margin: 3px 0 0 0; /* 上下の余白 */
  }
  
  .artfair_sponsor_container h3 {
    font-size: 7vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture {
    margin-top: 80px;
  }
  
  .artfair_sponsor_container .sponsor_furniture h4 {
    font-size: 3vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images {
    margin: 0 10%;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image {
    width: 50%;
    height: auto;
    margin-top: 50px;
  }
  
  .artfair_sponsor_container .sponsor_company {
    margin-top: 50px;
  }
  
  .artfair_sponsor_container .sponsor_company h4 {
    font-size: 3vw;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images {
    margin: 0 10%;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image {
    width: 40%;
    height: auto;
    margin-top: 30px;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #ito img {
    width: 50%!important;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #time_capsule img {
    width: 80%!important;
  }
  
  /* footer */
  footer {
    padding: 8% 10% 0 10%;
    margin-top: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  footer .footer_launica_logo {
    width: 70%;
  }
  
  footer .footer_text {
    width: 30%;
    text-align: left;
  }
  
  footer .footer_text .company {
    margin-bottom: 15px;
  }

  footer .footer_text .company h4 {
    font-size: 1.5vw;
  }

  footer .footer_text .company p {
    font-size: 1.5vw;
  }

  footer .footer_text .customer {
    margin-bottom: 15px;
  }

  footer .footer_text .customer h4 {
    font-size: 1.5vw;
  }

  footer .footer_text .customer p {
    font-size: 1.5vw;
  }
  
  footer .footer_text .social_media a {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}


@media screen and (max-width: 480px) {
  .artfair_toppage .artfair_menu {
    right: 25px;
    top: 25px;
  }
  
  .artfair_toppage .artfair_menu a {
    font-size: 12px;
    margin-left: 20px;
  }
  
  .artfair_toppage .artfair_toppage_text {
    margin-left: 15px;
  }

  .artfair_toppage .artfair_toppage_text #title {
    font-size: 18vw;
  }
  
  .artfair_toppage .artfair_toppage_text #subtitle {
    font-size: 7vw;
  }

  .artfair_to_form {
    right: 150px;
    bottom: 25px;
  }
  
  .artfair_to_form a {
    font-size: 3vw;
  }
  
  .artfair_toppage .artfair_toppage_price {
    bottom: 25px;
    right: 25px;
    width: 100px;
    height: 100px;
  }
  
  .artfair_toppage .artfair_toppage_price p {
    font-size: 18px;
    line-height: 1.3em;
  }
  
  .artfair_toppage .artfair_toppage_price p #free {
    font-size: 25px;
  }
  
  .artfair_explain_container {
    padding: 0 0 100px 0px;
  }
  
  .artfair_explain_container .artfair_explain_text {
    border-radius: 40px;
    width: 80%;
    padding: 60px 30px 60px 30px;
  }
  
  .artfair_explain_container .artfair_explain_text h2 {
    font-size: 5vw;
  }
  
  .artfair_explain_container .artfair_explain_text h3 {
    font-size: 3.5vw;
    margin-top: 5px;
    line-height: 1.3em;
  }
  
  .artfair_explain_container .artfair_explain_text p {
    margin-top: 20px;
    font-size: 3vw;
    line-height: 1.8em;
  }
  
  
  /* アーティスト */
  .artfair_artist_container {
    border-radius: 50px;
    padding: 10% 2% 15% 2%;
  }
  
  .artfair_artist_container h2 {
    font-size: 8vw;
    line-height: 1em;
  }
  
  .artfair_artist_container p {
    font-size: 2vw;
  }
  
  .artfair_artist_container #artist_first_text {
    padding: 40px 0 0px 0;
  }
  
  .artfair_artist_container .artists .artist {
    width: 49%;
    margin-bottom: 25px;
  }
  
  .artfair_artist_container .artists .artist .artist_name {
    padding-top: 5px;
  }
  
  .artfair_artist_container .artists .artist .artist_name h3 {
    font-size: 3vw;
  }

  .artfair_artist_container #artist_last_text {
    margin-top: 5px;
  }
  

/* image */
.artfair_image_container .booth_image_container {
  padding: 150px 0;
}

.artfair_image_container .booth_image_container .booth_image_text {
  margin-bottom: 30px;
}

.artfair_image_container .booth_image_container .booth_image_text p {
  font-size: 8vw;
}

.artfair_image_container .booth_image_container img {
  width: 80%;
}

.artfair_image_container .booth_map_container {
  padding: 150px 0;
}

.artfair_image_container .booth_map_container .booth_map_text {
  margin-bottom: 30px;
}

.artfair_image_container .booth_map_container .booth_map_text p {
  font-size: 8vw;
}

.artfair_image_container .booth_map_container img {
  width: 50%;
}

/* LIVING BOOTH */
.artfair_living_booth_container {
  padding: 150px 3%;
}

.artfair_living_booth_container h3 {
  font-size: 10vw;
}

.artfair_living_booth {
  margin-top: 50px;
}

.artfair_living_booth img {
  width: 100%;
}

.artfair_living_booth .artfair_living_booth_text {
  width: 100%;
}

.artfair_living_booth .artfair_living_booth_text .living_number {
  font-size: 12vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_style {
  font-size: 5vw;
  line-height: 1.3em;
}

.artfair_living_booth .artfair_living_booth_text .living_detail_text {
  font-size: 3vw;
  margin-top: 10px;
}


/* Company_booth */
.company_booth_container {
  padding: 150px 0;
}

.company_booth_container h3 {
  font-size: 6vw;
}

.company_booth_container .company_booth {
  margin: 0 5%;
}

.company_booth_container .company_booth .company_booth_detail {
  width: 70%;
  margin-top: 50px;
}

.company_booth_container .company_booth .company_booth_detail a .company_booth_detail_image {
  width: 100%;
  height: 180px;
  border-radius: 15px;
}

.company_booth_container .company_booth .company_booth_detail a h4 {
  font-size: 4vw;
  line-height: 2em;
}

.company_booth_container .company_booth .company_booth_detail a p {
  font-size: 3vw;
}
  
  
  /* detail */
  .artfair_detail_container {
    padding: 30% 10% 45% 10%;
  }
  
  .artfair_detail_container .detail_text_container h3 {
    font-size: 8vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date {
    margin-top: 20px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date h4 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_date p {
    font-size: 3vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place {
    margin-top: 20px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place h4 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place p {
    font-size: 3vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place a {
    font-size: 3vw;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr td {
    padding-left: 12px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_place table tr th, td {
    font-size: 3vw;
    padding-top: 12px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price {
    margin-top: 20px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price h4 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  
  .artfair_detail_container .detail_text_container .artfair_price p {
    font-size: 3vw;
  }
  
  /* 協賛会社 */
  .artfair_sponsor_container {
    border-radius: 50px;
    margin-top: -80px;
    padding: 15% 3%;
  }
  
  .styled-line {
    margin: 2px 0 0 0; /* 上下の余白 */
  }
  
  .artfair_sponsor_container h3 {
    font-size: 8vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture {
    margin-top: 30px;
  }
  
  .artfair_sponsor_container .sponsor_furniture h4 {
    font-size: 4vw;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images {
    margin: 0 5%;
  }
  
  .artfair_sponsor_container .sponsor_furniture .sponsor_furniture_images .sponsor_furniture_image {
    width: 48%;
    height: auto;
    margin-top: 40px;
  }
  
  .artfair_sponsor_container .sponsor_company {
    margin-top: 50px;
  }
  
  .artfair_sponsor_container .sponsor_company h4 {
    font-size: 4vw;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images {
    margin: 0 5%;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images .sponsor_company_image {
    width: 45%;
    height: auto;
    margin-top: 30px;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #ito img {
    width: 40%!important;
  }
  
  .artfair_sponsor_container .sponsor_company .sponsor_company_images #time_capsule img {
    width: 70%!important;
  }

  .artfair_sponsor_container .sponsor_company .sponsor_company_images #nanafu img {
    width: 60%!important;
  }
  
  /* footer */
  footer {
    padding: 15% 3% 10% 3%;
    margin-top: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  footer .footer_launica_logo {
    width: 55%;
  }
  
  footer .footer_text {
    width: 45%;
    text-align: left;
  }
  
  footer .footer_text .company {
    margin-bottom: 12px;
  }

  footer .footer_text .company h4 {
    font-size: 2.5vw;
  }

  footer .footer_text .company p {
    font-size: 2.5vw;
  }

  footer .footer_text .customer {
    margin-bottom: 12px;
  }

  footer .footer_text .customer h4 {
    font-size: 2.5vw;
  }

  footer .footer_text .customer p {
    font-size: 2.5vw;
  }
  
  footer .footer_text .social_media a {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}