@charset "UTF-8";
/* default */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.bdindexed {
  padding: 0 2rem 2rem 2rem;
  font-size: 1.5rem;
  color: darkgray;
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 4rem auto;
}
.card img {
  width: 30%;
  border-radius: 2%;
  z-index: 1;
}
.card::after {
  color: orange;
  content: "★★";
  font-size: 3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}

.line {
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  border-bottom: 1px solid darkgray;
}

.footer {
  display: block;
  margin: 2rem auto;
  background-color: #eee;
  list-style: none;
}
@media (min-width: 390px) and (max-width: 809px) {
  .footer {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .footer {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .footer {
    width: 1200px;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  background-color: #e9e9e9;
  color: #8b8b8b;
  padding: 2rem 0;
}
@media (min-width: 390px) and (max-width: 809px) {
  .footer-nav {
    font-size: 1rem;
  }
}
.footer-nav-left {
  padding-left: 2rem;
}
.footer-nav-left a {
  margin-right: 2rem;
}
@media (min-width: 390px) and (max-width: 809px) {
  .footer-nav-left a {
    margin-right: 1rem;
  }
}
.footer-nav-left a:hover {
  text-decoration: underline;
}
.footer-nav-br {
  display: none;
}
.footer-nav-right {
  padding-right: 2rem;
}
.footer-nav-right a {
  margin-left: 2rem;
}
@media (min-width: 390px) and (max-width: 809px) {
  .footer-nav-right a {
    margin-left: 1rem;
  }
}
.footer-nav-right a:hover {
  text-decoration: underline;
}
.footer-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 2rem;
  font-size: 2.4rem;
}
.footer-title-sns a {
  padding-left: 1.5rem;
}
.footer-call {
  margin: 0 2rem;
  font-size: 1.4rem;
}
.footer-intro {
  width: 90%;
  margin: 0 2rem;
  color: darkgray;
  font-size: 1.2rem;
}

.header {
  display: block;
  display: flex;
  margin: auto;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 390px) and (max-width: 809px) {
  .header {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .header {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 1200px;
  }
}
.header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  padding: 2rem 2rem;
}
.header-title-user-desktop {
  display: flex;
  font-size: 1.9rem;
  color: #8b8b8b;
}
.header-title-user-desktop a:hover {
  text-decoration: underline;
}
.header-title-user-desktop-sperator {
  border-left: 2px solid #8b8b8b;
  margin: 0 2rem;
}
@media (min-width: 810px) and (max-width: 1199px) {
  .header-title-user-desktop {
    display: none;
  }
}
@media (min-width: 390px) and (max-width: 809px) {
  .header-title-user-desktop {
    display: none;
  }
}
.header-title-user-tabletmobile a:last-child {
  padding-left: 1rem;
}
.header-title-user-tabletmobile a:last-child img {
  width: 22px;
  height: 22px;
}
@media (min-width: 1200px) {
  .header-title-user-tabletmobile {
    display: none;
  }
}
.header-nav {
  border-top: 2px solid #e0e0e0;
  color: #8b8b8b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.header-nav-item a {
  padding-right: 4rem;
  font-size: 1.9rem;
}
.header-nav-item a:hover {
  text-decoration: underline;
}
.header-nav-srch {
  border-bottom: 1px solid;
}
.header-nav-srch input {
  font-size: 1.8rem;
  border: none;
  outline: none;
}
.header-nav-srch a {
  padding-left: 1.5rem;
}
@media (min-width: 810px) and (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}
@media (min-width: 390px) and (max-width: 809px) {
  .header-nav {
    display: none;
  }
}

/* The Modal (background) */
.modal-misullo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Modal Content/Box */
  display: none;
}
.modal-misullo-login {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 65rem; /* Could be more or less, depending on screen size */
  height: 60rem;
}
.modal-misullo-login-close {
  float: right;
  color: #e0e0e0;
  font-size: 28px;
  font-weight: bold;
  padding-right: 1rem;
}
.modal-misullo-login-close:hover, .modal-misullo-login-close:focus {
  color: #8b8b8b;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal-join {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Modal Content/Box */
}
.modal-join-tou {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 70rem; /* Could be more or less, depending on screen size */
  height: 70rem;
}
.modal-join-tou-close {
  float: right;
  color: #e0e0e0;
  font-size: 28px;
  font-weight: bold;
  padding-right: 1rem;
}
.modal-join-tou-close:hover, .modal-join-tou-close:focus {
  color: #8b8b8b;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal-join-confirm {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Modal Content/Box */
}
.modal-join-confirm-tou {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  margin: 27% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 70rem; /* Could be more or less, depending on screen size */
  height: 40rem;
}

.misullo {
  display: flex;
  position: relative;
  margin: auto;
  flex-wrap: wrap;
}
@media (min-width: 390px) and (max-width: 809px) {
  .misullo {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .misullo {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .misullo {
    width: 1200px;
  }
}
.misullo-banner {
  width: 100%;
}
.misullo-banner img {
  display: block;
  margin: 4rem auto;
}
.misullo-odd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  .misullo-odd {
    flex-direction: row;
    justify-content: space-between;
  }
}
.misullo-odd img {
  width: 80%;
}
@media (min-width: 1200px) {
  .misullo-odd img {
    width: 50%;
    transform: translate(100%, 0);
  }
}
.misullo-odd p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  color: #8b8b8b;
  padding-right: 4rem;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .misullo-odd p {
    text-align: right;
    margin-top: 0rem;
  }
}
.misullo-odd p span {
  font-size: 2.5rem;
  color: #000;
}
@media (min-width: 1200px) {
  .misullo-odd p {
    transform: translate(-100%, 0);
  }
}
.misullo-odd .bgblackpo {
  background-color: #000;
  text-align: left;
  padding-left: 2rem;
}
.misullo-odd .bgblackso {
  color: #fff;
  align-items: flex-start;
}
.misullo-even {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  .misullo-even {
    flex-direction: row;
    justify-content: space-between;
  }
}
.misullo-even img {
  width: 80%;
}
@media (min-width: 1200px) {
  .misullo-even img {
    width: 50%;
  }
}
.misullo-even p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  color: #8b8b8b;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .misullo-even p {
    width: 50%;
    padding-left: 4rem;
    text-align: left;
    margin-top: 0rem;
  }
}
.misullo-even span {
  font-size: 2.5rem;
  color: #000;
}
.misullo-even .bgblackpe {
  background-color: #000;
}
.misullo-even .bgblackse {
  color: #fff;
}

