@charset "utf-8";
.ly_content--item-list {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .ly_content--item-list {
    padding-right: 25px;
  }
}

.p-txt-number {
  letter-spacing: 0.005em;
}

.p-section-item {
  max-width: 980px;
  margin: 0 auto;
}

.p-section-item__heading {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-section-item__heading {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.p-section-item__heading-inner {
  margin-right: 3%;
}

@media screen and (max-width: 768px) {
  .p-section-item__heading-inner {
    margin: 0 3%;
  }
}

.p-section-item__heading--rev .p-section-item__heading-inner {
  order: 2;
  margin: 0 3%;
}

.p-section-item__ttl {
  font-size: 45px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .p-section-item__ttl {
    font-size: 24px;
    margin-left: 0;
  }
}

.p-section-item__txt {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .p-section-item__txt--sp {
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 0.09em;
    line-height: 2;
  }
}

.p-section-item__notes {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-section-item__notes {
    font-size: 12px;
  }
}

.p-section-item__body-sp {
  text-align: center;
  margin-bottom: 30px;
}

.p-section-item__body-inner-sp {
  text-align: left;
  display: inline-block;
}

.p-kanimiso {
  padding-top: 260px;
}

@media screen and (max-width: 768px) {
  .p-kanimiso {
    padding-top: 100px;
  }
}

.p-kanimiso__item {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__item {
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
  }
}

.p-kanimiso__item .p-section-item__notes {
  margin-bottom: 25px;
}

.p-kanimiso__item-miso {
  width: 42.2%;
  margin-right: 7%;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__item-miso {
    width: 100%;
  }
}
.p-kanimiso__item-koura-wrap {
  width: 37.2%;
  margin-left: 7%;
}
@media screen and (max-width: 768px) {
  .p-kanimiso__item-koura-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-kanimiso__item-koura-wrap .text_c {
    margin-top: 0;
  }
}
.p-kanimiso__item-koura {
  border: 1px solid #fff;
  padding: 20px 50px 30px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__item-koura {
    padding: 20px;
  }
}

.p-kanimiso__item-koura-txt {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__item-koura-txt {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

.p-kanimiso__item-koura-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__item-koura-link {
    font-size: 14px;
  }
}

.p-kanimiso__item-koura-link a {
  color: #ea6000;
  text-decoration: underline;
}

.p-kanimiso__img-miso {
  padding: 0 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-kanimiso__img-miso {
    width: 80%;
    margin: 0 auto;
  }
}

.p-kaisen {
  padding-top: 210px;
}

@media screen and (max-width: 768px) {
  .p-kaisen {
    padding-top: 70px;
  }
}

.p-kaisen__img {
  /* transform: translate3d(0, -90px, 0) */
  width: 640px;
}

@media screen and (max-width: 768px) {
  .p-kaisen__img {
    transform: translate3d(-30px, -20px, 0);
    width: auto;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 20px;
  }
}

.p-kaisen .p-section-item__heading-inner {
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .p-kaisen .p-section-item__heading-inner {
    order: 2;
    margin-right: 3%;
  }
}

.p-dashi {
  display: flex;
  justify-content: center;
  width: 69%;
  margin: 0 auto 60px;
  background: #374e28;
}

@media screen and (max-width: 768px) {
  .p-dashi {
    width: 100%;
    margin: 30px 0;
  }
}

.p-dashi__body {
  padding: 20px 34px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-dashi__body {
    width: 50%;
    padding: 5px 10px;
  }
}

.p-dashi__ttl {
  font-size: 28px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-dashi__ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.p-dashi__txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-dashi__txt {
    font-size: 11px;
    line-height: 1.6;
  }
}

.p-dashi__img {
  width: 52%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-dashi__img {
    width: 50%;
  }
}

.p-dashi__img img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-dashi__img img {
    width: 100%;
    height: auto;
  }
}

.p-kaisen-set {
  padding-top: 170px;
}

@media screen and (max-width: 768px) {
  .p-kaisen-set {
    padding-top: 60px;
  }
}

.p-kaisen-set__img {
  transform: translate3d(0, -35px, 0);
  padding-right: 8%;
}

@media screen and (max-width: 768px) {
  .p-kaisen-set__img {
    padding: 0;
    transform: translate3d(0, -20px, 0);
  }
}

.p-kaisen-set .p-section-item__heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-kaisen-set .p-section-item__heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-kaisen-set .p-section-item__txt--sp {
    margin-bottom: 20px;
  }
}

.p-item-column2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-item-column2 {
    flex-direction: column;
  }
  .p-item-column2 .p-saikyoduke {
    order: 2;
  }
}

