/**
 * madameFIGARO.jp Header Styles
 * Extracted from app.css (header / hamburger / searchbox selectors)
 * Auto-generated: 2026-04-22 01:22:09
 */

/* Base styles */
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }
a { color: inherit; text-decoration: none; }

.header,
.hamburger,
.searchbox {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
.header {
  background-color: #fff;
}

.header-spacer {
  display: none;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-spacer.is-active {
  display: block;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: inherit;
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media screen and (max-width: 820px) {
  .header {
    overflow: hidden;
  }
}
.header.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header.is-scrolled {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.header.is-scrolled .header__bottom {
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.header.is-scrolled .header__magazine {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header__top {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

@media screen and (min-width: 821px) {
  .header__top {
    padding-top: 23.3px;
    padding-bottom: 16.5px;
  }
}
@media screen and (max-width: 820px) {
  .header__top {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.header__bottom {
  position: relative;
}

@media screen and (min-width: 821px) {
  .header__bottom {
    height: 39px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: height 0.3s ease, opacity 0.3s ease;
    transition: height 0.3s ease, opacity 0.3s ease;
  }
}
@media screen and (max-width: 820px) {
  .header__bottom {
    width: 100vw;
    height: 9.0666666667vw;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__bottom::-webkit-scrollbar {
    display: none;
  }
}
.header__bottom {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.header__logo {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 821px) {
  .header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__logo img {
  width: 100%;
}

@media screen and (min-width: 821px) {
  .header__logo-figaro {
    width: 192.1px;
  }
}
@media screen and (max-width: 820px) {
  .header__logo-figaro {
    width: 41.6vw;
  }
}
@media screen and (min-width: 821px) {
  .header__logo-35th {
    width: 47.04px;
    margin-top: 4px;
    margin-left: 19.8px;
  }
}
@media screen and (max-width: 820px) {
  .header__logo-35th {
    width: 10.216vw;
    margin-top: 0.8vw;
    margin-left: 4.16vw;
  }
}
.header__controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}

@media screen and (min-width: 821px) {
  .header__controls {
    top: 33.5px;
    right: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .header__controls {
    right: 40px;
  }
}
@media screen and (max-width: 820px) {
  .header__controls {
    top: 6.9333333333vw;
    right: 5.3333333333vw;
  }
}
.header__magazine {
  position: absolute;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease 0.25s, visibility 0.2s ease 0.25s;
  transition: opacity 0.2s ease 0.25s, visibility 0.2s ease 0.25s;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 820px) {
  .header__magazine {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .header__magazine {
    top: 10px;
    left: 28px;
  }
}
.header__magazine a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__magazine a:hover img {
  opacity: 1 !important;
}

.header__magazine a:hover .header__magazine-img {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.header__magazine a:hover .header__magazine-text {
  color: #A0A0A0 !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__magazine a:hover .header__magazine-text::after {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__magazine-img {
  width: 85.19px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.header__magazine-text {
  position: relative;
  margin-left: 5px;
  font-family: "neue-haas-unica", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.75rem;
  line-height: 1;
}

.header__magazine-text::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  margin-left: -3px;
  width: 6.6px;
  height: 3.3px;
  background: url("https://madamefigaro.jp/wp-content/themes/madamefigaro-jp/assets/images/common/arw_doglegged.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__magazine img {
  width: 100%;
}

.is-scrolled .header__magazine {
  display: none;
}

@media screen and (min-width: 821px) {
  .header__movie {
    width: 30.26px;
    height: 21.48px;
  }
}
@media screen and (max-width: 820px) {
  .header__movie {
    display: none;
  }
}
.header__search {
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  .header__search {
    width: 17.6px;
    height: 18.09px;
    margin-left: 39px;
  }
}
@media screen and (max-width: 820px) {
  .header__search {
    width: 4.6933333333vw;
    height: 4.824vw;
  }
}
.header__search img {
  width: 100%;
}

.header__search {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__button {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  .header__button {
    width: 43px;
    height: 27px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: 9px;
  }
}
@media screen and (max-width: 820px) {
  .header__button {
    width: 6.9333333333vw;
    height: 2.4vw;
    margin-left: 4.8vw;
  }
}
.header__button span {
  position: absolute;
  background-color: #000000;
  left: 0px;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 821px) {
  .header__button span:nth-of-type(1) {
    top: 9px;
  }
}
@media screen and (max-width: 820px) {
  .header__button span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (min-width: 821px) {
  .header__button span:nth-of-type(2) {
    bottom: 9px;
  }
}
@media screen and (max-width: 820px) {
  .header__button span:nth-of-type(2) {
    bottom: 0;
  }
}
.header__button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__button:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 821px) {
  .header__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .header__nav {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    overflow-x: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
}
.header__nav-item a {
  color: #000;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 821px) {
  .header__nav-item a {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.043em;
  }
}
@media screen and (max-width: 820px) {
  .header__nav-item a {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.header__nav-item a:hover {
  color: #A0A0A0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 821px) {
  .header__nav-item + .header__nav-item {
    margin-left: 33px;
  }
}
@media screen and (max-width: 820px) {
  .header__nav-item + .header__nav-item {
    margin-left: 4.2666666667vw;
  }
}
.header a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header a:hover img {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.searchbox {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F6F1;
  color: #000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 821px) {
  .searchbox {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox {
    padding-bottom: 13.3333333333vw;
  }
}
.searchbox.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
}

.searchbox__close {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

@media screen and (min-width: 821px) {
  .searchbox__close {
    height: 30px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__close {
    height: 8vw;
  }
}
.searchbox__close-button {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
}

@media screen and (min-width: 821px) {
  .searchbox__close-button {
    top: 40px;
    right: 50px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .searchbox__close-button {
    right: 3.4722222222vw;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__close-button {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.searchbox__close-icon::before, .searchbox__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
}

@media screen and (min-width: 821px) {
  .searchbox__close-icon::before, .searchbox__close-icon::after {
    width: 1px;
    height: 43px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__close-icon::before, .searchbox__close-icon::after {
    width: 0.2666666667vw;
    height: 11.4666666667vw;
  }
}
.searchbox__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.searchbox__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.searchbox__close-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.searchbox__close-icon:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.searchbox__header {
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .searchbox__header {
    width: 100%;
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 64px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__header {
    width: 89.3333333333vw;
    padding-top: 14.9333333333vw;
  }
}
.searchbox__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

@media screen and (min-width: 821px) {
  .searchbox__title {
    font-size: 2.25rem;
    margin-right: 16px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__title {
    font-size: 9.6vw;
    margin-right: 0;
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 821px) {
  .searchbox__subtitle {
    font-size: 0.9375rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__subtitle {
    font-size: 4vw;
    line-height: 18 0/15;
  }
}
@media screen and (min-width: 821px) {
  .searchbox__body {
    width: 100%;
    max-width: 780px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__body {
    width: 89.3333333333vw;
    margin: 4vw auto 0;
  }
}
.searchbox__form {
  position: relative;
  border-bottom: 1px solid #000;
}

.searchbox__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchbox__input {
  width: 100%;
  background: 0;
  border: none;
  color: #000;
  font-weight: 300;
}

@media screen and (min-width: 821px) {
  .searchbox__input {
    font-size: 1rem;
    line-height: 1.125;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__input {
    font-size: 4.2666666667vw;
    line-height: 1.125;
    padding: 3.7333333333vw 1.3333333333vw;
  }
}
.searchbox__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}

.searchbox__input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

.searchbox__input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}

.searchbox__input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}

.searchbox__input::placeholder {
  color: #000;
  opacity: 0.4;
}

.searchbox__input:focus {
  outline: none;
}

.searchbox__submit {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  .searchbox__submit {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__submit {
    padding: 3.7333333333vw 1.3333333333vw;
  }
}
.searchbox__submit:hover {
  opacity: 0.4;
}

.searchbox__icon {
  display: block;
  background: url("https://madamefigaro.jp/wp-content/themes/madamefigaro-jp/assets/images/common/ico_search.svg") center center no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 821px) {
  .searchbox__icon {
    width: 16.6px;
    height: 17.09px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__icon {
    width: 4.4266666667vw;
    height: 4.5573333333vw;
  }
}
@media screen and (min-width: 821px) {
  .searchbox__tag {
    width: 100%;
    max-width: 780px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__tag {
    width: 89.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.searchbox__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 821px) {
  .searchbox__tag-list {
    gap: 8px 7px;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__tag-list {
    gap: 1.8666666667vw;
  }
}
.searchbox__tag-item a {
  display: block;
  border: 1px solid #7E7E7E;
  color: #000;
  border-radius: 500px;
  font-weight: 600;
}

@media screen and (min-width: 821px) {
  .searchbox__tag-item a {
    padding: 6px 12px;
    text-decoration: none;
    font-size: 0.625rem;
    line-height: 1;
  }
}
@media screen and (max-width: 820px) {
  .searchbox__tag-item a {
    padding: 1.6vw 3.2vw;
    text-decoration: none;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.searchbox__tag-item a {
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}

.searchbox__tag-item a:hover {
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  color: #A0A0A0 !important;
  border: 1px solid #A0A0A0;
}

.hamburger {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
  background-color: #F7F6F1;
  color: #000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}

.hamburger.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 821px) {
  .hamburger {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger {
    padding-bottom: 13.3333333333vw;
  }
}
.hamburger__header {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

@media screen and (min-width: 821px) {
  .hamburger__header {
    padding: 40px 50px 0 50px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__header {
    padding: 40px 3.4722222222vw 0 3.4722222222vw;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__header {
    padding: 18.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.hamburger__logo {
  line-height: 0;
}

@media screen and (min-width: 821px) {
  .hamburger__logo {
    width: 146px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__logo {
    width: 35.4666666667vw;
  }
}
.hamburger__logo img {
  width: 100%;
}

.hamburger__signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "neue-haas-unica", sans-serif;
  color: #000;
}

@media screen and (min-width: 821px) {
  .hamburger__signin {
    margin-left: 40px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__signin {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__signin-text {
    font-size: 0.5625rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__signin-text {
    font-size: 2.4vw;
    line-height: 1.4444444444;
    padding-bottom: 0.8vw;
  }
}
.hamburger__signin-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 821px) {
  .hamburger__signin-btn {
    padding-bottom: 6px;
    font-size: 1.125rem;
    line-height: 0.7222222222;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__signin-btn {
    padding-bottom: 1.6vw;
    font-size: 4.8vw;
    line-height: 0.7222222222;
  }
}
.hamburger__signin-btn:hover {
  color: #A0A0A0 !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hamburger__signin-btn:hover::after {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger__signin-btn::after {
  content: "";
  background: url("https://madamefigaro.jp/wp-content/themes/madamefigaro-jp/assets/images/common/arw_up_black.svg") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 821px) {
  .hamburger__signin-btn::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__signin-btn::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 2.4vw;
  }
}
.hamburger__close-button {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
}

@media screen and (min-width: 821px) {
  .hamburger__close-button {
    top: 40px;
    right: 50px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__close-button {
    right: 3.4722222222vw;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__close-button {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.hamburger__close-icon::before, .hamburger__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
}

@media screen and (min-width: 821px) {
  .hamburger__close-icon::before, .hamburger__close-icon::after {
    width: 1px;
    height: 43px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__close-icon::before, .hamburger__close-icon::after {
    width: 0.2666666667vw;
    height: 11.4666666667vw;
  }
}
.hamburger__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger__close-icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger__close-icon:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger__content {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 821px) {
  .hamburger__content {
    max-width: 1220px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__content {
    width: 84.7222222222vw;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__content {
    width: 90.6666666667vw;
    margin-top: 6.1333333333vw;
  }
}
.hamburger__right {
  width: 100%;
}

@media screen and (min-width: 821px) {
  .hamburger__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 932px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__right {
    width: 64.0277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger__right {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__right {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__left {
    width: 258px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__left {
    width: 17.9166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger__left {
    width: 258px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__left {
    width: 100%;
    margin-top: 0px;
  }
}
.hamburger__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 821px) {
  .hamburger__category {
    width: 570px;
    gap: 32px 0px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__category {
    width: 61.8221258134%;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__category {
    width: 100%;
    gap: 8vw 0px;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__category-item {
    width: 48.2456140351%;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__category-item {
    width: 43.2vw;
  }
}
.hamburger__title {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #000;
}

@media screen and (min-width: 821px) {
  .hamburger__title {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.hamburger__title span {
  font-family: "Times New Roman";
  font-weight: 600;
}

.hamburger a.hamburger__title {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hamburger a.hamburger__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #A0A0A0 !important;
}

.hamburger__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 821px) {
  .hamburger__tag-list {
    gap: 8px 7px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__tag-list {
    gap: 1.8666666667vw;
  }
}
.hamburger__tag-list-item a {
  display: block;
  border: 1px solid #7E7E7E;
  color: #000;
  border-radius: 500px;
  font-weight: 600;
}

@media screen and (min-width: 821px) {
  .hamburger__tag-list-item a {
    padding: 7px 12px;
    text-decoration: none;
    font-size: 0.625rem;
    line-height: 1;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__tag-list-item a {
    padding: 1.6vw 3.2vw;
    text-decoration: none;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.hamburger__tag-list-item a {
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
}

.hamburger__tag-list-item a:hover {
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  color: #A0A0A0 !important;
  border: 1px solid #A0A0A0;
}

.hamburger__other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 821px) {
  .hamburger__other-list {
    width: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__other-list {
    width: 19.0972222222vw;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__other-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10.6666666667vw;
    gap: 4vw 0;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__other-list-item {
    width: 42.1333333333vw;
  }
}
.hamburger__other-list-item a {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #000;
}

@media screen and (min-width: 821px) {
  .hamburger__other-list-item a {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__other-list-item a {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.hamburger__other-list-item a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hamburger__other-list-item a:hover {
  color: #A0A0A0 !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 821px) {
  .hamburger__other-list-item:nth-child(2), .hamburger__other-list-item:nth-child(5), .hamburger__other-list-item:nth-child(8), .hamburger__other-list-item:nth-child(11) {
    margin-bottom: 24px;
  }
}
.hamburger__magazine {
  background: #F1EDE9;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 821px) {
  .hamburger__magazine {
    padding: 19px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__magazine {
    padding: 1.3194444444vw;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__magazine {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.hamburger__magazine img {
  width: 100%;
}

.hamburger__magazine .hamburger__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

@media screen and (min-width: 821px) {
  .hamburger__magazine .hamburger__title {
    font-size: 1.625rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine .hamburger__title {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
.hamburger__magazine-img {
  margin: auto;
  line-height: 0;
  width: 100%;
}

.hamburger__magazine-img a {
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.hamburger__magazine-img a:hover {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

@media screen and (min-width: 821px) {
  .hamburger__magazine-text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine-text {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__magazine-date {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine-date {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__magazine-title {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine-title {
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-bottom: 3.2vw;
  }
}
.hamburger__magazine-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 821px) {
  .hamburger__magazine-link {
    font-size: 0.75rem;
    line-height: 0.9166666667;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine-link {
    font-size: 3.7333333333vw;
    line-height: 0.7857142857;
    padding-bottom: 1.3333333333vw;
  }
}
.hamburger__magazine-link:hover {
  color: #A0A0A0 !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hamburger__magazine-link:hover::after {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger__magazine-link::after {
  content: "";
  background: url("https://madamefigaro.jp/wp-content/themes/madamefigaro-jp/assets/images/common/arw_up_black.svg") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 821px) {
  .hamburger__magazine-link::after {
    width: 11px;
    height: 11px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__magazine-link::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.hamburger__sns-list {
  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;
  width: 100%;
}

@media screen and (min-width: 821px) {
  .hamburger__sns-list {
    gap: 10px 15px;
    margin: auto;
    margin-top: 17px;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger__sns-list {
    width: 16.25vw;
    gap: 10px 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger__sns-list {
    width: 100%;
    gap: 10px 15px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-list {
    width: 100%;
    margin-top: 8.5333333333vw;
    gap: 2.6666666667vw 5.0666666667vw;
  }
}
.hamburger__sns-item a {
  display: block;
  line-height: 0;
}

.hamburger__sns-item a img {
  width: 100%;
}

.hamburger__sns-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hamburger__sns-item a:hover {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(1) a {
    width: 14.44px;
    height: 14.76px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(1) a {
    width: 4.8693333333vw;
    height: 4.976vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(2) a {
    width: 14.56px;
    height: 14.56px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(2) a {
    width: 4.9093333333vw;
    height: 4.9093333333vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(3) a {
    width: 16.06px;
    height: 16.06px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(3) a {
    width: 5.4133333333vw;
    height: 5.4133333333vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(4) a {
    width: 18.36px;
    height: 17.5px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(4) a {
    width: 6.192vw;
    height: 5.8986666667vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(5) a {
    width: 16.06px;
    height: 16.06px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(5) a {
    width: 5.4133333333vw;
    height: 5.4133333333vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(6) a {
    width: 16.81px;
    height: 11.77px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(6) a {
    width: 5.6693333333vw;
    height: 3.968vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(7) a {
    width: 16.06px;
    height: 16.06px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(7) a {
    width: 5.4133333333vw;
    height: 5.4133333333vw;
  }
}
@media screen and (min-width: 821px) {
  .hamburger__sns-item:nth-child(8) a {
    width: 16.06px;
    height: 16.06px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger__sns-item:nth-child(8) a {
    width: 5.4133333333vw;
    height: 5.4133333333vw;
  }
}
