/*====================================================
RESET
====================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transform: none;
}

a {
  color: inherit;
}

.inner {
  padding: 0;
}

@media print {
  /* 肖像画像やキャンペーンの重要パーツを隠す */
  * {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #footer_calbeeroot .inner {
    max-width: 95%;
  }
}
/*====================================================
COMMON
====================================================*/
html {
  font-size: 62.5%;
}
html:has(.modal--active) {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
}

.inner {
  width: 1150px;
  max-width: 95%;
  margin: auto;
}

a:where([href]) {
  transition: opacity 0.3s;
}

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

@media (hover: hover) {
  a:where([href]):hover {
    opacity: 0.7;
  }
}
.grid {
  display: grid;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp_display {
  display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.inlineBlock {
  display: inline-block;
}

header {
  width: calc(1150px + 2.4rem);
  padding: 0.8rem 1.2rem;
}

main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  flex: 1;
}

:root {
  --nav_height: 3.2vw;
}

sup {
  font-size: 0.6em;
}

@media screen and (min-width: 768px) and (max-width: 1211px) {
  html {
    font-size: 0.8260869565vw;
  }
  .tab_display {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  .tab_display {
    display: none;
  }
  img {
    width: 100%;
  }
  main {
    position: relative;
  }
  main:where(:not(.special-page)) {
    padding-top: 12.8vw;
  }
  main:where(:not(.special-page)).main--loaded {
    padding-top: var(--nav_height);
  }
  main:where(:not(.special-page)).main--loaded::before {
    height: var(--nav_height);
  }
  main:where(:not(.special-page))::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 12.8vw;
    top: 0;
    background-color: #e60019;
  }
  header {
    z-index: 10000;
  }
}
/*====================================================
NARROW INNER
====================================================*/
.inner:where(.narrow_inner *) {
  width: 980px;
}

/*====================================================
NAV
====================================================*/
#nav {
  padding: 3.5rem 0;
  margin-bottom: 2.4rem;
}
#nav .nav__inner {
  position: relative;
  width: 1150px;
}
#nav .nav__list {
  justify-content: center;
  gap: 0 3em;
  font-size: 1.6rem;
}
#nav .nav__item {
  position: relative;
}
#nav .nav__item + .nav__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #000;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
#nav:is(.underlayer *) {
  padding: 4.2rem 0 2.2rem;
  margin-bottom: 0;
  opacity: 1;
  transform: none;
}
#nav:is(.underlayer *) .nav__ttl {
  top: -2.4rem;
  width: 17.30434783%;
  z-index: 20;
}
#nav .nav__item_link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  transition: color 0.3s;
}
@media (hover: hover) {
  #nav .nav__item_link:hover {
    opacity: 1;
    color: #e6001a;
  }
}
#nav .nav__item_link--active {
  color: #e6001a;
}
#nav .nav__item_link .icon_link {
  display: inline-flex;
  align-items: center;
  padding-left: 0.1em;
}
#nav .nav__item_link .icon_link img {
  display: block;
  width: 1.2em;
  transform: translateY(2px);
}
#nav .nav__ttl {
  position: absolute;
  width: 21.04347826%;
  top: -6.5rem;
}
#nav .nav__icon_list {
  position: absolute;
  right: 0;
  width: 18.43478261%;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-start;
}
#nav .nav__icon_item {
  width: 18%;
}
#nav .nav__icon_item:nth-child(1) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img01_bg.webp");
}
#nav .nav__icon_item:nth-child(2) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img02_bg.webp");
}
#nav .nav__icon_item:nth-child(3) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img03_bg.webp");
}
#nav .nav__icon_item:nth-child(4) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img04_bg.webp");
}
#nav .nav__icon_item:nth-child(2) {
  margin-left: 1.5rem;
}
#nav .nav__icon_item_link {
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: flex-start;
}
@media (hover: hover) {
  #nav .nav__icon_item_link:hover {
    opacity: 1;
  }
  #nav .nav__icon_item_link:hover .nav__icon_item_link_img {
    opacity: 0;
  }
}
#nav .nav__icon_item_link_img {
  transition: opacity 0.3s;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #nav {
    --nav_list_height: auto;
    position: absolute;
    top: 0;
    background-color: #e60019;
    width: 100%;
    transition: top 0.7s;
    z-index: 1000;
    padding: 0.4vw 0 !important;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 0;
  }
  #nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e60019;
    top: 0;
  }
  #nav.nav--fixed {
    position: fixed;
  }
  #nav .nav__inner {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 0 2.2vw;
    position: static;
  }
  #nav .nav__list {
    top: var(--nav_list_height);
    position: absolute;
    background-color: #e60019;
    padding: 6.4vw 13.6vw 12vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    overflow: hidden;
    flex-wrap: nowrap;
    transition: transform 0.3s;
    align-items: center;
    font-size: 4vw;
    bottom: 100vh;
  }
  #nav .nav__list--active {
    transform: translateY(calc(var(--nav_height) - var(--nav_list_height)));
  }
  #nav .nav__list--loaded {
    bottom: auto;
  }
  #nav .nav__item {
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
  }
  #nav .nav__item:last-child {
    border-bottom: 1px solid #fff;
  }
  #nav .nav__item + .nav__item::before {
    content: none;
  }
  #nav .nav__item_link {
    color: #fff;
    padding: 4.6vw 0;
    display: block;
    width: 100%;
  }
  #nav .nav__ttl {
    top: 0.6vw !important;
    left: 3vw;
    width: 18vw !important;
    position: absolute;
    z-index: 2;
  }
  #nav .nav__icon_list {
    position: static;
    margin-left: auto;
    width: 17vw;
    transform: none;
    z-index: 2;
    justify-content: space-between;
  }
  #nav .nav__icon_item {
    width: 36%;
  }
  #nav .nav__icon_item:nth-child(1) .nav__icon_item_link {
    background-image: none;
  }
  #nav .nav__icon_item:nth-child(2) .nav__icon_item_link {
    background-image: none;
  }
  #nav .nav__icon_item:nth-child(3) .nav__icon_item_link {
    background-image: none;
  }
  #nav .nav__icon_item:nth-child(4) .nav__icon_item_link {
    background-image: none;
  }
  #nav .nav__icon_item_link {
    display: flex;
    align-items: center;
    aspect-ratio: auto;
  }
  #nav .nav__sp_btn {
    display: block;
    width: 12vw;
    height: 100%;
    pointer-events: all;
    z-index: 100;
    aspect-ratio: 1/1;
    background-color: #e60019;
    position: relative;
    border: none;
    touch-action: manipulation;
  }
  #nav .nav__sp_btn_line {
    display: block;
    position: absolute;
    width: 5.4vw;
    border-bottom: solid 0.533vw #fff;
    transition-property: opacity, transform, width;
    transition-duration: 0.3s;
    left: 3.4vw;
  }
  #nav .nav__sp_btn_line:nth-child(1) {
    top: 3.4vw;
  }
  #nav .nav__sp_btn_line:nth-child(2) {
    top: 5.5vw;
  }
  #nav .nav__sp_btn_line:nth-child(3) {
    top: 7.7vw;
    width: 3.2vw;
  }
  #nav .nav__sp_btn_line:where(.nav__sp_btn--active *):nth-child(1) {
    transform: translateY(2vw) rotate(45deg);
  }
  #nav .nav__sp_btn_line:where(.nav__sp_btn--active *):nth-child(2) {
    opacity: 0;
  }
  #nav .nav__sp_btn_line:where(.nav__sp_btn--active *):nth-child(3) {
    transform: translateY(-2.3vw) rotate(-45deg);
    width: 5.4vw;
  }
}

