@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  color: #252525;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header {
    margin: 20px;
  }
}
.l-header__logo {
  width: 270px;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
}
.l-header__logo div {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0;
}
.l-header__logo h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.l-header__navi {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .l-header__navi {
    display: none;
  }
}
.l-header__navi-container {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header__navi-container {
    gap: 10px;
  }
}
.l-header__navi-item {
  display: flex;
  position: relative;
}
.l-header__navi-item a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  display: block;
  position: relative;
  padding: 0 8px;
}
.l-header__navi-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #252525;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.l-header__navi-item a:hover::after {
  transform: scale(1, 1);
}
.l-header__navi-item .disabled {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  display: block;
  position: relative;
  padding: 0 8px;
  cursor: pointer;
}
.l-header__navi-item .disabled::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #252525;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.l-header__navi-item .disabled:hover::after {
  transform: scale(1, 1);
}
.l-header__navi-item--line a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  display: block;
  color: #06C755;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.l-header__navi-item--line a:hover {
  opacity: 0.8;
}
.l-header__navi-item--line img {
  width: 24px;
}
.l-header__navi-online a {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  background-color: #252525;
  color: #FFFFFF;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border-radius: 4px;
}
.l-header__navi-online a:hover {
  opacity: 0.8;
}
.l-header__navi-online img {
  width: 20px;
}
.l-header__childMenu {
  background-color: #FFFFFF;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  top: 25px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.l-header__childMenu-list {
  padding: 12px 8px;
}
.l-header__childMenu-item {
  color: #252525;
  padding: 8px 4px;
  text-align: left;
}
.l-header__childMenu-item a {
  width: 100%;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}
.l-header__childMenu-item a::after {
  display: none;
}
.l-header__childMenu-item a:hover {
  opacity: 0.8;
}

