body {
  position: fixed;
  top: 0px;
  left: 0px;
  border: none;
  border-width: 0;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-size-adjust: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, Verdana, 'M+ 1p', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 0.8rem;
  }
}

@media screen and (max-height: 480px) {
  body {
    font-size: 0.8rem;
  }
}

input {
  font-size: 16pt;
}

#showcase_iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* ===================================-
hightlight 
======================================-*/

/* #vr360_highlight_container {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  user-select: none;
}

#vr360_highlight_icon {
  display: inline-flex;
  width: 70px;
  font-size: 1.5rem;
  color: white;
  padding: 5px;
  pointer-events: all;
  border-radius: 10px 10px 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: space-around;
  align-items: center;
}

#vr360_highlight_icon>span {
  cursor: pointer;
  margin-left: 5px;
}

#vr360_highlight_icon>span:hover {
  color: #ff3158;
  text-shadow: none;
}

#vr360_highlight_base {
  display: inline-block;
  transition: 0.5s;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
}

#vr360_highlight_menu {
  display: flex;
  width: 100%;
  max-height: 35px;
}

#vr360_highlight_area {
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: scroll;
  flex-wrap: nowrap;
  width: 100%;
  max-height: 100vh;
  pointer-events: all;
  font-size: 0.6rem;
}

#vr360_highlight_area>div {
  display: none;
  max-width: 120px;
  min-width: 120px;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  padding: 5px;
}

#vr360_highlight_area>div>img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: solid 3px rgba(0, 0, 0, 0);
}

#vr360_highlight_area>div.target>img {
  border-color: #ff3158;
}

#vr360_highlight_area.all>div.all {
  display: inline-block;
}

#vr360_highlight_area.kitchen>div.kitchen {
  display: inline-block;
}

#vr360_highlight_area.bathroom>div.bathroom {
  display: inline-block;
}

#vr360_highlight_area.washroom>div.washroom {
  display: inline-block;
}

#vr360_highlight_area.toilet>div.toilet {
  display: inline-block;
}

#vr360_highlight_area>div>* {
  position: relative;
  left: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#vr360_highlight_base.vr360_show {
  transition: 0.5s;
  max-height: 100vh;
}

#vr360_highlight_base.vr360_hide {
  transition: 0.5s;
  max-height: 0vh;
}

#vr360_highlight_base.vr360_hide>#vr360_highlight_menu>.vr360_highlight_category {
  display: none;
}

#vr360_highlight_base.vr360_hide>#vr360_highlight_area {
  transition: 0.5s;
  max-height: 0vh;
}

#vr360_highlight_base.vr360_hide>#vr360_highlight_menu>#vr360_highlight_icon {
  border-radius: 10px;
  margin-left: 150px;
}

#vr360_highlight_container.vr360_hide>* {
  display: none;
} */

/* ===================================-
tour
======================================-*/
.tour_button_container {
  position: absolute;
  top: 350px;
  right: 8px;
  width: 100px;
  height: 60px;
  background-color: #707d8bcf;
  border-radius: 8px;
  cursor: pointer;
}

.tour_button_container:hover {
  background-color: #0e4e87;
}

.tour_button_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  color: #fff;
  user-select: none;
  font-size: 13px;
  text-align: center;
}

@media (orientation: landscape) and (max-width: 737px) {
  .tour_button_container {
    top: 130px;
    left: 4px;
    width: 90px;
    height: 50px;
  }

  .tour_button_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .tour_button_container {
    top: 200px;
    left: 4px;
    width: 80px;
    height: 48px;
  }
}

/* ===================================-
category
======================================-*/
.vr360_highlight_category {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffffa6;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  font-weight: bold;
}

/*Google Chrome、Safariへの対応*/
.vr360_highlight_category::-webkit-scrollbar {
  display: none;
}

.vr360_highlight_category_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 280px;
  background-color: #14449c;
  border-radius: 16px;
  border: 3px solid #fff;
  margin: auto;
}

.highlight_category_container_close {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 2rem;
  user-select: none;
  color: white;
}

/* .highlight_category_container_close:hover {
  opacity: 0.85;
} */

.highlight_category_container_title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  user-select: none;
  color: white;
  margin: 16px 0px 16px 0px;
}

.vr360_highlight_category_position {
  height: 225px;
  /* display: grid; */
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: white;
  padding: 0px 38px;
  gap: 8px;
}

.highlight_category_flex_container {
  display: flex;
  gap: 8px;
}

.vr360_highlight_category_position_item {
  width: 151px;
  user-select: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  color: rgb(10, 20, 70);
  transition: opacity 0.3s;
}

.vr360_highlight_category_position_item_all {
  width: 472px;
  user-select: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  color: rgb(10, 20, 70);
  transition: opacity 0.3s;
  font-size: 1.2rem;
}

.item_large {
  margin: 0;
  font-size: 1.2rem;
}

.item_small {
  margin: 0;
  font-size: 0.9rem;
}

.vr360_highlight_category_position_item:hover {
  cursor: pointer;
  opacity: 0.85;
}

.vr360_highlight_category_position_item_all:hover {
  cursor: pointer;
  opacity: 0.85;
}

.vr360_highlight_category_position_desc {
  width: 472px;
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
}

.vr360_highlight_category_position_desc_small {
  display: none;
}

