@charset "utf-8";

/* min-width: 1028px; */

#contentsArea {
  clear: both;
	overflow-x: initial;
}

.wrap {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.wrap *,
.wrap *:before,
.wrap *:after {
	box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	line-height: inherit;
	letter-spacing: normal;
}

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

.wrap a {
	color: inherit;
}

.wrap > .contents-wrap {
	margin: 0 auto 3em;
  max-width: 93.75em;
}

.wrap .--serif {
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.wrap .--imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
}

.wrap .p-formalwear-inner {
  margin-inline: auto;
  max-width: 62.5em;
}

@media only screen and (min-width: 768px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}

@media only screen and (max-width: 767px) {
	.wrap {
		font-size: 4.266667vw;
	}

	.wrap .--only-pc {
		display: none;
	}

  .wrap .p-formalwear-inner {
    padding-inline: 1.25em;
  }
}

@media only screen and (min-width: 768px) {
	.wrap .--only-sp {
		display: none;
	}
}

.wrap .p-formalwear-mv {
  line-height: 1;
  margin-bottom: 1.5em;
}

.wrap .p-formalwear-txt-1 {
  line-height: 1.75;
  margin: 0 auto;
  max-width: 50em;
}

.wrap .p-formalwear-nav {
  margin-top: 4em;
}

.wrap .p-formalwear-nav__ttl {
  margin: 0 auto 1em;
  aspect-ratio: 89 / 48;
  width: 5.5625em;
  background-image: url(../tellme_formalwear_index_img/index_ttl.png);
}

.wrap .p-formalwear-nav__list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.125em;
  flex-wrap: wrap;
}

.wrap .p-formalwear-nav__list1 > li {
  line-height: 1;
  width: 9.25em;
}

.wrap .p-formalwear-nav__list1 a {
  transition: opacity 0.2s ease-out;
  aspect-ratio: 148 / 248;
}

.wrap .p-formalwear-nav__list1 a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-nav__list1 .--nav-01 {
  background-image: url(../tellme_formalwear_index_img/nav_01.jpg);
}

.wrap .p-formalwear-nav__list1 .--nav-02 {
  background-image: url(../tellme_formalwear_index_img/nav_02.jpg);
}

.wrap .p-formalwear-nav__list1 .--nav-03 {
  background-image: url(../tellme_formalwear_index_img/nav_03.jpg);
}

.wrap .p-formalwear-nav__list1 .--nav-04 {
  background-image: url(../tellme_formalwear_index_img/nav_04.jpg);
}

.wrap .p-formalwear-nav__list1 .--nav-05 {
  background-image: url(../tellme_formalwear_index_img/nav_05.jpg);
}

.wrap .p-formalwear-nav__list1 .--nav-06 {
  background-image: url(../tellme_formalwear_index_img/nav_06.jpg);
}

.wrap .p-formalwear-nav__list2 {
  margin: 1.5em auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  width: 26.25em;
}

.wrap .p-formalwear-nav__list2 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.625em;
  border-radius: 3.625em;
  column-gap: 0.5em;
  border: 1px solid #898277;
  letter-spacing: -0.05em;
}

.wrap .p-formalwear-nav__list2 a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-nav__list2 a::after {
  content: '';
  display: block;
  aspect-ratio: 10 / 8;
  width: auto;
  height: 0.5em;
  background: url(../tellme_formalwear_index_img/arrow_01.png) no-repeat center / contain;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-mv {
    margin-bottom: 1.25em;
  }

  .wrap .p-formalwear-txt-1 {
    font-size: 0.875em;
  }

  .wrap .p-formalwear-nav {
    margin-top: 3em;
  }

  .wrap .p-formalwear-nav__ttl {
    width: 4.4375em;
  }

  .wrap .p-formalwear-nav__list1 {
    margin-inline: -0.25em;
  }

  .wrap .p-formalwear-nav__list1 > li {
    width: 7.0625em;
  }

  .wrap .p-formalwear-nav__list2 {
    width: 19.6875em;
  }

  .wrap .p-formalwear-nav__list2 a {
    height: 3.07142857em;
    column-gap: 0.57142857em;
    font-size: 0.875em;
  }

  .wrap .p-formalwear-nav__list2 a::after {
    height: 0.57142857em;
  }
}

