html {
  scroll-behavior: smooth;
}


body {
	padding:0;
	margin:0;
	background-color: #f5f4f4;
}

body img {
	vertical-align: bottom;
}


.pc {
	display:block;
}

.sp {
	display:none;
}

.clear {
	clear:both;
}


.side_btn {
	width: 50px;
	right: 0;
	bottom: 10%;
	z-index: 100;
	position:fixed
}

.side_btn img {
	width: 100%;
}

.main_title {
	width:100%;
	max-width: 750px;
	margin:0 auto 0;
	position:relative;
	z-index: 5;
	overflow: hidden;
	background-color: #fffcc9;
}

.main_title img {
	width:100%;
	margin:0 auto;
}

.css-carousel-slider {
    width: 100%;
    /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
}
.css-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 300%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 10s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 10s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    30% { transform: translateX(calc(1 / 3 * -100%)); }
    33.333% { transform: translateX(calc(1 / 3 * -100%)); }

    63% { transform: translateX(calc(2 / 3 * -100%)); }
    66.666% { transform: translateX(calc(2 / 3 * -100%)); }

    97% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    66.666% { transform: translateX(100%); }
    97% { transform: translateX(0%);}
}



.brn_1 {
	width: 80%;
	margin: 4.5% auto 4.2%;
}

.brn_1 img {
	width: 100%;
}

.mv_box {
	width: 92%;
	margin: 8% auto 3%;
}

.mv_box img {
	width: 60%;
	margin: 2% auto;
}

.mv_box_s {
	width: 47%;
	float: left;
}

.mv_box_s video {
	width: 100%;
}

.mv_box_s img {
	width: 94%;
	margin: 1% 3%;
}

.float_navi{
	float:left;
}

.float_navi img{
	width:  100%;
}

.float_box{
	float:left;
	width: 44%;
	margin: auto 3%;
}

.float_box img{
	width:  100%;
}

.st_wrap {
	position: relative;
	clear: both;
	width: 80%;
	max-width: 750px;
	padding: 0 0;
	margin:0 auto 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #fff;
	font-size:14px;
	z-index: 1;
	overflow: hidden;
}

.st_wrap p {
	padding:0;
	margin:0;
}

