@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
#about-nav.about__category {
  background-image: url("/assets/img/about/bg_about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#about-nav.about__category .about__category-title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 821px) {
  #about-nav.about__category .about__category-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  #about-nav.about__category .about__category-title {
    font-size: 20px;
  }
}
#about-nav.about__category .about__category-wrap {
  display: grid;
}
@media screen and (min-width: 821px) {
  #about-nav.about__category .about__category-wrap {
    grid-template-columns: repeat(4, 255px);
    margin-top: 60px;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  #about-nav.about__category .about__category-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 15px;
  }
}
#about-nav.about__category .about__category-item a[target=_blank] p {
  position: relative;
}
#about-nav.about__category .about__category-item a[target=_blank] p::after {
  content: "\e926";
  font-size: 20px;
  margin-left: 3px;
  font-family: "icomoon";
  font-weight: normal;
  line-height: 0;
  vertical-align: sub;
}
@media (hover: hover) and (pointer: fine) {
  #about-nav.about__category .about__category-item a:hover .about__category-img img {
    transform: scale(1.1);
  }
}
#about-nav.about__category .about__category-item p {
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  #about-nav.about__category .about__category-item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  #about-nav.about__category .about__category-item p {
    font-size: 12px;
    margin-top: 5px;
  }
}
#about-nav.about__category .about__category-img {
  overflow: hidden;
  transition: transform 0.3s;
}
#about-nav.about__category .about__category-img img {
  transition: transform var(--duration);
}

#page-stories-article .article {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  #page-stories-article .article {
    margin-bottom: 80px;
  }
}
#page-stories-article .story__head {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 821px) {
  #page-stories-article .story__head {
    height: 650px;
  }
}
@media screen and (max-width: 820px) {
  #page-stories-article .story__head {
    aspect-ratio: 1/1;
    margin-bottom: 50px;
  }
}
#page-stories-article .story__head .story__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-stories-article .story__head .story__head-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  align-items: flex-end;
}
#page-stories-article .story__head .story__head-inner::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
#page-stories-article .story__head .story__head-inner .l-container_middle {
  position: relative;
  z-index: 2;
}
#page-stories-article .story__head .story__head-inner .story__head-hgroup {
  margin-bottom: 40px;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  #page-stories-article .story__head .story__head-inner .story__head-hgroup {
    margin-bottom: 25px;
    gap: 8px;
  }
}
#page-stories-article .story__head .story__head-inner .story__head-hgroup .story__head-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 820px) {
  #page-stories-article .story__head .story__head-inner .story__head-hgroup .story__head-title {
    font-size: 20px;
  }
}
#page-stories-article .story__head .story__head-inner .story__head-hgroup .story__head-tag {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 820px) {
  #page-stories-article .story__head .story__head-inner .story__head-hgroup .story__head-tag {
    flex-wrap: wrap;
    gap: 2px 10px;
    font-size: 10px;
  }
}
#page-stories-article .story__date {
  color: var(--color-text-sub);
}

