@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  height: -webkit-fill-available;
  /* font-family: 'Zen Maru Gothic', serif; */
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

.wrap {
  position: relative;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  background-color: #fff;
}

p, h1, h2, h3, h4, h5, th, td, ul, li {
  color: #585858;
}

ul, li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #585858;
}

select {
  color: #585858;
}

.hashtag {
  color: #0093FF;
}

.hashtag:hover {
  color: #0066ff;
  text-decoration: underline;
}

.preview {
  visibility:visible;
}

.product-header {
  font-family: "Noto Sans JP", sans-serif!important;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  /* border-bottom: solid 1px #e5e5e5; */
  background-color: #fff;
  z-index: 99;
}

.product-header .launica_logo {
  margin: auto 0 auto 0;
}

.product-header .launica_logo a h1 img {
  width: 160px;
  margin-top: 0px;
  margin-left: 30px;
  opacity: 1;
}



.product-header .search-submit-image {
  width: 10%;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(to right, #F89AFF 0%, #B190FF 100%);
  margin: auto 30px auto auto;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

.product-header .search-submit-image img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.search_option_back {
  content: "";
  background-color: rgba(0, 0, 0);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: .5s;
}

.product-header .search_option {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  /* top: -250px; */
  top: 80px;
  border-bottom: solid 2px #9300FF;
  padding-bottom: 30px;
  opacity: 0;
  transition: .5s;
  pointer-events: none;
}

.product-header .search_option #search-form-fadeout-button {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.product-header .search_option .search_option_forms {
  max-width: 100%;
  margin: 0 8%;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .product-header .search_option .search_option_forms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.product-header .search_option .search_option_forms div {
  width: 48%;
}

.product-header .search_option .search_option_forms div label {
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 5px;
  color: #585858;
}

.product-header .search_option .search_option_forms .option_keywords {
  margin: 1.5em auto;
}

.product-header .search_option .search_option_forms .option_keywords input {
  box-sizing: border-box;
  width: 100%;
  line-height: 2.3em;
  font-size: 1.2vw;
  padding: 0 15px;
  border-radius: 5px;
  border: solid 1px #9F9F9F;
  outline: none;
}

.product-header .search_option .search_option_forms .size {
  margin: 1.5em auto;
}

.product-header .search_option .search_option_forms .size input {
  width: 32%;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 2.3em;
  font-size: 1.2vw;
  padding: 0 15px;
  border-radius: 5px;
  border: solid 1px #9F9F9F;
  outline: none;
}

.product-header .search_option .cp_ipselect {
	position: relative;
	width: 100%;
	margin: 1.5em auto;
	text-align: center;
}
.product-header .search_option .cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 30px 10px 10px 15px;
	font-size: 1vw;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.product-header .search_option .cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.product-header .search_option .cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}
.product-header .search_option .cp_ipselect select::-ms-expand {
	display: none;
}
.product-header .search_option .cp_ipselect:after {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.product-header .search_option .cp_sl06_selectlabel {
	color: rgba(0,0,0, 0.5);
	font-size: 1.2vw;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}
.product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
  color: #585858;
	top: 0px;
	transition: 0.2s ease all;
	font-size: 1.2vw;
}
.product-header .search_option .cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.product-header .search_option .cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
  background: #aba9ff;
	transition: 0.2s ease all;
}
.product-header .search_option .cp_sl06_selectbar:before {
	left: 50%;
}
.product-header .search_option .cp_sl06_selectbar:after {
	right: 50%;
}
.product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}
.product-header .search_option .cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.product-header .search_option .search_option_submit_div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-header .search_option .search_option_submit_div #search-option-submit {
  width: 100px;
  text-align: center;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 15px;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  color: #fff;
  background: linear-gradient(to right, #F89AFF 0%, #B190FF 100%);
  cursor: pointer;
}

