.is-tab{
  display: block;
}
.is-pc{
  display: none;
}
.l-main{
  padding: 0 !important;
}
.potential p,
.potential span{
  letter-spacing: 0.05em;
}
#potential-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 5px 17px;
  z-index: 2;
}
.potential-header-img{
  width: 100px;
}
#potential-bg-video{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}
.potential{
  margin-bottom: 50%;
  position: relative;
  z-index: 1;
}
.potential #opening{
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  background: #8E1A1A;
}
.potential #opening img{
  width: 50vw;
  transition: 1.4s;
  opacity: 1;
  filter: blur(0px);
}
.potential #opening.js-load-blur img{
  transition: 1.4s;
  opacity: 0;
  filter: blur(50px);
}
.potential #opening.js-load-hidden{
  transition: 1.4s;
  opacity: 0;
}
.potential-subtitle{
  max-width: 100%;
  margin: 18% auto 25%;
  text-align: center;
}
.potential-subtitle p{
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  line-height: 1.7;
}
.potential-subtitle .item1{
  margin-bottom: 10%;
}
.potential-subtitle .item2{
  margin-bottom: 15%;
}
.potential-subtitle .item-lekarka{
  max-width: 37%;
  margin: 0 auto 4%;
}
.potential-brand{
  margin: 0 auto 20%;
  max-width: 100%;
  text-align: center;
}
.potential-brand-title{
  background: #333;
  margin-bottom: 5%;
}
.potential-brand-title p{
  color: #fff;
  padding: 1% 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
}
.potential-brand-info{
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 6%;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.potential-brand-btn{
  max-width: 55%;
  margin: 0 auto;
}
.potential-youtube-wrapper{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: auto;
}
.potential-youtube-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);
}
.potential-making{
  margin: 16% auto 30%;
  display: block;
  max-width: 90%;
  text-align: center;
  gap: 50px;
}
.potential-making div{
  margin-bottom: 18%;
}
.potential-making p{
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  margin-bottom: 4%;
}
.potential-making iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.potential-ambassador{
  max-width: 90%;
  margin: 0 auto 30%;
}
.potential-ambassador-title{
  font-size: 14px;
  font-family: "cochin", sans-serif;
  border-bottom: 1px solid #8E1A1A;
  padding-bottom: 1%;
  margin-bottom: 2%;
}
.potential-ambassador-info{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.potential-ambassador-name{
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  display: flex;
  align-items: baseline;
  margin-bottom: 6%;
}
.potential-ambassador-name.is-tab{
  display: flex !important;
}
.potential-ambassador-name.is-pc{
  display: none !important;
}
.potential-ambassador-img{
  aspect-ratio: 1 / 1;
  margin: 0 auto 10%;
  width: 62%;
}
.potential-ambassador-img .img{
  margin: 0 auto;
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-03.png');
}
.potential-ambassador-name span{
  font-family: "cochin", sans-serif;
  font-size: 11px;
  padding-left: 2%;
}
.potential-ambassador-detail{
  font-size: 11px;
  text-align:justify;
  line-height: 2.2;
}
.potential-campaign{
  max-width: 100%;
  margin: 0 auto 10%;
}
.potential-campaign-title{
  text-align: center;
  background: #333;
  margin-bottom: 5%;
}
.potential-campaign-title p{
  color: #fff;
  padding: 1% 0;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
}
.potential-campaign-img{
  aspect-ratio: 1592 / 968;
  max-width: 90%;
  margin: 0 auto 6%;
}
.potential-campaign-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-04.png');
}
.potential-campaign-label{
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  margin-bottom: 7%;
  position: relative;
  padding-bottom: 2%;
}
.potential-campaign-label::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(
    to right,
    #E3E3E3 0%,
    #E3E3E3 30%,
    #A01717 100%
  );
}
.potential-campaign-description{
  text-align: center;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
}
.potential-campaign-btn{
  max-width: 55%;
  margin: 4% auto 15%;
}
.potential-store{
  max-width: 90%;
  margin: 0 auto 30%;
}
.potential-store-title{
  font-size: 15px;
  width: fit-content;
  padding: 1% 5%;
  height: auto;
  background: #F0DFDF;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 4%;
}
.potential-store-info{
  font-size: 15px;
  width: 90%;
  margin: 0 auto 8%;
  text-align: justify;
}
.potential-store-info-item,
.potential-store-info-item2,
.potential-store-info-item3{
  position: relative;
  padding-left: 20px;
  margin-bottom: 5%;
}
.potential-store-info-item1{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.potential-store-info-item1::before,
.potential-store-info-item2::before,
.potential-store-info-item3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;

  width: 8px;
  height: 8px;
  border-radius: 50%;

  background: #A01717;
}
.potential-store-info-item1 img{
  max-width: 65%;
}
.potential-store-info-name{
  font-weight: bold;
}
.potential-store-info-note{
  font-size: 13px;
}
.potential-store-info-note a{
  text-decoration: underline;
}
.potential-store-info-anounce{
  font-size: 10px;
  padding-left: 0;
  width: 91%;
  margin: 0 auto;
  color: #7B7B7B;
  text-align: justify;
  text-indent: -1.5em;
}
.potential-store-info-anounce p::before{
  content: "※";
  margin-right: 0.5em;
}
.potential-store-info-anounce .potential-modal-open{
  text-decoration: underline;
  cursor: pointer;
}
.potential-store-banner{
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 756 / 212;
}
.potential-store-banner .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-06.png');
}
.potential-event{
  max-width: 100%;
  margin: 0 auto 15%;
}
.potential-event-title{
  text-align: center;
  background: #333;
  margin-bottom: 10%
}
.potential-event-title p{
  color: #fff;
  padding: 1% 0;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
}
.potential-event-boutique{
  width: 100%;
  margin: 0 auto 20%;
}
.potential-event-boutique-sp{
  width: 90%;
  margin: 0 auto;
}
.potential-popup{
  width: 90%;
  margin: 0 auto 20%;
}
.potential-event-boutique-title,
.potential-popup-title{
  text-align: center;
  font-size: 20px;
  font-family: "cochin", sans-serif;
  padding-bottom: 3%;
  margin-bottom: 4%;
  position: relative;
  letter-spacing: 0.05em;
}
.potential-popup-title{
  margin-bottom: 10%;
}
.potential-event-boutique-title::after,
.potential-popup-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 95%;
  height: 1px;
  background: linear-gradient(
    to right,
    #E3E3E3 0%,
    #E3E3E3 30%,
    #A01717 100%
  );
}
.potential-event-boutique-date{
  text-align: center;
  font-size: 14px;
  margin-bottom: 8%;
}
.potential-event-boutique-item1{
  text-align: center;
  font-size: 17px;
  margin-bottom: 15%;
}
.potential-event-boutique-item1-img{
  margin: 0 auto 3%;
  aspect-ratio: 860 / 562;
}
.potential-event-boutique-item1-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-19.png');
}
.potential-event-boutique-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 9%;
  width: 95%;
}
.potential-event-boutique-info, .text-wrap {
  position: relative;
  padding-left: 20px; /* 赤丸分 */
}
.potential-event-boutique-info .main-text,
.potential-event-boutique-info .sub-text,
.potential-event-boutique-info .sub-text-nomal{
  margin: 0;
  font-size: 16px;
  text-align: left;
}
/* .potential-event-boutique-info .item2-main-text{
  font-size: 19px !important;
} */
.potential-event-boutique-info .sub-text{
  font-size: 10px;
  color: #7B7B7B;
}
.potential-event-boutique-info .main-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #A01717;
  border-radius: 50%;
}
.potential-event-boutique-item2-img{
  margin: 0 auto 3%;
  aspect-ratio: 860 / 562;
}
.potential-event-boutique-item2-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-20.png');
}
.potential-event-boutique-btn,
.potential-popup-btn{
  width: 60%;
  margin: 0 auto;
  cursor: pointer;
}
.potential-popup-info{
  text-align: center;
  font-size: 17px;
  margin-bottom: 8%;
  letter-spacing: 0.05em;
}
.potential-popup-store{
  max-width: 90%;
  margin: 0 auto 20%;
}
.potential-popup-store-title{
    background: linear-gradient(95deg, #FFFFFF 0%, #FCF9F9 4%, #E3D9D0 100%);
    padding: 3%;
    font-size: 17px;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 3%;
    text-align: center;
    line-height: 1.2;
}
.potential-popup-store-title .is-tab{
  display: inline !important;
}
.potential-popup-store-img{
  margin-bottom: 5%;
  aspect-ratio: 730 / 413;
}
.potential-popup-store-item{
  margin-bottom: 4%;
}
.potential-popup-store-item-title{
  font-family: "Shippori Mincho", serif;
  width: fit-content;
  background: #F4EFEC;
  font-size: 15px;
  text-align: center;
  margin-bottom: 1%;
  padding: 0 14px;
}
.potential-popup-store-item-info{
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.potential-popup-store-item-info span{
  font-size: 10px;
  padding-left: 3%;
}
.potential-products{
  max-width: 100%;
  margin: 0 auto 5%;
}
.potential-products-title{
  text-align: center;
  background: #333;
  margin-bottom: 7%;
}
.potential-products-title p{
  color: #fff;
  padding: 1% 0;
  font-family: "cochin", sans-serif;
  font-size: 21px;
}
.potential-products-step{
  text-align: center;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2%;
}
.potential-products-babycell img{
  margin: 0 auto;
  width: 35%;
}
.potential-products-list{
  display: block;
  padding: 20px;
  margin-bottom: 10%;
}
.potential-products-list-item{
  background: #fff;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 10px #00000015;
  display: block;
  padding: 1% 4% 4%;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 10%;
}
.potential-products-list-item-info{
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 6%;
  text-align: justify;
  letter-spacing: 0.05em;
}
.potential-products-list-item-info sup{
  vertical-align: super !important;
  font-size: 10px;
}
.potential-products-list-item-category{
  margin-bottom: 2%;
  display: flex;
  gap: 8px;
}
.potential-products-list-item-category p sup{
  vertical-align: super !important;
  font-size: 8px;
}
.potential-products-list-item-category p{
  color: #9A9A9A;
  text-align: center;
  font-size: 10px;
  border: 1px solid #D8D8D8;
  width: fit-content;
  padding: 2px 15px;
  letter-spacing: 0.05em;
}
.potential-products-list-item-name{
  font-size: 17px;
  font-family: "cochin", sans-serif;
  letter-spacing: 0.05em;
}
.potential-products-list-item-subname{
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 2%;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.05em;
}
.potential-products-list-item-subname span{
  font-size: 7px;
  color: #9A9A9A;
  padding-left: 2%;
}
.potential-products-list-item-bottom{
  display: flex;
  align-items: center;
  padding-bottom: 4%;
  position: relative;
  justify-content: space-between;
}
.potential-products-list-item-detail{
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
}
.potential-products-list-item-img{
  width: 85%;
  height: auto;
  margin: 0 auto 5%;
}
.potential-products-list-item-detail span{
  font-family: "Shippori Mincho", serif;
  font-size: 8px;
}
.potential-products-list-item-more{
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.potential-products-list-item-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #E3E3E3 0%,
    #E3E3E3 30%,
    #A01717 100%
  );
}
.potential-products-list-item-note{
  font-size: 8px;
  text-align: right;
  padding-top: 3%;
  letter-spacing: 0.05em;
  color: #9A9A9A;
  min-height: 3em;
}
.potential-sns{
  margin: 0 auto;
  max-width: 65%;
}
.potential-sns-btn{
  text-align: center;
  margin: 0 auto 4%;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #707070;
  padding: 3% 10%;
  display: block;
  width: fit-content;
}
.potential-sns-wrap{
  margin: 0 auto;
  width: 40%;
}
.footer__copyright{
  color: #9A9A9A;
  font-size: 11px;
}
.potential-products-list-item.is-pc{
  display: none !important;
}
.potential-img1{
  width: 100%;
  aspect-ratio: 9 / 16;
}
.potential-img1 .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-01.png');
}
.potential-brand-img{
  width: 95%;
  margin: 0 auto 8%;
  aspect-ratio: 812 / 330;
}
.potential-brand-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-02.png');
}
.img-block{
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.img-block .img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.img-block .overlay{
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
}

.popup-store-attention{
	text-align: right;
	color: #7B7B7B;
	font-size: 10px;
}

.infomation{
	margin-top:10%;
	
}

.infomation h6{
    font-size: 13px;
    margin-bottom: 3%;
    text-align: center;
}

.infomation p{
	text-align: center;
    font-size: 13px;
}


/* モーダル ここから*/
.potential-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.potential-modal p,
.potential-modal span{
  letter-spacing: 0.05em;
}
.potential-modal.active {
  display: block; /* activeクラスで表示 */
}
body.modal-open {
  overflow: hidden; /* 背景スクロールロック */
}
.potential-modal-content{
  max-width: 90%;
  margin: auto;
  position: relative;
  padding: 100px 0;
}
.potential-modal-scroll {
  position: relative;
  max-height: 100vh;  /* 画面内でスクロール */
  overflow-y: auto;
  z-index: 1;
}
.potential-modal-close{
  position: absolute;
  top: 15px;
  right: 12px;
  width: 19px;
  height: 19px;
  border: none;
  background: #9A9A9A;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0.25;
}
.potential-modal-close::before,
.potential-modal-close::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: white;
}
.potential-modal-close::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.potential-modal-close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
.potential-modal-contents{
  background: #fff;
  padding: 20% 3%;
  margin: 2%;
  position: relative;
}
.potential-modal-popup{
  text-align: center;
  margin-bottom: 15%;
}
.potential-modal-popup-title{
  font-size: 20px;
  margin-bottom: 8%;
  font-family: "cochin", sans-serif;
  position: relative;
  padding-bottom: 2%;
}
.potential-modal-popup-title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #E3E3E3 0%,
    #E3E3E3 30%,
    #A01717 100%
  );
}
.potential-modal-popup-subtitle{
  font-size: 13px;
  margin-bottom: 5%;
}
.potential-modal-popup-img{
  width: 100%;
  margin: 0 auto 2%;
  aspect-ratio: 778 / 440;
}
.potential-modal-popup-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-10.png');
}
.potential-modal-popup-place{
  font-size: 13px;
  margin-bottom: 5%;
}
.potential-modal-popup-photo{
  display: flex;
  gap: 15px;
}
.potential-modal-popup-photo div{
  flex: 1;
}
.potential-modal-popup-photo p{
  font-size: 13px;
}
.potential-modal-tri{
  margin-bottom: 20%;
}
.potential-modal-tri-title{
  background: linear-gradient(95deg, #FFFFFF 0%, #FCF9F9 4%, #E3D9D0 100%);
  padding: 1% 1% 1% 3%;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5%;
  text-align: center;
}
.potential-modal-tri-img{
  margin-bottom: 3%;
  aspect-ratio: 590 / 390;
}
.potential-modal-tri-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-13.png');
}
.potential-modal-tri-info{
  margin-bottom: 4%;
}
.potential-modal-tri-name{
  font-size: 20px;
  display: flex;
  align-items: baseline;
  font-family: "cochin", sans-serif;
}
.potential-modal-tri-name .price{
  font-size: 15px;
  margin-left: 3%;
  display: flex;
  align-items: baseline;
  font-family: "Shippori Mincho", serif;
}
.potential-modal-tri-name .price span{
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
}
.potential-modal-tri-kana{
  font-size: 11px;
  color: #9A9A9A;
}
.potential-modal-tri-kit{
  display: flex;
  margin-bottom: 5%;
}
.potential-modal-tri-kit-title{
  border-right: 1px solid;
  padding-right: 3%;
}
.potential-modal-tri-kit-info{
  padding-left: 4%;
}
.potential-modal-novelty{
  margin-bottom: 15%;
}
.potential-modal-novelty-title{
  background: linear-gradient(95deg, #FFFFFF 0%, #FCF9F9 4%, #E3D9D0 100%);
  padding: 1% 1% 1% 3%;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5%;
  text-align: center;
}
.potential-modal-sample{
  text-align: center;
  font-size: 14px;
}
.potential-modal-sample-title{
  background: linear-gradient(95deg, #FFFFFF 0%, #FCF9F9 4%, #E3D9D0 100%);
  padding: 1% 1% 1% 3%;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5%;
  text-align: center;
}
.potential-modal-sample-info{
  font-size: 14px;
  margin-bottom: 8%;
}
.potential-modal-sample-register{
  width: fit-content;
  background: #8E1A1A;
  color: #fff;
  border: 1px solid #8E1A1A;
  border-radius: 15px;
  padding: 1px 35px;
  margin: 0 auto 5%;
}
.potential-modal-sample-register-step{
  margin-bottom: 10%;
}
.potential-modal-sample-register-step1{
  width: 87%;
  margin: 0 auto 4%;
}
.potential-modal-sample-register-step1-title,
.potential-modal-sample-register-step2-title{
  font-family: "cochin", sans-serif;
  font-size: 17px;
  color: #8E1A1A;
  margin-bottom: 2%;
}
.potential-modal-sample-register-step1-info,
.potential-modal-sample-register-step2-info{
  font-size: 14px;
}
.potential-modal-sample-register-icon{
  width: 11px;
  margin: 0 auto 4%;
}
.potential-modal-sample-register-icon img{
  margin: 0 auto;
}
.potential-modal-sample-register-step2{
  width: 75%;
  margin: 0 auto;
}
.potential-modal-sample-register-step1-img,
.potential-modal-sample-register-step2-img{
  margin-bottom: 5%;
}
.potential-modal-sample-register-step1-img{
  aspect-ratio: 485 / 327;
}
.potential-modal-sample-register-step1-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-16.png');
}
.potential-modal-sample-register-step2-img{
  aspect-ratio: 1 / 1;
}
.potential-modal-sample-register-step2-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-18.png');
}
.potential-modal-popup-photo1{
  aspect-ratio: 1 / 1;
   margin-bottom: 2%;
}
.potential-modal-popup-photo1 .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-11.png');
}
.potential-modal-popup-photo2{
  aspect-ratio: 1 / 1;
   margin-bottom: 2%;
}
.potential-modal-popup-photo2 .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-12.png');
}
.potential-modal-tri-kit-add{
  aspect-ratio: 572 / 455;
}
.potential-modal-tri-kit-add .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-14.png');
}
.potential-modal-novelty-img{
  aspect-ratio: 816 / 643;
}
.potential-modal-novelty-img .img{
  background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-15.png');
}
/* モーダル ここまで */

