@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  background-color: black;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
}

.wrap_main {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .main_nav {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }
  .main_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0 30px;
  }
  .main_nav li {
    list-style: none;
  }
  .main_nav li img {
    width: 150px;
  }
  .main_nav li a {
    text-decoration: none;
  }
}
.main_nav .nav-home {
  position: absolute;
  margin-top: -44px;
  margin-left: 48px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-aritaku {
  position: absolute;
  margin-top: -44px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-itaku {
  position: absolute;
  margin-top: -44px;
  margin-left: 55px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-toiawase {
  position: absolute;
  margin-top: -44px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .main_nav {
    max-width: 730px;
    width: 100%;
    margin: 15px;
  }
  .main_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main_nav li {
    list-style: none;
  }
  .main_nav li img {
    width: 150px;
  }
  .main_nav li a {
    text-decoration: none;
  }
}
.main_nav .nav-home {
  position: absolute;
  margin-top: -45px;
  margin-left: 48px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-aritaku {
  position: absolute;
  margin-top: -45px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-itaku {
  position: absolute;
  margin-top: -45px;
  margin-left: 55px;
  font-weight: 600;
  color: #000;
}

.main_nav .nav-toiawase {
  position: absolute;
  margin-top: -45px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .main_nav2 {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }
  .main_nav2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0 30px;
  }
  .main_nav2 li {
    list-style: none;
  }
  .main_nav2 li img {
    width: 150px;
  }
  .main_nav2 li a {
    text-decoration: none;
  }
}
.main_nav2 .nav-home {
  position: absolute;
  margin-top: -45px;
  margin-left: 48px;
  font-weight: 600;
  color: #000;
}

.main_nav2 .nav-aritaku {
  position: absolute;
  margin-top: -45px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

.main_nav2 .nav-itaku {
  position: absolute;
  margin-top: -45px;
  margin-left: 55px;
  font-weight: 600;
  color: #000;
}

.main_nav2 .nav-toiawase {
  position: absolute;
  margin-top: -45px;
  margin-left: 25px;
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .main_nav2 {
    display: flex;
    flex-wrap: nowrap;
    margin: -5px auto;
  }
  .main_nav2 ul {
    display: flex;
  }
  .main_nav2 li {
    list-style: none;
  }
  .main_nav2 li img {
    width: 80px;
    margin: 0 1px;
  }
  .main_nav2 li a {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_nav2 .nav-home {
    position: absolute;
    margin-top: -28px;
    margin-left: 22px;
    font-weight: 600;
    color: #000;
    font-size: 10px;
  }
  .main_nav2 .nav-aritaku {
    position: absolute;
    margin-top: -28px;
    margin-left: 10px;
    font-weight: 600;
    color: #000;
    font-size: 10px;
  }
  .main_nav2 .nav-itaku {
    position: absolute;
    margin-top: -28px;
    margin-left: 30px;
    font-weight: 600;
    color: #000;
    font-size: 10px;
  }
  .main_nav2 .nav-toiawase {
    position: absolute;
    margin-top: -28px;
    margin-left: 10px;
    font-weight: 600;
    color: #000;
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-menu {
    text-align: center;
  }
  .top-menu ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  .top-menu li {
    display: inline-block;
  }
  .top-menu li:not(:last-child) {
    margin-right: 2px;
  }
  .top-menu a {
    text-decoration: none;
    color: #fff; /* Colore del testo delle voci del menu */
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 300;
  }
  .top-menu a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .top-menu {
    display: flex;
    text-align: center;
  }
  .top-menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    list-style: none;
    margin: -20px auto;
    padding: 0;
  }
  .top-menu li {
    margin: 15px;
  }
  .top-menu li:not(:last-child) {
    margin-right: 2px;
  }
  .top-menu a {
    text-decoration: none;
    color: #fff; /* Colore del testo delle voci del menu */
    font-size: 10px;
  }
  .top-menu a:hover {
    color: #fff;
  }
  .top-menu .jisaku-btn li {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
  }
  .top-menu .jisaku-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
  }
  .background-section {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .mid-menu {
    text-align: center;
  }
  .mid-menu ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  .mid-menu li {
    display: inline-block;
  }
  .mid-menu li:not(:last-child) {
    margin-right: 2px;
  }
  .mid-menu a {
    text-decoration: none;
    color: #fff; /* Colore del testo delle voci del menu */
    font-size: 12px;
    padding: 5px 30px;
    font-weight: 300;
  }
  .mid-menu a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .mid-menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .maru-banner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
  .maru-banner .zine_size {
    max-width: 800px;
    width: 100%;
    z-index: 2;
  }
  .maru-banner .p_part-a {
    top: 260px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
  }
  .maru-banner .p_part-b {
    top: -250px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
  }
}
@media only screen and (max-width: 767px) {
  .maru-banner {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .maru-banner .zine_size {
    max-width: 450px;
    width: 100%;
  }
  .maru-banner .p_part-a {
    top: 50px;
    left: 0;
    position: absolute;
    font-size: 13px;
    font-weight: 900;
    width: 100%;
  }
  .maru-banner .p_part-b {
    bottom: 70px;
    left: 0;
    position: absolute;
    font-size: 13px;
    font-weight: 900;
    width: 100%;
  }
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  max-height: 1450px;
}
.wrap__index {
  position: relative;
}
@media only screen and (min-height: 818px) {
  .wrap__index {
    height: calc(100vh - 339px);
  }
}
.wrap__itaku {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wrap__fee {
  background-color: black;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .wrap__fee {
    margin: 0 auto;
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__fee {
    margin: auto;
    width: 360px;
  }
}
.wrap__fee h1 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wrap__fee h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__fee h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

@media only screen and (min-width: 768px) {
  .nav {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    display: flex;
    justify-content: center;
  }
}
.nav__topmenu {
  background-color: white;
  border: solid rgb(102, 102, 102) 5px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 85px;
  margin: 50px 5px;
  padding: 3px;
  transition: 0.3s;
}
.nav__topmenu:visited {
  color: rgb(0, 0, 0);
}
.nav__topmenu:link {
  color: rgb(0, 0, 0);
}
.nav__topmenu:hover {
  background-color: rgb(214, 214, 214);
}
@media only screen and (max-width: 767px) {
  .nav__topmenu {
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 3px;
    padding: 3px;
    text-align: center;
    width: calc((100% - 20px) / 4 - 6px);
  }
}
.nav__category {
  background-color: white;
  border: solid rgb(102, 102, 102) 5px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 125px;
  margin: 50px 5px;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.nav__category:visited {
  color: rgb(0, 0, 0);
}
.nav__category:link {
  color: rgb(0, 0, 0);
}
.nav__category:hover {
  background-color: rgb(214, 214, 214);
}

@media only screen and (min-width: 768px) {
  .aritakutoha {
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .rotate-image-container {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
  .center-image-container {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
  .rotate-image {
    max-width: 340px;
    width: 100%;
    max-height: 340px;
    height: 100%;
    margin: 0px 15px 10px 10px;
  }
  .center-image {
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 25px;
  }
  .eye_size {
    position: absolute;
    max-width: 320px;
    margin: 40px -314px;
  }
  .rotate-image {
    /* Stili specifici per l'immagine con l'effetto di rotazione */
    animation: rotateAnimation 100s linear infinite; /* 30 secondi di durata, linea retta, ripetizione infinita */
  }
  @keyframes rotateAnimation {
    /* Definisce l'animazione di rotazione */
    from {
      transform: rotate(0deg); /* Angolo di partenza (0 gradi) */
    }
    to {
      transform: rotate(-360deg); /* Angolo finale (-360 gradi, un giro completo in senso antiorario) */
    }
  }
}
@media only screen and (max-width: 767px) {
  .aritakutoha {
    text-align: center;
    z-index: 1;
  }
  .rotate-image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
  .center-image-container {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
  .rotate-image {
    max-width: 160px;
    width: 100%;
    max-height: 160px;
    height: 100%;
  }
  .center-image {
    max-width: 140px;
    width: 100%;
    max-height: 140px;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 12px;
  }
  .eye_size {
    position: absolute;
    max-width: 150px;
    margin: 20px -148px;
  }
  .rotate-image {
    /* Stili specifici per l'immagine con l'effetto di rotazione */
    animation: rotateAnimation 100s linear infinite; /* 30 secondi di durata, linea retta, ripetizione infinita */
  }
  @keyframes rotateAnimation {
    /* Definisce l'animazione di rotazione */
    from {
      transform: rotate(0deg); /* Angolo di partenza (0 gradi) */
    }
    to {
      transform: rotate(-360deg); /* Angolo finale (-360 gradi, un giro completo in senso antiorario) */
    }
  }
}
@media only screen and (min-width: 768px) {
  .btn-touroku {
    text-align: center;
    margin: -120px 0 -50px;
  }
  .btn-touroku img {
    max-width: 600px;
    width: 100%;
  }
  .btn-touroku a {
    text-decoration: none;
    color: #000;
  }
  .btn-touroku p {
    position: relative;
    font-size: 21px;
    top: -83px;
    left: 0;
    font-weight: 900;
  }
  .btn-aritaku {
    text-align: center;
    margin: -10px 0 -50;
  }
  .btn-aritaku img {
    max-width: 600px;
    width: 100%;
  }
  .btn-aritaku a {
    text-decoration: none;
    color: #000;
  }
  .btn-aritaku p {
    position: relative;
    font-size: 21px;
    top: -84px;
    left: 0;
    font-weight: 600;
  }
  .btn-touroku2 {
    text-align: center;
    margin: 20px 0 -50px;
  }
  .btn-touroku2 img {
    max-width: 600px;
    width: 100%;
  }
  .btn-touroku2 a {
    text-decoration: none;
    color: #000;
  }
  .btn-touroku2 p {
    position: relative;
    font-size: 21px;
    top: -83px;
    left: 0;
    font-weight: 900;
  }
  .btn-aritaku2 {
    text-align: center;
    margin: -70px 0 -50;
  }
  .btn-aritaku2 img {
    max-width: 600px;
    width: 100%;
  }
  .btn-aritaku2 a {
    text-decoration: none;
    color: #000;
  }
  .btn-aritaku2 p {
    position: relative;
    font-size: 21px;
    top: -83px;
    left: 0;
    font-weight: 600;
  }
  .itaku-nagare {
    text-align: center;
  }
  .itaku-nagare img {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .nagare-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .nagare-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-touroku {
    text-align: center;
    margin: -10px 0 -50px;
  }
  .btn-touroku img {
    max-width: 400px;
    width: 100%;
  }
  .btn-touroku a {
    text-decoration: none;
    color: #000;
  }
  .btn-touroku p {
    position: relative;
    font-size: 15px;
    top: -60px;
    left: 0;
    font-weight: 600;
  }
  .btn-aritaku {
    text-align: center;
    margin: -10px 0 -50px;
  }
  .btn-aritaku img {
    max-width: 400px;
    width: 100%;
  }
  .btn-aritaku a {
    text-decoration: none;
    color: #000;
  }
  .btn-aritaku p {
    position: relative;
    font-size: 15px;
    top: -60px;
    left: 0;
    font-weight: 600;
  }
  .btn-touroku2 {
    text-align: center;
    margin: 20px 0 -50px;
  }
  .btn-touroku2 img {
    max-width: 400px;
    width: 100%;
  }
  .btn-touroku2 a {
    text-decoration: none;
    color: #000;
  }
  .btn-touroku2 p {
    position: relative;
    font-size: 15px;
    top: -60px;
    left: 0;
    font-weight: 900;
  }
  .btn-aritaku2 {
    text-align: center;
    margin: -10px 0 -50;
  }
  .btn-aritaku2 img {
    max-width: 400px;
    width: 100%;
  }
  .btn-aritaku2 a {
    text-decoration: none;
    color: #000;
  }
  .btn-aritaku2 p {
    position: relative;
    font-size: 15px;
    top: -60px;
    left: 0;
    font-weight: 600;
  }
  .itaku-nagare {
    text-align: center;
    margin-bottom: 120px;
  }
  .itaku-nagare img {
    max-width: 600px;
    width: 100%;
  }
}
.container {
  max-width: 1100px;
  margin: 60px auto;
}

.aritaku_step1 {
  margin: 10px 0 0 25px;
}
.aritaku_step1 a {
  position: absolute;
  margin: 120px 0px 0 -210px;
  border: 2px solid blue;
  border-radius: 10px;
  text-decoration: none;
  color: blue;
}
.aritaku_step1 img {
  width: 400px;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .one {
    margin: 50px 0;
    position: relative;
    grid-row: 1;
    grid-column: 1;
    border: 2px solid #00a0ff;
    border-radius: 15px;
    max-width: 350px;
    height: 100px;
    padding: 10px;
  }
  .one h2 {
    position: relative;
    top: -10px;
    left: 50px;
    color: #000;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    background-color: #00a0ff;
    max-width: 250px;
    z-index: 0;
  }
  .one a {
    top: 150px;
    left: 50px;
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    padding: 0 36px;
    margin: 0 80px;
  }
  .one .step1_size {
    width: 100px;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 1;
  }
  .arrow {
    position: absolute;
    margin: 190px 160px;
    width: 40px;
  }
  .two {
    margin: 30px 0;
    position: relative;
    grid-row: 2;
    grid-column: 1;
    border: 2px solid #00a0ff;
    border-radius: 15px;
    max-width: 370px;
    height: 150px;
  }
  .two img {
    width: 100px;
    position: absolute;
    top: -50px;
    right: 320px;
  }
  .two h2 {
    top: 0px;
    left: 10px;
    color: #000;
    font-weight: 900;
    max-width: 200px;
    font-size: 22px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -75px;
    margin-left: 110px;
  }
  .two a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    color: #00a0ff;
    padding: 0 5px;
    margin: 45px 65px;
    display: block;
  }
  .two .stepicon {
    position: relative;
    width: 100px;
    top: -10px;
    right: -30px;
  }
  .three {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column: 2;
    margin: 100px 110px;
  }
  .three h2 {
    color: #000;
    font-weight: 900;
    font-size: 23px;
    max-width: 200px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -200px;
    margin-left: 50px;
  }
  .three p {
    top: 0px;
    left: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-left: 10px;
  }
  .three .step_size {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: -50px 100px;
  }
  .three .circle_size {
    position: relative;
    width: 300px;
    z-index: 0;
  }
  .three .line_size {
    position: absolute;
    width: 120px;
    z-index: 1;
    margin: 20px -420px;
  }
  .three .line-down_size {
    position: absolute;
    width: 185px;
    z-index: 1;
    margin: 23px -116px;
  }
  .three .line-down_size_sp {
    display: none;
  }
  .four {
    margin-top: 0px;
    margin-left: 0px;
    grid-row-start: 3;
    grid-row-end: 4;
    border: 2px solid #00a0ff;
    border-radius: 20px;
    max-width: 280px;
    height: 150px;
    padding: 50px;
  }
  .four h2 {
    top: 0px;
    left: 10px;
    color: #000;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -150px;
    margin-left: 30px;
  }
  .four a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    font-weight: 600;
    padding: 2px 50px;
    margin: 60px 30px;
  }
  .four p {
    top: 0px;
    left: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    margin-top: -10px;
    margin-left: 0px;
  }
  .four .step4_size {
    position: relative;
    width: 100px;
    top: -90px;
    right: 80px;
  }
  .four .send_size {
    position: relative;
    width: 310px;
    top: -10px;
    right: 20px;
  }
  .four .line-down4_size_sp {
    display: none;
  }
  .five {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column: 2;
    margin: -10px 80px;
  }
  .five h2 {
    color: #000;
    font-weight: 900;
    font-size: 22px;
    max-width: 160px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -220px;
    margin-left: 70px;
    z-index: 2;
  }
  .five p {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: -10px;
    margin-left: -50px;
  }
  .five a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 20px;
    margin: 60px 65px;
  }
  .five .step5_size {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: -50px 100px;
  }
  .five .circle_size {
    position: relative;
    width: 300px;
    z-index: -1;
  }
  .five .line-up_size {
    position: absolute;
    width: 110px;
    z-index: 1;
    margin: -40px -80px;
  }
  .five .line-down5_size {
    position: absolute;
    width: 200px;
    z-index: 1;
    margin: 80px -450px;
  }
  .five .line-down5_size_sp {
    display: none;
  }
  .six {
    grid-row: 6;
  }
  .six .step6_size {
    position: relative;
    width: 350px;
    margin: 120px 30px;
    z-index: 0;
  }
  .seven {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column: 2;
    margin-top: 350px;
    margin-left: -100px;
  }
  .seven .step7_size {
    position: relative;
    width: 400px;
    margin: 30px -20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .one {
    border: 2px solid #00a0ff;
    border-radius: 15px;
    height: 110px;
    max-width: 300px;
    margin-top: -50px;
  }
  .one h2 {
    position: relative;
    top: -10px;
    left: 0px;
    color: #000;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    max-width: 250px;
    margin: 20px auto;
    background-color: #00a0ff;
    z-index: 0;
  }
  .one a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    padding: 0 5px;
    margin: -10 80px;
    z-index: 3;
  }
  .one .step1_size {
    width: 100px;
    position: absolute;
    z-index: 1;
    margin: -60px 240px;
  }
  .arrow {
    position: absolute;
    margin: 65px 140px;
    width: 30px;
  }
  .two {
    margin: 50px 0;
    border: 2px solid #00a0ff;
    border-radius: 15px;
    max-width: 320px;
    height: 180px;
  }
  .two h2 {
    color: #000;
    font-weight: 900;
    max-width: 200px;
    font-size: 22px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -65px;
    margin-left: 110px;
  }
  .two a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    padding: 0 5px;
    margin: 55px 65px;
    display: block;
  }
  .two .stepicon {
    position: relative;
    width: 100px;
    top: 10px;
    right: 80px;
  }
  .two .step2_size {
    position: relative;
    width: 100px;
    top: -30px;
    right: 50px;
  }
  .three {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column: 2;
    margin: 100px 80px;
  }
  .three h2 {
    color: #000;
    font-weight: 900;
    font-size: 28px;
    max-width: 200px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -200px;
    margin-left: 50px;
  }
  .three p {
    top: 0px;
    left: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-left: 10px;
  }
  .three .step_size {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: -50px 100px;
  }
  .three .circle_size {
    position: relative;
    width: 300px;
    z-index: 0;
  }
  .three .line_size {
    position: absolute;
    width: 100px;
    z-index: 0;
    margin: -112px -200px;
    rotate: 60deg;
  }
  .three .line-down_size {
    display: none;
  }
  .three .line-down_size_sp {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: 40px 103px;
    transform: rotate(183deg);
  }
  .four {
    border: 2px solid #00a0ff;
    border-radius: 20px;
    max-width: 220px;
    height: 150px;
    padding: 50px;
    margin-top: 20px;
  }
  .four h2 {
    top: 0px;
    left: 10px;
    color: #000;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -140px;
    margin-left: 30px;
  }
  .four a {
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 20px;
    margin: 60px 40px;
  }
  .four p {
    top: 0px;
    left: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
    margin-left: 0px;
  }
  .four .step4_size {
    position: relative;
    width: 100px;
    top: -90px;
    right: 80px;
  }
  .four .send_size {
    position: relative;
    width: 280px;
    top: -10px;
    right: 20px;
  }
  .four .line-down4_size_sp {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: 75px -148px;
  }
  .five {
    margin: 140px 80px;
  }
  .five h2 {
    color: #000;
    font-weight: 900;
    font-size: 28px;
    max-width: 200px;
    text-align: center;
    background-color: #00a0ff;
    margin-top: -200px;
    margin-left: 50px;
  }
  .five p {
    top: 0px;
    left: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-left: 10px;
  }
  .five a {
    position: relative;
    border: 2px solid #00a0ff;
    border-radius: 50px;
    text-decoration: none;
    color: #00a0ff;
    font-weight: 600;
    font-size: 15px;
    padding: 1px 10px;
    top: 15px;
    left: 85px;
  }
  .five .step5_size {
    position: absolute;
    width: 90px;
    z-index: 1;
    margin: -40px 105px;
  }
  .five .circle_size {
    position: relative;
    width: 300px;
    z-index: 0;
  }
  .five .line-up_size {
    display: none;
  }
  .five .line-down5_size {
    display: none;
  }
  .five .line-down5_size_sp {
    position: absolute;
    width: 100px;
    z-index: 0;
    margin: 100px -30px;
    transform: rotate(2deg);
  }
  .six {
    text-align: center;
  }
  .six .step6_size {
    position: relative;
    width: 350px;
    margin: 30px 30px;
    z-index: 0;
  }
  .seven {
    margin-top: -50px;
  }
  .seven .step7_size {
    position: relative;
    width: 280px;
    margin: 30px -20px;
  }
}
.logo {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}
.logo__aritaku {
  text-align: center;
  position: relative;
  z-index: 2;
}
.logo__aritaku img {
  width: calc(100% - 20px);
  max-width: 600px;
}
.logo__aritaku h1 {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 40px;
}
.logo__twitter {
  position: absolute;
  left: 80%;
  top: 0;
}
.logo__twitter img {
  background-color: white;
  border-radius: 100%;
  border: solid rgb(102, 102, 102) 3px;
  padding: 4px;
  width: 50px;
}
.logo__twitter:hover {
  cursor: pointer;
}

.about__text {
  margin-bottom: 50px;
}
.about__text p {
  color: white;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  margin: 55px 0;
}
@media only screen and (max-width: 767px) {
  .about__text p {
    font-size: 12px;
  }
}

.itaku__title {
  color: white;
  font-size: 30px;
  border-top: solid rgb(102, 102, 102) 5px;
  border-bottom: solid rgb(102, 102, 102) 5px;
  text-align: center;
  max-width: 600px;
  margin: 75px auto;
  padding: 7px;
}
.itaku__title p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .itaku__title p {
    font-size: 16px;
  }
}
.itaku__title a:hover {
  color: red;
}
.itaku__link-shosai {
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .itaku__link-shosai {
    font-size: 14px;
  }
}
.itaku__text {
  color: white;
  margin: 0 0 55px;
}
.itaku__text p {
  margin: 0 auto;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .itaku__text p {
    font-size: 14px;
  }
}
.itaku__number {
  background-color: black;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  border-radius: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.itaku__shinki {
  text-align: center;
  margin: 100px auto 50px;
}
.itaku__shosai {
  text-align: center;
  margin: 100px auto 50px;
}
.itaku__shosai-link {
  font-size: 25px;
  border-top: 2px double white;
  border-bottom: 2px double white;
}
.itaku__link {
  background-color: white;
  border: solid rgb(102, 102, 102) 5px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .itaku__link {
    border: solid rgb(102, 102, 102) 3px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    max-width: 300px;
    transition: 0.3s;
  }
}
.itaku__link:visited {
  color: rgb(0, 0, 0);
}
.itaku__link:link {
  color: rgb(0, 0, 0);
}
.itaku__link:hover {
  background-color: rgb(214, 214, 214);
}

.fee {
  margin: 50px auto 100px;
}
.fee p {
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .fee p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fee p {
    font-size: 14px;
  }
}
.fee img {
  margin: 10px auto;
  width: 400px;
}
@media only screen and (min-width: 768px) {
  .fee__details {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fee__details {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .fee__content {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  .nyuukin_desc {
    text-align: center;
    margin: 0 auto;
  }
  .nyuukin_desc p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
  }
  .nyuukin_desc img {
    width: 400px;
  }
  .nyuukin_desc .uriage-75 {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .nyuukin_desc {
    text-align: center;
    margin: -100px auto;
  }
  .nyuukin_desc p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
  }
  .nyuukin_desc img {
    width: 300px;
  }
  .nyuukin_desc .uriage-75 {
    position: relative;
    margin: -20px -50px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .toiawase_size {
    text-align: center;
    padding: 15px 0 20px;
  }
  .toiawase_size img {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .toiawase_size {
    text-align: center;
    padding: 5px;
  }
  .toiawase_size img {
    width: 100px;
  }
}
.uriage-btn {
  text-align: center;
  margin: 50px auto 30px;
}
.uriage-btn p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.uriage-btn a {
  text-decoration: none;
  color: #00a0ff;
  border: 2px solid #00a0ff;
  border-radius: 15px;
  padding: 1px 50px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .space-container {
    position: relative;
    background-image: url(../img/ufo11_fix.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .space-container {
    position: relative;
    top: 0;
    background-image: url(../img/ufo11_fix.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    height: 250px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .block-tp {
    max-height: 1000px;
    min-height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .block-tp {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  /* Stile per il contenuto del pop-up */
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    max-width: 800px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    background-color: #000;
    max-height: 75vh;
    overflow: auto;
  }
  .popup-content p {
    color: #fff;
  }
  .popup-content ul {
    color: #fff;
  }
  .popup-content li {
    text-align: left;
    padding: 10px 0;
  }
  .popup-content span {
    font-size: 12px;
  }
}
.popup-content .pop2-img {
  max-width: 500px;
  width: 100%;
}

.popup-content .pop4-img {
  max-width: 400px;
  width: 100%;
}

.popup-content .pop3-img {
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  /* Stile per il contenuto del pop-up */
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 5px;
    width: 60%;
    /* max-width: 300px; */
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    background-color: #000;
    max-height: 75vh;
    overflow: scroll;
  }
  .popup-content p {
    color: #fff;
    font-size: 12px;
  }
  .popup-content ul {
    color: #fff;
    margin-left: -15px;
  }
  .popup-content li {
    text-align: left;
    font-size: 10px;
    padding: 10px 0;
  }
  .popup-content span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .table-uriage h3 {
    position: absolute;
    margin-top: 20px;
    color: #000;
    border: 2px solid #fff;
    max-width: 500px;
    margin: -20px 60px;
    background-color: #fff;
    padding: 0 10px;
  }
  .table-uriage ul {
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 25px;
    padding: 20px;
    max-width: 480px;
  }
  .table-uriage li {
    list-style: none;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .table-uriage h3 {
    position: relative;
    color: #000;
    border: 2px solid #fff;
    max-width: 500px;
    margin: -8px 20px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
  .table-uriage ul {
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 25px;
    padding: 20px;
    max-width: 480px;
  }
  .table-uriage li {
    list-style: none;
    padding: 10px;
  }
}
.popup-content h2 {
  border: 2px solid #fff;
  border-radius: 15px;
  max-width: 300px;
  margin: 15px auto;
  background-color: #00a0ff;
}

/* Stile per l'immagine nel pop-up */
.popup-content img {
  max-width: 1200px;
  width: 100%;
  height: auto; /* Assicura che l'altezza si adatti proporzionalmente alla larghezza */
  display: block; /* Rimuove lo spazio vuoto sotto l'immagine quando ridimensionata */
  margin: 0 auto; /* Centra l'immagine orizzontalmente */
}

/* Stile per il pulsante di chiusura */
.close-popup {
  margin-top: 10px;
  background-color: #00a0ff;
  border: 2px solid #fff;
  font-weight: 600;
}

.pop3-shosai {
  font-size: 14px;
}
.pop3-shosai span {
  color: #a2c3d6;
}
.pop3-shosai ul {
  max-width: 500px;
  margin: 0 auto;
}

.home-gif {
  position: relative;
  top: -100px;
  text-align: center;
}
.home-gif img {
  max-width: 800px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .banner-mid {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  .banner-mid img {
    max-width: 800px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-mid {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-table {
    max-width: 900px;
    margin: 0px auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-table__content {
    margin: 20px;
  }
  .product-table__content img {
    width: 160px;
    height: 190px;
  }
  .product-table__content a {
    text-decoration: none;
  }
  .product-text {
    border: 1px solid #2768ad;
    background-color: #2768ad;
    padding: 20px;
    width: 120px;
    height: 70px;
  }
  .product-name {
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 12px;
    max-width: 120px;
    max-height: 35px;
    overflow: hidden;
  }
  .product-circle {
    position: relative;
    top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
  }
  .product-price {
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-table {
    max-width: 400px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-table__content {
    margin: 10px;
  }
  .product-table__content img {
    width: 160px;
    height: 190px;
  }
  .product-table__content a {
    text-decoration: none;
  }
  .product-text {
    border: 1px solid #2768ad;
    background-color: #2768ad;
    padding: 20px;
    width: 120px;
    height: 70px;
  }
  .product-name {
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 12px;
    max-width: 120px;
    max-height: 35px;
    overflow: hidden;
  }
  .product-circle {
    position: relative;
    top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
  }
  .product-price {
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .next-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .next-btn img {
    width: 80px;
    padding: 10px;
    margin-bottom: 50px;
    position: relative;
    animation: moveUpDown 3s ease-in-out infinite;
  }
}
@media only screen and (max-width: 767px) {
  .next-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 150px;
  }
  .next-btn img {
    width: 80px;
    padding: 10px;
    margin-bottom: 50px;
    position: relative;
    animation: moveUpDown 3s ease-in-out infinite;
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 767px) {
  .category-nav {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav {
    margin: 0 auto;
    padding-top: 15px;
    width: 800px;
    border-top: 1px solid #ccc;
    display: flex;
    color: #fff;
    font-size: 14px;
  }
}
.category-nav .category-sort {
  position: relative;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .category-nav .category-sort {
    margin: 10px 0 0 0;
    width: 100%;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort {
    margin: 0 4px;
    height: 33px;
    width: 12.5%;
  }
}
@media only screen and (max-width: 767px) {
  .category-nav .category-sort:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort:hover p {
    background-color: #333;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort:hover p a {
    color: #fff;
  }
}
.category-nav .category-sort p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 120%;
  margin: auto;
  padding: 5px 0 0 0;
  transition-duration: 500ms;
  width: calc(100% - 8px);
  height: calc(100% - 13px);
}

@media only screen and (max-width: 767px) {
  .category-nav .category-sort p {
    transition-property: all;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort p {
    transition-property: background-color color;
  }
}
.category-nav .category-sort p a {
  color: #666;
}

.category-nav .category-sort .btn_box-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.category-nav .category-sort .btn_box-svg rect {
  fill: transparent;
  stroke: #666;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

@media only screen and (max-width: 767px) {
  .category-nav .category-sort .btn_box-svg rect {
    stroke-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort .btn_box-svg rect {
    stroke-width: 2px;
    stroke-dasharray: 252px;
    stroke-dashoffset: 252px;
  }
}
@media only screen and (min-width: 768px) {
  .category-nav .category-sort .btn_box-svg rect:hover {
    stroke-dasharray: 252px;
    stroke-dashoffset: 0px;
  }
}
.category-nav .current-category p {
  background-color: #333;
  color: #fff;
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .category-nav .current-category .btn_box-svg rect {
    stroke-dasharray: 252px;
    stroke-dashoffset: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .category-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* Stile per il contenitore del dropdown */
  .category-nav-sp {
    display: flex;
    max-width: 500px;
  }
}
.category-sort.selected {
  background-color: #0077b6;
  color: #fff;
  animation: menuItemAnimation 0.5s ease-in-out infinite; /* Mantieni l'animazione attiva */
}

@media only screen and (min-width: 768px) {
  .dropdown {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown {
    display: flex;
    z-index: 2;
  }
  /* Stile per il pulsante del dropdown */
  .dropbtn {
    background-color: #fff;
    position: relative;
    top: -21%;
    left: 35%;
    border: 1px solid #fff;
    padding: 0 38px;
    font-weight: 600;
  }
  /* Stile per il contenuto del dropdown (nascosto inizialmente) */
  .dropdown-content {
    display: none;
    position: absolute;
    top: 53%;
    left: 36px;
    background-color: #fff;
    font-size: 12px;
    max-width: 103px;
  }
  /* Stile per i link nel dropdown */
  .dropdown-content a {
    color: #000;
    padding: 8px 16px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
  }
}
.voice {
  text-align: center;
}

/* Cambia il colore del link quando ci passi sopra con il mouse */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Mostra il dropdown quando passi sopra al pulsante */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Nascondi il dropdown quando il cursore non è più sopra di esso */
.dropdown:hover .dropdown-content {
  display: none;
}

.sns_icon {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: 0 7px;
}
.sns_icon img {
  width: 20px;
}

.x {
  margin: 10px;
}

.insta {
  margin: 10px;
}

.sns-title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .dropdown {
    display: none;
  }
}
.new_item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.new_item img {
  width: 40px;
  height: 40px;
}

.sold_item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sold_item img {
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .find {
    max-width: 800px;
    margin: 25px auto;
  }
  .search-container {
    text-align: right;
    position: relative;
  }
  .search-container input[type=text] {
    border: none;
    /* Aggiungi ulteriori stili a tuo piacimento */
  }
  .search-icon {
    display: inline-flex;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
  }
  .search-icon img {
    width: 20px;
    margin-top: 7px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .find {
    position: relative;
    left: 10px;
  }
  .search-container {
    text-align: right;
  }
  .search-container input[type=text] {
    border: none;
    padding: 5px;
    /* Aggiungi ulteriori stili a tuo piacimento */
  }
  .search-icon {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
  }
  .search-icon img {
    width: 18px;
  }
}
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 9999;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 20% auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Stile per il menu a tendina */
.dropdown {
  padding: 10px;
  background-color: white;
  color: black;
  font-weight: 600;
  margin: -30px 40px;
  width: 110px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .menu-find {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-find {
    display: flex;
  }
}
.soldout {
  position: relative;
  top: 50px;
}
.soldout img {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 767px) {
  form {
    position: absolute;
    top: 10%;
    left: 55%;
    padding: 10px;
  }
  .search_container {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 260px;
    overflow: hidden;
  }
  .search_container input[type=text] {
    border: none;
    height: 2em;
  }
  .search_container input[type=text]:focus {
    outline: 0;
  }
  .search_container input[type=submit] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: #fff;
    color: #3879D9;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline: none;
  }
}
@media only screen and (max-width: 768px) {
  .search_container {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    top: -16px;
    left: 80px;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 190px;
    overflow: hidden;
  }
  .search_container input[type=text] {
    border: none;
    height: 2em;
  }
  .search_container input[type=text]:focus {
    outline: 0;
  }
  .search_container input[type=submit] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: #fff;
    color: #3879D9;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline: none;
  }
}
.title_form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #00a0ff;
}
.title_form p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
}

.line {
  border-bottom: 1px solid #fff;
  max-width: 600px;
  margin: 30px auto;
}

.log_form {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.log_form button {
  background-color: #00a0ff;
  color: #fff;
  border: 1px solid #00a0ff;
  border-radius: 20px;
  padding: 2px 30px;
  font-weight: 600;
  margin-top: 50px;
}

.pass_rec {
  margin: 50px auto 10px;
}
.pass_rec a {
  color: #0077b6;
}

form {
  position: relative;
  top: 0;
  left: 0;
}

.form_main {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 10px auto 20px;
  color: #fff;
}
.form_main label {
  margin: 10px 100px 0 0;
  text-align: right;
}
.form_main input {
  margin: 10px 0 0 10px;
  text-align: left;
  max-width: 200px;
}
.form_main button {
  margin-top: 50px;
}

.sold-image {
  position: relative;
  top: -280px;
  left: -20px;
}
.sold-image img {
  width: 50px;
  height: 50px;
}/*# sourceMappingURL=style.css.map */