@charset "UTF-8";

.margin-top\:160 {
  margin-top: 160px !important;
}

.margin-top\:120 {
  margin-top: 120px !important;
}

.margin-top\:120-80 {
  margin-top: 120px !important;
}

.margin-top\:100 {
  margin-top: 100px !important;
}

.margin-top\:100-80 {
  margin-top: 100px !important;
}

.margin-top\:100-50 {
  margin-top: 100px !important;
}

.margin-top\:100-40 {
  margin-top: 100px !important;
}

.margin-top\:80 {
  margin-top: 80px !important;
}

.margin-top\:80-40 {
  margin-top: 80px !important;
}

.margin-top\:60 {
  margin-top: 60px !important;
}

.margin-top\:40 {
  margin-top: 40px !important;
}

.margin-top\:30 {
  margin-top: 30px !important;
}

.margin-top\:30-20 {
  margin-top: 30px !important;
}

.margin-top\:20 {
  margin-top: 20px !important;
}

.margin-top\:10 {
  margin-top: 10px !important;
}

.font-family\:latin {
  font-family: 'Open Sans', sans-serif;
}

.text-align\:center {
  text-align: center !important;
}

.text-align\:right {
  text-align: right !important;
}

.Center {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

.Center.-intrinsic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Switcher {
  width: 100%;
}

.Switcher > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

.Switcher > * > * {
  -ms-flex-preferred-size: calc((768px - (100% - 40px)) * 999);
  flex-basis: calc((768px - (100% - 40px)) * 999);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 20px;
}

.js .InView.-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s ease;
  transition: opacity 0.8s 0.2s ease;
}

.js .InView.-fadeIn.-inView {
  opacity: 1;
}

.Text {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  font-size: 14px;
}

.Text::before {
  display: block;
  margin-top: -0.5em;
  content: '';
}

.Text::after {
  display: block;
  margin-bottom: -0.5em;
  content: '';
}

.Text.-loose {
  line-height: 2.33;
}

.Text.-loose::before {
  margin-top: -0.666em;
}

.Text.-loose::after {
  margin-bottom: -0.666em;
}

.Text.-slim {
  line-height: 1.75;
}

.Text.-slim::before {
  margin-top: -0.375em;
}

.Text.-slim::after {
  margin-bottom: -0.375em;
}

.Text.-tight {
  line-height: 1.5;
}

.Text.-tight::before {
  margin-top: -0.25em;
}

.Text.-tight::after {
  margin-bottom: -0.25em;
}

.Text.-size40-30 {
  font-size: 40px;
}

.Text.-size24-20 {
  font-size: 24px;
}

.Text.-size20-16 {
  font-size: 20px;
}

.Text.-size20-14 {
  font-size: 20px;
}

.Text.-size12-10 {
  font-size: 12px;
}

.Text.-size10-10 {
  font-size: 10px;
}

.Container {
  padding-top: 134px;
  color: #231815;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.Container *,.Container *::before,.Container *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Container img {
  max-width: 100%;
  height: auto;
}

.js .FirstText {
  opacity: 0;
  -webkit-transition: opacity 1.3s 1.8s ease;
  transition: opacity 1.3s 1.8s ease;
}

.js .FirstText.-triggered {
  opacity: 1;
}

.Logo {
  margin-top: 39px;
  padding-left: 44px;
  width: 194px;
  height: 180px;
}

.Logo__svg {
  display: block;
}

.js .Logo__text {
  opacity: 0;
}

.js .Logo.-triggered .Logo__text {
  opacity: 1;
  -webkit-transition: opacity 1s 1.8s ease;
  transition: opacity 1s 1.8s ease;
}

.js .Logo__line {
  stroke-dasharray: 482px;
  stroke-dashoffset: 482px;
}

.MainVisual {
  position: relative;
  margin-top: 80px;
  height: 238px;
}

.MainVisual__inner {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6400px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.MainVisual__group {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1280px;
  height: 100%;
}

.MainVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  width: auto;
  height: 100% !important;
}

.MainVisual__img:nth-child(1) {
  -webkit-transform: translateX(34px);
  transform: translateX(34px);
}

