@charset "utf-8";

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5% !important;
}

body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.0em;
}

table {
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

* html table {
  border-collapse: collapse;
}

*:first-child+html table {
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td {
  border: medium solid grey;
}

input {
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

ul {
  list-style: none;
}

body {
  font-family: 'Tajawal', 'Noto Sans JP', Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

body>div {
  font-size: 1.3rem !important;
}

p,
td {
  font-size: 1.3rem;
  line-height: 1.5em;
}

.clear {
  margin: 0px;
  padding: 0px;
  font-size: 0em;
  line-height: 0em;
  clear: both;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom
}

address {
  font-style: normal;
}

input,
button,
textarea {
  font-family: sans-serif;
  font-size: 1.6rem !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div,
th,
td,
dt,
dd,
li,
a,
p {
  word-break: break-all;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nolink {
  cursor: default;
}

.small {
  font-size: 1rem;
}

/* font // */
.tajawal {
  font-family: 'Tajawal', sans-serif;
  font-display: swap;
}

.kumbh {
  font-family: 'Kumbh Sans', sans-serif;
}

/* // font */

/* general // */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* // general */

/* menu animation // */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 2px;
  /* background: #ff0000; */
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
  /* background: #ffcc00; */
}

.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
  /* background: #00CCFF; */
}

.menu-trigger.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-trigger.active span {
  background: #000000;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
  /* background: #ff0000; */

}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  /* background: #ffcc00; */
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

/* // menu animation */

header.on #nav {
  animation: keys .1s ease 0s 1 alternate forwards running;
}

@keyframes keys {
  0% {
    margin: 0 0 0 -100%;
  }

  100% {
    margin: 0;
  }
}

header #nav {
  animation: bkeys .1s ease 0s 1 alternate forwards running;
}

@keyframes bkeys {
  0% {
    margin: 0;
  }

  100% {
    margin: 0 0 0 -100%;
  }
}

/* header // */
#fixed {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  background: #ffffff;
  /* border-bottom: 1px solid #cccccc; */
}

#trigger {
  width: 44px;
  height: 80px;
  display: inline-block;
  z-index: 500;
  padding: 0;
}

#trigger-wrapper {
  padding: 24px 12px 3px 15px;
}

header #trigger {
  background: #ffffff;
}

#fixed h1 {
  text-align: center;
  margin: 0 auto;
  display: block;
}

#fixed h1 img {
  margin: 20px 44px 0 0;
  height: 40px;
}

header {
  display: block;
  z-index: 500;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  position: fixed;
}

#nav {
  display: none;
  z-index: 501;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(255, 255, 255, 1);
  position: fixed;
  border-top: 1px solid #cccccc;
  overflow: scroll;
  top: 80px;
}

#nav ul li {
  /* font-weight: bold; */
  border-bottom: 1px solid #cccccc;
}

#nav ul li ul.subm li {
  font-weight: normal;
}

#nav ul li a {
  display: inline-block;
  padding: 1.6rem 15px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  font-size: 1.35rem;
  letter-spacing: .05em;
}

#nav ul li a:after {
  content: "\e315";
  font-family: 'material icons';
  font-weight: bold;
  color: #000000;
  vertical-align: top;
  font-size: 2rem;
  display: block;
  float: right;
}

/* #nav ul.subm li a:after {
  margin-top: -2px;
} */

#nav ul li span {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: #969696;
  padding: 0;
}

#nav ul li ul.sub {
  padding: 0 0 0 1rem;
  display: none;
}

#nav ul li a.sp {
  display: none;
}

#nav ul li a.hassub:after {
  content: "\e313";
}

#nav ul li a.hassub.on:after {
  content: "\e316";
}

#nav ul.sub li {
  border: none;
}

#nav ul.sub li.btm {
  border-top: 1px solid #cccccc;
}

/* // header */

/*scroll //*/
/* #displaypanel {
  margin: 55px 0 0 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 30px;
  border-bottom: 1px solid #cccccc;
} */