.bg_1 {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-image: url("https://www.dot-st.com/static/docs/peachjohn/pages/260204_barbie/images/bg_1.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	color: #272727;
}

.bg_2 {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 12%;
	background-image: url("https://www.dot-st.com/static/docs/peachjohn/pages/260204_barbie/images/bg_2.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	color: #272727;
}

.bg_3 {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	margin: -11% auto -7%;
	padding: 0 0 10%;
	background-image: url("https://www.dot-st.com/static/docs/peachjohn/pages/260204_barbie/images/bg_3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	color: #272727;
}

.sub_title {
	text-align: center;
	margin: 0;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 1.4;
}

.sub_title img {
	width: 100%;
}

.check_btn {
	width: 20%;
}

.check_btn img {
	width: 100%;
}

.point_box {
	width: 60%;
	margin: 10% auto;
}

.point_box img {
	width: 100%;
}

.img_box {
	position: relative;
	z-index: 1;
}

.img_box img {
	width: 100%;
}

.color_box {
	width: 60%;
	position: relative;
	z-index: 5;
}

.color_box img {
	width: 100%;
}


.btn_img {
	width: 30%;
	margin: 0% auto 0;
}

.btn_img img {
	width: 100%;
}

.btn_img a:hover {
	opacity: 0.7;
}


.btn_img2 {
	width: 60%;
	margin: 8% auto 8%;
}

.btn_img2 img {
	width: 100%;
}

.btn_img2 a:hover {
	opacity: 0.7;
}
	
.lead {
	text-align:center;
	font-size:14px;
	line-height: 1.8;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
	margin-top: 2%;
	margin-bottom: 2%;
}

.item_box1 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #272727;
	margin: 3% auto 2%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	line-height: 1.8;
}

.item_box1 a {
	font-weight: bold;
	color: #272727;
	text-decoration: underline;
	line-height: 1.8;
}

.item_box1 a:hover {
	font-weight: bold;
	color: #272727;
	text-decoration: none;
}

.item_box1 span {
	font-size: 80%;
}



.item_box2 {
	float: left;
	position: relative;
	width: 85%;
	margin-right: 0;
	z-index: 2;
}

.item_box2 img {
	width: 100%;
	margin-left: 0;
}

.style_box1{
	position: relative;
	float: left;
	width: 40%;
	margin-right: 0;
	z-index: 4;
	margin-left: -25%;
}

.style_box1 img{
	width: 100%;
}

.style_box2{
	position: relative;
	float: left;
	width: 40%;
	margin-left: 0;
	z-index: 4;
}

.style_box2 img{
	width: 100%;
}

.osusume {
	width: 50%;
	margin: 3% 25% 4%;;
	font-size: 18px;
	text-align: left;
	line-height: 2.2;
	letter-spacing: 1.3;
	font-family: serif;
	font-weight: bold;
}

.btn_code {
	color: #000;
	font-size: 90%;
	text-align: center;
	margin: 1% 40% 6%;
	border:2px solid #fff;
	width:20%;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#fff;
	font-weight: bold;
	padding:1% 0;
}

.btn_code a:hover{
	text-decoration: none;
	display: block;
	color:#fff;
	font-weight: bold;
	background-color: #e6d4d1;
}

.point_txt {
	width: 90%;
	margin: 3% auto 5%;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	color: #000;
}

.styling_item {
	width: 100%;
	margin-top: 10%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1.4em;
	color: #b18e89;
	font-weight: bold;
}

.marker-all {
  background: linear-gradient(transparent 0%, #fff 0%);
	padding-left: 2.5%;
}

.styling_item a {
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 0.1em;
	line-height: 2.4em;
}

.styling_item a:hover {
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width: 900px) {
	
.side_btn {
	width: 8%;
	right: 0;
	bottom: 5%;
	z-index: 100;
	position:fixed
}

.side_btn img {
	width: 100%;
}
	
.main_title {
	width:100%;
}
.pc {
	display:none;
}
.sp {
	display:block;
}

.st_wrap {
	width:100%;
	margin:0 auto 0px;
	padding: 0 0 5%;
}
	
.sub_title {
	text-align: center;
	margin: 0;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
}
	
.mv_box_s {
	width: 100%;
	margin: auto 10%;
	float: none;
}

.mv_box_s video {
	width: 80%;
	margin: auto;
}

.mv_box_s img {
	width: 50%;
	margin: 1% auto;
}
	
.point_box {
	width: 92%;
}
	
.btn_img {
	width: 50%;
	margin: 2% auto 0;
}
	
.btn_img2 {
	width: 80%;
	margin: 10% auto 5% ;
}
	
.lead {
	text-align:center;
	font-size:10.5px;
	line-height: 1.8;
	font-family: 'Kosugi Maru', sans-serif;
	margin-top: 4%;
	margin-bottom: 2%;
}
	
.item_box1 {
	font-size: 11px;
}
	
.style_box1{
	position: relative;
	float: left;
	width: 42%;
	margin-right: 0;
	z-index: 4;
	margin-left: -26%;
}
	
.osusume {
	width: 80%;
	margin: 4% 10%;
	font-size: 14px;
	text-align: left;
	line-height: 2.1;
	letter-spacing: 1.3;
	font-family: serif;
	font-weight: bold;
}
	
.btn_code {
	color: #000;
	font-size: 90%;
	text-align: center;
	margin: 1% 40% 6%;
	border:2px solid #fff;
	width:20%;
}

.btn_code a{
	text-decoration: none;
	display: block;
	color:#fff;
	font-weight: bold;
	padding:1% 0;
	font-size: 90%;
}

.point_txt {
	width: 90%;
	margin: 3% auto 5%;
	text-align: center;
	font-size: 11px;
	line-height: 1.6;
	color: #000;
}
	
.styling_item {
	width: 100%;
	margin-top: 10%;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1.4em;
	font-weight: bold;
}
	
.styling_item a {
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
	
.marker-all {
  background: linear-gradient(transparent 0%, #fff 0%);
	padding-left: 4%;
}
	
}
