@charset "UTF-8";

main {
    position: relative;
  }

.theme-virtual_fitting {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #fff;
}

.theme-virtual_fitting a {
    transition: opacity 0.4s;
}
.theme-virtual_fitting a:hover {
    opacity: 0.7;
}

.hidden {
    display: none;
  }

.kv {
    width: 100%;
    background-color: #f6d0c2;
}
h1 {
    margin: 0 auto;
}
h1 img {
    width: 100%;
}

h2 {
  color: #202f55;
  font-size: 26px;
  font-weight: bold;
  padding: 60px 0 40px;
}
h3 {
  color: #202f55;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0 10px;
}

.innner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}


section#sec_01 {
  width: 100%;
  text-align: center;
  padding: 70px 0 0 0;
}
.sec_01_box {
  width: 100%;
  display: flex;
  gap: 40px;
}
.sec_01_box img {
  max-width: 100%;
}


#sec_02 {
  padding: 70px 0;
}
#sec_02 .innner {
  position: relative;
  height: 1326px;
  background: url(/user_data/packages/store/images/pj/virtual_fitting/bg_blue_pc@1.5x.png);
  background-repeat: no-repeat;
}
.sec_02_box {
  height: 620px;
  margin: 40px auto 30px;
  display: flex;
  justify-content: center;
}
#sec_02 p span {
  font-weight: bold;
}
img.how {
  position: absolute;
  right: -8px;
  top: 60px;
}


#sec_03 {
  padding: 0 0 100px 0;
}
#sec_03 .innner {
  background-color: #ecd8f0;
}
#sec_03 p {
  color: #202f55;
}
#sec_03 h2 {
  background-color: #e73fcd;
  color: #fff;
  display: inline-block;
  border-radius: 99px;
  padding: 10px 0;
  width: 564px;
  margin: 70px 0 20px;
}


.product_contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}
.product_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  margin: 50px 0;
}
.product_list img {
  max-width: 100%;
}
p.Product_name, p.Product_price {
  margin-top: 10px;
}
p.ProductsData_name {
  line-height: 1.2;
  margin: 10px auto;
}

.select_button {
  position: relative;
  float: left;
  width: 100%;
}
select::-ms-expand {
display: none;
}

.select_button:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
  }

.select_button select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  float: right;
  margin: 10px 0px 0;
  padding: 0px 24px;
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 5px;
}

.Button.-cart {
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #313333;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}
.Button.-detail {
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #e73fcd;
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ---------------------------------------- button -- */

.Menu_button {
  display: flex;
  height: 50px;
  position: relative;
  font-size: 16px;
  color: #fff;
  border-radius: 99px;
  width: 340px;
  margin: 0 auto;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.Menu_circle {
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 99px;
}
.Menu_button.bag {
  background-color: #074783;
  margin-bottom: 60px;
}
.Menu_button.bag .Menu_circle svg {
  fill: #074783;
}
.Menu_button.plusone {
background-color: #C4B296;
margin-bottom: 4px;
margin-top: 70px;
}
.Menu_button.plusone .Menu_circle svg {
fill: #C4B296;
}
.Menu_circle svg {
  width: 10.3px;
  height: 18px;
  margin-left: 4px;
}

@media (any-hover: hover){
.Menu_button .Menu_circle {
  transition: transform 0.4s;
}
}
@media (any-hover: hover){
.Menu_button:hover .Menu_circle {
  transform: translate3d(5px, 0, 0);
  opacity: 0.7;
}
}

.sticky_button {
  position: fixed;
  width: 106px;
  height: 106px;
  bottom: 100px;
  right: 65px;
  z-index: 9999;
}


/* ---------------------------------------- slider -- */
.swiper-slider {
  width: 330px;
  height: 530px;
  position: relative;
}
.swiper-button-prev:after {
  background-color: #074783;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
  padding: 0 20px 0 16px;
}
.swiper-button-next:after {
  background-color: #074783;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
  padding: 0 16px 0 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -14px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -14px;
  left: auto;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}
span.swiper-pagination-bullet {
  background: #1a1a1a;
}
.swiper-pagination {
  position: inherit;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}


/* ---------------------------------------- アニメーション -- */
.FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
  
.FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 0.8s;
}
  
.ZoomOut {
  transform: scale(1.5);
}
  
.ZoomOut.-active {
  transform: scale(1);
  transition: transform 0.5s;
}
  
.ZoomIn {
  opacity: 0;
  transform: scale(0.5);
}
  
.ZoomIn.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s, transform 1s;
}

.SlideUp {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.SlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.2s, transform 0.6s;
}

.SlideDown {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
}
.SlideDown.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.2s, transform 0.6s;
}