*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.bg-green-light {
  background-color: #F8FDF8;
}

.bg-gray-light {
  background-color: #F9F9F9;
}

.font-helvetica {
  font-family: Helvetica, Arial, "sans-serif";
}

.font-edu {
  font-family: "Edu AU VIC WA NT Hand", cursive;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-tb-ver {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb-ver {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-ver {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Thai", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

/* Link */
.transition, .menu-responsive, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -120px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

/* Content */
#wrapper {
  padding-top: 110px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 120px;
  }
}

main {
  position: relative;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-1080 {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pad2080 {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad2080 {
    padding-bottom: 60px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

strong {
  font-weight: 700;
}

/* Txthead */
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb10 {
  margin-bottom: 10px;
}
.txthead-box.with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-btn {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-btn .btn-box {
    display: none;
  }
}
.txthead-box .with-leaf {
  position: relative;
  display: table;
  padding-right: 5px;
  border-bottom: 1px solid #008543;
}
.txthead-box .with-leaf::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -52px;
  z-index: 1;
  width: 56px;
  height: 56px;
  background-image: url("/assets/images/commons/txthead-bg-leaf.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 56px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .with-leaf::after {
    bottom: -25px;
  }
}
.txthead-box .fz60 {
  font-size: 6rem;
  line-height: 7rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz60 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz60 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz60 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5.6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz34 {
  font-size: 3.4rem;
  line-height: 4.4rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz34 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz34 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz34 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.txthead-box .fz25 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz25 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz25 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box .seperator {
  position: relative;
}
.txthead-box .seperator.color-white::after {
  background-color: #fff;
}
.txthead-box .seperator::after {
  content: "";
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 120px;
  height: 1px;
  background-color: #008543;
}
@media only screen and (max-width: 750px) {
  .txthead-box .seperator::after {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80px;
  }
}
.txthead-box .with-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

/* Btn */
.btn-box.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  .btn-box.mt50 {
    margin-top: 35px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  .btn-box.mt30 {
    margin-top: 25px;
  }
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.table {
  display: table;
}
.btn-box.table.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

button {
  font-family: "Noto Sans Thai", "Noto Sans JP", sans-serif;
}

.btn.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 3px;
}
.btn.square .txt.fz16 {
  font-size: 1.6rem;
}
.btn.square.radius {
  border-radius: 30px;
}
.btn.square.small {
  height: 50px;
}
.btn.square.large {
  height: 70px;
}
.btn.white {
  color: #000;
  background-color: #fff;
}
.btn.white .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7500%) hue-rotate(60deg) brightness(88%) contrast(112%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7500%) hue-rotate(60deg) brightness(88%) contrast(112%);
}
.btn.cyan {
  color: #fff;
  background-color: #01B695;
}
.btn.green {
  color: #fff;
  background-color: #008543;
}
.btn.green-light {
  color: #fff;
  background-color: #B8DB8B;
}
.btn.green-line {
  color: #fff;
  background-color: #39CD00;
}
.btn.green-whatsapp {
  color: #fff;
  background-color: #2CB742;
}
.btn.with-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.btn.with-icn.abs-right {
  position: relative;
}
.btn.with-icn.abs-right .icn {
  position: absolute;
  right: 15px;
  z-index: 1;
}
.btn.with-icn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.with-icn .circle-arrow-half-right {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #008543;
  background-image: url("/assets/images/commons/btn-icn-arrow-half-right-white.svg");
  background-repeat: no-repeat;
  background-position: center bottom 55%;
  background-size: 20px;
}
.btn.with-icn .circle-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #008543;
}
.btn.minw-250 {
  min-width: 250px;
}
.btn.pad-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.float-up-down {
  -webkit-animation: floatUpDown 2.5s ease-in-out infinite;
  animation: floatUpDown 2.5s ease-in-out infinite;
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

/* MV inner */
#mv-inner {
  position: relative;
  overflow: hidden;
}
#mv-inner .mv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  height: 338px;
  margin-left: auto;
  margin-right: auto;
}
#mv-inner .mv-inner .mv-text {
  position: relative;
  z-index: 3;
}
#mv-inner .mv-inner .mv-text h1 .stroke-green {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 0 #008543, -2px 0 0 #008543, 0 2px 0 #008543, 0 -2px 0 #008543;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .mv-text h1 .stroke-green {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#mv-inner .mv-inner .mv-text h1 .stroke-green-shadow-white {
  display: table;
  margin: 20px auto 0;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 7px 0 0 #008543, -7px 0 0 #008543, 0 7px 0 #008543, 0 -7px 0 #008543, 5px 5px 0 #008543, -5px -5px 0 #008543, 5px -5px 0 #008543, -5px 5px 0 #008543;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .mv-text h1 .stroke-green-shadow-white {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-text h1 .stroke-green-shadow-white {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin: 10px auto 0;
  }
}
#mv-inner .mv-inner .mv-text p {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-text p {
    margin-top: 15px;
  }
}
#mv-inner .mv-inner .mv-text p span {
  display: inline;
  color: #fff;
  background-color: #008543;
  padding: 0.3em 0.6em;
  line-height: 3.6rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#mv-inner .mv-inner .mv-mascot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 230px;
  width: 21.3%;
}
#mv-inner .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv-inner .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Breadcrumb */
#breadcrumb {
  padding: 10px 0;
  background-color: #fff;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: 0 7px 0 5px;
  background-image: url("/assets/images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#breadcrumb .breadcrumb ul li a {
  color: #a1a1a1;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .date-tag {
    margin-bottom: 5px;
  }
}
.date-tag .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #575757;
}
.date-tag .tag {
  margin-top: -2px;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #D5EF67;
  border-radius: 5px;
}