.story__related-area {
  padding: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .story__related-area {
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 820px) {
  .story__related-area .story__card-list .story__card {
    grid-auto-flow: dense;
  }
}
.story__related-area .story__card-list .story__card-tag {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 10px;
}
@media screen and (max-width: 820px) {
  .story__related-area .story__card-list .story__date {
    font-size: 13px;
  }
}
.story__related-area .story__card-list .story__card-title {
  -webkit-line-clamp: 3;
  max-height: 74px;
}
@media screen and (max-width: 820px) {
  .story__related-area .story__card-list .story__card-title {
    margin-top: 10px;
    max-height: 65px;
  }
}
@media screen and (max-width: 820px) {
  .story__related-area .story__card-list .story__card-image {
    width: 100%;
  }
}

#romance .nav__title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #romance .nav__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#romance .nav__wrap {
  display: grid;
}
@media screen and (min-width: 821px) {
  #romance .nav__wrap {
    justify-content: center;
    grid-template-columns: repeat(5, 200px);
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  #romance .nav__wrap {
    gap: 10px;
    grid-template-columns: auto;
    margin-inline: 25px;
  }
}
#romance .nav__wrap .nav__item {
  position: relative;
}
@media screen and (min-width: 821px) {
  #romance .nav__wrap .nav__item {
    display: grid;
  }
}
#romance .nav__wrap .nav__item a {
  display: grid;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  #romance .nav__wrap .nav__item a {
    gap: 10px;
    padding: 35px 12px;
    font-size: 16px;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media screen and (max-width: 820px) {
  #romance .nav__wrap .nav__item a {
    height: 70px;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    grid-auto-flow: column;
    padding: 15px 10px;
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #romance .nav__wrap .nav__item a:hover .nav__item-cta::after {
    transform: translateX(5px);
  }
}
#romance .nav__wrap .nav__item .nav__item-icon {
  text-align: center;
}
#romance .nav__wrap .nav__item .nav__item-icon::before {
  font-size: 40px;
  color: var(--color-primary);
}
@media screen and (max-width: 820px) {
  #romance .nav__wrap .nav__item .nav__item-icon::before {
    font-size: 30px;
  }
}
#romance .nav__wrap .nav__item .nav__item-text {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  #romance .nav__wrap .nav__item .nav__item-text {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  #romance .nav__wrap .nav__item .nav__item-text {
    font-size: 13px;
  }
}
#romance .nav__wrap .nav__item .nav__item-cta {
  justify-content: center;
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (max-width: 820px) {
  #romance .nav__wrap .nav__item .nav__item-cta {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 820px) {
  #romance .kv__wrap {
    background-color: #fff;
  }
}
#romance .kv__wrap .kv {
  position: relative;
}
#romance .kv__wrap .kv hgroup {
  font-family: var(--enFontFamily);
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv hgroup {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 25px;
  }
}
#romance .kv__wrap .kv .kv__bg {
  position: relative;
}
@media screen and (min-width: 821px) {
  #romance .kv__wrap .kv .kv__bg {
    height: 650px;
  }
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv .kv__bg {
    height: 62.4vw;
  }
}
@media screen and (min-width: 821px) {
  #romance .kv__wrap .kv .kv__bg picture {
    display: flex;
    height: 100%;
  }
}
#romance .kv__wrap .kv .kv__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv__title-wrap {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 821px) {
  #romance .kv__wrap .kv__lead-wrap {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
#romance .kv__wrap .kv__lead {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  #romance .kv__wrap .kv__lead {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv__lead {
    gap: 30px;
    font-size: 11px;
    padding: 40px 0;
    align-items: flex-start;
  }
}
#romance .kv__wrap .kv__lead .kv__lead-img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv__lead .kv__lead-img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    width: 29.2307692308vw;
    height: 41.5384615385vw;
  }
  #romance .kv__wrap .kv__lead .kv__lead-img img {
    width: 100%;
    height: 100%;
  }
}
#romance .kv__wrap .kv__lead .kv__lead-text {
  flex: 1;
  text-align: start;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}
#romance .kv__wrap .kv__lead .kv__lead-link {
  display: inline-flex;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv__lead .kv__lead-link {
    color: var(--color-primary);
  }
}
#romance .kv__wrap .kv__title {
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #romance .kv__wrap .kv__title {
    width: 77.3333333333vw;
  }
}
#romance .menu__wrap {
  position: relative;
}
#romance .menu__wrap::before, #romance .menu__wrap::after {
  content: "";
  position: absolute;
  width: 396px;
  height: 481px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  #romance .menu__wrap::before, #romance .menu__wrap::after {
    width: 55.7333333333vw;
    height: 80vw;
    background-size: cover;
  }
}
#romance .menu__wrap::before {
  top: 222px;
  left: 0;
  background-image: url("/assets/img/about/romance/bg01.png");
}
#romance .menu__wrap::after {
  top: 623px;
  right: 0;
  background-image: url("/assets/img/about/romance/bg02.png");
}
#romance .menu {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #romance .menu {
    padding-top: 60px;
  }
}
#romance .menu .menu__card {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #romance .menu .menu__card {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 821px) {
  #romance .menu .menu__card + .menu__card {
    flex-direction: row-reverse;
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  #romance .menu .menu__card + .menu__card {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  #romance .menu .menu__card img {
    height: auto;
  }
}
#romance .menu .menu__card .menu__card-inner {
  flex: 1;
}
#romance .menu .menu__card .menu__card-inner .menu__card-text {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #romance .menu .menu__card .menu__card-inner .menu__card-text {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#romance .menu .menu__card .menu__card-inner .menu__card-link {
  color: var(--color-primary);
}
@media screen and (max-width: 820px) {
  #romance .menu .menu__card .menu__card-inner .menu__card-link {
    justify-content: flex-end;
  }
}
#romance .movie {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  #romance .movie {
    width: 1180px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}
