@charset "UTF-8";
:root {
  --main-color: #DE0000;
  --txt-color: #333;
  --white: #FFF;
  --light-gray: #E9E9E9;
  --gray: #CCC;
  --dark-gray: #666;
  --beige: #F5EFE7;
  --light-beige: #FCF9F5;
  --gold: #C9A370;
  --color-newtouch: #C79B00;
  --color-vegan: #10803A;
  --color-teorian: #F06160;
  --color-teorimen: #4A517F;
  --font-main: "Shippori Mincho B1", serif;
  --font-noto: "Noto Sans", sans-serif;
}

:root {
  scroll-padding-top: 55px;
}

@media screen and (min-width: 769px) {
  :root {
    scroll-padding-top: 95px;
  }
}

html {
  font-family: var(--font-main);
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* iOS 8+ */
  scroll-behavior: smooth;
}
@media screen and (width <= 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media screen and (width > 767px), print {
  html {
    font-size: 10px;
  }
}

body {
  color: var(--txt-color);
  font-size: 1.6rem;
  letter-spacing: 0;
  word-break: break-word;
}
@media screen and (width <= 767px) {
  body {
    min-width: 320px;
  }
}

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

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #B3B3B3;
}

::-moz-placeholder {
  color: #B3B3B3;
}

:-ms-input-placeholder {
  color: #B3B3B3;
}

::-ms-input-placeholder {
  color: #B3B3B3;
}

::placeholder {
  color: #B3B3B3;
}

main {
  overflow-x: hidden;
}
@media screen and (width <= 767px) {
  main {
    padding-top: 3.5rem;
  }
}
@media screen and (width <= 1080px) {
  main {
    margin-top: 5.5rem;
  }
}
@media screen and (width > 1080px), print {
  main {
    margin-top: 10rem;
  }
}

p {
  margin-top: 1rem;
  line-height: 1.625;
}

img {
  max-width: 100%;
}

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

@media screen and (width > 767px), print {
  .-sp {
    display: none;
  }
}

@media screen and (width <= 767px) {
  .-pc {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 2rem;
}
.container.-s {
  max-width: 980px;
  padding-inline: 2rem;
}

/* svg icon */
#svgicon {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.header_sp_nav_list a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.member_link_mypage_sp::before {
  width: 1.2rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_mypage_sp.svg) !important;
  margin-top: 0.3rem;
}
.member_link_favorite_sp::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_star_sp.svg) !important;
  margin-top: 0.3rem;
}
.member_link_logout_sp::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_logout_sp.svg) !important;
  margin-top: 0.4rem;
}
.member_link_login_sp::before {
  width: 1.5rem;
  height: 1.6rem;
  background-image: url(../images/product/icon_login_sp.svg) !important;
  margin-top: 0.4rem;
}
.member_link_entry_sp::before {
  width: 1.6rem;
  height: 1.8rem;
  background-image: url(../images/product/icon_entry_sp.svg) !important;
  background-position: bottom center;
  margin-bottom: -0.2rem;
  margin-top: 0.3rem;
}

#header {
  background-color: var(--white);
  border-bottom: 0.1rem solid var(--light-gray);
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 1080px) {
  .header_inner {
    height: 5.5rem;
  }
}
@media screen and (width > 1080px), print {
  .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 10rem;
  }
}
.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 1080px) {
  .header_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}