/* #displaypanel p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 240%;
  height: 100%;
  margin: auto;
  font-size: 1.2rem;
  animation: scroll01 40s linear infinite;
} */

/* @keyframes scroll01 {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
} */

/* // scroll*/


/* footer // */
footer {
  text-align: center;
  padding: 0;
  color: #000000;
  margin: 2rem 0 0 0;
}

main#index+footer {
  margin: 0;
}



#r {
  padding: 10px;
  color: #969696;
  font-size: 1rem;
  line-height: 1.4rem;
}

/* // footer */

/* main // */
main {
  margin-top: 80px;
}

/* // main */

/* link // */
section a.button {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  line-height: 1em;
  display: block;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #000000;
  font-size: 1.2rem;
  -web-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section a.button:after {
  content: "\e315";
  font-family: 'material icons';
  color: #000000;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1rem;
  float: right;
}

/* // link */

section {
  padding: 0 12px;
}

section h1 {
  text-align: center;
}

section p {
  font-size: 1.25rem;
  margin: 0 0 1em 0;
}

section#main {
  /* padding: 0; */
  position: relative;
  overflow: hidden;
}

section#main img {
  width: 100%;
}

section#main .stamp {
  position: absolute;
  bottom: 0;
  right: -20px;
}

section#main .stamp img {
  width: 100px;
}

section#main .vs {
  text-align: center;
}

/* // index */

/* page // */
.page h1 {
  font-size: 1.6rem;
  line-height: 1em;
  padding: 1em 0;
  background: none !important;
}

.page .fif {
  margin: 0 auto;
  width: 300px;
}

.page .fif p {
  text-align: left;
}

#md h1 {
  /* font-weight: bold; */
  font-size: 1.8rem;
  font-family: 'Crimson Text', serif;
}

main a {
  color: #000000;
}

.img {
  width: auto !important;
  max-width: 100%;
}

.page h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.sp {
  display: inline-block;
}

#nav ul.sub li.sp {
  display: block;
}

.pc {
  display: none;
}

/* // page */

/* table // */
table,
table th,
table td {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 1.25rem;
}

table {
  width: 100%;
  margin: 0 auto 1rem auto;
}

table tr {}

table th {
  padding: 0 3rem 0.5rem 0;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  width: 1%;
}

table td {
  padding: 0 0 1rem 0;
  text-align: left;
}

.tce {
  text-align: center !important;
}

.env .material-symbols-outlined {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0.2rem 0 0;
  ;
}

/* IE */
input:-ms-input-placeholder {
  color: #dddddd;
}

/* Edge */
input::-ms-input-placeholder {
  color: #dddddd;
}


.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb !important;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem !important;
  margin: 1rem !important;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}

.alert .icon {
  vertical-align: bottom;
}

#nav ul li a.pc {
  display: none;
}

#nav ul li a.sp {
  display: block;
}

.fif {
  margin: 0;
  text-align: center;
}

#contact {
  position: fixed;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

#contact div {
  text-align: center;
  width: 100%;
}

#contact a img {
  height: 40px;
}

#contact a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 4rem;
}

#contact a:hover {
  text-decoration: underline;
}

.contact_mail {
  background: #8fffff;
}

.contact_mail a {
  color: #000000;
}

.contact_line {
  background: #06c755;
}

.contact_line a {
  color: #ffffff;
}

.contact_kakao {
  background: #f9e000;
}

.contact_kakao a {
  color: #3b1c1c;
}

.contact_whatsapp {
  background: #128c7e;
}

.contact_whatsapp a {
  color: #ffffff;
}

table.cell td,
table.cell th {
  border: 1px solid #cccccc;
  padding: 1rem;
}

img.nt {
  width: 300px;
}

.column {
  display: flex;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto 1rem auto;
}

.ourstore .page .fif p {
  margin: 0;
}

