@charset "UTF-8";

/* ============================================= */
/* 共通 */
/* ============================================= */
#p-catalog {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#p-catalog * {
  box-sizing: border-box;
}

#p-catalog a {
  text-decoration: none;
}

#p-catalog .u-db-pc {
  display: block;
}

#p-catalog .u-db-sp {
  display: none;
}

#p-catalog .u-link-hover {
  transition: 0.4s;
  text-decoration: none;
}

#p-catalog .u-link-hover:hover {
  opacity: 0.7;
  cursor: pointer;
}

#p-catalog .u-w100 {
  width: 100%;
  height: auto;
}

#p-catalog .u-text-center {
  text-align: center;
}

/* ============================================= */
/* 背景100vw表示 */
/* ============================================= */
#d_container {
  overflow: visible;
}

#d_container>.wrap {
  overflow: visible;
  width: 100%;
}

#d_topic_path {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}

#d_layout {
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
}

/* ============================================= */
/* コンテナ */
/* ============================================= */
.p-catalog-inner {
  width: 990px;
  margin: 0 auto;
}

/* ============================================= */
/* MV */
/* ============================================= */
.p-catalog-mv {
  position: relative;
  margin-bottom: 70px;
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-mv01.jpg);
  background-position: center 30px;
}

.p-catalog-mv img {
  margin: 0 auto 70px;
}

/* ============================================= */
/* タイトル */
/* ============================================= */
.p-catalog-title {
  margin-bottom: 50px;
}

.p-catalog-title--catalog-types,
.p-catalog-title--budget {
  margin-bottom: 30px;
}

.p-catalog-title__h2 {
  font-optical-sizing: auto;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #3b3b3b;
  letter-spacing: 0.05em;
}

.p-catalog-title__h2--catalog-types {
  position: relative;
  padding-bottom: 10px;
}

.p-catalog-title__h2--catalog-types::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 3px;
  background-color: #C19850;
}

.p-catalog-title__h2--budget {
  position: relative;
  padding-bottom: 10px;
}

.p-catalog-title__h2--budget::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 3px;
  background-color: #22469E;
}

.p-catalog-title__h2--has-bg {
  position: relative;
}

.p-catalog-title__h2--has-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 7px;
  background-repeat: no-repeat, repeat-x;
  background-position: center center, center calc(50% + 5px);
}

.p-catalog-title__h2--gourmet::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-gourmet01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-gourmet02.png);
}

.p-catalog-title__h2--goods::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-goods01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-goods02.png);
}

.p-catalog-title__h2--goods-gourmet::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-goods-gourmet01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-goods-gourmet02.png);
}

.p-catalog-title__h2--childbirth::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-childbirth01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-childbirth02.png);
}

.p-catalog-title__h2--experiences::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-experiences01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-experiences02.png);
}

.p-catalog-title__h2--goods-gourmet-experiences::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-goods-gourmet-experiences01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-goods-gourmet-experiences02.png);
}

.p-catalog-title__h2--ana::after {
  background-image: url(/ec/shop/images/campaign/202603_catalog/bg-title-ana01.svg), url(/ec/shop/images/campaign/202603_catalog/bg-title-ana02.png);
}

/* ============================================= */
/* 商品コンテナ */
/* ============================================= */
.p-catalog-product {
  margin-bottom: 60px;
  padding: 60px 0 100px;
  background-color: #FCFBF9;
}

/* ============================================= */
/* ボディー */
/* ============================================= */
.p-catalog-body {
  padding: 0 25px;
}

/* ============================================= */
/* ナビ */
/* ============================================= */
.p-catalog-nav {
  width: 690px;
  margin: 0 auto 60px;
}