/* Recom */
#recom .recom .content .recom-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media only screen and (max-width: 750px) {
  #recom .recom .content .recom-list ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #recom .recom .content .recom-list ul li + li {
    margin-top: 5%;
  }
}
#recom .recom .content .recom-list ul li a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
#recom .recom .content .recom-list ul li a .cover {
  border-radius: 5px;
}
#recom .recom .content .recom-list ul li a .brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 15px 25px;
  background-image: url("/assets/images/commons/btn-icn-circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 28px;
}
#recom .recom .content .recom-list ul li a .brief .txt {
  font-size: 1.8rem;
  font-weight: 700;
}

/* Go to top */
.gototop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 13;
  width: 142px;
}
@media only screen and (max-width: 750px) {
  .gototop {
    width: 102px;
  }
}
.gototop a {
  display: block;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  header {
    padding: 0 5%;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 70px;
  }
}
header .header .col-left .logo {
  display: table;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left .logo img {
    width: auto;
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .col-left .logo img {
    height: 40px;
  }
}
header .header .col-right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .top {
    gap: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .top .mn {
    display: none;
  }
}
header .header .col-right .top .mn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
header .header .col-right .top .mn ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
header .header .col-right .top .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  background-image: url("/assets/images/commons/lang-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  padding-right: 14px;
}
@media only screen and (max-width: 750px) {
  header .header .col-right .top .lang a .flag img {
    width: auto;
    height: 18px;
  }
}
header .header .col-right .top .sns {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .top .sns {
    display: block;
  }
}
header .header .col-right .top .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
header .header .col-right .top .sns ul li a {
  width: 35px;
  height: 35px;
}
header .header .col-right .top .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .top .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .col-right .top .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-right .top .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .top .btn-burger .bar-icon .bar1,
header .header .col-right .top .btn-burger .bar-icon .bar2,
header .header .col-right .top .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .top .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .col-right .top .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .top .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
header .header .col-right .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btm {
    display: none;
  }
}
header .header .col-right .btm .mn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
header .header .col-right .btm .mn ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}
header .header .col-right .btm .mn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
header .header .col-right .btm .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .header .col-right .btm .button ul li a {
  min-width: 180px;
}