@media screen and (min-width: 768px) {
  .is-tab{
    display: none;
  }
  .is-pc{
    display: block;
  }
  .potential{
    margin-bottom: 20%;
  }
  .potential #opening img{
    width: 15vw;
  }
  .potential-subtitle{
    max-width: 900px;
    margin: 10% auto 12%;
  }
  .potential-subtitle p{
    font-size: 25px;
  }
  .potential-subtitle .item-lekarka{
    max-width: 25%;
    margin: 0 auto 4%;
  }
  .potential-youtube-wrapper{
    width: 100%;
    height: 100vh;
    aspect-ratio: auto;
  }
  .potential-youtube-wrapper iframe {
    width: 100vw;
    height: 56.25vw;

    min-width: 177.77vh;
    min-height: 100vh;
  }
  .potential-brand{
    max-width: 1000px;
    margin: 0 auto 10%;
  }
  .potential-brand-title p{
    font-size: 25px;
  }
  .potential-brand-img{
    width: 90%;
    margin: 0 auto 4%;
  }
  .potential-brand-img .img{
    background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-02-pc.png');
  }
  .potential-brand-info{
    margin-bottom: 3%;
    font-size: 20px;
    line-height: 2.5;
  }
  .potential-brand-btn{
    max-width: 350px;
  }
  .potential-making{
    /* display: flex; */
    max-width: 1000px;
    margin: 10% auto 10%;
    text-align: center;
    gap: 50px;
  }
  .potential-making div{
    margin-bottom: 0%;
  }
  .potential-making p{
    font-size: 25px;
    margin-bottom: 2%;
  }
  .potential-making iframe{
    width: 560px;
    height: 350px;
  }
  .potential-ambassador{
    max-width: 1000px;
    margin: 0 auto 10%;
  }
  .potential-ambassador-title{
    font-size: 20px;
    margin-bottom: 5%;
  }
  .potential-ambassador-name{
    margin-bottom: 2%;
  }
  .potential-ambassador-name.is-tab{
    display: none !important;
  }
  .potential-ambassador-name.is-pc{
    display: flex !important;
  }
  .potential-ambassador-name span{
    font-size: 16px;
    padding-left: 4%;
  }
  .potential-ambassador-detail{
    font-size: 18px;
    line-height: 1.8;
  }
  .potential-campaign{
    max-width: 1000px;
    margin: 0 auto 13%;
  }
  .potential-campaign-title p{
    font-size: 30px;
    padding: 0;
  }
  .potential-campaign-img{
    margin: 0 auto 2%;
  }
  .potential-campaign-label{
    font-size: 30px;
    margin-bottom: 5%;
  }
  .potential-campaign-description{
    font-size: 25px;
  }
  .potential-campaign-btn{
    max-width: 350px;
    margin: 4% auto 8%;
  }
  .potential-store{
    width: 80%;
    margin: 0 auto 0;
  }
  .potential-store-title{
    font-size: 20px;
    padding: 0 5%;
  }
  .potential-store-info{
    width: 82%;
    margin: 0 auto 12%;
    font-size: 20px;
  }
  .potential-store-info-item,
  .potential-store-info-item2,
  .potential-store-info-item3{
    padding-left: 35px;
  }
  .potential-store-info-item1::before,
  .potential-store-info-item2::before,
  .potential-store-info-item3::before{
    top: 0.5em;
    width: 17px;
    height: 17px;
  }
  .potential-store-info-item1 img{
    max-width: 100%;
  }
  .potential-store-info-anounce{
    font-size: 15px;
    width: 90%;
    padding-left: 4%;
  }
  .potential-store-banner{
    max-width: 600px;
  }
  .potential-event{
    max-width: 1000px;
    margin: 0 auto 15%;
  }
  .potential-event-title{
    margin-bottom: 7%
  }
  .potential-event-title p{
    font-size: 30px;
    padding: 0;
  }
  .potential-event-boutique,
  .potential-popup{
    width: 75%;
    margin: 0 auto 12%;
  }
  .potential-event-boutique-sp{
    width: 100%;
    margin: 0 auto;
  }
  .potential-event-boutique-title,
  .potential-popup-title{
    padding-bottom: 2%;
    font-size: 30px;
    margin-bottom: 4%;
  }
  .potential-event-boutique-title::after,
  .potential-popup-title::after {
    width: 80%;
  }
  .potential-event-boutique-date{
    font-size: 18px;
    margin-bottom: 5%;
  }
  .potential-event-boutique-item1{
     font-size: 20px;
     margin-bottom: 10%;
  }
  .potential-event-boutique-item1-img{
    margin: 0 auto 2%;
    max-width: 80%;
  }
  .potential-event-boutique-info{
    margin-bottom: 7%;
  }
  .potential-event-boutique-info, .text-wrap {
    padding-left: 30px; /* 赤丸分 */
  }
  .potential-event-boutique-info .main-text,
  .potential-event-boutique-info .sub-text,
  .potential-event-boutique-info .sub-text-nomal{
    font-size: 20px;
  }
  .potential-event-boutique-info .item2-main-text{
    /* font-size: 22px !important; */
    margin-bottom: 1%;
  }
  .potential-event-boutique-info .sub-text{
    font-size: 16px;
  }
  .potential-event-boutique-info .main-text::before {
    top: 0.6em;
    width: 13px;
    height: 13px;
  }
  .potential-event-boutique-item2-img{
    margin: 0 auto 2%;
    max-width: 80%;
  }
  .potential-event-boutique-btn,
  .potential-popup-btn{
    max-width: 350px;
  }
  .potential-popup-info{
    font-size: 20px;
    margin-bottom: 5%;
  }
  .potential-popup-store{
    max-width: 730px;
    margin: 0 auto 10%;
  }
  .potential-popup-store-title{
    font-size: 25px;
  }
  .potential-popup-store-title .is-tab{
    display: none !important;
  }
  .potential-popup-store-item{
    margin-bottom: 4%;
  }
  .potential-popup-store-item-title{
    font-size: 22px;
    padding: 0 16px;
  }
  .potential-popup-store-item-info{
    font-size: 20px;
  }
  .potential-popup-store-item-info span{
    font-size: 17px;
  }
  .potential-products{
    max-width: 1000px;
    margin: 0 auto 5%;
  }
  .potential-products-title{
    margin-bottom: 7%;
  }
  .potential-products-title p{
    font-size: 35px;
    padding: 0;
  }
  .potential-products-step{
    font-size: 40px;
    margin-bottom: 0%;
  }
  .potential-products-babycell img{
    width: 250px;
  }
  .potential-products-list{
    display: flex;
    gap: 30px;
    padding: 20px;
    margin-bottom: 10%;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }
  .potential-products-list-item{
    padding: 1%;
    flex-shrink: 0;
    flex: 0 0 505px;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 0;
    scroll-snap-align: center;
  }
  .potential-products--bottom{
    margin-top: auto;
  }
  .potential-products-list-item-img{
    width: 368px;
    height: 368px;
    margin: 0 auto 0;
  }
  .potential-products-list-item-info{
    font-size: 23px;
  }
  .potential-products-list-item-category p{
    font-size: 12px;
  }
  .potential-products-list-item-name{
    font-size: 22px;
  }
  .potential-products-list-item-subname{
    font-size: 16px;
  }
  .potential-products-list-item-detail{
    font-size: 16px;
  }
  .potential-products-list-item-detail span{
    font-size: 12px;
  }
  .potential-products-list-item-more{
    font-size: 16px;
  }
  .potential-sns-btn{
    width: fit-content;
    margin: 0 auto 2%;
    font-size: 20px;
    padding: 2% 5%;
  }
  .potential-sns-wrap{
    width: 23%;
    margin-bottom: 4%;
    gap: 25px !important;
  }
  .footer__copyright{
    font-size: 13px;
  }
  .potential-ambassador-info{
    display: flex;
    width: 90%;
    gap: 40px;
  }
  .potential-subtitle .item2{
    margin-bottom: 4%;
  }
  .potential-ambassador-img{
    margin: 0 auto 0;
    width: 345px;
  }
  .potential-ambassador-bio{
    width: 60%;
  }
  .potential-popup-store-img{
    margin-bottom: 7%;
  }
  .potential-popup-store-img img{
    width: 100%;
  }
  .potential-store-info-note{
    font-size: 20px;
  }
  .potential-campaign-label::after{
    width: 80%;
  }
  #potential-header{
    padding: 1.5%;
  }
  .potential-products-list-item.is-pc{
    display: block !important;
  }
  .potential-img1{
    aspect-ratio: 16 / 9;
  }
  .potential-img1 .img{
    background-image: url('/user_data/packages/original_pc02/assets/images/potential-of-turnover/img-01-pc.png');
    
  }
  /* モーダル ここから */
  .potential-modal-contents{
    max-width: 1070px;
    margin: 2% auto;
    padding: 4% 3%;
  }
  .potential-modal-popup{
    margin-bottom: 5%;
  }
  .potential-modal-popup-title{
    margin-bottom: 4%;
  }
  .potential-modal-popup-subtitle{
    font-size: 17px;
    max-width: 500px;
    line-height: 1.9;
    margin: 0 auto 3%;
  }
  .potential-modal-popup-img{
    max-width: 485px;
    margin: 0 auto 1%;
  }
  .potential-modal-popup-place{
    font-size: 15px;
    margin-bottom: 2%;
  }
  .potential-modal-popup-photo{
    max-width: 480px;
    margin: 0 auto;
  }
  .potential-modal-popup-photo p{
    font-size: 15px;
  }
  .potential-modal-tri{
    max-width: 600px;
    margin: 0 auto;
  }
  .potential-modal-tri-title{
    font-size: 20px;
  }
  .potential-modal-tri-img{
    max-width: 90%;
    margin: 0 auto 4%;
  }
  .potential-modal-tri-info{
    max-width: 90%;
    margin: 0 auto 4%;
  }
  .potential-modal-tri-name{
    font-size: 25px;
  }
  .potential-modal-tri-name .price{
    font-size: 18px;
  }
  .potential-modal-tri-name .price span{
    font-size: 13px;
  }
  .potential-modal-tri-kana{
    font-size: 13px;
  }
  .potential-modal-tri-kit{
    max-width: 90%;
    margin: 0 auto 7%;
  }
  .potential-modal-tri-kit-title{
    font-size: 13px;
  }
  .potential-modal-tri-kit-info{
    font-size: 13px;
  }
  .potential-modal-tri-kit-add{
    max-width: 90%;
    margin: 0 auto 0%;
  }
  .potential-modal-novelty{
    max-width: 600px;
    margin: 0 auto;
  }
  .potential-modal-novelty-title{
    font-size: 20px;
  }
  .potential-modal-novelty-img{
    max-width: 90%;
    margin: 0 auto 10%;
  }
  .potential-modal-sample{
    max-width: 600px;
    margin: 0 auto;
  }
  .potential-modal-sample-title{
    font-size: 20px;
  }
  .potential-modal-sample-info{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 6%;
  }
  .potential-modal-sample-register{
    font-size: 13px;
    padding: 1px 40px;
  }
  .potential-modal-sample-register-step{
    display: flex;
    position: relative;
    gap: 55px;
    justify-content: space-between;
  }
  .potential-modal-sample-register-step1-title,
  .potential-modal-sample-register-step2-title{
    font-size: 16px;
  }
  .potential-modal-sample-register-step1-info,
  .potential-modal-sample-register-step2-info{
    font-size: 13px;
  }
  .potential-modal-sample-register-icon{
    position: absolute;
    top: 45%;
    left: 59%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 15px;
  }
  .potential-modal-close{
    width: 40px;
    height: 40px;
    top: 24px;
    right: 24px;
  }
  .potential-modal-close::before,
  .potential-modal-close::after{
    top: 50%;
    left: 50%;
    width: 25px;
  }
  .potential-modal-sample-register-step1{
    flex: 2;
  }
  .potential-modal-sample-register-step2{
    flex: 1;
  }
  .potential-modal-sample-register-step1-img{
    height: 220px;
    width: 325px;
  }
  .potential-modal-sample-register-step1-img img{
    height: 100%;
  }
  .potential-modal-sample-register-step2-img{
    height: 220px;
    width: 220px;
    margin: 0 auto 7%;
  }
  .potential-modal-popup-photo1,
  .potential-modal-popup-photo2{
    margin-bottom: 5%;
  }
  .potential-modal-popup-title::after{
    width: 80%;
  }
  .popup-store-attention.-margin{
	margin-bottom: 15%;
  }	
	
	/* モーダル ここまで */
}