*::selection {
  background-color: #FFE092;
  color: #3c3c3c;
}

.windows body {
  background-color: #eeeeee !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F8F8F8;
}

#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#container {
  position: relative;
  z-index: 10;
}

.float_ig {
  position: fixed;
  z-index: 100;
  bottom: 12%;
  left: -50px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1100px) {
  .float_ig {
    bottom: 17%;
    left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .float_ig {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .float_ig {
    bottom: 19%;
  }
}
.float_ig a {
  display: flex;
  align-items: center;
}
.float_ig a .txt {
  display: inline-block;
  color: #3C3C3C;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .line {
  height: 2px;
  background: #3C3C3C;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .float_icon {
  display: inline-block;
  vertical-align: bottom;
  transform: rotate(-90deg);
}

#drawer {
  display: none;
}

#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;
  cursor: pointer;
}

/* drawer torigger btn */
#drawer-area {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9902;
  width: 65px;
  height: 65px;
  background: #2D2D2D;
  border-radius: 50%;
  transition: right 0.2s linear;
}
#drawer-area img {
  position: relative;
  top: 8px;
  width: 50px;
  height: 50px;
}
#drawer-area.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

#gmenu-icon {
  position: fixed;
  z-index: 9902;
  right: 23px;
  top: 31px;
  width: 38px;
  height: 32px;
  margin: 6px;
  transition: right 0.2s linear;
}
#gmenu-icon.active .dline:nth-of-type(1) {
  transform: translateY(2px) rotate(-30deg);
  background-color: #fff;
}
#gmenu-icon.active .dline:nth-of-type(2) {
  transform: translateY(-7px) rotate(30deg);
  background-color: #fff;
}
#gmenu-icon.active .dtxt {
  transition: all 0.15s cubic-bezier(0.08, 0.71, 0.12, 0.86);
  transform: translateY(-100%);
}
#gmenu-icon.move {
  -webkit-animation: borderMove 0.6s ease-in forwards;
  animation: borderMove 0.6s ease-in forwards;
}
#gmenu-icon .dline {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#gmenu-icon .dline:nth-of-type(1) {
  top: 0;
}
#gmenu-icon .dline:nth-of-type(2) {
  top: 10px;
}
#gmenu-icon .dtxt_wrap {
  display: inline-block;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  top: 15px;
}
#gmenu-icon .dtxt_wrap .dtxt {
  display: inline-block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding: 0 0 4px;
  width: 100%;
}
#gmenu-icon .dtxt_wrap .dtxt::after {
  content: "CLOSE";
  position: absolute;
  top: 100%;
  left: 10%;
  z-index: 10;
  font-size: 1rem;
  transform: translate3d(0, 0, 0);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 2px 0 6px;
}