.page .fif p.ct {
  text-align: center;
}

/* PC // */
@media screen and (min-width: 980px) {

  /* //header */
  header,
  header.on {
    display: block;
    width: 100%;
    top: 0;
    position: relative;
    height: auto;
  }

  .menu-trigger,
  .menu-trigger span {
    animate: none;
  }

  #fixed {
    position: relative;
    width: 980px;
    margin: 0 auto;
    border: none;
    padding: 0;
  }

  #fixed h1 {
    /* width: 100%; */
    text-align: center;
  }

  #fixed h1 img {
    margin: 10px 0 6px 0;
    /*margin: 13px 0 0 0;*/
    width: 160px;
    height: auto;
  }

  #trigger {
    display: none;
  }

  header #nav,
  header.on #nav {
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    position: relative;
    animation: none;
    display: flex !important;
    justify-content: space-between;
    top: 0;
  }

  header h1 a {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  header .pc {
    padding: 0;
  }

  /* //header */

  /* nav// */
  #nav {
    overflow: visible;
  }

  #nav a,
  a.button,
  footer ul a {
    transition: background-color 0.5s
  }

  #nav a:hover,
  a:hover.button,
  footer ul a:hover {
    background: #dddddd;
    text-decoration: none;
  }

  #nav ul {
    display: flex;
    justify-content: space-between;
    border: none;
    width: 980px;
    margin: 0 auto;
  }

  #nav ul li {
    display: inline-block;
    border: none;
    width: 15%;
    text-align: center;
  }

  #nav ul li a {
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1rem 0;
  }

  #nav ul li a.hassub {
    cursor: pointer;
  }

  #nav ul li a:after,
  #nav ul li a.hassub:after {
    content: "";
  }

  #nav ul li span {
    display: none;
    padding: 0 0 0 1rem;
  }

  #nav ul li a.hassub {
    position: relative;
    /* width: auto; */
  }

  #nav ul li ul.sub,
  #nav ul li.btm ul.sub {
    display: none;
    width: auto;
    position: absolute;
    /* z-index: 99999; */
    top: 3rem;
    background: #ffffff;
    padding: 0;
  }

  #nav ul li li.btm {
    position: relative;
  }

  #nav ul li ul.subm {
    display: none;
    position: absolute;
    left: 10rem;
    top: 0;
    z-index: 99999;
  }

  #nav ul li ul.sub li {
    display: block;
    background: #f5f5f5;
  }

  #nav ul li ul.sub li span {
    display: inline;
  }

  #nav ul.sub li.btm ul.subm li {
    border: 0;
    background: #f5f5f5;
    white-space: nowrap;
  }

  #nav ul.sub li.btm ul.subm li a:hover {
    background: #f5f5f5;
  }

  #nav ul.sub li.btm {
    border: 0;
  }

  #nav ul li a.pc {
    display: block;
  }

  #nav ul li a.sp {
    display: none;
  }

  /* //nav */

  /* main //*/
  main a {
    text-decoration: none;
  }

  main a:hover {
    text-decoration: underline;
  }

  section {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }

  main {
    margin-top: 0;
  }

  section#main .vs img {
    width: 400px;
  }

  section#main .stamp {
    right: 240px;
  }

  /* 
  #displaypanel {
    margin: 0;
  } */

  .fif {
    width: 50%;
    margin: 0 auto;
  }

  table.fif {
    margin: 0 0 1rem 0;
  }

  .btm {
    align-self: flex-end;
  }

  .page .fif {
    width: 300px;
    margin: 0 auto;
  }

  section a.button {
    width: 50%;
    margin: 2rem auto 0 auto;
  }

  /* //main */

  .alert {
    width: 50%;
    margin: 0 auto 1em auto !important;
  }

  /* footer// */
  footer {
    margin: 0 0 0 0;
    padding: 0;
    border-top: none;
  }

  img.nt {
    /* width: 100%; */
  }

}

/* // PC */