/*====================================================
COMMON IMG LINK WRAP
====================================================*/
.common_img_link_img_wrap {
  border-radius: 5rem;
  display: block;
  overflow: hidden;
  border: 0.5rem solid #fff;
  box-shadow: 0px 0px 1.6rem 0.2rem rgba(130, 130, 130, 0.35);
  height: 100%;
  position: relative;
}
.common_img_link_img_wrap .common_img_link_img {
  aspect-ratio: 295/208;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.common_img_link_img_wrap .icon_link {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.common_img_link_img_wrap .icon_link img {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .common_img_link_img_wrap {
    border-radius: 6.6666666667vw;
    border-width: 0.6666666667vw;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(130, 130, 130, 0.45);
  }
  .common_img_link_img_wrap .icon_link {
    right: 3.5vw;
    bottom: 3.5vw;
    width: 6vw;
  }
}

.special__item .common_img_link_img_wrap .icon_link,
.special__ttl_area .common_img_link_img_wrap .icon_link {
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .special__item .common_img_link_img_wrap .icon_link,
  .special__ttl_area .common_img_link_img_wrap .icon_link {
    right: 3.5vw;
    bottom: 3.5vw;
    width: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .special_contents__item .common_img_link_img_wrap .icon_link,
  .special_contents__ttl_area .common_img_link_img_wrap .icon_link {
    right: 1vw;
    bottom: 1vw;
    width: 4vw;
  }
}

/*====================================================
COMMON SECTION TTL
====================================================*/
.common_section_ttl {
  font-family: "Caveat", cursive;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.6;
  position: relative;
}

.common_section_intro_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .common_section_ttl {
    font-size: 13.3333333333vw;
  }
  .common_section_intro_txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/*====================================================
COMMON BTN LIST
====================================================*/
.common_btn_list {
  gap: 1rem;
}
.common_btn_list .common_btn_list__link {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #d60000;
  border-radius: 9999px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: background-color 0.3s, color 0.3s, filter 0.3s;
}
.common_btn_list .common_btn_list__link::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(13%) sepia(76%) saturate(4764%) hue-rotate(343deg) brightness(102%) contrast(122%);
}
.common_btn_list .common_btn_list__link--center {
  justify-content: center;
  gap: 0 1.6rem;
  padding: 0.6em 1.8em;
}
@media (hover: hover) {
  .common_btn_list .common_btn_list__link:hover {
    opacity: 1;
    color: #fff;
    background-color: #d60000;
  }
  .common_btn_list .common_btn_list__link:hover::after {
    filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(259deg) brightness(106%) contrast(101%);
  }
}
@media screen and (max-width: 767px) {
  .common_btn_list .common_btn_list__link::after {
    width: 5.4vw;
  }
}

/*====================================================
BANNER AREA
====================================================*/
#banner_area {
  position: relative;
  padding: 2rem 0;
}
#banner_area .banner_area__inner {
  width: 100%;
}
#banner_area .banner_area__inner:is(.underlayer + #banner_area *) {
  opacity: 1;
  transform: none;
}
#banner_area .banner_area__txt {
  position: absolute;
  font-size: 1.4rem;
  width: 1150px;
  max-width: 95%;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: calc(100% + 0.8rem);
}
#banner_area .banner_area__txt--mygra {
  display: none;
}
#banner_area .banner_area__txt:where(.mygra_r + #banner_area *:where(.banner_area__txt)) {
  display: none;
}
#banner_area .banner_area__txt:where(.mygra_r + #banner_area *:where(.banner_area__txt--mygra)) {
  display: block;
}
#banner_area .banner_area__list {
  justify-content: center;
  gap: 0 2rem;
}
#banner_area .banner_area__item {
  width: 22.4rem;
}
#banner_area .banner_area__item:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  #banner_area {
    padding: 8vw 0 4vw;
  }
  #banner_area .banner_area__txt {
    text-align: left;
    bottom: calc(100% + 4vw);
    font-size: 2.6666666667vw;
  }
  #banner_area .banner_area__inner {
    max-width: 92vw;
  }
  #banner_area .banner_area__sp_icon_list {
    justify-content: center;
    display: flex;
    gap: 0 5vw;
    margin-bottom: 9.6vw;
  }
  #banner_area .banner_area__sp_icon_list:is(.underlayer + #banner_area *) {
    opacity: 1;
    transform: none;
  }
  #banner_area .banner_area__sp_icon_item {
    width: 11.6vw;
  }
  #banner_area .banner_area__list {
    gap: 3vw 4vw;
    justify-content: flex-start;
  }
  #banner_area .banner_area__item {
    width: 44vw;
  }
}

