@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.g-virtual-makeup {
  text-align: left;
  line-height: 1.3;
  font-family: YuGothic, 'Hiragino Kaku Gothic ProN';
  font-size: 18px;
  color: #333333;
  padding: 0;
  margin: auto;
  position: relative;
  margin: 0 auto 100px;
  /* 編集ここから */
  /*-- アコーディオン --*/
  /*高さを制限しているコンテンツの要素*/
  /*オープン時疑似要素非表示*/
  /*もっと見るボタン*/
  /*youtube動画掲載*/
  /* モーダルウィンドウ ここから */
}

.g-virtual-makeup * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.g-virtual-makeup .only-desktop {
  display: block !important;
}

.g-virtual-makeup .only-mobile {
  display: none !important;
}

.g-virtual-makeup .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup {
    font-size: 14px;
    margin: 0 auto 40px;
  }
  .g-virtual-makeup img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .g-virtual-makeup .only-desktop {
    display: none !important;
  }
  .g-virtual-makeup .only-mobile {
    display: block !important;
  }
  .g-virtual-makeup .only-narrow {
    display: block !important;
  }
}

.g-virtual-makeup__mv {
  background-color: #F2A9C7;
}

.g-virtual-makeup__mv__img {
  width: 1400px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__mv__img {
    width: 100%;
  }
}

.g-virtual-makeup__bg {
  background-color: #FFDBEC;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__bg {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

.g-virtual-makeup__contents {
  width: 1200px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__contents {
    width: 95%;
    margin-bottom: 40px;
  }
}

.g-virtual-makeup__contents--top {
  margin-bottom: 0;
}

.g-virtual-makeup__contents--brand {
  border-bottom: 2px dashed #C4C4C4;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__contents--brand {
    padding-bottom: 40px;
  }
}

.g-virtual-makeup__tiktok-contents {
  width: 100%;
  margin: calc(70 / 1012 * 100%) auto 0;
}

.g-virtual-makeup__copy {
  width: 800px;
  background-color: #fff;
  box-shadow: 10px 10px #d15c9d;
  padding: 80px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__copy {
    width: 95%;
    box-shadow: 5px 5px #d15c9d;
    padding: 50px 20px;
    margin: 0 auto 40px;
  }
}

.g-virtual-makeup__btn {
  width: 600px;
  margin: auto;
  /* モーダル開くボタン箇所css調整 */
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn {
    width: 100%;
  }
}

.g-virtual-makeup__btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(left, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  background: linear-gradient(90deg, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  border-radius: 100px;
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn > a {
    padding: 15px 0;
  }
}

.g-virtual-makeup__btn > a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/Contents/ImagesPkg/beauty/g-virtual-makeup/img_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn > a::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

.g-virtual-makeup__btn__img {
  display: inline-block;
  width: 350px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn__img {
    width: 60%;
  }
}

.g-virtual-makeup__btn--recommend {
  margin-top: calc(70 / 1012 * 100%);
  position: relative;
}

.g-virtual-makeup__btn--recommend::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/Contents/ImagesPkg/beauty/g-virtual-makeup/img_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -10px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn--recommend::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

.g-virtual-makeup__btn--return {
  width: 250px;
  margin: 20px auto 0;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__btn--return {
    width: 85%;
    margin: 5% auto 0;
  }
}

.g-virtual-makeup__ttl {
  width: 700px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__ttl {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.g-virtual-makeup__ttl > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #C92FB5;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__ttl > span {
    font-size: 15px;
  }
}

.g-virtual-makeup__ttl > span:before, .g-virtual-makeup__ttl > span:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #C92FB5;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__ttl > span:before, .g-virtual-makeup__ttl > span:after {
    width: 30px;
  }
}

.g-virtual-makeup__ttl > span:before {
  margin-right: 2rem;
}

.g-virtual-makeup__ttl > span:after {
  margin-left: 2rem;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__ttl--environment {
    margin: 0 auto 20px;
  }
}

.g-virtual-makeup__ttl--environment > span {
  color: #333333;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__ttl--environment > span {
    font-size: 18px;
  }
}

.g-virtual-makeup__point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__point {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__point > li:nth-child(n+2) {
    margin-top: 40px;
  }
}

.g-virtual-makeup__point__img {
  margin: 0 auto 20px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__point__img {
    width: 90%;
  }
}

.g-virtual-makeup__point__txt {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__point__txt {
    font-size: 18px;
  }
}

.g-virtual-makeup__brand-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__brand-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}