.MainVisual__img:nth-child(2) {
  -webkit-transform: translateX(354px);
  transform: translateX(354px);
}

.MainVisual__img:nth-child(3) {
  -webkit-transform: translateX(958px);
  transform: translateX(958px);
}

.MainVisual__group {
  -webkit-animation: main-visual 30s linear infinite;
  animation: main-visual 30s linear infinite;
}

.js .MainVisual__group {
  -webkit-animation: none;
  animation: none;
}

.js .MainVisual__img {
  opacity: 0;
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
}

.js .MainVisual.-triggered .MainVisual__group {
  -webkit-animation: main-visual-start 3s 4.1s ease-in, main-visual 30s 7.1s linear infinite;
  animation: main-visual-start 3s 4.1s ease-in, main-visual 30s 7.1s linear infinite;
}

.js .MainVisual.-triggered .MainVisual__img {
  opacity: 1;
}

.js .MainVisual.-triggered .MainVisual__img:nth-child(1) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js .MainVisual.-triggered .MainVisual__img:nth-child(2) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js .MainVisual.-triggered .MainVisual__img:nth-child(3) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.InPageLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -62px;
}

.InPageLink__item {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding-left: 62px;
}

.InPageLink__item:nth-child(3) {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 293px;
  width: 393px;
}

.InPageLink__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  background: url(/contents/special/orbis_u/common/images/1st_anniversary/bg-icon-arrow.png) no-repeat right center;
  background-size: 10px;
  text-decoration: none;
}

.InPageLink__item > a:hover {
  text-decoration: none;
}

.InPageLink__num {
  color: #f05348;
  text-align: center;
}

.InPageLink__num > span {
  display: block;
  font-size: 12px;
}

.InPageLink__num > b {
  font-weight: 300;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.InPageLink__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
}