.product-header .exhibit {
  position: relative;
  max-width: 100%;
  background: linear-gradient(to right, #F89AFF 0%, #B190FF 100%);
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  transition: all 1s ease-out;
  margin-right: 30px;
}

.product-header .exhibit::before {
  background: linear-gradient(to right, #B190FF 0%, #F89AFF 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-out;
  width: 100%;
  border-radius: 5px;
}

.product-header .exhibit:hover::before {
  opacity: 0;
}

.product-header .exhibit a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.product-header .exhibit p {
  position: relative;
  font-size: 1vw;
  font-weight: 500;
  margin: auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.product-header .profile_button {
  height: 40px;
  margin-right: 50px;
  padding: 0px 5px 0px 10px;
  border-radius: 25px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  cursor: pointer;
}

.product-header .profile {
  display:flex;
  align-items: center;
  margin: auto 0;
}

.product-header .profile .profile_hamburger {
  width: 15px;
  height: 12px;
  position: relative;
}

.product-header .profile .profile_hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 10px;
}

.product-header .profile .profile_image {
  margin: 0;
  padding: 0 0 0 10px;
  width: 30px;
  height: 30px;
}

.product-header .profile .profile_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.product-header .profile .profile_hamburger_bar:nth-child(1) {
  top: 0;
}

.product-header .profile  .profile_hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.product-header .profile .profile_hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.product-header .non_user_menu {
  margin-right: 35px;
}

.product-header .non_user_menu ul {
  display: flex;
}

.product-header .non_user_menu ul li:first-child {
  margin-right: 10px;
}

.product-header .non_user_menu ul li a {
  color: #000;
  background-color: #ffffff;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.product-header .non_user_menu ul li a:hover {
  background-color: #f1f1f1;
}

.launica_top_nav {
  font-family: "Noto Sans JP", sans-serif!important;
  display: none;
  position: fixed;
  text-align: left;
  width: 200px;
  right: 50px;
  top: 75px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgb(217, 217, 217);
  z-index: 99;
}

.launica_top_nav ul {
  margin: 0;
  padding: 5px 0;
}

.launica_top_nav ul li {
  padding: 0 5px;
}

.launica_top_nav ul li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 10px;
  border-bottom: solid 1px #E2E2E2;
  font-size: 1.2vw;
}

.launica_top_nav ul li .last-link {
  border-bottom: none;
}

.launica_top_nav ul li:hover {
  background-color: #dedede;
}

.notification-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #FF0062;
  color: #fff;
  font-size: 1vw;
  margin-left:3px;
}

main {
  padding: 80px 0 60px;
}

.main-error-message {
  width: 100%;
  text-align: center;
  margin: 150px 0;
}

.main-error-message img {
  width: 150px;
  opacity: 0.2;
}