#romance .movie .movie__inner {
  position: relative;
}
#romance .movie .movie__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #romance .movie .movie__head {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 821px) {
  #romance .movie .movie__head-inner {
    display: flex;
    gap: 50px;
  }
}
#romance .movie .movie__swiper-wrap {
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  #romance .movie .movie__swiper-wrap {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 820px) {
  #romance .movie .movie__swiper-wrap {
    position: relative;
  }
}
@media screen and (min-width: 821px) {
  #romance .movie .movie__swiper-slide {
    width: 420px;
  }
}
#romance .movie .movie__swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 821px) {
  #romance .movie .movie__swiper-slide img {
    width: 420px;
    height: 236px;
  }
}
@media screen and (max-width: 820px) {
  #romance .movie .movie__swiper-slide img {
    width: 53.6vw;
    height: 30.1333333333vw;
  }
}
@media screen and (min-width: 821px) {
  #romance .movie .short__swiper-slide {
    width: 265px;
  }
}
@media screen and (max-width: 820px) {
  #romance .movie .short__swiper-slide .short__swiper-slide-title {
    -webkit-line-clamp: 4;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 96px;
  }
}
#romance .movie .short__swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 821px) {
  #romance .movie .short__swiper-slide img {
    width: 265px;
    height: 474px;
  }
}
@media screen and (max-width: 820px) {
  #romance .movie .short__swiper-slide img {
    width: 53.3333333333vw;
    height: 95.2vw;
  }
}
#romance .story .story__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
#romance .story .card__place {
  margin-top: 10px;
  font-size: 11px;
  color: #AAA;
}
@media screen and (max-width: 820px) {
  #romance .story .card__place {
    margin-top: 5px;
  }
}
#romance .banner__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  #romance .banner__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    gap: 20px;
  }
}
#romance .banner__wrap .banner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
  background-color: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 820px) {
  #romance .banner__wrap .banner {
    padding: 30px 24px 40px;
    gap: 10px;
  }
}
#romance .banner__wrap .banner .banner__icon {
  text-align: center;
}
#romance .banner__wrap .banner .banner__icon::before {
  font-size: 60px;
  color: var(--color-primary);
}
@media screen and (max-width: 820px) {
  #romance .banner__wrap .banner .banner__icon::before {
    font-size: 40px;
  }
}
#romance .banner__wrap .banner .banner__title {
  text-align: center;
}
#romance .banner__wrap .banner .banner__button {
  margin-top: 10px;
  height: 60px;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  color: var(--color-primary);
  font-size: 15px;
}
@media (hover: hover) and (pointer: fine) {
  #romance .banner__wrap .banner .banner__button:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
}
@media screen and (max-width: 820px) {
  #romance .banner__wrap .banner .banner__button {
    height: 52px;
    font-size: 13px;
  }
}
#romance .banner__image {
  display: block;
}
@media screen and (min-width: 821px) {
  #romance .banner__image {
    width: 480px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 820px) {
  #romance .banner__image {
    width: 100%;
    margin-top: 50px;
  }
}

#romance-story .story__head {
  background-image: url("/assets/img/about/romance/title_bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 820px) {
  #romance-story .story__head {
    background-image: url("/assets/img/about/romance/title_bg_sp.jpg");
  }
}
#romance-story .story__head .story__head-inner {
  padding-top: 10px;
}
@media screen and (min-width: 821px) {
  #romance-story .story__head .story__head-text {
    text-align: center;
    margin-top: -30px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 820px) {
  #romance-story .story__head .story__head-text {
    padding-bottom: 40px;
    margin-top: -20px;
  }
}
#romance-story .story__body {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #romance-story .story__body {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#romance-story .card-place {
  font-size: 11px;
  color: #aaa;
}
@media screen and (min-width: 821px) {
  #romance-story .card-place {
    margin-top: 10px;
  }
}
#romance-story .story-header {
  justify-content: flex-end;
}