.p-catalog-nav__top {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.p-catalog-nav__bottom {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 15px;
}

.p-catalog-nav__url {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 85px;
  padding: 10px;
  background-color: #d1b07a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  align-content: center;
}

.p-catalog-nav__url:hover {
      opacity: 0.7;
    cursor: pointer;
}

.p-catalog-nav__url::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.p-catalog-nav__url:link {
  line-height: 1.5;
  color: #fff;
}

.p-catalog-nav__url:visited {
  line-height: 1.5;
  color: #fff;
}

.p-catalog-nav__url--two-lines {
  padding: 10px 10px 15px;
}

.p-catalog-nav__url--two-lines::after {
  bottom: 5px;
}

.p-catalog-nav__small {
  font-size: 16px;
}

/* ============================================= */
/* 予算 */
/* ============================================= */
.p-catalog-budget {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  width: 810px;
  margin: 0 auto;
}

.p-catalog-budget__url {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70px;
  padding: 10px;
  background-color: #22469E;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 0.05em;
}

.p-catalog-budget__url::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 27px;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.p-catalog-budget__url:link {
  line-height: 1.5;
  color: #fff;
}

.p-catalog-budget__url:visited {
  line-height: 1.5;
  color: #fff;
}

/* ============================================= */
/* セクション */
/* ============================================= */
.p-catalog-section {
  position: relative;
  margin-bottom: 60px;
}

.p-catalog-section:last-child {
  margin-bottom: 0;
}

/* ============================================= */
/* 商品カード 2カラム */
/* ============================================= */
.p-catalog-col2-card {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}

.p-catalog-col2-card__item {
  width: 100%;
  max-width: 460px;
  padding: 30px 65px;
  background-color: #fff;
  border: 1px solid #E5CFA8;
}

.p-catalog-col2-card__item:only-child {
  justify-self: center;
  grid-column: 1/-1;
}

.p-catalog-col2-card__img {
  margin-bottom: 20px;
}

.p-catalog-col2-card__main {
  color: #3b3b3b;
}

.p-catalog-col2-card__description {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 2px solid #f2f2f2;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p-catalog-col2-card__name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-catalog-col2-card__img-sub {
  margin-top: 20px;
}

.p-catalog-col2-card+.p-catalog-col3-card {
  margin-top: 20px;
}

/* ============================================= */
/* 商品カード 3カラム */
/* ============================================= */
.p-catalog-col3-card {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  text-align: left;
}

.p-catalog-col3-card__item {
  grid-column: span 2;
  width: 100%;
  max-width: 316.6666666667px;
  padding: 30px 30px;
  background-color: #fff;
  border: 1px solid #E5CFA8;
}

.p-catalog-col3-card__item:only-child {
  grid-column: 3/5;
}

.p-catalog-col3-card__item:nth-child(3n+1):last-child {
  grid-column: 3/5;
}

.p-catalog-col3-card__item:first-child:nth-last-child(2) {
  grid-column: 2/4;
}

.p-catalog-col3-card__item:last-child:nth-child(2) {
  grid-column: 4/6;
}

.p-catalog-col3-card__item:nth-child(3n+1):nth-last-child(2) {
  grid-column: 2/4;
}

.p-catalog-col3-card__item:nth-child(3n+2):last-child {
  grid-column: 4/6;
}

.p-catalog-col3-card__img {
  margin-bottom: 20px;
}

.p-catalog-col3-card__main {
  color: #3b3b3b;
}

.p-catalog-col3-card__description {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 2px solid #f2f2f2;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p-catalog-col3-card__name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ============================================= */
/* 詳しくはこちら ボタン */
/* ============================================= */
.p-catalog-view-detail {
  margin-top: 20px;
}

.p-catalog-view-detail__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  margin: 0 auto;
  padding: 1px 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-catalog-view-detail__button:link {
  color: #fff;
}

.p-catalog-view-detail__button:visited {
  color: #fff;
}

.p-catalog-view-detail__button::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 27px;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.p-catalog-view-detail__button--gourmet {
  background-color: #D5674A;
}

.p-catalog-view-detail__button--goods {
  background-color: #378BBD;
}

.p-catalog-view-detail__button--goods-gourmet {
  background-color: #EDB242;
}

.p-catalog-view-detail__button--childbirth {
  background-color: #ECA5D7;
}

.p-catalog-view-detail__button--experiences {
  background-color: #81B8C5;
}

.p-catalog-view-detail__button--goods-gourmet-experiences {
  background-color: #9485B9;
}

/* ============================================= */
/* 注釈 */
/* ============================================= */
.p-catalog-license {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.5;
  color: #3b3b3b;
}

/* ============================================= */
/* ANAバナー */
/* ============================================= */
.p-catalog-bnr {
  width: 380px;
  margin: 0 auto;
}

/* ============================================= */
/* SP */
/* ============================================= */
#news #d_topic_path {
  width: auto;
}

#news #p-catalog {
  width: 100%;
}

#news #p-catalog .u-db-pc {
  display: none;
}

#news #p-catalog .u-db-sp {
  display: block;
}

/* ============================================= */
/* コンテナ */
/* ============================================= */
#news .p-catalog-inner {
  width: 100%;
  padding: 0 10px;
}

/* ============================================= */
/* MV */
/* ============================================= */
#news .p-catalog-mv {
  margin-bottom: 70px;
  background-image: none;
}

/* ============================================= */
/* タイトル */
/* ============================================= */
#news .p-catalog-title {
  margin-bottom: 40px;
}

#news .p-catalog-title--catalog-types,
#news .p-catalog-title--budget {
  margin-bottom: 30px;
}

#news .p-catalog-title--ana {
  margin-bottom: 30px;
}

#news .p-catalog-title__h2 {
  font-size: 24px;
  line-height: 1.25;
}

#news .p-catalog-title__h2--catalog-types,
#news .p-catalog-title__h2--budget {
  padding-bottom: 12px;
}