/* Menu Bar */
#menu-bar {
  display: none;
  position: fixed;
  top: 69px;
  left: 0;
  z-index: 14;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #menu-bar {
    display: block;
  }
}
#menu-bar .menu-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 750px) {
  #menu-bar .menu-bar ul {
    gap: 15px;
  }
}
#menu-bar .menu-bar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  min-height: 50px;
}
#menu-bar .menu-bar ul li a .txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #menu-bar .menu-bar ul li a .txt {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  padding-top: 70px;
  overflow: auto;
}
.menu-responsive::-webkit-scrollbar {
  display: none;
}
.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive .content {
  padding: 5%;
}
.menu-responsive .content nav > ul > li {
  position: relative;
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #E3E3E3;
}
.menu-responsive .content nav > ul > li + li {
  margin-top: 15px;
}
.menu-responsive .content nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-image: url("/assets/images/commons/btn-icn-arrow-half-right-green.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px;
}
.menu-responsive .content nav > ul > li > a.none-arrow {
  background-image: none;
}
.menu-responsive .content nav > ul > li > a .icn img {
  width: 42px;
  height: auto;
}
.menu-responsive .content nav > ul > li > a .txt {
  font-weight: 700;
}
.menu-responsive .content nav > ul > li .toggle-btn {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 50px;
  background-image: url("/assets/images/commons/toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.menu-responsive .content nav > ul > li .toggle-btn.active {
  background-image: url("/assets/images/commons/toggle-close.svg");
}
.menu-responsive .content nav > ul > li .toggle-content {
  display: none;
  margin-top: 10px;
  padding-left: 50px;
}
.menu-responsive .content nav > ul > li .toggle-content li {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.menu-responsive .content nav > ul > li .toggle-content li + li {
  margin-top: 10px;
}
.menu-responsive .content .button {
  margin-top: 40px;
}
.menu-responsive .content .button ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.menu-responsive .content .button ul li + li {
  margin-top: 10px;
}
.menu-responsive .content .button ul li {
  text-align: center;
}
.menu-responsive .content .button ul li:last-child a {
  color: #575757;
}

/* Footer */
footer {
  position: relative;
  z-index: 14;
  overflow: hidden;
  background-color: #fff;
}
footer .mascot {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 11.6%;
  max-width: 167px;
}
@media only screen and (max-width: 750px) {
  footer .mascot {
    width: 15%;
  }
}
footer .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .flex .col-left {
  max-width: 330px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex .col-left {
    max-width: 100%;
  }
}
footer .footer .flex .col-left .logo a {
  display: table;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col-left .logo a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .flex .col-left .logo a img {
    width: auto;
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col-left .logo a img {
    height: 40px;
  }
}
footer .footer .flex .col-left .address {
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .flex .col-left .address {
    margin-top: 20px;
  }
}
footer .footer .flex .col-left .address p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
footer .footer .flex .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex .col-right {
    display: none;
  }
}
footer .footer .flex .col-right ul {
  width: 33.33%;
}
footer .footer .flex .col-right ul li {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
footer .footer .flex .col-right ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .flex .col-right ul li + li {
    margin-top: 10px;
  }
}
footer .footer .flex .col-right ul li a {
  display: table;
}
footer .footer .copyright {
  margin-top: 20px;
  padding: 10px 0;
}
footer .footer .copyright p {
  font-size: 1.2rem;
  color: #575757;
  text-align: center;
}

/* MV */
#mv {
  min-height: 500px;
  max-height: 87vh;
  padding-top: 7%;
  padding-bottom: 17%;
  background-image: url("/assets/images/top/mv-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #mv {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#mv .mv .mv-text h1 {
  font-size: 5.4rem;
  line-height: 6.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text h1 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-text h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
#mv .mv .mv-text p {
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text p {
    margin-top: 10px;
    line-height: 2.4rem;
  }
}
#mv .mv .mv-text .button {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .button {
    margin-top: 30px;
  }
}
#mv .mv .mv-text .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .button ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .button ul li + li {
    margin-top: 10px;
  }
}
#mv .mv .mv-text .button ul li a {
  min-width: 240px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .button ul li a {
    width: 80%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Want to bar */
#wtb .wtb ul {
  margin-top: -40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
#wtb .wtb ul li {
  position: relative;
}
#wtb .wtb ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 48px;
  background-color: #dedede;
}
#wtb .wtb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #wtb .wtb ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #wtb .wtb ul li a {
    text-align: center;
  }
}
#wtb .wtb ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 750px) {
  #wtb .wtb ul li a > div {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #wtb .wtb ul li a > div .icn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#wtb .wtb ul li a > div::after {
  content: "";
  margin-left: 20px;
  width: 21px;
  height: 14px;
  background-image: url("/assets/images/commons/btn-icn-arrow-half-right-green.svg");
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  background-size: contain;
}
@media only screen and (max-width: 1180px) {
  #wtb .wtb ul li a > div::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #wtb .wtb ul li a > div::after {
    display: none;
  }
}

/* Intro */
#intro {
  position: relative;
}
#intro .intro .txthead-box h2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
#intro .intro .txthead-box h2 .flex .flag {
  width: 11.5%;
  max-width: 122px;
}
@media only screen and (max-width: 750px) {
  #intro .intro .txthead-box h2 .flex .flag {
    display: none;
  }
}
#intro .intro .txthead-box h2 .flag-sp {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0 25px 0;
}
@media only screen and (max-width: 750px) {
  #intro .intro .txthead-box h2 .flag-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#intro .intro .txthead-box h2 .flag-sp span img {
  width: auto;
  height: 40px;
}
#intro .intro .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  #intro .intro .content {
    display: block;
    width: 90%;
    padding-right: 0;
  }
}
#intro .intro .content .col-left {
  width: 46.52777778%;
}
@media only screen and (max-width: 750px) {
  #intro .intro .content .col-left {
    width: 100%;
  }
}
#intro .intro .content .col-left img {
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 750px) {
  #intro .intro .content .col-left img {
    border-radius: 15px;
  }
}
#intro .intro .content .col-right {
  width: 53.47222222%;
  max-width: 580px;
  padding-top: 30px;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #intro .intro .content .col-right {
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro .content .col-right {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
#intro .intro .content .col-right h3 {
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #intro .intro .content .col-right h3 {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #intro .intro .content .col-right h3 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro .content .col-right h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#intro .intro-mascot {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: -1;
  width: 15.48611111%;
  max-width: 223px;
}
@media only screen and (max-width: 1180px) {
  #intro .intro-mascot {
    bottom: 1.5%;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro-mascot {
    width: 25%;
  }
}