#romance-ceremony .ceremony__head {
  background-image: url("/assets/img/about/romance/title_bg.jpg");
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #romance-ceremony .ceremony__head {
    background-image: url("/assets/img/about/romance/title_bg_sp.jpg");
    margin-bottom: 60px;
  }
}
#romance-ceremony .ceremony__head .ceremony__head-inner {
  padding-top: 10px;
}
@media screen and (min-width: 821px) {
  #romance-ceremony .ceremony__head .ceremony__head-text {
    text-align: center;
    margin-top: -30px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 820px) {
  #romance-ceremony .ceremony__head .ceremony__head-text {
    padding-bottom: 40px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 821px) {
  #romance-ceremony #page-about .about__acc-card {
    gap: 0;
  }
}
@media screen and (max-width: 820px) {
  #romance-ceremony #page-about .about__acc-card-en {
    margin-top: 5px;
  }
}

#romance-reason .romance__title-bg {
  height: 303px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: grid;
  place-content: center;
  gap: 20px;
  background-image: url("/assets/img/about/romance/romance_title.jpg");
}
@media screen and (max-width: 820px) {
  #romance-reason .romance__title-bg {
    height: 287px;
    background-image: url("/assets/img/about/romance/romance_title_sp.jpg");
  }
}
#romance-reason .romance-page__title {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  text-align: center;
}
#romance-reason .romance__lead {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 821px) {
  #romance-reason .romance__lead {
    text-align: center;
  }
}
#romance-reason .rule__wrap {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(2, 522px);
}
@media screen and (max-width: 820px) {
  #romance-reason .rule__wrap {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#romance-reason .rule {
  border: 2px solid #B2A370;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  #romance-reason .rule {
    padding: 20px;
  }
}
#romance-reason .rule .rule__hgroup {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border-gray);
}
@media screen and (max-width: 820px) {
  #romance-reason .rule .rule__hgroup {
    padding-bottom: 15px;
  }
}
#romance-reason .rule .rule__number {
  width: 70px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #romance-reason .rule .rule__number {
    width: 45px;
    height: 47px;
  }
  #romance-reason .rule .rule__number img {
    width: 100%;
    height: auto;
  }
}
#romance-reason .rule .rule__title {
  flex: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  #romance-reason .rule .rule__title {
    font-size: 16px;
  }
}
#romance-reason .rule .rule__title-en {
  font-family: "EB Garamond", serif;
}
#romance-reason .rule .rule__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #B2A370;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #romance-reason .rule .rule__subtitle {
    font-size: 14px;
  }
}
#romance-reason .rule .rule__text {
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  #romance-reason .rule .rule__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

