@charset "utf-8";
/* indexのcss */

.toppage-category {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 9;
}

.toppage-category button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  transition: opacity .3s ease;
  z-index: 10;
  color: #585858!important;
}

.toppage-category #category-scroll-left-button {
  left: 15px;
}

.toppage-category #category-scroll-right-button {
  right: 15px;
}

.toppage-category-inner {
  display: flex;
  width: 100%;
  height: 80px;
  /* background: linear-gradient(to right, #e0dfff 0%, #ffe5fe 100%); */
  background-color: #fff;
  box-shadow: rgb(0, 0, 0, 0.1) 5px 5px 5px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.toppage-category-inner::-webkit-scrollbar{
  display:none;
}

.toppage-category .toppage-category-div{
  margin: 0;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
}


.toppage-category .toppage-category-div a img {
  width: 25px;
  opacity: 0.7;
}

.toppage-category .toppage-category-div a img.opacity {
  opacity: 1 !important;
}

.toppage-category .toppage-category-div a p {
  font-size: 12px;
  color: #585858;
  white-space:nowrap;
  opacity: 0.7;
}

.toppage-category .toppage-category-div a p.opacity {
  opacity: 1 !important;
}

/* アンケート */
.questionnaire-form-container-background {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  /* opacity: 0; */
  /* pointer-events: none; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: .5s;
}

.questionnaire-form-container {
  position: fixed;
  width: 30%;
  height: 50%;
  border-radius: 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: .5s;
  z-index: 11;
  /* opacity: 0; */
  /* pointer-events: none; */
  overflow: scroll;
  padding: 50px 3%;
}

.questionnaire-form-container .non-display {
  position: absolute;
  top: 10px;
  right: 10px;
}

.questionnaire-form-container .non-display img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.questionnaire-form-container h2 {
  font-size: 1.5vw;
  font-weight: 500;
  color: #000;
}
.questionnaire-form-container h3 {
  font-size: 2vw;
  font-weight: 500;
  margin-top: 15px;
  color: #000;
}

.questionnaire-form-container form {
  text-align: left;
  margin-top: 30px;
}

.questionnaire-form-container form ul {
  margin-bottom: 15px;
}

.questionnaire-form-container form ul li {
  color: #000;
  font-size: 1vw;
}

.questionnaire-form-container form span {
  background-color: #e8e8e8;
  color: #000;
  padding: 3px 10px;
  font-size: 1vw;
  font-weight: 700;
  border-radius: 5px;
}

.questionnaire-form-container form h3 {
  margin-top: 15px;
  font-size: 1.3vw;
  font-weight: 600;
  color: #000;
}

.questionnaire-form-container form .first_question {
  margin-top: 5px;
}

.questionnaire-form-container form textarea {
  margin-top: 5px;
  width: 90%;
  height: 100px;
  border-radius: 5px;
  padding: 5px;
  font-size: 1vw;
}

.questionnaire-form-container form .button {
  text-align: center;
  margin-top: 30px;
}

.questionnaire-form-container form .button button {
  position: relative;
  padding: 8px 20px;
  font-size: 1.5vw;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  background: linear-gradient(to right, #F89AFF 0%, #B190FF 100%);
  color: #fff;
  z-index: 15;
  cursor: pointer;
}

.questionnaire-form-container form .button button:hover {
  background: linear-gradient(to right, #e28ce9 0%, #a082e6 100%);
}

.questionnaire-form-response-background {
  content: "";
  background-color: rgba(0, 0, 0);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: .5s;
}

.questionnaire-form-response {
  position: fixed;
  width: 30%;
  padding: 25px 0;
  border-radius: 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: .5s;
  z-index: 10;
}

.questionnaire-form-response p {
  font-size: 18px;
  font-weight: 600;
}

.questionnaire-form-response button {
  color: #fff;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
  width: 130px;
  line-height: 2em;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to right, #F89AFF 0%, #B190FF 100%);
  cursor: pointer;
}

.questionnaire-form-response button:hover{
  background: linear-gradient(to right, #f783ff 0%, #a178ff 100%);
}
/* ~~~~~~~~~~~~ */

@media screen and (min-width: 769px) {
  #advertisement-phone {
    display: none;
  }

  .toppage-advertisement ul li  div {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #advertisement-pc {
    display: none;
  }

  .colum{
    display: flex;
    flex-direction: column;
  }
}

.toppage-advertisement {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 30vw;
  margin: 80px 0 0 0;
}

.toppage-advertisement ul {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.toppage-advertisement ul li {
  min-width: 100%;
  height: 100%;
}

.toppage-advertisement ul li div {
  width: 100%;
  height: 100%;

}


/* 最初の画像はこのclassが入る */
.toppage-advertisement ul li div .advertisement_user_option_content {
  position: relative;
  width: 50%;
  height: 100%;
}

.toppage-advertisement ul li div .advertisement_user_option_content .advertisement_user_option_content_back {
  content: "";
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toppage-advertisement ul li div .advertisement_user_option_content a {
  width: 100%;
  height: 100%;
}

.toppage-advertisement ul li  div .advertisement_user_option_content a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* float: left; */
}

.toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn {
  position: absolute;
  white-space: nowrap;
  font-size: 25px;
  /* width: 150px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  padding: 10px 15px;
  /* background-color: #333; */
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #ffffff;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

/* マウスオーバー時 */
.toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px 
  rgba(255, 255, 255, 0.5), 0 0 20px 
  rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #989898;
  cursor: pointer;
}
/* ここまで */

.toppage-advertisement ul li div a {
  width: 100%;
  height: 100%;
}

.toppage-advertisement ul li  div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.toppage-advertisement .top-slider-dots {
  position: absolute;
  display: flex;
  justify-content: center; 
  top: 95%;
  left: 50%;
  transform: translate(-50%, -95%);
  z-index: 8;
}
.toppage-advertisement .slider-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(214, 214, 214);
  margin-right: 5px;
  cursor: pointer;
}
.toppage-advertisement .slider-dot.point {
  background-color: #fff;
}

.toppage-advertisement .top-slider-ctrl-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  z-index: 8;
  transition: opacity .3s ease;
  color: #585858!important;
}
.toppage-advertisement .top-slider-ctrl-btn.prev { left: 15px; }

.toppage-advertisement .top-slider-ctrl-btn.next { right: 15px; }


/* toppage products */
.toppage-products {
  position: relative;
  max-width: 100%;
  height: 100%;
  padding: 0px 3% 0 3%;
  overflow-y: scroll;
}

.toppage-pickup-products-container {
  max-width: 100%;
  border-bottom: solid 1px #BCBCBC;
  padding-bottom: 50px;
}

.toppage-pickup-products-container h2 {
  max-width: 100%;
  margin-left: 5px;
  font-size: 3vw;
}

.toppage-pickup-products-container .toppage-pickup-products {
  max-width: 100%;
}
.toppage-products .toppage-view-products {
  margin-top: 100px;
}

.toppage-products .toppage-product-option-button {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 25px;
  left: 50%;
	transform: translateX(-50%);
  padding: 10px;
  width: 20%;
  text-align: center;
}

.toppage-products .toppage-product-option-button a {
  position:relative;
  display:inline-block;
  border: none;
  background-color: #fff;
  color: #6A6A6A;
  font-size: 20px;
  margin: 0 auto;
  transition: .5s;
  cursor:pointer;
  font-family: 'Noto Sans JP', sans-serif;
}

.toppage-products .toppage-product-option-button a:hover {
  color: #D800FF;
}

/* .toppage-products .toppage-product-option-button .toppage-product-option-first-button::after {
  content:"";
  display:inline-block;
  width:1px;
  height:20px;
  background-color: rgb(217, 217, 217);
  position:absolute;
  top:0px;
  right:-18px;
} */

.toppage-products .products-sorting-div {
  max-width: 100%;
  margin: 30px 5px 30px auto;
  z-index: 8;
  width: 150px;
}

.toppage-products .products-sorting {
  margin: 0;
  display: flex;
  border: solid 1px #585858;
  padding: 5px 0px 5px 15px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
}

.toppage-products .products-sorting img {
  width: 16px;
  height: 16px;
  margin: auto 0;
}

.toppage-products .products-sorting p {
  margin-left: 5px;
  font-size: 16px;
}

.toppage-products .products-sorting-div ul {
  position: absolute;
  border: solid 1px #585858;
  border-radius: 5px;
  padding: 0px;
  margin-top: 5px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  width: 150px;
  z-index: 8;
}

.toppage-products .products-sorting-div ul li {
  line-height: 1.5em;
  padding-left: 5px;
  overflow: hidden;
}

.toppage-products .products-sorting-div ul li:hover {
  background-color: #c4c4c4;
}

.toppage-products .products-sorting-div ul li a {
  position: relative;
  z-index: 10;
}

.toppage-products .products-sorting-div ul li a img {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  opacity: 0;
}

.toppage-products .products-sorting-div ul li a p {
  font-size: 15px;
  margin-left: 15px;
}

.toppage-products .toppage-products-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.toppage-products .toppage-products-main .toppage-product {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.toppage-products .toppage-products-main .toppage-product a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7;
}

.toppage-product-images {
  position: relative;
  width: 95%;
  height: 0;
  padding-bottom: 95%;
  overflow: hidden;
  
  background-color: #f4f3ef;
  /* box-shadow: 2px 2px 10px rgb(172, 172, 172); */
  /* border-radius: 10px; */
  margin: 0 auto;
}

.toppage-product-images .toppage-product-images-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.toppage-product-images-list li {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
.toppage-product-images-list li .toppage-product-image {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  box-shadow: 3px 3px 10px rgb(123, 123, 123);
  transition: .5s;
} */

.toppage-product-images-list li .picture{
  width: 100%;
  height: 100%;
  display: contents;
}

.toppage-product-images-list li .picture img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  box-shadow: 3px 3px 10px rgb(123, 123, 123);
  transition: .5s;
}

.toppage-product-images-list .toppage-product-image {
  float: left;
}

.toppage-product-images .slider-dots {
  position: absolute;
  display: flex;
  justify-content: center; 
  top: 95%;
  left: 50%;
  transform: translate(-50%, -95%);
  z-index: 8;
}
.toppage-product-images .slider-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(214, 214, 214);
  margin-right: 5px;
  cursor: pointer;
}
.toppage-product-images .slider-dot.point {
  background-color: #fff;
}

.toppage-product-images .slider-ctrl-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  z-index: 8;
  opacity: 0;
  transition: opacity .3s ease;
  color: #585858!important;
}
.toppage-product-images .slider-ctrl-btn.prev { left: 15px; }