@media screen and (max-width: 480px) {
  .vr360_highlight_category_container {
    width: 350px;
    height: 280px;
  }

  /* .highlight_category_container_close {
    top: 0px;
    right: 10px;
    font-size: 2rem;
  } */

  .highlight_category_container_title {
    font-size: 1rem;
    margin: 24px 0px;
  }

  .vr360_highlight_category_position {
    height: 225px;
    padding: 0px 28px;
  }

  .vr360_highlight_category_position_item {
    width: 91px;
  }

  .item_large {
    margin: 0;
    font-size: 0.9rem;
  }

  .item_small {
    margin: 0;
    font-size: 0.6rem;
  }

  /* .vr360_highlight_category_position_item_all {
    width: 472px;
    font-size: 1.2rem;
  } */

  /* .item_large {
    font-size: 1.2rem;
  }
  
  .item_small {
    font-size: 0.9rem;
  } */

  .vr360_highlight_category_position_desc {
    display: none;
  }

  .vr360_highlight_category_position_desc_small {
    display: block;
    margin: 0;
    font-size: 0.7rem;
    text-align: initial;
    width: 350px;
    text-align: center;
    /* padding: 0px 16px; */
  }
}

/* ==========================
welcome 
============================*/
.welcome_out_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffffa6;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  font-weight: bold;
}

.welcome_out_container.vr360_hide {
  display: none;
}

.welcome_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 490px;
  background-color: #14449c;
  border-radius: 16px;
  border: 3px solid #fff;
  margin: auto;
}

.welcome_title {
  text-align: center;
  font-size: 1.5rem;
  margin: 24px 0px 0px;
  color: white;
  user-select: none;
}

.vr360_category_position_free {
  width: 472px;
  height: 80px;
  user-select: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 16px 38px;
  border-radius: 8px;
  background-color: #fff;
  color: rgb(10, 20, 70);
  transition: opacity 0.3s;
  font-size: 1.2rem;
}

.vr360_category_position_free:hover {
  cursor: pointer;
  opacity: 0.85;
}

.container {
  width: 100%;
  height: 10px;
  align-items: center;
  font-size: 1.3rem;
  color: white;

  border-bottom: 3px white dashed;
}

.tensen {
  position: relative;
  text-align: center;
  margin: 0;
}

.display_none {
  display: none;
}

.welcome_highlight_category_container_title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  user-select: none;
  color: white;
  margin: 16px 0px 16px 0px;
}

.welcome_highlight_category_position {
  height: 225px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: white;
  padding: 0px 38px;
  gap: 8px;
}

@media screen and (max-width: 480px) {
  .welcome_container {
    width: 350px;
    height: 380px;
  }

  .welcome_title {
    font-size: 1rem;
    margin: 24px 0px 0px;
  }

  .vr360_category_position_free {
    width: 280px;
    height: 50px;
    margin: 16px 38px;
    font-size: 1.2rem;
  }

  .container {
    font-size: 0.8rem;
  }

  .welcome_highlight_category_container_title {
    font-size: 1rem;
  }

  .welcome_highlight_category_position {
    height: 170px;
    padding: 0px 28px;
  }
}

@media screen and (max-height: 480px) {
  .welcome_container {
    width: 550px;
    height: 335px;
  }

  .welcome_title {
    font-size: 1rem;
    margin: 16px 0px 0px;
  }

  .vr360_category_position_free {
    width: 460px;
    height: 60px;
    margin: 16px 38px;
    font-size: 0.9rem;
  }

  .container {
    font-size: 0.8rem;
  }

  .welcome_highlight_category_container_title {
    margin: 5px 0px;
    font-size: 1rem;
  }

  .welcome_highlight_category_position {
    height: 125px;
    padding: 0px 38px;
  }
}

/* =================================
tag-img 
====================================*/

.vr360_hide {
  display: none;
}

#image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
}

#image_container.vr360_hide {
  display: none;
}

#tagimage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ==========================
customparts-test  
============================*/

#bundle_parts_container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

#bundle_customparts {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#bundle_customparts_iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}

#bundle_customparts.vr360_show {
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
  background-color: white;
}

@media screen and (max-width: 480px) {
  #bundle_customparts.vr360_show {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #bundle_customparts.vr360_show {
    max-width: 80%;
  }
}

#bundle_area_all_hide {
  display: inline-block;
  position: absolute;
  right: 0.5%;
  background-color: unset;
  border-radius: 50%;
  z-index: 100;
  color: #999;
  text-align: center;
  vertical-align: middle;
  outline: none;
  font-size: 2.8rem;
  border: none;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
}

#bundle_area_all_hide:hover {
  cursor: pointer;
}

/* =============================
customparts 
===============================*/

#vr360_customparts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#vr360_customparts.vr360_show {
  display: block;
  width: 760px;
  height: 615px;
  background-color: white;
  border-radius: 100px;
  z-index: 100;
}

#vr360_customparts_iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}

/* .parts_hide {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 65px;
  height: 65px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  text-align: center;
  align-items: center;
  border-radius: 35px;
  font-size: 47px;
  color: #000000ad;
} */

.display_none {
  display: none;
}

@media screen and (max-width: 430px) {
  /* .parts_hide {
    top: 5px;
    right: 15px;
    width: 45px;
    height: 45px;
    margin: 0px;
    font-size: 35px;
  } */
}