#news .p-catalog-title__h2--has-bg::after {
  height: 40.37px;
  margin-top: 7px;
  background-size: 42px 40.37px, 1px 8px;
}

/* ============================================= */
/* 商品コンテナ */
/* ============================================= */
#news .p-catalog-product {
  margin-bottom: 50px;
  padding: 60px 0 60px;
}

/* ============================================= */
/* ボディー */
/* ============================================= */
#news .p-catalog-body {
  padding: 0;
}

/* ============================================= */
/* ナビ */
/* ============================================= */
#news .p-catalog-nav {
  width: 100%;
  margin: 0 auto 70px;
}

#news .p-catalog-nav__top {
  gap: 10px 11px;
  grid-template-columns: repeat(2, 1fr);
}

#news .p-catalog-nav__bottom {
  margin-top: 11px;
}

#news .p-catalog-nav__url {
  min-height: 70px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.29;
}

#news .p-catalog-nav__url::after {
  bottom: 8px;
  width: 7px;
  height: 7px;
}

#news .p-catalog-nav__url:link {
  line-height: 1.29;
}

#news .p-catalog-nav__url:visited {
  line-height: 1.29;
}

#news .p-catalog-nav__url--two-lines,
#news .p-catalog-nav__url--two-lines-sp {
  padding: 10px;
}

#news .p-catalog-nav__url--two-lines::after,
#news .p-catalog-nav__url--two-lines-sp::after {
  bottom: 3px;
}

#news .p-catalog-nav__small {
  font-size: 12px;
}

/* ============================================= */
/* 予算 */
/* ============================================= */
#news .p-catalog-budget {
  gap: 10px 11px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

#news .p-catalog-budget__url {
  height: 50px;
  font-size: 14px;
}

#news .p-catalog-budget__url::after {
  right: 17px;
  width: 7px;
  height: 7px;
}

/* ============================================= */
/* セクション */
/* ============================================= */
#news .p-catalog-section {
  position: relative;
  margin-bottom: 50px;
}

/* ============================================= */
/* 商品カード 2カラム */
/* ============================================= */
#news .p-catalog-col2-card {
  gap: 10px;
  grid-template-columns: repeat(2,1fr);
}

#news .p-catalog-col2-card__item {
  width: 100%;
  max-width: none;
  padding: 20px 10px;
}

#news .p-catalog-col2-card__item:only-child {
  padding: 34px 32px 30px;
}

#news .p-catalog-col2-card__main * {
  color: #3b3b3b;
}

#news .p-catalog-col2-card__description {
  font-size: 12px;
  line-height: 1.92;
  padding-top: 6px;
}

#news .p-catalog-col2-card__item:only-child .p-catalog-col2-card__description {
  font-size: 14px;
  line-height: 1.64;
}
#news .p-catalog-col2-card__name {
  margin-bottom: 5px;
  font-size: 13px;
}

#news .p-catalog-col2-card__item:only-child .p-catalog-col2-card__name {
  font-size: 16px;
  line-height: 1.5;
}

#news .p-catalog-col2-card+.p-catalog-col3-card {
  margin-top: 10px;
}

/* ============================================= */
/* 商品カード 3カラム */
/* ============================================= */
#news .p-catalog-col3-card {
  gap: 10px 7px;
  grid-template-columns: repeat(4, 1fr);
}

#news .p-catalog-col3-card__item {
  grid-column: span 2;
  width: 100%;
  max-width: none;
  padding: 20px 10px;
}

#news .p-catalog-col3-card__item:nth-child(2n+1):last-child {
  grid-column: 2/4;
}

#news .p-catalog-col3-card__img {
  margin-bottom: 10px;
}

#news .p-catalog-col3-card__main * {
  color: #3b3b3b;
}

#news .p-catalog-col3-card__description {
  font-size: 12px;
  line-height: 1.92;
  padding-top: 6px;
}

#news .p-catalog-col3-card__name {
  margin-bottom: 5px;
  font-size: 13px;
}

/* ============================================= */
/* 詳しくはこちら ボタン */
/* ============================================= */
#news .p-catalog-view-detail__button {
  font-size: 10px;
  height: 40px;
}

#news .p-catalog-col2-card__item:only-child .p-catalog-view-detail__button {
  padding: 0 15px;
  font-size: 14px;
  height: 50px;
}

#news .p-catalog-view-detail__button::after {
  right: 15px;
  width: 7px;
  height: 7px;
}

#news .p-catalog-col2-card__item:only-child .p-catalog-view-detail__button::after {
  right: 25px;
}

/* ============================================= */
/* 注釈 */
/* ============================================= */
#news .p-catalog-license {
  margin-top: 15px;
  font-size: 8px;
}

/* ============================================= */
/* ANAバナー */
/* ============================================= */
#news .p-catalog-bnr {
  width: 260px;
}