.l-header__navi-item:hover .l-header__childMenu {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  background-color: #252525;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .l-footer {
    padding: 20px 0 40px 0;
  }
}
.l-footer__container {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .l-footer__container {
    flex-direction: column;
  }
}
.l-footer__navi {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .l-footer__navi {
    flex-direction: column;
    gap: 0px;
  }
}
.l-footer__navi a {
  font-size: 14px;
  color: #FFFFFF;
}
.l-footer__navi a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .l-footer__navi-item {
    border-bottom: solid 1px #5a5a5a;
    padding: 20px 0;
  }
}
.l-footer__navi-item .disabled {
  font-size: 14px;
  color: #8f8f8f;
}
.l-footer__navi-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0 auto;
}
.l-footer__navi-sub-item {
  margin: 8px 0 auto;
}
.l-footer__navi-child {
  display: flex;
  flex-direction: column;
}
.l-footer__navi-child-item {
  margin: 12px 0 auto;
  padding: 0 0 0 1em;
}
.l-footer__navi-child-item::before {
  content: "―";
  color: #FFFFFF;
}
.l-footer__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.l-footer__logo a {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.l-footer__logo p {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}
.l-footer__logo div {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 auto;
}
.l-footer__sns a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-footer__sns img {
  width: 24px;
}
.l-footer__sns svg {
  color: #FFFFFF;
}
.l-footer__copyright {
  color: #FFFFFF;
  font-size: 12px;
}

.l-menu__btn {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-menu__btn {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
}
.l-menu__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #252525;
  width: 45%;
}
.l-menu__btn span:nth-of-type(1) {
  top: 15px;
}
.l-menu__btn span:nth-of-type(2) {
  top: 23px;
}
.l-menu__btn span:nth-of-type(3) {
  top: 31px;
}
.l-menu__btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-menu__btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-menu__btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.l-menu__container {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #FFFFFF;
  transition: all 0.4s;
  display: none;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .l-menu__container {
    display: block;
  }
}
.l-menu__container.contentActive {
  opacity: 1;
  pointer-events: all;
}
.l-menu__container-block {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 20px 0px;
  background-color: #252525;
}
.l-menu__nav {
  margin: 40px auto auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.l-menu__nav-item {
  width: 100%;
  border-bottom: solid 1px #5a5a5a;
}
.l-menu__nav-item a {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0;
  width: 100%;
  display: block;
  color: #FFFFFF;
}
.l-menu__nav-item .disabled {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  color: #8f8f8f;
  padding: 16px 0;
}
.l-menu__childMenu {
  padding: 10px 20px;
  background-color: #3a3a3a;
  margin: auto auto 16px;
  border-radius: 4px;
}
.l-menu__childMenu-item {
  color: #FFFFFF;
}
.l-menu__childMenu-item a {
  padding: 8px 0;
}
.l-menu__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto auto;
}
.l-menu__line {
  width: 40%;
}
.l-menu__line a {
  border: solid 1px #3b3b3b;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  display: block;
  color: #06C755;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px;
  border-radius: 4px;
}
.l-menu__line a:hover {
  opacity: 0.8;
}
.l-menu__line img {
  width: 24px;
}
.l-menu__online {
  width: 60%;
}
.l-menu__online a {
  border: solid 1px #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  background-color: #252525;
  color: #FFFFFF;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}

.l-contents {
  min-height: 400px;
}

.l-pageTitle {
  width: 1140px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-pageTitle {
    width: 95%;
  }
}
.l-pageTitle__container {
  margin: auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .l-pageTitle__container {
    gap: 8px;
  }
}
.l-pageTitle .enTitle {
  font-family: "Inter", Sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #252525;
}
@media screen and (max-width: 992px) {
  .l-pageTitle .enTitle {
    font-size: 50px;
  }
}
.l-pageTitle h2 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .l-pageTitle h2 {
    font-size: 13px;
  }
}

.l-news {
  width: 1140px;
  margin: auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 992px) {
  .l-news {
    width: 95%;
    padding: 0 0 40px;
  }
}
.l-news__container {
  margin: 40px auto auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .l-news__container {
    flex-direction: column;
  }
}
.l-news__main {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .l-news__main {
    width: 100%;
  }
}
.l-news__item {
  border-bottom: solid 1px #CED1D8;
  padding: 28px 0;
}
.l-news__item-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: auto auto 12px;
}
.l-news__item-day {
  font-size: 15px;
  font-family: "Inter", Sans-serif;
}
.l-news__item-cat {
  font-size: 13px;
  padding: 6px 8px;
  color: #FFFFFF;
  background-color: #252525;
  border-radius: 4px;
}
.l-news__item-title a {
  font-size: 16px;
  color: #252525;
  text-decoration: underline;
}
.l-news__item-title a:hover {
  text-decoration: none;
}
.l-news__side {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .l-news__side {
    width: 100%;
  }
}
.l-news__cat {
  margin: auto auto 60px;
}
.l-news__cat h3 {
  font-family: "Inter", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #252525;
  margin: auto auto 24px;
}
@media screen and (max-width: 992px) {
  .l-news__cat h3 {
    font-size: 28px;
  }
}
.l-news__cat-item a {
  font-size: 16px;
  color: #252525;
  text-decoration: underline;
}
.l-news__cat-item a:hover {
  text-decoration: none;
}
.l-news__cat-item + .l-news__cat-item {
  margin: 16px auto auto;
}
.l-news__shop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-news__shop-item {
  border: solid 1px #E0E0E0;
  border-radius: 8px;
  padding: 24px;
}
.l-news__shop-logo {
  margin: auto auto 16px;
}
.l-news__shop-logo img {
  width: 200px;
}
.l-news__shop-insta {
  margin: auto auto 12px;
}
.l-news__shop-insta img {
  height: 40px;
}
.l-news__shop-text {
  font-size: 14px;
  line-height: 1.4em;
}
.l-news__contents__head {
  padding: 24px 0 24px;
  border-bottom: solid 1px #E0E0E0;
}
.l-news__contents__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: auto auto 16px;
}
@media screen and (max-width: 992px) {
  .l-news__contents__meta {
    margin: auto auto 8px;
  }
}
.l-news__contents__day {
  font-size: 15px;
  font-family: "Inter", Sans-serif;
}
.l-news__contents__cat {
  font-size: 13px;
  padding: 6px 8px;
  color: #FFFFFF;
  background-color: #252525;
  border-radius: 4px;
  display: inline-block;
}
.l-news__contents__title {
  font-size: 24px;
  color: #252525;
}
@media screen and (max-width: 992px) {
  .l-news__contents__title {
    font-size: 18px;
  }
}
.l-news__contents__block {
  font-size: 16px;
  line-height: 2em;
  padding: 24px 0;
}
@media screen and (max-width: 992px) {
  .l-news__contents__block {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.l-news__contents__block img {
  margin: 20px auto;
}
.l-news__contents__btn {
  margin: 24px auto auto;
}
@media screen and (max-width: 992px) {
  .l-news__contents__btn {
    margin: 8px auto auto;
  }
}
.l-news__contents__btn a {
  border: solid 1px #E0E0E0;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #252525;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border-radius: 4px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .l-news__contents__btn a {
    display: block;
    text-align: center;
  }
}
.l-news__contents__btn a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */