/* ------------------------------------------------------------

common

------------------------------------------------------------ */
/*
preset
---------------------------------------------- */
html {
  overflow: auto;
}

body {
  position: relative;
  overflow: hidden;
}

.l-mainContainer {
  overflow: hidden;
  overflow-x: hidden;
}

/* ------------------------------------------------------------


c-periodFeature

------------------------------------------------------------ */
.c-periodFeature[data-layout="20230901"] {
  color: #fff;
  background-color: #333;
}

/* ------------------------------------------------------------

c-periodFeature

------------------------------------------------------------ */
.n-anchorList[data-layout="20230901"] .c-menuItem {
  /* font-weight: bold; */
  height: 64px;
  border: 1px solid #EBEBEB;
}
.c-menuItem__chevron:before{
  color: #333;
}
@media screen and (max-width: 767px) {
.n-anchorList[data-layout="20230901"] .c-menuItem {
  /* font-weight: bold; */
  border: 1px solid #EBEBEB;
}
.c-menuItem__chevron:before{
  color: #333;
}
}

/* ------------------------------------------------------------

category

------------------------------------------------------------ */
[id^=category][data-layout="20230901"] h2 {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
@media screen and (max-width: 767px) {
  [id^=category][data-layout="20230901"] h2 {
    height: auto;
    min-height: 64px;
  }
}
[id^=category][data-layout="20230901"] h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #C1A797;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

[id^=contents][data-layout="20230901"] h3 {
  color: #333;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
@media screen and (max-width: 767px) {
  [id^=contents][data-layout="20230901"] h3 {
    height: auto;
    min-height: 64px;
  }
}
[id^=contents][data-layout="20230901"] h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[id=category][data-layout="20230901"] [id^=anchor01] {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
[id=category][data-layout="20230901"] [id^=anchor01]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #FFEAEA;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[id^=contents] .c-genericImage__sp {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ------------------------------------------------------------

n-anchorList

------------------------------------------------------------ */
.n-anchorList[data-layout="20230901"] > ul > li {
  border-radius: 4px;
  border: none;
}
@media screen and (max-width: 767px) {
  .n-anchorList[data-layout="20230901"] .c-menuItem {
    height: auto;
  }
}
.n-anchorList[data-layout="20230901"] .c-menuItem__container {
  flex: none;
}
@media screen and (max-width: 767px) {
  .n-anchorList[data-layout="20230901"] .c-menuItem__text {
    font-size: 3.333vw;
  }
}
.n-anchorList[data-layout=brand] > ul > li {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}
.n-anchorList[data-layout=brand] .c-menuItem {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.n-anchorList[data-layout=brand] .c-menuItem {
  font-size: 24px;
  min-height: 75px;
}
}
.n-anchorList[data-layout=brand] .c-menuItem__logoImage + i {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .n-anchorList[data-layout=brand] .c-menuItem__logoImage + i {
    right: 4px;
    bottom: 4px;
    width: 8px;
    height: 8px;
  }
}
.n-anchorList[data-layout=brand] .c-menuItem__logoImage + i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FA747B;
}
@media screen and (max-width: 767px) {
  .n-anchorList[data-layout=brand] .c-menuItem__logoImage + i::before {
    border-width: 0 0 8px 8px;
  }
}

/* ------------------------------------------------------------

n-floatingNavi

------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .n-floatingNaviModule.-adjust .c-menuItem__logoImage + i {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 12px;
    height: 12px;
  }
  .n-floatingNaviModule.-adjust .c-menuItem__logoImage + i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 0 8px 8px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #370202;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menu{
    background-color: #C1A797;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer{
    padding: 4px;
    background-color: #C1A797;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer li {
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    margin: 0 2px;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer li.-active:after {
    border-bottom: 2px solid #828282;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer li+li:before{
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menu {
    background: #C1A797;
    padding: 4px 0;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer li+li:before {
    border-left: 0 !important;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer ul {
    min-width: calc(100% - 6px) !important;
    margin: 0 auto;
  }
  .n-floatingNaviModule.-adjust .n-floatingNaviModule__menuContainer li {
    min-height: calc((37 / 320) * 100vw) !important;
  }
  .n-floatingNaviModule.-adjust li.-active:after {
    width: calc(100% - 6px) !important;
    border-color: #828282 !important;
  }
  /* .n-floatingNaviModule.-adjust li.-active {
  } */
  .n-floatingNaviModule.-adjust .c-menuItem__chevron {
    margin: 0 !important;
    font-size: calc((13 / 320) * 100vw) !important;
  }
  .n-floatingNaviModule.-adjust .c-menuItem__chevron:before {
    color: #828282 !important;
  }
  .n-floatingNaviModule.-adjust .c-menuItem {
    background: #fff;
    margin: 0 2px;
    border-radius: 4px;  
    min-height: calc((53 / 320) * 100vw);
    padding: 8px 2px 2px !important;
  }
  .n-floatingNaviModule.-adjust .c-menuItem__text {
    font-weight: bold;
    font-size: calc((11 / 320) * 100vw);
  }
}