@media screen and (width > 1080px), print {
  .header_top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 1rem;
  }
}
@media screen and (width <= 1080px) {
  .header_logo {
    width: 19rem;
  }
}
@media screen and (width > 1080px), print {
  .header_logo {
    width: 24rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (width > 767px), print {
  .header_logo:hover {
    opacity: 0.7;
  }
}
.header_logo img {
  width: 100%;
}
.header_nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 1080px) {
  .header_nav_sub:not(.-sp) .header_lang {
    display: none;
  }
  .header_nav_sub:not(.-sp) .header_sns {
    display: none;
  }
  .header_nav_sub:not(.-sp) .header_btn .-contact {
    display: none;
  }
  .header_nav_sub:not(.-sp) .header_btn .-ec a {
    padding: 1rem 0.1rem 0;
  }
  .header_nav_sub:not(.-sp) .header_btn a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    width: 6rem;
    height: 5.5rem;
  }
  .header_nav_sub:not(.-sp) .header_btn a .txt {
    font-size: 1rem;
  }
  .header_nav_sub:not(.-sp) .header_btn a .txt .-pc {
    display: none;
  }
  .header_nav_sub.-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem 0;
  }
  .header_nav_sub.-sp .header_btn {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header_nav_sub.-sp .header_btn > li {
    width: calc((100% - 1.8rem) / 2);
  }
  .header_nav_sub.-sp .header_lang {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.6rem;
  }
  .header_nav_sub.-sp .header_sns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (width > 767px), print {
  .header_lang:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.header_lang::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/icon_lang.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 1080px) {
  .header_sns {
    gap: 2.5rem;
    margin-left: 5.7rem;
  }
}
@media screen and (width > 1080px), print {
  .header_sns {
    gap: 1.5rem;
    margin-left: 2rem;
  }
}
@media screen and (width <= 1080px) {
  .header_sns .-x img {
    width: 2.1rem;
  }
}
@media screen and (width > 1080px), print {
  .header_sns .-x img {
    width: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .header_sns .-x a:hover img {
    opacity: 0.7;
  }
}
@media screen and (width <= 1080px) {
  .header_sns .-ig img {
    width: 2.4rem;
  }
}
@media screen and (width > 1080px), print {
  .header_sns .-ig img {
    width: 2rem;
  }
}
@media screen and (width <= 1080px) {
  .header_sns .-fb img {
    width: 2.6rem;
  }
}
@media screen and (width > 1080px), print {
  .header_sns .-fb img {
    width: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .header_sns a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .header_sns a:hover {
    opacity: 0.7;
  }
}
.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-left: 2rem;
}
.header_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 4rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid var(--main-color);
  font-weight: 700;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (width > 1080px), print {
  .header_btn a {
    width: fit-content;
  }
}
.header_btn a::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header_btn a .txt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header_btn .-contact a::before {
  width: 2.6rem;
  height: 2.2rem;
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  background-color: var(--main-color);
}
.header_btn .-contact a .txt {
  color: var(--main-color);
}
.header_btn .-contact a .txt .ls-10 {
  letter-spacing: -0.1rem;
}
.header_btn .-contact a .txt .ls-20 {
  letter-spacing: -0.2rem;
}
@media screen and (width > 767px), print {
  .header_btn .-contact a:hover {
    background-color: var(--main-color);
  }
  .header_btn .-contact a:hover::before {
    background-color: var(--white);
  }
  .header_btn .-contact a:hover .txt {
    color: var(--white);
  }
}
.header_btn .-ec a {
  background-color: var(--main-color);
}
.header_btn .-ec a::before {
  width: 2.5rem;
  height: 1.9rem;
  -webkit-mask-image: url(../images/common/icon_cart.svg);
          mask-image: url(../images/common/icon_cart.svg);
  background-color: var(--white);
}
@media screen and (width <= 1080px) {
  .header_btn .-ec a::before {
    margin-left: 0.4rem;
  }
}
.header_btn .-ec a .txt {
  color: var(--white);
}
@media screen and (width > 767px), print {
  .header_btn .-ec a:hover {
    background-color: var(--white);
  }
  .header_btn .-ec a:hover::before {
    background-color: var(--main-color);
  }
  .header_btn .-ec a:hover .txt {
    color: var(--main-color);
  }
}
.header_nav {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (width <= 1080px) {
  .header_nav {
    display: none;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-inline: 0.1rem solid var(--gray);
}
@media screen and (width > 1080px), print {
  .header_nav_list > li {
    position: relative;
  }
  .header_nav_list > li:hover .header_menu {
    opacity: 1;
    visibility: visible;
  }
}
.header_nav_list > li:not(:last-child) {
  border-right: 0.1rem solid var(--gray);
}
.header_nav_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 0 min(4.7rem, 3.5vw) 1.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header_nav_list > li > a > span {
  display: inline-block;
}
.header_nav_list > li > a.-member::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.6rem;
  background-image: url(../images/common/icon_member.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.4rem;
}
@media screen and (width > 767px), print {
  .header_nav_list > li > a:hover {
    color: var(--main-color);
  }
}
@media screen and (width <= 1080px) {
  .header_menu {
    padding: 1rem 1rem 1.5rem;
    border-bottom: 1px solid #D5CCC1;
  }
}
@media screen and (width > 1080px), print {
  .header_menu {
    opacity: 0;
    visibility: hidden;
    padding: 2rem 2.5rem;
    background-color: var(--light-beige);
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
            box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
    position: absolute;
    top: calc(100% + 1.4rem);
    left: -4rem;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .header_menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 1.4rem;
    position: absolute;
    top: -1.4rem;
  }
}
@media screen and (width > 1080px), print {
  .header_menu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header_menu_content:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (width > 1080px), print {
  .header_menu_content:not(:first-of-type) {
    padding-top: 2rem;
    border-top: 0.1rem solid var(--gray);
  }
}
.header_menu_content .category_ttl {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (width <= 1080px) {
  .header_menu_content .category_ttl {
    font-size: 1.5rem;
  }
  .header_menu_content .category_ttl + .list.-dotted {
    margin-top: 1rem;
  }
}
@media screen and (width > 1080px), print {
  .header_menu_content .category_ttl {
    width: 5.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 0.5em;
    font-size: 2rem;
  }
}
.header_menu_content .list.-dotted {
  margin-top: 0;
}
@media screen and (width <= 1080px) {
  .header_menu_content .list.-dotted {
    gap: 0;
    padding-left: 0.9rem;
  }
}
@media screen and (width > 1080px), print {
  .header_menu_content .list.-dotted {
    display: grid;
    grid-template-columns: repeat(2, minmax(18rem, 1fr));
    gap: 0 0.5rem;
  }
}
.header_menu_content .list.-dotted > li {
  padding-left: 1rem;
}
@media screen and (width <= 1080px) {
  .header_menu_content .list.-dotted > li {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.header_menu_content .list.-dotted > li::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0;
  background-color: var(--main-color);
}
@media screen and (width <= 1080px) {
  .header_menu_content .list.-dotted > li::before {
    top: 1.4rem !important;
  }
}
.header_menu_content .list.-dotted > li a {
  color: var(--txt-color);
  text-decoration: none;
}
@media screen and (width > 767px), print {
  .header_menu_content .list.-dotted > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (width <= 1080px) {
  .header_sp_menu {
    position: fixed;
    top: 5.5rem;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 5.5rem);
    overflow-y: auto;
    background-color: var(--light-beige);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .header_sp_menu[data-open=true] {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (width > 1080px), print {
  .header_sp_menu {
    display: none;
  }
}
.header_sp_menu_inner {
  padding: 0 1.6rem 5.4rem;
}
@media screen and (width <= 1080px) {
  .header_sp_toggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid #D5CCC1;
    font-weight: 700;
    line-height: 1.4;
  }
  .header_sp_toggle::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/common/sp_menu_arw.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: drop-shadow(0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1));
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .header_sp_toggle[data-open=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header_sp_toggle + .header_menu {
  display: none;
}
@media screen and (width <= 1080px) {
  .header_sp_link {
    width: 100%;
    display: block;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid #D5CCC1;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
  }
}
@media screen and (width <= 1080px) {
  .header_sp_nav_list .-ec {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    padding-inline: 1.6rem;
    background-color: var(--main-color);
  }
  .header_sp_nav_list .-ec .header_sp_link {
    color: var(--white);
    border-bottom: none;
    gap: 0.7rem;
  }
  .header_sp_nav_list .-ec .header_sp_link > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
  .header_sp_nav_list .-ec .header_sp_link > span::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .header_sp_nav_list .-ec:not(:first-of-type) .header_sp_link {
    border-top: 1px solid var(--white);
  }
  .header_sp_nav_list .-ec.-mypage .header_sp_link > span::before {
    width: 1.2rem;
    height: 1.6rem;
    background-image: url(../images/product/icon_mypage_w.svg);
  }
  .header_sp_nav_list .-ec.-favorite .header_sp_link > span::before {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/product/icon_star_w.svg);
  }
  .header_sp_nav_list .-ec.-logout .header_sp_link > span::before {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/product/icon_logout_w.svg);
  }
  .header_sp_nav_list .-ec.-login .header_sp_link > span::before {
    width: 1.5rem;
    height: 1.6rem;
    background-image: url(../images/product/icon_login_w.svg);
  }
  .header_sp_nav_list .-ec.-entry .header_sp_link > span::before {
    width: 1.6rem;
    height: 1.8rem;
    background-image: url(../images/product/icon_entry_w.svg);
    background-position: bottom center;
    margin-bottom: -0.2rem;
  }
}

@media screen and (1080px < width <= 1300px), print {
  [data-nav=brand] .header_menu {
    left: 0;
  }
}
@media screen and (width > 1080px), print {
  [data-nav=brand] .header_menu_content .category_ttl {
    width: 7.5em;
  }
}
@media screen and (width > 1080px), print {
  [data-nav=brand] .header_menu_content .list.-dotted {
    grid-template-columns: repeat(2, minmax(23rem, 1fr));
  }
}

@media screen and (width > 1080px), print {
  [data-nav=kodawari] .header_menu_content .category_ttl {
    width: 10.5em;
  }
}
@media screen and (width > 1080px), print {
  [data-nav=kodawari] .header_menu_content .list.-dotted {
    grid-template-columns: repeat(2, minmax(20rem, 1fr));
  }
}

@media screen and (width > 1080px), print {
  [data-nav=recipe] .header_menu_content .category_ttl {
    width: 7.5em;
  }
}

@media screen and (1080px < width <= 1300px), print {
  [data-nav=recruit] .header_menu {
    left: -70%;
  }
}

#header_trigger {
  width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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;
  gap: 0.5rem;
  padding-top: 1.3rem;
}
@media screen and (width <= 1080px) {
  #header_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (width > 1080px), print {
  #header_trigger {
    display: none;
  }
}
#header_trigger .bar {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8rem;
  height: 2rem;
  position: relative;
}
#header_trigger .bar span {
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header_trigger .bar::before, #header_trigger .bar::after {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
}
#header_trigger .bar::before {
  top: 0;
}
#header_trigger .bar::after {
  bottom: 0;
}
#header_trigger .txt {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}
#header_trigger .txt.-close {
  display: none;
}
#header_trigger[data-open=true] .bar span {
  opacity: 0;
}
#header_trigger[data-open=true] .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1rem;
  right: 1.5rem;
}
#header_trigger[data-open=true] .bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1rem;
  right: 1.5rem;
}
#header_trigger[data-open=true] .txt.-menu {
  display: none;
}
#header_trigger[data-open=true] .txt.-close {
  display: block;
}