/* About */
#about {
  background-image: url("/assets/images/top/about-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 119px;
}
#about .about .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex {
    display: block;
  }
}
#about .about .content .flex + .flex {
  margin-top: 15px;
}
#about .about .content .flex > .col {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col + .col {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col {
    width: 100% !important;
  }
}
#about .about .content .flex > .col.w47 {
  width: 47%;
}
#about .about .content .flex > .col.w53 {
  width: 53%;
}
#about .about .content .flex > .col.w60 {
  width: 60%;
}
#about .about .content .flex > .col.w40 {
  width: 40%;
}
#about .about .content .flex > .col h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col h3 {
    margin-bottom: 25px;
  }
}
#about .about .content .flex > .col h3::after {
  content: "";
  display: table;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 1px;
  background-color: #008543;
}
#about .about .content .flex > .col .counter.digit2 {
  display: inline-block;
  min-width: 115px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col .counter.digit2 {
    min-width: 90px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col .counter.digit2 {
    min-width: 70px;
  }
}
#about .about .content .flex > .col .counter.digit4 {
  display: inline-block;
  min-width: 255px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col .counter.digit4 {
    min-width: 230px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col .counter.digit4 {
    min-width: 210px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .counter.digit4 {
    min-width: 155px;
  }
}
#about .about .content .flex > .col .box p {
  font-size: 4rem;
  line-height: 5.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col .box p {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col .box p {
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box p {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
#about .about .content .flex > .col .box p .counter {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 10rem;
  line-height: 7.6rem;
  font-weight: 700;
  color: #008543;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col .box p .counter {
    font-size: 8rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col .box p .counter {
    font-size: 6rem;
    line-height: 4rem;
  }
}
#about .about .content .flex > .col .box p .small {
  font-size: 3rem;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .flex > .col .box p .small {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .flex > .col .box p .small {
    font-size: 2rem;
  }
}
#about .about .content .flex > .col .box.box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box01 {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box01 .img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box01 .text {
    text-align: center;
    margin-top: 10px;
  }
}
#about .about .content .flex > .col .box.box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  min-height: 147px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box02 {
    display: block;
    min-height: auto;
  }
}
#about .about .content .flex > .col .box.box02 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}
#about .about .content .flex > .col .box.box02 .col .flag {
  margin-bottom: 15px;
}
#about .about .content .flex > .col .box.box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box03 {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box03 .img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box03 .text {
    text-align: center;
  }
}
#about .about .content .flex > .col .box.box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 147px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .flex > .col .box.box04 {
    min-height: auto;
  }
}
#about .about .content .flex > .col .box.box04 .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#about .about .content .pakee {
  margin-top: 100px;
  border: 2px solid #008543;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee {
    margin-top: 60px;
  }
}
#about .about .content .pakee .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #008543;
  border-radius: 5px;
  gap: 50px;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .pakee .box {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .content .pakee .box {
    padding: 40px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box {
    display: block;
    padding-bottom: 0;
  }
}
#about .about .content .pakee .box .img {
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .img {
    width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .img > img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .about .content .pakee .box .img .qoute {
  position: absolute;
  top: -65px;
  left: 155px;
  width: 240px;
  height: 104px;
  background-image: url("/assets/images/top/pakee-img-qoute.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
}
@media only screen and (max-width: 850px) {
  #about .about .content .pakee .box .img .qoute {
    width: 170px;
    height: 90px;
    font-size: 1.4rem;
    line-height: 2rem;
    left: 100px;
    top: -80px;
  }
}
#about .about .content .pakee .box .img p {
  margin-top: -10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #008543;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .img p {
    margin-top: 0;
  }
}
#about .about .content .pakee .box .text {
  padding: 40px 0;
}
@media only screen and (max-width: 850px) {
  #about .about .content .pakee .box .text {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .text {
    padding: 0;
  }
}
#about .about .content .pakee .box .text .btn-box {
  position: relative;
  display: table;
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .text .btn-box {
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .text .btn-box ul {
    display: table;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .pakee .box .text .btn-box ul li + li {
    margin-top: 10px;
  }
}
#about .about .content .pakee .box .text .btn-box .mascot {
  position: absolute;
  right: 20px;
  z-index: 1;
  top: -63px;
}
@media only screen and (max-width: 850px) {
  #about .about .content .pakee .box .text .btn-box .mascot {
    top: inherit;
    bottom: 0;
  }
}

