https://store.vaio.com/cms/img/freepage/vaio_toystory/@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* ---------------------------------------- common ---------------------------------------- */
body {
    font-size: 14px;
    font-family: YuGothic, ŸàƒSƒVƒbƒN, ‚l‚r ‚oƒSƒVƒbƒN, MS P Gothic, MS-PGothic, ƒqƒ‰ƒMƒmŠpƒS Pro W3, Hiragino Kaku Gothic Pro, Osaka, arial, helvetica, clean, sans-serif;
    line-height: 1.75;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}

a {
    text-decoration: none;
    overflow: hidden;
    outline: none;
    transition: all  0.3s ease;
}

a:hover {
    opacity: 0.6;
}

img {
    max-width: 100%;
}

.sm {
    display: block;
}

.md {
    display: none;
}

.lg {
    display: none;
}

.xxl {
    display: none;
}

.wrapper {
	width: 100%;
	margin-top: -25px;
}

.section {
    position: relative;

    .section__inner {
        margin: 0 auto;
    }
    .section__description {
        font-size: 3.48vw;
		font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
}

/* float-button
---------------------------------------------------- */
.float-button {display: none;}
		
/* fv
---------------------------------------------------- */
.fv {
	width: 100%;
	margin: 0 auto -6.5%;
	padding-top: 163.2%;
	position: relative;
	background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/bg_fv.png);
	background-size: contain;

	.fv__inner {
		width: 100%;
		height: 100%;
		padding-top: 13%;
        position: absolute;
		top: 0;
		left: 0;
    }
	.fv__description {
            margin-top: 20px;
            font-size: 10px;
			text-align: right;
        }
    .fv__body {
        z-index: 150;
        position: relative;
		padding-top: 22.5%;
    }
    .fv__catch {
        font-size: 3vw;
        font-weight: bold;
		line-height: 1.2;
        text-align: center;
		color: #2b66b1;
		position: absolute;
		left: 8.5%;
    }
    .fv__title {
        margin-top: 10%;
        font-size: 4vw;
        font-weight: bold;
		line-height: 1.3;
        text-align: center;
    }
    .fv__image-wrapper {
		width: 90%;
        margin: 4% auto 0;
    }
    .fv__description {
        text-align: center;
        margin-top: 1.5%;
        font-size: 1.8vw;
		line-height: 1.3;
    }
	.campaign_link {
		font-size: 4vw;
        font-weight: bold;
		text-align: center;
		a {
			color: #000;
			position:relative;		
		}
		a::after {
			content: '';
			width: 0.4em;
			height: auto;
			display: block;
			border-top: 0.1em solid #000;
			border-right: 0.1em solid #000;
			aspect-ratio: 1/1;
			position: absolute;
			top: 50%;
			right: -0.7em;
			transform: translateY(-50%) rotate(45deg);
		}
	}
}

/* lead
---------------------------------------------------- */
.lead {
	width: 100%;
	margin: 0 auto -9.6%;
	padding-top: 374.5%;
	position: relative;
	background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/bg_lead.png);
	background-size: contain;
	z-index: 99;
	
	.lead__inner {
		width: 100%;
		margin: 0 auto;
		padding: 11% 0 0;
        position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
        }
		.lead__frame {
			margin-bottom: 6%;
			background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/lead_frame.png);
			background-size: cover;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			
			h2 {
				margin-top: 22%;
				margin-bottom: 3.5%;
				font-size: 4.8vw;
				font-weight: bold;
				line-height: 1.58;
				color: #2b66b1;				
			}
			p {
				margin-bottom: 4.6%;
				font-size: 3.45vw;
				font-weight: 500;
				line-height: 2;
			}
			.lead__description {
				margin-top: 3.5%;
				margin-bottom: 22%;
				font-size: 2vw;
				text-align: center;
			}
		}
		.lead__itembox {
			width: 90%;
			margin: 0 auto;
			padding: 7% 0;
			display: flex;
			flex-direction: column;
			align-items: center;
			border-top: 2px dashed #fff;
			
			.lead__itembox__img {
				width: 80%;
			}
			
			.lead__itembox__txt {
				width: 100%;
				
				h3 {
					width: 44%;
					margin: 4% auto;
					padding: 0.4% 0;
					font-size: 4.3vw;
					font-weight: bold;
					color: #2b66b1;
					text-align: center;
					display: block;
				}
				h3.bestfriends {
					background: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/name_bestfriennds.png) no-repeat;
					background-size: 100% 100%;
				}
				h3.buzzalien {
					background: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/name_buzzalien.png) no-repeat;
					background-size: 100% 100%;
				}
				p {
					width: 96%;
					margin: 0 auto 1.5%;
					font-size: 3.33vw;
					font-weight: bold;
					line-height: 1.67;
					color: #fff;
				}
			}
		}
		.lead__banner {
			width: 71.5%;
			margin: 0 auto;
			padding: 6% 10% 0;
			border-top: 2px dashed #fff;
			display: flex;
			justify-content: center;
			
			img {
				display: none;
			}
		}
	}

