/* Scss Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  overflow: hidden;
}

main#colum-2 {
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main#colum-2 {
    flex-direction: column;
  }
}

.container {
  width: 1240px;
  margin: 120px auto;
}
@media screen and (max-width: 1366px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    margin: 24px auto;
  }
}

header.title {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1vh;
}
@media screen and (max-width: 1500px) {
  header.title {
    padding-bottom: 12px;
  }
}
header.title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  color: #1a1a1a;
}
@media screen and (max-width: 1500px) {
  header.title h2 {
    line-height: 1.2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  header.title h2 {
    font-size: 1.8rem;
  }
}
header.title h2 span {
  font-size: 0.7rem;
  color: #930E1F;
}
@media screen and (max-width: 1500px) {
  header.title h2 span {
    font-size: 0.6rem;
  }
}

a.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 0 auto;
  font-weight: bold;
  padding: 16px 40px;
  border: 1px solid #1a1a1a;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1500px) {
  a.btn {
    padding: 12px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 auto;
  }
}
@media (max-width: 768px) {
  a.btn {
    font-size: 0.8rem;
  }
}
a.btn:hover {
  background: #1a1a1a;
  color: #fff;
}

#common-cta {
  margin-top: 80px;
}
@media screen and (max-width: 520px) {
  #common-cta {
    margin-top: 40px;
  }
}
#common-cta .banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#common-cta .banner .banner-smallbox {
  padding: 2vh 2vw;
  width: 48%;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox {
    padding: 12px;
  }
}
#common-cta .banner .banner-smallbox .banner-inner {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner {
    width: 100%;
  }
}
#common-cta .banner .banner-smallbox .banner-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 {
    font-size: 1.7rem;
  }
}
#common-cta .banner .banner-smallbox .banner-inner h2 span {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-smallbox .banner-inner h2 span {
    font-size: 0.6rem;
  }
}
#common-cta .banner .banner-smallbox .banner-inner p {
  color: #fff;
  font-size: 0.7rem;
  margin-top: 12px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-smallbox .banner-inner p {
    font-size: 0.7rem;
  }
}
#common-cta .banner .banner-01 {
  background: url("../images/banner_01.jpg") no-repeat;
  background-size: cover;
}
#common-cta .banner .banner-02 {
  background: url("../images/banner_02.jpg") no-repeat;
  background-size: cover;
}
#common-cta .banner .banner-biglbox {
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox {
    margin-top: 20px;
  }
}
#common-cta .banner .banner-biglbox .banner-left {
  width: 35%;
  display: grid;
  place-items: center;
  padding-left: 30px;
  border-left: 10px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left {
    width: 60%;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 {
    font-size: 1.7rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner h2 span {
    font-size: 0.6rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
  color: #1a1a1a;
  font-size: 0.7rem;
  margin-top: 12px;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-left .banner-left-inner p {
    font-size: 0.7rem;
  }
}
#common-cta .banner .banner-biglbox .banner-left a.banner-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 1.5vh auto 0 0;
  font-weight: bold;
  padding: 1vh 3vw;
  border: 1px solid #1a1a1a;
  transition: all ease 0.5s;
  color: #1a1a1a;
}
@media screen and (max-width: 1500px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    padding: 8px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-left a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 0;
    text-align: center;
  }
}
#common-cta .banner .banner-biglbox .banner-left a.banner-btn:hover {
  background: #fff;
  color: #333;
}
#common-cta .banner .banner-biglbox .banner-img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #common-cta .banner .banner-biglbox .banner-img {
    width: 36%;
  }
}
#common-cta .banner .banner-biglbox .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #common-cta .banner .banner-biglbox .banner-img img {
    object-position: left;
  }
}

a.banner-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: table;
  margin: 1.5vh auto 0 0;
  font-weight: bold;
  padding: 1vh 3vw;
  border: 1px solid #fff;
  transition: all ease 0.5s;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  a.banner-btn {
    padding: 8px 40px;
    font-size: 0.9rem;
    margin: 12px auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 768px) {
  a.banner-btn {
    font-size: 0.7rem;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
  }
}
a.banner-btn:hover {
  background: #fff;
  color: #333;
}

.common-best {
  margin-top: 7vh;
  background: url("../images/best-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (max-width: 1500px) {
  .common-best {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .common-best {
    margin-top: 40px;
    padding: 24px 0;
  }
}
.common-best .common-best-inner {
  width: 1240px;
  margin: 5vh auto;
}
@media screen and (max-width: 1500px) {
  .common-best .common-best-inner {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1366px) {
  .common-best .common-best-inner {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .common-best .common-best-inner {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner {
    margin: 0 auto;
  }
}
.common-best .common-best-inner h2 {
  color: #fff;
}
.common-best .common-best-inner h2 span {
  color: #fff;
}
.common-best .common-best-inner .best-contents {
  display: flex;
  justify-content: space-between;
  padding: 3vh 0;
}
@media screen and (max-width: 1500px) {
  .common-best .common-best-inner .best-contents {
    padding: 36px 0;
  }
}
@media screen and (max-width: 768px) {
  .common-best .common-best-inner .best-contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents {
    padding: 24px 0;
  }
}
.common-best .common-best-inner .best-contents .best-box {
  width: 18%;
  transition: all ease 0.3s;
  cursor: pointer;
}
.common-best .common-best-inner .best-contents .best-box:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .common-best .common-best-inner .best-contents .best-box {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box {
    margin-bottom: 12px;
  }
}
.common-best .common-best-inner .best-contents .best-box .best-img {
  width: 100%;
}
.common-best .common-best-inner .best-contents .best-box .best-img img {
  width: 100%;
}
.common-best .common-best-inner .best-contents .best-box .best-txt {
  padding: 8px 0;
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box .best-txt {
    padding: 4px 0;
  }
}
.common-best .common-best-inner .best-contents .best-box .best-txt h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .common-best .common-best-inner .best-contents .best-box .best-txt h3 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  #drawer-area {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #drawer-area {
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query Smart Phone *------------------------------
-----------------------------------------------------------------------------------------------------*/
/* @media screen and (max-width: 834px) { */
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  right: 0;
}