.p-item-column2 .p-section-item__heading-inner {
  margin-left: auto;
  margin-bottom: 70px;
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  .p-item-column2 .p-section-item__heading-inner {
    order: 2;
    margin: 0 3% 30px;
    margin-bottom: 30px;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-item-column2 .p-section__item-heading {
    display: flex;
  }
}

.p-item-column2__img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-item-column2 .p-section-item__txt {
    font-size: 12px;
  }
}

.p-ichiyaboshi,
.p-saikyoduke {
  padding-top: 120px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .p-ichiyaboshi,
  .p-saikyoduke {
    padding-top: 60px;
    margin-top: 0;
  }
}

.p-shell {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-shell {
    padding-top: 60px;
  }
}

.p-shell .p-section-item__heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-shell .p-section-item__heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-shell .p-section-item__heading-inner {
    order: 2;
  }
  .p-shell .p-section-item__ttl span {
    letter-spacing: -0.4em;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-shell .p-section-item__txt--sp {
    font-size: 12px;
    line-height: 2;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-shell .el_addBtn-wrap {
    margin-left: 10px;
  }
}

.p-ikura {
  padding-top: 180px;
}

@media screen and (max-width: 768px) {
  .p-ikura {
    padding-top: 60px;
  }
}

.p-ikura .p-section-item__heading {
  margin-bottom: 20px;
}

.p-syumai {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .p-syumai {
    padding-top: 60px;
  }
  .p-syumai .p-section-item__heading-inner {
    order: 2;
  }
}

.p-guratan {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .p-guratan {
    padding-top: 60px;
  }
}

.p-osouzai {
  padding-top: 130px;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .p-osouzai {
    padding-top: 60px;
    margin-bottom: 100px;
  }
  .p-osouzai .p-section-item__heading-inner {
    order: 2;
  }
}

.el_addBtn--ver02 {
  font-size: 31px;
  padding: 0 18px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .el_addBtn--ver02 {
    font-size: 18px;
    padding: 8px 18px;
  }
}

.bl_fix-menu {
  position: fixed;
  right: 20px;
  top: 140px;
}

@media screen and (max-width: 768px) {
  .bl_fix-menu {
    position: static;
  }
}

.bl_fix-menu__item {
  font-size: 14px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  text-align: right;
  width: 110px;
}

@media screen and (max-width: 1125px) {
  .bl_fix-menu__item {
    width: 100%;
    border-bottom: none;
  }
  .bl_fix-menu__item a {
    color: #000;
  }
}

.bl_fix-menu__link {
  color: #fff;
  padding: 15px 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .bl_fix-menu__link {
    padding: 10px 0;
  }
}

.bl_fix-menu__list {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bl_fix-menu__wrap {
    top: 50px;
  }
}

@media screen and (max-width: 1125px) {
  .bl_fix-menu__wrap {
    position: fixed;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: rgba(220, 221, 221, 0.9);
    padding: 40px 20px 0 0;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1125px) {
  .bl_fix-menu__wrap {
    top: 104px;
  }
}

@media screen and (max-width: 1125px) {
  .bl_fix-menu .bl_fix-menu__ttl--close {
    color: #000;
    position: relative;
    padding-bottom: 30px;
  }
  .bl_fix-menu .bl_fix-menu__ttl--close::after {
    position: absolute;
    bottom: 0;
    right: 6px;
    content: "";
    background-size: contain;
    background: url(../images/item-list/ico_arrow-open.svg) no-repeat;
    background-size: 12px 25px;
    width: 12px;
    height: 25px;
  }
  .bl_fix-menu .bl_fix-menu__ttl--open {
    color: #000;
    text-align: right;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-right: 20px;
  }
  .bl_fix-menu .bl_fix-menu__ttl--open::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: url(../images/item-list/ico_arrow-close.svg) no-rpeat;
    background-size: 10px 20px;
    width: 10px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1125px) {
  .bl_fix-menu__triger {
    width: 30px;
    top: 108px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_fix-menu__triger {
    top: 50px;
    right: 0;
    height: 100%;
  }
}

@media screen and (max-width: 1125px) {
  .bl_fix-menu__triger {
    position: fixed;
    width: 25px;
    height: 100%;
    padding-top: 20px;
    background-color: rgba(220, 221, 221, 0.9);
  }
}

@media screen and (min-width: 1126px) {
  .bl_fix-menu__ttl--close,
  .bl_fix-menu__ttl--open {
    display: none;
  }
}

@media screen and (max-width: 1125px) {
  .bl_fix-menu__wrap.open {
    right: 0;
  }
  .bl_fix-menu__triger.close {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .el_header_logo {
    width: 130px;
  }
}