/* Notice */
#notice {
  position: relative;
  background-color: #F9F9F9;
  overflow: hidden;
}
#notice .notice-mascot {
  position: absolute;
  bottom: -10px;
  right: 7.5%;
  z-index: 1;
  width: 9.86111111%;
  max-width: 142px;
  min-width: 100px;
}
@media only screen and (max-width: 750px) {
  #notice .notice-mascot {
    right: 5%;
    min-width: 90px;
  }
}
#notice .notice .txthead-box {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#notice .notice .content .notice-slick {
  position: relative;
}
#notice .notice .content .notice-slick .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
#notice .notice .content .notice-slick .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#notice .notice .content .notice-slick .slick-slide {
  margin: 0 10px;
}
#notice .notice .content .notice-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  font-size: 0;
  line-height: 0;
}
#notice .notice .content .notice-slick .slick-arrow:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
#notice .notice .content .notice-slick .slick-arrow.slick-prev {
  left: -100px;
  background-image: url("/assets/images/commons/slick-icn-prev.svg");
}
@media only screen and (max-width: 1180px) {
  #notice .notice .content .notice-slick .slick-arrow.slick-prev {
    left: 20px;
  }
}
#notice .notice .content .notice-slick .slick-arrow.slick-next {
  right: -100px;
  background-image: url("/assets/images/commons/slick-icn-next.svg");
}
@media only screen and (max-width: 1180px) {
  #notice .notice .content .notice-slick .slick-arrow.slick-next {
    right: 20px;
  }
}
#notice .notice .content .notice-slick .item {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
#notice .notice .content .notice-slick .item a {
  display: block;
}
#notice .notice .content .notice-slick .item a .cover {
  position: relative;
}
#notice .notice .content .notice-slick .item a .cover .badge {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #8B7357;
  padding: 10px 15px;
}
@media only screen and (max-width: 850px) {
  #notice .notice .content .notice-slick .item a .cover .badge {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 5px 10px;
  }
}
#notice .notice .content .notice-slick .item a .brief {
  padding: 20px;
}
#notice .notice .content .notice-slick .item a .brief .topic {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #notice .notice .content .notice-slick .item a .brief .topic {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#notice .notice .content .notice-slick .item a .brief .location {
  margin-top: 5px;
  color: #575757;
  min-height: 15px;
  padding-left: 18px;
  background-image: url("/assets/images/commons/icn-location.svg");
  background-repeat: no-repeat;
  background-position: top 6px left;
  background-size: 13px;
}
#notice .notice .content .notice-slick .item a .brief .price {
  margin-top: 5px;
  color: #575757;
}
#notice .notice .content .notice-slick .item a .brief .price span {
  font-size: 2.2rem;
  color: #e70000;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #notice .notice .content .notice-slick .item a .brief .price span {
    font-size: 2rem;
  }
}

/* Why */
#why {
  position: relative;
}
#why .why-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 425px;
}
#why .why-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#why .why .content .why-thumb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 750px) {
  #why .why .content .why-thumb {
    display: block;
  }
}
#why .why .content .why-thumb .col {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  #why .why .content .why-thumb .col + .col {
    margin-top: 5%;
  }
}
#why .why .content .why-thumb .col .cover {
  border-radius: 5px;
  overflow: hidden;
}
#why .why .content .why-thumb .col .brief {
  margin-top: -10px;
  min-height: 114px;
  padding: 25px 15px 15px 15px;
  border: 1px solid #008543;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#why .why .content .why-thumb .col .brief p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #why .why .content .why-thumb .col .brief p {
    font-size: 1.6rem;
  }
}

/* Reviews */
#reviews {
  background-image: url("/assets/images/top/about-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 119px;
}

/* Column */
#column .column {
  max-width: 1224px;
}
#column .column .content {
  margin-top: 60px;
}
#column .column .content .pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #008543;
  background-color: #F8FDF8;
  padding: 75px 40px 50px 40px;
  border-radius: 5px;
}
@media only screen and (max-width: 850px) {
  #column .column .content .pickup {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #column .column .content .pickup {
    padding: 60px 30px 30px 30px;
  }
}
#column .column .content .pickup h3 {
  width: 172px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/images/top/column-pickup-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #column .column .content .pickup h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#column .column .content .pickup .col-left {
  width: 45.71678322%;
  max-width: 523px;
}
@media only screen and (max-width: 850px) {
  #column .column .content .pickup .col-left {
    width: 100%;
    max-width: 100%;
  }
}
#column .column .content .pickup .col-left img {
  width: 100%;
  height: auto;
}
#column .column .content .pickup .col-right {
  width: 54.28321678%;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #column .column .content .pickup .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #column .column .content .pickup .col-right {
    margin-top: 25px;
  }
}
#column .column .content .pickup .col-right h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #column .column .content .pickup .col-right h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #column .column .content .pickup .col-right h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/* Article */
#article {
  overflow: hidden;
}
#article .article .txthead-box {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#article .article .content .article-slick {
  position: relative;
}
#article .article .content .article-slick .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
#article .article .content .article-slick .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article .article .content .article-slick .slick-slide {
  margin: 0 10px;
}
#article .article .content .article-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  font-size: 0;
  line-height: 0;
}
#article .article .content .article-slick .slick-arrow:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
#article .article .content .article-slick .slick-arrow.slick-prev {
  left: -100px;
  background-image: url("/assets/images/commons/slick-icn-prev.svg");
}
@media only screen and (max-width: 1180px) {
  #article .article .content .article-slick .slick-arrow.slick-prev {
    left: 20px;
  }
}
#article .article .content .article-slick .slick-arrow.slick-next {
  right: -100px;
  background-image: url("/assets/images/commons/slick-icn-next.svg");
}
@media only screen and (max-width: 1180px) {
  #article .article .content .article-slick .slick-arrow.slick-next {
    right: 20px;
  }
}
#article .article .content .article-slick .item {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
}
#article .article .content .article-slick .item a {
  display: block;
}
#article .article .content .article-slick .item a .cover {
  position: relative;
}
#article .article .content .article-slick .item a .cover .badge {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #8B7357;
  padding: 10px 15px;
}
#article .article .content .article-slick .item a .brief {
  padding: 20px 25px;
}
#article .article .content .article-slick .item a .brief .date {
  color: #575757;
}

