@import url("https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap");
* {
  -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;
}

/* HTML5 display-role reset for older browsers */
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 {
  border-collapse: collapse;
  border-spacing: 0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  /*line-break: anywhere;*/
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

a path, button path {
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.link-underline {
  text-decoration: underline;
}

/* Wrapper */
#wrapper {
  position: relative;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

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

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

button {
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.75, 0.3, 0.25, 1);
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* Under */
#under .under {
  width: 100%;
  height: 100vh;
  padding: 0 10%;
  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;
}
#under .under .content h1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#under .under .content .sns {
  margin-top: 30px;
}
#under .under .content .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  #under .under .content .sns ul {
    display: block;
  }
}
#under .under .content .sns ul li {
  margin: 0 15px;
}
@media only screen and (max-width: 850px) {
  #under .under .content .sns ul li {
    width: 175px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 850px) {
  #under .under .content .sns ul li + li {
    margin-top: 15px;
  }
}
#under .under .content .sns ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#under .under .content .sns ul li a .icon {
  margin-right: 10px;
}
#under .under .content .sns ul li a .icon img {
  width: 30px;
  height: auto;
}
#under .under .content .sns ul li a .text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
}

/* Contact */
.page-contact {
  background-color: #f4eadf;
}
.page-contact #contact {
  width: 100%;
  min-height: 100vh;
  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;
}
.page-contact #contact .contact .title .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  margin-bottom: 20px;
}
.page-contact #contact .contact .title h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
}
.page-contact #contact .contact .title h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: center;
}
.page-contact #contact .contact .menu {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
.page-contact #contact .contact .menu ul li + li {
  margin-top: 10px;
}
.page-contact #contact .contact .menu ul li a {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 39px;
  background-color: #fff;
}
.page-contact #contact .contact .menu ul li a .icon {
  width: 39px;
  min-width: 39px;
}
.page-contact #contact .contact .menu ul li a .text {
  width: 100%;
  text-align: center;
}
.page-contact #contact .contact .copyright {
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: center;
}