.wrap .p-formalwear-section {
  padding-block: 3.75em;
  margin-top: 3.75em;
}

.wrap .p-formalwear-section + .p-formalwear-section {
  margin-top: 0;
}

.wrap .p-formalwear-section.--bg-01 {
  background-color: #FFF8F5;
}

.wrap .p-formalwear-ttl-1 {
  margin: 0 auto 1em;
  height: 5.875em;
  width: auto;
}

.wrap .p-formalwear-ttl-1.--ttl-01 {
  aspect-ratio: 304 / 94;
  background-image: url(../tellme_formalwear_index_img/sec_01_ttl__pc.png);
}

.wrap .p-formalwear-ttl-1.--ttl-02 {
  aspect-ratio: 456 / 94;
  background-image: url(../tellme_formalwear_index_img/sec_02_ttl__pc.png);
}

.wrap .p-formalwear-ttl-1.--ttl-03 {
  aspect-ratio: 380 / 94;
  background-image: url(../tellme_formalwear_index_img/sec_03_ttl__pc.png);
}

.wrap .p-formalwear-ttl-1.--ttl-04 {
  aspect-ratio: 380 / 94;
  background-image: url(../tellme_formalwear_index_img/sec_04_ttl__pc.png);
}

.wrap .p-formalwear-ttl-1.--ttl-05 {
  aspect-ratio: 494 / 94;
  background-image: url(../tellme_formalwear_index_img/sec_05_ttl__pc.png);
}

.wrap .p-formalwear-ttl-1.--ttl-06 {
  aspect-ratio: 304 / 164;
  height: 10.25em;
  background-image: url(../tellme_formalwear_index_img/sec_06_ttl__pc.png);
}