/* drawer icon ---------------------------------------------------------------------------------------------------*/
#gmenu-icon,
#gmenu-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 45px;
  right: 40px;
  width: 35px;
  height: 30px;
  margin: 0;
}
#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 14px;
}
#gmenu-icon.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
#gmenu-icon.active span:nth-of-type(2) {
  transform: translateY(-7px) rotate(45deg);
}

/* } */
/* drawer torigger btn */
#drawer-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9010;
  width: 65px;
  height: 60px;
  transition: left 0.2s linear;
  background: #070707;
}
#drawer-area.toggle {
  left: 55%;
}
#drawer-area.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

#gmenu-icon {
  top: 20px;
  right: 9px;
  width: 35px;
  height: 30px;
  margin: 6px;
  transition: right 0.2s linear;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 9px;
}
#gmenu-icon.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
#gmenu-icon.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
#gmenu-icon.move {
  -webkit-animation: borderMove 0.6s ease-in forwards;
  animation: borderMove 0.6s ease-in forwards;
}

/* drawer body */
#drawer {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 8001;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1100px) {
  #drawer {
    width: 75%;
  }
}
#drawer.toggle {
  right: 0;
}
#drawer ul.d-main {
  width: 50%;
}
#drawer ul.d-main li.main-navi {
  width: 100%;
  margin: 0 auto 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#drawer ul.d-main li.main-navi a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}