#romance-about .romance__title-bg {
  height: 303px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: grid;
  place-content: center;
  gap: 20px;
  background-image: url("/assets/img/about/romance/about_title.jpg");
}
@media screen and (max-width: 820px) {
  #romance-about .romance__title-bg {
    height: 287px;
    background-image: url("/assets/img/about/romance/about_title_sp.jpg");
  }
}
#romance-about .romance-page__title {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  text-align: center;
}
#romance-about .romance__lead {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 821px) {
  #romance-about .romance__lead {
    text-align: center;
  }
}
#romance-about .romance__lead a {
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  #romance-about .faq {
    max-width: 800px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 820px) {
  #romance-about .faq {
    padding-top: 15px;
  }
}
#romance-about .faq a:hover {
  color: var(--color-primary);
}
#romance-about .faq a[target=_blank]:after {
  content: "\e926";
  display: inline-block;
  font-size: 19px;
  font-family: "icomoon";
  margin-left: 5px;
}
@media screen and (max-width: 820px) {
  #romance-about .faq a[target=_blank]:after {
    font-size: 16px;
  }
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__content {
    width: 780px;
  }
}
#romance-about .faq a {
  color: var(--color-primary);
  text-decoration: underline;
}
#romance-about .faq a:hover {
  text-decoration: none;
}
#romance-about .faq .faq__detail {
  border-bottom: 2px solid var(--color-border-gray);
}
#romance-about .faq .faq__detail .summary {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background: url(/assets/img/about/romance/q.png) no-repeat;
  background-size: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__detail .summary {
    background-position: left 20px top 25px;
    font-size: 18px;
    padding: 25px 15px 25px 65px;
  }
}
@media screen and (max-width: 820px) {
  #romance-about .faq .faq__detail .summary {
    background-position: left 0 center;
    font-size: 14px;
    padding: 15px 0 15px 45px;
  }
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__detail .summary .l-summary-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__detail .summary .l-summary-icon::after {
    font-size: 30px;
  }
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__question {
    flex: 1;
  }
}
#romance-about .faq .faq__answer {
  background: url(/assets/img/about/romance/a.png) no-repeat;
  background-size: 30px;
  word-break: break-word;
}
@media screen and (min-width: 821px) {
  #romance-about .faq .faq__answer {
    background-position: left 20px top 13px;
    padding: 15px 50px 25px 65px;
  }
}
@media screen and (max-width: 820px) {
  #romance-about .faq .faq__answer {
    background-position: left 25px top 20px;
    padding: 20px 50px 25px 65px;
  }
}
#romance-about .faq .faq__answer p + p {
  margin-top: 1.5em;
}
#romance-about .faq .faq__answer ul + p {
  margin-top: 1.5em;
}

#romance-produce .produce__title-bg {
  height: 303px;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  gap: 20px;
  background-image: url("/assets/img/about/romance/title_bg.jpg");
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__title-bg {
    height: 287px;
    background-image: url("/assets/img/about/romance/title_bg_sp.jpg");
  }
}
#romance-produce .produce-page__title {
  text-align: center;
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__lead {
    text-align: center;
  }
}
#romance-produce .produce__anchor-container {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__anchor-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__anchor-container .produce__anchor-wrap {
    grid-template-columns: 2fr 2fr 3fr;
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__anchor-container .produce__anchor-wrap {
    gap: 5px 15px;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__anchor-container .produce__anchor-wrap .produce__anchor {
    font-size: 10px;
  }
}
#romance-produce .produce__text {
  margin-top: 15px;
  margin-bottom: 20px;
}
#romance-produce .produce__panel {
  border-bottom: 2px solid var(--color-border-gray);
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__panel {
    display: flex;
    gap: 40px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel {
    padding: 30px 0;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-img img {
    width: 86.6666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__panel .produce__panel-text {
    width: calc(100% - 390px);
  }
}
#romance-produce .produce__panel .produce__panel-text .panel-title {
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__panel .produce__panel-text .panel-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-text .panel-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
#romance-produce .produce__panel .produce__panel-text .panel-title_en {
  font-size: 14px;
  font-family: "Avenir", "Arial", sans-serif;
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-text .panel-title_en {
    font-size: 13px;
    line-height: 1.4;
  }
}
#romance-produce .produce__panel .produce__panel-text .panel-details {
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  #romance-produce .produce__panel .produce__panel-text .panel-details {
    margin-top: 15px;
  }
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-text .panel-details {
    margin-top: 10px;
  }
}
#romance-produce .produce__panel .produce__panel-text .produce__panel-link {
  margin-top: 15px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-text .produce__panel-link {
    font-size: 13px;
    margin-top: 5px;
  }
}
#romance-produce .produce__panel .produce__panel-text .produce__panel-link + .produce__panel-link {
  margin-top: 0;
}
#romance-produce .produce__panel .produce__panel-text .produce__panel-link a {
  color: var(--color-primary);
  text-decoration: underline;
}
#romance-produce .produce__panel .produce__panel-text .produce__panel-link a[target=_blank]::after {
  content: "\e926";
  margin-left: 5px;
  font-size: 20px;
  font-family: "icomoon";
  line-height: 0;
  vertical-align: sub;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #romance-produce .produce__panel .produce__panel-text .produce__panel-link a[target=_blank]::after {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #romance-produce .produce__panel .produce__panel-text .produce__panel-link a:hover {
    text-decoration: none;
  }
}