/* combination
---------------------------------------------------- */
.combination {
	width: 100%;
	margin: 0 auto -10.5%;
	padding-top: 300%;
	background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/bg_combination.png);
	background-size: contain;
	position: relative;
	
	.combination__inner {
		width: 100%;
		margin: 0 auto;
		padding: 11% 0 0;
        position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		
		h2 {
			margin-bottom: 2%;
			font-size: 5.1vw;
			font-weight: bold;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		h2 img {
				width: 32%;
				margin-bottom: 1%;
		}
		h3 {
			font-size: 3.35vw;
			font-weight: bold;
			color: #2b66b1;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
		h3 img {
			width: 12.6%;
			margin-right: 5px;
		}
		h3::before {
			margin-right: 10px;
			content: "";
			flex-grow: 1;
			border-top: 1px dashed#2b66b1;
		}
		h3::after {
			margin-left: 10px;
			content: "";
			flex-grow: 1;
			border-top: 1px dashed#2b66b1;
		}
	}
}

/* select-pattern
---------------------------------------------------- */
.select-pattern {
	width: 91.4%;
	margin: 5% auto;
	
    .select-pattern__title {
        font-size: 12.5px;
        font-weight: bold;
        text-align: center;
		color: #c9a557;
    }
    .select-pattern__list {
        margin-top: 3%;
        display: flex;
        justify-content: space-between;
        gap: 9px;
    }
    .select-pattern__item {
        width: calc(100% / 2 - 15px);
        padding: 2px;
        text-align: center;
        border-radius: 10px;
        border: 2px solid transparent;

        &.is-focused {
            border: 2px solid  #000;
        }
    }
    .select-pattern__button {
        width: 100%;
        border: none;
        outline: none;
        font: inherit;
        font-size: 12px;
        color: inherit;
        background: none;
        border-radius: 10px;
        box-sizing: border-box;
        cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding-top: 68.8%;
		position: relative;
		
        &.select-pattern__button--bestfriends {
	        background-color: #ffd11f;
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-bestfriends.png);
			background-size: contain;
            background-repeat: no-repeat;
        }
        &.select-pattern__button--buzzalien {
            background-color: #8bee15;
			background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-buzzalien.png);
			background-size: contain;
            background-repeat: no-repeat;
        }
        &.select-pattern__button--satin-silver,
        &.select-pattern__button--satin-gold,
		&.select-pattern__button--navy-blue {
			padding-top: 110%;
            color: #000000;
			background-size: contain;
            background-repeat: no-repeat;
			background-size: 76% auto;
			background-position: 50% 80%;
		}
        &.select-pattern__button--satin-silver {
            background-color: #efeae9;
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/select-SatinSilver.png);
        }
        &.select-pattern__button--navy-blue {
            background-color: #d7dce5;
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/select-navyBlue.png);
        }
        &.select-pattern__button--satin-gold {
            background-color: #f8ead6;
			background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/select-satinGold.png);
        }
		.select-pattern__name {
			width: 100%;
			height: 100%;
			padding-top: 8%;
			font-weight: bold;
			font-size: 3.2vw;
			line-height: 1.4;
			position: absolute;
			top: 0;
			left: 0;
		}
    }
}

