@charset "UTF-8";
/*==============
color
================*/
.mainVisual {
  position: relative;
}
.mainVisual .updown {
  position: absolute;
  top: 25%;
  left: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 10px;
}
.mainVisual .updown img {
  width: 100%;
  max-width: 90px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.wrapper {
  background-color: #FAF6EE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  position: relative;
  z-index: 0;
}

.pointArea {
  margin: 0 auto 40px;
}
.pointArea .pointList {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}
.pointArea .pointList__item {
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
  margin-bottom: 8px;
}
.pointArea .pointList__item:last-child {
  margin-bottom: 0;
}

/*==============
toggle
================*/
.pointList__desc {
  height: 0;
  line-height: 1.7;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.pointList__desc-inner {
  background-color: #fff;
  padding: 24px;
  text-align: left;
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.pointList__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFCF7;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
  color: #B28F6B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-size: 1.4666666667rem;
  padding: 16px 16px 16px 32px;
  position: relative;
}
.pointList__term:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 30px;
  left: -16px;
  position: relative;
  width: 30px;
}
.pointList__term.num01:before {
  background-image: url("../images/going-home-outfit-icon_01.png");
}
.pointList__term.num02:before {
  background-image: url("../images/going-home-outfit-icon_02.png");
}
.pointList__term.num03:before {
  background-image: url("../images/going-home-outfit-icon_03.png");
}
.pointList__term.num04:before {
  background-image: url("../images/going-home-outfit-icon_04.png");
}
.pointList__term.num05:before {
  background-image: url("../images/going-home-outfit-icon_05.png");
}

.pointList__term::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='black' stroke-width='1' fill='none'><line x1='5' y1='12' x2='19' y2='12'/><line x1='12' y1='5' x2='12' y2='19'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.2em;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.2em;
}

