@charset "UTF-8";
/*============================
animation
============================*/
@keyframes moveleft {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(111%, 0, 0);
  }
}
@keyframes moveBg {
  100% {
    transform: translateX(0);
  }
}
@keyframes moveright {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(-111%, 0, 0);
  }
}
@keyframes moveLayer {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translateX(111%);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadeinblock {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*===========================
reset style
===========================*/
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 1.2px;
  color: #231815;
  background: #ffffff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231815;
  font-weight: normal;
}

p {
  color: #231815;
  font-size: 16px;
  line-height: 2.2em;
}

ul,
ol,
li {
  list-style: none;
  color: #231815;
}

a {
  text-decoration: none;
  color: #231815;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
a:visited {
  text-decoration: none;
  color: #231815;
}
a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

address {
  color: #231815;
  font-style: normal;
}

img {
  vertical-align: bottom;
  border: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  color: #231815;
}

main {
  display: block;
}

picture {
  display: block;
}

table,
th,
td {
  color: #231815;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/*==========================
l-header
==========================*/
.l-header.is-active .l-header__bg {
  transform: translateX(0%);
}
.l-header.is-active .l-header__logoLink img {
  filter: invert(98%) sepia(3%) saturate(1%) hue-rotate(104deg) brightness(107%) contrast(99%);
  transition: 0.3s;
}
.l-header.is-active .l-header__hmbButton:before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__hmbButton > div {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__menu {
  border-left: 1px solid #ffffff;
}
.l-header.is-active .l-header__itemLink {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__itemLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header.is-active .l-header__itemLink:hover {
  text-decoration: none;
}
.l-header.is-active .l-header__itemContentLink {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__itemContentLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header.is-active .l-header__itemContentLink:hover {
  text-decoration: none;
}
.l-header.is-active .l-header__itemContentLink::before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__arrowContent {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__arrowContent:before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header.is-active .l-header__instaLink img {
  filter: invert(98%) sepia(3%) saturate(1%) hue-rotate(104deg) brightness(107%) contrast(99%);
  transition: 0.3s;
}
.l-header__bg {
  background-color: rgba(93, 83, 75, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  transform: translateX(-100%);
  transition: 0.6s;
  z-index: 10000;
}
.l-header--brands .l-header__logo {
  left: 56%;
  transform: translateX(-50%);
  width: 100px;
}
.l-header__insta {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  position: fixed;
  top: 60px;
  left: auto;
  right: 60px;
  z-index: 10000;
}
.l-header__insta:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__instaLinkContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 10px;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
}
.l-header__instaLinkContent:after {
  content: "";
  margin-top: 10px;
  display: block;
  text-align: left;
  width: 30px;
  height: 1px;
  background-color: #231815;
}
.l-header__instaLinkContent:before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #231815;
  transform: rotate(-45deg) translateY(calc(50% - 8px));
  transform-origin: 50% 0;
}
.l-header__logo {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 10000;
  width: 180px;
}
.l-header__logo.is-active .l-header__logoLink img {
  filter: invert(98%) sepia(3%) saturate(1%) hue-rotate(104deg) brightness(107%) contrast(99%);
  transition: 0.3s;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}
.l-header__split {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 10000;
}
.l-header__split.is-active .l-header__menu {
  border-left: 1px solid #ffffff;
}
.l-header__split.is-active .l-header__itemLink {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.l-header__split.is-active .l-header__itemLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header__split.is-active .l-header__itemLink:hover {
  text-decoration: none;
}
.l-header__split.is-active .l-header__itemContentLink {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.l-header__split.is-active .l-header__itemContentLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header__split.is-active .l-header__itemContentLink:hover {
  text-decoration: none;
}
.l-header__split.is-active .l-header__itemContentLink::before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header__split.is-active .l-header__arrowContent {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header__split.is-active .l-header__arrowContent:before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 30px;
  border-left: 1px solid #231815;
  padding-left: 20px;
}
.l-header__menu.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.l-header__item {
  font-family: "Roboto", serif;
  font-weight: 200;
  text-align: left;
  cursor: pointer;
}
.l-header__itemLink {
  display: inline-block;
}
.l-header__item .js-accordionContent {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.l-header__itemContentLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
  font-size: 12px;
}
.l-header__itemContentLink::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #231815;
}
.l-header__arrow {
  width: 30px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.l-header__arrow:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__arrow.is-active {
  opacity: 1;
  transition: 0.3s;
}
.l-header__arrowContent {
  position: relative;
  margin-top: 30px;
  text-align: left;
  width: 1px;
  height: 30px;
  background-color: #231815;
}
.l-header__arrowContent:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #231815;
  transform: rotate(-45deg);
  transform-origin: 50% 0;
}
.l-header__hmb {
  display: none;
}
.l-header__hmb.is-active .l-header__hmbButton:before {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header__hmb.is-active .l-header__hmbButton > div {
  background-color: #ffffff;
  transition: 0.3s;
}
.l-header__drwNav {
  display: none;
}
.l-header__drwNavListItem {
  border-bottom: 1px solid #ffffff;
}
.l-header__drwNavListItemTit {
  height: 50px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-header__drwNavListItemTit::before, .l-header__drwNavListItemTit::after {
  content: none !important;
}
.l-header__drwNavListItemTit a {
  color: #ffffff !important;
}
.l-header__drwNavListItemMain {
  padding-left: 20px;
  padding-bottom: 20px;
}
.l-header__drwNavListItemMainLink {
  text-align: left;
}
.l-header__drwNavListItemMainLink a {
  color: #ffffff !important;
  display: block;
  line-height: 1em;
  margin-top: 20px;
  font-size: 14px;
}
.l-header__drwNavListItemMainLink a:first-of-type {
  margin-top: 0;
}

/*==========================
l-footer
==========================*/
.l-footer {
  background-color: #5d534b;
  padding: 100px 0 70px;
}
.l-footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  max-width: 1480px;
  padding: 0 20px 0 60px;
  margin: 0 auto;
  gap: 60px;
}
.l-footer__logo {
  width: 180px;
}
.l-footer__logoLink img {
  width: 100%;
  height: 100%;
}
.l-footer__split {
  width: calc(33.3333333333% + 60px);
}
.l-footer__split:nth-of-type(1) {
  width: 200px;
}
.l-footer__split:nth-of-type(3) {
  align-self: flex-end;
}
.l-footer__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
.l-footer__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-footer__item--sns {
  align-items: flex-start;
}
.l-footer__item--sns .l-footer__itemDoboz {
  flex-wrap: wrap;
  margin-top: 5px;
}
.l-footer__itemLink {
  width: 25%;
  color: #b5b5b6;
  text-decoration: none;
  color: #b5b5b6;
  font-family: "Roboto", serif;
  font-weight: 200;
}
.l-footer__itemLink:visited {
  text-decoration: none;
  color: #b5b5b6;
}
.l-footer__itemLink:hover {
  text-decoration: none;
}
.l-footer__itemDoboz {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.l-footer__itemDoboz--right {
  justify-content: flex-end;
  margin-right: 50px;
}
.l-footer__itemDoboz--sns {
  flex-wrap: wrap;
}
.l-footer__itemDobozLink {
  font-size: 12px;
  color: #b5b5b6;
  text-decoration: none;
  color: #b5b5b6;
  font-family: "Roboto", serif;
  font-weight: 200;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.l-footer__itemDobozLink:visited {
  text-decoration: none;
  color: #b5b5b6;
}
.l-footer__itemDobozLink:hover {
  text-decoration: none;
}
.l-footer__itemDobozLink--tb {
  display: none;
}

/*============================
.l-container
============================*/
.l-container {
  overflow: hidden;
  /* IE11 */
}
.l-container-top {
  overflow: initial;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section__inner {
  width: 100%;
  width: calc(100% - 200px);
  margin-left: auto;
  padding: 0 60px;
}

/*============================
.l-main
============================*/
/*============================
.l-section
============================*/
.l-mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.l-mv-top {
  background-color: #dfd8cd;
}
.l-mv-top .l-mv__nav {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1000;
  height: 100%;
}
.l-mv-top .l-mv__navList {
  height: 100%;
}
.l-mv-top .l-mv__navItem {
  height: calc(33.3333333333% - 2px);
  writing-mode: vertical-rl;
}
.l-mv-top .l-mv__navItem:nth-of-type(1) {
  text-align: left;
}
.l-mv-top .l-mv__navItem:nth-of-type(2) {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.l-mv-top .l-mv__navItem:nth-of-type(3) {
  text-align: right;
}
.l-mv-top .l-mv__navItemLink {
  font-weight: bold;
}
.l-mv-top .l-mv__news {
  padding-bottom: 30px;
  border-left: 1px solid #231815;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}
.l-mv-top .l-mv__newsItem {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  padding-left: 20px;
  margin-top: auto;
}
.l-mv-top .l-mv__newsItemHead {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.l-mv-top .l-mv__newsItemLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.l-mv-top .l-mv__newsItemLinkPost {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.l-mv-under {
  background-color: #dfd8cd;
  padding-bottom: 60px;
  height: auto;
}
.l-mv-under .l-mv__inner {
  padding: 0 60px;
}
.l-mv-under .l-mv__wrap {
  padding: 200px 0 0;
  gap: 40px;
}
.l-mv-under .l-mv__slider {
  padding-right: 0;
}
.l-mv-under .l-mv__letterTxt {
  font-family: "Zen Kaku Gothic New", serif;
}
.l-mv-under .l-mv__letterTit {
  font-family: "Shippori Mincho B1", serif;
}
.l-mv__inner {
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin-left: auto;
}
.l-mv__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-top: 0px;
  padding: 160px 0 0;
}
.l-mv__letter {
  align-self: flex-end;
}
.l-mv__letterTit {
  font-family: "Benne", serif;
  text-align: left;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.8;
}
.l-mv__letterTxt {
  font-family: "Benne", serif;
  line-height: 2.05;
  text-align: left;
  align-self: flex-end;
  margin-top: 40px;
}
.l-mv__txt {
  font-family: "Benne", serif;
  font-size: 32px;
  line-height: 1.96;
  text-align: left;
  align-self: flex-end;
  padding-bottom: 100px;
  flex-shrink: 0;
  letter-spacing: 0;
}
.l-mv__slider {
  position: relative;
  width: 70%;
  padding-right: 40px;
}
.l-mv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv__sliderDoboz {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.l-mv__slider .swiper-slide {
  height: auto;
}
.l-mv__slider .swiper-parts {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: 0;
  width: 100%;
}
.l-mv__slider .swiper-parts .swiper-pagination {
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.l-mv__slider .swiper-parts .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background-color: #9fa0a0;
  border-radius: initial;
}
.l-mv__slider .swiper-parts .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #464241;
}
.l-mv__img {
  height: 100%;
}

/*============================
.l-footcontact
============================*/
.l-footcontact {
  background-color: #676257;
  padding: 60px 0;
}
.l-footcontact__inner {
  width: 100%;
  max-width: 1106px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footcontact .m-button {
  margin: 20px auto 0;
}

/*============================
.l-journal
============================*/
.l-journal__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 20px;
}
.l-journal__item {
  width: calc(33.3333333333% - 7px);
  position: relative;
}
.l-journal__itemLink {
  display: block;
}
.l-journal__itemLinkImg img {
  width: 100%;
  height: 100%;
}
.l-journal__itemLink:hover {
  opacity: 1;
  transition: 0.3s;
}
.l-journal__itemLink:hover .l-journal__itemHover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.3s;
}
.l-journal__itemHover {
  opacity: 0;
  background-color: black;
  transition: 0.3s;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.l-journal__itemHoverDate {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 12px;
}
.l-journal__itemHoverTit {
  color: #ffffff;
  padding: 0 20px;
  line-height: 1.5;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-journal__btn {
  width: 100%;
}
.l-journal__btn .m-button {
  margin-top: 40px;
  margin-left: auto;
}

/*============================
.l-tab
============================*/
.l-tab__switch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 200px;
  position: relative;
}
.l-tab__switchItem {
  letter-spacing: 0;
  transition: 0.3s;
  text-decoration: none;
  color: #b5b5b6;
}
.l-tab__switchItem:visited {
  text-decoration: none;
  color: #b5b5b6;
}
.l-tab__switchItem:hover {
  text-decoration: none;
}
.l-tab__switchItem.is-disable {
  opacity: 1;
  cursor: initial;
}
.l-tab__switchItem.is-active {
  color: #231815;
}
.l-tab__switchItem:hover {
  color: #231815;
  transition: 0.3s;
}
.l-tab__switchItem:nth-of-type(n + 2) {
  border-left: 1px solid #231815;
  padding-left: 20px;
}

.l-form .wpcf7.is-active {
  display: none;
}
.l-form__wrap {
  width: 66.6666666667vw;
  margin: 60px auto 0;
}
.l-form__desc {
  text-align: left;
  margin-top: 60px;
}
.l-form__desc.is-active {
  display: none;
}
.l-form__descTxt {
  font-size: 18px;
}
.l-form__doboz {
  margin-top: 80px;
}
.l-form__line {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #676257;
  padding: 20px 0 20px 20px;
  gap: 20px;
}
.l-form__line:nth-of-type(6) {
  border-bottom: initial;
}
.l-form__line--top .l-form__lineLbx {
  align-self: flex-start;
  margin-top: 30px;
}
.l-form__lineLbx {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.l-form__lineRbx {
  width: 70%;
}
.l-form__lineRbxAddress:nth-of-type(n + 2) {
  margin-top: 20px;
}
.l-form__ttl {
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.l-form__req {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #b91c22;
  line-height: 1.2;
  flex-shrink: 0;
}
.l-form__input input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", serif;
  background-color: #e5e5e5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 22px;
}
.l-form__input input::-webkit-outer-spin-button, .l-form__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__input input::-moz-placeholder {
  color: #b5b5b6;
}
.l-form__input input::placeholder {
  color: #b5b5b6;
}
.l-form__input input::-moz-placeholder {
  color: #808080;
}
.l-form__input input::placeholder {
  color: #808080;
}
.l-form__textarea {
  word-break: break-all;
}
.l-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Zen Kaku Gothic New", serif;
  background-color: #e5e5e5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 22px;
}
.l-form__textarea textarea::-moz-placeholder {
  color: #b5b5b6;
}
.l-form__textarea textarea::placeholder {
  color: #b5b5b6;
}
.l-form__textarea textarea::-moz-placeholder {
  color: #808080;
}
.l-form__textarea textarea::placeholder {
  color: #808080;
}
.l-form__privacyCheckbox {
  text-align: center;
}
.l-form__privacyCheckbox .wpcf7-list-item {
  margin: 0;
}
.l-form__privacyCheckbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-form__privacyCheckbox .wpcf7-list-item-label {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
  color: #231815;
}
.l-form__privacyCheckbox .wpcf7-list-item-label::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  background-color: #231815;
  content: "";
  opacity: 0;
}
.l-form__privacyCheckbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #231815;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  margin-right: 10px;
  transition: 0.3s color;
  flex-shrink: 0;
}
.l-form__privacyCheckbox input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", serif;
}
.l-form__privacyCheckbox input::-webkit-outer-spin-button, .l-form__privacyCheckbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__privacyCheckbox input::-moz-placeholder {
  color: #b5b5b6;
}
.l-form__privacyCheckbox input::placeholder {
  color: #b5b5b6;
}
.l-form__privacyCheckbox input:checked ~ .wpcf7-list-item-label::before {
  color: #000000;
  transition: 0.3s color;
}
.l-form__privacyLink {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  margin-top: 20px;
  text-align: center;
}
.l-form__privacyLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__privacyLinkAnchor {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b5b5b6;
}
.l-form__submit {
  margin-top: 80px;
}
.l-form__submitTag {
  position: relative;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.l-form__submit input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", serif;
  width: 200px;
  height: 50px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  border: 1px solid #231815;
  background-color: transparent;
  color: #231815;
}
.l-form__submit input[type=submit]::-webkit-outer-spin-button, .l-form__submit input[type=submit]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__submit input[type=submit]::-moz-placeholder {
  color: #b5b5b6;
}
.l-form__submit input[type=submit]::placeholder {
  color: #b5b5b6;
}
.l-form__submit input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__submit .wpcf7-spinner {
  display: none;
}
.l-form__previous {
  margin-top: 80px;
}
.l-form__previousTag {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
.l-form__previousTag:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: calc(50% + 2px);
  left: auto;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 100;
}
.l-form__previousTag input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", serif;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
  width: 240px;
  height: 48px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #000000;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.l-form__previousTag input::-webkit-outer-spin-button, .l-form__previousTag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__previousTag input::-moz-placeholder {
  color: #b5b5b6;
}
.l-form__previousTag input::placeholder {
  color: #b5b5b6;
}
.l-form__previousTag input:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__previousTag .wpcf7-spinner {
  display: none;
}
.l-form__complete {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-form__complete.is-active {
  transition: 0.3s;
  opacity: 1;
  position: static;
  visibility: visible;
}
.l-form__completeLetter {
  text-align: left;
}
.l-form__completeLetterTit {
  font-size: 23px;
}
.l-form__completeLetterTxt {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 20px;
}
.l-form .wpcf7-not-valid-tip {
  text-align: left;
}

/*============================
.l-pager
============================*/
.l-pager {
  margin-top: 40px;
}
.l-pager--switch .l-pager__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-pager--switch .l-pager__list .l-pager__button {
  transition: 0.3s;
}
.l-pager--switch .l-pager__list .l-pager__button:nth-of-type(1), .l-pager--switch .l-pager__list .l-pager__button:nth-of-type(3) {
  width: 20%;
}
.l-pager--switch .l-pager__list .l-pager__buttonPrev, .l-pager--switch .l-pager__list .l-pager__buttonNext {
  font-size: 16px;
  text-decoration: none;
  color: #b5b5b6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.l-pager--switch .l-pager__list .l-pager__buttonPrev:visited, .l-pager--switch .l-pager__list .l-pager__buttonNext:visited {
  text-decoration: none;
  color: #b5b5b6;
}
.l-pager--switch .l-pager__list .l-pager__buttonPrev:hover, .l-pager--switch .l-pager__list .l-pager__buttonNext:hover {
  text-decoration: none;
}
.l-pager--switch .l-pager__list .l-pager__buttonTit {
  line-height: 1.2;
  margin-right: 20px;
}
.l-pager--switch .l-pager__list .l-pager__buttonDate {
  line-height: 1.2;
  margin-left: 80px;
}
.l-pager--switch .l-pager__list .l-pager__buttonPrev:before {
  content: "<";
}
.l-pager--switch .l-pager__list .l-pager__buttonNext {
  justify-content: flex-end;
}
.l-pager--switch .l-pager__list .l-pager__buttonNext:after {
  content: ">";
}
.l-pager--switch .l-pager__list .l-pager__button:hover {
  transition: 0.3s;
}
.l-pager--switch .l-pager__list .l-pager__button:hover .l-pager__buttonPrev, .l-pager--switch .l-pager__list .l-pager__button:hover .l-pager__buttonNext {
  transition: 0.3s;
  color: #231815;
}
/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Zen Kaku Gothic New", serif;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
  background: url(../img/global/footer/m-pagetop.svg) no-repeat left top;
  background-size: contain;
  z-index: 99999;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.m-pagetop:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  width: 200px;
  height: 50px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  border: 1px solid #231815;
}
.m-button:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.m-buttonLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #231815;
  text-align: left;
  font-size: 24px;
}

/*============================
m-noposts
============================*/
.m-noposts {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
  text-align: left;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch.is-active {
  transition: 0.3s;
}
.js-toggle__next {
  display: none;
}

/*==================
js-fadeIn
==================*/
.js-fadeIn {
  opacity: 0;
  transition: 1s;
}
.js-fadeIn.is-show {
  opacity: 1;
}
.js-fadeIn-up {
  transform: translate(0, 50px);
}
.js-fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/*==========================
お知らせ
.p-journal
==========================*/
.p-journal-archive .p-journal-content {
  background-color: #dfd8cd;
  padding: 120px 0;
}
.p-journal-archive .p-journal-content .l-tab {
  margin-top: 60px;
}
.p-journal-single .p-journal-content {
  background-color: #dfd8cd;
  padding: 120px 0;
}
.p-journal-single .p-journal-content .l-tab {
  margin-top: 60px;
}
.p-journal-single .p-journal-content__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 80px;
  gap: 40px;
}
.p-journal-single .p-journal-content__dateItemLink {
  letter-spacing: 0;
  transition: 0.3s;
  text-decoration: none;
  color: #b5b5b6;
}
.p-journal-single .p-journal-content__dateItemLink:visited {
  text-decoration: none;
  color: #b5b5b6;
}
.p-journal-single .p-journal-content__dateItemLink:hover {
  text-decoration: none;
}
.p-journal-single .p-journal-content__dateItemLink.is-active {
  color: #231815;
}
.p-journal-single .p-journal-content__dateItemLink:hover {
  color: #231815;
  transition: 0.3s;
}
.p-journal-single .p-journal-content__doboz {
  max-width: 800px;
  margin: 0 auto;
}
.p-journal-single .p-journal-content__dobozCate {
  font-size: 24px;
}
.p-journal-single .p-journal-content__dobozTit {
  font-size: 20px;
}
.p-journal-single .p-journal-content__dobozImg {
  margin-top: 20px;
  width: 800px;
  height: 500px;
}
.p-journal-single .p-journal-content__dobozImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-journal-single .p-journal-content__result {
  max-width: 600px;
  margin: 20px auto 0;
}
.p-journal-single .p-journal-content__result p {
  margin-top: 20px;
  text-align: left;
  line-height: 2.05;
}
.p-journal-single .p-journal-content__result img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header--brands .l-header__logo {
    width: 13.3333333333vw;
  }
  .l-header__insta {
    top: 30px;
    right: 20px;
  }
  .l-header__instaLinkImg {
    width: 5.3333333333vw;
  }
  .l-header__logo {
    top: 20px;
    right: 20px;
    width: 26.6666666667vw;
  }
  .l-header__split {
    top: 60px;
    left: 20px;
  }
  .l-header__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    gap: 20px;
  }
  .l-header__itemLink {
    font-size: 3.7333333333vw;
  }
  .l-header__itemContentLink {
    font-size: 3.2vw;
  }
  .l-header__hmb {
    width: 20px;
    height: 18px;
    display: block;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 1000001;
  }
  .l-header__hmbButton {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Zen Kaku Gothic New", serif;
    width: 100%;
    height: 30px;
    position: relative;
  }
  .l-header__hmbButton:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    width: 1px;
    background-color: #231815;
  }
  .l-header__hmbButton > div {
    width: 100%;
    height: 1px;
    background: #231815;
    position: absolute;
    top: 30%;
    left: 0;
    transition: 0.3s;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    width: 20px;
    transform: rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    width: 30px;
    top: 50%;
    transform: rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    width: 25px;
    top: 70%;
    transform: rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    width: 20px;
    top: 50%;
    transform: rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    width: 20px;
    top: 50%;
    transform: rotate(-45deg);
  }
  .l-header__drwNav {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: calc(100vh - 65px);
    position: fixed;
    top: 65px;
    left: 0;
    padding: 0 20px;
  }
  .l-header__drwNav.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    z-index: 10000000000000000;
  }
  .l-header__drwNavList {
    height: 62vh;
    margin-top: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .l-header__drwNavListItemTit::before, .l-header__drwNavListItemTit::after {
    content: "" !important;
    background-color: #ffffff;
  }
  .l-header__drwNavListItemTit a {
    font-size: 16px;
  }
  .l-header__drwNavReserve {
    margin-top: 30px;
  }
  .l-header__drwNavReserve .m-button {
    width: 37.3vw;
    height: 30px;
    max-width: 250px;
    margin: 0 auto;
    font-size: 11px;
  }
  .l-footer {
    padding: 60px 0;
  }
  .l-footer__inner {
    flex-direction: column;
    max-width: initial;
    padding: 0 20px;
  }
  .l-footer__logo {
    width: 26.6666666667vw;
  }
  .l-footer__split {
    width: 100%;
  }
  .l-footer__split:nth-of-type(1) {
    width: 50%;
  }
  .l-footer__list {
    margin-top: 40px;
  }
  .l-footer__item--right {
    align-self: flex-end;
  }
  .l-footer__item--sns .l-footer__itemDoboz {
    justify-content: flex-end;
  }
  .l-footer__itemLink {
    font-size: 3.2vw;
  }
  .l-footer__itemLink--ful {
    width: 100%;
  }
  .l-footer__itemDoboz--right {
    margin-right: 0;
  }
  .l-footer__itemDoboz--ful {
    width: 100%;
  }
  .l-footer__itemDobozLink {
    font-size: 2.6666666667vw;
  }
  .l-footer__itemDobozLink--tb {
    display: none;
  }
  .l-section__inner {
    width: calc(100% - 80px);
    padding: 0 20px 0 0;
  }
  .l-mv {
    height: auto;
  }
  .l-mv-top .l-mv__nav {
    height: auto;
    right: 20px;
  }
  .l-mv-top .l-mv__navItem {
    font-size: 3.2vw;
    height: 40vw;
  }
  .l-mv-top .l-mv__news {
    padding-bottom: 20px;
    margin: 20px 0 0 40px;
  }
  .l-mv-top .l-mv__newsItem {
    padding: 0 40px 0 20px;
  }
  .l-mv-top .l-mv__newsItemHead {
    font-size: 3.2vw;
    margin-top: 10px;
  }
  .l-mv-top .l-mv__newsItemLink {
    align-items: flex-start;
  }
  .l-mv-top .l-mv__newsItemLinkPost {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
  }
  .l-mv-top .l-mv__newsItemLinkDate {
    line-height: 1.2;
    font-size: 2.9333333333vw;
  }
  .l-mv-top .l-mv__newsItemLinkTit {
    line-height: 1.2;
    font-size: 2.9333333333vw;
  }
  .l-mv-under .l-mv__inner {
    padding: 0 20px 0 80px;
  }
  .l-mv-under .l-mv__wrap {
    padding-top: 24vw;
  }
  .l-mv-under .l-mv__slider {
    padding-left: 0px;
  }
  .l-mv-under .l-mv__letter {
    order: 2;
  }
  .l-mv-under .l-mv__letterTxt {
    padding: 0;
  }
  .l-mv-under .l-mv__letterTit {
    padding: 0;
  }
  .l-mv__inner {
    width: 100%;
    padding: 0 20px 0 0;
  }
  .l-mv__wrap {
    padding-top: 100px;
    flex-direction: column;
    gap: 40px;
    padding: 100px 0 0;
  }
  .l-mv__letterTit {
    font-size: 3.4666666667vw;
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__letterTxt {
    font-size: 3.4666666667vw;
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__txt {
    font-size: 3.4666666667vw;
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__slider {
    width: 100%;
  }
  .l-footcontact__inner {
    max-width: initial;
  }
  .l-footcontact__txt {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .l-footcontact .m-button {
    margin-top: 10px;
  }
  .l-journal__list {
    padding: 0 0 0 30px;
    gap: 5px;
  }
  .l-journal__item {
    width: calc(50% - 3px);
  }
  .l-journal__itemHoverTit {
    font-size: 12px;
    padding: 0 10px;
  }
  .l-journal__btn .m-button {
    margin-top: 20px;
    width: calc(50% - 3px);
  }
  .l-tab__switchItem {
    font-size: 12px;
  }
  .l-form__wrap {
    width: 73.3333333333vw;
  }
  .l-form__desc {
    margin-top: 30px;
  }
  .l-form__descTxt {
    font-size: 2.9333333333vw;
  }
  .l-form__doboz {
    margin-top: 20px;
  }
  .l-form__line {
    flex-direction: column;
    padding: 20px 0;
  }
  .l-form__line--top .l-form__lineLbx {
    margin-top: 0;
  }
  .l-form__lineLbx {
    width: 100%;
    gap: 20px;
  }
  .l-form__lineRbx {
    width: 100%;
    padding-left: 20px;
  }
  .l-form__ttl {
    font-size: 2.9333333333vw;
  }
  .l-form__req {
    font-size: 12px;
    padding: 3px 5px;
  }
  .l-form__input input {
    font-size: 2.9333333333vw;
    padding: 10px;
  }
  .l-form__textarea textarea {
    font-size: 2.9333333333vw;
    padding: 10px;
  }
  .l-form__privacyCheckbox {
    text-align: left;
    padding-left: 20px;
  }
  .l-form__privacyCheckbox .wpcf7-list-item-label {
    text-align: left;
    display: inline;
    font-size: 2.9333333333vw;
  }
  .l-form__privacyCheckbox .wpcf7-list-item-label::after {
    top: 1.4666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: -4.4666666667vw;
  }
  .l-form__privacyCheckbox .wpcf7-list-item-label::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 0.5333333333vw;
    left: -5.3333333333vw;
  }
  .l-form__privacyLinkAnchor {
    font-size: 2.9333333333vw;
  }
  .l-form__submit {
    margin-top: 27.5px;
  }
  .l-form__submit input[type=submit] {
    width: 34.6666666667vw;
    height: 8.6666666667vw;
    font-size: 2.9333333333vw;
    margin-left: auto;
  }
  .l-form__previous {
    margin-top: 30px;
  }
  .l-form__completeLetterTit {
    font-size: 12px;
  }
  .l-form__completeLetterTxt {
    font-size: 12px;
  }
  .l-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .l-pager--switch .l-pager__list {
    gap: 50px;
  }
  .l-pager--switch .l-pager__list .l-pager__buttonPrev, .l-pager--switch .l-pager__list .l-pager__buttonNext {
    font-size: 12px;
  }
  .l-pager--switch .l-pager__list .l-pager__buttonTit {
    font-size: 12px;
    margin-right: 0px;
  }
  .l-pager--switch .l-pager__list .l-pager__buttonDate {
    font-size: 12px;
    margin-left: 0;
  }
  .m-pagetop {
    width: 35px;
    height: 35px;
  }
  .m-button {
    width: 34.6666666667vw;
    height: 8.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit {
    font-size: 3.2vw;
  }
  .p-journal-archive .p-journal-content {
    padding: 60px 0;
  }
  .p-journal-archive .p-journal-content .l-tab {
    padding: 0 0 0 20px;
    margin-top: 40px;
  }
  .p-journal-archive .p-journal-content .l-journal__list {
    padding: 0;
  }
  .p-journal-single .p-journal-content {
    padding: 60px 0;
  }
  .p-journal-single .p-journal-content .l-tab {
    margin-top: 40px;
  }
  .p-journal-single .p-journal-content__wrap {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  .p-journal-single .p-journal-content__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .p-journal-single .p-journal-content__dateItem:nth-of-type(n + 2) {
    border-left: 1px solid #231815;
    padding-left: 20px;
  }
  .p-journal-single .p-journal-content__dateItemLink {
    font-size: 12px;
  }
  .p-journal-single .p-journal-content__doboz {
    max-width: initial;
  }
  .p-journal-single .p-journal-content__dobozCate {
    font-size: 3.2vw;
  }
  .p-journal-single .p-journal-content__dobozTit {
    font-size: 3.2vw;
  }
  .p-journal-single .p-journal-content__dobozImg {
    width: auto;
    height: 46.6666666667vw;
  }
  .p-journal-single .p-journal-content__result {
    max-width: initial;
  }
  .p-journal-single .p-journal-content__result p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__insta {
    top: 20px;
    right: 20px;
  }
  .l-header__logo {
    top: 20px;
    right: 20px;
  }
  .l-header__split {
    top: 60px;
    left: 20px;
  }
  .l-header__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    gap: 20px;
  }
  .l-header__hmb {
    width: 20px;
    height: 18px;
    display: block;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 1000001;
  }
  .l-header__hmbButton {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Zen Kaku Gothic New", serif;
    width: 100%;
    height: 30px;
    position: relative;
  }
  .l-header__hmbButton:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    width: 1px;
    background-color: #231815;
  }
  .l-header__hmbButton > div {
    width: 100%;
    height: 1px;
    background: #231815;
    position: absolute;
    top: 30%;
    left: 0;
    transition: 0.3s;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    width: 20px;
    transform: rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    width: 30px;
    top: 50%;
    transform: rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    width: 25px;
    top: 70%;
    transform: rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    width: 20px;
    top: 50%;
    transform: rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    width: 20px;
    top: 50%;
    transform: rotate(-45deg);
  }
  .l-footer__inner {
    flex-direction: column;
    max-width: initial;
    padding: 0 20px;
  }
  .l-footer__split {
    width: 100%;
  }
  .l-footer__list {
    margin-top: 40px;
  }
  .l-footer__item--right {
    align-self: flex-end;
  }
  .l-footer__itemLink {
    font-size: 16px;
  }
  .l-footer__itemLink--ful {
    width: 100%;
  }
  .l-footer__itemDoboz--right {
    margin-right: 0;
  }
  .l-footer__itemDoboz--ful {
    width: 100%;
  }
  .l-footer__itemDobozLink--tb {
    display: block;
  }
  .l-section__inner {
    width: calc(100% - 80px);
    padding: 0 20px 0 0;
  }
  .l-mv {
    height: auto;
  }
  .l-mv-top .l-mv__news {
    margin: 20px 0 0 20px;
  }
  .l-mv-top .l-mv__newsItem {
    margin-left: 20px;
  }
  .l-mv-under .l-mv__inner {
    width: calc(100% - 80px);
    padding: 0 20px 0 0;
  }
  .l-mv-under .l-mv__wrap {
    padding-top: 160px;
  }
  .l-mv__inner {
    width: 100%;
    padding: 0 20px 0 0;
  }
  .l-mv__wrap {
    padding: 160px 20px 0;
  }
  .p-journal-archive .p-journal-content .l-tab {
    padding: 0 0 0 30px;
  }
  .p-journal-archive .p-journal-content .l-journal__list {
    padding: 0;
  }
}
@media screen and (min-width: 1095px) and (max-width: 1440px) {
  .l-footer__inner {
    gap: 50px;
  }
}
@media screen and (min-width: 1441px) {
  .l-mv {
    height: auto;
  }
  .l-mv-top .l-mv__news {
    margin-top: 50px;
  }
  .l-mv__inner {
    padding: 0 100px;
  }
  .l-mv__wrap {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .l-mv-top .l-mv__nav {
    height: auto;
    right: 20px;
  }
  .l-mv-top .l-mv__news {
    padding-bottom: 20px;
    margin: 20px 0 0 40px;
  }
  .l-mv-top .l-mv__newsItem {
    padding: 0 40px 0 20px;
  }
  .l-mv-top .l-mv__newsItemLink {
    align-items: flex-start;
  }
  .l-mv-top .l-mv__newsItemLinkPost {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
  }
  .l-mv-under .l-mv__letterTxt {
    padding: 0;
  }
  .l-mv-under .l-mv__letterTit {
    padding: 0;
  }
  .l-mv__wrap {
    flex-direction: column;
    gap: 40px;
    padding: 160px 0 0;
  }
  .l-mv__letterTit {
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__letterTxt {
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__txt {
    order: 2;
    padding: 0 0 0 40px;
    align-self: flex-start;
  }
  .l-mv__slider {
    width: 100%;
  }
  .p-journal-single .p-journal-content__dobozImg {
    width: 600px;
  }
}