/*====================================================
BACK-TOP
====================================================*/
#back-top {
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
#back-top.active {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) {
  #back-top:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  #back-top a:hover {
    opacity: 1;
  }
  #back-top a:hover span {
    background-color: #fff;
  }
  #back-top a:hover span::after {
    filter: invert(11%) sepia(98%) saturate(5391%) hue-rotate(359deg) brightness(88%) contrast(113%);
  }
}
#back-top span {
  overflow: hidden;
  display: block;
  border-radius: 50%;
  border: 1px solid #d60000;
  background-image: none;
  position: relative;
  background-color: #d60000;
  transition: background-color 0.3s;
}
#back-top span::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 50%;
  top: 50%;
  filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(259deg) brightness(106%) contrast(101%);
  transition: filter 0.3s;
}

/*====================================================
ANIMATE
====================================================*/
.animate_block.fade_up {
  opacity: 0;
  transform: translateY(10rem);
  transition: opacity 1s, transform 1s;
}
.animate_block.fade_up.animate_block--is_visible {
  opacity: 1;
  transform: none;
}

/*====================================================
UNDERLAYER MV
====================================================*/
.underlayer__ttl {
  flex-direction: column;
  align-items: center;
  background-color: #e60019;
  position: relative;
  color: #fff;
  padding: 2.2rem 0 3.1rem;
  gap: 1.2rem 0;
  z-index: 5;
}
.underlayer__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/53;
  background-image: url(../img/common/underlayer_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(100% - 1px);
  z-index: 4;
}
.underlayer__ttl .underlayer__ttl_en {
  font-family: "Caveat", cursive;
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1;
}
.underlayer__ttl .underlayer__ttl_jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .underlayer__ttl {
    border-top: 0.5333333333vw solid #fff;
    padding: 3vw 0 5vw;
    gap: 1.2vw 0;
  }
  .underlayer__ttl::after {
    aspect-ratio: 750/23;
    background-image: url(../img/common/underlayer_ttl_bg_sp.png);
  }
  .underlayer__ttl .underlayer__ttl_en {
    font-size: 3.7333333333vw;
  }
  .underlayer__ttl .underlayer__ttl_jp {
    font-size: 4.8vw;
  }
}

/*====================================================
ABOUT NAVIGATIONS
====================================================*/
#about_navigations {
  position: relative;
}
#about_navigations .about_navigations__tab_list {
  justify-content: center;
  position: absolute;
  bottom: 100%;
  width: 100%;
  gap: 0 2rem;
}
#about_navigations .about_navigations__tab_item_link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  background-color: #e60019;
  color: #fff;
  padding: 0.8em 4.15em;
  display: block;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#about_navigations .about_navigations__tab_item_link::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/common/circle_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 3.6rem;
  transition: background-image 0.3s;
}
#about_navigations .about_navigations__tab_item_link:where(.about_navigations__tab_item--active *) {
  color: #654854;
  background-color: #fff;
}
#about_navigations .about_navigations__tab_item_link:where(.about_navigations__tab_item--active *)::after {
  content: none;
}
@media (hover: hover) {
  #about_navigations .about_navigations__tab_item_link:where([href]) {
    transition: background-color 0.3s;
  }
  #about_navigations .about_navigations__tab_item_link:where([href]):hover {
    opacity: 1;
    background-color: #654854;
    color: #fff;
  }
  #about_navigations .about_navigations__tab_item_link:where([href]):hover::after {
    background-image: url(../img/common/circle_arrow_azuki.svg);
  }
}
@media screen and (max-width: 767px) {
  #about_navigations .about_navigations__tab_list {
    gap: 0 3vw;
  }
  #about_navigations .about_navigations__tab_item_link {
    font-size: 3.4666666667vw;
    padding: 0.7em 2.7em;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
  }
  #about_navigations .about_navigations__tab_item_link::after {
    width: 3.4vw;
    right: 3vw;
  }
}

/*====================================================

====================================================*/
.about_btn_list {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: 2.6rem;
}
.about_btn_list .about_btn_list__item_btn {
  color: #fff;
  background-color: #654854;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border: 0.5rem solid #fff;
  box-shadow: 0px 0px 1.6rem 0.2rem rgba(130, 130, 130, 0.35);
  gap: 0 3rem;
  padding: 0 8.6rem 1rem 5rem;
  position: relative;
  border-radius: 5.6rem;
}
.about_btn_list .about_btn_list__item_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/common/circle_arrow_azuki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
}
.about_btn_list .about_btn_list__item_btn_desc {
  flex: 1;
  flex-direction: column;
  gap: 0.4rem 0;
}
.about_btn_list .about_btn_list__item_btn_desc .icon_link {
  display: inline-flex;
  align-items: center;
  padding-left: 0.4rem;
}
.about_btn_list .about_btn_list__item_btn_desc .icon_link img {
  display: block;
  width: 1.1em;
  transform: translateY(2px);
}
.about_btn_list .about_btn_list__item_btn_desc_ttl {
  font-weight: bold;
  font-size: 2rem;
}
.about_btn_list .about_btn_list__item_btn_desc_txt {
  line-height: 1.4375;
}
.about_btn_list .about_btn_list__item_btn_img {
  margin-top: -2.4rem;
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .about_btn_list {
    gap: 2vw 0;
  }
  .about_btn_list .about_btn_list__item_btn {
    padding: 1.5vw 6vw;
    gap: 0 6.4vw;
    width: 81vw;
    border-radius: 6.6666666667vw;
    box-shadow: 0px 0px 1.5vw 0.5vw rgba(130, 130, 130, 0.35);
  }
  .about_btn_list .about_btn_list__item_btn::after {
    width: 4.4vw;
    right: 4vw;
  }
  .about_btn_list .about_btn_list__item_btn_desc {
    gap: 0;
  }
  .about_btn_list .about_btn_list__item_btn_desc_ttl {
    font-size: 3.4666666667vw;
  }
  .about_btn_list .about_btn_list__item_btn_desc_txt {
    font-size: 3.2vw;
    line-height: 1.20833333;
  }
  .about_btn_list .about_btn_list__item_btn_img {
    margin-top: auto;
    height: 18vw;
    width: auto;
    aspect-ratio: 92/130;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=common.css.map */