@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NotoSansCJKjp-Light.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
:root {
  --color-base: #efefef;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #808080;
  --color-red: #c70012;
  --color-over-red: rgba(199, 0, 18, 1);
  --color-gray-thin-over: rgba(77, 77, 77, 0.4);
  --color-gray-thin: rgba(77, 77, 77, 0.8);
  --color-gray-dark: rgba(51, 51, 51, 0.8);
  --transition-duration: 0.3s;
  --transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  --transition-delay: 0.5s;
}

.header {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: fixed;
  z-index: 51;
  z-index: 1001;
  margin: 0;
  background-color: var(--color-black);
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.header_inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 20px;
  height: 50px;
}
.header_logo {
  display: block;
  width: 158px;
  line-height: 0;
}
.header_logo > img {
  width: 100%;
  height: auto;
}
.header_share {
  display: none;
}
.header_menu-button {
  display: block;
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
}

.main {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.main._home {
  padding-top: 3.125rem;
}
.main._stores + .main_info-stores {
  display: none;
}
.footer {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.footer_inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 18px 28px;
  width: 100%;
  height: auto;
  color: #fff;
}
.footer_info {
  position: relative;
}
.footer_info > a {
  display: block;
  box-sizing: border-box;
  outline: none;
  width: 120px;
  line-height: 0;
}
.footer_info > a > img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.footer_info > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 37px;
}
.footer_info > ul > li {
  padding-right: 12px;
  line-height: 1;
}
.footer_info > ul > li + li {
  border-left: 1px solid #fff;
  padding-left: 12px;
}
.footer_info > ul > li > a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.footer_nav > ul {
  display: flex;
  position: absolute;
  top: 24px;
  right: 20px;
  justify-content: flex-end;
}
.footer_nav > ul > li {
  width: 36px;
}
.footer_nav > ul > li + li {
  margin-left: 5px;
}
.footer_nav > ul > li > button,
.footer_nav > ul > li > a {
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.footer_nav > ul > li > button::after,
.footer_nav > ul > li > a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.footer_nav > ul > li > button[data-share-button=facebook]::after,
.footer_nav > ul > li > a[data-share-button=facebook]::after {
  background-image: url("/img/icon_facebook_red.svg");
}
.footer_nav > ul > li > button[data-share-button=twitter]::after,
.footer_nav > ul > li > a[data-share-button=twitter]::after {
  background-image: url("/img/icon_x_red.svg");
}
.footer_nav > ul > li > button[data-share-button=instagram]::after,
.footer_nav > ul > li > a[data-share-button=instagram]::after {
  background-image: url("/img/icon_instagram_red.svg");
}
.footer_nav > address {
  display: block;
  margin-top: 22px;
  width: 78%;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.04;
  text-align: left;
  white-space: inherit !important;
}

.gnav_list {
  display: none;
}
.gnav_list li {
  border-bottom: none;
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: 0;
}
.gnav_item {
  line-height: 1.65;
}
.gnav_button, .gnav_link {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #efefef;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.gnav_button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.gnav_button::before {
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  opacity: 0;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
  background-color: var(--color-white);
  width: 100%;
  height: 2px;
  content: "";
}
.gnav_button._active::before {
  opacity: 1;
}
.gnav_link {
  line-height: 1;
}
.gnav_ddmenu {
  margin-top: 50px;
  background-color: #222;
}

.share {
  position: relative;
}
.share_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_item {
  line-height: 1.65;
}
.share_button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  line-height: 0;
}
.share_button > img {
  width: 100%;
}
.share._header .share_item {
  margin: 0 0.25rem;
  width: 2.3125rem;
}
.share._header .share_button {
  position: relative;
  background-color: var(--color-black);
}
.share._header .share_button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  line-height: 1;
}
.share._header .share_button[data-share-button=facebook]::after {
  background-image: url("/img/icon_facebook_red.svg");
}
.share._header .share_button[data-share-button=twitter]::after {
  background-image: url("/img/icon_x_red.svg");
}
.share._header .share_button[data-share-button=instagram]::after {
  background-image: url("/img/icon_instagram_red.svg");
}
.share._header .share_content {
  display: flex;
  align-items: center;
}
.share._header .share_text {
  color: var(--color-white);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.share._content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("/img/006/customize/share_bg_sp.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.share._content .share_inner {
  padding: 11.25rem 3.125rem;
}
.share._content .share_content {
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.625rem 0 2.1875rem;
}
.share._content .share_list {
  margin-top: 1.3125rem;
}
.share._content .share_item {
  margin: 0 0.9375rem;
}
.share._content .share_heading {
  color: var(--color-gray-dark);
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
}
.share._content .share_button {
  background-color: var(--color-white);
}

.ddmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: height 0.4s;
  width: 100%;
  overflow: auto;
}
.ddmenu li {
  border-bottom: none;
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: 0;
}
.ddmenu._open {
  display: block;
}
.ddmenu._fade-enter {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.ddmenu._fade-enter-to {
  visibility: visible;
  opacity: 1;
}
.ddmenu._fade-leave {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.ddmenu._fade-leave-to {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.ddmenu_box {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: height 0.4s;
  background-color: #222;
  width: 100%;
  overflow: hidden;
}
.ddmenu_box._open {
  display: block;
}
.ddmenu_box._fadeIn {
  display: flex;
  transform: translateY(10px);
  opacity: 0;
}
.ddmenu_box._fadeIn-to {
  transform: translateY(0);
  opacity: 1;
}
.ddmenu_box._fadeOut {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.ddmenu_box._fadeOut-to {
  transform: translateY(-10px);
  opacity: 0;
}
.ddmenu_about {
  padding: 24px 0;
}
.ddmenu_heading {
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}
.ddmenu_button, .ddmenu_link {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 22px;
  width: 100%;
  height: 50px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.ddmenu_button[aria-expanded=true] .ddmenu_button-icon, .ddmenu_link[aria-expanded=true] .ddmenu_button-icon {
  transform: scaleY(1);
}
.ddmenu_button[aria-expanded=false] .ddmenu_button-icon, .ddmenu_link[aria-expanded=false] .ddmenu_button-icon {
  transform: scaleY(-1);
}
.ddmenu_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.ddmenu_link {
  width: auto;
}
.ddmenu_link .ddmenu_button-icon {
  transform: rotate(90deg);
}
.ddmenu_button-icon {
  display: block;
  position: absolute;
  top: 18.5px;
  right: 14px;
  transform: scaleY(-1);
  transform-origin: center center;
  width: 26px;
  height: 13px;
  overflow: hidden;
}
.ddmenu_button-icon::before, .ddmenu_button-icon::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  transform-origin: center center;
  background-color: var(--color-white);
  width: 18px;
  height: 1px;
  content: "";
}
.ddmenu_button-icon::before {
  left: 10px;
  transform: rotate(45deg);
}
.ddmenu_button-icon::after {
  left: -3px;
  transform: rotate(-45deg);
}
.ddmenu_lineup {
  overflow: scroll;
}
.ddmenu_share {
  padding: 1.0625rem 1.125rem 0;
}

.menu-button {
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-button::before, .menu-button::after {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  content: "";
}
.menu-button::before {
  background-color: var(--color-white);
}
.menu-button::after {
  background-color: var(--color-white);
}
.menu-button > span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: var(--color-white);
  width: 100%;
  height: 1px;
}
.menu-button[aria-expanded=false]::before, .menu-button[aria-expanded=false]::after {
  width: 100%;
  height: 1px;
}
.menu-button[aria-expanded=false]::before {
  top: 5px;
}
.menu-button[aria-expanded=false]::after {
  top: 19px;
  transform: scaleX(-1);
}
.menu-button[aria-expanded=true]::before, .menu-button[aria-expanded=true]::after {
  top: 11px;
  left: -4px;
  transform-origin: center center;
  background-color: var(--color-white);
  width: 32px;
  height: 1px;
}
.menu-button[aria-expanded=true]::before {
  transform: rotate(45deg);
}
.menu-button[aria-expanded=true]::after {
  transform: rotate(-45deg) scaleX(-1);
}
.menu-button[aria-expanded=true] > span {
  opacity: 0;
}
.menu-about {
  width: 100%;
  height: 100%;
}
.menu-about_item {
  padding-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
}
.menu-about_item + .menu-about_item {
  margin-top: 18px;
}
.menu-about_link {
  display: flex !important;
  align-items: center;
  padding: 0 26px;
  width: auto;
  text-decoration: none;
}
.menu-about_pic {
  display: block;
  width: 100px;
  height: auto;
}
.menu-about_content {
  box-sizing: border-box;
  padding-left: 15px;
  width: auto;
}
.menu-about_name {
  display: block;
  box-sizing: border-box;
  width: auto;
  color: var(--color-white);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.32px;
  text-indent: 0 !important;
}
.menu-about_text {
  display: block;
  box-sizing: border-box;
  width: auto;
  color: #dbdbdb;
  font-size: 15px;
  line-height: 1.73;
  font-family: "Noto Sans JP", sans-serif !important;
  text-indent: 0 !important;
}

.info-stores {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #282828;
  color: var(--color-base);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.info-stores_inner {
  padding: 56px 0 68px;
}
.info-stores_heading {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
}
.info-stores_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 27px auto 0;
  max-width: 280px;
}
.info-stores_item {
  margin-top: 5px;
  line-height: 1.66667;
}
.info-stores_item:nth-child(even)::before {
  display: inline-block;
  margin: 0 9px;
  content: "|";
}
.info-stores_item + .info-stores_item::before {
  line-height: 1;
}
.info-stores_link {
  color: var(--color-base);
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.lineup._home {
  background-color: #4e4e4e;
}
.lineup_inner {
  position: relative;
  padding-top: 43px;
}
.lineup_heading {
  margin-bottom: 12px;
  color: var(--color-white);
  font-size: 18px;
  text-align: center;
}
.lineup_heading + .lineup_list {
  padding-top: 28px;
}
.lineup_list {
  display: flex;
  padding: 36px 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.lineup_link {
  display: flex !important;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px !important;
  color: var(--color-white) !important;
  text-decoration: none;
}
.lineup_link._new::before {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-image: url("/img/icon_new.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875rem;
  height: 1.5625rem;
  content: "";
}
.lineup._home .lineup_link._new::before {
  top: -1.6875rem;
  width: 2.1875rem;
  height: 1.5625rem;
}
.lineup_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 333px;
}
.lineup_pic._001 > img {
  width: 31.1px;
  height: 305px;
}
.lineup_pic._001s > img {
  width: 25.1px;
  height: 305px;
}
.lineup_pic._002 > img {
  width: 27.9px;
  height: 305px;
}
.lineup_pic._003 > img {
  width: 27.9px;
  height: 239.8px;
}
.lineup_pic._004 > img {
  width: 25.5px;
  height: 305px;
}
.lineup_pic._005 > img {
  width: 26.4px;
  height: 305px;
}
.lineup_pic._006 > img {
  width: 27.6px;
  height: 305px;
}
.lineup_pic._007 > img {
  width: 22px;
  height: 305px;
}
.lineup_pic._008 > img {
  width: 24.93px;
  height: 305px;
}
.lineup_pic._009 > img {
  width: 24.93px;
  height: 305px;
}
.lineup_pic._010 > img {
  aspect-ratio: 41/480;
  width: auto;
  height: 305px;
}
.lineup._home .lineup_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 333px;
}
.lineup._home .lineup_pic._001 > img {
  width: 31.1px;
  height: 305px;
}
.lineup._home .lineup_pic._001s > img {
  width: 25.1px;
  height: 305px;
}
.lineup._home .lineup_pic._002 > img {
  width: 27.9px;
  height: 305px;
}
.lineup._home .lineup_pic._003 > img {
  width: 27.9px;
  height: 239.8px;
}
.lineup._home .lineup_pic._004 > img {
  width: 25.5px;
  height: 305px;
}
.lineup._home .lineup_pic._005 > img {
  width: 26.4px;
  height: 305px;
}
.lineup._home .lineup_pic._006 > img {
  width: 27.6px;
  height: 305px;
}
.lineup._home .lineup_pic._007 > img {
  width: 22px;
  height: 305px;
}
.lineup._home .lineup_pic._008 > img {
  width: 24.93px;
  height: 305px;
}
.lineup._home .lineup_pic._009 > img {
  width: 24.93px;
  height: 305px;
}
.lineup._home .lineup_pic._010 > img {
  aspect-ratio: 41/480;
  height: 305px;
}
.lineup_name {
  display: block;
  font-size: 15px;
  letter-spacing: 0.9px;
}
.lineup_button {
  display: block;
  position: absolute;
  bottom: 27px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 34px;
  height: 44px;
}
.lineup_button::before {
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 22px;
  height: 22px;
  content: "";
}
.lineup_button._prev {
  left: 0px;
}
.lineup_button._prev::before {
  left: 10px;
  border-bottom: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}
.lineup_button._next {
  right: 0px;
}
.lineup_button._next::before {
  left: 0px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
.lineup_button[aria-hidden=false] {
  display: block;
}
.lineup_button[aria-hidden=true] {
  display: none;
}

.chapternav {
  top: 50px;
}

@media print, screen and (min-width: 768px) {
  .header {
    position: relative;
  }
  .header._fixed {
    position: fixed;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0 1.6875rem 0 1.875rem;
    max-width: 1540px;
    height: 5.625rem;
  }
  .header_logo {
    width: 14.9375rem;
  }
  .header_content {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header_nav {
    margin-right: 2.5rem;
  }
  .header_share {
    display: block;
  }
  .header_menu-button {
    display: none;
    right: 0.9375rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .main._home {
    padding-top: 0;
  }
  .footer_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 36px 0 116px;
    width: 92%;
    max-width: 1540px;
  }
  .footer_info > a {
    margin-bottom: 12px;
    width: 13.75rem;
  }
  .footer_info > ul {
    margin-top: 0;
  }
  .footer_info > ul > li {
    padding-right: 15px;
  }
  .footer_info > ul > li + li {
    padding-left: 15px;
  }
  .footer_info > ul > li > a {
    font-size: 14px;
  }
  .footer_nav > ul {
    position: relative;
    top: 0;
    right: inherit;
    margin-bottom: 11px;
  }
  .footer_nav > ul > li + li {
    margin-right: 0;
    margin-left: 10px;
  }
  .footer_nav > address {
    clear: both;
    margin-top: 0;
    width: 100%;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .gnav_list {
    display: flex;
  }
  .gnav_item + .gnav_item {
    margin-left: 2.8125rem;
  }
  .gnav_button, .gnav_link {
    font-size: 1rem;
  }
  .gnav_ddmenu {
    margin-top: 0;
  }
  .share._header .share_item {
    margin: 0 0.25rem;
    width: 2.3125rem;
  }
  .share._header .share_text {
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1;
  }
  .share._content::before {
    background-image: url("/img/006/customize/share_bg_pc.jpg");
  }
  .share._content .share_inner {
    padding: 10.75rem 0;
  }
  .share._content .share_content {
    margin: 0 auto;
    padding: 2rem 0;
    width: 32.875rem;
  }
  .share._content .share_list {
    margin-top: 1.3125rem;
  }
  .share._content .share_heading br {
    display: none;
  }
  .share._content .share_button {
    transition: opacity var(--transition-duration) var(--transition-timing-function);
  }
  .share._content .share_button:hover {
    opacity: 0.5;
  }
  .ddmenu {
    top: 5.625rem;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    height: auto !important;
    overflow: visible;
  }
  .ddmenu_container {
    position: relative;
    background-color: #222;
    height: 20.75rem;
  }
  .ddmenu_box {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    height: 25rem;
  }
  .ddmenu_about {
    padding: 0;
  }
  .ddmenu_heading {
    display: none;
  }
  .ddmenu_button, .ddmenu_link {
    padding: 0 1.375rem;
    height: 3.125rem;
    font-size: 1.125rem;
  }
  .ddmenu_button-icon {
    top: 1.15625rem;
    right: 0.875rem;
    width: 1.625rem;
    height: 0.8125rem;
  }
  .ddmenu_button-icon::before, .ddmenu_button-icon::after {
    top: 0.1875rem;
  }
  .ddmenu_button-icon::before {
    left: 0.1875rem;
  }
  .ddmenu_button-icon::after {
    left: -0.1875rem;
  }
  .ddmenu_lineup {
    overflow: visible;
  }
  .menu-button > span {
    top: 0.75rem;
  }
  .menu-button[aria-expanded=false]::before {
    top: 0.3125rem;
  }
  .menu-button[aria-expanded=false]::after {
    top: 1.1875rem;
  }
  .menu-button[aria-expanded=true]::before, .menu-button[aria-expanded=true]::after {
    top: 0.6875rem;
    left: -0.25rem;
    width: 2rem;
  }
  .menu-about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-about_list {
    display: flex;
    justify-content: center;
  }
  .menu-about_item {
    margin: 0 1.75rem;
    width: 11.25rem !important;
  }
  .menu-about_item + .menu-about_item {
    margin-top: 0;
  }
  .menu-about_link {
    display: block !important;
    padding: 0;
  }
  .menu-about_pic {
    width: 100%;
  }
  .menu-about_content {
    margin-top: 0.4375rem;
    padding-left: 0;
  }
  .menu-about_name {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
  .menu-about_text {
    font-size: 0.8125rem;
    line-height: 1.54;
    letter-spacing: -0.02rem;
  }
  .info-stores_inner {
    padding: 2.875rem 0 3.75rem;
  }
  .info-stores_heading {
    font-size: 1.5625rem;
    letter-spacing: 0.09375rem;
  }
  .info-stores_list {
    margin-top: 2rem;
    padding: 0 2rem;
    max-width: none;
  }
  .info-stores_item {
    margin-top: 0;
    line-height: 1;
  }
  .info-stores_item:nth-child(even)::before {
    margin: 0 0.5625rem;
  }
  .info-stores_item + .info-stores_item::before {
    display: inline-block;
    margin: 0 1.125rem;
    content: "|";
  }
  .info-stores_link {
    font-size: 1.125rem;
    letter-spacing: 0.0675rem;
  }
  .lineup_inner {
    padding-top: 2.0625rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .lineup_heading {
    margin-bottom: 1.4375rem;
    font-size: 1.125rem;
  }
  .lineup_heading + .lineup_list {
    padding-top: 1.6875rem;
  }
  .lineup_list {
    justify-content: center;
    padding: 1.6875rem 2.5rem;
    overflow-x: initial;
    overflow-y: initial;
  }
  .lineup_item {
    margin: 0 0.375rem;
  }
  .lineup._home .lineup_item {
    margin: 0 1.015625%;
  }
  .lineup_link {
    width: 3.875rem;
  }
  .lineup_link._new::before {
    top: -0.5rem;
    width: 1.8125rem;
    height: 1.3125rem;
  }
  .lineup._home .lineup_link {
    width: 5.125rem;
  }
  .lineup._home .lineup_link._new::before {
    top: -1.6875rem;
  }
  .lineup_pic {
    height: 17.5rem;
  }
  .lineup_pic._001 > img {
    width: 1.51875rem;
    height: 14.8875rem;
  }
  .lineup_pic._001s > img {
    width: 1.225rem;
    height: 14.8875rem;
  }
  .lineup_pic._002 > img {
    width: 1.3625rem;
    height: 14.8875rem;
  }
  .lineup_pic._003 > img {
    width: 1.3625rem;
    height: 11.7rem;
  }
  .lineup_pic._004 > img {
    width: 1.24375rem;
    height: 14.8875rem;
  }
  .lineup_pic._005 > img {
    width: 1.2875rem;
    height: 14.8875rem;
  }
  .lineup_pic._006 > img {
    width: 1.35rem;
    height: 14.8875rem;
  }
  .lineup_pic._007 > img {
    width: 1.0625rem;
    height: 14.8875rem;
  }
  .lineup_pic._008 > img {
    width: 1.21591875rem;
    height: 14.8875rem;
  }
  .lineup_pic._009 > img {
    width: 1.21591875rem;
    height: 14.8875rem;
  }
  .lineup_pic._010 > img {
    height: 14.8875rem;
  }
  .lineup._home .lineup_pic {
    height: 19.4375rem;
  }
  .lineup._home .lineup_pic._001 > img {
    width: 1.80625rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._001s > img {
    width: 1.45625rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._002 > img {
    width: 1.61875rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._003 > img {
    width: 1.61875rem;
    height: 13.9125rem;
  }
  .lineup._home .lineup_pic._004 > img {
    width: 1.475rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._005 > img {
    width: 1.53125rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._006 > img {
    width: 1.6rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._007 > img {
    width: 1.3125rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._008 > img {
    width: 1.445625rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._009 > img {
    width: 1.445625rem;
    height: 17.7rem;
  }
  .lineup._home .lineup_pic._010 > img {
    height: 17.7rem;
  }
  .lineup_name {
    font-size: 0.8125rem;
    letter-spacing: 0.04875rem;
  }
  .lineup._home .lineup_name {
    margin-top: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
  .lineup_button {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 2.125rem;
    height: 2.75rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .header_nav {
    margin-right: 0;
  }
  .header_share {
    display: none;
  }
  .gnav_item + .gnav_item {
    margin-left: 1.375rem;
  }
  .share._header {
    padding-left: 0.75rem;
  }
  .share._header .share_item {
    width: 1.5rem;
  }
}

@media (any-hover: hover) {
  .footer_nav > ul > li > button:hover::after,
  .footer_nav > ul > li > a:hover::after {
    opacity: 1;
  }
  .gnav_button, .gnav_link {
    transition: all 0.3s ease-in-out;
  }
  .gnav_button:hover, .gnav_link:hover {
    color: var(--color-over-red);
  }
  .share._header .share_button:hover::after {
    opacity: 1;
  }
  .menu-about_link .menu-about_pic {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .menu-about_link .menu-about_name {
    transition: all 0.3s ease-in-out;
  }
  .menu-about_link:hover .menu-about_pic {
    opacity: 0.4;
  }
  .menu-about_link:hover .menu-about_name {
    color: var(--color-over-red);
  }
  .info-stores_link {
    transition: all 0.3s ease-in-out;
  }
  .info-stores_link:hover {
    color: var(--color-over-red);
  }
  .lineup_link .lineup_pic img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .lineup_link .lineup_name {
    transition: all 0.3s ease-in-out;
  }
  .lineup_link:hover .lineup_pic img {
    opacity: 0.4;
  }
  .lineup_link:hover .lineup_name {
    color: var(--color-over-red);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .ddmenu_lineup {
    overflow: visible;
  }
  .lineup_list {
    justify-content: initial;
    width: 100vw;
    overflow-x: auto;
    overflow-y: initial;
  }
}