@media (orientation: landscape) and (max-width: 737px) {
  /* .parts_hide {
    top: 5px;
    right: 15px;
    width: 45px;
    height: 45px;
    margin: 0px;
    font-size: 35px;
  } */
}

@media screen and (max-width:1024px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 660px;
    height: 550px;
    background-color: white;
    border-radius: 100px;
  }
}

@media screen and (max-width:768px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 540px;
    height: 460px;
    background-color: white;
    border-radius: 80px;
  }
}

@media screen and (max-width:430px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 375px;
    height: 370px;
    background-color: white;
    border-radius: 50px;
  }
}

@media screen and (max-width:375px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 330px;
    height: 320px;
    background-color: white;
    border-radius: 50px;
  }
}

@media screen and (max-width:335px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 315px;
    height: 310px;
    background-color: white;
    border-radius: 50px;
  }
}

@media (orientation: landscape) and (max-width: 737px) {
  #vr360_customparts.vr360_show {
    display: block;
    width: 315px;
    height: 310px;
    background-color: white;
    border-radius: 50px;
  }
}

.vr360-icon-new-tab:before {
  display: none;
}

.vr360-icon-new-tab:after {
  content: "\ea7e";
  padding-left: 5px;
  font-size: 1.2rem;
}

/* =================================
brandcontainer 
===================================*/
#brand_container {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#brand_container.vr360_hide {
  display: none;
}

.brand_area {
  display: inline-flex;
  max-width: 300px;
  max-height: 450px;
  background-color: white;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px;
  border-radius: 50px;
  pointer-events: none;
  user-select: none;
}

.container_hide {
  position: relative;
  top: 0px;
  /* right: 50px; */
  text-align: end;
  line-height: 0;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  font-size: 30px;
  z-index: 100;
  color: #000000ad;
}

#brand_name {
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: rgb(10, 20, 70);
}

#brand_logo {
  text-align: center;
}

#brand_text {
  text-align: left;
  font-size: 1.0rem;
  color: rgb(10, 20, 70);
}

#brand_text .link_area a {
  display: block;
  margin: 20px auto;
  padding: 16px;
  max-width: 280px;
  background-color: rgb(30, 77, 198);
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
  text-decoration: none;
}

#brand_text a:hover {
  background-color: rgb(11, 22, 62);
}

#logo_img {
  max-width: 100%;
  max-height: 100%;
}

#brand_text .link_area.link_ec a {
  background-color: rgb(30, 77, 198);
}

@media (max-width: 700px) {
  .vr360-icon-new-tab:after {
    padding-left: 4px;
    font-size: 1rem;
  }

  .brand_area {
    max-width: 250px;
    padding: 20px;
    border-radius: 40px;
  }

  #brand_name {
    font-size: 1.1rem;
    padding-bottom: 10px;
  }

  #brand_text {
    font-size: 0.8rem;
  }

  #brand_text .link_area a {
    padding: 10px 0;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  .vr360-icon-new-tab:after {
    padding-left: 3px;
    font-size: 0.8rem;
  }

  .brand_area {
    max-width: 200px;
    padding: 20px;
    border-radius: 36px;
  }

  #brand_name {
    font-size: 1.0rem;
    padding-bottom: 10px;
  }

  #brand_text {
    font-size: 0.6rem;
  }

  #brand_text .link_area a {
    padding: 10px 0;
    margin: 10px auto;
  }

  .container_hide {
    top: 0px;
    /* right: 50px; */
    font-size: 25px;
  }
}