/* Buy */
#buy .buy .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #buy .buy .content {
    display: block;
  }
}
#buy .buy .content .col-left {
  width: 64%;
  padding: 60px 7.5%;
  color: #fff;
  background-color: #35573F;
  background-image: url("/assets/images/top/buy-bg-top.svg"), url("/assets/images/top/buy-bg-btm.svg");
  background-repeat: no-repeat;
  background-position: top right -70px, bottom left;
  background-size: 45.5%, 100%;
}
@media only screen and (max-width: 1180px) {
  #buy .buy .content .col-left {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #buy .buy .content .col-left {
    width: 100%;
    padding: 30px;
  }
}
#buy .buy .content .col-left h2 {
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1180px) {
  #buy .buy .content .col-left h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #buy .buy .content .col-left h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #buy .buy .content .col-left h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#buy .buy .content .col-left h3 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #buy .buy .content .col-left h3 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #buy .buy .content .col-left h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #buy .buy .content .col-left h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#buy .buy .content .col-left p {
  max-width: 520px;
}
#buy .buy .content .col-right {
  width: 36%;
}
@media only screen and (max-width: 750px) {
  #buy .buy .content .col-right {
    width: 100%;
  }
}
#buy .buy .content .col-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #buy .buy .content .col-right img {
    height: auto;
  }
}

/* Contact */
#contact {
  color: #fff;
  background-image: url("/assets/images/top/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
}
#contact .contact {
  width: 100%;
  padding: 35px;
  border: 1px solid #fff;
  border-radius: 5px;
  backdrop-filter: blur(2px);
  position: relative;
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    padding: 25px 0 25px 0;
  }
}
#contact .contact .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 850px) {
  #contact .contact .sns ul {
    display: block;
  }
}
#contact .contact .sns ul li {
  width: 33.33%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .sns ul li {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .sns ul li + li {
    margin-top: 10px;
  }
}
#contact .contact .phone {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .phone {
    margin-top: 25px;
  }
}
#contact .contact .phone h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .phone h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#contact .contact .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.2rem;
  line-height: 5.6rem;
  font-weight: 700;
  gap: 10px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .phone a {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .phone a {
    font-size: 3rem;
    line-height: 4rem;
    gap: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .phone a .icn img {
    width: auto;
    height: 24px;
  }
}
#contact .contact .phone p {
  text-align: center;
}
#contact .contact .mascot {
  position: absolute;
  bottom: 5px;
  right: 20%;
  z-index: 1;
  width: 15%;
  max-width: 205px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .mascot {
    right: 10%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .mascot {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 40%;
  }
}

/* SNS */
#sns {
  position: relative;
  z-index: 14;
  background-color: #fff;
}
#sns .sns .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  #sns .sns .content ul {
    max-width: 440px;
  }
}
#sns .sns .content ul li {
  width: 33.33%;
}
#sns .sns .content ul li a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#sns .sns .content ul li a .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #sns .sns .content ul li a .icn img {
    width: auto;
    height: 40px;
  }
}
#sns .sns .content ul li a .txt {
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
  text-align: center;
}

