@charset "UTF-8";
.page {
  /* -------------------------------- 20230421追加 -- */
}
.page .-pc {
  display: block;
}
.page .FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.page .FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page .ZoomOut {
  opacity: 0;
  transform: scale(1.25) rotate(2deg);
}
.page .ZoomOut.-active {
  opacity: 1;
  transform: scale(1);
}
.page [data-scroll-hook].-active {
  transition: opacity 1.2s, transform 1.2s;
}
.page .Banner {
  padding: 70px 0 80px;
}
.page .Banner.-yellow {
  background-color: #fefef0;
}
.page .Banner.-gray {
  background-color: #f5f5f5;
}
.page .Banner_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.page .Banner_title > span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
.page .Banner_link {
  display: table;
  margin: auto;
}
.page .Banner_img {
  display: block;
  width: 725px !important;
  margin: 30px auto 0;
}
.page .Banner .Button {
  width: 400px;
  margin: 40px auto 0;
}
@media (any-hover: hover) {
  .page .Banner .Button:hover {
    opacity: 1;
  }
  .page .Banner a {
    transition: opacity 0.4s, background-color 0.4s;
  }
  .page .Banner a:hover {
    opacity: 0.7;
  }
}
.page .Brand {
  padding-top: 90px;
}
.page .Brand:first-child, .page .Brand:last-child {
  padding-bottom: 100px;
}
.page .Brand_firstView {
  display: flex;
  justify-content: space-between;
}
.page .Brand_firstViewItem:nth-child(1) {
  width: 472px;
}
.page .Brand_firstViewItem:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
}
.page .Brand_title {
  text-align: center;
  font-family: "Palatino Linotype", "Noto Serif JP", serif;
  font-size: 30px;
  margin-bottom: 50px;
}
.page .Brand_slider {
  position: relative;
}
.page .Brand_slider .swiper-pagination {
  display: flex;
  right: 14px;
  bottom: 20px;
}
.page .Brand_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  background-color: #bbb;
}
.page .Brand_slider .swiper-pagination-bullet-active {
  background-color: #f2aac2;
}
.page .Brand_slideImg {
  aspect-ratio: 800/1066;
}
.page .Brand_nonIronmaxImg {
  display: block;
  width: 133px !important;
  margin: auto;
  aspect-ratio: 266/340;
}
.page .Brand_nonIronmaxText {
  font-size: 24px;
  margin-top: 20px;
}
.page .Brand_nonIronmaxText > em {
  display: block;
  font-weight: 700;
}
.page .Brand_nonIronmaxText > span {
  display: block;
}
.page .Brand_strong {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 7px 1em;
}
.page .Brand_strong.-persons {
  color: #fff;
  background-color: #b8c0e6;
}
.page .Brand_strong.-imgn {
  color: #fff;
  background-color: #b4e0bb;
}
.page .Brand_catch {
  text-align: center;
  margin-top: 15px;
}
.page .Brand_catch > em {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.page .Brand_buttonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.page .Brand_buttonGroup .Button {
  width: 400px;
  margin: 0 20px;
}
.page .Brand_buttonGroup .Button:nth-child(3) {
  margin-top: 100px;
}
.page .Brand .List {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.page .BrandVoice {
  margin-top: 40px;
}
.page .BrandVoice_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
}
.page .BrandVoice_body {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.page .BrandVoice_avatar {
  width: 80px !important;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.page .BrandVoice_text {
  width: 100%;
  position: relative;
  font-size: size(12);
  line-height: 2;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 5px;
  margin-left: 38px;
}
.page .BrandVoice_balloon {
  width: 30px;
  height: 32.5px;
  position: absolute;
  top: 35px;
  right: 100%;
  fill: #f5f5f5;
}
.page .BrandFeature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px -30px;
}
.page .BrandFeature_item {
  width: 280px;
  margin: 0 30px;
  flex-grow: 0;
}
.page .BrandFeature_img {
  aspect-ratio: 560/372;
}
.page .BrandFeature_caption {
  text-align: center;
  margin-top: 10px;
}
.page .BrandSize {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 35px;
}
.page .BrandSize.-active .BrandSize_state {
  transform: rotate(180deg);
}
.page .BrandSize.-active .BrandSize_state::after {
  opacity: 0;
}
.page .BrandSize_title {
  position: relative;
  text-align: center;
  padding: 13px 0;
  margin: 5px 0;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page .BrandSize_body {
  overflow: hidden;
  height: 0;
}
.page .BrandSize_state {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: transform 0.6s;
}
.page .BrandSize_state::before, .page .BrandSize_state::after {
  content: "";
  position: absolute;
  background-color: #333;
}
.page .BrandSize_state::before {
  width: 100%;
  height: 1px;
  top: 7px;
  left: 0;
}
.page .BrandSize_state::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 7px;
  transition: opacity 0.6s;
}
.page .BrandSize_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 13px;
  background-color: #dcdcdc;
  margin-top: 25px;
  margin-bottom: 30px;
}
.page .BrandSize_table th,
.page .BrandSize_table td {
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.page .BrandSize_table th {
  background-color: #eee;
}
.page .BrandSize_table td {
  background-color: #fff;
}
.page .Button {
  display: table;
  width: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  padding: 21px 15px 22px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (any-hover: hover) {
  .page .Button {
    transition: opacity 0.4s, background-color 0.4s, color 0.4s;
  }
}
.page .Button_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .Button_icon.-arrowDown {
  width: 14px;
  height: 7px;
  right: 15px;
}
.page .Button_icon.-arrowNext {
  width: 7px;
  height: 14px;
  right: 15px;
}
.page .Button.-square {
  border: 1px solid #333;
}
@media (any-hover: hover) {
  .page .Button.-square:hover {
    background-color: #f5f5f5;
  }
}
.page .Button.-round {
  border-radius: 8px;
  padding: 21px 1em 22px;
}
.page .Button.-round.-sm {
  border-radius: 10px;
  padding: 16px 1em 18px;
}
.page .Button.-round.-xs {
  max-width: 100px;
  font-size: 12px;
  border-radius: 5px;
  padding: 7px 1em 9px;
  margin: auto;
}
.page .Button.-nonIronmax {
  color: #fff;
  background-color: #c7b8e6;
}
@media (any-hover: hover) {
  .page .Button.-nonIronmax:hover {
    background-color: #a992d9;
  }
}
.page .Button.-persons {
  color: #fff;
  background-color: #b8c0e6;
}
@media (any-hover: hover) {
  .page .Button.-persons:hover {
    background-color: #929fd9;
  }
}
.page .Button.-imgn {
  color: #fff;
  background-color: #b4e0bb;
}
@media (any-hover: hover) {
  .page .Button.-imgn:hover {
    background-color: #90d19a;
  }
}
.page .Button.-coordinate {
  width: 100%;
  font-size: 12px;
  padding: 6px 1em 8px;
}
.page .Button.-coordinate .Button_icon.-arrowNext {
  width: 5.4px;
  height: 10px;
  right: 8px;
}
.page .Collection {
  padding: 90px 0 100px;
}
.page .Collection + .Collection {
  margin-top: -100px;
}
.page .Collection_title {
  text-align: center;
  margin-bottom: 50px;
}
.page .Collection_title > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
.page .Collection_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
.page .Collection_item {
  width: 236px;
  margin: 10px;
}
.page .Collection_img {
  aspect-ratio: 440/560;
}
.page .Collection_img.-hasBorder {
  border: 1px solid #e0e0e0;
}
@media (any-hover: hover) {
  .page .Collection a {
    transition: opacity 0.4s;
  }
  .page .Collection a:hover {
    opacity: 0.7;
  }
}
.page .Coordinate {
  max-width: 920px;
  margin: 100px auto 0;
}
.page .Coordinate_firstView {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .Coordinate_firstViewItem:nth-child(1) {
  width: 412px;
}
.page .Coordinate_firstViewItem:nth-child(2) {
  width: 450px;
}
.page .Coordinate_mainImg {
  aspect-ratio: 590/786;
  margin-bottom: size(40);
}
.page .Coordinate_list {
  display: flex;
  justify-content: center;
  margin: 80px -30px 0;
}
.page .Coordinate_item {
  width: 200px;
  position: relative;
  padding-bottom: 70px;
  margin: 0 30px;
}
.page .Coordinate_img {
  aspect-ratio: 157/167;
}
.page .Coordinate_name {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.page .Coordinate_price {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: center;
  font-size: 16px;
}
.page .Coordinate_soldOut {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #f00;
}
.page .Coordinate .Button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page .CoordinateGroup {
  padding-top: 90px;
}
.page .CoordinateGroup_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: -50px;
}
.page .CoordinateGroup_buttonGroup {
  display: flex;
  justify-content: center;
  margin: 100px -20px 0;
}
.page .CoordinateGroup_buttonGroup .Button {
  width: 400px;
  margin: 0 20px;
}
.page .Inner {
  width: 1040px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page .KV {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page .KV::before, .page .KV::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.page .KV::before {
  left: 0;
  background-image: url(/ec/img/usr/pg/c/white_shirt/kv_bg_left.png);
}
.page .KV::after {
  right: 0;
  background-image: url(/ec/img/usr/pg/c/white_shirt/kv_bg_right.png);
}
.page .KV_img {
  display: block;
  max-width: 1920px !important;
  aspect-ratio: 1920/660;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}
.page .KV_img:nth-child(n+2) {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.page .KV_img:nth-child(2) {
  transform: translate3d(0, 20px, 0);
}
.page .KV_img:nth-child(3) {
  transform: translate3d(0, 20px, 0);
}
.page .KV_img:nth-child(4) {
  transform: scale(0);
  transform-origin: 30% 55%;
}
.page .KV_img:nth-child(5) {
  transform: translate3d(0, 20px, 0);
}
.page .KV_img:nth-child(6) {
  transform: scale(0) rotate(-45deg);
  transform-origin: 60% 40%;
}
.page .KV_img:nth-child(7) {
  transform: translate3d(0, 50px, 0);
}
.page .KV.-active::before, .page .KV.-active::after {
  opacity: 1;
}
.page .KV.-active .KV_img:nth-child(n+2) {
  opacity: 1;
  transition: 0.6s;
}
.page .KV.-active .KV_img:nth-child(2) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.page .KV.-active .KV_img:nth-child(3) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}
.page .KV.-active .KV_img:nth-child(4) {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.6s;
}
.page .KV.-active .KV_img:nth-child(5) {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
}
.page .KV.-active .KV_img:nth-child(6) {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s;
}
.page .KV.-active .KV_img:nth-child(7) {
  transform: translate3d(0, 0, 0);
}
.page .Lineup {
  padding: 90px 0;
}
.page .Lineup_title {
  position: relative;
  text-align: center;
  line-height: 2;
  padding-bottom: 30px;
  margin-bottom: 75px;
}
.page .Lineup_title > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
}
.page .Lineup_title::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}
.page .Lineup_list {
  display: flex;
  margin: 0 -12.5px;
}
.page .Lineup_item {
  width: 310px;
  margin: 0 12.5px;
}
.page .Lineup_item .Button {
  margin-top: 18px;
}
.page .Lineup_table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-color: #dcdcdc;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 20px 0 30px;
}
.page .Lineup_table th,
.page .Lineup_table td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
}
.page .Lineup_table th {
  background-color: #eee;
}
.page .Lineup_table th:nth-child(1) {
  width: 90px;
}
.page .Lineup_table td {
  background-color: #fff;
}
.page .Lineup_table td.-material {
  height: 80px;
  padding: 0;
}
.page .Lineup_name {
  text-align: center;
  margin-bottom: 10px;
}
.page .Lineup_name > em {
  display: block;
  font-weight: 700;
}
.page .Lineup_name > span {
  display: block;
  font-size: 24px;
  font-family: "Palatino Linotype", "Noto Serif JP", serif;
}
.page .Lineup_img {
  aspect-ratio: 800/1066;
}
.page .Lineup_price {
  margin: size(5) 0;
}
.page .Lineup_text {
  margin: size(5) 0;
}
.page .Lineup_iconGroup {
  display: flex;
  justify-content: center;
}
.page .Lineup_icon {
  width: 30px;
  height: 49px;
  fill: #808080;
  margin: 0 5px;
}
.page .Lineup_buttonGroup {
  display: flex;
  margin: 100px -12.5px 0;
}
.page .Lineup_buttonGroup .Button {
  width: 100%;
  margin: 0 12.5px;
}
.page .List {
  margin: 10px 0;
  list-style: none;
}
.page .List.-notice li::before {
  content: "※";
}
.page .List li {
  font-size: 14px;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}
.page .Mask {
  overflow: hidden;
}
.page .Mask.-roundSm {
  border-radius: 10px;
}
.page .Mask.-round {
  border-radius: 20px;
}
.page .Point {
  padding: 90px 0;
  background-color: #f5f5f5;
}
.page .Point_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 70px;
}
.page .Point_list {
  display: flex;
  margin: 0 -12.5px;
}
.page .Point_item {
  width: 310px;
  margin: 0 12.5px;
  background-color: #fff;
}
.page .PointDetail {
  font-size: 16px;
  padding: 40px 30px;
}
.page .PointDetail_title {
  text-align: center;
}
.page .PointDetail_title > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}
.page .PointDetail_body {
  margin-top: 15px;
}
.page .PointDetail_body :last-child {
  margin-bottom: 0;
}
.page .PointDetail_text {
  font-size: 15px;
  line-height: 1.75;
  margin: 20px 0;
}
.page .PointDetail_img {
  display: block;
  margin: 30px 0;
}
.page .PointDetail_img.-unisize {
  aspect-ratio: 600/262;
}
.page .PointDetail_img.-function {
  aspect-ratio: 500/324;
}
.page .PointDetail_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 16px;
  background-color: #dcdcdc;
  margin: 15px 0;
}
.page .PointDetail_table th,
.page .PointDetail_table td {
  padding: 10px 0;
}
.page .PointDetail_table th {
  text-align: center;
  font-size: 14px;
  background-color: #eee;
}
.page .PointDetail_table th.-pink {
  color: #fff;
  background-color: #f2aac2;
}
.page .PointDetail_table td {
  text-align: center;
  background-color: #fff;
}
.page .Product {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.page .Product:nth-child(even) {
  flex-direction: row-reverse;
}
.page .Product:nth-child(even) .Product_subImgHolder {
  margin-right: auto;
  margin-left: 0;
}
.page .Product_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}
.page .Product_mainImgHolder {
  width: 472px;
}
.page .Product_data {
  width: 448px;
}
.page .Product_mainImg {
  aspect-ratio: 944/1260;
}
.page .Product_subImgHolder {
  width: 378px;
  margin: 40px 0 0 auto;
}
.page .Product_subImg {
  display: block;
  width: size(137.5);
  margin: size(20) 0 0 auto;
  aspect-ratio: 756/504;
}
.page .Product_text {
  line-height: 2;
  margin-top: 40px;
}
.page .Product_price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.page .Product .Button {
  margin-top: 43px;
}
.page .Reason {
  padding: 90px 0;
  background-color: #fefef0;
}
.page .Reason_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.page .Reason_list {
  display: flex;
  justify-content: center;
  margin: 70px -30px 0;
  counter-reset: reason;
}
.page .Reason_item {
  width: 280px;
  position: relative;
  margin: 0 30px;
}
.page .Reason_item::before {
  counter-increment: reason;
  content: counter(reason, decimal-leading-zero);
  position: absolute;
  top: -23px;
  left: 14px;
  z-index: 2;
  color: #f2aac2;
  font-family: "Palatino Linotype", "Noto Serif JP", serif;
  font-size: 46px;
  line-height: 1;
}
.page .Reason_img {
  aspect-ratio: 560/372;
}
.page .Reason_caption {
  text-align: center;
  margin-top: 10px;
}
.page .Recommend {
  max-width: 750px;
  position: relative;
  padding: 50px 20px;
  margin: auto;
  background-color: #fefef0;
  box-sizing: border-box;
}
.page .Recommend_title {
  position: absolute;
  top: -0.6em;
  right: 0;
  left: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.page .Recommend_list {
  display: table;
  margin: auto;
}
.page .Recommend_list.-inline {
  display: flex;
  justify-content: center;
  margin: -10px;
}
.page .Recommend_list.-inline .Recommend_item {
  margin: 10px;
}
.page .Recommend_item {
  position: relative;
  line-height: 1.5;
  padding-left: 30px;
}
.page .Recommend_item:nth-child(n+2) {
  margin-top: 10px;
}
.page .Recommend_check {
  width: 23px;
  height: 16.5px;
  position: absolute;
  top: 5px;
  left: 0;
  fill: #f2aac2;
}
.page .StarGroup {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
.page .Star {
  width: 18px;
  height: 17.5px;
  fill: #eee;
  margin: 0 1.5px;
}
.page .Star.-active {
  fill: #eab15e;
}
.page .Summary {
  padding: 75px 0;
}
.page .Summary_text {
  text-align: center;
  line-height: 1.5;
}
.page .Summary_text.-n2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
.page .Summary_text.-n3 {
  display: table;
  font-size: 24px;
  font-weight: 700;
  padding: 0 30px;
  margin: 0 auto 55px;
  background: linear-gradient(transparent 70%, #f8d4e0 70%, #f8d4e0 90%, transparent 90%);
}
.page .Summary_text.-n3 > em {
  color: #e57373;
  font-size: 54px;
  font-weight: 700;
  vertical-align: baseline;
}
.page .Summary .List {
  text-align: center;
}
.page .theme-combination-ladies .Title {
  text-align: center;
  font-weight: 900;
}
.page .theme-combination-ladies .Title.-main {
  position: relative;
  font-size: 30px;
  line-height: 1.25;
  padding-bottom: 25px;
  margin: 0 auto 40px;
}
.page .theme-combination-ladies .Title.-main::after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #db2828;
}
.page .theme-combination-mens .Title {
  text-align: center;
  font-weight: 900;
}
.page .theme-combination-mens .Title.-main {
  position: relative;
  font-size: 30px;
  line-height: 1.25;
  padding-bottom: 25px;
  margin: 0 auto 40px;
}
.page .theme-combination-mens .Title.-main::after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #0080c3;
}
.page .theme-white-shirt {
  min-width: 1040px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}
.page .theme-white-shirt img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page .hidden {
  display: none;
}
.page [data-lazy] {
  opacity: 0;
}
.page [data-lazy].-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
.page p.catch {
  text-align: center;
  line-height: 1.4;
}
.page .catch_nonIronmax {
  background: linear-gradient(transparent 60%, #e7dcff 20%);
  display: inline-table;
}
.page .catch_persons {
  background: linear-gradient(transparent 60%, #d6e0ff 20%);
  display: inline-table;
}
.page .catch_imgn {
  background: linear-gradient(transparent 60%, #d4ffdb 20%);
  display: inline-table;
}