.main-error-message p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .product-header {
    height: 60px;
  }
  
  .product-header .launica_logo {
    margin: auto 0;
  }
  
  .product-header .launica_logo a h1 img {
    width: 130px;
    margin-top: 0px;
    margin-left: 30px;
  }

  
  .product-header .search-submit-image {
    width: 30px;
    height: 30px;
    margin: auto 25px auto auto;
  }
  
  .product-header .search-submit-image img {
    width: 13px;
    height: 13px;
  }
  
  .product-header .search_option {
    top: 60px;
    padding-bottom: 30px;
  }
  
  .product-header .search_option #search-form-fadeout-button {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
  
  .product-header .search_option .search_option_forms {
    margin: 0 3%;
    padding-top: 15px;
  }
  
  .product-header .search_option .search_option_forms div {
    width: 40%;
  }
  
  .product-header .search_option .search_option_forms div label {
    font-size: 1.5vw;
    margin-bottom: 5px;
  }

  .product-header .search_option .search_option_forms .option_keywords {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .option_keywords input {
    line-height: 2.3em;
    font-size: 1.5vw;
    padding: 0 15px;
  }
  
  
  .product-header .search_option .search_option_forms .size {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .size input {
    width: 30%;
    line-height: 2.3em;
    font-size: 1.5vw;
    padding: 0 15px;
  }
  
  .product-header .search_option .cp_ipselect {
    position: relative;
    width: 100%;
    margin: 1.5em auto;
    text-align: center;
  }
  .product-header .search_option .cp_sl06 {
    padding: 30px 10px 10px 15px;
    font-size: 1.5vw;
  }
  .product-header .search_option .cp_ipselect:after {
    position: absolute;
    top: 40px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
  }
  .product-header .search_option .cp_sl06_selectlabel {
    font-size: 1.5vw;
  }
  .product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
    font-size: 1.5vw;
  }
  .product-header .search_option .cp_sl06_highlight {
    position: absolute;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  .product-header .search_option .search_option_submit_div #search-option-submit {
    width: 100px;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 15px;
  }
  
  .product-header .exhibit {
    margin-right: 25px;
    padding: 8px 15px;
  }
  
  .product-header .exhibit p {
    font-size: 1.3vw;
  }
  
  .product-header .profile_button {
    height: 35px;
    margin-right: 20px;
    padding: 0px 5px 0px 10px;
    border-radius: 25px;
  }
  
  .product-header .profile .profile_hamburger {
    width: 15px;
    height: 12px;
    position: relative;
  }
  
  .product-header .profile .profile_hamburger_bar {
    height: 2px;
    border-radius: 10px;
  }
  
  .product-header .profile .profile_image {
    margin: 0;
    padding: 0 0 0 8px;
    width: 25px;
    height: 25px;
  }
  
  .product-header .profile .profile_image img {
    width: 100%;
    height: 100%;
  }

  .product-header .non_user_menu {
    margin-right: 30px;
  }

  .product-header .non_user_menu ul li:first-child {
    margin-right: 8px;
  }
  
  .product-header .non_user_menu ul li a {
    padding: 3px 8px;
    font-size: 15px;
  }


  .launica_top_nav {
    width: 200px;
    right: 30px;
    top: 55px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(217, 217, 217);
  }

  .notification-count {
    width: 18px;
    height: 18px;
    font-size: 1.2vw;
    margin-left:3px;
  }

  .launica_top_nav ul {
    margin: 0;
    padding: 5px 0;
  }
  
  .launica_top_nav ul li {
    padding: 0 5px;
  }
  
  .launica_top_nav ul li a {
    padding: 5px 8px;
    font-size: 1.5vw;
  }

  main {
    padding: 60px 0;
  }

  .main-error-message {
    margin: 130px 0;
  }
  
  .main-error-message img {
    width: 130px;
  }
  
  .main-error-message p {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 769px) {
  .product-header .search_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .launica_top_phone_nav {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {

  .product-header {
    height: 70px;
    border-bottom: none;
  }
  
  .product-header .launica_logo {
    margin: auto 0;
  }
  
  .product-header .launica_logo a h1 img {
    width: 120px;
    margin-top: 5px;
    margin-left: 20px;
  }
  
  .product-header .search-submit-image {
    width: 35px;
    height: 35px;
    margin: auto 15px auto auto;
  }
  
  .product-header .search-submit-image img {
    width: 15px;
    height: 15px;
  }

  .product-header .search_option {
    top: 70px;
    padding-bottom: 30px;
  }
  
  .product-header .search_option #search-form-fadeout-button {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 15px;
  }
  
  .product-header .search_option .search_option_forms {
    margin: 0 5%;
    padding-top: 15px;
  }
  
  .product-header .search_option .search_option_forms div {
    width: 60%;
  }
  
  .product-header .search_option .search_option_forms div label {
    font-size: 2vw;
    margin-bottom: 5px;
  }

  .product-header .search_option .search_option_forms .option_keywords {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .option_keywords input {
    line-height: 2.3em;
    font-size: 2vw;
    padding: 0 15px;
  }
  
  
  .product-header .search_option .search_option_forms .size {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .size input {
    width: 32%;
    line-height: 2.3em;
    font-size: 2vw;
    padding: 0 15px;
  }

  .product-header .search_option .cp_sl06 {
    padding: 30px 10px 10px 15px;
    font-size: 2vw;
  }
  .product-header .search_option .cp_ipselect:after {
    top: 40px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
  }
  .product-header .search_option .cp_sl06_selectlabel {
    font-size: 2vw;
  }
  .product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
    font-size: 2vw;
  }
  .product-header .search_option .cp_sl06_highlight {
    top: 25%;
  }
  
  .product-header .search_option .search_option_submit_div #search-option-submit {
    width: 100px;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 15px;
  }
  
  .product-header .exhibit {
    display: none;
  }

  .product-header .profile_button {
    display: none;
  }

  .product-header .profile {
    display: none;
  }

  .product-header .non_user_menu {
    margin-right: 20px;
  }

  .product-header .non_user_menu ul li:first-child {
    margin-right: 5px;
  }
  
  .product-header .non_user_menu ul li a {
    padding: 2px 6px;
    font-size: 15px;
  }

  .launica_top_nav {
    width: 180px;
    right: 25px;
    top: 55px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(217, 217, 217);
  }

  

  .launica_top_nav ul {
    margin: 0;
    padding: 5px 0;
  }
  
  .launica_top_nav ul li {
    padding: 0 5px;
  }
  
  .launica_top_nav ul li a {
    padding: 5px 5px;
    font-size: 2vw;
  }

  .launica_top_phone_nav {
    font-family: "Noto Sans JP", sans-serif!important;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    transition: .5s;
    bottom: 0px;
  }

  .launica_top_phone_nav ul {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content:space-evenly;
    background-color: rgb(255, 255, 255, .9);
    border-top: solid 1px #e5e5e5;
  }

  .launica_top_phone_nav ul li {
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto 0;
  }


  .launica_top_phone_nav ul li a img {
    width: 25px;
    height: 25px;
  }

  .launica_top_phone_nav ul li a p {
    font-size: 12px;
    line-height: 1em;
  }

  .notification-count-phone {
    position: absolute;
    top: 0;
    right: 25%;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FF0062;
    color: #fff;
    font-size: 12px;
  }

  main {
    padding: 70px 0 0 0;
  }

  .main-error-message {
    margin: 130px 0;
  }
  
  .main-error-message img {
    width: 120px;
  }
  
  .main-error-message p {
    font-size: 2.3vw;
  }
}

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

  .product-header {
    height: 60px;
    border-bottom: none;
  }
  
  .product-header .launica_logo {
    margin: auto 0;
  }
  
  .product-header .launica_logo a h1 img {
    width: 110px;
    margin-top: 5px;
    margin-left: 20px;
  }
  
  .product-header .search-submit-image {
    width: 25px;
    height: 25px;
    margin: auto 10px auto auto;
  }
  
  .product-header .search-submit-image img {
    width: 12px;
    height: 12px;
  }
  
  .product-header .search_option {
    top: 60px;
    padding-bottom: 20px;
  }
  
  .product-header .search_option #search-form-fadeout-button {
    width: 20px;
    height: 20px;
    right: 13px;
    top: 13px;
  }
  
  .product-header .search_option .search_option_forms {
    margin: 0 5%;
    padding-top: 15px;
  }
  
  .product-header .search_option .search_option_forms div {
    width: 80%;
  }
  
  .product-header .search_option .search_option_forms div label {
    font-size: 3vw;
    margin-bottom: 5px;
  }


  .product-header .search_option .search_option_forms .option_keywords {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .option_keywords input {
    line-height: 2.3em;
    font-size: 3vw;
    padding: 0 15px;
  }
  
  
  .product-header .search_option .search_option_forms .size {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .size input {
    width: 32%;
    line-height: 2.3em;
    font-size: 3vw;
    padding: 0 15px;
  }

  .product-header .search_option .cp_sl06 {
    padding: 30px 10px 10px 15px;
    font-size: 3.5vw;
  }
  .product-header .search_option .cp_ipselect:after {
    top: 35px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
  }
  .product-header .search_option .cp_sl06_selectlabel {
    font-size: 3vw;
  }
  .product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
    font-size: 3vw;
  }
  .product-header .search_option .cp_sl06_highlight {
    top: 25%;
  }
  
  .product-header .search_option .search_option_submit_div #search-option-submit {
    width: 80px;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 15px;
  }
  
  .product-header .exhibit {
    display: none;
  }

  .product-header .profile_button {
    display: none;
  }
  
  .product-header .profile {
    display: none;
  }

  .product-header .non_user_menu {
    margin-right: 10px;
  }

  .product-header .non_user_menu ul li:first-child {
    margin-right: 3px;
  }
  
  .product-header .non_user_menu ul li a {
    padding: 2px 4px;
    font-size: 12px;
  }

  .launica_top_phone_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    transition: .5s;
    bottom: 0px;
  }

  .launica_top_phone_nav ul {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content:space-evenly;
    background-color: rgb(255, 255, 255, .9);
    border-top: solid 1px #e5e5e5;
  }

  .launica_top_nav {
    width: 150px;
    right: 20px;
    top: 55px;
  }

  .notification-count {
    width: 16px;
    height: 16px;
    font-size: 2.5vw;
    margin-left:3px;
  }

  .launica_top_nav ul {
    margin: 0;
    padding: 5px 0;
  }
  
  .launica_top_nav ul li {
    padding: 0 5px;
  }
  
  .launica_top_nav ul li a {
    padding: 5px 5px;
    font-size: 3vw;
  }

  .launica_top_phone_nav ul li {
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto 0;
  }

  .launica_top_phone_nav ul li a img {
    width: 25px;
    height: 25px;
  }

  .launica_top_phone_nav ul li a p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap;
  }

  .notification-count-phone {
    position: absolute;
    top: 0;
    right: 15%;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FF0062;
    color: #fff;
    font-size: 12px;
  }

  main {
    padding: 60px 0 0 0;
  }

  .main-error-message {
    margin: 200px 0;
  }
  
  .main-error-message img {
    width: 120px;
  }
  
  .main-error-message p {
    font-size: 2.5vw;
  }
}

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

  .product-header {
    height: 60px;
    border-bottom: none;
  }
  
  .product-header .launica_logo {
    margin: auto 0;
  }
  
  .product-header .launica_logo a h1 img {
    width: 110px;
    margin-top: 0px;
    margin-left: 8px;
  }

  .product-header .search-submit-image {
    width: 25px;
    height: 25px;
    margin: auto 15px auto auto;
  }
  
  .product-header .search-submit-image img {
    width: 12px;
    height: 12px;
  }
  
  .product-header .search_option {
    top: 60px;
    padding-bottom: 20px;
  }
  
  .product-header .search_option #search-form-fadeout-button {
    width: 20px;
    height: 20px;
    right: 13px;
    top: 10px;
  }
  
  .product-header .search_option .search_option_forms {
    margin: 0 5%;
    padding-top: 15px;
  }
  
  .product-header .search_option .search_option_forms div {
    width: 90%;
  }
  
  .product-header .search_option .search_option_forms div label {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }

  .product-header .search_option .search_option_forms .option_keywords {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .option_keywords input {
    line-height: 2.3em;
    font-size: 3.5vw;
    padding: 0 15px;
  }
  
  
  .product-header .search_option .search_option_forms .size {
    margin: 1.5em auto;
  }
  
  .product-header .search_option .search_option_forms .size input {
    width: 32%;
    line-height: 2.3em;
    font-size: 3.5vw;
    padding: 0 15px;
  }

  .product-header .search_option .cp_sl06 {
    padding: 30px 10px 10px 15px;
    font-size: 4vw;
  }
  .product-header .search_option .cp_ipselect:after {
    top: 35px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
  }
  .product-header .search_option .cp_sl06_selectlabel {
    font-size: 3.5vw;
  }
  .product-header .search_option .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
    font-size: 3.5vw;
  }
  .product-header .search_option .cp_sl06_highlight {
    top: 25%;
  }
  
  .product-header .search_option .search_option_submit_div #search-option-submit {
    width: 80px;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 15px;
  }
  
  .product-header .exhibit {
    display: none;
  }

  .product-header .profile_button {
    display: none;
  }
  
  .product-header .profile {
    display: none;
  }

  .product-header .non_user_menu {
    margin-right: 10px;
  }

  .product-header .non_user_menu ul {
    flex-flow: column;
  }

  .product-header .non_user_menu ul li:first-child {
    margin-right: 0px;
  }
  
  .product-header .non_user_menu ul li a {
    padding: 0;
    font-size: 10px;
    line-height: 1em;
  }

  .launica_top_nav {
    width: 130px;
    right: 10px;
    top: 45px;
  }

  .notification-count {
    width: 15px;
    height: 15px;
    font-size: 3vw;
    margin-left:3px;
  }

  .launica_top_nav ul {
    margin: 0;
    padding: 5px 0;
  }
  
  .launica_top_nav ul li {
    padding: 0 5px;
  }
  
  .launica_top_nav ul li a {
    padding: 5px 5px;
    font-size: 4vw;
  }

  .launica_top_phone_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    transition: .5s;
    bottom: 0px;
  }

  .launica_top_phone_nav ul {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content:space-evenly;
    background-color: rgb(255, 255, 255, .9);
    border-top: solid 1px #e5e5e5;
  }

  .launica_top_phone_nav ul li {
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto 0;
  }

  .launica_top_phone_nav ul li a img {
    width: 20px;
    height: 20px;
  }

  .launica_top_phone_nav ul li a p {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap;
  }

  .notification-count-phone {
    position: absolute;
    top: -5px;
    right: 5%;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FF0062;
    color: #fff;
    font-size: 12px;
  }

  main {
    padding: 60px 0 0 0;
  }

  .main-error-message {
    margin: 150px 0;
  }
  
  .main-error-message img {
    width: 100px;
  }
  
  .main-error-message p {
    font-size: 2vw;
  }
}