/* finished-product
---------------------------------------------------- */
.finished-product {
	width: 91.4%;
	margin: 0 auto;
	background: #fff;
	
    &.finished-product--layout {
        margin-top: 20px;
		position: relative;
    }
    .finished-product__body {
		width: 100%;
        margin-top: 0;
        padding: 15% 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.finished-product__body .aspect_inner {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    }
    .finished-product__note {
        font-size: 10px;
        text-align: center;
    }

    .finished-product__image-wrapper {
		width: 76%;
        margin: 0 auto;
		
		img {width: 100%;}
    }

    .finished-product__information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 10px;
        position: relative;
        z-index: 150;

        & + & {
            margin-top: 20px;
        }
    }
	h3.finished-product__name::before,
	h3.finished-product__name::after {
		display: none;
	}
    h3.finished-product__name {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
		color: #000;
		justify-content: center;
		flex-direction: column;
    }

    .finished-product__product-name {
        font-size: 6vw;
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;
    }
	.finished-product__product-name span {
            font-size: 4.55vw;
	}

    .finished-product__label {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 174px;
        padding: 2px 0;
        font-size: 3.35vw;
        text-align: center;
        margin: 1% auto 0;
    }
    .finished-product__button-wrapper {
        width: 84%;
        margin: 6% auto 0;
    }

    .finished-product__button {
        display: block;
        text-align: center;
        border: 1px solid #000;
        padding: 14px 0;
        font-size: 3vw;
		font-weight: bold;
        position: relative;
        line-height: 1;
        cursor: pointer;

        &::after {
            content: '';
            display: block;
            position: absolute;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            width: 4px;
            height: 4px;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }
}
.finished-product::before {
	width: 8.3%;
	padding-top: 92.86%;
	content: "";
	background: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/thumbtack.png) no-repeat;
	background-size: contain;
	display: block;
	position:absolute;
	top: -0.5%;
	left: 50%;
	transform: translateX(-50%);
}

/* wallpaper
---------------------------------------------------- */
.wallpaper {
	width: 100%;
	margin: 0 auto -10.5%;
	padding-top: 216.4%;
	background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/bg_wallpaper.png);
	background-size: contain;
	position: relative;
	z-index: 9;
	
	.wallpaper__inner {
		width: 100%;
		margin: 0 auto;
		padding: 26% 0 0;
        position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		
		h2 {
			margin-bottom: 5%;
			font-size: 5.1vw;
			font-weight: bold;
			text-align: center;
			color: #fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		h2 img {
			width: 46.4%;
			margin-bottom: 3%;
		}
	}
    .wallpaper__body {
		width: 91.4%;
		margin: 0 auto;
		
		.wallpaper__image-wrapper {
			margin-bottom: 7%;
			padding: 0 2%;
		}
    }
}

/* select-wallpaper
---------------------------------------------------- */
.select-wallpaper {
    display: flex;
    gap: 10px;
    align-items: center;

    &.select-wallpaper--layout {
		width: 100%;
		max-width: 330px;
        margin: 0 auto 5%;
    }
	&.select-wallpaper--wallpaper {
		flex-direction: column;
	}

    .select-wallpaper__title {
        width: 29.3%;
        padding: 2.5% 1.5% 2.5% 0;
        font-weight: bold;
        font-size: 2.65vw;
        text-align: center;
        position: relative;
        background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/ballon01.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        line-height: 1.25;
        box-sizing: border-box;
        flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		
		&.select-wallpaper__title--wallpaper {
			width: 61%;
			margin: 0 auto;
	        padding: 4% 0 7%;
			background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/ballon02.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
		}
    }
    .select-wallpaper__list {
		width: 69%;
        display: flex;
        align-items: center;
		justify-content: center;
        gap: 16px;
		
			&.select-wallpaper__list--wallpaper {
			width: 100%;
		}
    }
    .select-wallpaper__item {
		width: 25%;
/*        border-radius: 10px; */
        border-radius: 5px;
        padding: 2px;
		aspect-ratio: 107/71;
		overflow: hidden;

        &.select-wallpaper__item--circle {
            width: 19.4%;
			border-radius: 50%;
			aspect-ratio: 1/1;
			
			.select-wallpaper__button {
				width: 100%;
				padding-top: 100%;
			}
        }

        &.is-focused {
            border: 2px solid #fff;
			display: flex;
			justify-content: center;
			align-items: center;

        }
		
	select-wallpaper__list--wallpaper
    }
    .select-wallpaper__button {
        padding: 0;
        border: none;
        outline: none;
        font: inherit;
        color: inherit;
        background: none;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-warmWhite02.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;

        &.select-wallpaper__button--navy-blue {
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-navyBlue02.png);
        }

        &.select-wallpaper__button--satin-gold {
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-satinGold02.png);
        }

        &.select-wallpaper__button--bestfriends {
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-character-1.png);
			background-size: contain;
        }

        &.select-wallpaper__button--buzzalien {
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-character-2.png);
			background-size: contain;
        }

        &.select-wallpaper__button--baymax {
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/select-character-3.png);
			background-size: contain;
        }
    }
}