.g-virtual-makeup__brand-list__txt {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__brand-list__txt {
    font-size: 15px;
  }
}

.g-virtual-makeup__environment {
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__environment {
    text-align: left;
  }
}

.g-virtual-makeup__environment__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.g-virtual-makeup__environment__list > li::before {
  content: "※";
}

.g-virtual-makeup__model {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__model {
    margin-bottom: 20px;
  }
}

.g-virtual-makeup__model__ttl {
  font-weight: 500;
}

.g-virtual-makeup__model__ttl::before {
  content: "【";
}

.g-virtual-makeup__model__ttl::after {
  content: "】";
}

.g-virtual-makeup__table {
  width: 1000px;
  table-layout: fixed;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__table {
    width: 100%;
  }
}

.g-virtual-makeup__table > tbody > tr > th,
.g-virtual-makeup__table > tbody > tr > td {
  border-collapse: collapse;
  border: 1px solid #F2F2F2;
  vertical-align: middle;
  padding: 10px;
}

.g-virtual-makeup__table > tbody > tr > th {
  border: none;
}

.g-virtual-makeup__table > tbody > tr > td {
  text-align: left;
}

.g-virtual-makeup__table__ttl {
  width: 50%;
  background-color: #575757;
  border: none;
  text-align: center;
  color: #fff;
}

.g-virtual-makeup__table__ttl:nth-child(1) {
  border-right: 1px solid #fff;
  border-radius: 20px 0 0 0;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__table__ttl:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
}

.g-virtual-makeup__table__ttl:nth-child(2) {
  border-radius: 0 20px 0 0;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__table__ttl:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
}

.g-virtual-makeup__table__device-ttl {
  background-color: #D7D7D7;
}

.g-virtual-makeup__table__sub-ttl {
  background-color: #F2F2F2;
}

.g-virtual-makeup__accordion {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 60px;
  /*グラデーションで隠す擬似要素*/
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__accordion {
    height: 500px;
    margin-bottom: 40px;
  }
}

.g-virtual-makeup__accordion::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: black;
  background: -webkit-linear-gradient(bottom, white 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__accordion::before {
    height: 100px;
  }
}

.g-virtual-makeup__accordion.active::before {
  opacity: 0;
  visibility: hidden;
}

.g-virtual-makeup__accordion-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 1000px;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 10px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__accordion-button {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 10px;
  }
}

.g-virtual-makeup__accordion-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  right: 25px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.g-virtual-makeup__accordion-button.show::after {
  -webkit-transform: translateY(-10%) rotate(180deg);
          transform: translateY(-10%) rotate(180deg);
}

.g-virtual-makeup__txt-link {
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}

.g-virtual-makeup__txt-link > a {
  color: #C92FB5;
  text-decoration: underline;
  line-height: 2;
  text-underline-offset: 3px;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__txt-link {
    margin-bottom: 40px;
  }
}

.g-virtual-makeup__movie {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__movie {
    max-width: 100%;
  }
}

