@charset "UTF-8";
/* =============================================================
    Site
============================================================= */
/* Header
------------------------------------------------------------- */
/* TOPのみ：上部のお知らせ */
.header__ticker {
  width: 100%;
  background-color: #9B9B7F;
  color: var(--color-white);
  font-weight: 900;
  font-size: var(--text-xl);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header__ticker {
    font-size: 1.4rem;
  }
}
.header__ticker--container {
  height: 4.5rem;
  overflow: hidden;
}
.header__ticker--slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__ticker--inner {
  display: block;
  width: 95%;
  max-width: 158rem;
  padding: 0 4rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header__ticker--inner {
    padding: 0 1.5rem;
    width: 100%;
  }
}
.header__ticker--inner a {
  color: var(--color-white);
}

.header#header {
  background-color: var(--color-Bg-Primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header#header {
    height: 7.5rem;
  }
}
@media screen and (min-width: 769px) {
  .header#header {
    height: 15rem;
  }
}
.header#header a, .header#header > span {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
@media screen and (max-width: 768px) {
  .header#header a, .header#header > span {
    width: 100%;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.header__logo--wrap {
  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;
  margin-right: 5.3%;
}
.header__logo a:hover {
  opacity: var(--hover-opacity);
}
.header__logo--img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header__logo--img {
    width: 11.8rem;
    height: 3.1rem;
  }
}
@media screen and (min-width: 769px) {
  .header__logo--img {
    width: 10.5rem;
    height: 9.9rem;
  }
}
.header__logo--img.only-pc-fixed {
  display: none;
}
.header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.header__nav--detail .header__nav--ttl {
  letter-spacing: 0.15em;
}
.header__nav--detail .header__nav--ttl a {
  position: relative;
  display: block;
  padding-bottom: 2.8rem;
  padding-left: 0.1rem;
  color: var(--color-Txt-Primary);
}
.header__nav--detail .header__nav--ttl a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-Key-Primary);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__nav--detail .header__nav--ttl a:hover {
  color: var(--color-Key-Primary);
}
.header__nav--detail .header__nav--ttl a:hover:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 2.3rem;
  width: 96%;
  height: 1px;
  background-color: var(--color-Key-Primary);
}
.header__nav--detail .header__nav--ttl.mega a {
  padding-right: 2.7rem;
  pointer-events: none;
}
.header__nav--detail .header__nav--ttl.mega a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_05.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__nav--detail .header__nav--ttl.mega a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-Key-Primary);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__nav--detail .header__nav--ttl.mega a:hover::before {
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_04.svg);
}
.header__nav--detail .header__nav--ttl.mega a:hover::after {
  width: 96%;
}
@media screen and (min-width: 769px) {
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 62.5rem;
  }
}
.header__main--wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header__mega {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
}
@media screen and (min-width: 769px) {
  .header__megaTtl {
    margin-left: auto;
    width: 20rem;
    max-width: 200px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 6rem;
    z-index: 1000;
  }
}
@media screen and (min-width: 769px) {
  .header__megaTtl--txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    letter-spacing: 0.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .header__megaTtl .fs_ttlsub {
    font-size: 1.5rem;
    margin-top: 0;
    line-height: 1;
    color: var(--color-Txt-Tertiary);
    margin-left: 2rem;
    text-indent: 0.2em;
  }
}
@media screen and (min-width: 769px) {
  .header__megaTtl .fs_ttlmain {
    font-size: 4rem;
    font-family: var(--font-ja);
    font-weight: 400;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .header__mega--grandchild {
    display: none;
    position: absolute;
    top: 0;
    left: 38rem;
    border-left: 1px solid #F6F6F6;
    width: 61.44%;
    max-width: 983px;
    height: 100%;
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default);
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .header__mega--grandchild-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5.52%;
       -moz-column-gap: 5.52%;
            column-gap: 5.52%;
    width: 92.1%;
    max-width: 905px;
    min-height: 35.3rem;
    position: relative;
    top: 4rem;
    left: 7.8rem;
  }
}
@media screen and (min-width: 769px) {
  .header__mega--grandchild-detail li {
    width: 29.4%;
    max-width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .header__mega--child {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 52.4rem;
    width: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .header__mega--child-detail.show .header__nav--ttl--child a, .header__mega--child-detail.show .header__nav--ttl--child span {
    background-color: var(--color-Key-Primary);
    color: var(--color-white);
    border-bottom: none;
  }
  .header__mega--child-detail.show .header__nav--ttl--child a::before, .header__mega--child-detail.show .header__nav--ttl--child span::before {
    content: "";
    background-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
  }
}
@media screen and (min-width: 769px) {
  .header__mega--child-detail.show .header__mega--grandchild {
    display: block;
  }
}
.header__mega .header__nav--ttl--child {
  width: 38rem;
  max-width: 380px;
}
.header__mega .header__nav--ttl--child a, .header__mega .header__nav--ttl--child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.5rem;
  padding-left: 10rem;
  color: var(--color-Txt-Primary);
  border-bottom: 1px solid #F6F6F6;
  position: relative;
}
.header__mega .header__nav--ttl--child a::before, .header__mega .header__nav--ttl--child span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_06.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__mega .header__nav--ttl--child a:hover, .header__mega .header__nav--ttl--child span:hover {
  background-color: var(--color-Key-Primary);
  color: var(--color-white);
  border-bottom: none;
}
.header__mega .header__nav--ttl--child a:hover::before, .header__mega .header__nav--ttl--child span:hover::before {
  content: "";
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
}
.header__mega .header__nav--ttl--child.show a, .header__mega .header__nav--ttl--child.show span {
  background-color: var(--color-Key-Primary);
  color: var(--color-white);
  border-bottom: none;
}
.header__mega .header__nav--ttl--child.show a::before, .header__mega .header__nav--ttl--child.show span::before {
  content: "";
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
}
.header__mega .header__nav--ttl--child.show + .header__mega--grandchild {
  display: block;
}
.header__mega .header__nav--ttl--grandchild a {
  height: 6rem;
  padding-left: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  color: var(--color-Txt-Primary);
  position: relative;
}
.header__mega .header__nav--ttl--grandchild a:hover {
  color: var(--color-Key-Primary);
}
.header__mega .header__nav--ttl--grandchild a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__mega .btn__txt {
  text-align: right;
  margin-top: 30px;
  position: relative;
  top: 4rem;
}
.header .header__nav--detail.active .header__nav--ttl.mega a {
  color: var(--color-Key-Primary);
}
.header .header__nav--detail.active .header__nav--ttl.mega a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_04.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header .header__nav--detail.active .header__nav--ttl.mega a::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 96%;
  height: 1px;
  background-color: var(--color-Key-Primary);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header .header__nav--detail.active .header__mega {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  top: 15rem;
  left: 0;
  height: 52.4rem;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.header__utility {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__utility {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .header__utility {
    width: 40rem;
    margin-left: 7.2%;
  }
}
@media screen and (min-width: 769px) {
  .header__utility--btn {
    width: 36.5rem;
    margin: 0 auto 2rem;
  }
}
.header__utility--btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: var(--text-s);
}
.header__utility--btn ul li a {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
@media screen and (max-width: 768px) {
  .header__utility--btn ul li a {
    height: auto !important;
  }
}
.header__utility--btn ul li a:hover {
  opacity: var(--hover-opacity);
}
@media screen and (max-width: 768px) {
  .header__utility--btn ul .favorite {
    width: 6rem;
  }
}
.header__utility--btn ul .cart {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__utility--btn ul .cart {
    width: 6rem;
  }
}
.header__utility--btn ul .cart .number {
  font-size: var(--text-s);
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--color-Highlight);
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #FDFCF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header__utility--btn ul .cart .number {
    right: 0.8rem;
    top: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__utility--btn ul .utility_menu {
    width: 6rem;
    height: 4.7rem;
  }
}
.header__utility--icon {
  display: block;
  width: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__utility--icon {
    width: 3.6rem;
  }
}
.header__utility--txt {
  display: block;
  text-align: center;
  font-family: var(--font-ja);
  color: var(--color-Txt-Primary);
}
@media screen and (max-width: 768px) {
  .header__utility--txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    padding: 2.5rem;
  }
}
.header__search--txt {
  background: none !important;
  margin-bottom: 0 !important;
  position: relative;
}
.header__search--txtBox {
  width: 40rem;
  border-radius: 100px !important;
  padding: 0 2rem;
  height: 4.4rem;
  font-size: var(--text-l) !important;
  font-family: var(--font-ja) !important;
  line-height: 2;
  border: 1px solid #3D401D;
}
@media screen and (max-width: 768px) {
  .header__search--txtBox {
    width: 100%;
    font-size: 1.5rem !important;
  }
}
.header__search--btn {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__search--btn a {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.header__search--btn a:hover {
  opacity: var(--hover-opacity);
}

.header#header.scroll {
  position: fixed;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(253, 252, 240, 0.9);
  -webkit-animation: slideInDown 0.5s forwards linear;
          animation: slideInDown 0.5s forwards linear;
  z-index: var(--zindex-header);
}
@media screen and (min-width: 769px) {
  .header#header.scroll {
    height: 8rem;
  }
}
.header#header.scroll.header-top {
  top: 0;
}
@media screen and (min-width: 769px) {
  .header#header.scroll .header__logo--img.only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .header#header.scroll .header__logo--img.only-pc-fixed {
    display: block;
    width: 4rem;
    height: 4rem;
  }
}
.header#header.scroll .header__search--txt {
  display: none;
}
@media screen and (min-width: 769px) {
  .header#header.scroll .header__utility--btn {
    margin: 0 0 0 auto;
    width: 31rem;
  }
}
@media screen and (min-width: 769px) {
  .header#header.scroll .header__utility--txt {
    display: none;
  }
}
.header#header.scroll .header__nav--detail.active .header__mega {
  top: 8rem;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .sp_menu_top {
    position: relative;
    padding: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
    border-bottom: 1px solid var(--color-Txt-Primary);
    background-color: #FDFCF0;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu_top .hamburgerSearch__close--area,
  .sp_menu_top .hamburgerCategory__close--area {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu_top .hamburger__close--button {
    width: 6rem;
    height: 4.7rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
  }
}
.sp_search__inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sp_search__inner .nav_list li {
    border-top: 1px solid #EEEEEE;
    padding: 0 2.4rem;
  }
}
.sp_search__inner .nav_list li:last-child {
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 768px) {
  .sp_search__inner .nav_list li a {
    padding: 2.4rem 0 2.4rem 3.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
  .sp_search__inner .nav_list li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-image: url(../Contents/ImagesPkg/common/menu_arrow_02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.sp_category__inner {
  background-color: #fff;
  padding: 0;
  border-top: 1px solid var(--color-Txt-Primary);
}
@media screen and (max-width: 768px) {
  .sp_category__inner .nav_list li {
    border-top: 1px solid #EEEEEE;
    padding: 0 2.4rem;
  }
}
.sp_category__inner .nav_list li:last-child {
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 768px) {
  .sp_category__inner .nav_list li a {
    padding: 2.4rem 0 2.4rem 3.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
  .sp_category__inner .nav_list li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    background-image: url(../Contents/ImagesPkg/common/menu_arrow_02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .sp_category__inner .sp_menu__title {
    padding: 1.8rem 0 1.7rem 6.8rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
    background-color: #fff;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
  }
  .sp_category__inner .sp_menu__title::before {
    left: 2rem;
  }
}

/* Footer
------------------------------------------------------------- */
#Foot {
  padding: 0;
  border: none;
}

.footer#footer {
  background-color: var(--color-Txt-Primary);
  color: var(--color-white);
  font-family: var(--font-ja);
  padding: 0;
}
.footer#footer a {
  color: var(--color-white);
  display: block;
}
@media only screen and (min-width: 769px), print {
  .footer__inner {
    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;
    width: 87.5%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.footer__top {
  border-bottom: 1px solid #fff;
  padding: 5rem 0 4rem;
}
@media only screen and (min-width: 769px), print {
  .footer__top {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 14rem;
    margin: 0 auto 5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__logo {
    width: 28rem;
    max-width: 280px;
    margin-right: 8rem;
  }
}
.footer__logo--img {
  margin: auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px), print {
  .footer__nav {
    width: 63rem;
    max-width: 630px;
  }
}
.footer__nav--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--text-xxl);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav--main {
    gap: 2rem 0.8rem;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__nav--main {
    gap: 2rem 7rem;
    line-height: 1.5;
  }
}
.footer__nav--main li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__nav--main li {
    width: 17rem;
    line-height: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__nav--main li {
    min-width: 12.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav--main li a {
    width: 100%;
    min-height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__nav--main li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .footer__nav--main li a::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__nav--main li a::before {
    width: 2.8rem;
    height: 2.8rem;
    left: -3.8rem;
  }
}
.footer__nav--main li:nth-of-type(2), .footer__nav--main li:nth-of-type(5), .footer__nav--main li:nth-of-type(8) {
  min-width: 15rem;
}
@media only screen and (max-width: 768px) {
  .footer__bottom {
    padding: 3rem 5rem;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__bottom {
    padding: 1.5rem 0 2rem;
  }
}
.footer__bottom--sns {
  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: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer__bottom--sns {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__bottom--sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__bottom--sns img {
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 769px), print {
  .footer__bottom--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
  }
}
.footer__bottom--guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__bottom--guide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9rem 2rem;
    margin-bottom: 3rem;
    font-size: var(--text-l);
  }
}
@media only screen and (min-width: 769px), print {
  .footer__bottom--guide {
    font-size: var(--text-s);
    gap: 0 3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__bottom--guide::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.5rem;
    background-color: #fff;
    margin: auto;
    right: -4rem;
    top: 0;
    bottom: 0;
  }
}
.footer__bottom--copyright {
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .footer__bottom--copyright {
    font-size: var(--text-xl);
    text-align: center;
  }
}
@media only screen and (min-width: 769px), print {
  .footer__bottom--copyright {
    font-size: var(--text-m);
  }
}

/* Header
------------------------------------------------------------- */
.breadcrumb {
  padding: 4rem 0 6rem;
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0rem 0 2rem;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumb__list {
    gap: 0.6rem;
  }
}
.breadcrumb__list--item {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .breadcrumb__list--item {
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb__list--item {
    font-size: 12px;
  }
}
.breadcrumb__list--item:not(:last-child)::after {
  content: ">";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list--item:not(:last-child)::after {
    padding-left: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumb__list--item:not(:last-child)::after {
    padding-left: 0.4rem;
  }
}
.breadcrumb__list--item--link {
  text-decoration-line: underline;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}
.breadcrumb__list--item--link:hover {
  opacity: var(--hover-opacity);
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}
#Contents .area_ttl {
  text-align: center;
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl {
    margin: 0 auto 8rem;
  }
}
#Contents .area_ttl--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  letter-spacing: 0.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1rem;
}
#Contents .area_ttl .fs_ttlsub {
  margin-top: 0;
  line-height: 1;
  color: var(--color-Txt-Tertiary);
  font-weight: var(--fw-normal);
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl .fs_ttlsub {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl .fs_ttlsub {
    font-size: 1.5rem;
  }
}
#Contents .area_ttl .fs_ttlmain {
  font-family: var(--font-ja);
  font-weight: var(--fw-normal);
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl .fs_ttlmain {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl .fs_ttlmain {
    font-size: 4rem;
  }
}
#Contents .area_ttl.vertical {
  width: 20rem;
  max-width: 200px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl.vertical {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl.vertical {
    margin: 0;
  }
}
#Contents .area_ttl.vertical .area_ttl--txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl.vertical .area_ttl--txt {
    margin-bottom: 4rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
#Contents .area_ttl.vertical .fs_ttlsub {
  margin-top: 0;
  line-height: 1;
  color: var(--color-Txt-Tertiary);
  font-weight: var(--fw-normal);
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl.vertical .fs_ttlsub {
    font-size: 1.4rem;
    margin-left: 1.5rem;
    text-indent: 0.25em;
  }
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl.vertical .fs_ttlsub {
    font-size: 1.5rem;
    margin-left: 1.7rem;
    text-indent: 0.2em;
  }
}
#Contents .area_ttl.vertical .fs_ttlmain {
  font-family: var(--font-ja);
  font-weight: var(--fw-normal);
  color: var(--color-Txt-Primary);
}
@media only screen and (max-width: 768px) {
  #Contents .area_ttl.vertical .fs_ttlmain {
    font-size: 2.8rem;
    line-height: 1.7;
    letter-spacing: 0.3em;
  }
}
@media only screen and (min-width: 769px), print {
  #Contents .area_ttl.vertical .fs_ttlmain {
    font-size: 4rem;
    padding-left: 2rem;
    line-height: 1.7;
  }
}
#Contents .dark .area_ttl.vertical .fs_ttlsub {
  color: #fff;
}
#Contents .dark .area_ttl.vertical .fs_ttlmain {
  color: #fff;
}

a {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.btn__txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn__txt {
    font-size: var(--title-s);
  }
}
@media only screen and (min-width: 769px), print {
  .btn__txt {
    font-size: var(--text-xl);
  }
}
.btn__txt--link {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
  padding-left: 4rem;
  position: relative;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-Txt-Primary);
  background-color: transparent;
  border: none;
  font-family: var(--font-ja);
  cursor: pointer;
}
.btn__txt--link::before {
  content: "";
  margin: auto 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../Contents/ImagesPkg/common/btn_arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn__txt--link:hover {
  color: var(--color-Txt-Tertiary);
}
.btn__txt--link:hover::before {
  background-image: url(../Contents/ImagesPkg/common/btn_arrow_02.svg);
}
.btn__txt--link.back::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .btn__txt.more {
    margin-top: 5rem;
  }
}
.btn__txt.more .btn__txt--link::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.notLink {
  pointer-events: none;
  opacity: 0.3;
}

*, *:before, *:after {
  /* -webkit-box-sizing: border-box; */
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}