#to_top_btn {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: var(--main-color);
  border-radius: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  position: fixed;
  z-index: 90;
  opacity: 0;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
@media screen and (width <= 1080px) {
  #to_top_btn {
    right: 1.5rem;
    bottom: 8.5rem;
  }
}
@media screen and (width > 1080px), print {
  #to_top_btn {
    right: 2rem;
    bottom: 2rem;
  }
}
#to_top_btn::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1rem;
  -webkit-mask-image: url(../images/common/to_top_arw.svg);
          mask-image: url(../images/common/to_top_arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#to_top_btn[data-condition=show] {
  opacity: 1;
}
@media screen and (width > 767px), print {
  #to_top_btn:hover {
    background-color: var(--white);
  }
  #to_top_btn:hover::before {
    background-color: var(--main-color);
  }
}

.bottom_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7rem;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 90;
}
@media screen and (width > 1080px), print {
  .bottom_menu {
    display: none;
  }
}
.bottom_menu > li {
  width: 25%;
}
.bottom_menu > li:not(:last-child) {
  border-right: 0.1rem solid var(--light-gray);
}
.bottom_menu > li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  padding-bottom: 1.6rem;
}
.bottom_menu > li a::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  background-color: var(--main-color);
}
.bottom_menu > li.-search a {
  gap: 0.8rem;
}
.bottom_menu > li.-search a::before {
  -webkit-mask-image: url(../images/common/icon_ramen.svg);
          mask-image: url(../images/common/icon_ramen.svg);
  width: 2.9rem;
  height: 2.3rem;
}
.bottom_menu > li.-discover a {
  gap: 0.9rem;
}
.bottom_menu > li.-discover a::before {
  -webkit-mask-image: url(../images/common/icon_discover.svg);
          mask-image: url(../images/common/icon_discover.svg);
  width: 2.8rem;
  height: 2.3rem;
}
.bottom_menu > li.-contact a {
  gap: 0.8rem;
}
.bottom_menu > li.-contact a::before {
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  width: 3.2rem;
  height: 2.7rem;
}
.bottom_menu > li.-contact a {
  gap: 0.8rem;
}
.bottom_menu > li.-contact a::before {
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  width: 3.2rem;
  height: 2.7rem;
}
.bottom_menu > li.-member a {
  gap: 0.7rem;
}
.bottom_menu > li.-member a::before {
  -webkit-mask-image: url(../images/common/icon_member.svg);
          mask-image: url(../images/common/icon_member.svg);
  width: 3.6rem;
  height: 2.3rem;
}
.bottom_menu[data-condition=show] {
  opacity: 1;
}