.g-virtual-makeup__movie > div {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.g-virtual-makeup__movie__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (min-height: 800px) {
  .g-virtual-makeup__modal-inner {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-height: 800px) and (max-width: 960px) {
  .g-virtual-makeup__modal-inner {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.g-virtual-makeup__modal-close-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.g-virtual-makeup__modal-close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.g-virtual-makeup__modal-close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.g-virtual-makeup__modal-close-button::before, .g-virtual-makeup__modal-close-button::after {
  width: 100%;
  height: 2px;
  background-color: #C92FB5;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.g-virtual-makeup__make-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__make-list {
    display: block;
    width: 100%;
  }
}

.g-virtual-makeup__make-list > li:nth-child(n+2) {
  margin-left: calc(50 / 1400 * 100%);
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__make-list > li:nth-child(n+2) {
    margin: 5% 0 0 0;
  }
}

.g-virtual-makeup__make-list__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
  background-color: #fff;
  border: 7px solid;
  padding: calc(20 / 810 * 100%);
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__make-list__box {
    width: 100%;
    padding: 5%;
    border: 5px solid;
  }
}

.g-virtual-makeup__make-list__box--seoson {
  -webkit-border-image: -webkit-linear-gradient(bottom, #FFD8B6, #FF634E);
          border-image: linear-gradient(to top, #FFD8B6, #FF634E);
  border-image-slice: 7;
  /* クリスマスシーズンCSS調整
				border-image: url(/Contents/ImagesPkg/beauty/g-virtual-makeup_store/bg_season-make_251031.png);
				border-image-slice: 18;
				border-image-repeat: round;
				*/
}

.g-virtual-makeup__make-list__box--yellow {
  border-color: #FF9900;
}

.g-virtual-makeup__make-list__box--blue {
  border-color: #A89AFF;
}

.g-virtual-makeup__make-list__sub-ttl {
  font-size: 14px;
  text-align: center;
  padding: 3px 0 2px;
  margin-bottom: calc(10 / 770 * 100%);
}

.g-virtual-makeup__make-list__sub-ttl--seoson {
  background: -webkit-linear-gradient(left, #fff 0%, #FFD8B6 10%, #FFD8B6 90%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #FFD8B6 10%, #FFD8B6 90%, #fff 100%);
  position: relative;
  /* クリスマスシーズンCSS調整
				&::before,
				&::after {
					display: inline-block;
					content: "";
					width: 20px;
					height: 20px;
					background-position: center center;
					background-repeat: no-repeat;
					background-size: 100%;
					position: absolute;
				}

				&::before {
					background-image: url(/Contents/ImagesPkg/beauty/g-virtual-makeup_store/reaf02_2510.png);
					left: 0;
				}

				&::after {
					background-image: url(/Contents/ImagesPkg/beauty/g-virtual-makeup_store/reaf01_2510.png);
					right: 0;
				} */
}

.g-virtual-makeup__make-list__sub-ttl--yellow {
  background: -webkit-linear-gradient(left, #fff 0%, #FEFACB 10%, #FEFACB 90%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #FEFACB 10%, #FEFACB 90%, #fff 100%);
}

.g-virtual-makeup__make-list__sub-ttl--blue {
  background: -webkit-linear-gradient(left, #fff 0%, #EBECFF 10%, #EBECFF 90%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #EBECFF 10%, #EBECFF 90%, #fff 100%);
}

.g-virtual-makeup__make-list__ttl {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(30 / 770 * 100%);
}

.g-virtual-makeup__make-list__photo {
  width: 80%;
  margin: 0 auto calc(30 / 770 * 100%);
}

.g-virtual-makeup__make-list__txt {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: calc(30 / 770 * 100%);
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__make-list__txt {
    font-size: 11px;
  }
}

.g-virtual-makeup__pattern__ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: calc(30 / 770 * 100%);
}

@media screen and (max-width: 960px) {
  .g-virtual-makeup__pattern__ttl {
    font-size: 12px;
  }
}

.g-virtual-makeup__make-btn {
  width: 100%;
  margin: calc(30 / 770 * 100%) auto 0;
}

.g-virtual-makeup__make-btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 15px 0;
  position: relative;
}

.g-virtual-makeup__make-btn > a::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url("/Contents/ImagesPkg/beauty/g-virtual-makeup/img_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
}

.g-virtual-makeup__make-btn--seoson > a {
  background: -webkit-linear-gradient(left, #FF634E 0%, #FF9680 100%);
  background: linear-gradient(90deg, #FF634E 0%, #FF9680 100%);
}

.g-virtual-makeup__make-btn--yellow > a {
  background: -webkit-linear-gradient(left, #FF9900 0%, #FE6C04 100%);
  background: linear-gradient(90deg, #FF9900 0%, #FE6C04 100%);
}

.g-virtual-makeup__make-btn--blue > a {
  background: -webkit-linear-gradient(left, #A89AFF 0%, #428DDC 100%);
  background: linear-gradient(90deg, #A89AFF 0%, #428DDC 100%);
}

.g-virtual-makeup__make-btn__img {
  width: calc(120 / 770 * 100%);
  display: inline-block;
  margin: auto;
}

/* 開くボタン */
.button-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: -webkit-linear-gradient(left, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  background: linear-gradient(90deg, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  border-radius: 100px;
  padding: 45px 0;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button-open {
    padding: 30px 0;
  }
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1000px;
  height: 90vh;
  overflow: auto;
  background-color: #ffedf5;
  z-index: 100;
  padding: 2rem 5rem;
}

@media screen and (max-width: 960px) {
  .modal-window {
    width: 95%;
    padding: 4rem 5rem 2rem;
  }
}

/* 閉じるボタン */
.button-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: -webkit-linear-gradient(left, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  background: linear-gradient(90deg, #6B4B96 0%, #9D5295 50%, #C15893 100%);
  border-radius: 100px;
  padding: 15px 0;
  cursor: pointer;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99;
}