/* ==============================
map-icon 
================================*/
.icon_area {
  position: absolute;
  /* width: 200px;
    height: 55px; */
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.minimap_icon {
  position: absolute;
  top: 0px;
  right: 105px;
  width: 80px;
  height: 96px;
  /* margin: 0 auto; */
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.minimap_icon>div>img {
  position: absolute;
  width: 100%;
  display: block;
  user-select: none;
}

.minimap_icon>div>img:nth-of-type(1) {
  opacity: 0;
}

.minimap_icon:hover>div>img:nth-of-type(1) {
  opacity: 1;
}

.minimap_icon:hover>div>img:nth-of-type(2) {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .minimap_icon {
    right: 64px;
    width: 60px;
    height: 72px;
    /* margin: 0 auto; */
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
}

@media (orientation: landscape) and (max-width: 737px) {
  .minimap_icon {
    right: 100px;
    width: 50px;
    height: 65px;
    /* margin: 0 auto; */
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
}

/* ==============================
minimap
================================*/
.vr360_minimap_container {
  position: absolute;
  box-sizing: border-box;
  top: 45px;
  right: -45px;
  z-index: 10;
  /* max-width: 330px;
  max-height: 240px; */
  max-width: 330px;
  max-height: 240px;
  resize: both;
  /* overflow: auto; */
  background-color: #fff0;
  transform: rotate(90deg);
}

#vr360_minimap_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 330px;
  /* width: 100%;
  height: 100%; */
  margin: auto;
  display: flex;
  border-style: none;
  background-color: #fff0;
  transform: rotate(-90deg);
}

.map_hide_button {
  position: relative;
  top: 10px;
  right: -3px;
  cursor: pointer;
  user-select: none;
  font-size: 2rem;
  z-index: 1000;
  line-height: 0;
}

.vr360_minimap {
  font-size: 10px;
}

.map {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 10px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-style: none;
}

.minimap_sweep {
  color: transparent;
  display: inline-block;
  position: absolute;
  padding: 0 0;
  margin: 0;
  height: 0.6rem;
  width: 0.6rem;
  border: 0.15rem solid #8d8d8d00;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: transparent;
  font-size: 10px;
  outline: none;
  /* display: none; */
}

.minimap_sweep:hover {
  height: 0.8rem;
  width: 0.8rem;
  border: 0.15rem solid #8d8d8d;
  background-color: rgba(255, 255, 0, 0.79);
  border-radius: 50%;
  font-size: 5px;
}

.currentsweep {
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  box-sizing: content-box;
  border-style: none;
  transform: scale(2, 0);
}

.currentsweep>img {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

span.currentposition {
  width: 18px;
  height: 18px;
}

.eventsweep {
  visibility: visible;
}

.currentsweep {
  visibility: visible;
}

.eventsweep {
  border: 0.25rem solid rgba(0, 0, 0, 0);
}

.eventsweep:hover {
  border: 0.25rem solid rgba(206, 9, 84, 0.79);
}

/* @media screen and (max-width: 480px) {
  .vr360_minimap_container {
    top: 45px;
    right: -45px;
    max-width: 330px;
    max-height: 240px;
  }
  
  #vr360_minimap_img {
    width: 240px;
    height: 330px;
  }
  
  .map_hide_button {
    top: 10px;
    right: -3px;
    font-size: 2rem;
  }
  
  .vr360_minimap {
    font-size: 10px;
  }
  
  .map {
    font-size: 10px;
  }
  
  .minimap_sweep {
    height: 0.6rem;
    width: 0.6rem;
    border: 0.15rem solid #8d8d8d00;
    font-size: 10px;
  }
  
  .currentsweep {
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    transform: scale(2, 0);
  }
  
  span.currentposition {
    width: 18px;
    height: 18px;
  }
} */

/* @media (orientation: landscape) and (max-width: 737px) {
  .vr360_minimap_container {
    top: 45px;
    right: -45px;
    max-width: 330px;
    max-height: 240px;
  }
  
  #vr360_minimap_img {
    width: 240px;
    height: 330px;
  }
  
  .map_hide_button {
    top: 10px;
    right: -3px;
    font-size: 2rem;
  }
  
  .vr360_minimap {
    font-size: 10px;
  }
  
  .map {
    font-size: 10px;
  }
  
  .minimap_sweep {
    height: 0.6rem;
    width: 0.6rem;
    border: 0.15rem solid #8d8d8d00;
    font-size: 10px;
  }
  
  .currentsweep {
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    transform: scale(2, 0);
  }
  
  span.currentposition {
    width: 18px;
    height: 18px;
  }
} */

/* ===============================
紹介動画 
==================================*/
/* 共通 */
.movie_area {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff8a;
  font-weight: bold;
}

.movie_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 3rem;
  user-select: none;
  color: #333;
}

.movie_close:hover {
  color: rgba(0, 0, 0, 0.65);
}

.movie_link:hover {
  color: rgba(0, 0, 0, 0.65);
}

.title_container {
  padding: 24px 0px 0px 0px;
}

.title_main {
  display: inline-block;
  width: 100%;
  margin: 0% auto;
  text-align: center;
  color: rgb(10, 20, 70);
  font-size: 1.5rem;
  user-select: none;
}

.title_sub {
  display: inline-block;
  width: 100%;
  margin: 0% auto;
  text-align: center;
  color: rgb(10, 20, 70);
  font-size: 1.2rem;
  user-select: none;
}

.modal_test {
  width: 100%;
  height: 100%;
}

.modal_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(250, 250, 250);
  transition: 0.25s ease-out;
  display: none;
  z-index: 10;
}

.modal_wrapper.show {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.movie_hide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  margin: 0;
  cursor: pointer;
  pointer-events: all;
  user-select: none;
  font-size: 3rem;
  color: rgb(10, 20, 70);
}

.modal_movie {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.5s ease-out;
  display: none;
  z-index: 1000;
}

.modal_movie.show {
  display: block;
  pointer-events: all;
  border: 1px solid rgb(10, 20, 70);
  z-index: 1000;
}

.movie_img {
  width: 90%;
  height: 80%;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgb(10, 20, 70, 0.5);
  transition: opacity 0.3s;
}

.movie_img.clear {
  border: none;
  pointer-events: none;
}

.movie_img:hover {
  opacity: 0.8;
}

/* キッチン */
.kitchen_movie_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: fit-content;
  margin: auto;
  /* overflow: scroll; */
  background-color: #ffffffd9;
  text-align: center;
  user-select: none;
  padding-bottom: 24px;
}

.kitchen_item_desc {
  color: rgb(10, 20, 70);
  font-size: 1.1rem;
  text-align: center;
  margin: 0px 0px 8px 0px;
}

/* トイレ */
.toilet_movie_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: fit-content;
  margin: auto;
  /* overflow: scroll; */
  background-color: #ffffffd9;
  text-align: center;
  user-select: none;
  padding-bottom: 24px;
}

.toilet_item_desc {
  color: rgb(10, 20, 70);
  font-size: 1.1rem;
  text-align: center;
  margin: 16px 0px 8px 0px;
}