/* Column */
#column-inner #column-popular .column-popular .column-popular-slick {
  position: relative;
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-slide {
  margin: 0 7px;
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-list {
  margin: 0 -7px;
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  font-size: 0;
  line-height: 0;
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-arrow:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-arrow.slick-prev {
  left: -80px;
  background-image: url("/assets/images/commons/slick-icn-prev.svg");
}
@media only screen and (max-width: 1180px) {
  #column-inner #column-popular .column-popular .column-popular-slick .slick-arrow.slick-prev {
    left: 20px;
  }
}
#column-inner #column-popular .column-popular .column-popular-slick .slick-arrow.slick-next {
  right: -80px;
  background-image: url("/assets/images/commons/slick-icn-next.svg");
}
@media only screen and (max-width: 1180px) {
  #column-inner #column-popular .column-popular .column-popular-slick .slick-arrow.slick-next {
    right: 20px;
  }
}
#column-inner #column-popular .column-popular .column-popular-slick .item a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#column-inner #column-popular .column-popular .column-popular-slick .item a .brief {
  padding: 15px 20px;
}
#column-inner #column-popular .column-popular .column-popular-slick .item a .brief .date {
  font-size: 1.4rem;
  color: #575757;
}
#column-inner #column-popular .column-popular .column-popular-slick .item a .brief .topic {
  line-height: 2.4rem;
}
#column-inner .column-inner .column-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex {
    display: block;
  }
}
#column-inner .column-inner .column-inner-flex.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex.flex-end {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#column-inner .column-inner .column-inner-flex .col-left {
  width: 100%;
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-left {
    padding-right: 0;
  }
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail {
  margin-bottom: 60px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .ttl .cover {
  margin-top: 20px;
  margin-bottom: 20px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-left .column-detail .des {
    margin-top: 40px;
  }
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  border-bottom: 1px solid #008543;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner .column-inner-flex .col-left .column-detail .des h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-left .column-detail .des h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #008543;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner .column-inner-flex .col-left .column-detail .des h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-left .column-detail .des h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des p + p {
  margin-top: 10px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des p + h2 {
  margin-top: 30px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des p + h3 {
  margin-top: 20px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des * + .img {
  margin-top: 25px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des .img + * {
  margin-top: 25px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des .img + h2 {
  margin-top: 60px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des .img.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des .img img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des ul {
  margin-left: 20px;
}
#column-inner .column-inner .column-inner-flex .col-left .column-detail .des ul li {
  list-style: disc;
}
#column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li + li {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #e3e3e3;
}
#column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("/assets/images/commons/btn-icn-circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 35px;
  background-size: 30px;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li a {
    background-position: center right;
  }
}
#column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li a .cover {
  width: 31.41361257%;
  border-radius: 5px;
  overflow: hidden;
}
#column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li a .brief {
  width: 68.58638743%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 100px;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner .column-inner-flex .col-left .content .column-list ul li a .brief {
    padding-top: 0;
    padding-right: 50px;
  }
}
#column-inner .column-inner .column-inner-flex .col-right {
  width: 266px;
  min-width: 266px;
  position: sticky;
  bottom: 50px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
  }
}
#column-inner .column-inner .column-inner-flex .col-right .box {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#column-inner .column-inner .column-inner-flex .col-right .box h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e3e3e3;
}
#column-inner .column-inner .column-inner-flex .col-right .box + .box {
  margin-top: 20px;
}
#column-inner .column-inner .column-inner-flex .col-right .box.category ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 0 15px;
}
#column-inner .column-inner .column-inner-flex .col-right .box.category ul li + li {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #e3e3e3;
}
#column-inner .column-inner .column-inner-flex .col-right .box.category ul li a {
  display: table;
}
#column-inner .column-inner .column-inner-flex .col-right .box.popular ul li + li {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right .box.popular ul li + li {
    margin-top: 15px;
    padding-top: 16px;
  }
}
#column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .cover {
  width: 76px;
  min-width: 76px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .cover {
    width: 31.41361257%;
  }
}
#column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .brief {
  width: 100%;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .brief {
    width: 68.58638743%;
    padding-left: 20px;
  }
}
#column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .brief p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right .box.popular ul li a .brief p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#column-inner .column-inner .column-inner-flex .col-right .box.contact {
  padding: 20px 30px;
  border: 1px solid #008543;
}
#column-inner .column-inner .column-inner-flex .col-right .box.contact h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}
#column-inner .column-inner .column-inner-flex .col-right .box.contact ul li + li {
  margin-top: 10px;
}
#column-inner .column-inner .column-inner-flex .col-right .box.contact ul li a {
  height: 50px;
}
#column-inner .column-inner .column-inner-flex .col-right .mascot {
  position: absolute;
  bottom: -35px;
  right: -50px;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #column-inner .column-inner .column-inner-flex .col-right .mascot {
    width: 83px;
    right: -10%;
  }
}
@media only screen and (max-width: 750px) {
  #column-inner .column-inner .column-inner-flex .col-right .mascot {
    width: 73px;
    right: 10px;
  }
}