.SpecialHeading {
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.SpecialHeading::before {
  position: absolute;
  top: 0;
  left: -38px;
  width: 80px;
  height: 40px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  content: '';
}

.SpecialHeading > span {
  display: block;
}

.SpecialHeading > b {
  display: block;
  margin-top: 3px;
  margin-bottom: -3px;
  font-weight: 300;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.Steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.Steps__item {
  display: block;
  width: 33.33%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  text-decoration: none;
}

.Steps__item:hover,.Steps__item:active {
  text-decoration: none;
}

.Steps__heading {
  padding: 13px;
  background: #c2c2c2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.Steps__heading > b {
  font-weight: normal;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

.Steps__body {
  padding: 30px;
}

.Steps__product {
  display: block;
  text-decoration: none;
}

.Steps__product:hover {
  text-decoration: none;
}

.Steps__image {
  text-align: center;
}

.Steps__item:nth-child(1) .Steps__image > img {
  margin-top: 11px;
  margin-bottom: 18px;
  width: 134px;
}

.Steps__item:nth-child(2) .Steps__image > img {
  margin-top: 12px;
  margin-bottom: 20px;
  width: 109px;
}

.Steps__item:nth-child(3) .Steps__image > img {
  margin-top: 40px;
  margin-bottom: 53px;
  width: 134px;
}

.Steps__catch {
  position: relative;
  color: #77807a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.Steps__product.-new .Steps__catch::before {
  position: absolute;
  top: -33px;
  left: 0;
  padding: 5px 8px;
  background-color: #ef857d;
  color: #fff;
  content: 'New';
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.Steps__name {
  margin-top: 12px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.Steps__text {
  margin-top: 24px;
}

.PinkLine {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(62%, #fadad8), to(#fadad8));
  background-image: -webkit-linear-gradient(top, transparent 62%, #fadad8 62%, #fadad8 100%);
  background-image: linear-gradient(to bottom, transparent 62%, #fadad8 62%, #fadad8 100%);
  background-repeat: repeat-x;
}

.BlueLine {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(62%, rgba(106, 148, 212, 0.3)), to(rgba(106, 148, 212, 0.3)));
  background-image: -webkit-linear-gradient(top, transparent 62%, rgba(106, 148, 212, 0.3) 62%, rgba(106, 148, 212, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 62%, rgba(106, 148, 212, 0.3) 62%, rgba(106, 148, 212, 0.3) 100%);
  background-repeat: repeat-x;
}

.SpecialCare__product {
  display: block;
  text-decoration: none;
}

.SpecialCare__product:hover {
  text-decoration: none;
}

.SpecialCare__image {
  text-align: center;
}

.SpecialCare__product:nth-child(1) .SpecialCare__image > img {
  margin-bottom: 19px;
  width: 123px;
}

.SpecialCare__product:nth-child(2) .SpecialCare__image > img {
  margin-top: 48px;
  margin-bottom: 29px;
  width: 100px;
}

.SpecialCare__product:nth-child(3) .SpecialCare__image > img {
  margin-top: 14px;
  margin-bottom: 11px;
  width: 107px;
}

.SpecialCare__catch {
  position: relative;
  color: #77807a;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.SpecialCare__product.-new .SpecialCare__catch::before {
  position: absolute;
  top: -33px;
  left: 0;
  padding: 5px 8px;
  background-color: #ef857d;
  color: #fff;
  content: 'New';
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.SpecialCare__name {
  margin-top: 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.SpecialCare__text {
  margin-top: 24px;
}

.Esthetician {
  margin-right: auto;
  margin-left: auto;
  max-width: 728px;
}

.Esthetician__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -62px;
}

.Esthetician__item {
  padding-left: 62px;
  width: 50%;
}

.Esthetician__img {
  position: relative;
}

.Esthetician__img p {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.Esthetician__intro {
  letter-spacing: 0.04em !important;
}

.Comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.Comment__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.Comment__body {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 30px;
  padding: 22px 20px;
}

.js .Comment__body p {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.js .Comment__body.-inView p {
  opacity: 1;
  -webkit-transition: 0.8s 1.4s ease;
  transition: 0.8s 1.4s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.Comment__balloon {
  position: absolute;
  top: 0;
  left: -10px;
}

.YouTube {
  max-width: 600px;
}

.YouTube__inner {
  position: relative;
  padding-top: 62.67%;
}

.YouTube__dummy {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  line-height: 28px;
}

.YouTube__dummy b {
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

.SpecialOffer {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.SpecialOffer__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 60px 28px 122px;
  border: 1px solid #ef857d;
}

.SpecialOffer__until {
  position: absolute;
  top: 0;
  left: 0;
}

.SpecialOffer__until > span {
  display: inline-block;
  padding: 3px 12px;
}

.SpecialOffer__until > span:nth-child(1) {
  background-color: #ef857d;
  color: #fff;
}

.SpecialOffer__until > span:nth-child(2) {
  background-color: #8d8b8b;
  color: #fff;
}

.SpecialOffer__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.SpecialOffer__text > b {
  color: #f05348;
}

.SpecialOffer__image {
  position: relative;
  padding-left: 40px;
}

.SpecialOffer__image::before,.SpecialOffer__image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
  border-left: 2px solid #999;
  content: '';
}

.SpecialOffer__image::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.SpecialOffer__image > img {
  width: 33px;
  height: 100px;
}

.SpecialOffer__note li {
  padding-left: 1em;
}

.SpecialOffer__note li::before {
  float: left;
  margin-left: -1em;
  content: "●";
}

.Kininaru {
  position: relative;
  padding: 19px 20px 18px;
  max-width: 336px;
  text-align: center;
}

.js .Kininaru p {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.js .Kininaru.-inView p {
  opacity: 1;
  -webkit-transition: 0.8s 1.4s ease;
  transition: 0.8s 1.4s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.Kininaru__balloon {
  position: absolute;
  top: 0;
  left: 0;
}

.ProductDetail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.ProductDetail__image {
  padding-left: 40px;
  width: 50%;
}

.ProductDetail__body {
  padding-left: 40px;
  width: 50%;
}

.ProductDetail__sets {
  border-top: 1px solid #e0e0e0;
}

.ProductSet {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.ProductSet__title {
  font-weight: bold;
}

.ProductSet__1 {
  margin-top: 24px;
}

.ProductSet__1 b {
  font-weight: normal;
  font-size: 1.2em;
}

.ProductSet__2 {
  margin-top: 14px;
}

.ProductSet__2 b {
  font-weight: normal;
  font-size: 1.2em;
}

.OfferBox {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 30px 0;
  max-width: 600px;
  border: 1px solid #e0e0e0;
}

.OfferBox__img {
  float: left;
  margin-right: 10%;
  margin-bottom: -41px;
  margin-left: 10%;
  width: 32.5%;
}

.OfferBox__text {
  float: right;
  margin-top: 8px;
  width: 47.1%;
}

.OfferBox .Button {
  float: right;
  margin-top: 51px;
  width: 47.1%;
}

.Features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.Features > a {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding-left: 40px;
}

.Button {
  display: table;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #5c5a5a;
  border-collapse: separate;
  background: #fff;
  color: #231815;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.Button:hover {
  text-decoration: none;
  opacity: 0.65;
}

.Button > span {
  position: relative;
  display: table-cell;
  padding: 0 1em;
  background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
  background-size: 5px 9px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.366;
}

.CartButton {
  position: relative;
  display: table;
  margin-right: 4px;
  padding: 0 10px;
  max-width: 260px;
  width: 100%;
  height: 40px;
  border: none;
  border-collapse: separate;
  background: #5c5a5a;
  color: #231815;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.CartButton:hover {
  text-decoration: none;
}

.CartButton > span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.366;
}

.CartButton > span::before {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 17px;
  background: url(/contents/special/orbis_u/common/images/1st_anniversary/bg-icon-cart.png) no-repeat 0 0;
  background-size: 100%;
  content: '';
  vertical-align: -2px;
}

.CartButton.-select {
  margin-left: auto;
  padding-left: 10px;
  text-align: left;
}

.CartButton.-select::before,.CartButton.-select::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.CartButton.-select::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CartButton.-select.is-active::after {
  display: none;
}

.NewsHeading {
  padding-bottom: 36px;
  border-bottom: 1px solid #e0e0e0;
}

.NewsHeading__news {
  letter-spacing: 0.08em;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.Limited {
  display: inline-block;
  padding: 3px 3px;
  border: 1px solid #f05348;
  color: #f05348;
  vertical-align: 4px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.Coffret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
}

.Coffret__item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 80px;
}

.Coffret__heading {
  margin-top: -0.9em;
  text-align: center;
}

.Coffret__heading > span {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  background: url(/contents/special/orbis_u/common/images/1st_anniversary/img_016.png) no-repeat left bottom;
  background-size: 100% 1px;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 1.7;
}

.Coffret__heading > span > b {
  font-weight: 500;
}

.Coffret__button .Button {
  margin-right: auto;
  margin-left: auto;
  max-width: 265px;
  width: 100%;
}

.BrandBanner {
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}

.Footer {
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-bottom: -30px;
  margin-left: auto;
  max-width: 1000px;
  height: 484px;
}

.Footer__text {
  padding-top: 97px;
  line-height: 3;
}

.Footer__img {
  position: absolute;
  top: -21px;
  right: -70px;
  z-index: -1;
  width: 560px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.overlay.is-show {
  opacity: 1;
}

.modal--spBalloon {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10010;
  display: none;
  max-width: 880px;
  width: calc(100vw - 40px);
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.is-show.modal--spBalloon {
  display: block;
  opacity: 1;
}

.modal__inner {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  max-height: calc(100vh - 120px);
  background: #fff;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10002;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #231815;
  background: #fff;
  content: '';
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal__close:hover {
  text-decoration: none;
  opacity: 0.65;
}

.modal__close:hover span {
  text-decoration: none;
}

.modal__close span {
  text-decoration: none;
}

.modal__close span:after,.modal__close span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #231815;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.modal__error {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal__error.is-show {
  opacity: 1;
}

.modal__errorClose {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #d70014;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal__errorClose:hover {
  text-decoration: none;
  opacity: 0.65;
}

.modal__errorClose:hover span {
  text-decoration: none;
}

.modal__errorClose span {
  text-decoration: none;
}

.modal__errorClose::before {
  content: '\e90b';
  vertical-align: -5px;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 24px;
  font-family: icomoon;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span:hover .modal__errorClose::before {
  text-decoration: none;
}

.modal--spBalloon .modal__inner {
  padding: 80px 50px 80px 30px;
}

.productAction {
  position: relative;
  margin-top: 20px;
}

.productAction ul {
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
  margin: 0 0 0 20px;
}

.productAction__orderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
}

.productAction__orderWrap > span {
  margin-right: 10px;
  white-space: nowrap;
}

.productAction__num {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 15px;
  min-width: 60px;
  max-width: 60px;
}

.productAction__num option {
  min-width: inherit;
}

.productAction__num + .txt--unit {
  margin-left: 10px;
}

.productAction__cartBtn .btn--cart {
  width: 265px;
}

.productAction select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px 0 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff url(/contents/special/orbis_u/common/images/1st_anniversary/bg-form-select-arrow.png) center right no-repeat;
  background-size: 19px, 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ProductAction select::-ms-expand {
  display: none;
}

.productAction option {
  min-width: 260px;
  height: 40px;
}

.modalProduct {
  line-height: 1.8;
}

.modalProduct p.modalProduct__ttl {
  margin-bottom: 7px;
  font-size: 22px;
}

.modalProduct p.modalProduct__txt {
  margin-bottom: 7px;
  font-size: 12px;
}

.modalProduct p.modalProduct__copy {
  margin-bottom: 7px;
  font-size: 14px;
}

.modalProduct p.modalProduct__num {
  margin-bottom: 5px;
  font-size: 12px;
}

.modalProduct p.modalProduct__price {
  font-size: 12px;
}

.modalProduct p.modalProduct__price .txt--M {
  margin: 0 2px;
  font-size: 18px !important;
}

.modalProduct p.modalProduct__priceSub {
  font-size: 12px;
}

.modalProduct p.modalProduct__priceSub + .modalProduct__price {
  margin-top: 10px;
}

.modalProduct p.modalProduct__campaign {
  font-size: 12px;
}

.modalProduct p.modalProduct__campaign + .modalProduct__price {
  margin-top: 10px;
}

.modalProduct__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modalProduct__col:first-child {
  margin-right: 40px;
  max-width: 300px;
}

.modalProduct__col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modalProduct__itemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.modalProduct__itemCol:first-child {
  margin-right: 20px;
  min-width: 80px;
  max-width: 80px;
}

.modalProduct__itemCol:last-child {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.modalProduct .productAction {
  margin-top: 13px;
}

.modalProduct .notes {
  margin-top: 10px;
}

.modalProduct__bdr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
  height: 1px;
  border-top: solid 1px #e0e0e0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.productDetail__complete {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1020;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 40px;
  background: #ef857d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  opacity: 0;
}

.enclosure--error {
  padding: 20px;
  border: 1px solid #d70014;
  background: #fff7f8;
  color: #d70014;
}

@font-face {
  font-weight:normal;font-style:normal;font-family:'icomoon';src:url("/contents/css/fonts/icomoon.woff?dlnjoj") format("woff"), url("/contents/css/fonts/icomoon.ttf?dlnjoj") format("truetype");
}

@media screen and (min-width: 769px) {
  .pc\:display\:none {
    display: none !important;
  }

  .pc\:text-align\:center {
    text-align: center !important;
  }

  .Records {
    max-width: 927px;
  }

  .Records__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .Records__item {
    position: relative;
    -ms-flex-preferred-size: 308px;
    flex-basis: 308px;
    line-height: 1;
  }

  .Records__item + .Records__item::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 100px;
    border-left: 1px solid #ef857d;
    content: '';
    -webkit-transform: matrix(1, 0, -0.5, 1, 0, 0);
    transform: matrix(1, 0, -0.5, 1, 0, 0);
  }

  .Records__itemInner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
  }

  .Records__itemInner2 > dd {
    margin-top: 12px;
    font-size: 18px;
  }

  .Records__itemInner2 > dd > b {
    font-weight: 300;
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
  }

  .js .Records__item {
    opacity: 0;
    -webkit-transition: opacity 0.8s 0.2s ease;
    transition: opacity 0.8s 0.2s ease;
  }

  .js .Records__item:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .js .Records__item:nth-child(3) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .js .Records.-inView .Records__item {
    opacity: 1;
  }

  .SpecialCare > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
  }

  .SpecialCare__product {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top\:160 {
    margin-top: 60px !important;
  }

  .margin-top\:120 {
    margin-top: 60px !important;
  }

  .margin-top\:120-80 {
    margin-top: 80px !important;
  }

  .margin-top\:100 {
    margin-top: 60px !important;
  }

  .margin-top\:100-80 {
    margin-top: 80px !important;
  }

  .margin-top\:100-50 {
    margin-top: 50px !important;
  }

  .margin-top\:100-40 {
    margin-top: 40px !important;
  }

  .margin-top\:80 {
    margin-top: 60px !important;
  }

  .margin-top\:80-40 {
    margin-top: 40px !important;
  }

  .margin-top\:60 {
    margin-top: 30px !important;
  }

  .margin-top\:40 {
    margin-top: 30px !important;
  }

  .margin-top\:30 {
    margin-top: 30px !important;
  }

  .margin-top\:30-20 {
    margin-top: 20px !important;
  }

  .margin-top\:20 {
    margin-top: 20px !important;
  }

  .margin-top\:10 {
    margin-top: 10px !important;
  }

  .sp\:display\:none {
    display: none !important;
  }

  .Text.-size40-30 {
    font-size: 30px;
  }

  .Text.-size24-20 {
    font-size: 20px;
  }

  .Text.-size20-16 {
    font-size: 16px;
  }

  .Text.-size20-14 {
    font-size: 14px;
  }

  .Text.-size12-10 {
    font-size: 10px;
  }

  .Container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    max-width: 450px;
  }

  .Logo {
    margin-top: 24px;
    padding-left: 20px;
    width: 140px;
    height: 143.41px;
  }

  .js .MainVisual {
    margin-top: 30px;
    height: 155px;
  }

  .js .MainVisual__inner {
    width: 4030px;
  }

  .js .MainVisual__group {
    width: 806px;
  }

  .js .MainVisual__img:nth-child(1) {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  .js .MainVisual__img:nth-child(2) {
    -webkit-transform: translateX(301px);
    transform: translateX(301px);
  }

  .js .MainVisual__img:nth-child(3) {
    -webkit-transform: translateX(688px);
    transform: translateX(688px);
  }

  .InPageLinks {
    display: block;
    margin-left: 0;
    padding: 0 10px;
  }

  .InPageLink__item {
    margin-top: 10px;
    padding-left: 0;
    width: auto !important;
  }

  .Records {
    max-width: 330px;
    line-height: 1;
  }

  .Records__inner {
    position: relative;
    z-index: 0;
    padding-top: 96.36%;
  }

  .Records__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 54.54%;
  }

  .Records__item:nth-child(1) {
    bottom: auto;
    z-index: 3;
  }

  .Records__item:nth-child(2) {
    top: auto;
    right: auto;
    z-index: 1;
  }

  .Records__item:nth-child(3) {
    top: auto;
    left: auto;
    z-index: 2;
  }

  .Records__itemInner {
    padding-top: 100%;
  }

  .Records__itemInner::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 10px solid #fff;
    border-radius: 50%;
    content: '';
  }

  .Records__itemInner2 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ef857d;
    border-radius: 50%;
  }

  .Records__itemInner2 > dd {
    margin-top: 8px;
  }

  .Records__itemInner2 > dd > b {
    font-weight: 300;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
  }

  .js .Records__item {
    opacity: 0;
    -webkit-transition: opacity 0.8s 0.2s ease;
    transition: opacity 0.8s 0.2s ease;
  }

  .js .Records__item:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .js .Records__item:nth-child(3) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .js .Records.-inView .Records__item {
    opacity: 1;
  }

  .Steps {
    display: block;
  }

  .Steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .Steps__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 10px;
  }

  .Steps__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 10px 20px 0;
  }

  .Steps__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 38%;
  }

  .Steps__item:nth-child(1) .Steps__image > img {
    margin: 15% 0 0 0;
    width: 69px;
  }

  .Steps__item:nth-child(2) .Steps__image > img {
    margin: 1% 0 0 0;
    width: 59px;
  }

  .Steps__item:nth-child(3) .Steps__image > img {
    margin: 10% 0 0 0;
    width: 80px;
  }

  .Steps__catch {
    float: right;
    width: 62%;
    font-size: 14px;
  }

  .Steps__name {
    float: right;
    margin-top: 9px;
    width: 62%;
    font-size: 14px;
  }

  .Steps__text {
    float: right;
    margin-top: 18px;
    width: 62%;
    font-size: 12px;
  }

  .SpecialCare {
    padding-bottom: 43px;
    border: 1px solid #e0e0e0;
  }

  .SpecialCare__product {
    overflow: hidden;
    margin-top: 32px;
  }

  .SpecialCare__product + .SpecialCare__product {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }

  .SpecialCare__image {
    float: left;
    width: 40.3%;
    text-align: left;
  }

  .SpecialCare__image > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .SpecialCare__product:nth-child(1) .SpecialCare__image > img {
    margin-bottom: -11%;
    width: 68.55%;
  }

  .SpecialCare__product:nth-child(2) .SpecialCare__image > img {
    margin-top: 15%;
    margin-bottom: -10%;
    width: 55.52%;
  }

  .SpecialCare__product:nth-child(3) .SpecialCare__image > img {
    margin-top: 6%;
    margin-bottom: -20%;
    width: 60.36%;
  }

  .SpecialCare__catch {
    float: right;
    padding-right: 5px;
    width: 59.7%;
    font-size: 12px;
  }

  .SpecialCare__product.-new .SpecialCare__catch::before {
    content: normal;
  }

  .SpecialCare__product.-new::before {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 8px;
    background-color: #ef857d;
    color: #fff;
    content: 'New';
    vertical-align: 5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
  }

  .SpecialCare__name {
    float: right;
    margin-top: 9px;
    padding-right: 5px;
    width: 59.7%;
    font-size: 14px;
  }

  .SpecialCare__text {
    float: right;
    margin-top: 18px;
    padding-right: 5px;
    width: 59.7%;
    font-size: 12px;
  }

  .Esthetician__items {
    display: block;
    margin-left: 0;
  }

  .Esthetician__item {
    margin-top: 40px;
    padding-left: 0;
    width: auto;
  }

  .Comment__body {
    margin-left: 20px;
    padding: 14px 20px;
  }

  .SpecialOffer {
    max-width: 335px;
  }

  .SpecialOffer__box {
    padding: 29px 40px 39px 29px;
  }

  .SpecialOffer__text {
    margin-top: 28px;
  }

  .SpecialOffer__image::before,.SpecialOffer__image::after {
    left: 10px;
  }

  .Kininaru {
    max-width: 284px;
  }

  .ProductDetail > div {
    display: block;
    margin-left: 0;
  }

  .ProductDetail__image {
    padding-left: 0;
    width: auto;
  }

  .ProductDetail__image img {
    margin-bottom: -5%;
  }

  .ProductDetail__body {
    padding-left: 0;
    width: auto;
  }

  .OfferBox {
    position: relative;
    padding: 30px 11px 110px 0;
  }

  .OfferBox__img {
    margin-right: 5%;
    margin-left: 6.2%;
    width: 36.7%;
  }

  .OfferBox__text {
    margin-top: 0;
    width: 50.5%;
  }

  .OfferBox .Button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 66%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .Features {
    display: block;
    margin-top: -10px;
    margin-left: 0;
  }

  .Features > a {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }

  .CartButton.-select {
    max-width: none;
  }

  .NewsHeading {
    padding-bottom: 17px;
  }

  .Coffret {
    display: block;
    margin-left: 0;
  }

  .Coffret__item {
    padding-bottom: 0;
    padding-left: 0;
  }

  .Coffret__item + .Coffret__item {
    margin-top: 50px;
  }

  .Coffret__heading {
    margin-top: -0.7em;
  }

  .Coffret__heading > span {
    font-size: 20px;
    line-height: 1.9;
  }

  .Coffret__button .Button {
    max-width: 218px;
  }

  .Footer {
    margin-bottom: -40px;
    height: auto;
  }

  .Footer__text.Text.-size20-16 {
    padding-top: 0;
    text-align: center;
    line-height: 1.875;
  }

  .Footer__img {
    position: static;
    margin-top: 40px;
  }

  .modal__inner {
    padding: 20px;
  }

  .modal__close:hover {
    opacity: 1;
  }

  .modal__errorClose:hover {
    opacity: 1;
  }

  .modal--spBalloon {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    margin: 20px calc((100% - 100vw) / 2) 0;
    padding: 0 calc((100% - 100vw) / -2);
    width: auto;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    background-color: #f0f0f0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal--spBalloon::after,.modal--spBalloon::before {
    position: absolute;
    left: 50%;
    display: block;
    content: '';
  }

  .modal--spBalloon::before {
    top: -11px;
    margin-left: -5px;
    border-right: solid 9px transparent;
    border-bottom: solid 11px #e0e0e0;
    border-left: solid 9px transparent;
  }

  .modal--spBalloon::after {
    top: -10px;
    margin-left: -4px;
    border-right: solid 8px transparent;
    border-bottom: solid 10px #f0f0f0;
    border-left: solid 8px transparent;
  }

  .modal--spBalloon.is-show {
    -webkit-transform: none;
    transform: none;
  }

  .modal--spBalloon .modal__inner {
    overflow: visible;
    padding: 20px 0;
    max-height: none;
    background-color: transparent;
  }

  .modal--spBalloon .modal__close {
    display: none;
  }

  .productTable__info + .productAction__orderWrap {
    margin-top: 20px;
  }

  .productAction__num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .productAction__cartBtn .btn--cart {
    width: 100%;
    text-decoration: none;
  }

  .modalProduct {
    margin: 0;
    padding: 0;
  }

  .modalProduct p.modalProduct__ttl {
    font-size: 16px;
  }

  .modalProduct__row {
    display: block;
  }

  .modalProduct__col:first-child {
    margin-right: 0;
    min-width: 0;
    max-width: 100%;
  }

  .modalProduct__itemCol:first-child {
    min-width: 60px;
    max-width: 60px;
  }

  .productDetail__complete {
    position: fixed;
    top: 50%;
    left: 0;
    padding: 0;
    line-height: 40px;
  }
}

@media screen and (max-width: 375px) {
  .productAction__cartBtn .btn--cart {
    padding: 0 10px;
  }
}

@-webkit-keyframes main-visual-start {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
}

@keyframes main-visual-start {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
}

@-webkit-keyframes main-visual {
  0% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }

  100% {
    -webkit-transform: translateX(108%);
    transform: translateX(108%);
  }
}

@keyframes main-visual {
  0% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }

  100% {
    -webkit-transform: translateX(108%);
    transform: translateX(108%);
  }
}

/* 20191031 add */
.movie-contents__modal {
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(230, 230, 229, 0.82);
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  cursor: pointer;
}

.movie-contents__modal .movie-contents__modalInner {
  position: relative;
  width: 100%;
  max-width: 920px;
}

.movie-contents__modal .movie-contents__modalInner .movie-contents__movieWrap {
  height: 528px;
  position: relative;
  margin: 0 20px 26px;
  padding: calc(315 / 560 * 100%) 0 0;
}

.movie-contents__modal .movie-contents__modalInner:before,.movie-contents__modal .movie-contents__modalInner:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -14px;
  width: 100px;
  height: 2px;
  background-color: #808080;
  pointer-events: none;
}

.movie-contents__modal .movie-contents__modalInner:before,.movie-contents__modal .movie-contents__modalInner:after {
  top: -35px;
  right: 0px;
  width: 50px;
  height: 1px;
}

.movie-contents__modal .movie-contents__modalInner:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.movie-contents__modal .movie-contents__modalInner:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.movie-contents__modal .movie-contents__modalInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  border: 0;
}

.movie-contents__modal.is-show {
  visibility: visible;
  opacity: 1;
  z-index: 2000;
}
