@charset "UTF-8";
.l-header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 50000;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 55px;
  }
}

.c-link__navi-external {
  color: #808080;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.c-link__navi-external:hover {
  color: #808080;
}
.c-link__navi-external:hover img {
  opacity: 1;
}
.c-link__navi-external:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
}
.c-link__navi-external:not(:last-of-type):after {
  background-color: #808080;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.c-link__navi-external img {
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}
.c-link__navi-sns {
  display: inline-block;
}
.c-link__navi-sns:not(:last-of-type) {
  margin-right: 10px;
}
.c-link__navi-sns img {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .c-link__navi-external {
    color: #2A2A2A;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .c-link__navi-external:nth-of-type(n) {
    margin-right: 15px;
    padding-right: 0;
  }
  .c-link__navi-external:nth-of-type(n):after {
    content: none;
  }
  .c-link__navi-external img {
    display: block;
    margin: 0 auto 2px;
    width: 20px;
  }
}

.c-logo {
  bottom: 5px;
  left: 3%;
  margin-bottom: 0;
  position: absolute;
}
.c-logo__link {
  align-items: flex-end;
  color: #2A2A2A;
  font-size: 13px;
  display: flex;
  text-decoration: none;
}
.c-logo__link:hover {
  color: #2A2A2A;
}
.c-logo__link:hover img {
  opacity: 1;
}
.c-logo__img {
  margin-bottom: 0;
}
.c-logo__text {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1520px) {
  .c-logo {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .c-logo {
    bottom: 5px;
    left: 20px;
    z-index: 10;
  }
  .c-logo__link {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .c-logo__img {
    width: 90px;
  }
  .c-logo__text {
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    margin-left: 0;
  }
  .c-logo__text br {
    display: none;
  }
}

.c-title__ruby {
  color: #808080;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
}

.c-toggle {
  cursor: pointer;
  line-height: 1;
}
.c-toggle__inner {
  height: 20px;
  margin: 0 auto;
  position: relative;
  width: 18px;
}
.c-toggle__inner span {
  background-color: #2A2A2A;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.c-toggle__inner span:nth-of-type(1) {
  top: 0;
}
.c-toggle__inner span:nth-of-type(2) {
  top: 6px;
}
.c-toggle__inner span:nth-of-type(3) {
  top: 12px;
}
.is-open .c-toggle__inner span:nth-of-type(1) {
  top: 6px;
  transform: rotate(-45deg);
}
.is-open .c-toggle__inner span:nth-of-type(2), .is-open .c-toggle__inner span:nth-of-type(3) {
  top: 6px;
  transform: rotate(45deg);
}
.c-toggle span {
  color: #2A2A2A;
  font-size: 10px;
  font-weight: bold;
}

.p-navi--sp {
  display: none;
}
.p-navi__external {
  border-bottom: 1px solid #ECECEC;
  padding: 5px 3%;
  text-align: right;
  width: 100%;
}
.p-navi__external-text {
  color: #808080;
  display: block;
  float: left;
  font-size: 13px;
  margin-right: auto;
}
.p-navi--pc .c-search {
  margin-right: 20px;
}
.p-navi--pc .c-search:before {
  height: 12px;
  top: 4px;
  left: 8px;
  width: 12px;
}
.p-navi--pc .c-search input {
  font-size: 12px;
  max-width: calc(100% - 60px);
  padding: 0 8px 0 25px;
  width: 220px;
}
.p-navi--pc .c-search input::-moz-placeholder,
.p-navi--pc .c-search input:-ms-input-placeholder,
.p-navi--pc .c-search input::placeholder {
  font-size: 10px !important;
  color: #ff0000;
}
.p-navi--pc .c-search button {
  font-size: 12px;
  line-height: 1;
  width: 60px;
}
.p-navi--sp .c-search {
  display: flex;
  margin: 0 auto 20px;
  max-width: 440px;
  width: calc(100% - 40px);
}
.p-navi--sp .c-search input {
  width: 100%;
}


.p-navi__menu--pc {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 16px 3%;
}
.p-navi__menulist {
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 0;
  padding-right: 0;
}
.p-navi__menulist li {
  cursor: pointer;
  margin-right: 25px;
}
.p-navi__menulist li.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}
.p-navi__menulist li.menu-item-has-children:before {
  background-color: #2A2A2A;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  width: 10px;
}
.p-navi__menulist li.menu-item-has-children.mns:before {
  transform: rotate(180deg);
}
.p-navi__menulist li.menu-item-has-children:after {
  background-color: #2A2A2A;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.3s;
  width: 10px;
}
.p-navi__menulist li.menu-item-has-children.mns:after {
  transform: rotate(0deg);
}
.p-navi__menulist a {
  color: #2A2A2A;
  text-decoration: none;
}
@media screen and (max-width: 1520px) {
  .p-navi__external {
    padding: 5px 20px;
  }
  .p-navi__menu--pc {
    padding: 16px 20px;
  }
  .p-navi__menulist {
    font-size: 14px;
  }
  .p-navi__menulist li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .p-navi__menulist {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .p-navi--pc {
    display: none;
  }
  .p-navi--sp {
    background-color: #fff;
    display: block;
    height: 55px;
    position: relative;
    width: 100%;
  }
  .p-navi__external--sp {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    padding: 0 20px;
  }
  .p-navi__menu--sp {
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 0 100px;
    position: absolute;
    left: 0;
    top: -150vh;
    transition: all 0.5s;
    width: 100%;
  }
  .is-open .p-navi__menu--sp {
    top: 55px;
  }
  .p-navi__menulist--sp {
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .p-navi__menulist--sp > li {
    border-bottom: 1px solid #C2C2C2;
    position: relative;
  }
  .p-navi__menulist--sp > li.menu-item-has-children--sp:before {
    background-color: #2A2A2A;
    content: "";
    height: 1px;
    right: 10px;
    position: absolute;
    top: 27px;
    transition: all 0.3s;
    width: 10px;
  }
  .p-navi__menulist--sp > li.menu-item-has-children--sp.mns:before {
    transform: rotate(180deg);
  }
  .p-navi__menulist--sp > li.menu-item-has-children--sp:after {
    background-color: #2A2A2A;
    content: "";
    height: 1px;
    right: 10px;
    position: absolute;
    top: 27px;
    transform: rotate(90deg);
    transition: all 0.3s;
    width: 10px;
  }
  .p-navi__menulist--sp > li.menu-item-has-children--sp.mns:after {
    transform: rotate(0deg);
  }
  .p-navi__menulist--sp > li:not(.menu-item-has-children--sp):after {
    background-image: url(./images/icon_arrow_submenu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 8px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
  }
  .p-navi__menulist--sp > li > a {
    color: #2A2A2A;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
  }
  .p-navi__menulist2--sp {
    border-bottom: 1px solid #C2C2C2;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 0 10px calc(1.5em + 20px);
    width: 100%;
  }
  .p-navi__menulist2--sp a {
    color: #2A2A2A;
    display: block;
    font-size: 16px;
    padding: 4px 0;
    text-decoration: none;
  }
  .p-navi__menulist3--sp {
    list-style: none;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 20px;
    width: 100%;
  }
  .p-navi__menulist3--sp a {
    color: #2A2A2A;
    display: block;
    font-size: 16px;
    padding: 4px 0;
    text-decoration: none;
  }
  .p-navi__menulist3--sp img {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .p-navi__sns {
    margin: 0 auto;
    max-width: 480px;
    padding: 18px 20px 0;
    width: 100%;
  }
}

.p-slider {
  overflow: hidden;
  padding-top: 100px;
  width: 100%;
}
.p-slider .metaslider .flexslider {
  margin: 0;
}
.p-slider .metaslider .caption-wrap {
  background-color: transparent;
  color: #2A2A2A;
  display: inline-block;
  left: calc(347.5 / 1920 * 100vw);
  bottom: auto;
  opacity: 1;
  top: 25.5vw;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 vertical-align: middle;
  width: auto;
}
.p-slider .metaslider .caption-wrap .caption {
  display: inline-block;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 1.75vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
}
.p-slider .metaslider .flex-control-nav {
  bottom: 20px;
}
.p-slider .metaslider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.9);
}
.p-slider .metaslider .flex-control-paging li a.flex-active {
  background: rgba(96, 96, 96, 0.9);
}
@media screen and (max-width: 1200px) {
  .p-slider {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider .metaslider .caption-wrap {
    left: calc(30 / 375 * 100vw);
    top: 90vw;
  }
  .p-slider .metaslider .caption-wrap .caption {
    font-size: 4.75vw;
  }
  .p-slider .metaslider .flex-control-nav {
    bottom: 12vw;
    display: inline-block;
    right: 20px;
    width: auto;
  }
}

.p-submenu {
  background-color: #fff;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 0;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}
.p-submenu-wrap {
  display: none;
  height: calc(100vh - 100px);
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}
.p-submenu__heading {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-submenu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.p-submenu__list:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-submenu__list .menu-item {
  font-size: 16px;
  font-weight: bold;
  width: 33%;
}
.p-submenu__list .menu-item a {
  color: #2A2A2A;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}
.p-submenu__list .menu-item a:before {
  background-image: url(./images/icon_arrow_submenu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media screen and (max-width: 1200px) {
  .p-submenu--sp {
    display: none;
  }
  .p-submenu__heading {
    border-top: 1px dashed #C2C2C2;
    padding-top: 15px;
  }
  #p-cat__add__sp {
    border-top: 1px dashed #C2C2C2;
    padding-top: 15px;
  }
  .p-submenu__list {
    display: block;
  }
  .p-submenu__list:nth-of-type(n) {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .p-submenu__list .menu-item {
    width: 100%;
  }
  .p-submenu__list .menu-item a {
    display: block;
    padding: 5px 20px;
  }
  .p-submenu__list .menu-item a:before {
    left: auto;
    right: 13px;
  }
}

/*@use "l-main";*/