@charset "UTF-8";
/* --------------------
フォントのインポート
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swa");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* --------------------
スタイル
-------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --slick-dot-active-color: #E35F5F; /* アクティブなドットの色 */
}

/* --------------------
mixin
-------------------- */
/* --------------------
mixin PC
-------------------- */
@media screen and (min-width: 768px), print {
  /* 画面サイズが768pxからはここを読み込む（アルファベット順） */
  /* --------------------
  mixin PC
  -------------------- */
  /* --------------------
  予告文
  -------------------- */
  .announcement {
    padding: 0 4rem;
  }
  .announcement__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
  }
  .announcement__text {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
    font-weight: 800;
  }
  .announcement__text span {
    color: #D32C26;
  }
  .announcement__text-large {
    font-size: 3rem;
  }
  /* --------------------
  ベース
  -------------------- */
  body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .notice {
    width: 100vw;
    translate: calc((100vw - 1200px) / 2 * -1);
    color: #333;
    background-color: #fff;
    padding-bottom: 8rem;
  }
  .p-category-top__body *,
  .p-category-top__body *::before,
  .p-category-top__body *::after {
    box-sizing: border-box;
    font-family: "Noto Sans", "Arial", sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    border: 0;
  }
  a img:hover {
    opacity: 1;
  }
  .free-image {
    padding: 0 4rem;
  }
  .free-image__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
    padding: 2rem 0 0 0;
  }
  .free-image__updater {
    object-fit: contain;
  }
  /* --------------------
  発売日カレンダー
  -------------------- */
  .calendar {
    padding: 0 4rem;
  }
  .calendar__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
    margin: 10rem auto 0;
  }
  .calendar__box {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
  }
  .calendar__item {
    flex: 1;
    width: 100%;
  }
  .calendar-list {
    margin: 3.2rem 0 0;
    font-weight: 800;
  }
  .calendar-list--year-end .calendar-list__header {
    background-color: #DEF2F6;
  }
  .calendar-list--new-year .calendar-list__header {
    background-color: #F6F1FF;
  }
  .calendar-list__item {
    margin: 3.2rem 0 0;
  }
  .calendar-list__item:first-child {
    margin: 0;
  }
  .calendar-list__header {
    font-size: 2rem;
    color: #333;
    padding: 1.2rem 0 1.2rem 2rem;
    border-radius: 5px;
    position: relative;
  }
  .calendar-list__header::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.1rem;
    height: 0.6rem;
    top: 50%;
    right: 1.2rem;
    background-image: url("/g_images/freearea/notice/black/ico_arrow-under.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .calendar-list__header.open::after {
    transform: scaleY(-1);
  }
  .calendar-list__header:hover {
    opacity: 0.8;
  }
  .calendar-list__content {
    display: flex;
    flex-wrap: wrap;
    margin: 1.6rem 0 0;
    gap: 1.6rem 3.2rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  /* --------------------
  配送期間
  -------------------- */
  .delivery-period {
    padding: 0 4rem;
  }
  .delivery-period__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
  }
  .delivery-period__text {
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
    font-weight: 800;
  }
  .delivery-period__text-large {
    font-size: 3rem;
  }
  .delivery-period__notice-box {
    margin: 2.4rem 0 0;
  }
  .delivery-period__notice {
    font-size: 1.4rem;
    margin: 0.4rem 0 0;
  }
  .delivery-period__notice:first-child {
    margin-top: 0;
  }
  .period-table {
    width: 100%;
    width: 48.4rem;
  }
  .period-table__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem;
    width: 100%;
  }
  .period-table--year-end .period-table__header {
    background-color: #24587C;
  }
  .period-table--year-end .period-table__body {
    border-bottom: solid 2px #24587C;
    border-right: solid 2px #24587C;
    border-left: solid 2px #24587C;
  }
  .period-table--new-year .period-table__header {
    background-color: #703F7B;
  }
  .period-table--new-year .period-table__body {
    border-bottom: solid 2px #703F7B;
    border-right: solid 2px #703F7B;
    border-left: solid 2px #703F7B;
  }
  .period-table__header {
    text-align: center;
    padding: 0.7rem 0;
    border-radius: 20px 20px 0 0;
  }
  .period-table__title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 800;
  }
  .period-table__body {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 1.8rem 3rem 2.4rem;
    text-align: center;
  }
  .period-table__text {
    margin: 0.4rem 0 0;
  }
  .period-table__text:first-child {
    margin: 0;
  }
  .period-table__text-bold {
    font-weight: 800;
  }
  .period-table__text-large {
    font-size: 2.2rem;
    display: inline-block;
  }
  .period-table__notice {
    text-align: left;
    margin: 1rem 0 0;
    font-size: 1.4rem;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    display: inline-flex;
    position: relative;
    margin: 0 auto 3.2rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #333;
    font-family: "YuMincho", serif;
    z-index: 0;
  }
  .heading-main::before, .heading-main::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    translate: 0 -50%;
  }
  .heading-main::before {
    left: -2.4rem;
    background: url("/g_images/freearea/notice/img_heading-deco.png") no-repeat top center/contain;
  }
  .heading-main::after {
    right: -2.4rem;
    background: url("/g_images/freearea/notice/img_heading-deco.png") no-repeat top center/contain;
  }
  .heading-sub {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    border-bottom: solid 2px #1B2582;
    width: 100%;
    padding: 0 0 0.8rem;
  }
  /* --------------------
  情報
  -------------------- */
  .info {
    padding: 0 4rem;
  }
  .info__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
    padding: 5.6rem 10rem;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 18px rgba(218, 218, 218, 0.45);
    background-color: #fff;
    position: relative;
  }
  .info__inner--far {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 5.6rem auto 0;
    padding: 5.6rem 10rem;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 18px rgba(218, 218, 218, 0.45);
    background-color: #fff;
    margin: 10rem auto 0;
  }
  .info__label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1B2582;
    padding: 0.8rem 4.8rem;
    border-radius: 0 0 20px 0;
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    height: 5rem;
    margin: auto 0;
  }
  .info__box {
    text-align: center;
    width: 100%;
  }
  .info__box--knowledge {
    text-align: left;
  }
  .info__box-sub {
    text-align: center;
    width: 100%;
    margin: 1.6rem 0 0;
  }
  .info__text-highlight {
    font-size: 2.4rem;
    font-weight: 800;
  }
  .info__text-large {
    font-size: 3rem;
    color: #D32C26;
  }
  .info__text-bold {
    font-size: 2rem;
    font-weight: 800;
    margin: 1.2rem 0 0;
  }
  .info__text {
    margin: 1.2rem 0 0;
  }
  .info__text span {
    color: #D32C26;
  }
  .info__text--far {
    margin: 2.4rem 0 0;
  }
  .info__text--far:first-child {
    margin: 0;
  }
  .info__sub {
    margin: 4.8rem 0 0;
    width: 100%;
  }
  .info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    gap: 1.2rem;
  }
  .info-list__item::after {
    content: "/";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.4rem;
  }
  .info-list__item:last-child::after {
    content: "";
    display: none;
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    width: 100%;
  }
  .pagetitle__inner {
    height: 100%;
  }
  .pagetitle__banner {
    height: 100%;
  }
  .pagetitle__image-updater {
    text-align: center;
    background-color: #FAF4EE;
  }
  .pagetitle__image-updater img {
    max-height: 16rem;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  /* 画面サイズが499.9pxまではここを読み込む */
  /* --------------------
  mixin PC
  -------------------- */
  /* --------------------
  予告文
  -------------------- */
  .announcement {
    padding: 0 2rem;
  }
  .announcement__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 4rem auto 0;
  }
  .announcement__text {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 800;
  }
  .announcement__text span {
    color: #D32C26;
  }
  .announcement__text-large {
    font-size: 2.4rem;
  }
  /* --------------------
  ベース
  -------------------- */
  body {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .notice {
    width: 100vw;
    translate: calc((100vw - 1200px) / 2 * -1);
    color: #333;
    background-color: #fff;
    padding-bottom: 4rem;
  }
  .p-category-top__body *,
  .p-category-top__body *::before,
  .p-category-top__body *::after {
    box-sizing: border-box;
    font-family: "Noto Sans", "Arial", sans-serif;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    border: 0;
  }
  .free-image {
    padding: 0 2rem;
  }
  .free-image__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 4rem auto 0;
  }
  .free-image__updater {
    object-fit: contain;
  }
  /* --------------------
  発売日カレンダー
  -------------------- */
  .calendar {
    padding: 0 2rem;
  }
  .calendar__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 4rem auto 0;
    margin: 8rem auto 0;
  }
  .calendar__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
  }
  .calendar__item {
    flex: 1;
    width: 100%;
  }
  .calendar-list {
    margin: 2.4rem 0 0;
    font-weight: 800;
  }
  .calendar-list--year-end .calendar-list__header {
    background-color: #DEF2F6;
  }
  .calendar-list--new-year .calendar-list__header {
    background-color: #F6F1FF;
  }
  .calendar-list__item {
    margin: 1.6rem 0 0;
  }
  .calendar-list__item:first-child {
    margin: 0;
  }
  .calendar-list__header {
    font-size: 1.6rem;
    color: #333;
    padding: 1.2rem 0 1.2rem 2rem;
    border-radius: 5px;
    position: relative;
  }
  .calendar-list__header::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.1rem;
    height: 0.6rem;
    top: 50%;
    right: 1.2rem;
    background-image: url("/g_images/freearea/notice/black/ico_arrow-under.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .calendar-list__header.open::after {
    transform: scaleY(-1);
  }
  .calendar-list__header:hover {
    opacity: 0.8;
  }
  .calendar-list__content {
    display: flex;
    flex-wrap: wrap;
    margin: 1.6rem 0 0;
    gap: 1.2rem 2.4rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  /* --------------------
  配送期間
  -------------------- */
  .delivery-period {
    padding: 0 2rem;
  }
  .delivery-period__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 4rem auto 0;
  }
  .delivery-period__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
    font-weight: 800;
  }
  .delivery-period__text-large {
    font-size: 2.4rem;
  }
  .delivery-period__notice-box {
    margin: 1.6rem 0 0;
  }
  .delivery-period__notice {
    font-size: 1.2rem;
    margin: 0.4rem 0 0;
  }
  .delivery-period__notice:first-child {
    margin-top: 0;
  }
  .period-table {
    width: 100%;
    width: 48.4rem;
  }
  .period-table__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
    width: 100%;
  }
  .period-table--year-end .period-table__header {
    background-color: #24587C;
  }
  .period-table--year-end .period-table__body {
    border-bottom: solid 2px #24587C;
    border-left: solid 2px #24587C;
    border-right: solid 2px #24587C;
  }
  .period-table--new-year .period-table__header {
    background-color: #703F7B;
  }
  .period-table--new-year .period-table__body {
    border-bottom: solid 2px #703F7B;
    border-left: solid 2px #703F7B;
    border-right: solid 2px #703F7B;
  }
  .period-table__header {
    text-align: center;
    padding: 1.6rem 0;
    border-radius: 20px 20px 0 0;
  }
  .period-table__title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .period-table__body {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 1.8rem 1.4rem 2.4rem;
    text-align: center;
  }
  .period-table__text {
    margin: 1.2rem 0 0;
  }
  .period-table__text:first-child {
    margin: 0;
  }
  .period-table__text-bold {
    font-weight: 800;
    font-size: 1.6rem;
  }
  .period-table__text-large {
    font-size: 2rem;
    display: inline-block;
  }
  .period-table__notice {
    text-align: center;
    margin: 1.6rem 0 0;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    display: inline-flex;
    position: relative;
    margin: 0 auto 2.4rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #333;
    font-family: "YuMincho", serif;
    z-index: 0;
  }
  .heading-main::before, .heading-main::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    translate: 0 -50%;
  }
  .heading-main::before {
    left: -2.4rem;
    background: url("/g_images/freearea/notice/img_heading-deco.png") no-repeat top center/contain;
  }
  .heading-main::after {
    right: -2.4rem;
    background: url("/g_images/freearea/notice/img_heading-deco.png") no-repeat top center/contain;
  }
  .heading-sub {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
    border-bottom: solid 2px #1B2582;
    width: 100%;
    padding: 0 0 1.2rem;
  }
  /* --------------------
  情報
  -------------------- */
  .info {
    padding: 0 2rem;
  }
  .info__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100rem;
    margin: 4rem auto 0;
    padding: 4.8rem 1.6rem;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 18px rgba(218, 218, 218, 0.45);
    background-color: #fff;
    position: relative;
  }
  .info__inner--far {
    margin: 8rem auto 0;
  }
  .info__label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1B2582;
    padding: 0.4rem 2.4rem;
    border-radius: 0 0 20px 0;
    color: #fff;
    font-weight: 800;
    font-size: 1.6rem;
  }
  .info__box {
    text-align: center;
    width: 100%;
  }
  .info__box--knowledge {
    text-align: left;
  }
  .info__box-sub {
    text-align: center;
    width: 100%;
    margin: 2rem 0 0;
  }
  .info__text-highlight {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .info__text-highlight--sub {
    margin: 2rem 0 0;
  }
  .info__text-large {
    display: block;
    font-size: 2.4rem;
    color: #D32C26;
  }
  .info__text-bold {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0.8rem 0 0;
  }
  .info__text {
    margin: 0.8rem 0 0;
  }
  .info__text span {
    color: #D32C26;
  }
  .info__text--far {
    margin: 1.6rem 0 0;
  }
  .info__text--far:first-child {
    margin: 0;
  }
  .info__sub {
    margin: 4rem 0 0;
    width: 100%;
  }
  .info-list {
    margin: 1.6rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
    gap: 0.4rem 0.8rem;
  }
  .info-list__item::after {
    content: "/";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.4rem;
  }
  .info-list__item:last-child::after {
    content: "";
    display: none;
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    width: 100%;
  }
  .pagetitle__inner {
    height: 100%;
  }
}
/* --------------------
cmsの画面幅に合わせた調整と装飾位置調整
-------------------- */
.p-category-top__ranking__inner {
  display: none;
}

/* 画面幅1220px以下 */
@media screen and (max-width: 1220px) {
  .notice,
  #ranking {
    translate: -20px 0;
  }
}
/* 画面幅1220px～1200px */
@media screen and (max-width: 1220px) and (min-width: 1200px) {
  .notice,
  #ranking {
    translate: -28px 0;
  }
}
/* 画面幅1100px以下 */
@media screen and (max-width: 1100px) {
  .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
/* 画面幅768px以上 */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/* 画面幅768px以下 */
@media screen and (max-width: 768px) {
  .notice,
  #ranking {
    translate: none;
    margin: 0 -2rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* 画面幅374px以下 */
@media screen and (max-width: 374px) {
  .notice,
  #ranking {
    translate: 10px 0;
  }
}/*# sourceMappingURL=notice_appirits2025.css.map */