#drawer ul.d-main li.main-navi a span {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  line-height: 1.3em;
  font-size: 0.6em;
}
#drawer ul.d-main li.main-navi ul.sub-navi {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #drawer ul.d-main li.main-navi ul.sub-navi {
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  #drawer ul.d-main li.main-navi ul.sub-navi {
    padding-left: 20px;
  }
}
#drawer ul.d-main li.main-navi ul.sub-navi li {
  margin: 4px 0;
  border-bottom: 1px solid #696666;
}
#drawer ul.d-main li.main-navi ul.sub-navi li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  #drawer ul.d-main li.main-navi ul.sub-navi li {
    margin: 0;
    padding: 8px 0;
  }
  #drawer ul.d-main li.main-navi ul.sub-navi li:last-child {
    padding: 8px 0 0 0;
  }
}
#drawer ul.d-main li.main-navi ul.sub-navi li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 1024px) {
  #drawer ul.d-main li.main-navi ul.sub-navi li a {
    font-size: 0.8rem;
    letter-spacing: 0.01rem;
  }
}
#drawer ul.d-main li.main-navi ul.sub-navi li a:hover {
  color: #A2A2A2;
}
@media screen and (max-width: 1280px) {
  #drawer ul.d-main {
    width: 80%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  #drawer {
    right: -100%;
    width: 100%;
  }
  #drawer.toggle {
    right: 0;
  }
}

@keyframes headerMove {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
@keyframes borderMove {
  0% {
    opacity: 1;
    left: 11px;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
ul.d_member_link_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 8100;
  width: 80%;
}
ul.d_member_link_list li {
  display: flex;
  align-items: center;
  padding: 5px 12px 5px 16px;
  width: 100%;
}
ul.d_member_link_list li a {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  transition: all ease 0.3s;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  ul.d_member_link_list li a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 520px) {
  ul.d_member_link_list li a {
    font-size: 0.65rem;
  }
}
ul.d_member_link_list li a:hover {
  opacity: 0.5;
}
ul.d_member_link_list li.cart {
  background: #E8E8E8;
  border-radius: 2em;
}
@media screen and (max-width: 1024px) {
  ul.d_member_link_list li.cart {
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    width: 65px;
    height: 60px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 65px;
    display: grid;
    place-items: center;
    background: #EBEBEB;
  }
}
ul.d_member_link_list li.cart::before {
  content: "";
  background: url("../images/cart.svg") no-repeat;
  width: 1.2vw;
  height: 1.7vh;
  background-size: contain;
  display: block;
  margin-right: 0.4vw;
}
@media screen and (max-width: 1500px) {
  ul.d_member_link_list li.cart::before {
    width: 17px;
    height: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  ul.d_member_link_list li.cart::before {
    margin-right: 0;
    margin-bottom: -18px;
    margin-top: 4px;
  }
}
ul.d_member_link_list li.login_btn {
  background: #333333;
  border-radius: 2em 0 0 2em;
  border-right: 1px solid #ccc;
}
ul.d_member_link_list li.login_btn a {
  color: #fff;
}
ul.d_member_link_list li.login_btn::before {
  content: "";
  background: url("../images/icon_account_wht.svg") no-repeat;
  width: 14px;
  height: 15px;
  background-size: contain;
  display: block;
  margin-right: 4px;
}
@media screen and (max-width: 1500px) {
  ul.d_member_link_list li.login_btn::before {
    width: 17px;
    height: 18px;
    margin-right: 8px;
  }
}
ul.d_member_link_list li.member_add_btn {
  background: #333333;
  border-radius: 0 2em 2em 0;
}
ul.d_member_link_list li.member_add_btn a {
  color: #47DE1A;
}
ul.d_member_link_list li.member_add_btn::before {
  content: "";
  background: url("../images/icon_account_green.svg") no-repeat;
  width: 18px;
  height: 15px;
  background-size: contain;
  display: block;
  margin-right: 4px;
}

.search_drawer {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 4px 10px 4px 40px;
  border-radius: 50px;
  height: 3.8em;
  width: 80%;
  overflow: hidden;
}
.search_drawer input[type=text] {
  border: none;
  height: 1.8em;
  font-size: 14px;
  background: none;
}
.search_drawer input[type=text]:focus {
  outline: 0;
}
.search_drawer input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.8em;
  border: none;
  background: none;
  color: #333;
  position: absolute;
  width: 2.8em;
  height: 2.6em;
  left: 0;
  top: -2px;
  outline: none;
}
@media screen and (max-width: 1360px) {
  .search_drawer input[type=submit] {
    top: -6px;
  }
}

/*# sourceMappingURL=drawer.css.map */