.wrap .p-formalwear-txt-2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-section {
    padding-block: 2.5em;
    margin-top: 3em;
  }

  .wrap .p-formalwear-ttl-1 {
    height: 5.25em;
  }

  .wrap .p-formalwear-ttl-1.--ttl-01 {
    aspect-ratio: 240 / 84;
    background-image: url(../tellme_formalwear_index_img/sec_01_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-02 {
    aspect-ratio: 335 / 81;
    height: 5.0625em;
    background-image: url(../tellme_formalwear_index_img/sec_02_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-03 {
    aspect-ratio: 300 / 84;
    background-image: url(../tellme_formalwear_index_img/sec_03_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-04 {
    aspect-ratio: 280 / 81;
    height: 5.0625em;
    background-image: url(../tellme_formalwear_index_img/sec_04_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-05 {
    aspect-ratio: 240 / 129;
    height: 8.0625em;
    background-image: url(../tellme_formalwear_index_img/sec_05_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-06 {
    aspect-ratio: 224 / 129;
    height: 8.0625em;
    background-image: url(../tellme_formalwear_index_img/sec_06_ttl__sp.png);
  }

  .wrap .p-formalwear-ttl-1.--ttl-06 {
    height: 7.6875em;
  }

  .wrap .p-formalwear-txt-2 {
    font-size: 0.9375em;
  }
}

.wrap .p-formalwear-item-wrap {
  margin: 0.75em auto 0;
  max-width: 37.5em;
}

.wrap .p-formalwear-item-main {
  line-height: 1;
}

.wrap .p-formalwear-item-main a {
  display: block;
  transition: opacity 0.2s ease-out;
}

.wrap .p-formalwear-item-main a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-item-thumbs {
  margin: 0.625em -3.125em 1.5em;
}

.wrap .p-formalwear-item-thumbs__item {
  line-height: 1;
  padding: 0 0.3125em;
}

.wrap .p-formalwear-item-thumbs__item a {
  display: block;
  transition: opacity 0.2s ease-out;
}

.wrap .p-formalwear-item-thumbs__item a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-txt-3 {
  font-size: 0.875em;
}

.wrap .p-formalwear-txt-3 + .p-formalwear-txt-3 {
  margin-top: 1.5em;
}

.wrap .p-formalwear-item-details {
  margin-top: 1em;
}

.wrap .p-formalwear-item-details__brand {
  font-size: 0.625em;
  color: #767676;
  margin-bottom: 0.8em;
}

.wrap .p-formalwear-item-details__name {
  font-size: 1.125em;
  font-weight: bold;
}

.wrap .p-formalwear-item-details__name a {
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

.wrap .p-formalwear-item-details__name a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-item-details__group {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  flex-wrap: wrap;
}

.wrap .p-formalwear-item-details__discount {
  font-size: 0.75em;
  font-weight: bold;
  color: #FFF;
  background-color: #C72937;
  padding: 0.33333333em 0.66666667em;
  flex-shrink: 0;
  line-height: 1;
}

.wrap .p-formalwear-item-details__price {
  font-size: 0.875em;
  font-weight: bold;
}

.wrap .p-formalwear-item-details__price span span {
  font-size: 1.42857143em;
}

.wrap .p-formalwear-item-details__discount + .p-formalwear-item-details__price {
  color: #C72937;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-item-wrap {
    max-width: 100%;
  }

  .wrap .p-formalwear-item-thumbs {
    margin: 0.625em -0.3125em 1.5em;
  }

  .wrap .p-formalwear-item-thumbs::after {
    content: '';
    display: block;
    width: 0.3125em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
  }

  .wrap .--bg-01 .p-formalwear-item-thumbs::after {
    background-color: #FFF8F5;
  }
}

.wrap .p-formalwear-item-sub {
  margin: 2.5em 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em;
}

.wrap .p-formalwear-item-sub > li {
  width: calc((100% - 7.5em) / 4);
}

.wrap .p-formalwear-item-sub a {
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease-out;
}

.wrap .p-formalwear-item-sub a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-item-sub__item {
  line-height: 1;
}

.wrap .p-formalwear-item-sub__details {
  margin-top: 0.75em;
}

.wrap .p-formalwear-item-sub__brand {
  font-size: 0.625em;
  color: #767676;
  margin-bottom: 0.6em;
}

.wrap .p-formalwear-item-sub__name {
  font-size: 0.75em;
}

.wrap .p-formalwear-item-sub__group {
  margin-top: 0.375em;
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  flex-wrap: wrap;
}

.wrap .p-formalwear-item-sub__discount {
  font-size: 0.625em;
  font-weight: bold;
  color: #FFF;
  background-color: #C72937;
  padding: 0.4em;
  flex-shrink: 0;
  line-height: 1;
}

.wrap .p-formalwear-item-sub__price {
  font-size: 0.625em;
  font-weight: bold;
}

.wrap .p-formalwear-item-sub__price span span {
  font-size: 1.6em;
}

.wrap .p-formalwear-item-sub__discount + .p-formalwear-item-sub__price {
  color: #C72937;
}

.wrap .p-formalwear-more-btn {
  margin: 2.5em auto 0;
  max-width: 28.75em;
  line-height: 1.25;
}

.wrap .p-formalwear-more-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.26666667em;
  color: #FFF;
  font-size: 0.9375em;
  font-weight: bold;
  min-height: 3.33333333em;
  border-radius: 0.2em;
  background-color: #898277;
  padding-block: 1.06666667em;
}

.wrap .p-formalwear-more-btn a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-more-btn a::after {
  content: '';
  display: block;
  aspect-ratio: 8 / 10;
  width: 0.53333333em;
  background: url(../tellme_formalwear_index_img/arrow_02.png) no-repeat center / contain;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-item-sub {
    gap: 1.875em 1.5625em;
    justify-content: flex-start;
  }

  .wrap .p-formalwear-item-sub > li {
    width: calc((100% - 1.5625em) / 2);
  }

  .wrap .p-formalwear-more-btn {
    margin-top: 1.375em;
  }
}

.wrap .p-formalwear-item-thumbs .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  column-gap: 0.9375em;
  margin-top: 1em;
}

.wrap .p-formalwear-item-thumbs .slick-dots > li {
  display: block;
  width: 0.4375em;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  cursor: default;
}

.wrap .p-formalwear-item-thumbs .slick-dots > li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #ECECEC;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
}

.wrap .p-formalwear-item-thumbs .slick-dots > li button::before {
  content: none;
  display: none;
}

.wrap .p-formalwear-item-thumbs .slick-dots > li.slick-active button {
  background: #666;
}

@media only screen and (min-width: 768px) {
  .wrap .p-formalwear-item-thumbs .slick-dots:not(:has(li:nth-child(6))) {
    display: none;
  }
}

.wrap .p-formalwear-section-other {
  margin: 1.125em auto 0;
  max-width: 50em;
  display: flex;
  flex-direction: column;
  row-gap: 3em;
}

.wrap .p-formalwear-section-other__ttl-1 {
  margin: 0 auto 2em;
}

.wrap .p-formalwear-section-other__ttl-1.--ttl-01 {
  aspect-ratio: 216 / 80;
  width: 13.5em;
  background-image: url(../tellme_formalwear_index_img/faq_ttl.png);
}

.wrap .p-formalwear-section-other__ttl-1.--ttl-02 {
  aspect-ratio: 263 / 57;
  width: 16.4375em;
  background-image: url(../tellme_formalwear_index_img/result_ttl.png);
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-section-other {
    margin-top: 6.25em;
    padding-inline: 1.25em;
    row-gap: 3.5em;
  }
}

.wrap .p-formalwear-faq {
  margin-top: 2.5em;
  border-bottom: 1px solid #DADADA;
}

.wrap .p-formalwear-faq__q {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: normal;
  padding: 1.5em 1.5em 1.5em 1.375em;
  border-top: 1px solid #DADADA;
  background: url(../tellme_formalwear_index_img/faq_q.png) no-repeat 0 1.8em / 0.8125em auto;
}

.wrap .p-formalwear-faq__q > span {
  transition: opacity 0.2s ease-out;
  display: block;
}

.wrap .p-formalwear-faq__q:hover > span {
  opacity: 0.7;
}

.wrap .p-formalwear-faq__q::before,
.wrap .p-formalwear-faq__q::after {
  content: '';
  display: block;
  width: 0.875em;
  height: 0.125em;
  border-radius: 0.125em;
  background-color: #8A8A8A;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrap .p-formalwear-faq__q::after {
  transition: transform 0.3s linear;
  transform: translateY(-50%) rotate(-90deg);
}

.wrap .p-formalwear-faq__q.--opened::after {
  transform: translateY(-50%) rotate(0deg);
}

.wrap .p-formalwear-faq__a {
  padding: 0 0 1.5em 1.375em;
  background: url(../tellme_formalwear_index_img/faq_a.png) no-repeat 0 0.35em / 0.8125em auto;
  display: none;
}

.wrap .p-formalwear-faq__sub-ttl {
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 1.5em;
}

.wrap .p-formalwear-faq__txt {
  font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-faq {
    margin-top: 3em;
  }
}

.wrap .p-formalwear-results-box {
  margin: 2.3125em auto 0;
  max-width: 47em;
}

.wrap .p-formalwear-results-list__ttl {
  text-align: center;
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 2.28571429em;
}

.wrap .p-formalwear-results-list__ttl small {
  font-size: 0.85714286em;
}

.wrap .p-formalwear-results-list__ttl::before {
  aspect-ratio: 40 / 25;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  margin: 0 auto 1.21428571em;
  width: 2.85714286em;
}

.wrap .p-formalwear-results-list__ttl.--q1::before {
  content: 'Q1';
  background-image: url(../tellme_formalwear_index_img/results_q1.png);
}

.wrap .p-formalwear-results-list__ttl.--q2::before {
  content: 'Q2';
  background-image: url(../tellme_formalwear_index_img/results_q2.png);
}

.wrap .p-formalwear-results-list__ttl.--q3::before {
  content: 'Q3';
  background-image: url(../tellme_formalwear_index_img/results_q3.png);
}

.wrap .p-formalwear-results-list__ttl.--q4::before {
  content: 'Q4';
  background-image: url(../tellme_formalwear_index_img/results_q4.png);
}

.wrap .p-formalwear-results-list__ttl.--q5::before {
  content: 'Q5';
  background-image: url(../tellme_formalwear_index_img/results_q5.png);
}

.wrap .p-formalwear-results-list__txt1 {
  font-size: 0.75em;
}

.wrap .p-formalwear-results-list__ttl + .p-formalwear-results-list__txt1 {
  margin-top: -1.25em;
}

.wrap .p-formalwear-results-list__txt2 {
  font-size: 0.875em;
}

.wrap .p-formalwear-results-list__txt3 + .p-formalwear-results-list__txt2 {
  margin-top: 1.71428571em;
}

.wrap .p-formalwear-results-list__txt3 {
  font-size: 0.9375em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #D3D3D3;
}

.wrap .p-formalwear-results-list__txt3 + .p-formalwear-results-list__txt3 {
  margin-top: 1.6em;
}

.wrap .p-formalwear-results-list__txt4 {
  font-size: 0.9375em;
  font-weight: bold;
  margin-top: 1.33333333em;
  margin-bottom: 1.33333333em;
  line-height: 2;
}

.wrap .p-formalwear-results-list__txt4:first-child {
  margin-top: 0;
}

.wrap .p-formalwear-results-list__txt4:last-child {
  margin-bottom: 0;
}

.wrap .p-formalwear-results-details {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.wrap .p-formalwear-results-details:first-child {
  margin-top: 0;
}

.wrap .p-formalwear-results-details:last-child {
  margin-bottom: 0;
}

.wrap .p-formalwear-results-details__txt {
  font-size: 0.875em;
  font-weight: 500;
}

.wrap .p-formalwear-results-details__box {
  margin-top: 0.375em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap .p-formalwear-results-details__graph {
  width: 17.5em;
  flex-shrink: 0;
  background-color: #F1F1F1;
  display: flex;
  height: 1.25em;
}

.wrap .p-formalwear-results-details__graph > span {
  background-color: #DAA59E;
  display: block;
}

.wrap .p-formalwear-results-details__percent {
  line-height: 1;
  font-size: 0.9375em;
  text-align: right;
}

.wrap .p-formalwear-results-details__percent span {
  font-size: 0.8em;
}

.wrap .p-formalwear-fold-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  line-height: 1;
  color: #898277;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  width: 16.07142857em;
  border: 1px solid #898277;
  border-radius: 0.21428571em;
  padding: 0.85714286em 0;
  column-gap: 0.57142857em;
  margin: 2.85714286em auto 0;
}

.wrap .p-formalwear-fold-btn:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-fold-btn.--opened > span:nth-child(1),
.wrap .p-formalwear-fold-btn:not(.--opened) > span:nth-child(2) {
  display: none;
}

.wrap .p-formalwear-fold-btn > span:nth-child(3) {
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  width: 0.78571429em;
}

.wrap .p-formalwear-fold-btn > span:nth-child(3)::before,
.wrap .p-formalwear-fold-btn > span:nth-child(3)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #898277;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrap .p-formalwear-fold-btn > span:nth-child(3)::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.2s linear;
}

.wrap .p-formalwear-fold-btn.--opened > span:nth-child(3)::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.wrap .p-formalwear-results-list__group {
  background-color: #FFFDF8;
  border-radius: 0.625em;
  padding: 1.25em;
  margin: 1.5em 0;
}

.wrap .p-formalwear-results-list__group:first-child {
  margin-top: 0;
}

.wrap .p-formalwear-results-list__group:last-child {
  margin-bottom: 0;
}

.wrap .p-formalwear-results-list__group > dt {
  width: fit-content;
  font-size: 0.875em;
  font-weight: normal;
  margin: 1.71428571em auto 1em 0;
  padding: 0.42857143em 0.71428571em;
  background-color: #F0E9DB;
}

.wrap .p-formalwear-results-list__group > dt:first-child {
  margin-top: 0;
}

.wrap .p-formalwear-results-list__group > dd {
  font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-results-list {
    display: flex;
    flex-direction: column;
    row-gap: 2.3125em;
  }

  .wrap .p-formalwear-results-list__item .p-formalwear-fold-btn {
    margin-top: 1.71428571em;
  }

  .wrap .p-formalwear-results-box > .p-formalwear-fold-btn {
    display: none;
  }

  .wrap .p-formalwear-results-list__box.is-foldable {
    position: relative;
    overflow: hidden;
    height: 37.5em;
  }

  .wrap .p-formalwear-results-list__box.is-foldable::after {
    content: '';
    display: block;
    width: 100%;
    pointer-events: none;
    height: 10em;
    background: linear-gradient(to bottom, transparent 0%, #FFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .wrap .p-formalwear-results-list__box.is-foldable.--opened {
    height: auto;
  }

  .wrap .p-formalwear-results-list__box.is-foldable.--opened::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .p-formalwear-results-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .wrap .p-formalwear-results-list__item .p-formalwear-fold-btn {
    display: none;
  }

  .wrap .p-formalwear-results-list.is-foldable {
    position: relative;
    overflow: hidden;
    height: 37.5em;
    transition: height 0.2s linear;
  }

  .wrap .p-formalwear-results-list.is-foldable::after {
    content: '';
    display: block;
    width: 100%;
    pointer-events: none;
    height: 10em;
    background: linear-gradient(to bottom, transparent 0%, #FFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .wrap .p-formalwear-results-list.is-foldable.--opened {
    height: auto;
  }

  .wrap .p-formalwear-results-list.is-foldable.--opened::after {
    display: none;
  }
}

.wrap .p-formalwear-result-caution {
  margin: 2.3125em auto 0;
  width: 20.9375em;
}

.wrap .p-formalwear-result-caution__ttl {
  font-weight: normal;
  font-size: 0.75em;
}

.wrap .p-formalwear-result-caution__info > div {
  display: flex;
  align-items: flex-start;
}

.wrap .p-formalwear-result-caution__info dt {
  flex-shrink: 0;
  font-size: 0.75em;
}

.wrap .p-formalwear-result-caution__info dd {
  flex-grow: 0;
  font-size: 0.75em;
}

.wrap .p-formalwear-ttl-2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #898277;
  margin-bottom: 1em;
}

.wrap .p-formalwear-ttl-2 .--imgTxt {
  aspect-ratio: 139 / 14;
  width: 8.6875em;
  background-image: url(../tellme_formalwear_index_img/formalwear_ttl.png);
}

.wrap .p-formalwear-section-other__section.--bg-other {
  background-color: #F8F5F0;
  padding: 2.5em;
}

.wrap .p-formalwear-ttl-3 {
  aspect-ratio: 198 / 19;
  margin: 0 auto 1.875em;
  width: 12.375em;
  background-image: url(../tellme_formalwear_index_img/other_ttl.png);
}

.wrap .p-formalwear-category > li {
  font-size: 0.875em;
  margin-bottom: 1em;
}

.wrap .p-formalwear-category > li:last-child {
  margin-bottom: 0;
}

.wrap .p-formalwear-category a {
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  display: inline-flex;
  column-gap: 0.57142857em;
  align-items: flex-start;
}

.wrap .p-formalwear-category a:hover {
  opacity: 0.7;
}

.wrap .p-formalwear-category a::before {
  content: '';
  display: block;
  aspect-ratio: 6 / 8;
  width: 0.42857143em;
  background: url(../tellme_formalwear_index_img/arrow_03.png) no-repeat center / contain;
  flex-shrink: 0;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .wrap .p-formalwear-result-caution {
    width: 100%;
  }

  .wrap .p-formalwear-section-other__section.--bg-other {
    margin-inline: -1.25em;
    padding: 3.75em 1.25em;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .p-formalwear-category {
    columns: 2;
    column-gap: 1em;
  }
}