/* drawer body */
#drawer {
  display: block;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: 9900;
  width: 100%;
  height: 100%;
  transition: top 0.75s ease;
}
#drawer.toggle {
  top: 0;
}
#drawer.toggle .overlay {
  top: -10vh;
  animation: dbgmove1 0.65s cubic-bezier(0.65, 0.42, 0.76, 0.56) forwards;
}
#drawer.toggle .d_logo, #drawer.toggle .d_all_wrap {
  transition: opacity 0.2s ease-in-out 0.75s;
  opacity: 1;
}
#drawer.toggle .roop_txt {
  transition: opacity 0.2s ease-in-out 0.75s;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  #drawer.toggle .roop_txt {
    opacity: 0.5;
  }
}
#drawer .overlay {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  top: 200svh;
  animation: dbgmove2 0.65s cubic-bezier(0.65, 0.42, 0.76, 0.56) forwards;
  background: linear-gradient(to bottom, #F57F31 0%, #e8c781 100%);
}
#drawer .overlay::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F57F31;
  border-radius: 0 220rem 0 0;
}
#drawer .overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to bottom, #e8c781 0%, #ffedc8 100%);
  border-radius: 0 0 200rem 0;
}
#drawer .d_logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 40px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #drawer .d_logo {
    left: 15px;
  }
}
#drawer .d_logo a {
  display: inline-block;
}
#drawer .d_logo a img {
  vertical-align: bottom;
}
#drawer .d_all_wrap {
  width: 100%;
  position: relative;
  z-index: 120;
  opacity: 0;
  top: 9vh;
}
@media screen and (max-width: 1440px) {
  #drawer .d_all_wrap {
    top: 8.5vh;
  }
}
@media screen and (max-width: 1300px) {
  #drawer .d_all_wrap {
    top: 8vh;
  }
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap {
    width: 95%;
    margin: 0 auto;
    top: 13vh;
    display: grid;
    grid-template-columns: 66% 33%;
    column-gap: 1%;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap {
    display: block;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
#drawer .d_all_wrap .d_main_wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: fit-content;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  #drawer .d_all_wrap .d_main_wrap {
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .d_main_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #drawer .d_all_wrap .d_main_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_main_wrap {
    width: 98%;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_main_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#drawer .d_all_wrap .d_main_wrap .baner-area-min {
  display: none;
  width: 100%;
}
#drawer .d_all_wrap .d_main_wrap .baner-area-min a {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}
#drawer .d_all_wrap .d_main_wrap .baner-area-min a img {
  width: 100%;
  height: auto;
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_main_wrap .baner-area-min {
    display: block;
  }
}
#drawer .d_all_wrap .d_main_wrap .d_main {
  position: relative;
  z-index: 30;
  width: 100%;
  margin: 0 auto;
  border-left: 1px dashed #7C4615;
}
#drawer .d_all_wrap .d_main_wrap .d_main:nth-child(2) {
  border-right: 1px dashed #7C4615;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_main_wrap .d_main {
    width: 100%;
  }
}
#drawer .d_all_wrap .d_main_wrap .d_main > li {
  width: 100%;
  margin-bottom: 10px;
}
#drawer .d_all_wrap .d_main_wrap .d_main > li:last-child {
  margin-bottom: 0;
}
#drawer .d_all_wrap .d_main_wrap .d_main > li a {
  color: #fff;
  letter-spacing: 0.15em;
  display: inline-block;
  line-height: 1;
  padding: 10px 14px 9px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.55s ease 0.08s;
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a {
    padding: 5px 14px 4px;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a {
    padding: 5px 6px 4px;
  }
}
#drawer .d_all_wrap .d_main_wrap .d_main > li a:hover {
  background: rgba(255, 255, 255, 0.45);
}
#drawer .d_all_wrap .d_main_wrap .d_main > li a span {
  letter-spacing: 0.15em;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 1;
  position: relative;
}
#drawer .d_all_wrap .d_main_wrap .d_main > li a span.ja {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7C4615;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a span.ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a span.ja {
    font-size: 1.5rem;
  }
}
#drawer .d_all_wrap .d_main_wrap .d_main > li a span.en {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFE092;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a span.en {
    font-size: 1.2rem;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_main_wrap .d_main > li a span.en {
    font-size: 1.2rem;
  }
}
#drawer .d_all_wrap .baner-area {
  width: 1000px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 1%;
}
@media screen and (min-width: 1200px) {
  #drawer .d_all_wrap .baner-area {
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .baner-area {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  #drawer .d_all_wrap .baner-area {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .baner-area {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    padding-top: 0;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .baner-area {
    display: none;
  }
}
#drawer .d_all_wrap .baner-area a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .baner-area a {
    display: inline-block;
    height: auto;
    width: 90%;
  }
}
#drawer .d_all_wrap .baner-area a:hover img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
#drawer .d_all_wrap .baner-area a img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
#drawer .d_all_wrap .d_sns {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  border-top: 1px dashed #7C4615;
  border-bottom: 1px dashed #7C4615;
}
@media screen and (min-width: 1200px) {
  #drawer .d_all_wrap .d_sns {
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .d_sns {
    grid-column: 1/3;
    padding: 10px;
  }
}
@media screen and (max-width: 834px) {
  #drawer .d_all_wrap .d_sns {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_sns {
    width: 98%;
    padding: 10px;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_sns {
    width: 100%;
    padding: 10px 0 5px;
  }
}
#drawer .d_all_wrap .d_sns a {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}
#drawer .d_all_wrap .d_sns a::before {
  background: #7C4615;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#drawer .d_all_wrap .d_sns a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#drawer .d_all_wrap .d_sns a img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_sns a img {
    width: 28px;
    height: auto;
    vertical-align: bottom;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_sns a img {
    width: 28px;
    height: auto;
    vertical-align: bottom;
  }
}
#drawer .d_all_wrap .d_sns a .txt {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #7C4615;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_sns a .txt {
    font-size: 1.2rem;
  }
}
#drawer .d_all_wrap .d_utility {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  column-gap: 40px;
}
@media screen and (min-width: 1200px) {
  #drawer .d_all_wrap .d_utility {
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  #drawer .d_all_wrap .d_utility {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 834px) {
  #drawer .d_all_wrap .d_utility {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_utility {
    padding: 10px;
    width: 98%;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
}
#drawer .d_all_wrap .d_utility a {
  display: inline-block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #7C4615;
}
@media screen and (max-width: 520px) {
  #drawer .d_all_wrap .d_utility a {
    font-size: 1.2rem;
  }
}
@media screen and (max-height: 600px) {
  #drawer .d_all_wrap .d_utility a {
    font-size: 1.2rem;
  }
}
#drawer .roop_txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  mix-blend-mode: color-burn;
  opacity: 0;
}
#drawer .roop_txt .roop_txt_item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12rem;
  color: #F57F31;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#drawer .roop_txt .roop_txt_item:nth-child(odd) {
  animation: MoveLeft 64s -32s infinite linear;
}
#drawer .roop_txt .roop_txt_item:nth-child(even) {
  animation: MoveLeft2 64s infinite linear;
}
@media screen and (max-width: 1440px) {
  #drawer .roop_txt .roop_txt_item {
    font-size: 5rem;
  }
}

@keyframes dbgmove1 {
  from {
    top: 200svh;
  }
  to {
    top: 0;
  }
}
@keyframes dbgmove2 {
  from {
    top: 0;
  }
  to {
    top: -340vh;
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

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