.login {
  display: flex;
  position: relative;
  margin: auto;
  flex-direction: column;
  /* The Modal (background) */
  /* Modal Content/Box */
  /* The Close Button */
}
@media (min-width: 390px) and (max-width: 809px) {
  .login {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .login {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .login {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .login {
    transform: translate(0rem, -12rem);
  }
}
.login-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #8b8b8b;
}
.login-title p:first-child {
  font-size: 3rem;
  color: #000;
  margin-top: 17rem;
}
@media (min-width: 1200px) {
  .login-title p:first-child {
    width: 100%;
    text-align: center;
  }
}
.login-simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
}
@media (min-width: 390px) and (max-width: 809px) {
  .login-simple {
    font-size: 1.6rem;
  }
}
.login-simple p {
  color: #8b8b8b;
  margin: 4rem 0;
}
.login-simple-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-simple-sns a {
  text-align: center;
  margin: 2rem 0;
}
.login-simple-sns img {
  width: 60%;
}
.login-simple-join {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-simple-join a {
  margin: 0 3rem;
}
.login-simple-join a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .login-simple {
    transform: translate(0 -20rem);
  }
}
.login .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.login .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}
.login .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.login .close:hover,
.login .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.join {
  display: flex;
  position: relative;
  margin: auto;
  flex-direction: column;
}
@media (min-width: 390px) and (max-width: 809px) {
  .join {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .join {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .join {
    width: 1200px;
  }
}
.join-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #8b8b8b;
}
.join-title p:first-child {
  font-size: 3rem;
  color: #000;
  margin-top: 17rem;
}
.join-title p:nth-child(2) {
  font-size: 2rem;
  color: #8b8b8b;
  margin: 4rem 0;
}
@media (min-width: 390px) and (max-width: 809px) {
  .join-title p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.join-simple {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-simple p {
  font-size: 2rem;
  color: #8b8b8b;
  margin: 4rem 0;
}
.join-simple-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-simple-sns a {
  text-align: center;
  margin: 2rem 0;
}
.join-simple-sns img {
  width: 60%;
}

.now {
  display: flex;
  position: relative;
  margin: auto;
  flex-direction: column;
}
@media (min-width: 390px) and (max-width: 809px) {
  .now {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .now {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .now {
    width: 1200px;
  }
}
.now-notice img {
  display: block;
  margin: 4rem auto;
  width: 100%;
}

.hot {
  display: flex;
  position: relative;
  margin: auto;
  flex-direction: column;
}
@media (min-width: 390px) and (max-width: 809px) {
  .hot {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .hot {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .hot {
    width: 1200px;
  }
}
.hot-this {
  margin: 2rem 0;
  z-index: 1;
}
.hot-this img {
  display: block;
  margin: 4rem auto;
  width: 50%;
}
.hot-this::after {
  width: 100%;
  height: 18%;
  content: "";
  background-image: url("../images/노루지인쇄_연화고구마.png");
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.hot-odd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  .hot-odd {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hot-odd img {
  width: 80%;
}
@media (min-width: 1200px) {
  .hot-odd img {
    width: 50%;
    transform: translate(100%, 0);
  }
}
.hot-odd p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  color: #8b8b8b;
  padding-right: 4rem;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .hot-odd p {
    text-align: right;
    margin-top: 0rem;
  }
}
.hot-odd p span {
  font-size: 2.5rem;
  color: #000;
}
@media (min-width: 1200px) {
  .hot-odd p {
    transform: translate(-100%, 0);
  }
}
.hot-odd .bgblackpo {
  background-color: #000;
  text-align: left;
  padding-left: 2rem;
}
.hot-odd .bgblackso {
  color: #fff;
  align-items: flex-start;
}
.hot-even {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 1200px) {
  .hot-even {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hot-even img {
  width: 80%;
}
@media (min-width: 1200px) {
  .hot-even img {
    width: 50%;
  }
}
.hot-even p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  color: #8b8b8b;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .hot-even p {
    width: 50%;
    padding-left: 4rem;
    text-align: left;
    margin-top: 0rem;
  }
}
.hot-even span {
  font-size: 2.5rem;
  color: #000;
}
.hot-even .bgblackpe {
  background-color: #000;
}
.hot-even .bgblackse {
  color: #fff;
}

.touperson {
  display: flex;
  position: relative;
  margin: auto;
  flex-wrap: wrap;
}
@media (min-width: 390px) and (max-width: 809px) {
  .touperson {
    width: 390px;
  }
}
@media (min-width: 810px) and (max-width: 1199px) {
  .touperson {
    width: 810px;
  }
}
@media (min-width: 1200px) {
  .touperson {
    width: 1200px;
  }
}
.touperson-container {
  width: 100%;
  padding: 2rem;
  color: #8b8b8b;
}
.touperson-container p:first-child {
  color: #000;
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */