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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
.l-inner {
  width: min(100% - 20px, 1326px);
  margin-inline: auto;
}

.l-inner__content {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  width: 283px;
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    width: 198px;
    margin-left: 1.25rem;
  }
}

.header-nav {
  margin-left: auto;
  margin-right: 1.125rem;
}

.header-nav-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  position: relative;
}

.header-nav-item {
  padding-inline: 1.5rem;
  -webkit-transform: skewX(139deg);
          transform: skewX(139deg);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
.header-nav-item + .header-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 14px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .header-nav-item + .header-nav-item::before {
    top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-item {
    font-size: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(4) {
  padding-inline: 1.125rem;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(4) {
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(5) {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(5) {
    padding-inline: 0.625rem;
  }
}

.header-nav-link {
  display: block;
  -webkit-transform: skewX(-135deg);
          transform: skewX(-135deg);
  line-height: 1.25;
}

/***************************************
index
****************************************/
body {
  font-family: "Zen Old Mincho", serif;
}

.c-entry__header {
  display: none;
}

.smb-section__title {
  font-family: "EB Garamond", serif;
}

.menu-item-gtranslate {
  position: initial !important;
  padding-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .menu-item-gtranslate {
    display: none;
  }
}

.l-header__content .c-row__col--auto {
  --_item-width: 25% !important;
}
@media screen and (max-width: 1200px) {
  .l-header__content .c-row__col--auto {
    --_item-width: 100% !important;
  }
}

.p-drop-nav--has-site-branding .p-global-nav {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.c-drawer .menu-item a {
  color: #333;
}

@media screen and (max-width: 768px) {
  .smb-spider-slider__figure-wrapper {
    position: initial;
  }
}

.smb-spider-slider .spider__slide div.smb-spider-slider__item {
  font-family: "EB Garamond", serif;
  color: #fff;
  bottom: auto;
  text-shadow: 7px 7px 10px rgb(0, 0, 0);
  z-index: 5;
}

.spider__canvas {
  height: 70vh !important;
}
@media screen and (max-width: 1400px) {
  .spider__canvas {
    height: 60vh !important;
  }
}

.home .p-section-front-page-content {
  padding-top: 0 !important;
}

.parallax {
  position: fixed;
  background-position: 50% 50%;
}

@media screen and (max-width: 1200px) {
  .about-us {
    padding-inline: 1.25rem;
  }
}

.jewely-item .smb-items__item__title {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .smb-information__item .c-row__col {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .smb-information__item__body {
    padding-block: 0 !important;
    padding-inline: 20px 0 !important;
  }
}

.c-copyright {
  color: #fff;
  background: #fac559;
}

.l-footer-widget-area {
  padding-block: 0.625rem !important;
}

.l-footer-widget-area__item:nth-child(2),
.l-footer-widget-area__item:nth-child(1) {
  margin-bottom: 1.25rem !important;
}

.l-footer-widget-area__item .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer-widget-area__item .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer-widget-area__item .menu .menu-item {
  margin-left: 1.25rem;
  margin-block: 0;
}

.l-footer-widget-area__item .widget_block {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-footer-widget-area__item:nth-child(2) .widget_block {
  border: 1px solid #fac559;
  padding: 0.625rem;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .company-info {
    text-align: left;
  }
}

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

.smf-button-control__control {
  color: #333 !important;
  letter-spacing: 0.3em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service-wrapper {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .service-wrapper .c-container {
    padding-inline: 0;
  }
}

@media screen and (max-width: 1200px) {
  .service-wrapper .smb-section-break-the-grid__figure {
    margin-inline: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .service-wrapper .smb-list {
    padding-left: 1.5625rem;
  }
}

@media screen and (max-width: 1200px) {
  .about-us-wrapper {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .about-us-wrapper .c-container {
    padding-inline: 0;
  }
}

@media screen and (max-width: 1200px) {
  .about-us-wrapper .smb-section-break-the-grid__figure {
    margin-inline: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .message .smb-section-break-the-grid__figure {
    margin-top: 0.625rem;
    padding-inline: 1.25rem;
  }
}/*# sourceMappingURL=style.css.map */