/* standard
---------------------------------------------------- */
.standard {
	width: 100%;
	margin: 0 auto -6.5%;
	padding-top: 422.5%;
	background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/bg_standard.png);
	background-size: contain;
	position: relative;
	
	.standard__inner {
		width: 91.4%;
		margin: 0 auto;
		padding: 20% 0 0;
        position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		box-sizing: border-box;
		
		h2 {
			margin-bottom: 8%;
			font-size: 5.1vw;
			font-weight: bold;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		h2 img {
			width: 21.75%;
			margin-bottom: 3%;
		}
	}
    .standard__body {
        z-index: 150;
        position: relative;
    }
    .standard__lineup-wrapper {
        margin-top: 27px;
        display: flex;
        flex-direction: column;
    }
    .standard__copyright {
        margin: 20px 0 0 auto;
        max-width: 125px;
    }
	&::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        z-index: 100;
        height: 5vw;
        bottom: 0;
        background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/white-wave01.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

/* standard-lineup
--------------------------------------------------- */
.standard-lineup {
	margin: 0 3%;
	background-color: #fff;
	padding: 8% 5% 9%;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	
	&.standard-lineup--note {
        background-color: #fff;
		position: relative;
		margin-bottom: 8%;
	
		.icon {
			position: absolute;
			z-index: 1;

			&.top-left {
				width: 16.1%;
				top: 60%;
				left: -4%;
				transform: translateY(-60%);
			}
			&.top-right {
				width: 17.8%;
				top: -6%;
				right: -5%;
			}
			&.bottom-right {
				width: 21.2%;
				bottom: -3%;
				right: -4%;
			}			
    	}
	}
	&.standard-lineup-mobile {
			position: relative;
			.icon {
				position: absolute;
				z-index: 1;

				&.top-left {
					width: 17.7%;
					top: -3%;
					left: -5%;
				}
				&.bottom-right {
					width: 22.3%;
					bottom: -1%;
					right: -4%;
				}
			}
		}
    .standard-lineup__catch {
        font-size: 3.2vw;
        font-weight: bold;
        display: inline-block;
        position: relative;

        &::before,
        &::after {
            content: '';
            width: 1px;
            background-color: #000;
            height: 10px;
            position: absolute;
            top: 50%;
        }
        &::before {
            transform: translateY(-50%) rotate(-30deg);
            left: -10px;
        }
        &::after {
            transform: translateY(-50%) rotate(30deg);
            right: -10px;
        }
    }
    .standard-lineup__text-wrapper {
        color: #000;
        text-align: center;
    }
    .standard-lineup__title {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1;
    }
    .standard-lineup__product-name {
        font-weight: bold;
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;
        font-size: 5.6vw;
        line-height: 1.3;
    }
    .standard-lineup__product-name span {
		font-size: 4.3vw;
    }
    .standard-lineup__product-name span.sm {
		font-size: 4vw;
    }
    .standard-lineup__label {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        width: 178px;
        text-align: center;
        font-size: 3.35vw;
        margin: 3% auto 0;

        &.standard-lineup__label--note {
            color: #fff;
        }
    }
   .standard-lineup__point-list {
        margin-top: 5%;
	   font-size: 3vw;
	   font-weight: bold;
        text-align: left;
        display: inline-block;
    }
    .standard-lineup__point {
        display: flex;
        align-items: center;
        font-size: 10px;
        gap: 2px;

        &:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            background-color: #000;
            border-radius: 50%;
        }
    }
    .standard-lineup__button-wrapper {
        margin-top: 4%;
    }
    .standard-lineup__button {
        display: block;
        text-align: center;
        border: 1px solid #000;
        padding: 14px 0;
        font-size: 3vw;
		font-weight: bold;
        position: relative;
        background-color: #fff;
        line-height: 1;

        &:link {
			color: #000;
        }
        &::after {
            content: '';
            display: block;
            position: absolute;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            width: 4px;
            height: 4px;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }
    .standard-lineup__link-wrapper {
        margin-top: 3%;
    }
    .standard-lineup__link {
        color: #000;
        font-size: 3vw;
		font-weight: bold;
        position: relative;

        &::after {
            content: '';
            display: block;
            position: absolute;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            width: 4px;
            height: 4px;
            top: 50%;
            right: -10px;
            transform: translateY(-50%) rotate(45deg);
        }
    }
    .standard-lineup__image-wrapper {
        width: 90%;
		margin-top: 6%;
        position: relative;
        text-align: center;

        &.standard-lineup__image-wrapper--note {
            width: 90%;
        }
    }
    .standard-lineup__character {
        position: absolute;
        width: 33px;
        bottom: 125px;
        left: 41px;

        &.standard-lineup__character--my {
            width: 30px;
            bottom: 154px;
            left: -9px;
        }
    }
}

@media (min-width: 576px) {
    /* fv
    ---------------------------------------------------- */
    .fv {
        .fv__chracter-image {
            top: 30px;
            width: 10vw;
    
            &.fv__chracter-image--my {
                top: 180px;
                width: 10vw;
                left: 126px;
            }
    
            &.fv__chracter-image--moominmama {
                top: auto;
                bottom: 20vw;
                width: 15vw;
                z-index: 100;
            }
    
            &.fv__chracter-image--flower {
                top: auto;
                width: 7vw;
            }
    
            &.fv__chracter-image--tea {
                width: 20vw;
                left: auto;
            }
    
            &.fv__chracter-image--cake {
                top: 180px;
                width: 10vw;
                left: auto;
                right: 10vw;
            }
    
            &.fv__chracter-image--chracter {
                top: auto;
                bottom: 25vw;
                width: 10vw;
                left: auto;
                right: 5vw;
            }
    
            &.fv__chracter-image--snufkin {
                top: auto;
                width: 10vw;
                left: auto;
            }
    
            &.fv__chracter-image--circle01 {
                bottom: -15px;
                width: 20vw;
                left: auto;
            }
    
            
            &.fv__chracter-image--circle02 {
                top: 250px;
                width: 20vw;
                left: 0;
            }
    
            &.fv__chracter-image--circle03 {
                top: 20vw;
                width: 10vw;
                left: auto;
            }
    
            &.fv__chracter-image--circle04 {
                top: -10vw;
                width: 20vw;
                left: 240px;
            }
        }
    }

    .select-pattern {
        .select-pattern__name {
            font-size: 2vw
        }
    }
}

@media (min-width: 768px) {
    /* ---------------------------------------- common ---------------------------------------- */
    .sm {
        display: none;
    }
    .md {
        display: block;
    }
    .lg {
        display: none; 
    }
    .xxl {
        display: none;
    }
    sup {
        font-size: 60%;
    }
	.wrapper {
		margin-top: -80px;
		letter-spacing: 0.05em;
	}
    .section {
        .section__inner {
            &.section__inner--wallpaper {
                padding-top: 100px;
                padding-bottom: 20px;
            }
    
            &.section__inner--packing {
                padding-top: 170px;
                padding-bottom: 135px;
            }
    
            &.section__inner--standard {
                padding: 140px 35px 18px;
                max-width: 1100px;
            }
        }

        .section__title {
            font-size: 28px;
            line-height: 1.4;
    
            &::before {
                height: 38px;
	            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/combination.png);
				background-size: contain;
                top: -63px;
            }
    
            &.section__title--wallpaper {
				font-size: 24px;
				
                &::before {
                    background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/wallpaper.png);
                    height: 53px;
                }
            }
    
            &.section__title--packing {
                &::before {
                    background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/sp/packingbox.png);
                    height: 46px;
                }
            }
    
            &.section__title--standard {
                &::before {
                    background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/standard.png);
                    height: 42px;
                    top: -50px;
                }
            }
        }

        .section__description {
			margin-top: 0;
            font-size: 1vw;
        }
    }
	
	/* float-button
	---------------------------------------------------- */
	.float-button {
		width: 21.9%;
		padding: 1%;
		position: fixed;
		bottom: 2%;
		right: 0;
		z-index: 1000;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #1d6bce;

		.img_area {
			width: 31.7%;
		}
		.text_area {
			width: 62%;
			p {
				font-size: 0.95vw;
				font-weight: bold;
				line-height: 1.3;
				color: #fff;
			}
		}
		.float-button__link {
			margin-top: 2%;
			padding: 1% 0;
			font-size: 0.95vw;
			font-weight: bold;
			text-align: center;
			background: #fff;
			border-radius: 2px;
			position: relative;
			display: block;
			box-sizing: border-box;
			overflow: visible;
			&::after {
				content: '';
				display: block;
				position: absolute;
				border-top: 1px solid #1d6bce;
				border-right: 1px solid #1d6bce;
				width: 6px;
				height: 6px;
				top: 50%;
				right: 15px;
				transform: translateY(-50%) rotate(45deg);
			}
			a {
				color: #1d6bce;
			}
		}

		.float-button__text-emphasis {
			font-size: 16px;
		}
	}
	
    /* fv
    ---------------------------------------------------- */
    .fv {
		margin: 0 auto -30%;
		padding: 0;
		background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/bg_fv.png);
		background-size: cover;
		aspect-ratio: 40 / 37;
		position: relative;

        .fv__inner {
			width: 75%;
			margin: 0 auto;
			padding: 11% 0 0;
			box-sizing: border-box;
			position: static;
        }
		.fv__body {
			padding-top: 12.3%;
		}

        .fv__catch {
            font-size: 1.8vw;
			left: 3.8%;
        }

        .fv__title {
            font-size: 2.2vw;
            margin-top: 5%;
        }
        .fv__image-wrapper {
            width: 84.6%;
            margin: 0 auto 0;
        }
        .fv__description {
            margin-top: 1%;
            font-size: 0.95vw;
			text-align: left;
        }
		.campaign_link {
			font-size: 2.2vw;			
		}
    }

    /* lead
    ---------------------------------------------------- */
    .lead {
		margin: 0 auto -10%;
		padding: 0;
		padding-bottom: 15vw;
		background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/bg_lead.png);
		/* background-size: cover; */
		background-size: 100% 100%;
		/* aspect-ratio: 4 / 3; */
		aspect-ratio: unset;
		position: relative;
		z-index: 99;

        .lead__inner {
			width: 75%;
			margin: 0 auto;
			padding: 11% 0 0;
			box-sizing: border-box;
			position: static;
        }
		.lead__frame {
			margin-bottom: 6%;
			background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/lead_frame.png?260701);
			background-size: cover;
			aspect-ratio: 4 / 3;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			
			h2 {
				margin-top: 0;
				margin-bottom: 3.5%;
				font-size: 2.4vw;
				font-weight: bold;
				line-height: 1.58;
				color: #2b66b1;
			}
			p {
				margin-bottom: 1.5%;
				font-size: 1.1vw;
				font-weight: bold;
				line-height: 2;
			}
			.lead__description {
				margin-top: 3.5%;
				margin-bottom: 0 !important;
				font-size: 0.95vw !important;
				font-weight: 500 !important;
				text-align: center;
			}
		}
		.lead__itembox {
			width: 91.5%;
			margin: 0 auto;
			padding: 4% 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			border-top: 2px dashed #fff;
			
			.lead__itembox__img {
				width: 32%;
			}
			
			.lead__itembox__txt {
				width: 64.5%;
				
				h3 {
					width: 38%;
					margin: 1.5% 0 3.5%;
					font-size: 1.8vw;
					font-weight: bold;
					color: #2b66b1;
					text-align: center;
					display: block;
				}
				h3.bestfriends {
					background: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/name_bestfriennds.png) no-repeat;
					background-size: cover;
				}
				h3.buzzalien {
					background: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/name_buzzalien.png) no-repeat;
					background-size: cover;
				}
				p {
					margin-bottom: 1.5%;
					font-size: 1.1vw;
					font-weight: bold;
					line-height: 1.67;
					color: #fff;
				}
			}
		}
		.lead__banner {
			width: 71.5%;
			margin: 0 auto;
			padding: 6% 10% 0;
			border-top: 2px dashed #fff;
			display: flex;
			justify-content: center;
			
			img {
				display: inline-block;
			}
		}
	}

    /* combination
    ---------------------------------------------------- */
    .combination {
		margin: 0 auto -20%;
		padding: 0;
		background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/bg_combination.png);
		background-size: cover;
		aspect-ratio: 400 / 531;
		position: relative;
		z-index: 1;

        .combination__inner {
			width: 75%;
			margin: 0 auto;
			padding: 10.2% 0 0;
			box-sizing: border-box;
			position: static;

			h2 {
				margin-bottom: 2%;
				font-size: 2.4vw;
				font-weight: bold;
				text-align: center;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			h2 img {
				width: 19%;
				margin-bottom: 1%;
			}
			h3 {
				font-size: 1.2vw;
				font-weight: bold;
				color: #2b66b1;
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}
			h3 img {
				width: 7.5%;
				margin-right: 15px;
			}
			h3::before {display: none;}
			h3::after {
				margin-left: 10px;
				content: "";
				flex-grow: 1;
				border-top: 2px dashed#2b66b1;
			}

        }
    }

    /* select-pattern
    --------------------------------------------------- */
    .select-pattern {
		& + & {
        	margin-top: 4%;
    	}		
        .select-pattern__list {
			margin-top: 2%;
        }

        .select-pattern__item {
            width: 100%;
            border-radius: 20px;
			
			&.characters {aspect-ratio: 567/170;width: 46%;}
			&.colors {aspect-ratio: 373/173;width: 31%;}
        }
		.select-pattern__name {
			padding-left: 5%;
            font-size: 1.3vw;
        }
        .select-pattern__button {
			width: 100%;
			height: 100%;
			padding-top: 0;
            border-radius: 20px;

			&.select-pattern__button--bestfriends {
				background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/select-bestfriends.png);
				background-repeat: no-repeat;
				background-size: contain;
            }
			&.select-pattern__button--buzzalien {
                background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/select-buzzalien.png);
				background-repeat: no-repeat;
				background-size: contain;
            }
			&.select-pattern__button--satin-silver,
			&.select-pattern__button--satin-gold,
			&.select-pattern__button--navy-blue {
				padding-top: 0;
				position: static;
				background-size: auto 70%;
				background-position: 80% 50%;
			}
			.select-pattern__name {
				padding-top: 0;
				padding-left: 15%;
				font-size: 1.2vw;
				text-align: left;
				position: static;
				display: flex;
				align-items: center;
			}
        }
    }

    /* finished-product
    --------------------------------------------------- */
    .finished-product {
        &.finished-product--layout {
            margin-top: 5%;
        }
        .finished-product__body {
			width: 100%;
	        margin: 0 auto;
			padding: 6% 0;
			display: flex;
			flex-direction: column;
			align-items: center;
        }
        .finished-product__note {
            font-size: 12px;
            text-align: center;
        }

        .finished-product__body .aspect_inner {
            width: 72%;
			margin: 0 auto;
        }
        .finished-product__image-wrapper {
            width: 100%;
			margin-bottom: 3%;
        }

        .finished-product__information-wrapper {
			width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .finished-product__information {
            width: 48%;
            margin-top: 0;
            align-items: flex-start;
			
			& + & {
            	margin-top: 0;
        	}
        }

        h3.finished-product__name {
			margin-bottom: 2%;
			color: #000;
            text-align: left;
            font-size: 1.2vw;
            line-height: 1.2;
			display: block !important;
        }

        .finished-product__product-name {
            font-size: 1.9vw;
			display: block;
        }
        .finished-product__product-name span {
            font-size: 1.3vw;
        }

        .finished-product__label {
            margin: 0;
            font-size: 0.75vw;
            width: auto;
            padding: 1px 8px; 
        }
		

        .finished-product__button-wrapper {
            margin: 4% auto 0 0;
            max-width: 345px;
        }

        .finished-product__button {
            font-size: 0.9vw;
            padding: 12px 0;

            &::after {
                width: 7px;
                height: 7px;
                right: 28px;
            }
        }
    }
	.finished-product::before {
		width: 4.6%;
		aspect-ratio: 56/52;
		top: -3%;
		left: 50%;
		transform: translateX(-50%);
	}
    /* wallpaper
    ---------------------------------------------------- */
    .wallpaper {
		margin: 0 auto -10%;
		padding: 0;
		background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/bg_wallpaper.png);
		background-size: cover;
		aspect-ratio: 8 / 7;
		position: relative;
		z-index: 1;

        .wallpaper__inner {
			width: 75%;
			margin: 0 auto;
			padding: 16% 0 0;
			box-sizing: border-box;
			position: static;
			
			h2 {
				margin-bottom: 2%;
				font-size: 2.4vw;
				font-weight: bold;
				text-align: center;
				color: #fff;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			h2 img {
				width: 27%;
				margin-bottom: 1%;
			}
        	.wallpaper__body {
				width: 100%;
				margin-top: 5%;
				display: flex;
				justify-content: space-between;
				align-items: center;
        	}
	        .wallpaper__image-wrapper {
				order: 2;
				width: 66%;
				padding: 0;
				text-align: center;
	        }
	        .wallpaper__image-wrapper img {
				width: 100%;
	        }
		}
    }

    /* select-wallpaper
    --------------------------------------------------- */
    .select-wallpaper {
        flex-direction: column;

        &:first-of-type {
            order: 1;
        }

        &.select-wallpaper--wallpaper {
            order: 3;
        }

        &.select-wallpaper--layout {
			width: 14%;
        }

        .select-wallpaper__title {
            width: 100%;
            height: auto;
			aspect-ratio: 168/87;
            font-size: 1vw;
			letter-spacing: -0.05em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/ballon.png);
			background-size: 100% 100%;
            padding-bottom: 12px;
            line-height: 1.25;
			
			&.select-wallpaper__title--wallpaper {
				width: 100%;
				height: auto;
				aspect-ratio: 168/87;
				font-size: 1vw;
				letter-spacing: -0.05em;
				display: flex;
				align-items: center;
				justify-content: center;
				background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/ballon.png);
				background-size: 100% 100%;
				padding-bottom: 12px;
				line-height: 1.25;
			}
        }

        .select-wallpaper__list {
            flex-direction: column;
            margin-top: 12px;
            gap: 23px;
        }

        .select-wallpaper__item {
            width: 71.5%;
			height: auto;
			aspect-ratio: 3/2;
            border-radius: 15px;

            &.select-wallpaper__item--circle {
                width: 56%;
                height: auto;
				aspect-ratio: 1/1;
				border-radius: 50%;
            }
        }
		& .select-wallpaper__button {
			&.select-wallpaper__button--bestfriends {
				background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/select-character-1.png);
			}
			&.select-wallpaper__button--buzzalien {
				background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/select-character-2.png);
			}

			&.select-wallpaper__button--baymax {
				background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/select-character-3.png);
			}
		}
    }

    /* standard
    ---------------------------------------------------- */
    .standard {
		margin: 0;
		padding: 0;
		background-image: url(https://store.vaio.com/cms/img/freepage/vaio_toystory/pc/bg_standard.png);
		background-size: contain;
		aspect-ratio: 8/9.5;
		position: relative;

		.standard__inner {
			width: 75%;
			margin: 0 auto;
			padding: 12% 0 0;
			box-sizing: border-box;
			position: static;
			transform: translateX(0);
			
			h2 {
				margin-bottom: 2%;
				font-size: 2.2vw;
				font-weight: bold;
				text-align: center;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			h2 img {
				width: 13%;
				margin-bottom: 1%;
			}
		}
        .standard__lineup-wrapper {
            margin: 5% auto 0;
        }
		.standard-lineup--note {
			position: relative;
			.icon {
				position: absolute;
				z-index: 1;

				&.top-left {
					width: 10%;
					top: -5%;
					left: -4%;
				}
				&.top-right {
					width: 11%;
					top: -18%;
					right: -1%;
				}
				&.bottom-right {
					width: 14.3%;
					bottom: -4%;
					right: -4%;
				}
			}
		}
		.standard-lineup-mobile {
			position: relative;
			.icon {
				position: absolute;
				z-index: 1;

				&.top-left {
					width: 11.3%;
					top: -8%;
					left: -5%;
				}
				&.bottom-right {
					width: 13.5%;
					bottom: -4%;
					right: -4%;
				}
			}
		}

    	.standard__copyright {
            margin: 20px 0 0 auto;
            max-width: 125px;
        }
    }

    /* standard-lineup
    --------------------------------------------------- */
    .standard-lineup {
		flex-direction: row;
		margin-bottom: 5%;
        padding: 4% 0 4% 6%;
		
		.standard-lineup__text-wrapper {
			text-align: left;
			width: 60%;
		}

        .standard-lineup__catch {
            font-size: 1.3vw;
            margin-left: 16px;
            letter-spacing: 0.08em;

            &::before,
            &::after {
                height: 20px;
                width: 2px;
            }
        }

        .standard-lineup__title {
            font-size: 16px;
            line-height: 2;
            margin-top: 1%;
        }

        .standard-lineup__product-name {
            font-size: 2.6vw;
        }
        .standard-lineup__product-name span {
            font-size: 1.8vw;
        }

        .standard-lineup__point-list {
            margin-top: 4%;
        }

        .standard-lineup__label {
			display: none;
            font-size: 18px;
            width: 240px;
            margin: 16px auto 0;

            &.standard-lineup__label--note {
                width: 220px;
            }
        }

        .standard-lineup__point {
            font-size: 1vw;

            &::before {
                width: 12px;
                height: 12px;
            }
        }

        .standard-lineup__image-wrapper {
            width: 60%;
			right: 6%;
            transform: translateX(0);
			
			img {
				width: 100%;
			}
			
            &.standard-lineup__image-wrapper--note {
                width: 60%;
				right: 6%;
				

            }
        }

        .standard-lineup__button-wrapper {
            width: 80%;
            margin: 4% 0 0;
        }

        .standard-lineup__button {
            font-size: 1vw;
            padding: 3% 0;

            &::after {
                width: 8px;
                height: 8px;
                right: 30px;
            }
        }

        .standard-lineup__link-wrapper {
			width: 80%;
            margin-top: 4%;
            text-align: center;
        }

        .standard-lineup__link {
            font-size: 1vw;

            &::after {
                width: 8px;
                height: 8px;
                right: -15px;
				border: none;
            }
        }

        .standard-lineup__character {
            width: 69px;
            bottom: 20vw;
            left: 0;

            &.standard-lineup__character--my {
                width: 69px;
                bottom: 25vw;
                left: -5vw;
            }
        }
    }
}