@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover {
  color: #003C34;
}

/********************************* body ***************************************/
html {
  scroll-behavior: smooth;
}
html.login {
  height: 100%;
}
html.login body {
  height: 100%;
  display: flex;
}
html.login body.buyer {
  background: #003C34;
}
html.login body.sawmill {
  background: #5A8F3B;
}
html.login body.admin {
  background: #009183;
}
html.login main {
  margin: auto;
  width: 600px;
}

body {
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", sans-serif;
  /******************************** header **************************************/
  /******************************** login **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header {
  position: relative;
}
body header.scrolled .inner {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all linear 0.2s;
}
body header.top {
  height: 70vh;
}
body header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body header .mainvi .slider {
  height: 100%;
}
body header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(80%);
}
body header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  text-align: center;
}
body header .mainvi .copy h1 {
  width: 100%;
}
body header .mainvi .copy h1 span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}
body header .mainvi .copy h1 span.sub {
  font-size: 1.7vw;
  letter-spacing: 0.1rem;
  padding-top: 1em;
}
body header#gnav.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}
body header#gnav.mypage .navbar {
  background: #00787E;
}
body header#gnav .navbar {
  background-color: #003C34;
}
body header#gnav #gnav_logo {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
body header#gnav #gnav_logo > span {
  display: block;
  font-size: 0.8rem;
}
body header#gnav #gnav_links {
  padding: 0 1rem;
}
body header#gnav #gnav_links a {
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding: 1rem;
  color: white;
}
body header#gnav #gnav_links a.contact-btn {
  color: #00787E;
  background: white;
  border-radius: 100rem;
  font-weight: bold;
  padding: 0.5rem 3rem;
}
body header#gnav #gnav_links .dropdown-menu {
  margin: 0;
  border-radius: 0;
  left: auto;
  right: 0;
  padding: 1rem;
  border: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}
body header#gnav #gnav_links .dropdown-menu > div a {
  display: block;
  text-align: center;
  padding: 0.7rem 0;
  width: 16em;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
body header#gnav #gnav_links .dropdown-menu > div a.vendor {
  background-color: #0081CC;
  margin-right: 1rem;
}
body header#gnav #gnav_links .dropdown-menu > div a.buyer {
  background-color: #DE7272;
}
body header#gnav #gnav_links .language-switcher {
  margin-right: 1rem;
  color: white;
  position: relative;
}
body header#gnav #gnav_links .language-switcher::before {
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: white;
  content: "\f3ee";
}
body header#gnav #gnav_links .language-switcher:after {
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: white;
  content: "\f282";
}
body header#gnav #gnav_links .language-switcher form {
  position: relative;
  padding: 8px 12px;
  border: 1px solid white;
  border-radius: 99px;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
}
body header#gnav #gnav_links .language-switcher select[name=locale] {
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
}
body header#gnav #gnav_links .language-switcher select[name=locale]:focus {
  box-shadow: none;
}
body header#gnav #gnav_links .language-switcher select[name=locale]:focus-visible {
  outline: none;
}
body header#gnav #gnav_links .language-switcher select[name=locale] option {
  background-color: white;
  color: black;
}
body header#gnav #gnav_toggle {
  border: none;
}
body header#gnav #gnav_toggle:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
body header#gnav .offcanvas-header {
  padding: 2rem;
}
body header#gnav .navbar-nav .nav-item .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
}
body header#gnav .navbar-nav .nav-item .logout {
  margin-bottom: 1.5rem;
}
body header#gnav .navbar-nav .nav-item .logout a {
  display: block;
  border: none;
  text-align: center;
  padding: 0.8rem 0;
  background: black;
  color: white;
}
body header#gnav .navbar-nav .nav-item.submenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
body header#gnav .navbar-nav .nav-item.submenu-list a {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: center;
}
body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(1) {
  border-right: 1px solid #000;
}
body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(1), body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(2) {
  width: 50%;
}
body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(3) {
  width: 100%;
  margin-top: 1rem;
}
body header#gnav .navbar-nav .nav-btn-dropdown {
  margin-bottom: 1.5rem;
}
body header#gnav .navbar-nav .nav-btn-dropdown a {
  border: 1px solid #c9caca;
  text-align: center;
  padding: 0.8rem 0;
}
body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show {
  border: none;
  display: flex;
  justify-content: space-between;
  background: #efefef;
  padding: 1rem;
}
body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li {
  width: calc(50% - 0.5rem);
}
body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
}
body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item.client {
  background: black;
}
body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item.influencer {
  background: red;
}
body header#gnav .navbar-nav .nav-item-login ul {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  list-style-type: none;
}
body header#gnav .navbar-nav .nav-item-login ul li {
  width: calc(50% - 0.5rem);
}
body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
}
body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item.client {
  background: black;
}
body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item.influencer {
  background: #4B8C9D;
}
body .header-admin {
  position: relative;
  z-index: 99;
}
body .header-admin .header-admin-inr {
  background: #333;
}
body .header-admin .header-admin-inr .h-logo {
  color: white;
  font-weight: bold;
}
body .header-admin .header-admin-inr .h-logo span {
  display: inline-block;
  padding-left: 1rem;
}
body .header-admin .text-end {
  color: #fff;
}
body .header-admin .text-end i {
  font-size: 1.2rem;
  vertical-align: middle;
}
body .header-admin .text-end .name {
  margin-right: 1.8rem;
}
body .header-admin .text-end .name span {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
body .header-admin .text-end .h-menu {
  padding: 0 1.5rem;
}
body .header-admin .text-end .h-menu.logout {
  border-right: 1px solid #fff;
}
body .header-admin .text-end .h-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  vertical-align: bottom;
  line-height: 1;
}
body .header-admin .admin-side-nav {
  position: fixed;
  width: 100px;
  top: 0;
  left: 0;
  height: 100vh;
  background: #202529;
  padding-top: 77px;
  z-index: -1;
}
body .header-admin .admin-side-nav .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
body .header-admin .admin-side-nav .container .nav li {
  width: 100%;
}
body .header-admin .admin-side-nav .container .nav li a {
  display: block;
  padding: 1rem 0.7rem;
}
body .header-admin .admin-side-nav .container .nav li a.active {
  background: #F16800;
}
body .header-admin .admin-side-nav .container .nav li a i {
  font-size: 1.6rem;
}
body .header-admin .admin-side-nav .container .nav li a div {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
body .header-admin .admin-side-nav .container .nav li a:hover {
  background: #F16800;
}
@media screen and (max-width: 991px) {
  body .header-admin {
    position: relative;
    z-index: 99;
  }
  body .header-admin .admin-side-nav {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background: #202529;
    padding-top: 0;
    z-index: -1;
  }
  body .header-admin .admin-side-nav .container {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  body .header-admin .admin-side-nav .container .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  body .header-admin .admin-side-nav .container .nav li a {
    padding: 0.5rem;
  }
}
@media (max-width: 1000px) {
  body header#gnav .offcanvas {
    background: white;
  }
  body header#gnav .offcanvas .offcanvas-header .offcanvas-title {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    color: #003C34;
  }
  body header#gnav .offcanvas .offcanvas-header .offcanvas-title > span {
    display: block;
    font-size: 0.8rem;
  }
  body header#gnav .navbar-toggler:hover,
  body header#gnav :focus {
    border: none;
    box-shadow: none;
  }
  body header#gnav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  body header#gnav #gnav_links {
    padding: 0 1rem;
  }
  body header#gnav #gnav_links a {
    font-weight: 400;
    display: block;
    text-decoration: none;
    padding: 1rem;
    color: black;
    font-size: 1.2rem;
  }
  body header#gnav #gnav_links a.contact-btn {
    color: #00787E;
    background: white;
    border-radius: 100rem;
    font-weight: bold;
    padding: 0.5rem 3rem;
    border: 1px solid #00787E;
  }
  body header#gnav #gnav_links .dropdown-menu {
    margin: 0;
    border-radius: 0;
    left: auto;
    right: 0;
    padding: 1rem;
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  }
  body header#gnav #gnav_links .dropdown-menu > div a {
    display: block;
    text-align: center;
    padding: 0.7rem 0;
    width: 16em;
    color: white;
    border-radius: 5px;
    font-weight: bold;
  }
  body header#gnav #gnav_links .dropdown-menu > div a.vendor {
    background-color: #0081CC;
    margin-right: 1rem;
  }
  body header#gnav #gnav_links .dropdown-menu > div a.buyer {
    background-color: #DE7272;
  }
  body header#gnav #gnav_links .language-switcher {
    margin-right: 1rem;
    color: black;
  }
  body header#gnav #gnav_links .language-switcher form {
    padding: 8px 12px;
    border: 1px solid black;
    border-radius: 99px;
    font-size: 1rem;
    cursor: pointer;
  }
  body header#gnav #gnav_links .language-switcher form > span {
    display: inline-block;
    margin-right: 0.5rem;
  }
  body header#gnav #gnav_links .language-switcher select[name=locale] {
    cursor: pointer;
  }
  body header#gnav #gnav_links .language-switcher select[name=locale]:focus-visible {
    outline: none;
  }
  body header#gnav #gnav_links .language-switcher select[name=locale] option {
    background-color: white;
    color: black;
  }
}
body .menber-main-contents {
  margin-left: 100px;
}
body .menber-main-contents .container-influencer-chatroom {
  max-width: 100% !important;
}
@media screen and (max-width: 991px) {
  body .menber-main-contents .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  body .menber-main-contents {
    margin-left: 0;
  }
  body .header-influencer {
    position: relative;
    z-index: 99;
  }
  body .header-influencer .header-influencer-inr {
    background: #ef6e37;
  }
  body .header-influencer .header-influencer-inr .h-logo {
    width: 100px;
  }
  body .header-influencer .influencer-side-nav {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background: #202529;
    padding-top: 0;
    z-index: -1;
  }
  body .header-influencer .influencer-side-nav .container {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  body .header-influencer .influencer-side-nav .container .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  body .header-influencer .influencer-side-nav .container .nav li a {
    padding: 0.5rem;
  }
  body .header-influencer .influencer-side-nav .container .end-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0;
  }
  body .header-influencer .influencer-side-nav .container .end-nav li {
    list-style: none;
  }
  body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item {
    width: 8%;
    padding: 0;
  }
  body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item:first-child {
    border-bottom: 0;
  }
  body .header-influencer .influencer-side-nav .container .end-nav .end-nav-copy {
    padding-top: 0;
    margin-left: 1.4rem;
  }
  body .footer-influencer {
    padding-bottom: 8rem;
  }
}
body .login_pages {
  height: 100%;
  display: flex;
  align-items: center;
}
body .login-header {
  padding-bottom: 2rem;
}
body .login-header h1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
body .login-container {
  border: none;
  border-radius: 0.5rem;
  padding: 3rem 5rem;
  background: white;
}
body .login-container h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
body .login-container .form-floating {
  margin-bottom: 1.5rem;
  position: relative;
}
body .login-container .form-floating:after {
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  color: black;
  z-index: 100;
}
body .login-container .form-floating.email:after {
  content: "\f32c";
}
body .login-container .form-floating.password:after {
  content: "\f47a";
  transform: translateY(-50%);
}
body .login-container .form-floating input[name=email],
body .login-container .form-floating input[name=password] {
  padding-left: 3.5rem;
  background: #F7F9F9;
}
body .login-container .form-floating input[name=email]:hover, body .login-container .form-floating input[name=email]:focus, body .login-container .form-floating input[name=email]:active,
body .login-container .form-floating input[name=password]:hover,
body .login-container .form-floating input[name=password]:focus,
body .login-container .form-floating input[name=password]:active {
  outline: 2px solid #003C34;
  border-color: transparent !important;
  box-shadow: none !important;
}
body .login-container .form-floating label {
  color: #800440;
  font-weight: 500;
  padding-left: 3.5rem;
}
body .login-container .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .login-container .form-check label {
  color: #800440;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 0.5rem;
}
body .login-container button[type=submit] {
  margin-top: 1rem;
  display: block;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 0;
  border-radius: 100rem;
  background: #00787E;
}
body .login-container .reminder {
  text-align: center;
  margin-top: 1rem;
}
body .login-container .reminder a {
  color: #0E0E0E;
  font-size: 1.1rem;
}
body .breadcrumb-wrap {
  padding: 0 60px;
}
body .breadcrumb-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
}
body .breadcrumb-wrap ul li {
  font-size: 0.9rem;
}
body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_black.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap ul li:first-child {
  color: #003C34;
}
body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
@media screen and (min-width: 678px) and (max-width: 1140px) {
  body .breadcrumb-wrap {
    padding: 0 40px;
  }
}
body main section.container {
  padding: 5rem 0;
}
body main section .inner.inner-l {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
body main section .inner.inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body main section .inner.inner-s {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body main section .inner.inner-s {
    padding: 0 40px;
  }
  body main section .inner.inner-m {
    padding: 0 40px;
  }
  body main section .inner.inner-l {
    padding: 0 40px;
  }
}
body main section header h2 {
  font-size: 1.8rem;
}
body main section header h3.section-title span {
  display: block;
}
body main section header h3.section-title span.main {
  font-size: 3rem;
  font-weight: bold;
  color: #00787E;
  padding-bottom: 0.5rem;
}
body main section header h3.section-title span.sub {
  font-size: 1rem;
  font-weight: 500;
}
body main section header h3.section-title-02 span {
  display: block;
}
body main section header h3.section-title-02 span.main {
  font-size: 1.2rem;
  font-weight: bold;
  background: #00787E;
  padding: 1rem 0;
}
body main section header.header-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section header.header-ui .navi-btn a {
  display: block;
  background: #F16800;
  border: 1px solid #F16800;
  color: white;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s;
}
body main section header.header-ui .navi-btn a:hover {
  background: white;
  color: #F16800;
}
body main h1.section-title,
body main h2.section-title,
body main h3.section-title,
body main h4.section-title,
body main h5.section-title,
body main h6.section-title {
  margin-bottom: 2rem;
}
body main h1.section-title span,
body main h2.section-title span,
body main h3.section-title span,
body main h4.section-title span,
body main h5.section-title span,
body main h6.section-title span {
  display: block;
}
body main h1.section-title span.main,
body main h2.section-title span.main,
body main h3.section-title span.main,
body main h4.section-title span.main,
body main h5.section-title span.main,
body main h6.section-title span.main {
  font-size: 3rem;
  font-weight: bold;
  color: #003C34;
  padding-bottom: 1rem;
}
body main h1.section-title span.sub,
body main h2.section-title span.sub,
body main h3.section-title span.sub,
body main h4.section-title span.sub,
body main h5.section-title span.sub,
body main h6.section-title span.sub {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
body main h1.section-title-02,
body main h2.section-title-02,
body main h3.section-title-02,
body main h4.section-title-02,
body main h5.section-title-02,
body main h6.section-title-02 {
  margin-bottom: 4rem;
}
body main h1.section-title-02 span,
body main h2.section-title-02 span,
body main h3.section-title-02 span,
body main h4.section-title-02 span,
body main h5.section-title-02 span,
body main h6.section-title-02 span {
  display: block;
}
body main h1.section-title-02 span.main,
body main h2.section-title-02 span.main,
body main h3.section-title-02 span.main,
body main h4.section-title-02 span.main,
body main h5.section-title-02 span.main,
body main h6.section-title-02 span.main {
  font-size: 2.2rem;
  font-weight: bold;
  color: #003C34;
  padding-bottom: 2rem;
}
body main h1.section-title-02 span.sub,
body main h2.section-title-02 span.sub,
body main h3.section-title-02 span.sub,
body main h4.section-title-02 span.sub,
body main h5.section-title-02 span.sub,
body main h6.section-title-02 span.sub {
  line-height: 1.8;
}
body main h1.content-title,
body main h2.content-title,
body main h3.content-title,
body main h4.content-title,
body main h5.content-title,
body main h6.content-title {
  margin-bottom: 3rem;
}
body main h1.content-title.boder-left-01,
body main h2.content-title.boder-left-01,
body main h3.content-title.boder-left-01,
body main h4.content-title.boder-left-01,
body main h5.content-title.boder-left-01,
body main h6.content-title.boder-left-01 {
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 2px solid #00787E;
  padding: 0.5rem 0;
  padding-left: 1rem;
}
body main h1.content-title.boder-bottom-01,
body main h2.content-title.boder-bottom-01,
body main h3.content-title.boder-bottom-01,
body main h4.content-title.boder-bottom-01,
body main h5.content-title.boder-bottom-01,
body main h6.content-title.boder-bottom-01 {
  position: relative;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
body main h1.content-title.boder-bottom-01::after,
body main h2.content-title.boder-bottom-01::after,
body main h3.content-title.boder-bottom-01::after,
body main h4.content-title.boder-bottom-01::after,
body main h5.content-title.boder-bottom-01::after,
body main h6.content-title.boder-bottom-01::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  background: #00787E;
}
body main .products-list-thumb-wrap {
  display: flex;
  flex-wrap: wrap;
}
body main .products-list-thumb-wrap .card {
  width: calc((100% - 4.5rem) / 4);
  margin: 0.75rem 1.5rem 0.75rem 0;
  border: none;
}
body main .products-list-thumb-wrap .card:nth-child(4n) {
  margin-right: 0;
}
body main .products-list-thumb-wrap .card .thumb {
  position: relative;
}
body main .products-list-thumb-wrap .card .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
body main .products-list-thumb-wrap .card .thumb span.label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.3rem 2rem;
}
body main .products-list-thumb-wrap .card .thumb span.label.new {
  background: #F16800;
}
body main .products-list-thumb-wrap .card .thumb span.label.hold {
  background: #8CC800;
}
body main .products-list-thumb-wrap .card .thumb span.label.pricedown {
  background: #EAB520;
}
body main .products-list-thumb-wrap .card .thumb span.label.sold {
  background: #FF0000;
}
body main .products-list-thumb-wrap .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body main .products-list-thumb-wrap .card .card-body .name {
  font-weight: bold;
}
body main .products-list-thumb-wrap .card .card-body .price {
  font-weight: 500;
}
body main .link-btn {
  max-width: 220px;
  width: 100%;
}
body main .link-btn a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  border: 1px solid #00787E;
  border-radius: 100rem;
  color: #00787E;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
body main .link-btn a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
body main .link-btn a:hover {
  background: #00787E;
  color: white !important;
}
body main .link-btn.white a {
  color: white;
  border-color: white;
}
body main .link-btn.white a:hover {
  background: transparent;
  opacity: 0.7;
}
body main .link-btn.orange a {
  display: block;
  background-color: #F16800;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 350px;
  margin: 0 auto;
  border-radius: 100rem;
  border: 1px solid #F16800;
}
body main .link-btn.orange a:hover {
  color: #F16800 !important;
  background: white;
}
body main .link-btn.orange a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body main .link-btn.center {
  margin: 0 auto;
}
body main .top-intro-wrap .ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
body main .top-intro-wrap .ttl span {
  color: #00787E;
}
body main .top-intro-wrap .col3-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8%;
}
body main .top-intro-wrap .col3-list li {
  position: relative;
  width: calc(33.3333333333% - 1rem);
  margin-right: 1.5rem;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  padding: 4rem 1.5rem 2rem;
}
body main .top-intro-wrap .col3-list li:nth-child(3n) {
  margin-right: 0;
}
body main .top-intro-wrap .col3-list li .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00787E;
  border-radius: 100rem;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
body main .top-intro-wrap .col3-list li .icon img {
  display: block;
  width: 60px;
  height: 60px;
}
body main .top-intro-wrap .col3-list li .text .main {
  font-weight: bold;
  color: #00787E;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  text-align: center;
}
body main .top-intro-wrap .col3-list li .text .detail {
  font-size: 0.9rem;
  line-height: 1.4;
}
body main .bg-about {
  background-image: url(../img/sec_bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body main .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .contact-wrap .item {
  width: calc(50% - 1rem);
  padding: 5rem 2rem;
}
body main .contact-wrap .item.bg-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}
body main .contact-wrap .item.bg-company {
  background-image: url(../img/sec_bg_company.jpg);
}
body main .contact-wrap .item.bg-contact {
  background-image: url(../img/sec_bg_contact.jpg);
}
body .section-text-wrap h5 {
  font-weight: 500;
  border-left: 2px solid #00787E;
  padding-left: 1rem;
  font-size: 1.1rem;
  color: #00787E;
  margin-bottom: 1rem;
}
body .text-list-wrap {
  margin-top: 2rem;
}
body .text-list-wrap li {
  margin-bottom: 2rem;
  background-color: #F5F7FA;
  border-radius: 20px;
  padding: 1rem 2rem;
}
body .text-list-wrap li .ttl {
  padding-left: 20px;
  position: relative;
}
body .text-list-wrap li .ttl::after {
  position: absolute;
  content: "●";
  font-size: 15px;
  color: #00787E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .text-list-wrap li .ttl.main {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body .text-list-wrap li.arrow {
  background: none;
  padding: 0;
}
body .text-list-wrap li.arrow img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
body .text-list-wrap.step-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body .text-list-wrap.step-list li .num {
  color: #00787E;
  font-weight: bold;
  border-right: 1px solid;
  padding-right: 1rem;
  margin-right: 1rem;
  letter-spacing: 0.1rem;
}
body .products-detail-wrap .row {
  margin: 0;
}
body .products-detail-wrap .product-thumbnails .main-image {
  position: relative;
}
body .products-detail-wrap .product-thumbnails .main-image .zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  padding: 8px;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .products-detail-wrap .product-thumbnails .main-image .lens {
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: none;
  display: none;
  z-index: 1000;
}
body .products-detail-wrap .product-thumbnails .main-image .lens img {
  position: absolute;
  width: 200%;
  height: auto;
}
body .products-detail-wrap .product-thumbnails .main-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
body .products-detail-wrap .product-thumbnails .thumbnails-list li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
body .products-detail-wrap .product-thumbnails .thumbnails-list li:nth-child(5n) {
  margin-right: 0;
}
body .products-detail-wrap .product-detail-text h4 {
  font-weight: bold;
  font-size: 1.4rem;
}
body .products-detail-wrap .product-detail-text .price {
  font-weight: 500;
  font-size: 1.6rem;
}
body .products-detail-wrap .product-detail-text .buy {
  position: relative;
  background-color: #F16800;
  color: white;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 3rem;
}
body .products-detail-wrap .product-detail-text .buy i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
body .products-detail-wrap .product-detail-text .buy:hover {
  color: #fff;
  background: #F16800;
}
body .products-detail-wrap .product-detail-text .buy.btn--cubic {
  border-bottom: 5px solid #8D3E02;
}
body .products-detail-wrap .product-detail-text .buy.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8D3E02;
}
body .accordion-wrap {
  padding: 3rem 0;
}
body .accordion-wrap .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #003C34;
}
body .accordion-wrap .accordion-header {
  border: none;
  padding: 1rem 0;
  background: white;
  justify-content: center;
}
body .accordion-wrap .accordion-header .accordion-button {
  position: relative;
  width: 100%;
  color: black;
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
body .accordion-wrap .accordion-header .accordion-button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background: #00787E;
  border-radius: 100rem;
  line-height: 1;
  width: 40px;
  height: 40px;
}
body .accordion-wrap .accordion-header .accordion-button:focus {
  box-shadow: none;
}
body .accordion-wrap .accordion-header .accordion-button::before, body .accordion-wrap .accordion-header .accordion-button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background-color: #003C34;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
body .accordion-wrap .accordion-header .accordion-button::after {
  transform: translateY(-50%) rotate(90deg);
}
body .accordion-wrap .accordion-header .accordion-button.collapsed::before {
  opacity: 1;
}
body .accordion-wrap .accordion-header .accordion-button.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}
body .accordion-wrap .accordion-header .accordion-button:not(.collapsed)::before {
  opacity: 1;
}
body .accordion-wrap .accordion-header .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(0deg);
}
body .accordion-wrap .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
body .accordion-wrap .collapse {
  visibility: visible;
}
body .accordion-wrap .accordion-body {
  display: block;
  border: none;
  border-radius: 0;
  padding: 1rem 4rem;
  font-weight: 500;
  font-size: 1rem;
  background-color: #F8F9F9;
}
body .table tr th {
  width: 28%;
  padding: 1.5rem 0;
}
body .table tr td {
  padding: 1.5rem 0;
}
body .table.table-product th {
  width: 40%;
  position: relative;
  border-color: #EBEBEB;
}
body .table.table-product th::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2px;
  height: 1.5em;
  margin-left: 0.5em;
  background-color: #EBEBEB;
}
body .table.table-product th,
body .table.table-product td {
  vertical-align: middle;
  border-color: #EBEBEB;
  padding: 1rem;
  padding-right: 0;
}
body .table.table-product th:first-of-type,
body .table.table-product td:first-of-type {
  border-top: 1px solid #EBEBEB;
}
body .table.order tr th {
  width: auto;
  background: #EBEBEB;
}
body .table.order tr th,
body .table.order tr td {
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
  vertical-align: middle;
}
body .table-striped {
  width: 100%;
}
body .table-striped thead tr {
  border-bottom: 1px solid #9fa3ae;
  width: 100%;
}
body .table-striped thead th {
  color: white;
  background: #707070;
  font-weight: normal;
}
body .table-striped tbody td {
  border-bottom: 1px solid #DCDCDC;
}
body .table-striped th,
body .table-striped td {
  border: none;
  padding: 1rem 0.3rem;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
}
body .table-striped .disabled-row {
  background-color: #EBEBEB !important;
}
body form {
  /* 画像一覧のラップ */
  /* アップロード枠 */
  /* メイン画像ラジオ */
}
body form .form-control {
  height: auto;
}
body form .row {
  margin-left: 0;
  margin-right: 0;
}
body form .row .col-12,
body form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}
body form .row .col-sm-10 {
  width: 65%;
}
body form .row .input-group-wrap .input-group .input-group-text {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0.5rem 0;
}
body form .row .input-group-wrap .input-group .form-control,
body form .row .input-group-wrap .input-group .form-select {
  border-radius: 0.25rem !important;
}
body form .row label {
  width: 30%;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
body form .row label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body form .row .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
}
body form .row .radio-wrap label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
body form .row .radio-wrap .form-check {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
body form .row .radio-wrap input[type=radio] {
  position: relative;
  background: white;
  padding: 0;
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body form .row .radio-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  content: "";
  cursor: pointer;
}
body form .row select,
body form .row input,
body form .row textarea {
  width: 65%;
  background-color: #F8F9F9;
  border: 1px solid #C5C5C5;
  padding: 1em;
  border-radius: 0.25rem;
}
body form .row select:hover, body form .row select:focus, body form .row select:active,
body form .row input:hover,
body form .row input:focus,
body form .row input:active,
body form .row textarea:hover,
body form .row textarea:focus,
body form .row textarea:active {
  outline: 2px solid #003C34;
  border-color: transparent !important;
  box-shadow: none !important;
}
body form .delete-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body form .delete-row input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid #003C34;
}
body form .delete-row input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
  color: #00787E;
}
body form .delete-row input[type=checkbox]:checked:hover {
  background-color: transparent;
}
body form .delete-row input[type=checkbox]:focus {
  background-color: transparent;
  box-shadow: none;
}
body form .delete-row #delete_button {
  background-color: gray;
  color: white;
  border: none;
  padding: 5px 1rem;
  cursor: pointer;
  border-radius: 5px;
}
body form .checkbox-consent {
  text-align: center;
}
body form .checkbox-consent .form-group .form-check {
  width: 100%;
  justify-content: center;
}
body form .checkbox-consent .form-group .form-check input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid #003C34;
}
body form .checkbox-consent .form-group .form-check input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
}
body form .checkbox-consent .form-group .form-check label {
  width: auto;
}
body form .checkbox-consent .form-group .form-check label > a {
  text-decoration: underline;
}
body form .checkbox-consent .form-group .form-check span.error {
  margin-left: 1rem;
}
body form .link-btn {
  max-width: 100%;
}
body form .link-btn a,
body form .link-btn button,
body form .link-btn input[type=submit] {
  display: block;
  background-color: #F16800;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 350px;
  margin: 0 auto;
  border-radius: 100rem;
  border: 1px solid #F16800;
}
body form .link-btn a:hover,
body form .link-btn button:hover,
body form .link-btn input[type=submit]:hover {
  color: #F16800 !important;
  background: white;
}
body form .link-btn a::after,
body form .link-btn button::after,
body form .link-btn input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body form .sortable-img-wrap {
  width: 100%;
}
body form #sortable-images {
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
body form #sortable-images .image-card {
  position: relative;
}
body form #sortable-images .image-card .delete-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}
body form #sortable-images .image-card .delete-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
body form #sortable-images .image-card .delete-btn.active {
  background: #e74c3c;
}
body form #images {
  margin-top: 1rem;
  margin-left: auto;
  border: 2px dashed #C5C5C5;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #F8F9F9;
  text-align: center;
  cursor: pointer;
}
body form #images:hover {
  border-color: #003C34;
  background: #f0f0f0;
}
body form .main-img-radio {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  font-size: 0.85rem !important;
  width: 100% !important;
}
body form .main-img-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px !important;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
body form .main-img-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body form .main-img-radio [type=radio]:checked:hover,
body form .main-img-radio [type=radio]:checked:focus {
  background-color: transparent;
}
body .search-form input {
  border-radius: 5px;
  border-color: #00787E;
  font-size: 0.9rem;
  padding: 0.7em 1.5em;
  font-weight: 500;
  background-color: white;
}
body .search-form input:focus {
  border-color: #00787E;
  box-shadow: none;
}
body .search-form button[type=submit] {
  display: block;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
body .search-form button[type=submit]:after {
  content: "\f52a";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1.1rem;
  color: #00787E;
}
body .form-switch .form-check-input:checked {
  background-color: #F16800;
  border-color: #F16800;
}
body .form-switch .form-check-input {
  background-color: #ccc;
  border-color: #ccc;
}
body .form-switch .form-check-input:focus {
  box-shadow: none;
}
body .form-container [type=text] {
  border-radius: 5px;
  border-color: #00787E !important;
}
body .form-container [type=submit] {
  background-color: #F16800;
  color: white;
}
body footer.footer {
  background: #003C34;
}
body footer.footer .inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body footer.footer .inner.inner {
    padding: 4rem 40px;
  }
}
body footer.footer .inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .logo h1 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
body footer.footer .inner .flex-wrap .tail {
  width: 70%;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap {
  width: 33.3333333333%;
  margin-right: 2em;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .nav-label {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 1rem;
  transition: all 0.3s;
  color: white;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a:hover {
  opacity: 0.7;
}