/* 洗面 */
.bath_movie_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 70%;
  margin: auto;
  overflow: hidden scroll;
  background-color: #ffffffd9;
  text-align: center;
  user-select: none;
  padding-bottom: 24px;
}

.bath_modal_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 70%;
  padding-bottom: 24px;
  overflow: hidden;
  background-color: rgb(250, 250, 250);
  transition: 0.25s ease-out;
  display: none;
  z-index: 10;
}

.bath_modal_wrapper.show {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.bath_modal_movie {
  position: absolute;
  max-width: 50%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.5s ease-out;
  display: none;
  z-index: 10000;
}

.bath_modal_movie.show {
  display: block;
  pointer-events: all;
  border: 1px solid rgb(10, 20, 70);
  z-index: 1000;
}

.bath_item_desc {
  color: rgb(10, 20, 70);
  font-size: 1.1rem;
  text-align: center;
  margin: 0px 0px 8px 0px;
}

/* 全て */
.all_movie_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 70%;
  margin: auto;
  overflow: hidden scroll;
  background-color: #ffffffd9;
  text-align: center;
  user-select: none;
  padding-bottom: 24px;
}

.all_modal_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 70%;
  padding-bottom: 24px;
  overflow: hidden;
  background-color: rgb(250, 250, 250);
  transition: 0.25s ease-out;
  display: none;
  z-index: 10;
}

.all_modal_wrapper.show {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.all_modal_movie {
  position: absolute;
  max-width: 50%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.5s ease-out;
  display: none;
  z-index: 10000;
}

.all_modal_movie.show {
  display: block;
  pointer-events: all;
  border: 1px solid rgb(10, 20, 70);
  z-index: 1000;
}

.all_item_desc {
  color: rgb(10, 20, 70);
  font-size: 1.1rem;
  text-align: center;
  margin: 0px 0px 8px 0px;
}

@media screen and (max-width:830px) {
  /* 共通 */
  .movie_close {
    top: 4px;
    right: 8px;
    font-size: 3rem;
  }

  .title_main {
    font-size: 1.5rem;
  }

  .title_sub {
    font-size: 1.3rem;
  }

  .movie_hide {
    top: 4px;
    right: 8px;
    font-size: 3rem;
  }

  .modal_movie {
    max-width: 90%;
    max-height: 80%;
  }

  .modal_wrapper {
    width: 100%;
    height: 100%;
  }

  .item_desc {
    font-size: 0.7rem;
  }

  .movie_img {
    width: 90%;
    height: 70%;
  }

  /* キッチン */
  .kitchen_movie_container {
    width: 85%;
  }

  /* トイレ */
  .toilet_movie_container {
    width: 85%;
  }

  .toilet_item_desc {
    margin: 8px 0px 8px 0px;
  }

  /* 洗面 */
  .bath_movie_container {
    width: 85%;
    height: 75%;
  }

  .bath_modal_movie {
    max-width: 75%;
    max-height: 80%;
  }

  .bath_modal_wrapper {
    width: 85%;
    height: 60%;
  }

  /* 全て */
  .all_movie_container {
    width: 85%;
    height: 75%;
  }

  .all_modal_movie {
    max-width: 75%;
    max-height: 80%;
  }

  .all_modal_wrapper {
    width: 85%;
    height: 60%;
  }
}

@media screen and (max-width:480px) {
  /* 共通 */
  .movie_close {
    top: 4px;
    right: 16px;
    font-size: 2rem;
  }

  .title_container {
    padding: 24px 0px 0px 0px;
  }

  .title_main {
    font-size: 1.1rem;
  }

  .title_sub {
    font-size: 0.9rem;
  }

  .movie_hide {
    top: 4px;
    right: 16px;
    font-size: 2rem;
  }

  .modal_movie {
    max-width: 90%;
    max-height: 80%;
  }

  .modal_wrapper {
    width: 100%;
    height: 100%;
  }

  .movie_img {
    width: 90%;
    height: 70%;
  }

  /* キッチン */
  .kitchen_movie_container {
    width: 90%;
    height: fit-content;
  }

  .kitchen_item_desc {
    font-size: 0.6rem;
  }

  /* トイレ */
  .toilet_movie_container {
    width: 90%;
    height: fit-content;
  }

  /* お風呂 */
  .bath_movie_container {
    width: 90%;
    height: 60%;
  }

  .bath_modal_movie {
    max-width: 85%;
    max-height: 80%;
  }

  .bath_modal_wrapper {
    width: 92%;
    height: 62%;
  }

  .bath_item_desc {
    font-size: 0.6rem;
  }

  /* 全て */
  .all_movie_container {
    width: 90%;
    height: 60%;
  }

  .all_modal_movie {
    max-width: 85%;
    max-height: 80%;
  }
  
  .all_modal_wrapper {
    width: 92%;
    height: 62%;
  }

  .all_item_desc {
    font-size: 0.6rem;
  }
}

@media (orientation: landscape) and (max-width: 896px) {
  /* 共通 */
  .movie_close {
    top: 4px;
    right: 16px;
    font-size: 2rem;
  }

  .title_main {
    font-size: 1.1rem;
  }

  .title_sub {
    font-size: 0.9rem;
  }

  .movie_hide {
    top: 4px;
    right: 16px;
    font-size: 2rem;
  }

  .modal_movie {
    max-width: 90%;
    max-height: 80%;
  }

  .movie_img {
    width: 90%;
    height: 70%;
  }

  /* キッチン */
  .kitchen_movie_container {
    width: 60%;
    /* height: 88%; */
    padding-bottom: 0px;
  }

  .kitchen_item_desc {
    font-size: 0.7rem;
  }

  /* トイレ */
  .toilet_movie_container {
    width: 60%;
  }

  /* 洗面 */
  .bath_movie_container {
    width: 60%;
  }

  .bath_modal_movie {
    max-width: 55%;
    max-height: 80%;
  }

  .bath_item_desc {
    font-size: 0.7rem;
  }

  /* 全て */
  .all_movie_container {
    width: 60%;
  }

  .all_modal_movie {
    max-width: 55%;
    max-height: 80%;
  }

  .all_item_desc {
    font-size: 0.7rem;
  }
}

/* キッチン */
.trio_grid_container {
  display: grid;
  text-align: center;
  padding: 0px 24px 0px;
}

.trio_grid_item {
  margin: 24px 0px 0px 0px;
}

.trio_grid_item:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  user-select: none;
}

.trio_grid_item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  user-select: none;
}

.trio_grid_item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  user-select: none;
  margin-top: 48px;
}

@media screen and (max-width:830px) {
  .trio_grid_item:nth-child(3) {
    margin-top: 24px;
  }
}

@media screen and (max-width:480px) {
  .trio_grid_container {
    padding: 0px 8px 8px;
  }

  .trio_grid_item:nth-child(3) {
    margin-top: 24px;
  }
}

@media (orientation: landscape) and (max-width: 896px) {
  .trio_grid_container {
    padding: 0px 8px 8px;
  }

  .trio_grid_item:nth-child(3) {
    margin-top: 16px;
  }
}

/* トイレ */

/* 洗面 */
.octet_grid_container {
  display: grid;
  text-align: center;
  margin-top: 32px;
  padding: 0px 24px 0px;
}

.octet_grid_item:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  user-select: none;
}

.octet_grid_item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  user-select: none;
}

.octet_grid_item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  user-select: none;
  margin-top: 24px;
}

.octet_grid_item:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/3;
  user-select: none;
  margin-top: 24px;
}

.octet_grid_item:nth-child(5) {
  grid-row: 3/4;
  grid-column: 1/2;
  user-select: none;
  margin-top: 24px;
}

.octet_grid_item:nth-child(6) {
  grid-row: 3/4;
  grid-column: 2/3;
  user-select: none;
  margin-top: 24px;
}

.octet_grid_item:nth-child(7) {
  grid-row: 4/5;
  grid-column: 1/2;
  user-select: none;
  margin-top: 24px;
}

.octet_grid_item:nth-child(8) {
  grid-row: 4/5;
  grid-column: 2/3;
  user-select: none;
  margin-top: 24px;
}

@media screen and (max-width:830px) {
  .octet_grid_item:nth-child(3) {
    margin-top: 0px;
  }

  .octet_grid_item:nth-child(4) {
    margin-top: 0px;
  }

  .octet_grid_item:nth-child(5) {
    margin-top: 0px;
  }

  .octet_grid_item:nth-child(6) {
    margin-top: 0px;
  }

  .octet_grid_item:nth-child(7) {
    margin-top: 0px;
  }

  .octet_grid_item:nth-child(8) {
    margin-top: 0px;
  }
}

@media screen and (max-width:480px) {
  .octet_grid_item:nth-child(3) {
    margin-top: 12px;
  }

  .octet_grid_item:nth-child(4) {
    margin-top: 12px;
  }

  .octet_grid_item:nth-child(5) {
    margin-top: 12px;
  }

  .octet_grid_item:nth-child(6) {
    margin-top: 12px;
  }

  .octet_grid_item:nth-child(7) {
    margin-top: 12px;
  }

  .octet_grid_item:nth-child(8) {
    margin-top: 12px;
  }
}

@media (orientation: landscape) and (max-width: 896px) {}

/* すべて */
.all_kitchen_title_container {
  padding: 24px 0px 24px 0px;
}

.all_toilet_title_container {
  padding: 40px 0px 0px 0px;
}

.all_bath_title_container {
  padding: 56px 0px 0px 0px;
}

.all_grid_item {
  margin: 24px 0px 0px 0px;
}

.all_grid_container1 {
  display: grid;
  /* gap: 1%; */
  text-align: center;
  padding: 0px 24px 0px;
}

.all_grid_container2 {
  display: grid;
  /* gap: 1%; */
  text-align: center;
  padding: 0px 24px 0px;
}

.all_grid_container3 {
  display: grid;
  /* gap: 1%; */
  text-align: center;
  padding: 0px 24px 0px;
}

.all_grid_item1:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  user-select: none;
}

.all_grid_item1:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  user-select: none;
}

.all_grid_item1:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  user-select: none;
  margin-top: 44px;
}

.all_grid_item2:nth-child(1) {
  grid-row: 3/4;
  grid-column: 1/2;
  user-select: none;
  margin-top: 16px;
}

.all_grid_item2:nth-child(2) {
  grid-row: 3/4;
  grid-column: 2/3;
  user-select: none;
  margin-top: 16px;
}

.all_grid_item3:nth-child(1) {
  grid-row: 4/5;
  grid-column: 1/2;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(2) {
  grid-row: 4/5;
  grid-column: 2/3;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(3) {
  grid-row: 5/6;
  grid-column: 1/2;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(4) {
  grid-row: 5/6;
  grid-column: 2/3;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(5) {
  grid-row: 6/7;
  grid-column: 1/2;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(6) {
  grid-row: 6/7;
  grid-column: 2/3;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(7) {
  grid-row: 7/8;
  grid-column: 1/2;
  user-select: none;
  margin-top: 20px;
}

.all_grid_item3:nth-child(8) {
  grid-row: 7/8;
  grid-column: 2/3;
  user-select: none;
  margin-top: 20px;
}

@media screen and (max-width:830px) {
  .all_kitchen_title_container {
    padding: 32px 0px 32px 0px;
  }

  .all_toilet_title_container {
    padding: 24px 0px 0px 0px;
  }

  .all_bath_title_container {
    padding: 48px 0px 0px 0px;
  }

  .all_grid_item1:nth-child(3) {
    margin-top: 44px;
  }

  .all_grid_item2:nth-child(1) {
    margin-top: 16px;
  }

  .all_grid_item2:nth-child(2) {
    margin-top: 16px;
  }

  .all_grid_item3:nth-child(1) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(2) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(3) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(4) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(5) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(6) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(7) {
    margin-top: 20px;
  }

  .all_grid_item3:nth-child(8) {
    margin-top: 20px;
  }
}

@media screen and (max-width:480px) {
  .all_grid_container1 {
    padding: 0px 16px 0px;
  }

  .all_grid_container2 {
    padding: 0px 16px 0px;
  }

  .all_grid_container3 {
    padding: 0px 16px 0px;
  }

  .all_grid_item1:nth-child(3) {
    margin-top: 20px;
  }

  .all_grid_item2:nth-child(1) {
    margin-top: 12px;
  }

  .all_grid_item2:nth-child(2) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(1) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(2) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(3) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(4) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(5) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(6) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(7) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(8) {
    margin-top: 12px;
  }
}

@media (orientation: landscape) and (max-width: 896px) {
  .all_kitchen_title_container {
    padding: 24px 0px 24px 0px;
  }

  .all_grid_item1:nth-child(3) {
    margin-top: 20px;
  }

  .all_grid_item2:nth-child(1) {
    margin-top: 12px;
  }

  .all_grid_item2:nth-child(2) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(1) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(2) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(3) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(4) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(5) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(6) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(7) {
    margin-top: 12px;
  }

  .all_grid_item3:nth-child(8) {
    margin-top: 12px;
  }
}

/* ============================
字幕
==============================*/
.subtitle_area {
  position: relative;
  /* top: 4px; */
  /* background-color: #fff; */
}

.subtitle_icon {
  width: 50%;
  height: fit-content;
  padding: 8px;
  margin: 0 auto;
  /* display: block;
  overflow: hidden;
  cursor: pointer; */
  background-color: rgba(127, 126, 126, 0.82);
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width:480px) {
  .subtitle_icon {
    width: 45%;
    padding: 6px;
  }
}

@media (orientation: landscape) and (max-width: 896px) {
  .subtitle_icon {
    width: 50%;
    padding: 8px;
  }
}

/* =================================
字幕ボタン 
===================================*/
.subtitle_container {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
}

.subtitle_main {
  width: fit-content;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: rgba(127, 126, 126, 0.82);
  color: white;
  border-radius: 4px;
  padding: 6px;
}

.subtitle_main:hover {
  cursor: pointer;
  background-color: rgba(127, 126, 126, 1);
  /* background-color: rgba(255, 255, 255, 0.8); */
}

@media screen and (max-width:480px) {}

@media (orientation: landscape) and (max-width: 896px) {}

/* =====================================
container-discription
======================================= */
.container_out {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.35); */
}

.container_main {
  position: absolute;
  bottom: 50%;
  right: 25%;
  width: auto;
  height: auto;
  -ms-overflow-style: none;
  /* background-color: rgba(255, 255, 255, 0.9); */
  font-size: 1rem;
}

.container_main_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-overflow-style: none;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.container_mainA::-webkit-scrollbar {
  display: none;
}

.container_mainB::-webkit-scrollbar {
  display: none;
}

.container_img {
  width: 300px;
  height: auto;
}

.container_img.wide {
  width: 350px;
  height: auto;
}

.container_img.image {
  width: 500px;
  height: auto;
}

/* .movie_close {
  position: relative;
  top: -8px;
  right: -32px;
  text-align: end;
  cursor: pointer;
  color: black;
}

.movie_close::before,
.movie_close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: black;
}

.movie_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.movie_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
} */

@media screen and (max-width:920px) {
  .movie_main_container {
    font-size: 0.6rem;
  }
}

@media screen and (max-width:480px) {
  .container_img {
    width: 150px;
    margin-bottom: 38px;
  }

  .container_img.image {
    width: 300px;
    height: auto;
  }

  .container_img.wide {
  width: 234px;
  margin-bottom: 38px;
  height: auto;
}

}

@media (orientation: landscape) and (max-width: 896px) {
  .movie_main_container {
    padding: 4% 8%;
    font-size: 0.2rem;
  }

  .container_img {
    width: 170px;
  }

  .container_img.image {
    width: 350px;
    height: auto;
  }
}

/* =================================
link-burron
===================================*/
.link_query_container {
  position: absolute;
  top: 0;
  display: flex;
  /* gap: 3px; */
  margin-left: 385px;
}

.link_query_container.vr360_hide {
  display: none;
}

.link_query_area_one {
  position: relative;
  /* right: 355px; */
  width: 200px;
  height: 55px;
  /* margin: 0 auto; */
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.link_query_area_one .showroom>img {
  position: absolute;
  width: 100%;
  display: block;
  user-select: none;
}

.link_query_area_one>a>img:nth-of-type(1) {
  opacity: 0;
}

.link_query_area_one:hover>a>img:nth-of-type(1) {
  opacity: 1;
}

.link_query_area_two {
  position: relative;
  width: 200px;
  height: 55px;
  margin-left: 3px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.link_query_area_two .online>img {
  position: absolute;
  width: 100%;
  display: block;
  user-select: none;
}

.link_query_area_two>a>img:nth-of-type(1) {
  opacity: 0;
}

.link_query_area_two:hover>a>img:nth-of-type(1) {
  opacity: 1;
}

.link_query_area_three {
  position: relative;
  width: 200px;
  height: 55px;
  margin-left: 3px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.link_query_area_three .catalog>img {
  position: absolute;
  width: 100%;
  display: block;
  user-select: none;
}

.link_query_area_three>a>img:nth-of-type(1) {
  opacity: 0;
}

.link_query_area_three:hover>a>img:nth-of-type(1) {
  opacity: 1;
}

#link_toggle {
  display: none;
}

@media screen and (max-width: 1115px) {
  .link_query_container {
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    margin-left: 0px;
  }

  .link_query_area_one {
    width: 200px;
    height: 55px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_two {
    width: 200px;
    height: 55px;
    margin-left: 0px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_three {
    width: 200px;
    height: 55px;
    margin-left: 0px;
    border-radius: 8px;
  }

  #link_toggle {
    display: inline-flex;
  }

  #link_toggle * {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px;
  }

  .link_area.open {
    max-height: 100vh;
    max-width: 100vw;
    transition: 0.3s;
  }

  .link_area.close {
    max-height: 0vh;
    max-width: 0vw;
    transition: 0.2s;
  }

  .link_query_area_one>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_two>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_three>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_one .showroom>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_two .online>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_three .catalog>img {
    border-radius: 10px 10px 0px 0px;
  }
}

@media screen and (max-width: 800px) {
  .link_query_container {
    position: absolute;
    top: 78px;
    left: 5px;
    display: block;
    margin-left: 0px;
  }

  .link_query_area_one {
    width: 180px;
    height: 50px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_two {
    width: 180px;
    height: 50px;
    margin-left: 0px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_three {
    width: 180px;
    height: 50px;
    margin-left: 0px;
    border-radius: 8px;
  }

  #link_toggle {
    display: inline-flex;
  }

  #link_toggle * {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px;
  }

  .link_area.open {
    max-height: 100vh;
    max-width: 100vw;
    transition: 0.3s;
  }

  .link_area.close {
    max-height: 0vh;
    max-width: 0vw;
    transition: 0.2s;
  }

  .link_query_area_one>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_two>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_three>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_one .showroom>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_two .online>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_three .catalog>img {
    border-radius: 10px 10px 0px 0px;
  }
}

@media screen and (max-width: 480px) {
  .link_query_container {
    position: absolute;
    top: 74px;
    left: 5px;
    display: block;
    margin-left: 0px;
  }

  .link_query_area_one {
    width: 150px;
    height: 40px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_two {
    width: 150px;
    height: 40px;
    margin-left: 0px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_three {
    width: 150px;
    height: 40px;
    margin-left: 0px;
    border-radius: 8px;
  }

  #link_toggle {
    display: inline-flex;
  }

  #link_toggle * {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px;
  }

  .link_area.open {
    max-height: 100vh;
    max-width: 100vw;
    transition: 0.3s;
  }

  .link_area.close {
    max-height: 0vh;
    max-width: 0vw;
    transition: 0.2s;
  }

  .link_query_area_one>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_two>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_three>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_one .showroom>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_two .online>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_three .catalog>img {
    border-radius: 10px 10px 0px 0px;
  }
}

@media (orientation: landscape) and (max-width: 737px) {
  .link_query_container {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    margin-left: 0px;
  }

  .link_query_area_one {
    width: 110px;
    height: 30px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_two {
    width: 110px;
    height: 30px;
    margin-left: 0px;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  .link_query_area_three {
    width: 110px;
    height: 30px;
    margin-left: 0px;
    border-radius: 8px;
  }

  #link_toggle {
    display: inline-flex;
  }

  #link_toggle * {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px;
  }

  .link_area.open {
    max-height: 100vh;
    max-width: 100vw;
    transition: 0.3s;
  }

  .link_area.close {
    max-height: 0vh;
    max-width: 0vw;
    transition: 0.2s;
  }

  .link_query_area_one>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_two>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_three>a>img:nth-of-type(1) {
    display: none;
  }

  .link_query_area_one .showroom>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_two .online>img {
    border-radius: 10px 10px 0px 0px;
  }

  .link_query_area_three .catalog>img {
    border-radius: 10px 10px 0px 0px;
  }
}