.toppage-product-images .slider-ctrl-btn.next { right: 15px; }

.toppage-products .toppage-products-main .toppage-product .toppage-product-data {
  position: relative;
  width: 95%;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text {
  text-align: left;
  width: 75%;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  h3 {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  .toppage-product-soldout {
  color: #FF0062;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .art_fair_launica_art {
  position: absolute;
  width: 20%;
  right: 5px;
  top: 10px;
}

.toppage-products .toppage-products-main .toppage-product .toppage-product-data .art_fair_launica_art img {
  width: 100%;
  object-fit: cover;
}

.toppage-products .more-view {
  max-width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.toppage-products .more-view p {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
}

.toppage-products .more-view #more-view-button {
  background-color: #000;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.toppage-products .more-view #more-view-button:hover {
  background-color: #585858;
}

@media screen and (min-width:1024px) {
  .toppage-products .toppage-products-main .toppage-product {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}

@media screen and (max-width:1024px) and (min-width: 769px) {
  .toppage-category {
    height: 70px;
  }

  .toppage-category-inner {
    height: 70px;
  }
  
  .toppage-category .toppage-category-div{
    padding: 15px 20px;
  }
  
  .toppage-category .toppage-category-div a img {
    width: 23px;
  }
  
  .toppage-category .toppage-category-div a p {
    font-size: 10px;
  }

/* アンケート */
.questionnaire-form-container {
  width: 40%;
  height: 50%;
  padding: 40px 3%;
}

.questionnaire-form-container .non-display {
  top: 10px;
  right: 10px;
}

.questionnaire-form-container .non-display img {
  width: 20px;
  height: 20px;
}

.questionnaire-form-container h2 {
  font-size: 1.8vw;
}

.questionnaire-form-container h3 {
  font-size: 2.3vw;
  margin-top: 15px;
}

.questionnaire-form-container form {
  margin-top: 30px;
}

.questionnaire-form-container form ul {
  margin-bottom: 15px;
}

.questionnaire-form-container form ul li {
  font-size: 1.3vw;
}

.questionnaire-form-container form span {
  padding: 3px 10px;
  font-size: 1.3vw;
}

.questionnaire-form-container form h3 {
  margin-top: 15px;
  font-size: 1.8vw;
}

.questionnaire-form-container form textarea {
  margin-top: 5px;
  width: 90%;
  height: 100px;
  padding: 5px;
  font-size: 1.3vw;
}

.questionnaire-form-container form .button {
  margin-top: 30px;
}

.questionnaire-form-container form .button button {
  padding: 8px 20px;
  font-size: 1.8vw;
}

.questionnaire-form-response {
  width: 40%;
  padding: 20px 0;
}

.questionnaire-form-response p {
  font-size: 1.8vw;
}

.questionnaire-form-response button {
  margin-top: 25px;
  font-size: 1.5vw;
  width: 130px;
  line-height: 2em;
}
/* ~~~~~~~~~~~~ */
  
  .toppage-advertisement {
    height: 30vw;
    margin: 70px 0 0 0;
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn {
    font-size: 2vw;
    margin-top: 40px;
    padding: 10px 15px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content {
    width: 50%;
    height: 100%;
  }
  
  /* toppage products */
  .toppage-products {
    padding: 0px 3% 0 3%;
  }

  .toppage-pickup-products-container {
    padding-bottom: 40px;
  }
  
  .toppage-pickup-products-container h2 {
    margin-left: 5px;
    font-size: 4vw;
  }

  .toppage-products .toppage-view-products {
    margin-top: 80px;
  }
  
  .toppage-products .error-message {
    margin: 130px 0;
  }
  
  .toppage-products .error-message p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
  
  .toppage-products .toppage-product-option-button {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    width: 30%;
    border-radius: 30px;
  }
  
  .toppage-products .toppage-product-option-button a {
    font-size: 18px;
  }

  .toppage-products .products-sorting-div {
    margin: 25px 10px 25px auto;
    width: 130px;
  }
  
  .toppage-products .products-sorting {
    padding: 5px 0px 5px 15px;
  }
  
  .toppage-products .products-sorting img {
    width: 15px;
    height: 15px;
  }
  
  .toppage-products .products-sorting p {
    margin-left: 5px;
    font-size: 15px;
  }
  
  .toppage-products .products-sorting-div ul {
    width: 130px;
    padding: 5px 0;
  }
  
  .toppage-products .products-sorting-div ul li {
    padding-left: 5px;
  }
  
  .toppage-products .products-sorting-div ul li a img {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  
  .toppage-products .products-sorting-div ul li a p {
    font-size: 15px;
    margin-left: 15px;
  }
  
  .toppage-products .toppage-products-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .toppage-products .toppage-products-main .toppage-product {
    width: 33%;
    padding-bottom: 30px;
  }
  
  .toppage-product-images .slider-dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .toppage-product-images .slider-ctrl-btn {
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    border-radius: 15px;
  }
  .toppage-product-images .slider-ctrl-btn.prev { left: 15px; }
  
  .toppage-product-images .slider-ctrl-btn.next { right: 15px; }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data {
    padding-top: 8px;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  h3 {
    font-size: 1.7vw;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  p {
    font-size: 1.2vw;
  }

  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like img {
    width: 13px;
    height: 13px;
    padding-top: 3px;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like p {
    font-size: 13px;
    padding-left: 5px;
  }

  .toppage-products .more-view {
    margin-bottom: 40px;
  }
  
  .toppage-products .more-view p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .toppage-products .more-view #more-view-button {
    font-size: 16px;
    padding: 10px 25px;
  }
}

@media screen and (max-width:768px) and (min-width: 481px) {
  .toppage-category {
    height: 75px;
  }

  .toppage-category button {
    width: 25px;
    height: 25px;
  }

  .toppage-category-inner {
    height: 75px;
  }
  
  .toppage-category .toppage-category-div{
    padding: 13px 25px;
  }
  
  .toppage-category .toppage-category-div a img {
    width: 30px;
  }
  
  .toppage-category .toppage-category-div a p {
    font-size: 12px;
  }

  /* アンケート */
.questionnaire-form-container {
  width: 60%;
  height: 50%;
  padding: 30px 5%;
}

.questionnaire-form-container .non-display {
  top: 10px;
  right: 10px;
}

.questionnaire-form-container .non-display img {
  width: 20px;
  height: 20px;
}

.questionnaire-form-container h2 {
  font-size: 2.5vw;
}

.questionnaire-form-container h3 {
  font-size: 3vw;
  margin-top: 10px;
}

.questionnaire-form-container form {
  margin-top: 20px;
}

.questionnaire-form-container form ul {
  margin-bottom: 10px;
}

.questionnaire-form-container form ul li {
  font-size: 1.8vw;
}

.questionnaire-form-container form span {
  padding: 3px 10px;
  font-size: 1.8vw;
}

.questionnaire-form-container form h3 {
  margin-top: 10px;
  font-size: 2.5vw;
}

.questionnaire-form-container form textarea {
  margin-top: 3px;
  width: 90%;
  height: 100px;
  padding: 5px;
  font-size: 1.8vw;
}

.questionnaire-form-container form .button {
  margin-top: 30px;
}

.questionnaire-form-container form .button button {
  padding: 8px 20px;
  font-size: 2.5vw;
}

.questionnaire-form-response {
  width: 40%;
  padding: 20px 0;
}

.questionnaire-form-response p {
  font-size: 2vw;
}

.questionnaire-form-response button {
  margin-top: 20px;
  font-size: 2vw;
  width: 100px;
  line-height: 2em;
}
/* ~~~~~~~~~~~~ */

  .toppage-advertisement {
    height: 100vw;
    margin: 75px 0 0 0;
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn {
    font-size: 3vw;
    margin-top: 40px;
    padding: 13px 15px;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content {
    width: 100%;
    height: 50%;
  }
  
  /* toppage products */
  .toppage-products {
    padding: 0px 4%;
  }

  .toppage-pickup-products-container {
    padding-bottom: 20px;
  }
  
  .toppage-pickup-products-container h2 {
    margin-left: 5px;
    font-size: 5vw;
  }

  .toppage-products .toppage-view-products {
    margin-top: 50px;
  }
  
  .toppage-products .error-message {
    margin: 120px 0;
  }
  
  .toppage-products .error-message p {
    font-size: 2vw;
  }
  
  .toppage-products .toppage-product-option-button {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    width: 30%;
    border-radius: 30px;
  }
  
  .toppage-products .toppage-product-option-button a {
    font-size: 15px;
  }


  .toppage-products .products-sorting-div {
    margin: 25px 5px 25px auto;
    width: 110px;
  }
  
  .toppage-products .products-sorting {
    padding: 5px 0px 5px 12px;
  }
  
  .toppage-products .products-sorting img {
    width: 12px;
    height: 12px;
  }
  
  .toppage-products .products-sorting p {
    margin-left: 5px;
    font-size: 12px;
  }
  
  .toppage-products .products-sorting-div ul {
    width: 110px;
    padding: 5px 0;
  }
  
  .toppage-products .products-sorting-div ul li {
    padding-left: 5px;
    line-height: 1.5em;
  }
  
  .toppage-products .products-sorting-div ul li a img {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  
  .toppage-products .products-sorting-div ul li a p {
    font-size: 12px;
    margin-left: 12px;
  }
  
  .toppage-products .toppage-products-main .toppage-product {
    width: 50%;
    padding-bottom: 25px;
  }
  
  .toppage-product-images .slider-dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .toppage-product-images .slider-ctrl-btn {
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    opacity: 1;
  }
  .toppage-product-images .slider-ctrl-btn.prev { left: 15px; }
  
  .toppage-product-images .slider-ctrl-btn.next { right: 15px; }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data {
    padding-top: 8px;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  h3 {
    font-size: 2.2vw;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  p {
    font-size: 1.5vw;
  }

  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like img {
    width: 12px;
    height: 12px;
    padding-top: 3px;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like p {
    font-size: 12px;
    padding-left: 5px;
  }

  .toppage-products .more-view {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  
  .toppage-products .more-view p {
    font-size: 2.5vw;
    margin-bottom: 6px;
  }
  
  .toppage-products .more-view #more-view-button {
    font-size: 2.5vw;
    padding: 10px 25px;
  }
}

@media screen and (max-width:480px) {
  .toppage-category {
    height: 60px;
  }

  .toppage-category button {
    width: 25px;
    height: 25px;
  }

  .toppage-category-inner {
    height: 70px;
  }
  
  .toppage-category .toppage-category-div{
    padding: 13px 18px;
  }
  
  .toppage-category .toppage-category-div a img {
    width: 30px;
  }
  
  .toppage-category .toppage-category-div a p {
    font-size: 10px;
  }

    /* アンケート */
.questionnaire-form-container {
  width: 80%;
  height: 50%;
  padding: 30px 5%;
}

.questionnaire-form-container .non-display {
  top: 10px;
  right: 10px;
}

.questionnaire-form-container .non-display img {
  width: 20px;
  height: 20px;
}

.questionnaire-form-container h2 {
  font-size: 3.5vw;
}

.questionnaire-form-container h3 {
  font-size: 4vw;
  margin-top: 10px;
}

.questionnaire-form-container form {
  margin-top: 20px;
}

.questionnaire-form-container form ul {
  margin-bottom: 10px;
}

.questionnaire-form-container form ul li {
  font-size: 2.5vw;
}

.questionnaire-form-container form span {
  padding: 3px 10px;
  font-size: 2.5vw;
}

.questionnaire-form-container form h3 {
  margin-top: 10px;
  font-size: 3.5vw;
}

.questionnaire-form-container form textarea {
  margin-top: 3px;
  width: 90%;
  height: 100px;
  padding: 5px;
  font-size: 2.5vw;
}

.questionnaire-form-container form .button {
  margin-top: 30px;
}

.questionnaire-form-container form .button button {
  padding: 8px 20px;
  font-size: 3.5vw;
}

.questionnaire-form-response {
  width: 60%;
  padding: 20px 0;
}

.questionnaire-form-response p {
  font-size: 3vw;
}

.questionnaire-form-response button {
  margin-top: 20px;
  font-size: 3vw;
  width: 100px;
  line-height: 2em;
}
/* ~~~~~~~~~~~~ */
  
  .toppage-advertisement {
    height: 100vw;
    margin: 70px 0 0 0;
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content a .advertisement_user_option_btn {
    font-size: 3vw;
    margin-top: 40px;
    padding: 12px 15px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
  }

  .toppage-advertisement ul li  div .advertisement_user_option_content {
    width: 100%;
    height: 50%;
  }
  
  /* toppage products */
  .toppage-products {
    padding: 0px 4% 0 4%;
  }

  .toppage-pickup-products-container {
    padding-bottom: 10px;
  }
  
  .toppage-pickup-products-container h2 {
    margin-left: 5px;
    font-size: 6vw;
  }

  .toppage-products .toppage-view-products {
    margin-top: 40px;
  }
  
  .toppage-products .error-message {
    margin-top: 120px;
  }
  
  .toppage-products .error-message p {
    font-size: 2vw;
  }
  
  .toppage-products .toppage-product-option-button {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    width: 40%;
    border-radius: 30px;
  }
  
  .toppage-products .toppage-product-option-button a {
    font-size: 12px;
  }

  .toppage-products .products-sorting-div {
    margin: 25px 0 25px auto;
    width: 70px;
  }
  
  .toppage-products .products-sorting {
    padding: 3px 0px 3px 10px;
  }
  
  .toppage-products .products-sorting img {
    width: 8px;
    height: 8px;
  }
  
  .toppage-products .products-sorting p {
    margin-left: 3px;
    font-size: 8px;
  }
  
  .toppage-products .products-sorting-div ul {
    width: 80px;
    padding: 5px 0;
  }
  
  .toppage-products .products-sorting-div ul li {
    padding-left: 5px;
    line-height: 1em;
  }
  
  .toppage-products .products-sorting-div ul li a img {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  
  .toppage-products .products-sorting-div ul li a p {
    font-size: 8px;
    margin-left: 10px;
  }
  
  .toppage-products .toppage-products-main .toppage-product {
    width: 50%;
    padding-bottom: 20px;
  }
  
  .toppage-product-images .slider-dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .toppage-product-images .slider-ctrl-btn {
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    opacity: 1;
  }
  .toppage-product-images .slider-ctrl-btn.prev { left: 8px; }
  
  .toppage-product-images .slider-ctrl-btn.next { right: 8px; }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data {
    padding-top: 8px;
  }

  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text {
    width: 70%;
  }
  
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  h3 {
    font-size: 2.8vw;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-text  p {
    font-size: 2.3vw;
  }

  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like img {
    width: 10px;
    height: 10px;
    padding-top: 3px;
  }
  
  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .toppage-product-like p {
    font-size: 10px;
    padding-left: 3px;
  }

  .toppage-products .toppage-products-main .toppage-product .toppage-product-data .art_fair_launica_art {
    position: absolute;
    width: 25%;
    right: 5px;
    top: 5px;
  }

  .toppage-products .more-view {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  
  .toppage-products .more-view p {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
  
  .toppage-products .more-view #more-view-button {
    font-size: 3.5vw;
    padding: 10px 25px;
  }
}

/* スライダーの土台 */
.toppage-product-images { overflow: hidden; }

/* 横並びでスライド */
.toppage-product-images-list {
  display: flex;
  will-change: transform;
  transition: transform 300ms ease;
}

/* 各スライドは幅100% */
.toppage-product-images-list > li {
  min-width: 100%;
  flex: 0 0 100%;
}

/* ドットのON状態 */
.slider-dots .slider-dot.active {
  opacity: 1;
  transform: scale(1.2);
}
.slider-dots .slider-dot { opacity: .4; transition: transform .2s, opacity .2s; }