.pointList__item.is-open .pointList__term::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='black' stroke-width='1' fill='none'><line x1='5' y1='12' x2='19' y2='12'/></svg>");
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.featureArea {
  margin: 0 auto 40px;
}
.featureArea__intro h3 {
  color: #B28F6B;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  font-size: 2rem;
  margin: 0 auto 24px;
  position: relative;
  text-align: center;
}
.featureArea__intro h3::after {
  border-bottom: 2px dashed #B28F6B;
  bottom: -8px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.featureArea__description {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.6;
  margin: 0 auto 24px;
}
.featureArea__content {
  background-color: #FFFCF7;
  border-radius: 24px;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
  padding: 48px 40px;
}
.featureArea__lead {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.7333333333rem;
  margin: 0 auto 8px;
  position: relative;
}
.featureArea__lead::before {
  content: "＼";
  left: -4px;
  position: relative;
}
.featureArea__lead::after {
  content: "／";
  position: relative;
  right: -4px;
}
.featureArea__note {
  font-size: 18px;
  font-size: 1.2rem;
}
.featureArea .feature-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto 24px;
}
.featureArea .feature-points__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  padding: 23% 0 0 0;
  position: relative;
}
.featureArea .feature-points__item.num01 {
  background-image: url("../images/going-home-outfit-commitment_01.png");
}
.featureArea .feature-points__item.num02 {
  background-image: url("../images/going-home-outfit-commitment_02.png");
}
.featureArea .feature-points__item.num03 {
  background-image: url("../images/going-home-outfit-commitment_03.png");
}
.featureArea .feature-points__item.num04 {
  background-image: url("../images/going-home-outfit-commitment_04.png");
}
.featureArea .feature-points__title {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  color: #B28F6B;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1.6;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 88%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

/*==============
productDetailArea
================*/
.productDetailArea {
  margin: 0 auto 40px;
  /*==============
  button のサイズ
  ================*/
}
.productDetailArea__mainHeading {
  color: #fff;
  font-weight: bold;
  background-color: #C0AB8F;
  font-size: 30px;
  font-size: 2rem;
  margin: 0 auto 24px;
  padding: 16px 24px;
  text-align: center;
}
.productDetailArea__contentWrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto 40px;
}
.productDetailArea__imageColumn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.productDetailArea__imageColumn--main img {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
}
.productDetailArea__infoColumn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 8px;
  width: 50%;
}
.productDetailArea__productTitle {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: left;
}
.productDetailArea__colorOptions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 16px;
}
.productDetailArea__colorOptions:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  content: "Color:";
  position: relative;
  font-weight: bold;
}
.productDetailArea__colorOption {
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.productDetailArea__colorOption:nth-child(1) {
  background-color: #cdc0af;
}
.productDetailArea__colorOption:nth-child(2) {
  background-color: #f3e9bc;
}
.productDetailArea__description {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: left;
}
button .productDetailArea__featureWrap {
  margin-bottom: 40px;
  position: relative;
}
.productDetailArea__featureWrap {
  position: relative;
}
.productDetailArea__featureHeading {
  background-color: #B28F6B;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.3333333333rem;
  left: 8px;
  padding: 4px 16px;
  position: absolute;
  top: -12px;
  z-index: 1;
}
.productDetailArea__featureList {
  background-color: #FFFCF7;
  border-radius: 8px;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
  list-style: none;
  margin-bottom: 40px;
  padding: 24px;
  position: relative;
}
.productDetailArea__featureItem {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  text-align: left;
}
.productDetailArea__featureItem::before {
  color: #B28F6B;
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.productDetailArea__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CD5A67;
  border-radius: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 16px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(244, 134, 144, 0.9);
          box-shadow: 3px 3px 0px 0px rgba(244, 134, 144, 0.9);
}
.productDetailArea__button::after {
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  display: block;
  height: 11px;
  left: 5px;
  position: relative;
  top: -1px;
  width: 11px;
}
.productDetailArea__button:hover, .productDetailArea__button:target {
  background-color: #c33b4a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productDetailArea__button--large {
  font-size: 20px;
  font-size: 1.3333333333rem;
  max-width: 280px;
  padding: 20px 30px;
}
.productDetailArea__button--large::after {
  height: 14px;
  left: 8px;
  width: 14px;
}
.productDetailArea__button--small {
  font-size: 18px;
  font-size: 1.2rem;
  max-width: 200px;
  padding: 16px 24px;
}
.productDetailArea__button--small::after {
  height: 9px;
  left: 4px;
  position: relative;
  top: -1px;
  width: 9px;
}
.productDetailArea__subMediaWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productDetailArea__subMediaItem {
  text-align: center;
  width: calc(50% - 20px);
}
.productDetailArea__subMediaItem img {
  border-radius: 8px;
  display: block;
  height: auto;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
}
.productDetailArea__subMediaCaption {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.6;
  padding: 0 8px;
  text-align: left;
}

/*==============
coordinateItemsArea
================*/
.coordinateItemsArea {
  margin: 0 auto;
}
.coordinateItemsArea__listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.coordinateItemsArea__item {
  background-color: #FFFCF7;
  border-radius: 24px;
  -webkit-box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
          box-shadow: rgba(239, 234, 223, 0.8) 0 1px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  text-align: center;
  width: calc(50% - 16px);
}
.coordinateItemsArea__itemImg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 16px;
  width: 80px;
}
.coordinateItemsArea__itemImg img {
  display: block;
  height: auto;
  max-width: 60%;
}
.coordinateItemsArea__itemTitle {
  color: #B28F6B;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  font-size: 2rem;
  margin-bottom: 24px;
  position: relative;
}
.coordinateItemsArea__itemTitle::after {
  border-bottom: 2px dashed #B28F6B;
  bottom: -8px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.coordinateItemsArea__itemDescription {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: left;
}

.lineupTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 20px;
  font-size: 22px;
  font-size: 1.4666666667rem;
  background-color: #C0AB8F;
  color: #fff;
}