/* Column */
.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .content-flex {
    display: block;
  }
}
.content-flex .col-left {
  width: 266px;
  min-width: 266px;
  position: sticky;
  top: 120px;
  left: 0;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-left {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left {
    position: static;
    width: 100%;
    min-width: 100%;
    padding-bottom: 20px;
  }
}
.content-flex .col-left .box {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.content-flex .col-left .box h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e3e3e3;
}
.content-flex .col-left .box ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 0 15px;
}
.content-flex .col-left .box ul li + li {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #e3e3e3;
}
.content-flex .col-left .box ul li a {
  display: table;
}
.content-flex .col-left .mascot {
  display: table;
  margin-left: auto;
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .mascot {
    margin-top: -30px;
    margin-right: 15px;
  }
}
.content-flex .col-right {
  width: 100%;
  padding-left: 50px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right {
    padding-left: 0;
  }
}
.content-flex .col-right .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row + .row {
    margin-top: 60px;
  }
}
.content-flex .col-right .row h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  border-bottom: 1px solid #008543;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
.content-flex .col-right .row .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .message {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .message {
    display: block;
  }
}
.content-flex .col-right .row .message .text {
  width: 100%;
  padding-right: 25px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .message .text {
    padding-right: 20px;
  }
}
.content-flex .col-right .row .message .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .message .text p + p {
    margin-top: 10px;
  }
}
.content-flex .col-right .row .message .img {
  width: 172px;
  min-width: 172px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .message .img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.content-flex .col-right .row .message .img img {
  border-radius: 5px;
}
.content-flex .col-right .row .message .img p {
  margin-top: 10px;
  border-left: 1px solid #008543;
  padding-left: 8px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.content-flex .col-right .row .message .img p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.content-flex .col-right .row .philosophy .img {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .philosophy .img {
    margin-bottom: 20px;
  }
}
.content-flex .col-right .row .philosophy .img img {
  width: 33.33%;
}
.content-flex .col-right .row .philosophy .text {
  padding: 0 25px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .philosophy .text {
    padding: 0;
  }
}
.content-flex .col-right .row .philosophy .box {
  margin-top: 30px;
  padding: 25px;
  background-color: #EEFDF1;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .philosophy .box {
    margin-top: 20px;
    padding: 25px 15px;
  }
}
.content-flex .col-right .row .philosophy .box + .box {
  margin-top: 15px;
}
.content-flex .col-right .row .philosophy .box h3 {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 4rem;
  line-height: 4rem;
  color: #008543;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .philosophy .box h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.content-flex .col-right .row .philosophy .box p {
  padding: 0 15px;
}
.content-flex .col-right .row .contact .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 21px;
  border-bottom: 1px solid #E3E3E3;
}
.content-flex .col-right .row .contact .table .tr + .tr {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .contact .table .tr + .tr {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .contact .table .tr {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
  }
}
.content-flex .col-right .row .contact .table .tr .td:first-child {
  font-weight: 700;
}
.content-flex .col-right .row .history {
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .history {
    padding-bottom: 60px;
  }
}
.content-flex .col-right .row .history .timeline {
  position: relative;
  padding-top: 50px;
  padding-left: 35px;
}
.content-flex .col-right .row .history .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #008543;
}
.content-flex .col-right .row .history .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  z-index: -1;
  width: 2px;
  height: 10000%;
  background-color: #008543;
}
.content-flex .col-right .row .history .timeline .period + .period {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .history .timeline .period + .period {
    margin-top: 60px;
  }
}
.content-flex .col-right .row .history .timeline .period h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #008543;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-right .row .history .timeline .period h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-flex .col-right .row .history .timeline .period h4 {
  position: relative;
  font-weight: 700;
  color: #008543;
}
.content-flex .col-right .row .history .timeline .period h4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -22px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #008543;
}
.content-flex .col-right .row .history .timeline .period ul {
  margin-left: 30px;
  margin-bottom: 30px;
}
.content-flex .col-right .row .history .timeline .period ul li {
  list-style: disc;
}
.content-flex .col-right .row .location .gmap {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 25px;
}
.content-flex .col-right .row .location .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-flex .col-right .row .location .howto {
  position: relative;
  margin-top: 30px;
}
.content-flex .col-right .row .location .howto + .howto {
  margin-top: 30px;
}
.content-flex .col-right .row .location .howto .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  font-weight: 700;
  border: 1px solid #008543;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("/assets/images/commons/toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 35px;
  background-size: 12px;
  padding: 0 50px;
}
.content-flex .col-right .row .location .howto .toggle-btn.active {
  background-image: url("/assets/images/commons/toggle-close.svg");
}
.content-flex .col-right .row .location .howto .toggle-btn:hover {
  cursor: pointer;
}
.content-flex .col-right .row .location .howto .toggle-content {
  display: none;
  margin-top: 30px;
  position: relative;
}
.content-flex .col-right .row .location .howto .toggle-content ol {
  margin-left: 20px;
}
.content-flex .col-right .row .location .howto .toggle-content ol li {
  font-size: 1.8rem;
  font-weight: 700;
  list-style: decimal;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .location .howto .toggle-content ol li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.content-flex .col-right .row .location .howto .toggle-content ol li + li {
  margin-top: 60px;
}
.content-flex .col-right .row .location .howto .toggle-content ol li .img {
  display: table;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.content-flex .col-right .row .location .howto .toggle-content ol li .img img {
  border-radius: 5px;
}
.content-flex .col-right .row .location .howto .toggle-content ol li .img img + img {
  margin-top: 12px;
}
.content-flex .col-right .row .location .howto .toggle-content .mascot {
  display: table;
  margin-top: -75px;
  margin-left: auto;
  width: 17.5%;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right .row .location .howto .toggle-content .mascot {
    margin-top: -25px;
    margin-right: 20px;
    width: 25%;
  }
}

/* Contact Inner */
#contact-inner .contact-inner .content .banner p {
  margin-top: 15px;
}
#contact-inner .contact-inner .content .form {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .content .form {
    margin-top: 40px;
  }
}
#contact-inner .contact-inner .content .form > p {
  color: #e70000;
  margin-bottom: 25px;
}
#contact-inner .contact-inner .content .form .form-row + .form-row {
  margin-top: 25px;
}
#contact-inner .contact-inner .content .form .form-row.agree {
  padding: 20px 25px;
  background-color: #f9f9f9;
}
#contact-inner .contact-inner .content .form .form-row.agree p {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}
#contact-inner .contact-inner .content .form .form-row.agree .center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
#contact-inner .contact-inner .content .form .form-row .label {
  font-weight: 700;
  padding-left: 20px;
  padding-bottom: 5px;
}
#contact-inner .contact-inner .content .form .form-button {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .content .form .form-button {
    margin-top: 40px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-family: "Noto Sans Thai", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #CDCDCD;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.textbox {
  background-color: #F7F7F7;
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 10px;
}

input, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 27px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #DCDCDC;
  height: 18px;
  width: 18px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 1px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}