@charset "UTF-8";
/*-----------------------------------------
Renewal Common Style
-------------------------------------------*/
:root {
  --red: #C70029;
  --grayF2: #F2F2F2;
  --grayEF: #EFEFEF;
  --grayDD: #DDDDDD;
  --gray80: #808080;
  --grayCC: #CCCCCC;
  --black0A: #0A0A03;
  --innerStyle:min(100% - 80px,1200px);
  --Helvetica:"Helvetica Neue",Arial;
  --spHeaderSize:136px;
  --standardAspectRatio:8/5;
  --thumbnailImageWidth:80px;
  --thumbnailImageHeight:80px;
  --sideMenuSize:300px;
}
@media (max-width: 1023px) {
  :root {
    --thumbnailImageWidth:80px;
    --thumbnailImageHeight:80px;
  }
}

/*@font-face {
  font-family: Hiragino Kaku Gothic ProN W6;
  src: url(../fonts/Hiragino_Kaku_Gothic_ProN_W6.otf);
}*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: var(--black0A);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body.menu--show {
  overflow: hidden;
  height: 100dvh;
}

h1, h2 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--black0A);
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

ul, ol {
  padding: 0;
}

li, a {
  list-style: none;
  text-decoration: none;
}

button {
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .inner_sp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .tb_hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: var(--spHeaderSize);
  }
}

.no-margin {
  margin: 0;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
}
.sub-title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 4px;
  height: 17px;
  border-radius: 1px;
  background-color: var(--red);
}

/*-----------------------------------------
Header
-------------------------------------------*/
.header {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    background: white;
  }
  .header.header--scroll {
    transform: translateY(-100%);
  }
  .header.header--scroll.scroll--up {
    display: block;
    transform: translateY(0);
  }
}
.header__top-banner {
  background: var(--grayDD);
  position: sticky;
  top: 0;
  height: 180px;
  display: grid;
  place-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .header__content {
    padding-left: 10px;
    padding-right: 20px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__content .logo {
    width: 183px;
    line-height: 1;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .header__content {
    width: var(--innerStyle);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .header__content__left {
    display: grid;
    grid-template-columns: 40% calc(60% - 24px);
    align-items: center;
    gap: 24px;
  }
}
.header__content__right__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__content__right__content {
    gap: 10px;
    width: 102px;
  }
}
@media (min-width: 768px) {
  .header__content__right__content {
    gap: 18px;
    padding-left: 20px;
    container-type: inline-size;
  }
}
.header__content .header__button {
  display: grid;
  place-content: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.02em;
  height: 30px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .header__content .header__button {
    font-size: min(2.3333333333cqw, 1.4rem);
  }
}
.header__content .order-button {
  background: #C70029;
  color: white;
  width: 150px;
}
.header__content .login-button {
  border: solid 1px var(--grayEF);
  background: #FFFFFF;
  color: var(--black0A);
  width: 80px;
}
@media (max-width: 767px) {
  .header__content .login-button {
    height: 24px;
    width: 70px;
    font-size: 1.2rem;
  }
}
.header .global_menu {
  border-top: solid 1px var(--grayEF);
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  background: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .global_menu {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header .global_menu {
    width: 100%;
    overflow-x: auto;
  }
}
.header .global_menu .menu {
  display: flex;
}
@media (max-width: 767px) {
  .header .global_menu .menu {
    margin: 0;
    width: max-content;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .header .global_menu .menu {
    width: var(--innerStyle);
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .global_menu .menu {
    width: 100%;
  }
}
.header .global_menu .menu > .menu-item {
  height: 36px;
}
@media (max-width: 767px) {
  .header .global_menu .menu > .menu-item {
    min-width: 58px;
  }
}
@media (min-width: 768px) {
  .header .global_menu .menu > .menu-item {
    width: 100%;
    height: 40px;
  }
}
.header .global_menu .menu > .menu-item > a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--gray80);
}
@media (max-width: 767px) {
  .header .global_menu .menu > .menu-item > a {
    padding: 0 1em;
  }
}
.header .global_menu .menu > .menu-item > a:hover {
  transition: color 0.3s ease;
  color: var(--black0A);
  opacity: 1;
}
.header .global_menu .menu > .menu-item.current-menu-item > a {
  color: var(--black0A);
  font-weight: bold;
  position: relative;
}
.header .global_menu .menu > .menu-item.current-menu-item > a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px var(--black0A);
  border-radius: 1px;
}
.header .global_menu .menu-item-has-children {
  position: relative;
}
.header .global_menu .menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 14px 0;
  transform: translateY(100%);
}
.header .global_menu .menu-item-has-children .sub-menu a {
  text-decoration: none;
  height: 34px;
  display: grid;
  place-content: center;
  transition: background 0.3s ease;
}
.header .global_menu .menu-item-has-children .sub-menu a:hover {
  background: #F2F2F2;
  opacity: 1;
}
.header .global_menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 767px) {
  .header .search_area {
    padding: 0 20px 10px;
  }
}

.search_area .searchform {
  position: relative;
}
.search_area .search_input {
  background: var(--grayEF);
  width: 100%;
  height: 36px;
  border-radius: 20px;
  border: none;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .search_area .search_input {
    height: 40px;
  }
}
.search_area .search_input::placeholder {
  color: var(--gray80);
}
.search_area .search_button {
  border: none;
  background: url(../img/common/ico-search.svg) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .search_area .search_button {
    width: 28px;
    height: 28px;
    left: 11px;
  }
}
.search_area .search_button:hover {
  opacity: 0.8;
}