/*==============
modal
================*/
.modal-active .header-fixed {
  position: relative;
  z-index: 0;
}

.modal-active .product-list__img-wrap {
  z-index: -1;
}

.modal-active .ec-layoutRole {
  background: initial;
}

.modal-active .result-guide__sortlist,
.modal-active .result-guide__switch_top {
  position: relative;
  z-index: -1;
}

.customModalDetail__open:hover {
  cursor: pointer;
}

body:not(.js-enabled) .customModal {
  display: none;
}

.customModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(113, 111, 102, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.customModal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.customModal__overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.customModal__content {
  background: white;
  border: solid 4px #E2D5C8;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 680px;
  opacity: 0;
  padding: 48px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 90%;
}

.is-active .customModal__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.customModal__close {
  background: #B28F6B;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.5;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 93px;
  z-index: 3;
}

body.modal-open {
  height: 100vh;
}

/*==============
modalMessage (モーダル内のコンテンツ用)
================*/
.modalMessage {
  padding: 40px 0;
  position: relative;
}
.modalMessage__decor {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.modalMessage__decor img {
  display: inline-block;
  height: auto;
  max-width: 270px;
}
.modalMessage__decor--bottom {
  bottom: 0;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.modalMessage__innerContent {
  margin: 0 auto;
  max-width: 600px;
  padding: 32px 0 0;
  position: relative;
  z-index: 1;
}
.modalMessage__mainTitle {
  color: #B28F6B;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-align: center;
}
.modalMessage__text {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}
.modalMessage__text span {
  color: #B28F6B;
}
.modalMessage__highlight {
  line-height: 1.7;
  margin: 8px auto;
  padding: 8px 24px;
}
.modalMessage__highlightText {
  color: #B28F6B;
  line-height: 1.7;
  text-align: center;
}
.modalMessage__pointText {
  color: #B28F6B;
  display: inline-block;
  text-align: center;
}

/*==============
layout
================*/
.header-fixed {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columnBox {
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}

.columnBox__col {
  position: relative;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  padding: 0;
  max-width: 1100px;
  box-sizing: border-box;
}

.glidCol1 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glidCol1 .columnBox__colList img {
  width: 100%;
  max-width: 100%;
}

.grid2 .columnBox__colList {
  width: 50%;
}

.grid3 .columnBox__colList {
  width: 33.3333333333%;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
    /* `px`などの単位が必要 */
  }
}
.heading {
  background-color: #fff;
  border: 2px solid #B28F6B;
  color: #B28F6B;
  font-size: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 16px auto;
  padding: 8px 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 320px) {
  .heading {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}

.heading--jp::after {
  background-color: #B28F6B;
  -webkit-box-shadow: 0 2px 0 #fff, 0 -2px 0 #fff;
          box-shadow: 0 2px 0 #fff, 0 -2px 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  rotate: 50deg;
  top: calc(100% + 2px);
  width: 16px;
}

.result-heading__title-en {
  line-height: 1.6 !important;
}

.bubble {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.bubble::after {
  background: #E08690;
  border-radius: 8px;
  color: #FFFFDD;
  content: "＼今なら特別価格／";
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  position: absolute;
  text-box-trim: trim-both;
  top: -30px;
}
@media (max-width: 767px) {
  .bubble::after {
    top: -25px;
  }
}
.bubble:before {
  border-bottom: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-style: solid;
  border-top: 9px solid #E08690;
  content: "";
  height: 0;
  position: absolute;
  top: -5px;
  width: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .bubble:before {
    top: -5px;
  }
}

.updown {
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 9999;
}

body.fadeout::after {
  opacity: 1;
}

/*==============
bg
================*/
.bg::after {
  background: url(../images/parts/bgTexturetp4.png) repeat 0 0;
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*==============
utility
================*/
.fcR {
  color: #CD5A67;
}

.fwb {
  font-weight: bold;
}/*# sourceMappingURL=cid174_pc.css.map */