.non_exhibitor {
  cursor: pointer;
}

.non_exhibitor_message {
  display: none;
  position: fixed;
  left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(217, 217, 217);
}

.non_exhibitor_message p {
  font-size: 15px;
  padding: 0 0 15px 0;
}

.non_exhibitor_message a {
  font-size: 15px;
}

.non_exhibitor_message a:hover {
  color: #000;
}

.non_pending_exhibitor {
  cursor: pointer;
}

.non_pending_exhibitor_message {
  display: none;
  position: fixed;
  left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(217, 217, 217);
}

.non_pending_exhibitor_message p {
  font-size: 15px;
  padding: 0 0 15px 0;
}

.non_pending_exhibitor_message button {
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.non_pending_exhibitor_message a:hover {
  color: #000;
}

.non_stop_exhibitor {
  cursor: pointer;
}

.non_stop_exhibitor_message {
  display: none;
  position: fixed;
  left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(217, 217, 217);
}

.non_stop_exhibitor_message p {
  font-size: 15px;
  padding: 0 0 15px 0;
}

.non_stop_exhibitor_message a {
  font-size: 15px;
}

.non_stop_exhibitor_message a:hover {
  color: #000;
}

.non_stop_user {
  cursor: pointer;
}

.non_user_message {
  display: none;
  position: fixed;
  left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgb(217, 217, 217);
}

.non_user_message p {
  font-size: 15px;
  padding: 0 0 15px 0;
}

.non_user_message a {
  font-size: 15px;
}

.non_user_message a:hover {
  color: #000;
}

/* link-information-container */
.link-information-container {
  max-width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

.link-information-container a {
  font-size: 1vw;
  font-weight: 500;
}

.link-information-container a:hover {
  text-decoration: underline;
}

.link-information-container img {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .link-information-container a {
    font-size: 1.3vw;
  }
  
  .link-information-container img {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .link-information-container a {
    font-size: 1.5vw;
  }
  
  .link-information-container img {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}


@media screen and (max-width: 480px) {
  .link-information-container a {
    font-size: 2.5vw;
  }
  
  .link-information-container img {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}

/* prev button */
.prev-page-button {
  position: absolute;
  top: 130px;
  left: 100px;
}

.prev-page-button button {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.prev-page-button img {
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1024px) and (min-width:769px) {
  .prev-page-button {
    position: absolute;
    top: 100px;
    left: 80px;
  }
  
  .prev-page-button img {
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) and (min-width:481px) {
  .prev-page-button {
    position: absolute;
    top: 100px;
    left: 40px;
  }
  
  .prev-page-button img {
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .prev-page-button {
    position: absolute;
    top: 80px;
    left: 20px;
  }
  
  .prev-page-button img {
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
  }
}


/* ###### final-form option ###### */
.final-form-container-back {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000078;
  opacity: 0;
  pointer-events:none;
  transition: .5s;
  z-index: 11;
}

.final-form-container-back .final-form-container {
  box-sizing: border-box;
  position: fixed;
  width: 40%;
  border: solid 1px #C1C1C1;
  border-radius: 15px;
  text-align: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  background-color: #fff;
  transition: .5s;
  padding: 15px;
  z-index: 12;
}

.final-form-container-back .final-form-container h3 {
  font-size: 1.3vw;
  font-weight: 500;
  margin-bottom: 5px
}

.final-form-container-back .final-form-container p {
  font-size: 1vw;
  font-weight: 500;
}

.final-form-container-back .final-form-container .final-form-option {
  width: 100%;
  margin-top: 30px;
}

.final-form-container-back .final-form-container .final-form-option button {
  margin: 0 10px;
  width: 120px;
  padding: 5px 15px;
  background: linear-gradient(to right, #e0dfff 0%, #ffe5fe 100%);
  border-radius: 5px;
  border: solid 1px #E2E2E2;
  font-size: 1.2vw;
  font-weight: 500;
  color: #585858;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
.final-form-container-back .final-form-container {
  width: 50%;
  border-radius: 15px;
  padding: 15px;
}

.final-form-container-back .final-form-container h3 {
  font-size: 1.5vw;
  margin-bottom: 5px
}

.final-form-container-back .final-form-container p {
  font-size: 1.3vw;
}

.final-form-container-back .final-form-container .final-form-option {
  width: 100%;
  margin-top: 30px;
}

.final-form-container-back .final-form-container .final-form-option button {
  margin: 0 10px;
  width: 120px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 1.5vw;
}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
.final-form-container-back .final-form-container {
  width: 70%;
  border-radius: 15px;
  padding: 12px;
}

.final-form-container-back .final-form-container h3 {
  font-size: 2.5vw;
  margin-bottom: 5px
}

.final-form-container-back .final-form-container p {
  font-size: 2vw;
}

.final-form-container-back .final-form-container .final-form-option {
  width: 100%;
  margin-top: 25px;
}

.final-form-container-back .final-form-container .final-form-option button {
  margin: 0 8px;
  width: 120px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 2.5vw;
}
}

@media screen and (max-width: 480px) {
.final-form-container-back .final-form-container {
  width: 85%;
  border-radius: 15px;
  padding: 12px;
}

.final-form-container-back .final-form-container h3 {
  font-size: 3.5vw;
  margin-bottom: 5px
}

.final-form-container-back .final-form-container p {
  font-size: 3vw;
}

.final-form-container-back .final-form-container .final-form-option {
  width: 100%;
  margin-top: 25px;
}

.final-form-container-back .final-form-container .final-form-option button {
  margin: 0 8px;
  width: 120px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 3.5vw;
}
}

/* ########################### */ 

/* footer .footer-pc {
  font-family: "Noto Sans JP", sans-serif!important;
  position: fixed;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: left;
  background-color: #fff;
  transition: .5s;
  z-index: 15;
  padding: 0 50px;
  box-sizing: border-box;
  bottom: 0;
  border-top: solid 1px #e5e5e5;
}

footer .footer-pc p {
  font-size: 13px;
  font-weight: 400;
  margin: auto 0;
}

footer .footer-pc .footer-sns-link {
  max-width: 100%;
  width: 30px;
  height: 30px;
  margin: auto 0 auto auto;
}

footer .footer-pc .footer-sns-link a {
  width: 100%;
  height: 100%;
}

footer .footer-pc .footer-sns-link a img {
  width: 100%;
  height: 100%;
}

footer .footer-pc button {
  background-color: rgb(217, 217, 217, 0);
  border: none;
  color: #585858;
  margin: auto 0 auto 15px;
  font-size: 1vw;
  font-weight: 500;
  cursor: pointer;
}

footer .footer-pc button:hover {
  text-decoration: underline;
}

footer .footer-pc button img {
  width: 1vw;
  height: 1vw;
  vertical-align: middle;
  margin-left: 5px;
  transform: rotate(270deg); 
  transition: .5s;
}

footer .footer-pc .footer-popup-menu {
  width: 100%;
  height: 250px;
  padding: 30px 5% 0 5%;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  bottom: -250px;
  opacity: 0;
  transition: .5s;
  border-top: solid 1px #e5e5e5;
}

footer .footer-pc .footer-popup-menu img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

footer .footer-pc .footer-popup-menu .footer-nav-container {
  display: flex;
  justify-content: left;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-nav {
  margin-right: 100px;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-nav-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-sub-nav {
  margin: 0;
  padding: 0;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-sub-nav li{
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 15px;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-sub-nav li a {
  cursor: pointer;
}

footer .footer-pc .footer-popup-menu .footer-nav-container .footer-sub-nav li a:hover {
  color: #303030;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  footer .footer-pc {
    height: 60px;
    display: flex;
    justify-content: left;
    padding: 0 35px;
  }
  
  footer .footer-pc p {
    font-size: 12px;
  }
  
  footer .footer-pc .footer-sns-link {
    width: 25px;
    height: 25px;
  }
  
  footer .footer-pc button {
    margin: auto 0 auto 15px;
    font-size: 1.5vw;
  }
  
  footer .footer-pc button img {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 5px;
  }
  
  footer .footer-pc .footer-popup-menu {
    width: 100%;
    height: 250px;
    padding: 30px 5% 0 5%;
    position: absolute;
    z-index: 15;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    bottom: -250px;
    opacity: 0;
    transition: .5s;
    border-top: solid 1px #e5e5e5;
  }
  
  footer .footer-pc .footer-popup-menu img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
    cursor: pointer;
  }
  
  footer .footer-pc .footer-popup-menu .footer-nav-container .footer-nav {
    margin-right: 100px;
  }
  
  footer .footer-pc .footer-popup-menu .footer-nav-container .footer-nav-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
  }
  footer .footer-pc .footer-popup-menu .footer-nav-container .footer-sub-nav li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 15px;
  }
} */

.footer-pc {
  display: none!important;
}

.footer-phone {
  font-family: "Noto Sans JP", sans-serif!important;
  width: 100%;
  background-color: #fff;
  z-index: 15;
  padding: 30px 3%;
  box-sizing: border-box;
  bottom: 0;
  border-top: solid 1px #e5e5e5;
}

.footer-phone .footer-phone-nav-container {
  margin: 0;
  padding: 0;
}

.footer-phone .footer-phone-nav-container .footer-phone-nav {
  margin-bottom: 30px;
}

.footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-nav-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 8px;
}

.footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a {
  cursor: pointer;
}

.footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a:hover {
  color: #303030;
  text-decoration: underline;
}

.footer-phone .footer-phone-last {
  margin: 0;
}

.footer-phone .footer-phone-last .footer-phone-sns-link {
  width: 30px;
  height: 30px;
}

.footer-phone .footer-phone-last .footer-phone-sns-link a {
  width: 100%;
  height: 100%;
}

.footer-phone .footer-phone-last .footer-phone-sns-link a img {
  width: 100%;
  height: 100%;
}

.footer-phone .footer-phone-last .phone-copyright {
  margin-top: 10px;
  font-size: 12px;
}


@media screen and (max-width: 768px) and (min-width: 481px) {
  /* .footer-pc {
    display: none!important;
  } */

  .footer-phone {
    font-family: "Noto Sans JP", sans-serif!important;
    width: 100%;
    background-color: #fff;
    z-index: 15;
    padding: 15px 3%;
    box-sizing: border-box;
    bottom: 0;
    border-top: solid 1px #e5e5e5;
  }

  .footer-phone .footer-phone-nav-container {
    margin: 0;
    padding: 0;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav {
    margin-bottom: 30px;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-nav-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 8px;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a {
    cursor: pointer;
  }
  
  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a:hover {
    color: #303030;
    text-decoration: underline;
  }

  .footer-phone .footer-phone-last {
    margin: 0;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link {
    width: 30px;
    height: 30px;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link a {
    width: 100%;
    height: 100%;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link a img {
    width: 100%;
    height: 100%;
  }

  .footer-phone .footer-phone-last .phone-copyright {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer-pc {
    display: none!important;
  }

  .footer-phone {
    width: 100%;
    background-color: #fff;
    /* background: linear-gradient(to right, #e0dfff 0%, #ffe5fe 100%); */
    z-index: 15;
    padding: 20px 5%;
    box-sizing: border-box;
    bottom: 0;
    border-top: solid 1px #e5e5e5;
  }

  .footer-phone .footer-phone-nav-container {
    margin: 0;
    padding: 0;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav {
    margin-bottom: 25px;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-nav-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 6px;
  }

  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a {
    cursor: pointer;
  }
  
  .footer-phone .footer-phone-nav-container .footer-phone-nav .footer-phone-sub-nav li a:hover {
    color: #303030;
    text-decoration: underline;
  }

  .footer-phone .footer-phone-last {
    margin: 0;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link {
    width: 20px;
    height: 20px;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link a {
    width: 100%;
    height: 100%;
  }

  .footer-phone .footer-phone-last .footer-phone-sns-link a img {
    width: 100%;
    height: 100%;
  }

  .footer-phone .footer-phone-last .phone-copyright {
    margin-top: 5px;
    font-size: 10px;
  }
}