.sp-menu {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  background: white;
  transition: transform 0.3s ease;
}
.sp-menu.show {
  transform: translateX(0);
}
.sp-menu__header {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding-left: 10px;
  padding-right: 20px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.sp-menu__header__logo {
  width: 183px;
}
.sp-menu__content {
  padding: 0 20px;
}
.sp-menu__nav {
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 80px;
}
.sp-menu__nav__top {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.sp-menu__nav__top > li {
  border-bottom: solid 1px var(--grayEF);
}
.sp-menu__nav__top > li > a {
  display: grid;
  grid-template-columns: 26px auto 12px;
  align-items: center;
  gap: 15px;
  height: 56px;
  padding-right: 10px;
}
.sp-menu__nav__top > li > a:after {
  content: "";
  display: block;
  background: url(../img/common/ico-link.svg) no-repeat;
  width: 12px;
  height: 12px;
}
.sp-menu__nav__top .menu-item-has-children .category-link-area {
  display: grid;
  grid-template-columns: 26px auto;
  align-items: center;
  gap: 15px;
}
.sp-menu__nav__top .menu-item-has-children .category-link-area .sub-menu--open {
  display: block;
  background: url(../img/common/ico-down.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.sp-menu__nav__top .menu-item-has-children .category-link-area .sub-menu--open.on {
  background: url(../img/common/ico-up.svg) no-repeat;
  background-size: contain;
}
.sp-menu__nav__top .menu-item-has-children .category-link-area .category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding-right: 10px;
}
.sp-menu__nav__top .menu-item-has-children .category-link-area .category-link:after {
  content: "";
  display: block;
  background: url(../img/common/ico-link.svg) no-repeat;
  width: 12px;
  height: 12px;
}
.sp-menu__nav__top .menu-item-has-children .sub-menu {
  display: none;
  position: relative;
  left: -20px;
  width: 100vw;
  padding: 30px 20px;
  background: var(--grayF2);
  font-weight: normal;
}
.sp-menu__nav__top .menu-item-has-children .sub-menu__list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.4rem;
  gap: 15px;
}
.sp-menu__nav__top .menu-item-has-children .sub-menu__list a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sp-menu__nav__top .menu-item-has-children .sub-menu__list a:before {
  content: "";
  display: block;
  background: url(../img/common/ico-link-black.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
}
.sp-menu__nav__button {
  width: 100%;
  display: grid;
  place-content: center;
  background: white;
  height: 40px;
  border-radius: 20px;
  border: solid 1px var(--grayEF);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.sp-menu__nav .order-button {
  background: var(--red);
  color: white;
}
.sp-menu__nav__home > a::before {
  content: "";
  display: block;
  background: url(../img/common/ico-home.svg) no-repeat left 3px center;
  background-size: 20px auto;
  width: 26px;
  height: 26px;
}
.sp-menu__nav__pr > a::before {
  content: "";
  display: block;
  background: url(../img/common/ico-pr.svg) no-repeat left 3px center;
  background-size: 20px auto;
  width: 26px;
  height: 18px;
}
.sp-menu__nav__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  margin-top: 40px;
}
.sp-menu__nav__bottom a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sp-menu__nav__bottom a:before {
  content: "";
  display: block;
  background: url(../img/common/ico-link-black.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
}

/*-----------------------------------------
SP Top
-------------------------------------------*/
.sp-top-banner {
  background: var(--grayDD);
  padding: 12px 28px;
  line-height: 1;
}

.sp-weather {
  padding: 6px 20px;
  line-height: 1;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
.footer {
  background: var(--grayF2);
  padding: 50px 20px 20px;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer__content {
    margin: auto;
    width: var(--innerStyle);
  }
  .footer__logo {
    margin-bottom: 40px;
    mix-blend-mode: multiply;
  }
}
.footer__nav {
  margin-bottom: 62px;
}
.footer__nav__link {
  width: 100%;
  display: grid;
  place-content: center;
  background: white;
}
.footer__nav__top {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer__nav__top {
    margin-bottom: 15px;
  }
  .footer__nav__top > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer__nav__top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 260px));
    gap: 20px;
  }
}
.footer__nav__top .footer__nav__link {
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
}
.footer__nav__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer__nav__bottom {
    grid-template-columns: repeat(4, minmax(0, 190px));
    gap: 20px;
  }
}
.footer__nav__bottom .footer__nav__link {
  height: 30px;
  border-radius: 17px;
}
.footer__nav__list .order-button {
  background: var(--red);
  color: white;
}
.footer__nav__list .order-button a {
  color: white;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer__sns {
    justify-content: center;
  }
}
.footer__copyright {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  margin-top: 32px;
  font-family: var(--Helvetica);
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

/*-----------------------------------------
title
-------------------------------------------*/
.h2-style {
  width: fit-content;
  font-size: 1.6rem;
  margin: 30px 0 10px;
}
.h2-style a {
  color: var(--red);
  font-size: 1.8rem;
  position: relative;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .h2-style a::after {
    content: "";
    background-image: url(../img/common/ico-red-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .h2-style {
    pointer-events: none;
    text-align: center;
    margin-inline: auto;
    padding-bottom: 11.5px;
    position: relative;
  }
  .h2-style::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--red);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}