#nt_footer {
  overflow-x: hidden;
  border-top: 0.1rem solid var(--light-gray);
}
@media screen and (width > 767px), print {
  #nt_footer {
    margin-top: 10rem;
  }
}

@media screen and (width <= 767px) {
  .footer_inner {
    padding-block: 2.5rem 10rem;
  }
}
@media screen and (width > 767px), print {
  .footer_inner {
    padding-block: 4rem 3rem;
  }
}
@media screen and (width <= 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
@media screen and (767px < width <= 1100px) {
  .footer_nav_list {
    max-width: 70rem;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 2.5rem;
  }
}
@media screen and (width > 1100px), print {
  .footer_nav_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer_nav_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (767px < width <= 1100px) {
  .footer_nav_list > li {
    width: calc((100% - 5rem) / 3);
  }
}
.footer_nav_list > li .footer_nav_category {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width > 767px), print {
  .footer_nav_list > li .footer_nav_category:hover {
    text-decoration: underline;
  }
}
.footer_nav_list > li .footer_nav_category + .footer_nav_category {
  margin-top: 1.5rem;
}
.footer_nav_list .list.-dotted {
  gap: 1rem;
}
.footer_nav_list .list.-dotted > li {
  padding-left: 1.2rem;
  line-height: 1.2;
}
.footer_nav_list .list.-dotted > li::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: var(--main-color);
  top: 0.7rem;
}
.footer_nav_list .list.-dotted > li a {
  color: var(--txt-color);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (width > 767px), print {
  .footer_nav_list .list.-dotted > li a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer_sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (width > 767px), print {
  .footer_sns {
    margin-top: 4rem;
  }
}
.footer_sns .-x img {
  width: 2.5rem;
}
@media screen and (width > 767px), print {
  .footer_sns .-x a:hover img {
    opacity: 0.7;
  }
}
.footer_sns .-ig img {
  width: 2.8rem;
}
.footer_sns .-fb img {
  width: 3.1rem;
}
@media screen and (width > 767px), print {
  .footer_sns a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .footer_sns a:hover {
    opacity: 0.7;
  }
}
.footer_nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (width <= 767px) {
  .footer_nav_sub {
    gap: 1rem 2rem;
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .footer_nav_sub {
    gap: 1rem 3rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
  }
}
.footer_nav_sub::before {
  content: "";
  display: block;
  height: 0.1rem;
  background-color: var(--light-gray);
  position: absolute;
  top: 0;
}
@media screen and (width <= 767px) {
  .footer_nav_sub::before {
    width: 100%;
    left: 0;
  }
}
@media screen and (width > 767px), print {
  .footer_nav_sub::before {
    width: calc(100% + 5rem);
    left: -2.5rem;
  }
}
.footer_nav_sub a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (width > 767px), print {
  .footer_nav_sub a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (width > 767px), print {
  .footer_lang:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer_lang::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/icon_lang.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_copy {
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (width <= 767px) {
  .footer_copy {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .footer_copy {
    margin-top: 4rem;
  }
}

/* breadcrumb */
.breadcrumb {
  padding-block: 0.6rem;
  background-color: var(--light-beige);
}
@media screen and (width <= 767px) {
  .breadcrumb {
    display: none;
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .breadcrumb {
    margin-bottom: 5rem;
  }
}
.breadcrumb + * {
  margin-top: 0 !important;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 1rem;
}
.breadcrumb_list > li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.breadcrumb_list > li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.9rem;
  margin-right: 1rem;
  background-image: url(../images/common/breadcrumb_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb_list > li a {
  color: var(--main-color);
}
.breadcrumb_list > li a:hover {
  text-decoration: underline;
}
.breadcrumb_list > li br {
  display: none;
}

.page_ttl {
  border-left: 0.1rem solid var(--main-color);
}
@media screen and (width <= 767px) {
  .page_ttl {
    margin-bottom: 4rem;
    padding: 0 0 0.4rem 1.7rem;
  }
}
@media screen and (width > 767px), print {
  .page_ttl {
    margin-bottom: 5rem;
    padding: 2rem 0 2rem 5rem;
  }
}
.page_ttl + * {
  margin-top: 0 !important;
}
.page_ttl .heading_lv1 {
  font-weight: 500;
  line-height: 1.38;
}
@media screen and (width <= 767px) {
  .page_ttl .heading_lv1 {
    font-size: 2.8rem;
  }
}
@media screen and (width > 767px), print {
  .page_ttl .heading_lv1 {
    font-size: 4.2rem;
  }
}
.page_ttl .txt {
  font-size: 1.5rem;
}
.page_ttl .txt a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .page_ttl .txt a:hover {
    text-decoration: none;
  }
}

.cmn_heading_lv2 {
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.53;
}
@media screen and (width <= 767px) {
  .cmn_heading_lv2 {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_heading_lv2 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}

.cmn_heading_lv3 {
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.53;
}
@media screen and (width <= 767px) {
  .cmn_heading_lv3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_heading_lv3 {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}

@media screen and (width <= 767px) {
  .cmn_container_inner .cmn_heading_lv2 {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner .cmn_heading_lv2 {
    margin-top: 7rem;
  }
}
.cmn_container_inner .cmn_heading_lv2 + * {
  margin-top: 0 !important;
}
@media screen and (width <= 767px) {
  .cmn_container_inner .cmn_heading_lv3 {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner .cmn_heading_lv3 {
    margin-top: 5rem;
  }
}
.cmn_container_inner .cmn_heading_lv3 + * {
  margin-top: 0 !important;
}
.cmn_container_inner.-bg_beige {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  background-color: var(--beige);
}
@media screen and (width <= 767px) {
  .cmn_container_inner.-bg_beige {
    margin-top: 5rem;
    padding-block: 5rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner.-bg_beige {
    margin-top: 7rem;
    padding-block: 7rem;
  }
}
@media screen and (width <= 767px) {
  .cmn_container_inner p {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}
.cmn_container_inner p.txt_right {
  text-align: right;
}
.cmn_container_inner p a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .cmn_container_inner p a:hover {
    text-decoration: none;
  }
}
.cmn_container_inner .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .cmn_container_inner .btn_wrap {
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner .btn_wrap {
    gap: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .cmn_container_inner .cmn_mt_l {
    margin-top: 5rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner .cmn_mt_l {
    margin-top: 7rem;
  }
}
@media screen and (width <= 767px) {
  .cmn_container_inner .cmn_mt_m {
    margin-top: 3.5rem;
  }
}
@media screen and (width > 767px), print {
  .cmn_container_inner .cmn_mt_m {
    margin-top: 5rem;
  }
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.list a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .list a:hover {
    text-decoration: none;
  }
}
.list.-dotted > li {
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .list.-dotted > li {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}
@media screen and (width > 767px), print {
  .list.-dotted > li {
    line-height: 1.75;
  }
}
.list.-dotted > li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: var(--gold);
  position: absolute;
  left: 0;
}
@media screen and (width <= 767px) {
  .list.-dotted > li::before {
    top: 1rem;
  }
}
@media screen and (width > 767px), print {
  .list.-dotted > li::before {
    top: 1.2rem;
  }
}
.list.-note > li {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .list.-note > li {
    padding-left: 1.6rem;
    line-height: 1.43;
  }
}
@media screen and (width > 767px), print {
  .list.-note > li {
    padding-left: 2.2rem;
    line-height: 1.57;
  }
}
.list.-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list.-note > li.-red {
  color: var(--main-color);
}
.list.-num {
  counter-reset: cnt;
}
.list.-num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  counter-increment: cnt;
}
@media screen and (width <= 767px) {
  .list.-num > li {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}
@media screen and (width > 767px), print {
  .list.-num > li {
    line-height: 1.75;
  }
}
.list.-num > li::before {
  content: counter(cnt) ".";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--gold);
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.anchor_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
  background-color: var(--white);
  border: 0.1rem solid #000;
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .anchor_list > li a {
    padding: 1rem 1rem 1rem 1.2rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .anchor_list > li a {
    padding: 1rem 2rem 1rem 2.5rem;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
.anchor_list > li a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/arw_down.svg);
          mask-image: url(../images/common/arw_down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--main-color);
}
@media screen and (width <= 767px) {
  .anchor_list > li a::after {
    width: 1.1rem;
    height: 0.6rem;
  }
}
@media screen and (width > 767px), print {
  .anchor_list > li a::after {
    width: 1.3rem;
    height: 0.7rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (width > 767px), print {
  .anchor_list > li a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
  }
  .anchor_list > li a:hover::after {
    background-color: var(--white);
  }
}

.news_category {
  padding-bottom: 1rem;
}
@media screen and (width <= 767px) {
  .news_category {
    width: calc(100% + 2rem);
    margin-top: 2rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media screen and (width > 767px), print {
  .news_category {
    margin-top: 3rem;
  }
}
.news_category_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .news_category_inner {
    width: 100%;
    gap: 0.7rem;
  }
}
@media screen and (width > 767px), print {
  .news_category_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}
.news_category label,
.news_category a {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--white);
  border: 0.1rem solid var(--txt-color);
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (width <= 767px) {
  .news_category label,
  .news_category a {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .news_category label,
  .news_category a {
    padding: 0.8rem 1.5rem;
    font-size: 1.6rem;
  }
  .news_category label:hover,
  .news_category a:hover {
    background-color: var(--txt-color);
    color: var(--white);
  }
}
.news_category label input,
.news_category a input {
  display: none;
}
.news_category label:has(input:checked), .news_category label[data-current=true],
.news_category a:has(input:checked),
.news_category a[data-current=true] {
  background-color: var(--txt-color);
  color: var(--white);
}
.news_category label:has(input:checked)::after, .news_category label[data-current=true]::after,
.news_category a:has(input:checked)::after,
.news_category a[data-current=true]::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: var(--txt-color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -0.9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (width <= 767px) {
  .news_list {
    margin-top: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .news_list {
    margin-top: 2rem;
  }
}
.news_list > li {
  border-bottom: 0.1rem solid var(--gray);
}
.news_list > li:first-child {
  border-top: 0.1rem solid var(--gray);
}
.news_list > li > p {
  margin-bottom: 1rem;
}
.news_list .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (width <= 767px) {
  .news_list .date_wrap {
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .news_list .date_wrap {
    gap: 1.5rem;
  }
}
.news_list .date_wrap .date {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .news_list .date_wrap .date {
    font-size: 1.5rem;
  }
}
.news_list .date_wrap .news_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}
.news_list .date_wrap .news_label > li {
  padding: 0.3rem 1rem;
  border: 0.1rem solid var(--main-color);
  border-radius: 50vh;
  color: var(--main-color);
  line-height: 1.1;
}
@media screen and (width <= 767px) {
  .news_list .date_wrap .news_label > li {
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .news_list .date_wrap .news_label > li {
    font-size: 1.4rem;
  }
}
@media screen and (width <= 767px) {
  .news_list .news_ttl {
    margin-top: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.46;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 2.92em;
  }
}
@media screen and (width > 767px), print {
  .news_list .news_ttl {
    margin-top: 0.6rem;
  }
}
.news_list a {
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (width <= 767px) {
  .news_list a {
    padding-block: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .news_list a {
    padding-block: 1.5rem;
  }
  .news_list a:hover .date {
    color: var(--main-color);
    text-decoration: underline;
  }
  .news_list a:hover .news_ttl {
    color: var(--main-color);
    text-decoration: underline;
  }
}

.pagination {
  padding-bottom: 1.2rem;
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi {
    gap: 0.6rem;
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi {
    gap: 1rem;
    margin-top: 5rem;
  }
}
.pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: var(--txt-color);
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    width: 3.6rem;
    height: 3.6rem;
    padding: 0 0.5em;
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    min-width: 4rem;
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi > a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagination .wp-pagenavi > a:hover {
    background-color: var(--main-color);
    color: var(--white);
  }
}
.pagination .wp-pagenavi .current {
  background-color: var(--main-color);
  color: var(--white);
}
.pagination .wp-pagenavi .extend {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi .extend {
    width: auto;
    padding-inline: 0;
  }
}
.pagination .wp-pagenavi .extend::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 100%;
  background-image: url(../images/common/pagination_extend.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
  background-color: transparent;
}
.pagination .wp-pagenavi .previouspostslink::before,
.pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--main-color);
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi .previouspostslink,
  .pagination .wp-pagenavi .nextpostslink {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pagination .wp-pagenavi .previouspostslink:hover,
  .pagination .wp-pagenavi .nextpostslink:hover {
    background-color: transparent;
    opacity: 0.7;
  }
}
.pagination .wp-pagenavi .previouspostslink {
  margin-right: 1rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .wp-pagenavi .previouspostslink::before {
  -webkit-mask-image: url(../images/common/slide_arw_l.svg);
          mask-image: url(../images/common/slide_arw_l.svg);
}
.pagination .wp-pagenavi .nextpostslink {
  margin-left: 1rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .wp-pagenavi .nextpostslink::before {
  -webkit-mask-image: url(../images/common/slide_arw_r.svg);
          mask-image: url(../images/common/slide_arw_r.svg);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  border: 0.1rem solid #000;
  font-weight: 500;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .btn {
    padding: 1rem 1.2rem 1rem 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .btn {
    padding: 1rem 2rem 1rem 2.5rem;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.3rem;
  -webkit-mask-image: url(../images/common/btn_arw.svg);
          mask-image: url(../images/common/btn_arw.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--main-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (width > 767px), print {
  .btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
  }
  .btn:hover::after {
    background-color: var(--white);
  }
}
.btn.-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1rem 2.5rem 1rem 2rem;
  font-size: 1.6rem;
}
.btn.-left::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bnr_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .bnr_col3 {
    margin-top: 1.5rem;
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .bnr_col3 {
    margin-top: 2.5rem;
    gap: 3rem 4.5rem;
  }
}
@media screen and (width <= 767px) {
  .bnr_col3 > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .bnr_col3 > li {
    width: calc((100% - 9rem) / 3);
  }
}
@media screen and (width > 767px), print {
  .bnr_col3 > li.-large {
    width: 100%;
  }
}
.bnr_col3 > li a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (width > 767px), print {
  .bnr_col3 > li a:hover {
    opacity: 0.7;
  }
}
.bnr_col3 > li img {
  width: 100%;
}

.lower_mv {
  display: block;
}
@media screen and (width <= 767px) {
  .lower_mv {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.box_corner_triangle {
  border: 0.1rem solid var(--gold);
  position: relative;
}
@media screen and (width <= 767px) {
  .box_corner_triangle {
    margin-top: 3rem;
    padding: 1.5rem 1.9rem;
  }
}
@media screen and (width > 767px), print {
  .box_corner_triangle {
    margin-top: 4rem;
    padding: 2rem 3rem;
  }
}
.box_corner_triangle::before, .box_corner_triangle::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--gold);
  position: absolute;
}
.box_corner_triangle::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  left: 0;
}
.box_corner_triangle::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  right: 0;
  bottom: 0;
}
@media screen and (width <= 767px) {
  .box_corner_triangle p {
    font-size: 1.5rem;
    line-height: 1.466;
  }
}
.box_corner_triangle > *:first-child {
  margin-top: 0;
}


.bottom_menu[data-condition=show] {
    opacity: 1;
}
.bottom_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 7rem;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 90;
}

.bottom_menu > li:not(:last-child) {
    border-right: 0.1rem solid var(--light-gray);
}
.bottom_menu > li {
    width: 25%;
}

.bottom_menu > li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    padding-bottom: 1.3rem;
    color: #333;
    font-weight: 500;
}
.bottom_menu > li.-search a::before {
    -webkit-mask-image: url(../images/common/icon_ramen.svg);
    mask-image: url(../images/common/icon_ramen.svg);
    width: 2.9rem;
    height: 2.3rem;
}
.bottom_menu > li.-member a::before {
    -webkit-mask-image: url(../images/common/icon_member.svg);
    mask-image: url(../images/common/icon_member.svg);
    width: 3.6rem;
    height: 2.3rem;
}
.bottom_menu > li.-contact a::before {
    -webkit-mask-image: url(../images/common/icon_contact.svg);
    mask-image: url(../images/common/icon_contact.svg);
    width: 3.2rem;
    height: 2.7rem;
}
.bottom_menu > li.-discover a::before {
    -webkit-mask-image: url(../images/common/icon_discover.svg);
    mask-image: url(../images/common/icon_discover.svg);
    width: 2.8rem;
    height: 2.3rem;
}
.bottom_menu > li a::before {
    content: "";
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    background-color: var(--main-color);
}

.bottom_menu > li.-contact a {
    gap: 0.65rem;
}
.bottom_menu > li.-member a {
    gap: 0.55rem;
}
.bottom_menu > li.-discover a {
    gap: 0.75rem;
}
.bottom_menu > li.-search a {
    gap: 0.65rem;
}

@media screen and (width > 1080px), print {
    .bottom_menu {
        display: none;
    }
}

.ec-newsRole__newsTitle a {
  text-decoration: underline;
}

.ec-newsRole__newsTitle a:hover {
  text-decoration: none;
}
